@font-face {
    font-family: 'aharonibold';
    src: url('../fonts/ahronbd-webfont.eot');
    src: url('../fonts/ahronbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ahronbd-webfont.woff') format('woff'),
         url('../fonts/ahronbd-webfont.ttf') format('truetype'),
         url('../fonts/ahronbd-webfont.svg#aharonibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	margin:0;
	padding:0;
	background:url(../images/bg.png) repeat 0 0;
/*	border-top:solid 8px #3d3d3d;	*/
}
.img-left{
	float:left;
	margin:0 20px 20px 0;	
}
h1{
	font-family: 'aharonibold';	
	text-transform:uppercase;
	color:#777;
	font-size:28px;
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
}
h2{
	font-family:inherit;	
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
h4{
	font-family: 'aharonibold';	
	color:#222;
	text-transform:uppercase;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
}
h4 span{
	font-size:30px;
}

#nav-responsive{
	display:none;	
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width:100%;
}
#nav-responsive > ul{
	display:none;
	border-top:solid 1px #fff;
	border-bottom:solid 4px #222;	
	width:100%;
	background:#3d3d3d;
	padding:15px 20px;
}
#nav-responsive > ul > li{
	display:block;
	font-family: 'aharonibold';
	text-transform:uppercase;	
	padding-bottom:5px;
}
#nav-responsive > ul > li a{
	color:#fff;
}
#nav-responsive > ul > li a:hover{
	text-decoration:none;
	color:#5995cf;;
}
#nav-responsive > ul > li ul{
	display:none;
}
.show-subnav{
	display:block;	
}

.my-icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
  background-color:#fff;
  margin:4px 0;
}
.btn-responsive-nav{
	background:#3d3d3d;
	margin-left:10px;
}
#logo-responsive{
	display:none;	
	margin-top:30px;
}
#top-bar{
	width:100%;
	height:8px;
	position:absolute;
	top:0;
	left:0;	
	background:#3d3d3d;
	z-index:888;
	color:#fff;
}
#content-wrapper{
	
	-webkit-box-shadow: 0 0px 2px 0px #999;
	   -moz-box-shadow: 0 0px 2px 0px #999;
	        box-shadow: 0 0px 2px 0px #999;
	min-height:700px;
	margin-top:5px;
	margin-bottom:180px;
	background:#fff;
}
.container{
	max-width:1000px;	
}
.logo{
	  font-family: 'aharonibold';
	  text-transform:uppercase;
	  font-size:42px;
	  color:#222;
	  line-height:18px;
	  padding-top:40px;
}
.logo span{
	font-size:23px;
	color:#555;	
}
#call-now{
	color:#fff;
	background:#3d3d3d;	
	width:240px;
	text-align:center;
	float:right;
	font-size:19px;
	font-weight:normal;
	padding: 8px 5px 8px 5px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 0px 4px 0px #444;
	   -moz-box-shadow: 0 0px 4px 0px #444;
	        box-shadow: 0 0px 4px 0px #444;
}
#call-now-responsive{
	display:none;	
	font-size:18px;
	padding:6px 0 0 0px;
}
ul#mini-nav{
	float:right;
	padding:10px 0 0 0;	
	text-transform:uppercase;
}
ul#mini-nav li{
	display:inline;	
	color:#999;
	font-size:12px
}
ul#mini-nav li a{
	margin:0 20px;	
}
ul#nav{
	float:right;	
	margin-top:15px;
	margin-bottom:0;
}
ul#nav li{
	display:inline;
	font-family: 'aharonibold';	
	text-transform:uppercase;
}
ul#nav li a{
	color:#67686b;
	font-size:16px;
	margin-left:35px;
}
ul#nav li a:hover{
	text-decoration:none;
	color:#5995cf;	
}

ul#nav li ul{
	text-align:left;
	margin:0 0 0 0;
	padding-top:15px;

}
ul#nav li ul li{
	margin-bottom:5px;	
}
ul#nav li ul li a{	
	margin-left:0px;
	font-size:14px;
}
ul#nav li ul li a:hover{
	color:#fff;	
}

