html {
    -webkit-font-smoothing: antialiased;
}

body {
    color: rgb(10, 41, 48);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain
}

p {
    margin: 0 0 30px
}

img {
    max-width: 100%
}

strong {
    font-weight: 600
}

.pull-center {
    text-align: center
}

a {
    color: rgb(2, 169, 208)
}

a:hover,
a:focus,
a:active,
a.active {
    color: rgb(9, 109, 132)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

h1 {
    color: white;
    font-size: 24px;
    text-transform: uppercase
}

/* HP */
.page-index h1 {
    font-size: 22px;
    text-transform: none
}

.page-index h1 strong {
    display: block;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

/* /HP */

h2, h3 {
    margin-bottom: 50px;
    color: rgb(2, 169, 208)
}

.bg-headline {
    background: #a349a4;
    color: #fff !important;
    display: inline-flex;
    padding: 10px 20px;
}

h2 {
    font-size: 38px
}

h3 {
    font-size: 30px;
    font-weight: 400
}

h4 {
    margin-bottom: 30px;
    font-weight: 500
}

@media (max-width: 767px) {
    body {
        background-size: auto 300px
    }
}

@media (min-width: 460px) {
    body {
        font-size: 18px;
        line-height: 30px
    }

    h1 {
        font-size: 34px
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 54px
    }

    h2 {
        font-size: 48px
    }

    .page-index h1 strong {
        margin-bottom: 15px;
        font-size: 40px
    }

    .page-index h1 {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    h1 {
        margin-top: 100px
    }

    .page-index h1 {
        font-size: 24px
    }

    .page-index h1 strong {
        font-size: 44px
    }
}

@media (min-width: 1200px) {
    .page-index h1 {
        font-size: 28px
    }

    .page-index h1 strong {
        font-size: 54px
    }
}

@media (min-width: 1400px) {
    h1 {
        margin-top: 150px
    }

    .page-index h1 span {
        font-size: 34px
    }

    .page-index h1 strong {
        font-size: 64px
    }
}

ul {
    margin: 0 0 30px 15px;
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpi/P//PwM6YGLAAliYV13EqlIOiHcB8WcoLccCJOYCsQtUkSsQLwSptEDTbQUSPIEmeAwkmAzEe4D4K5ROAJn5CGoWHDBiczxAgAEAPl4SUkVggLwAAAAASUVORK5CYII=');
    list-style-position: outside;
    padding: 0;
    line-height: 2
}

/* Google materials icon */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    margin-top: -5px;
    -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
    text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
    -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
    font-feature-settings: 'liga'
}

/* Support for IE. */

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

/* Rules for using icons as black on a light background. */
.material-icons.md-blue {
    color: rgb(2, 169, 208);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, .5)
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3)
}

/* Navbar */
.navbar-default {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-image: none;
    background-color: rgba(0, 0, 0, .3);
    transition: background-color .5s;
}

.navbar-default .navbar-brand {
    color: white
}

.navbar-brand {
    font-size: 12px;
    text-transform: uppercase;
    text-indent: -200px;
    opacity: 0;
    transition: all .2s
}

.navbar-default .navbar-brand {
    color: white
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgb(2, 169, 208)
}

.navbar-default .navbar-collapse {
    text-align: center;
    transition: all .2s
}

.navbar-default .navbar-nav {
    margin: 20px 0 10px;
    display: inline-block;
    float: none;
    transition: all .2s
}

.navbar-default .navbar-nav li:last-child {
    margin-left: 0;
    transition: all .2s
}

