/*HOT FIX: TOGGLE MOBILE UP TO 875px*/
@media (max-width: 1030px) {
    .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');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html, body {
    height: 100%;
    width: 100%;
}

body {
	background: #fff;
}

li {
    list-style: none;
}

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

.underline {
    text-decoration: underline;
}

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

h1, h2, p {
    color: #000;
}

p, li {
    font-size: 16px;
    margin-bottom: 0;
}

h2, h1 {
    font-weight: bold;
}

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

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

.margin-top-60 {
    margin-top: 30px;
}

.double-break-top {
    margin: 40px 0 0 0;
}

.cap-wrap {
    max-width: 992px;
    width: 100%;
}

button:focus {
    outline: none;
}

button {
    font-weight: bold;
    font-size: 12px;
}

button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;        
}

.btn, .btn2 {
    color: #fff;
    font-weight: bold;
    background-color: #0072bf; 
    border-radius: 0;
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

.btn2:hover {
    background-color: #000;
    color: #fff;      
}

.h1-tag {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.move-top span {
    font-size: 22px;
}

.h1-banner {
    background-color: #0072bf;
    padding: 20px 0 20px 0;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.primary {
    color: #0072bf;
    font-weight: bold;
}

.mobile-button-margin {
    margin-bottom: 20px;
}

.margin-panel {
    margin-bottom: 40px !important;
}

.ul-disc-on li, .product-spec-ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.tube-vid {
    width: 100%;
    height: 540px; 
    border: 0;    
}

.event-btn {
    padding: 25px;
    font-size: 18px;
}

/*-------------------------------- NAVIGATION --------------------------------*/
.main-header, .copyright {
    background-color: #000;
    padding: 20px 0 20px 0;
}

.store-button button {
    float: right;
}

.navbar {
    background-color: rgba(0, 114, 191, 0.7);
    border: 0;
}

.navbar-default .navbar-collapse {
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #555;
    background-color: #eee;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    border: 0;
    padding: 0;
}

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

.navbar-nav {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0px -15px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #555;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*-------------------------------- FOOTER --------------------------------*/
.move-top span, footer p, footer ul li a, .copyright div p, .footer-link {
    color: #fff;
}

.footer-link:hover {
    color: #0072bf;
}

.move-top span:hover {
    color: #555;
}

footer {
    padding: 20px 0 20px 0;
    background-color: #808080;
}

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

footer ul li {
    text-align: center;
    padding: 7.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.footer-nav-border {
    border-bottom: 1px solid #000;    
}

.panel {
    max-width: 170px;
    margin: 0 auto 0 auto;
    border-radius: 0;
    font-weight: bold;
}

.copyright div p {
    margin-top: 6.075px;
}

.temp-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto    
}

/*-------------------------------- HOME --------------------------------*/
.home-carousel, .banner-carousel {
    margin-top: 75px;
}

.home-carousel img, .banner-carousel img {
    width: 100%;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.glyphicon-chevron-left, .glyphicon-chevron-right {
    color: #0072bf;
}

.home-ht-img {
    border: 10px solid #fff;
    width: 100%
}

.home-ht-img:hover {
    border: 10px solid #0072bf;
}

/*-------------------------------- PRODUCTS --------------------------------*/
.product-wrap {
    margin-top: 60px;
}

.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, {
    text-decoration: underline;
    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: 40px;
}

.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, .product-img-wraping2 {
    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;
}

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

.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;
}

/*--------------------------------  CUSTOMER SERVICE --------------------------------*/
.customer-service-ul li {
    list-style: square;
    margin-bottom: 5px;
}

.form-wrap {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 0 20px;
}

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

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

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

/*-------------------------------- TESTIMONIALS --------------------------------*/
.custom-hr {
    border-bottom: 2px solid #ddd;
    margin-top: 40px;
}

blockquote i:before {
  color: #555;
  content: open-quote;
  font-size: 70px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote i:after {
  color: #555;
  content: close-quote;
  font-size: 70px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.55em;
}

/*-------------------------------- CONTACTS --------------------------------*/
.google-maps {
    width: 100%;
    height: 300px;
    border: 0;
}

/*-------------------------------- MEDIA QUERY --------------------------------*/
@media (min-width: 420px) {     
    .margin-top-60 {
        margin-top: 40px;
    }

    .event-btn {
        font-size: 22px;
    }    
}

@media (min-width: 768px) {
    .footer-nav {
        display: inline-block;
        float: none;
        text-align: center;
        margin-top: 0;
    }

    footer ul li {
        float: left;
    }    
    
    .h1-tag, .move-top span {
        font-size: 30px;
    }
    
    .h1-banner {
        padding: 35px 0 35px 0;
    }    
    
    h3 {
        font-size: 28px;
    } 
    
    p, li {
        font-size: 17px;
    }
    
    .margin-top-60 {
        margin-top: 60px;
    }

    .mobile-button-margin {
        margin-bottom: 0;
    }

    .temp-center-block {
        display: inherit;
        margin: auto;
    }  
    
   .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%;
    } 

    .event-btn {
        font-size: 30px;
    }        
}

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

    .event-btn {
        font-size: 34px;
    }        
}
    
@media (min-width: 992px) {
    p, li {
        font-size: 18px;
    }    
}

@media (min-width: 1030px) {
    .dropdown-main:hover {
        display: block;
    }    
    
    .navbar-nav {
        background-color: transparent;
        vertical-align: middle;
    }
    
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }  
 }   

@media (min-width: 1200px) {
    .h1-tag, .move-top span {
        font-size: 40px;
    }
    
    .h1-banner {
        padding: 50px 0 50px 0;
    }        
    
    h3 {
        font-size: 35px;
    }  

    .event-btn {
        font-size: 40px;
    }           
}