@import url("https://use.typekit.net/jkz8uzy.css");

body {
    font-family: open-sans, sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    background-color: #005c24;
}
body.dark, .dark #wrapper, .dark #content, .dark .shop-quick-view-ajax, .dark .portfolio-ajax-modal,
.dark .ajax-modal-title, .dark .modal-content, .dark .page-transition-wrap,
body.dark #side-panel, body #side-panel.dark {
    background-color: #005c24;
}
#logo a, #footer-logo a {
    font-family: open-sans, sans-serif;
    font-size: 40px;
    letter-spacing: 0;
}
#logo {
    /*margin-left: auto;*/
}
#logo .logo-image, #footer-logo .logo-image {
    float: left;
}
#logo .logo-image img {
    max-height: 80px;
}
#footer-logo .logo-image img {
    max-height: 55px;
}
#logo .logo-text, #footer-logo .logo-text {
    float: left;
    font-size: 13px;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 1.2;
    padding: 2px 0 0 8px;
}
#logo .logo-text span.title, #footer-logo .logo-text span.title {
    display: block;
    font-size: 30px;
    color: #e1001a;
    text-transform: none;
}
#logo .logo-text span.subtitle, #footer-logo .logo-text span.subtitle {
    padding-left: 7px;
}
#footer-logo:hover {
    color: #e1001a !important;
    text-decoration: none !important;
}

#header.dark, .dark #header {
    background-color: #005c24;
}
#header.transparent-header.semi-transparent #header-wrap, #header.transparent-header.semi-transparent #header-wrap {
    background-color: rgba(255,255,255,0.3) !important;
}
#header-wrap {
    background-color: rgba(0,0,0,0.8) !important;
}
.dark #header-wrap {
    background-color: rgba(0,0,0,0.8) !important;
}
.menu-container {
    padding-left: 0;
}

.menu-container:not(.mobile-primary-menu) {
}

.primary-menu .menu-link {
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #20409a;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}
.dark .primary-menu .menu-link {
    color: #fff;
}
.menu-item:hover > .menu-link,
.menu-item.current > .menu-link,
.dark .menu-item:hover > .menu-link,
.dark .menu-item.current > .menu-link {
    color: #20409a !important;
}

.dark .header-misc-icon > a:hover {
    color: #20409a;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container,
.dark .primary-menu:not(.not-dark) .mega-menu-content {
    background-color: rgba(255,255,255,0.8);
    border-top-color: #20409a;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    color: #20409a !important;
    background-color: #fff;
}

#top-cart {
    position: relative;
}
#top-cart .menu-item:not(:first-child) {
    border-top: 0;
}

.top-cart-content {
    opacity: 0;
    position: absolute;
    width: 280px;
    height: auto !important;
    border-top: 2px solid #1ABC9C;
    top: calc( 100% + 22px );
    right: 0 !important;
    margin: -10000px 0 0;
    z-index: auto;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
}

#top-cart.on-hover:hover .top-cart-content,
.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 399;
    margin-top: 0;
}

.top-cart-items {
    padding: 1rem;
}

.top-cart-content {
    width: 150px;
    border-top-color: #20409a !important;
    top: calc(100% + 40px);
}
.lang-container {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    border-top-color: #e1001a;
}
.lang-container .menu-link {
    font-family: proxima-nova, sans-serif !important;
    font-size: 12px;
    font-weight: 300 !important;
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.lang-container .menu-item:hover > .menu-link {
    background-color: rgba(255,255,255,0.2);
    padding-left: 18px;
    color: #e1001a;
}

#home-logos img {
    max-height: 70px;
    margin: 15px 0;
}

#home-buttons {
    margin: 40px 40px 0 40px;
}

.home-category-title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-family: open-sans-condensed, sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.category-box {
    width: 40px;
    height: 42px;
    border: 1px solid #eee;
    padding: 5px 5px;
    border-radius: 3px;
}

.category-box-active {
    border: 2px solid #0C9A9A;
}
.text-gray-300 {
    color: #d2d6dc !important;
}
.text-gray-400 {
    color: #9fa6b2 !important;
}
.text-gray-500 {
    color: #6b7280 !important;
}
.text-yellow {
    color: #eabb00 !important;
}
.text-rift {
    font-family: rift-soft, sans-serif;
}
.bg-yellow {
    background-color: #ffcc29 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.i-rounded:hover, .i-circled:hover {
    background-color: #e1001a !important;
}

