﻿@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
.superfly-on #sf-sidebar {
    display: block;
}
#sf-sidebar ol, #sf-sidebar ul {
    list-style: none;
}
#sf-sidebar a {
    outline: 0;
}
#sf-sidebar {
    margin: 0;
  	padding: 0;
  	border: 0;
    width: 250px;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    line-height: 1;
    display: none;
    z-index: 3000000;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:-moz-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#sf-sidebar, .sf-view-level-custom, .sf-scroll-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:-moz-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.sf-pos-right #sf-sidebar {
    right: 0;
    left: auto;
}
html {
    overflow-x: hidden !important;
    position: relative !important;
}
body.sf-sidebar-push > *,
.sf-mobile .sf-sidebar-static > *,
body.sf-sidebar-sub-push > *,
body.sf-blur > *{
    -webkit-backface-visibility: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    /*position: relative;*/
}

body.sf-blur.sf-body-pushed > * {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

body.sf-blur #sf-body-bg,
body.sf-blur #sf-sidebar,
body.sf-blur #sf-overlay-wrapper,
body.sf-blur #sf-mob-navbar {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

body #sf-sidebar.sf-sidebar-exposed,
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li,
.sf-sidebar-static #sf-sidebar .sf-menu-level-0 > li,
.sf-pos-right.sf-sidebar-static #sf-sidebar,
.sf-sidebar-full #sf-sidebar,
.sf-sidebar-full #sf-sidebar.sf-sidebar-exposed .sf-scroll-wrapper {
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    -o-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}
#sf-sidebar .sf-menu-level-0 > li {
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -o-transform: translate(-30px,0);
    transform: translate(-30px,0);
    -webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    -ms-transform: translate3d(-30px,0,0);
    -o-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.sf-pos-right #sf-sidebar .sf-menu-level-0 > li {
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -o-transform: translate(30px,0);
    transform: translate(30px,0);
    -webkit-transform: translate3d(30px,0,0);
    -moz-transform: translate3d(30px,0,0);
    -ms-transform: translate3d(30px,0,0);
    -o-transform: translate3d(30px,0,0);
    transform: translate3d(30px,0,0);
}
.sf-mobile #sf-sidebar:after {
    display: none;
}
.sf-view-pushed-1 #sf-sidebar:after {
    z-index: -800;
}
.sf-pos-right #sf-sidebar:after {
    left: -3px;
    right: 0;
}

/***/

#sf-marker {
    display: none !important;
}

#sf-sidebar .sf-rollback {
    cursor: pointer;
    z-index: -1000;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-font-smoothing: antialiased;
    color: #a4a4a4;
    font-size: 10px;
    height: 100%;
    line-height: 30px;
    /*padding-left: 10px;*/
    position: absolute;
    right: -40px;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}
.sf-pos-right #sf-sidebar .sf-rollback{
    /*padding-right: 10px;*/
    /*padding-left: 0;*/
    left: -40px;
    right: auto;
}

.sf-no-mobile .sf-sidebar-static #sf-sidebar .sf-rollback {
    display: none !important;
}
.sf-logo {
    text-align: center;
    /*padding: 50px 0;*/
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 10000;
}
.sf-logo img {
    /*height: 70px;*/
    max-width: 100%;
}
#sf-sidebar .sf-has-child-menu > .sf-child-menu {
    display: none;
    box-sizing: border-box;
}

#sf-sidebar.sf-compact .sf-scroll-wrapper {
    height: 100%;
    -webkit-overflow-scrolling : touch;
}
#sf-sidebar .sf-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
#sf-sidebar .sf-scroll {
    width: 100%;
    padding-right: 30px;
    overflow: auto;
    height: 100%;
}
#sf-sidebar .sf-nav {
    position: absolute;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    top: 0;
    left: 0;
}
#sf-sidebar .sf-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

#sf-sidebar ul {
    margin: 0;
    padding: 0;
}

#sf-sidebar .sf-va-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    /*height: 50%;*/
    padding: 0 0 0 0;
    margin: 0;
    /*margin-top:30vh;*/
    
}

.sf-mobile #sf-sidebar .sf-va-middle {
    display: block;
    height: auto;
    margin-top: 0px;
}

.sf-va-bottom {
    display:table-footer-group;
    vertical-align: bottom;
    width: 100%;
    margin-top:19vh;
}

#sf-sidebar .sf-menu-level-0 > li {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-backface-visibility: hidden;
}

