/* Gdpr popup */
#am2-gdpr__popup {
  position : fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity : 0;
  z-index: 99999999;  
  background: rgba(0, 0, 0, 0.7);
  transition : 0.2s all;  
  overflow: hidden;
  display: none;
  width : 100%;
  text-align: left;
}

#am2-gdpr__popup.show {
  opacity : 1;
}

/* helper activated on popup open */
.disable_scroll {
  overflow: hidden;
}

.am2-gdpr__popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%; 
  right: 0;
  min-height: 490px;
  background-color: #eee;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999999;
  opacity : 0; 
  width: 0;
  max-width: 600px;
  height: 0; 
  overflow: hidden;
  border-radius: 2.5px;
  box-sizing: border-box;
}

.am2-gdpr__popup-wrapper.show {
  opacity : 1;
  float: left;
  width : 100%; 
}

/* Popup header */
.am2-gdpr__popup-header {
  height: 70px;
  margin: 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: relative;
  background-color: #e6e6e6;
} 

.am2-gdpr__popup-logo { 
  background-size: 85% !important;
  background-repeat: no-repeat !important;
  background-position: center !important; 
  background-color:  #fff;
  width: 150px;
  height: 69px;
  display: inline-block;
  vertical-align:  middle;
  margin: 0; 
}

.am2-gdpr__popup-title {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  vertical-align: middle; 
  margin: 0px 0px 0px 15px;
}

.am2-gdpr__popup-close {
  box-shadow : 0px 10 10px 10px rgba( 0, 0, 0, .25 );
  border-radius: 10px;
  width: 35px;
  background : transparent;
  right: 20px; 
  top: 0px;
  position   : absolute;
  display    : block;
  z-index    : 200;
  text-indent : -9999px;
  line-height: 70px;
}

.am2-gdpr__popup-close:before,
.am2-gdpr__popup-close:after {
  content    : '';
    width      : 55%;
    height     : 2px;
    background : #000;
    position   : absolute;
    top        : 48%;
    left       : 22%;
    transform: rotate(-45deg);
    transition : 0.3s all;
}

.am2-gdpr__popup-close:after{
    transform: rotate(45deg);
    transition : 0.3s all;
  }

.am2-gdpr__popup-close:hover:before,
.am2-gdpr__popup-close:hover:after  {
  transform: rotate(180deg);
} 


/* Popup content */
.am2-gdpr__popup-body {
  background-color: #ffffff;
}

/* Popup left content */
.am2-gdpr__tabs {
  float: left;
  width: 150px;
  text-align: right; 
  margin: 0;
  padding: 0;
}

.am2-gdpr__tabs li {
  background-color: #e6e6e6; 
}

.am2-gdpr__tabs li.current,
.am2-gdpr__tabs li:hover { 
  background-color: #fff;
} 

.am2-gdpr__tabs li a {
  color: #383838;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 20px 7px 20px;
  margin:  0px;   
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
} 

/* Popup right content */
.am2-gdpr__tab {
  display: block;
  margin-left: 150px; 
  text-align:  justify;
  color: #333;
  height: 360px;
  overflow-y: auto;
}

.am2-gdpr__tab-item {
  display: none;
  width: -webkit-fill-available;
  position: relative;
  float: left;
  padding: 5%;
}

.am2-gdpr__tab-item:first-child {
  display: block;
}

.am2-gdpr__tab-item p {
  font-size: 14px;
  line-height: 20px; 
}

.am2-gdpr__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin: 0px 0px 15px;  
  padding: 0px;
}

.am2-gdpr__subtitle {
  font-size: 14px;
  margin: 20px 0px 10px;
  font-weight: 900;
}

.am2-gdpr__header {
  position: relative;
}


/* checkboxes */
.am2-gdpr__checkbox {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 50px;
  height: 26px;
  background: #F1F1F1;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
}

.am2-gdpr__checkbox-active {
  color: #78808e;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.am2-gdpr__checkbox-toggle {
  margin: 0px!important;
  padding: 0px!important;
}

.am2-gdpr__checkbox-toggle:before {
  display: none;
}

.am2-gdpr__checkbox-toggle:after {
  display: none;
}