.slider-caption h2 {
    font-size: 2.5rem;
}

.content-wrap {
    padding: 30px 0;
}

h1, h2, h3, h4 {
    font-family: open-sans, sans-serif;
    font-weight: 600;
    color: #20409a;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h2 {
    color: #20409a;
}
h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 500;
}
h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) {
    font-family: proxima-nova, sans-serif !important;
    text-align: left !important;
    color: #888;
}
small {
    font-family: pt-sans, sans-serif;
}

p {
}
b, strong {
    font-weight: 600;
}
a {
    color: #20409a;
}
.dark a {
    color: #20409a;
}
.dark a:not([class*="btn-"]):not([class*="button-"]):not([class*="menu-"]):hover {
    color: #dff348;
    text-decoration: underline !important;
}
ul, ol {
    padding-left: 30px;
    margin-bottom: 15px;
}
.iconlist-color li i {
    color: #aaa !important;
}
.lector h2 {
    font-family: open-sans-condensed, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}
.promo.parallax {
    padding: 30px 0 !important;
}
.promo-home .container {
    width: 85%;
}
.promo-home h3 {
    font-size: 16px;
    font-weight: 300;
}
.promo-home p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.top-search-form input {
    font-size: 16px;
    font-weight: 300;
}
#page-title h1 {
    font-family: open-sans-condensed, sans-serif !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-shadow: 2px 2px 3px #000 !important;
}
.dark #footer, #footer.dark {
    border-top: none;
}
.dark #copyrights, #copyrights.dark {
    color: #fff;
    background-color: #20409a !important;
}
#copyrights {
    padding: 20px 0;
}
#copyrights a {
    color: #fff;
}
#copyrights a:hover {
    color:  #fff6b1;
}
#copyrights img {
    /*filter: grayscale(100%);*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 70px;
}
#copyrights img:hover {
    filter: none;
}
#copyrights .footer-menu {
}
#copyrights .footer-menu ul {
    list-style-type: none;
    font-size: 12px;
    padding-left: 0;
}
#copyrights .footer-menu ul li {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    /*border-bottom: 1px solid #555;*/
}
#copyrights .footer-menu ul li:hover a {
    color: #fff !important;
    text-decoration: none;
}
#gotoTop:hover {
    background-color: #fff;
}
.counter {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
}
.gdpr-settings {
    background-color: #fff;
    padding: 1.5rem 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}
.lead {
    font-size: 0.9rem;
}

ul.pagination, ul.simple-pagination {
    display: inline-block;
    left: auto;
    right: auto;
    font-family: proxima-nova, sans-serif !important;
    font-size: 13px;
    padding: 0;
}
ul.simple-pagination {
    font-size: 15px;
}
.pagination .page-item, .simple-pagination .page-item {
    display: inline-block;
}
.pagination .page-link {
    color: #888;
    border-radius: 100% !important;
    width:36px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 5px 5px 0;
}
.simple-pagination .page-link {
    color: #888;
    border: none;
    padding: 0.3rem 0.5rem;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    background-color: #b0c700 !important;
    border-color: #b0c700 !important;
}
.simple-pagination .page-item.disabled .page-link {
    color: #ddd;
}
.button {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400;
}
.button.button-mini {
    line-height: 22px;
    padding: 2px 10px 1px 10px;
}
.button.button-border {
    font-weight: 400;
    border: 1px solid #444;
}
.dark .button.button-border:not(.button-light):not(.button-fill):hover {
    color: #444;
    background-color: #f8f9fa;
}
.button-white {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.button-white:hover {
    text-shadow: none;
    background-color: #cfd2d6 !important;
    border-color: #dae0e5 !important;
}
.button-border.button-yellow, .button-border.button-yellow.button-fill.button-light:hover {
}
.button-goto-depot {
    position: absolute;
    top: 5px;
    right: 5px;
}
.badge-border {
    font-weight: 400;
    background-color:none !important;
    border: 1px solid #444;
}
.badge-border.text-danger {
    border-color: #e3342f !important;
}

.portfolio-ajax-modal, .shop-quick-view-ajax {
    width: auto !important;
    max-width:1000px !important
}
.product-detail-lightbox h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: -2px;
}
.product-detail-lightbox h3 {
    font-size: 18px;
}
.product-detail-lightbox p {
    font-weight: 300;
}
.img-fluid-vertically {
    width: 100%;
    height: auto;
}
.search-results em {
    color: #b0c700 !important;
    font-weight: 300;
    font-style: normal;
    background-color: #efefef;
}
.news-box {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-box .news-arrow {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.news-box .news-arrow i {
    font-size: 24px;
    color: #d8d8d8;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-box:hover .news-arrow i {
    color: #aaa;
}
/*.owl-item {*/
/*    height: 90px;*/
/*}*/
.owl-item img {
    margin-top: auto;
    margin-bottom: auto;
}
.sidebar .sidebar-widgets-wrap {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}
.sidebar ul.sidebar-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.sidebar ul.iconlist-color li i {
    color: #b0c700 !important;
}
.sidebar ul.iconlist-color li a {
    color: #aaa !important;
}
.sidebar ul.iconlist-color li:hover a,
.sidebar ul.iconlist-color li.current a {
    color: #222 !important;
}

#services-container .service-box h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 400;
}
#services-container .service-box p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin-top: 0;
}
#services-container .service-box-horizontal .fbox-media img {
    border-radius: 5px 0 0 5px;
}
#services-container .service-box-horizontal .fbox-content {
    border: 1px solid #e5e5e5;
    border-radius: 0 5px 5px 0;
    padding: 20px;
}
#team-container .team-box {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px;
}
#team-container .team-box img {
    filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#team-container .team-box:hover img {
    filter: none;
}
#team-container .team-box h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    font-weight: 500;
}
#team-container .team-box h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-align: left;
}
#team-container .team-box p {
    font-size: 13px;
    margin: 15px 0 0 0;
    font-weight: 300;
    line-height: 1.6;
}
#team-container .read-more-wrap .read-more-trigger {
    bottom: -10px;
    right: -10px;
}