#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li, .sf-sidebar-static #sf-sidebar .sf-menu-level-0 > li{
    opacity: 1;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(2) {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(3) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(4) {
    transition-delay: .35s;
    -webkit-transition-delay: .35s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(5) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(6) {
    transition-delay: .45s;
    -webkit-transition-delay: .45s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(7) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(8) {
    transition-delay: .55s;
    -webkit-transition-delay: .55s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(9) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(10) {
    transition-delay: .65s;
    -webkit-transition-delay: .65s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(11) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(12) {
    transition-delay: .75s;
    -webkit-transition-delay: .75s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(13) {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(14) {
    transition-delay: .85s;
    -webkit-transition-delay: .85s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(15) {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
}
#sf-sidebar .sf-menu li {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    position: relative;
}
#sf-sidebar .sf-menu li a {
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
}

#sf-sidebar .sf-menu a img {
    max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
}

#sf-sidebar .sf-menu li:hover span {
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
}

#sf-sidebar .sf-view,
#sf-sidebar .sf-nav {
    display: table;
}

#sf-sidebar .sf-nav {
    min-height: 100%;
}


#sf-sidebar .sf-view .sf-menu {
    padding: 0;
    /*padding: 200px 0 0;*/
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#sf-sidebar .sf-view .sf-menu li {
    text-align: center;
    cursor: pointer;
}

.sf-sidebar-bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -200;
}


#sf-sidebar .sf-view {
    position: absolute;
    overflow: hidden;
    height: 100%;
    top:0;
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


#sf-sidebar .sf-view-level-1 {
    position: absolute;
    height: 100%;
    width: 250px; /*default*/
    top: 0;
    left: 250px;
    background: #b5b5b5; /*default*/
    z-index: -300;
}

#sf-sidebar .sf-view-level-2 {
    width: 250px; /*default*/
    top: 0;
    left: 500px;
    background: #36939e; /*default*/
    z-index: -400;
}

#sf-sidebar .sf-view-level-3 {
    width: 250px; /*default*/
    top: 0;
    left: 750px;
    background: #9e466b; /*default*/
    z-index: -500;
}

body.sf-view-pushed-1 #sf-sidebar .sf-view-level-1,
body.sf-view-pushed-2 #sf-sidebar .sf-view-level-2,
body.sf-view-pushed-3 #sf-sidebar .sf-view-level-3 {
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}


#sf-sidebar .sf-view .sf-child-menu {
   display: none !important;
}

#sf-sidebar .sf-menu li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,0.075);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block !important;
}

.sf-pos-right #sf-sidebar .sf-menu li > a:before {
    left: auto;
    right: 0;
}

#sf-sidebar.sf-hl-line .sf-menu li > a:before {
    top: auto;
    height: 2px;
}

.sf-no-mobile #sf-sidebar .sf-menu li:hover > a:before,
.sf-no-mobile #sf-sidebar .sf-menu li.sf-active-item > a:before,
.sf-sidebar-full #sf-sidebar .sf-menu li.sf-active-item > a:before {
    width: 100%;
}

.sf-vertical-nav .sf-sm-indicator {
    width: 45px;
}

#sf-sidebar.sf-underline-2 .sf-menu li:after {
    border-bottom: 3px solid white;
    content: '';
    display: block;
    width: 0%;
    position: relative;
    bottom: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*top: -6px;*/
}

#sf-sidebar .sf-menu li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    z-index: 2;
}

#sf-sidebar .sf-menu li > a i {
    font-size: 75%;
    font-style: normal;
    text-transform: none;
}

#sf-sidebar .sf-menu li a {
  display: block;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

#sf-overlay-wrapper {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
}

#sf-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    /*display: none;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}

.sf-body-pushed #sf-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*z-index: 99999;*/

}

.sf-label-hidden {
    display: none !important;
}

#sf-sidebar .sf-search-form input[type=submit] {
    display: none;
}

#sf-sidebar form,
#sf-sidebar label {
    margin: 0;
    padding: 0;
}

#sf-sidebar .sf-search-form input[type=text] {
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    font-weight: 200!important;
    appearance: none;
    -webkit-appearance: none;
    line-height: 100%;
}

.sf-search-form {
    width: 100%;
    background: rgba(255,255,255,0.05);
    margin: 0;
    padding: 15px 0;
    position: relative;
}

#sf-sidebar .sf-search-form input[type=search]:focus {
    opacity: 1;
    outline:none !important;
}

#sf-sidebar .search-field {

}

#sf-sidebar .sf-logo{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0s 0.3s, opacity 0.3s linear;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
}

.sf-sidebar-static #sf-sidebar .sf-logo{
    opacity: 1;
    visibility: visible;
}

.sf-sidebar-static #sf-sidebar {
    opacity: 0;
}

#sf-sidebar.sf-sidebar-exposed  .sf-logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#sf-sidebar .sf-search-form label {
    position: relative;
    display: block;
    margin-top: 20px;
}

#sf-sidebar .sf-search-form span {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
    background-image: url("../img/search@2x.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}


#sf-sidebar .sf-social {
    display: block;
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    z-index: 1000;
    box-sizing: content-box;
}

#sf-sidebar .sf-social:empty {
    display: none !important;
}

#sf-sidebar .sf-social li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    border: 1px solid white;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
}

#sf-sidebar .sf-social li:first-child {
    margin-left: 0;
}

#sf-sidebar .sf-social li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-indent: -9999px;
}

