@charset "utf-8";

 @media only screen and (max-width: 800px) {
 /* #wrapper {
    overflow-y: visible;
  }*/
#parallax .parallax_out {
  background-attachment: scroll !important;
  background-size: auto !important;
}
  #content {
    padding-top: 1.5em;
  }
  #header {
    background-size: cover;
  }
  #top .cart {
    margin: 0;
  }
  #navigation ul.nav ul.children {
    margin-left: 1.5em;
  }
  #navigation {
    font-weight: 400;
  }
  #nav-container {
    border-width: 0 !important;
  }
  ul.nav,
  ul.nav ul {
    border: none!important;
  }
  #navigation ul.nav > li {
    border-right: none!important;
  }
  body.boxed-layout {
    padding: 0;
  }
  body.boxed-layout #top {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  body.boxed-layout #wrapper {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
  #sidebar {
    clear: both;
  }
  /* Set single portfolio item from two to one column on mobile */
  body.single-portfolio.one-col-980 #post-gallery,
  body.single-portfolio.one-col-980 .post-embed {
    width: 100%;
    float: none;
  }
  body.single-portfolio .hentry {
    float: none;
    width: 100%;
  }
  .csstransforms3d.csstransitions #navigation {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions #inner-wrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions .show-nav #navigation {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@media only screen and (max-width: 480px) {
.two-col-left .blog-grig-page , 
.col-full .blog-grig-page , 
.two-col-right .blog-grig-page , 
.three-col-left .blog-grig-page , 
.three-col-middle .blog-grig-page , 
.three-col-right .blog-grig-page {
 width: 100%;
}
.two-col-left .blog-grigMan-page , 
.col-full .blog-grigMan-page , 
.two-col-right .blog-grigMan-page , 
.three-col-left .blog-grigMan-page , 
.three-col-middle .blog-grigMan-page , 
.three-col-right .blog-grigMan-page {
 width: 100%;
}
}
@media only screen and (max-width: 767px) {
    .swiper-container-lookbook {
    width: 100%; 

    height: 767px!important;
  }
    .lookbook-slides   {
    width: 100%; 
    height: 767px!important;
  }
}/*end media 767px responsive lookbook*/

@media only screen and (max-width: 600px) {
    .swiper-container-lookbook {
    width: 100%; 
    height: 600px!important;
  }
    .lookbook-slides   {
    width: 100%; 
    height: 600px!important;
  }
}/*end media 600px responsive lookbook*/
@media only screen and (max-width: 380px) {
    .swiper-container-lookbook {
    width: 100%; 
    height: 380px!important;
  }
    .lookbook-slides   {
    width: 100%; 
    height: 380px!important;
  }
}/*end media 380px responsive lookbook*/
@media only screen and (max-width: 320px) {
    .swiper-container-lookbook {
    width: 100%; 
    height: 420px!important;
  }
    .lookbook-slides   {
    width: 100%; 
    height: 420px!important;
  }
}/*end media 320px responsive lookbook*/
  @media only screen and (max-width: 800px) {
 /* 2.2 Navigation */
 .mobile-true #inner-wrapper {
  margin-top: 43px;
}
.div-nav-toggle {
 position: fixed;
width: 100%;
z-index: 10000;
-webkit-transition: 0.5s all ease-in-out;
-moz-transition: 0.5s all ease-in-out;
-ms-transition: 0.5s all ease-in-out;
-o-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
}

#navigation .search_mobile {
  margin-bottom: 20px;
  display: block;
  border: 0px;
}
#navigation .search_mobile_input {
   width: 100%!important;
   display: block;
 
}
#navigation .btnshow {
 right: 30px;
margin-top: -30px;
  position: absolute;
 }

#navigation span.btnshow:after {
  font-family: "labombas";
content:"0";
font-weight:normal;
background: none;
font-size: 13px;
padding: 2px 5px;
position: relative;
top: 4px;
}
#navigation span.onacc:after{ 
  font-family: "labombas";
content:"1";
font-weight:normal;
background: none;
font-size: 13px;
padding: 2px 5px;
position: relative;
top: 4px;

}
#navigation .search_mobile_input:after {
   font-family: "FontAwesome";
  content: "\f002";
float: right;
font-size: 18px;
  display: block;
  position: relative;
  top: -25px;
  right: 20px;
}
#navigation .search_mobile input {
  border-top: none!important;
  border-bottom: 2px solid #202020!important;
  border-left:none!important;
  border-right:none!important;
width: 87%!important;
 /*padding: 20px 0px 20px!important;*/
text-transform: uppercase;
  display: block;
  margin:0px 0px 0px 30px!important;
  outline: none!important;
  padding:10px 0px!important;
  color: #fff!important;
  letter-spacing: 2px;
}
#navigation .search_mobile input:focus{
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow: none;
}
#navigation {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  left: -80%;
 
  /*overflow: hidden;*/
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: 9000;
  padding-top: 0;
  margin-bottom: 3em;
  font: 400 14px/14px 'Open Sans';
  background: #131313;
}
#navigation .menus {
  clear: both;
}
#navigation h3 {
  text-transform: uppercase;
  color:#666;
  background:#181818;
 
  padding: 1em 2em;
  font-weight: normal;
  letter-spacing: 2px;
}
#navigation ul {
margin-bottom: 20px;
  background: #131313;
 
}
#navigation ul ul {
  margin: 0 ;
  border-top: 1px solid #292929;

}
#navigation ul ul li a{
  margin-left: 20px ;

}
#navigation .nav-home {
  display: none;
}
#navigation .nav-close,
#top .cart-contents,
#top ul.rss li a {
  height: 1em;
  width: 1em;
  text-indent: -999px;
  display: block;
  font-size: 1em;
  padding: .5em;
  position: absolute;
  top: 0em;
  left: .65em;
   background: none  ;
   color: #666;
   font-size: 24px;
   
}
#navigation .nav-home:before,
#navigation .nav-close:before,
 