.form-group label {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    text-transform: none;
}

label.error {
    display: inherit !important;
}
.table-timetable {
    border-color: #888;
    min-width: 600px;
}
.table-timetable > thead > tr {
    background-color: #32cc62;
}
.table-timetable > thead > tr > th,
.table-timetable > tbody > tr > td {
    vertical-align: middle;
}
.table-timetable > tbody > tr > td {
    /*padding: 0 0 8px 0;*/
}
.table-timetable > tbody > tr > td > img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin-bottom: 5px;
}
.table-timetable > thead > tr > th {
    font-family: pt-sans-caption, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.table-timetable > thead > tr > th > small {
    text-transform: uppercase;
}
.table-timetable h4 {
    font-family: pt-sans-narrow, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: inherit !important;
    text-align: center;
    /*padding: 0 5px;*/
}
.table-timetable h5 {
    font-family: pt-sans-narrow, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: inherit !important;
    text-align: center;
    /*padding: 0 5px;*/
}
.table-timetable .time {
    font-family: pt-sans-narrow, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #4fd6f5;
    letter-spacing: 0.5px;
}
.table-timetable .lecture {
    text-align: center;
    background-color: #a6ecfc;
}

.table-prices {
    border-color: #888;
    min-width: 700px;
}
.table-prices > thead > tr {
    background-color: #32cc62;
}
.table-prices > thead > tr > th {
    font-family: pt-sans-caption, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.table-prices > tbody > tr > td {
    font-family: pt-sans-caption, sans-serif;
    font-weight: 300;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.3;
    background-color: #c1effa;
}
.table-prices .text-info {
    color: #b0c700 !important;
}
.table-prices .text-secondary {
    color: #e5597d !important;
}
.table-prices > tbody > tr > td > small {
    font-family: pt-sans-narrow, sans-serif;
    font-size: 13px;
}
.table-prices .day-price {
    font-size: 30px;
    font-weight: 600;
}

.error-logo img{
    max-height: 130px;
}
.error404-wrap .error404 {
    opacity: 0.8;
    font-size: 10vw;
}

.home-aksakovo {
    padding-bottom: 200px;
}

.home-aksakovo p {
    font-weight: 500;
    text-align: left;
}

.post-grid .entry {
    padding-bottom: 0;
}
.post-grid .entry .grid-inner {
    border: 1px solid #eee;
    padding: 0 20px;
    background-color: #e8f0f5;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    #logo {
        margin-left: 0;
    }
    #logo img {
        max-height: 80px;
    }

    #home-buttons {
        margin: 20px 30px 0 30px;
    }

    .home-category-title {
        font-size:9px;
    }

    .promo-home .container {
        width: 100%;
    }
    .promo-home h1 {
        font-size: 35px;
        letter-spacing: 1px;
        text-align: left;
    }
    .promo-home h3 {
        font-size: 24px;
    }
    .promo-home p {
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
    }
    .lector h2 {
        font-size: 18px;
    }

    #home-logos img {
        max-height: 100px;
    }

    .news-box {
    }
    .news-box:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15), 0 2px 20px 0 rgba(0, 0, 0, 0.13);
    }
    .news-box .thumbnail {
        max-height: 130px;
        overflow: hidden;
    }
    .news-box .thumbnail-logo,
    .news-box .thumbnail-logo img {
        max-height: 130px;
    }
    .table-timetable h4 {
        font-size: 20px;
    }
    .table-timetable h5 {
        font-size: 16px;
    }
    .table-timetable .time {
        font-size: 18px;
    }

    .home-aksakovo {
        padding-bottom: 250px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #home-buttons {
        margin: 40px 100px 0 100px;
    }

    .category-box {
        width: 55px;
        height: 58px;
    }

    .home-category-title {
        font-size:11px;
        bottom: 4px;
    }

    .top-search-form input {
        font-size: 20px;
        font-weight: 300;
    }
    .promo-home h1 {
        font-size: 45px;
        letter-spacing: 2px;
        text-align: left;
    }
    .promo-home p {
        font-size: 22px;
        line-height: 1.5;
        text-align: left;
    }
    .slider-caption h2 {
        font-size: 4rem;
    }

    .img-fluid-vertically {
        width: auto;
        height: 80vh;
        max-width: 100%;
    }
    #services-container .service-box p {
        font-size: 12px;
        line-height: 1.5;
    }

    .home-aksakovo {
        padding-bottom: 300px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .dark #header.transparent-header, #header.transparent-header.dark, .dark #header.transparent-header:not(.sticky-header) #header-wrap, #header.transparent-header.dark:not(.sticky-header) #header-wrap {
        background-color: rgba(255,255,255,0.2) !important;
    }
    #header.transparent-header.dark:not(.sticky-header) #header-wrap .header-misc a {
        color: #005c24;
    }
    .dark .primary-menu .menu-link {
        color: #005c24;
    }
    #header.transparent-header.dark.sticky-header .primary-menu .menu-link {
        color: #fff;
    }
    .lang-container .menu-link {
        /*color: #fff !important;*/
    }

    #page-title .container {
        padding-top: 50px !important;
    }

    .primary-menu .menu-link {
        letter-spacing: 0;

    }
    /*.primary-menu .menu-link div {*/
    /*    padding: 7px 15px;*/
    /*    background-color: rgba(0,92,36,1);*/
    /*    border-radius: 4px;*/
    /*}*/
    .sub-menu-container, .mega-menu-content {
        border-top-color: #b0c700;
    }

    #home-buttons {
        margin: 120px 200px 0 200px;
    }

    .category-box {
        width: 55px;
        height: 58px;
    }

    .promo-home h1 {
        font-size: 55px;
        letter-spacing: 2px;
        text-align: left;
    }
    .promo-home p {
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
    }

    .news-box .thumbnail,
    .news-box .thumbnail-logo,
    .news-box .thumbnail-logo img {
        max-height: 200px;
    }

    .home-aksakovo {
        padding-bottom: 400px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #home-buttons {
        margin: 120px 250px 0 250px;
    }

    .home-category-title {
        font-size: 14px;
    }

    .category-box {
        width: 70px;
        height: 73px;
    }

    .primary-menu .menu-link {
        padding-left: 8px;
        padding-right: 8px;
        letter-spacing: 0.5px;
    }

    .news-box .thumbnail,
    .news-box .thumbnail-logo,
    .news-box .thumbnail-logo img {
        max-height: 310px;
    }
    .news-box h2 {
        font-size: 28px;
    }
    #services-container .service-box p {
        font-size: 13px;
        line-height: 1.5;
    }

    .home-aksakovo {
        padding-bottom: 500px;
    }

    .home-aksakovo p {
        text-align: center;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1440px) {

    #home-buttons {
        margin: 150px 250px 0 250px;
    }

    .home-category-title {
        font-size: 18px;
    }

    .news-box .thumbnail,
    .news-box .thumbnail-logo,
    .news-box .thumbnail-logo img {
        max-height: 270px;
    }
    #services-container .service-box p {
        font-size: 15px;
        line-height: 1.6;
    }

    .home-aksakovo {
        padding-bottom: 700px;
    }

}
