﻿.top-banner {
    position: relative;
    display: table;
    width: 100%;
    padding: 100px 0;
    text-align: center
}

    .top-banner .img-parallax {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .top-banner .banner-wrap {
        width: 100%;
        display: table-cell;
        vertical-align: middle
    }

.header_trans-fixed + .container .vc_row:first-child .top-banner {
    padding-top: 130px
}

.top-banner .container-fluid {
    width: 100%;
    padding: 0 85px
}

.top-banner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(8,27,53,0.4)
}

.top-banner .subtitle {
    margin-bottom: 15px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px
}

.top-banner .title {
    font-size: 80px;
    color: #222;
    font-weight: 300;
    letter-spacing: .2px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.1
}

    .top-banner .title b {
        font-weight: 600
    }

    .top-banner .title i {
        color: #004ae2;
        font-style: normal
    }

.top-banner .additional_wrap {
    padding: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1
}

.top-banner .additional_title {
    position: absolute;
    top: 50%;
    color: #bbb;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 6px;
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    -ms-transform: rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: 0 0;
    white-space: nowrap;
    padding-left: 10vh;
    left: 50%
}

.top-banner .socials {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

    .top-banner .socials:hover {
        opacity: 1
    }

    .top-banner .socials a {
        margin-bottom: 2vh;
        color: #bbbbbb;
        font-size: 18px;
        font-weight: 800;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease
    }

        .top-banner .socials a:last-child {
            margin-bottom: 0
        }

        .top-banner .socials a:hover {
            color: #004ae2
        }

.top-banner .description {
    color: #222;
    margin-top: 20px;
    font-weight: 600
}

.top-banner .buttons {
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px
}

    .top-banner .buttons .a-btn {
        margin: 15px 15px 0
    }

.top-banner.small_banner {
    min-height: 450px
}

    .top-banner.small_banner .title {
        font-size: 50px
    }

.top-banner.medium_banner {
    min-height: 600px
}

    .top-banner.medium_banner .title {
        font-size: 60px
    }

.top-banner.t-left {
    text-align: left
}

.top-banner.t-right {
    text-align: right
}

.top-banner.-light .subtitle, .top-banner.-light .title, .top-banner.-light .description {
    color: #fff
}

@media (max-height: 800px) {
    .top-banner .additional_title {
        letter-spacing: 4px
    }
}

@media (max-width: 1500px) {
    .top-banner .container-fluid {
        padding: 0 25px
    }
}

@media (max-width: 991px) {
    .top-banner {
        padding: 70px 0
    }

    .header_trans-fixed + .container .vc_row:first-child .top-banner {
        padding-top: 100px
    }

    .top-banner .title {
        font-size: 60px
    }

    .top-banner.small_banner {
        min-height: 300px
    }

        .top-banner.small_banner .title {
            font-size: 40px
        }

    .top-banner.medium_banner {
        min-height: 500px
    }

        .top-banner.medium_banner .title {
            font-size: 40px
        }
}

@media (max-width: 767px) {
    .top-banner {
        padding: 60px 0
    }

        .top-banner .additional_wrap {
            display: none
        }

    .header_trans-fixed + .container .vc_row:first-child .top-banner {
        padding-top: 90px
    }

    .top-banner .buttons {
        margin-top: 15px
    }

    .top-banner .title {
        font-size: 40px;
        line-height: 1.2
    }

    .top-banner.small_banner .title {
        font-size: 32px
    }

    .top-banner.medium_banner {
        min-height: 300px
    }

        .top-banner.medium_banner .title {
            font-size: 32px
        }
}
/*# sourceMappingURL=banner_image.min.css.map */
