body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #f7fafb;
}

body.hide-overflow {
    overflow: hidden;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.slide {
    position: relative;
    overflow: hidden; 
}

.slide img, .slide a {
    display: block;
    width: 100%;
}

p {
    margin-bottom: 20px;
}

.clear {
    clear: both;
    width: 100%;
}

.divider {
    width: 150px;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.divider-left {
    width: 300px;
    height: 5px;
    margin-bottom: 20px;
}

ul {
    padding-left: 10px;
}

ul li {
    background: url(../images/bull-blue.png) 0 6px no-repeat;
    list-style: none;
    padding-left: 20px;
}


.images-block {
    width: 100%;
    clear: both;
    text-align: block;
}

.images-block a {
    float: left;
    width: 195px;
    height: 310px;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
}

.images-block .image {
    width: 195px;
    height: 195px;
    float: left;
    background-position: 50% 50%;
    margin-bottom: 10px;
}   

.content-block ul {
    padding-left: 0px;
}

.content-block ul li {
    background: url(../images/bg-ul-arrow.png) 0 6px no-repeat;
    list-style: none;
    padding-left: 20px;    
}

.gray {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;

    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.content-block {
    padding: 0 15px;
}

.why-us-block ul li {
    padding-bottom: 5px;
}

.top-menu-fix, .top-menu-fix .logo  {
    display: none;
}

.btn {
    padding: 0.5rem 0;
    width: 220px;
}

/*** MESSAGES ***/

.status-block {
    width: 100%;
    height: 130px;
    /*position: absolute;*/
    z-index: 999998;
    margin-top: -40px;
    margin-bottom: 40px; 
}

.status-block .block {
    background: #fff;
    width: 100%;
    height: 130px;
    line-height: 130px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.status-block .block.failed, .status-block .block.capacha-failed {
    background-color: rgba(237,28,36,0.9);
}

.status-block .block.succes {
    background-color: rgba(38,237,87,0.9);
}

/*** ********************** ***/

/*** SHOW HIDE CONTENT ***/

.show-content {
    padding: 20px 3%;
    background: #f9c643;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.show-content:hover {
    cursor: pointer;
}

.hidden-content {
    display: none;
    background: #e6e9e9;
    padding: 0 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.hidden-content .image {
    border: 1px solid #fff;
}

/*** ***************** ***/

.e-recept-block {
    padding-bottom: 20px;
}

.logo {
    text-align:left;
    line-height: 90px;
    height: 90px;
    padding-right: 15px;
    padding-left: 15px;
}

.side-menu-block { 
    display: none;
}

.head-title {
    background: url(../images/head-title.png) 0px 0px no-repeat;
    width: 100%;
    height: 120px;
    margin-bottom: 40px;
}

.head-title .title {
    font-size: 28px;
    margin-top: 28px;
    padding-left: 15px;
}

.head-title .title h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.head-title .breadcrumbs {
    font-size: 12px;
    padding-left: 15px;
}

.logo img.img-logo {
    width: 150px;
    height: auto;
}

.btn-up {
    width: 46px;
    height: 46px;
    background: url(../images/btn-up.png) 0 0px no-repeat;
    position: fixed;
    right: 0px;
    bottom: 120px;
    z-index: 9999;
    display: none;
}

.btn-up:hover {
    cursor: pointer;
}

.hamburger-menu:hover {
    cursor: pointer;
}

.hamburger-menu {
    float: right;
    margin-right: 0px;
}

.hamburger-menu.static {
    display: block;
}

.hamburger-menu.fixed {
    position: fixed;
    display: none;
    top: -4px;
    right: 15px;
}

.hamburger-menu img {
    width: 80%;
    height: auto;
}

.top-menu-fix {
    position: absolute;
    z-index: 0;
    top: 0px;
}

.top-menu-fix .top-menu {
    display: none;
}

.menu-block .top-menu {
    display: none; 
}
/*
.close-menu {
    display: none;
}
*/
/*** HAMBURGER MENU ***/

.overlay {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.menu-block {
    z-index: 8000;
    background: #f7fafb;
    position: relative;
}

.mobile-menu {
    background: #fff;
    position: fixed;
    top: 0px;
    right: -330px;
    z-index: 9999;
    width: 330px;   
    height: 100%;
    font-size: 20px;
    line-height: 32px;
    display: none;
}

.mobile-menu .menu {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile-menu .menu li {
    background: none;
    border-bottom: 1px solid #c8c8c8;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-menu .menu li:last-child {
    border-bottom: none;
}

.mobile-menu .menu li > a {
    color: #000000;
}

.mobile-menu .menu ul {
    display: none;
    font-size: 14px;
}

.mobile-menu .menu ul li {
    border: none;
    padding-bottom: 0px;
}

.mobile-menu li.drop-down .arrow {
    background: url(../images/mobile-menu-hidden.png) 0px 0px no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.close-menu {
    float: right;
    margin-right: 30px;
    width: 300px;
    text-align: right;
    margin-top: 10px;
}

.close-menu:hover {
    cursor: pointer;
}

/*** **** ****/

.social-icons {
    margin-left: 15px;
    margin-right: 15px;
    text-align: right;
    margin-top: 20px;
    width: 100%;
}

.social-icons img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.social-icons a:last-child {
    margin-left: -5px;
}

.services-block {
    text-align: center;
    padding-bottom: 20px; 
    margin: 0 15px;
}

.services-block .block {
    padding-bottom: 20px;
}
/*
.info-block {
    background: #dd7865;
    padding: 10px;
    text-align: center;
}
*/

.info-block {
    background: #f9c643;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.open-hours-block {
    margin-top: -15px;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 998;
}

.open-hours-block .block {
    margin: 0 auto;
    background: #ffffff;
    width: 100%;
    padding: 15px;
    padding-top: 0px;
}

.open-hours-block .block table { 
    width: 90%;
}

.open-hours-block .block .cols { 
    padding-bottom: 20px;
    padding-left: 0px;
}

.open-hours-block .block .btn { 
    margin-top: 25px;
    margin-bottom: 15px;
}

.about-us-block {
    background: #e6e9e9;
    padding-bottom: 20px;
    padding-top: 20px;
}

.open-hours-block .block {
    margin: 0 auto;
    background: #ffffff;
}

.open-hours-block .block table { 
    width: 90%;
}

.open-hours-block .block .btn { 
    margin-top: 25px;
    margin-bottom: 15px;
}

.open-hours-block .btn-block br {
    display: none;
}

.open-hours-block .info-block-open-hours {
    padding: 10px;
    background: #fff;
    width: 99.99%;
    text-align: center;
}

.open-hours-block .info-block-open-hours  .red-box {
    background-color: #c80d14;
    padding: 10px;
    color: #ffffff;
}

.open-hours-block .info-block-open-hours a {
    text-decoration: underline;
    color: #ffffff;
}

.open-hours-block .info-block-open-hours a:hover {
    text-decoration: none;
}

.about-us-block .block {
    padding-left: 15px;
    padding-right: 15px;
}

.about-us-block .date {
    font-style: italic;
    padding-bottom: 5px;
}

.about-us-block .item {
    padding-bottom: 20px;
    padding-right: 10px;
}

.our-doctors-block {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.our-doctors-block .block {
    text-align: center;
    padding-bottom: 20px;
}

.our-doctors-block .block:last-child {
    padding-bottom: 0px;
}

.our-doctors-block .block .name {
    margin-top: 40px;
    font-size: 19px;
    margin-bottom: 0px;
}

.our-doctors-block .block p {
    font-size: 18px;
}

.contact-gmap-block.order {
    order: 2;
}

.mails-block.blue {
    margin-bottom: 40px;
}

.mails-block .btn-block {
    margin-top: 40px;
}

.container-fluid.grey {
    background: #e4e4e4;
}

.container-fluid.white {
    background: #ffffff;
}

.contact-map-block.right, .contact-map-block.left {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/** headings **/

.heading-24, h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    margin: 0px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading-24-normal {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.heading-18-blue, h2.heading-18-blue {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: normal;
}

h2.heading-18-blue {
    margin-bottom: 0px;
}

.heading-18-yellow {
    font-size: 18px;
    padding-bottom: 5px;
}

.footer .newsletter-block {
    /*background: #cce3fa;*/
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .newsletter-block .sign-in { 
    text-align: center;
    margin-bottom: 20px;
}

.footer .newsletter-block .sign-in form {
    margin-top: 10px;
}

.footer .newsletter-block .sign-in input.submit-btn {
    margin-left: -30px;
    background:  url(../images/btn-newsletter.png) 0 center no-repeat;
    border: none;
    width: 30px;
}

.footer .newsletter-block .sign-in input.submit-btn:hover {
    cursor: pointer;
}

.footer .newsletter-block .sign-in input.mail {
    width: 60%;
    border: none;
    padding: 5px;
} 

.footer .newsletter-block .quick-links {
    text-align: center;
}

.footer .newsletter-block .quick-links a {
    padding: 0 5px;
    color: #000;
    text-decoration: none;
}

.footer .newsletter-block .quick-links a:first-child {
    padding-left: 0px;
} 

.footer .newsletter-block .quick-links a:last-child {
    padding-right: 0px;
} 

.footer .partners-block ul {
    padding: 0px;
    text-align: center;
    margin-bottom: 50px;
}

.footer .partners-block ul li {
    list-style: none;
    background: none;
    padding: 0px;
    margin-bottom: 0px; /*40*/
    /*float: left;*/
    display: inline-block;
    width: 50%;
    height: 100px;
    text-align: center;
}

.footer .address-block {
    background: #e4e4e4;
    padding-top: 40px;
    clear: both;
}

.footer .address-block .block {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .address-block ul {
    padding-left: 0px;
}

.footer .address-block ul li { 
    list-style: none;
    background: none;
    padding-left: 0px;
}

.footer .address-block ul li a {
    color: #000;
}     

.footer .address-block ul li a:hover {
    color: #73b5f8;
}

.footer .address-block .divider {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80px;
}

.footer .address-block .divider.top {
    margin-top: 39px;
}

.footer .address-block .tn .divider, .footer .address-block .nmnv .divider {
    display: none;
}

.footer .address-block .tn .col, .nmnv .col {
    margin-bottom: 10px;
}

.footer .address-block .ambulance {
    background: #d3d3d3 url(../images/bg-ambulance.png) center 0 no-repeat;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.footer .address-block .ambulance .cols {
    padding: 0px;
}

.footer .address-block .ambulance .btn-block {
    text-align: center;
    padding: 0px;
}

.footer .address-block .btn-block {
    margin-top: 40px;
}

.copyright {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

/** GALLERY **/

.gallery-block {
    margin-bottom: 20px;
    float: left;
}

.gallery-block .text {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

.gallery-block .big-img {
    float: left;
    width: 100%;
}

.gallery-block .big-img img {
    width: 100%;
}

.gallery-block .small-img {
    display: none;
}

.thumbs .img { 
    height: 200px;
    width: 200px;
    float: left;
    margin: 1px;
    background-position: center center;
    background-size: 400px;          
}

.gallery-block .btn-block {
    float: left;
    margin-top: 30px;
}

.video-block {
    width: 100%;
    display: inline-block;
}

.video-block img {
    margin-bottom: 15px;
    width: 100%;
}

.video-block .divider {
    margin: 0px;
    margin-bottom: 20px; 
}

.video-block .heading-18-blue { 
    padding-bottom: 15px;
}

.article {
    margin-bottom: 30px;
}

.article .btn-block {
    margin-top: 15px;
}

.motto-block {
    margin-top: 45px;
    font-size: 18px;
}

.heading-18-blue.full-width {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.persons .person {
    float: left;
    width: 100%;
    text-align: center;
}

.persons .person img {
    width: 200px;
    height: 200px;
}

.persons .person .desc {
    height: 80px;
    margin-top: 10px;
}

.content-center {
    text-align: center;
}

.content-center table {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.prices-list {
    width: 100%;
    margin-bottom: 40px; 
}

.prices-list .even td {
    padding: 5px 5px;
}

.prices-list .odd td { 
    padding: 5px 5px;
}

.prices-list .odd {
    background: #e6e9e9;
}

.btn-holder {
    margin-bottom: 30px;
}

#hidenForm {
    display: none;
}

.form-block.forum {
    margin-bottom: 40px;
}

.form-block.forum label {
    margin-bottom: 0px;
}

.form-block.forum .sub-title, .form-block .sub-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.form-block.forum input.input-text { 
    width: 40%;
    margin-bottom: 10px;
}

.form-block.forum input#theme_form_is_human {
    width: 15%;
    margin-bottom: 10px;
}

.form-block.forum textarea { 
    width: 60%;
    margin-bottom: 10px;
    height: 150px;
}

.content-block.form-block {
    padding-right: 0px; 
}

.content-block.form-block .reply-btn {
    margin-top: 10px;
}

.content-block.form-block ul li {
    padding: 20px 2%;
    margin-bottom: 10px;
    width: 100%;
    list-style: none;
    background: #eaeaea;
    border: 1px solid #d6d6d6;
}

.content-block.form-block ul li ul { 
    background: #ffffff;
    border: 1px solid #d6d6d6;
    padding-top: 10px;
    margin-top: 10px;
}

.content-block.form-block ul li ul li { 
    background: #ffffff;
    border: none;
    padding: 10px 2%;
    margin-bottom: 0px;
}

.content-block.form-block ul li ul li.odd {
    background: #ececec;
}

.content-block.form-block ul li ul li:first-child {
    padding-top: 0px; 
}

.highlight {
    color: #b60000;
}

ul.pagination {
    margin:  0 auto;
}

ul.pagination li {
    background: none;
    padding-left: 0px;
}


.form-block {
    width: 90%;
    margin: 0 auto;
}

.form-block .evalue {
    font-weight: bold;
    margin-bottom: 30px;
}

.form-block .evalue p {
    margin-bottom: 0.5em;
}

.form-block label {
    width: 100%;
    float: left;
}

.form-block label.capcha-label {
    width: 63%;
    margin-top: 32px;
    margin-left: 0%;
}

.form-block input, .form-block select {
    width: 100%;
    margin-bottom: 10px;
}

.form-block #contact_form_message {
    width: 100%; 
    margin-bottom: 10px; 
}

.form-block .confirm-box {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0%; 
}

.form-block .confirm-box label {
    width: 0%;
}

.form-block input#contact_form_is_human, .form-block input#newsletter_form_is_human {
    width: 20%;
    margin-top: 30px;
}

.form-block input#newsletter_form_confirm, .form-block input#contact_form_confirm, .form-block input#contact_form_confirm_sending {
    width: 20px;
    margin-bottom: 0px;
}

.form-block .btn {
    width: 33%;
    margin-top: 20px;
}

.doctor-box .foto, .doctor-box span b {
    text-align: center;
    width: 100%;
}

.doctor-box span b  {
    display: block;
    padding-top: 15px;
}

.news-list .item {
    margin-bottom: 20px;
}

.news .divider {
    margin: 0px;
    background: #aeb0b0;
    margin-bottom: 30px;
    margin-top: 10px;
}

.news .divider:last-child { 
    display: none;
}

.services-block .text {
    margin: 0 5%;       
}

.mails-block a[href^="mailto:"] {
    display: block;
}

/*** FORUM ***/

.form-block.forum {
    width: 100%;
    padding: 2%;
    background: #ffffff;
    border-radius: 0.25rem;
}

.form-block.forum .capcha-label {
    margin-top: 0;
}

.form-block.forum.full-size {
    margin-bottom: 0;
}

.comment .date {
    color: #999999;
    font-size: 12px;
}

/*
.content-block ul li ul li:last-child {
    padding-top: 0px; 
}
*/
@media (min-width: 576px) {  

    .persons .person {
        width: 50%;
    }

    .gallery-block {
        width: 50%;
    }

    .gallery-block .text {
        margin-bottom: 20px;
        margin-top: 10px;
        width: 90%;
    }
    
    .gallery-block .big-img {
        float: left;
        width: 90%;
    }
    
    .gallery-block .big-img img {
        height: auto;
        width: 100%;
    }
    
    .gallery-block .small-img {
        display: none;
    }
    
    .open-hours-block .block .cols {
        width: 50%;
        float: left;
    }

    .footer .partners-block ul li {
        width: 33%;
    }
    
    .footer .address-block .block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .address-block .divider.address {
        display: none;
    }

    .content-xl {
        width: 100%;
    }

    .footer .address-block .ambulance .btn-block {
        text-align: right;
    }

    .footer .address-block .ambulance .cols {
        width: 70%;
    }

    .open-hours-block {
        margin-top: -30px;
    }

}

@media (min-width: 768px) { 

    .persons .person {
        width: 33.33%;
    }

    .prices-list {
        /*width: 80%;*/
        width: 100%;
        margin-bottom: 40px; 
    }

    .mails-block.yellow {
        border-bottom: 5px solid #f8d473;
    }

    .mails-block.blue {
        border-bottom: 5px solid #73b5f8;
        margin-bottom: 0px;
    }

    .contact-map-block {
        width: 95%;
        margin-left: 5%;
    }

    .contact-map-block .block {
        width: 47.5%;
        float: left;
    }

    .contact-map-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contact-map-block.right {
        float: right;
    }

    .container-fluid.white {
        /*margin-bottom: 150px;*/
        /*margin-bottom: -20px;*/
    }

    .contact-map-block.left {
        float: left;
    }

    .container-fluid.white .contact-map-block {
        margin-left: 5%;
    }

    .container-fluid.gray .contact-map-block {
        margin-left: 5%;
    }

    .mails-block, .mails-block.blue {
        margin-bottom: 70px;
        /*padding-bottom: 70px;*/
        padding-bottom: 50px;
    }

    .footer .address-block .tn .divider, .footer .address-block .nmnv .divider  {
        display: block;
    }   

    .video-block {
        width: 33%;
        margin-right: 0px;
        float: left;
        height: 470px;
    }

    .video-block img {
        width: 100%;
    }

    .form-block  {
        width: 40%;
        margin: 0 auto;
    }

    .form-block label.capcha-label {
        width: 100%;
    }

    .form-block input#contact_form_is_human, .form-block input#newsletter_form_is_human {
        width: 50%;
    }

    /*** FORUM ***/

    .form-block.forum {
        padding: 2%;
    }

}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .our-doctors-block .img-fluid {
        max-width: 70%;
        height: auto;
    }
}

@media (min-width: 992px) {

    .persons .person {
        width: 25%;
    }
    
    .mails-block a[href^="mailto:"] {
        display: inline;
    }
    .contact-gmap-block.order {
        order: 0;
    }

    .footer .partners-block ul li {
        /*width: 20%;*/
        width: 18%;
    }

    .open-hours-block .block {
        width: 100%;
        /*width: 50%;*/
        margin-left: 0px;
        margin-right: 0px;
        /*margin-top: -40px;*/
        margin-top: 0px;
    }
 
    .footer .address-block .ambulance {
        margin-top: -40px;
    }

    .footer .newsletter-block .sign-in form {
        margin-top: 0px;
    }

    .footer .newsletter-block .sign-in form label {
        margin-top: 5px;
    }

    .footer .newsletter-block .quick-links {
        margin-top: 6px;
    }

    .footer .newsletter-block .sign-in input.mail {
        width: 40%;
    }

    .footer .address-block .block {
        padding-left: 30px;
        padding-right: 15px;
    }

    .footer .address-block .ambulance .btn-block {
        text-align: left;
    }

}

@media screen and (max-width: 1023px) and (min-width: 992px) {

    .logo, .content-video, .content-gallery {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navigation {
        width: 0%;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
    }

    .open-hours-block .block:not(:first-child) {
        margin-top: 0px;
    } 

}

@media (min-width: 1024px) {

    /*
    .video-block {
        width: 320px;
        display: inline-block;
        margin-right: 70px;
    }

    .video-block {
        margin-right: 70px;
    }   
    */
    
    .video-block {
        width: 35%;
        margin-right: 10%;
    }

    .video-block img {
        width: 100%;
    }

    .head-title .title {
        padding: 0px;
    }

    .head-title .breadcrumbs {
        padding: 0px;
    }

    .content-block {
        padding: 0px;
        padding-right: 90px;
    }

    .content-block.full-size { 
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .side-menu-block {
        font-size: 18px;
        display: block;
    }

    .side-menu-block .heading {
        font-size: 24px;
        padding-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .side-menu-block ul {
        padding-left: 0px;
    }

    .side-menu-block ul li {
        background: none;
        padding-left: 0px;
    }

    .side-menu-block ul li a {
        color: #000000;
        background: url(../images/bull-menu-off.png) 0 9px no-repeat;       
        padding-left: 20px;
        display: block;
        padding-bottom: 5px;
    }

    .side-menu-block ul li a:hover, .side-menu-block ul li.selected a {
        background: url(../images/bull-menu.png) 0 9px no-repeat;       
    }
/*
    .side-menu-block a {
        color: #000000;
    }

    .side-menu-block a:hover, .side-menu-block ul li.selected a {
        color: #debf23;
    }
*/

    .gray {
        margin-left: -500px;
        padding-left: 500px;
        margin-right: 0px;
        padding-right: 0px;
    }
    
    
    .images-block {
        width: 100%;
        clear: both;
    }

    .images-block a {
        float: left;
        width: 195px;
        height: 310px;
        margin-left: 5px;
        font-size: 16px;
        text-align: center;
    }
    
    .images-block .image {
        width: 195px;
        height: 195px;
        float: left;
        background-position: 50% 50%;
        margin-bottom: 10px;
    }   
    
    .doctor-box .foto, .doctor-box span b {
        text-align: center;
        width: auto;
    }
    
    .doctor-box span b  {
        display: inline;
        padding-top: 0;
    }
    
    .open-hours-block .block {
        /*width: 50%;*/
        /*width: 33%;*/
        width: 33.33%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .open-hours-block {
        font-size: 12px;
    }

    .open-hours-block .heading-24 {
        font-size: 16px;
    }

    .open-hours-block .btn { 
        width: 140px;
    }

    .open-hours-block .btn-block br {
        display: inline;
    }
} 

@media (min-width: 992px) and (max-width: 1200px){
    .col-lg-2.logo {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .content {
        width: 96%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) { 

    .services-block .text {
        margin: 0;       
    }

    .open-hours-block {
        font-size: 14px;
    }

    .open-hours-block .heading-24 {
        font-size: 18px;
    }

    .open-hours-block .btn { 
        width: 160px;
    }

    .menu-block {
        z-index: 9999;
    }

    .mobile-menu {
        display: none;
    }

    .header {
        margin-top: 90px;
    }

    .logo {
        padding-right: 0px;
        padding-left: 0px;
    }

    .top-menu-fix .top-menu {
        display: block; 
    }

    .hamburger-menu, .hamburger-menu.static, .hamburger-menu.fixed {
        display: none !important;
    }

    .menu-block {
        margin-top: 0;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        left: 0
    }   

    .top-menu-fix {
        display: none;
    }

    .top-menu-fix {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #fff;
        z-index: 10000;
        border-bottom: 1px solid #73b5f8;
    }

    .top-menu-fix .top-menu {
       /* float: none; */
        margin-top:  20px;
        margin-bottom: 20px;
        padding: 0px;
        text-align: center;
        float: right;
    }

    .top-menu-fix .top-menu li {
        /* float: none; */
        display: inline-block;
        /*padding-left: 50px;*/
    }

    .top-menu-fix .logo {
        float: left;
        line-height: 60px;
        height: 60px;
        display: block;
        width: 20%;
    }

    .top-menu-fix .logo img {
        width: 70%;
    } 

    .logo {
        text-align: left;
    }

    .content, header .content {
       /*width: 980px;*/
        margin: 0 30px;
    }

    .sub-menu.full .content {
        width: 745px;
    }

    .top-menu {
        display: block;
        float: right;
        font-size: 16px;
        /*font-size: 18px;*/
        /*margin-top: 35px;*/
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .top-menu li {
        background: none;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 10px;
        position: relative;
        margin-top: 34px; /** ************************************ */
        padding-bottom: 32px;
        /*padding-bottom: 29px;*/
    }

    .top-menu li:last-child {
        padding-right: 0px;
    }

    .top-menu li a {
        color: #000;
    }

    .top-menu li a:hover, .top-menu li.selected > a, .top-menu li.hover > a {
        padding-bottom: 5px;
        text-decoration: none;
    }

    .top-menu li a, .top-menu li > a, .top-menu li > a {
        padding-bottom: 5px;
    }

    .top-menu li.drop-down {
        /*background: url(../images/menu-arrow.png) right 47px no-repeat;*/
        /*background: url(../images/menu-arrow.png) right 13px no-repeat;*/
        background: url(../images/menu-arrow.png) right 11px no-repeat;
    }

    .top-menu li.drop-down:hover {
        cursor: pointer;
    }

    .top-menu li.drop-down:hover > a {
        color: #ffb64d;
        border-bottom: 2px solid rgba(169,215,239,0);
    }

/*
    .menu-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }
*/
    /*** DROPDOWN ***/

    .menu-block .top-menu {
        display: block; 
    }

    .menu-block.fixed {
        background: rgba(255, 255, 255, 0.9);
    }

    .menu-block .top-menu .drop-down ul {
        display: none; 
    }

    .menu-block.fixed .top-menu li ul {
        /*top: 91px;*/
        top: 57px;
    }

    .top-menu li ul {
        position: absolute;
        z-index: 9998;
        /*top: 90px;*/
        top: 56px;
        left: 0px;
        background: rgba(255, 255, 255, 0.9);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-menu li .left ul {
        left: -290px;
    }

    .top-menu li .left ul li {
        text-align: right;
        padding-right: 30px;
        background: url(../images/bull-blue.png) center right no-repeat;
    }

    .top-menu ul li {
        margin-top: 0px;
        width: 310px;
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-left: 30px;
        margin-right: 20px;
        font-size: 16px;
        border-bottom: 1px solid #cccccc;
        background: url(../images/bull-blue.png) 0 center no-repeat;
    }

    .top-menu .sub-menu.full ul {
        /*left: -530px;*/
        left: -200px;
    }

    .top-menu .sub-menu.full ul li {
        font-size: 16px;
        margin-left: 25px;
    }
/*
    .top-menu .sub-menu.fixed { 
        position: fixed;
        z-index: 9998;
        top: 0px;
    }

    .top-menu .sub-menu.fixed ul { 
        margin-left: 15px;
    }
*/
    .top-menu ul li a {
        color: #000;
    }

    .top-menu ul li a:hover {
        border-bottom: 2px solid rgba(169,215,239,0);
    }

    /*** ------- ***/
/*
    .hamburger-menu {
        margin-right: 15px;
    }
*/ 
/*
    .images-block img {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
*/

    .contact-map-block {
        width: 550px;
    }

    .contact-map-block .block {
        width: 300px;
        float: left;
    }

    .container-fluid.white .contact-map-block {
        margin-left: 50px;
    }

    .container-fluid.gray .contact-map-block {
        margin-left: 0px;
    }

    .contact-map-block .block {
        width: 50%;
    }

    .gallery-block {
        width: 100%;
    }

    .gallery-block .text {
        margin-bottom: 20px;
        margin-top: 10px;
        width: 90%;
    }
    
    .gallery-block .big-img {
        float: left;
    }
    
    .gallery-block .big-img img {
        height: 239px;
    }
    
    .gallery-block .small-img {
        float: left;
        width: 50%;
        margin-left: 1px;
    }
    
    .gallery-block .small-img .img { 
        height: 118px;
        width: 118px;
        float: left;
        margin: 1px;
        background-position: center center;
        background-size: 200px;    
    }

    .images-block .thumbs .img { 
        height: 200px;
        width: 200px;
        float: left;
        margin: 1px;
        background-position: center center;
        background-size: 400px;          
    }

    .gallery-block .small-img {
        display: block;
    }

    .gallery-block .big-img {
        width: 49%;
    }

    .content-xl {
        width: 570px;
    }

    .logo img.img-logo {
        /*width: 200px;*/
    }

    .top-menu ul li {
        width: 320px;
        margin-right: 30px;
        /*font-size: 18px;*/
    }
/*
    .top-menu li {
        padding-left: 25px;
        padding-right: 15px;
        margin-right: 10px;
    }
*/
    .top-menu li {
        padding-left: 25px;
        padding-right: 10px;
        margin-right: 0px;
    }

    .top-menu > li {
        /*padding-left: 15px;*/
        padding-left: 10px;
    }
    
    .top-menu > li.drop-down {
        margin-right: 8px;
        padding-right: 15px;
        /*margin-right: 15px;*/
    }

    .social-icons {
        margin-left: 0px;
        margin-right: 0px;
    }

    .content, header .content {
        width: 1140px;
        margin: 0 auto;
    }

    .content-xl {
        width: 570px;
    }

    .social-icons, .sub-menu.full .content {
        width: 1140px;
    }   

    .services-block {
        text-align: left;
    }

    .services-block .divider {
        margin-left: 0px;
    }
    
    .services-block .text {
        padding-right: 40px;
    }

/** ***/

    .about-us-block .block:first-child {
        padding-left: 0px;
        padding-right: 15px;
    }

    .about-us-block .block:last-child {
        padding-left: 15px;
        padding-right: 0px;
    }

    .our-doctors-block {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .partners-block ul li {
        /*width: 20%;*/
        width: 18%;
    }

    .footer .newsletter-block .sign-in input.mail {
        width: 65%;
    }

    .footer .newsletter-block .sign-in label {
        float: left;
    }

    .footer .newsletter-block .sign-in { 
        text-align: center;
        margin-bottom: 0px;
    }

    .footer .newsletter-block .quick-links {
        text-align: right;
    }

    .top-menu .sub-menu.fixed ul { 
        margin-left: -25px;
    }

    .top-menu .sub-menu.full ul {
        left: -356px;
        /*left: -405px;*/
    }

    .our-doctors-block .col-xl-3 {
        /*
        ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
        */
        /*
        ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        */
        ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .our-doctors-block .block .name {
        font-size: 15px; /* 13 */
    }

    .our-doctors-block .block p {
        font-size: 15px; /* 12 */
    }

}

@media (min-width: 1200px) and (max-width: 1280px){
    .top-menu > li {
        padding-left: 6px;
    }
    .top-menu li {
        padding-right: 6px;
    }
}

@media (min-width: 1280px) { 

    .contact-map-block {
        width: 600px;
    }

    .content, header .content {
        width: 1200px;
        margin: 0 auto;
    }
/*
    .menu-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }
*/

    .content-xl {
        width: 600px;
    }

    .top-menu .sub-menu.full ul {
       /* left: -590px;*/
       /*left: -490px;*/
       left: -368px;
    }

    .social-icons, .sub-menu.full .content {
        width: 1200px;
    }

    .open-hours-block {
        /*margin-top: -40px;*/
        margin-top: -70px;
        /*width: 80%;*/
        /*width: 100%;*/
        width: 98%;
    }

    .footer .address-block .block:first-child {
        padding-right: 0px;
    }

    .footer .address-block .block:first-child .content-xl {
        padding-right: 30px;
    }

    .top-menu ul li {
        width: 340px;
    }

    .doctor-box {
        margin-top: 30px;
        border-top: 1px solid #c2cee9;  
        padding-top: 20px;      
        margin-bottom: 30px;
    }

    .doctor-box .foto {
        float: left;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .doctor-box span {
        display: block;
        padding-top: 20px;    
    }

}


@media (min-width: 1920px) { 
    .open-hours-block { 
        width: 80%;
    }
}

@media (min-width: 1600px) { 
    .open-hours-block .block { 
        width: 33.33%;
    }

    .open-hours-block {
        font-size: 18px;
    }

    .open-hours-block .heading-24 {
        font-size: 24px;
    }

    .open-hours-block .btn { 
        width: 220px;
    }

}


/*** TOOLS ***/

.nano {
    overflow : hidden;
  }
  .nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
  }
  .nano > .nano-content:focus {
    outline: thin dotted;
  }
  .nano > .nano-content::-webkit-scrollbar {
    display: none;

  }
  .has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
    direction:rtl; 
  }
  .nano > .nano-pane {
    background : rgba(0,0,0,.25);
    position   : absolute;
    width      : 10px;
    left      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
    border-radius         : 5px;
  }
  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
  }
  .nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
  }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/tools/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/tools/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/tools/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/tools/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/tools/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/tools/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/tools/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/tools/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/tools/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/tools/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/tools/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/tools/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/tools/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/tools/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/** CONSENT **/

#termsfeed-com---nb {
    z-index: 9999999;
    max-width: 100%;
    left: 0;
}

#termsfeed-com---nb .cc-nb-main-container {
    width: 92%;
    margin: 0 auto;
    padding: 2rem 0;
}

#termsfeed-com---nb .cc-nb-buttons-container button {
    border-radius: 6px;
    transition: opacity .3s;
}

#termsfeed-com---nb .cc-nb-buttons-container button:hover {
    opacity: .7;
    transition: opacity .3s;
}

@media only screen and (min-width: 768px) { 

    #termsfeed-com---nb .cc-nb-main-container {
        width: 94%;
    }

}
@media only screen and (min-width: 1200px) { 

    #termsfeed-com---nb .cc-nb-main-container {
        width: 1200px;
    }

}