/*** Main Stylesheet ***/
@font-face {
  font-family: 'Aller';
  src: url("../fonts/Aller-Bold.eot");
  src: url("../fonts/Aller-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Aller-Bold.woff") format("woff"), url("../fonts/Aller-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Alice';
  src: url("../fonts/Alice-Regular.eot");
  src: url("../fonts/Alice-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Alice-Regular.woff") format("woff"), url("../fonts/Alice-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sansumi';
  src: url("../fonts/Sansumi-ExtraBold.eot");
  src: url("../fonts/Sansumi-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sansumi-ExtraBold.woff") format("woff"), url("../fonts/Sansumi-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Aller';
  src: url("../fonts/Aller-Light.eot");
  src: url("../fonts/Aller-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Aller-Light.woff") format("woff"), url("../fonts/Aller-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/NexaBold.eot");
  src: url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaBold.woff") format("woff"), url("../fonts/NexaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/NexaLight.eot");
  src: url("../fonts/NexaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/*** Main Stylesheet3 ***/
html {
  box-sizing: border-box; }
  

*, *:before, *:after {
  box-sizing: inherit; }

* {
  outline: 0 none; }

html {
  -webkit-font-smoothing: antialiased; }

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  overflow: hidden; }

.centred {
  text-align: center; }

.tar {
  text-align: right; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: .75em; }

sub {
  top: 0.4em; }

b, strong {
  font-weight: 600; }

em, i {
  font-style: italic; }

a {
  text-decoration: none;
  cursor: pointer; }

img {
  max-width: 100%; }

span img {
  display: inline-block;
  vertical-align: middle; }

h2 {
  font-family: 'Alice'; }

h3 {
  font-family: 'Sansumi'; }

h3, h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000; }

p {
  margin-bottom: 15px; }

.transition {
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"] {
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

textarea {
  resize: vertical; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

label[for], .btn, input[type="submit"], button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

body {
  padding: 0;
  margin: 0;
  font-family: "Aller", sans-serif;
  display: block;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .shell {
    width: 100%;
    overflow: hidden; } }
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  height: 90vh; }
  .kwicks li {
    height: 100%;
    display: block;
    text-align: center;
    color: #fff; }
    .kwicks li .expand-text {
      display: none; }
    .kwicks li h3 {
      font-family: 'Sansumi';
      color: #b9a4af;
      font-size: 11px;
      padding: 0;
      margin: 0;
      padding-top: 20px;
      padding-bottom: 10px;
      letter-spacing: 2px; }
      @media screen and (min-width: 1350px) {
        .kwicks li h3 {
          font-size: 20px; } }
    .kwicks li p {
      font-size: 10px;
      padding: 0;
      margin: 0;
      letter-spacing: 2px; }
      @media screen and (min-width: 1350px) {
        .kwicks li p {
          font-size: 18px; } }

.kwicks:after {
  content: "";
  width: 100%;
  height: 301px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  background: url("../images/HOMEPAGE_blocks_1.png") no-repeat center top; }
  @media screen and (max-width: 1500px) {
    .kwicks:after {
      background-size: contain;
      height: 200px; } }

 @media screen and (max-width: 1500px) {
    .kwicks:after {
      background-size: contain;
      height: 140px; } }


.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute; }

.kwicks-horizontal > * {
  float: left; }

.kwicks-horizontal > :first-child {
  margin-left: 0; }

.kwicks-vertical > :first-child {
  margin-top: 0; }

#panel-1, #panel-3, #panel-5, #panel-7 {
  background: #456b73; }

#panel-2, #panel-4, #panel-6 {
  background: #2a5c66; }

.expand-text {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(7, 33, 41, 0.8);
  display: none;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 11px;
  padding-top: 50px;
  font-size: 10px; }
  @media screen and (min-width: 1350px) {
    .expand-text {
      font-size: 18px; } }

.kwicks-expanded .expand-text {
  display: block !important; }

#panel-1:before {
  content: "";
  background: url("../images/tree.png") no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 175px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
#panel-1.kwicks-expanded:before {
  opacity: 1; }

#panel-2:before {
  content: "";
  background: url("../images/lens.png") no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 206px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 50%;
  margin-top: -103px; }
#panel-2.kwicks-expanded:before {
  opacity: 1; }

#panel-3:before {
  content: "";
  background: url("../images/cookie.png?v=2") no-repeat center top;
  position: absolute;
  left: 0;
  width: 207px;
  height: 266px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 180px; }
