
/* AgorisCMS Core CSS
 * fmt@4ventos.net
 *
 * http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Cookie Law
 */
#cookielaw {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.75);
    box-shadow: 0 -1px 2px 0px rgba(0,0,0,0.20);
    font-size: 14px;
    color: #fff;
}
#cookielaw .cookielaw-inner {
    margin-right: 50px;
}
#cookielaw a {
    text-decoration: underline;
    color: #fff;
}
#cookielaw .cookielaw-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 1.5em;
}
#cookielaw .cookielaw-short,
#cookielaw .cookielaw-more,
#cookielaw.showMore .cookielaw-more {
    display: table;
    width: 100%;
    height: 50px;    
}
#cookielaw .cookielaw-more,
#cookielaw.showMore .cookielaw-short {
    display: none;
}
#cookielaw .cookielaw-ttl {
    display: table-row;
    line-height: 50px;
    text-transform: uppercase;
    text-indent: 20px;
    font-size: 1.1em;
}
#cookielaw .cookielaw-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
#cookielaw .cookielaw-more .cookielaw-txt {
    padding-bottom: 20px;
    line-height: 1.4;
}
#cookielaw .cookielaw-more .cookielaw-buttons {
    vertical-align: top;
}

#cookielaw .cookielaw-buttons {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
}
#cookielaw .cookielaw-buttons li {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 25px;
    line-height: 23px;
    border: 1px #fff solid;
}
#cookielaw .cookielaw-buttons a,
#cookielaw .cookielaw-buttons span {
    display: block;
}
#cookielaw .cookielaw-buttons a {
    text-decoration: none;
}
#cookielaw .cookielaw-buttons a:hover {
    background-color: #fff;
    color: #000;
}
#cookielaw .cookielaw-buttons span {
    padding: 0 10px;
}
@media (max-width:400px) {
    #cookielaw {
        height: 100%;
        line-height: 1.5;
        font-size: 16px;
    }
    #cookielaw .cookielaw-inner {
        margin: 50px 0 0; 
    }
    #cookielaw .cookielaw-txt,
    #cookielaw .cookielaw-buttons {
        display: block;
    }
    #cookielaw .cookielaw-buttons {
        padding: 20px;
        text-align: center;
    }
    #cookielaw .cookielaw-buttons li {
        height: 50px;
        line-height: 48px;
    }
    #cookielaw .cookielaw-buttons span {
        padding: 0 30px;
    }
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale'); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
	list-style: none;
}
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/256ea6");
@font-face {
    font-family: 'TradeGothicLTStd-Extended';
    src: url('fonts/256EA6_0_0.eot');
    src: url('fonts/256EA6_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/256EA6_0_0.woff') format('woff'), url('fonts/256EA6_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'TradeGothicLTStd-BoldExt';
    src: url('fonts/256EA6_1_0.eot');
    src: url('fonts/256EA6_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/256EA6_1_0.woff') format('woff'), url('fonts/256EA6_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'TradeGothicLT';
    src: url('fonts/256EA6_2_0.eot');
    src: url('fonts/256EA6_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/256EA6_2_0.woff') format('woff'), url('fonts/256EA6_2_0.ttf') format('truetype');
}

html,
body {
    height: 100%;
    overflow: visible;
}
html.socialdashboard-on,
body.socialdashboard-on {
    overflow: hidden;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}

input.error,
select.error,
textarea.error {
    background-color: #ffebe8;
    border-color: #dd3c10;
    color: #333;
}

#warnings {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
}
#warnings div {
    display: none;
    margin-bottom: 5px;
    width: 300px;
    line-height: 1.2;
    padding: 15px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 2px #222;
    border-radius: 3px;
    font-size: .95em;
    color: #fff;
}

/* Error pages
 */
#error .item .ttl,
#error .item .txt {
    font-family: 'TradeGothicLTStd-Extended';
}
#error .item .ttl {
    float: none;
    width: auto;
    margin: 0;
    font-size: 2em;
    color: #e1c478;
}
#error .item a {
    font-family: 'TradeGothicLTStd-BoldExt';
    color: #e1c478;
}

a,
a span,
a img {
    cursor: pointer;
}
a {
    color: #000;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
u {
    text-decoration: underline;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.hidden,
.print,
#zone_9,
.item .date {
    display: none;
}

/* galeria */
html.galeriaOn,
body.galeriaOn {
    overflow: hidden;
}
.galeriaOn #callslider,
.galeriaOn #top_slider,
.galeriaOn #header,
.galeriaOn #call-sidebar {
    position: absolute;
}
#galeria {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
#galeria .galeriaItem {
    position: relative;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#galeria.closing .galeriaItem {
    max-width: none;
    max-height: none;
}
#galeria .galeriaItem.fullByWidth,
#galeria .galeriaItem.fullByHeight {
    max-width: none;
    max-height: none;
}
#galeria .galeriaItem.fullByWidth {
    min-width: 100%;
    max-width: 101%;
}
#galeria .galeriaItem.fullByHeight {
    min-height: 100%;
/*    max-height: 101%;*/
}
#galeria div.galeriaItem {
    width: 100%;
    height: 100%;
}
#galeria .f-title {
    position: absolute;
    z-index: 2010;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: Georgia;
    font-size: 28px;
    color: #e1c478;
}
#galeria .f-title span {
    display: inline-block;
    margin: 50px;
    background: #000;
    background: rgba(0,0,0,.7);
    padding: 15px;
    line-height: 62px;
}
#galeria .close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #000 url(/images/fancyclose.png) no-repeat center center;
    background-color: rgba(0,0,0,0.7);
    text-indent: -800px;
    text-align: left;
}

/* Newsletter */
#newsletter {
    position: fixed;
    z-index: 20;
    right: -395px;
    bottom: 55px;
    width: 395px;
    background: #f1f1f1;
}
#newsletter .ok,
#newsletter .ko {
    display: none;
    padding-top: 6px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    color: #d9B87f;
}
#newsletter.ok .ok,
#newsletter.ko .ko {
    display: block;
}
#newsletter fieldset {
    position: relative;
    z-index: 5;
    padding: 14px 25px 7px 25px;
    box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.37);
}
#newsletter input,
#newsletter select,
#contactForm select {
    margin-bottom: 13px;
    width: 168px;
    padding: 7px 12px;
    box-shadow: 1px 1px 1px 0px rgb(204, 204, 204);
    border: 1px solid #fff;
    font-family: Georgia;
    font-style: italic;
    font-size: 16px;
    color: #333;
}
#newsletter select {
    width: 194px;
}
#contactForm select {
    width: auto;
}
#newsletter label {
    display: block;
}
#newsletter .submit {
    width: 124px;
    background-color: #e1c478;
    border: 1px solid #e1c478;
    text-transform: lowercase;
    font-family: Georgia;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.newsletter-text {
    float: right;
    width: 124px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-family: Georgia;
    font-size: 22px;
    color: #fff;
}
.newsletter-text strong {
    display: block;
}
#newsletter .inputs {
    float: left;
    margin-bottom: -13px;
}
#newsletter .input-submit {
    position: absolute;
    right: 25px;
    bottom: -3px;
}