#top ul.rss li a:before {
  font-family: "labombas";
  content: "\#";

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  line-height: 2;

}
#navigation .nav-home:hover,
#navigation .nav-close:hover,
#top .cart-contents:hover,
#top ul.rss li a:hover {
  opacity: 0.8;
}
#navigation .nav-home {
  left: auto;
right: .3em;
}
#navigation .nav-home:before {
 content: "?";
}
#top .cart-contents {
  left: auto;
  right: 3.5em;
}
#navigation .cart:before {
  font-family: "labombas";
  font-size: 24px;
 display: none!important;

  color:#666;
  position:absolute;
  display: block;
  margin-right: 20px
}
#navigation .cart{
  margin-top:1em; 
  padding: .5em 2em;
 
}
#navigation .cart-contents {
   padding: .5em .5em;
   margin-left: 0; 
  text-decoration: none;
  color:#fff;
  background: red;
}
#navigation .view-cart {
  /*display: none;*/
}
#top .cart-contents:before {
  font-family: "labombas";
  content: "\ca";
/*display: none;*/
border: .3em solid #ccc;
border-color: #ccc transparent transparent transparent;
position: absolute;
top: 48%;
right: .8751em;
}
#top ul.rss {
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: -45px;
  float: right;
}
#top ul.rss:after {
  content: "";
  display: block;
  clear: both;
}
#top ul.rss.cart-enabled {
  margin-right: 85px;
}
#top ul.rss li {
  float: left;
}
#top ul.rss li a {
  position: relative;
  top: 0;
  left: 0;
  margin-left: .5em;
}
#navigation ul.rss li.sub-email a:before {
  content: "\f003";
}
#navigation ul.rss li.sub-rss a:before {
  content: "\f09e";
}
.show-nav #navigation .top-navigation {
  display: block;
}
.show-nav #inner-wrapper {
  left: 80%;
}
/*#navigation ul.rss { float: none; position: absolute; top: 10px; right: 9px; }
#navigation ul.rss li { display: block; margin: 0 0 10px 0; padding: 0; font-size: 1em; }
#navigation ul.rss li a { color: #555555; text-decoration: none; padding: 0; display: inline-block; position: relative; }
#navigation ul.rss li a:hover { color: #222; }*/
ul.nav {
  width: 100%;
}
ul.nav li a {
padding: 1em 0em 1em 2em;
  display: block;
  color: #666;
  text-transform: uppercase;
  /*margin-left: 1.6218em; */
  font-size: 13px;
letter-spacing: 2px;

}
ul.nav li a:hover, #navigation ul ul li a:hover {
  color: #fff!important;
  text-decoration: none;
}
#main-nav li, #top-nav li , #my-account li {
  border-bottom: 1px solid #181818;
}

 
 
ul.nav li.current_page_item a,
ul.nav li.current_page_parent > a,
ul.nav li.current-menu-ancestor > a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item > a {
  background: none;
  color: #666;
}
ul.nav li.current-menu-item a {
    color: #fff;
 
}
 


ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent > a,
ul.nav ul li.current-menu-ancestor > a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item > a {
  color: #fff!important;
  background: none;

}
/* Nav Toggle */
.nav-toggle:before {
 
 content: "|";
font-family: "labombas";
font-weight: normal;
color: #888;
font-size: 24px;
margin-left: 0.5em;
margin-top: 0.5em;
left: 0px;
float: left;
}
.nav-toggle a{


}
.nav-toggle {
margin: 0 -1em;
cursor: pointer;
display: block;
padding: 0;
font-size: 1.6em;
background: rgba(0,0,0,1);
text-align: center;
 
}

.nav-toggle a {
color: #666 !important;
 
  padding:12px 0px;
  left: -18px;
 display: block;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
font-weight: normal;
position: relative;
 
}
.nav-toggle a:hover {
  color: #fff;
  text-decoration: none;
}

#top .callus {
 padding-top: 0.5em;
 padding-bottom: 0.5em;
 font-style: italic;
 color: #999;
 font-family: "Playfair Display"; 
 font-size: 1em;
}
#top select {
  margin: 1.618em 0 0;
  width: 100%;
}
#top {
  display: none;
}
 .labomba-menu .labomba-image-menu a {
  line-height: 0;
 font-size: 0;

 }
  .labomba-menu .labomba-image-menu a img {
width: 85%;
margin-left: 28px;
opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   background: #fff;
 }
  .labomba-menu .labomba-image-menu a img:hover {
  opacity: .8;

 }
.jp-container-nav{
  position: absolute;
  width: 100%;
  top: 0px;
  height: 600px;
}
.jp-container-nav .menus {
padding-top: 44px;
 }
}/*end media 800px responsive menu*/