/*
Theme Name: Microdent
Author: Marketsoul
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.social-feed .tweet-content .content-wrapper .tweet-text {
    max-height: 355px;
    overflow: hidden;
}

@media (min-width: 1200px) {

    .workflow-right,
    .workflow-left {
        padding: 100px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .workflow-right,
    .workflow-left {
        padding: 75px 0;
    }
}


h1.head {
    font-size: 58px;
    color: #00a6d6;
    line-height: 66px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2.subtitle {
    font-size: 35px;
    color: #00a6d6;
    margin-top: 0;
    text-transform: uppercase;
}

.product-info h2.head {
    color: #00a6d6;
    font-size: 35px !important;
    line-height: 50px !important;
    font-weight: 300;
    text-transform: uppercase;
}

.gift-container {
    margin-top: 60px;
}

.gift-container .gift-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 40% 25px 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    min-height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 30px;
}

.gift-container .gift-box p {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gift-container .gift-box span small {
    font-size: 16px;
    line-height: 22px;
    color: #00A6D6;
    font-weight: 500;
}

@media (max-width: 992px) {
    .roll-top {
        right: 15px !important;
        bottom: 15px !important;
    }

    .roll-top img {
        width: 20px !important;
        height: 20px !important;
    }

    .gift-container .gift-box {
        padding: 25px 30% 25px 25px;
        margin: 0 auto 30px auto;
        max-width: 500px;
    }
}


@media (max-width: 768px) {
    .gift-container .gift-box p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .col-md-5.product-gallery{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .gift-container .gift-box {
        padding: 25px 50% 25px 25px;
    }
}



.info-box {
    display: flex;
    align-items: center;
    background: #F3FBFD;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
}

.info-box p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
}

.info-box .question-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00A6D6;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 40px;
    position: relative;
}

.info-box .question-mark span.arrow {
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #00A6D6;
    border-bottom: 8px solid transparent;
}

.info-box .question-mark svg {
    width: 30px;
    height: 30px;
}

.container-maxed {
    max-width: 1920px;
}

@media (min-width: 591px) {
    #tabs2 {
        display: none !important;
    }
}

@media (max-width: 591px) {
    #tabs1 {
        display: none !important;
    }
}

/* Tabs */
.tab-nav {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    margin-right: -15px;
}

.tab-number {
    font-size: 60px;
    font-weight: 700;
}

.tab-contents {
    padding-top: 50px;
}

.tab-number {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.tab-nav .tab-link {
    display: inline-block;
    position: relative;
    width: calc(100%/6 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px;
    text-decoration: none;
}

.tab-nav .tab-link.is-active .indicator {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -57px;
    left: 0;
    background: #38BDE3;
}

.tab-nav .tab-link.is-active .indicator:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #38BDE3;
}

.tab-content .indicator_number {
    line-height: 100px;
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 200px;
    font-weight: 700;
    color: rgba(56, 189, 227, 0.5);
}

.tab-nav .tab-link .tab-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

.tab-nav .tab-link.is-active {
    font-weight: bold;
}

.tab-nav .tab-link.is-active .tab-number {
    color: #fff;
}

.tab-nav .tab-link:not(.is-active):hover .tab-number {
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

.tab-nav .tab-link:not(.is-active) .tab-number {
    color: rgba(255, 255, 255, 0.45);
}

.tab-content {
    display: none;
}

.tab-content h1,
.tab-content h2,
.tab-content h3 {
    margin-top: 0 !important;
    font-weight: 300;
}

.tab-content h4 {
    margin-bottom: 35px;
}

.tab-content p {
    font-size: 14px;
    line-height: 20px;
}

.tab-content.is-active {
    display: block;
    padding: 10px 50px;
}

.play_button img {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 50px;
    right: 15%;
    cursor: pointer;
}

iframe {
    display: block;
}

#homepage_video {
    position: relative;
    margin-right: -15px;
}

#homepage_video.active img {
    display: none;
}

#homepage_video img#cover_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hp_cta p,
#hp_cta a,
#hp_cta h1,
#hp_cta h2,
#hp_cta h3 {
    color: #fff !important;
}

img {
    max-width: 100%;
}

.text-primary {
    color: #38BDE3 !important;
}

.bg-primary {
    background: #38BDE3 !important;
}

.mx-auto {
    margin: 0 auto;
    float: unset !important;
}

.stripe {
    padding: 100px 0;
}

.banner_content {
    padding: 100px 0;
}

@media (min-width: 1200px) {
    .tab-nav .tab-link:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1700px) {
    .tab-nav {
        flex-wrap: wrap;
    }

    .tab-nav .tab-link {
        width: calc(100% / 3 - 15px) !important;
    }
}

@media (max-width: 1300px) {
    .tab-nav {
        border: none !important;
        margin-bottom: 0;
    }

    .tab-nav .tab-link.is-active .indicator:after {
        content: unset;
        display: none;
    }

    .banner_content {
        padding: 50px 0;
    }

    #homepage_video {
        margin-right: 0;
    }

    #homepage_banner .left_content,
    #homepage_banner .right_content {
        width: 100%
    }

    #homepage_banner .left_content {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }

    #homepage_banner .right_content {
        max-width: 800px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .tab-nav .tab-link.is-active .indicator {
        display: none !important;
    }

    #services_hp {
        padding: 50px 0 0 0 !important;
    }

    #homepage #telling {
        padding-bottom: 0 !important;
    }

    #ctaContainer {
        padding: 50px 20px !important
    }

    #homepage_banner .left_content {
        max-width: 600px;
    }

    .tab-content img {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .tab-nav .tab-link {
        width: calc(100% / 2 - 15px) !important;
    }
}

@media (max-width: 768px) {
    .tab-content .indicator_number {
        top: -30px;
        left: 0;
        font-size: 100px;
    }

    #homepage_video {
        max-height: 500px;
    }

    #homepage_video iframe {
        height: 500px;
    }

    .tab-content.is-active {
        padding: 10px 25px;
    }
}

@media (max-width: 591px) {
    .tab-nav .tab-link {
        width: 100% !important;
    }

    #homepage_video {
        max-height: 400px;
    }

    #homepage_video iframe {
        height: 400px;
    }

    .counter_images {
        margin-bottom: -50px;
    }

    .counter_images>li {
        margin-bottom: 50px;
    }

    .kde_jsme_top {
        background-position: right !important;
    }
}

@media (max-width: 480px) {
    #homepage_video {
        max-height: 300px;
    }

    #homepage_video iframe {
        height: 300px;
    }
}

.btn-primary-filled {
    color: #fff !important;
    background: #38BDE3 !important;
    border-color: #38BDE3 !important;
    transition: .3s;
    -webkit-transition: .3s;
}

.btn-primary-filled:hover {
    background: #337AB7 !important;
    border-color: #337AB7 !important;
}

#homepage h2 {
    font-size: 35px;
    color: #38BDE3;
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    #contactform_section {
        padding: 50px 0 !important;
    }

    #contact_section {
        padding: 50px 0 !important;
    }
}

.wpcf7-form-control:focus,
.wpcf7-form-control.active-control {
    background: rgba(0, 166, 214, 0.2);
    border-color: #000;
    color: #000;
}

.grecaptcha-badge {
    display: none !important;
}

#sfm-mob-navbar {
    box-shadow: 0 3px 10px rgb(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 10px rgb(0, 0, 0, 0.16);
}

#sfm-sidebar .sfm-view .sfm-menu {
    min-height: auto !important;
}

.w-100 {
    width: 100%;
}

.mb-2 {
    margin-bottom: 1rem;
}

.math-container label {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex;
}

.flex-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-end {
    justify-content: end;
}

.flex-column {
    flex-direction: column;
}

form label {
    width: 100%;
}

.form-group {
    margin-bottom: 1.26rem;
}

.wpcf7-quiz {
    width: 100%;
}

.skener-title {
    color: #fff;
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 30px;
}

.skener-contacts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.skener-contacts ul {
    list-style: none;
    padding-left: 0;
}

.skener-contacts>li>ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.skener-contacts>li>ul>li:not(:last-of-type):after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

.skener-contacts li,
.skener-contacts li a {
    color: #fff;
    font-size: 18px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    margin-left: 8px;
}

.form-control,
.wpcf7-quiz {
    font-size: 16px;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    color: rgba(33, 33, 33, 0.4);
    border-color: rgba(33, 33, 33, 0.4);
    border: 1px solid;
    padding: 0 20px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
}

.form-control::placeholder {
    color: rgb(112, 112, 112);
}

.form-control:focus {
    outline: none;
    box-shadow: unset;
}

textarea {
    color: rgba(33, 33, 33, 0.4);
    border-color: rgba(33, 33, 33, 0.4);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    resize: none;
}