/* Contact FORM */
#contactForm address,
#contactForm em {
    font-style: normal;
}
#contactForm .country {
    margin: 10px 0;
    font-size: 36px;
    color: #e1c478;
}
#contactForm .contact-item {
    margin-bottom: 60px;
}
#contactForm .contact-name {
    text-transform: uppercase;
}
#contactForm .contact-txt strong,
#contactForm .contact-txt b {
    font-weight: normal;
    color: #cbcbcb;
}
#contactForm p {
    margin-bottom: 0;
}

/* Slide Rail */
.top-slider-drag,
.top-slider-drag:after,
.top-slider-ul a,
.top-slider-ul a:after {
    background-color: transparent;
    background-image: url(/images/slider_handle.png);
    background-repeat: no-repeat;
}
#top_slider {
    position: absolute;
    z-index: 15;
    top: 44px;
    right: 0;
    left: 300px;
    height: 35px;
    padding: 0 20px;
}
body.fullscreen-selected #top_slider {
    display: none;
}
.top-slider-ul {
    position: relative;
}
.top-slider-ul li {
    display: inline-block;
    height: 35px;
    text-align: right;
}
.top-slider-ul .top-slider-starter {
    margin-right: -38px;
    width: 38px;
    text-align: left;
}
.top-slider-ul a,
.top-slider-ul a:after {
    top: 0;
    width: 38px;
    height: 35px;
    background-position: 0 -76px;
}
.top-slider-ul a {
    display: inline-block;
    position: relative;
    margin-right: -19px;
    text-align: center;
}
.top-slider-ul a:after {
    content:'';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
}
#top_slider:hover .top-slider-ul a:hover,
#top_slider:hover .top-slider-ul a:hover:after,
.top-slider-ul a:hover,
.top-slider-ul a:hover:after {
    background-position: 0 -38px;
}
.top-slider-ul li.selected a,
.top-slider-ul li.selected a:after {
    background-position: 0 -114px;
}
.top-slider-ul a span {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    padding: 10px;
    background: #e1c478;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}
.top-slider-ul a span:before {
    content:'';
    position: absolute;
    top: -10px;
    right: 17px;
    width: 0;
    height: 0;
    border: 5px solid #e1c478;
    border-top-color: transparent;
    border-left-color: transparent;
}
.top-slider-ul li a.floatRight span {
    right: auto;
    left: 0;
}
.top-slider-ul li a.floatRight span:before {
    right: auto;
    left: 19px;
    border-right-color: transparent;
    border-left-color: #e1c478;
}
.top-slider-ul a:hover span {
    display: block;
}
.top-slider-ul .top-slider-starter a {
    margin: 0 0 0 -19px;
}
.top-slider-rail {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(203, 203, 205, .5);
}
.top-slider-railFull,
.top-slider-railFull:after {
    position: absolute;
    height: 2px;
    -webkit-transition: background .25s, border-color .25s;
    -moz-transition: background .25s, border-color .25s;
    -ms-transition: background .25s, border-color .25s;
    -o-transition: background .25s, border-color .25s;
    transition: background .25s, border-color .25s;
}
.top-slider-railFull {
    top: 0;
    width: 0;
    background: #e1c478;
}
.top-slider-railFull:after {
    content:'';
    z-index: 1;
    left: 0;
    width: 100%;
    background: #e1c478;
}
.top-slider-drag,
.top-slider-drag:after {
    position: absolute;
    left: 0;
    width: 38px;
    height: 35px;
    background-position: 0 -38px;
}
.top-slider-drag {
    top: -18px;
    z-index: 15;
    cursor: pointer;
}
.top-slider-drag:after {
    content:'';
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}
#top_slider:hover .top-slider-drag:after {
    opacity: 1;
}

/* shadows
 */
#header:after,
#collection:after,
#timeline:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
   box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    overflow-y: visible;
}

/* Header
*/
#header,
#header:after {
    width: 300px;
}
#header {
    position: absolute;
    z-index: 30;
    height: auto !important;
    min-height: 100%;
}
.fixed-logo,
.header-padding,
.copy {
    position: relative;
    z-index: 1;
}
.fixed-logo {
    padding: 30px 50px 8px;
}
#logo a {
    display: block;
    width: 201px;
    height: 62px;
    overflow: hidden;
    background: transparent url(../themes/default/images/grahams-logo.png) no-repeat 0 0;
    text-indent: -800px;
}
.lang {
    width: 70px;
    padding-top: 20px;
    border-bottom: 1px #ccc solid;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 9px;
}
.lang li {
    display: inline;
}
.lang li:first-child {
    position: relative;
    top: 5px;
    margin-left: 95px;
}
.lang a {
    color: #b2b2b2;
}
.lang a.selected {
    color: #e1c478;
}
.header-padding {
    padding: 0 50px;
}
#nav {
    width: 70px;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
    font-family: 'TradeGothicLTStd-Extended';
    text-transform: uppercase;
}
#nav ul {
    display: none;
}
#nav ul.nav-depth-0,
#nav li.selected > ul {
    display: block;
}
#nav .nav-depth-1 {
    margin: 10px 0 10px 20px;
}
#nav .nav-depth-1 ul {
    margin-left: 10px;
}

.li-dep-0.selected .show,
.li-dep-1.selected .show {
    display: block;
}
#nav li.li_wines.selected.li-dep-0 ul.nav-depth-2 {
    display: none;
}

#nav a {
    display:block;
    margin: 0 -190px 1px -50px;
    padding: 0 0 0 50px;
    line-height: 30px;
    white-space: nowrap;
    color: #4d4d4d;
}
#nav a.a-dep-0 {
    font-size: 11px;
}
#nav a.a-dep-1,
#nav a.a-dep-2,
#nav a.a-dep-3,
#nav a.a-dep-4,
#nav a.a-dep-5 {
    margin: 0 -170px 1px 0;
    line-height: 20px;
    padding-left: 0;
    white-space: normal;
    font-size: 9px;
    color: #333;
}

