*,
*:after,
*::before {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
height: 100%;
}
.st-menu-open .st-content {
overflow:none;
}
.st-content,
.st-content-inner {
position: relative;
}
.st-container {
position: relative;
overflow: hidden;
}
.st-pusher {
position: relative;
left: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-pusher::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0,0,0,0.7);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
z-index: 9999;
}
.st-menu-open .st-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-menu {
position: absolute;
top: 0;
left: 0;
z-index: 100;
visibility: hidden;
width: 320px;
height: 100%;
background: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
overflow-y: auto;
}
.st-menu::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
} .st-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.st-menu h3 {
margin: 0;
padding: 15px;
}
.st-menu ul li a {
display: block;
padding: 15px;
outline: none;
box-shadow: inset 0 -1px rgba(0,0,0,0.2);
color: #244d5a;
text-transform: uppercase;
text-shadow: 0 0 1px rgba(255,255,255,0.1);
letter-spacing: 1px;
-webkit-transition: background 0.3s, box-shadow 0.3s;
transition: background 0.3s, box-shadow 0.3s;
text-decoration: none;
font-size: 13px
}
.st-menu ul li a:hover {
background: #1e2a3a;
box-shadow: inset 0 -1px rgba(0,0,0,0);
color: #fff;
}
ul.sub-menu li a {
padding-left: 50px;
}  .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
display: none;
} .no-csstransforms3d .st-pusher,
.no-js .st-pusher {
padding-left: 300px;
}
.st-trigger-effects button {
border: none;
background: none;
font-weight: 300;
padding: 0;
width: 100%;
}
.st-trigger-effects button:hover {
color:#fff;
}
i.fa.fa-times {
font-size: 26px;
color: #204451;
cursor: pointer;
padding: 0 25px;
}
.mobile-tabs {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: auto;
background: #fff;
z-index: 9999;
border: 1px solid #ccc;
text-align: center;
display: none;
}
.admin-bar .mobile-menu-btn  {
top:47px;
}
.mobile-menu-btn {
display: none;
position: fixed;
top: 25px;
right: 15px;
z-index: 9999;
}
.mobile-menu-btn-label {
font-size: 13px;
text-transform: uppercase;
}
.mobile-menu-btn .st-trigger-effects button {
width: 60px;
height: auto;
color: #fff;
font-size: 24px;
}
.st-trigger-effects button {
cursor: pointer;
}
.st-trigger-effects i {
display:block;
}
@media (max-width: 1200px) {
.mobile-tabs {
display: block;
}
.menu-main-menu-container {
display: none;
}
.mobile-menu-btn {
display: block;
}
}
.mobile-tab {
padding: 10px;
border-right: 1px solid #ccc;
}
.mobile-tab:hover {
background: #b4a677;
}
.mobile-tab:hover a{
color: #fff;
}
.mobile-tab.tab-last{
border-right: none;
}
a.mobile-icon {
display: block;
color: #505957;
text-decoration: none;
}
.mobile-tabs p {
margin: 0;
font-size: 0.8em;
}
.mobile-tabs i {
height: 25px;
}
.st-menu ul.sub-menu {
display: none;
}
.sub-nav-dropdown {
position: absolute;
right: 0;
top: 0;
height: 53px;
line-height: 33px;
text-align: center;
padding: 10px;
background: #1e2a3a;
border-left:1px solid #fff;
color: #fff;
width: 53px;
transition: 0.2s all linear;
cursor: pointer;
}
.sub-nav-dropdown i {
transition: 0.2s all linear;
}
.sub-nav-dropdown.open i {
transform: rotate(180deg);
}
.st-menu .menu-item-has-children {
position: relative;
}
.menu-side-menu-container li.social {
display: none;
}