.navbar-default .navbar-nav li a {
    padding: 0 0 10px 0;
    margin: 15px 0 0;
    border-bottom: 2px solid rgba(2, 169, 208, 0);
    color: white;
    font-size: 16px;
    text-transform: lowercase;
    transition: all .2s
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a.active {
    border-bottom: 2px solid transparent;
    color: white;
    outline: 0
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: rgb(10, 41, 48)
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: rgb(10, 41, 48)
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}

.shrink.navbar-default {
    background-color: rgba(10, 41, 48, 1);
    transition: background-color .5s
}

.shrink .navbar-nav {
    transition: all .2s
}

.shrink .navbar-brand {
    font-weight: 600;
    opacity: 1;
    text-indent: 0
}

.shrink .navbar-collapse {
    text-align: center;
    transition: all .2s
}

.shrink .navbar-nav li:last-child {
    margin-left: 0;
    transition: all .2s
}

@media (max-width: 768px) {
    .navbar-brand {
        opacity: 1 !important;
        text-indent: 0 !important;
    }

    .navbar-default {
        background-color: rgba(10, 41, 48, 1) !important;
    }
}

@media (min-width: 460px) {
    .navbar-brand {
        font-size: 16px
    }
}

@media (min-width: 768px) {

    .navbar-default .navbar-nav li a:hover,
    .navbar-default .navbar-nav li a:focus,
    .navbar-default .navbar-nav li a.active { border-bottom: 2px solid rgba(2, 169, 208, 1)  }

    .navbar-default .navbar-nav li:last-child {
        margin-left: 100px
    }

    .navbar-default .navbar-brand {
        margin-top: 27px
    }

    .shrink .navbar-collapse {
        text-align: right
    }

    .shrink .navbar-nav li:last-child {
        margin-left: 20px
    }
    .navbar-default .navbar-nav li a {
        margin: 22px 10px 0
    }

}
@media (min-width: 992px) {
    .navbar-default .navbar-brand {
        margin-top: 23px
    }
    .navbar-default .navbar-nav li a {
        margin: 18px 10px 0
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-brand {
        font-size: 18px
    }

    .navbar-default .navbar-nav li a {
        margin: 18px 35px 0;
        font-size: 18px
    }
}

/* Navbar subpage */
.sub-page .navbar-default {
    background-color: rgba(10, 41, 48, 1) !important
}

.sub-page .navbar-brand {
    opacity: 1 !important;
    text-indent: 0 !important
}

.sub-page .navbar-collapse {
    text-align: right !important
}

.sub-page .navbar-nav li:last-child {
    margin-left: 20px !important
}

@media (max-width: 992px) {
    .sub-page .navbar-collapse {
        text-align: center !important
    }
    .sub-page .navbar-nav li:last-child {  margin: 10px 0 10px !important }
    .navbar-nav li:last-child {  margin: 10px 0 10px !important }
}

/* Main head */
.main-head {
    position: relative;
    padding-top: 60px;
    width: 100%;
    height: 285px
}

.triangl-svg {
    position: absolute;
    bottom: -10px;
    display: none;
    width: 100%;
    height: 187px;
    background-image: url('/images/base/bg-header-1.svg'),
    url('/images/base/bg-header-2.svg');
    background-repeat: no-repeat;
    background-position: left bottom,
    right bottom;
    z-index: 50
}

.btn-down {
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 100;
    z-index: 100
}

.btn-down:hover,
.btn-down:focus {
    text-decoration: none;
    color: white
}

.btn-down .material-icons {
    margin-top: -5px;
    display: block;
    transition: all .2s
}

.btn-down:hover .material-icons,
.btn-down:focus .material-icons {
    margin-top: 0
}

/* Sub-head */
.sub-head {
    padding-top: 50px;
    width: 100%;
    height: 250px
}

.sub-head p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 21px;
    color: white
}

.sub-head p br { display: none; }

@media (min-width: 460px) {
    .triangl-svg {
        display: inline-block
    }

    .sub-head p {
        font-size: 16px;
        line-height: 24px
    }
}
@media (min-width: 768px) {
    .main-head {
        padding-top: 110px;
        height: 350px
    }

    .btn-down {
        margin-top: 0
    }

    .sub-head {
        padding-top: 110px;
        height: 350px;
    }
    .sub-head p {
        font-size: 16px
    }

    .sub-head p br { display: block; }
}
@media (min-width: 768px) and (max-width: 890px) {
    .main-head {
        height: 300px
    }
    .btn-down {display: none;}
}
@media (min-width: 992px) {
    .main-head {
        padding-top: 110px;
        height: 385px;
    }

    .btn-down {
        margin-top: 15px
    }

    .triangl-svg {
        bottom: -20px
    }

    .sub-head {
        padding-top: 125px;
        height: 385px
    }
    .sub-head h1 {
        margin-top: 10px;
    }
    .sub-head p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .main-head {
        padding-top: 125px;
        height: 475px
    }

    .btn-down {
        margin-top: 125px
    }
}

@media (min-width: 1400px) {
    .main-head {
        padding-top: 150px;
        height: 540px
    }

    .triangl-svg {
        bottom: -35px
    }

    .sub-head {
        height: 440px;
        padding-top: 85px;
    }
}

/* BTW */
.btw {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: 400;
    background-color: rgb(229, 246, 250)
}

.btw-icons {
    margin-bottom: 25px;
    display: inline-block;
    width: 70px;
    height: 70px
}

/* Service section */
.service {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: white
}

.service h3 {
    color: rgb(2, 169, 208)
}

.nav-tabs {
    margin-top: 25px;
    border-bottom: 0
}

.nav-tabs li {
    display: inline-table;
    margin-bottom: 0;
    border-bottom: 2px;
    border-right: 2px solid transparent
}

.nav-tabs li:last-child {
    border-right: 0
}

.nav-tabs li a {
    width: 100%;
    height: 80px;
    display: table-cell;
    border: 2px solid rgb(229, 246, 250);
    border-radius: 0;
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    transition: all .2s
}

.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border: 2px solid rgb(2, 169, 208);
    color: rgb(2, 169, 208);
    background-color: white
}

