@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

@import url(balloon.min.css);
@import url(style1.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; 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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
html, body { height:100%;  }
body {background: #000; margin: 0px; font-family: 'Quicksand', sans-serif; font-size:13px; -webkit-text-size-adjust:100%;  color:#000; letter-spacing: 0.08em; text-align:justify; }
a { text-decoration:none; outline:none; color:#777; font-weight:bold; text-overflow:ellipsis;  }
a:hover, a.selected { text-decoration:none; color:#000;  }
:hover, .gallery *, 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; }
.col { text-align:justify; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; letter-spacing: 0.1em; }
h1 { text-align:center; margin-bottom:40px; text-transform:uppercase; font-size:60px; font-weight:300; }
h2 { font-size:30px; font-weight:300; }
h2.section { font-size:16px; font-weight:bold; margin-bottom:20px; text-transform:uppercase; border-bottom:2px solid #000; padding-bottom:5px; }
h3 { font-size:18px; }
h3.section, .pagination { color:#FFF; margin-bottom:10px; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, textarea { height:40px; border-radius:0; color:#444; font-family: FontAwesome, 'Quicksand', sans-serif; font-size:14px; padding: 10px; background-color: #EEE; border: 1px solid #CCCCCC; }
textarea { height:auto; }
input:focus, textarea:focus, select:focus { border-color: #777; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; }
input[type='checkbox']:checked { background:#666; }
.placeholder { color: #FFF; text-transform:uppercase; }
form .row { margin-bottom:20px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] {  height:40px; padding: 10px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#AAA; line-height:normal; line-height:normal; text-align:center;  text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { color:#FFF; text-decoration:none; background: #666;}
.btn-primary, input.btn-primary { background-color:#FF7F00; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#FF7F00; }
.warning { color:#FF0000; font-weight:600; 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; }
.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%; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px solid #555; margin:0px; padding: 5px 0; color:#999; }
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:0 0 10px 0; }
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:90%; clear: both; padding:0 20px; position:relative; margin:0 auto; text-align:center; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.fixed { position:fixed; }
.hidden { display:none; }
.block { display:block; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; }
thead td { background:#EEE; }
figure { overflow:hidden; }
figure.zoom a:hover img { filter: none; transform: scale(1.2); }
figure.fade a:hover img { opacity:0.8; background:#000; }

.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; }

.bgcolor1 { background:#EEE;  }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }

.tabs { text-align:center; margin-bottom:20px;  }
.tabs li { display:inline; }
.tabs li a { display:inline-block; padding:5px 10px; text-transform:uppercase; font-weight:bold; }


#header { background:#FFF; padding:10px 0; z-index:1000; position:fixed; right:0; left:0; top:0px; font-size:14px; letter-spacing: 0; }
#header .sections { height:50px; }
#header h1 { font-size:32px; margin:0px; text-align:left; font-weight:bold; color:#777; text-transform:lowercase; color:#000; }
#header .logo { padding-top:10px; }

#header .logo img { height:70px; width:auto; }
#header .toggle-menu i { font-size:30px; margin:10px 0 0 -20px; background:#777; color:#FFF; display:inline-block; padding:20px; width: 80px; text-align:center; }
#header .lang { position:absolute; top:15px; right:20px; }
#header .lang li { float:left; margin-left:10px; }
#header .lang li a.selected { color:#000; font-weight:700; }
.menu { background:#888; border-right:15px solid #FFF; position: fixed; top:0px; left:0px; bottom:0px; width:300px; padding:20px; color:#000; line-height: 18px; z-index:111; }
.menu li { text-transform:lowercase; font-weight:bold; padding: 10px 0; font-size:18px; }
.menu h3 { margin:0px; border:0px; font-size:13px; padding:0px; color:#CCC; }
.menu a { color:#000; letter-spacing: 0.08em; }
.menu a:hover { color:#FFF; }
.menu nav { padding:5px 0; }
.menu a.selected { color:#FFF; }

.footer { color:#FFF; padding:40px 0; margin:20px 0 0 0; border-top:2px solid #444; }
.footer a { color:#FFF; }
.footer a:hover { color:#FFF; }
.footer .social li { display:inline-block; font-size:30px; margin-right:20px; margin-top:5px; }
.footer a.btn { color:#FFF; }
.footer .credits, .footer .credits a { color:#888; text-align:left; margin-top:20px; }

#main { margin-top:140px; }
#main .main-content { padding: 40px; background:#FFF; margin-bottom:60px; font-size:14px; line-height:24px; }
#main .main-content .images { padding-left:60px; }
#main .main-content h3 { margin-bottom:40px; line-height:28px; font-size:20px; }


.list-blog { margin: 0 0 20px 0;  }
.list-blog .item { text-align:left; background:#FFF; margin-bottom:20px; padding:15px; font-size:14px; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;  }
.list-blog .item .section { margin-top:10px; background:#777; color:#FFF; padding:5px; display:inline-block; font-size:12px; }
.list-blog .item .section a { color:#FFF; }
.list-blog .item h2 { margin:10px 0; text-transform:uppercase; }
.list-blog .item p.tag { margin:20px 0; }
p.tag a { color:#FFF; background: #777; margin:2px; padding:5px; display:inline-block; font-size:11px; }

.list-blog .gallery .item img { display:block; }
.list-blog .gallery .item { padding:0px; margin-bottom:20px;  }
.list-blog .gallery .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.list-blog .gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.list-blog .gallery .span_1_of_4:nth-child(4n+1) { margin-left:0px; }


.pagination { margin: 20px 0 40px 0; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }

.meter {  height: 10px;  position: relative; margin: 20px 0; background: #CCC; }
.meter > span { display: block; height: 10px;  background-color:#777; position: relative; overflow: hidden; }


.list .item.span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.list .item { margin-bottom:1.6%; position:relative; }
.list .item span { padding-top:3px; position:absolute; z-index:555; bottom:2px; left:2px; z-index:2; color:#FFF; width:25px; height:25px; background:#000; text-align:center; }
.list .item figure { margin-bottom:5px; }
.list .item img { display:block; border:1px solid #777; }
..list:hover .item:not(:hover) { opacity: 0.4; }
.list-filter { padding:20px 0; }
.list-filter button { padding:10px 20px; background:#777; margin: 10px 5px; text-transform:uppercase; color:#FFF; cursor:pointer; border:1px solid #777; }
.list-filter button.mixitup-control-active { background:#000; }

.global-site-notice { z-index:500; position:absolute; top:0; left:0; right:0; background: #777 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; color:#FFF; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:5px; display:block; color:#FFF; background:#777; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; }
div.top a:hover { text-decoration:none; }

.privacy { font-size:9px; line-height:normal; }


.nav .divider { border-right:1px solid #CCC; margin-right:10px; padding-right:10px; }
.nav-item { display:inline-block; zoom:1; position:relative; }
.nav-item a { display:block; background:#888; padding:7px 10px; color:#FFF; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }
.nav-item a.selected { background:#000; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:30px; left:0px; width:280px; padding:5px 0; z-index:200; text-align:left; }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { color:#FFF; display:block;  }
.nav-submenu-item a:hover { text-decoration:none;  color:#FFF;  }
.nav-submenu-item a.selected { color:#000; }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:-10px; right:5px; font-size:30px; padding:8px 0 0 0; height:45px; width:40px; color:#000; text-align:center; }
.nav-mobile i { margin:0; }

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


/* Example media queries */
@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal { font-size: 75%;height: 110px; }
	.cbp-spmenu-top { top: -110px; }
	.cbp-spmenu-bottom { bottom: -110px;  }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical { font-size: 90%; width: 190px;  }
	.cbp-spmenu-left, .push-body-toleft { left: -190px;  }
	.cbp-spmenu-right { right: -190px; }
	.push-body-toright { left: 190px; }
}