﻿.body {
    color: #5f5f5f;
}

.body-background {
    background: white;
}

.camlog-box {
    background-color: white;
    border-radius: 7px;
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e6;
    padding: 30px;
}

    .camlog-box h3 {
        color: #002060;
        margin-top: 0px;
        font-weight: 400;
    }

    .camlog-box a {
        color: #002060;
    }

.banner-camlog {
    background: url('images/partners/camlog/banner.jpg') top no-repeat;
    background-size: cover;
    background-position: 50%;
}

.banner-title {
    color: #ac9b86;
    font-size: 40px;
}

.camlog-box img {
    width: 100%;
}

.camlog-box h4 {
    color: #001951;
    font-size: 18px;
    font-weight: 700;
}

.camlog-box h5 {
    color: #002060;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.camlog-box p {
    font-size: 14px;
    color: #565a5c;
    line-height: 1.8;
}

#image-tabs img {
    width: auto;
}

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }


.camlog-box .video-container {
    width: 100%;
    height: 350px;
}

    .camlog-box .video-container iframe {
        width: 100%;
        height: 100%;
    }

@media (max-width: 991px) and (min-width: 768px) {
    .camlog-box .video-container {
        height: 250px;
    }
}

@media (max-width: 600px) {
    .camlog-box .video-container {
        height: 250px;
    }
}

@media (max-width: 500px) {
    .camlog-box .video-container {
        height: 165px;
    }
}

@media (max-width: 400px) {
    .camlog-box .video-container {
        height: 150px;
    }
}
/*.camlog-btn {
    border-color: #001951;
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    color: #001951;
    padding: 5px;
    text-align:center;
    min-width:100px;
    margin-top:20px;
    margin-bottom:20px;
    display:block;
}
    .camlog-btn:hover, .camlog-btn:focus, .camlog-btn.active {
        text-decoration: none;
        color: white;
        background-color: #001951;
    }*/

.hotspot {
    position: absolute;
    z-index: 5;
    background: transparent;
    color: #e0d5bb;
    border-radius: 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out
}

    .hotspot img {
        vertical-align: top;
        width: 22px;
        height: 22px
    }

    .hotspot:nth-child(1) {
        animation-delay: 0.5s
    }

    .hotspot:nth-child(2) {
        animation-delay: 1s
    }

    .hotspot:nth-child(3) {
        animation-delay: 1.5s
    }

    .hotspot:nth-child(4) {
        animation-delay: 2s
    }

    .hotspot:nth-child(5) {
        animation-delay: 2.5s
    }

    .hotspot:before,
    .hotspot:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 2px solid #a49d8e
    }

    .hotspot:before {
        -webkit-animation: ripple 3s linear infinite;
        animation: ripple 3s linear infinite
    }

    .hotspot:after {
        -webkit-animation: ripple 3s linear 1.5s infinite;
        animation: ripple 3s linear 1.5s infinite
    }

    .hotspot:hover {
        opacity: 0.2;
        -webkit-transition: opacity 500ms ease-out;
        -moz-transition: opacity 500ms ease-out;
        -o-transition: opacity 500ms ease-out;
        transition: opacity 500ms ease-out
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0
    }

    70% {
        -webkit-transform: scale(1.75);
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: scale(1.2);
        opacity: 0
    }

    70% {
        transform: scale(1.75);
        opacity: 0.4
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.webui-popover {
    max-width: 50%;
}

#isyPic {
    height: auto;
}

@media (min-width: 300px) {
    .webui-popover {
        max-width: 80%;
    }
}

