.do-not {
    display: none !important;
}
/* ======= Med centrs ======= */

.nav-scroll {
    display: none;
}
.medmain {
    background-attachment: inherit;
    background-position: top;
    padding: 70px 0 20px 0 !important;
}
.medmain-logo-wrapper {
    position: relative;
    background: transparent;
    text-align: center;
}
.medmain-logo-wrapper img {
    max-width: 150px;
}
.medmain h1 {
    position: relative;
    font-family: 'Oswald', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1.1em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    padding-top: 20px;
}
.medmain p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.medmain .ico {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
}
.medmain .ico-txt {
      display: inline-block;
}
.medmain .listbox {
    padding-top: 50px;
}
.medmain .listbox ul {
    list-style-type: none;
    overflow: hidden;
}
.medmain .listbox ul li {
    float: left;
    font-family: 'Oswald', serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    line-height: 22px;
    padding: 5px 10px 5px 0;
}
.medmain .listbox .fas {
    font-size: 20px;
}
#med-menu {
    position: relative;
    
}
nav#med-menu.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #c5a47e;
    z-index: 6;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
nav#med-menu .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 2px 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
nav#med-menu .navbar-nav .nav-link:hover {
    color: #6e410e;
}
nav#med-menu .navbar-nav .med-active {
    color: #6e410e !important;    
}
nav#med-menu .dropdown-menu, .sub-menu {
    background-color: #f9f3ec;
    top: 46px;
}
nav#med-menu .dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #f9f3ec;
    text-transform: uppercase;
}
nav#med-menu .dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #c5a47e;
}
nav#med-menu .icon-bar {
    color: #fff;
    font-size: 18px;
}
nav#med-menu .navbar-toggler {
    height: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}







@media screen and (max-width: 480px) {
    .medmain-logo-wrapper img {
    max-width: 50%;
    }

    .medmain h1 {
        font-size: 56px;
    }
    .medmain .listbox ul li {
        float: left;
        font-family: 'Oswald', serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        display: flex;
        padding: 5px 0 5px 0;
        width: 100%;
    }
    .medmain .listbox {
        padding-top: 10px;
    }
    nav#med-menu .navbar-nav .nav-link {
        padding: 5px 0 5px 0;
    }
    nav#med-menu .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #f9f3ec;
        text-align: left;
        padding: 15px 30px 30px 15px;
        margin-top: 0px;
    }
    nav#med-menu .dropdown-menu, .sub-menu {
        padding-top: 0;
    }
    nav#med-menu .dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
        border-bottom: 1px solid #eaddce;
        padding: 3px 0 3px 0;
    }
    .vl {
        border: none !important;
    }
    .med-stats {
        margin-bottom: 20px;
    }
    .parallax-header .caption h2 {
        font-size: 48px !important;
        margin-bottom: 25px !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
    }
    
}



.med-content-section {
    padding-top: 50px;
    padding-bottom: 70px;
}
.med-content-section .med-all-pr {
    border: 1px solid #666;
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: 300;
}

.med-content-section h5 {
    color: #c5a47e;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 0 10px 5px;
}
.med-content-section h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #c5a47e;
    position: relative;
    letter-spacing: 1px;
    align-items: center;
    display: inline-flex;
}
.med-content-section h3::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #c5a47e;
    width: 40px;
    height: 1px;
    margin-right: 15px;
}
.projects5 {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    min-height: 500px;
    padding: 35px 50px 0 50px;
}
.projects5 figure {
    margin: 0;
    position: relative;
    width: 20%;
    margin-left: auto;
}
.projects5.left figure {
    margin-left: 0;
    margin-right: auto;
}
.projects5 .caption {
    position: absolute;
    left: 0;
    top: 55%;
    width: 65%;
    padding: 2%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #f1f7fa;
    border-radius: 0 50px 0 50px;
}
.feature-row:hover .projects5 figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.projects5.left .caption {
    left: auto;
    right: 0;
    padding: 2%;
}
.projects5 .caption h4 {
    font-size: 30px;
    color: #585757;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.projects5 .caption h6 {
    color: #ae7737;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}
.projects5 ul li {
    font-family: 'Open Sans', serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
}
.projects5 .fas {
    font-size: 8px;
}


@media (max-width: 991.98px) {
    .projects5 {
    padding: 35px 0 0 0;
    }
    .projects5 figure, .projects5.left figure {
        width: 60%;
        margin: 0 auto;
    }
    
    .projects5.left .caption {
    padding: 20px 20px;
}
    
    .projects5 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 20px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
}
@media (max-width: 767px) {
    .projects5 {
    max-height: 100%;
    }
    .med-content-section h3 {
        font-size: 26px;
        line-height: 1.3em;
    }
    .med-content-section h3::before {
    width: 20px;
    }
    
}



.med-eq-img img {
    max-width: 225px;
}
.med-eq-img-s img {
    max-width: 400px;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.5);
}
.med-eq-text ul li {
    font-family: 'Open Sans', serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
}
.med-eq-text .fas {
    font-size: 8px;
}
.med-excl .fas {
    font-size: 18px;
}
.med-eq-text span {
    font-family: 'Open Sans', serif;
    font-size: 22px;
}
.med-eq-text th, tr, td {
    padding: 5px 10px !important;
}
.med-baloon-r {
    background: #fdf2f2;
    border-radius: 0 50px 0 50px;
    padding: 20px;
    min-height: 300px;
}

.pt-20 {
    padding-top: 20px;
}
.med-stats {
    text-align: center;
    padding: 0 20px 0 20px;
}
.med-stats p {
    font-family: 'Oswald', serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c5a47e;
}
.med-stats span {
    font-family: 'Oswald', serif;
    letter-spacing: 0.5px;
    font-size: 32px;
    font-weight: 400;
    color: #c5a47e;
}
.vl {
    border-right: 2px solid #c5a47e;
    height: 100px;
}
.s-circle {
    border: 2px solid #c5a47e;
    background-color: #FFFFFF;
    height: 150px;
    border-radius:50%;
    width: 150px;
}
.o-hidden span, .med-banner span {
    border: 1px solid #fff;
    margin-top: 50px;
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: 300;
}
.med-banner ul {
    margin-top: 10px;
    list-style-type: none;
}
.med-banner ul li {
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    color: #fff;
}
.med-banner .fas {
    font-size: 14px;
}
.med-banner h1 {
    position: relative;
    font-family: 'Oswald', serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.1em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.med-banner p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.accordion-box .block .acc-btn:before {
    top: 15px !important;
}
.accordion-box .block .content .text {
    line-height: 1.8em !important;
}
/* .accordion-box .block {
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.5);
} */
.med-content-section .rules p {
    font-size: 16px;
    font-family: 'Open Sans', serif;
}
.we-hiring .hiring-img img {
    max-width: 370px;
}
.cenradis h4 {
    font-family: 'Open Sans', serif;
    font-size: 28px;
    font-weight: 300;
    margin: 20px 0 20px 0 !important;
}
tr.cena-ident {
    background: #c5a47e;
    color: #fff;
}
tr.cena-ident td {
    font-size: 15px;
    font-weight: 500;
}
.team .item {
    min-height: 250px;
}
.team .info h6 {
    font-size: 24px !important;
    font-weight: 300;
}
.team .info span {
    font-size: 16px;
    font-weight: 300;
}
.team .info p {
    font-size: 14px !important;
}


