/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
	color:#2c2e31;
}

#logo_vrt {
    width: 130px;
    height: 112px;
    border: 0;
    margin: 30px 0 0 0;
	position:absolute;
	z-index:300;
}
#logo_hrz {
    background:  url("../img/logo_hrz.png") no-repeat;
    width: 281px;
    height: 35px;
    border: 0;
    margin: 0 auto;
	padding: 0 0 50px 0;
}

html {
	min-width: 1000px;
}

/* titles and text */
h1 {font-size: 46px; line-height:42px;}
.mac.ff h1 { line-height: 70px; }
h2 {font-size: 28px; line-height:24px;}
h3 {font-size: 20px; line-height:24px;}
.mac.ff h3 { line-height: 36px; }
h4 {font-size: 16px; line-height:17px;}
.mac.ff h4 { line-height: 26px; }
h5 {font-size: 15px; line-height:16px;}
h6 {font-size: 14px; line-height:15px;}

h1, h2, h3, h4, h5, h6 {
	font-family: JMF;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
}
.touch h1, .touch h2, .touch h3, .touch h4, .touch h5, .touch h6 {
	font-family: "JMF A", "JMF B";
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
	color:#2c2e31;
}
h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey {
	color:#8c8c8c;
}
h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold {
	color:#b17930;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#ffffff;
}
h2.subtitulo {
font-size: 22px;
}

h1.titulo {
font-size: 40px;
}

footer h6  {
		font-family: GothamRegular;
		color:#FFFFFF;
}

a.black { 
	color:#2c2e31;
	text-decoration:none;
}
a.black:hover { 
	color:#b17930;
	text-decoration:none;
}
a.grey { 
	color:#8c8c8c;
	text-decoration:none;
}
a.gold { 
	color:#b17930;
	text-decoration:none;
        font-weight:bold;
}
a.grey:hover { 
	color:#b17930;
	text-decoration:none;
}
a.white { 
	color:#ffffff;
	text-decoration:none;
}
a.white:hover { 
	color:#b17930;
	text-decoration:none;
}
p.intro {
	margin: 30px 0 20px 0;
	color: #8c8c8c;
	font: 14px "GothamRegular";
	line-height: 18px;
}
p {
	margin:0;
	padding:0;
}
.title {
 	text-align:left;
	margin:0;
	padding:5px 0 0 0;
	height:45px;
}
.titledot {
 	text-align:left;
	margin:0;
	padding:5px 0 0 0;      
	
}
.subtitle {
	margin: 0 0 20px 0;
}
.block {
        
        margin-top: 5em;
        margin-bottom: 5em;
}
/* structure */
header {
	background: #494949;
	float:none;
}
.mac.ff header {
	line-height: 27px;
}
#main {
	padding: 40px 0 0 0;
}
footer {
	float:none;
	background-color:#2f2f2f;
	margin:0 auto;
	padding: 20px 0 0 0;
	overflow:hidden;
}
.mac.ff footer h4 {
	margin: 10px 0 0;
	line-height: 17px;
}
.container {
	width:980px;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}
	
/* nav */	
nav {
	width:980px;
	height:40px;
	margin: 0 auto;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li  {
	font-family: 'JMF';
	font-size:18px;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 12px 0 0 0px;
	position:relative;

}
.touch nav li {
	font-family: "JMF A", "JMF B";
}
nav li span.navbullet  {
    font-size: 12px;
	text-decoration:none;
	display:inline-block;
	position:relative;
	top:-2px;
	color:#8c8c8c;
}
#idiomas {
	font-family: 'JMF';
	font-size:18px;
	margin: 0 0 0 7px;
	padding: 12px 10px 0 13px;
	background-color:#8c8c8c;
	height:28px;
}
.touch #idiomas {
	font-family: "JMF A", "JMF B";
}

#sustentabilidade {
	font-family: 'JMF';
	font-size:18px;
	margin: 0px;
	margin-left:0px;
	padding: 12px 0px 0 0px;
	background-color:#ffffff;
	background-color:#4A6E00;
	width:110px;
	text-align: center;
	height:28px;
}
.touch #sustentabilidade {
	font-family: "JMF A", "JMF B";
}

#loja {
	font-family: 'JMF';
	font-size:18px;
	margin: 0px;
	margin-left:0px;
	padding: 14px 0px 0 0px;
	background-color:#ffffff;
	background-color:#b17930;
	width:110px;
	text-align: center;
	height:28px;
	position:absolute;
}
.touch #loja {
	font-family: "JMF A", "JMF B";
}
nav li:first-child a {
	margin: 0 10px 0 0;
}
nav a {
	display: inline-block;
	color:#dadada;
	text-decoration:none;
	margin: 0 7px 0 7px;
}
nav a:hover {
	color:#b17930;
}
nav a.idiomas:hover {
	color:#2c2e31;
}

