@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Candal);
@charset "UTF-8";
/* CSS Document */
html,
body {
	background:#fff;
	font-family: 'Nunito', sans-serif;
	color: #666;
	font-size:14px;
	height:100%;
	margin:0 auto;
	padding:0;
}
#wrapper {
	margin:0px auto;
	width:85%;
}
#header {
	margin:0px auto;
	width:90%;
	height:100px;
}
#home {
	background:url(images/bg3.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:500px;
	position:relative;
	margin-top:-36px;
}
#home span {
	margin-top:20px;
	
}
#topbar {
	background:url(images/bg3.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	height:auto;
	position:relative;
	margin-top:-26px;
}

img {
  max-width: 100%
}
.container {
	margin:0px auto;
	width:100%;
}
.container2 {
	margin:0px auto;
	width:80%;
}
#logo {
	width:330px;
	float:left;
	margin-top:24px;
}

#nav {
	float:right;
	margin-top:20px;
}
#content {
	width:75%;
	padding-right:20px;
	float:left;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 650px;
    -webkit-box-shadow: 0px 12px 31px 6px rgba(17,61,38,1);
    -moz-box-shadow: 0px 12px 31px 6px rgba(17,61,38,1);
    box-shadow: 0px 12px 31px 6px rgba(17,61,38,1);
}

/* Fixes pic underflow from one line title */
@media (min-width: 1400px) {
    .rslides {
        max-width: 800px;
    }
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* Flexboxing replacement for columns */
.flex-container {
    /* basic styling */

    /* flexbox setup */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-item  {
    /*flex: 1 1 auto; */
    padding:5px;
    width: 300px;
}

@media (min-width: 400px) {
    .flex-item {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    .flex-item {
        width: 200px;
    }
}

.col1 {
	width:30%;
	height:350px;
	text-align:center;
	float:left;
	margin-right:60px;
}
.col2 {
	width:30%;
	height:350px;
	text-align:center;
	float:left;
}
.col3 {
	width:30%;
	height:350px;
	text-align:center;
	float:right;
}
.colimg {
	height:100px;
	margin-top:50px;
}
.col1 h2, .col2 h2, .col3 h2 {
	margin-top:0px;	
}
.col1, .col2, .col3 {
	color:#999;
}
.clear{
	clear:both
}
.title {
	text-align:center;
	font-size:32px;
	color:#fff;
	font-family: 'Candal', sans-serif;
	padding-top:18px;
	padding-bottom:18px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .8);
}
.b {
	font-weight:bold;
}
h1 {
	font-size:36px;
	font-family:Fjalla One,Trebuchet MS,sans-serif;
	color:#FFF;
}
h2 {
	font-size:24px;
	font-family: Fjalla One,Trebuchet MS,sans-serif;
	color:#39B54A;
}
h3 {
	font-size:21px;
	font-family: Fjalla One,Trebuchet MS,sans-serif;
	color:#666;
}
.col1 h2, .col2 h2, .col3 h2, .about-box h2 {
	font-size:24px;
	font-family: Fjalla One,Trebuchet MS,sans-serif;
	color:#666;
}
.page-title {
	text-align:left;
	font-size:32px;
	color:#fff;
	font-family: 'Candal', sans-serif;
	padding-top:30px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .8);
}
.promo, .coupon {
	margin:0px auto;
	padding:24px;
	color:#ffffff;
	font-size: 24px;
	text-align:center;
	margin-top:60px;
	margin-bottom:70px;
        border-radius:25px;
        width:75%;
        -webkit-box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
}
.promo {
	background-color:#797979;
}
.coupon {
	background-color:#3dbf57;
}
.about-box {
	margin:0px auto;
	width:76%;
	height:auto;
        min-height: 168px;
	background-color:#eee;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
}
.about-box img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.about-box h2 {
	text-align:left;
	margin:0px;
	font-size:21px;
	text-transform:uppercase;
}
.about-box h3 {
	text-align:left;
	margin-top:20px;
	font-size:18px;
	text-transform:uppercase;
	color:#39B54A;
}
.flex-about-pics {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
.flex-about-pics > img {
        padding: 5px;
        margin: 10px;
}

#services {
	width:100%;
	height:auto;
	color:#fff;
}
.services {
	padding:30px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	font-size:16px;
	font-weight:bold;
	background-image:url(images/services_large.jpg);
        background-size: cover;
}
@media only screen and (min-width: 526px){
    #services .services {
	height:325px;
    }
}
#services-text {
        max-width: 550px;
}
        