#nav .selected a.a-dep-0,
#nav a.a-dep-0:hover {
    background: #e1c478;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    font-family: 'TradeGothicLTStd-BoldExt';
    color: #fff;
}
#nav .li-dep-1.selected a.a-dep-1,
#nav .li-dep-2.selected a.a-dep-2,
#nav a.a-dep-1:hover,
#nav a.a-dep-2:hover,
#nav a.a-dep-3:hover,
#nav a.a-dep-4:hover,
#nav a.a-dep-5:hover {
    color: #e1c478;
}

#nav .li_parallax .li-pos-4,
#nav .li_parallax .li-pos-5,
#nav .li_parallax .li-pos-6,
#nav .li_parallax .li-pos-7,
#nav .li_parallax .li-pos-8 {
    display: none;
}
#nav .li_parallax .li-pos-4.selected,
#nav .li_parallax .li-pos-5.selected,
#nav .li_parallax .li-pos-6.selected,
#nav .li_parallax .li-pos-7.selected,
#nav .li_parallax .li-pos-8.selected {
    display: block;
}

/* Footer
 */
#footer {
    width: 70px;
}
#nav_footer {
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
    font-family: 'TradeGothicLTStd-Extended';
}
#nav_footer a,
.socialFooter a {
    display: block;
    margin-right: -180px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 9px;
    color: #333;
}
.socialFooter a {
    height: 24px;
    line-height: 21px;
    padding-left: 30px;
    background-image: url(../themes/default/images/social_icons.png);
    background-repeat: no-repeat;
    font-size: 7px;
    color: #808080;
}
#nav_footer a:hover,
#nav_footer .selected a,
.socialFooter a:hover {
    color: #e1c478;
}
.socialFooter {
    padding: 20px 0;
}
#callNewsletter{
    background-position: 0 0;
}
#callNewsletter:hover,
.newsletter-showing #callNewsletter,
.newsletter-showing #callNewsletter:hover {}
#sd-call {
    background-position: 0 -30px;
}
#sd-call:hover {}

.copy {
    margin-left: 50px;
    line-height: 1.4;
    padding: 46px 0 30px;
    background: transparent url(../themes/default/images/footer_sig.png) no-repeat 0 20px;
    text-transform: uppercase;
    font-size: 9px;
    color: #666;
}

/* Body
 */
#body {
    width: 100%;
}

.sectionTitle,
.zoneTitle,
.moduleTitle {
    display: none;
}
/*
.sectionTitle {
    font-family: 'TradeGothicLT';
    position: absolute;
    top: 89px;
    left: 50%;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #cbcbcb;
    z-index: 1;
    display: none;
    padding-left:43px;
}
.sectionTitle span {
    width: 650px;
    display: block;
    font-weight: bold;
}
.showSectionTtl .sectionTitle {
    display: block;
}
body.fullscreen-selected.showSectionTtl .sectionTitle {
    display: none;
}
*/

/* Nav Arrows
 */
.arrows-nav {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -35px;
    width: 100%;
}
.arrows-nav a {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: transparent url(../themes/default/images/arrows_nav.png) no-repeat 0 0;
    text-indent: -800px;
}
.arrows-nav .prev {
    display: none;
    left: 320px;
}
.galeriaOn .arrows-nav .prev {
    left: 10px !important;
}
.arrows-nav .prev:hover,
.arrows-nav .prev.hover {
    background-position: 0 bottom;
}
.arrows-nav .next {
    right: 10px;
    background-position: right 0;
}
.galeriaOn .arrows-nav .next {
    right: 10px !important;
}
.arrows-nav .next:hover,
.arrows-nav .next.hover {
    background-position: right bottom;
}

/* Mask */
#mask {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 140px;
    background: transparent url(/images/blank.gif);

}


.zone {
    position: relative;
    padding-top: 80px;
    white-space: nowrap;
    font-size: 0;
}
.fullscreen-selected .zone,
.wines .zone {
    position: static;
    padding-top: 0;
}

.item {
    display: inline-block;
    z-index: 1;
    width: 100%;
    vertical-align: top;
    white-space: normal;
    font-size: 16px;
}
.item.itemFaded {
    z-index: 0;
}
.item .date {
    font-size: 14px;
    font-family: 'TradeGothicLTStd-BoldExt';
    font-style: italic;
    color: #cbcbcb;
}

/*
.linkblock, .linkblock p, .linkblock div, .linkblock img, .linkblock li, .linkblock ul, .linkblock .ttl, .linkblock .subttl {
    cursor: pointer;
}
*/

.item strong, .item b,
.item strong em, .item b em {
    font-weight: bold;
}
.item i, .item em {
    font-style: italic;
}
.item u {
    text-decoration: underline;
}

.item .lead a {
    color: #e1c478;
    text-decoration: none;
}
.item .lead a:hover {
    color: #e1c478;
    text-decoration: underline;
}

.inner-item {
    position: relative;
    margin-left: 300px;
}
body.fullscreen-selected .inner-item {
    margin-left: 0;
}
.item .content {
    margin-right: 150px;
    padding: 30px;
}
body.fullscreen-selected .item .content {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-right: 0;
    width: 350px;
    padding: 1em 1em 0;
}