.nav-tabs li.active a {
    border: 2px solid rgb(2, 169, 208);
    color: rgb(2, 169, 208)
}

.nav-tabs li a span {
    text-transform: lowercase
}

.service .nav-tabs li {
    width: 100%
}

.service .nav-tabs li:last-child {
    width: 100%
}

.tab-content {
    margin-top: 60px
}

.double-list {
    margin: 0 auto;
    width: 75%
}

.double-list li {
    float: left;
    font-size: 16px
}

.double-list li:nth-child(odd),
.double-list li:nth-child(even) {
    margin-left: 0;
    width: 100%
}

/* Process */
.process {
    width: 100%;
    padding: 25px 0 25px;
    background-color: rgb(229, 249, 250)
}

.process h2,
.medical h2 {
    font-size: 28px;
}

.process p {
    color: rgb(10, 41, 48);
    font-weight: 400
}

.process-icons {
    margin: 25px 0 25px;
    display: inline-block;
    width: 70px;
    height: 70px
}

.process-arrow-icons {
    display: block;
    margin: 25px 0;
    font-size: 50px;
    color: rgb(189, 222, 230);
    transform: rotate(90deg)
}

/* Medical */
.medical {
    width: 100%;
    padding: 50px 0 50px
}

.medical-pics {
    float: left;
    width: 100%
}

/* Doctors */
.doctors {
    width: 100%;
    padding: 0 0 50px;
    background-color: white
}

.doctors h2 {
    margin: 25px 0;
    color: rgb(10, 41, 48);
    font-size: 22px;
    font-weight: 400;
    text-align: center
}

.doctors-pics {
    display: inline-block;
    margin-top: 75px;
    width: 150px;
    height: 150px;
    border: 5px solid rgb(218, 232, 235);
    border-radius: 300px;
    overflow: hidden
}

.doctors-pics img {
    margin-top: -25px
}

