#header {
    height: 130px
}

#header .main-menu-wrapper {
    display: flex
}

#header #logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    float: none
}

#header #logo .standard-logo, #header #logo .retina-logo {
    margin: 0 25px
}

#header #logo img {
    max-width: 235px;
    height: auto;
    width: 100%
}

#header #primary-menu {
    float: none;
    margin-left: auto
}

#header.sticky-header #header-wrap {
    height: 90px !important
}

#header.sticky-header #logo {
    height: 60px
}

#header.sticky-header #logo img {
    height: 35px !important;
    width: auto
}

#header .top-menu-wrapper {
    border-bottom: 1px solid #ddd
}

#header .top-menu {
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 30px
}

#header .top-menu .item {
    position: relative
}

#header .top-menu .item:hover {
    background-color: #eee
}

#header .top-menu .item:hover ul {
    opacity: 1;
    z-index: 210
}

#header .top-menu .item .subitems {
    list-style: none;
    opacity: 0;
    position: absolute;
    z-index: 0;
    line-height: 1.5;
    background: #fff;
    border: 0;
    top: 30px;
    left: 0;
    width: 71px;
    margin: 0;
    border-top: 1px solid #f26522;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#header .top-menu .item .subitems li {
    height: 36px
}

#header .top-menu .item .subitems li:hover {
    background-color: #F9F9F9
}

#header .top-menu .item .subitems li a {
    height: 36px;
    line-height: 36px;
    font-size: 12px
}

#header .top-menu .account a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #f26522;
    height: 30px;
    color: #fff
}

#header .top-menu .account a.register {
    background-color: #eb2226
}

#header .top-menu .languages a {
    display: block;
    text-transform: uppercase;
    padding: 0 17px;
    height: 30px;
    color: #444;
    border-left: 1px solid #ddd
}

#header .top-menu .phones {
    margin-bottom: 0;
    list-style: none;
    color: #444;
    display: flex
}

#header .top-menu .phones li {
    margin-right: 20px
}

#header .top-menu .phones li a {
    display: flex;
    align-items: center;
    color: #444
}

#header .top-menu .phones li a img {
    margin-right: 10px
}

#primary-menu-trigger, #page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#primary-menu ul {
    list-style: none;
    margin: 0
}

#primary-menu > ul {
    float: left
}

#primary-menu ul li {
    position: relative
}

#primary-menu ul li.mega-menu {
    position: inherit
}

#primary-menu ul > li {
    float: left;
    margin-left: 2px
}

#primary-menu > ul > li:first-child {
    margin-left: 0
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
}

#primary-menu ul li > a span {
    display: none
}

#primary-menu ul li > a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top
}

#primary-menu ul li > a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #f26522
}

body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), body.no-superfish #primary-menu li:hover > .mega-menu-content {
    display: block
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #f26522;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    left: 218px
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 218px
}

#primary-menu ul ul li {
    float: none;
    margin: 0
}

#primary-menu ul ul li:first-child {
    border-top: 0
}

#primary-menu ul ul li > a {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#primary-menu ul ul li > a i {
    vertical-align: middle
}

#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #f26522
}

#primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url(images/icons/submenu.png);
    background-position: right center;
    background-repeat: no-repeat
}

#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content {
    width: 720px;
    max-width: 400px
}

#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: 1140px;
    max-width: none
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1220px
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 60px
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
    width: 20%;
    max-width: none
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
    border-left: 1px solid #F2F2F2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
    margin-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444;
    padding: 0 !important;
    line-height: 1.3 !important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: #f26522
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
    background: none
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
    padding-left: 12px
}

.mega-menu-column .entry-meta {
    margin: 8px -10px 0 0 !important;
    border: none !important;
    padding: 0 !important
}

.mega-menu-column .entry-meta li {
    float: left !important;
    border: none !important;
    margin: 0 10px 0 0 !important
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #F5F5F5
}

#primary-menu.style-2 > div > ul {
    float: left
}

#primary-menu.style-2 > div > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px
}

#logo + #primary-menu.style-2 {
    border-top: 0
}

#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger {
    margin-top: 20px;
    margin-bottom: 20px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > ul, body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > div {
    float: none;
    display: inline-block !important;
    width: auto;
    text-align: left
}

#primary-menu.style-3 > ul > li > a {
    margin: 28px 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 2px
}

#primary-menu.style-3 > ul > li:hover > a {
    color: #444;
    background-color: #F5F5F5
}

#primary-menu.style-3 > ul > li.current > a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f26522
}

