/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	margin:0;
	background: #249eba; /* Old browsers */
	background: -moz-linear-gradient(left,  #249eba 0%, #42bdd6 49%, #61a7b7 100%, #249eba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #249eba 0%,#42bdd6 49%,#61a7b7 100%,#249eba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #249eba 0%,#42bdd6 49%,#61a7b7 100%,#249eba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#249eba', endColorstr='#249eba',GradientType=1 ); /* IE6-9 */
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* NAVBAR LOGO */
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  width:201px;
  height:96px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  padding:0;
  margin-top: 5px;
  width:201px;
  height:96px;
}




/* STORE LOCATOR */
#StoreLocator {
	position:relative;
	vertical-align:baseline;
	line-height:10px;
	height:10px;
	overflow:hidden;
}

@media screen and (max-width:990px) {
#StoreLocator {display:none}
}
/* END OF STORE LOCATOR*/


/* HIDE NAVBAR LOGO WHEN MOBILE*/
@media screen and (max-width:990px) {
    .navbar-brand>img {display:none}
}

/* HIDE NEW NAVBAR LOGO WHEN ON DESKTOP*/
@media screen and (min-width:990px) {
    .navbar-brandmobile>img {display:none}
}
/* SHOW NEW NAVBAR LOGO WHEN MOBILE*/
@media screen and (max-width:990px) {
    .navbar-brandmobile>img {
		display:inline-block;
		max-width:100%;
		}
}


/* NAVIGATION */
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 15px;
}

.navbar-left {
  float: left;
  margin-left: 15px;
}

.menu-title {
  font-weight:bold;
  font-size:20px;
  vertical-align:middle;
  padding-left:10px;
  height: 50px;
  line-height: 50px;
  color:#000;
}


.navbar-default .navbar-nav>li {
display: block;
float:left;
}

.navbar-default .navbar-nav {
float:left;
margin:0 auto;
display: block;
text-align: center;
}

.navbar-default .navbar-toggle {
    z-index:3;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #FF0;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}


/* MAIN MENU ON DESKTOP - ADJUST HEIGHT AND POSITION OF MENU ITEMS*/
.navbar-default .navbar-collapse {
    text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	padding:10px;
	max-width: 1000px;
	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #FF0;
	text-decoration: none;
	background:none;
	border-radius:4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

/* NAVBAR RESIZING*/
@media (max-width: 990px) {
.navbar-default .navbar-header {
        float: none;
		background: rgb(255,248,50); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,248,50,1) 0%, rgba(255,208,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,248,50,1) 0%,rgba(255,208,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,248,50,1) 0%,rgba(255,208,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff832', endColorstr='#ffd000',GradientType=0 ); /* IE6-9 */
		margin-top:10px;
		
    }

@media (max-width: 990px){
	.navbar-left{
	float:left!important;
	display:inline-block;
	font-size:18px;
	vertical-align:middle;
	}
}

@media (max-width: 990px){
.navbar-default .navbar-toggle {
  border-color: transparent; /* Removes border color */
  float: left; /* Move navbar toggle to left */
  
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000; /* Changes regular toggle color */
}

}
/* END OF RESIZING */


.navbar-default .navbar-toggle {
        display: block;
		background-color:#CFCFCF;
    }
.navbar-default .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
.navbar-default .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
.navbar-default .navbar-collapse.collapse {
        display: none!important;
    }
.navbar-default .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
.navbar-default .navbar-nav>li {
        float: none;
    }
.navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.navbar-default .collapse.in{
  		display:block !important;
	}
}

/* Index Slider */
.slider {
	width: 926px;
	height: 388px;
	max-width: 100%;
	max-height:auto;
	margin-left:-10px;
}

.slider #slideshow {
    position:relative;
	width:926px;
	height:388px;
	background:none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	max-height:auto;

}

.slider #slideshow IMG {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	max-height:auto;
}

.slider #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	max-width: 100%;
}

.slider #slideshow IMG.last-active {
    z-index:9;
	max-width: 100%;
	max-height:auto;
}

/* 404 Page Styles */ 

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* HIDE SLIDER WHEN MOBILE*/
@media screen and (max-width:480px) {
    .slider {display:none}
}

/* ABOUT PAGE CSS */
#headers {
	font-family: 'Changa One', cursive;
	color: #0D5C73;
	font-size:36px;
	text-align:left;
	line-height: 35px;
	padding:0 10px;
	}

#subheaders {
	font-family: 'Changa One', cursive;
	color: #0D5C73;
	font-size:24px;
	text-align:left;
	line-height: 35px;
	}


/* LOCATION PAGE */
#locheader {
	font-family: 'Changa One', cursive;
	color: #FFF;
	font-size:50px;
	text-shadow: 2px 2px 2px #303030;
	margin-right:5px;
	}

.row-centered {
    text-align:center;
	margin:0 auto;
	padding:0;
}

.col-centered {
	display:inline-block;
    float:none;
	margin:0 auto;
	padding:0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 0px 3px 3px #303030;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	border:none;
}

@media screen and (max-width:990px) {
    .col-sm-6 col-centered text-center{
        display:none;
    }
}

/* UNLIMITED PAGE */
#UWCheader {
	font-family: 'Changa One', cursive;
	color: #0D5C73;
	font-size:3em;
	margin-right:5px;
	max-width:100%;
	max-height:auto;
	}

/* FAQ PAGE*/
#FAQsubheaders1 {
	font-family: 'Changa One', cursive;
	color: #219DBF;
	font-size:26px;
	text-align:left;
	line-height: 28px;
	}
	
#FAQsubheaders2 {
	font-family: 'Changa One', cursive;
	color: #0D5C73;
	font-size:26px;
	text-align:left;
	line-height: 28px;
	}

/* INDIVIDUAL LOCATION PAGES */
#locheaders {
	color: #000;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	}

.btn btn-primary {
	background-color: #0D5C73;
}