/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px;
}
.hero-spacer {
    margin-top: 10px;
}
.hero-feature {
    margin-bottom: 10px;
}
.header-section{
    text-align: center;
}
.product-section{
    padding: 15px;
}
.price-of-product{
    margin-top: 20px;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.testimonial-section{
    margin-bottom: 20px;
    padding: 0 15px 15px;
}
li.dropdown{
    cursor: pointer;
}
.testimonial-section.thumbnail p {
    font-size: 16px;
}
.footer-link a {
    line-height: 26px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 388px;
}
input[type="image"] {
    width: 100px;
}
header.jumbotron.hero-spacer {
    margin-bottom: 0;
}
.header-contact-number span {
    color: #9d9d9d;
    padding: 15px 0;
    line-height: 20px;
    display: block;
}
.header-contact-number span a {
    color: #9d9d9d;
}
.call-us-section a{
    color: #333;
}
.video-section{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}
form.navbar-form input {
    margin: 8px 0;
}
.footer-link {
    padding: 15px;
}
.footer-copyright {
    padding-top: 14px;
}
.paypal-section{
    padding: 12px 0;
}
.no-margin-bottom{
    margin-bottom: 0;
}

/*.google-maps {*/
    /*position: relative;*/
    /*padding-bottom: 75%;*/
    /*height: 0;*/
    /*overflow: hidden;*/
/*}*/
/*.google-maps iframe {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100% !important;*/
    /*height: 100% !important;*/
/*}*/
.video-section iframe{
    width: 100%;
}

@media (max-width: 479px){
    .jumbotron p{
        font-size: 16px;
    }
    input[type="image"] {
        width: 87px;
    }
    .thumbnail.product-section h2 {
        font-size: 24px;
    }
    .header-section h1 {
        font-size: 26px;
    }
    .add-to-cart-content p {
        font-weight: bold;
    }
    .header-section h2 {
        font-size: 20px;
    }
    .call-us-section h4 {
        font-size: 15px;
    }
    .video-section h2 {
        font-size: 24px;
    }
    .testimonial-section h2 {
        font-size: 24px;
    }
    input.search-input {
        width: 100%;
    }

}
@media (max-width: 767px){
    .header-section {
        margin-top: 0;
    }
    img.product-main-image {
        width: 100%;
    }
    .header-contact-number span{
        padding-left:15px; 
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .container.header-section {
       margin-top: 90px;
    }
    .jumbotron .h1, .jumbotron h1 {
       font-size: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .nav>li>a {
        padding: 10px 8px;
    }
    .header-contact-number span{
        padding: 10px 0;
    }
    .header-section {
       text-align: center;
        margin-top: 25px;
    }
}

@media (max-height: 640px){
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 280px;
        overflow-y: auto;
    }
}