@media (min-width: 576px) {
    .hotspot,
    .hotspot img {
        width: 26px;
        height: 26px
    }

    .webui-popover {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .hotspot,
    .hotspot img {
        width: 32px;
        height: 32px
    }

    .webui-popover {
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .hotspot,
    .hotspot img {
        width: 36px;
        height: 36px
    }

    .webui-popover {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .hotspot,
    .hotspot img {
        width: 40px;
        height: 40px
    }

    .webui-popover {
        max-width: 50%;
    }
}

@media (min-width: 1500px) {
    .webui-popover {
        max-width: 40%;
    }
}

@media (min-width: 1700px) {
    .webui-popover {
        max-width: 30%;
    }
}

.fs-20 {
    font-size: 20px !important
}

.fw-700 {
    font-weight: 700 !important
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block;
    line-height: 1.65;
    letter-spacing: 0.004em;
}

.popover-container {
    position: relative;
}

#contactCamlogModal h4 {
    font-size: 30px;
    color: #3694ae;
    font-weight: 500;
}

.ceralog-color.camlog-box h3, .ceralog-color.camlog-box a {
    color: #e3ccb3;
}

#tab-1 img, #tab-2 img, #tab-3 img {
    margin-top: 25px;
    padding-bottom: 25px;
}

#tab-4 img {
    width: 80%!important;
    margin-top: 20px;
    padding-bottom: 7px;
}

#tab-5 img, #tab-6 img {
    margin-top: 20px;
    padding-bottom: 28px;
}

/*@media screen and (max-width: 1200px) and (min-width: 991px) {
    #image-tabs img {
        width: 100%;
    }
}*/

@media screen and (max-width: 550px) {
    #tab-1 img, #tab-2 img, #tab-4 img {
        padding-bottom: 20px;
    }
    #tab-5 img, #tab-6 img {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    #tab-1 img, #tab-2 img, #tab-4 img {
        padding-bottom: 15px;
    }
    #tab-5 img, #tab-6 img {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 470px) {
    #tab-1 img, #tab-2 img, #tab-4 img {
        padding-bottom: 10px;
    }

    #tab-5 img, #tab-6 img {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 430px) {

    #tab-5 img, #tab-6 img {
        padding-bottom: 15px;
        margin-top: 35px;
    }
}

/*@media screen and (max-width: 420px) {
    #tab-3 img {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 395px) {
    #tab-3 img {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 370px) {
    #tab-3 img {
        padding-bottom: 15px;
    }
}*/

@media screen and (max-width: 355px) {
    #tab-1 img, #tab-2 img, #tab-4 img {
        padding-bottom: 8px;
    }
    #tab-5 img, #tab-6 img {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 340px) {
    #tab-3 img {
        padding-bottom: 14px;
    }
    #tab-1 img, #tab-2 img, #tab-4 img {
        padding-bottom: 4px;
    }
    #tab-5 img, #tab-6 img {
        padding-bottom: 5px;
    }
}


#tab-1 img, #tab-2 img, #tab-3 img, #tab-4 img, #tab-5 img, #tab-6 img {
    width: 100%;
}

.camlog-btn img {
    border-bottom-width: 0px;
}

    .camlog-btn img:hover, .camlog-btn img:focus, .camlog-btn.active img {
        border-bottom: solid;
        border-bottom-width: 3px;
    }

.enroll-btn {
    background: #001951;
    border: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}

    .enroll-btn:hover {
        background: #112A62;
    }

#camlog-enroll-modal .modal-dialog {
    width: 60%;
}

#camlog-enroll-form {
    padding-left: 50px;
    padding-right: 10px;
    border-left: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
    #camlog-enroll-form {
        padding-left: 0;
        padding-right: 10px;
        border-left: none;
    }

}

#camlog-login-form {
    padding-left: 10px;
    padding-right: 40px;
}

    #camlog-enroll-form h3, #camlog-login-form h3 {
        color: #0180cf;
        margin-top: 28px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    #camlog-enroll-form h5, #camlog-login-form h5 {
        color: #0180cf;
        margin-bottom: 40px;
        min-height: 30px;
    }

.camlog-enroll-info {
    font-style: italic;
}

.address-line {
    display: inline-block;
}

#camlog-enroll-city {
    width: 40%;
    float: left;
}

#camlog-enroll-zip-code {
    width: 30%;
}

#camlog-enroll-country {
    width: 30%;
    float: left;
}

#camlog-enroll-address-1 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#camlog-enroll-address-2 {
    border-top: none;
    border-bottom: none;
}

