.post-entry a {
    color: #000000 !important;
    text-decoration: none !important;
    box-shadow: inset 0 -2px 0 #940620c2;
}

.post-entry a:hover {
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: inset 0 -18px 0 #940620c2;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, copyright {
    display: block
}

body {
    line-height: 1
}

ol, ul, nav, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    width: 100%
}

html * {
    max-height: 1000000px
}

body {
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    width: 100%;
    min-height: 100%;
    line-height: 22px;
    font-size: 15px;
    background: #f2f2f2;
    position: relative;
    color: #000000;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-size-adjust: none;
    text-rendering: optimizelegibility;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    cursor: pointer
}

a:hover, a:active, a:focus {
    text-decoration: none
}

p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
    margin-bottom: 22px
}

ol {
    padding-left: 17px
}

ol li {
    list-style: decimal
}

ul {
    padding-left: 17px
}

ul li {
    list-style: disc
}

p a, ul a, ol a {
    color: #000
}

p a:hover, ul a:hover, ol a:hover {
    color: #940620
}

input, button, textarea, select {
    outline: none !important
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.f_left {
    float: left
}

.f_right {
    float: right
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

strong, b {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-weight: normal
}

.content {
    max-width: 1320px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden
}

.custom-cols .row {
    margin-left: -7px;
    margin-right: -8px
}

.custom-cols div[class^="col-"] {
    padding-left: 7px;
    padding-right: 8px
}

header a {
    display: block
}

header .header-logo {
    padding: 39px 0 37px 0;
    position: relative
}

header .header-logo .language-chooser {
    position: absolute;
    right: 0;
    bottom: 6px;
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
    z-index: 2
}

header .header-logo .language-chooser li {
    list-style: none;
    display: table-cell
}
/* Hide the language-chooser on mobile devices with a width less than 500px */
@media (max-width: 1199px) {
    header .header-logo .language-chooser {
        display: none;
    }
}
header .header-logo .language-chooser li a {
    padding: 0 10px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    font-family: "HelveticaNeueCyr-Roman", sans-serif;
    position: relative
}


header .header-logo .language-chooser li a:hover {
    color: #940620
}

header .header-logo .language-chooser li + li a {
    padding-left: 11px
}

header .header-logo .language-chooser li + li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 1px;
    margin-top: -8px;
    background: #d9d9d9
}

header .header-logo li.wpml-ls-current-language a {
    color: #940620;
    font-family: "HelveticaNeueCyr-Bold", sans-serif
}

header .header-logo div[class^="col-"] {
    position: static
}

header .header-logo button {
    display: none
}

header .header-logo a.logo-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header .header-logo a.logo-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header .header-logo a.logo-link div {
    position: relative;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    z-index: 2
}

header .header-logo a.logo-link img {
    display: inline-block;
    vertical-align: middle;
    height: 80px
}

header .header-logo a.logo-link .mobile-logo {
    display: none
}

header .header-logo a.logo-link:hover:before {
    background: #000;
    -webkit-transform: scale(0.95, 1) translateY(-2px);
    -moz-transform: scale(0.95, 1) translateY(-2px);
    -o-transform: scale(0.95, 1) translateY(-2px);
    transform: scale(0.95, 1) translateY(-2px)
}

header .header-logo a.logo-link:hover:after {
    background: #000;
    -webkit-transform: scale(0.88, 1) translateY(2px);
    -moz-transform: scale(0.88, 1) translateY(2px);
    -o-transform: scale(0.88, 1) translateY(2px);
    transform: scale(0.88, 1) translateY(2px)
}

.mobile-nav-top {
    display: none
}

nav:not(.navigation) {
    width: 100%;
    display: table;
    background: #fff;
    margin-bottom: 15px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #999999;
}

nav:not(.navigation) li {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    /* border-left: 1px solid #000;
    border-right: 1px solid #000 */
}

nav:not(.navigation) li a {
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-family: "PlayfairDisplay-Regular", serif;
    text-align: center;
    padding: 16px 8px 14px 8px;
    display: block
}

nav:not(.navigation) li:hover {
	    /* background: #940620 */
}
nav:not(.navigation) li a:hover {
    color: #940620;
	font-weight: 700
}

nav:not(.navigation) li:first-child {
    border-left: none
}

nav:not(.navigation) li:last-child {
    border-right: none
}

nav:not(.navigation) li.current-menu-item a {
    color: #940620;
	font-weight: 700;
}
nav:not(.navigation) li.current-menu-item {
    /*background: #940620*/
}

.top-banners {
    padding-bottom: 15px
}

.top-banners a {
    display: block;
    border: 1px solid #999
}

.top-banners a img {
    width: 100%;
    display: block
}

.top-banners a:hover {
    border-color: #000
}

.flexslider {
    margin-bottom: 15px;
    overflow: hidden
}

.flexslider .slides li {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.flexslider .slides li > div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.flexslider .slides li .caption {
    position: absolute;
    padding: 20px 40px 20px 20px;
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    line-height: 26px;
    opacity: 1;
    margin-top: 60px;
    -webkit-transition: opacity 0.6s ease-in-out 0.2s, margin 0.7s ease-in-out 0.3s;
    -moz-transition: opacity 0.6s ease-in-out 0.2s, margin 0.7s ease-in-out 0.3s;
    -o-transition: opacity 0.6s ease-in-out 0.2s, margin 0.7s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.2s, margin 0.7s ease-in-out 0.3s
}

.flexslider .slides li .caption .inverse-button {
    margin-top: 44px
}

.flexslider .slides li .caption .text-layout-2 {
    margin-top: 24px
}

.flexslider .slides li .caption .text-layout-1 {
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    color: #940620
}

.flexslider .slides li .caption h3 {
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: "PlayfairDisplay-Bold", serif
}

.flexslider .slides .animate-caption .caption {
    opacity: 1;
    margin-top: 0
}

.inverse-button {
    display: inline-block;
    min-width: 150px;
    height: 47px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
    margin: 0;
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 0 20px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    text-decoration: none !important;
    -webkit-appearance: none;
    overflow: hidden
}

.inverse-button span {
    position: relative;
    text-decoration: none !important;
    z-index: 2
}

.inverse-button:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #940620;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1
}

.inverse-button:hover {
    color: #fff
}

.inverse-button:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.center-text {
    text-align: center
}

.home-banners-content a {
    display: block;
    width: 100%
}

.home-banners-content a .image-holder {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%
}

.home-banners-content a img {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -moz-transform: scale(1, 1) translate(-50%, 0);
    -o-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-backface-visibility: hidden
}

.home-banners-content a .hover-overlay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden
}