#sf-sidebar .sf-menu li a {
    word-break: break-word;
}


#sf-sidebar [class*="sf-icon-"], .sf-view-level-custom:before  {
    font-family: 'sf-icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 18px;
    color: white;
    position: relative;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sf-sidebar [class*="sf-icon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    /*top: 11px;*/
    z-index: 0;
    /*left: 11px;*/
}

[class^="sf-icon-"]:after, [class*=" sf-icon-"]:after {
    display: none !important;
}

#sf-sidebar .sf-icon-twitter:before,
#sf-sidebar .sf-icon-gplus:before {
    /*left: 12px;*/
}

.sf-icon-gplus:before {
    content: "\e600";
}
.sf-icon-facebook:before {
    content: "\e601";
}
.sf-icon-twitter:before {
    content: "\e602";
}.sf-icon-instagram:before {
    content: "\e604";
}
.sf-icon-pinterest:before {
    content: "\e605";
}

.sf-body-float {
    float: left;
    width: 100%;
}

#sf-body-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    /*-webkit-transform: translateZ(0)*/
}


/* Navicon */
.sf-navicon-button {
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 33px 24px;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    /*opacity: .8;*/
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
}

#sf-sidebar .sf-navicon-button {
    top: 50%;
    /*margin-top: -20px;*/
}

#sf-sidebar .sf-label-metro .sf-navicon-button{
   background: #000000;
}

.sf-label-metro .sf-navicon,
.sf-label-metro .sf-navicon:before,
.sf-label-metro .sf-navicon:after {
    border-radius: 0 !important;
}

#sf-sidebar .sf-label-metro .sf-navicon,
#sf-sidebar .sf-label-metro .sf-navicon:after,
#sf-sidebar .sf-label-metro .sf-navicon:before  {
   background: #33ccff;
   z-index: 1;
}

#sf-mob-navbar {
    display: none;
}

.sf-mobile .sf-navicon-button:after {
    display: none !important;
}

#sf-sidebar .sf-label-square .sf-navicon-button,
#sf-sidebar .sf-label-rsquare .sf-navicon-button,
#sf-sidebar .sf-label-circle .sf-navicon-button {
    padding: 18px 8px 18px 8px;
    border: 3px solid;
    margin-left: 10px;
}

#sf-sidebar .sf-label-square .sf-navicon,
#sf-sidebar .sf-label-rsquare .sf-navicon,
#sf-sidebar .sf-label-circle .sf-navicon {
    width: 24px;
}

#sf-sidebar .sf-label-rsquare .sf-navicon-button {
    border-radius: 8px;
}

#sf-sidebar .sf-label-circle .sf-navicon-button {
    border-radius: 80px;
}

.sf-pos-right #sf-sidebar .sf-label-square .sf-navicon-button,
.sf-pos-right #sf-sidebar .sf-label-rsquare .sf-navicon-button,
.sf-pos-right #sf-sidebar .sf-label-circle .sf-navicon-button {
    margin-right: 20px;
    margin-left: 0;
}

#sf-sidebar .sf-label-square .sf-navicon,
#sf-sidebar .sf-label-square .sf-navicon:after,
#sf-sidebar .sf-label-square .sf-navicon:before {
    border-radius: 0;
}


.sf-pos-right #sf-sidebar .sf-navicon-button{
    /*left: -20px;*/
    right: 0;
    left: auto;
}


.sf-pos-right #sf-sidebar .sf-label-none .sf-navicon-button{
    left: -40px;
}

.sf-navicon-button .sf-navicon:before,
.sf-navicon-button .sf-navicon:after {
    transition: 0.25s;
}
.sf-navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}
.sf-navicon-button:hover .sf-navicon:before, .sf-navicon-button:hover .sf-navicon:after {
    transition: 0.25s;
}

.sf-navicon {
    position: relative;
    width: 24px;
    height: 3px;
    background: #e7e6dd;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sf-label-none .sf-navicon, .sf-label-text .sf-navicon {
    width: 24px;
    height: 3px;
}

.sf-navicon:after, .sf-navicon:before {
    display: block;
    content: "";
    width: 24px;
    height: 3px;
    background: #e7e6dd;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.25s 0.25s;
}

.sf-label-none .sf-navicon:after,
.sf-label-none .sf-navicon:before {
    width: 24px;
    height: 3px;
}

.sf-navicon:after {
    top: -8px;
}
.sf-navicon:before {
    top: 8px;
}

 {
    -webkit-transform: translate(2px, 0);
}

.sf-navicon-button:hover .sf-navicon {
    width: 22px !important;
    margin-right: 2px !important;
}

.sf-navicon-button:hover .sf-navicon:after,
.sf-navicon-button:hover .sf-navicon:before {
    -webkit-transform: translate(1px, 0);
}

.sf-label-square .sf-navicon-button:hover .sf-navicon:before,
.sf-label-square .sf-navicon-button:hover .sf-navicon:after {
    -webkit-transform: translate(2px, 0);
}

