@font-face {
    font-family: 'Gotham';
    font-weight: 200;
    src: url("../fonts/Gotham Book.eot");
    src: url("../fonts/Gotham Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Book.woff2") format("woff2"), url("../fonts/Gotham Book.woff") format("woff"), url("../fonts/Gotham Book.svg#Gotham Book") format("svg");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    src: url("../fonts/Gotham Medium.eot");
    src: url("../fonts/Gotham Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Medium.woff2") format("woff2"), url("../fonts/Gotham Medium.woff") format("woff"), url("../fonts/Gotham Medium.svg#Gotham Medium") format("svg");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gotham';
    font-weight: bold;
    src: url("../fonts/Gotham Bold.eot");
    src: url("../fonts/Gotham Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham Bold.woff2") format("woff2"), url("../fonts/Gotham Bold.woff") format("woff"), url("../fonts/Gotham Bold.svg#Gotham Medium") format("svg");
    font-style: normal;
    font-stretch: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    margin-top: 40px;
}

main {
    color: #33383c;
}

    main p {
        font-family: 'Gotham', sans-serif;
        font-weight: 200;
        font-size: 17px;
    }

h1 {
    color: #6ac0ba;
    font-size: 30px;
    font-weight: 700;
}

h2 {
    color: #6ac0ba;
    font-size: 25px;
    font-weight: 700;
}

.bg-teal {
    background-color: #6ac0ba;
}

    .bg-teal p {
        color: white;
    }

    .bg-teal h2 {
        color: white;
    }