.doctors ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 768px) {
    .btw .container {
        padding-left: 100px;
        padding-right: 100px
    }

    .nav-tabs {
        margin-top: 50px
    }

    .service {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .service .nav-tabs li {
        width: 50%;
    }

    .process {
        padding: 50px 0 25px
    }

    .process h2,
    .medical h2 {
        font-size: 36px;
    }

    .process-arrow-icons {
        margin: 50px 0;
        transform: rotate(0deg)
    }

    .doctors {
        padding: 50px 0 50px
    }

    .doctors h2 {
        margin: 170px 0 25px;
        font-size: 26px;
        text-align: left
    }

    .doctors-pics {
        width: 300px;
        height: 300px;
        margin-top: 120px
    }

    .medical-pics {
        margin-top: 25px;
        width: 33%
    }
}

@media (min-width: 992px) {
    .service .nav-tabs li {
        width: 20%;
    }

    .service .nav-tabs li:last-child {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .double-list {
        margin: 0;
        width: 100%
    }

    .double-list li:nth-child(odd) {
        margin-left: 0;
        width: 50%
    }

    .double-list li:nth-child(even) {
        margin-left: 5%;
        width: 45%
    }
}

/* Contact */
.address {
    float: left;
    position: relative;
    padding: 25px;
    width: 100%;
    height: 600px;
    background-color: rgb(229, 246, 250);
    text-align: center
}

.address:before {
    content: '';
    position: absolute;
    left: -150px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 550px solid transparent;
    border-right: 150px solid rgb(229, 246, 250)
}

.address h2 {
    font-size: 38px;
    color: black
}

.address-text-1,
.address-text-2 {
    margin-bottom: 20px
}

.address-text-1,
.address-phone-no {
    color: rgb(2, 169, 208)
}

.address-phone-no {
    display: block;
    padding: 20px 0;
    font-size: 28px;
    font-weight: 300
}

.address-open-ident {
    display: inline-block;
    width: auto
}

.family-phone {
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 10%;
    width: 80%;
    padding: 20px;
    border: 3px dashed rgb(2, 169, 208);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: white
}

.family-phone-no {
    display: block;
    padding-left: 0;
    color: rgb(2, 169, 208);
    font-weight: 500
}

.address-phone-no a {
    font-size: 18px
}

/* } */

/* Google maps */
.gmaps {
    float: left;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden
}

.gmaps-container {
    position: relative;
    width: 100%;
    height: 250px
}

.gmaps-zoom-in,
.gmaps-zoom-out {
    height: 44px;
    width: 44px;
    margin-left: 2rem;
    border-radius: .25rem;
    background-color: rgb(10, 41, 48);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("/images/base/icon-controller.svg");
    cursor: pointer;
    transition: background-color .2s
}

.gmaps-zoom-in:hover,
.gmaps-zoom-out:hover {
    background-color: rgb(2, 169, 208);
    transition: background-color 0.2s
}

.gmaps-zoom-in {
    margin-top: 5rem;
    margin-bottom: .25rem;
    background-position: 50% 6px
}

.gmaps-zoom-out {
    background-position: 50% -26px
}

@media (min-width: 460px) {
    .address {
        height: 600px;
    }

    .address-phone-no a {
        font-size: 24px
    }

    .family-phone {
        top: -60px;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .address {
        float: left;
        width: 50%;
        height: 660px;
        padding: 70px 70px 0;
        text-align: left
    }

    .address:before {
        border-top: 660px solid transparent
    }

    .gmaps {
        float: left;
        width: 50%;
        height: 660px
    }

    .gmaps-container {
        height: 660px
    }

    .address-phone-no a {
        font-size: 28px
    }

    .family-phone {
        position: absolute;
        left: 0;
        top: -40px;
        width: 100%;
        padding: 20px
    }
}

.family-phone-no {
    display: inline-block;
    padding-left: 35px
}

.address-open-ident {
    width: 200px
}

/* } */

/* Our team */
.team {
    padding-top: 25px;
    border-top: 3px dashed rgb(229, 246, 250);
    background-color: white;
}

.team li {
    display: inline-table;
    width: 100%;
    margin-bottom: 0;
    border: 0
}

.team li a {
    padding: 25px 0 0;
    color: black;
    font-size: 20px;
    font-weight: 300;
    text-transform: inherit
}

.team a span {
    display: block;
    font-size: 18px;
    color: rgb(2, 169, 208)
}

.team li a,
.team li a:hover,
.team li a:focus {
    width: 100%;
    height: 80px;
    display: table-cell;
    border: 0;
    border-radius: 0;
    color: black
}

.team-dot-1,
.team-dot-2 {
    margin: 10px auto;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHdJREFUeNpiZFp5gQEKfIG4EIhNofzTQNwHxFtAHCaoYAsQbwJiRyDmgWIQezNUjoERaKIPVAAf8AOZWMRAGBSCFJoQodCEiYE4wAhSeIYIhadBCvuJUNjPBPVxKx5FILnNMDfWALE/EO8H4q9QDGL7QeUYAAIMAAjuFcuohLmXAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: top center
}

.team-dot-2 {
    opacity: .2
}

.team-person img {
    margin-top: -25px
}

@media (min-width: 460px) {
    .team li {
        width: 100%
    }
}

@media (min-width: 992px) {
    .team li {
        width: 25%
    }
    .team li a {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .team li a {
        font-size: 20px;
    }
}

.reference {
    padding: 25px 0;
    background: rgb(229, 246, 250)
}

.reference-text {
    padding: 25px 25px 0;
    color: rgb(10, 41, 48);
    font-size: 18px;
    font-style: italic;
    line-height: 1.5
}

.reference-person img {
    margin: 40px auto 15px;
    display: block;
    width: 100px;
    height: 100px;
    border: 5px solid rgb(200, 223, 228);
    border-radius: 50px;
    overflow: hidden
}

.reference-person-name {
    color: rgb(2, 169, 208);
    font-size: 24px;
    font-weight: 400
}

.reference-person-place span {
    color: rgb(197, 221, 227)
}

.whyme {
    width: 100%;
    padding: 50px 0;
}

.whyme-icons {
    margin-bottom: 25px;
    display: inline-block;
    width: 70px;
    height: 70px
}

.whyme h3 {
    margin-bottom: 25px;
    color: rgb(10, 41, 48);
    font-size: 21px;
    font-weight: 400
}

.whyme p {
    line-height: 1.25
}

@media (min-width: 768px) {
    .reference {
        padding: 50px 0
    }

    .reference-text {
        font-size: 24px
    }

    .team .nav-tabs li a {
        padding: 25px 0 0
    }

    .team {
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .team {
        padding-top: 50px
    }
}

/* Footer */
.page-foot {
    width: 100%;
    padding: 80px 0 120px;
    color: white;
    background-color: rgb(10, 41, 48)
}

.nav-foot {
    text-align: right
}

.nav-foot a {
    padding: 0 10px;
    color: white
}

.nav-foot a,
.nav-foot a:hover,
.nav-foot a:focus {
    color: white
}

.nav-foot-divider {
    color: rgb(21, 61, 70)
}

@media (max-width: 992px) {
    .page-foot,
    .nav-foot {
        text-align: center
    }

    .nav-foot {
        margin-top: 15px
    }
}

/* Modal form */
.modal {
    padding-right: 0 !important;
    overflow-y: scroll
}

.modal-dialog {
    width: 80%;
    margin: 30px auto
}

.modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none
}

.modal-header {
    padding: 15px;
    border-bottom: 0
}

.modal-body {
    padding: 15px 30px
}

.modal-body th {
    padding-right: 20px;
}

.modal-footer {
    padding: 30px 0 50px;
    text-align: center;
    border: 0
}

.modal-title {
    margin: 30px 0 0;
    color: rgb(2, 169, 208);
    font-size: 30px;
    font-weight: 400;
    text-align: center
}

.reserve-form .col-sm-2 {
    width: 100%
}

.reserve-form .col-sm-10 {
    width: 100%
}

label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    color: rgb(10, 41, 48);
    border: 1px solid rgb(210, 210, 210);
    border-radius: 0;
    transition: border-color .5s
}

.form-control:focus {
    border-color: rgb(2, 169, 208);
    box-shadow: none
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 50px auto
    }

    .modal-header {
        padding: 30px
    }

    .modal-body {
        padding: 15px 100px
    }

    .reserve-form .col-sm-2 {
        width: 33%
    }

    .reserve-form .col-sm-10 {
        width: 66%
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        margin: 100px auto
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        margin: 150px auto
    }
}

/* Buttons */
.btn-primary {
    font-family: 'Open Sans', sans-serif;
    color: white;
    background-image: none;
    background-color: rgb(2, 169, 208);
    border: none;
    border-bottom: solid 3px rgb(9, 109, 132);
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: none;
    transition: all .2s
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-bottom: solid 3px rgb(10, 41, 48);
    background-color: rgb(9, 109, 132)
}

.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[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgb(9, 109, 132)
}

.close {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: rgb(10, 41, 48);
    text-shadow: 0;
    opacity: 1;
    transition: all .2s
}

.close:hover {
    color: rgb(2, 169, 208)
}

/* Medicon menu */
#medicon-badge {
    display: none;
    position: fixed;
    right: 0;
    top: 200px;
    background-color: white;
    -moz-box-shadow: 0 1px 5px rgba(169, 169, 169, .34);
    -webkit-box-shadow: 0 1px 5px rgba(169, 169, 169, .34);
    box-shadow: 0 1px 5px rgba(169, 169, 169, .34);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 200
}

#medicon-badge button {
    width: 120px;
    height: 90px;
    box-shadow: none;
    background: url('/images/base/logo-medicon.svg') center center no-repeat;
    background-size: 88px;
    border: 0;
    text-indent: -10000px;
    outline: 0
}