.item .resources {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
body.fullscreen-selected .item .r_links,
.r_videos {
    display: none;
}
.item .resources .ul-imgs {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.item .resources .ul-imgs li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.item .resources .ul-imgs a {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.item .resources .img-ttl,
.item .resources .img-lead {
    display: none;
}
.item .resources .mapOverlay {
    padding: 5px 5px 10px;
    white-space: nowrap;
    font-family: Georgia;
    font-size: 16px;
}

.bullets {
    position: absolute;
    bottom: 13px;
    width: 100%;
    height: 40px;
    text-align: center;
}
body.fullscreen-selected .bullets {
    display: none;
}
.bullets li {
    display: inline-block;
    font-size: 40px;
}
.bullets a {
    color: #e6e6e6;
}
.bullets a:hover,
.bullets .selected a {
    color: #b2b2b2;
}

a.fullscreen {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 13px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: transparent url(../themes/default/images/fullscreen.png) no-repeat 0 0;
    text-indent: -100px;
}
body.fullscreen-selected a.fullscreen {
    display: none;
}
a.fullscreen:hover {
    background-position: 0 bottom;
}


.item .ttl,
.item .subttl {
    float: left;
    margin-right: 5%;
    width: 45%;
    line-height: 1.4;
    font-family: 'TradeGothicLTStd-Extended';
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
}
.item .subttl {
    clear: left;
    margin-bottom: 5%;
    font-size: 15px;
	color: #e1c478;
}
body.fullscreen-selected .item .ttl,
body.fullscreen-selected .item .subttl {
    float: none;
    display: block;
    width: auto;
}
body.fullscreen-selected .item .ttl {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}
body.fullscreen-selected .item .subttl {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.item .lead,
.item .txt {
    line-height: 1.4;
    font-family: Georgia;
    color: #4d4d4d;
}
.item .lead {
    overflow: hidden;
    font-size: 16px;
}
body.fullscreen-selected .item .lead {
    font-family: 'TradeGothicLTStd-Extended';
    font-size: 14px;
    color: #fff;
}
.item .txt {
    clear: left;
}
.item .lead p,
.item .txt p {
    margin-bottom: 1em;
}
.item .lead a,
.item .txt a {
    color: #e1c478;
}

.more {
    display: none;
    margin: 33px 0;
    text-align: center;
}
.more-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent url(../themes/default/images/plus-minus.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -100px;
}
.less .more-icon {
    background-position: right 0;
}
.more a {
    color: #989898;
    font-size: 11px;
    font-family: Arial;
}
.more a .less-label,
.more a.less .more-label {
    display: none;
}
.more a.less .less-label {
    display: inline;
}
.more a:hover {
    color: #e1c478;
}
.more a:hover .more-icon {
    background-position: 0 bottom;
}
.more a.less:hover .more-icon {
    background-position: bottom right;
}

.r_files {
    margin-top: 24px;
    text-align: center;
}
.r_files,
.r_files a {
    color: #b2b2b2;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
.r_files a:hover{
    text-decoration: underline;
}
.r_files li{
    margin-bottom: 5px;
}

.social {
    margin: 0 30px 30px;
}
body.fullscreen-selected .social {
    display: none;
}
.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -800px;
    overflow: hidden;
    background: transparent url(../themes/default/images/social.png) no-repeat 0 0;
}
.social a:hover {
    background-position: 0 bottom;
}
.social a.facebook {
    background-position: right 0;
}
.social a.facebook:hover {
    background-position: right bottom;
}

/* Wines side bar */
#call-sidebar {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 260px;
    padding-right: 10px;
    width: 40px;
    height: 100px;
    background-image: url(/themes/default/images/col-exp.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.wines #call-sidebar {
    display: block;
}
.nowinemenu #call-sidebar {
    background-position: -40px center;
}

/* When it has been shown */
.wines #top_slider,
.wines .arrows-nav {
    visibility: hidden;
    z-index: -1; 
}
/*
    background: #fff;
    background: rgba(255,255,255,.9);
    box-shadow: 10px 0 5px rgba(0,0,0,.2);
*/
#collection-sidebar {
    position: absolute;
    z-index: 25;
    left: 300px;
    height: 100%;
    min-height: 100%;
}
.showwinemenu #collection-sidebar {
    left: 300px;
}
#collection,
#timeline {
    min-height: 100%;
    font-family: 'TradeGothicLTStd-Extended';
}

#collection,
#collection:after {
    width: 200px;
}
#collection {
    position: relative;
    z-index: 2;
}
#collection:after {
    left: 300px;
}
#collection a {
    display: block;
}
#collection .nav-depth-1 {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}
#collection .li-dep-1 {
    margin-bottom: 25px;
}
#collection .a-dep-1 {
    padding-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd-BoldExt';
    font-size: 11px;
    color: #e1c478;
}
#collection .a-dep-2 {
    margin: 0 -10px 1px 0;
    padding: 6px 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 11px;
    color: #4d4d4d;
}
#collection .a-dep-2:hover,
#collection .a-dep-2.selected {
    background-color: #e1c478;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    font-family: 'TradeGothicLTStd-BoldExt';
    color: #fff;
}
#collection .nav-depth-3 {
    display: none;
    margin: 10px 0 5px 35px;
    text-transform: uppercase;
    font-size: 9px;
}
#collection .nav-depth-2 li.selected .nav-depth-3 {
    display: block;
}
#collection .a-dep-3,
#collection .a-dep-4 {
    margin-bottom: 5px;
    padding: 2px 0;
    line-height: 16px;
    font-size: 9px;
    color: #808080;
}
#collection #nav_1380,
#collection #nav_1354 {
    padding-top: 10px;
}

#timeline,
#timeline:after {
    width: 80px;
}
#timeline {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    white-space: nowrap;
}
#timeline:after {
    left: 500px;
}
.vintage #timeline {
    display: block;
}
#timeline .select-year,
#timeline ul {
    position: relative;
    z-index: 2;
}
#timeline .select-year {
    margin: 0 10px 40px;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
    background: transparent url(../themes/default/images/select_year_arrow.png) no-repeat center bottom;
    text-transform: uppercase;
    text-indent: -9999px;
}
#timeline ul {
    margin: 0 20px;
    line-height: 29px;
    font-size: 11px;
}
#timeline a {
    display: block;
    border-top: 1px solid rgba(0,0,0,.05);
    color: #4d4d4d;
}
#timeline .li-pos-0 {
    display: none;
}
#timeline .li-pos-1 a {
    border-top-color: transparent;
}
#timeline a:hover,
#timeline .selected a {
    font-family: 'TradeGothicLTStd-BoldExt';
    color: #e1c478;
}

/* TBD */
body.wines:not(.wines-selected) #body,
body.wines:not(.wines-selected) #contents,
body.wines:not(.wines-selected) .zone,
body.wines:not(.wines-selected) .item,
body.wines:not(.wines-selected) .outter-item
{
    height: 100%;
}
body.wines:not(.wines-selected) .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
}
body.wines:not(.wines-selected) .item.pos_1 {
    opacity: 1;
    z-index: 1;    
}
body.wines:not(.wines-selected) .inner-item {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -275px 0 0 -90px;
    width: 680px;
    min-height: 550px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 10px;
}
body.wines.wines-fixed:not(.wines-selected) .inner-item {
    top: 10px;
    margin-top: 0;
}
body.wines:not(.wines-selected).nowinemenu .inner-item {
    margin-left: -217.5px;
}
body.wines:not(.wines-selected).vintage-selected .inner-item {
    margin-left: -50px;
}
body.wines:not(.wines-selected).vintage-selected.nowinemenu .inner-item {
    margin-left: -177.5px;
}
.wines:not(.wines-selected) .item .resources {
    float: left;
    margin: 50px 10px;
    margin-bottom: 10px;
    width: 250px;
    height: 450px;
}
.wines:not(.wines-selected) .item .resources .ul-imgs a {
    height: 450px;
    background-size: auto;
}
.wines:not(.wines-selected) .item .content {
    margin-right: 0;
    padding-top: 50px;
    padding-left: 0;
    overflow: hidden;
}
.wines:not(.wines-selected) .item .ttl,
.wines:not(.wines-selected) .item .subttl,
.wines:not(.wines-selected) .item .lead,
.wines:not(.wines-selected) .item .txt {
    clear: none;
    float: none;
    margin: 0;
    width: auto;
}
.wines:not(.wines-selected) .item .ttl {
    text-transform: none;
    font-size: 34px;
}
.wines:not(.wines-selected) .item .lead {
    margin-top: 30px;
    font-size: 14px;
}

