@font-face {
    font-family: 'klingboldbold';
    src: url('../fonts/klingbold-bold-webfont.eot');
    src: url('../fonts/klingbold-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klingbold-bold-webfont.woff2') format('woff2'),
         url('../fonts/klingbold-bold-webfont.woff') format('woff'),
         url('../fonts/klingbold-bold-webfont.ttf') format('truetype'),
         url('../fonts/klingbold-bold-webfont.svg#klingboldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,body {
	width:100%;
	min-height:100%;
	font-family:'Trebuchet MS', sans-serif;
	font-size:16px;
	background-color:#7BDEFF;
}
body { position:relative;margin:0px;padding:0px; }
img { border:0px; }
p { text-indent:25px; }

#pgback {
	background: #fbfce8; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfce8 0%, #7bdeff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfce8), color-stop(100%,#7bdeff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfce8 0%,#7bdeff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfce8 0%,#7bdeff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfce8 0%,#7bdeff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbfce8 0%,#7bdeff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfce8', endColorstr='#7bdeff',GradientType=0 ); /* IE6-9 */
	height:18.75rem;
	width:119.75rem;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
}

#headercontainer {
	width:100%;
	min-width:975px;
	height:311px;
	background-image:url('../../images/header.png');
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:0px;left:0px;
	z-index:1000;
}
#pagecontainer {
	width:100%;
	min-width:1000px;
	z-index:2;
	position:relative;
}
#pagecontainer #pagecenter {
	width:1000px;
	background-color:#FFFFFF;
	background-image:url('../../images/page_back.png');
	background-repeat:repeat-y;
	background-position:top center;
	margin:0px auto;
}
#pagecontainer #pagecenter .pagetable {
	min-height:300px;
}
.pagetable .maincol {
	width:175px;
	position:relative;
}

#footercontainer {
	width:100%;
	position:relative;
	z-index:2;
}
#buildingsback {
	width:100%;
	height:286px;
	background-image:url('../../images/footer_buildingback.png');
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	z-index:-2;
}
#footercontainer #footermain {
	width:100%;
	min-width:1000px;
	background-color:#402000;
	background-image:url('../../images/footer_grndback.png');
	background-repeat:repeat-x;
	background-position:top center;
}
#footermain #grasstop {
	width:100%;
	height:100px;
	background-image:url('../../images/footer_top.png');
	background-repeat:repeat-x;
	background-position:center;
	position:absolute;
	top:-50px;
	z-index:10;
}
#footermain #grasstop #footerlogo {
	width:100%;
	min-width:1000px;
	height:137px;
	background-image:url('../../images/footer.png');
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto;
	position:absolute;
	top:-3px;
}
#footermain #footercontent {
	width:990px;
	margin:0px auto;
	background-color:#FFFFFF;
	min-height:180px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	padding:5px;
	text-align:center;
	font-size: 12px;
}
.maincontent {
	padding-top: 5px;
}
.navitem {
	display:block;
	height:52px;
	width:175px;
	position:relative;
}
.navitem .bg {
	position:absolute;
	background-image:url('../../images/navbtn_left.png');
	background-position:top right;
	background-repeat:no-repeat;
	height:47px;
}
.navitem:nth-child(even) .bg { background-position:bottom right; }
.cright .navitem .bg {
	background-image:url('../../images/navbtn_right.png');
	background-position:top left;
	right:0px;
}
.cright .navitem:nth-child(even) .bg { background-position:bottom left; }
.navitem > .bg > a, .navitem > .bg > .hassub > a {
	max-width:185px;
	min-width:120px;
	height:40px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.navitem .bg .inner {	
	font-family:'klingboldbold';
	font-size:13px;
	line-height:15px;
	color:black;
	text-decoration:none;
	text-transform: uppercase;
	margin-right:25px;
	margin-left:15px;
	display:inline-block;
	text-align:center;
	text-shadow: 2px 2px 4px #BD986C;
	text-shadow: 2px -2px 4px #BD986C;
	text-shadow: -2px 2px 4px #BD986C;
	text-shadow: -2px -2px 4px #BD986C;
}
.navitem .bg a:hover .inner, .navitem .bg .hassub a:hover .inner, .navitem .bg .hassub:hover a .inner {
	color:#F0F0E1;
	text-shadow: 2px 2px 4px #000000;
	text-shadow: 2px -2px 4px #000000;
	text-shadow: -2px 2px 4px #000000;
	text-shadow: -2px -2px 4px #000000;
}
.hassub {
	position:relative;
}
.hassub:hover .submenu {
	display:block;
}
.hassub .submenu {
	display: none;
	position:absolute;
	top:10px;
	border:1px solid #555555;
	background-color:#8D642C;
	z-index:1000;
}
.cleft .hassub .submenu {
	left: 90%;
	text-align:left;
}
.cright .hassub .submenu {
	right: 90%;
	text-align:right;
}
.submenu a, .submenu a:visited {
	display:block;
	height:24px;
	font-size:16px;
	line-height:24px;
	font-family:'klingboldbold';
	color:#000000;
	font-weight:normal;
	white-space: nowrap;
	padding:0px 12px;
	border-bottom:1px solid #684920;
	text-decoration:none;
}
.submenu a:last-child {
	border-bottom:0px;
}
.submenu a:hover {
	background-color:#BA843A;
}

.cright .navitem .bg .inner {
	margin-right:15px;
	margin-left:25px;
}
.maincol {
	position:relative;
}
.vineoverlay {
	background-image:url('../../images/vines_left.png');
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:10;
	pointer-events: none;
	width:80px;
	height:388px;
}
.ie .vineoverlay {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/vines_left.png,  sizingMethod=scale);
    background: none !important;
}
.cright .vineoverlay {
	background-image:url('../../images/vines_right.png');
	position:absolute;
	right:0px;
}
.ie .cright .vineoverlay {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/vines_right.png,  sizingMethod=scale) !important;
}
.ie910 .vineoverlay, html[data-useragent*='MSIE 10.0'] .vineoverlay {
	display:none;
}
.vinesvg {
	display:none;
	width:80px;
	height:388px;
	pointer-events: none;
	position:absolute;
	z-index:10;
}
.cright .vinesvg {
	right:0px;
}
.ie910 .vinesvg, html[data-useragent*='MSIE 10.0'] .vinesvg {
	display:block !important;
}


