/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a.navig-expander {
  background: none repeat scroll 0 0 #222222;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: 400;
  height: 34px;
  position: absolute;
  right: 50px;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 46px;
  z-index: 12;
  padding: 2px 2px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid #333333;
  border-radius: 4px;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.navig-expander:hover {
  cursor: pointer;
  background-color: #333333;
}

a.navig-expander.fixed {
  position: fixed;
}

.navig-expanded a.navig-expander.fixed {
    right: 20em;
}

#navigate {
  background: #222222;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.navig-expanded #navigate {
  right: 0;
}

body.navig-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#navig-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.main-menu {
  padding-top: 5px;
}

.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  padding: 2px;
  color: #aaaaaa;
}

.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li.closewhite a {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li.closewhite a:hover {
  color: #999999;
  text-decoration: none;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
.liheader {
  background-color: #333333;
}
.filter-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fieldsetpadding {
  padding-top: 0px;
  padding-bottom: 12px;
}
.well-price {
  width: 76px;
  height: 76px;
}
.well-special {
  padding-bottom: 0px;
}
.slidebox {
  min-height: 30px;
  margin-top: 20px;
}