/* AQUI */



/* Hide Vintage Single Quinta Item */
#collection .hide-repeated-a {
    display: none;
}
#collection .nav-depth-4 {
    margin-left: 15px;
}
#collection .nav-depth-4 .li-pos-0{
    margin-left: -15px;
}
#collection .nav-depth-4 a {
    color: #b2b2b2;
}
#collection .nav-depth-4 .selected a {
    color: #e1c478;
}
#collection .li-dep-3.selected .a-dep-3,
#collection .a-dep-3:hover,
#collection .li-dep-4.selected .a-dep-4,
#collection .a-dep-4:hover{
    color: #e1c478;
}



/* Visit FORM */
#visitform {
    padding-left: 5px;
    text-align: left;
}
#visitform legend {
    display: none;
}
#visitform .formRow,
#visitform .formRow span,
#visitform .formRow input,
#visitform .formRow select,
#visitform .formRow textarea {
    display: block;
}
#visitform .formRow .inline-label,
#visitform .formRow .inline-label span,
#visitform .formRow .inline-label input,
#visitform .formRow .inline-label select,
#visitform .formRow .inline-label textarea {
    display: inline-block;
}
#visitform .formRow {
    margin-bottom: 10px;
    font-family: 'TradeGothicLTStd-Extended';
    color: #b3b3b3;
    font-size: 12px;
}
#visitform .formRow span {
    margin-bottom: 5px;
}
#visitform .formRow input {
    padding: 8px 3px;
    box-shadow: inset 0 0 6px rgba(153,153,153,0.17);
    border: 1px solid #f1f1f1;
}
#visitform label input[type=text] {
    width: 260px;
}
#visitform label input[name=day] {
    width: 125px;
}
#visitform label input[name=hour] {
    width: 50px;
}
#visitform label input[name=nppl] {
    width: 75px;
}
#visitform .inputs {
    text-align: right;
}
#visitform .inputs input {
    border: 0;
    background: #e1c478;
    color: #fff;
    text-shadow: 1px 1px #b2b2b2;
    font-weight: bold;
    font-family: Arial;
    font-size:12px;
    padding: 9px 36px;
    cursor: pointer;
}
#visitform.formloading .inputs {
    display: none;
}
#visitform .ok,
#visitform .ko,
#visitform .loading {
    display: none;
}
#visitform.ok .ok,
#visitform.ko .ko,
#visitform.formloading .loading {
    display: block;
}


/* Fancybox */
#fancybox-close{
    background: transparent url(../themes/default/images/fancyclose.png) no-repeat center center;
    width: 25px;
    height: 25px;
    position: fixed;
    right: 20px;
    top: 10px;
}

.fancybox-bg{
    display:none;
}

#fancybox-title-float-left, #fancybox-title-float-main, #fancybox-title-float-right{
    background: transparent
}

#fancybox-title-float-main{
    color: #000;
}

/*
#fancybox-loading div{
    background: transparent url(../themes/default/images/dots_animation.png) no-repeat 0 0;
    height: 50px;
    width: 750px;
}
*/

span.loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: transparent url(/images/dots_animation.png) no-repeat 0 0;
}

#galeria .loading {
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
}

#age {
    z-index:1000;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    min-height: 200%;
    display: none;
}
#age fieldset {
    width: 813px;
    min-height: 700px;
    background: transparent url(../themes/default/images/older.jpg) no-repeat right 40px;
}
.age #age {
    display: block;
}
.age_en,
.age_pt,
.age_fr {
    display: none;
}
.lang-en .age_en,
.lang-pt .age_pt,
.lang-fr .age_fr {
    display: block;
}
#age .inner{
    background: transparent url(../themes/default/images/grahams-logo.png) no-repeat 68px 41px;
    padding-top: 103px;
    padding-left: 71px;
}
#age .lang{
    padding-left: 90px;
    padding-bottom: 29px;
    position:relative;
}
#age .lang:before{
    content:'';
    border-top: 1px solid #F1F1F1;
    width: 70px;
    position: absolute;
    left: 1px;
    top: 7px;
}
#age .legal_info{
    width: 492px;
    color: #b2b2b2;
    font-family: 'TradeGothicLT';
    font-size: 20px;
    line-height: 28px;
}
#age .question{
    color: #b2b2b2;
    padding-left: 242px;
    width: 296px;
    padding-top: 113px;
}
#age .question p{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}
#age .inputs{
    padding-left: 242px;
    padding-top: 11px;
}
#age .inputs input{
    border: 0;
    font-size: 22px;
    color: #b2b2b2;
    text-shadow: 1px 1px #fff;
    padding: 17px 50px;
    vertical-align: middle;
    cursor: pointer;
}
#age .inputs input:hover{
    background:#CBA35C;
    color: #fff;
    text-shadow: none;
}
#age .inputs input.no{
    font-size: 14px;
    padding: 21px 50px;
    margin-left: 5px;
}
#age .age_yes, #age .age_no{
    padding-bottom: 68px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: transparent;
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
#age .age_yes{
    background-image: url(../themes/default/images/yes.png);
}
#age .age_no{
    background-image: url(../themes/default/images/no.png);
}
#age .remember{
    color: #b2b2b2;
    font-family: 'TradeGothicLT';
    padding-left: 242px;
    padding-top: 10px;
}
#age .remember input{
    margin-right: 5px;
    vertical-align: middle;
}
#age .keyboard {
    font-size: 12px;
    line-height: 15px;
    font-family: Arial;
    font-weight: bold;
    width: 170px;
    padding-top: 99px;
    background: transparent url(../themes/default/images/keyboard.png) no-repeat 0 0;
    color: #cbcbcb;
    margin-top: -201px;
    margin-left: 8px;
}
#age .keyboard p{
    font-weight: bold;
}