.sf-label-text .sf-navicon:after,
.sf-label-none .sf-navicon:after {
    top: -8px;
}
.sf-label-text .sf-navicon:before,
.sf-label-none .sf-navicon:before {
    top: 8px;
}

.sf-open:not(.steps) .sf-navicon:before,
.sf-open:not(.steps) .sf-navicon:after {
    top: 0 !important;
}

.sf-open .sf-navicon:before,
.sf-open .sf-navicon:after {
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Arrows */
.larr:hover .sf-navicon:before,
.larr:hover .sf-navicon:after,
.rarr:hover .sf-navicon:before,
.rarr:hover .sf-navicon:after,
.uarr:hover .sf-navicon:before,
.uarr:hover .sf-navicon:after {
    width: 22px;

}
.larr:hover .sf-navicon:before,
.rarr:hover .sf-navicon:before,
.uarr:hover .sf-navicon:before {
    -webkit-transform: rotate(35deg) !important;
    -moz-transform:  rotate(35deg) !important;
    -ms-transform:  rotate(35deg) !important;
    transform: rotate(35deg) !important;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.larr:hover .sf-navicon:after,
.rarr:hover .sf-navicon:after,
.uarr:hover .sf-navicon:after {
    -webkit-transform: rotate(-35deg);
    -moz-transform:  rotate(-35deg);
    -ms-transform:  rotate(-35deg);
    transform:  rotate(-35deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.uarr:hover {
    -webkit-transform: scale(0.75) rotate(90deg);
    -moz-transform: scale(0.75) rotate(90deg);
    -ms-transform: scale(0.75) rotate(90deg);
    transform: scale(0.75) rotate(90deg);
}

/* Arrows */
.rarr:hover .sf-navicon:before {
    -webkit-transform: translate3d(1em, 0, 0) rotate(-35deg);
    -moz-transform: translate3d(1em, 0, 0) rotate(-35deg);
    -ms-transform: translate3d(1em, 0, 0) rotate(-35deg);
    transform: translate3d(1em, 0, 0) rotate(-35deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.rarr:hover .sf-navicon:after {
    -webkit-transform: translate3d(1em, 0, 0) rotate(35deg);
    -moz-transform: translate3d(1em, 0, 0) rotate(35deg);
    -ms-transform: translate3d(1em, 0, 0) rotate(35deg);
    transform: translate3d(1em, 0, 0) rotate(35deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

/* × and + */
.sf-open.x .sf-navicon {
    background: transparent !important;
}

.sf-open.x .sf-navicon:after {
    -webkit-transform: rotate(45deg)!important;
    -moz-transform:  rotate(45deg)!important;
    -ms-transform:  rotate(45deg)!important;
    transform:  rotate(45deg)!important;
}

.sf-open.x .sf-navicon:before {
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform:  rotate(-45deg)!important;
    -ms-transform:  rotate(-45deg)!important;
    transform:  rotate(-45deg)!important;
}

.sf-inner-fixed {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sf-has-child-menu > a {
    position: relative;
}

.sf-sm-indicator  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    color: inherit;
    position: absolute;
    /*top: 50%;*/
    /*margin: -.7em 0 0 0;*/
    width: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    background: none;
}
#sf-sidebar.sf-indicators .sf-sm-indicator i {
    font-family: 'sf-icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.7em 0 0 0;
    width: 100%;
    text-align: center;
}

.sf-has-child-menu > a {
    padding-right: 28px !important;
}

.sf-pos-right .sf-has-child-menu > a {
    padding-left: 28px !important;
}

#sf-sidebar.sf-test-mode:before {
    position: absolute;
    content: 'Test mode ON';
    top: 0;
    color: #ffffff;
    background: #b90000;
}

.sf-pos-right .sf-sm-indicator  {
   left: 0px;
   right: auto;
}

.sf-pos-left .sf-indicators .sf-sm-indicator i:after {
    content: '\e612';
}

.sf-pos-left #sf-sidebar:not(.sf-vertical-nav) .sf-has-child-menu:hover .sf-sm-indicator {
    /*margin-left: 8px;*/
    right: -2px;
}
.sf-pos-right #sf-sidebar:not(.sf-vertical-nav) .sf-has-child-menu:hover .sf-sm-indicator {
    left: -2px;
}

.sf-pos-right .sf-indicators .sf-sm-indicator i:after {
    content: '\e60f';
}

#sf-sidebar .widget-area {
    padding: 15px;
}

#sf-sidebar .widget-area:empty {
    display: none;
}

.sf-menu-level-0 + * {
    /*display: table-row;*/
}

#sf-sidebar .sf-view-level-custom {
    visibility: hidden;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: content-box;
    background: #e2e2e2;
    z-index: -1000;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -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);
}

#sf-sidebar.sf-vertical-nav .sf-view-level-custom {
    opacity: 0;
}