/* FOOTER */
#footer-wrapper{	
	position:relative;
/*	background:url(../images/footer-shadow.png) no-repeat center -8px;	*/
	padding:40px 20px;
	display:block;
	border-top:solid 1px #ccc;
	height:110px;
	background:#fff;
	font-family: 'aharonibold';
	text-transform:uppercase;
	font-size:12px;
}
#copyright{
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	font-family: sans-serif;	
}
#footer-wrapper a{
	color:#2977c6
}
img#footer-shadow{
	position:absolute;
	top:-8px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.logo-footer{
	  font-family: 'aharonibold';
	  text-transform:uppercase;
	  font-size:32px;
	  color:#222;
	  line-height:14px;
	  margin-top:10px;
}
.logo-footer span{
	font-size:16px;
	color:#555;	
}

/* HOME PAGE */
#home-feature-top{
	background:url(../images/home-feature-top.png) repeat-x 0 0;
	height:20px;	
	margin:0 -15px;
}
#home-feature img{
	max-width:100%;	
	z-index:200;
}
#home-feature-contact-panel{
	z-index:300;
	position:absolute;
	width:291px;
	height:304px;
	background:url(../images/home-contact-panel.png) no-repeat 0 0;
	top:34px;
	right:34px;
	padding:0 15px;
}
#home-feature-contact-panel h3{
	color:#fff;
	text-transform:uppercase;	
	margin:10px 0 2px 0px;
	font-size:18px;
}
#home-feature-contact-panel label{
	color:#fff;	
	font-weight:normal;
	margin:0;
}
.input-wrapper{
	border:solid 1px #ccc;	
}
input.home-input{
	border:0;
	padding:4px 4px;
	height:auto;
	filter: alpha(opacity=50);
	opacity: 0.5;	
	border-radius: 0px;
	color:#000;
	font-weight:bold;
}
textarea.home-input{
	border:0;
	padding:4px 4px;
	height:45px;;
	filter: alpha(opacity=50);
	opacity: 0.5;	
	border-radius: 0px;
	color:#000;
	font-weight:bold;
	resize:none;
}
#home-feature-contact-panel .form-group{
	margin-bottom:2px;	
}
#home-feature-contact-panel button{
	background:#4687be;
	color:#fff;
	border:0;
	padding:10px;
	width:100px;
	margin-top:5px;
}

#home-feature{
	margin: 0 -15px;
	position:relative;	
}
#home-cta{
	text-align:center;
	color:#656565;
	font-size:22px;
	padding:0 50px;	
}
.slogan{
	font-family: 'aharonibold';	
	color:#222;
	font-size:40px;
	padding:20px 0;
}

#home-cta a{
	margin:0px 30px;
	color:#2977c6;	
}
#home-cta a:hover{
	
}
#home-panels{
	background:#f7f7f7 url(../images/home-panels-shadow.png) no-repeat center -8px;
	border-top:solid 1px #b8b8b8;
	margin-top:40px;	
}
.home-panels a{
	color:#2977c6;	
}
.home-panels a:hover{
	color:#319326;
}
.home-panels h2{
	color:#000;	
	font-size:24px;
	font-weight:normal;
}
.home-panels{
	font-size:13px;
	font-weight:bold;
	color:#676767;
	border-top:solid 1px #b8b8b8;
	background:#f7f7f7;
}
.home-panel-details{
	padding-bottom:0px;
	border-bottom:0;	
}
.home-panel-left{
	/*dcdcdc*/
	border-right:solid 1px #b8b8b8;
	margin-right:-1px;
	min-height:300px;
}
img.home-cta-icon{
	margin:25px 0 0 20px;	
}
img#home-map{
	max-width:100%;
	background:#fff;
	padding:4px;
	-webkit-box-shadow: 0 0px 4px 0px #999;
	   -moz-box-shadow: 0 0px 4px 0px #999;
	        box-shadow: 0 0px 4px 0px #999;
}

