@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900&display=swap');



body {
    font-family: 'Playfair Display', serif;
    color: #fff;
}

.container {
    position: relative;
    z-index: 1;
}

p {
    font-size: 15px;
}

a {
    color: #ffe5ca;
}

a:hover {
    color: #ffe5ca;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

.intro p {
    width: 50%;
}

@media (max-width: 767px) {
    .intro p {
        width: 100%;
    }
}

.text-shadow {
    text-shadow: 2px 2px 1px #000;
}

.section,
.slide {
    position: relative;
}

h1 {
    font-size: 3.5em;
    margin-bottom: .5em;
    line-height: 1;

}

h2 {
    font-size: 3.5em;
    margin-bottom: .5em;
    line-height: 1;

}



h1 span {
    font-size: 0.6em;
}


@media (max-width: 767px) {

    h1 {
        font-size: 32px;
        margin-bottom: .5em;
        line-height: 1;

    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 21px;
    }


    h1 span {
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 11px;
    }
}



h1 strong {
    color: inherit;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

#menu li {
    display: inline-block;
    margin: 15px 10px;
    color: #fff;

}

#menu li.active {
    border-bottom: 4px solid #fff;
}

#menu li a {
    text-decoration: none;
    color: #fff;
}

#menu li.active a:hover {}

#menu li:hover {
    border-bottom: 4px solid #fff;
}

#menu li a,
#menu li.active a {
    padding: 4px 0px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-height: 450px) {}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
    text-decoration: none;
    color: #fff;
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}

.no-horiz .img-full,
.swiper-slide .img-full {
    background: url(img/slide1.jpg) bottom center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}




.no-horiz.swiper-slide-active .img-full,
.swiper-slide-active .slide.swiper-slide-active .img-full {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);

    -ms-transition: transform 14s cubic-bezier(.2, 0, .7, 1);
    -webkit-transition: transform 14s cubic-bezier(.2, 0, .7, 1);
    transition: transform 14s cubic-bezier(.2, 0, .7, 1);

}


.no-horiz.swiper-slide-active-first .img-full {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

    -ms-transition: transform 14s cubic-bezier(.2, 0, .7, 1);
    -webkit-transition: transform 14s cubic-bezier(.2, 0, .7, 1);
    transition: transform 14s cubic-bezier(.2, 0, .7, 1);

}



#section0 .img-full {
    background-image: url(img/slide1-longer.jpg);
    background-position: bottom center;
}

#slide3 .img-full {
    background-image: url(img/slide4.jpg);
}

.why .img-full {
    background-image: url(img/slide19.jpg);

}

#slide1 .img-full {
    background-image: url(img/slide13.jpg);
}

#slide2 .img-full {
    background-image: url(img/slide12.jpg);
}

#section3 .img-full {
    background-image: url(img/slide3.jpg);
}

#slide4 .img-full {
    background-image: url(img/slide15.jpg);
}

#slide5 .img-full {
    background-image: url(img/slide16.jpg);
}

#slide6 .img-full {
    background-image: url(img/slide14-mirror.jpg);
}

.dark-gradient:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.01) 100%);
    position: absolute;
    z-index: 1;
}

.darker-gradient:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    z-index: 1;
}

.sea-layer:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    background: rgba(112, 199, 208, 0.4);
    position: absolute;
    z-index: 0;
}

.darksea-layer:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    background: rgba(63, 112, 119, 0.47);
    position: absolute;
    z-index: 0;
}

.sea-layer-full {
    color: #000;
}

.sea-layer-full input,
.sea-layer-full select {
    color: #000;
    border-color: #000;
}


.sea-layer-2-full:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;

    /* IE6-9 fallback on horizontal gradient */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7fc2cb+0,0e8388+100 */
    background: #20a3b4;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #20a3b4 0%, #20a3b4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #20a3b4 0%, #20a3b4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #20a3b4 0%, #20a3b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a3b4', endColorstr='#20a3b4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: 0;
}

.sea-layer-full:before {
    width: 100%;
    content: "";
    display: block;
    height: 100%;

    /* IE6-9 fallback on horizontal gradient */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7fc2cb+0,0e8388+100 */
    background: #7fc2cb;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #7fc2cb 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #7fc2cb 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #7fc2cb 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc2cb', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: 0;
}



.fp-controlArrow.fp-prev {
    left: 45px;
    width: 0;
    border-width: 18.5px 14px 18.5px 0px;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 45px;
    border-width: 18.5px 0 18.5px 14px;
    border-color: transparent transparent transparent #fff;
}

header a.logo {
    color: #fff;
    line-height: 60px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
}

.btn-line {
    display: inline-block;
    color: #fff;
    border-bottom: 4px solid #fff;
    border-top: 4px solid transparent;
    padding: 4px 0;
    transition: .5s;
    font-size: 18px;
    white-space: normal;
}

.btn-line:hover {
    color: #fff;
    text-decoration: none;
    border-top: 4px solid #fff;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border: 0;
    border-radius: 3px;
    background: #be772b;
    padding: 10px 30px;
    color: #fff;
    white-space: normal;

}



.btn:hover {
    opacity: 0.8;
    color: inherit;
}

.btn-primary:hover {
    opacity: 1;
    background: #ff8400;
}

.btn-border {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 40px;
    white-space: normal;
}

.btn-border:hover {
    color: #7fc2cb;
    background: #fff;
}

.btn-border-dark {
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 40px;
}

.btn-border-dark:hover {
    color: #ffffff;
    background: #7fc2cb;
    border: 1px solid #7fc2cb;
}



.form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    ;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
    ;
}

#fp-nav.fp-right {
    right: auto;
    left: 17px;
}

.card {
    background: transparent;
    color: #fff;
    padding: 25px;
    border: 1px solid #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;

}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}

:root {
    --swiper-theme-color: #fff;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 18px;
    font-size: 13px;
    z-index: 9;
    padding: 10px 0;

}

@media (max-width:767px) {
    .fixed-bottom {
        font-size: 10px;
    }
}

.fs-18 {
    font-size: 18px;
}

@media (max-width:767px) {}

.delay-02s {
    animation-delay: 0.2s;
}

.delay-04s {
    animation-delay: 0.4s;
}

.delay-06s {
    animation-delay: 0.6s;
}

.delay-08s {
    animation-delay: 0.8s;
}

@media (max-width:767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .fs-18 {
        font-size: 13px;
    }

    .card {
        padding: 5px 0;
        border: 0;
    }
    .card br {
        display: none;
    }
    .phone {
        font-size: 12px;
    }
    .card p {
        font-size: 11px;
    }

    p {
        margin-bottom: 0.5rem;
    }

    form {
        width: 90%;
    }

    ul {
        font-size: 12px;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-control {
        height: calc(1.5rem + 2px);
        font-size: 0.8rem;
        padding: 0 10px;
    }

    .btn-border-dark {
        padding: 7px 30px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

}

@media (max-height:450px) {

    .horizontal-hide {
        display: none;

    }
    ul {
        font-size: 12px;
    }
    .col-sm-4 {
        width: 33%;
    }
}