#sf-sidebar .sf-view-level-custom.sf-modal {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    /*right: 0;*/
    width: 100%;
    z-index: 3000000;
    padding-top: 30px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.sf-pos-right #sf-sidebar .sf-view-level-custom.sf-modal {
    right: 0;
    left: auto;
}

#sf-sidebar .sf-view-level-custom .sf-close {
    display: none;
}

#sf-sidebar .sf-view-level-custom.sf-modal .sf-close {
    display: block;
}

#sf-sidebar .sf-view-level-custom.sf-modal .sf-close:before {
    font-family: 'sf-icomoon';
    content: '\e607';
    font-size: 32px;
    padding: 7px;
    color: #333 !important;
    background: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    top:  0;
    cursor: pointer;
}


.sf-custom-content {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px 0 0;
    box-sizing: content-box;
}

.sf-custom-content.sf-active {
    position: relative;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.sf-custom-content.sf-vert-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.sf-content-wrapper > img {
    max-width: 100% !important;
}

.sf-logo:empty {
    display: none !important;
}

.sf-content-wrapper {
    padding: 30px;
}

.sf-title h3 {
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin: 20px 0 10px 0;
}

.sf-title h4 {
    font-size: 18px;
    font-weight: 300;
    color: #AAA;
    margin: 0px 0 30px 0;
}

.sf-title h3, .sf-title h4 {
    padding: 0 20px;
    font-family: inherit;
}

#sf-sidebar .sf-menu li, #sf-sidebar .sf-menu  {
    float: none !important;
    line-height: 1 !important;
}




/* font import */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300);
@import url(http://fonts.googleapis.com/css?family=Muli:400,300);

.html_header_top.html_header_sticky #header {top:0;}

.html_header_top.html_header_sticky.html_bottom_nav_header #main {padding-top:110px;}
/* font-family: "aw-conqueror-didot" */
/* font-family: 'Muli', sans-serif; */

.page-id-11 #main {
    padding-top: 88px !important;
}

.page-template-template-mulberryhouse .circle-position {
	    left: 45%;
}

#full_slider_1 .caption_fullwidth {
    background: rgba(0, 0, 0, 0.35);
}


#top .avia-slideshow-button.avia-color-light {
    padding: 12px 65px;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 100;
}

#top .avia-slideshow-button.avia-color-light:hover {
	background-color: rgba(0, 0, 0, 0.31);
	color: #fff !important;
}


/* General */

div.wpcf7-mail-sent-ok{
	border:none;
    margin-left: 0;
    font-family: 'Muli', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 16px;
}

#header_main{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}

body{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

::selection {
    background-color: #B39771;
    color: #ffffff;
}

.responsive .container {
  max-width: 1030px;
  padding: 0;
}

.ie8-header{
	display: none;
}

h2.userText {
	    text-align: center !important;
    font-family: "aw-conqueror-didot" !important;
    margin-bottom: 0 !important;
}

/* Popup */

.pg_login_form {
    max-width: 73%;
    margin: 0 auto 20px;
    border: 1px solid #e1e1e1;
}

.pg_login_row label {
    display: inline-block;
    font-size: 15px !important;
    line-height: 20px;
    width: 36% !important;
    color: #706F6F !important;
    padding: 0 !important;
    margin: 0 !important;
    word-break: break-all;
    font-family: 'Muli',sans-serif !important;
}

.pg_login_form input[type="button"] {
    border: none !important;
    background: none !important;
    background-color: #C1A57E !important;
    color: #fff !important;
    font-family: 'Muli',sans-serif !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

#Couples-Corner {
    width: 440px;
    padding: 50px 10px 40px;
    background: rgba(239,235,233,1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    left: 50% !important;
    margin: 0 auto;
    top: 200px !important;
}

#Couples-Corner h1, #Couples-Corner h2 {
    text-align: center;
    line-height: 26px;
    color: #706f6f;
    font-family: "aw-conqueror-didot";
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 6%;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#Couples-Corner2 {
    width: 440px;
    padding: 50px 10px 40px;
    background: rgba(239,235,233,1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    left: 50% !important;
    margin: 0 auto;
    top: 200px !important;
}

#Couples-Corner2 h1 {
    text-align: center;
    line-height: 26px;
    color: #706f6f;
    font-family: "aw-conqueror-didot";
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 6%;
}

.CloseButton {
	position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    background-color: #C1A57E;
    padding: 5px 10px;
    width: 30px;
}

a.hidemodal {
	float: right; 
	position: relative; 
	overflow: hidden;
	color:#fff;
}

a.hidemodal:hover {
	text-decoration: none;
}

/* Header */

.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: initial;
}


#header_main, #header, #header_main_alternate, .header_color .header_bg{
	background-color: transparent;
}


.tiny{
	height:75px;
}
.ring-position{
	top:18px !important;
}

.smaller-logo{
	width:85px !important;
}