.wpcf7 .ajax-loader {
    position: absolute !important;
    left: 0;
    top: 15px;
}

.wpcf7-not-valid {
    color: #FF1D63;
    border-color: #FF1D63;
}

.wpcf7-not-valid::placeholder {
    color: #FF1D63;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #FF1D63 !important;
    border-color: #FF1D63 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0;
    font-size: 14px;
}

.classic-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    height: 40px;
    border: 1px solid;
    border-radius: 999px;
    padding: 0 25px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none !important;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16);*/
    /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);*/
}

.classic-button.classic-blue:not(:disabled) {
    color: #337ab7;
    border-color: #337ab7;
    background-color: #fff;
}

.classic-button.classic-blue:disabled {
    opacity: 0.5;
    color: #337ab7;
    border-color: #337ab7;
    background-color: #fff;
}

.classic-button.classic-blue:not(:disabled):hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.wpcf7-acceptance input {
    position: absolute;
    left: 0;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    height: 40px;
    border: 1px solid;
    border-radius: 999px;
    padding: 0 25px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none !important;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16);*/
    /*-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);*/
}

.cta-button:not(.cta-blue):not(.cta-white) {
    color: #000;
    border-color: #000;
    background-color: #fff;
}

.cta-button:not(.cta-blue):not(.cta-white):hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.cta-button.cta-white {
    color: #fff;
    border-color: #fff;
    background-color: #00a6d6;
}

.cta-button.cta-white:hover {
    color: #00a6d6;
    background-color: #fff;
    border-color: #fff
}

.cta-button.cta-blue {
    color: #337ab7;
    border-color: #337ab7;
    background-color: #fff;
}

.cta-button.cta-blue:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

#sfm-sidebar .sfm-back-parent {
    color: #fff !important;
    background: #00a6d6 !important;
}

.cta-button.cta-blue:hover svg path {
    fill: #fff;
}

@media only screen and (max-width: 1600px) {
    .sticky-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .row-center-not-desktop {
        margin: 0 auto;
        float: unset !important;
    }

    .skener-contacts {
        flex-direction: row;
        justify-content: center;
    }

    .skener-contacts>li>ul {
        flex-direction: column;
    }

    .skener-contacts>li>ul>li:not(:last-of-type):after {
        content: unset;
        display: none;
    }

    .skener-contacts>li>ul>li:not(:last-of-type) {
        margin-right: 30px;
    }

    .wpcf7-quiz {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .mainMenu {
        display: block !important;
    }

    .skener-title {
        font-size: 26px;
        line-height: 36px;
    }

    header .logo img {
        max-width: 100%;
        height: auto;
    }

    .client-zone-main {
        padding-bottom: 20px !important;
    }

    .contact-info {
        margin-bottom: 25px !important;
    }

    .m-md-center {
        margin: auto !important;
    }

    .flex-md-column {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .justify-sm-center {
        justify-content: center !important;
    }
}

.ml-auto {
    margin-left: auto;
}

.mr-2 {
    margin-right: 1rem;
}

#website_popup {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

#website_popup .price {
    white-space: nowrap;
}

#website_popup .popup_inner_container {
    position: relative;
    background-color: #fff;
    background-image: url(images/bg_popup.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 768px;
    padding: 40px 15%;
    margin: 0 5%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#website_popup .popup_img_exocad {
    width: 200px;
    position: absolute;
    top: -30px;
    left: -100px;
}

#website_popup .popup_expiration {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media only screen and (max-width: 768px) {
    #website_popup .popup_inner_container {
        padding: 70px 10%;
    }

    #website_popup .popup_img_exocad {
        width: 150px;
        top: -75px;
        left: 0;
    }

    #website_popup .popup_expiration {
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
}

#website_popup .popup_content h2 {
    font-weight: 300;
}

#website_popup .popup_content p {
    font-size: 20px;
}

#website_popup .popup_images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 30px auto;
}

#website_popup .popup_ampersand {
    margin: 0 20px;
    font-size: 25px;
}

#website_popup .popup_images img {
    height: auto;
    max-width: 100px;
}

#website_popup .samohyl_logo {
    height: 45px;
    position: absolute;
    right: 10%;
    bottom: 15%;
}

#website_popup .popup_inner_container span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 15px;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
}

#website_popup .popup_inner_container span.close svg {
    width: 20px;
    height: 20px;
}

#website_popup .btn-primary {
    color: #fff !important;
    background: #00a6d6 !important;
}

#website_popup .btn-primary:hover {
    color: #00a6d6 !important;
    background: transparent !important;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
}

@font-face {
    font-family: fa1;
    src: url(./fonts/Font-Awesome-5-Brands-Regular-400.otf);
}

@font-face {
    font-family: fa2;
    src: url(./fonts/Font-Awesome-5-Free-Regular-400.otf);
}

@font-face {
    font-family: fa3;
    src: url(./fonts/Font-Awesome-5-Free-Solid-900.otf);
}

.ff-stream {
    background: #fff !important;
}

.counter_images {
    display: flex;
    margin-right: -30px;
    padding-left: 0;
    margin-bottom: 0;
}

.counter_images>li {
    position: relative;
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    list-style: none;
}

.counter_images>li>p {
    font-size: 20px;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 25px;
}

.counter_images>li:before {
    content: '';
    display: block;
    position: absolute;
    width: 78px;
    height: 90px;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(/wp-content/themes/microdent/symbol.png);
    background-size: cover;
}

.counter_images>li h3 {
    font-size: 20px;
    color: #00a6d6;
    font-weight: 500;
}

.counter_images>li h3 .number_counter {
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
    .counter_images>li:before {
        width: 60px;
        height: 70px;
    }

    .counter_images {
        margin-top: 20px;
    }

    .counter_images>li h3 {
        font-size: 20px;
    }

    .counter_images>li>p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 591px) {
    .counter_images {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 50px 0;
    }

    .counter_images>li {
        width: 100%;
        margin-right: 0 !important;
    }
}

.navbar-right {
    float: right;
    margin-right: 0;
}

.navbar-header {
    float: right;
}

p {
    font-size: 16px;
    // color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}

#archiv-novinek .col-md-3 {
    min-height: 450px;
}

.verejnost_listh2 {
    font-size: 35px !important;
    padding-top: 25px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.over_verejnost_text h3 {
    font-size: 20px !important;
}

.over_verejnost_text ul {
    margin-top: 0 !important;
    padding-bottom: 20px !important;

}

.over_verejnost_text p {
    margin-bottom: 20px !important;
}

#blog_aktuality .col-md-4 {
    margin-bottom: 20px;
    min-height: 520px;
}

#blog_aktuality .news_img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    max-height: 230px;
    object-fit: cover;
}

.valign {
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: column;
}

#vyroba_list .container {
    display: flex;
}

@media (min-width: 992px) {
    #vyroba_list .container {
        align-items: center;
    }
}

#vyroba_list .product-info p {
    margin-bottom: 10px !important;
}


.pruh1 {
    background: url(./images/pruh1.jpg);
    max-width: 100%;
    width: 100%;
    height: 118px;
    background-position: center center;
    margin-bottom: 25px;
    margin-top: -20px;
}

.pruh2 {
    background: url(./images/pruh2.jpg);
    max-width: 100%;
    width: 100%;
    height: 234px;
    background-position: center center;
    display: none;
    margin-bottom: 25px;
    margin-top: -20px;
}

.pruh3 {
    background: url(./images/pruh3.jpg);
    max-width: 100%;
    width: 100%;
    height: 330px;
    background-position: center center;
    display: none;
    background-size: cover;
    margin-bottom: 25px;
    margin-top: -20px;
}

@media screen and (max-width: 1080px) {
    .pruh1 {
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width: 1024px) {
    .pruh2 {
        display: block;
    }

    .pruh1 {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .pruh2 {
        display: none;
    }

    .pruh3 {
        display: block;
    }

}

#vyroba_list .doprava_logo {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 7px;
}

#vyroba_list .over_logo_doprava {
    height: 50px;
    float: left;
    display: block;
}

#vyroba_list .product-left ul li {
    list-style-type: none;
}

#vyroba_list .workflow-right .product-image {
    float: left !important;
}

#vyroba_list .workflow-right .product-image img {
    position: relative;
    left: -397px;
}

#vyroba_list .workflow-left .product-image img {
    position: relative;
    right: -24px;
}

#text_vyroba {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 80px;
}

textarea.form-control {
    height: auto;
    max-height: 100px !important;
}

.detail_title {
    font-size: 58px;
    font-weight: 300;
    color: #00a6d6;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 58px;
    clear: both;
    padding-left: 15px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .detail_title {
        font-size: 58px;
        line-height: 58px;
    }
}

