@charset "utf-8";


@font-face {
  font-family: 'NeutrTexGreBoo';
  src: url('../fonts/NeutrTexGreBoo.eot');
  src: local('☺'), url('../fonts/NeutrTexGreBoo.woff') format('woff'), url('../fonts/NeutrTexGreBoo.ttf') format('truetype'), url('../fonts/NeutrTexGreBoo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrTexGreDem';
  src: url('../fonts/NeutrTexGreDem.eot');
  src: local('☺'), url('../fonts/NeutrTexGreDem.woff') format('woff'), url('../fonts/NeutrTexGreDem.ttf') format('truetype'), url('../fonts/NeutrTexGreDem.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NeutrTexGreLight';
  src: url('../fonts/NeutrTexGreLig.eot');
  src: local('☺'), url('../fonts/NeutrTexGreLig.woff') format('woff'), url('../fonts/NeutrTexGreLig.ttf') format('truetype'), url('../fonts/NeutrTexGreLig.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'NeutrafaceTwoTextGreek-Bold';
    src: url('../fonts/NeutrafaceTwoTextGreek-Bold.eot');
    src: local('☺'), url('../fonts/NeutrafaceTwoTextGreek-Bold.woff') format('woff'), url('../fonts/NeutrafaceTwoTextGreek-Bold.ttf') format('truetype'), url('../fonts/NeutrafaceTwoTextGreek-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,body{
  margin:0px;
  padding:0px;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased !important;
  background: #eeedeb;
}



img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}






body {
  font-family: 'NeutrTexGreBoo';
  color: #000;
  font-size:16px;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  position:relative;
  padding:0px;
  position:relative;
  
  margin: 0 auto;
}

body.locked{
  overflow: hidden;
}


a {
  text-decoration: none;
  outline: none;
  color: inherit;
  font-family: inherit;
}



.clear {
  clear: both;
}

ul, li, ol,.menu-item,.form-item, .form-actions {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

p{
  margin: 0px;
  padding: 0px;
  line-height: inherit;
}

#wrapper {
  position: relative;
  padding: 0px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

a{
  color: inherit;
  font-size: inherit;
}

* {
    line-height:normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mob{
  display:none;
}

input{
  outline: none;
}

strong{
  font-weight: normal;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}


.path-frontpage #block-ogeneric-page-title{
  display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.layout-container {
    margin: 0;
}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */






.gen-button{
  width: auto;
  height: 54px;
  border: 1px solid #C7BCA9;
  display: inline-block;
  margin: 0 auto;
  line-height: 54px;
  font-size: 16px;
  color: #264034;
  position: relative;
  font-family: 'NeutrTexGreDem';
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

.gen-button.white{
  color: #273f34;
  border-color: #eeedeb;
}


.gen-button.max{
  min-width: 280px;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}


.gen-button::before{
  content: "";
  background: #C7BCA9;
  position: absolute;
  top: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 16px);
  z-index: -1;
}

.gen-button.white::before{
  background: #eeedeb;
}

.gen-button.green{
  color: #fff;
  border-color: #00564F;
}

.gen-button.green::before{
  background-color: #00564F;
}

.gen-button.green2{
  color: #e5ddd2;
  border-color: #273f34;
}

.gen-button.green2::before{
  background-color: #273f34;
}



@media screen and (min-width: 960px) {

  .gen-button::before{
    transition: all 200ms;
  }
  .gen-button:hover::before{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .page .gen-text.text-justify{
    text-align: justify;
  }
}

.gen-button span{
  position: relative;
  z-index: 2;
}




.gen-button-min{
  width: 185px;
  height: 54px;
  display: block;
  margin: 0 auto;
  line-height: 54px;
  font-size: 16px;
  color: #00564F;
  position: relative;
  background:#C7BCA9;
  font-family: 'NeutrTexGreDem';
  text-align: center;
}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */







header{
  background: #273f34;
  min-height: 174px;
  position: relative;
  z-index: 100;
  padding: 0 220px;
}

header .site-name{
  display: none;
}


header::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 220px;
  width: calc(100% - 440px);
  height: 1px;
  background: #c7bca9;
}

#block-ogeneric-branding{
  position: absolute;
  left: 62px;
  top: 50%;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#block-ogeneric-branding img{
  width: 100%;
  max-width: 124px;
  display: block;
}

#block-ogeneric-branding .site-logo{
  display: block;
  position: relative;
}



#block-ogeneric-main-menu{
  position: absolute;
  right: 65px;
  top: 50%;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#block-ogeneric-main-menu h2{
  position: relative !important;
  width: 38px !important;
  height: 25px !important;
  background: url("../images/icon-burger-menu.png") no-repeat center center !important;
  background-size: contain !important;
  display: block !important;
  font-size: 0px !important;
}


#block-ogeneric-account-menu{
  position: absolute;
  right: 143px;
  top: 50%;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#block-ogeneric-account-menu h2{
  position: relative !important;
  width: 38px !important;
  height: 39px !important;
  background: url("../images/icon-user.png") no-repeat center center !important;
  background-size: contain !important;
  display: block !important;
  font-size: 0px !important;
}


#block-ogeneric-main-menu > ul,
#block-ogeneric-account-menu > ul{
  position: absolute;
  right: 0px;
  top: 100%;
  padding: 30px 0 0 0;
  z-index: 20;
  display: none;
}

@media screen and (min-width: 960px) {
  #block-ogeneric-main-menu:hover > ul,
  #block-ogeneric-account-menu:hover > ul{
    display: block;
  }
}

@media screen and (max-width: 959px) {
  #block-ogeneric-main-menu.active > ul,
  #block-ogeneric-account-menu.active > ul{
    display: block;
  }
}


#block-ogeneric-main-menu > ul::after,
#block-ogeneric-account-menu > ul::after {
  bottom: calc(100% - 30px);
  right: 0px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(222, 221, 216, 0);
  border-bottom-color: #deddd8;
  border-width: 20px;
  margin-left: -20px;
}


#block-ogeneric-main-menu > ul li,
#block-ogeneric-account-menu > ul li{
  background: #deddd8;
  padding: 0px 20px;
  margin: -1px 0 0 0;
}

#block-ogeneric-main-menu > ul li:first-child,
#block-ogeneric-account-menu > ul li:first-child{
  padding-top: 15px;
}

#block-ogeneric-main-menu > ul li:last-child,
#block-ogeneric-account-menu > ul li:last-child{
  padding-bottom: 15px;
}

#block-ogeneric-main-menu > ul li a,
#block-ogeneric-account-menu > ul li a{
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  color: #273f34;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 160%;
  white-space: nowrap;
}



#block-ogeneric-main-menu .contextual,
#block-ogeneric-account-menu .contextual{
  top: 0px;
  right: 0px;
}






/* //////////////////////////////////////////////////////////////////////////////////// */

footer{
  background: #2a2a2a;
  padding: 80px 20px 0px 20px;
  color: #deddd8;
  text-align: center;
  font-size: 10px;

}






footer .region-footer{
  font-size: 0px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 0px;
  text-align: center;

}

footer .region-footer nav{
  text-align: center;
}

footer .region-footer nav ul.menu{
  margin: 0px;
  text-align: center;
}

footer .region-footer nav ul.menu li{
  margin: 0px;
  padding: 0px;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: inline-block;
}

footer .region-footer nav ul.menu li span{
  cursor: pointer;
}

footer .region-footer nav ul.menu li{
  padding: 0 7px;
}

footer .region-footer nav ul.menu li a{
  font-size: 10px;
  color: #deddd8;
  transition: all 200ms;
}

footer .region-footer nav ul.menu li{
  font-size: 10px;
}

footer .region-footer nav ul.menu li a:hover,
footer .region-footer nav ul.menu li span:hover{
  color: #fff;
}



footer #block-footerblock{
  max-width: 834px;
  margin: 0 auto;
  background: #222222;
  padding: 20px 25px 25px 25px;
  font-size: 0px;
   position: relative;
}

footer #block-footerblock h2{
  display: none;
}

footer #block-footerblock .row{
  border-top: 1px solid #c7bca9;
}

footer #block-footerblock .col{
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: left;
  padding: 33px 0 0 50px;
  min-height: 90px;
}

footer #block-footerblock .col.last{
  width: 240px;
  border-left: 1px solid #c7bca9;
  padding-top: 22px;
  padding-left: 80px;
  line-height: 130%;
}


footer #block-footerblock .col.sec{
  width: calc(100% - 220px - 240px);
  border-left: 1px solid #c7bca9;
  padding-left: 90px;
}

footer #block-footerblock .col .col-title{
  font-size: 14px;
  color: #deddd8;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 10px 0;

}


footer #block-footerblock .col a{
  font-size: 14px;
  color: #deddd8;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  line-height: 130%;
}

footer #block-footerblock .col.last a{
  font-size: 12px;
  font-family: 'NeutrTexGreBoo';
  margin: 0 10px 0 0;
  line-height: 140%;
}

footer #block-footerblock .col a:hover{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

footer .back2top{
  position: absolute;
  left: 50%;
  top: -60px;
  width: 42px;
  height: 42px;
  background: url("../images/icon-back2top.png") no-repeat center center;
  background-size: contain;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%); 
}

/* //////////////////////////////////////////////////////////////////////////////////// */



#block-anonymoususerhomepage{
  text-align: center;
  padding: 15px;
}

.home-hero{
  position: relative;
  height: calc(100vh - 204px);
  min-height: 500px;
}

.home-hero .content{
  position: absolute;
  right: 6.6vw;
  top: 9.77vw;
  text-align: left;
  color: #fff;
  min-width: 34.9vw;
}

.home-hero.campaignopenfischer .content{
  min-width: 24vw;
  right: 17vw;
}


.home-hero .content .title{
  font-size: 2.08vw;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  border-bottom: 0.1vw solid #fff;
  padding: 0 0 1.3vw 0;
}

.home-hero .content .text{
  padding: 1.3vw 0;
  font-size: 1.2vw;
  line-height: 130%;
}

.home-hero .content .text i{
  display: block;
  font-size: 1.15vw;
  padding: 0.52vw 0 0 0;
}

.home-hero .content .copy{
  padding: 1.04vw 0 0 0;
  font-style: italic;
  font-size: 0.99vw;
  line-height: 130%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.home-hero .content .copy a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

.home-hero .icon-scroll{
  background: url("../images/icon-scroll.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  width: 44px;
  height: 7vw;
  cursor: pointer;
}



.home-carousel .slick-prev{
  left: auto;
  right: 75px;
  width: 42px;
  height: 42px;
  background: url("../images/icon-back2top.png") no-repeat center center;
  background-size: contain;
  -ms-transform: translate(-0%, -0%) rotate(-90deg);
  -webkit-transform: translate(-0%, -0%) rotate(-90deg);
  transform: translate(-0%, -0%) rotate(-90deg);
  top: auto;
  bottom: 20px;
  right: auto;
  left: 20px;
}


.home-carousel .slick-next{
  right: 20px;
  width: 42px;
  height: 42px;
  background: url("../images/icon-back2top.png") no-repeat center center;
  background-size: contain;
  -ms-transform: translate(-0%, -0%) rotate(90deg);
  -webkit-transform: translate(-0%, -0%) rotate(90deg);
  transform: translate(-0%, -0%) rotate(90deg);
  top: auto;
  bottom: 20px;
  right: auto;
  left: 75px;
}

.home-carousel .gen-button {
    width: auto;
    height: 2.81vw;
    line-height: 2.81vw;
    font-size: 0.83vw;
    padding: 0 1.04vw;
}

.home-carousel .gen-button.max{
    min-width: 14.58vw;
    font-size: 1.04vw;
    height: 3.65vw;
    line-height: 3.65vw;
}

.home-carousel .gen-button::before {
    top: 0.42vw;
    left: 0.52vw;
    width: calc(100% - 1.04vw);
    height: calc(100% - 0.83vw);
}

.home-hero.v5 .gen-button::before{
  background: #eeedeb;
}


/*
.home-hero.v3::before{
  content: "";
  position:absolute;
  left:70px;
  bottom:5vw;
  background: url("../images/bg-home-hero-v3-logos.png") no-repeat left bottom;
  background-size:contain;
  width: 18vw;
  height: 50%;
}
*/

.home-hero{
  background: none;
  height: auto;
  min-height: 10px;
}

.home-hero .bg img{
  width: 100%;
}

.home-hero .bg img.mob{
  display: none;
}

.home-hero.v2 .content{
  left: 50%;
  text-align: center;
  top: 30px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  min-width: 28vw;
}

.home-hero.v2 .content .logo{
  background: url("../images/img-home-logo.png") no-repeat center center;
  background-size:contain;
  width: 16vw;
  height: 11vw;
  margin: 0 auto;
}

.home-hero.v2 .content .title{
  border: 0px;
  padding: 35px 0 0px 0;
  font-size: 2.5vw;
}

.home-hero.v2 .content .text{
  padding-top: 10px;
  font-size: 1.3vw;
}

.home-hero.v2 .content .copy{
  padding-top: 10px;
  font-size: 1vw;
}

.home-hero.v2 .content .gen-button,
.home-hero.v2 .content .gen-button.max {
    min-width: 10px;
    font-size: 1.2vw;
    height: auto;
    line-height: normal;
    padding: 1.2vw 4vw;
}
/* //////////////////////////////// */


.home-hero.v3{
  background: none;
  height: auto;
  min-height: 10px;
}

.home-hero.v3 .content{
  min-width: 28vw;
  right: 6.6vw;
}

.home-hero.v3.v5 .content{
  right: 3.6vw;
}

.home-hero.v3.cinemaathome202311 .content {
    right: 23.6vw;
}

.home-hero.v3 .bg img{
  width: 100%;
}

.home-hero.v3 .bg img.mob{
  display: none;
}

.home-hero.v3 .content .title{
  font-size: 2.5vw;
}

.home-hero.v3 .content .text{
  font-size: 1.3vw;
}

.home-hero.v3 .content .copy{
  font-size: 1vw;
}

.home-hero.v3 .content .gen-button,
.home-hero.v3 .content .gen-button.max {
    min-width: 10px;
    font-size: 1.2vw;
    height: auto;
    line-height: normal;
    padding: 1.2vw 4vw;
}


/* //////////////////////////////// */
.home-hero.xmas-2024.v3 .content{
  color: #273f34;
  right: 19vw;
}

.home-hero.xmas-2024.v3 .content .copy{
  color: #fff;
}

.home-hero.xmas-2024.v3 .gen-button.white{
  color: #fff;
}

.home-hero.xmas-2024.v3 .gen-button.white::before{
  background: #273f34;
}



.home-hero.img-only .content {
    position: absolute;
    right: 2.5vw;
    top: 32.77vw;
    text-align: left;
    color: #C7BCA9;
}

/* //////////////////////////////// */


.home-benefits{
  position: relative;
  font-size: 0px;
  border-top: 15px solid #eeedeb;
}

.home-benefits .col{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: calc(100vh);
  min-height: 640px;
  background: url("../images/bg-home-bottom-left.jpg") no-repeat center center;
  background-size: cover;
  border-right: 1px solid #eeedeb;
  position: relative;
}

.home-benefits .col.last{
  background-image: url("../images/bg-home-bottom-right.jpg");
  border: 0px;
  border-left: 1px solid #eeedeb;
}



.home-benefits .content{
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  color: #eeedeb;
  min-width: 440px;
}

.home-benefits .content .title{
  font-size: 40px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 5px 0;
}

.home-benefits .col.first .content .title{
  padding: 0 0 30px 0;
}


.home-benefits .content .items .item{
  font-size: 24px;
  background: url("../images/icon-home-bottom-arrow.png") no-repeat left top;
  background-size: 14px auto;
  padding: 0 0 41px 35px;
}

.home-benefits .content .items .item:last-child{
  padding-bottom: 0px;
}

.home-benefits .col.first .content .items .item:last-child{
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}


.home-benefits .col.last .content .items .item{
  background: none;
  padding: 0px 0 0px 0;
  font-size: 0px;
}


.home-benefits .content .items .item .item-num{
  font-size: 86px;
  line-height: 76px;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  font-family: 'NeutrTexGreLight';
  position: relative;
  text-align: center;
}

.home-benefits .content .items .item .item-num::after{ 
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 63px;
  height: 16px;
  background: url("../images/icon-home-bottom-arrow2.png") no-repeat center center;
  background-size: contain;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-benefits .content .items .item .item-title{
  width: calc(100% - 66px);
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  padding: 0 0 0 30px;
  white-space: nowrap;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

body.page-node-type-page:not(.path-frontpage) h1.page-title{
  color: #273f34;
  font-size: 34px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 45px 0;
  text-align: center;
}

body.page-node-type-page:not(.path-frontpage) main{
  padding: 80px 20px 90px 20px;
  text-align: center;
  background: #e5ddd2;
}


.contact-option{
  width: 576px;
  height: 280px;
  border: 2px solid #987f5f;
  margin: 0px auto 40px auto;
  padding: 45px 0 0 0;
  display: block;
}

.contact-option.o2{
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.contact-option .icon{
  background: url("../images/icon-contact-option1.png") no-repeat center center;
  background-size:contain;
  width: 104px;
  height: 119px;
  margin: 0 auto;
}

.contact-option.o2 .icon{
  width: 121px;
  height: 107px;
  background-image: url("../images/icon-contact-option2.png");
}

.contact-option .option-title{
  padding: 40px 0 0 0;
  color: #273f34;
  font-size: 25px;
  letter-spacing: 1px;
}

/* //////////////////////////////////////////////////////////////////////////////////// */




.gm-single-page{
  max-width: 800px;
  margin: 0 auto;
}

.gm-single-page,
.gm-single-page p{
  font-size: 16px;
  line-height: 170%;
  color: #88888E;
}

.gm-single-page  p{
  margin: 0px;
  padding: 10px 0;
}

.gm-single-page p a,
.gm-single-page a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

.gm-single-page h2,
.gm-single-page h3,
.gm-single-page h4,
.gm-single-page h5,
.gm-single-page h6{
  color: #423F3F;
  font-size: 21px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 10px 0;
}

.gm-single-page h3{ font-size: 20px; }
.gm-single-page h4{ font-size: 19px; }
.gm-single-page h5{ font-size: 18px; }
.gm-single-page h6{ font-size: 17px; }

/* //////////////////////////////////////////////////////////////////////////////////// */




.lightbox{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  display:none;
}

.lightbox .back-close{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 1;
}

.lightbox .content{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 30px);
  max-width: 720px;
  height: 420px;
  background:#000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  z-index: 10;
}


.lightbox .content iframe{
  display: block;
}

.lightbox .content .close{
  position:absolute;
  right:0px;
  top:-18px;
  background: url("../images/icon-close.png") no-repeat center center;
  background-size:contain;
  width: 15px;
  height: 15px;
  display:block;
}




#sms_code_verification .content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 490px;
  background: #C7BCA9;
  border: 1px solid #707070;
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.35));
  height: auto;
  padding: 50px;
  z-index: 10;
}

#sms_code_verification .content.max{
  padding: 50px 25px;
}

