body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #232323;
}

a, button, a img, .btn-primary { -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #999999;
}

a {font-weight: bold;}
a {color: #e50515;}
a.nav-link-2 {color:#232323;}
a.nav-link-2:hover, a.nav-link-2:focus {color:#999999;}
a.nav-link-2.active {color:#e50515;}


a img:hover, a img:focus { opacity: 0.5!important; }

p {	line-height: 1.8; }

img {width:100%;}

h1, h2, h3, h4 {font-weight: bold;}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}

h4 a {color:#232323;}

.pad-0 { padding: 0; }
.pad-btm {padding-bottom: 10px;}
.pad {padding: 35px 15px;}
.pad-side {padding: 0 25px;}
.inner-banner {padding: 0 10px 10px 10px;}


.container-fluid { max-width: 960px; }
.top-bar { border-top: 8px #e50515 solid; }

.highlight-text {
	font-style: italic;
	color: #338ad9;
}

.flt-lt {float: left!important}

.blue { color: #006699; }
.red {color: #e50515!important;}
.white {color: #fff!important;}

.site-logo {
	float: left;
	margin-right:10px;
}

.nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}


.row-margin-b { margin-bottom: 50px; }

.content-boxes-row {
	padding-top: 40px;	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content-box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            flex-direction: column;
	padding: 30px 20px;
}

.content-box p {
    line-height: 1.5;
}

.content-box p:last-child {margin-bottom: 0;}

.content-title {
	font-size: 1.6rem;
	margin-bottom: 25px;
}

.content-box p { margin-bottom: 25px; }

.testi {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	color: #999999;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
.testi p {line-height: 1.5;}

.closedq {position: absolute; bottom: 35px; right:0;}

.nav-2-row {
	margin-top: 20px;
	margin-bottom: 20px;
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
}

.nav-2 {
	font-size: 1.2rem;
	padding: 0;
	overflow: auto; /* contain floats */
	max-width: 60%;
	float:right;
	margin-bottom: 0;
	margin-top:10px;
}

.nav-item-2 {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
}

.nav-link-2 {
	display: block;
	padding: 15px 20px;
}

.services-section p { line-height: 1.4em;}

.icon {display: inline-block; max-width:30px; vertical-align: top; padding-top:15px; margin-right:25px;}
.phones {display: inline-block;}
.custom-contact a {color:#232323; font-weight: normal;}

address {display: inline-block;}

footer {background-color: #e1e1e1; border-top: 8px solid #999999; margin-top: 60px;}

.footer { background-color: #999999; color:#fff; padding: 10px;}

footer p {margin:0; font-size: 14px;}

.footer a {color:#fff;}

.footer a:hover {color:#e50515;}

.author {text-align: right;}

.contact-form-row { padding: 30px 15px 0px; }

/*.contact-form-col-left { margin-bottom: 2rem; }*/

.contact-form-title { 
	font-size: 2.2rem;
    font-weight: 300;
	margin-bottom: 8%; 
}

.form-control {
	color: #494949;
    border-color: #999999;
    border-radius: 0;
    padding: .5rem 1rem;
}

.form-control:focus { border-color: #0066CC; }
.form-group { margin-bottom: 15px; }

.btn-primary {background-color: #e50515; border-radius: 0; float:right; border: 1px solid #999999;}
.btn-primary:hover, .btn-primary:focus {background-color: #999999; border: 1px solid #232323;}

.form-control {
	font-size: 1rem;
	font-weight: 300;
}

#google-map {
    height: 320px;
    width: 100%;
}

.google-maps {
    position: relative;
    padding-bottom: 38%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 360px !important;
}

.form-inline .form-control.search-input {
	width: 100%;
    max-width: 100%;    
    height: 61px;
}

.form-group-search {
	margin-bottom: 1rem;
	margin-right: 0;    
}


@media (max-width: 840px) {
	.nav-2 {float:none; width: 530px; margin:0 auto; max-width: 100%;}
}

@media (max-width: 700px) {

	.site-logo, .nav-2 {max-width: 100%;}
	.nav-2 {width: 480px;}
	.site-logo {width: 251px; margin: 0 auto; float: none;}
	
	.main-nav ul {margin-bottom: -15px;}
}

@media (max-width: 525px) {
	.nav-link-2 { padding: 15px 15px 15px 0; font-size: 16px;}
	.nav-2 {width: 310px; margin: 0 auto;}
	.nav-link-2.last {padding: 15px 0px;}
}

@media (min-width: 480px) {
	.mobile-only {display: none;}
}

@media (max-width: 480px) {
	h1, .testi {font-size: 20px;}
	h2 {font-size: 18px;}
	h3 {font-size: 17px;}
	h4 {font-size: 16px;}
	body {font-size: 16px;}

	.closedq {position: relative; float: right;}
	.testi {padding-bottom: 0px;}

	.mobile-hide {display: none;}

}