
body{
    margin:0;
    padding:0;
}
.top-view{
    overflow: auto;
}
.wrapper {
    width: 600px;
    padding: 15px 60px;
    font-family: Roboto Condensed, sans-serif;
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    margin-top: 100px;
    margin-bottom:100px;
    background: #e4e3eb;
    background: -moz-linear-gradient(top, #e4e3eb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e4e3eb 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e4e3eb 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3eb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

a{
    text-decoration:none;
}

.gdpr-partners-items a{
    word-wrap: break-word;
}

.privacy-statement a{
    word-wrap: break-word;
}

.logo {
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
}

.logo img { 
    max-width: 100%;
}

.privacy-statement {
    display: none;
    position: relative;
}

.privacy-statement .content {
    margin-top: 60px;
}

.privacy-statement .content p .p-sub {
    font-weight: 700;
    display: block;
}

.privacy-partners {
    display: none;
    position: relative;
}

.privacy-partners .content {
    margin-top: 60px;
}

.privacy-partners .content p a {
    color: #c5ad00;
    text-decoration: none;
}

.gdpr-partners-items p {
    margin:0;
}

.gdpr-partners-items h3{
    margin-bottom: 0;
}

.partners-link {
    color: #c5ad00;
    cursor: pointer;
}

.privacy-link {
    color: #c5ad00;
    cursor: pointer;
}

.partners-link:hover,
.privacy-link:hover {
    opacity: 0.6;
}

.show-plack {
    display: block;
}

.hide-plack {
    display: none;
}

.btn {
    border: none;
    padding: 10px 20px 10px 20px;
    background-color: black;
    color: white;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    /* margin-top: 16px; */
    font-family: Roboto Condensed, sans-serif;
    position: relative;
}

.btn.redirect{
    padding: 10px 50px 10px 20px; 
    overflow: hidden;
}

.btn2 {
    border: none;
    padding: 5px 20px;
    background-color: black;
    color: white;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    /* margin-top: 16px; */
    font-family: Roboto Condensed;
}

.button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.close {
    position: absolute;
    right: -45px;
    top: -63px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.loadinganim.showbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

.loadinganim.showbox .loader {
    position: relative;
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

  .loadinganim.showbox .loader:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .loadinganim.showbox .loader .circular {
    animation: loadinganim-rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .loadinganim.showbox .loader .circular .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loadinganim-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #fff;
    stroke-width: 5;
  }
  
  .sliding-photogallery .loadinganim.showbox .loader .circular .path {
    stroke: #fff;
  }
  
  .post .content-header .loadinganim.showbox .loader .circular .path, .main-top .loadinganim.showbox .loader .circular .path {
    stroke: #fff;
  }
  
  @keyframes loadinganim-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes loadinganim-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes loadinganim-color {
    100%, 0% {
      stroke: #d62d20;
    }
    40% {
      stroke: #0057e7;
    }
    66% {
      stroke: #008744;
    }
    80%, 90% {
      stroke: #ffa700;
    }
  }

@media screen and (max-width: 770px) {
    .wrapper {
        width: 80%;
        padding: 15px 10%;
        box-shadow: none;
        margin-top: 0;
    }
    .close {
        right:-20px;
    }
}