body, header, span, p, a, td {
    color: #999999;
    font-family: 'Open Sans',Verdana, Geneva, sans-serif;
    font-size: 14px;
}

body {
    background: #ffffff;
}

.body-area, .body-area span, .body-area p, .body-area a, .body-area td {
    font-size: 14px;
    line-height:24px;
}

    .body-area img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

a, a:hover, a:focus {
    color: #889e5e;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

.text-16 {
    font-size: 16px;
}


h1 {
    font-size: 32px;
}

    h1.bordered {
        font-size: 26px;
        position: relative;
        display: block;
        margin-bottom: 40px;
        font-weight: 600;
    }

        h1.bordered::after {
            content: '';
            position: absolute;
            left: 0px;
            bottom: -30px;
            width: 55px;
            height: 22px;
            display: inline-block;
            background: url(skn/crosses.png) no-repeat;
        }

    h1.bordered-center::after {
        content: ' ';
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -30px;
        width: 55px;
        height: 22px;
        display: inline-block;
        background: url(skn/crosses.png) no-repeat;
    }

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    color: #8e6993;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}

body {
    overflow-x: hidden;
}


.top-area.minimal {
    background: rgba(0,0,0,0.65);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-area.minimal {
    background: rgba(255,255,255,0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.appointment-area {
    background: url(skn/appointment.png) 100% 100% no-repeat;
    min-height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    max-width: 290px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



    .appointment-area a, .appointment-area a:hover, .appointment-area a:focus {
        font-family: 'Roboto Slab', serif;
        color: #ffffff;
        font-weight: 700;
    }

.logo-area {
    display: inline-block;
    background: url(skn/logo-bg.png) 100% 100% no-repeat;
    max-width: 290px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-area.minimal .logo-area {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dates, .address, .phones {
    line-height: 48px;
    color: #8c8c8c;
    display: inline-block;
    padding-left: 30px;
    font-weight: 300;
    font-size: 12px;
}



    .phones a, .phones a:hover, .phones a:focus {
        font-weight: 300;
        font-size: 12px;
    }

.menu-area {
    background: #ab7eb1;
}

.form-control {
    border-radius: 0px;
    border-color: #ededed;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
}



#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}



.login-area {
    text-align: right;
    position: relative;
}

    .login-area ul {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 15px;
        margin: 0px;
        padding: 0px;
        bottom: 10px;
    }

    .login-area li {
        /*background:#A9E5C4;*/
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 36px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        text-align: center;
        margin-left: 10px;
        text-decoration: none;
    }

        .login-area li:hover, .login-area li:focus {
            border: 2px solid #FDE91B;
        }

        .login-area li a, .login-area li a:hover, .login-area li a:focus {
            color: #ffffff;
            font-size: 1.6em;
            text-decoration: none;
        }

        .login-area li.lang {
            line-height: 42px;
        }

            .login-area li.lang a, .login-area li.lang a:hover, .login-area li.lang a:focus {
                color: #ffffff;
                font-size: 1.2em;
                text-decoration: none;
                position: relative;
                top: -3px;
            }

        .login-area li:hover a, .login-area li:focus a, .login-area li a:hover, .login-area li a:focus {
            color: #FDE91B;
        }






.carousel-bg {
    background: url(skn/slider-bg.png) 50% 100% repeat-x;
}



.carousel {
    border-radius: 0px;
}

    .carousel.slide {
        margin: 0px;
    }



.carousel-control {
    background: none;
    border-radius: 0px;
    display: inline-block;
    width: 80px;
    height: 40px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    background-image: none;
    top: 25%;
    bottom: initial;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 90px;
    text-align: center;
}


    .carousel-control.left {
        display: inline-block;
        width: 40px;
        height: 80px;
        opacity: 0;
        background: #8e6993;
    }

    .carousel-control.right {
        display: inline-block;
        width: 40px;
        height: 80px;
        opacity: 0;
        background: #8e6993;
    }

.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control.left, .carousel-control.left:hover {
}

.carousel-control.right, .carousel-control.right:hover {
}

.carousel-control.left:hover {
    opacity: 1;
}

.carousel-control.right:hover {
    opacity: 1;
}


.carousel-inner {
    border: none;
}

.top-wrapper {
    position: relative;
}

.top-1 {
    min-height: 232px;
    background: url(skn/top1-bg.png) 50% 50% no-repeat;
    /*background-size:cover;*/
    position: absolute;
    top: -232px;
    left: 0px;
    z-index: 4;
    display: block;
    width:100%;
    text-align:center;
}

.top-2 {
    padding-top: 20px;
    padding-bottom: 40px;
    background: url(skn/top2.jpg) 50% 50% repeat-y;
}

@media(max-width:768px) {
    .top-1 {
        min-height: 232px;
        background: url(skn/top1-bg-small.png) 50% 50% no-repeat;
        /*background-size:cover;*/
        position: absolute;
        top: -232px;
        left: 0px;
        z-index: 4;
        display: block;
    }

    .top-2 {
        padding-top: 0px;
        padding-bottom: 0px;
        background: none;
    }

    .timetabl1 {
        background: #ab7eb1;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .timetabl2 {
        background: #ffffff;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.top-3 {
    min-height: 232px;
    background: url(skn/top3-bg.png) 50% 50% no-repeat;
    background-size:cover;
    position: absolute;
    top: -230px;
    left: 0px;
    z-index: 4;
    width:100%;
    display: block;
}


@media (min-width:768px) {
    .opposite-left {
        float: right;
    }

    .opposite-right {
        float: left;
    }

    .analysis {
        background: url(skn/lung.jpg) 50% 0% no-repeat;
    }

    .analysis-outter {
        background: url(skn/lung-outter.jpg) 50% 50% repeat-y;
    }
    .top-3.top-analysis {
        background: url(skn/top3-bg-analysis.png) 50% 50% no-repeat;
    }
}






    .carousel-container {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-caption {
        width: 100%;
        margin: 0px;
        top: 40px;
        text-align: left;
        left: 0px;
        right: initial;
        background: none;
        text-shadow: none;
        z-index: 15;
    }

    .carousel-inside .carousel-caption {
        bottom: initial;
        top: 40px;
    }

    .carousel-inside .carousel-inner img {
        min-height: 300px;
    }

    .carousel-caption-tile {
        padding: 15px;
        width: 50%;
    }

    .carousel-caption-inner .carousel-caption-tile {
        background: none;
        padding: 0px;
        width: 100%;
        padding-top: 25px;
        position: relative;
    }

    .carousel-container a, carousel-container a:focus, carousel-container a:hover {
        text-decoration: none;
    }

        .carousel-container a, .carousel-container a:hover, .carousel-container a:focus {
            text-decoration: none !important;
        }

    .carousel-caption-description {
        margin-bottom: 7px;
        line-height: 30px;
    }

    .carousel-caption-subtitle {
        color: #ae81b4;
    }

    .carousel-caption-title {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 10px;
        position: relative;
        margin-bottom: 25px;
    }

    .carousel-inside .carousel-caption-title {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 10px;
        position: relative;
        margin-bottom: 35px;
        text-align: center;
    }

    .carousel-caption-title:after {
        position: absolute;
        bottom: -10px;
        content: '';
        height: 3px;
        width: 40px;
        background: #ab7eb1;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-inside .carousel-caption-title:after {
        position: absolute;
        bottom: -15px;
        content: '';
        height: 3px;
        width: 40px;
        background: #ab7eb1;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-caption-more {
        margin-top: 25px;
        margin-left: 14px;
    }

    carousel-inside .carousel-caption-subtitle {
        text-align: center;
        color: #ffffff;
        font-family: 'Roboto Slab',sans-serif;
        letter-spacing: 0.8px;
        display: block;
    }

    .carousel-caption-description {
        color: #6e6e6e;
        font-size: 14px;
        line-height: 22px;
        padding-left: 14px;
    }


    .carousel-caption-inner .carousel-caption-description, .carousel-caption-inner .carousel-caption-description span, .carousel-caption-inner .carousel-caption-description a, .carousel-caption-inner .carousel-caption-description a:hover, .carousel-caption-inner .carousel-caption-description a:focus {
        color: #ffffff;
        text-align: center;
    }

    .path-area, .path-area span {
        color: #000000;
        font-weight: 500;
    }

        .path-area a, .path-area a:hover, .path-area a:focus {
            color: #3c8dc5;
            font-weight: 500;
        }

    @media (min-width:1200px) {
        .carousel-area {
            z-index: 1;
            position: relative;
        }
    }

    @media (max-width:1400px) {
        .carousel-caption-tile {
            padding: 10px;
            width: 80%;
            margin-left: 100px;
        }

        .carousel-inside .carousel-caption-tile {
            padding: 10px;
            width: 100%;
            margin-left: 0px;
        }

        .carousel-caption {
            top: 15%;
            transform: translateY(-15%);
        }



        .carousel-caption {
            padding: 20px;
            line-height: 20px;
        }

        .carousel-caption-title {
            font-size: 16px;
        }
    }

    @media (max-width:768px) {
        .carousel-caption-title {
            padding: 18px;
            line-height: 18px;
            padding: 3px;
        }

        .carousel-caption-tile {
            padding: 10px;
            width: 100%;
            margin-left: 0px;
        }

        .carousel-caption {
            padding: 15px;
        }



        .carousel-caption-description {
            color: #6e6e6e;
            font-size: 13px;
        }




        .carousel-inside .carousel-inner img {
            min-height: 300px;
        }
    }


    /* fade in - fade out effects */
    .carousel-fade .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
        -moz-transition-duration: 1.5s;
        -o-transition-duration: 1.5s;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

    .inline-block {
        display: inline-block;
    }

    .moto {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-area-info-title {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 24px;
        padding-left: 52px;
        min-height: 52px;
        line-height: 52px;
    }

        .top-area-info-title.map {
            background: url(skn/map.png) 0% 0% no-repeat;
        }

        .top-area-info-title.phone {
            background: url(skn/phone.png) 0% 0% no-repeat;
        }

    .top-area-info {
        font-size: 12px;
        font-weight: 600;
        color: #72858a;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.8px;
    }


    @media (min-width:768px) {


        .navbar-default {
            background: none;
            margin: 0px;
            position: relative;
            border: none;
            border-radius: 0px;
        }

        .nav .dropdown .dropdown-menu {
            border: none;
            border-radius: 0px;
            padding: 5px 5px;
        }


            .nav .dropdown .dropdown-menu a i {
                margin-right: 3px;
            }

            .nav .dropdown .dropdown-menu a {
                color: #8c8c8c;
                padding: 5px 12px;
            }

                .nav .dropdown .dropdown-menu a.active, .nav .dropdown .dropdown-menu a:hover, .nav .dropdown .dropdown-menu a:focus {
                    color: #333;
                }


        /*.nav .dropdown:hover .dropdown-menu {
        display: block;
    }*/

        .top-area {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .navbar-nav {
            margin: 0 auto;
            display: table;
            table-layout: auto;
            float: none;
            width: 100%;
        }

            .navbar-nav > li {
                display: table-cell;
                float: none;
                margin: 0px;
                padding: 0px;
                text-align: center;
            }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background: none;
            font-size: 16px;
            text-align: center;
            color: #ffffff;
            padding-top: 25px;
            padding-bottom: 22px;
            display: inline-block;
            border-bottom: 3px solid transparent;
        }

            .navbar-default .navbar-nav > li > a > span {
                color: #ffffff;
            }

            .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #ffffff;
                background: none;
            }

                .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
                    border-bottom: 3px solid #ffffff;
                }

        .top-area.minimal .navbar-default .navbar-nav > li > a, .top-area.minimal .navbar-default .navbar-nav > li > a:hover, .top-area.minimal .navbar-default .navbar-nav > li > a:focus {
            background: none;
            font-size: 16px;
            color: #ffffff;
        }

            .top-area.minimal .navbar-default .navbar-nav > li > a > span {
                color: #ffffff;
            }

            .top-area.minimal .navbar-default .navbar-nav > li.active > a, .top-area.minimal .navbar-default .navbar-nav > li > a:hover, .top-area.minimal .navbar-default .navbar-nav > li > a:focus {
                color: #fff;
                background: none;
            }


        .navbar-default .navbar-nav > li.active {
            background: none;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #ffffff;
            background: none;
        }



        .navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            background: #ffffff;
        }

        .top-area .dropdown-menu > li > a {
            background: none;
            color: #3c8dc5;
            font-size: 13px !important;
        }

        .nav .dropdown .dropdown-menu > li:last-child > a {
            border-bottom: none;
        }

        .nav .dropdown:hover .dropdown-menu {
            display: block;
        }

        .nav .dropdown .dropdown-menu > li > a:hover, .nav .dropdown .dropdown-menu > li > a:focus {
            background: none;
            color: #333;
        }
    }
@media (min-width:768px) AND (max-width:990px) {


    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 14px;
        padding-left:5px;
        padding-bottom:5px;
    }
}
    @media (max-width:767px) {
        .navbar-default {
            background: none;
            margin: 0px;
            position: relative;
            border: none;
            border-radius: 0px;
        }

            .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                border-color: #ffffff;
            }


            .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
                color: #fff;
                background-color: transparent;
                font-family: 'Open Sans',serif;
                font-weight: 500;
            }

            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
                color: #fff;
                background: none;
            }

            .navbar-default .navbar-nav > li > a > i {
                color: #fff;
            }

            .navbar-default .navbar-nav > li > a:hover > i, .navbar-default .navbar-nav > li > a:focus > i {
                color: #fff;
            }

            .navbar-default .navbar-nav > li > a {
                color: #fff;
            }

                .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                    color: #333 !important;
                }

                .navbar-default .navbar-nav > li > a span {
                    color: #ffffff;
                }

                .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
                    color: #333;
                }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                color: #ffffff;
            }

                .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                    color: #333;
                }


            .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
                color: #333;
                background: none;
            }
    }


    /*.inner-title {
    position: relative;
    top: -40px;
}*/

    .mb-30 {
        margin-bottom: 30px;
    }

    .image-caption {
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-area {
        background: #525d60;
    }

    .about-area {
        background: #ffffff;
    }

    .footer-area h3 {
        color: #fff;
        display: block;
        font-family: 'Open Sans', sans-serif;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        text-shadow: none;
        font-size: 14px;
        position: relative;
    }

        .footer-area h3::after {
            content: ' ';
            position: absolute;
            left: 0px;
            bottom: -15px;
            width: 30px;
            height: 4px;
            display: inline-block;
            background: #c0db8d;
        }

    strong {
        font-weight: 700;
    }

    .footer-area p {
        padding: 0px;
        margin: 0px;
        padding-bottom: 5px;
    }

    .footer-area ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-area ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

    .footer-area .col-bmenu a, .footer-area .col-bmenu a:hover, .footer-area .col-bmenu a:focus {
        display: block;
        line-height: 2.2em;
        font-size: 12px;
        color: #fff !important;
        text-decoration: none;
    }

        .footer-area .col-bmenu a:hover, .footer-area .col-bmenu a:focus {
            color: #fff;
        }

    .footer-area, .footer-area p, .footer-area span, .footer-area div {
        line-height: 2.2em;
        font-size: 13px;
        color: #ffffff;
    }

    .footer-address {
        padding-left: 28px;
        background: url(skn/pointer.png) 0% 50% no-repeat;
        min-height: 28px;
    }

    .footer-phone {
        padding-left: 28px;
        background: url(skn/phone-minimal.png) 0% 50% no-repeat;
        min-height: 28px;
    }

    .footer-info {
        border-bottom: 1px solid #757d80;
        border-top: 1px solid #757d80;
        top: 20px;
        bottom: 20px;
    }

    .footer-area p {
        margin-bottom: 5px;
        color: #ffffff;
        position: relative;
    }

    .footer-area a, .footer-area a:hover, .footer-area a:focus {
        line-height: 2.2em;
        font-size: 13px;
        color: #333;
    }

    .footer-area p i {
        margin-right: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 2.2em;
        color: #636363;
    }

    .footer-area p a {
        color: #3c8dc5 !important;
        display: inline-block !important;
    }


    .footer-area .eqcol {
        padding-bottom: 30px;
    }



    .home-map {
        border-top: 10px solid #2c2c2c;
    }

    .info-area {
        background: #e6e4e6;
        font-weight: 300;
    }

    .slider-wrapper {
        overflow: hidden;
    }

    #blockcontrol1BCE1557 {
        width: 50px;
        height: 30px;
    }

        #blockcontrol1BCE1557 a, #blockcontrol1BCE1557 a:hover, #blockcontrol1BCE1557 a:focus {
            display: inline-block;
            line-height: initial;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

    .parallax-window {
        min-height: 450px;
        background: transparent;
    }



    .btn {
        font-family: 'Roboto Slab', serif;
    }

        .btn.btn-sm {
            font-family: 'Roboto Slab', serif;
            padding: 4px 8px;
        }

    .btn-primary, .formButton, .formbutton, a.btn-primary {
        background: #474747;
        text-shadow: 1px 1px 1px #333 !important;
        border: 1px solid #474747;
        font-size: 13px;
        color: #ffffff;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, formButton:hover, formbutton:hover, a.btn-primary:hover, a.btn-primary:focus {
            background: #889e5e;
            border: 1px solid #889e5e;
            text-shadow: 1px 1px 1px #474747 !important;
            font-size: 13px;
        }

            .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
                background: #474747;
                text-shadow: 1px 1px 1px #333 !important;
                border: 1px solid #474747;
                font-size: 13px;
                color: #ffffff;
            }


    .button_send .btn.btn-primary, .button_send .btn.btn-primary:hover, .button_send .btn.btn-primary:focus {
        background: #9cb370;
        text-shadow: 1px 1px 1px #474747 !important;
        border: 1px solid #9cb370;
        font-size: 13px;
        display: block;
        max-width: 100%;
        width: 100%;
    }

