/* Loader CSS */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	background: url(../img/Preloader_2.gif) center no-repeat #fff;
	
}

/*--Handle collapsing navbar earlier than content--*/
@media (max-width: 991px) {
    .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: 0px;
	}
    .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: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/*Navigation, Links and Buttons*/

.tinyicon{
	width:22px;
	height:22px;
	display: inline;
	padding: 0px 0px;
	margin: 0px 4px 0px 0px;
	
}

.modal-bcontent {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}

body { padding-right: 0 !important }

body.modal-open {
overflow-y: scroll;
}

.modal-open .modal,.btn:focus, a:focus{
    outline:none!important;
}

.navbar {
  position: relative;
  min-height: 60px !important;
}

.navbar-nav > li > a {
  padding-top: 22px !important;
  padding-bottom: 10px !important;
  font-size: 15px !important;
}

.navbar-brand {
	float: left;
	padding: 0px 0px !important;
	margin: 5px 0px;
	font-size: 20px;
	line-height: 15px;
	width: 250px;
	background-image: url('../img/bsrlogo12.png');
	background-repeat:no-repeat;
	height: 60px;
}

.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-collapse {
	border-color: transparent !important;
	text-align: center;
}
.affix-top{
	position:fixed;
	top: -400px !important;
	-webkit-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;
	
}
.affix {
	-webkit-transition: top 0.25s;
	-o-transition: top 0.25s;
	transition: top 0.25s;
}

.navbar-flip .navbar-toggle {
	border-color: #ffa800;
}

.navbar-flip .navbar-toggle .icon-bar {
  background-color: #ffa800;
}

.navbar-flip .navbar-text {
  color: #ec9000;
}
.navbar-flip .navbar-nav > li > a {
  color: #ec9000;
}
.navbar-flip .navbar-nav > li > a:hover,
.navbar-flip .navbar-nav > li > a:focus {
  color: #747272;
  background-color: transparent;
}
.navbar-flip .navbar-nav > .active > a,
.navbar-flip .navbar-nav > .active > a:hover,
.navbar-flip .navbar-nav > .active > a:focus {
  color: #747272;
  background-color: #ffffff;
}
.brightsub {
  background: #f78700;
  color: #fff;
  border: 2px solid #f78700;
}

.brightsub:hover {
  background: #f75a00;
  border-color: #f75a00;
  color: #fff;
}

