#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #f5f5f5
}

#header .container {
    position: relative
}
#logo {
    position: relative;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px
}
#logo a {
    display: block;
    color: #000
}

#logo img {
    display: block;
    max-width: 100%
}

#logo a.standard-logo {
    display: block
}

#logo a.retina-logo {
    display: none
}

#primary-menu {
    float: right;
    height: 100px
}

#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;
    height: 100px;
    margin: 0
}

#primary-menu > ul {
    float: left
}

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

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

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

#primary-menu ul li a {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease
}

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

#primary-menu ul ul, #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 #0066a1;
    height: auto;
    z-index: 199;
    top: 100px;
    left: 0;
    margin: 0
}
#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content {
    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;
    top: 100px
}

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

@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.show {
        opacity: 1 !important;
        display: inherit !important;
        pointer-events: auto
    }

    .overlay-menu #primary-menu > ul.show ~ #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 {
        height: 60px !important;
        line-height: 60px !important;
        font-size: 24px;
        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.show > 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 {
    float: right;
    margin: 40px 0 40px 15px
}

#top-cart {
    position: relative
}

#top-search a, #top-cart a, #side-panel-trigger 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-cart a:hover {
    color: #0066a1
}

#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: 'Raleway', sans-serif;
    letter-spacing: 2px
}

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

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

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

body:not(.device-sm):not(.device-xs):not(.device-xxs) #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: #0066a1;
    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 #0066a1;
    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
}

.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #EEE
}

.top-cart-title h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px
}

.top-cart-items {
    padding: 15px
}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f5f5f5
}

.top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #EEE;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.top-cart-item-image a, .top-cart-item-image img {
    display: block;
    width: 44px !important;
    height: 44px !important
}

.top-cart-item-image:hover {
    border-color: #0066a1
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden
}

.top-cart-item-desc a {
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    font-weight: 600
}

.top-cart-item-desc a:hover {
    color: #0066a1 !important
}

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    color: #999
}

.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 2px;
    color: #444
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #EEE
}

.top-cart-action span.top-checkout-price {
    font-size: 20px;
    color: #0066a1
}

#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

#header.sticky-style-2 {
    height: 161px
}

#header.sticky-style-3 {
    height: 181px
}

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

#primary-menu > ul > li > ul, #primary-menu > ul > li > .mega-menu-content, #primary-menu > ul > li.mega-menu > .mega-menu-content {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease
}

#top-search, #top-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease
}

body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease
}

body.top-search-open #header-wrap #logo, body.top-search-open #primary-menu > ul, body.top-search-open #primary-menu > .container > ul, body.top-search-open #top-cart, body.top-search-open #side-panel-trigger {
    opacity: 0
}

#header.sticky-header.semi-transparent {
    background-color: transparent
}

#header-wrap {
    position: relative
}

#header.sticky-header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.8)
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img, #header.sticky-header:not(.static-sticky) #primary-menu, #header.sticky-header:not(.static-sticky) #primary-menu > ul, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    height: 60px
}

#header.sticky-header:not(.static-sticky).sticky-style-2 {
    height: 161px
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    line-height: 60px
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a i {
    line-height: 59px
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > ul, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > .mega-menu-content, #header.sticky-header:not(.static-sticky) #primary-menu > ul > li.mega-menu > .mega-menu-content {
    top: 60px
}

#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
    top: 40px
}

#header.sticky-header.sticky-style-2 #primary-menu {
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
    margin: 0;
    border-radius: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
    height: 36px;
    line-height: 34px;
    margin: 12px 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a i {
    line-height: 33px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li {
    margin-left: 2px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child {
    margin-left: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
    line-height: 60px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div {
    padding: 0;
    line-height: 60px
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
    display: inline-block;
    width: 14px;
    top: 1px;
    margin: 0 5px 0 0;
    font-size: 14px !important;
    line-height: 59px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
    background: none !important;
    margin-left: 2px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child {
    margin-left: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: none;
    font-size: 14px;
    border-top: 0
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
    display: none
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a i {
    line-height: 59px
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > ul, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > .mega-menu-content, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li.mega-menu > .mega-menu-content {
    top: 58px
}

#page-menu, #page-menu-wrap {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

#page-menu-wrap {
    background-color: #0066a1
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-backface-visibility: hidden
}

#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap {
    top: 0
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px
}

#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 300
}

#page-menu .menu-title span {
    font-weight: 600
}

#page-menu nav {
    position: relative;
    float: right
}

#page-menu nav ul {
    margin-bottom: 0;
    height: 44px
}

