body, html {
    height: 100%;
    font-family: 'Lato-Light',Arial,sans-serif;
    font-size: 19px;
}

.text-align-center {
    text-align: center;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.content {
    padding-top: 0;
}

.icon-bar {
    background: #666;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
}

.top-header {
    padding: 50px 7%;
}

.header-logo img {
    height: 19px;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.btn-round-lg {
    border-radius: 22.5px;
}

.content-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.main-menu {
    display: block;
    text-align: center;
}

    .main-menu ul {
        margin: 0;
        padding: 0;
    }


        .main-menu ul li {
            list-style: none;
            padding: 0;
            /* margin-right: 20px; */
            margin: 0 10px;
            display: inline-block;
            font-weight: 500;
            font-style: normal;
            font-size: 9.5px;
            letter-spacing: .14em;
            text-transform: uppercase;
            position: relative;
            /*font-family:Lato,Arial,sans-serif;*/
        }
            /*.main-menu ul:hover li:hover a {
            color:#000;
        }*/
            .main-menu ul li:hover a {
                color: rgba(0,0,0,.4);
                transition: all .3s linear;
            }

.top-nav {
    display: block;
    text-align: center;
}

    .top-nav ul {
        margin: 0;
        padding: 0;
    }


        .top-nav ul li {
            list-style: none;
            padding: 0;
            /*margin-right: 20px;*/
            margin: 0 10px;
            display: inline-block;
            font-size: 12px;
        }

.canvas {
    padding: 50px 7%;
    padding-top: 0px;
}

@media (max-width:767px) {
    .canvas {
        padding: 10px 7%;
    }
}

.about-desc {
    max-width: 768px;
    margin: auto;
}


.footer-copyright {
    text-transform: uppercase;
    color: #72808e;
    font-size: 11px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    margin: 60px 0 0;
    padding: 0 15px;
}

.slideshow-item {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

    .slideshow-item.in {
        display: block;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .slideshow-item.active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.slideshow-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.controls {
    margin: auto;
    margin-bottom: 45px;
    text-align: center;
}

.slide-image-desc {
    margin-top: 30px;
    color: #20272d;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.slideshow-text {
    max-width: 640px;
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
}

.top-nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: #999;
    transition: all 0.2s linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
}

.logo {
    display: inline-block;
    margin-right: 0;
}

.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: 17px;
                }

        .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);
        }

.controls .left.slide-nav {
    display: inline-block;
    float: left;
    color: #20272d;
    font-size: 11px;
    text-decoration: none;
}


.controls .slide-nav {
    float: none;
}

.title {
    z-index: 999;
}

.navbar-brand {
    padding: 7px 0px;
    text-align: center;
    float: none;
}

    .navbar-brand > img {
        height: 20px;
        margin: auto;
        text-align: center;
        display: block;
    }

.navbar-toggle {
    padding: 9px 0px;
    margin-right: 0px;
    line-height: 15px;
    float: none;
}

#mobileMenuLink {
    float: left;
}

    #mobileMenuLink > div {
        top: 4px;
        position: relative;
    }

    #mobileMenuLink.open-menu > div {
        display: none;
    }

.more-menu {
    float: right;
    /*text-align:center;*/
    top: 4px;
    position: relative;
}

.top-menu {
    display: block;
    border-bottom: solid 1px #f0f0f0;
    padding: 0 30px;
    text-align: center;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10000;
    height: 59px;
}

@media (max-width:767px) {
    .header {
        padding-bottom: 0 !important;
    }

    /*.canvas {
        padding-top: 71px !important;
    }*/
}

.more-menu-content, .search-content {
    /*display:none;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 900;
    /*pointer-events: none;*/
}

    .more-menu-content.open-menu, .search-content.open-menu {
        /*display:block;*/
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 150ms ease-in-out;
        -moz-transition: opacity 150ms ease-in-out;
        -ms-transition: opacity 150ms ease-in-out;
        -o-transition: opacity 150ms ease-in-out;
        transition: opacity 150ms ease-in-out;
    }

.more-menu.open-menu > img {
    display: none !important;
}

.search-button.open-menu > i {
    display: none;
}

.close-main-menu {
    font-size: 22px;
    color: #95948f;
    display: none;
}

    .close-main-menu.open {
        display: initial;
        color: #000;
    }

.close-more-menu {
    font-size: 22px;
    color: #95948f;
    display: none;
    top: -4px;
    position: relative;
}

    .close-more-menu.open {
        display: initial;
        color: #000;
    }

.close-search-button {
    font-size: 22px;
    color: #95948f;
    display: none;
}

    .close-search-button.open {
        display: initial;
    }

.social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 80%;
}

.cs-select ul span {
    text-align: center;
    font-weight: 500;
    font-size: 26px;
}

.list-group-item {
    text-align: center;
    font-weight: 500;
    background-color: transparent;
}

.list-group-item {
    border: none;
}

.cs-options li a, .close-button {
    font-size: 22px;
}

.cs-options ul > li > a {
    color: #000;
}

.cs-skin-overlay .cs-options {
    background: rgba(255,255,255,1) !important;
}

.top-nav ul li:not(.logo-section) {
    width: 100px;
    /* margin: 0 22px; */
}

.navbar-header {
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    padding-top: 60px;
}