.home-banners-content a .image-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    position: relative;
    -webkit-backface-visibility: hidden
}
/* Adjust padding for Arabic or any RTL text */
:dir(rtl) .home-banners-content a .image-text {
    padding-left: 0; /* Remove left padding */
    padding-right: 40px; /* Add right padding */
}
.home-banners-content a .image-text .date {
    font-size: 13px;
    line-height: 30px;
    font-family: "HelveticaNeueCyr-Roman", sans-serif
}

.home-banners-content a .image-text h4 {
    text-transform: uppercase;
    font-family: "PlayfairDisplay-Bold", serif;
    font-size: 20px;
    line-height: 35px;
    width: 200px
}

.home-banners-content a:hover img {
    -webkit-transform: scale(1.02, 1.02) translate(-50%, 0);
    -moz-transform: scale(1.02, 1.02) translate(-50%, 0);
    -o-transform: scale(1.02, 1.02) translate(-50%, 0);
    transform: scale(1.02, 1.02) translate(-50%, 0)
}

.home-banners-content a:hover .hover-overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.home-banners-content a + a {
    margin-top: 15px
}

.home-banners-content .light-theme {
    color: #fff
}

.home-banners-content .dark-theme {
    color: #000
}

.home-banners-content .dark-theme .hover-overlay {
    background: rgba(242, 242, 242, 0.6)
}

.home-banners-content .center-text .image-text {
    width: 100%;
    padding: 0 35px
}

.home-banners-content .center-text .image-text h4 {
    width: 100%
}

.home-banners-content .full-height .image-holder {
    height: 560px;
    line-height: 560px
}

.home-banners-content .small-height .image-holder {
    height: 205px;
    line-height: 205px
}

.home-banners-content .middle-height .image-holder {
    height: 340px;
    line-height: 340px
}

h1, .h1 {
    position: relative;
    text-align: center;
    padding: 40px 0
}

h1:before, .h1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #999
}

h1 span, .h1 span {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 33px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 50px;
    font-family: "PlayfairDisplay-Bold", serif;
    max-width: 74%
}

.videos-cols iframe {
    width: 100%;
    display: block;
    margin-bottom: 12px
}

.videos-cols h5 {
    font-family: "PlayfairDisplay-Bold", serif;
    font-size: 17px;
    line-height: 25px;
    color: #000
}

.main-wrapper {
    padding-bottom: 20px
}

footer {
    border-top: 1px solid #999;
    padding: 45px 0;
    font-family: "HelveticaNeueCyr-Roman", sans-serif
}

footer ul {
    padding-left: 0
}

footer ul li {
    list-style: none
}

footer .footer-nav {
    float: right;
    text-align: right;
    position: relative
}

footer .footer-nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 70px;
    background: #d9d9d9
}

footer .footer-nav li {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px
}

footer .footer-nav li a {
    color: #000
}

footer .footer-nav li a:hover {
    color: #940620
}

footer .footer-nav li + li {
    margin-top: 15px
}