.cbp-spmenu-right .headline {
    color: #ff8732;
    font-size: 18px;
    font-weight: 700
}

.cbp-spmenu-right {
    z-index: 99999;
    width: 280px;
    right: -280px;
    padding: 30px;
    background-color: rgb(10, 41, 48);
    overflow-y: auto;
    -ms-overflow-style: scrollbar;
}

.cbp-spmenu-right .headline {
    color: rgb(2, 169, 208);
    font-size: 18px;
    font-weight: 500
}

.headline a {
    display: inline;
    padding: 0;
    border: 0;
    margin: 0;
    color: white;
    font-weight: 500
}

.cbp-spmenu-right ul {
    margin-top: 20px
}

.cbp-spmenu-right ul li {
    padding: 3px 0;
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpi/P//PwM6YGLAAliYV13EqlIOiHcB8WcoLccCJOYCsQtUkSsQLwSptEDTbQUSPIEmeAwkmAzEe4D4K5ROAJn5CGoWHDBiczxAgAEAPl4SUkVggLwAAAAASUVORK5CYII=');
}

.cbp-spmenu-right ul li a {
    padding: 0 0 0 10px;
    border: 0;
    color: white;
    font-size: 14px
}

.cbp-spmenu a:hover {
    background: 0
}

.cbp-spmenu ul {
    margin-left: 0;
}