.no-border-top-radius {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.no-border-bottom-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.camlog-enroll-btn {
    background: #d0bca4;
    background: -moz-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0bca4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d0bca4 0%, #ac9b86 100%);
    background: linear-gradient(#d0bca4,#ac9b86);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e1d3", endColorstr="#aea38f", GradientType=0);
    color: #fff;
}

    .camlog-enroll-btn:active,
    .camlog-enroll-btn:focus,
    .camlog-enroll-btn:hover {
        background: #d0bca4;
        background: -moz-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ac9b86), color-stop(100%, #d0bca4));
        background: -webkit-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -o-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: -ms-linear-gradient(top, #ac9b86 0%, #d0bca4 100%);
        background: linear-gradient(#ac9b86,#d0bca4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac9b86", endColorstr="#d0bca4", GradientType=0);
        outline: none;
        color: #fff;
        border-color: #d0bca4;
    }

.camlog-box .enroll-btn {
    color: #fff;
    text-decoration: none;
}


    #camlog-enroll-modal .modal-header {
    border-bottom: none;
}

@media screen and (max-width: 1500px) {
    #camlog-enroll-modal .modal-dialog {
        width: 70%;
    }
}

@media screen and (max-width: 1300px) {
    #camlog-enroll-modal .modal-dialog {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .camlog-box iframe {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .camlog-box iframe {
        height: auto;
    }
}

@media screen and (max-width: 1100px) {
    #camlog-enroll-modal .modal-dialog {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    #image-tabs .biohorizonsImplantBio-img {
        width: 180% !important;
        margin-top: 60%;
    }

    #image-tabs .conelog-img {
        width: 155% !important;
        margin-bottom: 40%;
    }

    #tab-4 img {
        padding-bottom: 14px;
    }

    #tab-1 img, #tab-2 img {
        padding-bottom: 29px;
    }
}

@media screen and (max-width: 991px) {
    #tab-1 img, #tab-2 img, #tab-3 img {
        margin-bottom: 20px;
    }

    #tab-4 img {
        width: 72% !important;
    }

    #tab-1 img {
        padding-bottom: 20px;
    }

    #tab-2 img {
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    #tab-1 img {
        padding-bottom: 19px;
    }

    #tab-2 img {
        padding-bottom: 22px;
    }

    #tab-5 img, #tab-6 img {
        padding-bottom: 44px;
    }
}

@media screen and (max-width: 600px) {
    #tab-5 img, #tab-6 img {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 500px) {
    #tab-5 img, #tab-6 img {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 430px) {
    #image-tabs .biohorizonsImplantBio-img {
        width: 150%;
        margin-top: 36px;
    }

    #image-tabs .conelog-img {
        width: 145%;
        margin-bottom: 10px;
    }

    #tab-5 img, #tab-6 img {
        padding-bottom: 15px;
    }

    #tab-4 img {
        margin-top: 27px;
    }
}

@media screen and (max-width: 400px) {
    #image-tabs .conelog-img {
        margin-top: 10px;
        margin-bottom: 32px;
    }

    #image-tabs  .biohorizonsImplantBio-img {
        margin-top: 50px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 360px) {
    #image-tabs .conelog-img {
        width: 160%;
    }

    #image-tabs .biohorizonsImplantBio-img {
        width: 160%;
    }
}

@media screen and (max-width: 320px) {
    #image-tabs img {
        width: 120%;
    }

    #image-tabs .conelog-img, #image-tabs .biohorizonsImplantBio-img, #image-tabs .camlog-img, #image-tabs .ceralog-img, #image-tabs .isy-img, #image-tabs .biohorizonsImplant-img {
        width: 190%;
    }

    #image-tabs .conelog-img {
       margin-bottom: 10px;
    }


    #image-tabs .ceralog-img {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #tab-1 img {
        padding-bottom: 11px;
    }

    #tab-2 img {
        padding-bottom: 13px;
    }

    #tab-4 img {
        width: 120% !important;
    }

    #image-tabs .biohorizonsImplantBio-img {
        margin-top: 35px;
    }
}


/*new redesign*/

.camlog-header .header-margin {
    margin: 0 50px 15px 50px;
}

