@charset "utf-8";
/***** BEGIN RESET *****/

* {
    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#1c1b16;
	overflow-x:hidden;
	color:#000;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height:1!important;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}
a:link, a:visited, a:active {text-decoration:none; }
a:hover {text-decoration:none;}

::-moz-selection {
    background: #2b3c98; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #2b3c98;
    color: #fff;
    text-shadow: none;
}

/*============header=================*/

header {width:100%;float:left;height:200px;position:relative;z-index:2;}

.tophead {width:100%;float:left;background:rgba(190,190,190,0.70)}
.wrap {width:95%;margin:0 auto;max-width:1300px;}

.middlehead {width:100%;float:left;background:rgba(255,255,255,0.76);padding-top:10px;}
.noneleft {width:30%;float:left;height:1px;}

.logo {width:40%;float:left;}
.logo img {width:100%;max-width:200px;margin:0 auto;display:block;position:relative;z-index:1;margin-bottom:-30px;}

.socials {width:30%;float:left;}
.socials img {width:30px;float:left;margin-left:15px;margin-top:15px;}

.bottomhead {width:100%;float:left;}
.bottomhead img {width:100%;float:left;}

/*mainsection=============================*/

.maintop {
	width:100%;
	float:left;
	background:url("../siteart/vineyard.jpg");
	background-size:cover;
	position:relative;
	z-index:0;
	margin-top:-200px;
	padding-top:175px;
	padding-bottom:25px;
	background-position:center;
	border-bottom:5px solid #2b3c98;
}

.smwrap {
	width:95%;
	max-width:1000px;
	display:block;
	margin:0 auto;
}

.thirds {
	width:33.33%;
	float:left;
	padding:20px 20px;
	box-sizing:border-box;
}

.thirds img {
	width:100%;
	display:block;
	max-width:300px;
	border-radius:10px;
	border:2px solid #fff;
	background:#fff;-webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-ms-transition: all .5s ease; /* IE 9 */
  	-o-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
	box-shadow: 0 0 20px #000;
}

.thirds img:hover {
	box-shadow: 0 0 20px #f8ec22;
	border:2px solid #FFFBBB;
}

/* SEARCH */

.searchsection {
	width:100%;
	float:left;
	padding:20px 0;
	background:#eaeaea;
}
.searchbar {
    width: calc(100%);
    float:left;
    background:transparent;	
    border:1px solid #fff!important;
    box-sizing:border-box;
}


#keywords {
    width: calc(100% - 120px);
    float:left;
    margin-left:0%;
    color:#000!important;
    padding:17px 10px!important;
    box-sizing:border-box;
    font-weight:500;
    height:auto!important;
    line-height:inherit!important;
    font-size:14px!important;
    border:none!important;
    border-radius:0!important;
    background:#fff!important;

}

.searchButtontwo {
    width:120px!important;
    background:#2b3c98;
    color:#f8ec22;
    font-weight:bold;
    font-size:14px!important;
    text-align:center;
    background-size:contain!important;
    height:50px!important;
    padding:0!important;
    border-radius:0!important;
    border:none!important;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.searchButtontwo:hover {
    background:#f8ec22;
    color:#2b3c98;
    background-size:contain!important;
    padding:0!important;
    border-radius:0!important;
}

/*==welcome section====================*/

.welcome {
	width:100%;
	float:left;
	background:#fff url("../siteart/topography.png") repeat;
	padding:50px 0 75px;
}

.welcome h2 {
	width:100%;
	float:left;
	text-align:center;
	color:rgba(151,151,151,1.00);
	font-size:20px;
	font-weight:bold;
	letter-spacing:10px;
	text-transform:uppercase;
}

.kingimg {
	width:100%;
	float:left;
}

.kingimg img {
	width:100%;
	margin:0 auto;
	display:block;
	max-width:500px;
	margin-bottom:20px;
}

.welcome p {
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-bottom:30px;
}

.contactbutton {
	width:300px;
	margin:0 auto;
	display:block;
	padding:20px;
	box-sizing:border-box;
	color:#f8ec22;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background:#2b3c98;
	text-decoration:none;
	border:2px solid #2b3c98;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.contactbutton:hover {
	background:#f8ec22;
	color:#2b3c98;
}

/*******************************************************************SLIDESHOW***************************************************************/
.slide-contain {
	width:100%;
    float:left;
    border-bottom:5px solid #2b3c98;
    border-top:5px solid #2b3c98;
    background:#2b3c98;
}

.cycle-slide {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#f8ec22;}
.pager > * { cursor:pointer;}

.slideinfo {
	width:45%;
	float:left;
	background:#2b3c98;
	padding:30px 20px 0 20px;
	box-sizing:border-box;
}

.slideinfo h2 {
	width:100%;
	float:left;
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#f8ec22;
}

.slideinfo p {
	width:100%;
	float:left;
	color:#fff;
	font-size:17px;
	line-height:25px;
}

.slideimg {
	width:55%;
	float:left;
}

/*HOME MAP======================*/

.topmap {
	width:100%;
	float:left;
	background:#eaeaea;
	padding:20px 50px;
	box-sizing:border-box;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.topmap h2 {
	width: calc(100% - 250px);
	float:left;
	color:#2b3c98;
	font-size:25px;
	text-align:left;
	text-transform:uppercase;
	box-sizing:border-box;
}

.topmap h2 .fa {
	font-size:38px;
}

.topmap a {
	width:250px;
	float:left;
	background:#2b3c98;
	color:#f8ec22;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	padding:13px 0;
	box-sizing:border-box;
	text-decoration:none;
	border:2px solid #2b3c98;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.topmap a:hover {
	background:#f8ec22;
	color:#2b3c98;
}

.homemap {
	width:100%;
	float:left;
	background:#eaeaea;
	overflow:hidden;
	
}

.homemap img {
	width:100%;
	float:right;
}

/*=======footer=======================*/

footer {
	background:url("../siteart/vineyard.jpg");
	background-size:100%;
	background-position:bottom;
	width:100%;
	float:left;
	border-top:5px solid #2b3c98;
}

.topfoot {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.20);
	padding:20px 50px;
	box-sizing:border-box;
	border-bottom:1px solid rgba(132,132,132,1.00);

}

.footlinks {
	width: calc(100% - 150px);
	float:left;
}

.footlinks a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	padding:20px 40px;
	float:left;
}

.footlinks a:hover {
	color:#f8ec22!important;
}

.footlogo {
	width:150px;
	float:left;
}

.footlogo img {
	width:100%;
	float:left;
}

.bottomfoot {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.60);
	padding:20px 0;
}

