body{
	position:relative;
	z-index: 1;
	color: #FFF;
    font-size: 15px;
	font-family: 'Inder', sans-serif;	
	background: #FFF;
}

h1 {
	margin: 0;
}

a{
	color: #FFF;
}
a:hover{
	color: #1e1e1e;
}


h1,h2,h3,h4,h5{
	color: #000;
}

a h1 { color: #FFF;}
.content-ddbox{
}



.logo{
	z-index: 9999;
}
.header-container {
	background-image: -ms-radial-gradient(center, circle closest-corner, #4D4D4D 0%, #2D2D2D 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #4D4D4D 0%, #2D2D2D 100%);
	background-image: -o-radial-gradient(center, circle closest-corner, #4D4D4D 0%, #2D2D2D 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #4D4D4D), color-stop(1, #2D2D2D));
	background-image: -webkit-radial-gradient(center, circle closest-corner, #4D4D4D 0%, #2D2D2D 100%);
	background-image: radial-gradient(circle closest-corner at center, #4D4D4D 0%, #2D2D2D 100%);
}

.header{
	border:none;
	position: relative;
	color: #FFF;
	width: 100%;
	min-height: 100px;
}	

.header-bottom {
	background-image: -ms-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -o-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #57C317), color-stop(1, #3D8C0D));
	background-image: -webkit-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: radial-gradient(circle closest-corner at center, #57C317 0%, #3D8C0D 100%);
}

.header-bottom .inner {
	background: url('../images/bg-inner.png') top center no-repeat;
}

.header-bottom .inner .right {

}
.header .header-inner{
	position:relative;

	padding: 0;
}

.page_header{
    font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
    color: #383838 !important;
    text-transform: Uppercase;
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 9;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 1;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 1;
}

.callus a:hover {
	text-decoration: none;
}

.callus h1{
	font-size: 38px;
	font-weight: bold;
	margin: 0;
	margin-top: 26px;
	text-shadow: -10px 10px 25px rgba(0, 0, 0, 1);
	color: #FFF;
	padding: 0 10px;
	text-align: right;
}


.btn-myprimary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 0 1px rbga(65,65,65,.4);

	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{
	background: rgb(124,188,10); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 49%, rgba(161,213,79,1) 50%, rgba(157,213,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(49%,rgba(128,194,23,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}

.navigation-bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{

}

.innerpage .footer{
	margin-top:0px;
}


.innerpage .header{
	position:relative;
}

.innerpage .header .header-bottom {
	padding-bottom: 10px;
	height: 250px;
}

.innerpage .header .header-bottom .featured-text, .innerpage .header .header-bottom .featured-phone {
	font-size: 36px;
	text-transform: none;
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.6);
}

.innerpage .header .header-bottom .featured-phone a {
	font-size: 44px;
}

/*navbar*/
.navbar {
	margin-left: 0px;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
}

.nav>li>a {
	position: relative;
	display: block;
	color: #FFF;
	padding: 15px 25px;
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background-color: transparent;

}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border:none;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
}

.navbar-nav li {
	text-align: center;
}


.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
    background: rgba(0, 0, 0, 0.8);

}

.dropdown-menu>li>a {
	color: #FFF;
	text-align: left;
}

/*tagblock*/
.tagblock{
	position:relative;
	text-align: center;
	padding: 20px 0;
}

.frontpage #content{
	background-image: -ms-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -o-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #57C317), color-stop(1, #3D8C0D));
	background-image: -webkit-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: radial-gradient(circle closest-corner at center, #57C317 0%, #3D8C0D 100%);
}

#content {
	background-image: -ms-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -o-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #57C317), color-stop(1, #3D8C0D));
	background-image: -webkit-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: radial-gradient(circle closest-corner at center, #57C317 0%, #3D8C0D 100%);
}

main#content .container {
	overflow-wrap: break-word;
}

.service-text{ 
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 36px;
	width: 100%;
	margin: 0 auto;
}

.city-text {
	color: #272727;
	font-size: 36px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.city-phone {
	font-size: 32px;
	color: #272727;
	font-family: 'Shadows Into Light Two', cursive;
}

.city-phone a {
	color: #272727;
}

.tagblock-bg{
	
}

.tagblock a{
	color: #FFF;
}

.tagblock .leader{
	color: #FFF;
	text-shadow: 2px 1px 2px rgba(0,0,0,.6);
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
  	font-family: 'Aldrich', sans-serif;
}


.tagblock .service-text{
	color: #333;
	text-shadow: 2px 1px 2px rgba(0,0,0,.6);
	font-size: 50px;
  	font-family: 'Shadows Into Light Two', cursive;
}

.tagblock .service-text span {
	margin-left: 120px;
}

.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #333;
	font-size: 20px;
	font-style:normal;
	font-weight: normal;
}
.mobile-phone {
	background: #D36625;
	padding: 10px 0;
}
.phone {
	font-size: 40px;
	font-family: 'Aldrich', sans-serif;
	text-shadow:2px 1px 2px rgba(0, 0, 0, 0.6);
	margin-top: 5px;
	color: #FFF;
	text-align: center;
}


.phone a {
 	color: #0194C8;
}


.tagblock .mylead a{
	color: #FFF;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	position: relative;
	margin-bottom: 30px;
	margin-top: -75px;
}

.featured .inner {
	padding: 0 20px;
}

.innerpage .featured {
	margin-top: 30px;
}

.featured .head{
}
.featured .description{
	
}

.featured p {
	color: #505050;
	text-align: center;
	padding: 0 5px;
	max-height: 60px;
overflow: hidden;
}
.featured a.read-more{
    color: #000;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	font-size: 22px;
    text-align: center;
    margin: 0 0 15px;
}


.featured .heading a:hover {
	text-decoration: none;
}


.featured .heading a h3:hover{
	color: #363636;
    text-decoration: none;
}


.featured .description {
	text-align: ;

}

.featured .description p{
	color: #000;
}


.fheading{
	
}

.fheading h1{
	margin: 0;
	color: #FFF;
	font-family: 'Yellowtail', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 50px;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}

.fheading .lead{
	color: #C3FBFF;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.footer{
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;

	background: #1B1B1B;
}

.footer .copy{
	margin-bottom: 0;
    color: #FFF;
    font-style: italic;
    text-align: center;
}

.footer .address {
	padding: 10px;
	width: 189px;
	background: #585858;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.footer a{
	color: #FFF;
}


/* Sidebar Widget */
.sidebar_right h3 {
	color: #333;
	font-family: 'Shadows Into Light Two', cursive;
}

.sidebar_right a:hover {
	text-decoration: none;
}

.sidebar_right .inner {
	padding-left: 20px;
}

.sidebar_right .widget{
	
}
.sidebar_right .widget .head{
	border-bottom: 2px solid #CCC;
}

.sidebar_right .widget .description .sitelinks{
	padding: 10px 0 10px 0;
	margin: 0;
	list-style:none;
}

.sidebar_right .widget .description .sitelinks li{
	
}

.sidebar_right .widget .description .sitelinks li a{
	padding: 5px 8px;
	display: block;
	border-bottom: 1px solid #9E9E9E;
}

.sidebar_right .services-group .row {
	margin-left: 0;
	margin-right: 0;
}
/* Recaptcha Overrides */
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}

#recaptcha_response_field{
	padding: 5px;
}

.customHeader1{
	background: #139DCE;
	color: #FFF;
	padding: 10px;
	border-bottom: 2px solid #2F7894;
}
.navbar-toggle {
	background: #292626;
	border: 1px solid #7C7C7C;
}

.navbar-toggle .icon-bar {
	background: #FFF;
}


.my-thumb-circle{
	border-radius: 100%;
	width: 90%;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}


.my-thumb{
	width: 100%;
	text-align: center;
}

.fitem{
	border: 1px solid #BFBFBF;
	padding: 0;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;


}

@media (min-width: 995px) and (max-width: 1400px) { 
	.fitem{
		width: 30.333333%;
		margin: 0 1%; 
	}
}

.fitem-border {
	padding: 0px;
}

.fitem-inner {
	overflow: hidden;
}

.readmore {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.readmore p {
	text-align: center;
}

.fitem .readmore a {
	color: #757575;
	font-size: 12px;
}

.content-ddbox {
    padding: 15px;
	color: #FFF;
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #333;

}

.content-ddbox h1 {
	font-family: 'Shadows Into Light Two', cursive;
	margin-bottom: 20px;
}

.customWidget1{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	color: #333333;
}

.services-group {
    background: #DFDFDF;
}
.customWidget2{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #333333;
}

.customWidget2 p{
	color: #000;
}

.customWidget1 a{
	color: #333;
}
.content-ddbox a{
	color: #3C3C3C;
}

.ddheader{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgb(191,191,191);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 );
	padding: 15px;
}


.ddheader{
	color: #144E64;
}


.mobile-con{
	display:none;
}


.vertical-shadow-left{
	position:absolute;
	left: -15px;
	top: -50%;
}
.vertical-shadow-right{
	position:absolute;
	right: -15px;
	top: -50%;
}


.content-ddbox p strong a {
	color: #333;
}

.description a {
    color: #000;
}

.featured .my-thumb-wrapper {
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	border: 10px solid #FFF;
}

.table-striped>tbody>tr>td {
	font-weight: bold;
}

.customHeader2 {
	color: #000;
	font-size: 20px;
}



.darkorange {
	background: #E81F27;
}

.orange {
	background: #F25822;
}

.lightorange {
	background: #FEB612;
}

#citieslist {
	color: #333;
	font-size: 36px;
	font-family: 'Shadows Into Light Two', cursive;
	margin-bottom: 20px;
}

.citieslist {
	padding: 20px 0;
}


.citieslist a {
	color: #333;
}


.innerpage .citieslist {
	background-image: -ms-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -moz-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -o-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #57C317), color-stop(1, #3D8C0D));
	background-image: -webkit-radial-gradient(center, circle closest-corner, #57C317 0%, #3D8C0D 100%);
	background-image: radial-gradient(circle closest-corner at center, #57C317 0%, #3D8C0D 100%);
}

.innerpage .citieslist a {
	color: #FFF;
}

.tag-left {
	position: absolute; 
	float: left; 
	z-index: 999; 
	margin-left: -19px;
	display: none;
	margin-top: -2px;
}

.tag-right {
	position: absolute; 
	float: right; 
	z-index: 999; 
	display: none;
	margin-top: -2px;
}

.featured-image {
	width: 100%;
	height: 501px;
	background: rgb(235, 127, 67) url('../images/slide.jpg') top center no-repeat;
}

.featured-image .container {
	position: relative;
	height: 501px;
}

.featured-text-header, .featured-text, .featured-phone {
	color: #FFF;  
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	font-family: 'Oxygen', sans-serif;
	margin-left: 0;
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.8);
}

.featured-text-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 54px;
}


.featured-phone {
	font-size: 40px;
	margin-top: 25px;
	max-width: 800px;
	font-family: 'Shadows Into Light Two', cursive;
}

.featured-phone a {
	color: #D36625;
	font-size: 64px;
	font-weight: bold;
}

.featured-phone a:hover {
	text-decoration: none;
}


.feat-lock {
	position: absolute; 
	opacity: 0.6;
}

.feat-call {
	position: absolute;
	right: 0; 
	opacity: 0.6;
}


.call-us {
	position: absolute;
	top: 35px;
	right: 0;
	background: url('../images/bg-call-now.png');
	width: 444px;
	height: 248px;
	text-align: center;
}

.call-us h1 {
	font-family: 'Aldrich', sans-serif;
	margin-top: 112px;
	font-size: 44px;
	color: #A2250C;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	margin-left: 34px;

	-webkit-transform:  rotate(-10deg);
	-moz-transform:  rotate(-10deg);
	-o-transform:  rotate(-10deg);
	-ms-transform:  rotate(-10deg);
	transform:  rotate(-10deg);
}

.call-us h1 a {
	color: #A2250C;
	text-decoration: none;
}


.itemblock {
	height: 20px;
	overflow: hidden;
}

.arrow-city {
	background: url('../images/arrow-city.png');
	width: 12px;
	height: 14px;
	display: inline-block;
}

.sitelinks {
	position: absolute;
	width: 100%;
	z-index: 99;

}

.sitelinks .container {
	background: url('../images/sitelinks.png') top center;
	height: 98px;
}

.sitelinks ul {
	padding: 0;
	margin-top: 25px;
}

.sitelinks ul li {
	list-style: none;
	float: left;
	font-family: impact;
	padding-right: 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-family: 'Oswald', sans-serif;

}

.sitelinks ul li a {
	color: #FFF;
}


.wrapper {
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.mob-phone {
	background: #EAE8D7; 
	text-align: center;
}

.mob-phone h1 {
	font-family: 'Aldrich', sans-serif;
	font-size: 35px;
	color: #A2250C;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: 5px;
}

.mob-phone h1 a {
	color: #A2250C;
}

.padding-0 {
	padding: 0;
}


.sidebar_right .my-thumb {
	width: 50%;
	float: left;
	margin-right: 10px;
}

.sidebar_right p {
	color: #FFF;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	color: #333;
}