html, body { height: 100%; }

body { background-color: #222231; margin: 0px; }
body, body a, .landing .cc-window { color: #3f3e42; font-family: Helvetica, Arial, sans-serif; letter-spacing: 0.5px; }
body ul { list-style: none; padding: 0px; margin: 0px; }
body ul li { display: inline-block; }
body a { color: #e3005d; text-decoration: none; }
body a:hover { text-decoration: underline; }
body h1 { font-size: 64px; font-weight: 700; margin: 0px; }
body h2 { font-size: 30px; margin: 0px; }
body h3 { font-size: 26px; margin: 0px; }
body h4 { font-size: 18px; margin: 0px; }
body h5 { font-size: 14px; margin: 0px; }
body p { font-size: 16px; margin: 0px; }
body h2 { font-weight: 700; }
body h3, body h4 { font-weight: 400; }
body p { font-weight: 300; }
@media (max-width: 767px) {
    body h1 { font-size: 34px; }
    body h2 { font-size: 26px; }
    body h3 { font-size: 18px; }
    body p { font-size: 14px; }
}
body h1, body h2 { font-family: Helvetica, Arial, sans-serif; }
.landing .section.contest h2.section-title { font-family: Helvetica, Arial, sans-serif; font-size: 34px; }
.wip-cpa h2, .wip-cpa .wipcp-main h2 { font-family: Helvetica, Arial, sans-serif; }

/* global container */
.landing .global-container { width: 100%; height: 100%; padding-top: 0px; box-sizing: border-box; }
@media (max-width: 991px) {
  .landing .global-container { padding-left: 0px; padding-top: 0px; }
}

/* header */
.landing header { height: 10px; position: fixed; z-index: 1000; width: 100%; left: 0px; top: 0px; min-height: 100px; background-color: transparent; background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(33, 33, 33, 0)); }
.landing header.reduced { /*height: 40px; */ }
.landing header .logo { display: block; box-sizing: border-box; position: absolute; left: 0px; top: 10px; padding: 0px 10px; }
.landing header .logo > img { width: 100%; }
.landing header .logo.full { width: 160px; }
.landing header .logo.small { top: 5px; width: 50px; height: 35px; }
.landing header .logo.small .logo-black { display: none; }

 
.landing header .partner-logo { display: block; box-sizing: border-box; position: absolute; right: 0px; top: 10px; padding: 0px 10px; }
.landing header .partner-logo > img { width: 100%; }
.landing header .partner-logo.full { width: 160px; }

@media (max-width: 767px) {
  .landing header .logo.small.white-background .logo-white { display: none; }
  .landing header .logo.small.white-background .logo-black { display: block; }
  .landing header .logo.full { width: 120px; }
}
/* header animations */
.landing header .logo.full { transform: translateY(0px); }
.landing header .logo.small { transform: translateY(-200px); }
.landing header.reduced .logo.full { transform: translateY(-200px); }
.landing header.reduced .logo.small { transform: translateY(0px); }
.landing header, .landing header .logo, .landing header.reduced .logo { transition: all 0.8s ease; }

/* mobile navigation */
.landing .mobile-menu { height: 60px; z-index: 500; padding-top: 20px; display: block; position: fixed; top: 0px; right: 0px; width: 60px; box-sizing: border-box; }
.landing .mobile-menu .menu-toggle { width: 40px; height: 40px; margin-right: 10px; display: block; float: right; position: relative; box-sizing: border-box; }
.landing .mobile-menu.reduced { transform: translateY(-20px); }
.landing .mobile-menu, .landing .mobile-menu.reduced { -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; transition: all 0.1s ease; }
.landing .mobile-menu .menu-toggle .icon { display: block; position: absolute; width: 18px; height: 12px; left: 11px; top: 13px; }
.landing .mobile-menu .menu-toggle .icon span { display: block; width: 100%; position: absolute; height: 2px; background: #e3005d; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; }
.landing .mobile-menu .menu-toggle .icon span + span { margin-top: 5px; width: 18px; margin-left: 0px; }
.landing .mobile-menu .menu-toggle .icon span + span + span { margin-top: 10px; width: 100%; margin-left: 0px; }
.landing .mobile-menu .menu-toggle.active .icon span:first-child { top: 5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.landing .mobile-menu .menu-toggle.active .icon span:first-child + span { opacity: 0; filter: alpha(opacity=0); }
.landing .mobile-menu .menu-toggle.active .icon span:first-child + span + span { top: -5px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.landing .mobile-navigation { position: fixed; overflow-y: auto; height: 100%; width: 100%; max-width: 500px; top: 0px; left: 0px; padding-bottom: 24px; background: #fff; -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); transform: translate(-100%, 0); -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; z-index: 9999; }
.landing .mobile-navigation.visible { display: block; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -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); }
.landing .mobile-navigation .top { background-color: #e3005d; color: #fff; width: 100%; padding: 60px 24px 0px 24px; box-sizing: border-box; }
.landing .mobile-navigation .top .close-mobile-menu { position: absolute; top: 24px; right: 16px; color: #fff; display: block; height: 31px; width: 31px; }
.landing .mobile-navigation .top .close-mobile-menu .icon { display: block; position: absolute; width: 18px; height: 12px; left: 7px; top: 10px; }
.landing .mobile-navigation .top .close-mobile-menu .icon span { display: block; width: 100%; position: absolute; height: 2px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; }
.landing .mobile-navigation .top .close-mobile-menu .icon span + span { margin-top: 5px; width: 12px; margin-left: 1px; }
.landing .mobile-navigation .top .close-mobile-menu .icon span + span + span { margin-top: 10px; width: 100%; margin-left: 0px; }
.landing .mobile-navigation .top .close-mobile-menu .icon span:first-child { top: 5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.landing .mobile-navigation .top .close-mobile-menu .icon span:first-child + span { opacity: 0; filter: alpha(opacity=0); }
.landing .mobile-navigation .top .close-mobile-menu .icon span:first-child + span + span { top: -5px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.landing .mobile-navigation .top .title .main-logo { height: 32px; margin-bottom: 15px; }
.landing .mobile-navigation .top .title .mobile-title { font-size: 24px; font-weight: 700; border-left: 8px solid #fff; padding-left: 10px; display: block; }
.landing .mobile-navigation .top .title .mobile-title .title { display: block; }
.landing .mobile-navigation .top .title .mobile-title .sub-title { display: block; font-size: 20px; }
.landing .mobile-navigation .top .title .mobile-title .subsub-title { display: block; font-size: 16px; margin-bottom: 6px; font-style: italic; }
.landing .mobile-navigation .top .menu .item { font-size: 15px; font-weight: 700; padding: 10px 10px; display: block; }
.landing .mobile-navigation .top .menu.languages { height: 52px; margin-top: 40px; }
.landing .mobile-navigation .top .menu.languages li { margin-right: 14px; }
.landing .mobile-navigation .top .menu.languages .item { color: #fff; padding: 10px 0px 10px 4px; display: block; }
.landing .mobile-navigation .top .menu.languages .item > span { width: 28px; display: block; text-align: center; }
.landing .mobile-navigation .top .menu.languages .item:hover { text-decoration: none; }
.landing .mobile-navigation .top .menu.languages .item.active::after, .landing .mobile-navigation .top .menu.languages .item:hover::after { height: 10px; width: 2px; background-color: #fff; display: block; position: absolute; content: ""; margin-top: 10px; margin-left: 13px; }
.landing .mobile-navigation .middle,
.landing .mobile-navigation .bottom { padding-left: 24px; padding-right: 24px; box-sizing: border-box; }
.landing .mobile-navigation .middle .menu { margin-top: 60px; }
.landing .mobile-navigation .middle .menu li { display: block; width: 100%; }
.landing .mobile-navigation .middle .menu li .item { color: #8A8A8A; font-weight: 700; font-size: 18px; width: 100%; padding: 6px 0px 6px 0px; display: block; }
.landing .mobile-navigation .middle .menu li .item.active { color: #3f3e42; }
.landing .mobile-navigation .bottom { margin-top: 75px; display: block; }
.landing .mobile-navigation .bottom h4 { color: #8A8A8A; margin-bottom: 8px; font-weight: 700; font-size: 14px; }
.landing .mobile-navigation .bottom .sharer { position: relative; top: 0px; bottom: initial; width: 100%; }
.landing .mobile-navigation .bottom .sharer > a { font-size: 14px; color: #394d68; width: 36px; height: 36px; padding: 10px 10px; border: 1px solid #8A8A8A; margin-left: auto; margin-right: auto; text-align: center; display: inline-block; box-sizing: border-box; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }
.landing .mobile-navigation .bottom .sharer > a:hover { color: #e3005d; text-decoration: none; }
.landing .mobile-navigation .bottom .sharer > a.fa-twitter:before { margin-left: 0px; }
.landing .mobile-navigation .bottom .sharer > a.fa-linkedin-in:before { margin-left: 0px; }

/* sections */
.landing .global-section-wrapper { padding-top: 65px; padding-bottom: 65px; }
.landing .section-title { font-size: 28px; margin-bottom: 35px; }
.landing .section hr { margin-top: 60px; margin-bottom: 60px; border-top: 1px solid #61758f; border-bottom: none; border-left: none; border-right: none; }
.landing .section .sub-links { position: relative; }
.landing .section .sub-links .item { font-size: 12px; font-weight: 700; position: relative; }
.landing .section .sub-links .item:not(:first-child) { margin-left: 10px; }
.landing .section .sub-links .item:not(:last-child) { margin-right: 10px; }
.landing .section .sub-links .item:not(:first-child)::before { height: 100%; width: 1px; left: -13px; background-color: #4F4F4F; display: block; position: absolute; content: ""; }

/* section home */
.landing .section.home .container { position: relative; max-width: 1000px; }
.landing .section.home .top-home-wrapper { padding-bottom: 100px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.landing .section.home .top-home-wrapper > .overlay { background: #000; opacity: 0.2; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.landing .section.home .top-home-wrapper > .photo-story { bottom: 10px; left: 10px; color: #fff; position: absolute; }
.landing .section.home .top-home-wrapper > .photo-story > p {  font-size: 10px; }
.landing .section.home .title { padding-bottom: 110px; padding-top: 30px; }
.landing .section.home .title img { height: 54px; margin-bottom: 60px; display: block; }
.landing .section.home .title h1 { border-left: 16px solid #e3005d; padding: 0px 22px 0px 22px; font-size: 48px; line-height: 68px; display: inline-block; color: #fff; }
.landing .section.home .title h1 .top-title { font-size: 30px; line-height: 30px; padding-bottom: 10px; padding-top: 10px; display: block; }
.landing .section.home .title h1 .sub-title { display: block; line-height: 64px; margin-top: 10px; font-size: 30px; font-weight: 400; }
.landing .section.home .title h1 .contest-name { line-height: 38px; padding-top: 12px; font-size: 84px; margin-top: 12px; display: block; }
.landing .section.home .infos-block { color: #000; right: 0px; bottom: -130px; width: 360px; height: 260px; z-index: 10; background-color: #ECEFF1; padding: 30px; box-sizing: border-box; position: absolute; }
.landing .section.home .infos-block > h2 { display: none; }
.landing .section.home .infos-block h2 { font-size: 19px; font-weight: 700; }
.landing .section.home .infos-block h3 { font-size: 14px; font-weight: 400; line-height: 20px; margin-top: 7px; }
.landing .section.home .infos-block .dates { color: #000; margin-top: 5px; display: block; font-size: 14px; font-weight: bold; }
.landing .section.home .infos-block .button { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.landing .section.home .main-image { height: 700px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.landing .section.home .main-image .overlay { background: #000; opacity: 0.2; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.landing .section.home .main-image .infos-overlay { position: absolute; width: 100%; bottom: 60px; z-index: 5; }
.landing .section.home .main-image .infos-overlay h3 { font-size: 24px; font-weight: 400; color: #fff; }
.landing .section.home .main-image .infos-overlay .powered-by { font-size: 12px; font-weight: 300; margin-top: 10px; }
.landing .section.home .main-image .infos-overlay .powered-by img { height: 40px; vertical-align: middle; }
.landing .section.home .main-image .copyright { font-size: 10px; font-weight: 300; position: absolute; text-align: right; width: 100%; bottom: 15px; z-index: 5; }
.landing .section.home .main-image .photo-story { bottom: 16px; left: 0px; position: absolute; width: 100%; }
.landing .section.home .main-image .photo-story p { font-size: 10px; line-height: 12px; float: right; width: 270px; padding: 10px 16px;  background-color: #fff; color: #787878; }
@media (max-width: 767px) {
  .landing .section.home .main-image .infos-overlay h3 { text-align: center; }
  .landing .section.home .title h1 { padding-bottom: 10px; }
  .landing .section.home .title h1 .top-title { font-size: 22px; }
  .landing .section.home .title h1 .sub-title { font-size: 22px; line-height: 30px; }
  .landing .section.home .title h1 .contest-name { font-size: 54px; padding-top: 0px; }
}
@media (max-width: 991px) {
  .landing .section.home .title { padding-bottom: 40px; text-align: center; }
  .landing .section.home .title img { margin-bottom: 40px; }
  .landing .section.home .title h1 { font-size: 38px; width: 100%; text-align: left; box-sizing: border-box; }
  .landing .section.home .full-infos-block .infos-block { bottom: initial; width: 100%; margin-top: 40px; position: relative; }
  .landing .section.home .main-image .infos-overlay { top: 20px; bottom: initial; }
  .landing .section.home .main-image .photo-story { bottom: 14px; left: 0px; position: absolute; width: 100%; }
  .landing .section.home .main-image .photo-story p { width: 80%; float: none; margin-left: auto; margin-right: auto; }
}
@media (max-width: 1199px) {
  .landing .section.home .infos-block { bottom: -186px; }
}

/* section contest */
.landing .section.contest { background-color: #fff; }
.landing .section.contest .map { width: 100%; }
.landing .section.contest p { margin-bottom: 20px; line-height: 22px; }
.landing .section.contest .global-section-wrapper { padding-top: 145px; padding-bottom: 145px; }
@media (max-width: 991px) {
  .landing .section.contest .global-section-wrapper { padding-top: 72px; padding-bottom: 102px; }
}

/* section slider */
.landing .section.slider { background-color: #61758f; }
.landing .section.slider .section-title { color: #fff; position: absolute; top: 20px; left: 0px; padding-left: 20px; width: 100%; z-index: 100; box-sizing: border-box; }
.landing .section.slider .fp-tableCell { padding-top: 0px; }
.landing .section.slider .slider-wrapper { height: 700px; position: relative; }
.landing .section.slider .slider-wrapper .slick-slider, .landing .section.slider .slider-wrapper .slick-slider .slick-list, .landing .section.slider .slider-wrapper .slick-slider .slick-track { height: 100%; }
.landing .section.slider .slider-wrapper .slider-wrapper-image { height: 100%; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }
.landing .section.slider .slider-wrapper .slider-wrapper-image .bk-copyright { width: 320px; bottom: 10px; right: 10px; font-size: 10px; color: #fff; position: absolute; padding: 10px 14px; text-align: left; background-color: #37404f; }
.landing .section.slider .slider-wrapper .photo-slider-control { width: 42px; height: 42px; background-color: #37414f; top: 49%; z-index: 100; display: inline-block; position: absolute; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }
.landing .section.slider .slider-wrapper .photo-slider-control:hover { background-color: #61758f; }
.landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-prev { left: 10px; }
.landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-next { right: 10px; }
.landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-next:after, .landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-prev:after { content: ""; display: block; position: absolute; height: 9px; width: 16px; right: 13px; top: 17px; background-image: url('../img/ico-arrow-thin.svg'); background-repeat: no-repeat; background-size: contain; }
.landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-next:hover:after, .landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-prev:hover:after { background-image: url('../img/ico-arrow-thin.svg'); }
.landing .section.slider .slider-wrapper .photo-slider-control.photo-slider-prev:after { transform: rotate(-180deg); }
@media (max-width: 991px) {
  .landing .section.slider .slider-wrapper .slider-wrapper-image .bk-copyright { width: 98%; box-sizing: border-box; left: 1%; right: 1%; }
}

/* section participate */
.landing .section.participate h1 { color: #fff; text-align: center; margin-bottom: 40px; }
.landing .section.participate .main-container { margin-top: 160px; }
.landing .section.participate .section-overlay { filter: blur(8px); -webkit-filter: blur(8px); width: 100%; height: 100%; position: absolute; top: 0px; background-image: url('../img/background-home.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.landing .section.participate { box-sizing: border-box; min-height: 460px; height: 100%; }
.landing .section.participate .participate-zone { margin-top: 0px; text-align: center; }
.landing .section.participate .title-cta { float: right; }
@media (max-width: 374px) {
  .landing .section.participate { min-height: 380px; }
}
@media (max-width: 991px) {
  .landing .section.participate .title-cta { float: none; width: 100%; }
}

/* section prizes */
.landing .section.prizes { background-color: #f5fbff; }
.landing .section.prizes .title-link { font-size: 12px; font-weight: 700; line-height: 34px; float: right; }
.landing .prize-card .prize-visual { height: 200px; margin-bottom: 16px; background-color: #fff; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.landing .prize-card .prize-visual .prize-pastille { right: 6px; bottom: 6px; padding: 4px 8px; background-color: rgba(55, 63, 79, 0.8); color: #fff; font-size: 12px; position: absolute; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.landing .prize-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.landing .prize-card p { font-size: 12px; }

/* jury */
.landing .section.jury { background-color: #fff; }
.landing .jury-card { /*min-height: 320px;*/ background-color: #f5fbff; padding: 20px; margin-bottom: 10px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.landing .jury-card .top { position: relative; min-height: 80px; }
.landing .jury-card .top .visual { height: 80px; width: 80px; position: absolute; left: 0px; top: 0px; background-color: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.landing .jury-card .top .titles { padding-top: 20px; width: 100%; padding-left: 95px; box-sizing: border-box; }
.landing .jury-card h4 { font-size: 16px; font-weight: 700; }
.landing .jury-card h5 { font-weight: 400; }
.landing .jury-card p { font-size: 11px; margin-top: 10px; height: 302px; overflow-y: auto; }
.landing .jury-card .next-text { text-align: center; }

/* section news */
.landing .section.news { background-color: #f5fbff; }
.landing .section.news .section-title { margin-bottom: 15px; min-height: 31px; }
.landing .section.news .section-title.twitter { font-size: 18px; }
.landing .news-card { background-color: #fff; color: #000; }
.landing .news-card .visual { height: 210px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.landing .news-card .visual .copyright { color: #fff; font-size: 7px; bottom: 2px; right: 2px; position: absolute; text-align: right; box-sizing: border-box; width: 100%; }
.landing .news-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; padding: 30px 20px 10px 20px; }
.landing .news-card p, .landing .news-card a { font-size: 12px; }
.landing .news-card p { color: #787878; padding: 0px 20px 10px 20px; }
.landing .news-card a { font-weight: 700; padding: 0px 15px 40px 20px; display: inline-block; }
.landing .end-link { margin-top: 15px; }
@media (max-width: 767px) {
  .landing .news-card .visual { height: 300px; }
}

/* about */
.landing .section.about { background-color: #fff; }
.landing .section.about p { font-size: 11px; }
.landing .section.about h5 { margin-top: 15px; margin-bottom: 5px; }
.landing .section.about .about-image { width: 100%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

/* popin */
.landing .l-popin { background-color: rgba(0,0,0,0.85); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 5000; box-sizing: border-box; }
.landing .l-popin .lp-main { background-color: #fff; margin-top: 40px; width: 80%; height: 90%; position: relative; margin-left: auto; margin-right: auto; box-sizing: border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -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); }
.landing .l-popin .lp-main .lp-close { right: 8px; top: 10px; font-size: 14px; position: absolute; }
.landing .l-popin .lp-main .lp-content { padding: 38px 8px 8px 8px; display: block; height: 100%; width: 100%; box-sizing: border-box; }
.landing .l-popin .lp-main .lp-content > iframe { width: 100%; height: 100%; border: none; box-sizing: border-box; }
@media (max-width: 767px) {
  .landing .l-popin .lp-main { width: 98%; height: 92%; margin-top: 20px; }
  .landing .l-popin .lp-main .lp-close { font-size: 16px; padding: 10px; top: 0px; }
}

/* widget-participate */
.landing .wip-wpa-submenu.wip-cpa-logged-submenu { z-index: 200; }
@media (max-width: 991px) {
  .landing .wip-widget .wip-header .wip-main-nav { margin-top: 30px; margin-bottom: 34px; font-size: 14px; }
  .landing .wip-widget .wip-header .wip-main-nav li:not(:last-child) { margin-right: 16px; }
}

/* widget-photos */
.wip-widget a:hover, .wip-widget .wip-header .wip-main-nav li.active a, .wip-widget .wip-checkbox[type="checkbox"]:checked+label, .wip-widget .wip-checkbox[type="checkbox"]:checked+label > a {
  text-decoration: none;
}

/* footer */
.landing footer { font-size: 11px; font-weight: 700; background-color: #222231; color: #fff; }
.landing footer .row { padding-top: 15px; padding-bottom: 5px; }
.landing footer a { color: #fff; }
.landing footer a, .landing footer span, .landing footer img { vertical-align: middle; }
.landing footer .row .small-logo-part { margin-top: 6px; }
.landing footer .brand-logo { height: 14px; margin-top: 0px; }
.landing footer .copyright { margin-left: 30px; position: relative; }
.landing footer .copyright::before { height: 100%; width: 1px; left: -15px; top: 0px; background-color: #4F4F4F; display: block; position: absolute; content: ""; }
.landing footer .element { margin-left: 15px; }
.landing footer .powered-by-block { float: right; }
.landing footer .powered-by-block .wipplay-logo { height: 30px; display: inline-block; }
.landing footer .powered-by-block .wipplay-logo > img { height: 100%; }
.landing footer .powered-by-block .text { margin-right: 10px; }
@media (max-width: 767px) {
  .landing footer .row .small-logo-part { text-align: center; margin-top: 14px; }
  .landing footer .powered-by-block { float: none; text-align: center; width: 100%; display: block; margin-top: 20px; margin-bottom: 10px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing footer .row .small-logo-part { text-align: center; margin-top: 14px; }
  .landing footer .powered-by-block { float: none; text-align: center; width: 100%; display: block; margin-top: 6px; margin-bottom: 10px; }
}

/* slide nav */
#fp-nav.fp-left { left: 8px; }
#fp-nav ul li, .fp-slidesNav ul li { margin: 0px; }
#fp-nav ul li a span, .fp-slidesNav ul li a span {  background-color: transparent; }
#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; border: 1px solid #394d68; 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-color: #394d68; }
#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 { border-radius: 50%; }
#fp-nav ul li a, .fp-slidesNav ul li a { padding-right: 6px; }
#fp-nav ul li .fp-tooltip { background-color: #394d68; color: #fff; font-size: 10px; padding: 5px 10px; font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; transition: none !important; }
#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; }
#fp-nav ul li:last-child { display: none; } /* remove manualy last navigation dot (footer) */
@media (max-width: 991px) {
  #fp-nav { display: none; }
}


/* sharer */
.landing .sharer { position: fixed; left: 0px; bottom: 30px; width: 44px; }
.landing .sharer > a { color: #394d68; width: 30px; padding: 8px 10px; margin-left: auto; margin-right: auto; text-align: center; display: block; box-sizing: border-box; }
.landing .sharer > a:hover { color: #e3005d; text-decoration: none; }
.landing .sharer > a.fa-twitter:before { margin-left: -3px; }
.landing .sharer > a.fa-linkedin-in:before { margin-left: -2px; }

/* twitter */
.landing .twitter-wrapper { background-color: #fff; }

/* instagram */
.landing .instagram-wrapper { background-color: transparent; height: 375px; margin-bottom: 16px; overflow: scroll; }
.landing .instagram-wrapper .instagram_gallery { width: 100%; }
.landing .instagram-wrapper .instagram_gallery .instagram-image,
.landing .instagram-wrapper .instagram_gallery .instagram-sidecar,
.landing .instagram-wrapper .instagram_gallery .instagram-video { width: 50%; margin: 0px; padding: 0px 2px; display: block; float: left; box-sizing: border-box; }
.landing .instagram-wrapper .instagram_gallery .instagram-image > img,
.landing .instagram-wrapper .instagram_gallery .instagram-sidecar > img,
.landing .instagram-wrapper .instagram_gallery .instagram-video > img { width: 100%; }

/* commons */
.landing .cleaner { clear: both; }
.landing .button { line-height: 9px; font-size: 14px; font-weight: 700; padding: 18px 26px 18px 26px; box-sizing: border-box; height: 44px; background-color: #e3005d; color: #fff; display: inline-block; position: relative; text-align: center; text-transform: uppercase; }
.landing .button:hover { background-color: #ec2d7b; color: #fff; text-decoration: none; }
.landing .button.big { font-size: 22px; padding: 28px 32px 36px 32px; }
.landing a.see-more { position: relative; font-size: 12px; font-weight: 700; padding-right: 15px; display: inline-block; }
.landing a.see-more:before { content: ""; display: block; position: absolute; height: 10px; width: 4px; right: 3px; top: 2px; background-image: url('../img/ico-chevron-right-pink.svg'); background-repeat: no-repeat; background-size: contain; }

/* containers */
.container { width: 80%; margin-left: auto; margin-right: auto; }
.container-full { width: 100%; margin-left: 0px; margin-right: 0px; }
@media (max-width: 767px) {
    .container { width: 94%; }
}
@media (min-width: 1439px) {
    .container { width: 70%; }
}
@media (min-width: 1939px) {
    .container { width: 55%; }
}

/* layout */
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.row:after { clear: both; }
.row .col-no-padding { padding-left: 0px !important; padding-right: 0px !important; }
.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; margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.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; }
}

/* cookie consent */
.landing .cc-window { background-color: #fff; color: #000; -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); -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.landing .cc-window .cc-compliance { background-color: #fff; color: #000; }
.landing .cc-window .cc-compliance .cc-btn { color: #fff; background-color: #e3005d; border: none; }
.landing .cc-window .cc-compliance .cc-btn:hover { border: none; background-color: #ec2d7b; text-decoration: none; }