.bottomfoot p {
	color:#fff;
	text-align:center;font-size:12px;
	text-transform:uppercase;
}

/*==================================================================
DIVISIONS
==================================================================*/

#titulo{ width: 100%; text-align: center; background: #fff;}
#titulo p{letter-spacing: 8px; line-height: normal; padding: 5px 0 15px 0; color: #000; font-weight: 600}

.caixa{
    width:29.3%;
    margin: 2%;
	float:left;
	box-sizing:border-box;
    display: block;
    border-radius: 10px;
    border: 10px solid #fff;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 20px #000;
    min-height: 300px
}

.caixa img {
	width:100%;
	display:block;
}

.caixa:hover {
	box-shadow: 0 0 20px #f8ec22;
}


/*==================================================================
SUBPAGES
==================================================================*/

.title {
	width:100%;
	float:left;
	background:url("../siteart/vineyard.jpg");
	background-size:cover;
	position:relative;
	z-index:0;
	margin-top:-200px;
	padding-top:175px;
	padding-bottom:50px;
	background-position:center;
	border-bottom:5px solid #2b3c98;
}

.title h1 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:50px;
}

.submain {
	width:100%;
	float:left;
	background:#fff;
	padding:50px 0 ;
}

.submain p {
	width:100%;
	font-size:18px;
	line-height:25px;
}

.submain p strong {
	text-transform:uppercase;
	font-size:20px;
}

.event {
	width:48%;
	float:left;
	margin:1%;
	background:#eaeaea;
	border:1px solid rgba(102,102,102,1.00);
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
}

.date {
	width:110px;
	background:#2b3c98;
	float:left;
	border-radius:5px;
	padding:5px 10px;
	box-sizing:border-box;
	
}

.date h3 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0;
}

.date h2 {
	width:100%;
	float:left;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	color:#f8ec22;
	padding:5px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	
}

.eventinfo {
	width: calc(100% - 110px);
	padding-left:20px;
	box-sizing:border-box;
	float:left;
	margin-top:15px;
	
	
}

.eventinfo h2 {
	width:100%;
	float:left;
	text-transform:uppercase;
	font-size:20px;
}

.eventinfo h3 {
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	width:100%;
	float:left;
	padding-top:5px;
}



/*GALLERY*/
.gallery-wrap {
	padding:20px 0;
}

.gallery-images {
	width:100%;
	display:block;
	text-align:left;
	margin: 0 auto;
	position:relative;
    float: none;
    align-content: center;
}

.gallery-box img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gallery-box {
	text-align:left;
    box-sizing: border-box;
    display: inline-block;
    display: inline;
    vertical-align: top;
    margin: 0 auto;
	padding:2.5px;
}

.gallery-box img {
	border:1px solid #000;
}

.gallery-box a:hover {
	color:#fab337; /*yellow*/
	text-decoration:none;
	width:100%;
	height:120px;
}



.thumbnail-size {
	/*width:152px;*/
	height:152px;
	margin: 0 auto;
}

.videos {
	width:33.33%;
	float:left;
	margin:1% 0;
	padding:20px;	box-sizing:border-box;
}

.videos img {
	width:100%;
	float:left;
	border:1px solid #2b3c98;
	box-sizing:border-box;
}

.infoleft {
	width:350px;
	float:left;
}

.infoleft a {
	color:#000;text-decoration:underline;
}

.conmap {
width: calc(100% - 350px);
	float:left;
	height:300px;
	margin-bottom:20px;
}


.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	font-size:16px!important;
}
/*Contact Form======================================================*/

#formpage {
width:100%;
float:left;
color:#000;	
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
margin:20px 0 0;
}

