body{
   background: url('../img/bg-header.png') top center;
  padding-top: 0;
}
main{
    padding-right: 20px;
    padding-left: 20px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
#main-header {
  background-size: cover;
  color: #2e3941;
  /*padding-top: 65px;*/
  height: 203px;
  padding-right: 20px;
  padding-left: 20px;
}
#main-header .misc p.tel span.ab{
	background: none;
  padding-left: 0;
}
#main-header .misc p.tel strong{
  background: linear-gradient(to right, rgba(247, 252, 255, 0.1) 0%, rgba(45, 57, 64, 0.2) 50%, rgba(247, 252, 255, 0.1) 100%);
  background: -webkit-linear-gradient(to right, rgba(247, 252, 255, 0.1) 0%, rgba(45, 57, 64, 0.2) 50%, rgba(247, 252, 255, 0.1) 100%);
  background: -moz-linear-gradient(to right, rgba(247, 252, 255, 0.1) 0%, rgba(45, 57, 64, 0.2) 50%, rgba(247, 252, 255, 0.1) 100%);
  background: -ms-linear-gradient(to right, rgba(247, 252, 255, 0.1) 0%, rgba(45, 57, 64, 0.2) 50%, rgba(247, 252, 255, 0.1) 100%);
}
a.but-blue, .but-blue{
  text-shadow: 0px 2px 3px rgba(167, 100, 3, 0.75);
  box-shadow: none;
  border-radius: 5;
  border: none;
  background: linear-gradient(to top, #e88902, #fcb303);
  background: -webkit-linear-gradient(to top, #e88902, #fcb303);
  background: -moz-linear-gradient(to top, #e88902, #fcb303);
  background: -ms-linear-gradient(to top, #e88902, #fcb303);
  height: 37px;
  line-height: 33px;
}
.product-brief{
  border: 1px solid #e7a432;
}
#main-header .logo{
	text-align: left;
	position: relative;
}
.top-text{
  margin-top: 20px;
}
.top-text p{
	color: #2e3941;

	font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin: 17px 0;
}
.top-line{
	background: url('../img/top-line.png') center no-repeat;
	display: block;
	height: 1px;
	width: 100%;
	background-size: cover;
}
#main-header nav{
  box-shadow: none;
  border-radius: 0;
  background: #2d3940;
  height: 50px;

}
#main-header nav ul li{
  height: 50px;
	line-height: 50px;
}
#main-header nav ul a{
	width: 100%;
	height: 100%;
	font-size: 14px;
}
#main-header nav ul a:hover, #main-header nav ul a:active,  #main-header nav ul a.act{
  text-decoration: none;
  background-color: #e7a432;
}
#main-header .misc p.hours span{
	display: block;
}
#promo-row ul.categories{
    padding-right: 20px;
    padding-left: 20px;
}
/* media */

@media (max-width: 767px){
  #main-header{
    padding-top: 20px;
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  #main-header .logo{
    text-align: center;
  }
  #main-header nav{
    height: auto;
  }
 #tabs{
    height: 35px;
 }
 #tabs a{
    height: 35px;
 }
 #tabs a:first-child{
    width: 145px;
 }
 #tabs a:nth-last-child(3) {
    left: 100px;
    width: 136px;
 }
 #tabs a:last-child {
    width: 83px;
	left:153px !important;
 }
 
 #promo-row ul.categories li:last-child {
    float: left;
 }
 #main-header{
    background: none;
 }
 /*#steps {display:none;} */
}
@media (min-width: 768px) and (max-width: 999px){
  #main-header{
    height: 245px;
  }
  a.but-blue, .but-blue{
    line-height: 2;
  }
  #main-header .misc .but{
/*    line-height: 50px; */
    padding: 15 5px;
  }
  #main-header .misc p.tel strong span{
    font-size: 16px;
  }
  #main-header .misc p.tel strong{
    font-size: 18px;
  }
  #main-header .misc p.tel {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1000px) and (max-width: 1199px){
  #main-header{
    height: 268px;
  }
  #main-header .misc p.hours {
    float: none;
    width: 100%;
    text-align: center;
  }
  #main-header .misc p.tel {
    float: none;
    width: 100%;
    text-align: center;
  }
  #main-header nav ul li{
    line-height: 55px;
  }
  #main-header nav{
    margin-top: 20px;
  }
}