.mg-top-10{
	margin-top:10px !important;
}

/* header Styling */

#full_slider_1{
	margin-top:-125px;
}

.av_minimal_header #header_main .container{
	height:120px;
	line-height: 120px;
}

.html_header_top.html_logo_center .logo{
	margin-top:18px;
}

#sf-sidebar .sf-label-metro .sf-navicon-button {
  background-color: transparent;
  margin-top: 10px;
}

#sf-sidebar .sf-label-metro .sf-navicon-button{
	background-color: transparent !important;
	
}

#sf-sidebar .sf-menu li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    z-index: 2;
    font-family: "Antonio";
    font-weight: 700;
    font-size: 16px;
}

#sf-sidebar .sf-view-level-1, #sf-sidebar ul.sf-menu-level-1 {
    background: #192413 !important;
}

.sf-menu-level-0 .sf-active-class{
	background: #cbc0bc !important;
}

/*.sf-menu-level-1 .sf-active-class{
	background: rgba(114, 113, 111, 0.7) !important;
} */

.sf-navicon {
    position: relative;
    width: 30px;
    height:3px;
    background: #e7e6dd;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sf-navicon:after, .sf-navicon:before{
	width: 30px;
    height: 3px;
}


#sf-sidebar .sf-menu  .sf-menu-item-747 a span, #sf-sidebar .sf-menu  .sf-menu-item-750 a span{
	font-family: 'Muli', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

#sf-sidebar .sf-menu  .sf-menu-item-747{
	margin-top:60px;
}
	
#sf-sidebar.sf-vertical-nav .sf-has-child-menu .sf-sm-indicator i:after {
		content: '\e610';
		-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-webkit-backface-visibility: hidden;
		display: inline-block;
	}

	.sf-vertical-nav .sf-submenu-visible > a .sf-sm-indicator i:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#sf-mob-navbar .sf-navicon-button:after {
		/*width: 30px;*/
	}

	.sf-pos-right .sf-vertical-nav .sf-has-child-menu > a:before {
		display: none;
	}

	#sf-sidebar.sf-vertical-nav .sf-menu .sf-sm-indicator {
		background: rgba(255,255,255,0.085);
	}

	.sf-pos-right #sf-sidebar.sf-vertical-nav .sf-menu li a {
		padding-left: 10px !important;
	}

	.sf-pos-right #sf-sidebar.sf-vertical-nav .sf-sm-indicator {
		left: auto;
		right: 0;
	}

#sf-sidebar.sf-compact  .sf-va-middle {
	display: block;
	height: auto;
	margin-top: 0px;
}

#sf-sidebar.sf-compact .sf-nav,
.sf-mobile #sf-sidebar .sf-nav,
#sf-sidebar.sf-compact .sf-logo,
.sf-mobile #sf-sidebar .sf-logo,
#sf-sidebar.sf-compact-footer .sf-social,
.sf-mobile #sf-sidebar .sf-social {
	position: static;
	display: block;
}

#sf-sidebar.sf-compact .sf-logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sf-mobile #sf-sidebar.sf-compact-header .sf-logo img {
	max-height: 75px;
}

#sf-sidebar.sf-compact .sf-nav {
	min-height: 0px;
	height: auto;
	max-height: none;
	margin-top: 0px;
}

#sf-sidebar.sf-compact-footer .sf-social {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

#sf-sidebar.sf-compact .sf-sidebar-bg {
	min-height: 150%;
}

#sf-sidebar.sf-compact  input[type=search] {
	font-size: 16px;
}
/*}*/

#sf-sidebar .sf-sidebar-bg, #sf-sidebar .sf-social {
    background-color: #33ccff !important;
}


#sf-sidebar, .sf-sidebar-bg, #sf-sidebar .sf-nav, #sf-sidebar .sf-logo, #sf-sidebar .sf-social {
	width: 300px;
}




#sf-sidebar .sf-menu li a, #sf-sidebar .widget-area,
.sf-search-form input {
	padding-left: 28px !important;
}

#sf-sidebar.sf-compact  .sf-social li {
	text-align: left;
}

#sf-sidebar.sf-compact  .sf-social:before {
	right: auto;
	left: auto;
left: 10%;
}


#sf-sidebar:after {
	display: none !important;
}

#sf-sidebar .search-form {
	display: none !important;
}



#sf-sidebar,
.sf-sidebar-slide.sf-pos-right.sf-body-pushed #sf-mob-navbar {
	-webkit-transform: translate(-300px,0);
	-moz-transform: translate(-300px,0);
	-ms-transform: translate(-300px,0);
	-o-transform: translate(-300px,0);
	transform: translate(-300px,0);
	-webkit-transform: translate3d(-300px,0,0);
	-moz-transform: translate3d(-300px,0,0);
	-ms-transform: translate3d(-300px,0,0);
	-o-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
}