#sms_code_verification .content .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/icon-close.svg") no-repeat center center;
}



#sms_code_verification .content .title{
  font-size: 18px;
  line-height: 23px;
  font-family: 'NeutrTexGreDem';
  color: #00564F;
  letter-spacing: 0.05em;
  padding: 0px;
}

#sms_code_verification .content .text{
  color: #6F6152;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  padding: 6px 0 20px 0;
}




#sms_code_verification .content .field{
  padding: 0 0 30px 0;
}

#sms_code_verification .content .field label{
  font-size: 13px;
  font-family: 'NeutrTexGreDem';
  color: #00564F;
  letter-spacing: 0.05em; 
  display: block;
  padding: 0 0 3px 0;
}

#sms_code_verification .content .field input{
  width: 230px;
  height: 40px;
  text-align: center;
  color: #6F6152;
  font-size: 24px;
  font-family: 'NeutrTexGreBoo';
  background: none;
  letter-spacing: 0.05em; 
  border: 1px solid #6F6152;
  outline: none;
}




/* //////////////////////////////////////////////////////////////////////////////////// */





.path-user main{
    padding: 80px 20px 90px 20px;
    background: url("../images/bg-login.jpg") no-repeat center top;
    background-size: cover;
    min-height: calc(100vh - 174px - 267px);
    color: #c7bca9;
}

.path-user .region-content #block-ogeneric-content{
  
}

.path-user #block-ogeneric-page-title h1{
  font-size: 34px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  text-transform: uppercase;
  color: #c7bca9;
  text-align: center;
  padding: 0 0 65px 0;
}



/* //////////////////////////////////////////////////////////////////////////////////// */


.user-login-form,
.user-register-form,
.user-pass,
.user-form,
.email-tfa-verify-form{
  max-width: 500px; 
  margin: 0 auto;
  padding: 0 20px;
}

.user-login-form,
.user-pass{
  max-width: 410px;
}

.user-register-form{
  max-width: 620px;
}

.user-form{
  max-width: 745px;
  padding: 0 65px;
}

.path-email-tfa .messages{
  max-width: 500px; 
  margin: 0 auto 30px auto;
}


.user-login-form .form-item,
.user-pass .form-item,
.email-tfa-verify-form .form-item{
  padding: 0 0 35px 0;
}

.user-register-form,
.user-form {
  font-size: 0px;
}

.user-register-form > .js-form-wrapper,
.user-form > .js-form-wrapper,
.user-form #userbirthdate{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 0 15px 35px 15px;
}

.user-register-form .field--name-field-mobile{
  width: 100%;
}

.form-top-title {
  text-align: center;
  padding: 0 0 65px 0;
}

.form-top-title .title{
  font-size: 34px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  text-transform: uppercase;
  color: #c7bca9;
  text-align: center;
  padding: 0 0 5px 0;
}

.form-top-title .sub-title{
    font-size: 20px;
}

#block-customtitleuserpassword .form-top-title .sub-title{
  padding-top: 30px;
}


.user-register-form > .js-form-wrapper#edit-field-birth-date-wrapper,
.user-form > .js-form-wrapper#edit-field-birth-date-wrapper{
  float: right;
  display: none;
}

.user-form #userbirthdate{
  float: right;
  font-size: 0px;
}


.user-form #userbirthdate label{
  display: none;
}

.user-form #userbirthdate .field--type-integer{
  position: relative;
}

.user-form #userbirthdate .field--type-integer:nth-child(2)::after,
.user-form #userbirthdate .field--type-integer:nth-child(3)::after{
  content: "/";
  position: absolute;
  right: -3px;
  top: 4px;
  color: #fff;
  font-size: 20px;
}





.user-register-form > .js-form-wrapper#edit-account,
.user-register-form > .js-form-wrapper#edit-account #edit-pass,
.user-form > .js-form-wrapper#edit-account,
.user-form > .js-form-wrapper#edit-account #edit-pass{
  width: 100%;
  padding: 0px;
  font-size: 0px;
}



.user-form > .js-form-wrapper .form-item-current-pass{
  display: inline-block;
  width: 100%;
  
  padding: 0 0 35px 0;
}

.user-logged-in .user-form > .js-form-wrapper .form-item-current-pass{
  padding: 0 15px 35px 15px;
}

.user-register-form > .js-form-wrapper#edit-account > .js-form-type-email,
.user-form > .js-form-wrapper#edit-account > .js-form-type-email{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px 35px 15px;
  max-width: 1000px;
  margin: -257px 0 0 0;  
}

.user-register-form.user-form > .js-form-wrapper#edit-account > .js-form-type-email{
  margin: -152px 0 0 0;
}

.user-register-form > .js-form-wrapper#edit-account #edit-pass .form-item,
.user-form > .js-form-wrapper#edit-account #edit-pass .form-item{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px 5px 15px;
  max-width: 1000px;
}

.user-register-form > .js-form-wrapper#edit-account #edit-pass  .description,
.user-form > .js-form-wrapper#edit-account #edit-pass  .description{
  padding: 10px 15px 40px 15px;
}

#edit-pass--description{
  max-width: 360px;
  color: #c7bca9;
}


div[data-drupal-messages]{
  max-width: 580px;
  max-width: 640px;
  margin: 0px auto;
  font-size: 16px;
}

div[data-drupal-messages] > div{
  background: none;
  border: 0px;
  box-shadow: 0px 0 0;
  padding-left: 0px;
  text-align: center;
  font-family: 'NeutrTexGreDem';
}

div[data-drupal-messages] .messages--error{
  color: #ff0000;
}



.user-login-form .form-item label,
.user-register-form .form-item label,
.user-register-form .label,
.user-form .form-item label,
.user-form .label,
.user-pass .form-item label,
.email-tfa-verify-form .form-item label,
.user-form #userbirthdate h3{
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0 0 0px 0;
  font-family: 'NeutrTexGreDem';
  text-transform: uppercase;
}

.user-register-form .form-item label,
.user-register-form .label,
.user-form .form-item label,
.user-form .label,
.user-form #userbirthdate h3{
  font-size: 13px;
}


.user-form #userbirthdate h3{
  position: relative;
}

.user-form #userbirthdate h3::after {
  content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    vertical-align: super;
    background-image: url("/core/misc/icons/ee0000/required.svg");
    background-repeat: no-repeat;
    background-size: 6px 6px;
}





.user-login-form .form-item input[type="text"],
.user-login-form .form-item input[type="email"],
.user-login-form .form-item input[type="password"],
.user-register-form .form-item input[type="text"],
.user-register-form .form-item input[type="email"],
.user-register-form .form-item input[type="password"],
.user-register-form .form-item input[type="date"],
.user-form .form-item input[type="text"],
.user-form .form-item input[type="email"],
.user-form .form-item input[type="password"],
.user-form .form-item input[type="date"],
.user-pass .form-item input[type="text"],
.user-pass .form-item input[type="email"],
.user-pass .form-item input[type="password"],
.user-pass .form-item select,
.email-tfa-verify-form .form-item input[type="text"],
.email-tfa-verify-form .form-item input[type="email"],
.email-tfa-verify-form .form-item input[type="password"],
.user-form #userbirthdate .field--type-integer input{
  display: block;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #987f5f;
  background: none;
  outline: none;
  height: 45px;
  line-height: 45px;
  border-radius: 0px;
  padding: 0px;
  color: #fff;
  font-family: 'NeutrTexGreLight';
  font-size: 27px;
}


.user-login-form .form-item input[type="text"].error,
.user-login-form .form-item input[type="email"].error,
.user-login-form .form-item input[type="password"].error,
.user-register-form .form-item input[type="text"].error,
.user-register-form .form-item input[type="email"].error,
.user-register-form .form-item input[type="password"].error,
.user-register-form .form-item input[type="date"].error,
.user-form .form-item input[type="text"].error,
.user-form .form-item input[type="email"].error,
.user-form .form-item input[type="password"].error,
.user-form .form-item input[type="date"].error,
.user-pass .form-item input[type="text"].error,
.user-pass .form-item input[type="email"].error,
.user-pass .form-item input[type="password"].error,
.user-pass .form-item select.error,
.email-tfa-verify-form .form-item input[type="text"].error,
.email-tfa-verify-form .form-item input[type="email"].error,
.email-tfa-verify-form .form-item input[type="password"].error,
.user-form #userbirthdate .field--type-integer input.error{
  border-color: #ff0000 !important;
}

.user-register-form .form-item input[type="text"],
.user-register-form .form-item input[type="email"],
.user-register-form .form-item input[type="password"],
.user-register-form .form-item input[type="date"],
.user-form .form-item input[type="text"],
.user-form .form-item input[type="email"],
.user-form .form-item input[type="password"],
.user-form .form-item input[type="date"],
.user-form .form-item select,
.user-form #userbirthdate .field--type-integer input{
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.user-form #userbirthdate .field--type-integer:nth-child(2),
.user-form #userbirthdate .field--type-integer:nth-child(3){
  width: 50px;
}

.user-form #userbirthdate .field--type-integer:nth-child(4){
  width: calc(100% - 100px);
}

.user-form #userbirthdate .field--type-integer{
  vertical-align: middle;
  display: inline-block;
}

.user-form #userbirthdate .field--type-integer input{
  text-align: center;
  
}

.user-form #userbirthdate .field--type-integer:nth-child(4) input{
  text-align: left;
  padding: 0 0 0 7px;
}

.user-form #userbirthdate .field--type-integer input::-webkit-outer-spin-button,
.user-form #userbirthdate .field--type-integer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.user-form #userbirthdate .field--type-integer input[type=number] {
  -moz-appearance: textfield;
}

.user-form #userbirthdate .field--type-integer input::-webkit-input-placeholder { 
  color: #fff;
  opacity: 1;
}
.user-form #userbirthdate .field--type-integer input::-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
.user-form #userbirthdate .field--type-integer input:-ms-input-placeholder { 
  color: #fff;
  opacity: 1;
}
.user-form #userbirthdate .field--type-integer input:-moz-placeholder { 
  color: #fff;
  opacity: 1;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #987f5f;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
  transition: background-color 5000s ease-in-out 0s;

  font-family: 'NeutrTexGreLight' !important;
  font-size: 27px;
}


.user-register-form .js-password-confirm-message,
.user-form .js-password-confirm-message,
.user-pass .js-password-confirm-message {
  padding: 10px 0 0 0;
  text-align: left;
  font-size: 15px;
  font-family: 'NeutrTexGreBoo';
  width: auto;
  visibility: hidden;
}


.user-login-form .form-item--error-message,
.user-register-form .form-item--error-message,
.user-form .form-item--error-message,
.user-pass .form-item--error-message{
  color: #ff0000;
  font-size: 16px;
  font-family: 'NeutrTexGreBoo';
  font-weight: normal;
  padding: 10px 0 0 0;
}

.user-logged-in .user-register-form .form-item--error-message,
.user-logged-in .user-form .form-item--error-message{
  padding: 10px 15px 10px 15px;
}

.user-register-form #edit-pass .form-item--error-message{
  padding: 10px 15px 10px 15px;
}

.user-login-form .form-item--error-message strong,
.user-register-form .form-item--error-message strong,
.user-form .form-item--error-message strong,
.user-pass .form-item--error-message strong{
  font-weight: normal;
  font-family: 'NeutrTexGreBoo';
}


.user-login-form .form-item--error-message::before,
.user-register-form .form-item--error-message::before,
.user-form .form-item--error-message::before,
.user-pass .form-item--error-message::before{
  display: none;
}


#block-loginpagelinks{
 padding: 20px 0 0 0;
 font-size: 17px;
 color: #c7bca9; 
 font-family: 'NeutrafaceTwoTextGreek-Bold';
}

#block-loginpagelinks p{
   line-height: 150%;
}
.user-login-form .form-item .description{
  display: none;
}

#block-passwordlink{
  text-align: center;
  padding: 15px 0 0 0;
}

#block-passwordlink a{
  color: #987f5f;
  font-size: 22px;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

.txt-required-fields{
  font-size: 15px;
  padding: 15px 0 25px 0;
}

.txt-required-fields span{
  color: #ff0000;
}

.user-logged-in .txt-required-fields,
.user-register-form .txt-required-fields{
  display: none;
}


.user-login-form .form-item .description,
.user-register-form .form-item .description,
.user-form .description,
.user-pass  p{
  padding: 10px 0 0 0;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: 'NeutrTexGreBoo';
  line-height: 130%;
}

.user-form #edit-mail--description{
  display: none;
}


.user-register-form .form-item .description,
.user-form .description{
  font-size: 12px;
}

.user-pass p{
  padding: 0 0 40px 0;
  display: block;
  color: #987f5f;
  font-family: 'NeutrTexGreDem';
}

.user-login-form .gen-button,
.user-register-form .gen-button,
.user-form .gen-button,
.user-pass .gen-button,
.email-tfa-verify-form .gen-button{
  display: inline-block;
  height: 58px;
}

.user-login-form .form-submit,
.user-register-form .form-submit,
.user-form .form-submit,
.user-pass .form-submit,
.email-tfa-verify-form .form-submit{
    display: block;
    border: 0px;
    border-radius: 0px;
    height: 58px;
    width: auto;
    text-align: center;
    color: #264034;
    line-height: 56px;
    font-size: 16px;
    transition: all 200ms;
    background: none;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
    min-width: 280px;
    text-transform: uppercase;
}

.user-login-form .form-actions,
.user-register-form .form-actions,
.user-form .form-actions,
.user-pass .form-actions,
.email-tfa-verify-form .form-actions{
  text-align: center;
}


.user-register-form .js-form-item .js-form-type-checkbox{

}


.user-register-form > .js-form-wrapper#group-optin,
.user-form > .js-form-wrapper#group-optin{
  width: 100%;
  padding: 0px 0 20px 0;
  border: 0px;
  border-bottom: 2px solid #c7bca9;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.user-register-form > .js-form-wrapper#group-optin .fieldset-legend,
.user-form > .js-form-wrapper#group-optin .fieldset-legend{
  display: none;
}

.user-register-form > .js-form-wrapper#group-optin .fieldset-wrapper,
.user-form > .js-form-wrapper#group-optin .fieldset-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}

.user-register-form > .js-form-wrapper#group-optin .fieldset-wrapper .description,
.user-form > .js-form-wrapper#group-optin .fieldset-wrapper .description{
  order: 1;
  width: 100%;
  font-size: 15px;
  color: #c7bca9;
  line-height: 130%;
  font-family: 'NeutrTexGreBoo';
  padding: 0 0 20px 0;
}

.user-register-form > .js-form-wrapper#group-optin .fieldset-wrapper #edit-field-optin-email-wrapper,
.user-form > .js-form-wrapper#group-optin .fieldset-wrapper #edit-field-optin-email-wrapper{
  order: 2;
  width: 155px;
  margin: 0 0 0 10px;
}

.user-register-form > .js-form-wrapper#group-optin .fieldset-wrapper #edit-field-optin-sms-wrapper,
.user-form > .js-form-wrapper#group-optin .fieldset-wrapper #edit-field-optin-sms-wrapper{
  order: 3;
  width: 155px
}







.user-form > .js-form-wrapper#group-interests{
  width: auto;
  padding: 32px 15px 20px 25px;
  border: 0px;
  background: rgba(199,188,169,0.25);
  margin: 0 -65px 100px -65px;
  display: block;
  position: relative;
  font-size: 0px;
}

.user-form > .js-form-wrapper#group-interests::before{
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 18px);
  height: calc(100% + 20px);
  border: 1px solid rgba(199,188,169,0.25);
}

.user-form > .js-form-wrapper#group-interests .fieldset-legend{
  font-size: 24px;
  color: #c7bca9;
  font-family: 'NeutrTexGreBoo';
  padding: 0px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100%;
  text-align: center;
}


.user-form > .js-form-wrapper#group-interests .js-form-wrapper{
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  margin: 30px 0 0 0;
}

.user-form > .js-form-wrapper#group-interests .js-form-wrapper .prettycheckbox label{
  font-size: 20px;
}


.user-form > .js-form-wrapper#group-interests .description{
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  text-align: center;
  padding: 25px 0 0 0;
}







.user-register-form > .js-form-wrapper .prettycheckbox a,
.user-form > .js-form-wrapper .prettycheckbox a{
  display: inline-block;
  vertical-align: middle;
}
.user-register-form > .js-form-wrapper .prettycheckbox label,
.user-form > .js-form-wrapper .prettycheckbox label{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #c7bca9;
  font-family: 'NeutrTexGreBoo';
  text-transform: none;
  padding: 0 0 0 5px;
}



.user-register-form > .js-form-wrapper.field--widget-boolean-checkbox{
  width: 100%;
  padding: 20px 47px 20px 47px; 
}

.user-form > .js-form-wrapper.field--widget-boolean-checkbox{
  width: 100%;
  padding: 20px 64px 20px 64px;
}

.user-register-form > .js-form-wrapper.field--widget-boolean-checkbox .prettycheckbox label,
.user-form > .js-form-wrapper.field--widget-boolean-checkbox .prettycheckbox label{
  display: none;
}

.user-register-form > .js-form-wrapper.field--widget-boolean-checkbox .description,
.user-form > .js-form-wrapper.field--widget-boolean-checkbox .description{
  padding-top: 0px;
  font-size: 15px;
  color: #c7bca9;
  line-height: 130%;
  font-family: 'NeutrTexGreBoo';
}

.user-register-form > .js-form-wrapper.field--widget-boolean-checkbox .description a,
.user-form > .js-form-wrapper.field--widget-boolean-checkbox .description a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}


.user-register-form > .js-form-wrapper.form-actions,
.user-form > .js-form-wrapper.form-actions{
  width: 100%;
  text-align: center;
  padding-top: 10px;
}


