/*

  Theme Name: Pixicon

  Author: Designstub

  Author URI: www.designstub.com

  License: GNU General Public License version 3.0

  License URI:

  Version: 1.0

  

  1. Body style

  2. Main

  3.

  4. Header

    1. Hgroup

      1. Logo

      2. Nave

      3. Socil Icon

    2. Footer

  5. Countdown

  6. Page Title

  7. Introduction

  8. Subscribe

  9. Contact

*/

/* @import url('https://fonts.googleapis.com/css?family=Nunito|Open+Sans|Playfair+Display|Dawning+of+a+New+Day'); */

@font-face {
    font-family: 'Wildera';
    src: url('../fonts/Wildera-Regular.woff2') format('woff2'),
        url('../fonts/Wildera-Regular.woff') format('woff'),
        url('../fonts/Wildera-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quatar';
    src: url('../fonts/qatar_capital-webfont.woff2') format('woff2'),
        url('../fonts/qatar_capital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* PETEH AMENDMENTS 20200924 */

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Linotype - AvenirLTPro-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Domaine';
    src: url('../fonts/DomaineDisplay-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WhiteOleanderUpright';
    src: url('../fonts/WhiteOleanderUpright.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*
.container {
    width: 1200px!important;
}
*/

body {
    font-family: 'Avenir', sans-serif!important;
}

p {
    font-family: 'Avenir', sans-serif!important;
}


p.lead-domaine {
    font-family: 'Domaine', sans-serif!important;
  font-size: 26px !important;
  color: white;
  margin-bottom: 20px;
}

header[role="header"] > hgroup nav ul > li > a{font-family: 'Avenir', sans-serif!important; }

.signage {
    font-family: 'Quatar', cursive!important;
}

p.signage-3 {
    font-size: 35px !important;
    margin: 30px 0 0;
    font-family: 'WhiteOleanderUpright', cursive !important;
}


/* END - PETEH AMENDMENTS 20200924 */


/* PETEH AMENDMENTS 20220201 */
/* VACANCIES MENU OPTION ADDED */

div.job-desc {
	height:140px;
	background-color:#fff;
	margin-bottom:40px;
}

div.job-desc p.job-desc-download  { 
     font-size:26px;
	 color:#000;
	 font-family: 'Domaine', sans-serif !important;
}


div.job-desc p.job-desc-download a { 
     font-size:26px;
	 color:#777777;
	 font-family: 'Domaine', sans-serif !important;
}

div.job-desc p.job-desc-download a:hover { 
     font-size:26px;
	 color:#81ADB2;
	 font-family: 'Domaine', sans-serif !important;
	 text-decoration:underline;
}


	

/* END - PETEH AMENDMENTS 20220201 */



html {

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}

*, *:before, *:after {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

input, textarea {

  -webkit-appearance: none;

  -webkit-border-radius: 0;

}

button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

 *overflow:visible;

}

body, img {

  transition: all .2s linear;

  -o-transition: all .2s linear;

  -moz-transition: all .2s linear;

  -webkit-transition: all .2s linear;

}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  vertical-align: baseline;

  border: 0;

  outline: 0;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {

  display: block

}

audio, canvas, video {

  display: inline-block;

 *display:inline;

 *zoom:1

}

blockquote:before, blockquote:after, q:before, q:after {

  content: '';

  content: none;

}

.clear {

  clear: both;

  line-height: 0;

  height: 0;

}

a {

  text-decoration: none;

  outline: none;

  color: #010101;

  transition-delay: 0s;

  transition-duration: 0.6s;

  transition-property: all;

  transition-timing-function: ease;

}

a:focus, img:focus, button:focus, .btn:focus {

  outline: none;

}



::-moz-selection {

 background-color:#81adb2;

 color:#fff;

 text-shadow:none;

}

::selection {

  background-color: #81adb2;

  color: #fff;

  text-shadow: none;

}

/* @font-face {
  
  font-family: 'Nunito', sans-serif;
  
  font-family: 'Roboto', sans-serif;

  font-family: 'Playfair Display', serif;

} */

p {
  font-family: 'Avenir','Nunito', Arial serif;
  color: white;
  font-size: 15px;
}

p.lead {
  font-size: 26px !important;
  color: white;
  margin-bottom: 20px;
}




h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  color: white;
}

.container {
  max-width: 1200px;
}

p.bold {
  font-weight: bold !important;
  margin-top: 20px;
}

article.page ul, ol {
  margin: 10px 0 40px !important;
  padding-left: 20px;
}

article.page ul li,
article.page ol li {
  font-family: 'Avenir','Nunito', Arial serif;
  color: white;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 7px;
}

article.page ol li {
  margin: 0 0 15px;
}


/*===== Main ===*/
main[role="main-wrapper-iamge"],
main[role="main-wrapper-iamge"] > .over-bg-color{ 
  background-color: rgba(48, 54, 70, 0.5); 
  background-image:url(../images/bg-image-202009.jpg); 
  background-size:cover; 
  background-position:50% 0; 
  background-repeat:no-repeat; 
  background-attachment: fixed;
  width:100%; 
  height:100%; 
}

main[role="main-wrapper-iamge"].main-scroll {
  background-image:unset;
  background-color: #fff;
  overflow: hidden;
}

main[role="main-wrapper-iamge"].main-scroll > .over-bg-color {
  background: transparent;
}

main[role="main-wrapper-iamge"].main-scroll header[role="header"] {
  transition: 0.6s bottom;
  padding: 50px 5%;
  position: absolute;
  bottom: calc(100% - 160px);
  background-image:url(../images/bg-image.jpg); 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

main[role="main-wrapper-iamge"].main-scroll header[role="header"]:before {
  width: 100%;
  height: 100%;
  background: rgba(48, 54, 70, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  content: '';
  display: block;
}

main[role="main-wrapper-iamge"].main-scroll header[role="header"] > hgroup {
  z-index: 10;
}

main[role="main-wrapper-iamge"].main-scroll header[role="header"] .desk {
  display: none;
}

main[role="main-wrapper-iamge"].main-scroll [role="blog"] {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  main[role="main-wrapper-iamge"].main-scroll header[role="header"] {
    padding: 0 2%;
    position: fixed;
    top: 0;
    bottom: auto;
    background-image: unset;
    background: transparent;
  }

  main[role="main-wrapper-iamge"].main-scroll footer.mobile {
    display: none;
  }

  main[role="main-wrapper-iamge"].main-scroll header[role="header"]:before {
    height: 66px;
    background: #727075;
  }
}

main[role="main-wrapper-iamge"] > .over-bg-color{background-color:rgba(48, 54, 70, 0.5); background-image:none; padding:0}


/*===== Header ===*/
header[role="header"]{ position: fixed; bottom:0; left:0; right:0; width:100%; padding:0 5%; z-index:6}

header[role="header"] > hgroup{background-color:rgba(255,255,255,.95); overflow:hidden; position:relative; display: flex; justify-content: center; }

header[role="header"] > hgroup > h1{ padding:0; margin:0; display:inline-block; display: flex; position:relative; z-index:5;}

header[role="header"] > hgroup > h1 > a{ 
  text-transform: uppercase; 
  font-family: 'Avenir','Nunito', Arial serif;
  text-align:center; 
  font-size: 14px;
  color:#FFF;
  display:inline-block; 
  width:157px; 
  font-weight:500; 
  letter-spacing:5px;
  overflow: hidden;
  text-indent: -9999px; 
  background: url('../images/logo-horizontal.svg') no-repeat center center;
  background-size: contain;
  height: 50px;
  margin: 5px 0 5px 15px;
}

header[role="header"] > hgroup > h1 > a:hover{ text-decoration:none}

header[role="header"] > hgroup > .logo {
  width: 40px;
  height: 40px;
  background: url('../images/logo_tree.svg') no-repeat center;
  background-size: auto 100%;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  left: 15px;
  display: inline-block;
}

@media (max-width: 1200px) {
  header[role="header"] > hgroup > .logo { 
      display: none;
  }
}

/*===== Nav ===*/
#menu-button{ display:none}

header[role="header"] > hgroup nav{float:none; clear:both; text-align:center; display:inline-block; position:relative; left:0; right:0;font-family: 'Avenir','Nunito', Arial serif;}

header[role="header"] > hgroup nav ul{ padding:0; margin:0; list-style:none; text-align:center; border:none}

header[role="header"] > hgroup nav ul > li{ float:none; display:inline-block; font-size:12px; text-transform:uppercase; letter-spacing:2px; font-weight:400; margin:0 10px}

header[role="header"] > hgroup nav ul > li > a{border-radius:0;border:none; padding:0; line-height:60px; display:block;color:#353535}

header[role="header"] > hgroup nav ul > li.active a,header[role="header"] > hgroup nav ul > li a:hover{ background-color: inherit; border:none; color:#81adb2}

header[role="header"] > hgroup nav .nav-tabs>li.active>a, header[role="header"] > hgroup nav .nav-tabs>li.active>a:focus, header[role="header"] > hgroup nav .nav-tabs>li.active>a:hover{ background-color: inherit; border:none;color:#81adb2}


/*===== Social-Icons ===*/
header[role="header"] > hgroup .mobile-social{ display:none} 

header[role="header"] > hgroup ul[role="socil-icons"]{ list-style:none; padding:0; margin:0; position:absolute; right: 0;
    top: 4px; z-index:5}

header[role="header"] > hgroup ul[role="socil-icons"].mobile-social{ display:none}

header[role="header"] > hgroup ul[role="socil-icons"] li{ display:inline-block; margin-right:21px}

header[role="header"] > hgroup ul[role="socil-icons"] li > a{ display:block; line-height:52px; font-size:13px; color:#353535}

header[role="header"] > hgroup ul[role="socil-icons"] li a:hover{ color:#81adb2}


/*===== Footer ===*/
header[role="header"] footer{ text-align:right}

header[role="header"] footer > p,footer.mobile p{ color: #fff; font-size:12px; line-height:50px; font-weight:400}

header[role="header"] footer > p > i,footer.mobile p i{ color:#81adb2; display:inline-block; padding:0 5px}

footer.mobile{ display:none}

@media (max-width: 1200px) {
  header[role="header"] > hgroup nav ul > li {
    margin: 0 10px;
  }
}

@media (max-width: 1200px){
  footer.mobile{ display:block}
  
  footer ul[role="social-icons"] {
    display: block;
  }
  
  footer.mobile {
    position: absolute;
    bottom: 7px;
    left: 5%;
    right: 5%;
  }
  
  footer.mobile p {
    display: block;
  }
  
  header[role="header"] > hgroup ul[role="socil-icons"] {
    display: none;
  }
  
  .nav-tabs>li>a {
    font-size: 11px;
  }
  header[role="header"] > hgroup nav ul > li {
    margin: 0 8px;
  }
}
    
@media (max-width: 767px){ 
  footer.mobile {
    position: static;
  }
}


/*===== Page-title ===*/
article[role="introduction"] img:not(.w-tree) {
  /*margin-bottom: 140px !important;*/
}

article[role="introduction"].page .subscribe-button {
  margin-bottom: 100px;
}

article header.page-title h2{ text-align:center;font-family: 'Playfair Display', serif; font-size:32px; color: #fff; line-height:1.5; font-weight:600; letter-spacing:1px; position:relative; padding:0; margin-top:0}

article header.page-title {
  text-align: center;
}

article header.page-title .w-tree {
  max-width: 50px;
  margin-bottom: 20px;
  filter: invert(1) brightness(100%);
  display: inline-block;
}

article header.page-title img:not(.w-tree) {
  width: 90%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 40px;  
}

article:not([role="introduction"]) header.page-title {
  display: none;
}

@media (min-width: 992px) {
  article header.page-title img:not(.w-tree) {
    max-width: 200px;
    margin: 0 auto 70px;
  }
}

@media (min-width: 1440px) {
  article header.page-title img:not(.w-tree) {
    max-width: 250px;
    margin: 0 auto 100px;
  }
}


/*===== Page ===*/
article.page {
  display: table;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  min-height: 100vh;
}

article.page .v-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


@media (min-width: 768px) {
  article.page {
    padding-top: 0;
  }
}

/*

@media (min-width: 992px) {
  article.page {
    padding-top: 6%;
    padding-bottom: 8%;
  }
}

@media (min-width: 1240px) {
  article.page {
    padding-top: 7%;
    padding-bottom: 17%;
    min-height: 100vh;
  }
}

@media (min-width: 1440px) {
  article.page {
    padding-top: 8%;
    padding-bottom: 18%;
  }
}

@media (min-width: 1920px) {
  article.page {
    padding-top: 12%;
    padding-bottom: 23%;
  }
}*/

article.page form{
  margin:30px auto 10px; 
  display:flex;
  flex-direction: column;
  align-items: center; 
  overflow:hidden; 
  padding-top:5px; 
  padding-bottom:10px;
}

article.page form .block {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 290px;
}

@media (min-width: 992px) {
  article.page form .block {
    flex-direction: row;
    width :auto;
  }
}

article.page form input[type="text"],
article.page form input[type="email"]{ 
  display:block; 
  height:50px; 
  outline:none; 
  padding:0 10px; 
  border:1px solid white; 
  background-color: inherit; 
  font-size:15px; 
  line-height:16px; 
  color:white; 
  font-weight:300; 
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  article.page form input[type="text"],
  article.page form input[type="email"]{
    margin-bottom: 0;
  }
  
  article.page form input[type="text"] {
    margin-right: 2px;
  }
}

article.page form label{ width:100%; height:50px; position:relative; flex:none;}

article.page form label input{ font-size:0; display:block; border:none; outline:none; cursor:pointer;width:100%; height:50px; background-color:white}

@media (min-width: 992px) {
  article.page form label{ float:right; width:60px;}

  article.page form label input{ width:60px;}
}

article.page form label i { position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; font-size:24px; color:#81adb2; cursor:pointer; line-height:50px}

article.page form label:hover input{ background-color:#81adb2}

article.page form label:hover i{ color:#FFF}

article.page form input::-webkit-input-placeholder { color:white; }

article.page form input::-moz-placeholder { color:white; } /* firefox 19+ */

article.page form input:-ms-input-placeholder { color:white; } /* ie */

article.page form input:-moz-placeholder { color:white; }

article.page > p{ font-size:15px; line-height: 1.5; letter-spacing:0.035em; font-weight:300}

article.page > h3 {
  margin-top: 10%;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

article.page .subscribe-button {
  color: #81adb2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  background: white;
  padding: 15px 25px;
  display: inline-block;
  margin: 20px auto;
  width: fit-content;
}

article.page .subscribe-button:hover,
article.page .subscribe-button:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background: #81adb2;
  color: white;
}

.error_message{ color:#81adb2}

#success_page h3,#success_page p{color:#60ca6f }

article.page.main-content {
  text-align: left;
}

article.page.main-content {
  padding-top: 7%;
}

article.page.main-content .back-link {
  margin: 0 0 20px;
}

article.page.main-content .back-link a {
  color: white;
  text-decoration: underline;
}

p.signage-2 {
  font-size: 30px !important;
  margin: 30px 0 0;
  font-family: 'Quatar', cursive!important;
}

.signage span {
  font-size: 24px !important;
}

article[role="blog"] .signage {
  margin-top: 0;
  margin-bottom: 50px;
}

article[role="blog"] .scroll-down {
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 12px;
}

article[role="blog"] .scroll-down span {
  margin-bottom: 15px;
  display: block;
}

article[role="blog"] .btn-scroll-down {
  padding: 29px 11px 6px;
  color: #fff;
  font-size: 24px;
  opacity: 0.7;
  border: 1px solid #fff;
  border-radius: 50px;
  background: rgba(255,255,255,0.2);
  transition: 0.35s background;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

article[role="blog"] .btn-scroll-down:hover {
  background: rgba(255,255,255,0.5);
  transition: 0.35s background;
}

article[role="blog"] .btn-scroll-down:before {
  width: 2px;
  height: 30px;
  background: #fff;
  transform: translateX(-50%);
  position: absolute;
  top: 19px;
  left: 50%;
  content: '';
  display: block;
}

article[role="blog"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

article[role="blog"] .page-main {
  display: block;
}

article[role="blog"] .page-scroll {
  width: 100%;
  padding-top: 240px;
  color: #353535;
}

article[role="blog"] .page-scroll .image:first-child {
  margin-bottom: 80px;
}

article[role="blog"] .page-scroll .image:nth-last-child(2) {
  margin-top: 80px;
}

article[role="blog"] .page-scroll .v-center {
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

article[role="blog"] .page-scroll .date {
  margin-bottom: 90px;
}

article[role="blog"] .page-scroll img {
  width: 100%;
}

article[role="blog"] .page-scroll p {
  color: #353535;
}

article[role="blog"] .page-scroll .newsletter {
  margin-top: 70px;
  padding: 35px 0 0;
  position: relative;
}

article[role="blog"] .page-scroll .newsletter form {
  margin: 0;
  padding: 0;
}

article[role="blog"] .page-scroll .newsletter p {
  color: #fff;
}

article[role="blog"] .page-scroll .newsletter .ntify_form {
  position: relative;
  z-index: 10;
}

article[role="blog"] .page-scroll .newsletter:before {
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #727075;
  content: '';
  display: block;
}

article[role="blog"] .page-scroll .scrolltop {
  width: 40px;
  height: 40px;
  padding: 0 3px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.2);
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.36s opacity;
}

article[role="blog"] .page-scroll .scrolltop:hover {
  opacity: 1;
  transition: 0.36s opacity;
}

@media (max-width: 1200px) {
  article[role="blog"] .page-scroll {
    padding-top: 120px;
  }

  article[role="blog"] .page-scroll .image:first-child {
    margin-bottom: 40px;
  }

  article[role="blog"] .page-scroll .image:nth-last-child(2) {
    margin-top: 40px;
  }

  article[role="blog"] .page-scroll .date {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  article[role="blog"] .page-scroll {
    padding-top: 20px;
  }

  article[role="blog"] .page-scroll .image:first-child {
    margin-bottom: 30px;
  }

  article[role="blog"] .page-scroll .image:nth-last-child(2) {
    margin-top: 20px;
  }

  article[role="blog"] .page-scroll .date {
    margin-bottom: 30px;
  }

  article[role="blog"] .scroll-down {
    margin-top: 50px;
  }

  article[role="blog"] .page-scroll .scrolltop {
    display: none;
  }
}

/*===== Contact ===*/
.contact-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 50px;
}

.contact-details .label {
  font-family: 'Avenir', 'Nunito', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  display: inline-block;
  text-align: right;
  width: 90px;
  padding: 0;
  padding-right: 15px;
}

.contact-details .contact-details-row {
  display: flex;
}

.contact-details p {
  width: 350px;
  text-align: left;
  font-family: 'Avenir', 'Nunito', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-weight: 400;
  text-align: center;
}

.contact-details p a {
  text-decoration: none;
  color: white;
}

@media (max-width: 767px) {
  .contact-details .contact-details-row {
    display: block;
  }
  .contact-details .label {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    padding-right: 0;
  }
  .contact-details p {
    text-align: center;
    width: 100%;
  }
}

/*===== Footer ===*/
footer ul[role="social-icons"] {
  display: none;
}

@media (max-width: 1200px) {
  footer ul[role="social-icons"] {
    display: block;
  }
}

footer ul[role="social-icons"] {
  text-align: center;
}

footer ul[role="social-icons"] li {
  display: inline-block;
  margin: 5px;
}

footer ul[role="social-icons"] li a {
  color: white;
}


.ntify_form .block {
  display: block;
  overflow: auto;
  margin: 0 0 20px;
}

.ntify_form #mce-responses {
  display: block;
  margin: 20px 0;
  overflow: auto;
}

.ntify_form #mce-responses .response,
.ntify_form #mce-responses .response a {
  color: white;
}

.ntify_form form input.error {
  border: 1px solid #ff5454 !important;
}

.gdpr {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.gdpr input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  display: block;
  -webkit-appearance: checkbox;
}

.gdpr input[type=checkbox].error {
  border: 1px solid red;
}

.gdpr p {
  margin: 0;
}

.gdpr p a {
  color: white;
  text-decoration: underline;
}

.gdpr p a:hover {
  text-decoration: none;
}



.error-message {
  position: absolute !important;
  bottom: -20px !important;
  left: 0;
  color: white !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  width: 100%;
  background: #ff5453;
  padding: 3px 0;
}

/* Checkbox */
.checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  float: none !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.checkbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 3px;
  background: white;
  margin-right: 5px;
}

.checkbox:hover + label:before {
  border: 1px solid #fff;
}

.checkbox:focus + label:before {
  outline: none;
  border: 1px solid #fff;
}

.checkbox:checked + label:before {
  border: 1px solid #fff;
}

.checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #81adb2;
  border-radius: 2px;
}

.checkbox.error + label:before {
  border: 1px solid #ff5454;
  box-shadow: 0 0 10px #ff5454;
}

.checkbox.checked + label:before {
  border: none;
  box-shadow: none;
}


.gdpr-popup {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 540px;
  padding: 30px 25px 25px;
  z-index: 9999;
  background: white;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transition: all .45s ease;
}

@media (max-width: 640px) {
  .gdpr-popup {
    width: 90%;
  }
}

.gdpr-popup-bg {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;
  background: #000;
  transition: all .45s ease;
}

.gdpr-popup h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.gdpr-popup h3,
.gdpr-popup p {
  color: #353535;
}

.gdpr-popup p {
  line-height: 1.7;
}

.gdpr-popup.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.gdpr-popup-bg.active {
  opacity: 0.35;
  pointer-events: all;
  visibility: visible;
}

.gdpr-popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 23px 20px;
  font-size: 20px;
  color: #81adb2;
  line-height: 0;
}

.gdpr-popup .close-popup:hover {
  cursor: pointer;
  color: #4d868c;
}

