@charset "utf-8";
/* RESPONSIVE CSS
    -------------------------------------------------- */
/* CSS Document */
/* Large desktop */
@media (min-width: 1200px) { 

}
@media (min-width: 941px) { 

}     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

#header{
	/*background-color:pink;*/
}

}
     
@media (min-width: 768px) {

.container{
	width: 100%;
}	

}	 
	 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

#header{
	/*background-color:yellow;*/
}
#logo{
	text-align:center;
}
#header{
	min-height: 185px;
}
.header-semi{
	text-align: center;
}
/* Start : Cart */
#shopping{
	margin: 0px 0px 20px 0px;
}
.header-semi:last-child .media:first-child{
	width:175px;
	margin: 0px auto;
}
.footer{
	text-align:center;
}
/* Start : Category Page */
.product-list .description{
	float: left;
	width:100%
}
.sort{
text-align:left;		
	
}
.limit{
text-align:left;	
}
/* End : Category Page */
.bg-alt,
.bg-alt .text-right {
	text-align:center;
}
.bg-alt .col-sm-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.powered{
	margin-bottom: 20px;
}
}
     
/* Landscape phones and down */
@media (max-width: 480px) { 

}