body,
html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
}


.iconRow img {

    max-height: 100px;
    padding-left: 8%;


}

.iconRow {
    background-color: #fff;


}

.spacerLine {
    border-bottom: 5px solid #8dc63f;
    padding-top: 20px;
    width: 75px;
    margin: 0 auto;
}

.spacer2 {
    height: 20px;
}

#fh5co-projects .fh5co-project-item img {
    margin: 0 auto;
}

#fh5co-features .fh5co-lead {
    text-align: center;
    color: #fff;
}

#fh5co-features {
    background: url(../images/roomPic.jpg);
    overflow-y: hidden;

}

#fh5co-projects {
    margin-top: 30px;
}

.collapsePanelRight {
    background-color: #fff;
    border: 3px solid #8dc63f;
}

#fh5co-features-2 .fh5co-feature .fh5co-text {
    float: right;
    width: 100%;
}

.fh5co-feature-image img {
    max-height: 500px;
}

#fh5co-features .fh5co-feature h3 {
    color: #fff;
}

#fh5co-features .fh5co-feature p {
    color: #999;
}

.modal-backdrop {
    color: transparent !important;
}

#fh5co-features .fh5co-feature {
    cursor: pointer;
}

/* Contact Section */

#contact {
    padding: 120px 0 40px 0;
    background: #f6f6f6;
}

#contact .contact-item {
    padding: 10px;
    margin: 10px;
    height: 100px;
    border-radius: 4px;
}

#contact h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}

#contact form {
    padding: 30px 0;
}

#contact i.fa {
    font-size: 22px;
    color: #0099ff;
    margin-bottom: 10px;
}

#contact .text-danger {
    color: #ff3333;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#contact .btn-default {
    background: #0099ff;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #f6f6f6;
    margin-top: 15px;
    font-size: 15px;
}

#contact .btn-default:hover,
#contact .btn-default:focus {
    color: #f6f6f6;
    background: #a13e1a;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

#contact .social ul {
    margin-top: 30px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 24px;
    padding-top: 8px;
    color: #cf5022;
    border-radius: 4px;
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #a13e1a;
}

.carousel-caption {
    text-align: right;


}

.carousel-inner img {
    background-size: cover;
}

.carousel-caption h2 {
    font-size: 3.0em;
    font-weight: 300;
    color: #fff;

}

/*********************************************************marketPage***********************************/
#marketPage h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#marketPage h4 {
    border-bottom: 2px solid #8dc63f;
    max-width: ;
}

#marketPage {
    max-width: 800px;
}

.spacer {
    height: 50px;
}

.bigBox {
    text-align: center;
    background-color: #0099ff;
    height: 70px;
}

.bigBox h4 {
    color: #fff;
    padding-top: 10px;
    border-bottom: 0px !important;
}

.smBox {
    text-align: center;
    background-color: #999;
    border: 1px #fff solid;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    height: 50px;
    line-height: 1.2em;
}

.myDrop {
    background-color: #111;


}

.myDrop li {
    padding: 10px;
}

.copyright {
    text-align: center;
    font-weight: 500;
}

@media (max-width: 768px) {
    .iconRow img {

        max-height: 75px !important;



    }
}

#leadModal {
    text-align: center;

}

.leadModalList {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    align-content: center;
    font-size: 24px;
    padding-left: 0px;
}

.leadModalList li {
    padding-bottom: 20px;
}

.dropdown a {
    color: #fff !important;
}