footer .copy {
    text-align: center
}

footer .copy copyright {
    padding: 0 80px;
    color: #000;
    line-height: 19px
}

footer .copy copyright div div {
    text-transform: uppercase;
    margin-bottom: 15px
}

footer .copy copyright div div a {
    color: #000
}

footer .copy copyright div div a span {
    color: #940620
}

footer .copy copyright div div a:hover {
    text-decoration: underline
}

footer .copy copyright p {
    font-size: 13px
}

footer .copy copyright .developers {
    display: inline-block;
    color: #000;
    line-height: 23px;
    height: 23px
}

footer .copy copyright .developers span {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: bottom
}

footer .copy copyright .developers img {
    opacity: 0.6;
    vertical-align: bottom;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

footer .copy copyright .developers:hover img {
    opacity: 1
}

footer .socials {
    position: relative
}

footer .socials:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 70px;
    background: #d9d9d9
}

footer .socials .title {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 17px;
    color: #000
}

footer .socials li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top
}

footer .socials li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    border-radius: 50%
}

footer .socials li a:hover {
    background: #940620
}

.top-page {
    position: relative
}

.top-page .breadcrumbs {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.top-page .breadcrumbs a, .top-page .breadcrumbs span, .top-page .breadcrumbs div {
    display: block;
    float: left;
    margin-right: 7px;
    font-size: 13px;
    line-height: 25px
}

.top-page .breadcrumbs .separate {
    color: #940620
}

.top-page .breadcrumbs a {
    color: #000
}

.top-page .breadcrumbs a:hover {
    color: #940620
}

.post-preview-image .image-wrapper {
    position: relative;
    margin-bottom: 12px
}

.post-preview-image .image-wrapper > img {
    display: block;
    width: 100%
}

.post-preview-image .image-wrapper .hover-overlay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden
}

.post-preview-image .image-wrapper .hover-overlay img {
    display: block;
    position: absolute;
    width: 24px;
    height: 36px;
    right: 30px;
    top: 50%;
    margin-top: -18px
}

.post-preview-image:hover .image-wrapper .hover-overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.post-preview {
    display: block
}

.post-preview .date {
    font-size: 13px;
    line-height: 26px;
    font-family: "HelveticaNeueCyr-Roman", sans-serif;
    color: #aaa
}

.post-preview h4 {
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-family: "PlayfairDisplay-Bold", serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.post-preview h5 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.post-preview p {
    margin-top: 10px;
    color: #000000
}

.post-preview:hover h4, .post-preview:hover h5 {
    color: #940620
}

.post-preview-text {
    padding: 20px 25px 25px 25px;
    border: 1px solid #999;
    background: #fcfcfc
}

.post-preview-text:hover {
    border-color: #000
}

aside .fb_iframe_widget {
    padding-top: 0px;
    margin-top: 30px;
    min-height: 180px
}

aside .fb_iframe_widget span {
    width: 100% !important;
    min-height: 180px
}

aside .widgets-wrap + #sb_instagram {
    margin-top: 20px
}

aside .post-preview {
    margin-bottom: 20px
}

aside .post-preview-image {
    border-bottom: 1px solid #999;
    padding-bottom: 16px
}

aside .instagram-wrapper h2 {
    border: 1px solid #d9d9d9;
    background: #fcfcfc;
    padding: 11px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "PlayfairDisplay-Bold", serif;
    margin-bottom: 10px
}

aside .instagram-wrapper h2 span {
    color: #940620
}

.category-list .grid-item {
    margin-bottom: 30px
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-appearance: none;
    background: #ededed;
    border: 1px solid #ededed;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    color: #000;
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    padding: 6px 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #ededed;
    background: #f4f4f4
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #b90225;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: -20px
}

div.wpcf7-response-output {
    margin: 0 !important;
    border: none !important;
    font-size: 15px;
    line-height: 20px;
    padding: 0 !important
}

div.wpcf7-validation-errors {
    color: #b90225
}

div.wpcf7-mail-sent-ok {
    color: #398f14
}

.g-recaptcha {
    margin-bottom: 20px
}

form label {
    color: #aaa;
    font-size: 15px;
    line-height: 30px;
    width: 100%
}

input.error, textarea.error, input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #b90225
}

input.error:focus, textarea.error:focus, input.wpcf7-not-valid:focus, textarea.wpcf7-not-valid:focus {
    border-color: #b90225
}

textarea {
    resize: vertical;
    height: 200px
}

input[type="submit"].action-button {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

input[type="submit"].action-button:hover {
    background: #940620
}

li.widget_social_icon_widget {
    display: none !important
}

.contacts .title {
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-family: "PlayfairDisplay-Bold", serif;
    margin-bottom: 26px
}

.contacts .emails-list {
    margin-bottom: 36px
}

.contacts .emails-list div + div {
    margin-top: 15px
}

.contacts .mail-us {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    color: #666
}

.contacts .mail-us:hover {
    color: #940620;
    text-decoration: underline
}

.contacts .social-list {
    padding: 0
}

.contacts .social-list li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
    vertical-align: top
}