/* 
/user/register
/user/password
*/


#block-ogeneric-local-tasks{
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.path-user #block-ogeneric-local-tasks{
  max-width: 500px; 
  display: none;
}

.path-user main > .layout-content > .region-content > div[data-drupal-messages]{
    display: none;
}

#block-ogeneric-local-tasks .tabs a{
  border-radius: 2px;
  background-color: #eee;
  font-size: 14px;
}

#block-ogeneric-local-tasks .tabs a.is-active{
  background-color: #273f34 ;
  color: #fff;
}

#block-ogeneric-local-tasks ul.tabs{
  margin: 0px;
}


/* //////////////////////////////////////////////////////////////////////////////////// */
.page-user-no-access .region-content #block-ogeneric-content{
  text-align: center;
}

.page-user-no-access.path-user main > .layout-content > .region-content > div[data-drupal-messages]{
  display: block;
  padding-bottom: 50px;
}


.page-user-no-access.path-user main > .layout-content > .region-content > div[data-drupal-messages] a{
  text-decoration: underline;
}




/* //////////////////////////////////////////////////////////////////////////////////// */

.user-logged-in.path-frontpage{
  background: #e5ddd2;
}

.user-logged-in.path-frontpage main{
  font-size: 0px;
  text-align: center;
}
/* //////////////////////////////////////////////////////////////////////////////////// */
#block-loggedinhomepagetitle{
  text-align: center;
  padding: 50px 20px 40px 20px;
  color: #273f34;
  font-size: 30px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

#block-loggedinmessagesbox{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0px 20px 200px 20px;
  min-height: 606px;
  text-align: center;
  position: relative;
  max-width: 700px;
}


#block-loggedinmessagesbox .sub-title{
  color: #273f34;
  font-size: 25px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 45px 0;
}


#block-loggedinmessagesbox .messages-list{
  width: 470px;
  border: 2px solid #987f5f;
  padding: 25px;
  margin: 0 auto;
  font-size: 0px;
}

#block-loggedinmessagesbox .messages-list a{
  display: block;
  font-size: 25px;
  text-align: left;
  background: url("../images/icon-message.png") no-repeat left top;
  background-size: 63px auto;
  color: #273f34;
  padding: 3px 0 0px 90px;
  min-height: 65px;
  line-height: 130%;

}

#block-loggedinmessagesbox .messages-list a u{
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}


#block-loggedinmessagesbox .scroll{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 44px;
  height: 58px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  background:  url("../images/icon-scroll2.png") no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
  display: none;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

#block-views-block-current-user-block-1{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0px 20px 60px 20px;
  position: relative;
  max-width: 700px;
}

.my-profile-page{
  text-align: center;
  
}



.my-profile-page .sub-title{
  color: #273f34;
  font-size: 25px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 20px 0;
}

.my-profile-page > .view-content{
  width: 560px;
  border: 2px solid #987f5f;
  padding: 25px;
  margin: 0 auto;
  font-size: 0px;
}

.my-profile-page > .view-content > .views-row .views-field{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 25px);
  border-bottom: 1px solid #987f5f;
  text-align: left;
  margin: 0 25px 30px 0;
  padding: 0 0 5px 0;
  min-height: 21px;
}

.my-profile-page > .view-content > .views-row .views-field:nth-child(even){
  margin: 0 0 30px 25px;
}

.my-profile-page > .view-content > .views-row .views-field .views-label{
  font-size: 13px;
  color: #273f34;
  font-family: 'NeutrTexGreDem';
  display: block;
  padding: 0 0 5px 0;
}

.my-profile-page > .view-content > .views-row .views-field .field-content{
  font-size: 20px;
  color: #273f34;
  font-family: 'NeutrTexGreLight';
  overflow: hidden;
  min-height: 21px;
}

.my-profile-page > .view-content > .views-row .views-field.views-field-nothing {
    border: 0px;
    margin: 0 25px 0px 0;
    padding: 0px;
    width: 100%;
    display: block;
}

.my-profile-page > .view-content > .views-row .views-field.views-field-nothing .gen-button{
  color: #e5ddd2;
  white-space: nowrap;
  border-color: #273f34;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.my-profile-page > .view-content > .views-row .views-field.views-field-nothing .gen-button::before{
  background: #273f34;
}

/*
.my-profile-page .scroll{
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 44px;
  height: 58px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  background:  url("../images/icon-scroll2.png") no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
}
*/

#block-arrowdownblock{
  text-align: center;
}

#block-arrowdownblock .scroll{
  display: inline-block;
  width: 44px;
  height: 58px;
  background:  url("../images/icon-scroll2.png") no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
}

/* //////////////////////////////////////////////////////////////////////////////////// */

#block-views-block-contests-block-2 .slick-next,
#block-views-block-contests-block-2 .slick-prev{
  top: 39%;
}



.view-contests{
  padding: 50px 20px 85px 20px;
  text-align: center;
  position: relative;
}

#block-views-block-contests-block-2 .view-contests{
  padding-top: 50px;
  padding-bottom: 85px;

  background: #ebe8e3;
}

.view-contests .scroll{
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 44px;
  height: 58px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  background:  url("../images/icon-scroll2.png") no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
}

.view-contests .view-header .title,
.view-contests .title{
  color: #273f34;
  font-size: 25px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 30px 0;
}

.view-contests .no-results {
    background: #273f34;
    padding: 110px 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    max-width: 614px;
    margin: 0 auto;
    line-height: 140%;
    position: relative;
    color: #e5ddd2;
    font-family: 'NeutrTexGreDem';
}

.view-contests .no-results::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 18px);
    height: calc(100% + 20px);
    border: 1px solid #987f5f;
    z-index: 1;
}

.view-contests .no-results span{
  font-size: 28px;
}

.view-contests .view-content{
  font-size: 0px;
  max-width: 1380px;
  margin: 0 auto;
}

#block-views-block-contests-block-2 .view-content{
  max-width: 960px;
}

.view-contests .view-content .views-row{
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px 60px 20px;
}

#block-views-block-contests-block-1 .view-contests .view-content .views-row{
  padding-bottom: 20px;
}

#block-views-block-contests-block-2 .view-content .views-row{
  margin-top: 10px;
}

#block-views-block-contests-block-1 .view-contests .view-content .views-row{
  width: 50%;
  margin: 0 auto;
}


.view-contests .view-content .views-field-field-contest-teaser-image{
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

.view-contests .view-content .views-field-field-offline-text{
  font-size: 15px;
  padding: 30px 20px 20px 20px;
  color: #273f34;
}

.view-contests .view-content .views-field-field-contest-teaser-image::before{
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 18px);
  height: calc(100% + 20px);
  border: 1px solid #987f5f;
  z-index: 1;
}

.view-contests .view-content .views-field-field-contest-teaser-image a{
  position: relative;
  z-index: 2;
  display: block;
}

.view-contests .view-content .views-field-field-contest-teaser-image img{
  display: block;
  height: auto;
  width: 100%;
}

.view-contests .view-content .views-field-view-node{
  padding: 60px 0 0 0;
}

.view-contests .view-content .views-field-view-node .gen-button{
  color: #e5ddd2;
  white-space: nowrap;
  border-color: #273f34;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  min-width: 155px;
}

.view-contests .view-content .views-field-view-node .gen-button::before{
  background: #273f34;
}


/* //////////////////////////////////////////////////////////////////////////////////// */


#block-worldoffischer{
  background: #ebe8e3;
  text-align: center;
  padding: 75px 20px 55px 20px;
}

#block-worldoffischer .title{
  color: #273f34;
  font-size: 25px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 45px 0;
}

#block-worldoffischer .items{
  font-size: 0px;
  max-width: 880px;
  margin: 0 auto;
}

#block-worldoffischer .items .item{
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 260px;
  margin: 0 25px;
  background: #273f34 url("../images/img-worldoffischer1-2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

#block-worldoffischer .items .item.i2{ background-image: url("../images/img-worldoffischer2-2-2.jpg");  }
#block-worldoffischer .items .item.i3{ background-image: url("../images/img-worldoffischer3-2.jpg");  }
#block-worldoffischer .items .item.i4{ background-image: url("../images/img-worldoffischer4.jpg");  }
#block-worldoffischer .items .item.i5{ background-image: url("../images/img-worldoffischer5.jpg");  }
#block-worldoffischer .items .item.i6{ background-image: url("../images/img-worldoffischer6.jpg"); background-position: right bottom;  }
#block-worldoffischer .items .item.i7{ background-image: url("../images/img-tff-wof.jpg"); background-position: right bottom;  }
#block-worldoffischer .items .item.i8{ background-image: url("../images/img-worldoffischer8-2.jpg"); background-position: right bottom;  }

#block-worldoffischer .items .item.i9{ background-image: url("../images/img-fischer-therino.jpg"); background-position: center top;}

#block-worldoffischer .items .item.i10{ background-image: url("../images/img-kosmos-bc_campaignactivation.png"); background-position: center top;}


#block-worldoffischer .items .item.i11{ background-image: url("../images/img-AIFF_WEBSITE_EVENTS.jpg"); background-position: left top;}

#block-worldoffischer .items .item.i12{ background-image: url("../images/img-cinemaathome-banner.jpg"); background-position: center center;}







#block-worldoffischer .items .item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

#block-worldoffischer .items .item .item-title{
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  padding: 0 20px;
  font-size: 18px;
  line-height: 120%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  color: #fff;
}


/* //////////////////////////////////////////////////////////////////////////////////// */




body.page-node-type-page.page-faq h1.page-title{
  color: #c7bca9;
  font-size: 34px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 45px 0;
  text-align: center;
}

body.page-node-type-page.page-faq main{
  padding: 135px 20px 110px 20px;
  text-align: center;
  position: relative;
  background: url("../images/bg-login.jpg") no-repeat center top;
  background-size: cover;
  min-height: calc(100vh - 174px - 267px);
  color: #c7bca9;
}


body.page-node-type-page.page-faq main .items{
  max-width: 580px;
  margin: 0 auto;
}

body.page-node-type-page.page-faq main .items .item{
  
  text-align: left;
  padding: 15px 0;
}

body.page-node-type-page.page-faq main .items .item .item-q{
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0 30px 15px 0 ;
  line-height: 130%;
  border-bottom: 1px solid #987f5f;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}


body.page-node-type-page.page-faq main .items .item .item-q::after,
body.page-node-type-page.page-faq main .items .item .item-q::before{
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 20px;
  height: 1px;
  background: #987f5f;
  transition: all 200ms;
}

body.page-node-type-page.page-faq main .items .item .item-q::before{
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body.page-node-type-page.page-faq main .items .item .item-q.active::before{
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.page-node-type-page.page-faq main .items .item .item-ans{
  font-size: 16px;
  color: #fff;
  line-height: 130%;
  font-family: 'NeutrTexGreLight';
  padding: 15px 0 0 0;
  display: none;
}

body.page-node-type-page.page-faq main .items .item .item-ans a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

body.page-node-type-page.page-faq main .more-questions{
  padding: 45px 0 0 0;
}

body.page-node-type-page.page-faq main .more-title{
  font-size: 25px;
  font-family: 'NeutrTexGreDem';
  padding: 0 0 10px 0;
}

body.page-node-type-page.page-faq main .more-text{
  font-size: 20px;
  line-height: 120%;
  padding: 0 0 40px 0;
}








/* //////////////////////////////////////////////////////////////////////////////////// */

body.page-node-type-webform h1.page-title{
  display: none;
}

body.page-node-type-webform main .title{
  color: #c7bca9;
  font-size: 34px;
  line-height: 100%;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0 0 40px 0;
  text-align: center;
}

body.page-node-type-webform main .sub-title{
  color: #c7bca9;
  font-size: 25px;
  line-height: 100%;
  padding: 0 0 35px 0;
  text-align: center;
}

body.page-node-type-webform main{
  padding: 70px 20px 60px 20px;
  text-align: center;
  position: relative;
  background: url("../images/bg-login.jpg") no-repeat center top;
  background-size: cover;
  min-height: calc(100vh - 174px - 267px);
  color: #c7bca9;
}



/* .webform-submission-contact-form  */
.webform-submission-form {
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
  font-size: 0px;
}

.webform-submission-form .js-form-item{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 15px;
  margin: 0 0 35px 0;
}

.webform-submission-form .js-form-item.js-form-type-textarea,
.webform-submission-form .js-form-item.js-form-type-checkbox{
  width: 100%;
}


.webform-submission-form .js-form-item label{
  font-size: 13px;
  color: #fff;
  font-family: 'NeutrTexGreDem';
  display: block;
  text-transform: uppercase;
}

.webform-submission-form .js-form-item.js-form-type-checkbox label{
  display: none;
}

.webform-submission-form .js-form-item input[type="text"],
.webform-submission-form .js-form-item input[type="email"],
.webform-submission-form .js-form-item input[type="date"]{
  display: block;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #987f5f;
  background: none;
  outline: none;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  padding: 0px;
  color: #fff;
  font-family: 'NeutrTexGreLight';
  font-size: 20px;
}

.webform-submission-form .js-form-item input[type="text"].error,
.webform-submission-form .js-form-item input[type="email"].error,
.webform-submission-form .js-form-item input[type="date"].error{
  border-color: #ff0000;
}

.webform-submission-form .js-form-item .description{
  font-size: 12px;
  line-height: 120%;
  padding: 10px 0 0 0;
}


.webform-submission-form .js-form-item .form-textarea-wrapper{
  border: 1px solid #463d2d;
  padding: 10px;
}


.webform-submission-form .js-form-item.js-form-type-textarea label{
  font-size: 25px;
  text-align: center;
  padding: 0 0 18px 0;
}


.webform-submission-form .js-form-item textarea{
  display: block;
  width: 100%;
  border: 0px;
  background: rgba(199,188,169,0.4);
  outline: none;
  height: 226px;
  line-height: 130%;
  border-radius: 0px;
  padding: 15px 20px;
  color: #fff;
  font-family: 'NeutrTexGreLight';
  font-size: 20px;
  resize: none;
}

.webform-submission-form .js-form-item textarea.error{
  border: 1px solid #ff0000;
}

.webform-submission-form .js-form-item.js-form-type-checkbox{
  padding: 0 15px 0 35px;
}

.webform-submission-form .js-form-item.js-form-type-checkbox input{
  float: left;
}

.webform-submission-form .js-form-item.js-form-type-checkbox .description{
  font-size: 15px;
  padding: 0px;
}

.webform-submission-form .js-form-item.js-form-type-checkbox .description a{
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
  line-height: 130%;
}

.webform-submission-form .js-form-item.js-form-type-checkbox .description span{
  color: #ff0000;
}

.webform-submission-form .form-actions{
  text-align: center;
}

.webform-submission-form .form-actions .gen-button{
  display: inline-block;
  height: 58px;
}

.webform-submission-form .form-submit{
  margin: 0 15px;
  display: block;
  border: 0px;
  border-radius: 0px;
  height: 58px;
  width: auto;
  text-align: center;
  color: #264034;
  line-height: 56px;
  font-size: 16px;
  transition: all 200ms;
  background: none;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  text-transform: uppercase;
}



/* //////////////////////////////////////////////////////////////////////////////////// */



.prettycheckbox,
.prettyradio {
    display: block;
    padding:0;
    vertical-align:middle;
    float:left;
    margin:0px 0 0 -7px;
}

.prettycheckbox a,
.prettyradio a{
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    position:relative;
    background: #c7bca9;
}

.prettycheckbox.error a::before,
.prettyradio.error a::before{
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #ff0000;
}

.prettycheckbox a.checked::after,
.prettyradio a.checked::after{ 
    content:"";
    position:absolute;
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
    background:url("../images/icon-checkbox.png") no-repeat center center;
    background-size: contain;
}

.err.prettycheckbox a,
.err.prettyradio a{ 
    border-color:#ff0000;
}

.err.prettycheckbox a.checked,
.err.prettyradio a.checked{ 
    border-color:#fff;
}


.prettycheckbox label,
.prettyradio label {
  display:none;
}


/* //////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-contests h1.page-title{
  display: none;
}

.page-node-type-contests main{
  text-align: center;
  background: #e5ddd2;
}


.page-node-type-contests article{
  position: relative;
}

.page-node-type-contests .field--name-webform{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  min-height: 100px;
  padding: 50px 20px 100px 20px;
  padding: 50px 20px 245px 20px;
  width: auto;
}

.page-node-type-contests.SummerCinemas2024 .field--name-webform,
.page-node-type-contests.SummerCinemas2024 .webform-submission-form .radios--wrapper{
  max-width: 100%;
}

.page-node-type-contests .webform-submission-form{
  width: auto;
  max-width: 3000px;
}

.page-node-type-contests .webform-submission-form .js-form-item{
  width: auto;
  display: block;
  margin: 0px;
  padding: 0px;
}

.page-node-type-contests .field--name-webform .webform-submission-form{
  font-size: 16px;
}

.page-node-type-contests .field--name-webform .checkboxes--wrapper .fieldset-legend{
  display: none;
}

.page-node-type-contests .field--name-webform .checkboxes--wrapper{
  padding: 40px 0 45px 45px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.page-node-type-contests .field--name-webform .checkboxes--wrapper::after{
  content: "*Υποχρεωτικό πεδίο";
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #987f5f;
}




.page-node-type-contests .webform-submission-form .js-webform-checkboxes{
  float: left;
  margin: 0 0 0 -30px;
}

.page-node-type-contests .webform-submission-form .js-form-item.js-form-type-checkbox{
  padding: 0px;
  width: auto;
}

.page-node-type-contests .webform-submission-form .js-form-item .description{
  padding-top: 0px;
  color: #987f5f;
  font-size: 14px;
  font-family: 'NeutrTexGreDem';
  line-height: 130%;
}

.page-node-type-contests .webform-submission-form .js-form-item .description a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}

.page-node-type-contests .webform-submission-form .gen-button{
  height: 63px;
  line-height: 63px;
  padding: 0px;
  min-width: 166px;
}

.page-node-type-contests .webform-submission-form .gen-button::before{
  background: #273f34;
}

.page-node-type-contests .webform-submission-form .form-submit{
  color: #e5ddd2;
  font-size: 20px;
  height: 63px;
  line-height: 63px;
  width: 100%;
  margin: 0px;
  padding: 0 30px;
}

.page-node-type-contests .webform-submission-form .js-webform-radios{
  padding-top: 45px;
}



.page-node-type-contests .webform-submission-form .radios--wrapper{
  text-align: center;
  color: #273f34;
  font-size: 34px;
  padding: 0 0 0px 0;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.page-node-type-contests .webform-submission-form .radios--wrapper{
  max-width: 600px;
  max-width: 770px;
  margin: 0 auto;
}

.page-node-type-contests .webform-submission-form .radios--wrapper .form-required::after{
  display: none;
}


.page-node-type-contests .webform-submission-form .radios--wrapper .js-form-item{
  width: 240px;
  margin: 0 auto 25px auto;
}


.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio {
    display: block;
    padding:0;
    vertical-align:middle;
    float:none;
    height: 70px;
    background: #e5ddd2;
    border: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,1);
    box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,1);

    margin:0px 0 0 0px;
    position: relative;
}

.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio a{
    width: 100%;
    height: 70px;
    display: block;
    cursor: pointer;
    position:relative;
    background: none;
} 

.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio.error a::before{
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #ff0000;
}

.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio a.checked::after{ 
    content:"";
    position:absolute;
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
    background:#273f34;
    z-index: 1;
}


.page-node-type-contests .webform-submission-form .checkboxes--wrapper legend,
.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message{
  display: none;
}




.page-node-type-contests .webform-submission-form .err.prettyradio a{ 
    border-color:#ff0000;
}

.page-node-type-contests .webform-submission-form .err.prettyradio a.checked{ 
    border-color:#fff;
}


.page-node-type-contests .webform-submission-form .prettyradio label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 70px;
  color: #273f34;
  font-size: 20px;
  text-transform: none;
  cursor: pointer;
  z-index: 2;
}

.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio.active label{
  color: #e5ddd2;
}


.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message,
.page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message{
    position: absolute;
    bottom: 65px;
    bottom: 210px;
    left: 0px;
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message::before,
.page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message::before{
  display: none;
}

.page-node-type-contests .layout-content{
  position: relative;
}

.page-node-type-contests div[data-drupal-messages]{
  position: relative;
  
  width: 100%;
  text-align: center;
  z-index: 20;
  
}

.page-node-type-contests div[data-drupal-messages] .messages--warning{
  visibility: visible;
  text-align: center;
  color: #273f34;
  font-size: 30px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 50px 0;
}

.page-node-type-contests div[data-drupal-messages] .messages--warning a{
      color: #987f5f;
    font-size: 18px;
    font-family: 'NeutrTexGreDem';
    line-height: 130%;
}

.page-node-type-contests div[data-drupal-messages] .messages--error{
  display: none;
}

.page-node-type-contests .webform-confirmation{
  width: 100%;
  text-align: center;
  color: #273f34;
  font-size: 28px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.page-node-type-contests .webform-confirmation a{
    color: #987f5f;
    font-size: 15px;
    font-family: 'NeutrTexGreDem';
    line-height: 130%;
}


/* //////////////////////////////////////////////////////////////////////////////////// */

 
body.pg_verify_page:not(.path-frontpage) main{
    padding: 20px;
    background: url("../images/bg-login.jpg") no-repeat center top;
    background-size: cover;
    height: calc(100vh - 174px - 267px);
    min-height: 650px;
    color: #c7bca9;
    position: relative;
}

body.pg_verify_page:not(.path-frontpage) h1{
  display: none;
}

body.pg_verify_page .page-verify{
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  font-size: 24px;
  line-height: 130%;
  color: #c7bca9;
}

body.pg_verify_page .page-verify a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

body.pg_verify_page .page-verify .icon{
  width: 152px;
  background: url("../images/icon-verify.png") no-repeat center center;
  background-size: contain;
  height: 158px;
  margin: 0 auto 55px auto;
}





/* //////////////////////////////////////////////////////////////////////////////////// */

.layout-container{
  opacity: 0;
}

.user-age-checked .layout-container{
  opacity: 1;
}

.age-lightbox{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #6F6152;
  display: none;
}

.user-age-check .age-lightbox{
  display: block;

}


.age-lightbox .content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


#AgeCheckWrapper .logo{
  background: url("../images/logo.png") no-repeat center center;
  background-size: contain;
  width: 150px;
  height: 140px;
  margin: 0 auto;
}

#AgeCheckWrapper .title{
  padding: 25px 0 25px 0;
  font-size: 24px;
  color: #fff;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}


#AgeCheckWrapper .fields{
  font-size: 0px; 
  padding: 0 0 30px 0;
}

#AgeCheckWrapper input{
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #C7BCA9;
  background: none;
  margin: 0 7px;
  font-size: 24px;
  color: #fff;
  font-family: 'NeutrTexGreBoo';
}