.service-box {
        display: inline-block;
}
.auto-icon {
        width: 30%;
        height: auto;
        max-width: 200px;
        max-height: 200px;
}

.top-title {
	text-align:left;
	font-size:32px;
	color:#fff;
	font-family: 'Candal', sans-serif;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .8);
	margin-top:0px;
	margin-bottom:0px;
}
.benefits-box {
	margin:0px auto;
	width:100%;
	height:100%;
	background-color:#eee;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
}
#hr-image {
        float:right;
        padding-left:20px;
        height: auto;
        width: 40%;
        max-width: 200px;
        max-height: 300px;
}

.testimonial {
	margin:0px auto;
	width:96%;
	background-color:#eee;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
}
.testimonial span {
	font-size:110px;
	color:#39B54A;
	vertical-align:-26px;
	font-family:"Times New Roman", Times, serif;
}
.author {
	font-style:italic;
	color:#999;
}
/*BUTTONS*/
.cbtn, .cbtn:active, .cbtn:visited, .cbtn:link {
	margin: auto;
  border: none;
  background: #97D35E;
  color: #ffffff;
  padding: 11px 12px 9px;
  line-height: 50px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-size: 14.994px;
  margin-top:22px;
  text-transform:uppercase;
  -webkit-box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 16px -3px rgba(0,0,0,0.75);
}
.cbtn:hover {
  background-color: #39B54A;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  text-transform:uppercase;
  text-decoration:none;
}
.btn, .btn:active, .btn:visited, .btn:link {
  border: none;
  background: #3a6d7f;
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-family: Fjalla One,Trebuchet MS,sans-serif;
  font-size: 14.994px;
  /* 15px */
  font-weight: 500;
}
.btn:hover {
  background-color: #2a4f5c;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  text-decoration:none;
}
.promo-btn, .promo-btn:active, .promo-btn:visited, .promo-btn:link {
  border: none;
  background: #97D35E;
  color: #fff;
  padding: 11px 12px 9px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-size: 14.994px;
  margin-top:30px;
  text-transform:uppercase;
}
.promo-btn:hover {
  background-color: #39B54A;
  color: #fff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  text-transform:uppercase;
  text-decoration:none;
}
/*CONTACT*/
#contact-area {
	margin:0px auto;
	width:60%;
	padding-top: 30px;
}
#contact-form {
        display: table;
}

.contact-row {
        display: table-row;
}

.contact input, textarea {
        display: table-cell;
        resize: both;
        overflow: auto;
	padding: 10px;
        width:200px;
	/*width:47%;*/
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;	
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));/*Chrome and Safari*/
	 background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);/* Firefox Browsers */
	background: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;				
}

.contact input:hover, textarea:hover { 
    background: #eee; 
}

.contact textarea {
	height: 200px;
}

.contact textarea:focus,input:focus {
	border: 2px solid #900;
}
.contact input.submit {
	border:none;
}
.contact input.submit { 
	width:150px;
	margin-right:30px;
	float:right;
	background: #39B54A;
  color: #fff;
  padding: 11px 12px 9px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  font-size: 14.994px;
  text-transform:uppercase;
  font-weight:bold;
	} 
	
.contact input.submit:hover { 		
		background-color: #97D35E;
		cursor:  pointer; 
	} 		

.contact label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 70px;
}
/*LINKS*/

#footer a:link {
	text-decoration: none;
	color:#999;
}
#footer a:visited {
	text-decoration: none;
	color:#999;
}
#footer a:hover {
	text-decoration: underline;
	color:#666;
}
#footer a:active {
	text-decoration: none;
	color:#999;
}

a img {border:none; }

a:active, :focus { 
	outline: none; 
	-moz-outline-style: none; 
	ie-dummy: expression(this.hideFocus=true)
}
a:link {
	text-decoration: none;
	color:#39B54A;
}
a:visited {
	text-decoration: none;
	color:#39B54A;
}
a:hover {
	text-decoration: underline;
	color:#97D35E;
}
a:active {
	text-decoration: none;
	color:#39B54A;
}

#footer {
	height:60px;;
	background-color:#cccccc;
	text-align:center;
	color:#999;
	font-size:12px;
	line-height:22px;
	padding-top:20px;
}
