@media screen and (min-width: 961px){ 

	.centerContent{
		width: 940px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.centerContent{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.quote-content ul li{
		width: 24%;
	}
	.filter-item{
		width: 47.5%;
	}

}
@media screen and (max-width: 767px) { 
	.logo{
		text-align: center;
		margin-bottom: 30px;
	}
	#menu{
		text-align: center;
	}
	#menu .main-menu{
		float: none;
		display: inline-block;
	}
	.quote{
		background: none;
	}
	.quote-content{
		background: none;
	}
	.quote-content ul li{
		width: 100%;
	}
	.box-project{
		margin-bottom: 20px;
	}
	.box-project .images{
		height: auto;
	}
	.our-client ul li a{
		text-align: center;
	}
	.copyrights{
		text-align: center;
	}
	.left-contact{
		width: 100%;
	}
	.right-contact{
		width: 100%;
	}

	.column-three .filter-item{
		/*width: 29%;*/
		height: 350px;
		width: 46%;
	}
	.column-three .filter-item .image{
		height: 180px;
	}
	.column-three .filter-item .image a img{
		min-height: 180px;
	}

	.column-four .filter-item{
		width: 30%;
	}

	.filter-item{
		width: 46%;
		height: 460px;
	}
	.filter-item .image{
		height: 280px;
	}
	.filter-item .image a img{
		min-height: 280px;
	}

	.sidebar .sidebar-content {
		margin: 25px 0 0 0;
	}

	.post-box .image{
		height: 235px;
	}
	.post-box .content{
		height: 140px;
	}
	.post-box .content .right a.more{
		font-size: 12px;
	}
	.item-right{
		padding: 0;
	}
	.item-left{
		height: 420px;
		margin-bottom: 20px;
	}
	.item-left .image{
		height: 285px;
	}

	/***/
	.single-page .post-box .content {
		height: 120px;
	}
	.single-page .post-box .image {
		height: 235px !important;
	}
	.single-page .post-box .image img{
		width: 767px !important;
		height: 290px !important;
	}
	.single-page .share ul{
		margin: 0 0 0 15px !important;
	}

}
/* Landscape phones and down */
@media screen and (max-width: 480px) {
	/*
	*	Menu
	*/
	#menu .main-menu{
		display: none;
	}
	#responsive-nav{
		display: none;
	}
	.selectnav{
		width: 100%;
		display: block;
	}

	.column-three .filter-item{
		width: 100%;
	}

	.column-four .filter-item{
		width: 100%;
	}

	.filter-item{
		width: 100%;
	}
	.post-box .content .left {
		width: 65%;
	}
	.post-box .image {
		height: 235px;
	}
	.post-box .content {
		height: 150px;
	}
	.post-box .content .right span {
		font-size: 10px;
	}
	.post-box .content .right a.more {
		font-size: 12px;
		margin-top: 20px;
		padding: 10px 5px;
	}

	.item-left{
		height: 360px;
		margin-bottom: 20px;
	}
	.item-left .image{
		height: 220px;
	}

	/***/
	.single-page .post-box .content {
	height: 120px !important;
	}
	.single-page .post-box .content .right{
		width: 25% !important;
	}
	.single-page .post-box .content .left h4{
		font-size: 15px;
		margin: 5px 0px;
	}
	.single-page .post-box .content .left p{
		font-size: 10px;
	}
	.single-page .share ul{
		margin: 0 0 0 15px;
	}


}
@media screen and (max-width: 320px){
	.post-box .image {
		height: 195px;
	}
	.post-box .content {
		height: 150px;
	}
	.post-box .content .left h4 {
		font-size: 14px;
		line-height: 14px;
	}
	.post-box .content .right{
		width: 25%;
	}
	box .content .right span {
		font-size: 10px;
	}

	.item-left .content p{
		width: auto;
	}
	.item-left{
		height: 280px;
		margin-bottom: 20px;
	}
	.item-left .image{
		height: 145px;
	}
	/***/
	.single-page .post-box .content {
		height: 177px !important;
	}
	.single-page .post-box .content .left h4{
		line-height: 20px;
	}
	.single-page .post-box .right {
		padding-top: 57px;
	}
	.single-page .share ul {
		margin: 0 0 0 1px !important;
	}
	.share ul li {
		margin-left: 0px;
	}
}