/*HOT FIX: TOGGLE MOBILE UP TO 770px*/
@media (max-width: 770px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav >li {
        float: none;
    }
    .navbar-nav >li >a {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .collapse.in {
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}

/*-------------------------------- GENERAL --------------------------------*/
@font-face {
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons-halflings-regular.eot);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src:url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src:url('../fonts/Montserrat-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;
}

a, a:hover, a:link {
    text-decoration: none;
}

a, a:hover, a:active {
    outline: none;
}

p {
    font-family: 'Montserrat-Regular';    
    font-size: 16px;
}

h1 {
    color: #659dbd;
    font-size: 25px;
}

h2, h3, h4 {
    color: #659dbd;    
}

h1, h2, h3, h4 {
    font-family: 'Montserrat-SemiBold';  
    text-transform: uppercase;  
}

.underline {
    text-decoration: underline;
}

.zero-margin {
    margin: 0 !important;
}

.zero-padding {
    padding: 0 !important;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-full {
    margin-top: 50px;
    margin-bottom: 50px;
}

.wrap {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px 0 30px;
}

.bg-color-1 {
    background-color: #659dbd;
}

.ht-banner {
    background: url('http://hottubsandswimspas.com/img/ht-banner.jpg') no-repeat; 
}

.ss-banner {
    background: url('http://hottubsandswimspas.com/img/ss-banner.jpg') no-repeat; 
}

.contact-banner {
    background: url('http://hottubsandswimspas.com/img/contact-banner.jpg') no-repeat; 
}

.ss-banner, .ht-banner, .contact-banner {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;  
    padding-bottom: 40%;
    margin-top: 50px;
}

.contact-banner {
    background-position: 0 0 !important;    
}

.store-link {
    color: #659dbd !important;
}

.store-link:hover {
    color: #fff !important;
}

/*-------------------------------- NAVIGATION --------------------------------*/
nav a {
    font-family: 'Montserrat-SemiBold';     
}

.navbar {
    background-color: #000;
    border-color: #000;
}   

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    border: 2px solid #fff;  
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #659dbd;  
    border: 2px solid #fff;  
}

.navi-wrap {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;    
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {     
    color: #fff;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {     
    color: #659dbd;
    text-shadow: none;
} 

/*-------------------------------- FOOTER --------------------------------*/
.footer-box-top {
    background-color: #333;
}

.footer-info p, .copyright {
    color: #fff;
}

.glyphicon-triangle-top {
    color: #659dbd;
    font-size: 30px;
}

.glyphicon-triangle-top:hover {
    color: #fff;
}

.logo-footer {
    margin-top: 20px;
}

.footer-box-bottom {
    background-color: #000;
}

/*-------------------------------- HOME --------------------------------*/
.home-carousel {
    margin-top: 51px;
}

.item img {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    color: #fff;
    background: none;
    z-index: 49;
}

.slider-info {
    position: absolute;
    bottom: 0%;
    z-index: 50;
    width: 100%;
    padding: 10px 0 10px 0;
    background: rgba(0, 0, 0, 0.4);    
}

.slider-info p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 25px;
}

.featured-ss-box {
    margin-top: 50px;
}

.home-featured-list li {
    font-size: 16px;
    padding: 5px;
}

/*-------------------------------- CONTACT US --------------------------------*/
.form-wrap {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

textarea {
    min-height: 200px;
    max-height: 400px;
    width: 100%;
    min-width: 200px;
    max-width: 992px;
}

.input-length-400 {
    max-width: 400px;
}

.input-length-200 {
    max-width: 200px;
}

/*-------------------------------- PRODUCT PAGES --------------------------------*/
.product-wrap {
    margin-top: 50px;
}

.tumb-wrap {
    padding: 0 10px 0 10px;
    margin-bottom: 35px;
    height: 370px;
}

.item-thumb, .item-thumb-spa {
    text-align: center;
    border: none;
    margin-bottom: 0;
}

.item-thumb h3, .item-thumb-spa h3 {
    margin-top: 0;
}

.item-thumb img {
    margin-bottom: 11px;
    height: 168px;
    width: 170px;
}

.table-wrap, .table-wrap-spa {
    max-width: 300px;
    margin: 0 auto 0 auto;
}

.table h3 {
    margin-top: 50px;
}

.table-wrap p, .table-wrap-spa p {
    text-align: left;
}

.product-img-wraping {
    max-width: 496px;
    margin: 0 auto 0 auto;
}

.product-img-wraping img {
    max-height: 500px;
}

.video-box video {
    width: 100%;
    margin: 0 auto 20px auto;
}

.top-margin-list {
    margin-top: 7.5px;
}

.tumb-wrap-spa {
    padding: 0 10px 0 10px;
    margin-bottom: 11px;
    height: 370px;
}

.item-thumb-spa img {
    margin-bottom: 11px;
    height: 152px;
    width: 275px;
}

.caption p {
   height: 95px;
}

.ht-table {
    float: left;
}

.color-options {
    list-style: none; 
    float: left;
}

.color-options li {
    display: inline-block;
    padding: 20px;
}

.color-options li p {
    font-size: 14px;
    font-weight: bold;
}

/*-------------------------------- MEDIA QUERY --------------------------------*/
@media (min-width: 768px) {
    p {
        font-size: 17px;
    }

    h1 {
        font-size: 30px;
    }  

    .home-carousel {
        margin-top: 0;
    }      

    .slider-info p {
        font-size: 25px;
    }

    .featured-ss-box {
        margin-top: 0;
    }  

   .item-thumb img, .item-thumb-spa img {
        margin: 0 0 11px 0;
    }
    
    .item-thumb, .item-thumb-spa {
        text-align: left;
    } 
    
    .swim-table h3, .ht-table h3 {
        margin-top: 20px;    
    }    
    
    .product-img-wraping, .product-img-wraping2  {
        max-width: 100%;
    }       
}

@media (min-width: 770px) {
    .navbar-fixed-top {
        position: relative !important;
    }     

    .dropdown:hover .dropdown-menu{
        display: block;
        padding: 0;        
    }

    .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
    }

    .navbar-nav {
        margin: 0 10px 0 0;
        float: right;
    }

    .navbar-collapse {
        background-color: transparent; 
    } 

    .ss-banner, .ht-banner, .contact-banner {
        padding-bottom: 20%;
        margin-top: 0;
    }     
}

@media (min-width: 800px) {
    .caption p {
       height: 75px;
    }
    
    .caption2 p {
       height: 85px;
    }
    
    .caption3 p {
       height: 105px;
    }
}      

@media (min-width: 992px) {
    p {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
    }       

    .slider-info p {
        font-size: 30px;
    }
}    

@media (min-width: 1200px) {
    .slider-info p {
        font-size: 40px;
    }

}  

@media (min-width: 2560px) {
    h1 {
        font-size: 50px;
    } 
}     