#page-menu nav li {
    position: relative;
    float: left;
    list-style: none
}

#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
    padding: 0 14px;
    color: #FFF;
    font-size: 14px;
    border-radius: 14px
}

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu nav li:hover a, #page-menu nav li.current a {
    background-color: rgba(0, 0, 0, 0.15)
}

#page-menu.dots-menu, #page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none
}

#page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none
}

#page-menu.dots-menu .menu-title {
    display: none
}

#page-menu.dots-menu nav {
    float: none;
    width: 24px
}

#page-menu.dots-menu nav ul {
    height: auto
}

#page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px
}

#page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #777
}

#page-menu.dots-menu nav li a:hover {
    background-color: rgba(0, 0, 0, 0.7)
}

#page-menu.dots-menu nav li.current a {
    background-color: #0066a1
}

#page-menu.dots-menu nav li .dots-menu-caption {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #0066a1;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    opacity: 0
}

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #0066a1
}

#page-menu.dots-menu nav li a:hover + .dots-menu-caption {
    opacity: 1;
    right: 30px
}

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222
}



@media (max-width: 2000px) {
    .dark .postcontent, .dark .postcontent.bothsidebar, .dark .sidebar {
        border-bottom-color: rgba(255, 255, 255, 0.1)
    }

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

    .dark #primary-menu:not(.not-dark) ul li, .dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, .dark #primary-menu:not(.not-dark) ul ul li, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li {
        border-top-color: rgba(255, 255, 255, 0.1) !important
    }

    .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a, .dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a {
        background-image: url("../img/icons/submenu-dark.png")
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li {
        border-top-color: #EEE !important
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: #286090 !important
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
        color: #444 !important
    }

    .dark .pricing-box.pricing-extended .pricing-action-area {
        border-top-color: rgba(255, 255, 255, 0.15)
    }
}