nav a.sustentabilidade:hover {
	color:#2c2e31;
}

nav #loja  a{
	color:#2c2e31;
	color:#fff;
    background:  url("../img/menu_loja_arrow_up.png") no-repeat 137px 4px;
	display:block;
}
nav a.loja:hover,nav #loja  a:hover {
	color:#b17930;
	color:#2c2e31;
	background:  url("../img/menu_loja_arrow_hover.png") no-repeat 137px 4px;
	display:block;
}

/*nav.right ul {
	text-align: right;
}*/

nav.right ul {
        text-align: center;
        margin-left: 107px;
}


/* subnav */
.subnav {
	overflow: hidden;
	background-color:#5c5c5c;
	height: 0;
	-webkit-transition: height .6s ease-in-out;
	-moz-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	-ms-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
}
.submenu { 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
	color:#bfbfbf;
	display:block;
	clear:both;
}
a.submenu { 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
	color:#bfbfbf;
	display:block;
	clear:both;
	margin:0 0 10px 0;
	text-decoration:none;
}
a.submenu:hover { 
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
.colunas {
	padding:10px 10px 10px 10px;
	margin:0;
	border-left: 1px solid #747474;
	display: inline-block;
	min-width:150px;
        width: 150px;
	height:100%;
	float:left;
}

.colunas_licorosos {
	padding:20px 30px 0 10px;
	margin:0;
	border-left: 1px solid #747474;
	display: inline-block;
	min-width:150px;
        width: 250px;
	height:100%;
	float:left;
}

/* bullets */
h1 .bullet, h2 .bullet, h3 .bullet {
	display: inline-block;
	position: relative;

	text-decoration: none;
}
h1 .bullet {
	top: -9px;

    font-size: 17px;
}
h2 .bullet {
	top: -5px;

    font-size: 12px;
}
h3 .bullet {
	top: -3px;

    font-size: 10px;
}

/* icons */
a.icon_facebook {
    background:  url("../img/icon_fb_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_facebook:hover {
	background:  url("../img/icon_fb_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_youtube {
    background:  url("../img/icon_yt_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_youtube:hover {
	background:  url("../img/icon_yt_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_instagram {
    background:  url("../img/icon_insta_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_instagram:hover {
	background:  url("../img/icon_insta_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_tripadvisor {
    background:  url("../img/icon_trip_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_tripadvisor:hover {
	background:  url("../img/icon_trip_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_twitter {
    background:  url("../img/icon_twitter_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_twitter:hover {
	background:  url("../img/icon_twitter_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}
a.icon_linkedin {
    background:  url("../img/icon_linkedin_up.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}

a.icon_linkedin:hover {
	background:  url("../img/icon_linkedin_hover.png") no-repeat;
	display:block;
	width:23px;
	height:23px;
	margin: 5px 8px 0 0;
        float:left;
}

form {
    margin: 0;
	padding: 0;
}
textarea:focus, input:focus{
    outline: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 2px;
	width:80px;
	background-color:#cccccc;
	margin: 50px auto;
	border:none;
	padding:0;
	text-align:center;
	clear: both;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* botão */
.botao_grey, .botao_black, .botao_white, .botao_gold { 
	height:33px;
	display:inline-block;
	padding:0 40px 0 0;
	margin:0;
	cursor:pointer;
	overflow:hidden;
}
.botao_grey h4, .botao_black h4, .botao_white h4, .botao_gold h4 { 
	line-height:13px;
	display:inline-block;
}
.botao_black   { 
	background: url("../img/btn_right_black.png") no-repeat top right;
	color:#FFFFFF;
}
.botao_black:hover   { 
	background: url("../img/btn_right_white.png") no-repeat top right;
	color:#2c2e31;
}
.botao_gold   { 
	background: url("../img/btn_right_gold.png") no-repeat top right;
	color:#FFFFFF;
}
.botao_gold:hover   { 
	background: url("../img/btn_right_white.png") no-repeat top right;
	color:#2c2e31;
}
.botao_grey   { 
	background: url("../img/btn_right_grey.png") no-repeat top right;
	color:#FFFFFF;
}
.botao_grey:hover   { 
	background: url("../img/btn_right_white.png") no-repeat top right;
	color:#2c2e31;
}
.botao_white   { 
	background: url("../img/btn_right_white.png") no-repeat top right;
	color:#2c2e31;
}
.botao_white:hover   { 
	background: url("../img/btn_right_black.png") no-repeat top right;
	color:#FFFFFF;
}
.botao_left_grey, .botao_left_black, .botao_left_white, .botao_left_gold { 
	width:14px;
	height:33px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
.botao_left_gold { 
	background: url("../img/btn_left_gold.png") no-repeat top left;
}
.botao_left_black { 
	background: url("../img/btn_left_black.png") no-repeat top left;
}
.botao_left_grey { 
	background: url("../img/btn_left_grey.png") no-repeat top left;
}
.botao_left_white { 
	background: url("../img/btn_left_white.png") no-repeat top left;
}

/* END - botão */



/* FOOTER */
footer .container > div {
	float: left;
	margin: 0;
}
footer .container .newsletter {
	float: right;
	margin: 0;
	padding: 0; 
	width: 230px;
}
.mac.ff footer .container .newsletter h3 {
	margin-bottom: -18px;
}

footer .newsletter_input {
	background: transparent url(../img/newsletter_input.png) no-repeat top left;
	width:162px;
        height:33px;
	margin:20px 0 0 0;
	padding:0 30px 0 25px;
	border: none;
	float:none;
	color:#6e6e6e;
	position:absolute;
}


.lt-ie10 footer .newsletter_input {
	background: transparent url(../img/newsletter_input.png) no-repeat top left;
	width:162px;
        height:33px;
	margin:20px 0 0 0;
	padding:8px 30px 0 25px;
	border: none;
	float:none;
	color:#6e6e6e;
	position:absolute;
}

footer #btn_submit_newsletter {
	background: transparent url(../img/newsletter_button_up.png) no-repeat top left;
	width:33px;
	height:33px;
	border:0;
	position:relative;
	top:20px;
	float:right;
}
footer #btn_submit_newsletter:hover {
	background: transparent url(../img/newsletter_button_hover.png) no-repeat top left;
	width:33px;
	height:33px;
	border:0;	
}

/*
 *Newsletter na página Novidades
 */

#btn_submit_newsletter_news {
	background: transparent url(../img/newsletter_button_up.png) no-repeat top left;
	width:33px;
	height:50px;
	border:0;
	position:relative;
	top:20px;
        left:200px;
        float:none;
}
#btn_submit_newsletter_news:hover {
	background: transparent url(../img/newsletter_button_hover.png) no-repeat top left;
	width:33px;
	height:50px;
	border:0;	
}
.newsletter_input {
	background: transparent url(../img/newsletter_input.png) no-repeat top left;
	width:162px;
        height:33px;
	margin:20px 0 0 0;
	padding:0 30px 0 25px;
	border: none;
	float:none;
	color:#6e6e6e;
	position:absolute;
}

.wine_moderation {
	background: transparent url(../img/wine_moderation_up.png) no-repeat top left;
	width:150px;
	height:33px;
	border:0;
	float:left;
cursor:pointer;
}

.wine_moderation:hover {
	background: transparent url(../img/wine_moderation_hover.png) no-repeat top left;
	width:150px;
	height:33px;
	border:0;
	float:left;
cursor:pointer;
}
.vinho_moderacao {
	background: transparent url(../img/vinho_moderacao_up.png) no-repeat top left;
	width:150px;
	height:33px;
	border:0;
	float:left;
cursor:pointer;
}
.vinho_moderacao:hover {
	background: transparent url(../img/vinho_moderacao_hover.png) no-repeat top left;
	width:150px;
	height:33px;
	border:0;
	float:left;
cursor:pointer;
}


#langs {
	height: 150px;
}



#galery {
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;

	background: url(../img/back40.png);
	background: rgba(255,255,255,0.4);

	opacity: 0;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

#galery-container {
	display: none;
	position: relative;
	top: 50%;
	width: 400px; height: 171px;
	margin: -100px auto 0; padding: 10px;

	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);

	background: #FFF;

	opacity: 0;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;

}
.no-csstransitions #galery,
.no-csstransitions #galery-container,
.no-csstransitions #galery nav {
	opacity: 1;
}
#galery nav {
	position: absolute;
	opacity: 0;
	top: 50%; left: 50%;
	width: 700px; height: 50px;
	margin: -25px 0 0 -350px;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
#galery .prev,
#galery .forw {
	display: block;
	position: absolute;
	width: 50px; height: 50px;
	left: 0;

	background: url(../img/galery-sprite.png);
}
#galery .prev:hover {
	background-position: 0 -50px;
}
#galery .forw {
	left: auto;
	right: 0px;

	background-position: -50px 0;
}
#galery .forw:hover {
	background-position: -50px -50px;
}



.vinhas h3.gold {
	margin: 0 0 15px 0;
}

.spanGold {color:#b17930;font-size: 38px;line-height: 48px;font-family: JMF;text-align:center;}

#thumb {
       border: 0px solid #ddd;
       border-radius: 4px;
       padding: 5px;

}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(73,73,73,1.0);
    min-height: 30px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    color:#fff;
    border:solid 1px silver;
    text-decoration:none;
    padding:5px;
}

/*Cookie Consent End*/