#panel-3.kwicks-expanded:before {
  opacity: 1; }

#panel-4:before {
  content: "";
  background: url("../images/water.png?v=2") no-repeat center top;
  position: absolute;
  right: 0;
  width: 253px;
  height: 366px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 250px; }
#panel-4.kwicks-expanded:before {
  opacity: 1; }

#panel-5:before {
  content: "";
  background: url("../images/chair.png?v=2") no-repeat center top;
  position: absolute;
  left: 0;
  width: 183px;
  height: 253px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 200px; }
#panel-5.kwicks-expanded:before {
  opacity: 1; }

#panel-6:before {
  content: "";
  background: url("../images/dancer.png?v=2") no-repeat left top;
  position: absolute;
  right: 0;
  width: 186px;
  height: 270px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  bottom: 100px; }
#panel-6.kwicks-expanded:before {
  opacity: 1; }

#panel-7:before {
  content: "";
  background: url(../images/cake.png?v=40) no-repeat center top;
  position: absolute;
  right: -90px;
  width: 370px;
  height: 365px;
  opacity: 0.7;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 200px;
  background-size: contain; }
#panel-7.kwicks-expanded:before {
  opacity: 1; }

.after-section-1 {
  width: 100%;
  background: #836574;
  height: 12vh; }
  .after-section-1 h3 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 21px;
    font-family: 'Alice';
    color: #fff;
    padding-top: 9px;
    letter-spacing: 2px; }
  .after-section-1 .arrow-down {
    display: block;
    margin: 0 auto;
    width: 30px;
    margin-top: 20px; }

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/claim.svg) no-repeat center top;
  width: 100%;
  height: 150px;
  z-index: 9999;
  pointer-events: none;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);    background-size: contain; }
  
  .logo h1{
    opacity: 0;
    visibility: hidden;;
    
  }
  .logo.de {
    background: url(../images/claim-de.svg) no-repeat center top;     background-size: contain;}
  @media screen and (max-width: 1500px) {
    .logo {
      height: 90px; } 
       .logo.de {
height: 90px;
       }

    }
      @media screen and (max-width: 1500px) {
    .logo {
      height: 60px; } 
       .logo.de {
height: 60px;
       }

    }

