@font-face {
    font-family: 'Bebas Neue Light';
    src: url(../fonts/bebas/bebasneue_light-webfont.eot);
    src: url(../fonts/bebas/bebasneue_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebas/bebasneue_light-webfont.woff2) format("woff2"), url(../fonts/bebas/bebasneue_light-webfont.woff) format("woff"), url(../fonts/bebas/bebasneue_light-webfont.ttf) format("truetype"), url(../fonts/bebas/bebasneue_light-webfont.svg#bebas_neuelight) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url(../fonts/bebas/bebasneue_regular-webfont.eot);
    src: url(../fonts/bebas/bebasneue_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebas/bebasneue_regular-webfont.woff2) format("woff2"), url(../fonts/bebas/bebasneue_regular-webfont.woff) format("woff"), url(../fonts/bebas/bebasneue_regular-webfont.ttf) format("truetype"), url(../fonts/bebas/bebasneue_regular-webfont.svg#bebas_neue_regularregular) format("svg");
    font-weight: 400;
    font-style: normal
}
* {
    backface-visibility: hidden;
}
.clear {
    clear: both;
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.loaded .ytplayer-container {
  display: block;
}
.loaded .placeholder-image {
  opacity: 0;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
}
.video {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.tweenx {
    position: absolute;
    left: 50%;
}
.tweeny {
    position: absolute;
    top: 50%;
}
.tweenxy {
    position: absolute;
    left: 50%;
    top: 50%;
}
header {
    height: 90px;
    background: #fff;
}
header .container {
    position: relative;
    height: 100%;
}
header .logo img {
    height: 50px;
}
header .phone-wrapper {
    right: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
}
header .place {
    padding-bottom: 5px;
}
header .phone-wrapper i {
    display: table-cell;
    vertical-align: middle;
    color: #e53935;
    padding-right: 10px;
}
header .phone-wrapper span {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
}
header .phone-wrapper b {
    font-weight: normal;
}
header .phone-wrapper a {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    padding: 0 20px;
    background: #e53935;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    opacity: 1;
}
header .phone-wrapper a:hover {
    opacity: 0.8;
}
.hero, 
.parallax-container {
    height: 800px;
}
.hero {
    position: relative;
}
.hero .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.hero .container {
    height: 100%;
}
.hero .header {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'Bebas Neue Regular';
    font-weight: bold;
    font-size: 6rem;
    line-height: 1.2;
    color: #fff;
}
.section {
    padding: 6rem 0;
    background: #fff;
}
.main-text .line1,
.main-text .line2,
.main-text .line3 {
    font-family: 'Bebas Neue Regular';
    font-weight: bold;
    font-size: 8rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
.main-text span {
    font-size: 10rem;
}

.main-text .overlay {
    background: #000;
    opacity: 0;
}
.main-text .align {
    width: 100%;
}
.about-text {
    font-size: 1.5rem;
    text-align: justify;
}
.about-text h4 {
    font-family: 'Bebas Neue Regular';
    font-weight: bold;
    font-size: 6rem;
    line-height: 1.2;
    color: #e53935;
    text-align: center;
}
.advantages {
    background: #fafafa;
}
.advantages .container {
    width: 80%; 
    max-width: 80%;
}
.section .icons .icon-wrapper {
    display: table;
    margin: 0 auto;
}
.section .icons .icon {
    display: table-cell;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    vertical-align: middle;
    border: 5px solid #e53935;
    border-radius: 50%;
    text-align: center;
}
.section .icons .icon i {
    font-size: 4.5rem;
    color: #e53935;
}
.section .icons h4 {
    font-size: 2rem;
    text-align: center;
}
.section .icons .text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    padding: 0 20px 40px 20px;
}
.section .icons a {
    display: inline-block;
    padding: 15px 80px;
    background: #e53935;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    opacity: 1;
}
.section .icons a:hover {
    opacity: 0.8;
}
.icons .separator span {
    height: 40px;

}
.offers {
    background: #fafafa;
}
.offers .icons {
    padding: 40px 0;
}
.offers .icons img {
    width: 100%;
    height: auto;
}
.offers .icons .text {
    text-align: left;
    font-size: 1.4rem;
}
.offers .icons .text p {
    margin: 10px 0;
}
.offers .icons .text i {
    font-size: 1.8rem;
    color: #e53935;
    padding: 10px 0;
    font-style: normal;
}
.offers .icons .text b {
    font-size: 1.6rem;
    text-transform: uppercase;  
}
.offers .icons h4 {
    font-size: 2.5rem;
    padding-bottom: 20px;
}
.offers .icons .text a {
    margin: 0 auto;
}
.gallery {
    padding: 0; 
}
.gallery .ps-container {
    padding: 0; 
    margin: 0;
}
.gallery a {
    padding: 0!important;
    margin: 0;
    float: left;
    width: 20%;
    font-size: 0;
}
.gallery a img {
    width: 100%;
    height: auto;
}
.map,
#map {
    height: 600px;
    padding: 0;
}
.page-footer {
    background: #ef5350;
}
.page-footer .footer-copyright {
    background: #e53935;
    padding: 3rem 0;
}
.yt-video {
    padding-bottom: 0;
}
.modal-content h4 {
    font-family: 'Bebas Neue Regular';
    font-weight: bold;
    font-size: 2.5rem;
    color: #ef5350;  
    text-align: center;
    padding: 30px 0;
}
.thankYou {
    display: none;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
.fsubmit {
    padding: 30px 0; 
}
.fsubmit .btn-large {
    background: #ef5350;
    padding: 0;
}
.fsubmit .btn-large input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
}
.card-content {
    font-size: 1.1rem;
    text-align: left;
}
@media only screen and (max-width: 1450px) {
    .video {
        height: 800px;
    }
    .hero .header {
        font-size: 4rem;
        line-height: 1.3;
    }
    .hero, 
    .parallax-container {
        height: 600px;
    }
    .main-text .line1, 
    .main-text .line2, 
    .main-text .line3 {
        font-size: 4rem;
    }
    .main-text span {
        font-size: 6rem;
    }
    .about-text h4 {
        font-size: 4rem;
    }
    .about-text {
        font-size: 1.2rem;
    }
    .section .icons h4 {
        font-size: 1.8rem;
    }
    .section .icons .text {
        font-size: 1rem;
    }
    .offers .icons h4 {
        font-size: 2.2rem;     
    }
    .offers .icons .text i {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1130px) {
    .video {
        height: 600px;
    }
    .hero, 
    .parallax-container {
        height: 500px;
    }
    .section .icons .icon {
        width: 100px;
        height: 100px;
        border: 3px solid #e53935;
    }
    .section .icons .icon i {
        font-size: 3.8rem;
    }
    .section .icons .text {
        padding: 0 10px 30px 10px;
    }
    .about-text h4 {
        font-size: 3.2rem;
    }
    .offers .icons h4 {
        font-size: 2rem;     
    }
    .offers .icons .text i {
        font-size: 1.2rem;
    }
    .section .icons a {
        padding: 10px 50px;
        font-size: 20px;
    }
    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .section .icons .text {
        padding: 0 0 50px 0;
        font-size: 1.3rem;
    }
    .gallery a {
        width: 25%;
    }
}

@media only screen and (max-width: 600px) {
    header .logo img {
        height: 40px;
    }
    .hero .header {
        font-size: 3rem;
    }
    .hero, 
    .parallax-container {
        height: 500px;
    }
    .hero .overlay {
        opacity: 0.5;
    }
    .main-text .line1, 
    .main-text .line2, 
    .main-text .line3 {
        font-size: 4rem;
    }
    .main-text span {
        font-size: 5rem;
    }
    .about-text h4 {
        font-size: 2.6rem;
    }
    .about-text {
        font-size: 1.2rem;
        text-align: left;
    }
    .gallery a {
        width: 33.3%;
    }
    .offers .icons h4 {
        font-size: 1.6rem;
    }
    .section .icons .text {
        font-size: 1.1rem;
    }
    .offers .icons {
        padding: 10px 0;
    }
    .modal-content h4 {
        font-size: 1.5rem;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 500px) {
    .hero .header {
        font-size: 2.6rem;
    }
    .hero, 
    .parallax-container {
        height: 400px;
    }
    .main-text .line1, 
    .main-text .line2, 
    .main-text .line3 {
        font-size: 3rem;
    }
    .about-text h4 {
        font-size: 2.6rem;
    }
    .offers .icons h4 {
        font-size: 1.6rem;
    }
    .gallery a {
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    header .logo img {
        height: 30px;
    }
    .hero .header {
        font-size: 2.3rem;
    }
    .about-text h4 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 360px) {
    header .phone-wrapper a {
        padding: 0 10px;
    }
    .container {
        width: 85%;
    }
    header .logo img {
        height: 30px;
    }
    .hero .header {
        font-size: 2.1rem;
    }
    .about-text h4 {
        font-size: 3rem;
    }
}

.person-data {
    background-color: white;
    padding: 2rem 3rem;
}


.person-data p, .person-data h1, .person-data h2 {
    color: #1c1c20;
}


.cookiealert {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 9999;
}

.cookiealert p {
    color: white;
    display: block;
    max-width: 1055px;
    margin: 15px auto;
    padding: 10px;
}
.cookiealert button {
    color: white;
    margin: 10px auto;
    display: block;
    background: #e53935;
}