#sortiment-vyrobku-2 {
    display: none !important;
}

p.address-content {
    min-height: 4.5em;
}

.widgetizedArea {
    width: 65px;
    margin: 0px auto;
    display: block;
}

.wpml-ls-legacy-dropdown li span {
    font-weight: 500;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    font-family: "fa3";
    font-weight: 900 !important;
    text-rendering: optimizeLegibility;
    color: #acdcf0;
    content: '\f063';
    vertical-align: middle;
    display: inline-block;
    border: 0px;
    border-top: 0px;
    position: absolute;
    right: 10px;
    top: 6px;
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 20;
    display: none;
    height: 66px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 99999;
}

.sticky-menu .search-form {
    z-index: 3;
    position: relative;
    margin: 9px 0 8px;
}

.dropdown-menu {
    background: rgba(0, 166, 214, 0.7);
    border: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    color: white;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00a6d6c2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 11px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
    outline: 0;
    font-weight: 600;
}

.dropdown-menu>.no_active a {
    text-decoration: none !important;
    font-weight: 400;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-right .dropdown-menu {
    right: -40px;
    left: auto;
}

#menu-main-menu {
    z-index: 1;
}

#menu-main-menu li:hover>ul {
    display: block;
    /* show sub menus when hovering over a parent */
}

#bs-example-navbar-collapse-2 li:hover>ul {
    display: block;
    /* show sub menus when hovering over a parent */
}

.sticky-menu .logo {
    margin-top: 3px;
    z-index: 3;
    position: relative;
}

.sticky-menu .logo img {
    max-width: 158px;
    height: auto;
}

.sticky-menu .logo a.mobile img {
    display: none;
}

.sticky-menu .menu-center {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    text-align: center;
}

.sticky-menu .menu-center .navbar-nav {
    float: right;
}

.sticky-menu .nav>li>a {
    padding: 22px 0 21px;
    font-size: 14px;
    color: #000000;
    border-bottom: 3px transparent solid;
}

.sticky-menu .nav>li {
    padding: 0 15px;
}

.sticky-menu .navbar-nav>.active>a,
.sticky-menu .navbar-nav>.active>a:focus,
.sticky-menu .navbar-nav>.active>a:hover {
    border-bottom: 3px #00a6d6 solid;
    background: #fff;
    font-weight: 600;
}

.search-formular {
    position: relative;
    display: none;
}

.search-formular.active {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.search-formular button {
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.search-formular input {
    border: 1px #00a6d6 solid;
    width: 220px;
    height: 50px;
    border-radius: 35px;
    padding: 15px 65px 15px 15px;
    outline: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.navbar-header .vip-zone {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 999px;
    background-color: #00a6d6;
    padding: 0 25px;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
}

.navbar-header .vip-zone:hover {
    text-decoration: none;
}

.client-zone {
    color: #00a6d6;
    margin-bottom: 20px;
}

.client-zone span {
    margin-right: 10px;
}

.client-zone span svg {
    width: 20px;
    height: 20px;
}

.head_soc {
    font-size: 22px;
    color: #acdcf0;
    position: relative;
    top: 6px;
}

.navbar-header .vip-zone:hover,
.navbar-header .vip-zone:focus {
    background: #fff;
    color: #00a6d6;
}

.navbar-header .vip-zone span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.navbar-header .vip-zone span img {
    vertical-align: baseline;
}

.single-product-container ul li {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
}

.single-product-container ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 9px;
    background: #00a6d6;
    width: 5px;
    height: 5px;
    border-radius: 50% 50%;
}

.product-info ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 9px;
    background: #00a6d6;
    width: 5px;
    height: 5px;
    border-radius: 50% 50%;
}

.product-info ul {
    margin-top: 30px;
    padding-left: 22px;
    list-style: none;
}

.product-info ul li {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
}

.single-product-container ul {
    margin-top: 0;
    padding-left: 21px;
    list-style: none;
    margin-bottom: 0;
}

.page-navigation .list-inline {
    padding-left: 0px !important;
}

.download .download-title h4 {
    border-bottom: 1px #00a6d6 solid;
    color: #00a6d6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}

.download .download-title h4::after {
    content: '';
    background: url('images/ikonka_stazeni.png') no-repeat center center;
    width: 22px;
    height: 20px;
    display: block;
    float: right;
    margin-top: -4px;
}

.download {
    margin-top: 40px;
    display: block;
    clear:both;

}

div#wpgs-gallery {
    max-width: 100%!important;
}

.download .download-list a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-left: 25px;
}

.download .download-list {
    margin-top: 25px;
}

.download .download-list li {
    list-style: none;
    margin-bottom: 20px;
}

.download .download-list li::before {
    content: '';
    background: url(images/ikona_pdf.png) no-repeat center center;
    display: block;
    height: 32px;
    width: 30px;
    float: left;
    border-radius: 1px;
    top: 50%;
    transform: translateY(-50%);
}

b {
    font-weight: 600;
}

.contact-info {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-info li {
    padding-left: 20px;
    padding-right: 0;
}

.contact-info li.social a {
    margin-right: 22px;
}

.contact-info li.social a:last-child {
    margin-right: 0;
}

.contact-info li:last-child::after {
    content: unset;
    display: none;
}

.contact-info li::after {
    border-right: 1px #d3d3d3 solid;
    height: 22px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-left: 25px;
}

.contact-info li span {
    margin-right: 10px;
}

.navbar {
    min-height: 61px;
}

.navbar-default {
    background: #00a6d6;
    border: 0;
    border-radius: 1px;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px transparent solid;
}

.navbar-nav>li {
    padding: 16px 20px;
}

.nav>li>a {
    padding: 3px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px #fff solid;
}

.about {
    background: no-repeat right top;
    background-size: cover;
    padding: 75px 0;
}

.about h1 {
    font-size: 58px;
    color: #00a6d6;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.about h1 b {
    font-weight: 300;
    text-transform: uppercase;
}

.about h1::after {
    background: #00a6d6;
    width: 111px;
    height: 3px;
    content: '';
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
}

.about p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    width: 50%;
    margin-bottom: 35px;
}

.btn {
    font-size: 16px;
    color: #00a6d6;
    font-weight: normal;
    border: 1px solid #00a6d6;
    background: transparent;
    border-radius: 45px;
    padding: 13px 39px;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
    background: #00a6d6;
    border: 1px solid #00a6d6;
}

.aktuality .category-boxes {
    margin-top: -20px;
}

.aktuality .category-boxes .box span {
    background: no-repeat left center;
    width: 59px;
    height: 60px;
    display: block;
}


.aktuality .category-boxes .pro-ordinace .box-content span {
    background-image: url('images/proordinace_ikona.png');
}

.aktuality .category-boxes .pro-ordinace:hover .box-content span {
    background-image: url('images/hover/proordinace_ikona.png');
}

.aktuality .category-boxes .pro-laborator .box-content span {
    background-image: url('images/laborator_ikona.png');
}

.aktuality .category-boxes .pro-laborator:hover .box-content span {
    background-image: url('images/hover/laborator_ikona.png');
}

.aktuality .category-boxes .frezovani .box-content span {
    background-image: url('images/frezovani_ikona.png');
}

.aktuality .category-boxes .frezovani:hover .box-content span {
    background-image: url('images/hover/frezovani_ikona.png');
}

.aktuality .category-boxes .tisk .box-content span {
    background-image: url('images/3dtisk_ikona.png');
}

.aktuality .category-boxes .tisk:hover .box-content span {
    background-image: url('images/hover/3dtisk_ikona.png');
}

.aktuality .category-boxes .box {
    padding: 0;
    position: relative;
    background: #00a6d6;
    width: 48%;
    margin: 1%;
}

.o-nas-content {
    padding: 100px 0;
}

.who-we-are img {
    max-width: 100%;
}

@media screen and (max-width: 1800px) {
    .who-we-are-photo img {
        object-fit: contain;
        max-height: 801px;
        object-fit: cover;
        max-height: 550px !important;
        top: 107px;
        position: relative;
    }
}

