body,
#wrapper,
#page {
    height: 100%;
    min-height: 100%;
}

body {

    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;

    font-size: 16px;
    color:#000;
    padding-bottom: 31px;
}

body, #wrapper, #page {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, arial, sans-serif;
}

.header, .footer {padding: 25px 0 25px 0;}
.title {color: #408c28; padding-top: 15px;}
.middle {padding-top: 15px;}
.phone { padding-top: 15px;}

.headphone {font-size: 1.4em;}
.localcall {border-bottom: 1px dotted; }

.main-h1 {width:100%; background: #79ae3a; text-align: center;}
.main-h1 h1 {color: #fff; font-size: 160%; margin: 25px 0 25px 0;}

.consult {padding: 25px 0 25px 0; border-bottom: 3px solid #cdcdcd; background:url(/img/consult.jpg) top center repeat; }
.desc {padding-top: 40px;}
.ftitle, .desc {font-size: 120%;}
.ftitle {font-weight: bold; text-align: center;}
.fname, .fphone, .fmail, .fbtn {padding-top: 12px;}

.greenheader {font-size: 160%; color: #fff; text-align:center; }
.greenheader span {background: #7eb43c; padding: 5px 50px 5px 50px; border-radius: 20px;}

.funzone {padding: 25px 0 25px 0; border-bottom: 3px solid #cdcdcd; }
.mapimg {padding: 40px 0 15px 0; text-align: center;}
.mapdesc div {padding: 10px 0 10px 0;}

.benefits {padding: 25px 0 25px 0; border-bottom: 3px solid #cdcdcd; background: #e3f0df; }
.icons div {padding-top: 15px; text-align:center;}

.location {padding: 25px 0 25px 0; border-bottom: 3px solid #cdcdcd; }
.gmap {padding-top: 40px;}

#map1 {border: 3px solid #cdcdcd; }

.contacts {padding: 25px 0 25px 0; border-bottom: 3px solid #cdcdcd; background:url(/img/contacts.jpg) top center no-repeat;  }

.footer {padding: 25px 0 25px 0;}
.middle {padding-top: 15px; font-size: 90%;}
.rightfooter { padding-top: 15px; text-align:center;}
.rightfooter button {font-size: 120%;}

/*------------------ Modal Window ------------------*/

.modal-content {
	width: 323px;
    background-color: #f2f2f2;
}

.modal-dialog {width: 323px;}

.modal-content .page-header {
    margin-bottom: 10px;
    margin-top: 30px;
}
.modal-content h2 {
    color:#ffffff;
    font-size: 30px;
}
.modal-body {
    padding-top:0;
}
.modal-content .get-action-form {

}
.modal-content .get-action-form input {
    margin-bottom: 16px;
}
.modal-content form {
    width: 283px;

}
.modal-content .warranty {
    float: none;
    margin:0px auto 0;
    clear: both;

}
.close-window {
    font-size: 12px;
    color:#acd5a3;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}
.thanks-text {
    font-size: 20px;
	padding-top: 20px;
    color:#000;
    text-align: center;
}
label.error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom:0px;
    left:35px;
    text-transform: uppercase;
}