@charset "UTF-8";
/* iPads (landscape) ----------- */
@media only screen and (min-width : 1024px) and (max-width : 1199px) {
/* Styles */
.background {
	background-image:url(../images/background-l.png);
	background-size:cover;
}	
.headerMain {
	width:auto;
}
.containerHome {
	width:auto;
}
.flex-direction-nav li a {bottom:-70px;}
.boxSitemap ul {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.boxSocail {
	display:table;
	margin:0 auto;
	padding-top:10px;
}	
.page-container {
	width:auto;
	padding:0 10px;
}

.thumbPD-print ul li {
	display:inline-block;
	width:300px;
}
	.thumbPD-print ul li a {
		width:200px;
	}
	.thumbPD-print ul li a section {
		width:200px;
		height:200px;
	}
		.thumbPD-print ul li a section img {
			width:200px;
		}
		
.thumbPD-weaving ul li {
	display:inline-block;
	width:300px;
}
	.thumbPD-weaving ul li a {
		width:200px;
	}
	.thumbPD-weaving ul li a section {
		width:200px;
		height:200px;
	}
		.thumbPD-weaving ul li a section img {
			width:200px;
		}
.gallery li a {
	display:block;
	margin:0 10px 20px 10px;
}
		


}