.contacts .social-list li a {
    display: block;
    color: #939ea5;
    border: 2px solid #939ea5;
    font-size: 18px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%
}

.contacts .social-list li a i {
    line-height: 36px
}

.contacts .social-list li a:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.contacts .social-list li:last-child {
    margin-right: 0
}

.contact-form .title {
    margin-bottom: 22px
}

.action-button {
    display: block;
    height: 47px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-size: 15px;
    margin: 0;
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    position: relative;
    background: #000;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    text-decoration: none !important;
    -webkit-appearance: none;
    overflow: hidden
}

.action-button span {
    position: relative;
    text-decoration: none !important
}

.action-button span i {
    font-size: 18px
}

.action-button span .fa-angle-left {
    margin-right: 10px
}

.action-button span .fa-angle-right {
    margin-left: 10px
}

.action-button:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #940620;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.action-button:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.action-button.red-action {
    background: #940620
}

.action-button.red-action:before {
    background: #000
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    color: #000;
    font-family: "PlayfairDisplay-Bold", serif;
    text-align: center
}

.post-content h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 25px;
    text-align: left
}

.post-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px;
    padding-top: 10px
}

.post-content h4 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 19px;
    padding-top: 8px
}

.post-content h5, .post-content h6 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-top: 5px
}

.post-content .main-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px
}

.post-content .main-image iframe {
    width: 100%;
    display: block
}

.post-content .date, .post-content .qty-comments {
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
    font-family: "HelveticaNeueCyr-Roman", sans-serif
}

.post-content .post-entry {
    margin-top: 10px
}

.post-content .post-entry a {
    color: #940620
}

.post-content .post-entry a:hover {
    text-decoration: underline
}

.post-content .post-entry .videos-frames {
    padding-top: 10px
}

.post-content .post-entry img {
    max-width: 100%;
    height: auto !important
}

.videos-frames iframe {
    width: 100%;
    display: block
}

.post-content.text-post h2 {
    text-align: center
}

.post-content.text-post .wrapper-post-text {
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    position: relative
}

.post-content.text-post .wrapper-post-text:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 90px;
    top: 4px;
    left: 50%;
    margin-left: -45px;
    background: #d9d9d9
}

.wrapper-post-gallery {
    padding-top: 20px
}

.wrapper-post-gallery .post-preview-image .image-wrapper {
    margin-bottom: 0
}

.wrapper-post-gallery .post-preview-image .image-wrapper .hover-overlay img {
    display: block;
    position: absolute;
    width: 49px;
    height: 50px;
    right: 50%;
    top: 50%;
    margin-top: -25px;
    margin-right: -25px
}

.category-list.videos-frames .videos-cols {
    margin-bottom: 30px
}

.category-list.videos-frames .videos-cols h5 {
    height: 50px;
    overflow: hidden
}

#sb_instagram .sbi_header_text .sbi_bio, #sb_instagram .sbi_header_text h3 {
    float: right;
    color: #000;
    font-family: "HelveticaNeueCyr-Roman", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    margin: 0 !important;
    padding-left: 60px !important;
    padding-top: 4px !important
}

#sb_instagram .sbi_header_text .sbi_bio span, #sb_instagram .sbi_header_text h3 span {
    display: inline-block
}

#sb_instagram .sbi_header_text .sbi_bio span b, #sb_instagram .sbi_header_text h3 span b {
    font-size: 14px
}

#sb_instagram .sbi_header_text .sbi_bio span + span, #sb_instagram .sbi_header_text h3 span + span {
    margin-left: 20px
}

#sb_instagram .sb_instagram_header a {
    width: 100%
}

#sb_instagram .sb_instagram_header {
    margin-bottom: 9px
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_text h3 {
    color: #000
}

.fb_iframe_widget {
    display: block !important;
    width: 100%;
    margin-top: 50px
}

.fb_iframe_widget span {
    width: 100% !important
}

.fb_iframe_widget span iframe {
    width: 100% !important
}

.fb_iframe_widget.post-fb {
    display: block !important;
    width: auto;
    margin-top: 45px;
    margin-right: -8px;
    margin-left: -8px
}

.issuuembed {
    margin-bottom: 50px
}

.widgets-wrap {
    padding: 0;
    margin: 0 !important;
    list-style: none
}

.widgets-wrap li {
    list-style: none
}

