 
/* -------------------------------- 

Modules - reusable parts of our design


-------------------------------- */

  #main-nav ul a:hover{color:#c7db09;}
  #main-nav ul a.active{color:#c7db09;}
  .cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

xheader 

-------------------------------- */
 
 
@media only screen and (min-width: 1200px) {
  #logo {
    padding-top: 20px;
    position: absolute;
    /* logo left margin on Dekstop */
    left: 2.4em;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#cd-hamburger-menu, #cd-cart-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 55px;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
 }
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 150px;
  /* header height */
  padding-top:0px;
  overflow-y: auto;
 }
 
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 80px;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {
	#main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 20% !important;
    padding-top: 0;
    top:3% !important;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    padding:0 18px;
  }
  #main-nav ul a {
   font-size: 14px; text-transform:uppercase; text-decoration: none; letter-spacing:1px;   border:none;  padding:0 !important; color:#333;   font-family: 'HelveticaNeue-ThinCond';
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
	
}
#main-nav { top:17.5%;
  left: -100%; background:#FFF;
 box-shadow:0 5px 5px #333;   -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s; z-index:1111;
}
#main-nav.speed-in {
  left: 0;
}
#main-nav ul a {
  display: block; color:#333; border-bottom:solid 1px #CCC;
   line-height: 30px; text-align:left; padding:0 20px;
  }
#main-nav ul .current {
  border-left:solid 2px #ffa500;
}
@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 15%;
    padding-top: 0;
    top: 9%;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    padding:0 18px;
  }
  #main-nav ul a {
   font-size: 14px; transition:all ease-in-out 0.5s; text-transform:uppercase; padding:0 !important; text-decoration: none; letter-spacing:1px; border:none;  color:#333;   font-family: 'HelveticaNeue-ThinCond';
  }
  
   #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul li a:hover {
    background: #000066;
    color: #FFF;
  }
}
 
@media (min-width: 979px) and (max-width: 1200px) {	#main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 27%;
    padding-top: 0;
    top: 9%;
     box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 1111;
  }
  #main-nav li {
    display: inline-block;
    padding:0 18px;
  }
  #main-nav ul a {
   font-size: 14px; text-transform:uppercase; text-decoration: none; letter-spacing:1px;   border:none;  padding:0 !important; color:#333;   font-family: 'HelveticaNeue-ThinCond';
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
	
}
 