@charset "utf-8";
/* CSS Document */
/* Large desktops and laptops */
@media only screen and (min-width: 1200px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 1280px;
}
.logo img
{
	width:100%;
	height:auto;
}
}
/* Landscape tablets and medium desktops */
 @media (min-width: 992px) and (max-width: 1199px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 1000px;
 margin: auto auto auto auto;
}
.logo img
{
	width:100%;
	height:auto;
}
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 800px;
 margin: auto auto auto auto;
}
.logo img
{
	width:100%;
	height:auto;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 600px;
 margin: auto auto auto auto;
}
.logo img
{
	width:100%;
	height:auto;
}
}


/* Portrait phones and smaller */
@media only screen and (max-width: 480px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 340px;
 margin: auto auto auto auto;
}
.logo img
{
	width:100%;
	height:auto;
}
.homerimg
{
	width: 100%;
	height: auto;
	
	}
.panel-body img
{
	width:100%;
	height:auto;
}
.clientdiv
{
	text-align:center;
	
	}
.clientdiv img
{
margin:5px;
	
	}
.conactaddress h2
{
	font-size: 11pt;
	}
.conactaddress ul li
{
	font-size: 11pt;
	
	}
.menutop
{
	margin-top: 5%;
float: none;
	
	}
.navbar-default .navbar-nav > li > a
{
	
	padding: 6px 5px;
	}
.site_wrapper_about
{
	position: static;
	padding-bottom: 15px;
	
	}
.site_wrapper_whatwedo
{
	position: static;
	padding-bottom: 15px;
	}
.site_wrapper_contact
{
	position: static;
	padding-bottom: 15px;
	}
.site_wrapper_clients
{
	position: static;
	padding-bottom: 15px;
	
	}
.conactaddress
{
	padding-top: 42px;
	
	}
}
@media only screen and (max-width : 320px) {
.site_wrapper {
 width: 100%;
}
.container {
 width: 300px;
 margin: auto auto auto auto;
}
.logo img
{
	width:100%;
	height:auto;
}
.homerimg
{
	width: 100%;
	height: auto;
	
	}
.panel-body img
{
	width:100%;
	height:auto;
}
.conactaddress h2
{
	font-size: 11pt;
	padding: 11px 0;
	}
.conactaddress ul li
{
	font-size: 11pt;
	
	}
.menutop
{
	margin-top: 5%;
float: none;
	
	}
	.site_wrapper_about
{
	position: static;
	padding-bottom: 15px;
	}
.site_wrapper_about
{
	position: static;
	padding-bottom: 15px;
	
	}
.site_wrapper_whatwedo
{
	position: static;
	padding-bottom: 15px;
	}
.site_wrapper_contact
{
	position: static;
	padding-bottom: 50px;
	}
.site_wrapper_clients
{
	position: static;
	padding-bottom: 15px;
	
	}
.conactaddress
{
	padding-top: 42px;
	
	}
}