.row {
    margin-left: 0;
    margin-right: 0;
}

.container-1{
    background-color: #000;
}
.container-1 .navbar-nav li a{
    background-color: rgb(199, 177, 174);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-1 .navbar {
    margin-top: 10px;
}
.container-1 .navbar-nav li a:hover{
    background-color: rgb(230, 177, 178);
    border-color: rgb(255, 255, 255);
}
.container-1 .navbar-nav li .active{
    background-color: rgb(230, 177, 178);
    border-color: rgb(255, 255, 255);
}
.header{
    background-color: #000;
    padding-bottom: 30px;
        text-align: center;
}
.design-section{
    background-color: #000;
    padding: 0;
}
.content-section .container{
        border-top: #979797 5px solid;
    border-bottom: #979797ff 5px solid;
    padding: 40px 0px;
}
.content-section{
    background-color: #000;
    padding: 50px 15px 20px;
    min-height: 370px;
}
.content-section p{
    font-family: Tahoma;
    color: #979797;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
}
.footer-section{
    background-color: #000;
    text-align: center;
    padding: 15px;
}
.footer-section .footertext{
    font-family: Tahoma;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 15px 0px 0px;
}
.footer-section .footertext a:hover{
    color: #ffffff;
    text-decoration: none;
}
.privacy-policy {
    border: 2px solid #c7c7c7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.inner-content-section{
    background-color: #000;
}
.inner-content-section h1{
    font-family: Tahoma;
    font-size: 48px;
    line-height: 1.2em;
    color: rgb(151, 151, 151);
        text-align: center;
    padding-bottom: 20px;
}
.inner-content-section h2{
    font-family: Tahoma;
    font-size: 32px;
    line-height: 1.2em;
    color: rgb(151, 151, 151);
}
.inner-content-section .sub-head{
    font-family: Tahoma;
    line-height: 40px;
    font-size: 32px;
    color: rgb(151, 151, 151);
    margin-bottom: 30px;
}
.inner-content-section p{
    font-family: Tahoma;
    line-height: 1.3em;
    font-size: 18px;
    color: rgb(151, 151, 151);
}
.inner-content-section ul li{
    font-family: Tahoma;
    line-height: 1.3em;
    font-size: 18px;
    color: rgb(151, 151, 151);
}
.inner-content-section .img-div1 img{
    max-width: 100%;
}
.inner-content-section .img-div1{
    text-align: center;
}
.inner-content-section .content-row{
    border-top: #979797 5px solid;
    border-bottom: #979797 0px solid;
    padding: 40px 0px;
}
.inner-content-section .spottext {
    font-size: 13px;
    color: rgb(151, 151, 151);
    line-height: 1.2em;
    text-align: center;
}
.inner-content-section .smalltext {
    line-height: 1.2em;
    font-size: 16px;
    color: rgb(151, 151, 151);
}
.inner-content-section .imageModuleWrap #m2174{
    float: left;
    max-width: 60%;
}
.inner-content-section .imageModuleWrap #m3302{
    float: left;
    max-width: 45%;
    height: 417px;
}
.inner-content-section .imageModuleWrap #m1803{
    float: left;
    max-width: 50%;
}
.inner-content-section .imageModuleWrap #m1199{
    max-width: 60%;
    float: left;
    height: 384px;
}
.footer-section .row{
    border-top: #979797 5px solid;
}
.inner-content-section a:hover{
    color: #ffffff;
    text-decoration: none;
}
.list-unstyled li{
    color: #a94442 !important;
}
.inner-content-ul li{
    list-style-type: none;
}
.design-section img{
    max-width: 100%;
}
.home-footer-section .row{
    border-top: 0px;
}
.container {
        width: 1170px;
    }

.img-div1-img{
    max-width: 100% !important;
}
.image{
    max-width: 100%;
}
.img-div2 img, .img-div1 img{
    margin-bottom: 5px;
}
.table-responsive .table>tbody>tr>td {
    padding: 15px 10px;
    vertical-align: center;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-family: Tahoma;
    line-height: 1.3em;
    font-size: 18px;
    color: #979797;
}


/* Mobile */
@media (max-width: 767px) {
.container {
        width: 100%;
        padding: 0px;
    }
    .tap-to-call{
            padding: 10px;
    text-align: center;
    }
    .tap-to-call a i{
        margin-right: 10px;
        color: #fff;
    }
    .tap-to-call a{
        color: #fff;
        font-weight: 600;
    }
    .tap-to-call a:hover{
        color: #e11e1e;
        text-decoration: none;
    }
.navbar-toggle {
    background-color: #979797;
}
.navbar-toggle:focus {
    outline: 0;
    background-color: #e78787;
}
.navbar-brand {
    color: #fff;
}
.navbar-brand:hover {
    color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-img{
        display: none;
    }
    .header img{
        width: 100%;
    }
.footer-section img{
    width: 100%;
}
.inner-content-section .sub-head {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.inner-content-section h2 {
    font-size: 25px;
    line-height: 30px;
}
.inner-content-section img{
    max-width: 100%;
}
.img-div2 img, .img-div1 img{
    margin-bottom: 5px;
}
.inner-content-section h1 {
    font-size: 30px;
    line-height: 1.2em;
    padding-bottom: 5px;
}
.inner-content-section p {
    line-height: 1.3em;
    font-size: 16px;
    margin-bottom: 5px;
}
.privacy-policy ul{
    padding-left: 15px;
}
.inner-content-section ul li {
    font-size: 16px;
}

   
}

/* ios */
@media (max-width: 340px) {
    .privacy-policy ul li a{
   font-size: 14px;
}
.longLink{
    font-size: 14px;
}

}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}

/*tab portrait*/
@media (min-width: 768px) and (max-width: 991px) {
   .container {
        width: 100%;
    }
    .header-img{
        display: none;
    }
.footer-section img{
    width: 100%;
}
.navbar-brand{
    display: none;
}
.inner-content-section .img-div1 {
    text-align: left;
}
.img-div2 img{
    margin-bottom: 5px;
}
.inner-content-section h2 {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.inner-content-section p {
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-content-section .sub-head {
    font-size: 25px;
}
.content-section {
    background-color: #000;
    padding: 50px 15px 20px;
    min-height: 555px;
}



}


/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
   .container {
        width: 100%;
    }
    .tap-to-call{
        display: none;
    }
    .footer-section img{
    width: 100%;
}
.navbar-brand{
    display: none;
}
.inner-content-section .img {
    max-width: 100%;
}
.img-div2 img{
    margin-bottom: 5px;
}
.inner-content-section h2 {
    font-size: 25px;
}
.inner-content-section p {
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-content-section .sub-head {
    font-size: 25px;
}


}

/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {
    .container {
        width: 1170px;
    }
}

/* 1440 resolution */
@media (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1170px;
    }
}

/*Large View*/
@media (min-width: 1600px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1170px;
    }
}

/* ie */
@media all and (-ms-high-contrast:none) {}

/* FireFox */
@-moz-document url-prefix() {}