@charset "utf-8";

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 768px) {
	
	.main-header{
		position: relative;
		background: #00000080;
		border-bottom: transparent;
	}
	.maps
	{
		height:100;
		width: 100%;
	}
	.switch-image img
	{

		margin-top:20px;
	}
	.box1 img
	{
		margin-top: 20px;
	}
	.templogo{
		margin: 0px;
	}
	.listtitle h3{
		margin-top: 140px;
	}
	.breadcrumb {
	    padding: 0px 15px;
	    margin-bottom: 0px;
	    list-style: none;
	    background-color: #f5f5f500;
	    border-radius: 4px;
	}
	.box-image, .box-text{
		width:100%;
	}
	.box-image img{
		height:auto;
	}
	.portfolio-inner ul li{
		width:50% !important;
	}
	.footer-inner{
		margin-bottom:20px;
	}
	.footer-inner h3{
		margin-bottom:10px
	}
	.page-location{
		padding:30px 0;
	}
	.location-inner h3{
		margin-top:0;
	}
	.right-sidebars{
		padding-left:0;
		border:none;
	}
	.prd-collage ul li{
		width:99%;
	}
	.prd-detail > ul > li{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	/*.left-sidebars{
		height:250px;
		overflow:scroll;
		width:100%;
		float:left;
		margin-bottom:25px;
	}*/
	
}

