/*HOT FIX: TOGGLE MOBILE UP TO 875px*/
@media (max-width: 875px) {
    .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;
}

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

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

.padding-60 {
    padding: 30px 0 30px 0;
}

.double-break-top, .margin-top-img {
    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 {
    color: #fff;
    font-weight: bold;
    background-color: #276C9F; 
}

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

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

h3 {
    font-size: 18px;
}

.primary {
    color: #276C9F;
    font-weight: bold;
}

/*-------------------------------- NAVIGATION --------------------------------*/
.main-banner {
    width: 100%;
    max-width: 1920px;
    display: none;
}

.main-banner-m {
    width: 100%;
    max-width: 500px;
    display: block;
}

.navbar {
    background-color: #fff;
    padding: 20px 0;
    border: 0;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

.logo {
    max-width: 180px;
    width: 100%;
}

.navbar-default .navbar-nav > .open > a {
    color: #000;
}

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

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

.navbar ul li {
    text-transform: capitalize;   
}
.dropdown-menu {
    background-color: #fff;    
}

.dropdown-menu-main li {
    padding-left: 5px;
    background-color: #fff;
}

.dropdown-main-2 li {
    padding-left: 20px;
    background-color: #fff;
}

/*-------------------------------- FOOTER --------------------------------*/
.green-egg-banner {
    background-color: #fff;
    padding: 10px 0 10px 0;
}

.green-egg-mobile-img {
    display: block;
    width: 100%;
}

.green-egg-img {
    display: none;
}

footer {
    background: #215D89;
}

footer, footer p, footer h2 {
    color: #fff;
}

footer h2 {
    text-align: center;
    margin: 15px auto 15px auto; 
}

footer ul, .footer-locations {
    text-align: center;
}

.move-top {
    max-height: 57px;
    font-size: 25px;
    background: #000;
    padding: 11px 0 11px 0;
}

.facebok-icon-box {
    max-height: 57px;
    background: #000;
    padding: 15px 0 15px 0;
}

.footer-wrap {
    margin-bottom: 20px;
}

.copyright {
    background: #fff;
    padding: 10px 0 10px 0;
}

.copyright p {
    margin-top: 5px;
    color: #000;
}

/*-------------------------------- HOME --------------------------------*/
.home-carousel {
    padding: 20px;
}

.carousel-inner {
    border-radius: 20px;
}

.item img {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    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: 22px;
    font-weight: bold;
    margin: 0 0 0 25px;
}

.news-box p {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.news-box button {
    width: 125px;
    display: block;
    margin: 0 auto 20px auto;
}

.news-box img, .news-box button {
    border-radius: 20px;
}

.cert-img {
    max-width: 150px;
}

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

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

/*-------------------------------- PRODUCTS --------------------------------*/
.measure-1-ul {
    padding: 0;
}   
    
.space-ul li {
    margin-bottom: 5px; 	
}

.letter-li {
    width: 21px;
    height: 20px;
    margin-top: 2px;
    margin-right: 5px;
}

.radius-img-box {
    margin-top: 40px;
}

.pool-box h3 {
    text-align: center;
}

.pool-box img:hover, .hover-img-effect:hover {
    opacity: 0.7;
}

.pools {
    min-width: 200px;    
    max-width: 290px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.acordian-arrow .glyphicon-triangle-bottom {
    font-size: 30px;
}

.door-break-top {
    margin-top: 0;
}

.large-btn {
    font-size: 18px;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;    
}

.patio-present-slider {
    width: 300px;
    height: 245px;
    max-width: 100%;
    border: 0;
}

.privacy-style img {
    cursor: pointer;
    min-height: 120px;
}

.privacy-style h4 {
    font-size: 14px;
}

.privacy_glass_img, .internal_blinds_img {
    margin-bottom: 20px;
}

.close {
    font-size: 50px;
    color: #276C9F;
    opacity: 1;
}

.close:hover {
    color: #ccc;
    opacity: 1;
}

.alpha-on > li {
    list-style: upper-alpha;
    margin-bottom: 10px;
}

.nummber-on > li {
    list-style: decimal;
    margin-bottom: 10px;
}

.modal-content, .modal-content {
    box-shadow: none;
}

.modal-content, .modal-header {
    background-color: transparent;
    border: 0;
}

.tint-options-h4 {
    height: 40px;
}

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

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

.deck-img {
    margin-bottom: 40px;
}

.notice-red {
    font-size: 18px;
    font-weight: bold;
    color: firebrick;
    text-align: center;
    text-decoration: underline;
}

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

.tumb-wrap {
    padding: 0 10px 0 10px;
    margin-bottom: 11px;
    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;
}

.force-config-img {
    max-height: 320px; 
}

.hover-border-effect {
    border: 7.5px solid #276C9F;
    cursor: pointer;
}

.hover-border-effect:hover {
    border-color: #000;
}

.full-img {
    width: 100%;
}

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

/*-------------------------------- REVIEWS --------------------------------*/
.review-button-box {
    margin-bottom: 20px;
}

.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: 400px;
    border: 0;
}

.contact-info-section {
    margin-bottom: 20px;
}

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

    .margin-bottom-60 {
        margin-bottom: 40px;
    }

    .margin-60 {
        margin: 40px auto 40px auto;
    }
    
    .patio-present-slider {
        width: 420px;
        height: 343px;
    }    
}

@media (min-width: 768px) { 
    .main-banner {
        display: block;
    }

    .main-banner-m {
        display: none;
    }    
    
    .h1-tag {
        font-size: 30px;
    }
    
    h3 {
        font-size: 22px;
    } 
    
    .padding-60 {
        padding: 60px 0 60px 0;
    }
    
    .margin-top-60 {
        margin-top: 60px;
    }

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

    .margin-60 {
        margin: 60px auto 60px auto;
    }  
    
    .news-box p {
        text-align: left;
        height: 46px;
    }    
    
    .news-box button, .contact-info-section {
        float: left;
        margin-bottom: 0;
    }
    
    .tube-vid {
        height: 400px;    
    }
    
    .margin-top-img {
        margin: 0;
    }
    
    .measure-1-ul  {
        padding-top: 4%;
        padding-left: 30px;
    }  
    
    .door-break-top {
        margin-top: 40px;
    }

    .large-btn {
        font-size: 22px;
    }
    
    .patio-door-spec {
        height: 180px;
    } 
    
    .patio-door-spec2 {
        height: 225px;
    }    
    
    .window-sepc1 {
        height: 210px;   
    }     

    .patio-present-slider {
        width: 768px;
        height: 627px;
    }      
    
    .radius-img-box {
        margin-top: 0;
    } 
    
    .mobile-button-margin {
        margin-bottom: 0;
    }    
    
    .deck-img-2 {
        margin-top: 4.159%;
    }    

    footer ul, .footer-locations, footer h2 {
        text-align: left;
    }  
    
    .green-egg-banner {
        background-color: #999;
    }

    .green-egg-mobile-img {
        display: none;
    }

    .green-egg-img {
        display: block;
    }  
    
   .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%;
    } 
    
    .space-breaker {
        height: 155px;
    } 

    .modal-content-2, .modal-dialog-2 {
        width: 720px;
    }             
}

@media (min-width: 800px) {
    .caption p {
       height: 75px;
    }
    
    .caption2 p {
       height: 85px;
    }
    
    .space-breaker {
        height: 175px;
    }      
}
    
@media (min-width: 875px) {
    .navi-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-main:hover .dropdown-menu-main, .dropdown-main-2:hover .dropdown-menu-main-2 {
        display: block;
    }
    
    .dropdown-menu-main li, .dropdown-main-2 li {
        padding-left: 0;
    }

    .dropdown-menu-main li a, .dropdown-main-2 li a {
        font-size: 14px;
    } 

    .dropdown-menu-main-2 {
        position: absolute;
        left: 100% !important;
        margin-top: -18.75%;
        top: auto;
        width: 100%;
    }
    
    .add-with-ul {
        width: 300px;
    }
    
    .navbar-nav .dropdown-menu .caret {
	   transform: rotate(-90deg);
    } 
    
    .tube-vid {
        height: 500px; 
    }    
    
    .privacy-style h4 {
        font-size: 18px;
    }       

    .space-breaker {
        height: 195px;
    }      
    
    .slider-info p { {
        font-size: 35px;
    }     
}
       
@media (min-width: 992px) {
    .dropdown-menu-main li a, .dropdown-main-2 li a {
        font-size: 16px;
    } 

    p, li {
        font-size: 18px;
    }

    .bars {
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
    }   
    
    .large-btn {
        font-size: 25px;
    }
    
    .pool-box h3 {
        text-align: left;
    } 
    
    .space-breaker {
        height: 210px;
    }   

    .modal-content-2, .modal-dialog-2 {
        width: 900px;
    }       
}

@media (min-width: 1200px) {
    .dropdown-menu-main li a, .dropdown-main-2 li a {
        font-size: 18px;
    } 

    .slider-info p {
        font-size: 45px;
    }
    
    .h1-tag {
        font-size: 40px;
    } 
    
    h3 {
        font-size: 28px;
    }   
    
    .patio-present-slider {
        width: 952px;
        height: 776px;
    }  

    .modal-content-2, .modal-dialog-2 {
        width: 1000px;
    }      
}