@charset "utf-8";
@font-face {
font-family: 'Optima Medium';
font-style: normal;
font-weight: normal;
src: local('Optima Medium'), url('Optima Medium.woff') format('woff');
}
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
html {
    font-family: optima;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Optima Medium;
    padding: 0;
    margin: 0;
    color: #484848;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
::-moz-selection {
    background: rgb(198, 163, 83);
    color: rgb(255, 255, 255);
}
::selection {
    background: rgb(198, 163, 83);
    color: rgb(255, 255, 255);
}
a,
a > *,
button,
button > * {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
a:hover,
a > *:hover,
a:focus,
a > *:focus,
button:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}
p {
    position: relative;
    margin: 10px 0;
    ;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.clear {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
hr {
    margin-bottom: 40px;
    margin-top: 40px;
    clear: both;
    border-color: rgba(0, 0, 0, 0.10);
}
section,
.main-section {
    position: relative;
}
.main-section {
    display: inline-block;
    margin: 0;
    padding: 55px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.padding-0 {
    padding: 0;
}
.margin-btom-20 {
    margin-bottom: 20px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-lft-15 {
    margin-left: 15px;
}
.black {
    font-weight: normal;
}
.bold {
    font-weight: 700;
}
.semi-bold {
    font-weight: 600;
}
.regular {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.ex-light {
    font-weight: 200;
}
.font-35 {
    font-size: 35px;
}
.font-25 {
    font-size: 25px;
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-15 {
    font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
}
.content-center {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: -4px;
}
/* bg-colors */
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #f6f6f6;
}
.bg-snow {
/*    background-color: #fff5f5;*/
/*    background-color: rgb(99, 55, 55);*/
}
.bg-castro{
    background-color: #F2EFEB;
}
.bg-yellow {
    background-color: #ffc500;
}
.color-black {
    color: rgb(0, 0, 0)
}
.color-white {
    color: rgb(255, 255, 255)
}
.btn-1 {
    border: none;
    background-color: #fff;
    color: #000;
    padding: 6px 20px;
}
/* place holder styles */
.form-group .placeholder-style[type="text"]::-webkit-input-placeholder,
.form-group .placeholder-style[type="email"]::-webkit-input-placeholder,
.textarea.placeholder-style::-webkit-input-placeholder {
    color: rgb(51, 51, 51);
    font-size: 15px;
}
.form-group .placeholder-style[type="text"]::-moz-placeholder,
.form-group .placeholder-style[type="email"]::-moz-placeholder,
textarea.placeholder-style::-moz-placeholder {
    color: rgb(51, 51, 51);
    font-size: 15px;
}
.form-group .placeholder-style[type="text"]:-ms-input-placeholder,
.form-group .placeholder-style[type="email"]:-ms-input-placeholder,
textarea.placeholder-style::-ms-input-placeholder {
    color: rgb(51, 51, 51);
    font-size: 15px;
}
@media only screen and (min-width: 960px) {}
/* sliding menus */
.slide-nav-trigger {
    position: fixed;
    z-index: 3;
    top: 12px;
    right: 7%;
    height: 44px;
    width: 44px;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.slide-nav-trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 3px;
    background-color:rgb(145, 120, 87);
}
.slide-nav-trigger span::before,
.slide-nav-trigger span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(145, 120, 87);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s, width 0.2s;
    -webkit-transition: width 0.2s, -webkit-transform 0.2s;
    transition: width 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, width 0.2s;
    transition: transform 0.2s, width 0.2s, -webkit-transform 0.2s;
}
.slide-nav-trigger span::before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.slide-nav-trigger span::after {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.grey-btn span,
.grey-btn span:before,
.grey-btn span:after {
    background-color: rgb(46, 43, 54);
}
@media only screen and (min-width: 1024px) {
    .slide-nav-trigger {
        top: 45px;
    }
    .grey-btn{
        top:5px !important;
    }
}
.slide-nav-container {
    position: fixed;
    background-color: rgb(61, 27, 26);
    z-index: 4;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
    -webkit-transition: -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0.4s;
    transition: -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0.4s;
    transition: transform 0.4s 0s, box-shadow 0s 0.4s;
    transition: transform 0.4s 0s, box-shadow 0s 0.4s, -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0.4s;
}
.slide-nav-container.is-visible {
    background-color: rgb(61, 27, 26);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
    -webkit-transition: -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0s;
    transition: -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0s;
    transition: transform 0.4s 0s, box-shadow 0s 0s;
    transition: transform 0.4s 0s, box-shadow 0s 0s, -webkit-transform 0.4s 0s, -webkit-box-shadow 0s 0s;
}
.bg-grey.is-visible {
    background-color: rgb(46, 43, 54) !important;
}
.slide-nav-container header {
    padding: 1.5em 0 0 6.25%;
    height: 68px;
    position: relative;
}
@media only screen and (min-width: 700px) {
    .slide-nav-container {
        width: 25%;
    }
    .slide-nav-container header {
        padding-top: 3em;
    }
}
.slide-nav-close {
    position: absolute;
    height: 44px;
    width: 44px;
    right: 90px;
    top: 38%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.slide-nav-close::after,
.slide-nav-close::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    left: 50%;
    top: 50%;
    background-color: rgb(145, 120, 87);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.white-btn:after,
.white-btn:before {
    background-color: rgb(255, 255, 255);
}
.slide-nav-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.slide-nav-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 700px) {
    .cd-close-nav {
        right: 7.14%;
    }
}
@media only screen and (min-width: 700px) {
    .cd-nav span {
        height: 64px;
        width: 64px;
        top: calc(50% - 56px);
    }
    .cd-nav em {
        font-size: 2.2rem;
        font-weight: 300;
        top: calc(50% + 21px);
    }
}
@media only screen and (min-width: 1024px) {}
.slide-nav-overlay {
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.slide-nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s;
}
.content-holder {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-box-shadow: 0 0 45px rgba(36, 29, 32, 0.55);
    box-shadow: 0 0 45px rgba(36, 29, 32, 0.55);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.content-holder.scale-down {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.slide-nav-section {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
}
.slide-nav-section.slide-nav-selected {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s;
    -webkit-overflow-scrolling: touch;
}
.slide-nav-section header {
    height: 100vh;
    position: relative;
}
.slide-nav-content {
    position: relative;
}
.slide-nav-logo-holder {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
}
.slide-nav-logo-holder h1 {
    margin: 0;
}
@media only screen and (min-width: 700px) {}
.sidebar {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -3px 0 0;
    padding: 0;
    text-align: left;
}
.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar #leftside-navigation ul li.active > a {
    color: #1abc9c;
}
.sidebar #leftside-navigation ul li.active ul {
    display: block;
}
.sidebar #leftside-navigation ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 16px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(145, 125, 87);
}
.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
    width: 20px;
    margin-right: 10px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
    display: none;
    background-color: rgb(255, 255, 255);
}
.sidebar #leftside-navigation ul ul li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
    font-size: 17px;
padding-top: 13px;
padding-bottom: 13px;
color: rgb(145, 120, 87);
}
.sidebar #leftside-navigation ul li .active {
    background-color:rgb(145, 125, 87);
    color: rgb(255, 255, 255);
}
/* inner page styles  */
.inner-page-wraper {
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
.gallery-thumbs .swiper-slide:hover {
    cursor: pointer;
}
.grid-view .swiper-button-next,
.grid-view .swiper-button-prev {
    display: none;
}
.video-swiper,
.gal-swiper,
.testimonial-swiper {
    overflow-x: hidden;
}
.inner-page-wraper {}
.lft-side-block {
    background-color: #31364C;
    padding: 0;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .lft-side-block {
        float: left;
        height: 100vh;
    }
    .rt-side-block {
        float: right;
    }
}
.lft-side-bar h4 {
    margin: 0 0 15px;
    font-weight: 600;
    color: #fff;
}
.lft-side-bar {
   padding: 11px 25px 0;
}
.gallery-container,
.blog-container,
.video-gal-container,
.testimonial-container {
    position: relative;
    margin-bottom: 10px;
}
.testimonial-container{
    margin-bottom: 0;
}
.blog-container {
    max-height: 29vh;
    overflow-y: hidden;
}
.blog-links li {
    position: relative;
    margin-left: 25px;
}
.blog-links li a {
    color: rgb(255, 255, 255);
    position: relative;
    height: 22px;
    width: 260px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.blog-links li:before {
    content: "";
    left: -25px;
    height: 2px;
    width: 38px;
    background-color: rgb(78, 70, 103);
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-links li a:hover {
    color: rgb(198, 163, 83);
}
.testi-caption img,
.testi-caption h4 {}
.testi-caption img {
    width: 70px;
}
.slide-caption h5 {
    color: #fff;
}
.slide-caption img {
    float: left;
    margin-right: 30px;
}
.slide-content {
    float: left;
    width: 100%;
}
.slide-caption {
    /*margin-bottom: 14px;*/
    float: left;
    width: 100%;
}
.testimonial-swiper blockquote {
    border: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    max-height: 84px;
    overflow: hidden;
    font-size: 16px;
}
.lSSlideOuter {
    max-height: 145px;

}
.content-container {
    padding: 0;
    height: 68vh;
}
.cat-nav-container {
    padding: 26px 0 0px 0;
    position: relative;
    height: 32vh;
    background-color: #fff;
    overflow: hidden;
    /*	overflow-y: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
}
.cat-nav-container h2 {
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);

transform: rotate(-90deg) translate(-50%, -50%);

position: absolute;

left: 0;

color: rgb(189, 189, 189);

margin: 0;
}
.cat-nav-container h2::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgb(189, 189, 189);
    bottom: -15px;
}
.cat-nav-container .cat-nav {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 66px;
    /*margin-left: 15px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
/*
.cat-nav-container #cat-nav-list {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	height: 100%;
	padding-right: 15px;
	padding-right: 15px;
margin-top: 65px;
}
*/
.cat-nav li {
    display: inline-block;
    margin: 5px 5px 0;
}
/*
#cat-nav-list li a {
	padding: 5px 5px;
	border: 1px solid rgb(46, 43, 54);
	color: rgb(46, 43, 54);
	float: left;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	width: 200px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 45px;
}
*/
.cat-nav li a {
    padding: 5px 8px;
    border: 1px solid rgb(46, 43, 54);
    color: rgb(46, 43, 54);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background-color: transparent;
}

.cat-nav li a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(46, 43, 54);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: rgb(255, 255, 255);
}
.cat-nav li a:hover {

    background-color: transparent;
    z-index: 1;
    color: #fff;
    border: 1px solid #fff;

}
.cat-nav li a:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cat-nav li .activated{
     background-color: rgb(46, 43, 54) !important;
     color: #fff !important;
}

	    .cat-nav .contct {
    display: inline-block;
    margin: 5px 5px 0;
}
/*
#cat-nav-list li a {
	padding: 5px 5px;
	border: 1px solid rgb(46, 43, 54);
	color: rgb(46, 43, 54);
	float: left;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	width: 200px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 45px;
}
*/
.cat-nav .contct a {
    padding: 5px 8px;
    border: 1px solid rgb(46, 43, 54);
    color: rgb(255, 255, 255);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background-color: rgb(61, 27, 26);
}

.cat-nav .contct a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(255, 255, 255);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: rgb(255, 255, 255);
}
.cat-nav .contct a:hover {

    background-color: #fff;
    z-index: 1;
    color: #000;
    border: 1px solid #000;

}
.cat-nav .contct a:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* trans */
.image-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.image-container .cat-img {
    width: 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.content-container .blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.category {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cat-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
}
.cat-section {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*	padding: 0 60px;*/
    padding: 0 73px 0 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.cat-section.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.56);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.cat-section-text h2 {
    margin-bottom: 3vh;
    font-size: 48px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	    width: 88%;
	    font-weight: normal;
}
.cat-section-text p {
    margin: 0;
    color: #2e2b36;
    max-width: 700px;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cat-nav-item.active {
    background: #20232a;
    
}
.cat-nav-item:last-child {
    border-bottom: none;
}
/*
.activated{
    background-color: rgb(46, 43, 54) !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
*/
/* animation classes */
.animate {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@-webkit-keyframes "fadeIn" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
@keyframes "fadeIn" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
.fadeIn {
    opacity: 0
}
.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.delay-3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay-4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay-5 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
/* ------------ */
.main-items-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.menu-wrap a {
    color: #b8b7ad;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #c94e50;
}
.content-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/*
 Menu Button */
/*
.menu-button-holder {
   position: absolute;
	  top: 50px;
	  left: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
*/
.menu-button {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    text-align: right;
}
.sidebar-tab {
    height: 100%;
    width: 45px;
    position: relative;
    top: 0;
    z-index: 1;
    cursor: pointer;
    left: 0;
    background-color: rgb(46, 43, 54);
  
    
    transition: transform .7s ease-in-out;
       
}
.vertical-text {
    width: 314px;
    top: 72%;
    color: rgb(255, 255, 255);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 99% 0px;
    transform-origin: 99% 0px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 6px;
}
.text-center {
    text-align: center !important;
}
#menu-btn i {
    margin-left: 10px;
}
#menu-btn:hover {
    cursor: pointer;
    border-color: #fff;
}
.menu-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 340px;
    z-index: 9998;
    background-color: #f7f7f7;
    -webkit-box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-panel1 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 44;
    width: 340px;
    z-index: 9998;
    background-color: #f7f7f7;
    -webkit-box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    overflow: auto;
}
.menu-item {
    width: 100%;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item:hover a {
    background-color: rgb(46, 43, 54);
    color: #fff;
}
.menu-item i {
    margin: 0 10px;
    color: #fff;
}
.menu-item a {
    display: inline-block;
    width: 100%;
    color: #2e2b36;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 400;
    font-size: 16px;
}

.menu1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    overflow: auto;
}
.menu-item1 {
    width: 100%;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item1:hover a {
    background-color: rgb(46, 43, 54);
    color: #fff;
}
.menu-item1 i {
    margin: 0 10px;
    color: #fff;
}
.menu-item1 a {
    display: inline-block;
    width: 100%;
    color: #2e2b36;
    padding: 10px 0;
    padding-left: 35px;
    font-weight: 400;
    font-size: 16px;
}


.close-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px;
    text-align: center;
    width: 45px;
    background-color: rgb(81, 77, 93);
    color: rgb(255, 255, 255);
    height: 45px;
    line-height: 45px;
}
.menu-close {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-close span {
    display: none;
}
.menu-close:hover {
    cursor: pointer;
}

.close-btn1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px;
    text-align: center;
    width: 45px;
    background-color: rgb(81, 77, 93);
    color: rgb(255, 255, 255);
    height: 45px;
    line-height: 45px;
}
.menu-close1 {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-close1 span {
    display: none;
}
.menu-close1:hover {
    cursor: pointer;
}

.fadeInDown {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1 !important;
}
.active {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}
.overlay {
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s;
    z-index: 2;
}

@media only screen and (max-width: 320px) {
.back {
    top: 50px;
    right: 5%;

}
}


@media only screen and (max-width: 768px) {
    .menu-panel {
        width: 300px;
      display: none;
    }
    
    .menu-panel1 {
        width: 300px;
      display: none;
    }
    
    /*
	.menu-close {
		left:-71px;
	}
*/
    /*
	.menu-panel.active .menu-close {
		left:10px;
	}
*/
    .sidebar-tab {
        height: 45%;
        width: 45px;
        top: 50%;
        left: -47px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .vertical-text {
        width: 150px;
        font-size: 15px;
    }
    .menu-panel.active .sidebar-tab {
        left: 0;
    }
    .menu-panel.active .menu-close {
        color: rgb(46, 43, 54);
    }
    .slide-nav-trigger {
        right: 20px;
    }
    .cat-section {
        padding: 0 15px;
    }
    .cat-section-text h2 {
        font-size: 2em;
    }
    .content-container {
        height: 80vh;
        overflow: hidden;
    }
    .cat-nav-container h2 {
        -webkit-transform: rotate(-90deg) translate(-35%, -50%);
        transform: rotate(0deg) translate(0%, 0%);
        position: inherit;
        margin-bottom: 50px;
    }
    .cat-nav-container {
        display: inline-block;
        height: auto;
        text-align: center;
    }
    .cat-nav-container .cat-nav {
        height: 250px;
        overflow: auto;
    }
}
/* custome scroll */
.nScroll {
    *overflow-y: auto;
}
.nScrollable .csb,
.nScrollable .csb .bar,
.nScrollable .csb .anchor,
.nScroll .csb,
.nScroll .csb .bar,
.nScroll .csb .anchor {
    border-radius: 6px;
}
.nScrollable,
.nScroll {
    *overflow-y: auto;
    /** UI Part */
    /**Additional */
}
.nScrollable .matchParent,
.nScroll .matchParent {
    height: 100%;
    width: 100%;
}
.nScrollable .cover,
.nScroll .cover {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.nScrollable .cover .content,
.nScroll .cover .content {
    overflow-y: scroll;
    padding-bottom: 17px;
    margin-right: -17px;
    margin-bottom: -17px;
    width: auto;
    position: relative;
    /*IE7 scroll overlap fix*/
}
.nScrollable .csb,
.nScrollable .csb .bar,
.nScrollable .csb .anchor,
.nScroll .csb,
.nScroll .csb .bar,
.nScroll .csb .anchor {
    z-index: 1;
    position: absolute;
}
.nScrollable .csb,
.nScroll .csb {
    display: none;
}
.nScrollable .csb.vertical,
.nScroll .csb.vertical {
    right: 10px;
    top: 10px;
    bottom: 18px;
    height: auto;
    width: 8px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}
.nScrollable .csb.horizontal,
.nScroll .csb.horizontal {
    bottom: 10px;
    left: 10px;
    right: 18px;
    width: auto;
    height: 8px;
    display: none !important;
}
.nScrollable .csb .anchor.head,
.nScroll .csb .anchor.head {
    top: 0;
    left: 0;
}
.nScrollable .csb .anchor.foot,
.nScroll .csb .anchor.foot {
    bottom: 0;
    right: 0;
}
.nScrollable .csb.vertical .bar,
.nScroll .csb.vertical .bar {
    width: 100%;
}
.nScrollable .csb.horizontal .bar,
.nScroll .csb.horizontal .bar {
    height: 100%;
}
.nScrollable .csb,
.nScroll .csb {
    background: #E2E2E2;
}
.nScrollable .csb .bar,
.nScroll .csb .bar {
    background: #B3B3B3;
}
.nScrollable .csb .anchor,
.nScroll .csb .anchor {
    background: blue;
}
.nScrollable .csb.vertical .anchor,
.nScroll .csb.vertical .anchor {
    height: 0px;
}
.nScrollable .csb.horizontal .anchor,
.nScroll .csb.horizontal .anchor {
    width: 0px;
}
.nScrollable .csb:hover,
.nScrollable .csb.hover,
.nScroll .csb:hover,
.nScroll .csb.hover {
    background: #D9D9D9;
}
.nScrollable .csb:hover .bar,
.nScrollable .csb.hover .bar,
.nScroll .csb:hover .bar,
.nScroll .csb.hover .bar {
    background: #A0A0A0;
}
.nScrollable .csb.vertical:hover {
    width: 12px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}


/* -- */
/* ==== Preloader ============ */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(61, 27, 26 );
    z-index: 9999;
}
.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-left: -75px;
    margin-top: -44px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(61, 27, 26 );
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
    transform: translateY(-50%);
  line-height: 50px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color:#5f4a47;
  font-family: 'Quattrocento Sans', sans-serif;
}
.preloader-logo {
    width: 120px;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

/*
.square img {
    width: 75px;
}
.square:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background-color: rgb(5, 104, 57);
    -webkit-animation: square_check 5s ease-in-out infinite;
    animation: square_check 5s ease-in-out infinite;
}
.square {
    width: 110px;
    height: 110px;
    position: relative;
    padding: 30px 0;
    text-align: center;
    border: 1px solid rgb(5, 104, 57);
    z-index: 1;
}
@-webkit-keyframes square_check {
    0%,
    100% {
        left: -5px;
        top: -5px;
    }
    25% {
        left: 105px;
        top: -5px;
    }
    50% {
        left: 105px;
        top: 105px;
    }
    75% {
        left: -5px;
        top: 105px;
    }
}
@keyframes square_check {
    0%,
    100% {
        left: -5px;
        top: -5px;
    }
    25% {
        left: 105px;
        top: -5px;
    }
    50% {
        left: 105px;
        top: 105px;
    }
    75% {
        left: -5px;
        top: 105px;
    }
}*/

.inner-page-content {
overflow:scroll; width:99%; height: 54%;     padding-bottom: 60px;	
}
.inner-page-content li {
	margin-left: 30px;
    list-style: outside;
}
.inner-page-bg {
 /*background-image:url('resources/images/cat-bg.png'); */
 background: #e8e7e7;   
}
}