/*



Theme Name: Cube



Theme URI: http://cubemedia.nz



Author: Hanyu Zhang



Description: Theme For Cube Media Company website



*/



html, body{

	overflow-x: hidden;

}

body{
	margin: 0 auto;
}

img{
	max-width: 100%;
	display: block;
	height: auto;
}
.container{
	display: table;
	width: 100%;
	max-width: 1220px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
}
/*header#masthead{
	margin-top: 100px;
	margin-bottom: 100px;
}*/
.entry-header h1{
	margin-bottom: 30px;
}
ul.filter-lists{
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
	display: table;
	clear: both;
	margin-bottom: 30px;
}
ul.filter-lists li{
	display: block;
	float: left;
}
ul.filter-lists li a{
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-right: 30px;
	display: block;
}
ul.filter-lists li a:hover{
	text-decoration: none;
}
.file-lists{
	width: 100%;
	display: table;
	clear: both;
	margin-bottom: 30px;
}
.file-lists h2{
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	clear: both;
}
.file-lists .file{
	width: 33.3333%;
	display: block;
	float: left;
}
.file-lists .file div.file-thumbnail, .file-lists .file h4{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.active{
	display: table;
}
.hide{
	display: none;
}
.client-footer{
	display: block;
	clear: both;
	width: 100%;
}
.client-footer a{
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-right: 30px;
	display: inline-block;
}
.client-footer a:hover{
	text-decoration: none;
}