#primary-menu.style-4 > ul > li > a {
    margin: 28px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border: 1px solid transparent
}

#primary-menu.style-4 > ul > li:hover > a, #primary-menu.style-4 > ul > li.current > a {
    border-color: #f26522
}

#primary-menu.style-5 > ul {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #EEE
}

#primary-menu.style-5 > ul > li:not(:first-child) {
    margin-left: 15px
}

#primary-menu.style-5 > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 14px
}

#primary-menu.style-5 > ul > li > a i {
    display: block;
    width: auto;
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1
}

#primary-menu.style-6 > ul > li > a {
    position: relative
}

#primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li > a:after, #primary-menu.style-6 > div > ul > li.current > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    border-top: 2px solid #f26522;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

#primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after, #primary-menu.style-6 > div > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after {
    width: 100%
}

#primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li {
    background: url(images/icons/menu-divider.png) no-repeat right center;
    margin-left: 1px
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

#primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent
}

#primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize
}

#primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a {
    background-color: #f26522;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.1)
}

#primary-menu.sub-title > ul > li:hover > a span, #primary-menu.sub-title > ul > li.current > a span, #primary-menu.sub-title.style-2 > div > ul > li:hover > a span, #primary-menu.sub-title.style-2 > div > ul > li.current > a span {
    color: #EEE
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none
}

#primary-menu.sub-title.style-2 > div > ul > li {
    background-position: left center
}

#primary-menu.sub-title.style-2 > div #top-search, #primary-menu.sub-title.style-2 > div #top-cart, #primary-menu.sub-title.style-2 > div #side-panel-trigger {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px
}

#primary-menu.sub-title.style-2 div ul li:first-child, #primary-menu.sub-title.style-2 > div > ul > li:hover + li, #primary-menu.sub-title.style-2 > div > ul > li.current + li {
    background-image: none
}

#primary-menu.sub-title.style-2 > div > ul > li > a {
    padding-top: 17px;
    padding-bottom: 22px
}

@media (min-width: 992px) {
    #header.split-menu #logo {
        position: absolute;
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        height: 100px
    }

    #header.split-menu #logo a.standard-logo {
        display: inline-block
    }
}

#header.split-menu #primary-menu {
    float: none;
    margin: 0
}

#header.split-menu #primary-menu > ul {
    z-index: 199
}

#header.split-menu #primary-menu > ul:first-child {
    float: left
}

#header.split-menu #primary-menu > ul:last-child {
    float: right
}

@media (min-width: 992px) {
    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        left: auto;
        right: 75px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px
    }

    .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
        right: 90px
    }

    .overlay-menu #primary-menu > #overlay-menu-close {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 25px;
        left: auto;
        right: 25px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        text-align: center;
        color: #444;
        z-index: 300;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .4s ease, transform .45s .15s ease;
        -o-transition: opacity .4s ease, transform .45s .15s ease;
        transition: opacity .4s ease, transform .45s .15s ease
    }

    .overlay-menu #primary-menu > ul {
        opacity: 0 !important;
        pointer-events: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        z-index: 299;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: opacity .7s ease;
        -o-transition: opacity .7s ease;
        transition: opacity .7s ease
    }

    .overlay-menu #primary-menu > ul.d-block {
        opacity: 1 !important;
        display: inherit !important;
        pointer-events: auto
    }

    .overlay-menu #primary-menu > ul.d-block ~ #overlay-menu-close {
        opacity: 1;
        -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
        -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
        transition: opacity .7s .4s ease, transform .45s .15s ease;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }

    .overlay-menu #primary-menu > ul > li {
        float: none;
        text-align: center;
        max-width: 400px;
        margin: 0 auto
    }

    .overlay-menu #primary-menu > ul > li > a {
        font-size: 24px;
        padding-top: 19px;
        padding-bottom: 19px;
        letter-spacing: 2px;
        text-transform: none;
        opacity: 0;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
        transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear
    }

    .overlay-menu #primary-menu > ul.d-block > li > a {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

#top-search, #top-cart, #side-panel-trigger, #top-account {
    float: right;
    margin: 40px 0 40px 15px
}

#top-cart {
    position: relative
}

#top-search a, #top-cart a, #side-panel-trigger a, #top-account a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#top-search a {
    z-index: 11
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.top-search-open #top-search a i.icon-search3, #top-search a i.icon-line-cross {
    opacity: 0
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px
}

#top-cart a:hover {
    color: #f26522
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input {
    padding-left: 40px
}

body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input {
    padding-left: 60px
}