.widgets-wrap .widget img {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.widgets-wrap .widget h4 {
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-family: "PlayfairDisplay-Bold", serif;
    text-align: center;
    margin-bottom: 14px
}

.widgets-wrap .widget .textwidget.custom-html-widget {
    text-align: center
}

.journal-buy {
    margin-top: -16px
}

.journal-buy .widgets-wrap {
    width: 45%;
    margin: 0 auto 20px auto !important
}

.journal-buy .widgets-wrap .widget h4 {
    font-size: 18px;
    line-height: 26px
}

.post-navigation {
    margin-top: 45px;
    float: left;
    width: 100%
}

.post-navigation h2 {
    display: none
}

.post-navigation .nav-links {
    float: left;
    width: 100%
}

.post-navigation .nav-previous {
    float: left
}

.post-navigation .nav-next {
    float: right
}

.post-navigation .action-button {
    height: 40px;
    line-height: 40px
}

.error-page {
    margin-left: -300px;
    margin-right: -300px;
    background: #f2f2f2;
    text-align: center
}

.error-page .title-error {
    color: #000;
    font-family: "PlayfairDisplay-Regular", serif;
    font-size: 90px;
    line-height: 1.2;
    padding-top: 40px
}

.error-page .text-error {
    position: relative
}

.error-page .text-error:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #999
}

.error-page .text-error span {
    font-size: 27px;
    line-height: 1;
    padding: 40px 70px;
    background: #f2f2f2;
    display: inline-block;
    position: relative;
    font-family: "HelveticaNeueCyr-Light", sans-serif
}

.error-page .action-button {
    display: inline-block;
    width: auto;
    padding: 0 35px
}

.error-body .header-bottom {
    padding-bottom: 30px;
    position: relative
}

.error-body .header-bottom:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    height: 7px;
    background-image: url("../img/404_border.png");
    background-repeat: repeat-x;
    z-index: 1
}

.error-body footer {
    margin-top: 50px
}

.error-body .error-page {
    position: relative
}

.error-body .error-page:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    background-image: url("../img/404_border_bottom.png");
    background-repeat: repeat-x
}

div.date, time.date {
    text-transform: capitalize
}

@media (max-width: 1300px) {
    .error-page .title-error {
        font-size: 120px
    }
}

