@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet');

* {
    /*font-family: "Roboto", sans-serif;*/
    /* font-family: 'Roboto Condensed', sans-serif; */
}

p, h1, h2, h3, h4, h5, h6, .alert-light {
    font-family: 'Roboto', sans-serif;
}

.p-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 21px;
}

.font-rc {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.carousel-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.nav-login {
    padding: 0px 6px 0px 12px;
    background: #e85408;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.nav-login a {
    color: white;
}

.nav-login a:hover {
    color: #d8d8d8;
}

.pull-main-4 {
    position: relative;
    top: -120px;
    right: 0;
    z-index: 500;
}

.pull-main-5 {
    position: relative;
    top: -120px;
    z-index: 501;
}

.text-black {
    color: #000000 !important
}

.bg-262626 {
    background: #262626 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-orange {
    background: #e85408;
    border: 1px solid #e85408;
}

.bg-orange:hover {
    border: 1px solid #e85408;
}

.text-orange {
    color: #e85408 !important;
}

.bg-degrade-orange {
    background: #e85408;
    background: -moz-linear-gradient(top, #e85408 0%, #ff6600 100%);
    background: -webkit-linear-gradient(top, #e85408 0%, #ff6600 100%);
    background: linear-gradient(to bottom, #e85408 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85408', endColorstr='#ff6600', GradientType=0);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

.bg-grey-opacity {
    background-color: rgba(40, 40, 40, 0.6);
    color: rgba(40, 40, 40, 0.6);
}

.alert-transparent {
    background: transparent !important;
}

.form-contact input,
.form-contact textarea {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
}

.navbar-menu-top {
    font-family: "Roboto Condensed", sans-serif;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: rgba(0, 0, 0, 0.8) !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.50);
}

.under-head,
.under-head img {
    -webkit-transition: width 2s; /* Safari */
    transition: all 2s;
}

.under-head {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: rgba(0, 0, 0, 0.8) !important;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
}

.internal-page {
    background: #464646 url('/theme-site-2018/images/bg-internal-page.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.internal-page-login {
    background: url('/theme-site-2018/images/bg_login.png'), url('/theme-site-2018/images/bg_login.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-position: center center, center center;
    background-color: #464a4e;
    background-attachment: fixed;
}

.login a {
    color: #e85408 !important;
}

.login a:hover {
    color: red !important;
}

.banner-container {
    background: #464646 url('/theme-site-2018/images/slides/frame_1.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-index-a {
    height: 400px;
    background: url('/theme-site-2018/images/bg_main_4.png') no-repeat top right;
    background-size: auto 65%;
}

.bg-index-b {
    height: 500px;
    background: url('/theme-site-2018/images/bg_main_5.png') no-repeat center right;
    background-size: 35%;
}

.bg-index-c {
    min-height: 216px;
    background: #282828;
    background-size: 35%;
}

.card-index-a {
    background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    border: none !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .navbar-menu-top {
        background-color: rgba(0, 0, 0, 0.8) !important;
        color: rgba(0, 0, 0, 0.8) !important;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    }

    .under-head {
        padding: 3px !important;
    }

    .navbar-brand img {
        width: 140px !important;
        height: auto;
    }

    .under-head img {
        width: 140px;
        height: auto;
    }

    .bg-main-3 {
        height: auto;
        background: #464646 url('/theme-site-2018/images/bg_main_3.jpg') repeat-y !important;
    }

    .bg-orange-8 {
        height: auto;
        background-color: rgba(232, 84, 8, 0.7);
        background: rgba(232, 84, 8, 0.7);
        color: rgba(232, 84, 8, 0.7);
    }

    .bg-index-a,
    .bg-index-b,
    .bg-index-c {
        height: auto;
        background: #ffffff !important;
    }

    .bg-index-c {
        background: #282828 !important;
    }

    .hive {
        min-height: 510px;
    }
}

/*  */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar-menu-top {
        background-color: rgba(0, 0, 0, 0.8) !important;
        color: rgba(0, 0, 0, 0.8) !important;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    }

    .under-head {
        padding: 3px !important;
    }

    .navbar-brand img {
        width: 200px !important;
        height: auto;
    }

    .under-head img {
        width: 140px;
        height: auto;
    }

    .bg-main-3 {
        height: auto;
        background: #464646 url('/theme-site-2018/images/bg_main_3.jpg') repeat-y !important;
    }

    .bg-index-a,
    .bg-index-b,
    .bg-index-c {
        height: auto;
        background: #ffffff !important;
    }

    .bg-index-c {
        background: #282828 !important;
    }

    .bg-orange-8 {
        height: auto;
        background-color: rgba(232, 84, 8, 0.7);
        background: rgba(232, 84, 8, 0.7);
        color: rgba(232, 84, 8, 0.7);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-menu-top {
        background-color: rgba(0, 0, 0, 0.8) !important;
        color: rgba(0, 0, 0, 0.8) !important;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.39);
    }

    .navbar-brand img {
        width: 200px !important;
        height: auto;
    }

    .under-head img {
        width: 140px;
        height: auto;
    }

    .bg-index-a,
    .bg-index-b,
    .bg-index-c {
        height: auto;
        background: #ffffff !important;
    }

    .bg-index-c {
        background: #282828 !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img {
        width: 220px !important;
        height: auto;
    }

    .under-head img {
        width: 190px;
        height: auto;
    }

    .main-4 {
        width: 400px;
        height: auto;
    }

    .pull-main-4 {
        top: -80px;
    }

    .main-5 {
        width: 500px;
        height: auto;
    }

    .bg-index-a {
        height: auto;
        background: #ffffff !important;
    }

    .bg-index-c {
        height: auto !important;
        background-size: 30%;
    }
}

/* Custom */
@media (min-width: 768px) {
    .under-head img {
        width: 200px;
        height: auto;
    }

    .under-head {
        padding: 0px !important;
    }

    .bg-main-3 {
        height: 589px;
        background: #464646 url('/theme-site-2018/images/bg_main_3.jpg') no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }

    .bg-orange-8 {
        height: 190px;
        background-color: rgba(232, 84, 8, 0.7);
        background: rgba(232, 84, 8, 0.7);
        color: rgba(232, 84, 8, 0.7);
    }

    .hive {
        height: 510px;
    }
}

/* */
@media (min-width: 1042px) {
    .bg-index-a {
        background-size: auto 71%;
    }
}

/* */
@media (min-width: 1200px) {
    .bg-index-c {
        min-height: 216px;
        background-size: contain;
    }
}

@media (min-width: 1367px) {
    .bg-index-c {
        min-height: 216px;
        background: #282828;
        background-size: contain;
    }
}

.btn-outline-white {
    color: #fff !important;
    border-color: #fff !important;
}

.required {
    border-bottom: 1px dashed #777777;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    font-family: "Roboto Condensed", sans-serif;
}

/*  */
.bg-hive {
    background: #222222 url('/theme-site/images/bg_hive.png') repeat;
}

.breadcrumb li {
    font-family: "Roboto Condensed", sans-serif;
}

.breadcrumb li a {
    color: black;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}