.rd-navbar-nav li a {
    color: #ffffff;
    text-decoration: none;
}

.nav-padding {
    padding: 5px 0px;
    background: #6A181C;
    background: -webkit-linear-gradient(to right, #0C317B, #6A181C, #0C317B);
    background: linear-gradient(to right, #0C317B, #6A181C, #0C317B);
}

.nav-gradient {
    background: #8D1A21;
    background: -webkit-linear-gradient(to right, #0C317B, #8D1A21, #0C317B);
    background: linear-gradient(to right, #0C317B, #8D1A21, #0C317B);
}

img.img-logo {
    height: 100%;
}

.font-bigger {
    font-size: 26px;
}

.gray-transparent-bg-for-text {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
}

.white-transparent-bg-for-text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.text-no-decoration {
    text-decoration: none !important;
}

.text-yellow {
    color: #f7ae31;
}

.text-white {
    color: #FFFFFF !important;
}

.text-theme {
    color: #2C0001;
}

.text-theme2 {
    color: #0C317B;
}

.divider.bg-theme {
    padding: 5px 0;
    background-color: #2C0001;
}

.repeat-bg {
    background-image: url(../images/repeat_bg.jpg);
}

.file-preview-image {
    height: 200px;
}

.width100 {
    width: 100% !important;
}

.img77 {
    height: 77px;
}

.img120 {
    height: 120px;
}

.img270 {
    height: 270px;
    width: 100%
}

.img294 {
    height: 294px;
    width: 100%
}

.img380 {
    height: 380px;
}

.img399 {
    height: 399px;
}

.img-center {
    margin: auto;
}

.row-space {
    height: 30px;
}

.sortable {
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.sortable li {
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    padding: 8px;
}

.sortable .handle {
    cursor: move;
}

.red-bg {
    background-color: #2C0001;
    color: #cdcdcd;
}

#topBar .logo.has-banner {
    height: 150px;
    line-height: 150px;
}

.nopadding {
    padding: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-75 {
    margin-left: 75px;
}

.item-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.7%;
}

.item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.vendor-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.vendor-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 62.11%;
}

.portfolio-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

ul.list-styled {
    list-style: none;
    padding-left: 35px;
}

ul.list-styled > li {
    padding-bottom: 15px;
}

.list-group-item {
    border: none;
}

ul.list-styled > li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f105";
    color: #2C0001;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 15px;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    left: -32px;
    top: 9px;
}

.nom {
    margin: 0;
}

.strong {
    font-weight: bold;
}

@media (max-width: 992px) {
    .mr100-sm {
        margin-right: 100px !important;
    }

    .ml0-sm {
        margin-left: 0px !important;
    }
}

.bg-darkgray-v2 {
    background-color: #1f1f1f;
}

.bg-section-image {
    background-image: url("../images/bg_section_2.png");
    background-size: cover;
}

.bg-section-image-3 {
    background: #f3f3f3;
    fill: #f3f3f3;
    background-image: url("../images/bg_section_3.png");
    background-size: cover;
}

.breadcrumb-about {
    background-image: url("../images/page/slide34.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-about .list-inline li a:hover {
    color: #fff;
}

.breadcrumb-careers {
    background-image: url("../images/page/slide12.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-careers .list-inline li a:hover {
    color: #fff;
}

.breadcrumb-services {
    background-image: url("../images/page/clinical_services.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-services .list-inline li a:hover {
    color: #fff;
}

.breadcrumb-services-detail {
    background-image: url("../images/page/slide34.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-services-detail .list-inline li a:hover {
    color: #fff;
}

.breadcrumb-contact {
    background-image: url("../images/page/slide16.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-contact .list-inline li a:hover {
    color: #fff;
}

.breadcrumb-news {
    background-image: url("../images/page/slide17.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-news .list-inline li a:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .breadcrumb-inset-left .breadcrumb-about .shell {
        padding-left: 414px;
    }

}

.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-same-height > [class*='cell-'] {
    display: flex;
    flex-direction: column;
}


.g-recaptcha {
    transform: scale(0.90);
    transform-origin: 0 0;
}

#map {
    height: 550px;
}

.map-info-box {
    padding: 10px;
    font-size: 14px;
}

.map-info-box ul {
    list-style-type: none;
    padding-left: 0px;
}

.map-info-box li {
    margin-bottom: 10px;
}

.map-info-box li > span {
    font-size: 18px;
    margin-right: 8px;
}

.map-info-box li:last-child {
    margin-bottom: 0;
}

.swiper-slider .free-vein-screening-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    background-image: url("../images/page/bg_blue_plain_wave_4.png");
    background-position: top;
    background-repeat: no-repeat;
    height: 245px;
}

@media (max-width: 1200px) {
    .show-mobile {
        display: block !important;
    }

    h3.slider-handle-sm {
        font-size: 22px;
    }

    h4.slider-handle-sm {
        font-size: 18px;
    }

    a.slider-btn.slider-handle-sm {
        font-size: 18px;
        padding: 8px 20px;
    }
}

@media (max-width: 768px) {
    .show-mobile {
        display: block !important;
    }

    h3.slider-handle-sm {
        font-size: 18px;
    }

    h4.slider-handle-sm {
        font-size: 12px;
    }

    a.slider-btn.slider-handle-sm {
        font-size: 12px;
        padding: 2px 10px;
    }
}

.mt-80 {
    margin-top: -80px !important;
}

.mt-100 {
    margin-top: -100px !important;
}

.mt-300 {
    margin-top: -300px !important;
}

@media only screen and (min-width: 768px) {
    .mt-80-sm {
        margin-top: -80px !important;
    }

    .mt-100-sm {
        margin-top: -100px !important;
    }
}

@media only screen and (min-width: 992px) {
    .mt-80-md {
        margin-top: -80px !important;
    }

    .mt-100-md {
        margin-top: -100px !important;
    }

    .mt-300-md {
        margin-top: -300px !important;
    }

    .mt-600-md {
        margin-top: -600px !important;
    }

    .mt-700-md {
        margin-top: -700px !important;
    }

    .mt-750-md {
        margin-top: -700px !important;
    }

    .mt-800-md {
        margin-top: -800px !important;
    }

    .mt-850-md {
        margin-top: -850px !important;
    }

    .mt-900-md {
        margin-top: -900px !important;
    }

    .mt-1200-md {
        margin-top: -1200px !important;
    }

    .rd-navbar-nav li a span {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
    }


    .rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a {
        padding: 8px 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .mt-80-lg {
        margin-top: -80px !important;
    }

    .mt-100-lg {
        margin-top: -100px !important;
    }

    .mt-300-lg {
        margin-top: -300px !important;
    }

    .mt-600-lg {
        margin-top: -600px !important;
    }

    .mt-700-lg {
        margin-top: -700px !important;
    }

    .mt-750-lg {
        margin-top: -700px !important;
    }

    .mt-800-lg {
        margin-top: -800px !important;
    }

    .mt-850-lg {
        margin-top: -850px !important;
    }

    .mt-900-lg {
        margin-top: -900px !important;
    }

    .rd-navbar-nav li a span {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
    }

    .rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a {
        padding: 8px 16px;
    }

}

.select2-container {
    background-color: #ffffff;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #ff0000 !important;
    cursor: default;
}

.btn-google {
    color: #fff;
    background-color: #4285F4;
    border-color: #4285F4;
}
.btn-facebook {
    color: #fff;
    background-color: #3C5A99;
    border-color: #3C5A99;
}

.thumbnail-josip.odd .thumbnail-desc {
    background: #8D1A21;
}

.fs18 {
    font-size: 18px;
}

@media (max-width: 768px) {
    .fs18 {
        font-size: 14px;
    }
}

.h5-testimonials {
    line-height: 1.27273;
    font-size: 22px;
}