@media screen and (max-width: 1600px) {
    .who-we-are-photo img {
        object-fit: cover;
        max-height: 499px !important;
        top: 154px;
        position: relative;
    }

    .o-nas-content {
        padding: 50px 0 !important;
    }

    .who-we-are p {
        font-size: 13px !important;
    }

    .who-we-are h2 {
        font-size: 35px !important;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200px) {
    .who-we-are p {
        font-size: 15px !important;
    }

    .who-we-are h2 {
        font-size: 35px !important;
        text-transform: uppercase;
    }

    .who-we-are-photo img {
        object-fit: cover;
        max-height: 420px !important;
        top: 0px !important;
        position: relative;
        margin: 0px auto;
        display: block;
    }

    .who-we-are-photo {
        width: 100%;
        padding-bottom: 250px;
    }

    .who-we-are {
        width: 100%;
        padding-bottom: 0;
    }

    .who-we-are .col-md-5 {
        width: 100%;
    }
}

@media (min-width: 992px) {


    .aktuality .category-boxes .box {
        width: 23%;
        margin: 0 1%;
    }

    .postid-73 .open-popup-link.zaujem.btn.btn-primary.arrow-right {
        position: relative;
        left: 90%;
        transform: translateX(-50%);
    }
}

.aktuality .category-boxes .box:hover {
    background: #ceeefc;
}

.aktuality .category-boxes .box .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.aktuality .category-boxes .box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}

.aktuality .category-boxes .box:hover h3 {
    color: #000;
}

.aktuality .category-boxes .box h3::after {
    content: '';
    background: url('images/sipka.png') no-repeat right center;
    float: right;
    width: 51px;
    height: 29px;
}

.article-list {
    padding: 50px 0 100px;
}

.single-pro_verejnost .digital_workflow {
    margin-top: 50px;
}

.article-list .title-row {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.article-list .title-row .archive {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 300;
}

.article-list h2 {
    font-size: 35px;
    color: #00a6d6;
    text-transform: uppercase;
    margin: 0;
    float: left;
    font-weight: 300;
}

.article-list .articles article span {
    font-size: 14px;
    color: #acdcf0;
    font-weight: 300;
}

.article-list .articles article h3 {
    font-size: 20px;
    color: #00a6d6;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
    min-height: 56px;
}

.article-list .articles article a
{
    text-decoration: none;
}
.article-list .articles article p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    min-height: 132px;
}

.article-list .articles article .btn {
    padding: 10px 29px;
}


.main-contact h2 {
    color: #00a6d6;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
}

.zamestnanci-contact h2 {
    color: #00a6d6;
    font-size: 35px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 60px 0 30px 0;
    text-transform: uppercase;
}