@media (max-width: 1199px) {
    .flexslider .slides li {
        height: 500px
    }

    .flexslider .slides li .caption h3, .flexslider .slides li .caption .text-layout-1 {
        font-size: 50px;
        line-height: 55px
    }

    .flexslider .slides li .caption .text-layout-2 {
        margin-top: 18px
    }

    .flexslider .slides li .caption .inverse-button {
        margin-top: 30px
    }

    .videos-cols h5 {
        line-height: 22px
    }

    .home-banners-content a .image-text h4 {
        font-size: 18px;
        line-height: 28px
    }

    footer .copy copyright {
        padding: 0 20px
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3)
    }

    header .header-logo {
        padding: 28px 0 27px 0;
        text-align: center
    }

    header .header-logo a.logo-link {
        display: inline-block;
        vertical-align: top
    }

    header .header-logo a.logo-link:before, header .header-logo a.logo-link:after {
        display: none
    }

    header .header-logo a.logo-link img {
        height: 50px;
        vertical-align: top
    }

    header .header-logo a.logo-link div {
        display: inline-block;
        height: auto;
        line-height: 22px;
        vertical-align: top
    }

    header .header-logo .language-chooser {
        bottom: 50%;
        margin-bottom: -23px
    }

    header .header-logo div[class^="col-"] {
        position: relative
    }

    header .header-logo button {
        display: block;
        position: absolute;
        top: 5px;
        left: 15px;
        width: 40px;
        height: 41px;
        -webkit-appearance: none;
        background: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 5px 0 5px 0;
        line-height: 1px;
        text-align: right
    }

    header .header-logo button span {
        display: inline-block;
        background: #000;
        height: 3px;
        border-radius: 1px;
        vertical-align: top;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }

    header .header-logo button span + span {
        margin-top: 8px
    }

    header .header-logo button span:nth-child(3) {
        width: 60%
    }

    header .header-logo button:hover span {
        background: #940620
    }

    .content {
        padding-top: 105px
    }

    .top-banners {
        padding-top: 15px
    }

    .nav-wrapper {
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 105px;
        padding-bottom: 30px;
        z-index: 12;
        background: #fff;
        opacity: 0;
        -webkit-transform: translate(0, -100%) translateZ(0);
        -moz-transform: translate(0, -100%) translateZ(0);
        -o-transform: translate(0, -100%) translateZ(0);
        transform: translate(0, -100%) translateZ(0);
        -webkit-transition: opacity 0.3s linear 0.2s, transform 0.5s ease-out;
        -moz-transition: opacity 0.3s linear 0.2s, transform 0.5s ease-out;
        -o-transition: opacity 0.3s linear 0.2s, transform 0.5s ease-out;
        transition: opacity 0.3s linear 0.2s, transform 0.5s ease-out
    }

    .nav-wrapper .popup-inner {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: auto
    }

    .nav-wrapper .popup-inner .container {
        width: 100%;
        padding: 0
    }

    .nav-wrapper .mobile-nav-top {
        display: block;
        position: absolute;
        height: 80px;
        left: 0;
        right: 0;
        top: 13px;
        line-height: 80px;
        text-align: center;
        background: #fff
    }

    .nav-wrapper .mobile-nav-top .container {
        position: relative
    }

    .nav-wrapper .mobile-nav-top a {
        display: inline-block;
        vertical-align: middle
    }

    .nav-wrapper .mobile-nav-top a img {
        vertical-align: middle
    }

    .nav-wrapper .mobile-nav-top button {
        display: block;
        position: absolute;
        top: 25px;
        left: 15px;
        width: 25px;
        height: 30px;
        -webkit-appearance: none;
        background: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 2px 0 3px 0;
        line-height: 1px
    }

    .nav-wrapper .mobile-nav-top button img {
        display: block
    }

    .nav-wrapper nav:not(.navigation) {
        display: block;
        padding-top: 15px;
        margin-bottom: 0
    }

    .nav-wrapper nav:not(.navigation) li {
        opacity: 0;
        top: -40px;
        position: relative;
        display: block;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0s linear 0.6s;
        -moz-transition: all 0s linear 0.6s;
        -o-transition: all 0s linear 0.6s;
        transition: all 0s linear 0.6s;
        -webkit-backface-visibility: hidden;
        text-align: center;
        border: none
    }

    .nav-wrapper nav:not(.navigation) a {
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 15px 0
    }

    .nav-wrapper.open {
        opacity: 1;
        -webkit-transform: translate(0, 0) translateZ(0);
        -moz-transform: translate(0, 0) translateZ(0);
        -o-transform: translate(0, 0) translateZ(0);
        transform: translate(0, 0) translateZ(0);
        -webkit-transition: opacity 0.3s linear, transform 0.5s ease-out;
        -moz-transition: opacity 0.3s linear, transform 0.5s ease-out;
        -o-transition: opacity 0.3s linear, transform 0.5s ease-out;
        transition: opacity 0.3s linear, transform 0.5s ease-out
    }

    .nav-wrapper.open nav li {
        opacity: 1;
        top: 0px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.4s linear 0.5s, transform 0.4s linear 0.5s, background 0.4s;
        -moz-transition: opacity 0.4s linear 0.5s, transform 0.4s linear 0.5s, background 0.4s;
        -o-transition: opacity 0.4s linear 0.5s, transform 0.4s linear 0.5s, background 0.4s;
        transition: opacity 0.4s linear 0.5s, transform 0.4s linear 0.5s, background 0.4s
    }

    html.no-scroll {
        height: 100%;
        overflow: hidden
    }

    html.no-scroll body {
        height: 100%;
        overflow: hidden
    }

    .post-preview h4 {
        font-size: 18px;
        line-height: 26px
    }

    .post-preview-text {
        padding: 13px 20px 17px 20px
    }

    .category-list.videos-frames .videos-cols h5 {
        height: 44px
    }

    .error-body .header-bottom {
        padding-bottom: 10px
    }
}

