@media screen and (max-width: 1119px) {	

.wrap{
	max-width: 960px;
}

#maincontent .colleft{
	width:65%;
}

#maincontent .colright{
	width:30%;
}

}

@media screen and (max-width: 959px) {	

.wrap{
	max-width: 768px;
}

#maincontent .colleft{
	float:none;
	width:100%;
}

#maincontent .colright{
	float:none;
	width:100%;
	margin-top:50px;
}

.colright #serviceslinks{
	display:none;
}

}

@media screen and (max-width: 767px) {	

#header{
	height:50px;
}

.headerlogo {
    margin: 10px 0 7px;
    width: 150px;
}	
	
#homebanner{
	height:420px;
	background-position:center bottom;
}
	
#bannercontent h5{
	font-size:23px;
	line-height:42px;
}

#bannercontent h5 font{
	font-size:28px;
}
	
	
#homeservices .item,
#servicelist .item{
	width:100%;
	margin:15px 0;
}

#homeservices .item h3,
#servicelist .item h3{
	font-size:25px;
	line-height:36px;
}
	
#homevirtuseek .lcol,
#homevirtuseek .rcol{
	width:100%;
	text-align:center;
}

#homevirtuseek .rcol h2{
	text-align:center;
}
	
#homevirtuseek .rcol .anchor{
	text-align:center;
}	

#homereach .lcol,
#homereach .rcol{
	width:100%;
	margin:10px 0;
}

#homereach .lcol h5{
	text-align:center;
}

#footer .col1{
	width:100%;
}

#footer .col2,
#footer .col3{
	width:50%;
	margin:15px 0;
}

#pagebannercontent h1{
	font-size:32px;
	line-height:48px;	
}

#maincontent p{
	font-size:16px;
	text-align:left;
}

}

@media screen and (max-width: 579px) {
	
.serviceimg{
	margin:25px 0 0;
	width:100%;
}

.contactimg{
    margin: 15px auto 0 !important;
    width: 50%;
	display:block;
}

.servicetext,
.contacttext{
	width:100%;
}

.serviceimg.left,
.contactimg.left{
	float:none;
	margin-right:0;
}

.serviceimg.right,
.contactimg.right{
	float:none;
	margin-left:0;
	margin-right:0;
}

.quotetext{
	float:none;
	width:auto;
	margin:15px 30px !important;
}

#portfoliolist .item{
	margin: 0 10% 50px;
    width: 80%;
}

.contactform .col1,
.contactform .col2{
	width:100%;
	margin:0;
}

#blogarticles .item{
	margin:0 0 40px 0;
	text-align:left;
	width:100%;
}
	
}

@media screen and (max-width: 479px) {
	
#footer .col2,
#footer .col3{
	width:100%;
}

#footer .col1 p,
#footer h3,
#footer .col2 ul li,
#footer .col3 p,
#footer{
	text-align:center;
}
	
}

@media screen and (max-width: 399px) {
	

	
}