@media (max-width: 2000px) {
    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: none
    }

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

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

    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 750px !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 {
        top: 0;
        margin-bottom: 0
    }

    #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 0 !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important
    }

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

    #logo a img {
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    #primary-menu {
        display: block;
        float: none;
        height: auto !important
    }

    #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 {
        margin-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;
        margin-left: 0
    }

    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 ul {
        height: auto !important
    }

    #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
    }

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

    #primary-menu ul li a, #primary-menu.style-2 > div > ul > li > a {
        height: 50px !important;
        line-height: 50px !important;
        border: none !important;
        margin: 0 !important
    }

    #primary-menu.style-5 > ul > li > a > div {
        padding: 0;
        line-height: 50px
    }

    #primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li {
        background: none !important;
        margin-left: 0
    }

    #primary-menu.sub-title ul li a {
        text-transform: none;
        font-size: 14px
    }

    #primary-menu.sub-title ul li span {
        display: none !important
    }

    #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, #primary-menu.style-3 > ul > li:hover > a, #primary-menu.style-3 > ul > li.current > a {
        background-color: transparent !important;
        color: #444;
        text-shadow: none
    }

    #primary-menu ul li i, #primary-menu.style-2 > div > ul > li i, #primary-menu.sub-title ul li i, #primary-menu.style-3 > ul > li > a i, #primary-menu.style-5 > ul > li > a i {
        line-height: 49px
    }

    #primary-menu.style-5 > ul > li > a i {
        display: inline-block;
        top: 1px;
        width: 14px;
        margin: 0 6px 0 0;
        font-size: 14px !important
    }

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

    #primary-menu ul ul, #primary-menu ul li .mega-menu-content {
        position: relative;
        width: auto;
        background-color: transparent !important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #EEE;
        z-index: 1;
        top: 0 !important;
        padding-left: 15px
    }

    #primary-menu ul li .mega-menu-content {
        padding-left: 0
    }

    #primary-menu ul ul ul {
        top: 0 !important;
        left: 0
    }

    #primary-menu ul ul.menu-pos-invert, #primary-menu ul li .mega-menu-content.menu-pos-invert {
        left: 0;
        right: 0
    }

    #primary-menu ul ul ul.menu-pos-invert {
        right: 0
    }

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

    #primary-menu ul ul a {
        height: 44px !important;
        line-height: 44px !important;
        padding-left: 5px !important;
        font-size: 13px !important;
        text-transform: none;
        font-weight: 400
    }

    #primary-menu ul ul a i {
        line-height: 43px
    }

    #primary-menu ul ul li:hover > a {
        background-color: transparent !important;
        font-weight: 600;
        padding-left: 5px;
        color: #0066a1 !important
    }

    #primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content, #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content, .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto;
        margin: 0;
        top: 0
    }

    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content, #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto !important;
        margin: 0 !important
    }

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

    #primary-menu ul li .mega-menu-content ul {
        display: block;
        position: relative;
        top: 0;
        min-width: inherit
    }

    #primary-menu ul li .mega-menu-content > ul {
        float: none
    }

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

    #primary-menu ul li .mega-menu-content ul ul {
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content.col-2 > ul, #primary-menu ul li .mega-menu-content.col-3 > ul, #primary-menu ul li .mega-menu-content.col-4 > ul, #primary-menu ul li .mega-menu-content.col-5 > ul {
        width: auto;
        margin: 0;
        border-left: 0;
        border-top: 1px solid #EEE
    }

    #primary-menu ul li .mega-menu-content > ul:first-child {
        border: 0
    }

    #primary-menu ul li .mega-menu-content ul a {
        height: 40px;
        line-height: 40px
    }

    #primary-menu ul li .mega-menu-content ul {
        width: 100%;
        border: 0;
        box-shadow: none;
        background-color: transparent
    }

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

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

    #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a {
        font-size: 13px;
        font-weight: 600;
        text-transform: none !important;
        margin: 0;
        padding: 0 0 0 5px;
        color: #444 !important;
        height: 44px !important;
        line-height: 44px !important
    }

    #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
        background-color: transparent;
        font-weight: 600;
        padding: 0 0 0 5px;
        color: #0066a1 !important
    }

    #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover {
        color: #0066a1 !important
    }

    #primary-menu ul ul i {
        line-height: inherit
    }

    #primary-menu ul li .mega-menu-content.style-2 li {
        border-top: 1px solid #EEE
    }

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

    #primary-menu ul li .mega-menu-content.style-2 ul a {
        padding-left: 5px;
        height: 44px !important;
        line-height: 44px !important
    }

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

    #top-search {
        margin: 0 !important
    }

    #top-search a, #top-cart, #side-panel-trigger {
        position: absolute;
        top: 0;
        left: auto;
        right: 15px;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease
    }

    #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger {
        margin: 20px 0 !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu {
        position: relative
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a {
        background-image: none !important
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
        position: absolute;
        cursor: pointer;
        width: 32px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 !important;
        text-align: center !important
    }

    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
        display: none
    }

    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
        margin: 0 !important
    }

    #header.sticky-style-3 #top-cart .top-cart-content {
        top: 40px
    }

    #top-search a {
        right: 43px
    }

    #top-search form {
        height: 100px !important
    }

    #primary-menu > div > #top-search form {
        height: 60px !important
    }

    #top-search form input {
        font-size: 24px
    }

    #side-panel-trigger {
        right: 71px
    }

    #page-menu #page-menu-wrap {
        position: relative !important;
        top: 0 !important
    }

    #page-submenu-trigger {
        opacity: 1;
        pointer-events: auto;
        color: #FFF
    }

    #page-menu.pagemenu-active #page-submenu-trigger {
        background-color: rgba(0, 0, 0, 0.2)
    }

    #page-menu nav {
        display: none;
        position: absolute;
        float: none;
        width: 200px;
        top: 43px;
        left: auto;
        right: 15px;
        height: auto;
        background-color: #0066a1;
        z-index: 11
    }

    #page-menu.pagemenu-active nav {
        display: block
    }

    #page-menu nav ul {
        height: auto;
        background-color: rgba(0, 0, 0, 0.2)
    }

    #page-menu nav li {
        float: none
    }

    #page-menu nav li a {
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
        border-radius: 0
    }

    .sticky-responsive-menu #header {
        min-height: 100px;
        -webkit-transition: min-height .4s ease;
        -o-transition: min-height .4s ease;
        transition: min-height .4s ease
    }

    .sticky-responsive-menu #header.sticky-style-2, .sticky-responsive-menu #header.sticky-style-3 {
        min-height: 160px
    }

    .sticky-responsive-menu.device-touch #header, .sticky-responsive-menu.device-touch #header-wrap, .sticky-responsive-menu.device-touch #logo, .sticky-responsive-menu.device-touch #logo img, .sticky-responsive-menu.device-touch #top-search a, .sticky-responsive-menu.device-touch #primary-menu-trigger, .sticky-responsive-menu.device-touch #top-cart, .sticky-responsive-menu.device-touch #side-panel-trigger {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3) {
        min-height: 60px
    }

    .responsive-sticky-header #header-wrap {
        z-index: 199;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFF;
        border-bottom: 1px solid #EEE;
        -webkit-backface-visibility: hidden
    }

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

    .responsive-sticky-header #primary-menu-trigger {
        top: 5px
    }

    .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
        max-height: 300px;
        overflow-y: scroll;
        margin-bottom: 20px
    }

    .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
        margin-bottom: 20px !important
    }

    .responsive-sticky-header #top-search a, .responsive-sticky-header #top-cart, .responsive-sticky-header #side-panel-trigger {
        margin: 20px 0
    }

    .responsive-sticky-header #top-search form {
        height: 60px !important
    }

    .responsive-sticky-header #top-cart .top-cart-content {
        top: 40px
    }

    .ei-slider {
        height: 350px
    }

    .ei-title h3 {
        display: none
    }

    #portfolio:not(.portfolio-1) {
        margin: 0 -12px -12px 0 !important
    }

    #portfolio:not(.portfolio-1) .portfolio-item {
        width: 232px;
        margin: 0 12px 12px 0
    }

    #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image, #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image a, #portfolio:not(.portfolio-1) .portfolio-item .portfolio-image img {
        width: 100%;
        height: auto
    }

    #portfolio.portfolio-nomargin .portfolio-item {
        width: 239px
    }

    #portfolio.portfolio-nomargin .portfolio-item .portfolio-image, #portfolio.portfolio-nomargin .portfolio-item .portfolio-image a, #portfolio.portfolio-nomargin .portfolio-item .portfolio-image img {
        width: 239px;
        height: 178px
    }

    #portfolio.portfolio-2 .portfolio-item {
        width: 354px
    }

    #portfolio.portfolio-2 .portfolio-item .portfolio-image, #portfolio.portfolio-2 .portfolio-item .portfolio-image a, #portfolio.portfolio-2 .portfolio-item .portfolio-image img {
        width: 354px;
        height: 264px
    }

    #portfolio.portfolio-2.portfolio-nomargin .portfolio-item {
        width: 359px
    }

    #portfolio.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image, #portfolio.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a, #portfolio.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
        width: 359px;
        height: 269px
    }

    #portfolio.portfolio-1 .portfolio-item .portfolio-image {
        float: none !important;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    #portfolio.portfolio-1 .portfolio-item .portfolio-image, #portfolio.portfolio-1 .portfolio-item .portfolio-image a, #portfolio.portfolio-1 .portfolio-item .portfolio-image img {
        width: 100%;
        height: auto
    }

    #portfolio.portfolio-1 .portfolio-desc {
        width: 100%
    }

    #portfolio.portfolio-1.portfolio-fullwidth {
        margin: 0 0 -60px 0
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item {
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: 0;
        overflow: hidden
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
        float: none;
        margin: 0 0 20px 0 !important
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
        width: 100%;
        height: auto
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img, #portfolio.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-desc, #portfolio.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent;
        left: 0;
        right: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    #portfolio.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
        left: 50%
    }

    #portfolio.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
        left: auto;
        right: 50%
    }

    .device-touch #portfolio.portfolio-parallax .portfolio-item .portfolio-desc, .device-touch #portfolio.portfolio-parallax .portfolio-overlay {
        opacity: 1
    }

    #portfolio.portfolio-nomargin, #portfolio.portfolio-full {
        margin: 0 !important
    }

    .shop-quick-view-ajax, .portfolio-ajax-modal {
        width: 90% !important
    }

    .small-thumbs .entry-title h2, .ievent .entry-title h2 {
        font-size: 18px
    }

    .entry-meta li {
        font-size: 12px;
        margin: 0 10px 10px 0
    }

    .post-grid {
        margin-right: -20px
    }

    .post-grid .entry {
        width: 226px;
        margin-right: 20px
    }

    .post-grid .entry-image, .post-grid .entry-image img, .post-grid:not(.post-masonry) .entry-image iframe {
        height: 127px
    }

    .post-grid.grid-2, .post-grid.grid-3 {
        margin-right: -30px
    }

    .post-grid.grid-2 .entry, .post-grid.grid-3 .entry {
        width: 345px;
        margin-right: 30px
    }

    .post-grid.grid-3 .entry-image, .post-grid.grid-3 .entry-image img, .post-grid.grid-3:not(.post-masonry) .entry-image iframe, .post-grid.grid-2 .entry-image, .post-grid.grid-2 .entry-image img, .post-grid.grid-2:not(.post-masonry) .entry-image iframe {
        height: 193px
    }

    .post-masonry-full .entry {
        width: 33.30% !important
    }

    .post-masonry-full.grid-3 .entry {
        width: 50% !important
    }

    .post-timeline .entry {
        width: 290px !important
    }

    .post-timeline .entry.entry-date-section {
        width: 100% !important
    }

    .product {
        width: 226px
    }

    .product-image {
        height: 301px
    }

    .product:not(.product-2):not(.product-3) .product-title h3 {
        font-size: 18px
    }

    #shop.product-2, #shop.product-3 {
        margin: 0 -20px -20px 0
    }

    #shop.product-2 .product, #shop.product-3 .product {
        width: 350px;
        margin: 0 20px 20px 0
    }

    #shop.product-2 .product-image, #shop.product-3 .product-image {
        height: 467px
    }

    .pricing [class^=col-md-] .pricing-box.best-price {
        margin-top: 0
    }

    .pricing.pricing-5 .pricing-box.best-price {
        margin-top: 20px
    }

    .device-sm .pricing.pricing-5 .pricing-title h3, .device-sm .pricing.pricing-5 .best-price .pricing-title h3 {
        font-size: 14px
    }

    .device-sm .pricing.pricing-5 .pricing-title span {
        font-size: 12px
    }

    .device-sm .pricing.pricing-5 .pricing-price {
        font-size: 48px
    }

    .device-sm .pricing.pricing-5 .pricing-price span {
        font-size: 20px
    }

    .device-sm .pricing.pricing-5 .pricing-price span.price-tenure {
        font-size: 12px
    }

    .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title {
        padding: 15px 0
    }

    .pricing-box.pricing-extended .pricing-desc, .pricing-box.pricing-extended .pricing-action-area {
        position: relative;
        float: none;
        width: auto;
        padding: 25px
    }

    .pricing-box.pricing-extended .pricing-action-area {
        height: auto;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 0 0 3px 3px
    }

    .testimonials-grid.grid-3 li {
        width: 50%
    }

    .section > .testimonial {
        padding: 0 40px !important;
        max-width: none
    }

    .promo:not(.promo-full) {
        padding: 30px 20px !important
    }

    .promo.promo-dark h3 {
        line-height: 1.6
    }

    .promo a.button {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0 !important;
        left: 0 !important;
        right: 0
    }

    #contact-form-overlay-mini {
        float: none;
        width: auto;
        max-width: 380px;
        margin: 0 auto
    }

    .button.button-full {
        font-size: 22px
    }

    .button.button-full i {
        top: 3px !important
    }

    .bnews-title {
        float: none;
        display: inline-block
    }

    .bnews-slider {
        float: none;
        margin: 10px 0 0;
        width: 100%
    }

    .wedding-head {
        font-size: 60px
    }

    .wedding-head .first-name span, .wedding-head .last-name span {
        font-size: 40px
    }

    .wedding-head .and {
        font-size: 144px
    }

    .error404 {
        font-size: 180px
    }

    .landing-form-overlay {
        position: absolute;
        width: 100%;
        max-width: 400px;
        right: auto;
        left: 50%;
        margin-left: -200px;
        bottom: 0
    }
}







