/**
 * Color schema:
 * background: #fff
 * primary color: #000
 * secondary color: #565656
 */

body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}

a {
    color: #565656;
    text-decoration: none;
}

a:hover {
    color: #aaa;
}

h1,h2,h3 div#header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}

img {
    width: 100%;
    height: auto;
    border: 0;
}
img.social{
	width:25px;
	height:25px;
	text-decoration:none;
	}
img.qr{
	width:80px;
	height:80px;
	text-decoration:none;
	}
ul {
    margin: 0;
    padding: 0;    
}

div#wrapper {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
}


div#header {
    height: 250px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

div#header div#lang {    
    position: absolute;
    top: 1em;
    right: 1em;
}

div#header div#logo {    
    height: 250px;
    background-image: url('../images/elements/logo-web.png');
    background-position: center;
    background-repeat: no-repeat;
}

div#header div#logo h1 {
    display: none;
}

div#header a.to_nav {    
    display: none;
}

/* MENU */
div#nav {
    margin: 2em 0;    
    padding: 0;    
    text-align: center;
}

div#nav ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
div#nav > ul > li {
    display: inline-block;
    *display: inline; /* IE7 hack */
    *zoom: 1; /* IE7 hack */
    margin: 0;
    padding: 0;
    margin-right: 0.5em;
    position: relative;
}
div#nav > ul > li:last-child {
    margin-right: 0;
}
div#nav > ul > li > a {
    border-left: solid 2px #878787;
    border-right: solid 2px #878787;
    display: block;    
    margin: 0;
    padding: 0 0.2em;    
    color: #000;
    font-weight: bold;
    font-size: 0.875em;
    text-transform: uppercase;
}

div#nav > ul > li > a.selected, div#nav > ul > li > a:hover {
    background: #ac163e;
    color: #fff;
    border-left: solid 2px #ac163e;
    border-right: solid 2px #ac163e;
}


div#nav ul li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    border-top: solid 2px #fff;
    background-color: #565656;
    text-align: left;
    width: 11em;    
}

div#nav ul li ul li {
    display: block;
}

div#nav ul li:hover ul {
    display: block;
    z-index: 1000;
}


div#nav ul li ul li a {
    color: #fff;
    font-size: 0.75em;
    padding: 0.5em;
    padding-left: 0.9em;    
    display: block;
    border-bottom: solid 1px #fff;
}

div#nav ul li ul li a:hover {
    background: #343435;
}


div#subheader{
    margin: 0 3em;
    z-index: 5;
    text-align: center;
    height: auto;
    overflow: hidden;
}
div#subheader1{
    margin: 0 3em;
    z-index: 5;
    text-align: center;
    height: auto;
    overflow: hidden;
}
div#subheader2{
    margin: 0 3em 2em 0;
    z-index: 5;
    text-align: center;
    height: 200px;
    overflow: hidden;
	}

div#subheader img {
    margin: 0;
    padding: 0;
    height: 380px;
    width: auto;
    overflow: hidden;
	background-position:center;
}
div#subheader1 img {
    margin: 0;
    padding: 0;
    height: 380px;
    width: auto;
    overflow: hidden;
	background-position:center;
}
div#subheader2 img {
    margin: 0 3em;
    padding: 0;
    height: 200px;
    width: auto;
    overflow: hidden;
}

div#subheader .caption {
    position: relative;
    padding: 1em 4em;
    bottom: 7em;    
    color: #fff;
    font-size: 0.85em;
    text-align: right;
    font-style: italic;
    height: 4.5em;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.3);
}

div#section {   
    margin: 0;
    text-align: left;
    padding: 0;
}

div#section h1 {
    margin: 3em 3em 0em;
    font-size: 1em;
    padding: 0;
    border-top-style: solid; 
    border-top-width: 1px;
    border-top-color: #ccc;
    text-align: center;
}
div#section h1 span {
    text-transform: uppercase;
    background-color: #ac163e;
    padding: 0.25em;
    color: #fff;
    position: relative;
    top: -0.75em;
}

div#section   p.emphasized {
    font-size: 1.0em;
    text-align: justify;
}

div.separator {
    margin: 2em 2em 0;
    height: 1.75em;
    background-image: url("../images/elements/separator.png");
    background-repeat: no-repeat;
    background-size: 100%;
}


div.gallery, div.bgallery {
    margin: 0 2em;
    padding: 0em 2em;
    text-align: center;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

div#section > div.gallery {
    margin: 0 2em 2em 2em;
    padding: 0 2em 0 2em;    
}

div#section > div.bottom {
    border-bottom: solid 1px #ccc;
}

div.gallery ul {
    list-style: none;
}

div.bgallery {
    text-align: left;    
    margin-top: 2em;
    padding: 2em 4em;
}

div.bgallery img.logo {
    width: 25%;
    margin-right: 1%;
}
div.bgallery a img {
    width: 20%;
    padding: 5px;
    border-radius: 10px;
    border: solid #aaa 1px;
}

div.bgallery div.imageblock {
    display: inline-block;
    width: 72%;
}

div.gallery table {
    margin: 0 auto;
    width: 100%;
}

div.gallery table .caption, div.bgallery .caption {
    display: none;
}

div.gallery table.duplo img {
    width: 66.666%;
}
div.gallery table tr td {
    width: 20%;
  /*  padding: 2em 5%;*/
}
div.gallery table.menu tr td {
    width: 10%;
  /*  padding: 2em 5%;*/
}
div.gallery table.menu tr td.first {
    width: 10%;
  /*  padding: 2em 5%;*/
}
div.gallery table tr td img {
    width: 100%;
}

