html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

/*------------------------*/

@media only screen and (max-width: 1023px){ 
	
#img_down_slide{ 
	max-width: 7%;
}

header{
	height:90px;
}

	
.logo{
	text-align:left;
	padding-left:20px;
	
}

.menu-fixed{
	top:0px;
	
}

.align-right{
	text-align:left;
	
}
	

/*.page-top{
	height:250px;	
	position:relative;
}
*/

}

@media only screen and (max-width: 740px){
	
#img_down_slide{ 
	max-width: 9%;
}
	

.home-title-content h1{
	font-size:30px;	

}

figcaption h1{
	font-size:30px;
	
}

.photoset .photoset-row {
  width: 100%;
}
.photoset .photoset-item {
  float: none;   
}
.photoset-item a{
	  width: 100% !important;
}

.photoset img {
 width: 100% !important;
}

.banner-title{
	font-size:25px;
}
.banner-title mark{
	font-size:20px;
}

.details-banner a.shop-button{
	margin-top:10px;
	font-size:14px;
}
.logo{
	width:120px;
}
.team-member{
	width:50%;
}

#team ul li:nth-child(3) {
	clear:both;
}

.details-product{
	display:none;
}
.product-item .item:hover h1{
	opacity:1;
}

.page-title{
	font-size:35px;
	width:90%;
	
}

.home-section-slider,
.inner-section-slider{
	padding:0;
}

.content-wrapper{
	padding:0;
}

.cross-line{
	display:none;
}

	.logo{
		text-align:left;
	
			
	}
	
	a.shop-button{
		position:relative;
		display:none;
		
	}
	
	.team-member{
	width:100%;
}

.image{
	float: none;
	margin-right: 0;
	
	
}

.page-title h1{
	font-size:20px;
}

.widget{
	margin-left:auto;
	margin-right:auto;
	
}

.product-view{
	display:block;
	
}

.product-image-box,
.product-detail-box{
  width:100%;
  float:none;
  display:block;	
}

#cart-table th{
	display:none;
}

.product-image
{
	width:20%;
	float:left;
	
	
}
.product-details{
	width:80%;
	float:left;
}

.product-quantity,
.product-remove,
.product-price,
.product-total{
	width:25%;
	float:left;
	
}



 #product-showcase {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  
 #product-showcase #left-sidebar {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }


.section-title{
	margin: 0 auto;
}





		
}
@media only screen and (max-width: 480px) {

	.menu-wrapper {
		min-width:250px;
		
	}
	
	.product-quantity,
.product-remove,
.product-price,
.product-total{
	width:50%;
	float:left;
	
}
#img_down_slide{ 
	max-width: 12%;
}

}