/*************** RESPONSIVE by CHEN EDIT 21-1-2015 ***************/
	/**************************** 1.TABLET LANDSCAPE ****************************/
	@media only screen and (max-width: 1079px) and (min-width: 960px){
		
		
	}

	/**************************** 2.TABLET PORTRAIT (standard 960) ****************************/
	@media only screen and (max-width: 959px) and (min-width: 783px) {
		/********* Categories*/
		.moreinfo_text { width:100%;} 
		.filterby_btn { display:none;}
		.projectCategories { background:none !important; border:none !important; margin:0px !important; text-align:center; line-height:normal;}
		.projectCategories li { border-radius:3px; background:#fff; margin:0 5px 5px 0; !important; display:inline-block; float:none;}
		.projectCategories li a { padding:0 15px}
	}

	/**************************** 3.MOBILE LANDSCAPE ****************************/
	@media only screen and (max-width: 782px) and (min-width: 480px) {
		/********* Categories*/
		.moreinfo_text { width:100%;} 
		.filterby_btn { display:none;}
		.projectCategories { background:none !important; border:none !important; margin:0px !important; text-align:center; line-height:normal;}
		.projectCategories li { border-radius:3px; background:#fff; margin:0 5px 5px 0; !important; display:inline-block; float:none;}
		.projectCategories li a { padding:0 15px}
	}
	/**************************** 4.MOBILE PORTRAIT  (IPHONE)****************************/
	@media only screen and (max-width: 479px) {
		/********* Footer*/
		#prft { margin-bottom:0px; padding:20px 0 0px 0}
		#prft .row > .col-md-3,
		#prft .row > .col-md-4,
		#prft .row > .col-md-6,
		#prft .row > .col-md-8,
		#prft .row > .col-md-12 { margin-bottom:20px;}
		/********* content*/
		#wppr { width:100% !important; max-width:100% !important;}
		#cntt { margin-top:0px !important;}
		.hoz-thumb { width:100% !important; }
		.hoz-content { width:100% !important; padding-left:0!important; }
		/********* contact*/
		.map-fw { margin-top:0px !important;}
		.open-form { display:none!important;}
		.group-content-hide { position:relative !important; }
		.grp-content { height:auto !important; overflow-x:auto !important; display:block !important;}
		.haft-content .col-md-4, .haft-content .col-md-6 { width:100%; margin-bottom:0px !important;}
		.haft-content .col-md-4 #map, .haft-content .col-md-6 #map { margin-bottom:15px;}
		.side-hide.group-content-hide { bottom:auto !important;}
		.side-hide .contact-hdr { width:100%!important;}
		.side-hide .contact-hdr .contact-title { transform:rotate(0) !important; margin-left:0px !important; overflow:visible !important; text-overflow:inherit !important; white-space:inherit !important;}
		.side-hide .grp-content { width:100% !important;}
		/********* Categories*/
		.moreinfo_text { width:100%;} 
		.filterby_btn { display:none;}
		.projectCategories { background:none !important; border:none !important; margin:0px !important; text-align:center; line-height:normal;}
		.projectCategories li { border-radius:3px; background:#fff; margin:0 5px 5px 0; !important; display:inline-block; float:none;}
		.projectCategories li a { padding:0 15px}
	}