
body, html {
    font-family: 'Futura', sans-serif;
    font-weight: 400;
}

.futura {
    font-family: 'Futura', sans-serif;
}

.home .home-title {
    font-weight: 300;
    line-height: 1.6;
}

/*.avenir {
    font-family: 'Avenir', sans-serif;
}*/
.bg-gradient3 {
    background: #2c3948; /* Old browsers */
    background: -moz-linear-gradient(45deg, #2c3948 0%, #2c3948 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #2c3948 0%,#2c3948 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #2c3948 0%,#2c3948 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-soft-gradient3:before {
    opacity: 0.9;
    background: #007bff; /* Old browsers */
    background: -moz-linear-gradient(45deg, #2c3948 0%, #2c3948 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #2c3948 0%,#2c3948 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #2c3948 0%,#2c3948 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient4 {
    background: #02afd6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #02afd6 0%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #02afd6 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #02afd6 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-soft-gradient4:before {
    opacity: 0.9;
    background: #02afd6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #02afd6 0%, #02afd6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #02afd6 0%,#02afd6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #02afd6 0%,#02afd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-dark {
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(45deg, #212121 0%, #212121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #212121 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #212121 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-soft-gradient-dark:before {
    opacity: 0.9;
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(45deg, #212121 0%, #212121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #212121 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #212121 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-navy {
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(45deg, #212121 0%, #212121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #212121 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #212121 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-soft-gradient-navy:before {
    opacity: 0.9;
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(45deg, #212121 0%, #212121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #212121 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #212121 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-custom {
    background: #114270; /* Old browsers */
    background: -moz-linear-gradient(45deg, #114270 0%, #314270 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #114270 0%, #314270 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #114270 0%, #314270 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-gradient-custom .title-vertical {
    background: transparent;
}

.bg-soft-gradient-custom:before {
    opacity: 0.9;
    background: #02afd6; /* Old browsers */
    background: -moz-linear-gradient(45deg, #114270 0%, #314270 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #114270 0%, #314270 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg, #114270 0%, #314270 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.colored, .colored-hover:hover {
    color: #6551e2 !important;
}

.bg-colored, .bg-colored-hover:hover {
    background-color: #6551e2 !important;
}

.border-colored, .border-colored-hover:hover {
    border-color: #6551e2 !important;
}

/* Custom = Dark Navy Blue (#114270) */
.bg-custom {
    background-color: #114270 !important;
}

.bg-custom-hover:hover {
    background-color: #014270 !important;
}

.btn-custom {
    border: 1px solid #114270 !important;
    background-color: #114270 !important;
}

.border-custom, .border-custom-hover:hover {
    border-color: #114270 !important;
}

#navigation.modern .columns ul li a:hover,
#navigation.modern.scrolled .columns ul li a:hover,
#navigation.modern .columns ul.nav > li.active > a {
    color: #114270 !important;
    /*background: rgba(255,255,255, .5);*/
}

.loader-square {
    /*background-color: #333;*/
    background-color: #fff !important;
    background-image: url(/favicon.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-vertical {
    font-size: 24px;
    transform: rotate(270deg) translate(-50%, 125px);
    margin-top: 0;
    height: calc(100% / 4.4);
    width: 454px;
    transform-origin: top;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background-color: rgba(0,0,0,.9);
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
}

.section-item {
    position: relative;
}
.section-item.left-to-right .bg-dark {
    position: relative;
}
.section-item .bg-dark:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -30px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .8;
}
.title-vertical_wrap {
    display: block;
    position: absolute;
}

.block-content {
    padding: 7rem 2.5rem 1rem 2.5rem;
    height: 450px;
    /*max-height: 450px;*/
}

.input-bottom-border {
    border: none;
    border-bottom: 1px solid #eee;
}

.btn-send {
    width: 37%;
    margin-top: 2rem;
    padding: 15px;
    font-size: 1.25rem;
}

.intl-tel-input-rounded .intl-tel-input .selected-flag {
    border-radius: 0 !important;
    background-color: #fff !important;
}

.box-icon {
    margin-bottom: 30px;
}

.box-icon svg {
    display: inline-block;
    width: auto !important;
    height: 80px;
}

.section-background-image {
    background-image: url(/theme/images/beach-drive.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.bg-item-with-custom-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}
.bg-item-with-custom-background:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 66, 112, .8);
    /*z-index: 0;*/
}
.bg-item-with-custom-background  * {
    z-index: 1;
    position: relative;
}

.page-title {
    font-size: 38px;
    text-align: center;
    padding: 30px 0 60px 0;
    margin: 0;
    line-height: 1.2;
    color: #000;
    font-family: 'Futura', sans-serif;
}

.h1 {
    margin: 0 0 20px 0;
    font-size: 34px;
}

.about-us--block {
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    background-image: url(/theme/images/background_about_us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.about-us--block .text {
    background-color: #fff;
    color: #000;
    padding: 70px 40px 100px 40px;
    font-size: 16px;
    position: absolute;
    bottom: -30px;
    left: 180px;
    width: 550px;
    height: auto;
}

.text p {
    font-size: 16px;

}
.text h3 {
    font-size: 22px;
    margin: 35px 0 15px 0;
    font-weight: normal;
}

.why-us--block .box {
    padding: 80px 50px 50px 50px;
}

.services .box {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-legal {
    margin: auto;
    padding: 25px 200px;
    text-align: justify;
}

.text-legal > ul > li {
    margin-left: 35px;
    list-style-type: disc;
}

.text-legal > h3 {
    margin: 10px 0;
}

.text-legal > table, th, td {
    padding: 5px;
    border: 1px solid #eee;
}

.text-legal > table {
    width: 100%;
    border: 1px solid #eee;
}

/* RESPONSIVENESS */

@media (max-width: 1441px) {
    .title-vertical {
        transform: rotate(270deg) translate(-50%, 141px);
        height: calc(100% / 5.3);
        width: 450px;
    }
}

@media (max-width: 992px) {
    @supports (-webkit-overflow-scrolling: touch) {
        body, html, .text p {
            font-weight: 300;
        }

        .text h3 {
            font-weight: 500;
        }
    }
    .about-us--block .text {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.77);
    }
    .section-item {
        height: 450px;
        display: block;
        position: relative;
        width: 100%;
        float: left;
        margin: 0;
    }
    .section-item.left-to-right {
        
    }
    .section-item.left-to-right .col-md-1 {
        display: block;
        width: 10vw;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-width: none;
    }
    .title-vertical {
        transform: rotate(180deg) translate(0, -100%);
        width: 10vw;
        height: 450px;
        z-index: 1;
        writing-mode: vertical-lr;
    }
    .section-item.right-to-left .title-vertical {
        left: 0;
        top: 0;
        /*transform: rotate(180deg) translate(0, -100%);*/
    }

    .contents .content-box {
        padding: 0;
        height: 450px !important;
        min-height: auto;
        max-height: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .block-content {
        position: absolute;
        max-width: none;
        background-color: rgba(0,0,0,0.89) !important;
        width: 90vw;
        height: 100%;
        left: 10vw;
        top: 0;
    }
    .full-width-mobile,
    .full-width-mobile .container {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .full-width-mobile .container:after {
       content: '';
       display: table;
       clear: both;
    }
    .section-item .bg-gradient-custom {
        background: rgba(17, 66, 112, .95);
    }

    .text-legal {
        padding: 25px 50px;
    }
}

@media (max-width: 666px) {
    .block-content {
        width: 80vw;
        left: 20vw;
    }
    .section-item.left-to-right .col-md-1 {
        width: 20vw;
    }
    .title-vertical {
        width: 20vw;
    }

    .text-legal {
        padding: 25px 25px;
    }
}

@media (max-width: 479px) {
    .about-us--block {
        position: static;
        height: auto;
    }
    .about-us--block .text {
        padding: 70px 30px;
        position: static;
    }
    .btn-send {
        width: 100%;
    }
}

@media (max-width: 376px) {
    .block-content {
        padding: 7rem 0.5rem 1rem 1.5rem;
    }
}


#navigation.modern .columns ul li a, #navigation.modern .columns ul li button {
    font-family: 'Futura', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.input-validation-error {
    border-bottom: 1px solid #dc3545;
}

.validation-summary-errors {
    background-color: #dc3545;
    padding: 10px 25px;
    color: #fff !important;
    margin-bottom: 1rem;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}