.parallax .pos_4 {
    position: relative;
    margin-top: -36px;
    height: 830px;
    top: 80px;
    overflow: hidden;
}
.parallax .pos_4 .ttl,
.parallax .pos_4 .content,
.parallax .pos_4 .social,
.parallax .pos_4 .bullets,
.parallax .pos_4 a.fullscreen{
    display: none;
}
.parallax .pos_4 .bullets {
    overflow: hidden;
    height: 1px;
    width: 1px;
    visibility: hidden;
}
.parallax .pos_4 .resources,
.parallax .pos_4 .resources .ul-imgs,
.parallax .pos_4 .resources .ul-imgs li,
.parallax .pos_4 .content,
.parallax .pos_4 .inner-item {
    width: auto;
}
.parallax .pos_4 .inner-item {
    padding: 0;
}
.parallax .pos_4 .outter-item {
    padding-right:45px;
}
.parallax .pos_4 .resources {
    position: static;
    overflow: visible;
}
.parallax .pos_4 .resources .ul-imgs {
    position: absolute;
    overflow: hidden;
    width: 1675px;
    width: 100%;
    left: 0px;
}
.parallax .pos_4 .resources .ul-imgs span.loading {
    left: 50%;
    z-index: 50;
}
.parallax .pos_4 .resources .ul-imgs li {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.parallax .pos_4 .resources .ul-imgs li.parallaxratio {
    position: relative;
}
.parallax .pos_4 .resources li a {
    background-image: none !important;
}
.parallax .pos_4 .resources li img {
    display: block;
}

/* List of Quintas */
.list-quintas{
    position: absolute;
    z-index: 99;
    top: 28px;
    right: 38px;
}

.list-quintas a{
    display: block;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Georgia;
    line-height: 20px;
    text-shadow: 1px 1px #000;
    margin-bottom: 14px;
}

.list-quintas a:hover{
    color: #e1c478;
}


.parallax .pos_4 .resources li img{
    opacity: 0;
    width: 100%;
}

.parallax .pos_4 .resources li.rn1{
    width: 102.6866%;
/*
    width: 1720px;
    height:1170px;
*/

}
.parallax .pos_4 .resources li.rn2{
    width: 103.8805%;
/*
    width: 1740px;
    height:1180px;
*/
}
.parallax .pos_4 .resources li.rn3{
    width: 105.0746%;
/*
    width: 1760px;
    height:1190px;
*/
}
.parallax .pos_4 .resources li.rn4{
    width: 107.4029%;
/*
    width: 1799px;
    height:1199px;
*/
}

.quinta-full-screen .inner-item .ul-imgs li img {
    width: 100%;
}


/* SOCIAL DASHBOARD */

#sd-layer{
    display: none;
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    color: #989898;
    background: #fff;
    font-family: Georgia;
    font-size: 14px;
    line-height: 22px;
}

.testing #sd-layer{
    display: block;
}



#sd-layer .sd-header{
}

#sd-layer .sd-header ul{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    z-index:2;
}

#sd-layer .sd-header li{
    display: inline;
    margin-left: 7px;
}

#sd-layer .sd-header li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -300px;
    text-align: left;
    background: #e8e8e8 url(../themes/default/images/social-dash-icons.png) no-repeat 0 0;
}

#sd-layer .sd-header li a.facebook{
    background-position: 0 0;
}
#sd-layer .sd-header li a.tripadvisor{
    background-position: -42px 0;
}
#sd-layer .sd-header li a.wordpress{
    background-position: right 0;
}
#sd-layer .sd-header li a.close{
    width: 47px;
    background: #fff url(../themes/default/images/sd-close.png) no-repeat 0 0;
}

#sd-layer .sd-header li a:hover{
    background-color: #e1c478;
}


#sd-layer .sd-stream{
    background: #f9f9f9;
}

#sd-layer .sd-col-name{
    border: 1px solid #f9f9f9;
    border-width: 0px 1px 0px 1px;
    height: 151px;
    background: #fff;
    position: relative;
}

#sd-layer .sd-col1 .sd-col-name{
    border-left: 0;
}
#sd-layer .sd-col3 .sd-col-name{
    border-right: 0;
}


#sd-layer .sd-col-name a{
    position: absolute;
    bottom: 15px;
    left: 19px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #bfbdbd;
    overflow: hidden;
    text-indent: -500px;
}

#sd-layer a.sd-col-facebook{
    background: transparent url(../themes/default/images/social-facebook.png) no-repeat center center;
    width: 70px;
    height: 14px;
}
#sd-layer a.sd-col-tripadvisor{
    background: transparent url(../themes/default/images/social-tripadvisor.png) no-repeat center center;
    width: 79px;
    height: 16px;
    bottom: 13px;
}
#sd-layer a.sd-col-wordpress{
    text-indent: 0;
}



#sd-layer .sd-col{
    width: 33.33333%;
    float: left;
}

#sd-layer .sd-entry{
    border: 1px solid #fff;
    background: #f9f9f9;
    padding: 20px 20px 15px 20px;
    position: relative;
}

#sd-layer .sd-date{
    color: #cbcbcb;
    margin-bottom: 2px;
}

#sd-layer .sd-title{
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 12px;
}

#sd-layer .sd-img img{
    max-width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sd-layer .sd-entry-footer{
    font-size: 11px;
    font-family: Arial;
    line-height: 13px;
    min-height: 10px;
    margin-top: 10px;
}

#sd-layer .sd-entry-footer .sd-continue{
    position: absolute;
    right: 20px;
    bottom: 15px;
}


#sd-layer .sd-entry-footer a:hover{
    color: #e1c478;
}

#sd-layer .sd-continue{
    text-transform: lowercase;
}

#sd-layer .sd-col-facebook .sd-entry-footer,
#sd-layer .sd-col-facebook .sd-entry-footer .sd-stats a {
    color: #7C96BA;
}
#sd-layer .sd-col-facebook .sd-entry-footer a:hover{
    color: #e1c478;
}
#sd-layer .sd-cold-tripadvisor .sd-entry-footer{
    margin-top: 28px;
    padding-left: 7px;
}

#sd-layer .sd-cold-tripadvisor .sd-entry-footer img{
    margin-right: 1px;
}

/* age
 */
