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

body {
    color: rgb(10, 41, 48);
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background-image: url('/images/jednodenka/bg-body.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain
}

p {
    margin: 0 0 30px
}

img {
    max-width: 100%
}

strong {
    font-weight: 500
}

.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 */
.home-page h1 {
    font-size: 24px;
    text-transform: none;
    margin-top: 70px;
}

@media(max-width: 991px) {
    .home-page h1 {
        margin-top: 20px;
    }
}

.home-page 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)
}

h2 {
    font-size: 38px
}

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

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

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

@media (min-width: 460px) and (max-width: 560px) {
    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
    }

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

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

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

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

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

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

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

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

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

    .home-page 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
}

.inside-ul ul {
    list-style-position: inside;
    margin-left: 0;
}

/* 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
}

@media (max-width: 767px) {
    .navbar-brand {
        padding-top: 7px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        max-width: 250px;
    }

    nav.shrink .navbar-brand {
        max-width: 250px;
        margin-top: 12px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-brand {
        padding: 15px 10px;
        font-size: 14px;
    }
}

.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: #444d53;
    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: #444d53;
    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 {
    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: 1199px) {
    .navbar-brand {
        display: flex;
        padding: 0;
        padding-left: 15px;
        margin-top: 0;
        align-items: center;
    }

    .navbar-brand img {
        width: 150px;
    }
}

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

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

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

@media (min-width: 992px) {

    .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: 10px
    }

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

    .shrink .navbar-nav li:last-child {
        margin-left: 20px
    }

    .navbar-default .navbar-nav li a {
        margin: 15px 10px 0
    }
}

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

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

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

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

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

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

@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center !important
    }

    .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: 50px;
    width: 100%;
    height: 300px
}

.triangl-svg {
    position: absolute;
    bottom: -10px;
    display: none;
    width: 100%;
    height: 187px;
    background-image: url('/images/jednodenka/bg-header-1.svg'),
        url('/images/jednodenka/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 {
        height: 350px
    }

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

    .sub-head p {
        font-size: 16px
    }

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

@media (min-width: 992px) {
    .main-head {
        height: 500px
    }

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

    .triangl-svg {
        bottom: -20px
    }

    .sub-head {
        height: 340px
    }

    .sub-head p {
        font-size: 18px;
    }
}

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

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

@media (min-width: 1400px) {
    .main-head {
        height: 700px
    }

    .triangl-svg {
        bottom: -35px
    }

    .sub-head {
        height: 440px
    }
}

/* 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 {
    margin-top: 25px;
}

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

.doctors p {
    margin-bottom: 0px;
}

.doctors h2 span {
    min-height: 30px;
    display: inline-block;
    min-width: 100%;
}

@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;
        margin-bottom: 0;
        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 10px;
    width: 100%;
    height: auto;
    background-color: rgb(229, 246, 250);
    text-align: center;
    padding-bottom: 90px;
}

.address p {
    margin-bottom: 20px;
}

.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: 5px 0;
    font-size: 24px;
    font-weight: 300
}

@media (max-width: 1560px) {
    .address-phone-no {
        padding-top: 0;
    }
}

.adress-open-time {
    margin-bottom: 30px;
}

.adress-open-time table {
    font-size: 13px;
    line-height: 1.5;
}

@media(min-width: 991px) and (max-width: 1799px) {
    .adress-open-time table {
        font-size: 11px;
    }
}

@media(max-width: 991px) {
    .adress-open-time table {
        margin: 0 auto;
    }
}

.adress-open-time table td {
    padding: 5px 0;
}

.adress-open-time th {
    padding-right: 15px;
}

@media(min-width: 991px) and (max-width: 1320px) {
    .adress-open-time table {
        font-size: 13px;
    }
}

.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/jednodenka/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: 700px; */
    }

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

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

@media (min-width: 992px) {
    #kontakt {
        background-color: rgb(229, 246, 250);
    }

    .address {
        float: left;
        width: 50%;
        /* height: 860px; */
        text-align: left
    }

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

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

    .gmaps-container {
        height: 860px
    }

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

