html,body { height: 100%; }
a { text-decoration: none; color: white; }
a, a:hover { transition: all .2s ease; }
textarea, input, a, button {outline: none;}
.cleaner {clear: both; height: 0 !important; float: none !important;}
.pos-abs {position:absolute;}
.pos-rel {position:relative;}
.up-c {text-transform: uppercase;}
.fl-l {float: left;}
.fl-r {float: right;}
.m-r {margin-right: 20px !important;}
.vlm-r {margin-right: 40px;}
.vlm-l {margin-left: 40px;}
.xsm-b {margin-bottom: 5px;}
.vsm-b {margin-bottom: 10px;}
.m-b {margin-bottom: 20px;}
.svlm-b {margin-bottom: 60px;}
.vsm-t {margin-top: 10px;}
.ivsm-t {margin-top: 8px;}
.lm-t {margin-top: 5px;}
.vsp-t {padding-top: 10px;}
.m-l {margin-left: 20px;}
.ta-c {text-align: center;}
.disp-b {display: block;}
.fw-light {font-weight: 400;}
.red {color: #c9003a !important;}
.bold { font-style: normal; font-weight: 600; }
.titlebold { font-family: "nimbus-sans", "arial", sans-serif; font-style: normal; font-weight: 600; text-transform: uppercase; }
.titleregular, .button { font-family: "nimbus-sans", "arial", "arial", sans-serif; font-style: normal; font-weight: 400; }
.titlelight { font-family: "nimbus-sans", "arial", sans-serif; font-style: normal; font-weight: 400; text-transform: uppercase; }
.italic { font-family: "nimbus-sans", "arial", sans-serif; font-style: italic; font-weight: 400; }
.regular { font-family: "nimbus-sans", "arial", sans-serif; font-style: normal; font-weight: 400; }
.link { border-bottom: 1px solid #1BD1DE; padding: 0px 0px; margin-right: 2px; color: #1BD1DE; }
.link:hover { background: rgba(75, 211, 214, 0.2) }
.sm-text-shadow { -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);-o-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.sm-shadow-bottom { -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); }
.sm-shadow { -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.lg-shadow { -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); }
.bradius-small { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.bradius-mini { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.hide, .hidden, .pswp { display: none !important; }
.blur { -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); }

/* for gallery */
.ta-l {text-align: left;}
.center-block {margin: 0 auto;}
.whitefg {color: white;}
.smallb {font-size: 10px;padding: 0px 7px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px}
.normalb {font-size: 14px;padding: 5px 10px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px; font-family: "nimbus-sans", "arial", sans-serif !important; font-weight: 400 !important;}
.button {display: block;background: #ccc;text-transform: uppercase;transition: all .3s ease;text-align: center;}
.button.normalb { -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); }



/* home page */
body { color: white; background-color: #f5f9fc; }
h1 { font-size: 40px; }
.home-alone { width: 100%; position: relative; }


/* footer */
.footer, .footer a, .footer>ul>li.first { color: #222231; }
.submenu { position: relative; font-size: 12px; }
.submenu-content a { padding: 5px 10px; display: block; }
.submenu-content a .icon { margin-right: 5px; position: relative; top: 1px; min-width: 20px; text-align: center; display: inline-block; }
.submenu-content a:hover { background: #1BD1DE; }
.submenu-content>ul { padding: 0px; }
.submenuopen .submenu-content { opacity: 1; transform: translateY(0); display: block; }
.submenu-content { transform: translateY(5px); transition: all .3s ease; position: absolute; left: 40px; right: 0; bottom: 30px; opacity: 0; display: none; }
.submenu-content, .tipsy, ul.ui-autocomplete.ui-menu { -webkit-border-radius: 3px;-moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.submenu-content { background: #222231; }
.footer .submenu-content a  { color: white; }
.footer .submenu-content a:hover { background: #1BD1DE; }
.nosvg .wipplay-logo {background: url(../images/artpack.png) no-repeat -44px 0;}
.wipplay-logo {background: url("../images/wipplay-logo-full.svg");display: block;height: 65px;margin: 0 auto;width: 175px; }
.footer { padding: 40px 0 20px 0px; width: 100%; background: #F4F4F4; box-shadow: 0px -2px 0px 0px #F0EFEF; }
.footer:not(.flex-footer) {	position: absolute !important; min-width: 960px; left: 0px; bottom: 0px; }
/* NEW new footer links */
footer.flex-footer { background-color: #f5f9fc; padding-top: 30px; padding-bottom: 60px; position: relative; }
footer.flex-footer .logo { display: block; margin-bottom: 30px; }
footer.flex-footer .links a { display: block; text-transform: uppercase; font-weight: 700; opacity: 0.9; font-size: 13px; line-height: 1.92; letter-spacing: 0.8px; color: #222231; text-align: left; }
footer.flex-footer .links a:hover { color: #1BD1DE; }
footer.flex-footer .links .last { text-align: right; padding-right: 0px; }
footer.flex-footer .links .last a { font-weight: 400; text-align: right; }
footer.flex-footer .links .submenu { border: none; padding-top: 0px; padding-bottom: 0px; padding-left: 0px;}
footer.flex-footer .links .submenu .icon-arrow_right { transition: all .3s ease; transform: rotate(45deg); display: inline-block; margin-left: 2px; position: relative; color: #222231; font-size: 10px; top: -1px; }
footer.flex-footer .links .submenuopen i.icon-arrow_right { transform: rotate(-90deg); transition: all .3s ease; }
footer.flex-footer .links .submenuopen a, footer.flex-footer .links .submenuopen i.icon-arrow_right { color: #1BD1DE; }
footer.flex-footer .links .submenu .submenu-content { background-color: #0f0f1d; }
footer.flex-footer .links .submenu .submenu-content { left: initial; right: 0px; text-align: left; min-width: 150px; text-align: left; }
footer.flex-footer .links .submenu .submenu-content.wider { min-width: 125px; }
footer.flex-footer .links .submenu .submenu-content.xwider { min-width: 200px; }
footer.flex-footer .links .submenu .submenu-content li a { padding: 10px 15px; line-height: 20px; color: #ffffff; font-size: 13px; line-height: 1.15; letter-spacing: 0.4px; text-transform: capitalize; }
footer.flex-footer .links .submenu .submenu-content li a:before { content: ""; margin: 0px; }
footer.flex-footer .sep { width: 100%; height: 1px; background-color: #ecf0f3; margin-bottom: 30px; }
footer.flex-footer .f-copyright { font-size: 12px; line-height: 1.25; color: #cfd7df; margin-top: 15px; }
footer.flex-footer .ext-links { text-align: right; }
footer.flex-footer .frenchtech-badge { height: 65px; }
footer.flex-footer .frenchtech-badge img { height: 100%; }
.gen-social ul>li { width: 35px; height: 35px; float: left; margin-right: 2px; }
.gen-social ul>li .social-cta { background-color: #cfd7df; width: 100%; height: 100%; display: block; position: relative; }
.gen-social ul>li .social-cta:hover { background-color: #ebebeb; }
.gen-social ul>li .social-cta.social-fb img { position: absolute; left: 16px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-tw img { position: absolute; left: 10px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-pin img { position: absolute; left: 13px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-in img { position: absolute; left: 11px; top: 11px; height: 12px; }
@media (max-width: 991px) {
	footer.flex-footer .logo { margin-left: auto; margin-right: auto; display: block; }
}
@media (max-width: 767px) {
	.flex-header .flex-search #quick-search-box input { padding-right: 57px; }
	.flex-header ul.h-top-links > li.first-link { margin-right: 0px; margin-left: 0px; }
	footer.flex-footer .links, footer.flex-footer .links .last { text-align: center; }
	footer.flex-footer .links a { text-align: center; }
	footer.flex-footer .links .last a { text-align: center; }
}

/* image gallery */
.image-gallery { position: relative; margin: 0 auto; left: auto; padding: 0px 0 0 0; }
#image-gallery div.loader, #mini-gallery div.loader, #user-cards div.loader, #contest-cards div.loader { display: block; margin: 50px auto 60px; }
a.button.flashUnflashButton.active,
a.button.voteUnvoteButton.active,
.image-gallery .newsq-photo-line .photo-popup .button.flash.active,
.image-gallery .newsq-photo-line .photo-popup .button.voteUnvoteButton.active { background: #1BD1DE !important; color: white !important; }
.image-gallery .newsq-photo-line .photo-popup .icon-heart { color: #FB0067 !important; }
.image-gallery .newsq-photo-line .photo-popup .button { background: rgba(255, 255, 255, 0.1); margin-right: 5px; margin-bottom: 5px; line-height: 25px; height: 25px; }
.image-gallery .newsq-photo-line .photo-popup .button.rank { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.image-gallery .newsq-photo-line .photo-popup .button.rank, .image-gallery .newsq-photo-line .photo-popup .button.vote, .image-gallery .newsq-photo-line .photo-popup .button.flash,
.image-gallery .newsq-photo-line .photo-popup .button.buyButton { line-height: 16px; height: 16px; display: block; font-size: 14px; float: left !important; font-weight: 400; }
.image-gallery .newsq-photo-line .photo-popup .button.vote:hover, .image-gallery .newsq-photo-line .photo-popup .button.flash:hover,
.image-gallery .newsq-photo-line .photo-popup .button.buyButton:hover { background: #1BD1DE; }
.image-gallery .newsq-photo-line .photo-popup .button .icon { display: inline-block; margin-top: -2px; margin-right: 3px; }
.image-gallery .newsq-photo-line a:hover div { color: white; }
.image-gallery .photo-popup .over .user-zone { position: absolute; bottom: 20px; left: 20px; }
.image-gallery .photo-popup .over .t-phototitle { position: absolute; bottom: 20px; left: 120px; height: 85px; text-align: left; line-height: 20px; }
.image-gallery .photo-popup .over .t-phototitle a { color: white; }
.image-gallery .photo-popup .over .t-phototitle .t-user { font-size: 14px; }
.image-gallery .photo-popup .over .t-phototitle .t-title { font-size: 12px; margin-top: 0px; }
.image-gallery .photo-popup .over .t-phototitle.xmedium { left: 80px; height: 50px; }
.image-gallery .photo-popup .over .t-phototitle.xmedium .t-title { margin-top: 0px; line-height: 15px; }
.image-gallery.image-gallery-shop .photo-popup .overlay { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.image-gallery.image-gallery-shop .photo-popup { overflow: hidden; transition: all .6s ease; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.imagegrid-footer>.titlelight { overflow: hidden; text-overflow: ellipsis; }
.imagegrid-footer .titlelight>span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imagegrid-footer>.fl-r {width: 110px; height: 60px; white-space: nowrap; overflow: hidden; line-height: 15px; }
.photo .image-gallery.image-gallery-shop .photo-popup, .image-gallery.image-gallery-shop .photo-popup { margin: 0 5px 5px 0; }
.image-gallery.image-gallery-shop .photo-popup>img, .image-gallery.image-gallery-shop .overlay .over { border-radius: 0; }
.image-gallery .photo-popup>img { border-radius: 3px; margin: 0 auto; display: block; }
.popin-img-tight-container .over { background: rgba(60, 49, 49, 0.8); opacity: 0; margin-bottom: 5px; }
.photo-popup .overlay .over { width: 100%; height: 100%; border-radius: 3px; background: rgba(34, 35, 50, 0.5); }
.photo-popup .overlay .over, .popin-img-tight-container .over { position: absolute; z-index: 500; }
.img-cont>img { margin: 0 auto; display: block; }
.photo-popup .img-cont { background: #ddd; overflow: hidden; }
.photo-popup .overlay .blurred { display: block; margin: 0 auto; border-radius: 3px; }
.photo-popup:hover .overlay { opacity: 1; }
.photo-popup .overlay { overflow: hidden; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; z-index: 5; border-radius: 3px; transition: all .3s ease; }
.image-gallery.table { padding: 0px 0 0 0; }
.photo-popup { position: relative; float: left; display: block; margin: 0 5px 5px 0; }
.image-gallery .final { transition: all .6s ease; min-height: 180px; }
.image-gallery .final.load { transform: translateY(250px); opacity: 0; }
.user-profile-img>img { width: 100% !important; height: 100%; }
/* /image gallery */

/* connected user header */
.user-header .profile { width: 65px; height: 65px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.user-header .profile a {  }
.user-header .profile a img { width: 100%; }
.user-header .profile a:hover img { -webkit-filter: contrast(120%); }

/* user header sub popin */
.user-header .sub-popin { display: none; background: #FFF; top: 70px; right: 20px; position: absolute; z-index: 200000; min-width: 185px; padding: 5px 0; font-size: 12px; font-weight: normal; font-family: nimbus-sans, "arial", sans-serif; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.40); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.40); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.40); box-shadow: 0 0 10px rgba(0, 0, 0, 0.40); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.user-header .sub-popin.opened { top: 100px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.user-header .sub-popin ul { padding-top: 0px; padding-bottom: 0px; }
.user-header .sub-popin a { color: #222231; display: block; min-height: 30px; line-height: 30px; padding: 0px 10px; }
.user-header .sub-popin a.grey { color: #D9D9D9; }
.user-header .sub-popin a:hover { color: #FFF; background: #1BD1DE; }
.user-header .sub-popin a.active { color: white; background-color: #1BD1DE; }
.user-header .sub-popin a.active:hover { color: #222231; background-color: #1BD1DE; }
.user-header .small-menu { margin-right: 5px; }
.user-header .small-menu a { height: 40px; line-height: 44px; min-width: 40px; text-align: center; display: block; margin-top: 13px; background-color: #ffffff; color: #222231; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.user-header .small-menu a:hover { opacity: .95; }
@media (max-width: 767px) {
	.user-header .sub-popin { right: 10px; }
	.user-header .sub-popin.opened { top: 90px; }
}
/* /user header sub popin */

/* containers */
.global-container { width: 100%; height: 100%; box-sizing: border-box; }
.container { width: 80%; margin-left: auto; margin-right: auto; box-sizing: border-box; }
.container-full { width: 100%; margin-left: 0px; margin-right: 0px; box-sizing: border-box; }
.container-full-w-gutter { width: 98%; margin-left: auto; margin-right: auto; box-sizing: border-box; }
.container-full-photos { width: 98%; margin-left: auto; margin-right: auto; box-sizing: border-box; }
.pad-container { width: 100%; padding-left: 10%; padding-right: 10%; box-sizing: border-box; }
.pad-large-container { width: 100%; padding-left: 2%; padding-right: 2%; box-sizing: border-box; }
@media (max-width: 767px) {
    .container { width: 94%; }
    .pad-container { padding-left: 2%; padding-right: 2%; }
}
@media (min-width: 1439px) {
    .container { width: 70%; }
    .pad-container { padding-left: 14%; padding-right: 14%; }
    .container-full-photos { width: 92%; }
}
@media (min-width: 1939px) {
    .container { width: 55%; }
    .pad-container { padding-left: 22%; padding-right: 22%; }
    .container-full-photos { width: 70%; }
}
/* layout */
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.row:after { clear: both; }
.row div[class*="col-xs"],
.row div[class*="col-sm"],
.row div[class*="col-md"],
.row div[class*="col-lg"],
.row div[class*=" col-xs"],
.row div[class*=" col-sm"],
.row div[class*=" col-md"],
.row div[class*=" col-lg"] { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 40px; }

.row div[class*="col-xs"].inner-row,
.row div[class*="col-sm"].inner-row,
.row div[class*="col-md"].inner-row,
.row div[class*="col-lg"].inner-row,
.row div[class*=" col-xs"].inner-row,
.row div[class*=" col-sm"].inner-row,
.row div[class*=" col-md"].inner-row,
.row div[class*=" col-lg"].inner-row { padding-left: 0px; padding-right: 0px; margin-bottom: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

@media (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 { float: left; }
  .col-xxs-12 { width: 100%; }
  .col-xxs-11 { width: 91.66666667%; }
  .col-xxs-10 { width: 83.33333333%; }
  .col-xxs-9  { width: 75%; }
  .col-xxs-8  { width: 66.66666667%; }
  .col-xxs-7  { width: 58.33333333%; }
  .col-xxs-6  { width: 50%; }
  .col-xxs-5  { width: 41.66666667%; }
  .col-xxs-4  { width: 33.33333333%; }
  .col-xxs-3  { width: 25%; }
  .col-xxs-2  { width: 16.66666667%; }
  .col-xxs-1  { width: 8.33333333%; }
}

@media (max-width: 767px) {
  .xs-hidden { display: none !important }
  .xs-clearfix { clear: both; }
  .row div[class*="col-xs"],
  .row div[class*="col-sm"],
  .row div[class*="col-md"],
  .row div[class*="col-lg"],
  .row div[class*=" col-xs"],
  .row div[class*=" col-sm"],
  .row div[class*=" col-md"],
  .row div[class*=" col-lg"] { padding-left: 0px; padding-right: 0px; }
  .xs-text-centered { text-align: center; }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9  { width: 75%; }
  .col-sm-8  { width: 66.66666667%; }
  .col-sm-7  { width: 58.33333333%; }
  .col-sm-6  { width: 50%; }
  .col-sm-5  { width: 41.66666667%; }
  .col-sm-4  { width: 33.33333333%; }
  .col-sm-3  { width: 25%; }
  .col-sm-2  { width: 16.66666667%; }
  .col-sm-1  { width: 8.33333333%; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-hidden { display: none !important }
  .sm-clearfix { clear: both; }
  .sm-text-centered { text-align: center; }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-hidden { display: none !important }
  .md-clearfix { clear: both; }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }
  .lg-hidden { display: none !important }
  .lg-clearfix { clear: both; }
}


/* group-albums */
.h-albums { margin-top: 0px; }
.h-albums .h-album { width: 50%; float: left; box-sizing: border-box; height: 390px; }
.h-albums .h-album:nth-child(odd) { padding-right: 10px; }
.h-albums .h-album:nth-child(even) { padding-left: 10px; }
.h-albums .h-album .album-card { box-sizing: border-box; }
.h-albums .h-album .album-card .a-main-image { box-sizing: border-box; opacity: 1; width: 100%; height: 270px; overflow: hidden; position: relative; background-color: #ecf0f3; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.h-albums .h-album .album-card .a-main-image-overlay { width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; opacity: 0; transition: all .3s ease; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.h-albums .h-album:hover .album-card .a-main-image-overlay { opacity: 1; transition: all .3s ease; }
.h-albums .h-album .album-card .a-main-image-bg-overlay { transition: all .1s ease; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); }
.h-albums .h-album:hover .album-card .a-main-image-bg-overlay { background: rgba(34, 35, 50, 0.5); transition: all .1s ease; }
.h-albums .h-album .album-card .a-group-titles { left: 0px; top: 20px; width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
.h-albums .h-album .album-card .a-group-titles .title-camel { text-decoration: underline; box-sizing: border-box; padding-left: 0px; text-align: left; }
.h-albums .h-album .album-card .a-group-titles .subtitle-camel { text-align: left; display: block; }
.h-albums .h-album .album-card .title-camel, .h-albums .h-album .album-card .subtitle-camel { width: 100%; text-align: center; color: #fff; left: 0px; }
.h-albums .h-album .album-card .title-camel { font-size: 16px; font-weight: 500; }
.h-albums .h-album .album-card .title-camel { top: 20px; text-decoration: underline; box-sizing: border-box; padding-left: 20px; text-align: left; }
.h-albums .h-album .album-card .subtitle-camel { bottom: 15px; font-size: 14px; }
.h-albums .h-album .album-card-spots, .h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { height: 100px; }
.h-albums .h-album .album-card-spots { width: 100%; border-top: 1px solid #FFFFFF; }
.h-albums .h-album .album-card-spots .album-card-spot { width: 33.3%; height: 100%; float: left; box-sizing: border-box; }
.h-albums .h-album .album-card-spots .album-card-spot:nth-child(2) { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { box-sizing: border-box; opacity: 1; width: 100%; overflow: hidden; position: relative; background-color: white; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image-overlay { width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background-position: center center; opacity: 0; transition: all .3s ease; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.h-albums .h-album:hover .album-card-spots .album-card-spot .a-spot-image-overlay { opacity: 1; transition: all .3s ease; }
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image-bg-overlay { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); }
.h-albums-link { text-align: center; margin-top: 50px; }
.h-album .h-album-card-inner { display: block; transition: all 0.15s ease; }
.h-album:hover .h-album-card-inner { transition: all 0.15s ease; margin-top: -2px; }
@media (max-width : 1200px) {
	.h-albums .h-album { width: 50%; float: left; box-sizing: border-box; }
}
@media (max-width: 767px) {
	.h-albums .h-album { width: 100%; padding-left: 0px; padding-right: 0px; }
    .h-albums .h-album:nth-child(odd) { padding-right: 0px; }
    .h-albums .h-album:nth-child(even) { padding-left: 0px; }
}
/* /group-albums */

/* big group alums */
.h-big-album { width: 100%; display: block; float: left; margin-bottom: 20px; position: relative; }
.h-big-album .main-card-bg-overlay { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.2); z-index: 900; }
.h-big-album .left-part, .h-big-album .right-part { width: 50%; display: block; height: 100%; float: left; }
.h-big-album .left-part { box-sizing: border-box; padding-right: 1px; }
.h-big-album .main-image { width: 100%; height: 100%; display: block; position: relative; background-size: cover; background-position: center center; }
.h-big-album .a-image-bg-blurred { transition: all .1s ease; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); display: block; background-size: cover; background-position: center center; }
.h-big-album:hover .a-image-bg-blurred { opacity: 1; }
.h-big-album:hover .a-image-bg-blurred { background: rgba(34, 35, 50, 0.5); }
.h-big-album .left-part .inner-image { width: 100%; height: 400px; display: block; background-size: cover; background-position: center center; }
.h-big-album .right-part .row .inner-image { width: 100%; height: 200px; display: block; background-size: cover; background-position: center center; }
.h-big-album .right-part .row { width: 100%; height: 50%; float: left; }
.h-big-album .right-part .row .top-image { width: 50%; height: 100%; float: left; position: relative; background-color: #dfdfdf; }
.h-big-album .right-part .row:first-child { padding-bottom: 1px; box-sizing: border-box; }
.h-big-album .right-part .row:last-child { height: 199px; overflow: hidden; }
.h-big-album .right-part .row .top-image:first-child { padding-right: 1px; box-sizing: border-box; }
.h-big-album .right-part .row.last-row .top-image { width: 100%; }
.h-big-album .main-image .titles { position: absolute; z-index: 1000; width: 100%; padding-left: 20px; padding-top: 20px; left: 0px; top: 0px; box-sizing: border-box; }
.h-big-album .main-image .title-camel { letter-spacing: 0.4px; text-transform: uppercase; text-align: left; color: #fff;  font-size: 16px; font-weight: 500; text-decoration: underline; }
.h-big-album .main-image .subtitle-camel { color: #fff; font-size: 11px; font-weight: 100; letter-spacing: 0.4px; }
.h-big-album .more-count { font-weight: 200; font-size: 12px; z-index: 1000; position: absolute; right: 20px; bottom: 20px; width: 50px; height: 50px; background-color: #222332; color: #FFF; line-height: 50px; text-align: center; -webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; }
@media (max-width: 767px) {
    .h-big-album .left-part { padding-right: 0px; }
    .h-big-album .left-part, .h-big-album .right-part { width: 100%; }
    .h-big-album .left-part .inner-image { padding-bottom: 1px; }
    .h-big-album .right-part .row .inner-image { height: 140px; }
    .h-big-album .right-part { padding-top: 1px; }
    .h-big-album .right-part .row { width: 50%; padding-bottom: 0px; }
    .h-big-album .right-part .row:first-child { padding-bottom: 0px; padding-right: 1px; }
    .h-big-album .right-part .row:last-child { height: initial; }
}
/* /big group alums */

/* cookies */
.cookie-toast { color: #222231; font-size: 11px; background-color: transparent; line-height: 20px; position: fixed; width: 300px; bottom: 80px; right: 10px; z-index: 999000; overflow: hidden; }
.cookie-toast.h-inside-page { bottom: 70px; }
.cookie-toast .ckt-top { padding: 10px 15px 10px 35px; background-color: #222231; color: #fff; font-size: 12px; font-weight: bold; position: relative; }
.cookie-toast .ckt-top:after { left: 10px; top: 0px; width: 20px; height: 100%; background-image: url('../images/cookie.png'); background-position: center; background-size: contain; background-repeat: no-repeat; content: ""; display: block; position: absolute; }
.cookie-toast .ckt-close { color: #fff; background-color: #1bd1de; float: right; text-transform: uppercase; padding: 0px 13px; font-weight: bold; font-size: 11px; border-radius: 1px; }
.cookie-toast .ckt-close:hover { color: #fff; background-color: #22deeb; }
.cookie-toast .ckt-content { line-height: 13px; font-size: 11px;  padding: 10px 15px; background-color: #fff; text-align: justify; border: 1px solid #fff; box-sizing: border-box; }
@media (max-width: 767px) {
	.cookie-toast { width: 100%; left: 0px; right: 0px; bottom: 0px; }
	.cookie-toast.h-inside-page { bottom: 45px; }
	.cookie-toast, .cookie-toast .ckt-top, .cookie-toast .ckt-close { font-size: 12px; }
	.cookie-toast .ckt-top, .cookie-toast .ckt-close { line-height: 20px; }
}


/* commons */
.h-button { padding: 16px 20px; font-size: 14px; font-weight: bold; text-transform: uppercase; display: inline-block; background-color: #1BD1DE; color: #fff; border-radius: 2px; }
.h-button:hover { background-color: #22deeb; }
.h-button.h-see-more { padding-right: 50px; position: relative; }
.h-button.h-see-more:after { right: 16px; top: 0px; height: 100%; width: 16px; background-image: url('../images/home/ico-arrow-thin-right-white.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; content: ""; display: block; position: absolute; transition: all .2s ease; }
.h-button.h-see-more:hover:after { right: 10px; transition: all .2s ease; }
.h-button.h-button-shop { background-color: #526ede; }
.h-button-square { display: inline-block; width: 60px; height: 60px; line-height: 60px; background: #1BD1DE; text-align: center; text-decoration: none; }
.h-button-square:hover { background-color: #22deeb; }
.h-button-square i.icon { color: #fff; padding-left: 18px; padding-right: 20px; margin-top: -60px; font-size: 24px; line-height: 60px; }
.h-next-section { width: 40px; height: 40px; border-radius: 100px; border: 1px solid #fff; display: block; background-image: url('../images/home/ico-arrow-thin-down-white.svg'); background-size: 16px; background-repeat: no-repeat; background-position: center; }
.h-section.light-bkg .h-next-section { border: 1px solid #3A3A3A; display: block; background-image: url('../images/home/ico-arrow-thin-down-black.svg'); }
.h-section .h-next-section { bottom: 26px; left: calc(50% - 20px); z-index: 60; position: absolute; }
.h-section .h-next-section:hover { bottom: 28px; }
.h-section .last-container { padding-bottom: 40px; }
/* /commons */

/* gallery */
.hs-gallery { clear: both; }
.hs-gallery-nav { text-align: center; width: 100%; }
.hs-gallery-titles { margin-top: 20px; margin-bottom: 16px; }
.h-gallery-title { font-size: 24px; line-height: 22px; font-weight: bold; }
.h-gallery-subtitle { font-size: 16px; line-height: 14px; margin-top: 4px; }
/* /gallery */

/* post cards */
.h-post-card { width: 100%; height: 400px; color: #fff; background-color: #fff; display: block; border-radius: 2px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); transition: all .2s ease; }
.h-post-card:hover { transform: translateY(-2px); -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); transition: all .2s ease; }
.h-post-card .hpc-image { height: 60%; width: 100%; display: block; box-sizing: border-box; position: relative; }
.h-post-card .hpc-image .hpc-image-holder { width: 100%; height: 100%; display: block; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; background-color: #f5f5f5; }
.h-post-card .hpc-infos { border-top: 1px solid #fff; height: 40%; padding: 20px 20px 40px 20px; width: 100%; color: #3A3A3A; display: block; box-sizing: border-box; position: relative; }
.h-post-card .hpc-category { top: 10px; right: 10px; padding: 4px 10px; border: 1px solid #fff; background-color: rgba(255,255,255,0.1); display: inline-block; text-align: center; text-transform: uppercase; box-sizing: border-box; border-radius: 2px; position: absolute; }
.h-post-card .hpc-infos .hpc-title { margin-top: 0px; text-transform: uppercase; font-size: 16px; width: 100%; display: block; }
.h-post-card .hpc-infos .hpc-subtitle { margin-top: 10px; margin-bottom: 20px; font-size: 14px; width: 100%; display: block; }
.h-post-card .hpc-infos .hpc-copyright { bottom: 10px; left: 20px; font-size: 8px; position: absolute; display: block; }
.h-post-card .hpc-more { bottom: 10px; right: 20px; color: #1BD1DE; font-size: 13px; display: inline-block; transition: all .2s ease; position: absolute; }
.h-post-card:hover .hpc-more { display: inline-block; }
.h-post-card .hpc-more:after { width: 0px; height: 1px; background: #1BD1DE; transition: width .2s; content: ''; display: block; }
.h-post-card:hover .hpc-more:after { width: 100%; }
.h-post-card.h-wide { min-height: 400px; height: initial; }
.h-post-card.h-wide .hpc-image { width: 100%; height: 360px; }
.h-post-card.h-wide .hpc-infos { width: 100%; min-height: 100px; border-top: none; }
.h-post-card.h-wide .hpc-infos .hpc-title { font-size: 22px; line-height: 23px; margin-top: 0px; }
@media (max-width: 767px) {
	a.h-post-card, a.h-post-card.h-wide { height: initial !important; }
	a.h-post-card .hpc-image, a.h-post-card.h-wide .hpc-image { width: 100%; height: 260px; float: initial; }
	a.h-post-card .hpc-infos, a.h-post-card.h-wide .hpc-infos { width: 100%; min-height: 100px; float: initial; height: initial; border-left: none; border-top: 1px solid #fff; }
	a.h-post-card .hpc-infos .hpc-title, a.h-post-card.h-wide .hpc-infos .hpc-title { margin-top: 0px; }
	a.h-post-card .hpc-infos .hpc-subtitle, a.h-post-card.h-wide .hpc-infos .hpc-subtitle { margin-bottom: 20px; }
}
/* /post cards */

/* last winners */
.hs-last-winners { clear: both; }
.hs-last-winners-titles { margin-top: 20px; margin-bottom: 16px; text-align: center; }
.h-last-winners-title { font-size: 24px; line-height: 22px; font-weight: bold; }
/* /last winners */

/* slider */
.hs-slider { margin-bottom: 40px; }
.hs-slider .hss-slide { height: 600px; max-height: 90%; position: relative; }
.hs-slider .hss-slide .hss-p-image { height: 100%; width: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
.hs-slider .hss-slide .hss-p-infos { width: 40%; max-width: 300px; bottom: 20px; right: 20px; color: #3A3A3A; background-color: #fff; padding: 10px 14px; box-sizing: border-box; border-radius: 2px; position: absolute; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.hs-slider .hss-slide .hss-p-infos:hover { -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); }
.hs-slider .hss-slide .hss-p-infos .hss-p-infos-title { font-size: 14px; }
.hs-slider .hss-slide .hss-p-infos .hss-p-infos-copyright { font-size: 12px; }
.hs-slider-nav { height: 40px; width: 40px; top: calc(50% - 20px); font-size: 22px; background-color: #fff; color: #3A3A3A; border-radius: 2px; position: absolute; box-sizing: border-box; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.hs-slider-nav:hover { -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); }
.hs-slider-nav.hs-slider-nav-left { left: 20px; }
.hs-slider-nav.hs-slider-nav-right { right: 20px; }
.hs-slider-nav > i { height: 100%; width: 100%; display: flex; flex-flow: column; justify-content: center; align-content: center; text-align: center; }
@media (max-width: 767px) {
	.hs-slider .hss-slide { max-height: 360px; }
}
/* /slider */

/* sections */
.h-section { width: 100%; position: relative; color: #222231; }
.h-section:not(:first-child) { padding-top: 60px; padding-bottom: 60px; }
.h-section.h-w-titles-image { padding-top: 0px; }
.h-section .container, .h-section .container-full { position: relative; z-index: 20; }
.h-section-titles-image { position: relative; left: 0px; top: 0px; width: 100%; min-height: 400px; margin-bottom: 40px; box-sizing: border-box; display: block; transition: all .2s ease; background-position: center; background-repeat: no-repeat; background-size: cover; }
.h-section-titles-image .h-section-titles-image-overlay { /*border: 18px solid #fff;*/ background-color: rgba(0, 0, 0, 0.6); top: 0px; left: 0px; width: 100%; height: 100%; position: absolute; display: block; box-sizing: border-box; }
/*.h-section.hs-watch .h-section-titles-image .h-section-titles-image-overlay, .h-section.hs-learn .h-section-titles-image .h-section-titles-image-overlay { border: 18px solid #f5f9fc; }*/
.h-section-titles-image .h-col-titles { margin-bottom: 0px !important; }
.h-section-titles-block { color: #fff; margin-top: 150px; padding-left: 0px; text-align: center; }
.h-section-title, .h-section-title > .t-in { font-size: 62px; line-height: 62px; font-weight: bold; /*text-transform: uppercase;*/ }
.h-section-title > .t-in { font-weight: normal; }
.h-section-subtitle { font-size: 21px; line-height: 21px; margin-top: 8px; font-weight: normal; }
.h-section .hs-more { margin-top: 40px; margin-bottom: 40px; text-align: center; }
.h-section.dark-bkg { background-color: #eee; }
.h-sub-section-title { font-size: 22px; line-height: 20px; font-weight: bold; text-transform: uppercase; margin-top: 16px; }
@media (max-width: 767px) {
	.h-section-title, .h-section-title, .h-section-title > .t-in { font-size: 28px; line-height: 28px; }
	.h-section-title > .t-in { font-weight: normal; }
	.h-section-subtitle { font-size: 18px; line-height: 18px; }
	.h-section-titles-image { min-height: 320px; }
	.h-section-titles-block { margin-top: 120px; text-align: center; }
}
/* /sections */

/* header */
.h-burger { line-height: 44px; height: 44px; min-width: 44px; padding: 0px; position: relative; display: block; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; transition: all .001s ease; }
.h-burger:hover { background-color: rgba(0,0,0,0.1); }
.h-burger .hb-icon { width: 16px; left: 15px; top: 15px; padding: 1px 0; display: block; position: absolute; }
.h-burger .hb-icon span { display: block; width: 100%; position: absolute; height: 2px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; transition: all .2s ease; }
.h-burger .hb-icon span + span { margin-top: 6px; width: 14px; margin-left: 1px; }
.h-burger .hb-icon span + span + span { margin-top: 12px; width: 100%; margin-left: 0px; }
.h-burger.hb-open .hb-icon span:first-child { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 7px; }
.h-burger.hb-open .hb-icon span:first-child + span { opacity: 0; }
.h-burger.hb-open .hb-icon span:last-child { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: -5px; }
/* /header */

/* small header */
.h-header-small { height: 50px; padding-top: 2px; position: fixed; top: -100px; left: 0px; width: 150px; padding-right: 0px; z-index: 100; transition: all .6s ease; }
.h-header-small.hhs-visible { top: 0px; transition: all .6s ease; }
.h-header-small .h-burger { float: left; }
.h-header-small .h-logo { float: left; height: 100%; margin-left: 10px; position: relative; }
.h-header-small .h-logo > img { height: 34px; margin-top: 4px; }
.h-header-small .h-logo > img.hl-dark { display: none; }
.h-header-small.dark-col .h-burger .hb-icon span { background-color: #3A3A3A; }
.h-header-small.dark-col .h-logo > img.hl-light { display: none; }
.h-header-small.dark-col .h-logo > img.hl-dark { display: block; }
/* /small header */

/* mobile menu */
.h-mobile-menu-wrapper {  }
.h-mobile-menu-wrapper .h-mobile-menu-sub-overlay { display: none; background-color: rgba(0,0,0,0.5); left: 0px; right: 0px; width: 100%; height: 100%; position: fixed; z-index: 100000; }
.h-mobile-menu-wrapper.visible .h-mobile-menu { overflow-y: auto; }
.h-mobile-menu-wrapper.visible .h-mobile-menu, .h-mobile-menu-wrapper.visible .h-mobile-menu-sub-overlay { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
.h-mobile-menu-wrapper .h-mobile-menu, .h-mobile-menu-wrapper .h-mobile-menu-sub-overlay { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); transform: translate(-100%, 0); }
.h-mobile-menu { overflow-y: scroll; top: 0px; left: -20px; letter-spacing: 0.4px; background-color: #fff; padding: 40px; width: 100%; max-width: 460px; height: 100%; position: fixed; box-sizing: border-box; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; z-index: 110000; -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.5); }
.h-mobile-menu .logo { display: block; width: 125px; }
.h-mobile-menu .logo > img { height: auto; width: 100%; }
.h-mobile-menu .close-btn { margin: 0px; padding: 0px; display: block; position: absolute; right: 25px; top: 42px; width: 44px; height: 40px; }
.h-mobile-menu .close-btn:before,
.h-mobile-menu .close-btn:after { content: ''; position: absolute; width: 1px; height: 20px; right: 22px; top: 10px; background: #000; }
.h-mobile-menu .close-btn:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.h-mobile-menu .close-btn:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.h-mobile-menu .sub-section { margin-top: 20px; }
.h-mobile-menu .sub-section a { color: #727272; font-size: 11px; text-transform: uppercase; }
.h-mobile-menu .sub-section.highlighted a { color: #222231; font-size: 16px; font-weight: 600; }
.h-mobile-menu .sub-section.highlighted a.h-button { color: #FFFFFF; padding: 10px; }
.h-mobile-menu .sub-section.highlighted li:has(a.h-button) { margin-bottom: 10px; }
.h-mobile-menu .sub-section .sub-sep { margin-top: 6px; }
.h-mobile-menu .sub-search input[type="text"] { padding-left: 0; border: none; padding-bottom: 10px; border-bottom: 1px solid #000; width: 100%; padding: 12px 30px 11px 0px; outline: none; background: #fff; display: block; font-weight: 300; box-sizing: border-box; height: auto; line-height: 1.3em !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;}
.h-mobile-menu .sub-search input[type="text"]::placeholder { color: #c7c7c7; }
.h-mobile-menu .sub-search .icon-search-container { position: absolute; display: block; right: 0px; height: 100%; width: 30px; top: 0px; }
.h-mobile-menu .sub-search .icon-search-container > .icon { position: absolute; right: 0px; top: 13px; }
.h-mobile-menu a { color: #222231; }
.h-mobile-menu a:not(.icon-search-container):hover { color: #1ad1de }
.h-mobile-menu ul.sub-section li > a { display: block; padding: 4px 0px; line-height: 18px; } 
.h-mobile-menu .sub-section .f-copyright { font-size: 10px; color: #727272; display: flex; flex-flow: column; justify-content: center; min-height: 22px; }
.h-mobile-menu .social { margin-top: 20px; }
/* /mobile menu */

/* section home */
.h-section.hs-home { height: 100%; color: #fff; background-size: cover; background-position: center; background-repeat: no-repeat; }
.h-section.hs-home .h-section-overlay { background-color: rgba(0,0,0,0.4); top: 0px; left: 0px; width: 100%; height: 100%; position: absolute; z-index: 10; }
.h-section.hs-home .h-header { width: 100%; height: 60px; padding-top: 16px; margin-top: 10px; position: absolute; z-index: 40; box-sizing: border-box; }
.h-section.hs-home .h-header .h-burger { float: left; }
.h-section.hs-home .h-header .h-logo { float: left; height: 100%; margin-left: 10px; position: relative; }
.h-section.hs-home .h-header .h-logo > img { height: 56px; margin-top: -7px; }
.h-section.hs-home .h-header .hh-right { height: 100%; display: flex; justify-content: flex-end; }
.h-section.hs-home .h-header .hh-right .h-button { max-height: 44px; }
.h-section.hs-home .h-header .hh-right .h-login { flex-flow: column; justify-content: center; display: flex; }
.h-section.hs-home .h-header .hh-right .h-lang { flex-flow: column; justify-content: center; display: flex; }
.h-section.hs-home .h-header .hh-right .h-lang > img { height: 16px; }
.h-section.hs-home .h-header .hh-right > a:not(:first-child) { margin-left: 10px; }
.h-section.hs-home .h-titles { display: flex; flex-flow: column; justify-content: center; align-content: center; height: 100%; box-sizing: border-box; text-align: center; position: relative; z-index: 30; }
.h-section.hs-home .h-titles .h-title-wrapper { position: relative; }
.h-section.hs-home .h-titles .h-title-wrapper .h-titles-logo { display: none; height: 70px; width: 100%; position: absolute; top: -120px; left: 0px; text-align: center; }
.h-section.hs-home .h-titles .h-title-wrapper .h-titles-logo > img { height: 100%; }
.h-section.hs-home .h-titles h1 { font-weight: bold; text-transform: uppercase; }
.h-section.hs-home .h-next-section { bottom: 16px; left: calc(50% - 20px); z-index: 60; position: absolute; }
.h-section.hs-home .h-next-section:hover { bottom: 18px; }
.h-section.hs-home .hh-copyright { bottom: 4px; right: 6px; font-size: 11px; line-height: 11px; color: #fff; position: absolute; z-index: 80; font-weight: normal; }
@media (max-width: 767px) {
	.h-section.hs-home .h-titles { padding-left: 1%; padding-right: 1%; }
	.h-section.hs-home .h-titles .h-title-wrapper .h-titles-logo { display: block; }
	.h-section.hs-home .h-header { height: 50px; padding-top: 6px; }
	.h-section.hs-home .h-header .h-logo { display: none; }
	.h-section.hs-home .h-next-section { bottom: 90px; position: absolute; }
	.h-section.hs-home .h-next-section:hover { bottom: 92px; }
}
/* /section home */

/* section about */
.h-section.hs-about { background-color: #fff; }
.h-section.hs-about[data-has-toast="true"] { padding-top: 0px; }
.h-section.hs-about .hsa-infos { padding-top: 40px; clear: both; }
.h-section.hs-about .h-section-title { font-size: 44px; line-height: 44px; }
.about-card { width: 100%; color: #3A3A3A; position: relative; transition: all .2s ease; }
.about-card:hover { transition: all .2s ease; }
.about-card .ac-image { position: absolute; left: 0px; top: 0px; width: 180px; height: 180px; border: 2px solid #fff; background-size: cover; background-repeat: no-repeat; background-position: center; box-sizing: border-box; display: block; border-radius: 100px; transition: all .2s ease; z-index: 10; }
.about-card:hover .ac-image { transform: translateY(-1px); transition: all .2s ease; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); }
.about-card .ac-block { padding-left: 200px; min-height: 200px; margin-top: 10px; display: block; box-sizing: border-box; }
.about-card .ac-block .ac-blog-inner-link { color: #3A3A3A; }
.about-card .ac-title, .about-card .ac-title > span { font-size: 26px; line-height: 24px; font-weight: bold; /*text-transform: uppercase;*/ }
.about-card .ac-title > .t-in { font-weight: normal; display: block; }
.about-card .ac-text { margin-top: 10px; font-size: 14px; line-height: 15px; }
.about-card .ac-more { color: #1BD1DE; margin-top: 10px; font-size: 14px; display: inline-block; transition: all .2s ease; }
.about-card:hover .ac-more { display: inline-block; }
.about-card .ac-more:after { width: 0px; height: 1px; background: #1BD1DE; transition: width .2s; content: ''; display: block; }
.about-card:hover .ac-more:after { width: 100%; }
.about-card .ac-outside-more { color: #1BD1DE; margin-top: 10px; font-size: 14px; display: inline-block; transition: all .2s ease; }
.about-card .ac-outside-more:after { width: 0px; height: 1px; background: #1BD1DE; transition: width .2s; content: ''; display: block; }
.about-card .ac-outside-more:hover:after { width: 100%; }
@media (max-width: 767px) {
	.about-card .ac-image { width: 100px; height: 100px; }
	.about-card .ac-block { padding-left: 110px; min-height: 100px; }
	.h-section.hs-about .h-section-title { font-size: 24px; line-height: 24px; }
}
/* /section about */

/* home toast */
.htoast-container { background-color: #f5f9fc; margin-bottom: 60px; border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; }
body .htoast-container .col-toast { margin-top: 0px; margin-bottom: 0px; }
.htoast { color: #222231; display: block; }
.htoast .htoast-text-wrapper { text-align: center; padding: 20px 34px 20px 34px; }
.htoast .htoast-text-wrapper:after { right: 16px; top: 0px; height: 100%; width: 16px; background-image: url(../images/home/ico-arrow-thin-right-black.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: ""; display: block; position: absolute; transition: all .2s ease; }
.htoast .htoast-text-wrapper:hover:after { right: 10px; transition: all .2s ease; }
.htoast .htoast-text-wrapper, .htoast .htoast-text-wrapper .htoast-title, .htoast .htoast-text-wrapper .htoast-text { font-family: "Courier New", Courier, "Liberation Mono", monospace; font-size: 12px; line-height: 14px; letter-spacing: 0.1px; }
.htoast .htoast-text-wrapper .htoast-title { margin-bottom: 4px; font-weight: bold; display: block; }
.htoast .htoast-text-wrapper .htoast-sep { display: none; }
@media (max-width: 767px) {
	.htoast-container { margin-bottom: 40px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
    .htoast .htoast-text-wrapper { text-align: left; padding-left: 10px; padding-right: 46px; }
}
/* /home toast */

/* section watch */
.h-section.hs-watch .hs-gallery-titles { text-align: center; max-width: 700px; margin-left: auto; margin-right: auto; margin-bottom: 24px; }
.h-section.hs-watch .hs-gallery-titles .h-gallery-title { font-size: 34px; line-height: 34px; }
.h-section.hs-watch .hs-gallery-titles .h-gallery-subtitle { font-size: 20px; line-height: 20px; }
.h-section.hs-watch .hs-gallery-titles .h-gallery-description { font-size: 17px; line-height: 20px; letter-spacing: 0.7px; text-align: left; margin-top: 30px; margin-bottom: 40px; }
.h-section.hs-watch, .h-section.hs-watch .hs-gallery { background-color: #f5f9fc; }
.h-section.hs-watch .hs-gallery { position: relative; z-index: 1000; }
.h-section.hs-watch .h-albums { margin-top: 40px; }
/* /section watch */

/* section play */
.h-section.hs-play { background-color: #fff; }
.h-section.hs-play .h-contests-col { margin-bottom: 0px; }
.h-section.hs-play .h-contests-more { margin-bottom: 40px; text-align: center; }
.h-contest-card { width: 100%; height: 320px; color: #3A3A3A; margin-bottom: 60px; display: block; transition: all .2s ease; }
.h-contest-card .hc-image { width: 54%; height: 100%; float: left; background-color: #eee; position: relative; display: block; border-radius: 2px; transition: all .2s ease; }
.h-contest-card .hc-image:hover { filter: brightness(1.1); transition: all .2s ease; }
.h-contest-card .hc-image .hc-image-holder { width: 100%; height: 100%; display: block; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; }
.h-contest-card .hc-image .hc-copyright { bottom: -14px; right: 0px; font-size: 10px; line-height: 10px; color: #8898aa; position: absolute; display: block; }
.h-contest-card .hc-infos { width: 46%; height: 100%; float: left; padding: 20px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; display: block; box-sizing: border-box; }
.h-contest-cards .h-contest-card:nth-child(even) .hc-image { float: right; }
.h-contest-cards .h-contest-card:nth-child(even) .hc-infos { float: right; text-align: right; }
.h-contest-cards .h-contest-card:nth-child(even) .hc-image .hc-copyright { left: 0px; right: initial; }
.h-contest-card .hc-infos .hc-title { font-size: 24px; line-height: 24px; font-weight: bold; text-transform: uppercase; display: block; }
.h-contest-card .hc-infos .hc-baseline { margin-top: 10px; font-size: 18px; line-height: 18px; font-weight: normal; display: block; }
.h-contest-card .hc-infos .hc-partners { margin-top: 40px; display: block; }
.h-contest-card .hc-infos .hc-partners .hc-partners-title { font-size: 14px; line-height: 14px; }
.h-contest-card .hc-infos .hc-partners .hc-partners-wrapper { width: 100%; display: block; box-sizing: border-box; }
.h-contest-card .hc-infos .hc-partners .hc-partner { width: 80px; height: 50px; margin-top: 10px; border-radius: 1px; display: inline-block; box-sizing: border-box; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; transition: all .2s ease; }
.h-contest-card .hc-infos .hc-partners .hc-partner:hover { -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); transition: all .2s ease; }
.h-contest-card .hc-infos .hc-partners .hc-partners-wrapper .hc-partner:not(:last-child) { margin-right: 10px; }
.h-contest-card .hc-infos .hc-cta { margin-top: 40px; }
@media (max-width: 767px) {
	.h-contest-cards .h-contest-card .hc-image { float: left; width: 100%; height: 180px; }
	.h-contest-cards .h-contest-card .hc-image .hc-copyright { left: 0px; right: initial; }
	.h-contest-cards .h-contest-card .hc-infos { float: left; width: 100%; padding-top: 30px; height: initial; text-align: left; margin-bottom: 40px; }
	.h-contest-cards .h-contest-card .hc-infos .hc-partners { margin-top: 20px; }
	.h-contest-cards .h-contest-card .hc-infos .hc-cta { width: 100%; box-sizing: border-box; margin-top: 20px; text-align: center; }
}
/* /section play */

/* section learn */
.h-section.hs-learn {  }
.h-section.hs-learn.h-w-titles-image .h-section-titles-image { margin-bottom: 80px; }
.h-section.hs-learn .h-posts-more { margin-bottom: 40px; text-align: center; }
/* /section learn */

/* section buy */
.h-section.hs-buy { background-color: #fff; }
.h-section.hs-buy.h-w-titles-image .h-section-titles-image { margin-bottom: 80px; }
.h-section.hs-buy .h-shop-more { margin-bottom: 40px; text-align: center; }
.h-shop-title { width: 100%; text-align: center; display: block; }
.h-shop-title .hs-steps { font-size: 28px; font-weight: bold; }
.h-shop-title .hs-steps .hs-step { color: #3A3A3A; margin-right: 10px; }
.h-shop-title .hs-steps .hs-step .hs-step-dot { font-style: italic; }
.h-shop-title .hs-subtitle { font-size: 18px; margin-top: 10px; }
.h-shop-card { width: 100%; color: #3A3A3A; margin-bottom: 60px; display: block; transition: all .2s ease; }
.h-shop-card .hsc-image { width: 100%; color: #3A3A3A; float: left; position: relative; display: block; border-radius: 2px; transition: all .2s ease; }
.h-shop-card .hsc-image:hover { transition: all .2s ease; }
.h-shop-card .hsc-image .hsc-image-img { width: 100%; }
.h-shop-card .hsc-image .hsc-image-holder { width: 100%; height: 375px; display: block; background-color: #E2E2E2; background-size: contain; background-position: center; background-repeat: no-repeat; position: relative; }
.h-shop-card .hsc-image .hsc-copyrights { width: 100%; margin-top: 7px; display: block; }
.h-shop-card .hsc-image .hsc-copyrights .hsc-photo-title { font-size: 16px; line-height: 16px; font-weight: bold; display: block; }
.h-shop-card .hsc-image .hsc-copyrights .hsc-photo-copyright { font-size: 13px; line-height: 13px; margin-top: 4px; display: block; }
.h-shop-gallery { width: 100%; }
.h-shop-gallery .h-shop-gallery-image { width: 100%; min-height: 400px; display: block; background-size: contain; background-position: center top; background-repeat: no-repeat; position: relative; }
.h-shop-more { width: 100%; text-align: center; }
.h-section.hs-buy .h-albums .h-album { width: 25%; box-sizing: border-box; height: 240px; }
.h-section.hs-buy .h-albums .h-album .album-card .a-main-image { height: 170px; }
.h-section.hs-buy .h-albums .h-album .album-card-spots,
.h-section.hs-buy .h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { height: 60px; }
.h-section.hs-buy .h-albums .h-album:not(:first-child) { padding-left: 10px; }
.h-section.hs-buy .h-albums .h-album:not(:last-child) { padding-right: 10px; }
@media (max-width: 767px) {
	.h-shop-card .hsc-image { float: none; width: 100%; }
	.h-shop-card .hsc-image .hsc-image-holder { height: 280px; }
	.h-shop-card .hsc-image .hsc-copyright { left: 0px; right: initial; }
    .h-section.hs-buy .h-albums .h-album { width: 50%; height: 250px; }
    .h-section.hs-buy .h-albums .h-album .album-card .a-main-image { height: 170px; }
    .h-section.hs-buy .h-albums .h-album .album-card-spots,
    .h-section.hs-buy .h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { height: 60px; }
    .h-section.hs-buy .h-albums .h-album:nth-child(odd) { padding-right: 10px; padding-left: 0px; }
    .h-section.hs-buy .h-albums .h-album:nth-child(even) { padding-right: 0px; padding-left: 10px; }
}
/* /section buy */

/* section newsletter */
.h-section.hs-newsletter { background-color: #222231; }
.h-section.hs-newsletter .hs-newsletter-col { margin-bottom: 0px; }
.h-newsletter { color: #ffffff; line-height: 20px;}
.h-newsletter .title { color: #ffffff; font-family: "nimbus-sans", "arial", sans-serif; font-weight: 700; font-size: 22px; line-height: 1.36; text-transform: uppercase; display: block; margin-left: auto !important; margin-right: auto !important; width: fit-content; position: relative; }
.h-newsletter .title .under-abo { position: absolute; left: 0px; bottom: -14px; }
.h-newsletter .subtitle { font-family: "nimbus-sans", "arial", sans-serif; font-weight: 400;  font-size: 18px; line-height: 1.67; letter-spacing: 0.2px; margin-top: 15px; }
.h-newsletter .f-newsletter { box-sizing: border-box; min-height: 203px; /*max-width: 960px; margin-left: auto; margin-right: auto; */ background-color: #222231; padding: 60px; }
.f-newsletter input.wip-input { padding: 15px; width: 100%; max-width: 345px; margin-bottom: 0px; min-height: 25px;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
border: none; height: 45px; box-sizing: border-box; font-size: 13px; line-height: 1.15; letter-spacing: 0.4px; color: #525f7f;
text-transform: lowercase; }
.f-newsletter input.wip-input::-webkit-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input:-moz-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input::-moz-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input:-ms-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input::-ms-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter .f-newsletter-input .subs-cta { right: 10px; top: -1px; z-index: 10; display: block; width: 20px; box-sizing: border-box; text-align: right; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
.f-newsletter .f-newsletter-input .subs-cta:hover { right: 8px; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; }
.f-newsletter .f-newsletter-error { width: 100%; padding: 7px; }
.f-newsletter .f-newsletter-error .message { font-size: 14px !important; font-weight: 400 !important; }
.f-newsletter .f-newsletter-message { margin-top: 35px; text-transform: uppercase; }
.f-newsletter .f-newsletter-button { display: inline-block; }
@media (max-width: 600px) {
	.h-newsletter .subtitle { line-height: 23px; }
	.f-newsletter .f-newsletter-button { margin-top: 15px; }
}
/* /section newsletter */

/* section dream team */
.h-section.hs-dream-team { padding-top: 60px; }
.h-section.hs-dream-team .h-section-title { margin-bottom: 20px; text-transform: uppercase; }
.h-dream-team-card { width: 100%; color: #3A3A3A; margin-bottom: 60px; display: block; transition: all .2s ease; }
.h-dream-team-card .hsdt-image { width: 65%; padding-top: 20px; color: #3A3A3A; float: left; position: relative; display: block; border-radius: 2px; transition: all .2s ease; }
.h-dream-team-card .hsdt-image .hsdt-image-holder { width: 100%; padding-top: 100%; display: block; background-size: contain; background-position: center top; background-repeat: no-repeat; position: relative; }
.h-dream-team-card .hsdt-image .hsdt-image-img { width: 100%; }
.h-dream-team-card .hsdt-infos { width: 35%; height: 100%; float: left; text-align: center; padding: 40px 20px 20px 40px; position: relative; display: block; box-sizing: border-box; }
.h-dream-team-card .hsdt-infos .hsdt-text { font-size: 16px; line-height: 19px; text-align: justify; font-weight: normal; display: block; }
.h-dream-team-card .hsdt-infos .hsdt-cta { margin-top: 30px; }
@media (max-width: 767px) {
	.h-dream-team-card .hsdt-image { float: none; width: 100%; }
	.h-dream-team-card .hsdt-infos { float: none; width: 100%; padding: 30px 10px 10px 10px; height: initial; text-align: left; margin-bottom: 40px; }
	.h-dream-team-card .hsdt-infos .hsdt-text { margin-bottom: 20px; }
	.h-dream-team-card .hsdt-infos .hsdt-cta { width: 100%; box-sizing: border-box; margin-top: 10px; text-align: center; }
}
/* /section dream team */

/* sitemap */
.hs-sitemap { background-color: #fff; }
.hs-sitemap div.hssm-col { padding-left: 40px; padding-right: 40px; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; box-sizing: border-box; }
.hs-sitemap .hssm-col { border-left: 1px solid #eee; }
.hs-sitemap .hssm-title { font-size: 19px; line-height: 19px; font-weight: bold; color: #3A3A3A; margin-bottom: 30px; text-align: left; text-transform: uppercase; display: block; }
.hs-sitemap .hssm-link { font-size: 16px; font-weight: normal; color: #3A3A3A; padding-top: 10px; padding-bottom: 10px; padding-right: 6px; display: block; position: relative; }
.hs-sitemap .hssm-link:hover { color: #22deeb; }
.hs-sitemap .hssm-link:before { content: ""; display: block; position: absolute; height: 10px; width: 4px; right: -4px; top: 14px; background-image: url(../images/ico-chevron-right.svg); background-repeat: no-repeat; background-size: contain; transition: right 0.3s ease; }
.hs-sitemap .hssm-link:hover:before { right: -6px; }
@media (max-width: 767px) {
	.hs-sitemap div.hssm-col { padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px; padding-left: 10px; padding-right: 10px; }
	.hs-sitemap .hssm-title { margin-bottom: 10px; margin-top: 20px; }
	.hs-sitemap .hssm-link { text-align: left; font-size: 14px; line-height: 14px; padding-right: 26px; }
	.hs-sitemap .hssm-link:before { right: 18px; }
	.hs-sitemap .hssm-link:hover:before { right: 16px; }
}
/* /sitemap */

/* sticky */
.h-main-sticky-cta { position: fixed; bottom: 20px; right: 10px; z-index: 11100; }
.h-main-sticky-cta > .h-button { -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.h-main-sticky-cta.h-inside-page { bottom: 10px; }
@media (max-width: 767px) {
	.h-main-sticky-cta { right: 4px; }
	.h-main-sticky-cta.h-inside-page { bottom: 2px; }
	.h-main-sticky-cta > .h-button.h-see-more { padding: 12px 20px 12px 11px; font-size: 11px; }
	.h-main-sticky-cta > .h-button.h-see-more:after { right: 6px; width: 10px; }
	.h-main-sticky-cta > .h-button.h-see-more:hover:after { right: 4px; }
}
/* /sticky */
.h-main-sticky-cta, .cookie-toast { transition: bottom 0.3s ease; }

/* slide nav */
div#fp-nav { z-index: 999; }
div#fp-nav.fp-left { left: 0px; }
div#fp-nav ul li, .fp-slidesNav ul li { height: 18px; margin: 0px; width: 13px; }
div#fp-nav ul li a span, .fp-slidesNav ul li a span {  background-color: #1bd1de; }
div#fp-nav ul li a:before { top: -2px; left: 9px; width: 1px; height: 22px; background-color: #1bd1de; content: ""; display: block; position: absolute; }
#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { height: 3px; width: 3px; margin: 0px; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { background: #1bd1de; }
div#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 8px; height: 8px; margin: -5px 0px 0px -4px; }
div#fp-nav ul li a.active span:after { top: 3px; left: 3px; border-radius: 50px; width: 2px; height: 2px; background-color: #f5f9fc; content: ""; display: block; position: absolute; }
div#fp-nav ul li a.active span, div#fp-nav .fp-slidesNav ul li a.active span, div#fp-nav ul li:hover a.active span, div#fp-nav .fp-slidesNav ul li:hover a.active span { border-radius: 50%; height: 8px; width: 8px; margin: -4px 0 0 -4px; }
#fp-nav ul li a, .fp-slidesNav ul li a { padding-right: 6px; }
#fp-nav ul li div.fp-tooltip { color: #3A3A3A; top: 3px; }
#fp-nav.fp-show-active ul li:first-child a.active + .fp-tooltip { opacity: 0; }
#fp-nav ul li:first-child a.active span, .fp-slidesNav ul li:first-child a.active span, #fp-nav ul li:first-child:hover a.active span { height: 8px; width: 8px; margin: -6px 0 0 -4px; }
#fp-nav.fp-show-active ul li:hover:first-child a.active + .fp-tooltip { opacity: 1; }
#fp-nav.fp-show-active a.active + .fp-tooltip { opacity: 0; }
#fp-nav.fp-show-active ul li:hover a.active + .fp-tooltip { opacity: 1; }
#fp-nav .fp-sr-only { display: none; }
div#fp-nav {
    transition: left 0.6s ease;
}
body.fp-viewing-home div#fp-nav {
    left: -100px; transition: left 0.6s ease;
}
@media (max-width: 991px) {
  #fp-nav { display: none; }
}