.zamestnanci-contact .col-md-4 {
    padding: 0 15px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.main-contact h3 {
    font-size: 20px;
    color: #1d1d1b;
    font-weight: 500;
    margin-bottom: 20px;
}

.media .media-body,
.media-left,
.media-right {
    vertical-align: middle;
    min-width: 100px;
}

.zamestnanci-contact .clearfix {
    padding-bottom: 50px;
}

.zamestnanci-contact .media {
    margin-bottom: 30px;
}

.zamestnanci-contact h4 {
    color: #00a6d6;
    font-weight: bold;
    margin-bottom: 30px;
}

.main-contact span,
.zamestnanci-contact span {
    font-size: 16px;
    color: #1d1d1b;
    line-height: 21px;
    display: block;
}

/*.zamestnanci-contact br {*/
/*    display: none;*/
/*}*/

.main-contact span.blue,
.zamestnanci-contact span.blue {
    color: #00a6d6;
    font-weight: 600;
}

.main-contact small {
    font-size: 12px;
}

.scanner {
    padding: 100px 0;
    // background: url(./images/pattern3.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.scanner h2 {
    font-size: 35px;
    color: #00a6d6;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.scanner span {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.scanner p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 35px 0;
}

.scanner p b {
    font-weight: 600;
}

.who-we-are {
    // background: url(./images/pattern4.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.who-we-are h2 {
    font-size: 35px;
    line-height: 50px;
    color: #00a6d6;
    margin-bottom: 40px;
    margin-top: 100px;
    font-weight: 300;
    text-transform: uppercase;
}

.who-we-are p {
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.who-we-are p b {
    font-weight: 600;
}

.who-we-are .counters {
    margin-top: 15px;
    margin-bottom: 35px;
}

.who-we-are .counters .counter {
    text-align: center;
}

.who-we-are .counters .counter span {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    line-height: 13px;
    margin-bottom: 20px;
}

.who-we-are .counters .counter span b {
    font-weight: 600;
    display: block;
}

.who-we-are-video{
    max-width: 100%;
    margin-bottom: 2rem;
}

.video {
    background: #2c2d2f url('images/video_bg.jpg') no-repeat top right;
    margin-top: 20px;
}

.video .play-button {
    float: left;
    background: #00a6d6;
    width: 119px;
    height: 119px;
}

.video .play-button .play-video {
    padding: 14px;
    display: inline-block;
}

.video span {
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin: 42px 0 42px 50px;
}

.video span b {
    font-weight: 600;
}

.video>a {
    float: left;
    margin: 34px 0 34px 50px;
}

.telling {
    background: #f1f1f1;
}

.telling,
.attributes {
    position: relative;
    background: #f1f1f1 url(./images/rikaji_o_nas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.telling::before,
.attributes::before {
    content: '';
    /*background: transparent url('images/gray_bg_left.png') no-repeat left bottom;*/
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    display: block;
    left: 0;
    bottom: 0;
}

.telling::after,
.attributes::after {
    content: '';
    /*background: transparent url('images/gray_bg_right.png') no-repeat right bottom;*/
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    bottom: 0;
}

.telling>.container,
.attributes>.container {
    position: relative;
    z-index: 2;
}

#microdent-logo svg {
    height: 130px;
    width: 338px;
}

h1.h1_img_microdent {
    font-size: 10px;
    background: url('https://www.microdent.cz/wp-content/themes/microdent/images/logo.svg');
    background-repeat: no-repeat center center;
    width: 338px;
    height: 130px;
}

h1.h1_img_microdent span {
    visibility: hidden;
}

a.a_img_microdent:link,
a.a_img_microdent:visited {
    display: block;
    width: 338px;
    height: 130px;
}


.telling h2 {
    font-size: 35px;
    color: #38BDE3;
    font-weight: 300;
    margin: 75px 0 100px;
    text-transform: uppercase;
}

.telling .telling-slider .telling-box:hover .box-container {
    border-color: #337AB7;
}

.telling .telling-slider .telling-box .box-container {
    border-bottom: 4px #00a6d6 solid;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    padding-top: 150px;
}

.telling .telling-slider .telling-box {
    margin: 0 10px;
}

.telling .telling-slider .telling-box .logo {
    border-radius: 100%;
    border: 6px solid #f1f1f1;
    overflow: hidden;
    text-align: center;
    width: 205px;
    height: 205px;
    margin: 0 auto;
    margin-bottom: -125px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.telling .telling-slider .telling-box .logo img {
    /*border-radius: 100%;*/
    max-width: 50%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.telling .telling-slider .telling-box .title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}

.telling .telling-slider .telling-box .name {
    color: #38BDE3;
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
    width: 100%;
    text-align: center;
}

.telling .telling-slider .telling-box .hr {
    border-bottom: 1px #b6e0f2 solid;
    position: relative;
    margin: 50px 0;
}

.telling .telling-slider .telling-box .hr::after {
    content: '';
    background: #fff url(images/uvodzovky.png) no-repeat center center;
    width: auto;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 45px;
}

.telling .telling-slider .telling-box p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    min-height: 180px;
}

.telling .container {
    padding-bottom: 50px !important;
}

.owl-carousel .owl-nav .owl-next {
    background: url('images/right.png') no-repeat center center;
    width: 37px;
    height: 71px;
    position: absolute;
    right: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999999px;
}

.owl-carousel .owl-nav .owl-next:hover {
    background: url('images/right_hover.png') no-repeat center center;
}

.owl-carousel .owl-nav .owl-prev {
    background: url('images/left.png') no-repeat center center;
    width: 37px;
    height: 71px;
    position: absolute;
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999999px;
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: url('images/left_hover.png') no-repeat center center;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 50px 0 75px
}

.owl-carousel .owl-dot {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: #c8c8c8;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-carousel .owl-dot.active {
    background: #00a6d6;
}

.header-blue {
    background: #00a6d6;
    padding: 75px 0;
}

.header-blue h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.header-blue h2::after {
    content: '';
    height: 3px;
    width: 111px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    text-transform: uppercase;
}

.header-blue p {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 55px;
    width: 75%;
    margin: 0 auto;
}

.header-blue a.termin {
    font-size: 16px;
    text-transform: uppercase;
    color: #acdcf0;
    font-weight: normal;
    text-decoration: none;
}

.header-blue a.termin span::before {
    content: '';
    background: url('images/arrow-down.png') no-repeat center center;
    display: block;
    width: 13px;
    height: 15px;
    margin: 0 auto;
    margin-top: 10px;
}

.header-blue a.termin-skoleni {
    font-size: 16px;
    text-transform: uppercase;
    color: #acdcf0;
    font-weight: normal;
    text-decoration: none;
}

.header-blue a.termin-skoleni span::before {
    content: '';
    background: url('images/arrow-down.png') no-repeat center center;
    display: block;
    width: 13px;
    height: 15px;
    margin: 0 auto;
    margin-top: 10px;
}

.page-header {
    padding: 82px 0 0px;
    border-bottom: 0;
    background-size: cover;
    margin: 0;
}

.page-header h1 {
    font-size: 58px;
    line-height: 66px;
    color: #00a6d6;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-navigation {
    padding: 20px 0 10px;
}

.single-product-container .page-navigation {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 10px;
}

.single-product-container .page-navigation ul li {
    float: left;
}

.single-product-container .zaujem {
    margin-top: 35px;
}
.single-product-container iframe {
    max-width:100%;
}

.page-navigation ul {
    text-align: center;
    margin-left: 0;
}

.page-navigation ul li::before {
    content: none;
}

.page-navigation ul li {
    padding: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.page-navigation ul li a {
    border-radius: 35px;
    background: #fff;
    border: 1px #00a6d6 solid;
    font-size: 18px;
    text-transform: uppercase;
    color: #00a6d6;
    font-weight: normal;
    padding: 10px 22px;
    display: inline-block;
}

.page-navigation ul li a:hover {
    background: #00a6d6;
    color: #fff;
    text-decoration: none;
}
/* Styly pro akční cenu */
.subtitle.action-price::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 60px;
    background-image: url(https://microdent.tvorba-stranek.org/wp-content/uploads/2024/10/akcni-cena.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
h2.head.action-price:after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 60px;
    background-image: url(https://microdent.tvorba-stranek.org/wp-content/uploads/2024/10/akcni-cena.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
	margin-left: 20px;
}
@media (max-width: 650px) {
    h2.head.action-price:after {
        width: 130px;
        height: 40px;
        margin-left: 5px;
    }
}


@media (max-width: 992px) {
    .product-image {
        order: -1 !important;
    }
}

.product-left {
    // background: #fff url('images/pattern5.png') no-repeat left bottom;
}

.product-right {
    //  background: #fff url('images/pattern6.png') no-repeat right bottom;
}

.workflow-left {
    //  background: #fff url('images/pattern5.png') no-repeat left bottom;
}

.workflow-right {
    //  background: #fff url('images/pattern6.png') no-repeat right bottom;
}

.digital_workflow img {
    display: block;
    max-width: fit-content;
    height: auto;
}

.digital_workflow h2 {
    font-size: 35px;
    font-weight: 300;
    color: #00a6d6;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 35px;
    clear: both;
    text-transform: uppercase;
}

.digital_workflow p {
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
    margin-bottom: 50px;
}


.digitalni_stomatologie .page-header {
    border-bottom: 0;
    background-size: cover;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.digitalni_stomatologie .over_section {
    // background: #fff url('images/pattern_two.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.digitalni_stomatologie .over_section h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    color: #00a6d6;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.digitalni_stomatologie .over_section ul {
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}

.digitalni_stomatologie .over_section ul li {
    font-size: 16px;
    color: #00a6d6;
    list-style-type: none !important;
}

.digitalni_stomatologie .over_section ul li:before {
    content: "+";
    position: relative !important;
    left: -10px !important;
    display: inline-block !important;
    top: 1px !important;
    background: transparent !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: unset !important;
}

.digitalni_stomatologie .over_section .img1 {
    margin: 0px auto;
    display: block;
    margin-top: 5px;
}

.digitalni_stomatologie .over_section .img2 {
    margin-top: 20px;
}

.digitalni_stomatologie .over_section .parag1 p {
    font-size: 16px;
}

.digitalni_stomatologie .over_section .parag2 .floated_right {
}

.digitalni_stomatologie .container_stoma {
    width: 1050px;
}

.product-button {
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #00a6d6;
    border-radius: 45px;
    padding: 13px 39px;
    text-transform: uppercase;
    color: white;
    background: #00a6d6;
    padding-right: 20px;
    margin-top: 20px;
    display: block;
    width: 275px;
}

.ico_button {
    color: white;
    margin-left: 35px;
}

.product-left,
.product-right {
    padding: 35px 75px;
}

.product-left:first-of-type {
    padding: 0px 0 !important;
}


.product-left .product-image {
    float: right;
}

.product-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #00a6d6;
    margin-bottom: 25px;
    margin-top: 0;
}

.product-info p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.product-gallery .main-image,
.product-gallery .gallery .image {
    border: 1px #e6e6e6 solid;
}

.product-gallery .main-image {
    margin-bottom: 15px;
}

.vyukove-videa {
    background: #e0f2f9;
    padding-bottom: 50px;
}

.vyukove-videa h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 75px 0;
}

.vyukove-videa .videa-list article {
    margin-bottom: 50px;
}

.vyukove-videa .videa-list article h4 {
    color: #00a6d6;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.vyukove-videa .videa-list article p {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.vyukove-videa .videa-list article a {
    font-size: 14px;
    padding: 9px 25px;
}

.vyukove-videa .videa-list article .media-left {
    padding-right: 30px;
}

.page-template-o-nas .aktuality .title-row {
    border: 0;
    margin-bottom: 40px;
}

.page-template-o-nas .aktuality,
.page-template-o-nas .aktuality .article-list {
    background: #f0f9fc;
}

.page-template-o-nas .article-list h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 50px;
    float: none;
    text-align: center;
    text-transform: capitalize;
}

.aktuality .show-old-articles {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.centrum {
    background: #f0f9fc;
    padding-bottom: 50px;
}

.centrum h4 {
    color: #000;
    font-size: 26px;
    font-weight: normal;
    margin: 50px 0;
    display: block;
    text-align: center;
}

.attributes {
    background: #f0f9fc;
}

.attributes h4 {
    color: #000;
    font-size: 26px;
    font-weight: normal;
    margin: 50px 0;
    display: block;
    text-align: center;
}

.product-section {
    padding: 75px 0;
}

.product-section h1 {
    font-size: 58px;
    line-height: 66px;
    font-weight: 300;
    color: #00a6d6;
    margin-bottom: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.table>tbody>tr:first-child>td {
    border-top: 0;
}

.table>tbody>tr:last-child>td {
    border-bottom: 0;
}

.table>tbody>tr>td:first-child {
    font-size: 16px;
    color: #00a6d6;
    font-weight: 600;
    text-transform: uppercase;
    width: 33.3%;
    padding-left: 0;
    vertical-align: middle;
}

.table>tbody>tr>td:last-child {
    padding-right: 0;
}

.table>tbody>tr>td {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 28px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 12px 20px;
}

#jobs .panel-group .collapsed {
    background: #f0f9fc;
    color: #00a6d6;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 30px;
    display: block;
    width: 100%;
    background: #00a6d6;
    border-radius: 35px;
    cursor: pointer;
}

.jobs h2 {
    font-size: 35px;
    line-height: 50px;
    color: #00a6d6;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 100px;
    text-transform: uppercase;
}

.jobs h3 {
    font-size: 20px;
    color: #00a6d6;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 75px;
    text-transform: uppercase;
}

.jobs p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.jobs p b {
    font-weight: 600;
}

.map {
    position: relative;
}

.map #map {
    height: 552px;
    width: 60%;
    float: left;
}

.map .fast-contact {
    float: left;
    width: 40%;
    border-top: 6px #00a6d6 solid;
    height: 552px;
    background: #fff url('images/logo_rychlykontakt.png') no-repeat right bottom;
    padding: 0 50px;
}

.map .fast-contact h3 {
    color: #00a6d6;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 50px 0;
}

.map .fast-contact h4 {
    color: #1d1d1b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.map .fast-contact span {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.map .scanners-counter {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(45, 45, 47, 0.85);
    text-align: center;
    padding: 10px 0 20px;
}

.map .scanners-counter span {
    color: #fff;
    font-size: 27px;
    font-weight: normal
}

.map .scanners-counter span b {
    font-weight: 600;
    font-size: 46px;
    color: #1fa6d3;
    text-decoration: underline;
}

.panel-default>.panel-heading {
    background: transparent;
    border: 0;
    border-radius: 1px;
    padding: 0;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 30px;
    display: block;
    width: 100%;
    background: #00a6d6;
    border-radius: 35px;
}

.panel-title>a.collapsed {
    background: #f0f9fc;
    color: #00a6d6;
}

.panel-group .panel {
    border: 0;
    border-radius: 1px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    border-left: 1px #e1e1e1 solid;
    margin: 25px 32px;
    line-height: 21px;
    color: #000000;
    font-size: 16px;
    padding: 0 0 0 25px;
}

.panel {
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin-top: 7px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .align-items-lg-center {
        align-items: center;
    }
}

.row-footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

footer .main-footer {
    background: #00a6d6 url(images/footer_new_photo.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-top: 3px solid white;
}

footer .main-footer .logo {
    /*padding: 100px 0 0px 0px;*/
    margin: 0 auto;
}

footer .main-footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px #aedcee solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

footer .main-footer ul.footer-menu {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

footer .line {
    width: 100%;
    height: 2px;
    background: #aedcee;
    margin-bottom: 20px;
}

footer .main-footer ul.footer-menu li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

footer .main-footer ul.footer-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

footer .main-footer ul.footer-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    padding-bottom: 10px;
}

footer .main-footer ul.footer-menu li ul li a::before {
    content: '- ';
    display: inline-block;
    vertical-align: middle;
}

footer .main-footer ul.footer-menu li ul li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0;
    line-height: 17px;
}

footer ul li a {
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .main-footer ul.footer-menu li ul li a {
    color: #acdcf0;
    font-size: 16px;
    font-weight: 300;
}

.roll-top {
    border: 1px black solid;
    border-radius: 100%;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1001;
    transition: .3s;
    -webkit-transition: .3s;
}

.roll-top:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.roll-top img {
    width: 30px;
    height: 30px;
}

footer .social-buttons {
    text-align: center;
}

footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .social img {
    width: 30px;
    height: 30px;
}

footer .social li {
    margin-bottom: 40px;
}

footer .social li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

footer .social li a span {
    width: 43px;
    text-align: center;
    display: inline-block;
}

footer .social li a span img {
    display: inline-block;
    text-align: center;
}

.roll-top span {
    display: block;
    text-align: center;
    width: 100%;
    color: black;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 2px;
    left: -3px;
    position: relative;
}

footer .main-footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

footer .main-footer .vip-button {
    font-size: 16px;
    color: #00a6d6;
    text-transform: uppercase;
    background: #fff;
    border-radius: 35px;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 40px;
}

footer .main-footer .vip-button span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

footer .main-footer .vip-button span img {
    vertical-align: baseline;
}

.copyright {
    background: #2c2d2f;
    padding: 20px 0;
}

.copyright span {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding: 1px 0;
}

.copyright span b {
    font-weight: 600;
}

footer .main-footer .logo {
    text-align: center;
}

footer .main-footer .logo img {
    display: inline-block;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 2em;
}

.who-we-are .counters .counter img {
    display: inline-block;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 768px;
    margin: 20px auto;
}

.more-products {
    background: #2c2d2f;
    padding: 50px 0;
}

.more-products .btn {
    border: 1px solid #fff;
    color: #fff;
    width: 253px;
    font-size: 18px;
    padding: 15px 30px;
    opacity: 0.25;
}

.more-products .btn:hover {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.more-products .text-left .btn {
    text-align: left;
}

.more-products .text-right .btn {
    text-align: right;
}

.attributes {
    background: #fff url('images/footer-bg2.png') no-repeat right bottom;
    background-size: cover;
}

.hotline a {
    border-bottom: 0px !important;
}

.model {
    width: 155px !important;
}

.page-template-poslat-model .page-header {
    display: none;
}

#poslat-model h2 {
    font-size: 35px;
    line-height: 50px;
    color: #00a6d6;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 100px;
    text-transform: uppercase;
}

#poslat-model {
    padding-bottom: 50px;
}

.who-we-are .counters .counter img {
    width: auto;
    height: 108px;
}

/*
.download {
display: none;
}*/
.current-product-ancestor a {
    border-bottom: 1px #fff solid !important;
}

.term-vyroba .vyroba-sort-pdf {
    display: block;
}

.vyroba-sort-pdf {
    text-align: center;
    padding-top: 40px;
    display: none;
}

.vyroba-sort-pdf a {
    border-radius: 35px;
    background: #00a6d6;
    border: 1px #00a6d6 solid;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 10px 22px;
    display: inline-block;

    background-image: url(/wp-content/uploads/2017/12/pdf.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 60px;
    background-size: 28px;
}

.contact-map-link {
    position: absolute;
    left: 0px;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: #00a6d6;
    padding: 5px 50px 5px 30px;
    background-image: url(/wp-content/themes/microdent/images/right-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.who-we-are-photo img {
    object-fit: contain;
    max-height: 801px;
}

.ff-stream {
    min-height: auto !important;
}

/*
.ff-stream .ff-stream-wrapper {
            margin-top: 0px;
}
.ff-stream .ff-loadmore-wrapper {
        display: none;
}*/
.page-template-hotline table {
    margin: 0 auto;
    min-width: 80%;
}

.page-template-hotline .page-navigation h1 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.page-template-hotline table td:fist-child {
    width: 30%;
}

.page-template-hotline table td:last-child {
    width: 30%;
}

.page-template-hotline table td:nth-child(2) {
    width: 40%;
}

.page-template-hotline table h2 {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.page-template-hotline table a {
    font-size: 16px;
}

.page-template-hotline table td {
    padding: 20px 0;
}

.page-template-hotline table {
    border: 1px solid;
}

.hotline-text {
    font-size: 16px;
    margin: 5px 0;
}

.hotline-desc {
    padding-top: 30px;
    position: relative;
}

.page-template-hotline #hotline-4 h4 {
    font-size: 24px;
}

.page-template-hotline .page-header {
    background-position: center;
}

.prod-codiagnostix-boxes img {
    margin: 0 auto;
}

.prod-codiagnostix-boxes {
    text-align: center;
}

.prod-codiagnostix-boxes h2 {
    padding-bottom: 30px;
    color: #00a6d6;
    text-transform: uppercase;
}

.prod-codiagnostix-boxes .content-column.one_third {
    height: 320px;
}

#terminy-laboratore {
    padding-top: 50px;
    margin-top: -50px;
}


/*********************Tomáš*************************/
.slider_top {
    position: relative;
}

.slider_top .slider_single img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.slider_top .menu_slider {
    background: url(./images/patern.png);
    height: 127px;
    background-size: cover;
    width: 100%;
}

.menu_slider .col-sm-2 {
    min-height: 127px;
}

.menu_slider .col-sm-2 .menu_ico {
    max-width: 100%;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    display: block;
    padding-top: 13px;
}

.menu_slider .col-sm-2 svg path {
    fill: white;
}

.menu_slider .col-sm-2 svg rect {
    fill: white;
}

.menu_slider .col-sm-2.active {
    background: #d3ecf68f;
}

.menu_slider .col-sm-2:before {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255);
    height: 85px;
    display: inline-block;
    position: absolute;
    margin-left: -16px;
    margin-top: 21px;
}

.menu_slider .col-sm-2:last-of-type::after {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255);
    height: 85px;
    display: inline-block;
    position: absolute;
    margin-left: -16px;
    margin-top: 21px;
    right: 0;
    top: 0;
}

.menu_slider .col-sm-2 span {
    font-size: 16px;
    text-align: center;
    display: block;
    color: white;
    line-height: 22px;
    padding-top: 10px;
}

.slider_single h1 {
    font-size: 58px;
    line-height: 66px;
    max-width: 60%;
    text-transform: uppercase;
    font-weight: 300;
}

@media (max-width: 992px) {
    .slider_single {
        background-position: center;
    }

    .slider_single h1 {
        font-size: 48px;
        line-height: 50px;
        max-width: 80%;
        text-transform: uppercase;
    }
}

.slider_single h1.white {
    color: white;
    text-transform: uppercase;
}

.slider_single h1.blue {
    color: #00a6d6;
    text-transform: uppercase;
}

.slider_single {
    display: flex !important;
    align-items: center;
    height: 600px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_single .btn_slid {
    font-size: 16px;
    font-weight: normal;
    border-radius: 45px;
    padding: 13px 39px;
    text-transform: uppercase;
    color: #fff;
    background: #00a6d6;
    border: 1px solid #00a6d6;
    margin-top: 40px;
}

.slider_single .ico_slid {
    margin-left: 10px;
    margin-left: 35px;
}


.aktualitytop {
    margin-top: -20px;
}

*:focus {
    outline: none !important
}

.kde_jsme_top {
    background: url(./images/poly_cover1.png);
    min-height: 235px;
    background-size: cover;
    background-position: center center;
}

.kde_jsme_top .col-md-4 {
    text-align: center;
}

.kde_jsme_top .col-md-4 img {
    margin: 0 auto;
}

.kde_jsme_top .col-md-4 span {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    line-height: 22px;
}

.kde_jsme_top .container {
    padding-top: 30px;
    max-width: 900px;
}

.social_feed_home {
    background: white;
    padding: 75px 0;
}

.social_feed_home .text-center {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    color: #00a6d6;
    margin: 0 0 50px;
}

.btn_vid {
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
    border: 1px solid #00a6d6;
    border-radius: 45px;
    padding: 13px 39px;
    text-transform: uppercase;
    background: #00a6d6;
    padding-right: 20px;
}

.ico_vid {
    margin-left: 35px;
}

/**********************************************/

@media screen and (min-width: 1200px) {
    .sfm-rollback {
        display: none !important;
    }
}

@media screen and (max-width: 1320px) {
    .sticky-menu .nav>li {
        padding: 0 10px;
    }

    .sticky-menu .nav>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .sticky-menu .nav>li>a {
        font-size: 12px;
    }
}


@media (max-width: 1200px) {
    .skener-title {
        text-align: center;
    }

    #archiv-novinek .col-md-3 {
        min-height: 500px;
    }

    .telling .telling-slider .telling-box .name {
        min-height: 70px;
    }

    .telling .telling-slider .telling-box p {
        min-height: 220px;
    }

    .who-we-are .col-md-7 {
        width: 100%;
    }

    .jobs .col-md-7 {
        width: 100%;
    }

    /*
    .who-we-are .col-md-5{
    display: none;
    }*/
    .zamestnanci-contact .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 1580px) {
    .navbar-right {
        left: 1% !important;
        transform: translateX(0%) !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 991px) {
    #archiv-novinek .col-md-3 {
        min-height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-right {
        float: unset;
        margin-right: 0;
    }

    #archiv-novinek .col-md-3 {
        min-height: 100%;
    }
}

@media (min-width: 991px) {

    .main-contact .row {
        display: flex;
    }

    .main-contact .row .col-md-3 .address-photo {
        margin: 0px;
        bottom: 0px;
        position: absolute;
    }

    .navbar-right {
        position: absolute;
        float: none !important;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    .sticky-menu .navbar-header {
        padding-right: 10px;
    }

    .main-footer .col-md-5 {
        margin-top: 20px;
    }
}

@media (min-width: 1201px) {
    #who-are-you .col-md-5 {
    }

    #jobs .col-md-5 {
        position: absolute;
        right: 0px;
    }

    #jobs .image-fullwidth img {
        width: 500px;
        height: 500px;
        object-fit: contain;
        float: right;
    }
}

