/* Navbar */
#navbar .logo {
    float: none;
    text-align: center;
}

#navbar ul,
#navbar ul li {
    float: none;

}

#navbar ul li a {
    padding: 5px;
    border-bottom: #444 dotted 1px
}


/* Showcase */
#showcase {
    height: 450px;
}

#showcase .showcase-content {
    padding-top: 60px;
}

#showcase .showcase-content h1 {
    font-size: 40px;
}





/* Home Info */
#home-info {
    height: 400px;
}

#home-info .info-img {
    display: none;
}


#home-info .info-content {

    float: none;
    width: 100%;
}



/* Boxes */
.box {
    text-align: center;
    float: none;
    width: 100%;
    overflow: hidden;
    padding: 40px;
}

.box i {
    margin-bottom: 10px;
}

.box:hover {
    color: #000;
    background-color: #f4f4f4;
}




/* About Info */

#about-info {
    padding: 40px 0;
}

#about-info .info-right,
#about-info .info-left {
    float: none;
    width: 100%;
}

#about-info .info-right img {
    margin-top: 30px;
}

#about-info .info-right img {
    border-radius: 15px;
}

.l-heading {
    text-align: center;
    line-height: 1.2;
}







/* Testimonials */
#testimonials {
    background: url("../img/test-bg.jpg") no-repeat center center/cover;
    padding-top: 35px;
}

#testimonials .testimonial {
    padding: 8px;

}

#testimonials .testimonial img {
    width: 33.3%;
}




/* Contact Form */
#contact-form label {
    display: block;
    margin-bottom: 5px;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
    border-radius: 5px;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border-color: #f7c08a;
    border-width: 2px;
    outline: none;

}



/* Contact */
#contact-info .box {
    border-bottom: #444 dotted 1px;
}