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

body {
    background: url(../images/elements/background.png);
/*    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
*/	font-family:Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    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;*/
	font-family:Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}

img {
    /* width: 100%; */
    /* height: auto; */
    border: 0;
}

ul {
    margin: 0;
    padding: 0;    
}

div#wrapper {
    width: 1128px;
    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: 3em 2em 2em;
    padding: 0 4em;    
    text-align: center;
}

div#nav ul {
    margin: 0;
    padding: 0;
}
div#nav > ul > li {
    display: inline-block;
    *display: inline; /* IE7 hack */
    *zoom: 1; /* IE7 hack */
    margin-right: 1.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;    
    padding: 0px 0.4em 0 0.4em;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    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{
    z-index: 5;
    text-align: center;
    margin: 0 4em;
    /*height: 608px;*/
}
div#subheader1{
    z-index: 5;
    text-align: center;
    margin: 0 4em;
    /*height: 608px;*/
}
div#subheader2{
    z-index: 5;
    text-align: center;
    margin: 0 0 2em 0;
    /*height: 608px;*/
}

div#subheader .caption {
    position: relative;
    padding: 0.5em 4em;
    bottom: 6em;    
    color: #fff;
    font-size: 1em;
    text-align: right;
    font-style: italic;
    height: 4.5em;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.3);
}
div#subheader1 .caption {
    position: relative;
    padding: 0.5em 4em;
    bottom: 6em;    
    color: #fff;
    font-size: 1em;
    text-align: right;
    font-style: italic;
    height: 4.5em;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.3);
}
div#subheader2 .caption {
    position: relative;
    padding: 0.5em 4em;
    bottom: 6em;    
    color: #fff;
    font-size: 1em;
    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: 4em 4em 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 4em 0;
    height: 30px;
    background-image: url("../images/elements/separator.png");
    background-repeat: no-repeat;
}


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

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

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

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

div.gallery table {
    margin: 0 auto;
}

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

div.gallery table tr td {
    width: 225px;
	padding: 30px 50px;
}
div.gallery table.menu tr td {
    width: 225px;
	padding: 0px;

}

div.gallery table tr td img {
    width: 100px;
}
div.gallery table.menu img:hover {
  opacity: 0.5;
  filter:  alpha(opacity=50);
  }
div.bgallery {
    text-align: left;    
    margin-top: 2em;
    padding: 2em 4em;
}

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

div.bgallery div.imageblock {
    display: inline-block;
    width: 640px;
}

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

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 4em;
    padding: 5em 4em;
    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 4em 3em;
    padding: 0em 4em;
    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 #aaa;
    border-top: solid 2px #aaa;
}

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: 90%;
    height: auto;
}

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

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

div.post  h3 {
    margin-bottom: -1em;
    font-weight: normal;
}

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

div.post  ul.info li h3 {
	color:#000;
    text-transform: uppercase;
    font-weight: bold;
	padding: 0 0 0 1em;
}

div.post ul.info li.cont  {
    background: url(../images/elements/country_ico.png) no-repeat left center;
    padding: 0 20px 0 20px;
    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 20px 0 20px;
    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 20px 0 20px;
    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 20px 0 20px;
    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 20px 0 20px;
    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 20px 0 20px;
    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 20px 0 20px;
    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 h3 img {
	width:6%;
	height:6%;
}
div.post  ul.info li img {
	width:6%;
	height:6%;
	vertical-align:central;
}

div.post  ul.info li p {
	color:#000;
	padding: 0 0 0 1.2em;
}

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 128px;
    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: 30%;*/
    margin: 0px;
    margin-top: 60px;
    margin-right: 80px;
    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 div.rbox  {
    padding-left: 150px;
}

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;
}
.social{
	width:25px;
	height:25px;
	text-decoration:none;
	}
.qr{
	width:80px;
	height:80px;
	text-decoration:none;
	}
div.map {
    text-align: center;   
    margin: 4em 0;
}

div.map img {
    width: auto;
    
}

/* 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: 2em;
	right: 2em;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 1em;
/*	display: none;
*/}

.close:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.r1{
	display:none;}
.r1btn{
	display:block;}