.halfform {
width:50%;
float:left;	
}

#formpage tr {
width:100%;
float:left;	

}

#formpage td {
width:48%;

float:left;
margin:10px 1%;	
}

.fulltd {
width:98%!important;	
}

#formpage input {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	margin-top:3px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

#formpage textarea {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:0px;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:9px;
	width:100%;
	margin-top:3px;
}
   
#formpage input  {
    width:100%;
	
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {

	border:1px solid #d80000;
   
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    max-width:300px;
	width:100%; 
    padding:15px 0;
	box-sizing:border-box;
	display:block;
	margin:0 auto;
    font-size:18px;
	line-height:14px;
	color:#f8ec22;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background:#2b3c98;
	text-decoration:none;
	border:2px solid #2b3c98;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
     -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
    float:none;
    cursor:pointer;
}

#formpage input.button:hover {
	background:#f8ec22;
	color:#2b3c98;
}

 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    text-align: center;
    line-height:normal !important;
}

.CaptchaImagePanel {
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.CaptchaMessagePanel {
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
    font-weight:normal !important;
    font-size:12px;
    line-height:14px;
}

.CaptchaAnswerPanel {
    padding:2px 0px 2px 0px !important;
    max-width:400px;
    width:100%;
    margin:0 auto;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	width:100%;
	float:left;
	margin-top:10px;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


.fulltd {
    width:100%!important;	
}

hr {
	width:100%;
	float:left;
	margin:20px 0;
	border-top:1px solid #aaa;
}

/********************hover easing style
			-webkit-transition: all .5s ease; /* Safari and Chrome */
  /*  		-moz-transition: all .5s ease; /* Firefox */
  /*  		-ms-transition: all .5s ease; /* IE 9 */
  /*  		-o-transition: all .5s ease; /* Opera */
  /*  		transition: all .5s ease;


/*********RESPONSIVE********/

@media screen and (max-width: 1350px) {
	.slideinfo p {
		font-size:16px;
		line-height:24px;
	}
	
	.footlinks a {
		padding:20px 30px;
	}
}


@media screen and (max-width: 1190px) {
	.slideinfo p {
		font-size:12px;
		line-height:18px;
	}
	.slideinfo {
		padding:15px 20px 0 20px;
	}
	
	.footlinks a {
		padding:20px 20px;
		font-size:16px;
	}
}

@media screen and (max-width: 1100px) {
    .slideimg {
		width:120%;
		margin-left:-20%;
		overflow:hidden;
	}
	
	.slideinfo {
		width:100%;
		float:left;
		padding:30px ;
		height:auto;
	}
	
	.slideinfo p {
		font-size:16px;
		line-height:22px;
		text-align:center;
	}
	
	.slideinfo h2 {
		text-align:center;
	}
    
@media screen and (max-width: 1020px) {
	.footlinks {
		width:100%;
	}
	
	.footlinks p {
		width:100%;
		float:left;
		padding:15px 0 30px 0;
		text-align:center;
	}
	
	.footlinks a {
		float:none;
		text-align:center;
		padding:10px 15px;
		font-size:14px;
		line-height:22px;
	}
	.footlogo {
		width:100%;
		float:left;
	}
	
	.footlogo img {
	    float:none;display:block;margin:0 auto;max-width:175px;width:100%;	
	}
    .caixa {
        width: 45%;
        margin: 2%;
        float: left;
        min-height: auto;
    }
}

@media screen and (max-width: 900px) {
	.topmap h2 {
		width:100%;
		text-align:center;
	}
	
	.topmap a {
		width:100%;
		margin-top:10px;
	}
	
	.videos {
		padding:10px;
	}
	
	.event {
		width:100%;
		margin:10px 0;
	}
	
}

@media screen and (max-width: 850px) {
	
	
	.homemap img {
		width:140%;
		margin-right:-30%;
		margin-left:-10%;
	}
	
	.infoleft {
		width:100%;
		float:left;
	}
	
	.infoleft p {
		text-align:center;
		margin-bottom:20px;
	}
	
	.conmap {
		width:100%;
	}
}

@media screen and (max-width: 700px) { 
	.thirds {
		width:50%;
	}
    
	.homemap img {
		width:160%;
		margin-right:-50%;
		margin-left:-10%;
	}
	
	#formpage td {
		width:100%;
		margin:10px 0;
	}
	
	.title h1 {
		font-size:35px;
	}
	
	.videos {
		width:50%;
	}
	
	.footlinks a {
		float:none;
		text-align:center;
		padding:10px 10px;
		font-size:14px;
		line-height:22px;
	}
}


@media screen and (max-width: 600px) { 
    .thirds {
		width:100%;
        float: none;
        margin: 0 auto
	}
    .thirds img {margin: 0 auto}
    .caixa {
        width: 70%;
        margin: 20px auto;
        float:none;
        min-height: auto;
    }
	.socials {
		display:none;
	}
	
	.noneleft {
		display:none;
	}
	
	.logo {
		width:100%;
	}
	
	.homemap img {
		width:200%;
		margin-right:-90%;
		margin-left:-10%;
	}
	.bottomfoot p {
		font-size:10px;
	}
}