#AgeCheckWrapper input::-webkit-input-placeholder { 
  color: #fff;
  opacity: 1;
}
#AgeCheckWrapper input::-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
#AgeCheckWrapper input:-ms-input-placeholder { 
  color: #fff;
  opacity: 1;
}
#AgeCheckWrapper input:-moz-placeholder { 
  color: #fff;
  opacity: 1;
}

#AgeCheckWrapper input.err{
  border-color: #A70000;
}

#AgeCheckWrapper input:nth-child(3){
  width: 97px;
}


#AgeCheckWrapper .copy{
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #C7BCA9;
  padding: 15px 0 0 0;
}



/* //////////////////////////////////////////////////////////////////////////////////// */

.pg-404 h1.page-title{
  display: none;
}

.pg-404 .page-404{
  min-height: calc(100vh - 610px);
}

.pg-404 .page-404 .title{
  padding: 30px 0 0 0;
    color: #273f34;
    font-size: 40px;
    line-height: 100%;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.pg-404 .page-404 .text{
  padding: 30px 0 0 0;
}

/* //////////////////////////////////////////////////////////////////////////////////// */


body.terms-page main .layout-content{
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}

body.terms-page.page-node-type-page:not(.path-frontpage) main{
  min-height: calc(100vh - 441px);
}


body.terms-page.page-node-type-page:not(.path-frontpage) h1.page-title{
  text-align: left;
  padding: 0 0 25px 0;
}

body.terms-page main .layout-content .field--type-text-with-summary{
  font-size: 17px;
  line-height: 130%;
}

body.terms-page main .layout-content .field--type-text-with-summary p{
  padding: 0 0 20px 0;
}

body.terms-page main .layout-content .field--type-text-with-summary a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

body.terms-page main .layout-content .field--type-text-with-summary ul li{
  list-style-type: disc;
  margin: 0 0 0 15px;
}

body.terms-page main .layout-content .field--type-text-with-summary ol li{
  list-style-type: decimal;
  margin: 0 0 0 15px;
}


/* //////////////////////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1620px) {

  #block-views-block-contests-block-2 .slick-next{
    right: 20px;
    top: auto;
    bottom: 0px;
  }
  #block-views-block-contests-block-2 .slick-prev{
    left: 20px;
    top: auto;
    bottom: 0px;
  }

}

@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 1139px) {



  .gen-button.max {
    min-width: 220px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
  }

  .home-hero .icon-scroll{
    height: 80px;
  }

  .home-benefits .content{
    min-width: 320px;
    -ms-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    top: 120px;
  }

  .home-benefits .content .title {
    font-size: 30px;
  }

  .home-benefits .content .items .item {
    font-size: 18px;
    background-size: 10px auto;
    padding: 0 0 41px 25px;
  }

  .home-benefits .content .items .item .item-title {
    padding: 0 0 0 30px;
    font-size: 18px;
  }


  body.pg_verify_page .page-verify .icon {
    height: 126px;
    margin-bottom: 30px;
  }

  body.pg_verify_page .page-verify{
    font-size: 20px;
  }

  body.pg_verify_page:not(.path-frontpage) main{
    min-height: 480px;
  }

  #block-views-block-current-user-block-1{
    width: 100%;
    padding-bottom: 60px;
    min-height: 10px;
  }

  #block-loggedinmessagesbox{
    width: 100%;
    min-height: 10px;
    padding-bottom: 130px;
  }

  #block-loggedinmessagesbox .messages-list{
    width: 560px;
  }

  #block-loggedinmessagesbox .scroll{
    left: 50%;
  }

}


@media screen and (max-width: 959px) {


  .home-hero .bg img{
    object-fit: cover;
  }


  .home-benefits .col{
    display: block;
    width: auto;
    height: calc(50vh);
  }

  .home-benefits .col.first{
    border-bottom: 15px solid #eeedeb;
  }

  .home-benefits .content {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #block-ogeneric-branding{
    left: 20px;
  }

  #block-ogeneric-main-menu{
    right: 30px;
  }

  #block-ogeneric-account-menu{
    right: 100px;
  }

  header::before {
    left: 180px;
    width: calc(100% - 355px);
  }

  .slick-prev{
    left: -40px;
    width: 40px;
  }

  .slick-next{
    right: -40px;
    width: 40px;
  }

  #block-worldoffischer .items{
    max-width: 620px;
  }


  .view-contests .view-content .view-content .views-field-field-contest-teaser-image img{
    max-width: 570px;
  }

  .view-contests .view-content .view-content .views-field-view-node{
    padding: 70px 0 0 0;
  }



  .view-contests .view-content{
    font-size: 0px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .view-contests .view-content .views-row,
  #block-views-block-contests-block-1 .view-contests .view-content .views-row{
    display: block;
    vertical-align: top;
    width: auto;
    padding: 20px 0 0px 0;
  }

  .view-contests .view-content .views-row:first-child{
    padding-top: 0px;
  }

  .view-contests .view-content .views-field-view-node {
    padding: 60px 0 0 0;
  }




  .page-node-type-contests .field--name-webform{
    position: relative;
    right: auto;
    bottom: auto;
    background: #e5ddd2;
    width: auto;
    padding: 50px 20px 215px 20px;
  }

  .contest-bottom-copy{
    font-size: 22px !important;
  }

  .page-node-type-contests .webform-submission-form .radios--wrapper{
    font-size: 20px;
    white-space: nowrap;
  }

  .page-node-type-contests .webform-submission-form .js-webform-radios{
    padding-top: 20px;
  }


  .page-node-type-contests .webform-submission-form .radios--wrapper .js-form-item{
    width: 290px;
    display: block;
    margin: 0 auto 15px auto;
  }

  .page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio,
  .page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio a{
    height: 35px;
  }

  .page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio label{
    height: 35px;
    line-height: 35px;
  }




  .home-hero.v3 .bg,
  .home-hero.v2 .bg{
    overflow: hidden;
  }

  .home-hero.v3 .bg img {
    
  }

  .home-hero.v3 .content,
  .home-hero.v2 .content {
    min-width: 11px;
    width: 250px;
    right: 3.6vw;
  }

  .home-hero.v3 .content,
  .home-hero.v2 .content{
    /*
    right: 15%;
    top: calc(50% - 30px);
    */
  }




  .home-hero.v3 .content .title,
  .home-hero.v2 .content .title {
    font-size: 16px;
    
  }



  .home-hero.v3 .content .text,
  .home-hero.v2 .content .text {
    padding: 5px 0 15px 0;
    font-size: 11px;
  }

  .home-hero.v3 .content .gen-button, 
  .home-hero.v3 .content .gen-button.max,
  .home-hero.v2 .content .gen-button, 
  .home-hero.v2 .content .gen-button.max {
    min-width: 130px;
    font-size: 13px;
    height: 45px;
    line-height: 29px;
  }

  .home-hero.v3 .content .copy, 
  .home-hero.v2 .content .copy {
    padding: 14px 0 0 0;
    font-style: italic;
    font-size: 12px;
}

  .home-hero .icon-scroll{
    display: none;
  }


  #block-views-block-contests-block-2 .view-contests .view-content .views-field-field-contest-teaser-image{
    margin: 20px;
  }


  #block-views-block-contests-block-2 .slick-next{
    right: 0px;
    top: 200px;
    bottom: auto;
  }
  #block-views-block-contests-block-2 .slick-prev{
    left: 0px;
    top: 200px;
    bottom: auto;
  }

}


@media screen and (max-width: 767px) {


  header{
    padding: 0px;
    min-height: 45px;
  }

  header::before{
    display: none;
  }

  #block-ogeneric-branding{
    left: 15px;
  }

  #block-ogeneric-branding img{
    max-width: 39px;
    width: 39px;
    height: 30px;
    opacity: 1;
  }