.am2-gdpr__checkbox .am2-gdpr__checkbox-toggle--handler {
    background: linear-gradient(to bottom, #e1e1e1, #d2d2d2);
    width: 20px;
    height: 20px;
    display: block; 
    border-radius: 60px;
    margin: 3px 5px;
    position: relative;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.am2-gdpr__checkbox .am2-gdpr__checkbox-toggle--handler:before {
    content: "x"; 
    position: absolute; 
    width: 24px;
    height: 24px;
    border-radius: 60px;
    color: #b0b0b0; 
    text-align: center;
    line-height: 0px;
    top: 10px;
    left: -2px;
}

input:checked + .am2-gdpr__checkbox-toggle .am2-gdpr__checkbox-toggle--handler:after {
    opacity: 1;
}

.am2-gdpr__checkbox .am2-gdpr__checkbox-toggle--handler:after {
    content: "✓";
    position: absolute;
    border-radius: 60px;
    background: linear-gradient(to bottom, #3ebb00, #3aaf00);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 200ms;
    color:  #fff;
    text-align:  center;
    line-height: 19px;
}

input:checked + .am2-gdpr__checkbox-toggle .am2-gdpr__checkbox-toggle--handler {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background: linear-gradient(to bottom, #e1e1e1, #d2d2d2);
}

/* List of cookies */

.am2-gdpr__list {  
  margin: 0;
  padding: 0;
}

.am2-gdpr__list-item {
  list-style: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0px;
  font-size: 13px;
  line-height: 25px;
} 

/* cookies list */

.am2-gdpr__cookies { 
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 13px; 
}

.am2-gdpr__cookie-setter{
  position: absolute; 
  left: -999em;
}

.am2-gdpr__cookies-top {
  float: left; 
  width: 100%;
  padding: 2%;
}

.am2-gdpr__cookies-title {
  float: left;
  max-width: 65%;
  font-size: 15px;
  margin: 0px;
  line-height: 24px;
}

.am2-gdpr__cookies-required {
  text-align: center;   
  line-height: 20px; 
  color: #353535;
  float: right;
}

.am2-gdpr__cookies-required a {
   color: #fff; 
   padding: 2px 10px 4px; 
}

.am2-gdpr__cookies-description {
  float: left;
  width: 100%;
  padding: 2%;
  border-top: 1px solid #e5e5e5;
  font-size:  13px;
  line-height: 18px;
}

.am2-gdpr-cookie_item-clear {
  clear: both;
}

.am2-gdpr-text-white {
  color: #fff;
  padding: 2px 10px; 
}


/* popup footer */

#am2-gdpr__footer {
  border-top: 1px solid #ccc;
  background-color: #fff;
  float: left;
  margin: 0px;
  padding: 12px 0px;
  width: 100%;
  line-height: 35px;
}

.am2-gdpr__footer-link {
  margin-left: 3%;
  font-size: 14px;
}

.am2-gdpr__button {
  border: 1px solid #777777;
  text-decoration: none;
  color: #777777;
  padding: 10px;
}

.am2-gdpr__button:hover {
  color: #fff;
  border: 1px solid #7c7c7c;
  background-color: #9f9f9f;
}

.am2-gdpr__button-save {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 18px;
  margin-right: 3%;
  height: auto;
  line-height: 1.4285714;
  white-space: normal; 
  border-radius: 3px;
  box-sizing: border-box;  
  color: #fff;
  float: right;
  display: none;
  text-decoration: none; 
}

.am2-gdpr__button-save::before {
  content: '\2713';
  padding-right: 3px;
}
.am2-gdpr__button-custom {
  color: #777!important;
}
.am2-gdpr__button-custom:hover {
  color: #fff!important;
}


@media screen and (max-width: 480px){
  #am2-gdpr__popup {
    overflow-y: auto;
  }
  .am2-gdpr__tabs {
    width: 100%;
    text-align: left;
  }
  .am2-gdpr__tab {
    margin-left: 0;
    clear: both;
    height: inherit;
  }
  .am2-gdpr__popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); 
  }

  .am2-gdpr__popup-close {
    right: 0px; 
    line-height: 60px;
  }

  .am2-gdpr__popup-title {
    display: none;
  }

  .am2-gdpr__popup-wrapper.show,
  .am2-gdpr__popup-wrapper {
    height: inherit;
  }

  .am2-gdpr__popup-header {
    height: 60px;
  }

  .am2-gdpr__popup-logo {
    height: 59px;
    width: 130px;
  }
} 