/* INNER PAGE */
ul#breadcrumbs{
	margin:15px 0;
}
ul#breadcrumbs li a{
	font-size:13px;	
}
#inner-content{
	padding-bottom:50px;	
}
#main-text{
	line-height:25px;
}

#free-consultation{
	text-transform:uppercase;
	border-bottom:solid 3px #999;
	font-size:16px;
	padding:0 0 10px 0;
	margin-bottom:20px;
	color:#777;	
}
#quick-contact{
	background:#f7f7f7;
	padding:15px;	
}
.qc_form_row{
	margin-bottom:7px;	
}
.qc_form_row.has-error input, 
.qc_form_row.has-error select, 
.qc_form_row.has-error textarea{
    border: solid 1px #660000;
}

.form-group.has-error input, 
.form-group.has-error select, 
.form-group.has-error textarea{
    background: #660000;
}


.qc_form_row_btn{
	padding-top:8px;	
	padding-bottom:18px;
}
input.qc_input{
	display:block;
	border: solid 1px #e7e7e7;
	padding:5px 5px;
	font-weight:bold;
	width:100%;
}
select.qc_input{
	display:block;
	border: solid 1px #e7e7e7;
	padding:5px 5px;
	font-weight:bold;
	width:100%;
	color:#777;
}
textarea.qc_input{
	display:block;
	border: solid 1px #e7e7e7;
	padding:5px 5px;
	font-weight:bold;
	width:100%;
	color:#777;
	resize:none;
}
.btn-qc {
		
  background-color: #2977c6;
  border-color: #2977c6;
  color:#fff;
  display:block;
  width:100%;
}
.btn-qc:hover,
.btn-qc:focus,
.btn-qc:active,
.btn-qc.active {
  background-color: #256ab1;
  border-color: #205e9c;
  color:#fff;
}
.btn-qc.disabled:hover,
.btn-qc.disabled:focus,
.btn-qc.disabled:active,
.btn-qc.disabled.active,
.btn-qc[disabled]:hover,
.btn-qc[disabled]:focus,
.btn-qc[disabled]:active,
.btn-qc[disabled].active,
fieldset[disabled] .btn-qc:hover,
fieldset[disabled] .btn-qc:focus,
fieldset[disabled] .btn-qc:active,
fieldset[disabled] .btn-qc.active {
  background-color: #2977c6;
  border-color: #2977c6;
}
#quick-contact-or{
	background:#fff;
	height:40px;
	width:40px;
	margin:0 auto;
	box-shadow: 0px 0px 6px #ccc;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	text-align:center;
	color:#777;
	font-weight:bold;	
	padding-top:9px;
	margin-top:-18px;
}
#testimonial-panel{
	background:#f7f7f7 url(../images/home-panels-shadow.png) no-repeat center -8px;
	border-top:solid 1px #b8b8b8;
	padding:30px 50px;
	font-style:italic;
	font-size:20px;
}
#testimonial-panel span{
	font-size:14px;
	color:#2977c6;	
}

/* faq */
h4.panel-title a, h4.panel-title a:active{
	text-decoration:none;
}
h4.panel-title a:hover, h4.panel-title a:hover span{
	text-decoration:none;
	color:#777;
}
h4.panel-title{
	border:0;	
	color:#2977c6;	
	font-family:inherit;
	font-weight:bold;
	font-size:15px;
}
h4.panel-title span{
	font-family: 'aharonibold';	
	color:#222;
	text-transform:uppercase;
	padding-right:5px;
	font-size:24px;
	font-weight:normal;
}


/* contact page*/
#map-panel{
	background:#f7f7f7;
	border-top:solid 1px #b8b8b8;
	padding:0px;
	position:relative;
}
#map-panel img{
	position:absolute;
	z-index:9999 !important;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#contact-map{
	height:400px;
	width:100%;	
}