/*
  #block-ogeneric-branding .site-logo::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/mob-logo.png") no-repeat center center;
    background-size: contain;
  }
*/
  #block-ogeneric-main-menu{
    right: 15px;
  }

  #block-ogeneric-main-menu h2{
    width: 19px !important;
    height: 20px !important;
  }

  #block-ogeneric-account-menu{
    right: 50px;
  }

  #block-ogeneric-account-menu h2 {
    width: 19px !important;
    height: 20px !important;
  }

  #block-ogeneric-main-menu > ul, 
  #block-ogeneric-account-menu > ul {
    right: -10px;
    top: calc(100% - 7px);
  }

  footer #block-footerblock .col,
  footer #block-footerblock .col.sec,
  footer #block-footerblock .col.last{
    display: block;
    width: auto;
    border: 0px;
    text-align: left;
    padding: 25px 0 10px 25px;
    min-height: 10px;
  }


  footer #block-footerblock{
    padding: 30px;
  }

  footer #block-footerblock .row{
    border: 2px solid #c7bca9;
    border-bottom: 0px;
  }

  #block-anonymoususerhomepage{
    padding: 5px;
  }

  .home-hero{
    height: 570px;
    background-position: center 270px;
    background-size: 660px auto;
    background-color: #0e0e1d;
  }

  .home-hero::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 270px;
    width: 100%;
    height: 60px;
    
    background: -moz-linear-gradient(top, rgba(14,14,29,1) 0%, rgba(14,14,29,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14,14,29,1) 0%,rgba(14,14,29,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14,14,29,1) 0%,rgba(14,14,29,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e1d', endColorstr='#000e0e1d',GradientType=0 ); /* IE6-9 */
  
    display: none;
  }


  .home-hero .content{
    right: auto;
    left: 50%;
    width: 320px;
    text-align: center;
    min-width: 10px;
    padding: 0 10px;
    -ms-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    top: 40px;


    top: auto;
    bottom: 20px;
  }

  .home-hero .content .text i{
    font-size: 12px;
  }

  .home-hero .content .title{
    font-size: 20px;
    padding: 0 0 10px 0;
  }

  .home-hero .content .text {
    padding: 10px 0 30px 0;
    font-size: 16px;
  }

  .home-hero .icon-scroll{
    bottom: -45px;
  }

  .home-hero .content .text {
    padding: 0px 0 18px 0;
    font-size: 16px;
    line-height: 110%;
  }

  .home-hero .content .title{
    
    font-size: 25px;
  }


  .home-hero .content{
    text-align: left;
    left: 50%;
    width: 150px;
    bottom: auto;
    top: 80px;
    padding: 0px;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);

  }

  .home-hero .content .title{
    font-size: 16px;
    border-bottom: 2px solid #fff;
  }
  .home-hero .content .text{
    font-size: 14px;
    padding-top: 5px;
  }

  .home-hero .content .title br,
  .home-hero .content .text br{
 
  }


  .home-hero .content .copy{
    font-size: 12px;
    padding: 10px 0 0 0;
    line-height: 130%;
  }

  .home-hero .gen-button.max{
    min-width: 150px;
  }


  .home-benefits{
    border-top: 5px solid #eeedeb;
  }

  .home-benefits .col{
    height: 360px;
    min-height: 10px;
  }

  .home-benefits .col.first {
    border-bottom: 5px solid #eeedeb;
  }

  .home-benefits .content{
    min-width: 250px;
  }

  .home-benefits .content .title,
  .home-benefits .col.first .content .title{
    font-size: 18px;
    padding: 0 0 5px 0;
  }

  .home-benefits .content .items .item {
    font-size: 14px;
    background-size: 6px auto;
    background-position: left 2px;
    padding: 0 0 10px 15px;
  }

  .home-benefits .content .items .item .item-num {
    font-size: 44px;
    line-height: 44px;
    width: 33px;
  }

  .home-benefits .content .items .item .item-num::after {
    width: 30px;
  }

  .home-benefits .content .items .item .item-title {
    padding: 0 0 0 15px;
    font-size: 14px;
  }

  .path-user #block-ogeneric-page-title h1 {
    font-size: 20px;
    padding: 0 0 45px 0;
  }

  .path-user main {
    padding: 40px 20px 50px 20px;
    min-height: 10px;
  }


  .user-login-form, .user-register-form, .user-pass, .user-form, .email-tfa-verify-form {
    max-width: 360px;
    padding: 0 20px;
  }

  .user-login-form .form-submit, 
  .user-register-form .form-submit, 
  .user-form .form-submit, 
  .user-pass .form-submit, 
  .email-tfa-verify-form .form-submit {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    min-width: 180px;
  }

  #block-loginpagelinks {
    padding: 15px 0 0 0;
    font-size: 14px;
    color: #c7bca9;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
  }

  .user-login-form .form-item label, 
  .user-register-form .form-item label, 
  .user-register-form .label, 
  .user-form .form-item label, 
  .user-form .label, .user-pass .form-item label, 
  .email-tfa-verify-form .form-item label,
  .user-form #userbirthdate .field--type-integer h3 {
    font-size: 13px;
  }

  .user-login-form .form-item input[type="text"], 
  .user-login-form .form-item input[type="email"], 
  .user-login-form .form-item input[type="password"], 
  .user-register-form .form-item input[type="text"], 
  .user-register-form .form-item input[type="email"], 
  .user-register-form .form-item input[type="password"], 
  .user-register-form .form-item input[type="date"], 
  .user-form .form-item input[type="text"], 
  .user-form .form-item input[type="email"], 
  .user-form .form-item input[type="password"], 
  .user-form .form-item input[type="date"], 
  .user-pass .form-item input[type="text"], 
  .user-pass .form-item input[type="email"], 
  .user-pass .form-item input[type="password"], 
  .user-pass .form-item select, 
  .email-tfa-verify-form .form-item input[type="text"], 
  .email-tfa-verify-form .form-item input[type="email"], 
  .email-tfa-verify-form .form-item input[type="password"],
  .user-form #userbirthdate .field--type-integer input {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }


  body.page-node-type-page:not(.path-frontpage) main{
    padding: 35px 20px 40px 20px;
  }

  body.page-node-type-page:not(.path-frontpage) h1.page-title{
    font-size: 20px;
    padding: 0 0 25px 0;
  }

  .contact-option{
    width: calc(100% - 20px);
    height: 150px;
    padding: 24px 0 0 0;

  }

  .contact-option .icon{
    height: 66px;
    width: 100%;
  }

  .contact-option .option-title {
    padding: 20px 0 0 0;
    font-size: 18px;
  }

  .contact-option.o2{
    padding: 30px 0 0 0;
  }

  .contact-option.o2 .icon{
    width: 100%;
    height: 57px;
  }

  body.page-node-type-page.page-faq main .more-title{
    font-size: 16px;
  }

  body.page-node-type-page.page-faq main .more-text{
    font-size: 14px;
    padding: 0 0 30px 0;
  }

  body.page-node-type-page.page-faq main .gen-button{
    width: calc(100% - 20px);
    margin: 0 auto;
  }


  body.page-node-type-webform main .title{
    font-size: 18px;
    padding: 0 0 10px 0;
  }

  body.page-node-type-webform main .sub-title{
    font-size: 14px;
    padding: 0 0 45px 0;
  }

  body.page-node-type-webform main{
    padding: 35px 20px 30px 20px;
  }

  .webform-submission-form .js-form-item{
    display: block;
    width: auto;
    margin: 0 0 25px 0;
  }

  .webform-submission-form .js-form-item.js-form-type-textarea label{
    font-size: 18px;
  }

  .webform-submission-form .form-actions .gen-button{
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
  }

  .webform-submission-form .form-submit{
    width: 100%;
    margin: 0px;
  }

  .webform-submission-form .js-form-item.js-form-type-checkbox .description{
    font-size: 14px;
  }

  #block-views-block-current-user-block-1{
    padding: 0px 20px 30px 20px;
  }

  .my-profile-page{
    background-image: none;
    
  }

  .my-profile-page .title{
    font-size: 20px;
    padding: 0 0 25px 0;
  }

  .my-profile-page .sub-title,
  #block-loggedinmessagesbox .sub-title {
    font-size: 14px;
    padding: 0 0 25px 0;
  }

  .my-profile-page > .view-content{
    width: 300px;
    padding: 20px;
  }

  .my-profile-page > .view-content > .views-row .views-field,
  .my-profile-page > .view-content > .views-row .views-field:nth-child(even) {
    display: block;
    width: auto;
    margin: 0 0px 15px 0;
  }

  .my-profile-page > .view-content > .views-row .views-field .field-content{
    font-size: 18px;
  }

  .my-profile-page > .view-content > .views-row .views-field.views-field-nothing .gen-button{
    width: 100%;
  }
  
  #block-loggedinmessagesbox{
    padding: 0px 20px 35px 20px;
  }

  #block-loggedinmessagesbox .messages-list{
    width: 300px;
    padding: 15px;
  }

  #block-loggedinmessagesbox .messages-list a {
    font-size: 16px;
    background-size: 30px auto;
    padding: 0px 0 0px 40px;
    min-height: 35px;
  }

  #block-loggedinmessagesbox .scroll,
  .my-profile-page .scroll{
    display: none;
  }

  #block-loggedinhomepagetitle{
    font-size: 20px;
    padding: 35px 20px 30px 20px;
  }


  .view-contests{
    padding: 0 20px 65px 20px;
    background: #e5ddd2;
  }


  .view-contests .view-header .title,
  .view-contests .no-results .title {
    font-size: 18px;
    padding: 0 0 40px 0;
  }

  .view-contests .view-content {
    padding: 0px;
  }

  .view-contests .view-content .views-field-view-node {
    padding: 40px 0 0 0;
  }

  .view-contests .view-content .views-row {
    padding: 70px 0 0px 0;
  }


  #block-worldoffischer{
    padding-top: 30px;
  }

  #block-worldoffischer .title {
    font-size: 18px;
    padding: 0 0 25px 0;
  }

  #block-worldoffischer .items{
    width: 100%;
  }

  #block-worldoffischer .items .item{
    width: 100%;
    height: 350px;
    margin: 0px;
  }



  .slick-next{
    right: 0px;
    width: 26px;
    height: 23px;
    background-image: url("../images/mob-icon-next.png");
  }

  .slick-prev{
    left: 0px;
    width: 26px;
    height: 23px;
    background-image: url("../images/mob-icon-prev.png");
  }

  #block-worldoffischer .items .item .item-title{
    font-size: 27px;
  }


  .user-register-form > .js-form-wrapper, .user-form > .js-form-wrapper{
    width: 100%;
  }


    
  .user-register-form > .js-form-wrapper#edit-field-birth-date-wrapper, .user-form > .js-form-wrapper#edit-field-birth-date-wrapper,.user-form #userbirthdate{
    float: none;
  }



  .user-register-form > .js-form-wrapper#edit-account > .js-form-type-email, .user-form > .js-form-wrapper#edit-account > .js-form-type-email {
      width: 100%;
      margin:0;
  }


  .user-login-form, .user-register-form, .user-pass, .user-form, .email-tfa-verify-form{
    max-width: 3000px;
    padding: 0;
  }


    .user-register-form > .js-form-wrapper#edit-account #edit-pass .form-item, .user-form > .js-form-wrapper#edit-account #edit-pass .form-item {
      width: 100%;
      max-width: 1000px;
  }



  .user-form > .js-form-wrapper#group-interests {

    margin: 0 0 160px 0;
  }


  .user-form > .js-form-wrapper.field--widget-boolean-checkbox{
    padding: 20px 10px;
  }

  .user-form > .js-form-wrapper#group-interests .js-form-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .user-form > .js-form-wrapper#group-interests .js-form-wrapper .prettycheckbox label {
    font-size: 16px;
  }

  .user-form > .js-form-wrapper#group-interests .fieldset-legend {
    font-size: 18px;
    top: 20px;
  }


  .user-register-form > .js-form-wrapper, .user-form > .js-form-wrapper,.user-form #userbirthdate {
    font-size: 16px;
    padding: 0 0px 25px 0px;
  }

  .user-form #userbirthdate{
    font-size: 0px;
    width: 100%;
  }

  .user-register-form > .js-form-wrapper#edit-account > .js-form-type-email, 
  .user-form > .js-form-wrapper#edit-account > .js-form-type-email {
    padding: 0 0px 25px 0px;
    margin: 0px;
  }

  .user-register-form.user-form > .js-form-wrapper#edit-account > .js-form-type-email{
    margin: 0px;
  }

  .user-logged-in .user-form > .js-form-wrapper .form-item-current-pass{
    padding-left: 0px;
    padding-right: 0px;
  }

  .user-register-form > .js-form-wrapper#edit-account #edit-pass .form-item, .user-form > .js-form-wrapper#edit-account #edit-pass .form-item {
    padding: 0px 0px 25px 0px;
  }

  .user-register-form > .js-form-wrapper#edit-account #edit-pass  .description, .user-form > .js-form-wrapper#edit-account #edit-pass  .description {
    padding: 0px 0px 20px 0px;
  }


  .user-register-form > .js-form-wrapper#group-optin .fieldset-wrapper .description, .user-form > .js-form-wrapper#group-optin .fieldset-wrapper .description{
    font-size: 13px;
  }

  .user-register-form > .js-form-wrapper.field--widget-boolean-checkbox .description, .user-form > .js-form-wrapper.field--widget-boolean-checkbox .description{
    font-size: 13px;
  }

  .user-login-form .form-submit, .user-register-form .form-submit, .user-form .form-submit, .user-pass .form-submit, .email-tfa-verify-form .form-submit {

    line-height: 58px;
  }

  .user-login-form .gen-button, .user-register-form .gen-button, .user-form .gen-button, .user-pass .gen-button, .email-tfa-verify-form .gen-button{
    width: 100%;
  }

  .user-login-form .form-submit, .user-register-form .form-submit, .user-form .form-submit, .user-pass .form-submit, .email-tfa-verify-form .form-submit{
    display: block;
    width: 100%;
  }

  footer .region-footer nav ul.menu li {
    padding: 0 17px;
    line-height: 180%;
  }


  .home-hero.v2 .content .logo {
    width: 205px;
    height: 130px;
  }


  .home-hero.v2{
    height: 740px;
    background-color: #0f1d16;
    background-position: center 430px;
  }


  .home-hero.v2::before{
    top: 430px;
    
    background: -moz-linear-gradient(top, rgba(15,29,22,1) 0%, rgba(15,29,22,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15,29,22,1) 0%,rgba(15,29,22,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15,29,22,1) 0%,rgba(15,29,22,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1d16', endColorstr='#0f1d16',GradientType=0 ); /* IE6-9 */
  }


  body.pg_verify_page .page-verify .icon{
    width: 79px;
    height: 82px;
  }

  body.pg_verify_page .page-verify{
    font-size: 16px;
  }

  body.pg_verify_page .page-verify br{
    display: none;
  }

  body.pg_verify_page .page-verify .content{
    max-width: 300px;
    margin: 0 auto;
  }

  body.pg_verify_page .page-verify .content p{
    padding: 0 0 20px 0;
  }

  body.pg_verify_page:not(.path-frontpage) main{
    min-height: 390px;
  }

  .view-contests .view-content .view-content .views-field-field-contest-teaser-image img{
    max-width: 290px;
  }

  .view-contests .view-content .view-content .views-field-view-node{
    padding: 50px 0 0 0;
  }


  .form-top-title{
    padding: 0 0 40px 0;
  }

  .form-top-title .title{
    font-size: 20px;
  }

  .form-top-title .sub-title{
    font-size: 14px;
  }

  .age-lightbox .content{
    width: calc(100% - 40px);
  }



  .page-node-type-contests .field--name-webform .checkboxes--wrapper {
    padding: 40px 0 40px 45px;
  }

  .page-node-type-contests div[data-drupal-messages]{
    width: 100%;
    left: 0px;
  }

  .page-node-type-contests div[data-drupal-messages] > div{
    padding: 0 20px;
  }

  .page-node-type-contests .webform-confirmation {
    font-size: 20px;
    bottom: 0px;
    font-size: 16px;
  }

  .page-node-type-contests .field--name-webform{
    padding-bottom: 85px;
  }

  .page-node-type-contests .webform-submission-form .radios--wrapper{
    line-height: 130%;
  }

  .page-node-type-contests .webform-submission-form .radios--wrapper .js-form-item {
    width: auto;
  }

  .page-node-type-contests .webform-submission-form{
    max-width: 290px;
    margin: 0 auto;
  }

  .page-node-type-contests div[data-drupal-messages] .messages--warning{
    font-size: 22px;
  }



  .home-hero{
      height: 630px;
      height: 168vw;
      height: 570px;
      background: #0e0e1d url("../images/bg-home-hero-mob.jpg") no-repeat center bottom;
      background-size: cover;
    }

    .home-hero.campaignopenfischer{
      background-image: url("../images/bc_campaignopenfischer-hero-mob.jpg");
       background-size: cover;
      height: 570px;
    }


    .home-hero.campaign-therina{
      background-image: url("../images/bc_campaign_therina_hero_mob.jpg");
       background-size: cover;
      height: 570px;
    }

    .home-hero.campaign-therina.v5{
      background-image: url("../images/bc_campaign_antinoos_hero_mob.jpg");
    }

    .page-node-type-contests .webform-submission-form .radios--wrapper{
      white-space: normal;
    }

    .home-hero .content .title {
      font-size: 19px;
  }


   .home-hero.v3 .content,
   .home-hero.v2 .content{
      min-width: 10px;
      width: 260px;
      margin-top: 0px;
    }


    .home-hero .content{
      
      left: 50%;
      width: 100%;
      padding: 0 20px;
      text-align: center;
      max-width: 320px;
      max-width: 280px;
      -ms-transform: translate(-50%, -0%);
      -webkit-transform: translate(-50%, -0%);
      transform: translate(-50%, -0%);
    }


    .home-carousel .gen-button,
    .home-carousel .gen-button.max {
        width: 127px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }


    .home-carousel .gen-button::before {
        top: 8px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 16px);

    }



    .home-hero .bg,
    .home-hero.v3 .bg,
    .home-hero.v2 .bg{
    }

    .home-hero .bg img{
      display: none;
    }

    .home-hero.v3::before,
    .home-hero.v2::before{
      content: "";
      position: absolute;
      left: 0px;
      top: 375px;
      width: 100%;
      height: 60px;
      
      background: -moz-linear-gradient(top, rgba(15,29,22,1) 0%, rgba(15,29,22,0) 100%); 
      background: -webkit-linear-gradient(top, rgba(15,29,22,1) 0%,rgba(15,29,22,0) 100%); 
      background: linear-gradient(to bottom, rgba(15,29,22,1) 0%,rgba(15,29,22,0) 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1d16', endColorstr='#0f1d16',GradientType=0 ); 
    }

    .home-hero.v2 .logo{
      display: none;
    }

    .home-hero.v3 .content .title,
    .home-hero.v2 .content .title {
      font-size: 16px;
      padding: 160px 20px 10px 20px;
      border: 0px;

      background: url("../images/img-home-logo.png") no-repeat center top;
      background-size:205px 130px;


    }



    .home-hero.v2 .content .text br{
      display: none;
    }

    .view-contests .view-content .views-field-field-offline-text{
      font-size: 14px;
      padding: 25px 0px 20px 0px;
    }

    .view-contests,
    #block-views-block-contests-block-2 .view-contests{
      padding-bottom: 80px;
    }



    .view-contests .view-content .views-row, #block-views-block-contests-block-1 .view-contests .view-content .views-row{
      padding-top: 0px;
    }


     #block-views-block-contests-block-2 .slick-next{
      top: 146px;
      right: 20px;
    }
    #block-views-block-contests-block-2 .slick-prev{
      top: 146px;
      left: 20px;
    }

    .view-contests .view-content{
      margin: 0 -20px;
    }


    .view-contests .view-content .views-row, 
    #block-views-block-contests-block-1 .view-contests .view-content .views-row {
      padding: 20px 20px 0px 20px;
    }

    #block-views-block-contests-block-2 .view-contests .view-content .views-row {
      padding: 20px 0px 0px 0px;
    }



    .home-hero .bg img {
      display: none;
    }

    .home-hero .bg img.mob {
      display: block;
    }

    .home-hero.img-only .content {
      top: 121.77vw;
      right: auto;
      left: 23vw;
      transform: translate(0, 0);
  }


}



@media screen and (max-width: 480px) {
  .user-form > .js-form-wrapper#group-interests {
    margin: 0 0 190px 0;
  }
}










/* //////////////////////////////////////////////////////////////////////////////////// */
/* ///contest sklavenitis////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */

.contest-sklavenitis{
  background: #e5ddd2 url("../images/contest-sklavenitis-bg.png") no-repeat calc(50% - 390px) 220px;
  background-size: auto 2200px;
  text-align: center;

  padding: 0px 0 650px 50%;
  text-align: left;
  overflow: hidden;
}

.contest-sklavenitis .content{
  padding: 160px 0 0 115px;
  min-height: 620px;
  position: relative;
  height: calc(100vh - 174px);
}

.contest-sklavenitis .content .scroll,
.contest-sklavenitis .gifts .scroll{
  position: absolute;
  left: 0px;
  bottom: 0px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  background: url("../images/contest-sklavenitis-scroll.png") no-repeat center center;
  background-size:contain;
  width: 44px;
  height: 58px;
  cursor: pointer;
}

.contest-sklavenitis .content .logo{
  background: url("../images/contest-sklavenitis-logo.png") no-repeat center center;
  background-size:contain;
  width: 452px;
  height: 300px;
}

.contest-sklavenitis .content .title{
  font-size: 40px;
  line-height: 100%;
  color: #273f34;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 90px 0 10px 0;
}

.contest-sklavenitis .content .text{
  font-size: 28px;
  color: #987f5f;
  line-height: 130%;
}


.contest-sklavenitis .gifts{
  padding: 450px 0 50px 90px;
  position: relative;

  min-height: 890px;
  height: 100vh;

}

.contest-sklavenitis .gifts .gift{
  border: 1px solid #716653;
  position: relative;
  min-height: 130px;
  max-width: 650px;
  text-align: right;
  font-size: 36px;
  color: #716653;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  line-height: 100%;
  padding: 20px 30px 0 0;
  letter-spacing: 1px;
}

.contest-sklavenitis .gifts .gift strong{
  font-size: 78px;
}

.contest-sklavenitis .gifts .gift.g2{
  margin-top: 130px;
  max-width: 815px;
}

.contest-sklavenitis .gifts .gift.g2 strong{
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 -35px 0;
}


.contest-sklavenitis .gifts .gift.g1::before{
  content: "";
  position:absolute;
  left:-10px;
  bottom:15px;
  background: url("../images/contest-sklavenitis-gift1.png") no-repeat center center;
  background-size:contain;
  width: 280px;
  height: 430px;
}

.contest-sklavenitis .gifts .gift.g2::before{
  content: "";
  position:absolute;
  left:-33px;
  bottom:-33px;
  background: url("../images/contest-sklavenitis-gift2.png") no-repeat center center;
  background-size:contain;
  width: 667px;
  height: 276px;
}

.webform-submission-form .js-form-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 35px 0;
}


.pg-contest-sklavenitis.page-node-type-contests article{
  position: relative;
}

