@media only screen and (min-width:300px) and (max-width:800px){
/* CSS Document */
body,td,th {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	color: #FFF;
}

.center {
	width:98%;
	margin-left:0;
	left:0;
	padding:0px 1%;
}
.left {
	width:100%;
	text-align:left;
}
.right {
	width:100%;
	text-align:left;
}
.nextButton2 {
	margin: 20px 0px;
    text-align: center;
}
.nextButton2 a:link {
    padding: 10px 58px;
}
input, textarea, select {
	padding:10px 2%; 
	margin:0; 
	width:94%;
}
.top {
	background-color:#000;
	padding:10px 0px;
	width:100%;
	color:#FC0;
}
.top .left {
	width:100%;
	text-align:center;
}
.top .left {
	width:100%;
	text-align:center;
}
.nav .center li {
    padding: 20px 1%;
    width: 98%;
	border-bottom:#000 solid thin;
}
.image {
	display:none;
}
.image .center {
	height:auto;
}
.image .center .intro {
	display:none;
}
.about {
	background-size: auto 100%;
    height: auto;
    overflow: hidden;
    padding: 75px 0;
}
.about p {
	
    overflow: hidden;
}
.currentProjects .center li {
	width:100% !important;
}
.currentProjects .center li p {
    height: 50px;
    margin: -4px 0 0;
    padding: 5%;
    width: 90%;
}
.recentProjects .center li {
	width:100%;
	padding:0px;
}
.recentProjects .center li p {
    height: 50px;
    margin: -4px 0 0;
    padding: 5%;
    width: 90%;
}
.serviceList .center li {
	width:100%;
}
.serviceList .center li p {
    height: 50px;
    margin: -4px 0 0;
}
.employeeList .center li {
	width:100%;
}
.employeeList .center li p {
	padding: 5px 5%;
	margin:0px;
    width: 90%;
}
.socio .center li {
	width:100%;
	padding:0px;
}
.socio {
	background-size: auto 100%;
}
.socio .center li:hover {
	opacity:0.6;
	transition-duration:0.5s;
}
.socio .center li p {
    height: 50px;
    padding: 5%;
    width: 90%;
}
.contact .center li {
	position:relative;
	float:left;
	list-style:none;
	text-align:left;
	width:100%;
	padding:0px;
	overflow:hidden;
	opacity:1;
}
.displayContent {
    width: 94% !important;
}
.displayContentShow {
	width:94% !important;
	height: 100%;
}
.mobicontentspacer {
	height:100px;
	position:relative;
	display:block;
}
.sideIcons {
	display:none;
}
.nextButton2 a:link {
    padding: 10px 15px;
}

}