@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700,700i');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url('hover.css?i=1');
@import url('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%; }
html, body { height:100%; }
body {  margin: 0px; font-family: 'PT Serif', serif; -webkit-text-size-adjust:100%;  color:#000; font-size:16px; line-height:24px;  background:#FFF; }
td, th, .cart, .footer { font-family: sans-serif; }
a { text-decoration:none; outline:none; color:#AA2640; text-overflow:ellipsis; font-weight:bold; }
a:hover, a.selected { text-decoration:none; color:#F9E576; 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:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family: 'Archivo Black', sans-serif; }
h1 { margin-bottom:60px; font-size:40px; font-weight:700; line-height: 55px; }
h2 { font-size:24px; font-weight:700; margin-bottom:20px; }
h3 { font-size:16px; }
h3.section { font-weight:normal; font-size:18px; margin:0 0 20px 0; text-align:center; text-transform:uppercase; }
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 { border-radius:0; color:#444; font-family: FontAwesome, sans-serif; font-size:14px; padding: 12px; background-color: #EEE; border: 1px solid #CCCCCC; }
input:focus, textarea:focus, select:focus { border-color: #5E77BE; }
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'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#AA2640; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { font-family: 'Archivo Black', sans-serif; padding: 12px 20px; border:0px; cursor:pointer; display:inline-block; color:#FFF; background:#888; line-height:normal; text-align:center;  text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background: #CCC;}
.btn-primary, input.btn-primary { background-color:#AA2640; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { background:#F9E576; color:#AA2640; }
.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%; }
.placeholder { color: #FFF; text-transform:uppercase; }


ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
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:1200px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-large { width:100%; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.cover { max-width:90%; margin:0 auto; text-align:center; height:90%; background-size: cover; background-attachment: fixed; background-position:center 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%; }
.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; }
.mt100 { margin-top:100px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.pl60 { padding-left:60px; }
.pr60 { padding-right:60px; }


table { border-collapse: collapse; width:100%; }
table, th, td { border-bottom: 1px solid #CCC; padding: 5px; vertical-align:top; }
thead td { background:#AA2640; padding: 5px; color:#F9E576; text-transform:uppercase; font-size:14px; font-family: 'Archivo Black', sans-serif; }
td img { display:block; }
figure { overflow:hidden; }
figure * { transition: all .2s ease-in-out; line-height:normal; }
figure img { display:block; }
..figure.zoom:hover img { filter: none; transform: scale(1.1);  }
figure:hover img { opacity:0.7;  }

.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_50 { width: 50%; float:left; }
.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, .header .menu li.iphone_show { display:none; }

.bg_color { background:#F9E576; }
.bg_gray { 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); }


.header { background:#F9E576; padding:10px 0 0 0; }
.header .logo { text-align:center; height:100px; }
.header .logo img { height:80px; margin:5px 0 0 0; }

.header .menu { margin: 0 auto; text-align:center; background:#AA2640; font-size:14px; text-transform:uppercase; font-family: 'Archivo Black', sans-serif; }
.header .menu li { display:inline-block; margin: 0 10px; }
.header .menu li li { display:block; }
.header .menu a { color:#F9E576; font-weight:700i; }
.header .menu a.selected, .header .menu a:hover { color:#FFF; }
#header.smaller { display:block; position:relative; }
#header.smaller .menu { position:fixed; top:0; z-index:10; left:0; right:0; }

.footer { padding: 0 0 40px 0; background:#AA2640; color:#F9E576; font-size:13px; text-align:center; line-height:20px; margin-top:20px; }
.footer h2 { font-size:22px; margin-bottom:10px; text-transform:uppercase; color:#AA2640; background:#F9E576; padding:10px 0; }
.footer h3 { font-size:12px; margin-bottom:10px; text-transform:uppercase; }
.footer a { color:#F9E576; font-weight:normal; }
.footer a:hover, .footer a.selected { color:#FFB600; }
.footer .credits { margin-top:20px; }
.footer input { border:1px solid #FFF; background:none; padding:10px; height:40px; }
.footer input[type='submit'] { padding:5px 10px; }
.footer .fb { display:inline-block; margin-top:20px; background: #39579A; color:#FFF; padding:5px 10px; font-family: 'Archivo Black', sans-serif; text-transform:uppercase; letter-spacing:2px; }
.footer .paypal a { display:inline-block; background: #FFF; color:#AA2640; padding:5px 10px; font-family: 'Archivo Black', sans-serif; text-transform:uppercase; letter-spacing:2px; }
.footer .social { margin: 0 auto; text-align:center; margin-bottom:20px; margin-top:10px; }
.footer .social li { display:inline-block; margin: 0 20px; padding-top:80px; text-align:center; position:relative; font-weight:bold; }
.footer .social li i { margin: 0 auto; border:2px solid #F9E576; width:60px; height:60px; border-radius:200px; left:0; right:0; top:10px; font-size:30px; position:absolute; text-align:center; padding-top:13px; }

.slider li { height:600px; position:relative; }
.slider li .text { position:absolute; z-index:2; text-align:center; max-width:600px; padding:20px; margin:0 auto; color:#FFF; top:25%; left:0; right:0; font-size:18px; text-shadow: 1px 1px 2px black; line-height:26px;  }
.slider li .text h2 { font-size:60px; font-family: 'Rock Salt', sans-serif; }
.slider li .button { border: }
.slider2 .slick-dots { bottom:-40px; }

a.button { background:#FFF; border:4px solid #AA2640; margin-top:20px; display:inline-block; padding:10px 5px; text-align:center; text-transform:uppercase; font-size:14px; font-family: 'Archivo Black', sans-serif; }
a.button i { margin-left:20px; }
a.button:hover { background: #AA2640; color:#F9E576; }

#main { background-color:#FFF; padding:40px 0 0 0; }
#main2 { background: url('../images/bg_footer.png') no-repeat right bottom; background-color:#EFEFEF; padding:40px 0; }
#main.about { background-color:#FFF; }
.item-row { padding:40px 0; }

.header-page h2 { text-align:center; margin-top:40px; text-transform:uppercase; letter-spacing:2px; font-family: 'Rock Salt', sans-serif; }

.list-products .item { height:450px; font-size:13px; line-height: 20px; padding: 10px; }
.list-products .item img { display:block; }
.list-products .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.list-products .item h3 { line-height:normal; margin-bottom:10px; }
.list-products .container { background:#EEE; padding:10px; min-height: 170px; }


.list-news .item { margin-bottom:20px; border-bottom:1px solid #EEE; padding: 20px 0; }
.list-news .item .span_2_of_3 { padding:20px; }
.list-blog .item h2 { font-size:40px; margin:5px 0 20px 0; }
.list-blog .item img { display:block; }

.share { font-family: sans-serif; font-weight:bold; padding-top:10px; }
.share i { background:#F9E576; color:#AA2640; width:30px; height:30px; display:inline-block; text-align:center; padding-top:7px; border-radius:50px; font-size:14px; }
.share i:hover { color:#F9E576; background:#AA2640; }
.share a { font-weight:normal; }
.contact-form { padding-right:40px; }

.cart p.small { font-size:12px; color:#888; margin-top:5px; line-height:16px; }

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



.main .slide .box { position:absolute; top:30%; left:0; right:0; text-align:center; color:#FFF; z-index:222; padding:100px; font-size:20px; line-height:26px; }
.main .slide .box h1 { text-transform:uppercase; margin-bottom:20px; font-size:50px; }
.main .section { text-transform:uppercase; font-weight:bold; margin-bottom:10px; }
.main .tabcontent { height:350px; }
.main .item-row { padding: 40px; margin-top: 80px; margin-bottom: 80px; }

.cart h3 { margin-bottom:10px; }
.payments .item { background:#999; padding:5px; color:#FFF; font-weight:bold; margin-top:10px; }
.payments .item label { cursor:pointer; display:inline-block; margin-left:10px; }
.payments .detail { margin:0px; border:2px solid #999; padding:10px; font-size:13px; line-height: 20px; margin-bottom:10px; }


.tabs a { padding:10px 20px; border:1px solid #CCC; background:#EEE; text-align:center; text-transform:uppercase; display:block; }
.tabs a.selected { background:#FFF; color:#143B94; border-bottom:0px; }

.gallery .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.gallery .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.gallery .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.gallery .col { margin-bottom:1.6%; }
.gallery img { display:block; }

.faq-category a { border:1px solid #5E77BE; padding:10px; display:block; text-transform:uppercase; }
.faq-category a:hover, .faq-category a.selected { background:#5E77BE; color:#FFF; }
.faq .accordion-title { font-size:16px; border-top:1px solid #DDD; padding:10px 0; color:#5E77BE; }
.faq .accordion-text { margin-bottom:40px; }
.faq .accordion-text p.caption { color:#888; }
.faq .accordion-text img { height:120px; width:auto; margin:5px 0; }


.global-site-notice {  background: #F5F5F5 none repeat scroll 0% 0%;  color: #333; 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; }
.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; }

.scrolloff { pointer-events: none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:6px; display:block; color:#AA2640; background:#F9E576;cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; border:2px solid #F9E576; font-weight:bold; }


 
.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }
.nav-item { display:block; zoom:1; position:relative; margin-right:1px; }
.nav-item a { display:block; padding:10px 0; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; z-index:200; background:#AA2640; width:300px; margin-left:-25px; }
.nav-submenu-item { display:block; }
.nav-submenu-item a { color:#FFF; padding:7px 7px; display:block; width:100%; text-align:left; font-weight:normal; }
.nav-submenu-item a:hover { text-decoration:none; color:#5E77BE; }

/* Mobile navigation */
.nav-mobile { color:#AA2640; display:none; position:absolute; top:-60px; right:10px; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; }

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