.menu-left {
    font-size: 15px;
    background: #33383c;
    margin-top: 90px;
}

    .menu-left .logo_menu_left {
        text-align: center;
    }

        .menu-left .logo_menu_left img {
            width: 70%;
            margin: 30px auto;
            opacity: .7;
        }

    .menu-left ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #e9ecf0;
    }

    .menu-left .metismenu {
        background: #33383c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .menu-left .metismenu li + li {
            margin-top: 0;
        }

        .menu-left .metismenu li:first-child {
            margin-top: 0;
        }

        .menu-left .metismenu li:last-child {
            margin-bottom: 0;
        }

        .menu-left .metismenu > li { /*-webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%;*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
        }

    .menu-left .dark {
        color: #e9ecf0 !important;
    }

    .menu-left a {
        position: relative;
        display: block;
        padding: 13px 15px;
        color: #33383c;
        outline-width: 0;
        transition: all .3s ease-out;
    }

    .menu-left ul a {
        padding: 10px 15px 10px 15px;
    }

    .menu-left ul ul a {
        padding: 10px 15px 10px 25px;
    }

    .menu-left ul ul ul a {
        padding: 10px 15px 10px 35px;
    }

    .menu-left ul ul ul ul a {
        padding: 10px 15px 10px 45px;
    }

    .menu-left a:hover, .menu-left a:focus, .menu-left a:active {
        color: white;
        text-decoration: none;
        background: #12b8d2;
    }

    .menu-left .search_form_left {
        border: 2px solid #e9ecf0;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        height: 35px;
        padding: 0 15px 0 10px;
        margin: 0 auto 20px auto;
        display: block;
        width: 90%;
        line-height: 26px;
        color: #e9ecf0;
    }

        .menu-left .search_form_left input[type="text"] {
            border: none;
            padding: 5px;
            height: 31px;
            width: 150px;
            font-size: 14px;
            margin: 0;
            background: none;
            color: #e9ecf0;
        }

            .menu-left .search_form_left input[type="text"]::placeholder {
                color: #e9ecf0;
                font-weight: 100;
                font-size: 12px;
            }

            .menu-left .search_form_left input[type="text"]:focus {
                outline: none;
            }

.menu-right {
    background: #e9ecf0;
    color: #33383c;
    padding: 0 10px;
    margin-top: 90px;
}

    .menu-right .logo_menu_right {
        text-align: center;
    }

        .menu-right .logo_menu_right img {
            width: 70%;
            margin: 30px auto;
        }

    .menu-right p {
        font-size: 14px;
    }

    .menu-right ul {
        font-size: 14px;
        margin-top: 40px;
        margin-left: 1.5em;
    }

        .menu-right ul li {
            line-height: 1;
            margin-bottom: 15px;
        }

@media (max-width: 600px) {
    .menu-left {
        margin-top: 100px;
    }

        .menu-left .search_form_left {
            margin-top: 30px;
        }

    .menu-right {
        margin-top: 60px;
        padding-top: 25px;
    }
}

.navbar {
    padding: 20px 30px;
    background-color: white;
    margin-top: 5px;
}

    .navbar .button {
        height: 35px;
        display: inline-block;
        font-size: 14px;
    }

    .navbar .toggle_menu {
        font-size: 28px;
        margin-right: 20px;
        cursor: pointer;
        color: #ababb6;
    }

    .navbar .toggle_rightmenu {
        cursor: pointer;
    }

    .navbar .logo_top {
        max-width: 250px;
        margin-top: -5px;
    }

    .navbar .powered-by {
        font-size: 12px;
        color: #055686;
        display: inline-block;
        line-height: 1.3;
        vertical-align: middle;
        margin-top: -3px;
    }

        .navbar .powered-by strong {
            font-size: 13px;
        }

    .navbar .search_form {
        border: 2px solid #055686;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        height: 35px;
        padding: 0 15px 0 10px;
        margin: 0 20px 0 20px;
        display: inline-block;
        line-height: 26px;
        color: #055686;
    }

        .navbar .search_form input[type="text"] {
            border: none;
            padding: 5px;
            height: 31px;
            width: 200px;
            font-size: 14px;
            margin: 0;
        }

            .navbar .search_form input[type="text"]::placeholder {
                color: #055686;
                font-weight: 100;
                font-size: 12px;
            }

            .navbar .search_form input[type="text"]:focus {
                outline: none;
            }

    .navbar a.link {
        display: inline;
        color: #ababb6;
        line-height: 30px;
        margin-right: 30px;
        font-size: 17px;
        font-weight: bold;
    }

@media (max-width: 600px) {
    .navbar {
        padding: 10px;
    }

        .navbar .navbar-brand {
            display: block;
            margin: auto;
            vertical-align: middle;
            text-align: center;
            margin-left: 0;
        }

        .navbar .toggle_menu {
            margin-left: 10px;
            margin-right: 10px;
            float: left;
        }

        .navbar .powered-by {
            display: block;
            text-align: center;
        }

            .navbar .powered-by strong {
                font-size: 13px;
            }
}

.button {
    border-radius: 5px;
    border: 0;
    padding: 5px 30px;
    font-size: 12px;
}

    .button:focus {
        outline: none;
    }

    .button:hover {
        text-decoration: none;
        color: inherit;
    }

.button-lg {
    font-size: 15px;
    padding: 10px 40px;
}

.button-blue {
    color: white !important;
    background-color: #055686;
    text-transform: uppercase;
}

    .button-blue:hover {
        color: white;
    }

.button-blue-medium {
    color: white !important;
    background-color: #12b8d2;
    text-transform: uppercase;
}

    .button-blue-medium:hover {
        color: white;
    }

.button-green {
    color: white;
    background-color: #6ac0ba;
}

    .button-green:hover {
        color: white;
    }

    .button-green:disabled {
        background-color: #B6E2D6;
        cursor: not-allowed;
    }

.button-grey {
    color: white;
    background-color: #ababb6;
    text-transform: uppercase;
}

    .button-grey:hover {
        background-color: #33383c;
        color: white;
    }

#brand-footer {
    padding: 30px;
    background-color: white;
    padding-bottom: 120px;
}

    #brand-footer p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #brand-footer a {
        color: #585858;
    }

    #brand-footer .label {
        color: #6ac0ba;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 7px;
    }

    #brand-footer input[type='text'] {
        width: 100%;
        background-color: #eaeaea;
        color: #33383c;
        padding: 15px;
        font-size: 12px;
        border: none;
        margin-bottom: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #brand-footer input[type='email'] {
        width: 100%;
        background-color: #eaeaea;
        color: #33383c;
        padding: 15px;
        font-size: 12px;
        border: none;
        margin-bottom: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #brand-footer input[type='text'] ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ababb6;
        opacity: 1; /* Firefox */
    }

    #brand-footer input[type='email'] ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ababb6;
        opacity: 1; /* Firefox */
    }

    #brand-footer input[type='text'] :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ababb6;
    }

    #brand-footer input[type='email'] :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ababb6;
    }

    #brand-footer input[type='text'] ::-ms-input-placeholder { /* Microsoft Edge */
        color: #ababb6;
    }

    #brand-footer input[type='email'] ::-ms-input-placeholder { /* Microsoft Edge */
        color: #ababb6;
    }

    #brand-footer .form_result {
        background-color: #055686;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-weight: 600;
        display: none;
    }

