@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

@import "balloon.min.css";

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; min-height:100%; position:relative; }
body { height:100%; background: #FFF; margin: 0px; font-family: 'Open Sans', sans-serif; font-size:13px; color:#000; -webkit-text-size-adjust:100%;  }
a { text-decoration:none; outline:none; color:#000; }
a:hover { color:#828282;  }
figure * { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; }
b, strong { font-weight:700; }
h1, h2, h3, h4 { line-height:normal; font-weight:normal; margin:0px; }
h1 { font-size:30px; margin:10px 0; text-transform:uppercase font-weight:normal;  }
h2 { font-size:16px; font-weight:700; }
h3 { font-size:14px; margin-bottom:20px; }
img { display:inline-block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
.row { margin-bottom:10px; }
.label { font-weight:700; }
input, select { height:35px; }
input, select, textarea { color:#444; font-family: FontAwesome, 'Open Sans', sans-serif; font-size:13px; padding: 5px; background-color: #EFEFEF; border: 1px solid #828282; }
input:focus, textarea:focus, select:focus { border-color: #9B8F84; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; font-weight:normal; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; }
input[type='number'] { width:50px; }
input[type='checkbox'], input[type='radio'] { padding:0; height:15px; width:15px; float:left; margin-right:10px; }
input[type='checkbox'].selected, input[type='radio'].selected { background:#828282; }
.placeholder { color:#BBB; }
option { padding:0 5px; }
label { cursor:pointer; }
.btn, input[type='submit'], input[type='button'] { font-size:12px; padding: 5px; border:0px; font-weight:700; cursor:pointer; display:inline-block; color:#FFF; background: #9B8F84; line-height:normal; text-align:center; text-transform:uppercase; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover { text-decoration:none; background: #B8AA9D; color:#FFF; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { background:#222; color:#FFF; }
.warning { color:#FF0000; font-weight:700; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; border-radius: 5px; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; border-radius: 5px; }
p.limit { margin: 10px 0; font-size:11px; }
.error { color:#FF0000; font-weight:700; }
.ok { color: #669900; font-weight:700; }

table { width:100%; border-collapse: collapse; border:1px solid #828282; padding:5px;  }
thead td { background: #AAA; color:#FFF; padding: 7px 10px; font-style:normal; text-transform:uppercase; font-size:11px; font-weight:700; }
tbody td { border-bottom: 1px solid #828282; padding: 5px 10px; font-style:normal;}
tbody td a:hover { color:#B2BA26; }

.tabs { margin-bottom:20px; }
.tabs a {  font-weight:700; display:block; background:#AAA; color:#FFF; border:1px solid #AAA;  border-bottom:0; padding: 7px 10px; text-align:center; font-style:normal; text-transform:uppercase; font-size:11px;  }
.tabs a.selected { background:#FFF; color:#888; }

figure img:hover { opacity:0.5; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #828282; margin:0px; padding: 5px 0; color:#828282; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:5px 0 5px 20px; }
ul.list_disc li li { list-style:circle; }


.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:990px; margin: 0 auto; padding:0 20px; clear: both; }
.align_right { text-align: right; }
.hidden { display:none; }
.bold { font-weight:700; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#828282; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.align_center { text-align:center; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.iphone_show { display:none; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
h3.data { font-size:60px; font-weight:bold; text-transform:uppercase; margin:0 0 40px 0; line-height:35px; }

.header { position:fixed; top:0px; left:0; right:0; z-index:222; background:#a81623; padding-top:10px; }
.header .menu { text-align:right; }
.header .menu ul { margin:0 auto; text-align:right;  }
.header .nav li { text-transform:uppercase; margin:0 5px; font-size:12px; }
.header a { color:#FFF; font-family: 'Playfair Display', serif; }
.header a.selected, a.selected, .header a:hover { color:#ff7e04; }
.header .lang ul { margin:0 auto; text-align:right;  }
.header .lang li { display:inline; text-transform:lowercase; padding-right:2px; margin-right:2px; }
.header .lang i { background:#FFF; border-radius:100px; color:#a81623; width:20px; height:20px; padding:3px; text-align:center; }
.header .lang i:hover { background:#ff7e04; }

.footer { border-top:1px solid #000; padding:10px 0 40px; font-family: 'Playfair Display', serif; margin-top:40px; text-transform: uppercase; font-size:12px; }
.footer .menu ul { margin:0 auto; text-align:right;  }
.footer li { text-transform:uppercase; margin:0 5px; display:inline; }
.footer a.selected { color:#828282; }

.main { margin-top:140px; }
.slide { text-align:center; margin:0 auto; }
.slide li { margin-top:100px; margin-bottom:100px; }

.home { font-family: 'Playfair Display', serif; }
.home h1 { font-size: 40px; color:#828282; font-weight: bold; margin-bottom:20px; }
.home li { font-size: 60px; text-transform:uppercase; font-weight: bold; }
.submenu li { font-size: 26px; text-transform:uppercase; font-weight: bold; font-family: 'Playfair Display', serif; }

.lato { text-align:right; font-family: 'Playfair Display', serif;  }
.lato h2 { font-size:60px; font-weight:bold; text-transform:uppercase; line-height:60px; }
.lato li { font-size:15px; font-weight:normal; }
.lato li a:hover { color:#ff7e04; }
.list-news .item { border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:20px; }
.list-news .item .date { font-family: 'Playfair Display', serif; font-size:18px; font-weight:bold; color:#828282; }
.list-news .item h1 { font-size:26px; font-family: 'Playfair Display', serif; font-weight:bold;  }
.list-news .item h2, .list-news .item h3, .list-news .item h4 { font-family: 'Playfair Display', serif; font-weight:bold; }
.list-news .item .text { margin-bottom:10px; }
.list-news .item .images li { margin-bottom:20px; }
.list-news .item .images img { border:1px solid #EEE; }

.gallery .item { margin-bottom:1.6%; }
.gallery .item:nth-child(6n+1) { margin-left:0px; }

.box-search { display:none; text-align:center; position:fixed; z-index:222; top:0; left:0; right:0; bottom:0; background-color: rgba(168, 22, 35, 0.8); }
.content-search { left:25%; right:25%; display:none; position:fixed; z-index:500; top:45%; text-align:center; background-color: rgba(255, 255, 255, 0.9); }
.content-search input { font-size:22px; height:inherit; padding:20px; border:0px; }
.content-search input[type='text'] { background:none; width:70%; float:left;  }
.content-search input[type='submit'] { background:none;  color:#a81623; width:20%; text-align:right; float:right; }


.box-social { margin:20px 0; }
.social i { background:#999; border-radius:100px; color:#FFF; width:22px; height:22px; padding:5px; text-align:center; }
.social i:hover { background:#ff7e04; }
.download a { background:#999; color:#FFF; padding:3px 10px; border-radius:3px; font-size:11px; text-transform:uppercase; }
.download i { margin:0px; }
.download a:hover { background:#ff7e04; }


div.top {  display: none; overflow: hidden; text-align:center; width:40px; height:40px; font-size:20px; position: fixed; right:40px; bottom:80px; z-index:999; color:#6f625a; border:1px solid #6f625a; }
div.top .fa { margin:0px; padding:7px 0; }
div.top a { cursor:pointer; }


.pagination { margin-top:20px;  }
.pagination a, .pagination b { display:inline-block; }
.pagination a:hover { text-decoration:none;  }
.pagination .pages { text-align:right; }



.nav { position:relative; display:inline-block; margin-bottom:5px; }
.nav-item { float:left; *display:inline; zoom:1; position:relative; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:15px; left:-10px; width:200px; padding:10px; z-index:200; text-align:left; background:#a81623;  }
.nav-submenu-item a { display:block; text-align:left; padding:5px 0 0 0; }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; font-size:18px; padding:8px 0 0 0; height:40px; width:40px; text-align:center;  }
.nav-mobile i { margin:0; color:#FFF; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:0; right:10px; display:none; height:39px; width:40px; cursor:pointer; }
.nav-click i { display:block; height:35px; width:40px; font-size:18px; color:#FFF; text-align:center; position:absolute; top:0; left:0; padding:8px 0 0 0; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