@media (min-width: 768px) {
    #medicon-badge {
        display: block;
    }
}

.cbp-spmenu {
    padding-top: 95px !important;
}

.cbp-spmenu .headline {
    color: #fff;
    font-size: 14px;
}

.cbp-spmenu .headline a {
    display: inline;
    padding: 0;
    border: 0;
    font-weight: 700;
    line-height: 1.0em;
}

@media (min-width: 1200px){
    .service {
        padding-top: 70px;
        padding-bottom: 70px;
    }

}

.veta-diky {font-size: 24px; line-height: 1.4em;}
.veta-diky p:last-child {margin-bottom: 0;}
.row-services-list h3 {margin-bottom: 15px;}
.row-services-list h4 {margin-bottom: 10px;}
#mudr-jiri-fencl h2, #mudr-alice-maixnerova h2 {margin-bottom: 0;}
#mudr-jiri-fencl p.role, #mudr-alice-maixnerova p.role {margin-bottom: 25px;}



#kontakty {
    padding-top: 30px;
    padding-bottom: 30px;
    background: white;
}
@media (min-width: 992px){
    #kontakty {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#kontakty a {color: black;}
#kontakty h3 {
    margin-bottom: 30px;
	color: #2b9392;
	font-size: 24px;
	font-weight: 700;
}
#kontakty p {margin-bottom: 25px;}
#kontakty .col-sm-4 {font-size: 16px;}
#kontakty .col-sm-4 p {line-height: 1.5em;}

@media (min-width: 992px){
    #banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.small {
    font-size: 75%;
}

.carousel-control {
    background: none!important;
    text-shadow: none!important;
    opacity: 1;
}
.carousel-control .glyphicon {
    color: #a349a4;
    font-size: 40px;    
}
#news {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f6f6;
    font-size: 14px;
}
@media (min-width: 992px){
    #news {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
#news .text {
    padding: 25px;
    background-color: white;
    line-height: 1.5em;
}
#news .text p:last-child {
    margin-bottom: 0;
}
#news h5 a {
	color: #2b9392;
	font-size: 18px;
	font-weight: 700;
}
#news .readmore {
	color: #a349a4;
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 768px){
    .carousel-indicators {
        bottom: -55px;
    }
}

@media (min-width: 1400px){
    .sub-head h1 {
        margin-top: 80px;
    }
}
.grey-box {
    background-color: #f8f8f8;
}
.white-box {
    background-color: white;
}
.grey-box, .white-box {
    padding: 30px 0;
	color: #2b9392;
	font-size: 20px;
    line-height: 1.4em;
}
.grey-box p:last-child, .white-box p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px){
    .grey-box, .white-box {
        font-size: 24px;
    }
}
@media (min-width: 992px){
    .grey-box, .white-box {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 36px;
        font-weight: 300;
    }
}

.afterdot {
    position: relative;
}
.afterdot::after {
    display: block;
	width: 17px;
	height: 17px;
	background-color: #a349a4;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 50%; left: calc(50% - 8px);
    bottom: -8px;
}

#sluzby-care li, .service-care li {
    margin-bottom: 7px;
    line-height: 1.7em;
}
.page-index .main-head .primary-color-1 h1{
    color: #a349a4;
}

.page-index .main-head .primary-color-1 p{
    color: #a349a4;
}