body {
  background-attachment: fixed;
  background-color: #ffffff;
  background-image: url("images/custom_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #404040;
}
.header-bar {
  opacity: 0.95;
}
.fixedHeaderPushDown {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .fixedHeaderPushDown {
    padding: 120px 0 0;
  }
}
#contentContainer {
  background-color: #FFF;
  margin-bottom: 100px;
}
#headerTop {
  padding: 20px;
}
@media (max-width: 767px) {
  #headerTop {
    display: none !important;
  }
}
#slideMenu {
  z-index: 10000;
}
/* common styles */
.caption-full {
  padding: 0 0 15px 5px;
}
.priceDisplay {
  font-weight: bold;
}
span[itemprop="offers"] {
  font-weight: bold;
}
.goodCondition {
  color: #3c763d;
}
.warnCondition {
  color: #8a6d3b;
}
.errorCondition {
  color: #a94442;
}

.mobileLogo {
  margin-left: -15px;
  margin-right: -15px;
  display: none !important;
}
@media (max-width: 767px) {
  .mobileLogo {
    display: block !important;
  }
  table.mobileLogo {
    display: table;
  }
  tr.mobileLogo {
    display: table-row !important;
  }
  th.mobileLogo,
  td.mobileLogo {
    display: table-cell !important;
  }
}
.mobileLogo .storeLogo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: bottom;
  padding: 70px 0 20px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .mobileLogo .storeLogo {
    float: left;
    width: 100%;
  }
}
.mobileLogo .storeLogo img {
  display: inline-block;
}
#storeHeader {
  background-color: #FFF;
  border-bottom: solid 1px #e7e7e7;
}
@media (min-width: 768px) {
  #storeHeader {
    margin-bottom: 15px;
  }
}
#storeHeader a.slideMenuLink,
#storeHeader a.nav-basket {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
#storeHeader a.slideMenuLink:hover,
#storeHeader a.nav-basket:hover {
  background-color: none;
}
#storeHeader a.slideMenuLink i,
#storeHeader a.nav-basket i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px 10px;
}
#storeHeader .nav-basket {
  float: right !important;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #storeHeader .navbar-default {
    background-color: #FFF;
  }
}
#storeHeader .header_bar {
  opacity: 0.50 !important;
}
#storeHeader .shortcuts {
  float: right !important;
  padding: 5px 0 10px 0;
}
#storeHeader .shortcuts li > a > i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#storeHeader .shortcuts li > a > i:before {
  margin-right: 5px;
}
#storeHeader .shortcuts .login i:before {
  content: "\e161";
}
#storeHeader .shortcuts .acct i:before {
  content: "\e008";
}
@media (max-width: 767px) {
  #storeHeader .shortcuts .wishlist {
    display: none !important;
  }
}
#storeHeader .shortcuts .wishlist i:before {
  content: "\e032";
}
#storeHeader .shortcuts .basket i:before {
  content: "\e116";
}
@media (min-width: 768px) and (max-width: 991px) {
  #storeHeader .shortcuts .admin {
    display: none !important;
  }
}
#storeHeader .shortcuts .admin i:before {
  content: "\e136";
}
#storeHeader .shortcuts .home i:before {
  content: "\e021";
}
#storeHeader .shortcuts .contact i:before {
  content: "\e183";
}
#storeHeader .navigationMenu {
  padding-top: 20px;
  padding-right: 15px;
  float: right !important;
}
#storeHeader .navigationMenu .acct:hover,
#storeHeader .navigationMenu .srch:hover {
  background: none!important;
  background-color: none;
}
#storeHeader .navigationMenu .acct i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
#storeHeader .navigationMenu .acct i:before {
  content: "\e008";
}
#storeHeader .navigationMenu .srch i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
#storeHeader .navigationMenu .srch i:before {
  content: "\e003";
}
#storeHeader .navigationMenu .basket {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  text-transform: uppercase;
  padding-left: 5px;
}
#storeHeader .navigationMenu .cartIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
#storeHeader .navigationMenu .cartIcon:before {
  content: "\e116";
}
#storeHeader .search {
  padding: 8px 0;
}
@media (min-width: 992px) {
  #storeHeader .search .simpleSearchPanel {
    float: right !important;
    width: 300px;
  }
}
#storeHeader .search .simpleSearchPanel a.btn {
  padding: 9px 12px;
}
#storeHeader .gisSimpleSearch label {
  text-transform: uppercase;
}
#storeHeader .gisSimpleSearch .googleImage {
  display: inline-block !important;
}
#storeHeader .gisSimpleSearch .btn {
  padding: 8px 12px;
}
#storeHeader .gisPhone {
  padding-top: 6px;
  font-size: 1.2em;
}
#storeHeader .searchRibbon {
  background-color: #f5f5f5;
  padding: 3px 5px 3px 5px;
}
#storeHeader .navigation .navbar-brand {
  padding: 10px;
}
@media (max-width: 767px) {
  #storeHeader .navigation .nav-basket {
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
  }
  #storeHeader .navigation .nav-basket:before {
    content: "\e116";
  }
  #storeHeader .navigation .nav a {
    display: inline-block;
    width: 100%;
  }
  #storeHeader .navigation .nav a:hover {
    background-color: #ffffff;
  }
  #storeHeader .navigation .nav i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 15px;
  }
  #storeHeader .navigation .nav .finder:before {
    content: "\e003";
  }
  #storeHeader .navigation .nav .contact:before {
    content: "\e183";
  }
  #storeHeader .navigation .nav .acct:before {
    content: "\e008";
  }
  #storeHeader .navigation .nav .login:before {
    content: "\e161";
  }
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.simpleSearchPanel .input-group-btn a.btn {
	padding:9px;
}
.phone {
float: right;
/*margin-right: 25px;*/
font-size: 14px;
color: #51b946;
font-weight:bold;
}