.themenu {
  width: 100%;
  height: 115px;
  background: #836574;
  -webkit-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.75); }
  .themenu ul {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    list-style: none; }
    .themenu ul li {
      list-style: none;
      float: left;
      width: 14.28%;
      overflow: hidden;
      margin: 0 auto;
      text-align: center;
      position: relative;
      background: #765466;
      height: 100%; }
      .themenu ul li:hover {
        background: rgba(0, 0, 0, 0.2) !important; }
      .themenu ul li.color-1 {
        background: #836574; }
      .themenu ul li a {
        position: absolute;
        bottom: 10px;
        color: #fff;
        font-size: 9px;
        width: 100%;
        text-align: center;
        display: block;
        height: 90%;
        padding-top: 90px; }
        .themenu ul li a.active {
          text-decoration: underline; }
        .themenu ul li a img {
          display: block;
          margin: 0 auto;
          margin-bottom: 15px;
          width: 50px;
          position: absolute;
          top: 30px;
          left: 50%;
          margin-left: -25px; }
        @media screen and (min-width: 1355px) {
          .themenu ul li a {
            font-size: 17px; } }

.section-2 {
  padding-top: 81px;
  display: block;
  position: relative; }

.content-text {
  text-align: center; }
  .content-text h2 {
    font-size: 36px;
    padding-bottom: 20px;
    overflow: hidden; }
  .content-text h3 {
    font-size: 13px; }
    @media screen and (min-width: 1350px) {
      .content-text h3 {
        font-size: 25px; } }
  .content-text p {
    font-family: 'Alice';
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    max-width: 60%;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 1355px) {
      .content-text p {
        font-size: 16px; } }

.videoH {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 80px; }
  .videoH img, .videoH video {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }

.arrow-top {
  background: url(../images/arrow-up.svg) no-repeat center top;
  background-size: contain;
  font-size: 9px;
  color: #765466;
  display: inline-block;
  padding-top: 15px;
  margin-top: 40px;
  border-bottom: 1px solid #765466;
  padding-bottom: 3px;
  margin-bottom: 40px; }
  .arrow-top.white {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: url("../images/arrow-up-white.svg?v=2") no-repeat center top;
    background-size: contain; }
  @media screen and (min-width: 1355px) {
    .arrow-top {
      font-size: 14px; } }

.owl-carousel .owl-item {
  width: 70%; }

.slider-loop {
  position: relative;
  width: 100%; }
  .slider-loop .owl-nav {
    position: absolute;
    width: 100%; }
    .slider-loop .owl-nav .owl-prev {
      left: 0;
      background: url(../images/arrow-slider-left.png) no-repeat center top;
      width: 35px;
      height: 132px;
      background-size: contain;
      font-size: 0;
      line-height: 0;
      text-indent: -999px;
      position: absolute;
      top: -50%;
      margin-top: -248px;
      left: 30px; }
    .slider-loop .owl-nav .owl-next {
      right: 30px;
      background: url(../images/arrow-slider-right.png) no-repeat center top;
      width: 35px;
      height: 132px;
      background-size: contain;
      font-size: 0;
      line-height: 0;
      text-indent: -999px;
      position: absolute;
      top: -50%;
      margin-top: -248px; }

.pointer-map {
  width: 817px;
  display: block;
  margin: 0 auto;
  padding-top: 40px; }
  @media screen and (max-width: 1024px) {

        .slider-loop .owl-nav .owl-next, .slider-loop .owl-nav .owl-prev {
     -ms-transform: translateY( -50%);
        -webkit-transform: translateY( -50%);
        transform: translateY(, -50%);
        margin-top: 0;
        top:50%;
        height: 72px;
        }
        .slider-loop .owl-nav{
          position: static;
        }
    .pointer-map {
      width: 90%;
      display: block; } }
  .pointer-map .pointer {
    width: 25%;
    float: left; }
    @media screen and (max-width: 1024px) {
      .pointer-map .pointer {
        width: 50%;
        margin-bottom: 20px; } }
    .pointer-map .pointer img {
      width: 40px;
      display: block;
      float: left; }
    .pointer-map .pointer p {
      padding: 0;
      margin: 0;
      float: left;
      margin-top: 20px;
      margin-left: 5px;
      font-size: 11px;
      font-family: 'Sansumi'; }
      .pointer-map .pointer p.color1 {
        color: #5a8fb7; }
      .pointer-map .pointer p.color2 {
        color: #765466; }
      .pointer-map .pointer p.color3 {
        color: #2a5c66; }
      .pointer-map .pointer p.color4 {
        color: #b9a4af; }

.mapH {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  height: 650px; }
  .mapH #map {
    display: block;
    width: 100%;
    height: 655px; }

.box-text {
  width: 100%;
  background: #765466;
  display: block;
  overflow: hidden; }
  .box-text .innerContent {
    width: 1024px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .box-text .innerContent {
        width: 100%; } }
    .box-text .innerContent img {
      float: left; }
      @media screen and (max-width: 1024px) {
        .box-text .innerContent img {
          width: 100%; } }
    .box-text .innerContent .text-location {
      float: left;
      font-size: 13px;
      color: #ffffff;
      width: 50%;
      padding-left: 60px;
      padding-top: 60px;
      font-family: 'Alice';
      font-weight: 400; }
      @media screen and (min-width: 1350px) {
        .box-text .innerContent .text-location {
          font-size: 16px; } }
      @media screen and (max-width: 1024px) {
        .box-text .innerContent .text-location {
          width: 90%;
          padding-bottom: 30px; } }

.box-images {
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .box-images .hover-images {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
    left: 0;
    top: 0;
    display: none; }
    .box-images .hover-images.active {
      display: block; }
    .box-images .hover-images .innerPic {
      width: 682px;
      height: 100%;
      display: block;
      position: relative;
      margin: 0 auto; }
      .box-images .hover-images .innerPic .box-description {
        width: 443px;
        height: 229px;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000000;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 0 10px;
        padding-top: 20px; }
        .box-images .hover-images .innerPic .box-description h2 {
          font-size: 18px; }
        .box-images .hover-images .innerPic .box-description h3 {
          font-size: 11px; }
        .box-images .hover-images .innerPic .box-description p {
          font-size: 13px; }
  .box-images .box {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .box-images .box p {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000;
      font-size: 17px;
      padding: 5px 5px;
      text-transform: uppercase;
      text-align: center;
      display: inline-block; }
    .box-images .box img {
      float: left; }

.screen {
  width: 100%;
  display: block; }

.section-8 {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .section-8 .overpic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none; }
    .section-8 .overpic img {
      display: block;
      margin: 0 auto;
      float: none !important;
      height: 100%; }
  .section-8 .box-section {
    width: 100%;
    max-width: 911px;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
    .section-8 .box-section .left-side {
      width: 40%;
      float: left; }
      @media screen and (max-width: 1024px) {
        .section-8 .box-section .left-side {
          width: 90%;
    display: block;
    margin: 0 auto;
    float: none;; } }
      .section-8 .box-section .left-side h3 {
        font-size: 16px; }
      .section-8 .box-section .left-side h2 {
        font-size: 36px;
        color: #000000; }
      .section-8 .box-section .left-side p {
        font-size: 13px; }
      .section-8 .box-section .left-side .buttons {
        width: 343px; }
        .section-8 .box-section .left-side .buttons a {
          background: rgba(185, 164, 175, 0.8);
          display: inline-block;
          float: left;
          width: 161px;
          height: 47px;
          text-transform: uppercase;
          text-align: center;
          line-height: 47px;
          font-size: 18px;
          color: #fff;
          margin-right: 10px;
          margin-bottom: 10px; }
          .section-8 .box-section .left-side .buttons a:hover {
            background: #866878; }
    .section-8 .box-section img {
      float: right; }
      @media screen and (max-width: 1024px) {
        .section-8 .box-section img {
          width: 90%;
          display: block;
          margin: 0 auto;
          float: none; } }

.section-9 .box-text {
  text-align: center; }
  .section-9 .box-text h2, .section-9 .box-text h3 {
    color: #fff; }
  .section-9 .box-text h3 {
    font-size: 14px; }
  .section-9 .box-text h2 {
    font-size: 36px; }

.box-contact {
  width: 100%;
  background: #765466;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .box-contact {
      padding: 0 50px;
      padding-top: 80px;
      padding-bottom: 40px; } }
  .box-contact .logo-euv {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px; }
  .box-contact .logo-adama {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px; }
  .box-contact .form-list {
    width: 695px;
    margin: 0 auto;
    padding-top: 50px; }
    @media screen and (max-width: 1024px) {
      .box-contact .form-list {
        width: 90%;
        display: block;
        margin: 0 auto; } }
    .box-contact .form-list .row {
      width: 100%;
      margin-bottom: 12px;
      overflow: hidden; }
      .box-contact .form-list .row input[type="submit"] {
        text-align: center;
        background: #ffffff;
        font-size: 11px;
        font-family: 'Sansumi';
        border: 0;
        width: 100%;
        height: 32px;
        color: #765466;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .box-contact .form-list .row input[type="submit"] {
            font-size: 20px; } }
      .box-contact .form-list .row .cell {
        width: 49%;
        float: left; }
        @media screen and (max-width: 1024px) {
          .box-contact .form-list .row .cell {
            width: 100%;
            margin-bottom: 12px; } }
        .box-contact .form-list .row .cell.last {
          float: right; }
          @media screen and (max-width: 1024px) {
            .box-contact .form-list .row .cell.last {
              float: left; } }
        .box-contact .form-list .row .cell input[type="text"], .box-contact .form-list .row .cell textarea {
          width: 100%;
          padding: 0 5px;
          font-size:11px;
          background: transparent;
          border: 1px solid #fff;
          color: #fff;
          font-family: "Aller", sans-serif;
          height: 35px; }
          .box-contact .form-list .row .cell input[type="text"].placeholder, .box-contact .form-list .row .cell textarea.placeholder {
            color: #fff; }
          .box-contact .form-list .row .cell input[type="text"]:-moz-placeholder, .box-contact .form-list .row .cell textarea:-moz-placeholder {
            color: #fff; }
          .box-contact .form-list .row .cell input[type="text"]::-webkit-input-placeholder, .box-contact .form-list .row .cell textarea::-webkit-input-placeholder {
            color: #fff; }
          @media screen and (max-width: 1024px) {
            .box-contact .form-list .row .cell input[type="text"], .box-contact .form-list .row .cell textarea {
              height: 55px;
              font-size: 20px; } }
        .box-contact .form-list .row .cell textarea {
          height: 224px;
          display: block;
          overflow: hidden;
          resize: none;
          padding-top: 10px; }
          @media screen and (max-width: 1024px) {
            .box-contact .form-list .row .cell textarea {
              font-size: 20px; } }
  .box-contact p {
    font-size: 13px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center; }
  .box-contact h4 {
    font-family: 'Sansumi';
    font-size: 13px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center; }

.section-12 p {
  font-size: 13px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left; }

.buttons-pdf {
  position: absolute;
  right: -143px;
  bottom: 330px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
z-index: 9999999;
   }
  .buttons-pdf a {
    width: 161px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: block;
    background: #b9a4af;
    float: left;
    font-size: 8px;
    font-family: 'Sansumi';
    text-align: center; }

#masthead-sticky-wrapper #masthead {
  z-index: 999 !important; }
.section-2 .sticky-wrapper{
  position: absolute;
  top:0;
  right: 0;
}
.map-info-details {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  left: 0;
  z-index: 99;
  display: none; }
  .map-info-details .innerMap {
    width: 900px;
    margin: 0 auto;
    display: block;
    position: relative; }
    .map-info-details .innerMap > img {
      display: block; }
    .map-info-details .innerMap .map-info-details-text {
      display: block;
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.8);
      width: 343px;
      height: 201px;
      left: 60px;
      text-align: center;
      padding-top: 50px;
      font-size: 22px;
      font-family: 'Alice'; }

.owl-carousel .owl-item img {
  width: 655px !important; }
  @media screen and (max-width: 1024px) {
    .box-contact p br {
      display: none;
    }
    .box-contact p br.showmobile{
      display: inline-block;
    }
    .owl-carousel .owl-item img {
      width: 400px !important; } }

.is-sticky #quicklinks {
  padding-top: 0;
  top: 50% !important;
  z-index: 999999 !important;
  right: 1px; }

#quicklinks {
  float: right;
  display: block;
  padding-top: 45vh; }
  #quicklinks.is-sticky {
    position: fixed;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 36px;
    z-index: 999; }
  #quicklinks .contact {
    display: block;
    clear: both;
    width: 34px;
    height: 45px;
    float: right;
    background: url("../images/contact.svg") no-repeat center top;
    z-index: 99; }
  #quicklinks .share-btn {
    display: block;
    clear: both;
    width: 34px;
    height: 45px;
    float: right;
    background: url("../images/share-btn.svg") no-repeat center top; }

.close-button {
  background: url("../images/close-button.svg") no-repeat center top;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0; }

.chlang {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-family: "Aller", sans-serif;
  z-index: 999999;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  text-shadow: #000 1px 1px 1px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 9999;
}
.popup-terms,.popup-disc {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
}
.close{
	/*
      float: right;
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 10px;
    */
}
.link-buttons{
  display: none;
  padding-top: 50px;
}
.link-buttons img{
  float: none!important;
  display: block;
  margin:0 auto;
}
.link-buttons .sketch{
  position: relative;
  overflow: hidden;;
}
.link-buttons .sketch a{
  position: absolute;
  top:0;
  left: 0;
  width: 50%;
  height: 100%;
}
.link-buttons .sketch{
  text-align: center;
  font-size: 12px;
}
.link-buttons .sketch a.right{
  position: absolute;
  top:0;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
}
.themessage{
  text-align: center;
  padding:10px 10px;
  color: #fff;
}
  @media screen and (max-width: 1024px) {
.themenu ul li a{font-size: 13px;}
.kwicks li{
  width: 100%;
  height: 121px;
}
.kwicks li h3{
  font-size: 25px
}

.kwicks li h3 br{
  display: none;
}
.kwicks li p{
  font-size: 17px;
}
#panel-1:before,
#panel-2:before,
#panel-3:before,
#panel-4:before,
#panel-5:before,
#panel-7:before,
#panel-6:before{
    opacity: 1;
  display: none;
}
#panel-1:before{
     display: block;
    background: url(../images/treee-mobile.png) no-repeat center top;
    left: auto;
    bottom: auto;
    top: 0;
    right: -170px;
    height: 300px;
    width: 270px;
}
#panel-2:before{
    top: 20%;
    display: block;
    height: 170px;
    background-size: contain;
    left: -20px;
}
#panel-3:before{
    display: block;
    left: auto;
    right: -100px;
    background-size: contain;
    height: 140px;
    display: block;
    background: url(../images/cookie-mobile.png) no-repeat center top;
    top: 230px;
    background-size: contain;

}
#panel-4:before{
      display: block;
    background: url(../images/water-mobile.png) no-repeat center top;
    right: auto;
    left: -120px;
    top: 310px;

}
#panel-5:before{
   display: block;
    background: url(../images/chair-mobile.png) no-repeat center top;
    left: auto;
    right: -90px;
    top: 480px;
  }
  .logo{
    display: none;
  }
  #panel-6:before{
    display: block;
    background: url(../images/dancer-mobile.png) no-repeat center top;
    right: auto;
    left: -70px;
    top: 590px;
   
  }
    #panel-7:before{
 display: block;
    background: url(../images/cake-mobile.png) no-repeat center top;
    height: 200px;
    top: 730px;
    right: -150px;
    
      
    }
    .kwicks{
       height: 100%;
    overflow: hidden;
    }
    .section-1:after{
      content:"";
      display: block;
      background: url('../images/header-footer-bk-mobile.png') no-repeat center top;
      width: 100%;
      height: 440px;
      display: block;
    }
}

  /*andrei*/
 

 
  body.politica-datelor .content-text{
  	text-align:left !important;
  	padding:0 50px 50px 50px;
  }
    body.politica-datelor .content-text > p{
	max-width:100%;
  }
  
  body.politica-datelor u {
  	text-decoration:none !important;
  }
  .fixed-bot{
  	position:fixed;
  	width:100%;
  	max-width:40px;
  	height:auto;
  	
  }
  
  