@media screen and (max-width: 991px) {
    .camlog-header .header-margin {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .camlog-header .header-margin {
        margin: 0;
        margin-bottom: 25px;
    }
}

.camlog-header .header-logo {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.camlog-header .header-logo:first-child {
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    .camlog-header .header-logo {
        width: 170px;
    }
}

.camlog-header .header-logo-right {
    float: right;
}

.camlog-header .menu-wrapper {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 445px);
}

@media screen and (max-width: 991px) {
    .camlog-header .menu-wrapper {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: calc(100% - 345px);
    }
}

.camlog-content .header-animation {
    width: 100%;
}

.camlog-header .nav-tabs {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .camlog-header .nav-tabs {
        margin-left: 0;
    }
}

.camlog-header .nav-tabs li {
    margin: 0 5px;
}

@media screen and (max-width: 320px) {
    .camlog-header .nav-tabs li {
        margin: 0;
    }
}

.camlog-header .nav-tabs > li > a {
    background: transparent;
    height: initial;
    line-height: initial;
    color: #434343;
    border-right: none;
}

.camlog-header .nav-tabs > li > a:hover {
    cursor: pointer;
}

.camlog-header .nav-tabs > li.active > a {
    font-weight: 600;
}

.camlog-header .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-right: none;
}

.camlog-header .nav-tabs > li.active > a:after {
    content: '';
    background: #434343;
    height: 4px;
    width: calc(100% - 30px);
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.camlog-header .nav-tabs > li > a:after {
    content: '';
    background: #434343;
    height: 4px;
    width: 0;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.3s linear;
}

.camlog-header .nav-tabs > li:hover > a:after {
    width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
    .camlog-header .nav-tabs > li.active > a:after {
        width: calc(100% - 15px);
        bottom: -5px;
    }

    .camlog-content .center-mobile {
        text-align: center;
    }

    .camlog-content .center-image-mobile {
        margin: 0 auto;
        margin-top: -5px;
    }
}

#goToLectured .hidden-xs, #goToLectured2 .hidden-xs {
    display: inline-block !important;
}

#goToOurLectures .hidden-xs {
    display: inline-block !important;
}

@media screen and (max-width: 767px) {
    #goToLectured .hidden-xs, #goToLectured2 .hidden-xs {
        display: none !important;
    }

    #goToOurLectures .hidden-xs {
        display: none !important;
    }
}

.camlog-content {
    color: #434343;
}

.camlog-content .banner-margin {
    margin: 30px 0;
    padding: 20px 0;
    font-size: 16px;
}

.camlog-content .banner-margin.quote-section {
    margin: 50px 0;
}

.camlog-content .section-with-background.banner-margin {
    padding: 40px 0;
}

.camlog-content .persons-slider .slick-next:before {
    content: url('images/partners/camlog/arrow-right.png');
}

.camlog-content .persons-slider .slick-prev:before {
    content: url('images/partners/camlog/arrow-left.png');
}

.camlog-content .persons-slider ul li:before {
    content: none !important;
}

.persons-slider .slick-dots li button:before {
    content: '';
    border-radius: 50%;
    border: 1px solid #e0d5b9;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin-top: 15px;
}

.persons-slider .slick-slide {
    transition: all 0.5s linear;
}

.camlog-content .persons-slider .slick-slide {
    position: relative;
}

.camlog-content .persons-slider .slick-slide .portret-text {
    position: absolute;
    bottom: -100px;
    color: #e0d5b9;
    padding: 10px 15px;
    visibility: hidden;
    pointer-events: none;
}

.persons-slider .slick-dots li.slick-active button:before {
    background: #e0d5b9;
}

.camlog-content .persons-slider .slick-slide:focus {
    outline: none;
}

.camlog-content .persons-slider .slick-slide .img-wrapper {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto;
    position: relative;
}

.camlog-content .persons-slider .slick-slide .img-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.7;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .camlog-content .persons-slider .slick-slide .img-wrapper:before {
        height: 25%;
        bottom: 0;
        background: #000;
    }

    .camlog-content .persons-slider .slick-slide .img-wrapper.active:before {
        content: none;
    }
}

.camlog-content .persons-slider .slick-slide .img-wrapper:hover {
    cursor: pointer;
}

.camlog-content .persons-slider .slick-slide .img-wrapper:hover:before {
    background: #000;
    transition: all 0.3s linear;
}