.pg-contest-sklavenitis.page-node-type-contests .field--name-webform{
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 20px;
  width: 570px;
  text-align: center;
  min-height: 100px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-form-item{
  width: auto;
  display: block;
  margin: 0px;
  padding: 0px;
}

.pg-contest-sklavenitis.page-node-type-contests .field--name-webform .webform-submission-form{
  font-size: 16px;
}

.pg-contest-sklavenitis.page-node-type-contests .field--name-webform .checkboxes--wrapper .fieldset-legend{
  display: none;
}

.pg-contest-sklavenitis.page-node-type-contests .field--name-webform .checkboxes--wrapper{
  padding: 80px 0 85px 45px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-webform-checkboxes{
  float: left;
  margin: 0 0 0 -30px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-form-item.js-form-type-checkbox{
  padding: 0px;
  width: auto;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-form-item .description{
  padding-top: 0px;
  color: #987f5f;
  font-size: 14px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-form-item .description a{
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .gen-button{
  height: 63px;
  line-height: 63px;
  padding: 0px;
  min-width: 166px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .gen-button::before{
  background: #273f34;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .form-submit{
  color: #e5ddd2;
  font-size: 20px;
  height: 63px;
  line-height: 63px;
  width: 100%;
  margin: 0px;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .js-webform-radios{
  padding-top: 25px;
}



.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper{
  text-align: center;
  color: #273f34;
  font-size: 34px;
  padding: 0 0 0px 0;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .form-required::after{
  display: none;
}


.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .js-form-item{
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin: 0 20px;
}


.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio {
    display: block;
    padding:0;
    vertical-align:middle;
    float:none;
    height: 70px;
    background: #e5ddd2;
    border: 1px solid #273f34;
    margin:0px 0 0 0px;
    position: relative;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio a{
    width: 100%;
    height: 70px;
    display: block;
    cursor: pointer;
    position:relative;
    background: none;
} 

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio.error a::before{
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #ff0000;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio a.checked::after{ 
    content:"";
    position:absolute;
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
    background:#273f34;
    z-index: 1;
}


.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .checkboxes--wrapper legend,
.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message{
  display: none;
}




.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .err.prettyradio a{ 
    border-color:#ff0000;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .err.prettyradio a.checked{ 
    border-color:#fff;
}


.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .prettyradio label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 70px;
  color: #273f34;
  font-size: 20px;
  text-transform: none;
  cursor: pointer;
  z-index: 2;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .prettyradio.active label{
  color: #e5ddd2;
}


.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message,
.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message{
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message::before,
.pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message::before{
  display: none;
}

.pg-contest-sklavenitis.page-node-type-contests .layout-content{
  position: relative;
}

.pg-contest-sklavenitis.page-node-type-contests div[data-drupal-messages]{
  position: absolute;
  bottom: 200px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

.pg-contest-sklavenitis.page-node-type-contests div[data-drupal-messages] .messages--warning{
  visibility: visible;
  text-align: center;
  color: #273f34;
  font-size: 28px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 0px;
}

.pg-contest-sklavenitis.page-node-type-contests div[data-drupal-messages] .messages--error{
  display: none;
}

.pg-contest-sklavenitis.page-node-type-contests .webform-confirmation{
  position: absolute;
  bottom: 200px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #273f34;
  font-size: 28px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}





@media screen and (max-width: 1840px) {

  .contest-sklavenitis {
    background-size: auto 1900px;
  }

  .contest-sklavenitis .content .logo {
    width: 363px;
    height: 240px;
  }

  .contest-sklavenitis .content .title {
    font-size: 33px;
    padding: 65px 0 10px 0;
  }

  .contest-sklavenitis .content .text{
    font-size: 23px;
  }

  .contest-sklavenitis .gifts .gift{
    max-width: 540px;
  }

  .contest-sklavenitis .gifts .gift.g2{
    max-width: 700px;
  }

  .contest-sklavenitis .gifts .gift strong{
    font-size: 65px;
  }

  .contest-sklavenitis .gifts .gift{
    font-size: 30px;
  }

  .contest-sklavenitis .gifts .gift.g1::before {
    width: 263px;
    height: 462px;
  }

  .contest-sklavenitis .gifts .gift.g2::before {
    width: 560px;
    height: 230px;
  }

}

@media screen and (max-width: 1599px) {

  .contest-sklavenitis {
    background-position: calc(50% - 270px) 220px;
    background-size: auto 2100px;
  }

  .contest-sklavenitis .content{
    padding: 70px 0 0 30px;
  }

  .contest-sklavenitis .content .logo {
    width: 303px;
    height: 200px;
  }

  .contest-sklavenitis .content .title {
    font-size: 30px;
    padding: 56px 0 10px 0;
  }

  .contest-sklavenitis .content .text{
    font-size: 20px;
  }

  .contest-sklavenitis .gifts{
    padding-left: 30px;
  }

  .contest-sklavenitis .gifts .gift{
    max-width: 430px;
    min-height: 110px;
  }

  .contest-sklavenitis .gifts .gift.g2{
    max-width: 560px;
    min-height: 110px;
    padding-top: 30px;
  }

  .contest-sklavenitis .gifts .gift strong{
    font-size: 51px;
  }

  .contest-sklavenitis .gifts .gift{
    font-size: 24px;
  }

  .contest-sklavenitis .gifts .gift.g1::before {
    width: 207px;
    height: 362px;
  }

  .contest-sklavenitis .gifts .gift.g2::before {
    width: 442px;
    height: 181px;
  }

}


@media screen and (max-width: 1200px) {
  
  .pg-contest-sklavenitis .field--name-webform{
    width: 50%;
    bottom: 30px;
    left: auto;
    right: 20px;
  }

  .contest-sklavenitis{
    padding-bottom: 530px;
  }
}

@media screen and (max-width: 1139px) {
  
  .contest-sklavenitis {
    background-position: calc(50% - 206px) 220px;
  } 

  .contest-sklavenitis .content{
    padding-left: 0px;
  }

  .contest-sklavenitis .gifts{
    padding: 320px 0 0 0;
  }

  .contest-sklavenitis .gifts .gift.g2::before {
    width: 343px;
    height: 142px;
  }

  .pg-contest-sklavenitis .webform-submission-form .radios--wrapper .js-form-item {
    width: 200px;
    margin: 0 10px;
  }

  .contest-sklavenitis {
    background-position: calc(50% - 280px) 220px;
    background-size: auto 202vw;
  }

  .pg-contest-sklavenitis.page-node-type-contests .field--name-webform{
    left: auto;
    right: 20px;
  }

}



@media screen and (max-width: 959px) {



  .contest-sklavenitis{
    padding: 0px 20px;
    background-image: none;
    min-height: 10px;
  }

  .contest-sklavenitis .content{
    height: auto;
    min-height: 10px;
    padding: 70px 0 80px 0;
    text-align: center;
  }

  .contest-sklavenitis .content .logo{
    margin: 0 auto;
  }

  .contest-sklavenitis .content .scroll, .contest-sklavenitis .gifts .scroll{
    left: 50%;
    margin: 0 0 0 -22px;
    background-size: cover;
    background-position: center top;
    height: 40px;
  }

  .contest-sklavenitis .mob-bottle{
    height: 770px;
    background: url("../images/contest-sklavenitis-bg.png") no-repeat calc(50% + 35px) center;
    background-size: contain;
  }

  .contest-sklavenitis .gifts{
    height: auto;
    min-height: 10px;
    padding: 320px 0 100px 0;
  }

  .contest-sklavenitis .gifts .gift{
    margin: 0 auto;
  }


  .contest-sklavenitis .content .scroll, 
  .contest-sklavenitis .gifts .scroll{
    margin: 0px;
  }

  .contest-sklavenitis .gifts .scroll{
    margin: 0px;
    bottom: 35px;
  }

  .contest-sklavenitis .gifts{
    padding-bottom: 150px;
  }


  .pg-contest-sklavenitis .field--name-webform{
    width: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

 



  .pg-contest-sklavenitis .field--name-webform{
    position: relative;
    right: auto;
    bottom: auto;
    background: #e5ddd2;
    width: auto;
    padding: 50px 20px;
  }

  .pg-contest-sklavenitis .webform-submission-form .radios--wrapper{
    font-size: 20px;
  }

  .pg-contest-sklavenitis .webform-submission-form .radios--wrapper .js-form-item{
    width: 290px;
    display: block;
    margin: 0 auto 15px auto;
  }

  .pg-contest-sklavenitis .webform-submission-form .radios--wrapper .prettyradio,
  .pg-contest-sklavenitis .webform-submission-form .radios--wrapper .prettyradio a{
    height: 35px;
  }


  .pg-contest-sklavenitis.page-node-type-contests .field--name-webform{
    position: relative;
    right: auto;
    bottom: auto;
  }

  .pg-contest-sklavenitis.page-node-type-contests .field--name-webform .checkboxes--wrapper {
    padding: 50px 0 45px 45px;
  }



  .pg-contest-sklavenitis.page-node-type-contests div[data-drupal-messages]{
    position: relative;
    bottom: auto;

    left: auto;
    margin: -50px auto 0 auto;
  }

  .pg-contest-sklavenitis.page-node-type-contests div[data-drupal-messages] .messages--warning{

    padding: 0px 0;
  }


  .pg-contest-sklavenitis.page-node-type-contests .webform-confirmation{
    bottom: 0px; 
  }

}

@media screen and (max-width: 767px) {
  
  header{
    background: #022e26;
  }

  .contest-sklavenitis .content .logo{
    width: 187px;
    height: 123px;
  }

  .contest-sklavenitis .content{
    padding: 40px 0 0px 0;
  }

  .contest-sklavenitis .content .title {
    font-size: 19px;
    padding: 40px 0 10px 0;
  }

  .contest-sklavenitis .content .text {
    font-size: 16px;
  }

  .contest-sklavenitis .content .text br{
    display: none;
  }

  .contest-sklavenitis .mob-bottle{
    margin: 0 -20px;
  }

  .contest-sklavenitis .mob-bottle {
    margin: 0 -96px;
  }

  .contest-sklavenitis .mob-bottle {
    height: 636px;
  }

  .contest-sklavenitis .content .scroll, .contest-sklavenitis .gifts .scroll{
    margin: 0 0 0 -10px;
  }

  .contest-sklavenitis .gifts{
    padding-top: 260px;
  }

  .contest-sklavenitis .gifts .gift.g1::before {
    width: 158px;
    height: 277px;
    left: 2px;
  }

  .contest-sklavenitis .gifts .gift{
    font-size: 21px;
    min-height: 10px;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }

  .contest-sklavenitis .gifts .gift.g1{
    padding: 15px 0 15px 230px;
    text-align: left;
  }


  .contest-sklavenitis .gifts .gift strong,
  .contest-sklavenitis .gifts .gift.g2 strong{
    float: left;
    line-height: 35px;
    margin: 0 0 0 -35px;
  }

  .contest-sklavenitis .gifts .gift.g2 strong{
    margin: 0 0 0 -40px;
  }

  .contest-sklavenitis .gifts .gift.g2{
    margin-top: 160px;
    padding: 15px 0 15px 60px;
    text-align: left;
    min-height: 10px;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }

  .contest-sklavenitis .gifts .gift.g2::before {

    left: auto;
    right: -60px;
    bottom: 30px;
  }



  .pg-contest-sklavenitis .field--name-webform .checkboxes--wrapper {
    padding: 40px 0 60px 45px;
  }

  .pg-contest-sklavenitis div[data-drupal-messages]{
    width: 100%;
    left: 0px;
  }

  .pg-contest-sklavenitis div[data-drupal-messages] > div{
    padding: 0 20px;
  }

  .pg-contest-sklavenitis .webform-confirmation {
    font-size: 20px;
    bottom: 0px;
    font-size: 16px;
  }

  .pg-contest-sklavenitis.page-node-type-contests .field--name-webform{
    width: auto;
  }

  .pg-contest-sklavenitis.page-node-type-contests .webform-submission-form .radios--wrapper .js-form-item{
    margin: 0 auto 20px auto;
  }



}




/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////////// */
/* ///contest dine-athens////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */

.contest-dine-athens{
  text-align: center;
  color: #273f34;
}

.contest-dine-athens .hero img{
  width: 100%;
}

.contest-dine-athens .hero img.img-mob{
  display: none;
}


.contest-dine-athens .title{
  padding: 80px 0 50px 0;
  font-size: 39px;
  line-height: 100%;
  color: #273f34;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.contest-dine-athens .text{
  color: #987f5f;
  font-size: 28px;
  max-width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #273f34;
  padding: 0 0 45px 0;
}

.contest-dine-athens .text p{
  padding: 0 0 25px 0;
}

.contest-dine-athens .steps{
  padding: 45px 0 85px 0px ;
  font-size: 24px;
  text-align: left;
  max-width: 590px;
  margin: 0 auto;
}

.contest-dine-athens .steps .step{
  font-size: 0px;
  display: block;
}

.contest-dine-athens .steps .step .wcs-step-title{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
  line-height: 130%;
  font-size: 24px;
}

.contest-dine-athens .steps span{
  font-size: 86px;
  line-height: 76px;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  font-family: 'NeutrTexGreLight';
  position: relative;
  text-align: center;
  margin: 0 20px 0 0px;

}

.contest-dine-athens .steps span::after{ 
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 63px;
  height: 16px;
  background: url("../images/icon-home-bottom-arrow2-green.png") no-repeat center center;
  background-size: contain;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.contest-dine-athens .steps2{
  padding: 45px 0 0 0;
}

.contest-dine-athens .steps2 .step{
  display: block;
  width: 575px;
  min-height: 162px;
  padding: 30px;
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  margin: 0 auto 30px auto;
  border: 1px solid;
  color: #716653;
}

.contest-dine-athens .steps2 .step > span{
  font-size: 140px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  line-height: 90px;
  color: #716653;
  display: block;
}

.contest-dine-athens .steps2 .step .wcs-step-title{
  text-align: left;
  font-size: 29px;
  line-height: 34px;
}


.contest-dine-athens .sub-text{
  color: #987f5f;
  font-size: 28px;
  padding: 60px 0 95px 0;
}


.contest-dine-athens .gifts{
    max-width: 659px;
    max-width: 570px;
    margin: 0 auto;
    padding: 55px 0 20px 0;
}

.contest-dine-athens .gifts img{
  width: 100%;

}

.contest-dine-athens .gifts .gift-link{
  font-size: 26px;
  display: block;
 padding: 20px 0 20px 0;
  font-size: 28px;
  color: #987f5f;

}

.contest-dine-athens .gifts .gift-link a{
   text-decoration: underline;
}

.contest-bottom-copy{
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  color: #987f5f;
  font-size: 28px;
  z-index: 10;
}

.contest-bottom-copy p{
  padding: 20px 0 0 0;
}

/*
.contest-dine-athens::after{
  content: "Ο διαγωνισμός ισχύει για Αθήνα και Θεσσαλονίκη.";
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #273f34;  
  z-index: 10; 
}
*/

@media screen and (max-width: 959px) {


  .contest-dine-athens .title{
    font-size: 30px;
  }

  .contest-dine-athens .text,
  .contest-dine-athens .sub-text{
    font-size: 22px;
  }

  .contest-dine-athens .gifts {
    max-width: 510px;
  }

  .contest-dine-athens .gifts .gift-link {
    font-size: 19px;
  }

  .contest-dine-athens::after{
    font-size: 16px;
  }

  .page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message, .page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message {
    bottom: 180px;
  }

}


@media screen and (max-width: 767px) {
  
  .contest-dine-athens .hero img.img-desk{
    display: none;
  }
  
  .contest-dine-athens .hero img.img-mob{
    display: block;
  }

  .contest-dine-athens .title {
    font-size: 19px;
    padding: 30px 10px 15px 10px;
    max-width: 320px;
    margin: 0 auto;
    line-height: 130%;
  }

  .contest-dine-athens .title span.mob,
  .contest-dine-athens .text span.mob{
    display: block;
  }

  .contest-dine-athens .text br{
    display: none;
  }

  .contest-dine-athens .title br{
    display: none;
  }

  .contest-dine-athens .text{
    font-size: 16px;
    padding: 0 10px 20px 10px;
    max-width: 320px;
    margin: 0 auto;

  }

  .contest-dine-athens .gifts .gift-link{
    padding: 10px 0 20px 0;
  }

  .contest-dine-athens .gifts .gift-link {
    font-size: 13px;
  }

  .contest-dine-athens .sub-text {
    font-size: 16px;
  }

  .contest-dine-athens .steps {
    padding: 30px 0 30px 50px;
    font-size: 16px;
    text-align: left;
    max-width: 270px;
    margin: 0 auto;
  }

  .contest-dine-athens .steps .step .wcs-step-title{
    font-size: 16px;
    width: 100%;
  }

  .contest-dine-athens .steps .step{
    padding: 10px 0 30px 0;
  }

  .contest-dine-athens .steps span {
    font-size: 50px;
    line-height: 50px;
    width: 40px;
    margin: -16px 0px 0 -50px;
    float: left;
    vertical-align: top;

  }

  .contest-dine-athens .steps span::after{
    width: 35px;
  }

  .contest-dine-athens .sub-text {
    color: #987f5f;
    font-size: 28px;
    padding: 0px 0 50px 0;
  }

  .contest-dine-athens .gifts{
    padding: 30px 20px 0 20px;
    max-width: 280px;
    margin: 0 auto;
  }


  .home-carousel .slick-prev,
  .home-carousel .slick-next{
    opacity: 1;
  }

  .home-carousel .slick-prev{
    left: 10px;
    right: auto;
    top: 240px;
  }

  .home-carousel .slick-next{
    right: 10px;
    top: 240px;
  }



  .home-hero.v3 .content .gen-button, 
  .home-hero.v3 .content .gen-button.max,
  .home-hero.v2 .content .gen-button, 
  .home-hero.v2 .content .gen-button.max {
    line-height: 37px;
  }

  .home-hero.v3 .content,
  .home-hero.v2 .content {
    right: 2vw;
    top: 20vw;
    position: absolute;
    left: auto;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    width: 58vw;
  }

  .home-hero.v3 .content .text, 
  .home-hero.v2 .content .text{
    font-size: 3.5vw;
  }

  .home-hero.v3 .content .text br, 
  .home-hero.v2 .content .text br{
    display: none;
  }

  .home-hero .content .text span.mob{
    display: block;
  }

  .home-hero.v3 .content .title{
    background: none;
    padding-top: 20px;
    padding-right: 0px;
    font-size: 3.7vw;
    line-height: 5vw;
  }

  .home-hero.aiff2023 .content .title{
    font-size: 3.8vw;
    line-height: 120%;
  }

  .home-hero.aiff2023 .content .text{
    font-size: 3vw;
    padding-bottom: 17vw;
  }

  .home-hero.aiff2023 .content{
    width: 57vw;
  }

.home-hero.v3 .content .title .mob{
  display: block;
}


  .home-hero.v3 .bg img.desk{
    display: none;
  }

  .home-hero.v3 .bg img.mob{
    display: block;
    object-position: center bottom;
    height: 138vw;
  }

  .home-hero.v3.v4::before{
    top: 280px;
  }



  .home-hero.v3 .content, .home-hero.v2 .content{
    text-align: left;
  }

  .home-hero.v3 .content .title{
    padding-left: 0px;
    border-bottom: 0.1vw solid #fff;
  }






  .view-contests{
    padding-top: 30px;
    padding-bottom: 85px;
  }

  #sms_code_verification .content,
  #sms_code_verification .content.max{
    width: calc(100% - 50px);
    max-width: 325px;
    padding: 65px 25px 40px 25px;
  }

  #sms_code_verification .content .text br{
    display: none;
  }

  .contest-dine-athens::after{
    bottom: 20px;
  }

  .page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message, .page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message {
    padding: 10px;
    white-space: normal;
    bottom: 44px;
  }

  .page-node-type-contests .field--name-webform{
    padding-bottom: 150px;
    padding-top: 30px;
  }

  .contest-bottom-copy {
    bottom: 35px;
    font-size: 14px !important;
  }


  .view-contests .view-header .title, .view-contests .title {
    font-size: 20px;
    padding: 0 0 20px 0;
  }

  .view-contests .no-results{
    margin-top: 20px;
  }


  #block-views-block-contests-block-2 .view-contests .view-content .views-row {
    padding-top: 0px;
    margin-top: 0px;
  }

  .view-contests{
    padding-bottom: 120px;
  }

  #block-views-block-contests-block-2 .slick-next {
    top: 115px;
  }

  #block-views-block-contests-block-2 .slick-prev {
    top: 115px;
  }

  .view-contests .no-results {
    padding: 50px 15px;
  }

  .page-node-type-contests .webform-submission-form .checkboxes--wrapper .form-item--error-message, .page-node-type-contests .webform-submission-form .radios--wrapper .form-item--error-message {
    font-size: 15px;
    padding: 0 30px;
    bottom: 108px;
    bottom: 90px;
  }


  .contest-dine-athens .steps2 .step {
    width: calc(100% - 40px);
    max-width: 320px;
    padding: 10px 20px;
    min-height: 130px;
  }

  .contest-dine-athens .steps2 .step > span {
    font-size: 100px;
    line-height: 75px;
  }

  .contest-dine-athens .steps2 .step .wcs-step-title {
    font-size: 18px;
    line-height: 120%;
  }


  .home-carousel .slick-prev,
  .home-carousel .slick-next{
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    margin: 0 0 0 -30px;
    transform: translate(-50%, 0) rotate(-90deg);
  }

  .home-carousel .slick-next{
    margin: 0 0 0 30px;
    transform: translate(-50%, 0) rotate(90deg);
  }

  .home-hero.v3 .content{
    right: -1vw;
  }

  .home-hero.v3.cinemaathome202311 .content {
    right: 3.6vw;
  }

  .home-hero.xmas-2024.v3 .content{
    right: -1vw;
    width: 49vw;
  }

  .home-hero.xmas-2024.v3 .content .title br{
    display: none;
  }

  .home-hero.campaign-therina .content{
    width: 55vw;
    top: 47vw;
  }


  .home-hero.campaign-therina.v5 .content{
    top: 8vw;
    right: 0px;
  }

  .home-hero.campaign-therina.v5 .content br{
    display: none;
  }

}




/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */





@media screen and (max-height: 800px) and (min-width: 960px) {
  header{
    min-height: 110px;
  }

  #block-ogeneric-branding img{
    max-width: 95px; 
  }

  .view-contests .view-content .views-field-view-node {
    padding: 40px 0 0 0;
  }

  #block-loggedinhomepagetitle {
    padding: 51px 20px 50px 20px;
  }
}







/* //////////////////////////////////////////////////////////////////////////////////// */
/* /// fischer therino //////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */


.qr_therinomefischer .contest-dine-athens .text{
  border: 0px;
}



body.pg-fischer-therino.page-node-type-page:not(.path-frontpage) main {
    padding: 0px;
    text-align: center;
    background: #e5ddd2;
    padding: 70px 0px;
}

body.pg-fischer-therino.page-node-type-page:not(.path-frontpage) h1.page-title{
  display: none;
}


.fisher-therino{
  max-width: 1300px;
  margin: 0 auto;
}

.fisher-therino .hero{
  padding: 0 0 45px 0;
}

.fisher-therino .hero img{
  display: block;
  width: 100%;
}


.fisher-therino .title{
  font-size: 60px;
  line-height: 60px;
  max-width: 800px;
  margin: 0 auto;
  border-top: 2px solid #987f5f;
  border-bottom: 2px solid #987f5f;
  line-height: 124px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  color: #274033;
}

.fisher-therino .text{
    color: #273f34;
    font-size: 40px;
    font-family: 'NeutrTexGreDem';
    letter-spacing: 2px;
    padding: 30px 0;
}

.fisher-therino .steps{
    color: #987f5f;
    font-size: 28px;
    line-height: 39px;
}

.fisher-therino .steps strong{
  font-style: italic;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  font-weight: normal;
}


.fisher-therino .gifts{
  max-width: 580px;
  margin: 0 auto;
  padding: 40px 0;
}

.fisher-therino .gifts img{
  display: block;
  width: 100%;
}


.fisher-therino .gen-button{
  font-size: 20px;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
}


.fisher-therino .copy{
  padding: 25px 0 0 0;
  font-style: italic;
  color: #273f34;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  font-size: 18px;
}

.fisher-therino .copy a{
  text-decoration: underline;
}


.steps-therino{
  max-width: 600px;
  margin: 0 auto;
}

.steps-therino .step{
  border: 1px solid #987f5f;
  min-height: 190px;
  margin: 0 auto 19px auto;
  padding: 12px;
  position: relative;
  color: #987f5f;
  display: flex;
  justify-content: center;
  align-items: center;
}


.steps-therino .step .step-num{
  position: absolute;
  left: -100px;
  width: 70px;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  font-size: 120px;
  line-height: 100%;
}

.steps-therino .step .step-text{
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  font-size: 34px;
  line-height: 120%;
}


.steps-therino .step img{
  max-width: 100%;
}



.qr_therinomefischer .contest-bottom-copy{
    bottom: 100px;
  }

.fisher-therino .gen-button.trackgotocontestbtn{
  display: none;
}


body.user-logged-in .fisher-therino .gen-button.trackgotocontestbtn{
  display: inline-block;
}


body.user-logged-in .fisher-therino .gen-button.trackregisterbtn,
body.user-logged-in .fisher-therino .copy{
  display: none;
}




@media screen and (max-width: 1300px) {
  body.pg-fischer-therino.page-node-type-page:not(.path-frontpage) main{
    padding: 0 0 50px 0;
  }
}

@media screen and (max-width: 959px) {
  .steps-therino .step .step-num {
    left: -80px;
  }

  .steps-therino .step .step-text{
    font-size: 30px;
  }
  .steps-therino {
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {

  .fisher-therino .title {
      font-size: 34px;
      margin: 0 20px;
      line-height: 90px;
  }
  .fisher-therino .text{
    font-size: 23px;
    padding: 30px 20px;
  }

  .fisher-therino .steps {
    color: #987f5f;
    font-size: 21px;
    line-height: 32px;
    padding: 0 15px;
  }


  .fisher-therino .gifts{
    padding: 40px 20px;
  }


  .steps-therino{
    padding: 30px 20px 0px 67px;
  }

  .steps-therino .step .step-num {
    left: -60px;
    font-size: 70px;
    width: 45px;
  }

  .steps-therino .step{
    min-height: 10px;
    min-height: 100px;
  }

  .steps-therino .step .step-text {
    font-size: 17px;
  }

  .qr_therinomefischer .contest-bottom-copy{
    bottom: 50px;
  }


}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////// */
/* multichoice competition */
/* //////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-contests.bc_campaignactivation  article{
  background: url("../images/bg_bc_campaignactivation.jpg") no-repeat center top;
  background-size: cover;
  color: #937f5f;
  padding: 85px 20px 0 20px;
}

.page-node-type-contests.bc_campaignactivation .webform-submission-form .js-webform-radios,
.page-node-type-contests.bc_campaignactivation .webform-submission-form .fieldset-legend{
  display: none;
}


.page-node-type-contests.bc_campaignactivation .field--name-webform{
  max-width: 1620px;
}


.page-node-type-contests.bc_campaignactivation .webform-submission-form .gen-button::before {
    background: #917f5d;
}


.page-node-type-contests.bc_campaignactivation .webform-confirmation{
  color: #fff;
}





.page-node-type-contests.bc_campaignactivation div[data-drupal-messages] .messages--warning{

  color: #fff;
}

.page-node-type-contests.bc_campaignactivation div[data-drupal-messages] .messages--warning a{
      color: #fff;
}


.page-node-type-contests.bc_campaignactivation .webform-confirmation{

  color: #fff;
}

.page-node-type-contests.bc_campaignactivation .webform-confirmation a{
    color: #fff;
}





body.bc_campaignactivation article .title{
  font-family: 'NeutrTexGreDem';
  font-size: 35px;
}


body.bc_campaignactivation article .text{
  font-family: 'NeutrTexGreLight';
  font-size: 35px;
  padding: 0 0 20px 0;
}


body.bc_campaignactivation article .top-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
  padding: 0 0 75px 0;
}

body.bc_campaignactivation article .top-items .item{

}

body.bc_campaignactivation article .top-items .item .item-photo{
  max-width: 170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
}

body.bc_campaignactivation article .top-items .item .item-photo img{
  display: block;
  width: 100%;
}

body.bc_campaignactivation article .top-items .item .item-title{
  color: #937f5f;
  font-size: 18px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 10px 0 0 0;
}


.bc_multi_choices{
  text-align: center;
}



.bc_multi_choices .text{
  padding: 15px 0 30px 0;
}

.bc_multi_choices .row{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.bc_multi_choices .row .col{
  text-align: left;
}

.bc_multi_choices .row .col .col-title{
  padding: 0 0 20px 0;
  color: #ffffff;
  font-size: 20px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.bc_multi_choices .items{
  padding: 0 0 30px 0;
}

.bc_multi_choices .items .item{
  border: 1px solid #736448;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.bc_multi_choices .items .item:hover,
.bc_multi_choices .items .item.active{
  background: #736448;
  color: #fff;
}

.bc_multi_choices .items .item .item-title{
  width: 100px;
  padding: 5px;
}

.bc_multi_choices .col:nth-child(2) .items .item .item-title{
  width: 123px;
}

.bc_multi_choices .col:nth-child(3) .items .item .item-title{
  width: 50px;
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
}

.bc_multi_choices .items .item .item-text{
  text-align: left;
  border-left: 1px solid #736448;
  padding: 5px;
  flex: 1 0 0;
}

.bc_multi_choices .choices_result{
  text-align: center;
  padding: 30px 0 20px 0;
  font-size: 21px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  color: #fff;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (max-width: 1290px) {

}

@media screen and (max-width: 1139px) {

  .bc_multi_choices .row .col {
    font-size: 14px;
    width: calc(33.33% - 10px);
  }

  .bc_multi_choices .row .col .col-title {
    min-height: 62px;
  }

}

@media screen and (max-width: 959px) {


  .page-node-type-contests.bc_campaignactivation .field--name-webform{
    background: none;
  }

  .bc_multi_choices .row{
    flex-direction: column;
    gap: 20px;
    max-width: 460px;
  }

  .bc_multi_choices .row .col{
    width: 100%;
  }

  .bc_multi_choices .row .col .col-title{
    min-height: 10px;
  }


}

@media screen and (max-width: 767px) {


  body.bc_campaignactivation article .title,
  body.bc_campaignactivation article .text {
      font-size: 23px;
      max-width: 335px;
      margin: 0 auto;
  }

  .page-node-type-contests.bc_campaignactivation article{
    padding: 55px 15px 0 15px;
  }

  body.bc_campaignactivation article .top-items .item .item-photo{
    min-height: 10px;
    max-width: 152px;
  }

  body.bc_campaignactivation article .top-items{
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  body.bc_campaignactivation article .top-items .item{
    width: 100%;
  }

  .page-node-type-contests.bc_campaignactivation .field--name-webform{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .bc_multi_choices .row{
    max-width: 550px;
  }

  .page-node-type-contests.bc_campaignactivation .webform-submission-form{
    max-width: 500px;
  }


} 

/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////////////// */
/* cinemaathome2023 competition */
/* //////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-contests.cinemaathome202311  article{
  background: url("../images/bg_cinemaathome202311.jpg") no-repeat center top;
  background-size: cover;
  color: #937f5f;
  padding: 70px 20px 0 20px;
}


.page-node-type-contests.cinemaathome202311 .field--name-webform{
  max-width: 3000px;
}

body.cinemaathome202311 article .title{
  font-family: 'NeutrTexGreDem';
  font-size: 35px;
  line-height: 120%;
}


body.cinemaathome202311 article .text{
  font-family: 'NeutrTexGreDem';
  font-size: 35px;
  line-height: 120%;
  padding: 0 0 35px 0;
}


body.cinemaathome202311 article .top-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0px;
  padding: 0 0 10px 0;
}

body.cinemaathome202311 article .top-items .item{
  width: 260px;
  width: 340px;
}

body.cinemaathome202311 article .top-items .item .item-photo{
  max-width: 210px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body.cinemaathome202311 article .top-items .item .item-photo img{
  display: block;
  width: 100%;
}

body.cinemaathome202311 article .top-items .item .item-title{
  color: #937f5f;
  font-size: 18px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 10px 0 0 0;
}


body.cinemaathome202311 article .picture-quiz-hold{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: start;
  margin: 0 auto 0px auto;
  position: relative;
}


body.cinemaathome202311 article .picture-quiz-hold .photo{
  width: 772px;
  position: relative;
  border: 2px solid #917f5d;
  padding: 12px;
  overflow: hidden;
}

body.cinemaathome202311 article  .picture-quiz-help{
  
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 28px;
  font-family: 'NeutrTexGreDem';
}

body.cinemaathome202311 article .picture-quiz-hold .photo img{
  display: block;
  width: 100%;
}

body.cinemaathome202311 article .picture-quiz-hold .photo .point {
    position: absolute;
    left: 12%;
    top: 32%;
    width: 25%;
    height: 53%;
    z-index: 5;
}

body.cinemaathome202311 article .picture-quiz-hold .photo .point.p2 {
    left: 44%;
    top: 67%;
    width: 9%;
    height: 23%;
    transform: rotate(-40deg);
}

body.cinemaathome202311 article .picture-quiz-hold .photo .point.p3 {
    left: 73%;
    top: 77%;
    width: 17%;
    height: 19%;
}


body.cinemaathome202311 article .picture-quiz-hold .photo .cross {
    position: absolute;
    left: 13%;
    top: 51%;
    width: 8%;
    transform: scale(5);
    opacity: 0;
    transition: all 500ms;
    z-index: 2;
}

body.cinemaathome202311.cor-ans1 article .picture-quiz-hold .photo .cross.c1,
body.cinemaathome202311.cor-ans2 article .picture-quiz-hold .photo .cross.c2,
body.cinemaathome202311.cor-ans3 article .picture-quiz-hold .photo .cross.c3{
  transform: scale(1);
    opacity: 1;
}

body.cinemaathome202311 article .picture-quiz-hold .photo .cross.c2 {
    left: 48%;
    top: 75%;
}

body.cinemaathome202311 article .picture-quiz-hold .photo .cross.c3 {
    left: 79%;
    top: 81%;
}


body.cinemaathome202311 article .picture-quiz-hold .photo .cross img{
  display: block;
  width: 100%;
}



.page-node-type-contests.cinemaathome202311 .webform-confirmation,
.page-node-type-contests.cinemaathome202311 div[data-drupal-messages] .messages--warning{
  color: #987f5f;
}




.page-node-type-contests.cinemaathome202311 .webform-submission-form .gen-button::before{
  background: #917f5d;
}



body.cinemaathome202311 article .js-webform-type-radios legend{
  display: none;
}

body.cinemaathome202311 article .js-webform-type-radios .fieldset-wrapper .js-webform-radios{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0px;
}


.page-node-type-contests.cinemaathome202311 .webform-submission-form .checkboxes--wrapper .form-item--error-message,
.page-node-type-contests.cinemaathome202311 .webform-submission-form .radios--wrapper .form-item--error-message{
    position: relative;
    bottom: auto;
    bottom: auto;
    left: auto;
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}


body.cinemaathome202311 article .picture-quiz-hold .picture-quiz-pop-error,
body.cinemaathome202311 article .picture-quiz-hold .picture-quiz-pop-success{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;


  text-align: center;
  width: 290px;
  background: #C7BCA9;
  border: 1px solid #707070;
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.35));
  height: auto;
  padding: 50px;
  z-index: 10;

  font-size: 18px;
  line-height: 23px;
  font-family: 'NeutrTexGreDem';
  color: #00564F;
  letter-spacing: 0.05em;
}

body.cinemaathome202311 article .picture-quiz-hold .picture-quiz-pop-error{
  color: #ff0000;
}



@media screen and (max-width: 1639px) {
  body.cinemaathome202311 article  .picture-quiz-help{

    font-size: 2vw;
  }
}



@media screen and (max-width: 1139px) {
  body.cinemaathome202311 article .top-items .item {
      width: 265px;
  }
}


@media screen and (max-width: 959px) {


  .page-node-type-contests.cinemaathome202311 .field--name-webform{
    background: none;
  }

  body.cinemaathome202311 article .picture-quiz-hold{
    flex-direction: column;
  }

  body.cinemaathome202311 article .picture-quiz-hold .photo{
    width: 100%;
  }

  body.cinemaathome202311 article .text br{
    display: none;
  }

  body.cinemaathome202311 article .picture-quiz-help {
    font-size: 5vw;
  }

}

@media screen and (max-width: 767px) {


  body.cinemaathome202311 article .title,
  body.cinemaathome202311 article .text {
      font-size: 25px;
      max-width: 335px;
      margin: 0 auto;
  }

  body.cinemaathome202311 article .text {
    font-size: 21px;
  }

  .page-node-type-contests.cinemaathome202311 article{
    padding: 55px 15px 0 15px;
  }

  body.cinemaathome202311 article .top-items .item .item-photo{
    min-height: 10px;
    max-width: 152px;
  }

  body.cinemaathome202311 article .top-items{
    
    gap: 10px;
    padding: 0px 0 30px 0;
  }

  body.cinemaathome202311 article .top-items .item{
    width: 33.33%;
  }

  body.cinemaathome202311 article .top-items .item .item-title{
    font-size: 12px;
  }

  .page-node-type-contests.cinemaathome202311 .field--name-webform{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .bc_multi_choices .row{
    max-width: 550px;
  }

  .page-node-type-contests.cinemaathome202311 .webform-submission-form{
    max-width: 500px;
  }

  body.cinemaathome202311 article .top-items .item .item-title{
    font-size: 10px;
  }



}



/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */









/* //////////////////////////////////////////////////////////////////////////////////// */
/* kapaki competition */
/* //////////////////////////////////////////////////////////////////////////////////// */


.page-node-type-contests.bc_campaignopenfischer  article{
  background: url("../images/bc_campaignopenfischer.jpg") no-repeat center top;
  background-size: cover;
  color: #d8cdba;
  padding: 35px 20px 0 20px;
}

.page-node-type-contests.bc_campaignopenfischer .webform-submission-form .js-webform-radios,
.page-node-type-contests.bc_campaignopenfischer .webform-submission-form .fieldset-legend{
  display: none;
}


.page-node-type-contests.bc_campaignopenfischer .field--name-webform{
  max-width: 1620px;
}


.page-node-type-contests.bc_campaignopenfischer .webform-submission-form .gen-button::before {
    background: #917f5d;
}


.page-node-type-contests.bc_campaignopenfischer .webform-confirmation{
  color: #fff;
}





.page-node-type-contests.bc_campaignopenfischer div[data-drupal-messages] .messages--warning{

  color: #fff;
}

.page-node-type-contests.bc_campaignopenfischer div[data-drupal-messages] .messages--warning a{
      color: #fff;
}


.page-node-type-contests.bc_campaignopenfischer .webform-confirmation{

  color: #fff;
}

.page-node-type-contests.bc_campaignopenfischer .webform-confirmation a{
    color: #fff;
}





body.bc_campaignopenfischer article .title{
  font-family: 'NeutrTexGreDem';
  font-size: 45px;
  color: #ffffff;
}


body.bc_campaignopenfischer article .text{
  font-family: 'NeutrTexGreDem';
  font-size: 30px;
  padding: 10px 0 20px 0;
}


body.bc_campaignopenfischer article .top-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
  padding: 0 0 0px 0;
}

body.bc_campaignopenfischer article .top-items .item{

}

body.bc_campaignopenfischer article .top-items .item .item-photo{
  max-width: 224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body.bc_campaignopenfischer article .top-items .item .item-photo img{
  display: block;
  width: 100%;
}

body.bc_campaignopenfischer article .top-items .item .item-title{
  color: #d8cdba;
  font-size: 16px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 10px 0 0 0;
}

.bc_kapaki{
  max-width:796px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.bc_kapaki::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.bc_kapaki *{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bc_kapaki img{
  display: block;
  width: 100%;
}

.bc_kapaki .kapaki {
    position: absolute;
    left: 50%;
    bottom: 56%;
    width: 20%;
    transform: translate(-50%, 0);
    transition: all 500ms;
    z-index: 10;
    height: 30%;
}

.bc_kapaki .kapaki img {
    width: 68%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50% !important;
    bottom: -6%;
    transform: translate(-50%, 0);
    cursor: grab;
}

.bc_kapaki.complete .kapaki img{
  bottom: auto;
  top: 0px !important;
  transition: all 500ms;
}



.bc_kapaki .arrows {
    position: absolute;
    left: 40%;
    top: 48%;
    width: 3.5%;
    transform: translate(-50%, 0);
    animation: bounce 2s infinite ;
    z-index: 5;
}

.bc_kapaki.complete .arrows{
  opacity: 0 !important;
  animation: bounce2222 2s infinite ;
}


@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.bc_kapaki .arrows.right{
  left: 60%;
}

.bc_kapaki .win-messages {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, 10%);
  color: #08564f;
  font-size: 23px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  white-space: nowrap;
  text-align: center;
  background: url("../images/bc_campaignopenfischer-xarti.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 12px 40px 12px;
  line-height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
  transition-delay: 0.3s;
}

.bc_kapaki.complete .win-messages {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.bc_kapaki .fake-drag {
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 24%;
    height: 64%;
    transform: translate(-50%, 0);
    z-index: 10;
    cursor: grab;
    display: none;
}

body.bc_campaignopenfischer .webform-submission-form .checkboxes--wrapper .form-item--error-message, 
body.bc_campaignopenfischer .webform-submission-form .radios--wrapper .form-item--error-message {
    position: absolute;
    bottom: 65px;
    bottom: 166px;
    left: 0px;
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1290px) {

}

@media screen and (max-width: 1139px) {


}

@media screen and (max-width: 959px) {


  .page-node-type-contests.bc_campaignopenfischer .field--name-webform{
    background: none;
  }


  body.bc_campaignopenfischer article .title{
    font-size: 40px;
  }

  body.bc_campaignopenfischer article .text{
    font-size: 26px;
  }

  body.bc_campaignopenfischer article .top-items{
    flex-wrap: wrap;
  }

  body.bc_campaignopenfischer article .top-items .item .item-title{
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {


  body.bc_campaignopenfischer article .title {
      font-size: 30px;
  }
  body.bc_campaignopenfischer article .text {
    font-size: 21px;
  }

  body.bc_campaignopenfischer article .text br{
    display: none;
  }

  .page-node-type-contests.bc_campaignopenfischer article{
    padding: 25px 15px 0 15px;
  }

  body.bc_campaignopenfischer article .top-items .item .item-photo{
    min-height: 10px;
    max-width: 152px;
  }

  body.bc_campaignopenfischer article .top-items{
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 0 10px 0;
  }

  body.bc_campaignopenfischer article .top-items .item{
   width: calc(50% - 20px);
  }

  .page-node-type-contests.bc_campaignopenfischer .field--name-webform{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .bc_kapaki .win-messages{
    font-size: 15px;
  }


  .page-node-type-contests.bc_campaignopenfischer .webform-submission-form{
    max-width: 500px;
  }


} 

/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */


.video-text{
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px 100px 20px
}

.video-text p{
  margin: 0px;
  padding: 0 0 20px 0;

  font-size: 20px;
  line-height: 130%;
  color: #273f34;

}

.video-text iframe{
  width: 100%;
  height: 510px;
}

@media screen and (max-width: 959px) {
  .video-text iframe {
      height: 50vw;
  }
}

@media screen and (max-width: 767px) {

  .video-text{
    padding: 0 0px 50px 0px
  }

  .video-text p {
    padding: 0 0 20px 0;
    font-size: 16px;
  }
}


/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////// */



@media screen and (min-width: 960px) {

  .pg-thessalonikiinternationalfilmfestival2024 article .node__content{
    background: url("../images/bg-thessalonikiinternationalfilmfestival2024.jpg") no-repeat center center;
    background-size: cover;
    height: 69vw;
  }


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-title{
    color: #ffffff;
    font-size: 2.34vw;
    line-height: 120%;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
    padding: 3.33vw 0 1.04vw 0;
  }


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-text{
    color: #d8cdba;
    font-size: 1.56vw;
    line-height: 120%;
    padding: 0 0 2.08vw 0;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper{
    width: 38.65vw;
    height: 18.28vw;
    background: rgba(8,86,79,0.5);
    font-size: 1.77vw;
    color: #d8cdba;
    padding: 1.56vw 0.78vw 0 0.78vw;
    display: block;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper legend{
    display: block;
    float: left;
    margin: 0 0 1.04vw 0;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .js-webform-radios{
    padding-top: 0px;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .js-form-item {
      width: 16.67vw;
      margin: 0 auto 1.3vw auto;
      text-align: left;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper{
    max-width: 300000px;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .prettyradio {
      display: block;
      padding: 0;
      vertical-align: middle;
      float: none;
      height: auto;
      background: none;
      border: 0px;
      -webkit-box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,0);
      -moz-box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,0);
      box-shadow: inset 0px 0px 0px 1px rgba(39,63,52,0);
      margin: 0px 0 0 0px;
      position: relative;
      font-size: 1.67vw;
      color: #d8cdba;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .prettyradio label {
      position: relative;
      left: auto;
      top: auto;
      width: auto;
      height: auto;
      line-height: 100%;
      color: #d8cdba;
      font-size: 1.67vw;
      text-transform: none;
      cursor: pointer;
      z-index: 2;
      display: inline-block;
      vertical-align: middle;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .prettyradio a {
      cursor: pointer;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background: none;
      border-radius: 50%;
      width: 1.3vw;
      height: 1.3vw;
      border: 0.1vw solid #d8cdba;
      margin: 0 0.52vw 0 0;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .prettyradio a.checked::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 0.78vw;
      height: 0.78vw;
      background: #d8cdba;
      z-index: 1;
      border-radius: 50%;
  }


  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .field--name-webform .checkboxes--wrapper{
    max-width: 38.65vw;
    padding: 2.34vw 0 3.65vw 3.39vw;
    text-align: left;
    
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .js-form-item .description{
    color: #d8cdba;
    font-size: 0.68vw;
  }


  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .field--name-webform .checkboxes--wrapper::after {
      content: "*Υποχρεωτικό πεδίο";
      position: absolute;
      bottom: 2.08vw;
      left: 0px;
      width: 100%;
      text-align: center;
      font-size: 0.68vw;
      color: #d8cdba;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .form-submit {
      margin: 0 0.78vw;
      display: block;
      border: 0px;
      border-radius: 0px;
      height: 3.02vw;
      width: auto;
      text-align: center;
      color: #264034;
      line-height: 3.2vw;
      font-size: 0.83vw;
      transition: all 200ms;
      background: none;
      font-family: 'NeutrafaceTwoTextGreek-Bold';
      text-transform: uppercase;
  }


  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .form-submit {
      font-size: 1.04vw;
      height: 3.28vw;
      line-height: 3.28vw;
      width: 100%;
      margin: 0px;
      padding: 0 1.56vw;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .gen-button {
      height: 3.28vw;
      line-height: 3.28vw;
      padding: 0px;
      min-width: 8.65vw;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .gen-button::before{
    background: #e5ddd2;
  }



  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .checkboxes--wrapper .form-item--error-message, 
  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .form-item--error-message {
      position: absolute;
      bottom: 8.91vw;
      left: 0px;
      color: #ff0000;
      font-size: 0.94vw;
      width: 100%;
      text-align: center;
  }


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-duration{
    position: absolute;
    font-size: 1.41vw;
    color: #d8cdba;
    left: 0px;
    width: 100%;
    bottom: 14vw;
  }


  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .field--name-webform {
      position: relative;
      max-width: 52.08vw;
      margin: 0 auto;
      text-align: center;
      min-height: 5.21vw;
      padding: 1.04vw 1.04vw 12.76vw 1.04vw;
      width: auto;
  }


  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024  div[data-drupal-messages] .messages--warning,
  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-confirmation{
    color: #d8cdba;
    font-size: 2vw;
    padding: 2.6vw 0;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 div[data-drupal-messages] .messages--warning a,
  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-confirmation a {
    color: #d8cdba;
    font-size: 1.04vw;
    font-family: 'NeutrTexGreDem';
    line-height: 130%;
  }
}


@media screen and (max-width: 959px) {


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content::before {
      content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 54vw;
    background: url("../images/bg-thessalonikiinternationalfilmfestival2024.jpg") no-repeat center center;
    background-size: cover;
  }
  .pg-thessalonikiinternationalfilmfestival2024 article .node__content{
    padding-top: 54vw;
  }



  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper{
    white-space: normal;
  }


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-title {
    color: #273f34;
    font-size: 30px;
    line-height: 120%;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
    padding: 50px 0 20px 0;
  }


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-text{
    color: #273f34;
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 30px 0;
  }

  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-duration{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 40px;
    color: #273f34;
    z-index: 2;
  }

  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .checkboxes--wrapper .form-item--error-message, 
  .page-node-type-contests.pg-thessalonikiinternationalfilmfestival2024 .webform-submission-form .radios--wrapper .form-item--error-message {
      bottom: 150px;
  }

}

@media screen and (max-width: 767px) {


  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-title {
    font-size: 29px;
    padding: 30px 0 10px 0;
  }

  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-text{
    padding: 0 20px 20px 20px;
    font-size: 17px;
  }

  .pg-thessalonikiinternationalfilmfestival2024 article .node__content .q-text br{
    display: none;
  }
}







/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////DROP GAME///////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */





.page-node-type-contests.bc_letitpop2024  article{
  background: #060107 url("../images/drop-game/bg.jpg") no-repeat center top;
  background-size: cover;
  color: #d8cdba;
  padding: 35px 20px 0 20px;
}

.page-node-type-contests.bc_letitpop2024 .webform-submission-form .js-webform-radios,
.page-node-type-contests.bc_letitpop2024 .webform-submission-form .fieldset-legend{
  display: none;
}


.page-node-type-contests.bc_letitpop2024 .field--name-webform{
  max-width: 1620px;
}


.page-node-type-contests.bc_letitpop2024 .webform-submission-form .gen-button::before {
    background: #917f5d;
}


.page-node-type-contests.bc_letitpop2024 .webform-confirmation{
  color: #d8cdba;
}





.page-node-type-contests.bc_letitpop2024 div[data-drupal-messages] .messages--warning{

  color: #d8cdba;
}

.page-node-type-contests.bc_letitpop2024 div[data-drupal-messages] .messages--warning a{
      color: #d8cdba;
}


.page-node-type-contests.bc_letitpop2024 .webform-confirmation{
  margin: 50px auto 0 auto;
  color: #d8cdba;
}

.page-node-type-contests.bc_letitpop2024 .webform-confirmation a{
    color: #d8cdba;
}





body.bc_letitpop2024 article .title{
  font-family: 'NeutrTexGreDem';
  font-size: 45px;
  color: #d8cdba;
}


body.bc_letitpop2024 article .text{
  font-family: 'NeutrTexGreDem';
  font-size: 30px;
  padding: 10px 0 40px 0;
  color: #d8cdba;
}


body.bc_letitpop2024 article .top-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
  padding: 0 0 0px 0;
}

body.bc_letitpop2024 article .top-items .item{

}

body.bc_letitpop2024 article .top-items .item .item-photo{
  max-width: 224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body.bc_letitpop2024 article .top-items .item .item-photo img{
  display: block;
  width: 100%;
}

body.bc_letitpop2024 article .top-items .item .item-title{
  color: #d8cdba;
  font-size: 16px;
  font-family: 'NeutrafaceTwoTextGreek-Bold';
  padding: 10px 0 0 0;
}


body.bc_letitpop2024 .webform-submission-form .checkboxes--wrapper .form-item--error-message, 
body.bc_letitpop2024 .webform-submission-form .radios--wrapper .form-item--error-message {
    position: absolute;
    bottom: 65px;
    bottom: 166px;
    left: 0px;
    color: #ff0000;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1290px) {

}

@media screen and (max-width: 1139px) {


}

@media screen and (max-width: 959px) {


  .page-node-type-contests.bc_letitpop2024 .field--name-webform{
    background: none;
  }


  body.bc_letitpop2024 article .title{
    font-size: 40px;
  }

  body.bc_letitpop2024 article .text{
    font-size: 26px;
  }

  body.bc_letitpop2024 article .top-items{
    flex-wrap: wrap;
  }

  body.bc_letitpop2024 article .top-items .item .item-title{
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {


  body.bc_letitpop2024 article .title {
      font-size: 30px;
  }
  body.bc_letitpop2024 article .text {
    font-size: 21px;
  }

  body.bc_letitpop2024 article .text br{
    display: none;
  }

  .page-node-type-contests.bc_letitpop2024 article{
    padding: 25px 15px 0 15px;
  }

  body.bc_letitpop2024 article .top-items .item .item-photo{
    min-height: 10px;
    max-width: 152px;
  }

  body.bc_letitpop2024 article .top-items{
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 0 10px 0;
  }

  body.bc_letitpop2024 article .top-items .item{
   width: calc(50% - 20px);
  }

  .page-node-type-contests.bc_letitpop2024 .field--name-webform{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }


  .page-node-type-contests.bc_letitpop2024 .webform-submission-form{
    max-width: 500px;
  }


} 







.drop-game{
    max-width: 830px;
    width: 100%;
    height: 552px;
    margin: 0 auto 30px auto;
    background: #d8cdba url("../images/drop-game/bg-game.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border: 1px solid #d8cdba;
}

.drop-game .box{
    width: 235px;
    width: 28%;
    position: absolute;
    left: calc(50% - 14%);
    bottom: 0px;
    outline: none;
     cursor: grab;
}

.drop-game .box img{
    display: block;
    width: 100%;
    outline: none;
}

.drop-game .box .box-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    border-radius: 50% 50% 0 0;
}

.drop-game .pop-corn{
    position: absolute;
    left: 0px;
    top: -100px;
    width: 50px;
    width: 6%;
    outline: none;
   
}

.drop-game .pop-corn.active{
    top: 552px;
    transition: all 2s linear;
}


.drop-game .pop-corn img{
    display: block;
    width: 100%;
    outline: none;
}

.drop-game .start,
.drop-game .pop-win,
.drop-game .pop-lose{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    background: rgba(216,205,186,0.8);
    z-index: 10;
    color: #08564f;
}

.drop-game .pop-win,
.drop-game .pop-lose{
    display: none;
    z-index: 11;
}


.drop-game .pop-win.active,
.drop-game .pop-lose.active{
    display: flex;
}

.drop-game .start .cta{
    width: 260px;
    height: 50px;
    background: #08564f;
    line-height: 50px;
    text-align: center;
    color: #d8cdba;
    cursor: pointer;
}

.drop-game .score{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #d8cdba;
    font-size: 14px;
}

.drop-game .pop-win .title,
.drop-game .pop-lose .title{
    font-size: 38px;
    color: #08564f;
    font-family: 'NeutrafaceTwoTextGreek-Bold';
}

.drop-game .pop-win .text,
.drop-game .pop-lose .text,
.drop-game .start .text{
    font-size: 20px;
    color: #08564f;
}

.drop-game .pop-win .text a,
.drop-game .pop-lose .text a{
  text-decoration: underline;
}


body.drop-game-winner .drop-game .start,
body.drop-game-lose .drop-game .start{
  display: none;
}

body.drop-game-winner .drop-game .pop-win{
  display: flex;
}

body.drop-game-lose .drop-game .pop-lose{
  display: flex;
}



@media screen and (max-width: 767px) {

  .drop-game .pop-corn{
    width: 10%;
  }

  .drop-game{
    height: 400px;
  }


  .drop-game .box{
      width: 40%;
      left: calc(50% - 5%);
  }

  .drop-game .pop-win .title,
  .drop-game .pop-lose .title{
      font-size: 21px;
  }

  .drop-game .pop-win .text,
  .drop-game .pop-lose .text,
  .drop-game .start .text{
      font-size: 15px;
  }


}






/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////DROP GAME///////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////// */

