.continut {
    margin:0 auto;
    position:relative;
}

.wrapper-fixat {
    position:absolute;
    bottom:0;
    right:0;
    width:60px;
    height:60px;
    z-index: 99999999;
  

}

.wrapper-fixat .fixat{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 0;
    background: #836574;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px #000;
    
}

.wrapper-fixat .refixat{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    padding: 14px;
    border-radius: 50%;   
    
}

.fixat-point{
	cursor:pointer;
}
.wrapper-fixat .fixat:hover{	
	  box-shadow: 0px 2px 20px #000;
	  transition: 0.3s;
}

.fixed-contact{
	position: fixed;
    bottom: 25px;
    right: 100px;
    z-index:999999999;
}
.box-resize-button{
	border:1px solid white;
	border-radius: 15px;
    padding: 35px 35px 0px 35px;
}
.cell-new{
	width:inherit !important;
}
.form-list-new{
	padding-top:0 !important;
	width: 265px !important;
}

.chat-bubble{
    position: absolute;
    border: 1px solid #eaf0f6;
    background: #e9ecef;
    box-shadow: 0 5px 40px rgba(0,0,0,.1);
    border-radius: 35px;
    width: 240px;
    padding: 24px 16px 16px;
    top: -65px;
    left: -170px;
}

#inchide-modal,
.inchide-button{
    float:right;
    z-index:9;
}

.fixed-contact .box-contact .form-list .row .cell input[type="text"],.fixed-contact .box-contact .form-list .row .cell textarea{
	    width: 100%;
    padding: 0 5px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    font-family: "Aller", sans-serif;
    height: 35px;
    background: #497b7c;
}

.fixed-contact .box-contact .form-list .row input[type="submit"]:hover{
	background:#ccc;
	transition: 0.3s;
}
.rounded-chat{
	border-radius: 50%;
    width: 20%;
    height: auto;
    vertical-align: middle;
    margin-top: -50px;
    display: inline-block;
    margin-left: 25px;
}
.rounded-chat2{
    border-radius: 50%;
    width: 20%;
    height: auto;
    vertical-align: middle;
    margin-top: -50px;
    display: inline-block;
}
.buttons-pdf{
	display:none;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

button.inchide-button-formular{
	float: right;
}

div#inchide-modal-formular {
    color: white;
    text-align: right;
    margin-bottom: 15px;
}