.camlog-content .persons-slider .slick-slide .img-wrapper:hover~.portret-text {
    visibility: visible;
    transition: all 0.5s linear;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .camlog-content .persons-slider .slick-slide .portret-text {
        visibility: visible;
        bottom: 0;
    }

    .camlog-content .persons-slider .slick-slide .active ~ .portret-text {
        visibility: hidden;
        opacity: 0;
    }

    .camlog-content .persons-slider .slick-slide .portret-text p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .camlog-content .slider-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 320px) {
    .camlog-content .persons-slider .slick-slide .portret-text p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .camlog-content .slider-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.camlog-content .persons-slider .slick-slide .img-wrapper.active:hover {
    cursor: initial;
}

.camlog-content .persons-slider .slick-slide .img-wrapper.active:hover:before {
    background: transparent;
}

.camlog-content .persons-slider .slick-slide .img-wrapper.active:hover~.portret-text {
    visibility: hidden;
    opacity: 0;
}

.camlog-content .one-person-slider {
    background: #ece3d3;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    height: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.camlog-content .one-person-slider.active {
    padding: 25px 25px 25px 40px;
    height: auto;
    max-height: 600px;
    transition: all 0.5s linear;
    transition-property: max-height;
    margin-top: -60px;
}

.camlog-content .one-person-slider-wrapper {
    position: relative;
}

.camlog-content .persons-slider .arrow-disabled {
    pointer-events: none;
}

.camlog-content .one-person-slider-wrapper:after {
    content: '';
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ece3d3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    opacity: 0;
}

.camlog-content .one-person-slider-wrapper.arrow_1:after, .camlog-content .one-person-slider-wrapper.arrow_6:after {
     left: calc(0% + 100px);
}

.camlog-content .one-person-slider-wrapper.arrow_2:after, .camlog-content .one-person-slider-wrapper.arrow_7:after {
     left: calc(20% + 100px);
}

.camlog-content .one-person-slider-wrapper.arrow_3:after, .camlog-content .one-person-slider-wrapper.arrow_8:after {
     left: calc(40% + 100px);
}

.camlog-content .one-person-slider-wrapper.arrow_4:after, .camlog-content .one-person-slider-wrapper.arrow_9:after {
     left: calc(60% + 100px);
}

.camlog-content .one-person-slider-wrapper.arrow_5:after, .camlog-content .one-person-slider-wrapper.arrow_10:after {
     left: calc(80% + 100px);
}

@media screen and (max-width: 991px) {
    .camlog-content .one-person-slider-wrapper.arrow_1:after, .camlog-content .one-person-slider-wrapper.arrow_4:after, .camlog-content .one-person-slider-wrapper.arrow_7:after, .camlog-content .one-person-slider-wrapper.arrow_10:after {
        left: calc(0% + 120px);
    }
    .camlog-content .one-person-slider-wrapper.arrow_2:after, .camlog-content .one-person-slider-wrapper.arrow_5:after, .camlog-content .one-person-slider-wrapper.arrow_8:after {
        left: calc(33.3% + 105px);
    }
    .camlog-content .one-person-slider-wrapper.arrow_3:after, .camlog-content .one-person-slider-wrapper.arrow_6:after, .camlog-content .one-person-slider-wrapper.arrow_9:after {
        left: calc(66.6% + 90px);
    }
}

.camlog-content .one-person-slider-wrapper.arrow_middle:after {
    left: calc(50% - 20px);
}

.camlog-content .one-person-slider-wrapper.active:after {
    opacity: 1;
    transition: all 0.5s linear;
}

.is-disabled {
    opacity: .2;
    position: relative;
    transition: all 0.5s linear;
}

.is-disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
}

.camlog-content .one-person-slider .text-uppercase {
    margin-bottom: 5px;
}

.camlog-content .one-person-slider .text-italic {
    position: relative;
}

.camlog-content .one-person-slider .close-person-details {
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent;
    border: none;
    padding: 5px;
    z-index: 9999;
}

.camlog-content .one-person-slider .close-person-details img {
    pointer-events: all;
    transform: rotate(45deg);
}

.camlog-content .one-person-slider .text-italic:before {
    content: '';
    background: #434343;
    height: 5px;
    width: 70px;
    bottom: -15px;
    position: absolute;
    left: -15px;
}

.camlog-content .one-person-slider p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
}

