/** mobile devices **/
@media screen and (max-width: 500px) {
	

	
.head-cnt, .head-nav {
  float: none !important;
  text-align: center;
}
	  
.biz-logo{
	text-align: center;}	

.inside-detail .detail {
  display: none;
}
	
.head-nav ul li {
  padding: 0 10px;
}

.head-nav ul{
	float: none;}

.nav-head{
	text-align: center;
	}
	
.search .form-control {
  background-color: #eee;
}

.navigation{
	background: #ce434a;
	padding: 10px 0;}

.banner {
  min-height: 415px;
}

.default-pic div{
	margin-bottom: 20px;}

.search{
	margin-bottom: 30px;}
	
.footer-nav ul {
  text-align:left;
}
	
.footer-bottom p.design,
.footer-bottom p.copy
 {
	float: none;
	text-align: center;
	}
	
}
	
	
/** small tablet **/
@media screen and (min-width: 501px) and (max-width: 767px) {
	
	
	}
	
/** tablet **/	
@media screen and (min-width: 768px) and (max-width: 960px) {
.inside-detail .detail {
  margin-bottom: 70px;
}

.price-tag span, .price-tag a {
  padding: 5px 10px;
}

.price-tag a {
  font-size: 14px;
}

}	
	
/** desktop **/	
@media screen and (min-width: 961px) and (max-width: 1120px) {


}		

/** bigger screen  **/
@media screen and (min-width: 1121px) {
	
}
	