#age {
    position: fixed;
    min-height: 0;
    background: #efefef;
    background: rgba(239, 239, 239, .8);
}
#age fieldset {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -275px;
    width: 550px;
    height: 400px;
    min-height: 0;
    background: #fff;
    box-shadow: 0 0 10px #888;
    border-radius: 10px;
}
#age .inner {
    margin: 0 auto;
    width: 330px;
    padding: 60px 0;
    background: none;
}
#age .lang,
#age .legal_info,
#age .keyboard,
#age .age_no,
#age .copy {
    display: none;
}
#age .question {
    width: auto;
    padding: 10px 0;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0;
    text-align: center;
}
#age .question p {
    line-height: 1.5;
    font-weight: normal;
    font-size: 20px;
}
#age .inputs {
    margin: 60px 0;
    padding: 0;
    text-align: center;
}
#age .age_yes {
    margin: 0;
    padding: 0;
    background: none;
}
#age .inputs input {
    background: #e6e6e6;
    color: #b2b2b2;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#age .remember {
    padding: 0;
    text-align: center;
}

/* FMT
 */
.parallax .pos_4 .resources li a {
    max-width: inherit;
}
.parallax .pos_4 .inner-item,
.parallax .item.pos_4 .resources .ul-imgs,
.parallax .item.pos_4 .resources .ul-imgs li {
    width: 100%;
    max-width: inherit;
}

/* TBD: TABLET PRELIMINARY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #header,
    #header:after {
        width: 250px;
    }
    #header,
    #header:after,
    #collection:after,
    #timeline:after {
        background-color: #fff;
    }
    .fixed-logo,
    .header-padding {
        padding-right: 25px;
        padding-left: 25px;
    }
    .copy { margin-left: 25px; }
    #nav a {
        margin: 0 -165px 1px -25px;
        padding-left: 25px;
    }
    #nav .nav-depth-1 {
        margin-left: 15px;
    }
    #nav a.a-dep-1,
    #nav a.a-dep-2,
    #nav a.a-dep-3,
    #nav a.a-dep-4,
    #nav a.a-dep-5 {
        margin-right: -145px;
    }
    #top_slider {
        left: 250px;
    }
    .arrows-nav .prev {
        left: 270px;
    }
    .inner-item {
        margin-left: 250px;
    }
    .item .content {
        margin-right: 50px;
    }
    .item .ttl, .item .subttl {
        float: none;
        width: 100%;
    }
    .item .subttl {
        margin-bottom: 2.5%;
    }
}
@media only screen 
    and (max-width: 1024px)  {
        body.fullscreen-selected .item .lead {
            font-size: 16px;
        }
}
@media only screen 
    and (max-width: 768px)  {
        body.fullscreen-selected .item .lead {
            font-size: 14px;
        }
}
@media only screen 
    and (max-width: 480px)  {
        body.fullscreen-selected .item .lead {
            font-size: 11px;
        }
}

.fullscreen-selected {
    overflow: hidden;
}
.fullscreen-selected .zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullscreen-selected .item {
    position: relative;
    height: 100%;
}
.fullscreen-selected .inner-item {
    position: static;
}
.fullscreen-selected .item .resources {
    position: static;
}
.fullscreen-selected .item .resources .ul-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.wines #header,
body.wines #collection-sidebar,
body.wines #header:after,
body.wines #collection:after,
body.wines #timeline:after,
body.wines .inner-item {
    -webkit-transition: margin-left 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: margin-left 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: margin-left 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: margin-left 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: margin-left 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.wines.nowinemenu #header,
body.wines.nowinemenu #collection-sidebar,
body.wines.nowinemenu #header:after,
body.wines.nowinemenu #collection:after,
body.wines.nowinemenu #timeline:after {
    margin-left: -260px;
}

/* Ne Oublie special section */
.wines.neoublie-selected .arrows-nav {
    visibility: visible;
    z-index: 999;
}
.wines.neoublie-selected .item .resources {
    margin: 117px 0 50px 10px;
    width: 280px;
    height: auto;
}
.wines.neoublie-selected .item .resources .bullets {
    display: none !important;
}
.wines.neoublie-selected .item .resources .ul-imgs {
    white-space: normal;
}
.wines.neoublie-selected .item .resources .ul-imgs li {
    margin: 10px 10px 0 0;
    width: 77px;
}
.wines.neoublie-selected .item .resources .ul-imgs li a {
    width: 77px;
    height: 77px;
}
.wines.neoublie-selected .item .resources .ul-imgs li.first {
    display: block;
}
.wines.neoublie-selected .item .resources .ul-imgs li.first a {
    width: 250px;
    height: 260px;
}
.wines.neoublie-selected .item .resources a.fullscreen {
    top: 240px;
    left: 220px;
    bottom: auto;
}

/* PRESS TOOL
 *
.presstool .inner-item {
    left: 50%;
    margin-left: -190px;
    width: 680px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 10px;
}
.presstool .item .content {
    margin-right: 0;
}
.presstool .item .ttl,
.presstool .item .subttl {
    float: none;
    margin-right: 0;
    width: 100%;
    text-transform: none;
}
.presstool .item .subttl {
    font-size: 14px;
}
*/


/*
    Gallery Cross-fade (SURREAL)
*/
#zone_8[data-index=true] .pos_1 {
    z-index: 3;
}

#zone_8[data-index=true] .item {
    position: absolute;
    left: 0;
}







/* MV OVERWRITE */
#collection #nav_subcat_5,
#collection #nav_subcat_2{
	padding-top:10px;
}

.single-harvest #timeline .li-pos-0{
	display: block;
}


.wines:not(.wines-selected) .item .resources .ul-imgs a {
    /*background-size: cover;*/
}

.links-wrapper{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	columns: 2;
}

.links-wrapper .link-col{
	display: inline-block;
	width:100%;
}

/*.link-col{
	 float:left; 
	 width:50%;
}*/

/* FORM BOOKING */
section#section-reservation-form {
	max-width: 960px;
	margin: 0 auto;
}
form#reservation-form {background-color: #f2f2f2;padding: 40px 60px;}
#reservation-form .form-ttl {font-family: TradeGothicLTPro-BdCn20;text-transform: uppercase;font-size: 5em!important;color: #e5e5e5;text-align: center;margin: 0 0 40px;}
#reservation-form .form-confirmation {font-family: TradeGothicLTPro-BdCn20; text-transform: uppercase; font-size: 2.6em!important; color: #e5e5e5; margin-top: 0px;}
#reservation-form legend {font-family: 'Source Sans Pro',sans-serif;font-size: 1.22em;color: #7f7f7f;border: 0;text-transform: uppercase; margin-bottom: 20px; }
#reservation-form .form-group label {font-family: 'Source Sans Pro',sans-serif;font-size:0.90em;color:#b3b3b3;font-weight: 400;}
#reservation-form .form-group.has-error label {
	color: #A94442;
}
#reservation-form input#textinput {height: 53px;width: 100%; /* width: 50%; */box-shadow: none;border: 0;border-radius: 0;}
#reservation-form input[type=text],
#reservation-form input[type=email],
#reservation-form input[type=date],
#reservation-form input[type=time],
#reservation-form input[type=number],
div.select2 select,
#reservation-form .select,
#reservation-form .select select {
    width: 100%;
    height: 50px;
    box-shadow: none;
    /*border: 0;*/
    border-radius: 0;
}
#reservation-form .select {
    position: relative;
    background-color: #fff;
}
#reservation-form .select select {
    position: relative;
    z-index: 2;
    -webkit-appearance: initial;
    -moz-appearance: window;
    background-color: transparent;    
    text-indent: 12px;
    color: #555;
}
#reservation-form .select:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 8px;
    margin-top: -3px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #b3b3b3;
}

