﻿/*variables less begin*/
/*font / text properties*/
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}
/*colors*/
/*borders*/
.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-padding {
    padding: 0;
}

.zero-margin {
    margin: 0;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}
/*variables less end*/
/** Product Vars*/
/*colors*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}

.product-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #4e4e4e;
    padding-top: 9.5rem;
}

    .product-body .teaser-header {
        position: absolute;
        padding-right: 14%;
        padding-top: 7%;
        right: 0;
        top: 0;
        width: 50%;
    }

        .product-body .teaser-header h2 {
            color: #004f76;
            font-family: 'Montserrat', sans-serif;
            font-size: 65px;
            text-align: center;
            padding: 20px 0;
            font-weight: 400;
        }

        .product-body .teaser-header p {
            font-family: 'Montserrat', sans-serif;
            color: #4e4e4e;
            font-size: 18px;
            text-align: center;
            line-height: 25px;
        }

header.product-header {
    padding: 10px;
    box-shadow: 0 11px 12px 3px #00000033;
    height: 110px;
    background-color: #fff;
}

    header.product-header .nav-wrapper ul.nav li a {
        color: #4e4e4e;
        letter-spacing: normal;
        font-weight: 600;
        font-size: 13px;
    }

        header.product-header .nav-wrapper ul.nav li a:hover,
        header.product-header .nav-wrapper ul.nav li a:active,
        header.product-header .nav-wrapper ul.nav li a:focus {
            color: #004f76 !important;
            background-color: #fff;
        }
/*.tiny {
    height: 90px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
}*/
.section-teaser {
    padding-right: 0;
    padding-left: 0;
}

.section-product {
    padding: 25px 15px;
    line-height: 25px;
}

    .section-product h4 {
        color: #004f76;
        font-size: 40px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }

    .section-product small.small-icon-text {
        font-size: 57%;
    }

    .section-product .alert-warning {
        color: #292929;
        background-color: #f3ec18;
        border-color: transparent;
        padding: 5px;
    }

    .section-product small.alert-text {
        font-size: 65%;
        font-weight: 600;
    }

.section-info {
    padding: 25px 15px;
    line-height: 25px;
    color: #fff;
    background-color: #004f76;
    font-size: 16px;
}

    .section-info h4 {
        color: #fff;
        font-size: 40px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }

    .section-info ul {
        list-style-type: disc;
    }

        .section-info ul li {
            padding: 10px;
        }

.section-video {
    padding: 25px 15px;
    line-height: 25px;
}

    .section-video h4 {
        color: #004f76;
        font-size: 40px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }

.section-location {
    padding: 25px 15px;
    line-height: 25px;
    color: #fff;
    background-color: #004f76;
    font-size: 16px;
}

    .section-location p {
        color: #fff;
    }

    .section-location h4 {
        color: #fff;
        font-size: 40px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }

    .section-location ul {
        list-style-type: disc;
    }

        .section-location ul li {
            padding: 10px;
        }

ul.nav.nav-stacked a {
    color: red;
}

footer.footer-product {
    border-top: solid 5px #fff;
    background-color: #fe5000;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
}

    footer.footer-product .container .copyright {
        font-weight: 400;
        line-height: 64px;
    }

header.product-header .nav-wrapper {
    top: 0;
}

header.product-header .navbar-nav {
    position: relative;
    top: auto;
}

header.product-header ul.nav.navbar-nav.navbar-right {
    top: 22px;
}

a.anchor {
    display: block;
    position: relative;
    top: unset;
}

@media only screen and (max-width: 767px) {
    body.product-body {
        padding-top: 10.4rem;
    }

        body.product-body .container {
            padding: 0 15px;
        }

        body.product-body .navbar-toggle {
            background-color: #ff934d;
            margin-right: 0;
            top: 15px;
        }

        body.product-body div#navbar {
            height: 226px !important;
            background: #fff;
            padding: 0;
            box-shadow: 0 11px 12px 3px #00000033;
        }

        body.product-body header.product-header ul.nav.navbar-nav.navbar-right {
            top: 0;
        }

        body.product-body video {
            width: 100%;
            height: auto;
        }

        body.product-body footer {
            height: auto;
        }

            body.product-body footer .container .copyright {
                position: relative;
                bottom: auto;
                text-align: center;
                text-align: right;
                line-height: 55px;
                font-size: 10px;
            }

        body.product-body .section-info ul {
            padding-left: 25px;
        }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    position: relative;
    top: 50px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -50px;
}

.navbar-brand {
    padding: 0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    padding: 0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-warning {
    color: #292929;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #292929;
        background-color: rgba(255, 255, 255, 0.7);
        border-color: #fff;
    }

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #ff6501;
    border-color: #ff6501;
    color: #fff;
}

.btn-sm,
.btn-xs {
    height: 32px;
}

.btn-lg {
    height: 45px;
    line-height: 23px;
}

.btn:active,
.btn.active {
    box-shadow: 0;
}

.modal {
    z-index: 10000;
}

.modal-header h4 {
    color: #ff934d;
    margin: 0px !important;
}

.input-group {
    height: 45px;
    width: 100%;
}

    .input-group .form-control {
        float: left;
        width: 90%;
    }

.modal-body input {
    height: 36px;
    width: 100%;
}

.modal-body textarea {
    height: 200px;
}

.modal-body .field-validation-error {
    bottom: 2px;
}

.modal-body .message .field-validation-error {
    bottom: -20px;
}

.modal-footer button {
    width: 100%;
}

    .modal-footer button img {
        margin-right: 15px;
    }

@media only screen and (max-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-nav {
        top: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 10px;
    }

    .navbar-default {
        background-color: #fff;
    }

    .navbar-toggle {
        background-color: #ff934d;
        margin-right: -27px;
        top: 61px;
    }

        .navbar-toggle span {
            color: #fff;
        }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:visited {
        background-color: #ff934d;
        outline: 0;
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-nav {
        top: 0;
    }
}

.modal-content {
    height: auto;
    /* overflow: hidden; */
    overflow-y: auto;

}

.modal-dialog {
    width: 70vw !important;
}

@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: 95vw !important;
    }
}
