.footer-bottom .sub-menu {
    display: none;
}
.ad-dark a {
    color: #424141;
}
.ad-light a {
    color: #FFFFFF;
}
.desk-menu {
    float: right;
}
.ml-30 {
    margin-left: 23px !important;
}
.mob-menu li a .admi,
.header-menu li a .admi {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*  HEADER
/*=============*/

.mob-menu li[class*=" icon-"]:before,
.mob-menu li[class^=icon-]:before,
.header-menu li[class*=" icon-"]:before,
.header-menu li[class^=icon-]:before {
    display: none;
}
.admi {
    display: none;
}
.mob-menu li[class*=" icon-"] > a .admi,
.mob-menu li[class^=icon-] > a .admi,
.header-menu li[class*=" icon-"] > a .admi,
.header-menu li[class^=icon-] > a .admi {
    display: inline-block;
}
/*.mob-menu li[class*=" icon-"] > a .admi:empty, 
    .mob-menu li[class^=icon-] > a .admi:empty,
    .header-menu li[class*=" icon-"] > a .admi:empty, 
    .header-menu li[class^=icon-] > a .admi:empty
    {display: none;}*/

.mob-menu ul li > a:only-child .di,
.desk-menu ul > li > a:only-child .di {
    display: none !important;
}
.mob-menu ul li > a > .di {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mob-menu ul li > a > .di.animate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header .logo {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: inherit;
    line-height: inherit;
    display: block;
}
.header .logo a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-align: center;
    line-height: inherit;
}
.mob-header .logo a {
    text-align: left;
}
.header .logo a img {
    margin-bottom: 0;
    margin-top: -2px;
    border: none;
    vertical-align: middle;
}
.mob-header {
    background-color: #ffffff;
    z-index: 98;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
.mob-header-top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    padding-right: 25px;
    padding-left: 20px;
}
.mob-header-top .cart-toggle,
.mob-header-top .mob-menu-toggle,
.mob-menu-toggle2 {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    box-shadow: inset 0 0 0 2px #e5e5e5;
    position: absolute;
    top: 20px;
    right: 33px;
    display: block;
    cursor: pointer;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: 48% center;
}
.mob-menu-toggle2 {
    background-image: url(../img/close.png);
    right: 0px;
    top: 0px;
    border-radius: 0px;
    box-shadow: none;
    z-index: 50;
}
.mob-menu-toggle2:hover {
    background-image: url(../img/close_white.png);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mob-header-top .cart-toggle a {
    display: block;
    height: inherit;
    width: inherit;
    outline: none;
}
.mob-header-top .cart-toggle {
    background-image: url(../img/cart.png);
    right: 50px;
}
.mob-header-content {
    padding: 50px 0 0 0;
    position: absolute;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    z-index: 99;
}
.mob-header-content + .mob-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 98;
}
.mob-header-content.animate + .mob-overlay {
    visibility: visible;
    cursor: url(../img/close_white.png), auto;
}
.mob-header-content .custom-scroll-bar {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 0px 20px 75px 20px;
}
.custom-scroll-bar {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px;
    z-index: 1000
}
.mob-header-content.animate {
    right: 0px;
}
.mob-header-content .slogan {
    color: #999;
    padding-top: 15px;
    margin-bottom: 25px;
}
.mob-header-content .top-button {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    outline: none;
    border: none;
    color: #999;
    background-color: #f5f5f5;
    position: relative;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.mob-header-content .top-button:hover {
    color: #333;
}
.mob-menu ul,
.mob-header-content .header-top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mob-menu li[class*=" icon-"]:before,
.mob-menu li[class^=icon-]:before,
.header-menu li[class*=" icon-"]:before,
.header-menu li[class^=icon-]:before,
.mob-header-content .header-top-menu li[class*=" icon-"]:before,
.mob-header-content .header-top-menu li[class^=icon-]:before {
    display: none;
}
.mob-menu li,
.mob-header-content .header-top-menu li {
    position: relative;
    padding: 0px;
}
.mob-menu li a,
.mob-header-content .header-top-menu ul li a {
    display: block !important;
    position: relative !important;
    padding: 15px 25px 15px 0;
    color: #333;
    border-bottom: 1px solid #fafafa;
    outline: none;
    font-size: 14px !important;
    line-height: 24px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mob-menu ul ul,
.mob-header-content .header-top-menu ul ul {
    display: none;
}
.mob-menu ul li > a > .di,
.mob-header-content .header-top-menu ul li a > .di {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mob-menu ul li > a > .di.animate,
.mob-header-content .header-top-menu ul li a > .di.animate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mob-header-content .search {
    padding-top: 25px;
    border-top: 1px solid #fafafa;
}
.mob-header-content input[type="text"] {
    margin-bottom: 0;
}
.mob-header-content .icon-cross {
    display: none;
}
.mob-header-content .search input[type="submit"] {
    width: 50px !important;
    height: 50px;
    background-color: transparent !important;
}
.mob-header .ls li a,
.mob-header .ls li a:visited {
    height: 65px;
    line-height: 65px !important;
    padding: 0px 25px !important;
    background-color: transparent;
    border-top: 1px solid #555555;
    font-size: 14px !important;
}
.mob-header .ls {
    border-bottom: 1px solid #555555;
}
.mob-header .ls .lang_sel_sel:before {
    line-height: 65px;
    height: 65px;
    width: 65px;
    right: 15px;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 18px !important;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mob-header .ls #lang_sel ul ul,
.mob-header .ls #lang_sel_click ul ul {
    display: none;
}
.mob-header .cart-toggle span {
    color: #fff;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    top: -5px;
    left: 30px;
    text-align: center;
}
.desk {
    display: none;
}
.mob-header .label {
    margin-left: 15px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    color: #ffffff;
    text-transform: none;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    position: relative;
    top: -1px;
    left: 0px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.mob-header-content .search form,
.mob-header-content .search fieldset {
    margin: 0;
    position: relative;
}
.mob-header-content .search input[type="submit"] {
    width: 45px !important;
    height: 45px;
    text-indent: -9000em;
    position: absolute;
    right: 0px;
    top: 0;
    border: none;
    outline: none;
    padding: 0;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: none;
}
.logo-mob img {
    width: 100px;
}
/*  ICONS
/*=============*/

.nz-icon {
    margin: 5px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
}
/*Sizes*/

.nz-icon.small {
    font-size: 14px;
    line-height: 14px;
}
.nz-icon.medium {
    font-size: 32px;
    line-height: 32px;
}
.nz-icon.large {
    font-size: 64px;
    line-height: 64px;
}
/*Sizes with types*/

.nz-icon.circle.small,
.nz-icon.square.small {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-width: 2px;
}
.nz-icon.circle.medium,
.nz-icon.square.medium {
    width: 65px;
    height: 65px;
    line-height: 59px;
    border-width: 2px;
}
.nz-icon.circle.large,
.nz-icon.square.large {
    width: 110px;
    height: 110px;
    line-height: 103px;
    border-width: 2px;
}
/*Types*/

.nz-icon.circle {
    border-radius: 50%;
}
.nz-icon.square {
    border-radius: 2px;
}
.nz-icon.circle,
.nz-icon.square {
    border-style: solid;
    border-color: transparent;
}
.nz-icon.animate-true {
    -webkit-animation: iconAnimate 1.4s infinite;
    animation: iconAnimate 1.4s infinite;
}
@-webkit-keyframes iconAnimate {
    0%, 100% {
        -webkit-transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes iconAnimate {
    0%, 100% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
}
/*  DESKTOP
    /*-------------*/

@media only screen and (max-width: 1099px) {
    .mob-menu li .label {
        display: none;
    }
	.w7 {
    display: none;
}

}
/*  MIN TABLET LANDSCAPE
    /*-------------*/

@media only screen and (min-width: 1100px) {
	.w7 {
    position: relative;
    padding: 0 0 0 260px;
}
	.sidemenu-photo {
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    z-index: 9999;
    position: fixed !important;
    background: url(../images/pattren01.png);
}
	.sidemenu-photo .sidemenu-holder {
    padding: 100px 0px;
}
    .mob-header {
        display: none;
    }
    .desk {
        display: block;
    }
    .desk.stuck-false,
    .desk.stuck-true.fixed-true.active,
    .version3.desk {
        box