div.gallery table tr td.last {
    padding-right: 0px;
}
div.gallery table tr td.first {
    padding-left: 0px;
	width:20%;
}

div.gallery ul li {
    width: 25%;
    display: inline-block;
    *display: inline; /* IE7 hack */
    *zoom: 1; /* IE7 hack */
    margin: 0;
}


div.large ul li {
    width: 25%;
}

div.xlarge ul li {
    width: 40%;
}

div.post {
    height: auto;
    clear: both;
    margin: 0em 2em;
    padding: 3em 2em;
    text-align: justify;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.5em;
   /* border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;*/
}

div.longpost {
    height: auto;
    clear: both;
    margin: 2em 2em 3em;
    padding: 0em 2em;
    text-align: justify;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.5em;
}

div.post h2 {
    float: right;
    width: 56%;
    text-align: left;
    padding: 0 0.5em;
    margin: 0;
    font-size: 1.5em;
}

div.gallery a img {
    border-bottom: solid 2px #fff;
    border-top: solid 2px #fff;
}

div.gallery a:hover img {
    border-bottom: solid 2px #ccc;
    border-top: solid 2px #ccc;
}

div.longpost div.content {
    float: right;
    width: 56%;
    padding: 0 0.75em;
    margin: 0;
}


div.post div.content {
    float: right;
    width: 56%;
    padding: 0 0.75em;
    margin: 0;
}

div.post div.photo {
    width: 35%;
    padding: 0 0.75em;
    margin: 0;
    float: left;
    text-align: right;
}

div.post div.photo img {
    width: 80%;
    height: auto;
}

div.post div.gallery {
    float: right;    
    width: 56%;
    margin: 0 0.5em;
    padding: 0;
}

div.post ul.info {
    margin: 0;
    padding: 0;   
    list-style: none;
    margin-top: 2em;
}
div.post  ul.info li {
    display: block;
    *display: block; /* IE7 hack */
    *zoom: 1; /* IE7 hack */
    margin: 0 1em 1em 0;
    padding: 0;
}

div.post  h3 {
    margin-bottom: -1em;
    font-weight: bold;
	text-transform:uppercase;
	font-size:1em;
}

div.post  ul.info li a {
    background: #000;
    padding: 0.25em 0.5em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}


div.post ul.info li.cont  {
    background: url(../images/elements/country_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;	
}
div.post ul.info li.type  {
    background: url(../images/elements/type_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;	

}
div.post ul.info li.vol  {
	background: url(../images/elements/vol_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;	
}
div.post ul.info li.alc  {
	background: url(../images/elements/alc_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;	
}
div.post ul.info li.grape  {
	background: url(../images/elements/grape_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;		
}
div.post ul.info li.temp  {
	background: url(../images/elements/temp_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;
		
}

div.post ul.info li.food  {
	background: url(../images/elements/food_ico.png) no-repeat left center;
    padding: 0 40px 0 40px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
	text-decoration:none;
	list-style-image:none;	
}

div.post p.back {
    text-align: right;    
    padding-top: 1em;
}

div#footer {
    clear: both;
    background: rgb(172,22,62); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(172,22,62,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(172,22,62,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(172,22,62,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(172,22,62,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(172,22,62,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(172,22,62,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    margin: 0px;
    padding: 0px 4em;
    padding-bottom: 2em;
    overflow: auto;
    font-size: 1em;
}

div#footer a {
    color: #fff;
}
div#footer a:hover {
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

div#footer div {
    width: 45%;
    margin: 0px;
    margin-top: 3em;
    margin-right: 2em;
    padding: 0px;
    float: left;
}

div#footer div.lbox h2 {
    display: none;    
}
div#footer div.lbox  {
    background: url(../images/elements/logo-m-white-trans.png) no-repeat;
    padding-top: 50px;
}

div#footer ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

div#footer div.rbox h2 {
    text-transform:  uppercase;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    margin-top: 22px;
}

div#footer ul.icons {
    text-align: left;
    margin-top: 0.5em;
	width:25px;
	height:25px;
}

div#footer ul.icons li {
    font-size: 1.5em;
    display: inline;
    *display: inline; /* IE7 hack */
    *zoom: 1; /* IE7 hack */
    margin-right: 0.5em;
	width:25px;
	height:25px;
	text-decoration:none;

}
.social{
	width:25px;
	height:25px;
	text-decoration:none;
	}


/* Tooltip */
a.tooltip{
    position: relative;
    display: inline;
}
a.tooltip:after{
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 20%;
    opacity: 0;
    content: attr(data-tool); /* might also use attr(title) */
    height: auto;
    min-width: 100px;
    padding: 5px 8px;
    z-index: 1001;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(0,0,0,0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.9em;
}

a.tooltip:before {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    content: "";
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(0,0,0,0.85) transparent transparent transparent;
}
a.tooltip:hover:after{ visibility: visible; opacity: 1; bottom: 25px; }
a.tooltip:hover:before{ visibility: visible; opacity: 1; bottom: 19px; }

a.bottom-text {
    font-size: 0.75em;    
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.close {
	position:relative;
	top: 1em;
	right: 2em;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 1em;
/*	display: none;
*/}

.close:hover {
	background-color: rgba(0, 0, 0, 0.6);
}