@media (max-width: 991px) {
    .flexslider .slides li .caption {
        padding: 40px 30px 0 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .flexslider .slides li {
        height: 400px
    }

    .flexslider .slides li .caption .text-layout-1 {
        font-size: 40px;
        line-height: 42px
    }

    .flexslider .slides li .caption h3 {
        font-size: 44px;
        line-height: 50px
    }

    .flexslider .slides li .caption .text-layout-2 {
        margin-top: 15px
    }

    .flexslider .slides li .caption .inverse-button {
        margin-top: 25px
    }

    .flex-control-nav {
        bottom: 24px;
        left: 16px;
        width: auto
    }

    h1, .h1 {
        padding: 30px 0
    }

    .main-wrapper {
        padding-bottom: 45px
    }

    footer {
        padding: 30px 0
    }

    footer .copy copyright {
        padding: 0 10px
    }

    .home-banners-content .middle-height .image-holder {
        height: 230px;
        line-height: 230px
    }

    .home-banners-content a .image-text, .home-banners-content .center-text .image-text {
        padding: 0 20px
    }

    .home-banners-content a .image-text h4, .home-banners-content .center-text .image-text h4 {
        width: 100%
    }

    .home-banners-content a .image-text h4 {
        line-height: 24px;
        font-size: 17px
    }

    .home-banners-content .full-height .image-holder {
        height: 405px;
        line-height: 405px
    }

    .home-banners-content .small-height .image-holder {
        height: 160px;
        line-height: 160px
    }

    .category-list .grid-item {
        margin-bottom: 20px
    }

    .contacts .social-list li {
        margin-right: 10px
    }

    .contacts .social-list li:last-child {
        margin-right: 0
    }

    .contacts .title {
        margin-bottom: 20px
    }

    .contact-form {
        margin-top: 0px;
        padding: 36px 0px 30px 0px
    }

    form label {
        font-size: 14px
    }

    .category-list.videos-frames .videos-cols {
        margin-bottom: 20px
    }

    .issuuembed {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .row {
        margin-right: -10px !important;
        margin-left: -10px !important
    }

    div[class^="col-"], .grid-sizer, .grid-item {
        padding-right: 10px !important;
        padding-left: 10px !important
    }

    .top-banners {
        display: none;
        padding-top: 0;
        padding-bottom: 10px
    }

    .top-banners a {
        margin: 10px auto 0 auto;
        width: 368px
    }

    header .header-logo a.logo-link div {
        display: none
    }

    header .header-logo a.logo-link .mobile-logo {
        display: block;
        height: 37px
    }

    header .header-logo a.logo-link .mobile-logo.small-mobile {
        display: none
    }

    header .header-logo {
        padding: 14px 0
    }

    .content {
        padding-top: 75px;
        overflow: hidden
    }

    header .header-logo button {
        width: 34px;
        height: 37px;
        top: 4px
    }

    header .header-logo button span + span {
        margin-top: 6px
    }

    .nav-wrapper {
        padding-top: 75px
    }

    .nav-wrapper .mobile-nav-top {
        height: 75px;
        top: 0;
        line-height: 75px
    }

    .nav-wrapper .mobile-nav-top button {
        top: 24px;
        left: 20px
    }

    .nav-wrapper nav {
        padding-top: 10px
    }

    .nav-wrapper .popup-inner .container {
        padding: 0 !important
    }

    .nav-wrapper nav li {
        padding-left: 20px;
        padding-right: 20px
    }

    .flexslider {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0
    }

    body {
        font-size: 13px;
        line-height: 18px
    }

    .flexslider .slides li {
        height: 300px
    }

    .flexslider .slides li .caption .text-layout-1 {
        font-size: 28px;
        line-height: 32px
    }

    .flexslider .slides li .caption h3 {
        font-size: 30px;
        line-height: 34px
    }

    .flexslider .slides li .caption .text-layout-2 {
        margin-top: 5px;
        line-height: 18px
    }

    .flexslider .slides li .caption .inverse-button {
        margin-top: 15px
    }

    .flex-control-nav {
        display: none
    }

    .inverse-button {
        min-width: 100px;
        height: 35px;
        line-height: 34px;
        font-size: 12px;
        padding: 0 20px
    }

    .home-banners-content a {
        width: 368px;
        margin: 10px auto 0
    }

    .home-banners-content a .image-holder {
        height: auto !important;
        line-height: 30px !important
    }

    .home-banners-content a .image-holder img {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: auto
    }

    .home-banners-content a .image-holder .image-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .home-banners-content a .image-holder .image-text h4 {
        font-size: 20px;
        line-height: 30px
    }

    .home-banners-content a + a {
        margin-top: 10px
    }

    .home-banners-content a .image-text {
        padding: 0 40px
    }

    .home-banners-content .center-text .image-text {
        padding: 0 15px
    }

    h1, .h1 {
        padding: 16px 0
    }

    h1 span, .h1 span {
        font-size: 24px;
        line-height: 28px;
        padding: 10px 15px;
        max-width: 85%
    }

    .videos-scroll-container {
        margin: 0 auto;
        width: 368px
    }

    .videos-scroll-container .col-xs-12 {
        margin-bottom: 10px
    }

    .videos-cols h5 {
        padding-bottom: 20px
    }

    .main-wrapper {
        padding-bottom: 15px
    }

    footer .copy copyright div div {
        margin-bottom: 10px;
        font-size: 15px
    }

    footer {
        padding: 25px 10px
    }

    footer .socials, footer .footer-nav {
        margin-bottom: 25px
    }

    footer .socials:before, footer .socials:after, footer .footer-nav:before, footer .footer-nav:after {
        opacity: 0
    }

    footer .copy copyright {
        padding: 0
    }

    aside, .aside-sizer {
        display: none
    }

    .top-page .breadcrumbs {
        position: relative
    }

    .post-preview h4 {
        font-size: 20px;
        line-height: 28px
    }

    .post-preview p {
        font-size: 14px;
        line-height: 20px
    }

    .post-preview-text {
        padding: 20px 25px 25px 25px
    }

    body.not-home .top-banners > .row {
        display: none
    }

    .top-page .breadcrumbs {
        padding-top: 7px
    }

    .top-page .breadcrumbs a, .top-page .breadcrumbs span, .top-page .breadcrumbs div {
        line-height: 18px
    }

    .contact-info {
        text-align: center
    }

    .contacts .social-list li, .contacts .social-list li:last-child {
        margin-left: 5px;
        margin-right: 5px
    }

    .contact-form {
        text-align: center;
        padding: 36px 15px 15px 15px
    }

    .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
        text-align: center
    }

    .post-content h2 {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 20px
    }

    .post-content .main-image {
        margin-bottom: 10px
    }

    .post-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px
    }

    p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
        margin-bottom: 18px
    }

    .post-content h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .post-content h5, .post-content h6 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .post-content {
        padding-bottom: 20px
    }

    .wrapper-post-text {
        padding-left: 10px;
        padding-right: 10px
    }

    .post-content.text-post .wrapper-post-text {
        padding-top: 10px
    }

    .category-list.videos-frames .videos-cols h5 {
        padding-bottom: 0
    }

    .journal-content .post-content {
        padding-bottom: 0
    }

    .error-page {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 40px
    }

    .error-body footer {
        margin-top: 25px
    }

    .error-page .title-error {
        font-size: 80px;
        padding-top: 30px
    }

    .error-page .text-error span {
        font-size: 24px;
        padding: 30px
    }
}