.btn-success, a.btn-success {
    background: #9cb370;
    text-shadow: 1px 1px 1px #474747 !important;
    border: 1px solid #9cb370;
    font-size: 13px !important;
}

    .btn-success:hover, .btn-success:focus, a.btn-success:hover, a.btn-success:focus {
        background: #889e5e;
        border: 1px solid #889e5e;
        text-shadow: 1px 1px 1px #474747 !important;
        font-size: 13px !important;
    }


    .page-title-area {
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: center;
    }

        .page-title-area h1 {
            color: #2c2c2c;
            position: relative;
            font-size: 42px;
            font-weight: 300;
            border-bottom: 1px solid rgba(112,111,112,1);
            padding-bottom: 7px;
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
        }

        .page-title-area div.text-center {
            font-family: 'Open Sans', sans-serif;
            font-size: 17px;
        }

            .page-title-area div.text-center a, .page-title-area div.text-center a:hover, .page-title-area div.text-center a:focus {
                font-family: 'Open Sans', sans-serif;
                font-size: 17px;
            }



    .btn-info {
        color: #d1bd80;
        background-color: #FFF;
        border-color: #fff;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
            color: #d1bd80;
            background-color: #FFF;
            border-color: #FFF;
            border-radius: 0px;
            border-width: 2px;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
        }

        .btn-info:hover, .btn-info:focus {
            color: #d1bd80;
            background-color: #FFFFFF;
            border-color: #fff;
            border-radius: 0px;
            border-width: 2px;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
        }

    .btn-info-alt {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

        .btn-info-alt.disabled, .btn-info-alt[disabled], fieldset[disabled] .btn-info-alt, .btn-info-alt.disabled:hover, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt:hover, .btn-info-alt.disabled:focus, .btn-info-alt[disabled]:focus, fieldset[disabled] .btn-info-alt:focus, .btn-info-alt.disabled:active, .btn-info-alt[disabled]:active, fieldset[disabled] .btn-info-alt:active, .btn-info-alt.disabled.active, .btn-info-alt.active[disabled], fieldset[disabled] .btn-info-alt.active {
            color: #000;
            background-color: transparent;
            border-color: #000;
            border-radius: 0px;
            border-width: 2px;
            font-weight: 400;
        }

        .btn-info-alt:hover, .btn-info-alt:focus {
            color: #000;
            background-color: transparent;
            border-color: #000;
            border-radius: 0px;
            border-width: 2px;
            font-weight: 400;
        }

    .product-details {
        text-align: left;
    }

    .product-tile-news {
        border-left: 3px solid #3c8dc5;
    }

    .product-details-news {
        padding-left: 15px;
    }

    .product-tile-date {
        background: #3c8dc5;
        color: #ffffff;
        padding: 8px 16px;
        display: inline-block;
    }



    .product-details .product-title {
        text-align: center;
    }

        .product-details .product-title a, .product-details .product-title a:hover, .product-details .product-title a:focus {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

    .product-more {
        text-align: center;
        margin-top: 5px;
    }

    .panel-body .product-more {
        text-align: left;
        margin-top: 5px;
    }


    .panel-body .product-description {
        text-align: left;
    }

    .product-more a, .product-more:hover a, .product-more:focus a {
        color: #9cb370;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 600;
        font-size: 12px;
        padding: 5px;
        display: inline-block;
    }

    .product-details.product-details-news .product-title a, .product-details.product-details-news .product-title a:hover, .product-details.product-details-news .product-title a:focus {
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        font-family: 'Roboto Slab', sans-serif;
        color: #333;
    }

    .product-details.product-details-news .product-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .product-details .product-subtitle {
        font-size: 14px;
        display: block;
        margin-top: 10px;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }


    .product-description, .product-details p, .product-details span {
        color: rgba(125,121,125,1);
        font-size: 13px !important;
        text-align: center;
    }

    .product-thumb {
        overflow: hidden;
    }

        .product-thumb img {
            -webkit-transition: all 600ms ease-in;
            -webkit-transform: scale(1);
            -ms-transition: all 600ms ease-in;
            -ms-transform: scale(1);
            -moz-transition: all 600ms ease-in;
            -moz-transform: scale(1);
            transition: all 600ms ease-in;
            transform: scale(1);
        }

        .product-thumb:hover img {
            -webkit-transition: all 600ms ease-in;
            -webkit-transform: scale(1.15);
            -ms-transition: all 600ms ease-in;
            -ms-transform: scale(1.15);
            -moz-transition: all 600ms ease-in;
            -moz-transform: scale(1.15);
            transition: all 600ms ease-in;
            transform: scale(1.15);
        }

    .product-link a, .product-link a:hover, .product-link a:focus {
        display: block;
        border-bottom: 1px solid #d1bd80;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

    .product-link.active a, .product-link.active a:hover, .product-link.active a:focus {
        font-weight: 700;
    }

    .slider-wrapper {
        background: url(skn/slider/layer_0.png) 50% 50% no-repeat;
    }




    /*#fancybox-close {
    right: 20px !important;
    top: 12px !important;
}*/

    .fancybox-nav {
        position: fixed;
        top: 0;
        background-image: none;
    }

        .fancybox-nav span {
            visibility: visible;
            background-image: none;
        }

    .fancybox-next span {
        right: 40px;
    }

    .fancybox-prev span {
        left: 40px;
    }

    .fancybox-close {
        position: fixed !important;
        top: 15px !important;
        right: 30px !important;
    }

    .fancybox-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-shadow: 1px 1px 1px #ccc;
    }

    @media(min-width:480px) {
        .tile-left {
            padding-right: 0px !important;
        }

        .tile-right {
            padding-left: 0px !important;
        }
    }




    .mason-container {
        width: 100%;
        margin-bottom: 100px;
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
    }

        .mason-container:after {
            content: '';
            display: block;
            clear: both;
        }


    .mason-box-inner {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        overflow: hidden;
        width: 100%;
    }

    .img-thumbnail {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        border-radius: 0px;
        border: none;
        padding: 0px;
    }

    .mason-box a {
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .slick-prev {
        color: #000000;
        cursor: pointer;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
    }

    .slick-next {
        color: #000000;
        cursor: pointer;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
    }

    @media(max-width:768px) {


        .slick-next {
            right: 5px;
        }

        .slick-prev {
            left: 5px;
        }

        .make-an-appointment {
            text-align: center;
            padding-bottom: 15px;
        }

        .moto {
            text-align: center;
        }

        .address-col, .phone-col {
            text-align: center;
            padding-bottom: 20px;
        }

        .logo-col {
            text-align: center;
        }
    }

    .slick-dots {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 20px;
        margin: 0px;
        padding: 0px;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 6px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: inline-block;
                background: none;
                border-radius: 50%;
                border: 1px solid rgba(125,121,125,1);
                background: rgba(125,121,125,1);
                width: 8px;
                height: 8px;
                padding: 0px;
                cursor: pointer;
                color: transparent;
            }

            .slick-dots li.slick-active button {
                border: 1px solid #474747;
                background: #474747;
            }

    .clients-wrapper {
        background: url(skn/clients-bg.png) 50% 50% no-repeat;
        background-size: cover;
        min-height: 350px;
    }


    .mason-box div.mason-box-image, .mason-box div.mason-box-image .img-hoverlay, .mason-box div.mason-box-image .img-normal {
        overflow: hidden;
    }



        .mason-box div.mason-box-image .img-normal {
            width: 100%;
            display: block;
        }

            .mason-box div.mason-box-image .img-normal img {
                background-size: cover;
                background-position: 50% 50%;
                position: relative;
                width: 100%;
            }


    .mason-box:hover div.mason-box-image .img-normal img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }


    .mason-box .img-hoverlay img {
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        width: 100%;
    }

    .mason-box:hover .img-hoverlay {
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

        .mason-box:hover .img-hoverlay img {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 1;
        }

    .mason-box .mason-title {
        position: absolute;
        /*top: 50%;
    transform: translateY(-50%);*/
        bottom: 30px;
        text-align: center;
        width: 100%;
        display: block;
        z-index: 2;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .mason-box span {
        color: #000;
        font-size: 20px;
        text-align: center;
        padding: 7px;
        border-radius: 0px;
        background: rgba(210,190,131,0.9);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .mason-box:hover span {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #ffffff;
    }

    .mason-box {
        float: left;
        display: inline-block;
        width: 25%;
        overflow: hidden;
        padding: 10px;
    }

    .mason-sizer {
        width: 25%;
    }

    @media(min-width:768px) {


        .mason-w-1 {
            width: 25%;
        }

        .mason-w-2 {
            width: 50%;
        }

        .mason-w-3 {
            width: 75%;
        }

        .mason-w-4 {
            width: 100%;
        }

        /* images */
        .mason-box img {
            height: 260px;
            width: 100%;
        }

        .mason-h-1 img {
            height: 260px;
            width: 100%;
        }

        .mason-h-2 img {
            height: 520px;
            width: 100%;
        }

        .mason-h-3 img {
            height: 780px;
            width: 100%;
        }

        .mason-h-4 img {
            height: 1040px;
            width: 100%;
        }


        /* inner */

        .mason-box .mason-box-inner {
            height: 260px;
            width: 100%;
        }

        .mason-h-1 .mason-box-inner {
            height: 260px;
        }

        .mason-h-2 .mason-box-inner {
            height: 520px;
        }

        .mason-h-3 .mason-box-inner {
            height: 780px;
        }

        .mason-h-4 .mason-box-inner {
            height: 1040px;
        }
    }

    @media(max-width:767px) {
        .mason-sizer {
            width: 100%;
        }

        .mason-box {
            width: 100%;
            height: 190px;
        }

            .mason-box img {
                width: 100%;
                height: 190px;
            }
    }


    .client-box {
        padding-left: 100px;
        padding-right: 100px;
    }

        .client-box .client-comment {
            background: rgba(255,255,255,0.85);
            padding: 50px;
            color: #bba973;
            font-size: 16px;
            font-style: italic;
        }

        .client-box .client-name {
            margin-top: 30px;
            font-size: 14px;
            font-style: italic;
            text-align: right;
            font-weight: 500;
        }

    .modal-window-content .section-text {
        display: inline-block;
    }

    p {
        margin-bottom: 5px;
    }


    .section-text {
        border-left: 3px solid #d1bd80;
        padding-left: 15px;
        text-align: left;
    }

        .section-text .section-line2 {
            font-size: 35px;
            color: rgb(48, 48, 48);
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            letter-spacing: 2px;
            visibility: inherit;
            font-weight: 400;
            text-align: left;
        }

        .section-text .section-line1 {
            font-family: 'Open Sans', sans-serif;
            font-size: 48px;
            font-weight: 500;
            color: rgb(48, 48, 48);
            text-align: center;
            letter-spacing: 7px;
            visibility: inherit;
            text-align: left;
        }



    .tab-buttons {
        border-bottom: 1px solid #d1bd80;
        padding-bottom: 20px;
    }

    button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
        font-size: 32px;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        background: none;
        border: none;
        cursor: pointer;
    }

        button.tab-button.tab-button-active, button.tab-button.tab-button-active:hover, button.tab-button.tab-button-active:focus, button.tab-button.tab-button-active:visited {
            color: #d1bd80;
        }

    table td {
        padding: 3px;
    }

    .tab-content ul, .modal-window-content ul {
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

        .tab-content ul li {
            list-style-position: inside;
        }

        .modal-window-content ul li {
            list-style-position: inside;
        }


    .tab-content {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 24px;
    }


    .product_meta {
        margin-top: 30px;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

        .product_meta span {
            color: #d1bd80;
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
        }

        .product_meta a, .product_meta a:hover, .product_meta a:focus, .product_meta a:visited {
            color: #333;
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
        }


    h1.view_title {
        margin-bottom: 30px;
    }

    img.img-responsive {
        display: inline-block;
    }

    .tagcloud {
        margin-top: 20px;
    }

        .tagcloud a, .tagcloud a:hover, .tagcloud a:focus {
            border: 1px solid #cc6633;
            border-radius: 3px;
            padding: 5px;
            color: #9b9688;
            margin-bottom: 10px;
            margin-right: 5px;
            display: inline-block;
            text-decoration: none;
            font-size: 13px;
        }

    .footer-menu a, .footer-menu a:hover, .footer-menu a:focus {
        font: 22px/22px 'Noto Serif',cursive;
        color: #9b9688;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        padding-right: 30px;
    }

        .footer-menu a.active, .footer-menu a.active:hover, .footer-menu a.active:focus {
            font: 22px/22px 'Noto Serif',cursive;
            color: #F8C422;
            font-weight: 500;
            text-decoration: none;
        }

        .footer-menu a::after {
            display: block;
            content: '';
            position: absolute;
            background: url(skn/b_marker.png) 0 0 no-repeat;
            width: 6px;
            height: 6px;
            top: 12px;
            right: 12px;
        }

        .footer-menu a:last-child::after {
            display: none;
        }

        .footer-menu a:first-child {
            padding-left: 30px;
        }

    .footer-menu {
        background: #fbfaf7;
    }

    .bottom-area {
        background: #fbfaf7;
        line-height: 2.2em;
    }

        .bottom-area, .bottom-area p, .bottom-area span {
            background: #fbfaf7;
            font-size: 13px;
            color: #9b9688;
        }

            .bottom-area a {
                color: #3c8dc5;
                font-size: 13px;
            }

                .bottom-area a:hover, .bottom-area a:focus {
                    color: #333;
                    font-size: 13px;
                }

    .about-area {
        background: #e6e4e6;
        color: #333;
    }

    .about, .about a, .about a:hover, .about a:focus {
        font-size: 13px;
        text-align: center;
    }

        .about a {
            color: #8e6993;
        }

            .about a:hover, .about a:focus {
                color: #8e6993;
            }


    .about-area .social li {
        display: inline-block;
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .about-area .social a {
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9000px;
    }

    /*.about-area .facebook {
    background: url(skn/facebook_32.png);
}

.social .youtube {
    background: url(skn/youtube_32.png);
}*/

    .about-area .facebook:hover {
        background-position: 0px -32px;
    }

    .social .youtube:hover {
        background-position: 0px -32px;
    }


    .about-area .container {
        position: relative;
    }

    #back-top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 12;
        cursor: pointer;
    }



    .img-responsive {
        display: inline-block !important;
    }

    #fuels-responsive {
        overflow-x: auto;
        position: relative;
    }

    .fuel-prices {
        border: 15px solid #ffffff;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        -moz-box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        background: #006600;
        color: #000;
        padding-top: 7px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .gas-info {
        border: 15px solid #ffffff;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        -moz-box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        box-shadow: 0px 0px 10px 3px rgba(125,121,125,1);
        background: #ededed;
        padding-top: 7px;
        padding-left: 13px;
        padding-right: 13px;
        position: relative;
    }

    .gas-map-icon {
        text-align: center;
        display: inline-block;
        width: 54px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .box {
        border: 15px solid #ffffff;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(125,121,125,1);
        -moz-box-shadow: 0px 0px 5px 3px rgba(125,121,125,1);
        box-shadow: 0px 0px 5px 3px rgba(125,121,125,1);
        background: #ffffff;
    }

    .ps:hover > .ps__scrollbar-x-rail:hover {
        background-color: transparent;
        opacity: .9;
    }

    /*
font-family: 'Monoton', cursive;
font-family: 'Black Ops One', cursive;
font-family: 'Montserrat Subrayada', sans-serif;
font-family: 'Iceberg', cursive;
font-family: 'Sarpanch', sans-serif;
font-family: 'Kumar One Outline', cursive; -->
*/
    .fuel-price-title {
        /*background:#ffffff;*/
        padding: 3px;
        color: #FDE91B;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Sarpanch', cursive;
        padding-left: 5px;
        padding-right: 5px;
    }

    .fuel-price-value {
        padding: 3px;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Sarpanch', cursive;
        padding-left: 5px;
        padding-right: 5px;
    }


    .body-area p {
        padding-bottom: 20px;
    }

    .video-area {
        background: #3c8dc5;
    }

    .video-container {
        border: 1px solid #ffffff;
        background: url(skn/video-bg.png) 50% 50% no-repeat;
        */ position:relative;
        background-size: cover;
        min-height: 100%;
        height: 100%;
        overflow: hidden;
    }

    #video {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .disease-tile {
        background: #3c8dc5;
        border: 1px solid #ffffff;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .disease-tile:hover {
            background: #27628c;
        }

    .disease-tile-hover {
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .disease-tile-thumb img {
        width: 128px;
        height: 128px;
        display: inline-block;
    }

    .disease-tile .disease-tile-title {
        color: #ffffff;
        font-size: 16px;
    }

    .disease-tile .disease-tile-description {
        color: #ffffff;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .disease-tile .disease-bottom {
        opacity: 0;
        height: 0px;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        position: absolute;
        bottom: 50px;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .disease-tile:hover .disease-bottom {
        opacity: 1;
        height: initial;
        position: absolute;
        bottom: 0px;
        padding-bottom: 30px;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .disease-tile .disease-top {
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .disease-tile:hover .disease-top {
        opacity: 1;
        height: initial;
        position: absolute;
        top: 0px;
        transform: none;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    @media(min-width:768px) AND (max-width:990px) {

        .disease-tile:hover .disease-bottom {
            padding-bottom: 20px;
        }

        .disease-tile:hover .disease-tile-title {
            position: relative;
            top: -10px;
        }
    }

    @media (max-width:480px) {

        .disease-tile:hover .disease-bottom {
            padding-bottom: 20px;
        }

        .disease-tile:hover .disease-tile-title {
            position: relative;
            top: -10px;
        }
    }

    .service-bg-1 {
        background: #c093c6;
    }

    .service-bg-2 {
        background: #b588bb;
    }

    .service-bg-3 {
        background: #a97caf;
    }

    .service-bg-4 {
        background: #8e6092;
    }

    .home-carousel .item, .home-carousel .item img {
        min-height: 350px;
    }


    .service-tile {
        padding: 10px;
        position: relative;
        padding-bottom: 80px;
    }

    .home-services.no, .rest-services.no, .clients-area.no {
        height: 0px;
        opacity: 0;
    }

    .rest-services-wrapper {
        background: url(skn/rest-services.png) 50% 50% repeat;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-tile .service-tile-title a {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 500;
        text-shadow: 1px 1px 1px #474747;
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .service-tile-description, .service-tile-description span {
        font-size: 13px;
        color: #ffffff;
    }

    .service-tile .service-tile-title a:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -10px;
        width: 20px;
        height: 4px;
        box-shadow: 1px 1px 1px #474747;
        display: inline-block;
        background: #ffffff;
    }

    .service-tile .service-tile-more {
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 20px;
    }

    .btn.btn-default.btn-alt, .btn.btn-default.btn-alt:hover, .btn.btn-default.btn-alt:focus {
        border: 2px solid #ffffff;
        background: none;
        color: #ffffff;
        font-size: 13px;
        font-family: 'Roboto Slab','Open Sans',serif;
    }


    @media (max-width:768px) {


        .carousel-control {
            background: none;
            border-radius: 0px;
            display: inline-block;
            width: 20px;
            height: 40px;
            opacity: 1;
            text-shadow: none;
            position: absolute;
            background-image: none;
            top: 40%;
            bottom: initial;
            margin-top: auto;
            margin-bottom: auto;
            line-height: 40px;
            text-align: center;
        }


            .carousel-control.left {
                display: inline-block;
                width: 20px;
                height: 40px;
                opacity: 0;
                background: #8e6993;
            }

            .carousel-control.right {
                display: inline-block;
                width: 20px;
                height: 40px;
                opacity: 0;
                background: #8e6993;
            }

            .carousel-control .fa-2x {
                font-size: 1em !important;
            }
    }













    .clients-area {
        margin-left: -20px;
        margin-right: -20px;
    }

    .client-box-border {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .client-box {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .client-thumb {
        text-align: center;
        padding: 5px;
        background: #ffffff;
        border: 1px solid #e4e4e4;
        max-width: 148px;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .client-title {
        color: #333;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .client-info {
        font-size: 13px;
    }

    .client-description {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        position: relative;
        font-style: italic;
        font-weight: 400;
        text-align: justify;		line-height: 24px;		text-align: center;		color: #5f5f60;
    }

    .fa.fa-quote-left {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #333;
    }

    .fa.fa-quote-right {
        position: absolute;
        bottom: 0px;
        right: 0px;
        color: #333;
    }

    .client-quote img {
        display: inline-block;
    }



    .map-border {
        background: url(skn/border.png) 50% 100% no-repeat;
        height: 8px;
        display: block;
    }

    .map-area {
        position: relative;
        height: 399px;
        display: block;
    }


        .map-area iframe {
            height: 399px;
            position: absolute;
            width: 100%;
            z-index: 1;
        }




    .panel.panel-default {
        border: none;
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }

    .panel-default .panel-heading {
        color: #333;
        background: none;
        border: none;
        border-radius: 0px;
        font-weight: 600;
        text-decoration: none;
    }

    .panel-title a, .panel-title a:hover, .panel-title a:focus {
        font-weight: 600 !important;
        font-size: 16px !important;
        text-decoration: none;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none;
    }

    .panel-heading.active .panel-title a, .panel-heading.active .panel-title a:hover, .panel-heading.active .panel-title a:focus {
        color: #ffffff;
        text-decoration: none;
    }
.panel-heading.highlight .panel-title a, .panel-heading.highlight .panel-title a:hover, .panel-heading.highlight .panel-title a:focus {
    color: #ffffff;
    text-decoration: none;
}
.panel-default > .panel-heading.active, .panel-default > .panel-heading.highlight {
    background: #889e5e;
    color: #ffffff;
}
.panel-default > .panel-heading.panel-subheading.active, .panel-default > .panel-heading.panel-subheading.highlight {
    background: #8e6993;
    color: #ffffff;
}

.panel-heading.panel-subheading.active .panel-title a, .panel-heading.panel-subheading.active .panel-title a:hover, .panel-heading.panel-subheading.active .panel-title a:focus {
    color: #ffffff;
    text-decoration: none;
}

.panel-heading.panel-subheading.highlight .panel-title a, .panel-heading.panel-subheading.highlight .panel-title a:hover, .panel-heading.panel-subheading.highlight .panel-title a:focus {
    color: #ffffff;
    text-decoration: none;
}

.panel-group .panel-group{margin-bottom:0px;}
    .panel-group .panel-group .panel.panel-default:last-child {
        border-bottom:none;
    }
    .panel-group .panel-group .panel-title a, .panel-group .panel-group .panel-title a:hover, .panel-group .panel-group .panel-title a:focus {
        font-weight: 600 !important;
        font-size: 14px !important;
        text-decoration: none;
    }
        .panel-group .panel-group .panel-title a , .panel-group .panel-group .panel-title a:hover, .panel-group .panel-group .panel-title a:focus {
            color:#5c5c5c;
        }
.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

        .accordion ul {
            padding: 0;
            margin: 0;
            float: left;
            display: block;
            width: 100%;
        }

        .accordion li {
            cursor: pointer;
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: block;
        }



            .accordion li div {
                padding: 20px;
                background: #aef;
                display: block;
                clear: both;
                float: left;
                width: 360px;
            }

        .accordion a.level1, .accordion a.level1:hover, .accordion a.level1:focus {
            font-size: 16px;
            font-weight: 700;
            color: #474747;
            padding-bottom: 14px;
            display: block;
        }

        .accordion li.active a.level1 i::before {
            content: "\f068";
        }

        .accordion li li.active a.level2 i::before {
            content: "\f068";
        }

        .accordion li li li.active a.level3 i::before {
            content: "\f068";
        }

        .accordion li li li li.active a.level4 i::before {
            content: "\f068";
        }

        .accordion a.level2, .accordion a.level2:hover, .accordion a.level2:focus {
            font-size: 14px;
            font-weight: 700;
            color: #474747;
            padding-bottom: 14px;
            padding-left: 20px;
            display: block;
        }

    .level2-group {
        border-bottom: 1px solid #8c8c8c;
        margin-bottom: 14px !important;
    }

    .accordion a.level3, .accordion a.level3:hover, .accordion a.level3:focus {
        font-size: 14px;
        font-weight: 500;
        color: #474747;
        padding-bottom: 14px;
        padding-left: 40px;
        display: block;
    }

    .accordion a.level4, .accordion a.level4:hover, .accordion a.level4:focus {
        font-size: 14px;
        font-weight: 300;
        color: #474747;
        padding-bottom: 14px;
        padding-left: 60px;
        display: block;
    }

    .accordion li.active a.current {
        text-decoration: underline !important;
    }





    .nomp {
        margin: 0px !important;
        padding: 0px !important;
    }


    .top-inner-menu a {
        color: #474747;
        font-weight: 500;
        text-decoration: none;
    }

        .top-inner-menu .active a, .top-inner-menu a:hover, .top-inner-menu a:focus {
            color: #3c8dc5;
            text-decoration: none;
        }

    .top-inner-menu img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .top-inner-menu .top-inner-menu-item:hover img, .top-inner-menu .active img {
        -webkit-filter: initial;
        filter: initial;
    }

    .top-inner-menu-item {
        border-left: 1px solid #dee3e8;
    }

    .top-inner-menu-item-0 {
        border-left: none;
    }

    @media(max-width:1200px) {
        .top-inner-menu-item a {
            font-size: 13px;
        }

        .top-inner-menu-item {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    h1.online-appointment {
        padding-left: 35px;
        line-height: 36px;
        background: url(skn/appointment.jpg) 0% 0% no-repeat;
        color: #333;
        font-size: 15px;
        font-weight: 600;
    }

    .contact-area .form-group label {
        display: none;
    }

    .contact-area {
        border: 14px solid #f0f2f4;
        background: #ffffff;
        padding: 10px;
    }

    .contact-h3 {
        color: #8e6993;
        font-size: 22px;
    }

    .contact-info, .contact-info a {
        color: #6e6e6e;
    }

        .contact-info a.btn {
            color: #fff;
        }

    a.social-circle {
        border: 1px solid #e6e6e6;
        width: 32px !important;
        height: 32px !important;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
        float: left;
    }

    a.social-rounded {
        border: 1px solid #e6e6e6;
        width: 32px !important;
        height: 32px !important;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        border-radius: 5px;
        margin-right: 10px;
        text-align: center;
        float: left;
    }

    .btn-lg {
        font-size: 14px;
    }

    .path-area .shareit {
        display: inline-block;
        color: #adaaaa;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin-right: 10px;
        font-family: 'Roboto Slab', 'Open Sans';
    }

    .rantevou-bg {
        background: url(skn/rantevou_bg.jpg) 50% 50% repeat;
    }

    button.direction-btn {
        background: url(skn/directions-btn.jpg) no-repeat;
        background-size: contain;
        width: 46px;
        height: 47px;
        padding: 0;
        margin: 0;
        border: 0;
        min-width: 0;
        position: relative;
        top: 2px;
        box-shadow: none;
    }



    a.btn-more, a.btn-more:hover, a.btn-more:focus {
        font-family: 'Roboto Slab','Open Sans';
        font-weight: 600;
        font-size: 13px;
        line-height: 30px;
    }

    .product-meta {
        text-align: center;
    }

        .product-meta, .product-meta a, .product-meta a:hover, .product-meta a:focus {
            font-family: 'Roboto Slab','Open Sans';
            color: #929497 !important;
            font-size: 13px !important;
            line-height: 30px;
        }

    .table.time-table td {
        border-top: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .footer-area .table.time-table td {
        border-top: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: #757d80;
        color: #ffffff;
    }

    .footer-area .btn.btn-success {
        display: inline-block !important;
    }

    .contact-map {
        display: inline-block;
        width: 85px;
        height: 85px;
        background: url(skn/contact-map.jpg) 50% 50% no-repeat;
        margin-bottom: 15px;
    }

    .contact-phone {
        display: inline-block;
        width: 85px;
        height: 85px;
        background: url(skn/contact-phone.jpg) 50% 50% no-repeat;
        margin-bottom: 15px;
    }

    .contact-email {
        display: inline-block;
        width: 85px;
        height: 85px;
        background: url(skn/contact-email.jpg) 50% 50% no-repeat;
        margin-bottom: 15px;
    }

    .contact-strong {
        font-size: 13px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }


    h4.bordered {
        font-size: 16px;
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding-left: 3px;
       
    }

        h4.bordered::after {
            content: ' ';
            position: absolute;
            left: 0px;
            bottom: -10px;
            width: 20px;
            height: 4px;
            display: inline-block;
            background: #333;
            padding-left: 3px;
        }

    .timetabl1 h4.bordered {
        font-size: 16px;
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding-left: 3px;
        color: #ffffff;
    }

    .timetabl2 h4.bordered {
        font-size: 16px;
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding-left: 3px;
        color: #8e6993;
    }

    .timetabl1 h4.bordered::after {
        content: ' ';
        position: absolute;
        left: 3px;
        bottom: -10px;
        width: 20px;
        height: 4px;
        display: inline-block;
        background: #fff;
    }

    .timetabl1 {
        color: #ffffff;
        font-size: 13px;
    }

        .timetabl1 .table.time-table td {
            border-color: #bc98c1;
            color: #ffffff;
            font-size: 13px;
        }

    .timetabl2 {
        color: #8e6993;
        font-size: 13px;
    }

        .timetabl2 .table.time-table td {
            border-color: #dcdfdf;
            font-size: 13px;
            color: #8e6993;
        }

    @media (max-width:1170px) {
        .menu-area .container {
            max-width: 100%;
            width: 100%;
        }
    }


    .dropdown-menu{
min-width:280px;
    }

.section-subtitle{clear:both;}
.section-subtitle span{
    position:relative;
    color:#000000;
    font-weight:700;
    margin-bottom:25px;
}
    .section-subtitle span:after {
        position: absolute;
        content:'';
        width:20px;
        height:3px;
        bottom:-15px;
        left:0px;
        background:#8e6993;
    }