/*!
 * 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 auto;
	background: rgba(3,77,161,1) repeat;
	background: -moz-linear-gradient(left, rgba(3,77,161,1) 0%, rgba(28,116,188,1) 50%, rgba(3,77,161,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,77,161,1)), color-stop(50%, rgba(28,116,188,1)), color-stop(100%, rgba(3,77,161,1)));
	background: -webkit-linear-gradient(left, rgba(3,77,161,1) 0%, rgba(28,116,188,1) 50%, rgba(3,77,161,1) 100%);
	background: -o-linear-gradient(left, rgba(3,77,161,1) 0%, rgba(28,116,188,1) 50%, rgba(3,77,161,1) 100%);
	background: -ms-linear-gradient(left, rgba(3,77,161,1) 0%, rgba(28,116,188,1) 50%, rgba(3,77,161,1) 100%);
	background: linear-gradient(to right, rgba(3,77,161,1) 0%, rgba(28,116,188,1) 50%, rgba(3,77,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034da1', endColorstr='#034da1', GradientType=1 );
	font-family: 'Muli', sans-serif;
	padding-top: 5px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom:0;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #FFF;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 30%;
}

.footer-distributed .footer-center i{
	background-color:  #013C72;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #FFF;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #FFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #013C72;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


.navbar-text {
    float: none;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


/* NAVBAR LOGO */
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  width:400px;
  height:67px;
  max-width:100%;
}


/* NAVIGATION */
.navbar-default {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 3px solid #FF0;
	background: #f8b624; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8b624 42%, #cc794d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8b624 42%,#cc794d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8b624 42%,#cc794d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b624', endColorstr='#cc794d',GradientType=0 ); /* IE6-9 */
	padding-left:0;
	padding-right:0;
	border-radius: 0;
	
}

.navbar-default navbar-nav {
    text-align: center;
	float:none;
}

.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
	
.navbar-default navbar-nav > li {
      float: none;
	  text-align: center;
}

.menu-title {
  font-weight:bold;
  font-size:20px;
  vertical-align:middle;
  padding-left:10px;
  height: 50px;
  line-height: 50px;
  color:#000;
}

.navbar-default .navbar-toggle {
    z-index:3;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	float: none;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #900;
	text-decoration: none;
}


/* MAIN MENU ON DESKTOP - ADJUST HEIGHT AND POSITION OF MENU ITEMS*/
.navbar-default .navbar-collapse {
    text-align: center;
	vertical-align: middle;
	max-width: 100%;
	padding-left:0;
	padding-right:0;
	width:100%;
	display:block;
	float:none;
	overflow:hidden;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

/* NAVBAR RESIZING*/
@media (max-width: 990px) {
.navbar-default .navbar-header {
        float: none;
		background: #f8b624; /* Old browsers */
		background: -moz-linear-gradient(top,  #f8b624 42%, #cc794d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8b624 42%,#cc794d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8b624 42%,#cc794d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		padding-left:10px;		
    }

@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}
}

/* HIDE LOCATION ICONS WHEN MOBILE */
@media screen and (max-width:680px) {
    #LocationIcons {display:none}
}

/* SHOW LOCATION LIST WHEN MOBILE */
@media screen and (max-width:680px) {
    #LocationList {display:block}
}

@media screen and (min-width:680px) {
    #LocationList {display:none}
}

/* ABOUT PAGE CSS */
#headers {
	font-family: 'Changa One', cursive;
	color: #034EA2;
	font-size:36px;
	text-align:left;
	line-height: 35px;
	}

#subheaders {
	font-family: 'Changa One', cursive;
	color: #034EA2;
	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:600px) {
    .col-sm-6 col-centered text-center{
        display:none;
    }
}

.GoogleMaps {
	text-decoration:underline;
	color:#03F;
	font-size:18px;
	font-weight:bold;
}

@media screen and (max-width:600px) {
    .GoogleMaps{
        display:none;
    }
	#map {
		display:none;
	}
}


/* UNLIMITED PAGE */
#UWCheader {
	font-family: 'Changa One', cursive;
	color: #034EA2;
	font-size:3em;
	margin-right:5px;
	max-width:100%;
	max-height:auto;
	}

/* FAQ PAGE*/
#FAQsubheaders1 {
	font-family: 'Changa One', cursive;
	color: #297DBF;
	font-size:26px;
	text-align:left;
	line-height: 28px;
	}
	
#FAQsubheaders2 {
	font-family: 'Changa One', cursive;
	color: #00387C;
	font-size:26px;
	text-align:left;
	line-height: 28px;
	}

/* INDIVIDUAL LOCATION PAGES */
#locheaders {
	color: #000;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	}
	
#regionheader {
	margin: 0 auto;
	color: #EF3E33;
	font-family: 'Changa One', cursive;
	font-size:4em;
	max-width:100%;
	max-height:auto;
	border-top: 3px solid #FDB927;
	border-bottom: 3px solid #FDB927;
	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 */	
	}	
	

.btn btn-primary {
	background-color: #034EA2;
}

.facebook:hover {
	opacity: 0.8;
}