body.top-search-open #top-search form input {
    pointer-events: auto
}

body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

#top-search form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    text-transform: uppercase
}

#top-search form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#top-search form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase
}

#primary-menu .container #top-search form input, .sticky-header #top-search form input {
    border: none !important
}

#top-cart {
    margin-right: 0
}

#top-cart > a > span {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -14px;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #f26522;
    border-radius: 50%
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #f26522;
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease
}

.style-2 .container #top-cart .top-cart-content {
    top: 40px
}

.style-2.sub-title .container #top-cart .top-cart-content {
    top: 50px
}

#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: 0
}

#header #logo img {
    max-width: 235px;
    height: auto;
    width: 100%;
}

@media (max-width: 991px) {
    .mc-advantages .mc-title {
        margin: 0 0 80px;
        text-align: center !important;
        max-width: none;
        float: none
    }

    #header #primary-menu-trigger {
        top: 0;
        font-size: 22px
    }

    #header #logo {
        height: 50px;
        justify-content: center;
        width: 100%
    }

    #header #logo img {
        max-width: 130px
    }

    .top-menu-wrapper .container {
        padding: 0 !important
    }

    .top-menu-wrapper .container .phones {
        margin-right: auto;
        padding-left: 10px
    }
    .custom-bages {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .mc-advantages .block .header, .mc-advantages .block .items {
        padding-left: 30px;
        padding-right: 30px
    }

    #header #primary-menu {
        margin-left: 0
    }

    .hidden-sm {
        display: none
    }

    .visible-sm {
        display: block
    }
}

@media (max-width: 575px) {
    .ms-info .nano {
        height: 420px
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .mc-title {
        font-size: 22px
    }
}

.menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%;
}

@media (max-width: 991px) {

    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: none
    }

    #logo a {
        width: auto;
    }

    #header.full-header .container, .container-fullwidth {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 750px !important
    }

    .container.vertical-middle {
        width: 100% !important
    }

    .vertical-middle + .video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .postcontent, .postcontent.bothsidebar, .sidebar {
        width: 100%;
        margin-right: 0;
        float: none !important;
        margin-bottom: 40px !important;
        padding-bottom: 40px;
        border-bottom: 1px solid #EEE
    }

    .sidebar.col_last {
        float: none;
        margin-bottom: 0 !important;
        padding-bottom: 0;
        border-bottom: 0
    }

    #header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
        height: auto !important
    }

    #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
        min-height: 60px
    }

    #header.sticky-header #header-wrap {
        position: relative
    }

    #header.transparent-header, #header.semi-transparent {
        background: #FFF;
        border-bottom: 1px solid #F5F5F5;
        z-index: auto
    }

    #header.dark.transparent-header, #header.dark.semi-transparent {
        background-color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    #header.transparent-header.floating-header {
        margin-top: 0
    }

    #header.transparent-header.floating-header .container {
        width: 750px;
        padding: 0 15px;
        border-radius: 0
    }

    #header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #slider + #header.transparent-header, #header.transparent-header.floating-header + #slider, #header.transparent-header + #google-map {
        top: 0;
        margin-bottom: 0
    }

    .slider-parallax .slider-parallax-inner {
        position: relative
    }

    #header.transparent-header + #page-title.page-title-parallax .container {
        padding-top: 0
    }

    #header-trigger, .top-advert, .header-extras {
        display: none
    }

    #logo {
        display: block;
        height: 100px;
        float: none;
        margin: 0 auto !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }

    body.primary-menu-open #mobile-menu, body.primary-menu-open .main-menu-wrapper {
        display: block !important;
    }


    #primary-menu {
        display: block;
        float: none
    }

    #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        top: 25px;
        margin-top: 0;
        left: 0;
        z-index: 1
    }

    #primary-menu .container #primary-menu-trigger {
        top: 5px;
        left: 0
    }

    #primary-menu > ul, #primary-menu > div > ul {
        display: none;
        float: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #primary-menu > div > ul {
        padding-top: 60px !important
    }

    body:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease
    }

    body.top-search-open #primary-menu-trigger {
        opacity: 0
    }

    body.side-push-panel #side-panel-trigger-close a {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 0 0 0 2px
    }

    #primary-menu.style-5 > ul {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    #primary-menu ul li {
        float: none;
        margin: 0 !important;
        text-align: left !important;
        border-top: 1px solid #EEE
    }

    #header #primary-menu-trigger {
        top: 30px;
        font-size: 22px;
    }

    #header #logo {
        height: 50px;
        justify-content: center;
        width: 100%;
    }
}