.menu-wrap {
    position: fixed;
    z-index: 1001;
    width: 520px;
    height: 100%;
    background: #fff;
    /*background: #373a47;*/
    padding: 2.5em 1.5em 0;
    /*font-size: 1.15em;*/
    font-size: 28px;
    text-align: center;
    -webkit-transform: translate3d(-520px,0,0);
    transform: translate3d(-520px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-menu .menu-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

.menu-wrap a {
    /*color: #b8b7ad;*/
    color: #000;
    /*transition:all 0.1s ease-in-out;
    -webkit-transition:all 0.1s ease-in-out;*/
}

    .menu-wrap a:hover,
    .menu-wrap a:focus {
        color: #fd885d;
        text-decoration: none;
    }
/* Menu Button */
.menu-button {
    position: relative;
    z-index: 1000;
    margin: 1em;
    margin-left: 0;
    padding: 0;
    /* width: 2.5em; */
    /* height: 2.25em; */
    border: none;
    /* text-indent: 2.5em; */
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    left: 7%;
    top: 25px;
    outline: 0;
}
    /*.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}*/

    .menu-button:hover {
        opacity: 0.6;
    }

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 3em;
    top: 3.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

    .close-button::before,
    .close-button::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #000;
    }

    .close-button::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-button::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}


/*.menu, 
.icon-list {
	height: 100%;
}*/

.icon-list {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

    .icon-list a {
        display: block;
        padding: 0.3em 2em;
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        /*font-family: Perpetua,serif;*/
    }

    .icon-list,
    .icon-list a {
        -webkit-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .icon-list a:nth-child(2) {
            -webkit-transform: translate3d(0,1000px,0);
            transform: translate3d(0,1000px,0);
        }

        .icon-list a:nth-child(3) {
            -webkit-transform: translate3d(0,1500px,0);
            transform: translate3d(0,1500px,0);
        }

        .icon-list a:nth-child(4) {
            -webkit-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0);
        }

        .icon-list a:nth-child(5) {
            -webkit-transform: translate3d(0,2500px,0);
            transform: translate3d(0,2500px,0);
        }

        .icon-list a:nth-child(6) {
            -webkit-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0);
        }

        .icon-list a span {
            /*margin-left: 10px;*/
            font-weight: 400;
        }

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list {
    /*margin-left: 60px;*/
}

    .show-menu .icon-list a {
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width: 768px) {
    .gallery {
        /*margin-top: 100px;*/
    }
}

/*.menu-container {
    display:flex;
}*/
.menu-logo {
    position: absolute;
    margin: auto;
    top: 30px;
    padding: 5px 0 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* width: 135px; */
    text-align: center;
}

    .menu-logo > a {
        /*border-bottom: solid 1px #000;*/
        text-decoration: none;
        color: #000;
        font-size: 22px;
    }

        .menu-logo > a > img {
            height: 30px;
            /*width:125px;*/
        }

.right-menu {
    right: 8%;
    position: absolute;
    text-align: right;
    top: 53px;
}

    .right-menu .social-nav {
        line-height: 50px;
    }

.menu-button > img {
    height: 15px;
}

.menu-container {
    position: relative;
    z-index: 1000;
    /*height: 100px;*/
}

.subnav ul {
    padding: .5em 0 1em;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.footer-powered {
    text-align: center;
    margin-bottom: 75px;
    color: #000;
    font-size: 14px;
    margin-top: 45px;
}

    .footer-powered > a {
        text-decoration: none;
        color: #000;
    }

img.white {
    display: none;
}

.popup-menu {
    position: absolute;
}

.menu-logo .category {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 6px;
    font-size: .8rem;
    margin: 1em 0 2em 0;
    display: block;
}

    .menu-logo .category a {
        padding: 1em 0;
        /* border-bottom: 2px solid #000; */
        /*font-family: 'Lato',sans-serif;*/
        letter-spacing: .3em;
        font-size: 9px;
        color: #000;
    }

.footer-title {
    font-family: 'HenriDidot','Times New Roman',serif;
    font-size: 42px;
    text-align: center;
    letter-spacing: .3em;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .footer-title {
        font-size: 24px;
    }

    .footer-powered {
        margin-bottom: 45px;
    }
}

.all-reserved {
    font-size: 17px;
    text-align: center;
    margin: 10px 0;
}

.instagram-section {
    margin-top: 50px;
}

.instagram-wrapper {
    /*max-width: 970px;*/
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.instagram-post-item {
    width: 20%;
    float: left;
    padding: 0 10px 10px 0;
}

    .instagram-post-item:nth-child(5n+1) {
        clear: left;
    }

@media only screen and (max-width: 767px) {
    .instagram-grid {
        max-width: 95%;
        margin: auto;
    }

    .instagram-post-item {
        width: 50% !important;
        clear: none !important;
        padding: 0 5px 10px 5px;
    }
}

.instagram-header h1 {
    /*font-family:Lato,Arial,sans-serif;*/
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    letter-spacing: .18em;
    line-height: 1.45em;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}

.instagram-post-item a {
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    display: block;
    cursor: default;
    border-bottom: none;
    cursor: default;
}

    .instagram-post-item a img {
        position: relative;
    }

.instagram-image {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
}

.instagram-title {
    margin-bottom: 40px;
}

    .instagram-title h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        /*font-family: Lato, Arial, sans-serif;*/
    }

.footer-title > a > img {
    height: 19px;
}

.mobile-logo {
    padding: 14px 0;
    display: inline-block;
    margin: auto;
}

    .mobile-logo img {
        height: 20px;
    }

.navbar-header .category a {
    padding: 1em 0;
    /* border-bottom: 2px solid #000; */
    /*font-family: 'Lato',sans-serif;*/
    letter-spacing: .3em;
    font-size: 9px;
    color: #000;
    margin: auto;
    text-align: center;
}

.navbar-header .category {
    display: block;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 6px;
    font-size: .8rem;
}

.yellow-circle {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0,-50%);
    /* background: url(/images/lace/yellow.png); */
    background: #ffe135;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    transition: all .15s ease-in-out;
}

.main-menu ul li a {
    position: relative;
    z-index: 100;
}

.main-menu ul li:hover .yellow-circle {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.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);
}
