﻿/* styling - footer - fixing down */
body {
    overflow: auto;
}

.footer {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.content {
    padding-bottom: 100px;
}

/* general */
@media only screen and (min-width: 800px) and (max-width: 991px) {
    .uws-layout-eshopList .container,
    .uws-layout-default .container {
        max-width: 790px;
    }
}

@media only screen and (min-width: 870px) and (max-width: 991px) {
    .uws-layout-eshopList .container,
    .uws-layout-default .container {
        max-width: 850px;
    }
}

@media only screen and (min-width: 890px) and (max-width: 991px) {
    .uws-layout-eshopList .container,
    .uws-layout-default .container {
        max-width: 870px;
    }
}

main {
    padding-bottom: 20px;
}

.uws-layout-home main {
    padding-bottom: 0px;
}

.text-decoration-no {
    text-decoration: none !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.c-green {
    color: #45a25b !important;
}

.c-blue {
    color: #4575a2 !important;
}

.bg-green {
    background: #45a25b !important;
}

.bg-blue {
    background: #4575a2 !important;
}

/*body, p, ul li, ol li, table tbody tr td {
    color: #575757;
}*/

a {
    color: #4575a2;
    text-decoration: underline;
}

ul li::marker {
    color: #4575a2;
}

a:hover {
    color: #2b2f32;
}

.text-right {
    text-align: right !important;
}

/* icons */
.icon:before {
    font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;    
}

.icon-information:before {
    content: "\f05a";
    /*font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}

.icon-stethoscope:before {
    content: "\f0f1";
   /* font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}

.icon-certificate:before {
    content: "\f0a3";
    /*font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}


.icon-email:before {
    content: "\40";
    /*font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}

.icon-phone:before {
    content: "\f879";
    /*font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}

.icon-form:before {
    content: "\f00b";
    /*font-family: "Font Awesome 6 Free";
    position: relative;
    font-weight: bold;
    font-style: initial;*/
}

.uws-button-icon i:before {
   /* font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-style: initial;
    margin-bottom: 0px;*/
    content: "\f0e0";
}

/* typography */
h1, h2, h3, h4 {
    margin-top: 0
}

h2, h3, h4 {
    margin-bottom: 15px
}

h1 {
    color: #4575a2;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 39px;
}

.uws-layout-home h1 {
    color: #4575a2;
    font-size: 30px;
    line-height: 35px
}

h2 {
    color: #4575a2;
    font-size: 30px;
    line-height: 35px
}

h3 {
    color: #575757;
    font-size: 23px;
    line-height: 28px
}

.uws-eshopList-info h3 {
    font-size: 21px;
    line-height: 26px
}

h4 {
    color: #575757;
    font-size: 22px;
    line-height: 27px
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 26px;
        line-height: 31px
    }

    h2 {
        font-size: 23px;
        line-height: 29px
    }

    h3 {
        font-size: 19px;
        line-height: 25px
    }

    h4 {
        font-size: 17px;
        line-height: 23px
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 24px;
        line-height: 31px;
    }

    h2 {
        font-size: 22px;
        line-height: 29px;
    }

    h3 {
        font-size: 18px;
        line-height: 25px;
    }

    h4 {
        font-size: 17px;
        line-height: 23px;
    }
}


/* header top */
.uws-header-top {
    background: rgb(233 247 255);
}

    .uws-header-top .uws-right-header-top .btn-outline-primary {
        background: red;
        border-color: red;
        border-width: 3px;
        color: white;
        font-weight: 600;
    }

        .uws-header-top .uws-right-header-top .btn-outline-primary:hover {
            background: #4575a2;
            border-color: #4575a2;
            color: white;
        }

    .uws-header-top .nav-link {
        color: #575757;
        font-size: 17px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

/* header */
.uws-right-header-top form {
    margin-right: 20px;
}

.uws-left-header-top li a {
    padding-left: 0px;
}

    .uws-left-header-top li a:hover {
        padding-left: 0px;
        text-decoration: underline;
    }

/* header search */
.uws-right-header-top .uws-header-search input {
    border-color: yellow;
    border-width: 3px;
    background: yellow;
}

    .uws-right-header-top .uws-header-search input::placeholder {
        color: black;
        opacity: 1;
    }

    .uws-right-header-top .uws-header-search input::-ms-input-placeholder {
        color: black;
    }

    .uws-right-header-top .uws-header-search input:focus {
        border: solid #4575a2;
        box-shadow: none;
        background: rgb(233 247 255);
    }

/* mobile search */
.uws-mobile-search input {
    border-color: yellow;
    border-width: 2px;
}

    .uws-mobile-search input:focus {
        border: solid #4575a2;
        box-shadow: none;
    }

/* logo */
.uws-header-logo span {
    color: #4575a2;
    font-size: 36px;
    line-height: 35px;
    padding: 0px 0px 0px;
    background: white;
    border-radius: 6px;
    font-weight:600;
}

    .uws-header-logo span > span {
        color: #45a25b;
    }

.uws-logo-mobile span {
    color: #4575a2;
    font-size: 33px;
    line-height: 33px;
    padding: 0px 0px 0px;
    background: white;
    border-radius: 6px;
    font-weight:600;
}

.uws-logo-mobile .uws-logo-text2,
.uws-logo-mobile .uws-logo-text4 {
    color: #45a25b;
    font-weight: bold;
}

.uws-header-mobile span > span {
    color: #45a25b;
}



@media only screen and (max-width: 991px) {
    .uws-header-logo {
        display: none !important;
        opacity: 0 !important;
        z-index: -1000 !important;
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 369px) {
    .uws-logo-mobile span {
        font-size: 25px;
        line-height: 10px;
    }

    .uws-logo-mobile,
    .uws-logo-mobile img {
        max-width: 200px;
        height: auto;
    }

        .uws-logo-mobile span > span {
            display: inline-block;
            font-size: 25px;
        }

            .uws-logo-mobile span > span + span {
                display: inline-block;
            }
}

@media only screen and (max-width: 305px) {

    .uws-logo-mobile span > span + span {
        display: block;
        margin-top: -7px
    }

    .uws-logo-mobile .uws-logo-text2 {
        display: block;
        margin-top: 0px;
        margin-bottom: -5px
    }

        .uws-logo-mobile .uws-logo-text2:before {
            display: block;
            margin-top: 0px;
            margin: 0 auto;
            content: "";
            width: 25%;
            border-bottom: solid;
            padding-top: 6px
        }

    .uws-logo-mobile span > span + span + span {
        display: inline-block;
    }
}

@media (min-width: 475px) and (max-width: 991px) {
    .uws-logo-mobile span {
        font-weight:600;
    }
}

@media only screen and (min-width: 992px) {
    .uws-logo-mobile {
        display: none !important;
        opacity: 0 !important;
        z-index: -1000 !important;
        visibility: hidden !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .uws-header-logo {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        padding-bottom: 12px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .uws-header-logo {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        padding-bottom: 0px
    }
}


/* menu */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.uws-header-menu .navbar-nav .nav-link.active, .uws-header-menu .navbar-nav .nav-link.show {
    color: white;
    background-color: transparent;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
}

.uws-header-menu .nav-link {
    color: white;
    text-transform: none;
    font-size: 17px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    padding: 4px 16px !important;
}

.uws-header-menu .dropdown-toggle::after {
    margin-bottom: -2px
}

.uws-header-menu .nav-link:hover {
    color: white;
    text-decoration: underline
}

.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:focus {
    background: #4575a2;
    color: white;
}


@media only screen and (max-width: 991px) {
    .navbar-collapse .navbar-nav {
        padding-top: 16px;
    }

        .navbar-collapse .navbar-nav a {
            text-transform: none;
        }

    .uws-header-menu {
        width: 100%
    }

    .uws-header-search {
        display: none !important;
        opacity: 0 !important;
        z-index: -1000 !important;
        visibility: hidden !important;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
    .uws-header-menu .navbar-nav .nav-link.active, .uws-header-menu .navbar-nav .nav-link.show {
        color: #575757;
    }

    .uws-header-menu .nav-link {
        color: #575757;
        padding-left: 0px !important;
    }

        .uws-header-menu .nav-link:hover {
            color: #575757;
        }
}

@media only screen and (min-width: 992px) {

    .uws-header-menu {
        background: #4575a2;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .uws-mobile-search {
        display: none !important;
        opacity: 0 !important;
        z-index: -1000 !important;
        visibility: hidden !important;
    }

    .scrolling {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1030;
        background: white;
        border-bottom: solid 1px #dee2e6;
    }

    .scrolling2 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background: rgb(233 247 255);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.uws-header-menu .nav-link {
        padding: 4px 8px !important;
    }

    .uws-header-menu {
        padding-left: 9px;
        padding-right: 9px;
    }*/
}


/* home banner */
.uws-banner-home-div img {
    border-radius: 25px;
}
/* page title */
.uws-page-title {
    background: #fdfdfd;
    border: solid #4575a2 1px;
    border-left: solid #4575a2 4px;
    border-right: solid #4575a2 4px;
    /*border-bottom: solid #dee2e6 1px;*/
    padding: 13px 25px 2px;
    border-radius: 25px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 15px
}

    .breadcrumb li a:hover {
        text-decoration: underline;
        color: #4575a2;
    }

.breadcrumb li:last-child,
.breadcrumb li:last-child a {
    text-decoration: underline;
    color: #4575a2;
    font-weight: 500;
    cursor: default;
    font-size: 15px
}

/* buttons default */
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: white;
    background-color: #4575a2;
    border-color: #4575a2;
}


/* buttons - home */
.btn-secondary {
    font-size: 16px;
}

.uws-btn-secondary {
    padding: 6px 15px 7px !important;
    font-size: 16px;
    border-radius: 25px !important;
    color: white;
    background: #575757;
    border: solid 1px #575757;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uws-btn-primary {
    padding: 6px 15px 7px !important;
    font-size: 16px;
    border-radius: 25px !important;
    color: white;
    background: #4575a2;
    border: solid 1px #4575a2;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.uws-btn-secondary:hover {
    color: white;
    background: #4575a2;
    border: solid 1px #4575a2;
}

.uws-btn-primary:hover {
    color: white;
    background: #575757;
    border: solid 1px #575757;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-button-col {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* service offer */
.uws-service {
    padding: 13px 18px;
    background: transparent;
    border: solid 1px #4575a2;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 25px;
}

    .uws-service:hover {
        background: transparent;
        border: solid 1px #45a25b;
        cursor: pointer;
    }

        .uws-service:hover h4 {
            text-decoration: underline
        }

    .uws-service h4,
    .uws-service h5,
    .uws-service p {
        text-align: center
    }

    .uws-service.uws-service-basic h4,
    .uws-service.uws-service-basic p {
        text-align: left;
    }

        .uws-service.uws-service-basic h4 a i {
            margin-right: 7px;
            color: #4575a2;
        }

    .uws-service.uws-service-basic:hover h4 a i {
        color: #45a25b;
    }

    .uws-service:hover h4 a {
        text-decoration: underline;
        color: #45a25b;
    }

    .uws-service h5 a {
        text-decoration: none;
    }

    .uws-service:hover h5,
    .uws-service:hover h5 a {
        text-decoration: underline;
        color: #45a25b;
    }

    .uws-service h4 a {
        color: #4575a2;
        text-decoration: none;
    }


        .uws-service h4 a:hover {
            color: #575757;
            text-decoration: underline
        }

    .uws-service p {
        color: #575757;
    }

    .uws-service .uws-link-interest a {
        color: #4575a2;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
    }

.uws-service-submenu .uws-service .uws-link-interest a {
    color: yellow;
}

/*.uws-service:hover h5 a {
    color: #575757;
    text-decoration: none
}*/

.uws-service:hover h5 a:hover {
    color: #4575a2;
    text-decoration: underline
}


.uws-service:hover .uws-link-interest a,
.uws-service:hover .uws-link-interest a span,
.uws-service:hover .uws-link-interest a i {
    color: #45a25b;
    text-decoration: none;
}

    .uws-service:hover .uws-link-interest a:hover,
    .uws-service:hover .uws-link-interest a:hover span,
    .uws-service:hover .uws-link-interest a:hover i {
        color: #45a25b;
        text-decoration: none;
    }

        .uws-service:hover .uws-link-interest a:hover span,
        .uws-about-usLeft:hover .uws-link-interest a:hover span {
            text-decoration: underline;
        }

.uws-service:hover p {
    color: #575757;
}

.uws-service h4,
.uws-service .uws-service-text,
.uws-service h5 {
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-information-row .uws-service h4 {
        height: 23px;
        /*overflow: hidden;*/
        margin-bottom:5px;
    }

    .uws-information-row .uws-service .uws-service-text {
        height: 96px;
        /*overflow: hidden;*/
    }

    .uws-information-row .uws-service-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .uws-services-content .uws-service .uws-service-text {
        height: 144px;
        /*overflow: hidden;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-service .uws-service-text {
        height: 144px;
        /*overflow: hidden;*/
    }

    .uws-services-content .uws-service .uws-service-text {
        height: 96px;
        /*overflow: hidden;*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-service-col {
        flex: 0 0 auto;
        width: 50%;
    }

    .uws-contactPhone {
        flex: 0 0 auto;
        width: 57%;        
    }

    .uws-information-row .uws-service h4 {
        height: 54px;
        /*overflow: hidden;*/
    }

    .uws-information-row .uws-service .uws-service-text {
        height: 120px;
        /*overflow: hidden;*/
    }    
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .uws-service .uws-service-text {
        height: 192px;
        /*overflow: hidden;*/
    }

    .uws-information-row .uws-service .uws-service-text {
        height: 96px;
        /*overflow: hidden;*/
    }

    .uws-services-content .uws-service .uws-service-text {
        height: 120px;
        /*overflow: hidden;*/
    }

    .uws-service h5 {
        height: 72px;
        /*overflow: hidden;*/
    }

    .uws-services-content .uws-service h5 {
        height: 24px;
        /*overflow: hidden;*/
    }

    .uws-information-row .uws-service h4 {
        height: 54px;
        /*overflow: hidden;*/
    }
}

@media only screen and (min-width: 1400px) {
    .uws-information-row .uws-service .uws-service-text {
        height: 96px;
        /*overflow: hidden;*/
    }    
}

/* contact tile */
.uws-service-contact .uws-service {
    padding: 13px 18px;
    background: transparent;
    border: solid 1px #45a25b;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .uws-service-contact .uws-service:hover {
        background: transparent;
        border: solid 1px #4575a2;
        cursor: default;
        color: black;
    }

    /*.uws-service-contact .uws-service:first-child {
        margin: 0 auto;
        text-align: center
    }*/

    .uws-service-contact .uws-service p {
        color: black;
        text-align: left;
    }

    .uws-service-contact .uws-service h5 {
        text-align: left;
    }

@media only screen and (max-width: 419px) {
    .uws-service-contact .uws-service p {
        margin-bottom: 10px !important
    }
}


@media only screen and (min-width: 420px) and (max-width: 575px) {
    .uws-contactPhone p br {
        display: none
    }

    .uws-contactPhone p strong {
        margin-right: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-contact-tile {
        flex: 0 0 auto;
        width: 100%;
    }

    .uws-contactClock p {
        display: inline-block;
        width: 33%;
        max-width: 33%;
    }

    .uws-contactAddress p:nth-last-of-type(2) {
        display: inline-block;
        width: 50%;
        max-width: 50%;
    }

    .uws-contactAddress p:nth-last-of-type(3) {
        display: inline-block;
        width: 34%;
        max-width: 34%;
    }

    .uws-contactPhone p br {
        display: none
    }

    .uws-contactPhone p strong {
        margin-right: 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-contact-tile {
        flex: 0 0 auto;
        width: 100%;
    }

    .uws-contactClock p {
        display: inline-block;
        width: 24%;
        max-width: 24%;
    }

        .uws-contactClock p:nth-last-of-type(2) {
            display: inline-block;
            width: 19%;
            max-width: 19%;
        }

        .uws-contactClock p:nth-last-of-type(3) {
            display: inline-block;
            width: 22%;
            max-width: 22%;
        }

    .uws-contactAddress p:nth-last-of-type(3) {
        display: inline-block;
        width: 24%;
        max-width: 24%;
    }

    .uws-contactAddress p:nth-last-of-type(2) {
        display: inline-block;
        width: 40%;
        max-width: 40%;
    }

    .uws-contactAddress p:nth-last-of-type(1) {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

        .uws-contactAddress p:nth-last-of-type(1) strong + strong {
            margin-left: 5px
        }

    .uws-contactPhone p br {
        display: none
    }

    .uws-contactPhone p strong {
        margin-right: 5px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-contactPhone {
        margin: 0 auto;
    }

        .uws-contactPhone p br {
            display: none
        }

        .uws-contactPhone p strong {
            margin-right: 5px
        }
}

@media only screen and (min-width:1200px) and (max-width: 1599px) {
    .uws-contact-tile .uws-service h5 {
        height: initial;
        overflow: initial;
    }

    .uws-contactClock {
        flex: 0 0 auto;
        width: 23%;
    }

    .uws-contactAddress {
        flex: 0 0 auto;
        width: 38.5%;
    }

    .uws-contactPhone {
        flex: 0 0 auto;
        width: 38.5%;
    }

        .uws-contactPhone p {
            margin-bottom: 6px !important
        }

            .uws-contactPhone p br {
                display: none
            }

        .uws-contactPhone .uws-service {
            height: 169px !important;
            overflow: hidden;
        }
}

@media only screen and (min-width:1600px) {
    /*.uws-contactPhone p:nth-last-of-type(2) {
        margin-bottom: 12px !important;
    }*/

    .uws-contactClock {
        flex: 0 0 auto;
        width: 23%;
    }

    .uws-contactAddress {
        flex: 0 0 auto;
        width: 38.5%;
    }

    .uws-contactPhone {
        flex: 0 0 auto;
        width: 38.5%;
    }

        .uws-contactPhone p br {
            display: none
        }

        .uws-contactPhone p strong {
            margin-right: 5px
        }

        .uws-contactPhone .uws-service {
            height: 168px !important;
            overflow: hidden;
        }
}



/* table */
table {
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    color: #2b2a28;
    border-collapse: collapse;
}

    table thead th {
        border-bottom-width: 2px;
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    table td, table th {
        border: 1px solid #dee2e6 !important;
        /*border-color: rgba(0, 0, 0, 0.06);*/
        padding: 0.75rem;
    }

    table th {
        text-align: -webkit-match-parent;
    }

    table tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }


/* home - about us */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-about-usLeft,
    .uws-about-usRight {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-about-usLeft,
    .uws-about-usRight {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-about-usLeft,
    .uws-about-usRight {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* tiles - square */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .uws-service-submenu .uws-service h5 {
        height: 72px;
        overflow: hidden
    }

    .uws-service-submenu .uws-service .uws-service-text {
        height: 168px;
        overflow: hidden
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-service-submenu .uws-service-col {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .uws-service-submenu .uws-service h5 {
        height: 72px;
        overflow: hidden
    }

    .uws-service-submenu .uws-service .uws-service-text {
        height: 168px;
        overflow: hidden
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uws-service-submenu .uws-service-col {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .uws-service-submenu .uws-service h5 {
        height: 48px;
        overflow: hidden
    }

    .uws-service-submenu .uws-service .uws-service-text {
        height: 120px;
        overflow: hidden
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .uws-service-submenu .uws-service .uws-service-text {
        height: 144px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1400px) {
    .uws-service-submenu .uws-service h5 {
        height: 48px;
        overflow: hidden
    }

    .uws-service-submenu .uws-service .uws-service-text {
        height: 120px;
        overflow: hidden
    }
}




/* news / blog */
.album {
    border-top: solid #dee2e6 1px;
    /*border-bottom: solid #dee2e6 1px;*/
}

.uws-layout-home .album {
    padding-top: 29px !important;
    padding-bottom: 5px !important
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.uws-layout-home .uws-new-col .uws-btn-primary {
    padding: 4px 8px;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

.uws-new-col .uws-new-date {
    font-size: 14px;
}

.uws-new-col h5 a {
    text-decoration: none;
}

.card {
    border-radius:25px;
}

.card:hover .img-zoom img {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19);
}

.card:hover .card-body h5 a {
    text-decoration: underline;
}

    .card:hover .card-body h5 a:hover {
        text-decoration: none;
    }

.card .card-body .btn-group {
    width: 100%;
}

    .card .card-body .btn-group p {
        margin: 0 auto;
    }

/*.card-body a.btn:hover {
        text-decoration: underline !important;
    }*/

.uws-eshopList-col .card-body .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

@media only screen and (max-width:575px) {

    .uws-eshopList-col .card-body .card-text {
        height: 192px;
        -webkit-line-clamp: 8
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .uws-eshopList-col .text-body-secondary span {
        display: inline-flex;
        width: 100%;
        text-align: center
    }

    .uws-eshopListContent .uws-order-box {
        margin-right: 5px;
        height: 36px;
        margin-left: 5px
    }

    .uws-eshopList-col .card-body .card-text {
        height: 192px;
        -webkit-line-clamp: 8
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .uws-eshopList-col .text-body-secondary span {
        display: inline-flex;
        width: 100%;
        text-align: center
    }

    .uws-eshopListContent .uws-order-box {
        margin-right: 5px;
        height: 36px;
        margin-left: 5px
    }

    .uws-eshopList-col .card-body .card-text {
        height: 192px;
        -webkit-line-clamp: 8
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .card-body .card-text {
        height: 96px;
        overflow: hidden
    }

    .uws-news-columnSidebar .card-body .card-text {
        display: none
    }

    .uws-news-columnSidebar .card-body .card-title {
        height: 86px;
        overflow: hidden;
        font-size: 18px
    }

    .uws-eshopList-col {
        flex: 0 0 auto;
        width: 50%
    }

        .uws-eshopList-col .card-body .card-text {
            height: 144px;
            -webkit-line-clamp: 6
        }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .uws-contact-tile .uws-service h5 {
        height: initial;
        overflow: initial
    }

    .uws-contactClock {
        flex: 0 0 auto;
        width: 23%
    }

    .uws-contactAddress, .uws-contactPhone {
        flex: 0 0 auto;
        width: 38.5%
    }

        .uws-contactPhone p {
            margin-bottom: 6px !important
        }

            .uws-contactPhone p br {
                display: none
            }

        .uws-contactPhone .uws-service {
            height: 169px !important;
            overflow: hidden
        }

    .card-body .card-text {
        height: 96px;
        overflow: hidden
    }

    .uws-eshopList-col .card-body .card-text {
        height: 192px;
        -webkit-line-clamp: 8
    }
}

@media only screen and (min-width: 375px) and (max-width:1599px) {
    .uws-eshopList-col .uws-image-content {
        position: relative;
        overflow: visible;
        width: 100%;
        height: auto;
        object-position: center;
        transform-origin: center center
    }

        .uws-eshopList-col .uws-image-content a {
            text-align: center;
            object-position: center;
            transform-origin: center center
        }

        .uws-eshopList-col .uws-image-content img {
            width: 90%;
            height: auto;
            object-fit: contain;
            object-position: center;
            transition: transform .7s linear;
            padding: 25px
        }

    .img-zoom:hover img {
        transform: scale(1.15);
        transform-origin: center center
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .uws-contactClock {
        flex: 0 0 auto;
        width: 19%
    }      

    .uws-contactAddress {
        flex: 0 0 auto;
        width: 35%
    }

    .uws-contactPhone {
        flex: 0 0 auto;
        width: 46%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
        .uws-contactClock .uws-service,
        .uws-contactPhone .uws-service {
            min-height: 190px;
        }  
}

    @media only screen and (min-width: 1600px) {
        .uws-contactClock {
            flex: 0 0 auto;
            width: 22%
        }

        .uws-contactAddress {
            flex: 0 0 auto;
            width: 37%
        }

        .uws-contactPhone {
            flex: 0 0 auto;
            width: 41%
        }

            .uws-contactPhone p br {
                display: none
            }

            .uws-contactPhone p strong {
                margin-right: 5px
            }

            .uws-contactPhone .uws-service {
                height: 168px !important;
                overflow: hidden
            }

        .card-body .card-text {
            height: 120px;
            overflow: hidden
        }

        .uws-eshopList-col .card-body .card-text {
            -webkit-line-clamp: 7;
            height: 168px;
            overflow: hidden
        }
    }

    /* news - blog detail */
    .uws-detail-blog .uws-image-content img {
        border-radius: 7px;
    }

    .uws-detail-blog .uws-perex-body blockquote {
        border-left: solid #4575a2 5px;
        padding: 5px 9px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* tags */
    .uws-tags-content .uws-tags li {
        list-style-type: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .uws-tags-content .uws-tags {
        padding-left: 0px;
        margin-top: 15px;
    }

        .uws-tags-content .uws-tags li a {
            font-size: 12px;
            font-weight: 300;
            color: black;
            background: rgb(233 247 255);
            padding: 7px;
            border-radius: 6px;
            border: solid 1px #4575a2;
            text-decoration: none !important;
        }

            .uws-tags-content .uws-tags li a:hover {
                font-size: 12px;
                font-weight: 300;
                color: white;
                background: #4575a2;
                padding: 7px;
                border-radius: 6px;
                border: solid 1px rgb(233 247 255);
                text-decoration: none !important;
            }

    @media only screen and (max-width: 967px) {
        .uws-news-columnSidebar .btn.btn-sm {
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 14px
        }
    }

    @media only screen and (min-width: 576px) {
        .card-body .card-title, .uws-news-columnSidebar .card-body .card-title {
            height: 72px;
            overflow: hidden
        }
    }


    /* news - blog detail column sidebar */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uws-new-col {
            flex: 0 0 auto;
            width: 50%
        }

        .card-body .card-text {
            height: 120px;
            overflow: hidden
        }

        .uws-news-columnSidebar .uws-new-col {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-news-columnSidebar .card-body .card-text {
            display: none;
        }

        .uws-news-columnSidebar .card-body .card-title {
            height: 108px;
            overflow: hidden;
            font-size: 18px;
        }

        .uws-news-columnSidebar .uws-news-buttons-content {
            display: block !important;
            width: 100% !important;
            float: left
        }

            .uws-news-columnSidebar .uws-news-buttons-content .btn-group,
            .uws-news-columnSidebar .uws-news-buttons-content .btn-group p a {
                display: block;
                width: 100%;
                position: relative;
                margin-bottom: 9px
            }

            .uws-news-columnSidebar .uws-news-buttons-content .text-body-secondary span a {
                width: 100%;
                position: relative;
                display: block
            }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {

        .uws-news-columnSidebar .card-body .card-text {
            display: none;
        }

        .uws-news-columnSidebar .card-body .card-title {
            height: 86px;
            overflow: hidden;
            font-size: 18px;
        }
    }


    /* sidebar - submenu */
    .uws-sidebar ul li .btn,
    .uws-sidebar ul li .btn:focus {
        font-size: 14px;
        font-weight: 400;
        color: #7a7a7a;
        padding: 6px 10px;
        width: 100%;
        max-width: 100%;
        text-align: left;
        border-radius: 25px !important;
    }

        .uws-sidebar ul li .active,
        .uws-sidebar ul li .btn.active:hover {
            background: #4575a2;
            color: white;
            font-weight: 600;
        }

        .uws-sidebar ul li .btn:hover {
            background: #f3f3f3;
        }

    /*.uws-sidebar {
    max-height: 100vh;
}*/

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
        transform: translateY(1px);
    }

    .btn-toggle.active::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e ");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }


    /* eshop list */
    .uws-eshopListContent {
        border-top: none;
        border-bottom: none;
    }

    .uws-eshopList-col .uws-image-content {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 304px;
        padding: 20px
    }

        .uws-eshopList-col .uws-image-content img {
            width: 100%;
            height: auto;
            object-fit: contain;
            aspect-ratio: 1;
            object-position: center;
            box-sizing: inherit;
            padding: 20px
        }

    .uws-eshopListContent .card-body a.btn:hover {
        text-decoration: none !important;
    }

    .uws-eshopListContent .uws-order-box {
        max-width: 60px;
        display: inline-block;
        margin-right: 10px;
        padding: 6px 12px 6px 6px;
        height: 34px;
        float: left;
    }

        .uws-eshopListContent .uws-order-box:focus {
            border: solid 1px #4575a2;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .uws-eshopList-info {
        background: transparent;
        -webkit-transition: width 0.9s, height 0.9s;
        -webkit-transition: all ease 0.9s;
        transition: all ease 0.9s;
        border-radius: 25px;
    }

        .uws-eshopList-info:hover {
            background: transparent;
            border-color: #4575a2;
        }

    .price-contentp {
        margin-bottom: 8px;
        font-size: 18px;
        color: black;
        font-weight: 500;
        text-align: center;
    }

    .uws-eshopListContent .card-body .card-title {
        text-align: center;
    }

    .uws-eshopList-col .card-body .text-body-secondary .btn-secondary {
        background: red;
        border-color: red;
    }

        .uws-eshopList-col .card-body .text-body-secondary .btn-secondary:hover {
            background: #565e64;
            border-color: #565e64;
        }

    .uws-eshopList-col .uws-btn-primary {
        padding: 4px 8px;
    }

    /* info panels */
    .uws-panel-info {
        border-radius: 25px;
        margin-bottom: 20px;
    }

    .panel-secondary {
        border-color: #4575a2;
        background: #f8f9fa;
    }

        .panel-secondary h4 {
            color: #4575a2;
        }

        .panel-secondary:hover {
            border-color: #45a25b;
        }

            .panel-secondary:hover h2,
            .panel-secondary:hover .uws-link-interest a {
                color: #45a25b;
            }

    /* form */
    .form-group {
        margin-bottom: 16px;
    }

    .form-control:focus {
        border: solid 1px #4575a2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* form - custom select */
    .custom-select-1 {
        position: relative;
    }

        .custom-select-1:before {
            content: '\f107';
            font-family: "Font Awesome 5 Free";
            position: absolute;
            display: block;
            top: 53.5%;
            right: 14px;
            color: #212530;
            font-weight: 900;
            font-size: 0.9em;
            pointer-events: none;
            transform: translate3d(0, -50%, 0);
        }

        .custom-select-1 select {
            line-height: 1;
            font-size: inherit;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .custom-select-1 select::-ms-expand {
                display: none;
            }

        .custom-select-1.custom-select-1-icon-light:before {
            color: #FFF;
        }

    /* pagination */
    .pagination {
        margin-top: 10px;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: white;
        background-color: #4575a2;
        border-color: #4575a2;
    }

    .page-item .page-link {
        z-index: 3;
        color: #4575a2;
    }

    .page-item:first-child .page-link {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }

    .page-item:last-child .page-link {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        background: #6c757d;
        color: white;
        border-color: #6c757d;
    }

    /* eshop detail */
    .uws-eshop-detail-infoBasic .price-contentp {
        margin-bottom: 10px;
        font-size: 22px;
        color: black;
        font-weight: 500;
        text-align: left;
    }

        .uws-eshop-detail-infoBasic .price-contentp .price-content {
            font-size: 22px;
            font-weight: 500;
        }

        .uws-eshop-detail-infoBasic .price-contentp .price-vat-rate {
            font-size: 16px;
            font-weight: 400;
            margin-left: 2px
        }

    .uws-eshop-detail-infoBasic p {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .uws-eshopDetail-info {
        background: #fbfbfb;
    }

    .uws-eshop-detail-infoBasic .item-availability {
        font-weight: 600
    }

        .uws-eshop-detail-infoBasic .item-availability.item-yes {
            color: #4575a2;
        }

        .uws-eshop-detail-infoBasic .item-availability.item-no {
            color: red;
        }

    .uws-eshop-detail-infoBasic .uws-order-box {
        width: 45px;
        max-width: 45px;
        float: none;
        vertical-align: middle;
        /*margin-right: -1px*/
    }

        .uws-eshop-detail-infoBasic .uws-order-box:focus {
            border: solid 1px #4575a2;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .uws-eshopDetail-orderingGoods input {
        display: inline-block;
    }

    .uws-eshopDetail-orderingGoods .btn {
        padding: 6px 12px;
        float: none;
    }

    .uws-eshopDetail-orderingGoods .uws-button-plus {
        margin-right: 15px
    }

    .uws-eshopDetail-orderingGoods {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        .uws-eshopDetail-orderingGoods button.btn-secondary {
            background: red;
            border-color: red;
        }

            .uws-eshopDetail-orderingGoods button.btn-secondary:hover {
                background: #565e64;
                border-color: #565e64;
            }


    /* eshop detail - image */
    .thumb-gallery-detail {
        width: 100%;
        max-width: 700px;
        height: auto;
        aspect-ratio: 7 / 6;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
    }

        /* Optimalizovan� zobrazen� obr�zk� */
        .thumb-gallery-detail img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            object-position: center;
            background-color: white;
        }

    @media only screen and (max-width: 767px) {
        .thumb-gallery-detail {
            max-width: 100%;
            max-height: 400px;
            aspect-ratio: auto;
        }

            .thumb-gallery-detail img {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
                object-fit: contain;
            }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .uws-eshop-detail-gallery,
        .uws-eshop-detail-infoBasic {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uws-eshop-detail-gallery,
        .uws-eshop-detail-infoBasic {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    .uws-eshopDetail-info-product .uws-eshopDetail-info {
        background: white;
    }
    /* eshop basket */
    .uws-eshop-basket i {
        line-height: 24px;
    }

    @media only screen and (max-width: 435px) {
        .uws-header-top .d-flex {
            justify-content: center !important;
            margin-left: initial !important;
            text-align: center !important;
            width: 100%
        }

        .uws-eshop-basket-content {
            width: 80%;
            max-width: 80%;
        }

            .uws-eshop-basket-content .uws-eshop-basket {
                display: inline-block !important;
                justify-content: center !important;
                margin-left: initial !important;
                text-align: center !important;
                margin-bottom: 5px
            }
    }

    @media only screen and (min-width: 454px) and (max-width: 575px) {
        .uws-eshopList-col {
            flex: 0 0 auto;
            width: 100%;
        }

        .card-body .card-text {
            height: initial;
            overflow: initial;
        }

        .card-body .card-title {
            height: 48px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .uws-eshopList-col .text-body-secondary span {
            display: inline-flex;
            width: 100%;
            text-align: center;
        }

        .uws-eshopListContent .uws-order-box {
            margin-right: 5px;
            height: 36px;
            margin-left: 5px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uws-eshopList-col .text-body-secondary span {
            display: inline-flex;
            width: 100%;
            text-align: center;
        }

        .uws-eshopListContent .uws-order-box {
            margin-right: 5px;
            height: 36px;
            margin-left: 5px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uws-eshopList-col {
            flex: 0 0 auto;
            width: 50%;
        }
    }

    /* image setting */
    @media only screen and (max-width: 767px) {
        .uws-eshopList-info p img {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
            max-width: 100%;
            height: auto;
            margin-bottom: 5px;
        }
    }

    /* zoom image */
    .img-zoom:hover img {
        -webkit-transform: scale(1.19);
        -moz-transform: scale(1.19);
        transform: scale(1.19);
    }

    .uws-setting p a,
    .uws-setting ul li a {
        text-decoration: underline
    }

        .uws-setting p a:hover,
        .uws-setting ul li a:hover {
            text-decoration: none
        }


    .img-zoom {
        overflow: hidden;
        display: table;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .img-zoom img {
            -webkit-transition: .7s linear;
            -moz-transition: .7s linear;
            -o-transition: .7s linear;
            -ms-transition: .7s linear;
            transition: .7s linear
        }

    /* border radius */

    .border-radius {
        border-radius: 5px !important;
    }

    /* gallery + gallery 2 */
    .media-boxes-no-more-entries {
        display: none;
    }


    /* thumbnail-overlay style */
    .thumbnail-overlay {
        background: rgba(0,0,0, .2);
        padding: 10px 20px;
    }

        .thumbnail-overlay .media-box-title {
            font-weight: 100 !important;
            color: #fff !important;
        }

    /* style of the content */
    .media-box-content .media-box-title {
        font-weight: 100 !important;
        text-align: center;
    }

    /* Remove box shadow from the media boxes */
    /*.media-box-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}*/

    /* style of the html popup */
    /*.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}*/

    .media-box media-box-thumbnail-container {
        overflow: hidden;
        display: table;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .media-box:hover media-box-thumbnail-container img {
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .media-box-content {
        background: rgb(233 247 255);
        padding: 10px 10px 10px;
        border-left: solid #4575a2 1px;
        border-right: solid #4575a2 1px;
        border-bottom: solid #4575a2 1px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .media-box-content .media-box-title {
            font-weight: 400;
            color: rgb(51, 51, 51);
            font-size: 16px;
            height: 36px;
            overflow: hidden;
        }

    .thumbnail-overlay .media-box-title i {
        font-size: 25px;
    }

    @media only screen and (max-width: 575px) {
        .media-box {
            margin-bottom: 5px;
        }
    }

    @media only screen and (min-width: 651px) and (max-width: 767px) {

        /*.media-box {
        margin-bottom: 5px;       
    }*/

        .media-box-content .media-box-title {
            height: 90px;
            overflow: hidden;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        /*.media-box {
        margin-bottom: 5px;
    }*/

        .media-box-content .media-box-title {
            height: 54px;
            overflow: hidden;
        }
    }

    /* gallery 3 */
    .uws-gallery3 .thumbnail-overlay .media-box-title {
        color: black !important;
        font-size: 16px;
    }

    .uws-gallery3 .thumbnail-overlay {
        background: rgb(233 247 255);
        padding: 7px 15px;
    }

    /* youtube */
    .ratio-16x9 {
        --bs-aspect-ratio: 56.25%;
    }

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ratio {
        position: relative;
        width: 100%;
    }

    /* download */
    .download-content-bg {
        border-bottom: solid #dee2e6 1px;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .download-content-bg {
        border-bottom: solid #dee2e6 1px;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .uws-download-files .file-content .file-icon {
        position: relative;
        margin-right: 5px;
        display: inline-block;
        margin-top: -2px;
        float: left
    }

    .uws-download-files .file-content a {
        color: #444444;
        text-decoration: none
    }

        .uws-download-files .file-content a:hover {
            text-decoration: underline;
        }

    .uws-download-files td:first-child {
        width: 90%;
        max-width: 90%;
    }


    @media only screen and (max-width: 1024px) {
        .uws-download-files td:first-child {
            width: 100%;
            max-width: 100%;
        }
    }

    /* to top button */
    .uws-to-top-button .btn-secondary {
        color: white;
    }

        .uws-to-top-button .btn-secondary:hover {
            color: white;
        }

    #uws-to-top-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
        z-index: 1000;
    }


    /* footer */
    .uws-footer-content {
        border-top: solid #4575a2 1px;
        background: #4575a2;
    }

        .uws-footer-content h5 {
            color: white;
        }

        .uws-footer-content p,
        .uws-footer-content p a,
        .uws-footer-content ul li .text-body-secondary,
        .uws-footer-content ul li {
            color: white !important
        }

    .copyright-content .copyright-text {
        line-height: 38px;
    }

    .copyright-content a {
        color: #575757;
    }

        .copyright-content a:hover {
            color: #4575a2;
            text-decoration: none;
        }

    .uws-footer-contacts ul li a,
    .uws-footer-about p a {
        text-decoration: underline;
        color: white;
    }

        .uws-footer-contacts ul li a:hover,
        .uws-footer-about p a {
            text-decoration: none;
        }

    .uws-footer-contacts p .btn-secondary {
        background: #45a25b;
        border-color: #45a25b;
    }

        .uws-footer-contacts p .btn-secondary:hover {
            background: #565e64;
            border-color: #565e64;
        }



    @media only screen and (max-width: 991px) {
        .uws-footer-about {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-footer-links {
            flex: 0 0 auto;
            width: 50%;
        }

        .uws-footer-contacts {
            flex: 0 0 auto;
            width: 50%;
        }
    }

    @media only screen and (max-width: 767px) {

        .uws-footer-links {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-footer-contacts {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uws-footer-about {
            flex: 0 0 auto;
            width: 40%;
        }

        .uws-footer-links {
            flex: 0 0 auto;
            width: 20%;
        }

        .uws-footer-contacts {
            flex: 0 0 auto;
            width: 40%;
        }
    }