@media (min-width: 2560px) {
    #brand-footer p, #site-footer {
        font-size: 21px !important;
    }
}

#block-one #b1-swiper .swiper-wrapper .swiper-slide {
    height: 700px;
    position: relative;
    background-color: white;
}

    #block-one #b1-swiper .swiper-wrapper .swiper-slide img.bg {
        position: absolute;
        height: 500px;
        top: 0;
        right: 0;
    }

    #block-one #b1-swiper .swiper-wrapper .swiper-slide img.phone {
        position: absolute;
        top: 50px;
        height: 650px;
        left: 20%;
        transform: translateX(-50%);
    }

    #block-one #b1-swiper .swiper-wrapper .swiper-slide .caption {
        position: absolute;
        top: 500px;
        left: 33%;
    }

@media (max-width: 1200px) {
    #block-one #b1-swiper .swiper-wrapper .swiper-slide img.phone {
        left: 16%;
    }

    #block-one #b1-swiper .swiper-wrapper .swiper-slide .caption {
        left: 350px;
    }
}

@media (max-width: 600px) {
    #block-one #b1-swiper .swiper-wrapper .swiper-slide {
        height: 400px;
        position: relative;
        background-color: white;
    }

        #block-one #b1-swiper .swiper-wrapper .swiper-slide img.bg {
            position: absolute;
            height: 250px;
            top: 0;
            right: 0;
            left: -97%;
        }

        #block-one #b1-swiper .swiper-wrapper .swiper-slide img.phone {
            position: absolute;
            top: 0px;
            height: 281px;
            left: -12px;
            transform: none;
        }

        #block-one #b1-swiper .swiper-wrapper .swiper-slide .caption {
            position: absolute;
            top: 238px;
            left: 5%;
            width: 90%;
            text-align: center;
        }

            #block-one #b1-swiper .swiper-wrapper .swiper-slide .caption h1 {
                font-size: 23px;
            }
}

@media (max-width: 1250px) {
    #block-five img.w-100 {
        height: 100%;
        width: auto !important;
    }

    #block-five .img-container {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    #block-five img.w-100 {
        height: auto;
        width: 100% !important;
    }
}

#block-six {
    margin: 60px 0;
}

    #block-six #b6-swiper .swiper-wrapper .swiper-slide {
        height: 600px;
        position: relative;
        background-color: white;
    }

        #block-six #b6-swiper .swiper-wrapper .swiper-slide img.phone {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 60%;
            height: 600px;
        }

        #block-six #b6-swiper .swiper-wrapper .swiper-slide .content {
            width: 600px;
            position: absolute;
            top: 130px;
            left: 40%;
            padding: 30px;
        }

    #block-six #b6-swiper h1.header {
        position: absolute;
        top: 0;
        text-align: left;
        left: 40%;
        z-index: 999;
        padding-left: 30px;
    }

    #block-six #b6-swiper .swiper-pagination {
        top: 110px;
        text-align: left;
        left: 40%;
        padding-left: 30px;
    }

    #block-six #b6-swiper .swiper-pagination-bullet-active {
        background-color: #6ac0ba !important;
    }

    #block-six #b6-swiper .swiper-pagination-bullet {
        background-color: transparent;
        border: 1px solid #6ac0ba;
        width: 12px;
        height: 12px;
        opacity: 1;
    }