.sf-pos-right #sf-sidebar, .sf-sidebar-slide.sf-body-pushed #sf-mob-navbar {
	-webkit-transform: translate(300px,0);
	-moz-transform: translate(300px,0);
	-ms-transform: translate(300px,0);
	-o-transform: translate(300px,0);
	transform: translate(300px,0);
	-webkit-transform: translate3d(300px,0,0);
	-moz-transform: translate3d(300px,0,0);
	-ms-transform: translate3d(300px,0,0);
	-o-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-1 {
	left: 300px;
	width: 250px;
	-webkit-transform: translate(-250px,0);
	-moz-transform: translate(-250px,0);
	-ms-transform: translate(-250px,0);
	-o-transform: translate(-250px,0);
	transform: translate(-250px,0);
	-webkit-transform: translate3d(-250px,0,0);
	-moz-transform: translate3d(-250px,0,0);
	-ms-transform: translate3d(-250px,0,0);
	-o-transform: translate3d(-250px,0,0);
	transform: translate3d(-250px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-1 {
	left: auto;
	right: 300px;
	width: 250px;
	-webkit-transform: translate(250px,0);
	-moz-transform: translate(250px,0);
	-ms-transform: translate(250px,0);
	-o-transform: translate(250px,0);
	transform: translate(250px,0);
	-webkit-transform: translate3d(250px,0,0);
	-moz-transform: translate3d(250px,0,0);
	-ms-transform: translate3d(250px,0,0);
	-o-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-2 {
	left: 550px;
	width: 250px;
	-webkit-transform: translate(-800px,0);
	-moz-transform: translate(-800px,0);
	-ms-transform: translate(-800px,0);
	-o-transform: translate(-800px,0);
	transform: translate(-800px,0);
	-webkit-transform: translate3d(-800px,0,0);
	-moz-transform: translate3d(-800px,0,0);
	-ms-transform: translate3d(-800px,0,0);
	-o-transform: translate3d(-800px,0,0);
	transform: translate3d(-800px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-2
{
	left: auto;
	right: 550px;
	width: 250px;
	-webkit-transform: translate(800px,0);
	-moz-transform: translate(800px,0);
	-ms-transform: translate(800px,0);
	-o-transform: translate(800px,0);
	transform: translate(800px,0);
	-webkit-transform: translate3d(800px,0,0);
	-moz-transform: translate3d(800px,0,0);
	-ms-transform: translate3d(800px,0,0);
	-o-transform: translate3d(800px,0,0);
	transform: translate3d(800px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-3 {
	left: 800px;
	width: 200px;
	-webkit-transform: translate(-800px,0);
	-moz-transform: translate(-800px,0);
	-ms-transform: translate(-800px,0);
	-o-transform: translate(-800px,0);
	transform: translate(-800px,0);
	-webkit-transform: translate3d(-800px,0,0);
	-moz-transform: translate3d(-800px,0,0);
	-ms-transform: translate3d(-800px,0,0);
	-o-transform: translate3d(-800px,0,0);
	transform: translate3d(-800px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-3 {
	left: auto;
	right: 800px;
	width: 200px;
	-webkit-transform: translate(800px,0);
	-moz-transform: translate(800px,0);
	-ms-transform: translate(800px,0);
	-o-transform: translate(800px,0);
	transform: translate(800px,0);
	-webkit-transform: translate3d(800px,0,0);
	-moz-transform: translate3d(800px,0,0);
	-ms-transform: translate3d(800px,0,0);
	-o-transform: translate3d(800px,0,0);
	transform: translate3d(800px,0,0);
}

.sf-view-pushed-1 #sf-sidebar .sf-view-level-2 {
	-webkit-transform: translate(-250px,0);
	-moz-transform: translate(-250px,0);
	-ms-transform: translate(-250px,0);
	-o-transform: translate(-250px,0);
	transform: translate(-250px,0);
	-webkit-transform: translate3d(-250px,0,0);
	-moz-transform: translate3d(-250px,0,0);
	-ms-transform: translate3d(-250px,0,0);
	-o-transform: translate3d(-250px,0,0);
	transform: translate3d(-250px,0,0);
}

.sf-pos-right.sf-view-pushed-1 #sf-sidebar .sf-view-level-2 {
	-webkit-transform: translate(250px,0);
	-moz-transform: translate(250px,0);
	-ms-transform: translate(250px,0);
	-o-transform: translate(250px,0);
	transform: translate(250px,0);
	-webkit-transform: translate3d(250px,0,0);
	-moz-transform: translate3d(250px,0,0);
	-ms-transform: translate3d(250px,0,0);
	-o-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.sf-view-pushed-2 #sf-sidebar .sf-view-level-3 {
	-webkit-transform: translate(-200px,0);
	-moz-transform: translate(-200px,0);
	-ms-transform: translate(-200px,0);
	-o-transform: translate(-200px,0);
	transform: translate(-200px,0);
	-webkit-transform: translate3d(-200px,0,0);
	-moz-transform: translate3d(-200px,0,0);
	-ms-transform: translate3d(-200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transform: translate3d(-200px,0,0);
}

.sf-pos-right.sf-view-pushed-2 #sf-sidebar .sf-view-level-3 {
	-webkit-transform: translate(200px,0);
	-moz-transform: translate(200px,0);
	-ms-transform: translate(200px,0);
	-o-transform: translate(200px,0);
	transform: translate(200px,0);
	-webkit-transform: translate3d(200px,0,0);
	-moz-transform: translate3d(200px,0,0);
	-ms-transform: translate3d(200px,0,0);
	-o-transform: translate3d(200px,0,0);
	transform: translate3d(200px,0,0);
}

#sf-sidebar .sf-view-level-1, #sf-sidebar ul.sf-menu-level-1 {
	background: #727071;
}



#sf-sidebar .sf-view-level-2, #sf-sidebar ul.sf-menu-level-2 {
	background: #fff;
}

#sf-sidebar .sf-view-level-3, #sf-sidebar ul.sf-menu-level-3 {
	background: #9e466b;
}

#sf-sidebar .sf-menu-level-0 li, #sf-sidebar .sf-menu-level-0 li a, .sf-title h3 {
    color: #ffffff;
}

#sf-sidebar .sf-menu li a, #sf-sidebar .sf-search-form {
	padding: 15px 0;
	text-transform: uppercase;
}

#sf-sidebar .sf-search-form span {
	top: 19px;
}

#sf-sidebar {
	font-family: inherit;
}