.clrbtn, .clrbtn:visited, .clrbtn:active, .clrbtn:focus  {
  color: #fff;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  padding: 13px 0px;
  margin: 5px auto;
  width: 200px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
}
.brightbtn, .brightbtn:visited, .brightbtn:active {
  display:block;
  background: #f78700;
  color: #fff;
  border: 2px solid #f78700;
  padding: 13px 0px;
  margin: 5px auto;
  width: 200px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.clrbtn:hover, .clrbtn:visited:hover {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.brightbtn:hover {
  background: #f75a00;
  border-color: #f75a00;
  color: #fff;
}

.verycentered {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*--Mobile Size Defaults--*/

.modal-bdialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.tight {
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.midtext{
	text-align: center;	
}

.flexleft {
	text-align: center;
	}
	
.flexright {
	text-align: center;
	}
	
.poof {
	display: none !important;
}

.heady {
    font-size: 34px;
    font-weight: 100;
	}
	
.heady2 {
    font-size: 26px;
	letter-spacing: 2px;
	}

.heady3 {
    font-size: 26px;
	letter-spacing: 1px;
	}

.mts {
  margin-top: 7px;
}

.mbs {
  margin-bottom: 7px;
}

.mtm {
  margin-top: 20px;
}

.mbm {
  margin-bottom: 20px;
}

.mtl {
  margin-top: 30px;
}

.mbl {
  margin-bottom: 30px;
}

.mtx {
  margin-top: 60px;
}

.mbx {
  margin-bottom: 60px;
}

.epic {
	margin-top: 150px;
	margin-bottom: 80px;
	background-color: rgba(0, 0, 0, 0);
}

.parakey {
    font-size: 16px;
}

.faded {
	background-color: rgba(0, 0, 0, 0.4);
 }
 
.stayfaded {
	background-color: rgba(0, 0, 0, 0);	
}
.row.match-my-cols {
    overflow: hidden; 
	height: 100%;
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.zesty {
	font-size: 20px;
	font-weight: 700;
	}

/**--General Media Queries--**//**ORDER MATTERS**/
@media (min-width: 768px) {
	
.modal-bdialog {
    width: 600px;
    margin: 30px auto;
}

.what {
	display: inline-block !important;
	margin: 2px 0px;
	
}

.heady {
	font-size: 60px;
    letter-spacing: -1px;
	}
	
.heady2 {
    font-size: 48px;
	letter-spacing: 2px;
	}
	
.heady3 {
    font-size: 36px;
	letter-spacing: 1px;
	}	
	
.mts {
    margin-top: 20px;
	}
  .mbs {
    margin-bottom: 20px;
	}
  .mtm {
    margin-top: 40px;
	}
  .mbm {
    margin-bottom: 40px;
	}
  .mtl {
    margin-top: 75px;
	}
  .mbl {
    margin-bottom: 75px;
	}
  .mtx {
    margin-top: 100px;
	}
  .mbx {
    margin-bottom: 100px;
	}
	.epic {
	margin-top: 220px;
	background-color: rgba(0 ,0 ,0 , 0);
	margin-bottom: 80px;
}	
	.parakey {
    font-size: 18px;
	}
	.poof {
	display: inherit !important;
	}
	.pictar {
	max-height: 150px;
	}
	.zesty {
	font-size: 24px;
	font-weight: 700;
	}
}

@media (min-width: 992px) { 

.faded {
	background-color: transparent;
}

.stayfaded {
	background-color: rgba(0, 0, 0, 0.4);	
}
.heady {
    font-size: 48px;
	letter-spacing: 2px;
	}
	
.heady2 {
    font-size: 48px;
	letter-spacing: 2px;
	}
	
.parakey {
    font-size: 20px;
	}
	
.flexleft {
	text-align: left;
	}

.flexright {
	text-align: right;
	}

.epic {
	margin-top: 300px;
	margin-bottom:80px;
	background-color: rgba(0 ,0 ,0 , 0);
}	
	
.tight {
	padding-top: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

}
/**-End Header Font Media Queries--*/

.alertmod{
	width: 300px;
	margin: 30px auto;
	position: relative !important;
	top: 15% !important;
 }


.lstroke {
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

.dstroke {
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}


.zesterror {
	color: #ff0000;
	opacity: 0;
}

.zesterrorshow {
	opacity: 1;
}

.zesterrorhide {
	opacity: 0;
}
.zesthide {
	opacity: 0;
	height: 0px;
	-webkit-transition: opacity .6s ease-in, height .3s linear;
       -moz-transition: opacity .6s ease-in, height .3s linear;
        -ms-transition: opacity .6s ease-in, height .3s linear;
         -o-transition: opacity .6s ease-in, height .3s linear;
            transition: opacity .6s ease-in, height .3s linear;
}

.zestshow {
	height: 100px;
	opacity: 1;

}

.tabular {
	width: 400px;
	margin: 0px auto;
}

.radial {
	width: 300px;
	margin: 0px auto;
}

.tabular td, tr {
	width: 200px;
	padding: 10px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}


.brighttext {
	color: #ffa800;
}

.mula1 {
	color: 	#555555;
	font-weight: bold;
}

.mula2 {
	color: 	#ec9000;
	font-weight: bold;
}

.mula3 {
	color: 	#0085b2;
	font-weight: bold;

}
.marked {
	background: url('../img/marker.gif');
	background-position: center;
    background-repeat: no-repeat;
}

.midgrey {
	color: #c4c4c4;
}

.bam {
	font-weight: 700;
}

.brightbg {
	background-color: #ec9000; 
}

.contactbg {
	background-color: #44c3ec;
}
.contact-text{
	color: #8df3ff;
}

.downscale-fit {

  max-width: 100%;
}

.light {
	color: #fff;
}

.dark {
	color: #000;
}

.mons  {
		font-family: 'Monseratt', sans-serif;
}
.ozzy  {
		font-family: 'Oswald', sans-serif;
}

.quicky {
		font-family: 'Quicksand', sans-serif;
}

.sofaded {
		background-color: rgba(255, 255, 255, 1.0);
	
}

.lets-go{
	/*THIS IS CONTROLLED THRU PARALLAXJS*/
	width: 100%;
	height: 850px;

}

.searchintro {
	/*background: 	linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5)),
                     url('../img/pex15.jpeg');
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
	width: 100%;
	height: 500px;

}

.lets-leave{
	/*THIS IS CONTROLLED THRU PARALLAXJS*/
	width: 100%;
	height: 750px;
}

.social {
display: inline;
opacity: 0.6;
padding: 5 px;
margin: 10px 10px;
height: 35px;
}

.social:hover {
opacity: 1.0;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*Slider CSS*/
main {
  width: 70%;
  margin: 8rem auto 0;
}

.min {
  padding-top: 5px;
  padding-left: 10px;
  color: #000000;
}

.max {
  padding-top: 5px;
  padding-right: 10px;
  color: #000000;
}

#helper {
  padding-top: 40px;
  color: #46b7d5;
  font-style: italic;
}

output {
  display: inline-block;
  font-size: 2em;
}

/* original css */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: -webkit-linear-gradient(left, #fff5bc, #ec9000);
  background: -o-linear-gradient(right, #fff5bc, #ec9000);
  background: -moz-linear-gradient(right, #fff5bc, #ec9000);
  background: linear-gradient(to right, #fff5bc, #ec9000);
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  color: #ec9000;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.rangeslider__handle:after {
  font-family: FontAwesome;
  content: "";
  color: #cccccc;
}

.rangeslider__handle:before {
  font-family: FontAwesome;
  content: "";
  color: #cccccc;
}

.rangeslider__handle:active {
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


