body, html {
    height: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: rgb(18, 18, 18);
	color: #fff;*/
    font-size: 13px;
    /*line-height: 24px;*/
    font-weight: 400;
    /*font-family: "Nationale",Arial,sans-serif,Helvetica;*/
    font-family: 'Times New Roman',serif;
    -webkit-font-smoothing: antialiased;
    /*background: #f3efe9;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.load-container {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}*/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.content {
    padding-top: 0;
}

.icon-bar {
    background: #666;
}

.navbar-right {
    margin-right: 0 !important;
}

.canvas {
    padding: 30px;
}

@media (max-width:767px) {
    .canvas {
        padding: 15px;
    }
}

.content-container {
    /*max-width: 1140px;*/
    max-width: 1240px;
    width: 100%;
    margin: auto;
    font-family: "Lato", sans-serif;
}

@media (max-width:1240px) {
    .content-container {
        max-width: 1100px;
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .content-container {
        /*max-width:550px;*/
        padding: 0 15px;
        margin-top: 50px;
    }

    .menu-is-open .header-top-menu {
        display: none;
    }
}

.header-top-menu {
    background-color: #fff;
}

.top-message {
    padding: 15px 0;
    background: #b1c2cc;
    /* line-height: 48px; */
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.025em;
    letter-spacing: .06em;
    color: #000;
}

@media (max-width:767px) {

    .top-message {
        padding: 10px 0;
        font-size: 8px;
    }
}

.top-message p {
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.header-top-nav {
    color: #fff;
    display: inline-block;
    padding-right: 12px;
}

    .header-top-nav li {
        background-color: #b31b1b;
        float: none;
        width: auto;
        margin-right: auto;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        height: 42px;
    }

        .header-top-nav li a {
            border: none;
            color: #fff;
            font-size: 12px;
            height: 42px;
            letter-spacing: 1px;
            line-height: 42px;
            margin-bottom: 0;
            padding: 0 10px;
            text-transform: uppercase;
            display: inline-block;
            font-weight: 700;
        }

            .header-top-nav li a:hover {
                background-color: #9d1818;
            }

.search-form {
    display: inline-block;
    padding: 5px 0;
    float: right;
}

.search-input {
    margin-right: 4px;
    background: #871414;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    max-width: 100px;
    /*outline: 0;*/
    font-size: 17px;
    border: none;
    padding: 0 10px;
    -webkit-transition-delay: 0s;
    -webkit-transition-property: max-width, width;
    -moz-transition-property: max-width, width;
    -o-transition-property: max-width, width;
    transition-property: max-width, width;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

    .search-input:focus {
        max-width: 400px;
        outline-color: #5a0e0e;
        outline-width: 5px;
    }

    .search-input::-webkit-input-placeholder {
        color: #fff;
    }

.search-btn {
    height: 32px;
    width: 32px;
    background: #871414;
    color: #fff;
}

    .search-btn:focus {
        outline-color: #5a0e0e;
        outline-width: 5px;
    }
/*@media (min-width:768px) {
	.main-nav-container {
		display:flex;
		align-items:center;
	}
}*/

.side-logo {
    display: inline-block;
    padding: 15px 0;
    padding-top: 80px;
    transition: all .3s ease-in-out;
}

    .side-logo img {
        max-width: 120px;
    }


.main-nav {
    /*padding: 15px 0;*/
    /*transition: all .3s ease-in-out;
	transition-delay: .3s;*/
}

.main-nav-items {
    display: inline-block;
    float: right;
}

    .main-nav-items ul li {
        display: inline-block;
    }

        .main-nav-items ul li .menu-item {
            font-family: freight-text-pro-n4, freight-text-pro, serif;
            font-style: normal;
            font-weight: 400;
            border-bottom: 1px solid #b3b3b3;
            color: #000;
            display: block;
            font-size: 18px;
            height: 52px;
            line-height: 52px;
            padding: 0 1.5em;
            text-decoration: none;
            background: transparent;
            text-align: left;
            width: 100%;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            transition: all .3s ease-in-out;
        }


@media (min-width: 60em) {
    .main-nav-items ul li .menu-item {
        border-bottom: 1px solid transparent;
        padding: 60px 24px 22px;
    }

    .scrolled-menu .main-nav-items ul li .menu-item {
        padding: 20px 24px 22px;
        line-height: 1;
    }
}

@media (max-width: 76em) and (min-width: 69em) {
    .main-nav-items ul li .menu-item {
        font-size: 22px;
        padding: 60px 20px 22px;
    }
}

@media (min-width: 60em) {
    .main-nav-items ul > li:first-child a {
        padding-left: 0;
    }
}

@media (min-width: 60em) {
    .menu-item {
        border-bottom: 1px solid transparent;
        padding: 60px 24px 22px;
    }
}

@media (max-width: 76em) and (min-width: 69em) {
    .menu-item {
        font-size: 22px;
        padding: 60px 20px 22px;
    }
}

@media (min-width: 60em) {
    .main-nav-items ul li:first-child a {
        padding-left: 0;
    }
}


.left-sticky-menu {
    position: fixed;
    background: none;
    border: none;
    top: 50%;
    z-index: 20;
    /*pointer-events: none;*/
    opacity: 1;
    transform: translateY(-50%);
    padding-left: 55px;
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel {
    background-color: transparent;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        background-color: transparent;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-body {
    padding: 0px;
}

.panel-heading {
    padding: 0;
}

.left-sticky-menu a {
    display: block;
    margin: 0 auto 7px;
    color: #000;
    opacity: .9;
    font-size: 17px;
    transition: color 250ms ease-in-out;
}

.left-sticky-menu .right-submenu a {
    font-size: 11px;
}

.menu-desc {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 30px;
    transition: all .3s ease-in-out;
}



.top-menu {
    /*padding-bottom:30px;*/
    position: absolute;
    width: 100%;
    /*background: #fff;*/
    z-index: 5;
    padding: 10px 30px;
    top: 20px;
    left: 0;
    /*margin-top: 20px;*/
    color: #fff;
    transition: background-color 0.2s, top 0s;
}

    .top-menu.scrolled {
        top: 0;
        position: fixed;
        background-color: #fff;
        color: #000;
        padding: 20px 30px;
        box-shadow: 0 1px 2px 2px #d6d6d64a;
        background: #fff;
    }

/*@media (max-width:767px) {
	.top-menu {
		display: none;
	}
}*/

.topbar {
    padding: 5px 40px;
    background: #53B0AE;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.14286;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: bold;
    height: initial;
    transition: all .3s linear;
}

.top-menu.scrolled .topbar {
    height: 0;
    padding: 0 40px;
}

.top-space {
    width: 100%;
    height: 0px;
}

    .top-space.scrolled {
        display: block;
        height: 200px;
    }

.center-vertical a,
.center-vertical a span {
    letter-spacing: 1.2px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .center-vertical {
        display: flex;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
    }

        .center-vertical a,
        .center-vertical a span {
            font-size: 9px;
        }

    .top-space {
        width: 100%;
        height: 0px;
    }

    .top-menu {
        padding: 10px 15px;
    }

    .top-space.scrolled {
        display: block;
        height: 250px;
    }
}

@media (min-width: 800px) {
    .center-vertical a,
    .center-vertical a span {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .center-vertical {
        max-width: 100%;
    }
}

@media (max-width:1160px) {
    .top-space.scrolled {
        display: block;
        height: 300px !important;
    }
}

@media (max-width:767px) {
    .top-space.scrolled {
        display: block;
        height: 170px !important;
    }
}

.search-query {
    height: auto !important;
    line-height: normal;
    border-radius: 0;
    border: none;
    background: transparent !important;
    width: 100px;
    border-bottom: 1px solid #000 !important;
    padding: 6px;
    color: #818286;
    /*position: absolute;*/
    top: 0;
    outline: 0;
    /*right: 100%;*/
    box-shadow: none;
    /*display:none;*/
}

@media (max-width:820px) {

    .search-query {
        width: 50px;
    }
}

.search-query:focus {
    /*box-shadow:none;*/
    /*display:block;*/
}

.search-query {
    border-bottom: 1px solid #000 !important;
    color: #000;
}

.site-logo {
    text-align: center;
    /*padding: 20px 0;*/
    /*padding-top: 50px;*/
}

    .site-logo img {
        /*height: 30px;*/
        width: 185px;
        max-width: 100%;
        transition: all .3s linear;
    }

.top-menu.scrolled .site-logo img {
    /*height: 60px;*/
}

@media (max-width:767px) {
    .site-logo img {
        width: 185px;
    }
}

#header_left_inner a {
    /*color: #818286;*/
    letter-spacing: 1px;
    font-size: 12px;
    /*color: #000;
    color: #080a1c;
    color: #fff;*/
    transition: all .3s ease-in-out;
    padding-bottom: 15px;
    /*letter-spacing: -.05em;*/
    border-bottom: 1px solid transparent;
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
}

    #header_left_inner a:hover {
        /*color: #818286;*/
        /*border-bottom: 1px solid #000;*/
        text-decoration: none;
    }


#header_left_inner > div {
    float: left;
}

    #header_left_inner > div:not(:last-child) {
        padding-right: 20px;
    }

.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: right;
}

    .main-menu > li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        /*position: relative;*/
    }

    .main-menu li {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .main-menu li li a {
            font-size: 12px;
            /* letter-spacing: 3px; */
            padding-left: 15px;
            text-transform: uppercase;
            transition: all .3s ease-in-out;
            text-transform: capitalize;
        }

        .main-menu li ul .dropdown-label {
            padding: 5px 10px;
            color: #818286;
            height: 100%;
            font-size: 12px;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            display: block;
            font-weight: 800;
            padding-left: 15px;
        }


.submenu-container {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    text-align: left;
    display: block;
    cursor: auto;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f4f4f4;
}

.main-menu > li:hover .submenu-container {
    visibility: visible;
    opacity: 1;
}

.dropdown-thumb {
    width: 7.5rem;
    margin-bottom: .57142857rem;
    float: left;
    width: 20.642857rem;
}

    .dropdown-thumb img {
        width: 100%;
        height: auto;
        border: 0;
        outline: 0;
        vertical-align: middle;
    }

.main-menu li li a {
    line-height: 20px;
}

.main-menu li li a {
    transition: color .25s ease-in-out;
    color: #717171;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown--section-title {
    display: inline-block;
    margin-top: 1.07142857rem;
    font-size: .85714286em;
    letter-spacing: .08333333em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.main-menu li li:hover a {
    opacity: .5;
}

@media (max-width: 1200px) {
    .main-menu > li > a {
        padding: 5px 5px;
    }
}

.main-menu > li > a {
    padding: 5px 5px;
    /*color: #818286;*/
    color: #000;
    height: 100%;
    font-size: 11px;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
    display: block;
    /*font-weight: 600;*/
    letter-spacing: .2em;
}

    .main-menu > li > a:hover {
        border-bottom: 1px solid #000;
    }

.main-menu > li:last-child > a {
    padding-right: 0;
}


@media (max-width: 1200px) {
    .main-menu > li > a {
        /*padding: 5px;*/
        /*padding: 15px 20px;*/
    }

    .main-menu > li > a {
        font-size: 11px;
    }
}

.sf-with-ul {
    margin-right: 20px !important;
}

@media (max-width: 1200px) {
    .sf-with-ul {
        padding-right: 30px;
    }
}

/*.sf-with-ul:after {
	margin-top: -1px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #000;
	border-top-color: rgba(0,0,0,.5);
}*/

.main-menu li ul {
    left: 0;
    top: 56px;
    z-index: 99;
    /*padding: 25px 0;*/
    /*-webkit-box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
	box-shadow: rgba(0,0,0,0.2) 0 5px 10px;*/
    /*position: absolute;*/
    top: -999em;
    background: white;
    margin-bottom: 0;
    /* margin-left: 3.14285714rem; */
    float: left;
    list-style: none;
}

.main-menu > li > ul {
    padding: 25px 0;
    width: 200px;
}

.main-menu li ul {
    top: 28px;
}

.right-header {
    font-size: 12px;
    line-height: 30px;
    /*letter-spacing: .1em;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}

    .right-header > div {
        float: right;
        padding-left: 20px;
        color: #fff;
        letter-spacing: 1px;
    }

        .right-header > div a {
            transition: all .3s ease-in-out;
            /*font-weight: 600;
			letter-spacing: -.05em;*/
        }

/*.right-header > div a:hover {
				color: #818286;
			}*/

.count {
    font-size: 8px;
}

.search-wrapper:hover .search_query {
    display: block;
}

.search_query {
    height: auto !important;
    line-height: normal;
    border-radius: 0;
    border: none;
    background: transparent !important;
    width: 150px;
    border-bottom: 1px solid #818286 !important;
    padding: 6px;
    color: #818286;
    position: absolute;
    top: 0;
    outline: 0;
    right: 100%;
    box-shadow: none;
    display: none;
}

    .search_query:focus {
        box-shadow: none;
        display: block;
    }

@media (max-width: 1200px) {
    .search_query {
        width: 80px !important;
    }
}

@media (max-width: 600px) {
    .search_query {
        width: 60px !important;
    }
}

.Header-branding-logo {
    max-width: 150px;
}

.logo-white {
    display: inline-block;
}

.logo-black {
    display: none;
}


.scrolled-menu .logo-white {
    display: inline-block;
}

.scrolled-menu .logo-black {
    display: none;
}


/*.menu-is-open .logo-white {
	display: inline-block;
}

.menu-is-open .logo-black {
	display: none;
}*/

.Header-inner--top {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 960px) {
    .Header-inner {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media (max-width: 1024px) {
    .Header-inner {
        padding-left: 54px;
        padding-right: 54px;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: inline-block;
    }
}

.Header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}

.Header-nav-item--folder:hover a {
    text-decoration: none;
    color: #333;
}

.header-top .Cart {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    /*font-family: futura-pt;*/
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

    .header-top .Cart:hover {
        text-decoration: none;
        color: #333;
    }

[data-nc-container="top-right"] [data-nc-element="cart"] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    padding: 10px 10px;
    padding-right: 0;
}

.Cart .Cart-inner {
    display: block;
    position: relative;
}

.Cart {
    position: relative;
    white-space: nowrap;
    color: #000;
    line-height: 1em;
}

    .Cart .Cart-label {
        display: none;
    }

.tweak-header-cart-style-text .Header .Cart .Icon--cart, .tweak-header-cart-style-text .Header .Cart .Icon--bag, .tweak-header-cart-style-text .Header .Cart .Icon--cart-alt, .tweak-header-cart-style-text .Header .Cart .Icon--bag-alt {
    display: none;
}

.Cart .Cart-label {
    display: inline;
}

    .Cart .Cart-label:before {
        content: '\f290';
        font-family: FontAwesome;
        font-size: 18px;
    }

.Cart .sqs-cart-quantity {
    display: inline;
}

    .Cart .sqs-cart-quantity:before {
        content: ' (';
    }

    .Cart .sqs-cart-quantity:after {
        content: ') ';
    }

.Header-nav {
    /*font-weight: 700;
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: 500;
	font-style: normal;
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;*/
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    line-height: 1em;
}

.Header-nav-item--folder {
    position: relative;
}

.Header-nav-item, .Header-nav-item--folder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .618em;
    padding: .618em 0;
    color: #333;
}

.Header-nav-folder {
    background-color: #f7f6f5;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.Header-nav-item--folder:hover .Header-nav-folder {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}

.Header-nav-folder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: -99999px;
    z-index: 1002;
    margin-left: -1em;
    padding: 1em;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
}

.Header-nav-folder-item {
    display: block;
    padding: .382em;
    color: #000;
    text-decoration: none;
}

.Header-nav-item, .Header-nav-folder-item {
    -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.Header-nav .Header-nav-item:hover {
    color: rgba(51,51,51,.4);
    text-decoration: none;
}

[data-nc-container="top-right"] {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
}

[data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0 !important;
}

.center-content {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.credits {
    display: inline-block;
    margin: 0 5px;
    height: 14px;
    border-right: 1px solid #333;
    padding-right: 10px;
}

.col-item {
    display: inline-block;
    height: 14px;
}

.string_container {
    display: inline-block;
    margin: 0 5px;
    height: 14px;
    border-right: 1px solid;
    padding-right: 10px;
}

.social-content .base-icon {
    padding: 0px 5px;
}

.fixed-search {
    position: fixed;
    z-index: 15;
    bottom: 0;
    right: 0;
    height: 110px;
    padding: 0 40px;
}

    .fixed-search form {
        width: 41px;
        overflow: hidden;
        float: right;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .fixed-search form:focus {
            width: 300px;
        }

        .fixed-search form:hover {
            width: 300px;
        }

    .fixed-search fieldset {
        width: 300px;
        float: right;
    }

    .fixed-search input {
        outline: 0;
        display: inline-block;
        vertical-align: middle;
        width: 255px;
        height: 40px;
        background-color: transparent;
        border: 0;
        padding: 0 20px;
        border-bottom: 1px solid #333;
        color: #a6a6a6;
        text-shadow: 1px 1px 0.5px #000;
    }

    .fixed-search button {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 0;
        border: 1px solid #333;
        color: #a6a6a6;
    }

.Footer-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 65px;
    text-align: center;
}

@media (max-width: 960px) {
    .Footer-inner {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 1024px) {
    .Footer-inner {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.Footer-business {
    text-align: center;
}

.Footer-nav {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .35em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 20px 0;
}

    .Footer-nav a:hover {
        color: rgba(51,51,51,.5);
        text-decoration: none;
    }

.newsletter-block .newsletter-form-wrapper {
    width: 100%;
    background: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

.newsletter-form-wrapper {
    padding: 0px 0px;
}

.newsletter-block .newsletter-form-header {
    width: 85%;
    margin: 0 auto;
}

.newsletter-form-header-description p {
    margin: 17px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6em;
}

.newsletter-block .newsletter-form-field-wrapper {
    display: inline-block;
    width: auto;
    min-width: 250px;
    padding: 6px 3px;
}

@media (max-width:320px) {
    .newsletter-block .newsletter-form-field-wrapper {
        min-width: initial !important;
    }
}

.newsletter-form-field-element {
    border: 1px solid rgba(0,0,0,.12);
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    outline: none;
    -webkit-transition: background .3s ease-out,border .3s ease-out;
    -moz-transition: background .3s ease-out,border .3s ease-out;
    -ms-transition: background .3s ease-out,border .3s ease-out;
    -o-transition: background .3s ease-out,border .3s ease-out;
    transition: background .3s ease-out,border .3s ease-out;
}

.newsletter-block .newsletter-form-fields-wrapper {
    display: inline-block;
    width: auto;
    margin: 12px 0 0 0;
}

.newsletter-form-button-wrapper {
    display: inline-block;
    width: auto;
    margin: 12px 0 0 0;
    padding: 6px 3px;
}

.newsletter-block .newsletter-form-button {
    -webkit-box-shadow: inset 0px 0px 0px 1px #222;
    -moz-box-shadow: inset 0px 0px 0px 1px #222;
    box-shadow: inset 0px 0px 0px 1px #222;
    color: #222;
}

.newsletter-block .newsletter-form-button {
    border-width: 1px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #222;
    -moz-box-shadow: inset 0px 0px 0px 1px #222;
    box-shadow: inset 0px 0px 0px 1px #222;
    background: transparent;
    color: #222;
}

.newsletter-form-wrapper .newsletter-form-button {
    color: #fff;
    background-color: #222;
    border: 1px solid #222 !important;
}

.sqs-editable-button, sqs-editable-button-style {
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.sqs-editable-button, .sqs-editable-button-layout {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newsletter-block .newsletter-form-button {
    position: relative;
    width: auto;
    padding: 1em 2.25em;
    border: 1px solid #222 !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.newsletter-block * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.newsletter-form-wrapper .newsletter-form-button {
    color: #222;
    background-color: #fff;
    border: 1px solid #222 !important;
    transition: all 0.15s linear;
}

.newsletter-block .newsletter-form-button:hover {
    background-color: #222;
    color: #fff;
    transition: all 0.15s linear;
}

.Mobile-bar--top {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: #fff;*/
}

.Mobile-bar--top {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 1024px) {
    .Mobile-bar {
        padding-left: 56px;
        padding-right: 56px;
    }
}
/*@media (max-width: 960px) {
	.Mobile-bar {
		padding-left: 40px;
		padding-right: 40px;
	}
}*/
@media (max-width: 767px) {
    .Mobile-bar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.Mobile-bar-branding-logo {
    width: 105px;
}

[data-nc-container="top-left"][data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 0;
}

[data-nc-base="mobile-bar"] [data-nc-container="top-left"] {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: none;
}

[data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

[data-nc-container="top-left"] [data-nc-element="menu-icon"] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

[data-nc-container="top-left"] [data-nc-element="branding"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.has-logo-image .Mobile-bar-branding {
    line-height: 0;
}

.Mobile-bar-branding, .Mobile-bar-search, .Mobile-bar-menu, .Mobile-bar .Cart {
    /*padding: 8px;*/
    line-height: 0;
}

.Mobile-bar-menu {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
}

.top-left {
    text-align: left;
    flex: 1 1 0;
}

[data-nc-container="top-center"] {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*display: none;*/
    flex: 0 0 auto;
}

[data-nc-container="top-right"][data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

[data-nc-container="top-right"] {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
    flex: 1 1 0;
}

.Mobile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .Mobile-bar .Cart .cart-quantity {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 26px;
        color: #000;
    }
    /*.Mobile-bar .Cart .Cart-label:before {
	display:none;
}*/
    .Mobile-bar .Cart {
        /* font-family: Arial,Helvetica,sans-serif; */
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0em;
        /* font-family: futura-pt; */
        font-weight: 700;
        font-style: normal;
        font-size: 10px;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

.Mobile-bar-menu {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    margin-right: 0;
    margin-left: 15px;
}

.mobile-overlay {
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
    overflow-y: scroll;
}

    .mobile-overlay.active {
        left: 0;
        background-color: #fff;
        -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    }

.mobile-overlay {
    position: fixed;
    top: 0;
    left: -99999px;
    bottom: 0;
    z-index: 1010;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.anim-opacity-99 0% {
    opacity: 0;
}

.anim-opacity-99 99% {
    opacity: 0;
}

.anim-opacity-99 100% {
    opacity: 1;
}

@-webkit-keyframes anim-opacity-99 {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anim-opacity-99 {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Mobile-overlay-close {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    opacity: 0;
    -webkit-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    font-size: 20px;
}

.Mobile-overlay-close {
    display: block;
}

.mobile-overlay.active .Mobile-overlay-close {
    left: 0;
}

.mobile-overlay.active .Mobile-overlay-close {
    background-color: #fff;
    stroke: #000;
    opacity: 1;
    -webkit-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.mobile-overlay-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    /*width: calc(100% - 60px );*/
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mobile-overlay.active .mobile-overlay-menu {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.mobile-overlay .mobile-overlay-menu {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.mobile-overlay-menu-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    overflow: auto;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.Mobile-overlay-nav-item--folder:after {
    content: ' \f105 ';
    font-family: 'FontAwesome';
    color: #000;
}

.Mobile-overlay-nav .Mobile-overlay-nav-item {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 3em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.Mobile-overlay-nav-item, .Mobile-overlay-folder-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: center;
}

.Mobile-overlay-nav-item--folder, .Mobile-overlay-folder-item--toggle {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: center;
}

.Mobile-overlay-folder-item {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 3em;
    text-transform: uppercase;
}

.Mobile-overlay-nav-item, .Mobile-overlay-folder-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
}

.Mobile-overlay-folder-item {
    color: #000;
}

.Mobile-overlay-folder-item--toggle {
    padding-bottom: 1.618em;
}

    .Mobile-overlay-folder-item--toggle:before {
        content: '\f104  ';
        font-family: FontAwesome;
        color: #000;
    }

.Mobile-overlay-folder-item--toggle {
    color: rgba(0,0,0,.6);
}

.Mobile-overlay-folder-item--toggle {
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: none;
}

.Mobile-overlay-folder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 36px;
    overflow: auto;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

    .Mobile-overlay-folder.is-active-folder {
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.has-active-folder .mobile-overlay-menu-main {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

@media (max-width:991px) {
    .header-top {
        display: none;
    }
}

@media (min-width:992px) {
    .menu-mobile {
        display: none;
    }
}

.social-nav {
    display: block;
    text-align: center;
}

    .social-nav ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .social-nav ul li {
            list-style: none;
            display: inline-block;
        }

            .social-nav ul li:not(:first-child) {
                margin-left: 10px;
            }

            .social-nav ul li a {
                list-style: none;
                padding: 0;
                /*margin-left:10px;*/
            }

                .social-nav ul li a i {
                    /*height:18px;*/
                }

                .social-nav ul li a i {
                    /*height:30px;*/
                    color: #000;
                    -webkit-transition: fill 170ms ease-in-out;
                    -moz-transition: fill 170ms ease-in-out;
                    -o-transition: fill 170ms ease-in-out;
                    transition: fill 170ms ease-in-out;
                    font-size: 14px;
                }

        .social-nav ul:hover li:hover a i {
            /*fill: rgba(170,170,170,.4);*/
            color: #000;
        }

        .social-nav ul:hover li a i {
            color: rgba(0,0,0,.4);
        }

.footer-powered {
    text-align: center;
    margin-bottom: 75px;
    color: #000;
}

    .footer-powered > a {
        text-decoration: none;
        color: #000;
    }

.Footer-nav {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .075em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 20px 0;
}

.Footer-nav {
    text-align: center;
}

.Footer-nav-group {
    display: inline;
}

.Footer-nav-item {
    padding-right: 1em;
}

.Footer-nav-item {
    display: inline-block;
}

.Footer-nav a {
    color: #000;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    letter-spacing: 0.1em;
    font-size: 10px;
}

    .Footer-nav a:last-child {
        padding: 0;
    }

@media (max-width:767px) {
    .Footer-nav a {
        line-height: 3;
    }
}

.footer {
    padding-bottom: 50px;
}

    .footer > * > div {
        /*max-width:50%;*/
        width: 100%;
        margin: auto;
    }

    .footer > * {
        padding: 20px 30px;
    }

body .search-filter {
    background-color: #fff;
    border-color: #fff;
    text-align: left;
    height: 170px;
    top: 0;
    z-index: 99999;
    opacity: 1;
    position: fixed;
    width: 100%;
    margin: auto;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.5, 0.31, 0.84, 0.05);
}

    body .search-filter.show {
        opacity: 1;
    }

@media (max-width: 767px) {
    body .search-filter {
        width: 100%;
        height: 71px;
    }
}

body .search-filter .form-group {
    padding-top: 67px;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    body .search-filter .form-group {
        width: 100%;
        padding-top: 19px;
    }
}

@media (max-width: 767px) {
    body .search-filter .form-group .submit-control {
        margin-left: 18px;
        background: url(../../images/svg/search-button.svg) 0 0 no-repeat;
    }
}

body .search-filter .form-group .submit-control {
    border: 0;
    background-color: inherit;
    font-size: 16px;
    float: left;
    width: 24px;
    height: 24px;
    background: url(/images/search-button.svg) 0 0 no-repeat;
}

body .search-filter .form-group .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 90%;
    font-size: 16px;
    padding-top: 0;
    /*font-family: Akzidenz-Grotesk-Next-Light-Extd,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

@media (max-width: 767px) {
    body .search-filter .form-group .form-control[name=search_query] {
        width: 73%;
        /*font-size: 4vw;*/
    }
}

body .search-filter .form-group #closeSearchModal {
    background: url(/images/x-mark.svg) 0 0 no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    color: #bcbec0;
    position: absolute;
    top: 70px;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media (max-width: 991px) {
    body .search-filter .form-group #closeSearchModal {
        right: 18px;
    }
}

@media (max-width: 767px) {
    body .search-filter .form-group #closeSearchModal {
        top: 20px;
        right: 18px;
    }
}

.nav-search {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .nav-search {
        /*width: 55px;*/
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }
}

.icon-search {
    background: url(/images/search-button.svg) no-repeat 0 0;
}

.nav-search .icon-search {
    background: url(/images/search-button.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    float: left;
}

/*.instagram-title {
	line-height: 60px;
	text-align: center;
	float: none! important;
	width: 100%;
	border-bottom: 0;
	font-family:Lato,sans-serif;
	margin-top:50px;
}
	.instagram-title h2 {
		display: inline-block;
		padding: 10px 20px;
		border: 1px solid;
		line-height: initial! important;
		margin-bottom: 0;
		font-weight: 700;
		text-transform: none;
		letter-spacing: 1px;
	}
	.instagram-title h2 a{
		color:#000;
	}*/
.instagram-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

    .instagram-title h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: Lato, Arial, sans-serif;
    }

.instagram-items {
    position: relative;
}

#makeMeScrollable {
    width: 100%;
    /*height: 180px;*/
    position: relative;
}

    /* Replace the last selector for the type of element you have in
	your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
	if you have links use #makeMeScrollable div.scrollableArea a and so on. */
    #makeMeScrollable div.scrollableArea a {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        #makeMeScrollable div.scrollableArea a img {
            height: 330px;
        }

.instagram-photo {
    width: 180px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 180px;
    opacity: 1;
    transition: all .3s ease-in;
}

    .instagram-photo:hover {
        opacity: .7;
    }



#sidecarNav {
    position: fixed;
    width: 260px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: -100%;
    bottom: 0;
    height: 100%;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    visibility: hidden;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .14s linear,visibility .14s linear, left .14s linear;
    -moz-transition: height .14s linear,visibility .14s linear, left .14s linear;
    -ms-transition: height .14s linear,visibility .14s linear, left .14s linear;
    -o-transition: height .14s linear,visibility .14s linear, left .14s linear;
    transition: height .14s linear,visibility .14s linear, left .14s linear;
}



    /*#headerNav nav a, #sidecarNav nav a, #headerNav nav a:visited, #sidecarNav nav a:visited, #headerNav nav .folder-toggle, #sidecarNav nav .folder-toggle {
		
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 1px;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 2px;
		font-weight: 500;
		font-style: normal;
		line-height: 1em;
		color: #fff;
	}*/

    #sidecarNav nav {
        /*padding: 24px 36px 72px;*/
        padding: 20px;
    }

        #sidecarNav nav div {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

/*#sidecarNav nav div a, #sidecarNav nav div .folder-toggle {
				display: block;
				padding: .75em 0;
			}

			#sidecarNav nav div .subnav > div a {
				padding: 0 0 .5em;
			}

			#sidecarNav nav div .subnav > div:last-child a {
				padding-bottom: 1em;
			}*/

@media only screen and (max-width: 767px) {
    .mobile-nav-open #sidecarNav {
        visibility: visible;
        /*-webkit-transition: height 0s .14s linear,visibility 0s 0s linear;
		-moz-transition: height 0s .14s linear,visibility 0s 0s linear;
		-ms-transition: height 0s .14s linear,visibility 0s 0s linear;
		-o-transition: height 0s .14s linear,visibility 0s 0s linear;
		transition: height 0s .14s linear,visibility 0s 0s linear;*/
        z-index: 16;
        left: 0;
    }

    #siteWrapper {
        height: 99.9%;
        width: 100%;
        -webkit-transition: -webkit-transform .14s ease-in-out;
        -moz-transition: -moz-transform .14s ease-in-out;
        -ms-transition: -ms-transform .14s ease-in-out;
        -o-transition: -o-transform .14s ease-in-out;
        transition: transform .14s ease-in-out;
    }

    .mobile-nav-open #siteWrapper {
        position: fixed;
        height: 100%;
        -webkit-transform: translate3d(-260px,0,0);
        -moz-transform: translate3d(-260px,0,0);
        -ms-transform: translate3d(-260px,0,0);
        -o-transform: translate3d(-260px,0,0);
        transform: translate3d(100%,0,0);
    }
}

@media only screen and (max-width: 1024px) {
    .touch-styles a, .touch-styles label {
        -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
        -moz-tap-highlight-color: rgba(0,0,0,0) !important;
        tap-highlight-color: rgba(0,0,0,0) !important;
    }
}

.mobile-nav-open .body-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: e-resize;
    /* -webkit-transform:translatex(-260px) translatez(0); */
    -moz-transform: translatex(-260px) translatez(0);
    -ms-transform: translatex(-260px) translatez(0);
    -o-transform: translatex(-260px) translatez(0);
    transform: translatex(-100%) translatez(0);
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #9c9999 !important;
    background-color: transparent;
    border-color: transparent;
}

.list-group-item {
    background-color: transparent;
    border: none;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: transparent;
    outline: 0;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: transparent;
}

.subnav {
    padding: 10px 0;
}

    .subnav a {
        color: rgba(255,255,255,0.7) !important;
    }

a.arrow:after {
    content: "\f106";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    font-size: 14px;
    /*top: 23px;*/
    /*transition:all .3s ease-in-out;*/
    /*transform:rotate(180deg);*/
}

a.arrow.collapsed:after {
    content: "\f107";
}

button {
    margin: 0;
    padding: 0;
    font-family: inherit;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}

    button:focus {
        outline: none;
    }

.header-btn {
    fill: #141414;
    /*margin-right: 2rem;*/
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    /*width: 1.05rem;
	height: 1.05rem;*/
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    background: none;
    z-index: 9300;
}

.header-btn-line {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    left: 0;
    height: 2px;
    -webkit-transition-property: background, -webkit-transform;
    transition-property: background, -webkit-transform;
    transition-property: transform, background;
    transition-property: transform, background, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

    .header-btn-line:nth-child(1) {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

.header-btn-line {
    /*background: #141414 !important;*/
    background: #fff !important;
}

    /*.menu-is-open .header-btn-line {
	background: #fff !important;
}*/

    .header-btn-line:nth-child(3) {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

.mobile-nav-open .header-btn-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
    transform: translateY(0) rotate(45deg) scaleX(1.1);
}

.mobile-nav-open .header-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.mobile-nav-open .header-btn-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
    transform: translateY(0) rotate(-45deg) scaleX(1.1);
}

.menu-is-open .header-btn-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
    transform: translateY(0) rotate(45deg) scaleX(1.1);
}

.menu-is-open .header-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.menu-is-open .header-btn-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
    transform: translateY(0) rotate(-45deg) scaleX(1.1);
}

.icon-wrapper {
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
}

    /*.icon-wrapper img {
		width: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}*/

    .icon-wrapper svg {
        width: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.menu-is-open .icon-wrapper {
    border: 1px solid #fff;
}

    .menu-is-open .icon-wrapper svg {
        fill: #fff;
    }

@media (max-width:767px) {

    .icon-wrapper {
        height: 30px;
        width: 30px;
    }

        .icon-wrapper svg {
            width: 10px;
        }
}

.mobile-menu-btn {
    width: 42px;
    height: 2px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 20px;
    top: 5px;
}

    .mobile-menu-btn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: white;
        border-radius: 0;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

@media screen and (max-width: 39.9375em) {
    .mobile-menu-btn span {
        height: 2px;
    }
}

.mobile-menu-btn.open span {
    background: black !important;
}

.mobile-menu-btn span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mobile-menu-btn span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

@media screen and (max-width: 39.9375em) {
    .mobile-menu-btn span:nth-child(2) {
        top: 6px;
    }
}

.mobile-menu-btn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -11px;
    left: 5px;
}

@media screen and (max-width: 39.9375em) {
    .mobile-menu-btn.open span:nth-child(1) {
        left: 1px;
        top: -8px;
    }
}

.mobile-menu-btn.open span:nth-child(2) {
    transform: rotate(-45deg);
    top: 19px;
    left: 5px;
}

@media screen and (max-width: 39.9375em) {
    .mobile-menu-btn.open span:nth-child(2) {
        left: 1px;
        top: 14px;
    }
}

.mobile-menu-btn:not(.open):hover span:nth-child(1) {
    transform: translateY(0px);
    transition: all .2s ease-in-out;
}

.mobile-menu-btn:not(.open):hover span:nth-child(2) {
    transform: translateY(4px);
    transition: all .2s ease-in-out;
}


@media screen and (max-width: 39.9375em) {
    .mobile-menu-btn {
        width: 32px;
    }
}

.mobile-right-menu {
    float: right;
    line-height: 1;
}

    .mobile-right-menu li {
        display: inline-block;
        vertical-align: middle;
    }

        .mobile-right-menu li:not(:first-child) {
            margin-left: 15px;
        }

        .mobile-right-menu li a {
            font-size: 10px;
            text-transform: uppercase;
            display: inline-block;
        }

    .mobile-right-menu img {
        height: 20px;
    }

    .mobile-right-menu i {
        font-size: 20px;
        line-height: 20px;
    }

@media (max-width:767px){
    .mobile-right-menu i {
        color: #000;
    }
    .mobile-menu-btn span {
        background: black;
    }
    
} 


.mobile-menu-wrapper {
    padding: 20px 15px 15px;
    position: relative;
    z-index: 15;
    position: absolute;
    top: 0;
    width: 100%;
    top: 45px;
    transition: all .15s ease-in-out;
    color: #fff;
    margin-top: 0px;
}

.mobile-logo {
    display: block;
    margin: auto;
    text-align: center;
}

    .mobile-logo img {
        /*height: 20px;*/
    }

    .mobile-logo a {
        display: inline-block;
    }

.slide-menu {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: white;
    /*background-color: rgb(18, 18, 18);*/
    /*background-color: #e7e7e7;*/
    z-index: 11;
    top: 0;
    bottom: 0;
    transition: transform .4s cubic-bezier(0,.373,.417,1.04);
    transform: translateY(-100%);
}

.open-submenu .slide-menu {
    transform: translateY(100%);
}

.menu-is-open.open-submenu .slide-menu {
    transform: translateY(100%);
}

.menu-is-open .slide-menu {
    transition: transform .4s cubic-bezier(0,.373,.417,1.04);
    transform: translateY(0);
}

.slide-menu-wrapper {
    transition: transform .4s cubic-bezier(0,.373,.417,1.04),opacity .5s ease-in-out,visibility .5s ease-in-out;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}

.menu-is-open .slide-menu .slide-menu-wrapper {
    transition: transform .4s cubic-bezier(0,.373,.417,1.04),opacity .1s ease-in-out;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slide-main-menu {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .slide-main-menu li a {
        font-size: 17px;
        /* letter-spacing: .1em; */
        /* text-transform: uppercase; */
        position: relative;
        /* letter-spacing: 0.09em; */
        line-height: 1.5;
        font-family: 'Lato', sans-serif;
    }

        .slide-main-menu li a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #000;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

        .slide-main-menu li a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.slide-bottom-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    margin-bottom: 60px;
}

    .slide-bottom-menu ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .slide-bottom-menu ul li {
            list-style: none;
            line-height: 1.1;
        }

            .slide-bottom-menu ul li a {
                color: #545454;
                font-size: 15px;
                /*text-transform: uppercase;*/
                transition: all .2s ease-in-out;
                font-family: 'Lato', sans-serif;
            }

.slide-bottom-menu-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 15px;
}

    .slide-bottom-menu-icon img {
        max-width: 100%;
    }

.slide-top {
    margin-bottom: 30px;
}

.mobile-icon-menu {
    padding-right: 10px;
}

    .mobile-icon-menu > div {
        padding-left: 10px;
        display: inline-block;
        line-height: 30px;
    }

.menu-mobile {
    position: relative;
    z-index: 102;
    width: 100%;
    background-color: #b31b1b;
    /*background: #fff;*/
}

.menu-is-open .menu-mobile {
    position: fixed;
    /*background: #fff;
	background-color: rgb(18, 18, 18);*/
    top: 0;
}


.site-navigation {
    -webkit-transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    /*overflow-y: scroll;
	overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    z-index: 102;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    opacity: 0;
}

.menu-is-open .site-navigation {
    -webkit-transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.9607843137254902);*/
    /*background: rgba(0, 0, 0, 0.99);*/
    background: rgba(255, 255, 255, 0.99);
}

.site-navigation .trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
}

.menu-container {
    position: relative;
}

.side-menu {
    font-size: 24px;
    line-height: 26px;
    height: 100vh;
    /*width: 50%;*/
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    /*background-color: #000;*/
    padding-top: 200px;
    box-sizing: border-box;
    text-align: right;
    /*font-family: Garamond,serif;*/
    font-family: Lato,sans-serif;
}

    /*.side-menu:after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		height: 100vh;
		width: 100vw;
		background-color: #000;
	}*/

    .side-menu a {
        -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        /*color: #9F9F9F;*/
        color: #000;
    }

        .side-menu a:hover {
            color: #fff;
        }

body.menu-is-open {
    overflow: hidden;
}

.menu-mobile.scrolled {
    position: fixed;
}

.menu-mobile .topbar {
    padding: 5px 20px;
    height: initial;
    transition: all .3s linear;
}

.menu-mobile.scrolled .topbar {
    padding: 0px 20px;
    height: 0;
}

.bottom-menu {
    width: 100px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    z-index: 101;
    transition: opacity 500ms, transform 500ms;
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    -moz-transition: opacity 500ms, -moz-transform 500ms;
    -ms-transition: opacity 500ms, -ms-transform 500ms;
    left: auto;
    top: auto;
    right: 23px;
    bottom: 23px;
    margin-left: 0px;
    width: auto;
    transform: translateY(0px) !important;
    opacity: 1;
}

.bottom-menu-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.close-menu {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin-top: -3px;
    left: 20px;
    /* -webkit-transform: translateX(-50%); */
    /*-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	 transform: translateX(-50%); */
}

.wrapper-menu {
    position: absolute;
    top: 33.33333333%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

    .wrapper-menu ul.menu {
        list-style: none;
        padding: 0;
        color: #000;
    }

        .wrapper-menu ul.menu li {
            list-style: none;
            padding: 0;
            color: #000;
        }

            .wrapper-menu ul.menu li a {
                font-size: 17px;
                line-height: 25px;
            }

.menu-info, .menu-studio {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.menu-info {
    left: 20px;
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
}

.menu-studio {
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    right: 20px;
}

    .menu-info:hover, .menu-studio:hover {
        border-bottom: 1px solid #000;
    }

.modal-header {
    border: transparent;
}

.read-close-button {
    font-size: 27px;
    opacity: 1;
    /*text-shadow: 0 1px 4px #fff !important;*/
}

@media (min-width: 768px) {
    .read-close-button {
        left: 50px;
        bottom: 35px;
        position: relative;
        color: #fff !important;
        font-size: 27px;
    }
}

.read-more-modal {
    /*background: rgba(255, 255, 255, 0.55);*/
    background: transparent;
}

@media (min-width: 880px) {
    .read-more-modal .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 879px) {
    .read-more-modal .modal-dialog {
        max-width: 700px;
        width: 100%;
    }
}

@media (max-width:500px) {
    .read-more-modal .modal-dialog {
        transform: translateY(-50%) !important;
        top: 50%;
    }
}

.read-more-modal .modal-content {
    background: #FFFFFF;
    box-shadow: none !important;
    border-radius: 0;
    border: transparent;
    /*background: #f5f6fa;*/
}

.read-more-modal .modal-header {
    border: 0;
    height: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.read-more-modal .modal-body {
    padding: 0;
}

.popup-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*padding-bottom:130%;*/
    padding-bottom: 500px;
    height: 100%;
}

.popup-text {
    padding: 50px 30px;
    padding-top: 50px;
    text-align: center;
    font-family: Garamond,serif;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup-title {
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.popup-subtitle {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 1.5;
}

.popup-desc > p {
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    text-transform: initial;
}

.popup-clickme {
    margin-top: 50px;
    font-size: 17px;
    letter-spacing: .2em;
}

    .popup-clickme a {
        text-decoration: underline;
    }

.popup-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

.footer-wrapper {
    padding: 50px 20px;
    background: #212121;
    color: #fff;
}

    .footer-wrapper p {
        /*color: #fff;*/
        /*font-family: 'Raleway', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

footer .footer-info > div {
    margin-bottom: 40px;
}


footer {
    /*padding: 80px 0;*/
    font-size: 14px;
}

.footer-site-logo {
    margin-bottom: 30px;
}

    .footer-site-logo img {
        max-width: 200px;
    }

footer h3 {
    font-size: 14px;
    color: #fff;
    /*color: #313131;*/
    font-weight: 600;
    margin-bottom: 20px;
}

footer ul li {
    /*margin-bottom: 5px;*/
    /*color: #fff;*/
    /*line-height: 1.8;*/
}

    /*footer ul li a {
		font-size: 14px;
	}*/

    footer ul li a:hover {
        /*color: #ccc;*/
        text-decoration: none;
    }

footer .social-links {
    margin-top: 20px;
}

footer .footer-logo {
    display: block;
    width: 187px;
    height: 36px;
    background: url() no-repeat bottom center;
    background-size: 100%;
    text-indent: -9999px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 12px;
    margin: 0;
    margin-top: 20px;
    color: #fff;
    line-height: 1.8;
}

@media (min-width: 768px) {
    footer .footer-bottom ul {
        text-align: right;
        margin-top: 0;
    }
}

.footer-container {
    max-width: 1000px;
}

footer .footer-bottom ul li a {
    font-size: 12px;
    color: #fff;
}

    footer .footer-bottom ul li a:hover {
        color: #ccc;
    }

footer .social-links li a.fb {
    background: url(/images/social/icon-social-fb.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.in {
    background: url(/images/social/icon-social-linkedin.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.tw {
    background: url(/images/social/icon-social-twitter.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.bl {
    background: url(/images/social/icon-social-rss.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

    footer .social-links li a:hover {
        opacity: .8;
    }

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
}

.trial {
    background: #f9fbfb;
}

    .trial h1 {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.4;
    }

.animated.fadeout {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
}

.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease-in-out;
}


.mk-go-top {
    background-color: #ccc;
    background-color: rgba(0,0,0,.2);
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    right: -60px;
    right: 15px;
    opacity: 1;
    transition: all .2s ease-in-out;
}

    .mk-go-top.is-active {
        right: 15px;
        opacity: 1;
    }

    .mk-go-top:hover {
        background-color: rgba(0,0,0,.3);
    }

    .mk-go-top svg {
        position: absolute;
        top: 15px;
        left: 15px;
        fill: #fff;
        height: 16px;
        width: 16px;
    }


/*update new*/

.side-menu {
    font-size: 23px;
    line-height: 23px;
    /* height: 100vh; */
    /* width: 50%; */
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    /* background-color: #000; */
    padding-top: 200px;
    box-sizing: border-box;
    text-align: left;
    /* font-family: Garamond,serif; */
    font-family: Lato,sans-serif;
    margin-bottom: 30px;
}

.number-list {
    font-family: 'Conv_Tiempos Headline-Light';
    font-size: 10px;
    font-size: 0.625em;
    font-size: 10px;
    margin-right: 10px;
    color: #5f5f5f;
    color: #fff;
}

.side-menu a {
    -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
    /*color: #9F9F9F;
	color: #fff;*/
}

.menu-is-open .site-navigation {
    background: #b31b1b;
    color: #fff;
    overflow-y: scroll;
}

.address-mobile {
    margin-top: 50px;
}

.secondary {
    color: #fff;
    padding-left: 18px;
    /*color: #999;*/
    font-size: 16px;
    /* line-height: 1.5; */
}

    .secondary a {
        /*color: #747474;*/
    }

.mobile-search {
    margin-right: 4px;
    background: #871414;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    /*max-width: 100px;*/
    /* outline: 0; */
    font-size: 17px;
    border: none;
    padding: 0 10px;
}

/*update new 2*/

@media (min-width: 60em) {
    .main-nav-items ul li .menu-item {
        border-bottom: 1px solid transparent;
        padding: 30px 24px 22px;
    }
}

@media (max-width: 76em) and (min-width: 69em) {
    .main-nav-items ul li .menu-item {
        font-size: 18px;
        padding: 30px 20px 22px;
    }
}

.side-logo {
    padding-top: 40px;
}

.scrolled-menu .main-nav {
    position: fixed;
    top: 0;
    background: black;
    width: 100%;
    z-index: 2;
}

.scrolled-menu .side-logo {
    /*padding-top: 37px;*/
    padding-top: 20px;
}

.scrolled-menu .main-nav-items ul li .menu-item {
    color: #fff;
}


/*update new*/


.cart-dropdown {
    padding: 0 48px;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    width: 534px;
    box-sizing: border-box;
    box-shadow: -4px 0px 7px 0px rgba(0, 0, 0, 0.07);
    padding-bottom: 55px;
    height: 100vh;
    /*display: none;*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    transition: all .3s ease;
    overflow-y: scroll;
}

.open-cart .cart-dropdown {
    display: flex;
    transform: translateX(0%);
}

@media only screen and (max-width: 767px) {
    .cart-dropdown {
        width: 100vw;
        padding: 0 22px;
        padding-bottom: 32px;
    }
}

.background-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.open-cart .background-overlay {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}

.cart-top-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .cart-top-menu .c-btn-cart {
        font-size: 17px;
    }
}

.cart-top-menu > div {
    float: right;
    padding-left: 20px;
}

.cart-top {
    margin-top: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .cart-top .sign-in {
        font-size: 14px;
        letter-spacing: 0.019em;
        color: #4A5A5C;
        opacity: 0.5;
    }

.modal-title {
    font-family: 'Miller Light', Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.01em;
    /*margin-top: 50px;*/
}

.main-account-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 17px;
}

.account-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .account-item.active {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .account-item .tab {
        height: 70px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 13px;
        border-bottom: 1px solid #4A5A5C;
        text-transform: uppercase;
    }

    .account-item:not(.active) .tab {
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.2s ease;
    }

.main-account-container .tab i {
    width: 24px;
    height: 18px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    margin-right: 13px;
    font-size: 20px;
}

.main-account-container .tab span {
    font-size: 15px;
    /*letter-spacing: 0.05em;*/
    letter-spacing: .06em;
    color: #4A5A5C;
}

.account-content {
    display: none;
    padding-top: 26px;
    overflow-y: scroll;
    overflow-y: auto !important;
    scroll-behavior: smooth;
}

.account-item.active .account-content {
    display: block;
}

.login-form label, .register-form label {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 16.8px;
    color: #4A5A5C;
    opacity: 0.5;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.login-form input, .register-form input {
    height: 26px;
    margin-top: 8px;
    padding-bottom: 4px;
    background: none;
    border: 0;
    border-bottom: 1px solid #A4ACAD;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #4A5A5C;
    outline: 0;
}

    .login-form input:focus, .register-form input:focus {
    }

.no-item {
    padding-top: 26px;
}

.cart-content {
    /*padding-top: 26px;*/
    /*overflow-y: scroll;
	scroll-behavior: smooth;*/
    min-height: 200px;
    -webkit-tap-highlight-color: transparent;
}

.cart_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

    .cart_item .thumb {
        -webkit-flex: 0 1 65px;
        -ms-flex: 0 1 65px;
        flex: 0 1 65px;
        margin-right: 27px;
        min-width: 65px;
        height: 65px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

@media only screen and (max-width: 767px) {
    .cart_item .thumb {
        margin-right: 10px;
    }
}

.cart_item .info {
    -webkit-flex: 1 0 108px;
    -ms-flex: 1 0 108px;
    flex: 1 0 108px;
}

    .cart_item .info .details {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cart_item .info .details h3 {
            font-size: 11px;
            /*letter-spacing: 0;*/
            letter-spacing: .06em;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 10px;
            margin: 0;
            text-transform: uppercase;
        }

@media (max-width:767px) {

    .cart_item .info .details h3 {
        font-size: 14px;
        max-width: 80px;
    }
}

.cart_item .info .details .quantity {
    -webkit-flex: 0 1 93px;
    -ms-flex: 0 1 93px;
    flex: 0 1 93px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .cart_item .info .details .quantity {
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1;
        margin-left: auto;
    }
}

.cart_item .info .details .quantity label {
    display: none;
}

.cart_item .info .details .quantity input {
    font-size: 13.15px;
    background: none;
    border: none;
    width: 32px;
    color: #4A5A5C;
    font-family: 'GT-Walsheim-Regular';
    -moz-appearance: textfield;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .cart_item .info .details .quantity input {
        font-size: 11px;
        /*width: 16px;*/
    }
}

.cart_item .info .details .quantity .spinner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 7px;
}

    .cart_item .info .details .quantity .spinner a {
        width: 26px;
        height: 21.5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        border: 1px solid #E5ECE9;
        box-sizing: border-box;
        cursor: pointer;
        background-position: center calc(50% - 0.5px);
    }

        .cart_item .info .details .quantity .spinner a[data-type="up"] {
            background-size: 10px 10px;
            background-image: url(/images/spinner_up.svg);
        }

        .cart_item .info .details .quantity .spinner a[data-type="down"] {
            background-image: url(/images/spinner_down.svg);
            background-size: 11px 2px;
            border-left: 0;
        }

.cart_item .info .details .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 1 82px;
    -ms-flex: 0 1 82px;
    flex: 0 1 82px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 11px;
    color: #4A5A5C;
    letter-spacing: .06em;
}

@media only screen and (max-width: 767px) {
    .cart_item .info .details .price {
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1;
    }
}

.cart_item .info .options {
    margin-top: 3px;
    letter-spacing: .06em;
}

    .cart_item .info .options .variation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 0.5;
    }

        .cart_item .info .options .variation .variant {
            font-size: 10.52px;
            color: #4A5A5C;
            margin-right: 5px;
        }

        .cart_item .info .options .variation .value {
            font-family: 'GT-Walsheim-Light', Arial;
            -webkit-font-smoothing: antialiased;
            font-size: 10.52px;
            color: #4A5A5C;
        }

@media only screen and (max-width: 767px) {
    .variation .variant, .cart_item .info .options .variation .value {
        font-size: 9px;
        line-height: 12px;
    }
}

.cart_item .info a.remove_item {
    font-family: 'GT-Walsheim-Light', Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 10.52px;
    color: #4A5A5C;
    opacity: 0.5;
    text-decoration: underline;
}

.checkout.button {
    width: 100%;
    /*height: 57px;*/
    height: 45px;
    /*background-color: #E5ECE9;
	background-color: #686867;*/
    background-color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px 0 32px;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-appearance: none;
    border: 0;
    position: relative;
    cursor: pointer;
    transition: opacity 0.25s ease;
    cursor: pointer;
    transition: opacity 0.2s ease;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #4A5A5C;
    margin-top: 28px;
    transition: opacity 0.25s ease;
    font-weight: 800;
}

    .checkout.button.account {
        display: inline-block;
        width: initial;
        line-height: 57px;
        padding: 0 32px 0 32px;
    }

    .checkout.button .checkout-label {
        color: #4A5A5C;
        color: #fff;
        font-size: 11px;
        letter-spacing: 0.05em;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-transform: uppercase;
    }

.checkout .total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4A5A5C;
    color: #fff;
}

.checkout.button:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .checkout.button .checkout-label, .checkout.button .price .value {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout.button {
        height: 40px;
        padding: 0 6px 0 16px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.42px;
    }

        .checkout.button.account {
            display: inline-block;
            width: initial;
            line-height: 40px;
            padding: 0 16px 0 16px;
        }
}

.c-btn-cart img {
    height: 15px;
}


/*update cart*/

.o-minicart .products {
    max-height: 195px;
    overflow: scroll;
}

.o-cart-item {
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0 14px;
}

.o-minicart .o-cart-item:first-child {
    border-top: none;
    padding-top: 0;
}

.o-minicart .o-cart-item .content-wrappers {
    display: -ms-flexbox;
    display: flex;
}

.o-cart-item .cart-image-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .o-cart-item .cart-image-wrapper {
        float: left;
        width: 110px;
        margin-right: 12px;
    }
}

@media (min-width: 1025px) {
    .o-cart-item .cart-image-wrapper {
        width: 84px;
        margin-right: 20px;
    }
}

.o-cart-item .cart-image-wrapper img {
    width: 100%;
}

.o-cart-item .cart-item-info {
    /*font-family: 'Gill Sans MT Pro Medium';*/
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #444444;
    vertical-align: top;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 76px);
}

@media (min-width: 768px) {
    .o-cart-item .cart-item-info {
        width: calc(100% - 122px);
    }
}

@media (min-width: 1025px) {
    .o-cart-item .cart-item-info {
        width: calc(100% - 104px);
    }
}

.o-cart-item .cart-item-info .product-name {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
}

.o-cart-item .cart-item-info.has-hazmat > *:not(.m-hazmat) {
    opacity: 0.3;
}

.o-cart-item .product-name {
    -ms-flex-order: -2;
    order: -2;
}

.o-cart-item .price-section {
    -ms-flex-order: -1;
    order: -1;
}

.o-minicart .o-cart-item .cart-item-info .price-section {
    -ms-flex-positive: 5;
    flex-grow: 5;
}

.o-cart-item .price-section .is-deprecated {
    margin-right: 10px;
    text-decoration: line-through;
}

.o-cart-item .price-section .is-reduced {
    color: #F28860;
}

.o-cart-item .size-section {
    margin-top: 17px;
}

@media (min-width: 768px) {
    .o-cart-item .size-section {
        margin-top: 12px;
    }
}

@media (min-width: 1025px) {
    .o-cart-item .size-section {
        margin-top: 17px;
    }
}

.o-cart-item .size-label,
.o-cart-item .color-label,
.o-cart-item .quantity-label {
    display: inline-block;
    vertical-align: top;
    width: 64px;
}


.o-cart-item .total-section {
    text-align: right;
    margin-top: 17px;
}

@media (min-width: 1025px) {
    .o-cart-item .total-section {
        margin-top: 0;
    }
}

.o-minicart .o-cart-item .cart-item-info .total-section {
    position: absolute;
    bottom: -7px;
    right: 0;
}

.o-minicart .o-cart-item .cart-item-info .quantity-section {
    margin-bottom: -7px;
}

.o-minicart .summary-section {
    text-align: center;
}

.o-order-summary {
    font-size: 12px;
    line-height: 17px;
    color: #444444;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 21px;
    line-height: 25px;
}

.o-minicart .summary-section .o-order-summary {
    border-top: 1px solid #E0E0E0;
    font-size: 12px;
    line-height: 18px;
    padding: 18px 0 0;
    text-align: left;
}

.o-order-summary .order-value-section {
    -ms-flex-order: -2;
    order: -2;
}

.o-order-summary .shipping-section,
.o-order-summary .estimated-tax-section {
    -ms-flex-order: -1;
    order: -1;
}

.o-order-summary .discount-section,
.o-order-summary .staff-discount-section {
    color: #F28860;
}

.o-order-summary .shipping,
.o-order-summary .order-value,
.o-order-summary .discount,
.o-order-summary .total,
.o-order-summary .staff-discount,
.o-order-summary .estimated-tax {
    float: right;
}

.o-order-summary .total-section {
    border-top: 1px solid #E7E7E7;
    padding: 21px 0 25px;
    margin-top: 8px;
}

    .o-order-summary .total-section .total-label {
        letter-spacing: 0.0825em;
        text-transform: uppercase;
    }

.o-order-summary.lightbox-summary {
    border-top: 1px solid #E7E7E7;
}

    .o-order-summary.lightbox-summary .total-section {
        margin-top: 16px;
        padding-bottom: 38px;
    }

@media (min-width: 768px) {
    .o-order-summary.lightbox-summary .total-section {
        padding-bottom: 0;
    }
}

.a-button.is-secondary {
    color: #444444;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    /*font-family: 'Gill Sans MT Pro Medium';*/
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 12px 9px 8px 9px;
}

    .a-button.is-secondary:hover:not(.is-disabled):not(:disabled),
    .a-button.is-secondary.is-hover {
        color: #999999;
        border: 1px solid #CCCCCC;
    }

.o-minicart .summary-section .a-button {
    display: block;
}

    .o-minicart .summary-section .a-button.is-secondary {
        color: #FFFFFF;
        background-color: #444444;
        border: 1px solid #444444;
        margin-bottom: 30px;
    }

/*::-webkit-scrollbar {
    display: none;
}*/

.footer-section {
    padding: 30px 0;
}

.footer-block {
    /*display:flex;*/
    align-items: center;
    /*text-align: center;*/
    font-family: Lato;
}

@media (max-width:767px) {
    .footer-block {
        display: none;
    }
}

.footer-menu-left {
    display: inline-block;
    /*float: left;*/
    color: #ababab;
    /* color: #ccc; */
    font-family: Montserrat,Arial;
    font-weight: 700;
}

    .footer-menu-left ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footer-menu-left ul li {
            display: inline-block;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px !important;
            color: #999999;
        }

            .footer-menu-left ul li:not(:last-child) {
                margin-right: 25px;
            }

.foot-socials {
    color: #aaa;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 10px;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    margin: auto;
    text-align: center;
    /*justify-content:center;*/
}

@media (min-width:768px) {

    .footer-section .foot-socials {
        /*justify-content: center;*/
        float: right;
    }
}

.foot-socials__item {
    font-family: Montserrat,Arial;
    font-weight: 700;
    letter-spacing: 2px;
    /*margin-bottom: 8px;*/
    margin-right: 20px;
    text-transform: uppercase;
}

    .foot-socials__item span {
        font-size: 15px;
        line-height: 20px;
    }

    .foot-socials__item a {
        line-height: 20px;
    }

        .foot-socials__item a:hover {
            border-bottom: 1px dotted;
            color: #757575;
            text-decoration: none;
        }


/*update*/
.submenu-left {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    text-align: center;
    display: block;
    cursor: auto;
    position: absolute;
    /*width: 100%;*/
    line-height: 30px;
    top: 50px;
    left: 40%;
    /*right: 0;*/
    /*border-bottom: 1px solid #f4f4f4;*/
    background: white;
    color: #000 !important;
    padding: 15px;
    min-width: 250px;
    transform: translateX(-50%);
    z-index: 1;
}

    .submenu-left:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        border-bottom: 10px solid #fff;
    }

#header_left_inner > div {
    position: relative;
}

    #header_left_inner > div:hover ul {
        visibility: visible;
        opacity: 1;
    }

.submenu-right {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    text-align: left;
    display: block;
    cursor: auto;
    position: absolute;
    width: 100%;
    /* left: 0; */
    /*border-bottom: 1px solid #f4f4f4;*/
    right: 40%;
    top: 50px;
    background: white;
    color: #000;
    padding: 15px;
    min-width: 130px;
    transform: translateX(50%);
    text-align: center;
}

    .submenu-right::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        border-bottom: 10px solid #fff;
    }

.right-header > div {
    position: relative;
}

    .right-header > div:hover ul {
        visibility: visible;
        opacity: 1;
    }

.top-menu.scrolled .logo-white {
    display: none;
}

.top-menu.scrolled .logo-black {
    display: block;
    /*height: 30px !important;*/
    margin: 0 auto;
}

.top-menu.scrolled .right-header * {
    color: #000;
}
/** {
    border: 1px solid #000;
}*/
.instagram-feed .container {
    max-width: 100% !important;
    padding: 0;
}

.menu-eff-1 a {
    position: relative;
    text-decoration: none;
}

.menu-eff-1 * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.menu-eff-1 div {
    display: inline-block;
    overflow: hidden;
}

.menu-eff-1 a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #e67e22;
}

.menu-eff-1 a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
}


.menu-eff-1 a:before,
.menu-eff-1 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.menu-eff-1:hover a {
    transform: translateY(100%);
}
/*update*/

.top-menu {
    top: 45px;
}

.footer-section {
    position: relative;
    background: #fff;
    padding-bottom: 50px;
}


/*Paggging*/
.paging {
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Lato,sans-serif;
}

    .paging ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .paging ul li {
            display: inline-block;
            padding: 0 5px;
        }

.list-services-item {
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: 0.4s;
    /*display: flex;*/
}

.active .list-services-item:hover {
    color: #ccc;
    text-align: inherit;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color: #ca9c8b;
}

.list-services-item:after {
    /*content: '\f101';*/
    /*font-family: FontAwesome;*/
    font-size: 20px;
    padding: 10px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

.mobile-footer {
    display: none;
}

@media (max-width:767px) {
    .mobile-footer {
        display: block;
        text-align: center;
    }
}