.camlog-content .persons-slider .slick-slide .img-wrapper img {
    width: 100%;
}

.camlog-content .banner-margin p {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}

.camlog-content .banner-margin span {
    font-size: 16px;
}

.camlog-content .banner-margin p a {
    color: #0085ca;
    font-weight: 600;
}

.camlog-content .banner-margin p a:hover {
    cursor: pointer;
} 

.camlog-content .banner-margin p a i {
    margin-right: 5px
}

.camlog-content .banner-margin ul {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin ul.slick-dots {
        display: none!important;
    }
}

.camlog-content .banner-margin ul li {
    font-weight: 600;
    line-height: 35px;
    position: relative;
}

.camlog-content .banner-margin .read-more-button {
    background: transparent;
    color: #434343;
    border: none;
    padding: 0;
    font-size: 16px;
}

.camlog-content .banner-margin .more_text {
    margin: 10px 0px;
}

.camlog-content .banner-margin .read-more-button i {
    margin-right: 5px
}

.camlog-content .banner-margin .blue-button {
    background: #0085ca;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin .blue-button {
        text-align: center;
        font-size: 14px;
    }

    .camlog-content .big-title {
        font-size: 18px;
    }
}

.camlog-content .banner-margin .blue-button i {
    float: right;
    margin-top: 3px;
}

.camlog-content .banner-margin .portret {
    width: 100%;
    z-index: 2;
}

.camlog-content .banner-margin .brown-background {
    width: 85%;
    height: 100%;
    right: 15px;
    background: #ece5d5;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin .brown-background {
        width: 50%;
        height: 100%;
        right: 0;
        top: -15px;
        background: #ece5d5;
        position: absolute;
        z-index: 1;
    }
}