#sf-sidebar .sf-sm-indicator {
	line-height: 20px;
}

#sf-sidebar .sf-search-form input {
	font-size: 20px;
}

#sf-sidebar .sf-menu li a {
	font-family: inherit;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	/*-webkit-text-stroke: 1px rgba(0,0,0,0.1);*/
	/*-moz-text-stroke: 1px rgba(238, 238, 238, 0.9);*/
	/*-ms-text-stroke: 1px rgba(0,0,0,0.1);*/
	/*text-stroke: 1px rgba(0,0,0,0.1);*/
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#sf-sidebar .sf-rollback a {
	font-family: inherit;
}

#sf-sidebar .sf-menu-level-0 li > a i, .sf-title h2 {
	color: #bab2b1;
}#sf-sidebar .sf-menu-level-1 li > a i {
	 color: #5c5b5a;
 }#sf-sidebar .sf-menu-level-2 li > a i {
	  color: #aaaaaa;
  }#sf-sidebar .sf-menu-level-3 li > a i {
	   color: #aaaaaa;
   }

#sf-sidebar .sf-view-level-1 li a,
#sf-sidebar .sf-menu-level-1 li a{
	color: rgb(207, 207, 219);
	border-color: #dcd5d2;
}

#sf-sidebar:after {
	background-color: #dbd4d0;
}

#sf-sidebar .sf-view-level-2 li a,
#sf-sidebar .sf-menu-level-2 li a{
	color: #b3a97a;
	border-color: #ffffff;
}

#sf-sidebar .sf-view-level-3 li a,
#sf-sidebar .sf-menu-level-3 li a {
	color: #ffffff;
	border-color: #ffffff;
}

#sf-sidebar .sf-navicon-button {
	top: 0px;
}

.sf-mobile #sf-sidebar .sf-navicon-button {
	top: 0px;
}

.sf-body-pushed #sf-overlay, body[class*="sf-view-pushed"] #sf-overlay {
	opacity: 0.3;
}
.sf-body-pushed #sf-overlay:hover, body[class*="sf-view-pushed"] #sf-overlay:hover {
	cursor: url("/img/close.png") 16 16,pointer;
}



#sf-sidebar .sf-menu li:after {
	content: '';
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
	margin: 0 auto;
}

#sf-sidebar .sf-menu li:last-child:after {
	display: none;
}


#sf-sidebar .sf-navicon,
#sf-sidebar .sf-navicon:after,
#sf-sidebar .sf-navicon:before,
#sf-sidebar .sf-label-metro .sf-navicon-button,
#sf-mob-navbar {
	background-color: #000000;
}

#sf-sidebar .sf-label-square .sf-navicon-button,
#sf-sidebar .sf-label-rsquare .sf-navicon-button,
#sf-sidebar .sf-label-circle .sf-navicon-button {
	color: #000000;
}


#sf-sidebar [class*="sf-icon-"] {
	color: #aaaaaa;
}

#sf-sidebar .sf-social li {
	border-color: #aaaaaa;
}

body #sf-sidebar .sf-social li:hover {
	background-color: #aaaaaa;
	color: #dbd4d0;
}

#sf-sidebar .sf-search-form {
	background-color: rgba(255, 255, 255, 0.05);
}

@font-face {
	font-family: 'sf-icomoon';
	src: url('/fonts/icomoon.woff') format('woff'),	url('/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#sf-sidebar li:hover span[class*='fa-'] {
	opacity: 1 !important;
}