#reservation-form .form-inline .form-group {
	margin-bottom: 0px !important;
	min-height: 85px;
}

#reservation-form .form-inline .form-group.checkbox-wrapper {
	min-height: 32px;
}

#reservation-form input#checkboxes-0{margin-top: 0;}
#reservation-form button#singlebutton-verify {font-family: 'Source Sans Pro',sans-serif;font-size:1.166em; background-color:#b3b3b3; border:0; border-radius:0; text-transform:uppercase; padding:20px 35px;}
#reservation-form .form-group .radio-inline.first {padding-left: 0;}
#reservation-form button#singlebutton-submit {font-family: 'Source Sans Pro',sans-serif;font-size: 1.333em; background-color: #cf9745; border: 0; border-radius: 0; padding: 25px 70px;}
#reservation-form textarea.form-control {min-height: 200px; border-radius: 0;}
#reservation-form button.mfp-close {position: relative; float: right; margin-top: -40px; margin-right: -60px;}

#reservation-form select#id_title {
	width: 76px;
}

#reservation-form #id_firstname,
#reservation-form #id_lastname,
#reservation-form #id_mobile {
	width: 275px;
}

#reservation-form #id_email {
	width: 371px;
}

#reservation-form #id_reservationday,
#reservation-form #id_reservationhour,
#reservation-form #id_birthday
{
	width: 208px;
}

#reservation-form #id_numberpeople_adults,
#reservation-form #id_numberpeople_kids {
	width: 95px;
}

#reservation-form #country_id {
	width: 440px;
}

#reservation-form #id_stourLanguage,
#reservation-form div.alert
{
	width: 663px;
}

#reservation-form #id_request {
	width: 665px;
}

#reservation-form div.checkbox-wrapper input {
	vertical-align: sub;
}

#reservation-form div.checkbox-wrapper label {
	vertical-align: bottom;
	padding-left: 10px;
}

#reservation-form div.checkbox-wrapper.has-error label.has-error {
	padding-left: 0px;
}
#reservation-form div.checkbox-wrapper.has-error input {
}

#reservation-form label.radio-inline {
	padding-left: 0px;
}

#reservation-form .form-inline .form-group.radio-wrapper {
	min-height: 35px;	
}

/* FLOAT LABELS */
#reservation-form div.form-group {
	position: relative;
}
#reservation-form div.form-group label.float {
	position: absolute;
	top: 14px;
	bottom: 0;
	left: 8px;
	width: 100%;
	transition: 0.2s;
}

#reservation-form input[required="required"] + label.float::after
{
	content: '*';
	color: rgb(169, 68, 66);
	margin-left: 1px;	
}

#reservation-form input
{
	padding-top: 15px;
}

#reservation-form textarea {
	padding-top: 18px;
}

#reservation-form input:focus + label.float,
#reservation-form input.filled + label.float,
#reservation-form textarea:focus + label.float,
#reservation-form textarea.filled + label.float
{
  top: 3px;
  left: 13px;
  font-size: 11px;
  height: 15px;
  display: block !important;
}

/*#reservation-form input:valid + label.float,*/
#reservation-form input.filled + label.float,
/*#reservation-form input[type=email].filled:invalid + label.float,*/
#reservation-form textarea.filled + label.float
{
  display: none;
}

select.language option {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 2px 0px 2px 30px;
}

select.language option:first-child {
	padding-left: 0px;
}

.form-inline .form-group {
	margin-bottom: 15px !important;
	margin-right: 15px;
}

div.select2 select {
	/*border: none;*/
	background-color: #FFF;	
}

#reservation-form select.form-control {
	padding: 6px 12px;
}

#reservation-form .form-control {
	border: 1px solid rgb(204, 204, 204);
	padding: 15px 12px 6px;
	font-style: normal;
}

#reservation-form .has-error .form-control {
	border-color: #a94442;
}
#reservation-form .has-error > div,
#reservation-form .has-error div.select2 > div
{
	margin-top: 5px;	
}

#reservation-form .has-error > div.select2 {
	margin-top: 0px;
}

#reservation-form h1 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

#reservation-form h4 {
	text-align: center;
}

#reservation-form .btn-primary {
	text-transform: uppercase;
}

ul#language-switcher {
	display: block;
	width: auto;
	text-align: center;
}

ul#language-switcher li a {
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 12px;
	padding: 7px;
}

ul#language-switcher li a.active {
	border-bottom: 1px solid #000;	
}

ul#language-switcher li a:focus {
	text-decoration: none;
}

.day-disabled span{
	background-color: red !important;
	background-image :none !important;
	color: #ffffff !important;
}

.tonic-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}
.tonic-popup.show {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}
.tonic-popup .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tonic-popup .close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 17px;
  background: url(/images/icn-close-destak.png) no-repeat center;
  background-size: 36px 36px;
  width: 50px;
  height: 50px;
  display: block;
  opacity: .8;
}
.tonic-popup .close:hover {
  opacity: 1;
}
.tonic-popup .content {
  width: 100%;
  height: 100%;
}
.tonic-popup video,
.tonic-popup iframe {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
}
.tonic-popup iframe {
  width: 800px;
  height: 640px;
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -400px;
}




.mb-4{
	margin-bottom: 36px;
}

#newsletter-confirm-form input {
    padding: 5px;
    font-size: 14px;
}



option[disabled]{
	color: #999;
}





.ldr-wrapper {
position: relative;
	z-index: 1;
  padding: 16px 0 16px 50px;
}
.ldr-wrapper a {
  opacity: 0.4;
  transition: opacity ease-in-out 300ms;
}
.ldr-wrapper a:hover {
  opacity: 1;
}