@media(min-width: 1200px) {
    .address-phone-no a {
        font-size: 20px
    }

}

@media (min-width: 1590px) {
    .address {
        padding: 70px 70px 0;
    }
}

@media (min-width: 1560px) {
    .address-phone-no a {
        font-size: 26px
    }
}

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

.mb0 {
    margin-bottom: 0;
}


/* } */

/* 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;
    }
}

.ref-section {
    padding-top: 70px;
    background: #fff;
}

.ref-section h2 {
    margin-bottom: 0;
}

.ref-section.gyn {
    background: rgb(229, 246, 250);
}

.reference {
    padding: 25px 0;
    background: #fff;
}

.reference:nth-of-type(odd) {
    background: rgb(229, 246, 250);
}

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

.gyn .reference:nth-of-type(odd) {
    background: #fff;
}

.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: 'Rubik', 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/jednodenka/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;
    margin-bottom: 150px !important;

}

@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;
}

.veta-diky {
    font-size: 24px;
}

.row-services-list h3 {
    margin-bottom: 30px;
}

.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;
}

#pronatal-badge {
    position: absolute;
    right: 0;
    top: 300px;
    background-color: #fff;
    -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;
}

#pronatal-badge a {
    display: inline-block;
    width: 120px;
    height: 120px;
    box-shadow: none;
    border: 0;
    text-align: center;
}

#pronatal-badge img {
    -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;
}

@media (max-width: 768px) {
    #pronatal-badge {
        display: none;
    }
}

@media (min-width: 992px) {
    #pronatal-badge {
        position: fixed;
    }
}

@media (max-width: 1199px) {
    #pronatal-badge {
        display: none !important;
    }
}

#stoma-badge {
    position: absolute;
    right: 0;
    top: 430px;
    background-color: #fff;
    -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;
}

#stoma-badge a {
    display: inline-block;
    width: 120px;
    height: 120px;
    box-shadow: none;
    border: 0;
    text-align: center;
}

#stoma-badge img {
    -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;
}

@media (max-width: 768px) {
    #stoma-badge {
        display: none;
    }
}

@media (min-width: 992px) {
    #stoma-badge {
        position: fixed;
    }
}

@media (max-width: 1199px) {
    #stoma-badge {
        display: none !important;
    }
}

.avatar .doctors-pics {
    border: 0;
}

.avatar .doctors-pics img {
    margin-top: 0;
}

.mtlikeh1 {
    margin-top: 50px;
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .mtlikeh1 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

@media (min-width: 992px) {
    .mtlikeh1 {
        margin-top: 130px;
        font-size: 30px !important;
        line-height: 38px !important;
    }
}

@media (min-width: 1400px) {
    .mtlikeh1 {
        margin-top: 180px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    .team .nav li {
        float: left;
        display: inline;
    }
}

@media (max-width: 767px) {

    /* .address {height: 900px;} */
    .address-phone-no {
        font-size: 24px;
    }
}


.header-text {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

@media(max-width: 991px) {
    .header-text {
        line-height: 1.3;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.ask-text {
    margin-top: 80px;
}

.ask-text p {
    margin-bottom: 0;
}

.gyn-footer-text {
    margin-bottom: 20px;
}

.modal-price.modal-body {
    padding: 10px 30px;
    padding-bottom: 50px;
}

.modal-order.modal-body {
    padding: 10px 30px;
    padding-bottom: 50px;
}

.modal-price.modal-body a {
    color: rgb(10, 41, 48);
}

.modal-price table {
    width: 100%;
    margin-bottom: 30px;
}

.modal-price table tr {
    border-bottom: 1px solid rgb(218, 232, 235);
}

.modal-price table tr td {
    padding: 5px;
}

.modal-price table thead {
    color: rgb(2, 169, 208);
}

.modal-price p.small {
    color: rgb(2, 169, 208);
    line-height: 1.2;
}


/*  cookies */

#c-p-bn {
    flex: 1 1 100%;
    background-color: rgb(2, 169, 208) !important;
    margin-bottom: 10px;
}

.cc_div #c-bns {
    flex-wrap: wrap;
}

#c-bns button+button,
#s-c-bn,
#s-cnt button+button {
    margin: 0;
}