@media (max-width: 900px) {
    #block-six {
        margin: 60px 0;
    }

        #block-six #b6-swiper .swiper-wrapper .swiper-slide img.phone {
            right: 53%;
        }

        #block-six #b6-swiper .swiper-wrapper .swiper-slide .content {
            width: 50%;
            left: 47%;
        }

        #block-six #b6-swiper h1.header {
            left: 47%;
        }

        #block-six #b6-swiper .swiper-pagination {
            left: 47%;
        }
}

@media (max-width: 600px) {
    #block-six {
        margin: 0 0 20px 0;
    }

        #block-six #b6-swiper .swiper-wrapper .swiper-slide {
            height: 630px;
            position: relative;
            background-color: white;
        }

            #block-six #b6-swiper .swiper-wrapper .swiper-slide img.phone {
                position: absolute;
                top: 120px;
                transform: none;
                width: 80%;
                height: auto;
                left: 10%;
            }

            #block-six #b6-swiper .swiper-wrapper .swiper-slide .content {
                width: 100%;
                position: absolute;
                top: 65px;
                left: 0;
                padding: 0 10px;
                text-align: center;
            }

                #block-six #b6-swiper .swiper-wrapper .swiper-slide .content p {
                    font-size: 13px;
                }

        #block-six #b6-swiper h1.header {
            position: absolute;
            top: 0;
            text-align: center;
            font-size: 25px;
            left: 5%;
            padding: 5px 0;
            width: 90%;
            margin: 0;
            z-index: 999;
        }

        #block-six #b6-swiper .swiper-pagination {
            top: 35px;
            text-align: center;
            left: 0;
            padding: 5px 0;
        }
}

#block-seven #b7-swiper .swiper-wrapper .swiper-slide {
    height: 950px;
    position: relative;
    background-color: white;
}

    #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.imac {
        position: absolute;
        height: 100%;
        left: 70%;
        transform: translateX(-50%);
    }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.imac.small {
            display: none;
        }

    #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.screen {
        position: absolute;
        right: 30%;
        top: 152px;
        width: 746px;
        transform: translateX(-89px);
    }

    #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content {
        position: absolute;
        left: 72%;
        top: 270px;
        width: 24%;
    }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content h1 {
            margin-bottom: 45px;
        }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content p {
            font-weight: 300;
            font-size: 18px;
        }

#block-seven #b7-swiper .swiper-pagination-bullets {
    left: 72%;
    top: 355px;
    display: inline-block;
    width: auto;
}

#block-seven #b7-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    opacity: 1;
    background: none;
    font-weight: 700;
    border: 1px solid #6ac0ba;
}

#block-seven #b7-swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #6ac0ba;
}

@media (max-width: 1100px) {
    #block-seven #b7-swiper .swiper-wrapper .swiper-slide {
        height: 800px;
    }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.screen {
            top: 128px;
            width: 628px;
            transform: translateX(-75px);
        }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content {
            top: 200px;
        }

    #block-seven #b7-swiper .swiper-pagination-bullets {
        top: 283px;
    }
}

@media (max-width: 900px) {
    #block-seven #b7-swiper .swiper-wrapper .swiper-slide {
        height: 610px;
        background-color: #dcdcde;
        position: relative;
    }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.imac {
            position: absolute;
            height: 465px;
            top: 110px;
            left: 50%;
            transform: translateX(-50%);
        }

            #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.imac.large {
                display: none;
            }

            #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.imac.small {
                display: block;
            }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide img.screen {
            position: absolute;
            left: 50%;
            top: 184px;
            width: 365px;
            transform: translateX(-50%);
        }

        #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 20px;
            left: 0;
            padding: 0 15px;
        }

            #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content h1 {
                margin: 0 0 35px 0;
                font-size: 25px;
            }

            #block-seven #b7-swiper .swiper-wrapper .swiper-slide .content p {
                font-weight: 300;
                font-size: 13px;
            }

    #block-seven #b7-swiper .swiper-pagination-bullets {
        left: 0;
        top: 58px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

#main-canvas {
    margin-top: 90px;
}

@media (max-width: 600px) {
    #main-canvas {
        margin-top: 100px;
    }
}
