@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
@font-face {
				font-family: 'calibrib';
				src: url('../fonts/calibrib.eot');
				src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/calibrib.woff') format('woff'),
						 url('../fonts/calibrib.ttf') format('truetype'),
						 url('../fonts/calibrib.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Semibold';
				src: url('../fonts/OpenSans-Semibold.eot');
				src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Semibold.woff') format('woff'),
						 url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
						 url('../fonts/OpenSans-Semibold.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'Roboto-Bold';
				src: url('../fonts/Roboto-Bold.eot');
				src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/Roboto-Bold.woff') format('woff'),
						 url('../fonts/Roboto-Bold.ttf') format('truetype'),
						 url('../fonts/Roboto-Bold.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Light';
				src: url('../fonts/OpenSans-Light.eot');
				src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Light.woff') format('woff'),
						 url('../fonts/OpenSans-Light.ttf') format('truetype'),
						 url('../fonts/OpenSans-Light.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Bold';
				src: url('../fonts/OpenSans-Bold.eot');
				src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Bold.woff') format('woff'),
						 url('../fonts/OpenSans-Bold.ttf') format('truetype'),
						 url('../fonts/OpenSans-Bold.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'OpenSans-Regular';
				src: url('../fonts/OpenSans-Regular.eot');
				src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Regular.woff') format('woff'),
						 url('../fonts/OpenSans-Regular.ttf') format('truetype'),
						 url('../fonts/OpenSans-Regular.svg#bauhs93') format('svg');
}
@font-face {
				font-family: 'Roboto-Regular';
				src: url('../fonts/Roboto-Regular.eot');
				src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/Roboto-Regular.woff') format('woff'),
						 url('../fonts/Roboto-Regular.ttf') format('truetype'),
						 url('../fonts/Roboto-Regular.svg#bauhs93') format('svg');
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
}
a, img{
	border: 0px;
	outline: 0px;	
}
body {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}
.mainwrapper
{
	max-width:1137px;
	min-width:240px;
	margin:0px auto;
}
.mainheader
{
	width:100%;
}
.logo
{
	width:16%;
	margin-top:10px;
	float:left;
}
.rightheader
{
	float:right;
	width:82%;
}
.menubar
{
	width:74%;
	float:left;
	 margin-top:42px;
}
.menu{
	width:100%;
}
.menu ul{
	list-style-image: none;
	list-style-type: none;	
	width: 100%;
	display: table;
}
.menu ul li{
	color: #ffffff;
    margin: 0 5px 0 0px !important;
    position: relative;	
	float: left;
	width:105px; /* Changed by INNA, original width 122px */
	text-align:center;
}
.menu ul ul{
	background:#0F416F;
}

.menu ul ul li:after {
    display: none;
	
}
.menu ul li.lastItem:after {
    display: none;
}

.menu ul li a{
	text-decoration: none;
    border-radius:5px 5px 0px 0px;
	/*background:#b7d4ef;*/
	background:url(../images/menubg.png) no-repeat;
    color: #3a3a3a;
    display: block;
	font-size:12px; /* Changed by INNA, original size 14px */
	font-family:'OpenSans-Semibold';
    line-height: 22px;
    padding: 7px 0px 7px;
    transition: all 0.5s ease 0s;
}
.menu ul li:hover > a{	
	color:#0f416f;
}
.menu ul li .active{
	background-color: #0f416f;	
	color:#fff;
}
.menu ul ul li:hover > a{
	background-color:#0F416F;	
	color:#fff;
}

.mainbanner
{
	width:100%;
	clear:both;
	height:auto;
	min-height:452px;
}
.header_call
{
	width:25%;
	float:right;
	 margin-top:15px;
}
.call
{
	width:60%;
	float:left;
	background:url(../images/hd_call.jpg) left  no-repeat;
	padding-left:40px;
	font-size:16px;
	color:#434242;
	font-family:Roboto-Bold;
}
.search
{
	float:left;
	width:20%;
	height:40px;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none;
}
input[type=search] {
	background:url(../images/search.png) no-repeat 9px center;
	border: solid 0px #ccc;
	padding: 9px 10px 9px 32px;
	width: 30px;
	border-left:1px solid #ccc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 200px;
	backgroung-color: #fff;
	border-color: #6dcff6;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#demo input[type=search] {
	float: right;
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo input[type=search]:hover {
	background-color: fff;
}
#demo input[type=search]:focus {
	width: 200px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
[placeholder]::-webkit-input-placeholder {
  color: transparent;
}[placeholder]:focus::-webkit-input-placeholder {
  color: #333;
}
.hometext
{
	width:100%;
	text-align:center;
}
.hometext h2
{
	font-family:'OpenSans-Bold','Verdana', 'Geneva';
	font-size:32px;
	color:#454545;
	padding:10px 0px;
}
.hometext p
{
	line-height:26px;
	color:#3d505a;
	font-size:18px;
	font-family:'OpenSans-Light', 'Verdana', 'Geneva';
}
.hometext .content
{
	text-align:left;
	line-height:24px;
	color:#000000;
	font-size:14px;
	font-family:'OpenSans-Light', 'Verdana', 'Geneva';
	padding-bottom:20px;
}
.readmore
{
	text-decoration:none;
	color:#bc151d;
	font:14px 'OpenSans-Regular';
	float:right;
}
.full_heading
{
	width:100%;
	background:#e9e9e9;
	border-top:1px solid #dddddd;
	margin-top:40px;
	text-align:center;
	color:#4b4b4b;
	font-size:26px;
	padding:30px 0px;
	font-family:'Roboto-Light', 'Verdana', 'Geneva';
}
.homeservices
{
	width:100%;
	margin-top:15px;
}
.homeservices ul {
	display: table;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
.homeservices ul li {
	float: left;
	width:23%;
	/*height:262px;*/
	margin-right: 2%;
	margin-bottom: 1%;
	position:relative;
}
.homeservices ul li a {
	width: 100%;
	position:relative;
}
.homeservices ul li a img {
	width: 100%;
}
.img_text
{
	width:98.5%;
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	z-index:9999;
	text-decoration:none;
	font-size:15px;
	bottom:4px;
	color:#fff;
	padding:10px 0px;
        text-align:center;
	font-family:'Roboto-Regular', 'Verdana';
}
.mainfooter
{
	width:100%;
	background:url(../images/footerimg.jpg) repeat-x top #fff;
	height:150px;
}
.footertop
{
	width:100%;
}
.footerleft
{
	width:20%;
	float:left;
	margin-top:20px;
}
.footerright
{
	float:right;
	width:70%;
	margin-top:20px;
}
.footer_menu
{
	width:100%;
}
.footer_menu ul
{
	list-style-type:none;
	float:right;
}
.footer_menu ul li
{
	float:left;
	margin-left:40px;
}
.footer_menu ul li a
{
	text-decoration:none;
	color:#000000;
	font-size:16px;
	font-family:'Roboto-Bold';
}
.footer_menu ul li a:hover
{
	color:#006294;
}
.footertext
{
	width:100%;
	float:left;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:22px;
	margin-top:10px;
}
.footer_bottom
{
	width:100%;
	border-top:1px solid #cecece;
	float:left;
	margin:20px 0 0 0;
}
.copyright
{
	width:50%;
	float:left;
	color:#acacac;
	font:12px Arial, Helvetica, sans-serif;
	margin-top:15px;
}
.sociaicons
{
	width:30%;
	float:right;
	margin-top:15px;
}
.sociaicons ul
{
	list-style-type:none;
	float:right;
}
.sociaicons ul li
{
	float:left;
	height:29px;
	width:29px;
	margin-left:5px;
}
.sociaicons ul li a
{
	text-decoration:none;
}
#formslideout {
    background: #fff;
    position: absolute;
    width: 280px;
	border:1px solid #bd0000; 
    top: 30%;
    right:-310px;
    padding-left:28px
}
#clickme {
    position: absolute;
    top: 0; 
	left: 0;
	right:0px;
    height: 150px;
    width: 30px;
    background: url(../images/quick_contact.png) no-repeat;
	margin-left:-27px;
}
#formslidecontent {
    float:left;
}
.quick_form
{
	width:250px;
}
.quick_mess
{
	border:1px solid #bd0000;
	border-radius:2px;	
}
.form_input
{
	width:100%;
	padding:5px;
	margin-top:10px;
}
.button
{
	border:none;
	background:#0F416F;
	padding:5px 10px;
	color:#fff;
	margin:10px 0px;
	font:12px Arial, Helvetica, sans-serif;
}
.bannerbutton
{
	color:#fff;
	background:#bd0000;
	text-decoration:none;
	padding:5px 10px;
	float:right;
	font-size:15px;
	clear:both;
	margin-top:40px;
	margin-right:20px;
}
.slides li .bannertoptext
{
	position:absolute;
	top:0px;
	width:350px !important;
	color:#fff;
	font-family: 'OpenSans-Regular', 'Arial', 'Helvetica, sans-serif';
	margin-top:50px;
	font-size:22px;
	margin-left:150px;
	
}
.clear
{
	clear:both;
}

.accshedules{
	padding:10px 0px;
}
.team{
	width:100%;
}
.team .image{
	width:26%;
	float:left;
	padding:10px;
	text-align:center;
	height:auto;
}
.team .image img{
	width:98%;
	border:1px solid #E1E1E1;
	padding:5px;
}
.team .descr{
	width:100%;
}
.white_text{
	font-size:14px;
	color:#335B64
}
.forTextfield{
	padding:6px;
	border-radius:5px;
	border:1px solid #CECECE;
	background-color:#F5F5F5;
	width:80%;
}
.txtarea{
	width:90%;
	height:180px;
}
.btn{
	padding:6px 30px;
	border-radius:3px;
	border:1px solid #AE4431;
	background-color:#A43A28;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}
.btn:hover{
	background-color:#333333;
}
.banner_loading
{
	position:absolute;
	width:100%;
	text-align:center
	;padding-top:220px
}
.loading{
	position:absolute;width:100%;text-align:center;padding-top:220px
}


@media only screen and (min-width : 1280px){
#m_nav
{
	display:none;
}
}



@media only screen and (min-width : 980px) and (max-width : 1279px){


.logo {
    float: left;
    margin-top: 5px;
    width: 17%;
}
.logo img{
	width:100%;
}
.mainwrapper {
    margin: 0 auto;
    max-width: 925px;
    min-width: 240px;
}
.menu ul li a {
    background: rgba(0, 0, 0, 0) url("../images/menubgtab.png") no-repeat scroll 0 0;
    font-size: 12px;
    line-height:18px !important;
    padding: 7px 0;
}
.menu ul li {
    width: 100px;
}
.search {
    float: left;
    height: 37px;
    width: 17%;
}
.sf-menu ul {
    margin-top: -28px;
}
#m_nav 
{
	display:none;
}
.loading{
	position:absolute;width:100%;text-align:center;padding-top:200px
}

	
	
}


@media only screen and (min-width : 768px) and (max-width :979px){
.mainwrapper {
    margin: 0 auto;
    max-width:740px;
    min-width: 240px;
}	
.logo {
	text-align:center;
    margin-top: 10px;
    width: 100%;
}
.mainbanner{
	height:auto;
}
.rightheader {
	width:100%;
}
.menubar {
    margin-top: 10px;
    width: 75%;
}
.search {
    height: 35px;
    width: 16%;
}
.menu ul li {
    width: 100px;
}
.menu ul li a {
    background: rgba(0, 0, 0, 0) url("../images/menubgtab.png") no-repeat scroll 0 0;
    font-size: 12px;
    line-height:18px !important;
    padding: 7px 0;
}
.header_call {
    float: right;
    margin-top: 0;
    width: 24%;
}
.sf-menu ul {
    margin-top: -28px !important;
}
#demo input[type=search]:focus {
	width: 160px;
}
.img_text {
    font-size: 13px;
}
.full_heading {
    font-size: 18px;
	 padding: 20px 0;
}
.footerleft img
{
	width:100%;
}
.footerright {
    width: 78%;
}
.footer_menu ul li a {
    font-size: 14px;
}
#m_nav 
{
	display:none;
}

.loading{
	position:absolute;width:100%;text-align:center;padding-top:120px
}


	
}


@media only screen and (min-width : 360px) and (max-width :767px){
.logo {
	text-align:center;
    margin-top: 10px;
    width: 100%;
}	
.rightheader {
	width:100%;
}
.mainbanner{
	height:auto;
}
.menubar {
    float: left;
    margin-top:6px;
    width:100%;
}
	
.mainwrapper {
    margin: 0 auto;
    max-width:340px;
    min-width: 240px;
}

.header_call {
    float: right;
    margin-top:10px;
    width: 100%;
}
.slides li .bannertoptext {
    color: #fff;
    font-family: "OpenSans-Regular","Arial","Helvetica, sans-serif";
    font-size: 17px;
    margin-left: 8px;
    margin-top: 12px;
    top: 0;
    width: 277px !important;
}
.banner_loading
{
	position:absolute;
	width:100%;
	text-align:center
	;padding-top:40px
}

.hometext h2 {
    font-size: 18px;
}
.full_heading {
    font-size: 15px;
	 padding: 20px 0;
}
.homeservices ul li {
    margin-bottom: 1%;
    margin-right:0px;
    position: relative;
    width: 100%;
}
.img_text {
    width: 93%;
}
.footerleft {
    width: 100%;
	text-align:center;
}
.footerright {
    float: right;
    margin-top: 20px;
    width: 100%;
}
.footertext {
    text-align:justify;
}
.sociaicons {
    width: 50%;
}
.menu
{
	display:none;
}
#m_nav select {
    display: inline-block !important;
    width: 100%;
    padding: 5px 3%;
    background-color:#204F7A;
    color: #FFF;
	margin-top:10px;
    font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
    border: medium none;
    outline: medium none;
}
#m_nav option
{
	 font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	border:0px;
}
.loading{
	position:absolute;width:100%;text-align:center;padding-top:0px
}

	
}




@media only screen and (min-width : 240px) and (max-width :359px){

.logo {
	text-align:center;
    margin-top: 10px;
    width: 100%;
}	
.rightheader {
	width:100%;
}
.mainbanner{
	height:auto;
}
.menubar {
    float: left;
    margin-top:6px;
    width:100%;
}
	
.mainwrapper {
    margin: 0 auto;
    max-width:240px;
    min-width: 240px;
}

.header_call {
    float: right;
    margin-top:10px;
    width: 100%;
}
.slides li .bannertoptext {
    color: #fff;
    font-family: "OpenSans-Regular","Arial","Helvetica, sans-serif";
    font-size: 17px;
    margin-left: 8px;
    margin-top: 12px;
    top: 0;
    width: 277px !important;
}
.banner_loading
{
	position:absolute;
	width:100%;
	text-align:center
	;padding-top:40px
}

.hometext h2 {
    font-size: 18px;
}
.full_heading {
    font-size: 15px;
	 padding: 20px 0;
}
.homeservices ul li {
    margin-bottom: 1%;
    margin-right:0px;
    position: relative;
    width: 100%;
}
.img_text {
    width: 93%;
}
.footerleft {
    width: 100%;
	text-align:center;
}
.footerright {
    float: right;
    margin-top: 20px;
    width: 100%;
}
.footertext {
    text-align:justify;
}
.sociaicons {
    width: 50%;
}
.menu
{
	display:none;
}
.img_text {
    width: 90%;
}


#m_nav {
    clear: both;
    height: auto;
    width: 100%;
    margin: auto;
	
}
#m_nav select {
    display: inline-block !important;
    width: 100%;
    padding: 5px 3%;
    background-color:#204F7A;
    color: #FFF;
	margin-top:10px;
    font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
    border: medium none;
    outline: medium none;
}
#m_nav option
{
	 font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	border:0px;
}

.loading{
	position:absolute;width:100%;text-align:center;padding-top:0px
}



	
	
}