.cc_div #c-bns button {
    margin: 5px;
}

.cc_div #c-bns .cc-link {
    flex: 1;
}

#s-bns #s-all-bn {
    display: none;
}

#s-bns #s-rall-bn {
    display: none;
}

#s-bns {
    text-align: center;
}

#s-bns .c-bn {
    background-color: rgb(2, 169, 208) !important;
    color: #fff;
    margin: 0 auto;
    float: none;
}

#s-bl .c-bl.b-ex {
    background: #f8f8f8 !important;
}

#s-bl .c-bl.b-ex:hover {}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
    background: #d6d6d6 !important;
}


.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: rgb(2, 169, 208) !important;
}

#s-c-bn {
    background: #f8f8f8 !important;
}

#s-c-bn:hover {
    background: #d6d6d6 !important;
}

#cc_div #cm .close-cookie {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f8f8 !important;
    cursor: pointer;
    padding: 0;
    font-size: 23px;
}

#cc_div #cm .close-cookie:before,
#cc_div #cm .close-cookie:after {
    content: '';
    position: absolute;
    left: 0.82em;
    top: 0.58em;
    height: 0.6em;
    width: 1.5px;
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}

#cc_div #cm .close-cookie:after {
    transform: rotate(-45deg);
}

.cookie-btn-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cookie-link {
    background: none;
    border: none;
    padding: 0;
    color: rgb(2, 169, 208);
}

.cookie-table {
    margin-bottom: 80px;
    background: #f8f8f8;
    padding: 20px;
}

.cookie-table h4 {
    margin-bottom: 10px;
    color: #444d53;
    font-size: 24px;
    font-weight: 700;
}

.cookie-table table {
    width: 100%;
}

.cookie-page h2 {
    color: rgb(2, 169, 208);
    margin-bottom: 30px;
    font-weight: 700;
}

@media(max-width: 688px) {

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right {
        padding: 10px !important;
    }

    #c-txt {
        font-size: 10px;
    }

    .cc_div #c-bns {
        margin-top: 10px;
    }

    .cc_div .c-bn {
        padding: 8px 10px;
    }

    .cc_div #c-bns button {
        margin: 2px;
    }

    #cm.box,
    #cm.cloud {
        left: 10px;
        right: 10px;
    }

    #cm.bottom {
        bottom: 10px;
    }

    .bns-t #s-bns {
        height: 70px;
    }

    #s-inr.bns-t {
        padding-bottom: 80px;
    }

    #cc_div #cm .close-cookie {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.summer-time {
    padding: 60px 0;
    color: white;
    background-color: rgb(10, 41, 48);
}

.summer-time h2 {
    color: #fff;
    font-size: 28px;
}

.summer-time .text-center {
    position: relative;
}

.summer-time .text-center .material-icons {
    position: absolute;
    left: 0;
    font-size: 70px;
    top: 50%;
    color: #fff;
    margin-left: 15%;
}

.summer-time table {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .summer-time .text-center .material-icons {
        display: none;
    }
}


.modal-order .summer-time {
    padding: 20px 20px;
    margin-bottom: 30px;
}

.modal-order h2 {
    font-size: 20px;
    margin-bottom: 20px;
}


.modal-order .summer-time .text-center .material-icons {
    font-size: 50px;
    margin-left: 5%;
}

.video-box {
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

/* @media (max-width: 1669px) {
    .video-box {
        height: 800px;
    }
}
@media (max-width: 1399px) {
    .video-box {
        height: 700px;
    }
}
@media (max-width: 1199px) {
    .video-box {
        height: 550px;
    }
} */
@media (max-width: 767px) {
    .video-box {
        height: 200px;
    }
}