.camlog-content .banner-margin .brown-background~p { 
    z-index: 2;
    position: relative;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 60%;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 991px) {
    .camlog-content .banner-margin .brown-background ~ p {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin .brown-background ~ p {
        position: relative;
        padding: 10px 0;
        font-size: 18px;
    }
}

.camlog-content .banner-margin.quote-section.second .brown-background ~ p {
    z-index: 2;
    position: relative;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 60%;
    font-size: 16px;
    line-height: 22px;
}

.camlog-content .banner-margin.quote-section .img-wrapper {
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin.quote-section .img-wrapper {
        position: relative;
    }

    .camlog-content .banner-margin.quote-section .img-wrapper img {
        position: relative;
        z-index: 3;
    }

    .camlog-content .banner-margin.quote-section .img-wrapper .portret-text {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #e0d5b9;
        z-index: 9;
        padding: 15px;
        background: rgba(0,0,0,0.5);
    }

    .camlog-content .banner-margin.quote-section .img-wrapper .portret-text p {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    .camlog-content .banner-margin.quote-section.second .brown-background ~ p {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin.quote-section.second .brown-background ~ p {
        position: relative;
        padding: 10px 0;
        font-size: 14px;
        width: 100%;
    }

    .camlog-content .banner-margin.quote-section.second .brown-background ~ p br {
       display: none;
    }

    .camlog-content .banner-margin.quote-section.second .hidden-mobile {
        display: none;
    }

    .camlog-content .banner-margin.quote-section.second b:last-child {
        margin-top: 10px;
    }
}

.camlog-content .banner-margin .brown-background~p:after {
    content: '';
    background: #434343;
    height: 4px;
    width: 70px;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin .brown-background ~ p:after {
        content: none;
    }
}

.camlog-content .banner-margin .author-quote-outside {
    font-size: 20px;
    margin-top: 10px;
}

.camlog-content .banner-margin.quote-section.second .author-quote-outside {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 22px;
}

.col-portret:before {
    content: url('images/partners/camlog/brown_wheel.png');
    position: absolute;
    left: calc(-50% + 50px);
    top: calc(-50% + 25px);
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .col-portret:before {
        top: -50%;
    }
}


@media screen and (max-width: 767px) {
    .col-portret:before {
        top: calc(-50% + 70px);
        left: calc(-50% + 100px);
    }
}

.quote-section.second .col-portret:before {
    content: url('images/partners/camlog/brown_wheel.png');
    position: absolute;
    top: initial;
    left: calc(-50% + 50px);
    bottom: calc(-50% + 25px);
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .quote-section.second .col-portret:before {
        top: -50%;
    }
}

@media screen and (max-width: 767px) {
    .quote-section.second .col-portret:before {
        left: calc(-50% + 100px);
        top: calc(50% + 50px);
    }
}


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.camlog-content .banner-margin .panel-default {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #434343;;
    border-radius: 0;
}

.camlog-content .banner-margin .panel-default:first-child {
    border-top: 1px solid #434343;
}

.camlog-content .banner-margin .panel-default .panel-heading {
    border: none;
    background: transparent;
    padding: 13px 0;
    position: relative;
    padding-right: 35px;
}

@media screen and (max-width: 767px) {
    .camlog-content .banner-margin .panel-default .panel-heading {
        padding-right: 25px;
    }
}

.camlog-content .banner-margin .panel-default .panel-heading:hover {
    cursor: pointer;
}

.camlog-content .banner-margin .panel-default .panel-heading .panel-title img {
    float: right;
    vertical-align: middle;
}

.camlog-content .banner-margin .panel-default>.panel-heading+.panel-collapse .panel-body {
    border: none;
    padding: 10px 0;
}

.camlog-content .banner-margin .panel-default .panel-heading.collapsed:after {
    transition: all 0.3s linear;
    transform: none;
}

.camlog-content .banner-margin .panel-default .panel-heading:after {
    content: url('images/partners/camlog/plus-icon.png');
    float: right;
    transition: all 0.3s linear;
    top: calc(50% - 9px);
    position: absolute;
    right: 0;
    transform: rotate(45deg);
}

.camlog-content .banner-margin .panel-default .on-load:after {
    content: url('images/partners/camlog/plus-icon.png');
    float: right;
    transition: all 0.3s linear;
    transform: none;
}

.camlog-content .banner-margin .read-more-button:hover, .camlog-content .banner-margin .read-more-button:focus {
    outline: none;
    box-shadow: none;
}

.camlog-content .section-with-background {
    background: #f1f4f6;
}

.camlog-content .section-with-background.excellence-program-overview {
    background: url('images/partners/camlog/white_wheel.png'), #f1f4f6;
    background-repeat: no-repeat;
    background-position: 0 400px;
    background-size: 30%;
}

@media screen and (max-width: 1024px) {
    .camlog-content .section-with-background.excellence-program-overview {
        background: url('images/partners/camlog/white_wheel.png'), #f1f4f6;
        background-repeat: no-repeat;
        background-position: 0 300px;
        background-size: 30%;
    }
}

@media screen and (max-width: 991px) {
    .camlog-content .section-with-background.excellence-program-overview {
        background: #f1f4f6;
    }
}

.camlog-content .section-with-background .program-overview-image {
    width: 100%;
}

.camlog-content .margin-bottom-0 {
    margin-bottom: 0;
}

.camlog-content .banner-margin ul li:before {
    content: url('images/partners/camlog/check-icon.png');
    left: -35px;
    top: calc(50% - 12px);
    position: absolute;
}

.camlog-content .camlog-box {
    height: 100%;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .camlog-content .camlog-box {
       margin-bottom: 15px;
       width: 100%;
    }
}

.camlog-content iframe {
    width: 100%;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.products-tab .banner, .whoWeAre-tab .banner {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.products-tab .tab-content {
    display: block;
    margin-top: 20px;
}

.products-tab .nav-tabs > li {
    float: left;
    margin: 0;
    width: 20%;
    border-radius: 0;
}

@media screen and (max-width: 1200px) {
    .products-tab .nav-tabs > li a {
        line-height: 20px;
        padding: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .products-tab .nav-tabs > li a {
        padding: 10px 0 !important;
        font-size: 11px !important;
    }

    .products-tab .nav-tabs > li a.small-tab {
        line-height: 40px;
    }
}

@media screen and (max-width: 320px) {
    .products-tab .nav-tabs > li a {
        font-size: 10px !important;
    }
}

.products-tab .nav-tabs > li a {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 5px;
    border-right: none;
    opacity: 0.7;
    transition: all 0.3s linear;
}

.products-tab .nav-tabs > li a:hover,.products-tab .nav-tabs > li a:focus {
    color: #fff;
    opacity: 1;
    /*-webkit-box-shadow: 4px 17px 24px -12px rgba(125,125,125,0.4);
    -moz-box-shadow: 4px 17px 24px -12px rgba(125,125,125,0.4);
    box-shadow: 4px 17px 24px -12px rgba(125,125,125,0.4);*/
}

.products-tab .nav-tabs > li:not(:last-child) a {
    margin-right: -2px;
}

.products-tab .nav-tabs > li.active a {
    opacity: 1;
    /*-webkit-box-shadow: 4px 17px 24px -12px rgba(125,125,125,1);
    -moz-box-shadow: 4px 17px 24px -12px rgba(125,125,125,1);
    box-shadow: 4px 17px 24px -12px rgba(125,125,125,1);*/
}

.products-tab .nav-tabs {
    transition: all 0.3s linear;
}

.products-tab .nav-tabs.border-blue {
    border-bottom: 5px solid #61a4d7;
}

.products-tab .nav-tabs.border-grey {
    border-bottom: 5px solid #68757e;
}

.products-tab .nav-tabs.border-green {
    border-bottom: 5px solid #c2c90d;
}

.products-tab .nav-tabs.border-brown {
    border-bottom: 5px solid #e0d5b9;
}

.products-tab .nav-tabs.border-orange {
    border-bottom: 5px solid #ef7b10;
}

.products-tab .nav-tabs > li a.tab-blue {
    background: #61a4d7;
}

.products-tab .nav-tabs > li a.tab-grey {
    background: #68757e;
}

.products-tab .nav-tabs > li a.tab-green {
    background: #c2c90d;
}

.products-tab .nav-tabs > li a.tab-brown {
    background: #e0d5b9;
}

.products-tab .nav-tabs > li a.tab-orange {
    background: #ef7b10;
}

.products-tab .camlog-box {
    border: none;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .products-tab .camlog-box {
        width: 100%;
    }
}

.products-tab .row-for-image {
    width: 75%;
    margin: 15px auto;
}

@media screen and (max-width: 767px) {
    .products-tab .row-for-image {
        width: 100%;
    }
}

.products-tab .row-for-image img {
    width: auto;
    height: 300px;
    margin-top: 15px;
}

.products-tab .row-for-image img.big-img {
    width: 100%;
    height: auto;
}

#WhoWeAre .margin-bottom-30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .col-align-center-mobile {
        text-align: center;
    }

    .products-tab .row-for-image img {
        height: 200px;
    }
}

.camlog-content .intro-video {
    width: 100%;
    height: 100%;
    margin-top:10px;
}

.visible-only-mobile {
    display: none;
}

.visible-only-desktop {
    display: block;
}

@media screen and (max-width: 767px) {
    .visible-only-mobile {
        display: block;
    }

    .visible-only-desktop {
        display: none;
    }

    .camlog-header .header-logo {
        width: calc(40% - 45px);
        margin: 0 15px;
    }

    .camlog-header .menu-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .camlog-header .nav-tabs > li:hover > a:after {
        bottom: -5px;
    }
}

@media screen and (max-width: 500px) {
    .camlog-header .header-logo {
        width: calc(50% - 45px);
        margin: 0 15px;
    }
}

.lecture-title-block {
    margin: auto 5px;
}

.lecture-title {
    font-weight: normal;
}

.lecture-description {
    margin-top: 10px;
}

.camlog-content .banner-margin .panel-default2 .on-load:after {
    content: url('images/partners/camlog/arrow-down-grey.png');
    float: right;
    transition: all 0.3s linear;
    transform: none;
}

.camlog-content .banner-margin .panel-default2 .panel-heading:after {
    content: url('images/partners/camlog/arrow-down-grey.png');
    float: right;
    transition: all 0.3s linear;
    top: calc(50% - 4px);
    position: absolute;
    right: 0;
    transform: none;
}

.camlog-content .banner-margin .panel-default2 .panel-heading.collapsed:after {
    transition: all 0.3s linear;
    transform: rotate(180deg);
}

.soft-tissue-list-item {
    list-style: disc;
}

.soft-tissue-list-item:before {
    content: none !important;
}