@font-face {
	font-family: 'Roboto';
	src: url('/css/Roboto-Medium.ttf');
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    /* background-color: #000000; */
    border: none;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-image: url(/images/wlf-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
#head-smxs {
	margin: 20px 0 20px 0;
	background-color: white;
	padding: 15px;
	border-radius: 10px;
}
#head-mdlg {
	margin: 20px 0 20px 0;
	padding: 20px 20px 0 10px;
	background-color: white;
	border-radius: 10px;
	overflow: auto;
}
#logo-mdlg {
	float:left;
	border: 1px solid white;
}
#menu-mdlg {
	float: right;
}
nav.navbar {
	color: black;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
}
.rt-menubar {
	background-color: transparent;
	margin-top: 120px;
}
a {
	color: #a400a2;
}
a:hover {
	color: #ff00fb;
	text-decoration: underline;
}
ul.menutop li a:hover, ul.menutop li a:active {
	text-decoration: underline;	
	color: #ff00fb;
}
.u130 {
	background-color: white;
}
.ftr130 .row {
	background-color: white;
	border-radius: 10px;
}
.ftr130 {
	color: black;
	margin-bottom: 40px;
	padding: 0 15px;
	/* margin-top: 20px; */
}

div.imgindex {
	position: relative;
}
div.pnlmain {
	background-color: white;
	padding: 20px 15px 10px 15px;
	-webkit-box-shadow: 3px 3px 8px grey;
	-moz-box-shadow: 3px 3px 8px grey;
	box-shadow: 3px 3px 8px grey;
}
div.pnlindex {
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 8px grey;
	-moz-box-shadow: 3px 3px 8px grey;
	box-shadow: 3px 3px 8px grey;
}
div.pnlindex h3 {
	margin-top: 0;
}
div.pnlindex img.wine {
	max-height: 325px;
}
div.pnlindex-inner {
	height: 260px;
	max-width: 320px;
	margin: 0 auto;
	padding: 5px 15px;
	overflow: hidden;
	font-size: 13px;
}
div.pnlindex-inner:hover {
	text-decoration: underline;
	cursor: pointer;
}
div.pnlindex-inner img {
	height: 200px;
}
.pnlindex-view {
	float: right;
}
ul.categs {
	list-style: none outside none;
}
ul.categs li {
	float: left;
	padding: 0 0 0 20px;
}
/* show images in rows of 2 each inside col-sm-12) */
@media (min-width:768px) and (max-width:991px) {
	div.tcdimg {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		float: left;
		overflow: none;
	}
	div.tcdimg:nth-child(odd) {
		padding-right: 5px;
		content: "";
		clear: both;
		display: table;
	}
	div.tcdimg:nth-child(even) {
		padding-left: 5px;
	}
	div.sidebaritem {
		height: 257px;
	}
}
@media (max-width:991px) {
	div.tcdimg {
		text-align: center;
	}
}
#zone3 > div.tcdimg {
	max-width: 100%;
	margin-top: 0;
	padding-right: 0;
}
@media (max-width:768px) {
	.tcdedh.about {
		clear: left;
	}
}
.about img {
	padding: 15px;
	max-width: 50%;
}
.extrapad {
	padding-left: 25px;
	padding-right: 25px;
}