@font-face {
    font-family: oswald-regular;
    src: url('/common/v1/fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: montserrat-medium;
    src: url('/common/v1/fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: montserrat-bold;
    src: url('/common/v1/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/common/v1/fonts/glyphicons-halflings-regular.eot');
    src: url('/common/v1/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('/common/v1/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/common/v1/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/common/v1/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


/*object hidden pre-animation*/
.animation-element {
    opacity: 0;
    position: relative;
}

/*animations slids in from the left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-300px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-up {
    opacity: 0;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
}

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

body {
    font-family: montserrat-medium;
	background: #fff;
    overflow-x: hidden;
    padding-top: 53px;
}

li {
    list-style: none;
}

a {
    color: #f2b8b8; 
}

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

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

h1 {
    font-family: montserrat-bold;
    font-weight: 700;
}

p {
    font-family: montserrat-medium;
    font-weight: 400;
}

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

h2, h1 {
    font-weight: bold;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 auto 0 auto;
    padding: 7.5px 5px 7.5px 5px;
}

.h3-wrap {
    height: 50px;
    margin: 0 auto 0 auto;
}

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

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

.margin-top-40 {
    margin-top: 40px !important;
}

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

.margin-40 {
    margin: 40px auto 40px auto !important;
}

.padding-40 {
    padding: 40px 20px 40px 20px !important;
}

.glyphicon {
    font-size: 30px;   
    color: rgba(255,130,130, 1);
}

.glyphicon:hover {
    color: #000;
}

.coupon-button:hover, .glyphicon:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;      
}

.primary-color {
    color: rgba(255,130,130, 1) !important;
 }

.orange-banner, .orange-banner-2 {
    background: #de7500; 
}

.black-banner {
    background: #000;   
    margin-top: -2px;
}

.black-banner h2 {
    font-size: 28px;
    color: #ffffff;
}

.gradient {
    background: rgba(255,130,130, 1);
    background: -moz-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,130,130, 1)), color-stop(100%, rgba(192, 106, 106, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#c06a6a', GradientType=1 );
}

.osw-font {
    font-family: oswald-regular;
}

/*-------------------------------- GRAPH --------------------------------*/
.color-bar {
    padding: 8px 0 8px 0;
}
.color-bar p {
    color: #fff;
    font-size: 5px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;    
}

.low-green {
    background-color: #00CD3E;
}

.low-med-green {
    background-color: #6ECD00;
}

.med-yellow-2 {
    background-color: #FFE200;
}

.med-yellow {
    background-color: #FFCC00;
}

.high-orange-2 {
    background-color: #FFC100;
}

.high-orange {
    background-color: #FF6103;
}

.very-high-red {
    background-color: #FF0000;
}

/* Bar Graph Class */
.barGraph {
    position: relative;
    width: 100%;
    height: auto;
}

.graph {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(96%);
    left: 4%;
}

.graph-barBack {
    border-radius: 2px;
    background: #DAE4EB;
    margin-bottom: 10px;
    margin-left: -40px;
    display: block;
}

.graph-bar {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
    display: block;
    height: 40px;
    width: 0%;
}

.graph-bar:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #297e89;
}

.graph-bar:last-child {
    margin-bottom: 0;
}

.graph-bar:after {
    position: absolute;
    content: attr(data-value);
    display: block;
    font-size: 16px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin-left: 5px;
    left: 100%;
    top: 0;
}

.graph-bar:hover:after {
    display: block;
}

.graph-legend {
    position: absolute;
    margin-right: 10px;
    left: -40px;
    z-index: 99;
}

/*-------------------------------- NAVIGATION --------------------------------*/
.navbar {
    border-radius: 0;
    background: rgba(255,130,130, 1);
    background: -moz-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,130,130, 1)), color-stop(100%, rgba(192, 106, 106, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    background: linear-gradient(45deg, rgba(255,130,130, 1) 0%, rgba(192, 106, 106, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4196', endColorstr='#207ce5', GradientType=1 ); 
    margin-bottom: 0px;
}

.navbar-fixed-top {
    border-color: rgba(255,130,130, 1);
}

.navbar-fixed-top .navbar-toggle {
    background: transparent;
    border: 2px solid #fff;
}

.navbar-fixed-top .navbar-toggle:focus, .navbar-fixed-top .navbar-toggle:hover {
    background: #000;
    border-color: #000;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
    background: #fff;
}

.navi-links {
    font-size: 16px;
    font-weight: bold;
}

.navbar-fixed-top .navbar-nav > li > a {
    color: #fff;    
}

.navbar-fixed-top .navbar-nav > li > a:hover, .navbar-fixed-top .navbar-nav > li > a:focus, .navbar-fixed-top .navbar-nav > li > a:active {
    color: #000;
    background-color: transparent;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

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

/*-------------------------------- CAROUSEL --------------------------------*/
.item img {
    width: 100%;
}

video {
    width: 100%;
    margin-bottom: -4px;
}

.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 {
    font-weight: bold;
    margin: 0 0 0 20px;
}

.carousel-indicators {
    display: none;    
}

/*-------------------------------- PAGE --------------------------------*/
.parallax-window {
    min-height: 25%; 
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-logo {
    background: rgba(0,0,0,.5);    
    border-radius: 20px;
    padding-bottom: 15px;
}

.logo-container {
    padding: 15% 0 10%;
}

.logo {
    max-width: 100%; /* Make the logo responsive */
    height: auto;   
}

.btn-primary {
    margin-top: 30px; 
    border: 3px solid #000000;
    border-radius: 20px;
    background-color: rgba(255,130,130, 1);
    width: 100%;
    max-width: 400px; 
    box-shadow: 1px 2px 4px 0px #000000;
}

.btn-primary:hover, .btn-primary:focus {
    border: 3px solid #ffffff !important;
    background-color: #297e89 !important;
    
}

.btn-primary p {     
    margin: 0;
    white-space: normal;
    color: #ffffff;
}

.date-time h2, .location-info h3, .location-info h2, .slider-info p {
    color: #ffffff;    
}

.date-h2 {
    font-family: oswald-regular;
    font-size: 28px;
    letter-spacing: 1.5px;
}

.location-box {
    overflow: hidden;   
    margin: 0 auto;    
    padding: 0 0 40px 0;
    max-width: 100%;
}

.g-maps-box {
    width: 100%;
    margin: 0;
    padding: 0;
}

.google-maps {
    width: 100%;
    border: 1px solid #dddddd;
}

.location-info {
    width: 100%;
    margin: 0;
    padding: 40px 0;    
    background-color: rgba(255,130,130, 1);
}

.location-info h3 {
    font-size: 25px;
}

.location-info h2 {
    font-size: 40px;
    margin-top: 10px;
}

.location-info p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.about-img-box {
    padding: 10px;
    margin-bottom: 40px;
}    

.about-img-box img, .about-img-box video {
    border-radius: 20px;
    border: 0;
}

.about-img-box h2 {
    color: rgba(255,130,130, 1);
    text-align: left;
    text-shadow: 1px #000;
}    

.para-img-box {
    margin-top: 10px;        
}

.about-img {
    width: 100%;
}

.show-info {
    display: none;
}

.show-info-text {
    display: block;
    margin-bottom: 20px;
}

.show-info-text h2 {
    font-size: 50px;
    color: rgba(255,130,130, 1);
}

.show-info-text h3 {
    font-size: 40px; 
    color: rgba(255,130,130, 1); 
}

.show-info-text p {
    font-size: 30px;
    font-weight: bold;
}

.band-banner {
    padding: 10px 0 10px 0;
}

.band-banner p {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.over-img-h1 {
    font-family: oswald-regular;
    font-size: 28px;
    letter-spacing: 1.5px;
}

.info-container h1, .info-container p {
    color: #000;
}

.info-container h2, .ss-benefits h3, .coup-info h3 {
    color: rgba(255,130,130, 1);  
    text-align: left; 
    text-shadow: 1px #000;
    margin-top: 0;
}

.ss-benefits h3, .coup-info h3 { 
    font-size: 24px;
}

.box-wrap {
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

.box-wrap p, .display-text, .coupon-button h2 {
    font-size: 20px;
}

.img-box {
    margin-bottom: 20px; 
}

.img-box-news {
    margin: 20px 0 0 0;
    text-align: left;
}

.img-box-wrap img, .h3-wrap {
    max-width: 300px; 
    width: 100%;
}

.coupon-box form, .coupon-info div {
    margin-top: 20px;
}

.coupon-box h2 {
    font-family: oswald-regular;  
}

.orange-banner h2 {
    font-size: 40px;    
}    

.coupon-button {
    padding: 20px;
    border: 0;
    background: #c33;
}

.coupon-button:hover {
    background: #000; 
}

.coupon-button h2 {
    color: #fff; 
}

.coupon-info {
    background-color: rgba(255,130,130, 1);
    min-height: 300px;
}

.maxed-coupon-info {
    max-width: 600px;
}

.coupon-info h1 {
    color: #fff;
    font-family: oswald-regular;
    font-size: 40px; 
    margin-top: 0;
}

.coupon-info p {
    color: #fff;
    font-size: 16px;
}

.disclaimer {
    font-size: 14px !important;
}

.move-top-container {
    text-align: center;
}

.lower-text p {
    font-size: 50px !important;
}

.margin-ss-20 {
    margin-bottom: 40px;
}

.panel-heading {
    background-color: #fafafa;
}

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

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

.submit-button .glyphicon {
    font-size: 20px;
}

.submit-button {
    width: 100px;
    height: 50px;
    font-size: 16px;
    color: #000;
}

.submit-button:hover {
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

.hot-tub-bg {
    background-color: #E0DEDC;
    padding-bottom: 40px;   
}

.cold-tub-bg {
    background-color: #d5dce0;    
}

.thanks-h1 h1 {
    font-size: 32px;
}

/*-------------------------------- MEDIA QUERY --------------------------------*/
 @media (min-width: 300px) {
    .color-bar p {
        font-size: 8px;
    }    
}

@media (min-width: 400px) {
    .main-logo {
        max-width: 250px; 
    }    

    .color-bar p {
        font-size: 12px;
    }               
}

@media (min-width: 500px) {
    .color-bar p {
        font-size: 14px;
    }             
}
@media (min-width: 660px) {
    .parallax-window {
        min-height: 30%;
    }               
}

@media (min-width: 768px) {
    .parallax-window {
        background-attachment: scroll;
    }

    .logo-container {
        padding-top: 15%; 
    }   

    .navbar-collapse {
        margin-top: 0;
    }
    
    .navbar-nav {
        margin-top: 5px;    
    }     

    .show-info {
        display: block;
    }

    .show-info-text {
        display: none;
    }   

    .band-banner {
        padding: 30px 0 30px 0;
    }

    .over-img-h1 {
        font-size: 30px;
    }      

    .band-banner p, .display-text, .coupon-button h2 {
        font-size: 25px;
    }    

    .img-box {
        margin-bottom: 0; 
    }

    .img-box-news {
        text-align: left;
    }

    .carousel-indicators {
        display: block;
        margin-bottom: 60px;    
    }  

    .slider-info {
        padding: 20px 0 20px 0;
    }    

    .ss-space {
        margin-bottom: 40px;
    }   

    .margin-ss-20 {
        margin-bottom: 0;
    }   

    .orange-banner h2, .thanks-h1 h1 {
        font-size: 45px;    
    }    

    .coupon-pull {
        float: right;
    }

    .coupon-info {
        min-height: 600px;
    }    

    .coupon-info h1 {
        font-size: 44px; 
        margin-top: 0;
    }

    .coupon-info p, .color-bar p {
        font-size: 18px;
    } 

    .coupon-h2 {
        font-size: 44px;
    }              
}

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

    .parallax-window {
        min-height: 35%; 
    }

    .band-banner p, .display-text, .coupon-button h2 {
        font-size: 30px;
    }    

    .location-box {  
        padding: 60px 0;
        max-width: 992px;
    }

    .g-maps-box {
        max-width: 466px;
        margin: 10px;
    }

    .google-maps {
        border-radius: 20px;
    }

    .location-info {
        max-width: 466px;
        margin: 10px;  
        border-radius: 20px; 
        padding: 60px 0 60px 0;
    }  

    .over-img-h1 {
        font-size: 35px;
    }       

    .coupon-info h1 {
        font-size: 50px; 
        margin-top: 0;
    }

    .coupon-info p {
        font-size: 20px;
    } 

    .coupon-box form, .coupon-info div {
        margin-top: 30px;
    }

    .thanks-h1 h1 {
        font-size: 50px;
    }               
}

@media (min-width: 1200px) {
    .parallax-window {
        min-height: 40%; 
    }

    .location-box {  
        padding: 80px 0;
        max-width: 1180px;
    }

    .g-maps-box {
        max-width: 570px;
        margin: 10px;
    }

    .google-maps {
        border-radius: 20px;
    }

    .location-info {
        max-width: 570px;
        margin: 10px;  
        border-radius: 20px; 
        padding: 80px 0 80px 0;
    }   

    .over-img-h1 {
        font-size: 40px;
    }       

    .coupon-info h1 {
        font-size: 54px; 
        margin-top: 0;
    }

    .coupon-info p {
        font-size: 22px;
    } 

    .coupon-box form, .coupon-info div {
        margin-top: 60px;
    }           
}

@media (min-width: 1440px) {
    .main-logo {
        max-width: 500px; 
    }

    .location-box {  
        padding: 100px 0;
    }

    .over-img-h1 {
        font-size: 45px;
    }  

    .coupon-info h1 {
        font-size: 60px; 
        margin-top: 0;
    }

    .coupon-info p {
        font-size: 24px;
    }   

    .orange-banner h2 {
        font-size: 50px;    
    }              
}

@media (min-width: 1557px) { 
    .parallax-window {
        min-height: 45%; 
    }
}