.productthumb {
	width:150px;
	height:150px;
	border:1px solid #000000;
	border-radius:8px;
	overflow:hidden;
	text-align:center;
	background-color:#dfdfdf;
}
.productthumb img {
	max-width:100%;
}


/* Media Declarations for mobile ----- Max800 begins mobile styles (switch to mobile, layout for tablets), Max600 contains additional styles and formatting for smaller layouts (phones, smaller screens)  */

	
	body, .inner {
		min-width: 6.25rem !important;
	}
	.header .social {
		display:none;
	}
	
	.navpannel_btn {
		display:inline-block !important;
		width:22px;
		height:22px;
		font-size:22px;
		position:absolute;
		right:-895px;
		bottom:5px;
	}
	.navwrapper {
		display:block;
		height:100%;
		width:200px;
		position:fixed;
		left:100%;
		top:0px;
		z-index:100001;
		background-color:#666666;
		border-left:1px solid #222222;
		-webkit-transition: all 0.35s ease;
		-moz-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
		overflow-y:scroll;
	}
	.navwrapper.show {
		left:calc(100% - 200px);
	}
	.navwrapper:before {
		content:'Navigation';
		display:block;
		width:100%;
		box-sizing:border-box;
		background-color:#001C00;
		color:#ffffff;
		font-size:20px;
		line-height:40px;
		font-weight:bold;
		padding:0px 5px;
		text-align:left;
	}
	
	.navwrapper .topnav, .navwrapper .botnav {
		display:block;
		width:100% !important;
		height:auto !important;
		margin:0px !important;
	}

	.navwrapper .navitem, .navwrapper .navitem:visited {
		display:block !important;
		width:100%;
		background: #8fc800;
		background: -moz-linear-gradient(top,  #8fc800 0%, #66bf00 100%);
		background: -webkit-linear-gradient(top,  #8fc800 0%,#66bf00 100%);
		background: linear-gradient(to bottom,  #8fc800 0%,#66bf00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#66bf00',GradientType=0 );		
		border-bottom:2px solid #003053;
		color:#f0f0f0;
		font-size:18px;
		line-height:30px;
		padding:0px 5px;
		box-sizing:border-box;
		text-align:left;
		height:auto;
	}
	.navwrapper .hassub {
		display:block !important;
	}
	.navwrapper .submenucontainer {
		position:relative;
		top:0px;
		left:0px;
		display:block;
		width:100%;
		z-index:0;
		border:0px;
	}
	.navwrapper .submenucontainer .navitem {
		font-size:14px;
		line-height:26px;
		text-indent:0px;
		padding-left:15px;
		background: rgb(236,236,251);
		background: -moz-linear-gradient(top,  rgba(236,236,251,1) 0%, rgba(202,202,217,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(236,236,251,1) 0%,rgba(202,202,217,1) 100%);
		background: linear-gradient(to bottom,  rgba(236,236,251,1) 0%,rgba(202,202,217,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececfb', endColorstr='#cacad9',GradientType=0 );
		color:#222222;
	}
	
	
	content-box {
		width:calc(100% - 16px) !important;
		margin:8px !important;
	}
	
	.videocarousell .vimg {
		display:inline-block;
		width:96%;
		margin: 8px auto !important;
		background-color:rgba(0,0,0,0.5);
	}
	.videocarousell .vimg img {
		min-width:auto;
		width:50%;
		margin:0px;
		transform:none;
		vertical-align:middle;
	}
	.videocarousell .vimg .title {
		position:relative;
		width:50%;
		height:100%;
		font-size:15px;
		display:inline-table;
		vertical-align:middle;
		background:none;
	}
	.videocarousell .vimg:hover .title {
		bottom:inherit !important;
	}
	.videocarousell .prevbtn, .videocarousell .nextbtn {
		display:none !important;
	}
	
	.footer .logo {
		text-align:center;
	}
	.footer .rightcol {
		display:block;
		float:none !important;
		width:90%;
		margin:0px auto !important;
	}


/* Media Declarations for mobile ----- Max800 begins mobile styles (switch to mobile, layout for tablets), Max600 contains additional styles and formatting for smaller layouts (phones, smaller screens)  */

	
	body, .inner {
		min-width:6.25rem !important;
	}
	.header .social {
		display:none;
	}
	
	.navpannel_btn {
		display:inline-block !important;
		width:22px;
		height:22px;
		font-size:22px;
		position:absolute;
		right:-895px;
		bottom:5px;
	}
	.navwrapper {
		display:block;
		height:100%;
		width:200px;
		position:fixed;
		left:100%;
		top:0px;
		z-index:100001;
		background-color:#666666;
		border-left:1px solid #222222;
		-webkit-transition: all 0.35s ease;
		-moz-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
		overflow-y:scroll;
	}
	.navwrapper.show {
		left:calc(100% - 200px);
	}
	.navwrapper:before {
		content:'Navigation';
		display:block;
		width:100%;
		box-sizing:border-box;
		background-color:#001C00;
		color:#ffffff;
		font-size:20px;
		line-height:40px;
		font-weight:bold;
		padding:0px 5px;
		text-align:left;
	}
	
	.navwrapper .topnav, .navwrapper .botnav {
		display:block;
		width:100% !important;
		height:auto !important;
		margin:0px !important;
	}

	.navwrapper .navitem, .navwrapper .navitem:visited {
		display:block !important;
		width:100%;
		background: #8fc800;
		background: -moz-linear-gradient(top,  #8fc800 0%, #66bf00 100%);
		background: -webkit-linear-gradient(top,  #8fc800 0%,#66bf00 100%);
		background: linear-gradient(to bottom,  #8fc800 0%,#66bf00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#66bf00',GradientType=0 );		
		border-bottom:2px solid #003053;
		color:#f0f0f0;
		font-size:18px;
		line-height:30px;
		padding:0px 5px;
		box-sizing:border-box;
		text-align:left;
		height:auto;
	}
	.navwrapper .hassub {
		display:block !important;
	}
	.navwrapper .submenucontainer {
		position:relative;
		top:0px;
		left:0px;
		display:block;
		width:100%;
		z-index:0;
		border:0px;
	}
	.navwrapper .submenucontainer .navitem {
		font-size:14px;
		line-height:26px;
		text-indent:0px;
		padding-left:15px;
		background: rgb(236,236,251);
		background: -moz-linear-gradient(top,  rgba(236,236,251,1) 0%, rgba(202,202,217,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(236,236,251,1) 0%,rgba(202,202,217,1) 100%);
		background: linear-gradient(to bottom,  rgba(236,236,251,1) 0%,rgba(202,202,217,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececfb', endColorstr='#cacad9',GradientType=0 );
		color:#222222;
	}
	
	
	content-box {
		width:calc(100% - 16px) !important;
		margin:8px !important;
	}
	
	.videocarousell .vimg {
		display:inline-block;
		width:96%;
		margin: 8px auto !important;
		background-color:rgba(0,0,0,0.5);
	}
	.videocarousell .vimg img {
		min-width:auto;
		width:50%;
		margin:0px;
		transform:none;
		vertical-align:middle;
	}
	.videocarousell .vimg .title {
		position:relative;
		width:50%;
		height:100%;
		font-size:15px; 
		display:inline-table;
		vertical-align:middle;
		background:none;
	}
	.videocarousell .vimg:hover .title {
		bottom:inherit !important;
	}
	.videocarousell .prevbtn, .videocarousell .nextbtn {
		display:none !important;
	}
	
	.footer .logo {
		text-align:center;
	}
	.footer .rightcol {
		display:block;
		float:none !important;
		width:90%;
		margin:0px auto !important;
	}

 
	.header {
		margin:0px !important;
		height:auto;
		border-top:0px !important;
	}
	.header:before {
		display:none;
	}
	.header .inner {
		height:auto !important;
		text-align:right;
	}
	.navpannel_btn {
		position:relative !important;
		right:-895px !important;
		bottom:0px !important;
		margin:8px;
	}
	.header .inner .logo {
		display:block;
		position:relative;
		left:auto;
		top:auto;
		width:100%;
		border-radius:0px !important;
		border:0px !important;
		height:auto;
		background-color:#001C00;
	}
	.header .inner .logo:before {
		display:none;
	}
	.header .inner .logo img {
		display:block;
		width:auto !important;
		height:65px;
		margin:5px auto !important;
	}

}