@media (min-width: 768px) {

    .navbar-header {
        float: right;
    }


    /*	.navbar-nav>li {
            display: inline-block;
            float: none;
        }*/
    .aktuality .category-boxes .box .img-responsive {
        width: 100%;
        max-height: 275px;
    }

}

@media (min-width: 600px) and (max-width: 991px) {
    .who-we-are .counters .col-md-4 {
        width: 33%;
        display: inline-block;
        float: left;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    header .logo {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .postid-73 .open-popup-link.zaujem.btn.btn-primary.arrow-right {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .sticky-menu .vip-zone {
        display: none;
    }

    .contact-info {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .page-template-hotline table {
        display: block;
    }

    .page-template-hotline table tbody {
        display: block;
    }

    .page-template-hotline table tbody tr {
        display: block;
    }

    .page-template-hotline table tbody tr td {
        display: block;
        width: 250px !important;
        margin: 0 auto;
    }

    .image-fullwidth {
        margin: 0 -15px;
    }

    .image-fullwidth img {
        max-width: 100%;
        height: auto;
    }

    .product-left .product-image img {
        margin-bottom: 35px;
    }

    .sticky-menu .navbar-collapse.collapse {
        display: none !important;
    }

    /*	.navbar-toggle {
        display: block;
            margin-top: 14px;
        background: #fff;
        }*/
    .navbar-sticky-menu {
        position: fixed;
        margin-top: 66px;
        top: 0;
        width: 100%;
        z-index: 20;
    }

    .navbar-default {
        border-bottom: 2px solid #acdcf0;
    }

    /*.navbar-right {
        display: none;
    }*/
    .navbar-header .vip-zone {
        float: left !important;
        margin-left: 15px;
    }

    .navbar-header {
        float: left;
        width: auto;
    }

    .main-contact .col-md-3 {
        width: 50%;
        float: left;
    }

    .main-contact .col-md-6 {
        width: 50%;
        float: left;
    }

    .main-contact .col-md-6>.row>.col-md-6 {
        width: 100%;
    }

    .single-product-container .zaujem {
        margin-bottom: 50px;
    }
}

@media (max-width: 1300px) {
    .navbar-nav>li {
        padding: 16px 3px;
    }
}

@media (max-width: 768px) {
    .menu_slider .col-sm-2 {
        width: 50% !important;
    }

    .more-products .text-right {
        float: unset;
        text-align: center;
    }

    .more-products .text-left {
        float: unset;
        text-align: center;
        padding: 10px 0;
    }

    .search-form {
        display: none;
    }

    .sticky-menu .nav>li {
        padding: 0 5px;
    }

    .sticky-menu .logo a.desktop img {
        display: none;
    }

    .sticky-menu .logo a.mobile img {
        display: block;
        width: 40px;
    }

    .article-list .articles article p {
        min-height: 1px;
    }

    .open-search {
        display: none;
    }

    .video>a {
        margin: 0px 0 55px 50px;
    }

    .contact-info li {
        padding: 0;
        text-align: center;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .video .play-button {
        display: none;
    }

    .contact-info li::after {
        content: none;
    }

    .telling .owl-nav {
        display: none;
    }

    .sticky-menu {
        z-index: 4;
        display: none !important
    }

    /*	.navbar-toggle {
            margin-top: 14px;
            background: #fff;
        }*/
    .navbar-header .vip-zone {
        float: left !important;
        margin-left: 15px;
    }

    .aktuality .articles article {
        margin-bottom: 35px;
    }

    .scanner .col-md-5 {
        margin-top: 120px;
    }

    .map .fast-contact {
        width: 100%;
        float: none;
        padding: 0 15px 60px;
    }

    .map #map {
        width: 100%;
        float: none;
    }

    footer .social-buttons {
        margin-top: 40px;
    }

    footer .main-footer ul.footer-menu li {
        float: none;
        width: 100%;
    }

    .copyright {
        padding: 10px 0;
    }

    .copyright>div>div {
        float: none !important;
        text-align: center;
        display: block;
        padding: 5px 0;
    }

    .product-left .product-image {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-left .product-image img {
        display: inline-block;
    }

    .navbar-collapse {
        width: 100%;
    }

    header .container-fluid .logo {
        width: 49%;
        display: inline-block;
    }

    header .container-fluid .contact-info {
        width: 50%;
        display: inline-block;
        position: relative;
        float: unset !important;
        vertical-align: bottom;
    }

    #poslat-model h2 {
        font-size: 35px;
        text-transform: uppercase;
    }

    .contact-map-link {
        top: 510px;
        bottom: unset;
    }
}

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

@media (max-width: 950px) {
    .about {
        padding-top: 0px;
        background-size: cover;
        background-position: left 55% center;
        padding-bottom: 45px;
        padding-top: 20px;
    }

    .about h1 {
        font-size: 5vW;
        margin: 1vW 0;
    }

    .about p {
        font-size: 3vW;
        margin: 2vW 0;
        width: 70%
    }

    .about a {
        font-size: 3vW;
        padding: 5px 10px;
    }

    .page-header {
        padding: 0px;
    }

    /*
    .aktuality .category-boxes .box {
        width: 50%;
    }*/
    .navbar-sticky-menu {
        margin-top: 0px !important;
        z-index: 9999;
        max-height: calc(100% - 30px);
        overflow-y: auto;
    }
}


@media (max-width: 550px) {
    .who-we-are .col-md-4 {
        width: 100%;
        padding: 20px 0;
    }

    .scanner .pull-right {
        padding-top: 30px;
    }

    header .container-fluid .logo {
        width: 100%;
        display: block;
    }

    header .container-fluid .contact-info {
        width: 100%;
        display: block;
        top: 0px;
    }

    .main-contact .col-md-3 {
        width: 100%;
        float: unset;
    }

    .main-contact .col-md-6 {
        width: 100%;
        float: unset;
    }
}

@media (max-width: 700px) {
    .zamestnanci-contact .col-md-4 {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .aktuality .category-boxes .box h3 {
        font-size: 20px;
    }

    .aktuality .category-boxes .box-content span {
        background-size: 40px;
    }

    .aktuality .category-boxes .box h3::after {
        width: 12px;
        height: 16px;
    }
}

@media (max-width: 500px) {
    .navbar-header .vip-zone {
        font-size: 11px;
        width: 125px;
        margin: 14px 2px !important;
    }

    .model {
        width: 105px !important;
    }

    .navbar-header .vip-zone span img {
        display: none;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    #hotline-4 {
        padding: 0px;
    }

    .page-template-hotline .zamestnanci-contact>.container {
        padding: 0px;
    }
}


@media (max-width: 1300px) {
    .navbar-sticky-menu {
        position: fixed;
        /*margin-top: 66px;*/
        top: 0;
        width: 100%;
        z-index: 20;
    }

    .sticky-menu .vip-zone {
        display: none;
    }

    .sticky-menu .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .sticky-menu .nav>li {
        padding: 0 8px !important;
    }

    .sticky-menu .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-sticky-menu {
        position: fixed;
        margin-top: 66px;
        top: 0;
        width: 100%;
        z-index: 20;
    }
}

@media (max-width: 1080px) {
    .navbar-toggle {
        display: block;
        margin-top: 14px;
        background: #fff;
    }

    .sticky-menu .vip-zone {
        display: none;
    }

    .navbar .vip-zone {
        display: block;
    }

    .sticky-menu .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-sticky-menu {
        position: fixed;
        margin-top: 66px;
        top: 0;
        width: 100%;
        z-index: 20;
    }
}

@media (min-width: 1080px) {
    .navbar-nav>li {
        display: inline-block;
        float: none;
    }

    .navbar-toggle {
        display: none;
        margin-top: 14px;
        background: #fff;
    }
}


@media (min-width: 768px) and (max-width: 1080px) {
    .navbar .collapse.in {
        display: block !important;
    }

    .navbar .collapse {
        display: none !important;
    }

    .navbar .navbar-right {
        float: left !important;
        margin-right: 0px;
        width: 100%;
        position: relative;
    }

    .navbar-nav>li {
        float: unset !important;
    }

    .navbar-collapse.collapse {
        overflow-y: auto !important;
        width: 100%;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-header .vip-zone {
        float: left !important;
    }
}

@media screen and (max-width: 1600px) {
    .who-we-are {
        position: relative;
    }

    .who-we-are .col-md-5 .image-fullwidth img {
        width: 100%;
        position: relative;
        margin-top: 238px;
    }
}

@media screen and (max-width: 1400px) {
    .cta-button {
        font-size: 12px !important;
        line-height: 35px !important;
        height: 35px !important;
        padding: 0 20px !important;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .who-we-are-photo img {
        object-fit: cover;
        max-height: 420px !important;
        top: 235px;
        position: relative;
    }

    .digital_workflow img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    #vyroba_list .workflow-right .product-image img {
        position: relative;
        left: -470px !important;
        display: block !important;
        max-width: fit-content !important;
        height: auto !important;
    }

    #vyroba_list .workflow-left .product-image img {
        position: relative;
        right: -24px;
        display: block !important;
        max-width: fit-content !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1250px) {
    .video span {
        float: left;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        margin: 47px 0 42px 50px;
    }
}

@media screen and (max-width: 1200px) {

    header,
    #desktopNavbar {
        display: none !important;
    }

    .who-we-are .container .col-md-5 {
        width: 100%;
    }

    .who-we-are .col-md-5 .image-fullwidth img {
        width: 100%;
        position: relative;
        margin-top: 0px;
    }

    .who-we-are {
        background-position: bottom center;
    }
}

@media screen and (max-width: 1150px) {
    .video .play-button {
        display: none;
    }

    .scanner {
        padding: 100px 0;
        //     background: url(./images/pattern3.png);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-nav>li {
        float: unset !important;
        clear: both;
    }

    .navbar-nav>li>.dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-bottom: 30px;
        display: block;
        position: unset;
        overflow: auto;
        clear: both;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding-top: 0px;
        margin-top: 0px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 6px 11px;
        line-height: 1.42857143;
        color: white;
        white-space: nowrap;
        font-size: 13px;
    }

    .navbar-nav>li {
        padding: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1050px) {
    .digitalni_stomatologie .container_stoma {
        width: 100%;
    }

}

@media screen and (max-width: 990px) {

    #vyroba_list .workflow-right .product-image img {
        position: relative;
        left: 0px !important;
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
        margin-top: 35px !important;
    }

    #vyroba_list .workflow-left .product-image img {
        position: relative;
        right: 0px;
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .kde_jsme_top .container {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .scanner .col-md-5 img {
        max-width: 100%;
        margin: 0px auto;
        display: block;
    }

    .digital_workflow img {
        margin-top: 0px !important;
    }

    .over_section .col-md-1 img {
        width: 80px;
        margin: 0px auto;
        display: block;
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .digitalni_stomatologie .over_section .parag1 p {
        font-size: 16px;
        text-align: center;
    }

    .digitalni_stomatologie .over_section ul {
        text-align: center;
    }

    .digitalni_stomatologie .page-header h1 {
        text-align: center;
        text-transform: uppercase;
    }

    .digitalni_stomatologie .product-left,
    .product-right {
        padding: 30px 0;
    }

    #vyroba_list .container {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .slider_single {
        height: 500px !important;
    }

    #bs-example-navbar-collapse-1 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .menu_slider .col-sm-2 {
        min-height: 127px;
        width: 25%;
        float: left;
    }

    .slider_top .menu_slider {
        background: url(./images/patern.png);
        height: 250px;
        background-size: cover;
        position: relative;
        width: 100%;
    }

    .owl-stage {
        /*max-width: 100%;*/
    }
}

@media screen and (max-width: 650px) {
    .slider_top .slider_single img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .menu_slider .col-sm-2 .menu_ico {
        display: none;
    }

    .menu_slider .col-sm-2 {
        width: 33.33%;
        float: left;
        min-height: 50px;
    }

    .slider_top .menu_slider {
        background: url(./images/patern.png);
        height: auto;
        background-size: cover;
        position: relative;
        width: 100%;
    }

    .menu_slider .col-sm-2 span {
        font-size: 14px;
        text-align: center;
        display: block;
        color: white;
        line-height: 15px;
        padding-top: 16px;
    }

    .menu_slider .col-sm-2:before {
        content: unset !important;
    }

    .menu_slider .col-sm-2:after {
        content: unset !important;
    }
}

@media screen and (max-width: 600px) {
    .digital_workflow h2 {
        font-size: 35px;
        font-weight: 300;
        color: #00a6d6;
        margin-bottom: 25px;
        margin-top: 0;
        line-height: 35px;
        clear: both;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 550px) {
    .kde_jsme_top .col-xs-4 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .slider_single h1 {
        font-size: 36px;
        line-height: 38px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {

    .workflow-right,
    .workflow-left {
        padding: 50px 0;
    }

    .product-left,
    .product-right {
        padding: 20px 5px;
    }

}


#sfm-mob-navbar{
	z-index:9999;
}

p.popishead {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
	  max-width: 500px;
}

#vyroba_list h2 { margin-top: 20px; }

.btn_kategorie {
    font-size: 16px;
    font-weight: normal;
    border-radius: 45px;
    padding: 13px 39px;
    text-transform: uppercase;
    color: #fff;
    background: #00a6d6;
    border: 1px solid #00a6d6;
    text-decoration: none;
	margin-top: 20px;
    display: block;
    width: 275px;
    text-transform: uppercase;
}

.btn_kategorie:hover { color: white; }

.btn_kategorie .ico_slid { margin-left: 35px; }

.product-info a:hover { text-decoration: none; }

.product-info a.btn-primary:hover { text-decoration: underline; }

.term-117 .header-blue,
.term-17 .header-blue,
.term-25 .header-blue,
.term-99 .header-blue,
.term-97 .header-blue,
.term-83 .header-blue,
.term-26 .header-blue,
.term-11 .header-blue,
.term-116 .header-blue,
.term-105 .header-blue { display: none; }

#sfm-sidebar .sfm-menu li {
   text-transform: none!important;
}


#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-chapter, #sfm-sidebar .sfm-back-parent {
    padding: 10px 0;
    text-transform: none!important;
    }
/* Obrázky z insta na HP */ 
@media only screen and (max-width: 600px)
{
.row {
      display: block;
}
}

.h2, h2{
    font-size: 35px;
    color: #00a6d6;
    font-weight: 300;
    text-transform: uppercase;
}

h3, h3{
    font-size: 20px;
    color: #00a6d6;
    font-weight: 500;
}

/* Footer Newsletter banner */ 
.ec-v-forms-form-control, input[type="text"].ec-v-forms-form-control, input[type="email"].ec-v-forms-form-control {
	border-radius: 20px !important;
	float: left;
	width: 70% !important;
}

.ec-v-form-regular button, .ec-v-form-close button, .ec-v-form-submit button, .ec-v-form-button button {
    border-radius: 20px !important;
	float: right;
	width: 28% !important;
}