@media (max-height: 359px) {
    header .header-logo a.logo-link .mobile-logo {
        height: 40px
    }

    header .header-logo {
        padding: 10px 0
    }

    header .header-logo button {
        top: 1px
    }

    .content {
        padding-top: 20px
    }

    .nav-wrapper .mobile-nav-top {
        height: 60px;
        line-height: 60px
    }

    .nav-wrapper .mobile-nav-top a img {
        height: 40px
    }

    .nav-wrapper {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .nav-wrapper .mobile-nav-top button {
        top: 14px
    }
}

.nav-wrapper .mobile-nav-top a img {
  height: 46px !important
}

@media (max-width: 568px) {
    .flexslider .slides li {
        height: 260px
    }

    .flexslider .slides li .caption {
        padding: 25px 20px 0 0
    }

    .flexslider .slides li .caption h3, .flexslider .slides li .caption .text-layout-1 {
        font-size: 24px;
        line-height: 28px
    }

    .contact-form {
        padding: 36px 15px 15px 15px
    }
}

@media (max-width: 567px) and (min-width: 480px) {
    .post-preview h4 {
        font-size: 18px;
        line-height: 26px
    }

    .post-preview-text {
        padding: 13px 20px 17px 20px
    }
}

@media (max-width: 560px) {
    .contact-info .col-xs-6 {
        width: 100%
    }

    .contact-info .col-xs-6:first-child {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .contact-info .col-xs-6:first-child:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 42px;
        bottom: 0;
        left: 50%;
        margin-left: -21px;
        background: #d9d9d9
    }

    .contacts .mail-us {
        line-height: 15px
    }

    .category-list.videos-frames .videos-cols.journal-cols {
        width: 50%
    }

    header .header-logo a.logo-link .mobile-logo {
        display: none
    }

    header .header-logo a.logo-link .mobile-logo.small-mobile {
        display: block
    }

    .journal-buy .widgets-wrap {
        width: 70%
    }
}

@media (max-width: 479px) {
    .top-banners a, .home-banners-content a {
        width: 100%
    }

    .videos-scroll-container {
        width: 100%
    }

    .flexslider .slides li .caption .text-layout-2 {
        display: none
    }

    .flexslider .slides li .caption {
        padding-right: 10px
    }

    footer .socials, footer .footer-nav {
        width: 100%;
        text-align: center;
        padding-bottom: 25px
    }

    footer .socials:after {
        opacity: 1;
        height: 1px;
        width: 42px;
        top: auto;
        bottom: 0;
        left: 50%;
        margin-left: -21px
    }

    footer .footer-nav:before {
        opacity: 1;
        height: 1px;
        width: 42px;
        top: auto;
        bottom: 0;
        left: 50%;
        margin-left: -21px
    }

    .grid-sizer, .grid-item {
        width: 100%
    }

    .category-list .grid-item {
        margin-bottom: 30px
    }

    .category-list.videos-frames .videos-cols {
        width: 100%;
        margin-bottom: 30px
    }

    .category-list.videos-frames .videos-cols h5 {
        height: auto
    }
}

@media (max-width: 359px) {
    body {
        min-width: 320px
    }

    .home-banners-content a .image-text {
        padding: 0 25px
    }

    .home-banners-content .center-text .image-text {
        padding: 0 15px
    }

    .flexslider .slides li .caption {
        width: 60%
    }

    .contact-form {
        padding: 0;
        border: none
    }

    .category-list.videos-frames .videos-cols.journal-cols {
        width: 100%;
        margin-bottom: 30px
    }

    .category-list.videos-frames .videos-cols.journal-cols h5 {
        height: auto
    }

    .journal-buy .widgets-wrap {
        width: 100%
    }

    .contact-form {
        padding: 36px 0px 15px 0px
    }
}