body{
	background-color: black;
}

#loading{
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #333;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: center center;
}
.white-popup #loading{
	position: absolute;
}

#barnhart-logo{
	position: absolute;
	top: 10px;
	left: 10px;
}
#barnhart-logo img{
	width: 200px;
}
@media(max-width: 767px){
	#barnhart-logo img{
		width: 120px;
	}
}

#remove-replace-logo{
	position: absolute;
	top: 10px;
	right: 10px;
}
#remove-replace-logo img{
	width: 200px;
}
@media(max-width: 767px){
	#remove-replace-logo img{
		width: 120px;
	}
}


.mapplic-fullscreen-button{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.mapplic-pin.pin-24{
	background-image: url(images/pin-24.png);
	background-size: 24px 32px;
	width: 24px;
    height: 32px;
    margin-top: -31px;
    margin-left: -12px;
}
.mapplic-tooltip{
	border-radius: 5px;
	background-color: #e7e7e7;
}
.mapplic-tooltip-triangle{
	border-color: #e7e7e7 transparent transparent transparent;
}
.mapplic-tooltip-title{
	color: #7f7d7e;
	text-transform: uppercase;
}
.mapplic-tooltip-description{
	color: #7f7d7e;
	border-top: solid #7f7d7e 1px;
	padding-top: 3px;
}
.mapplic-popup-link{
	background-color: #e82535;
	border-radius: 3px;
	text-transform: uppercase;
}
.mapplic-popup-link:hover{
	background-color: #ca202e;
}



.white-popup{
	background-color: white;
	border-radius: 5px;
}
.mfp-close-btn-in .mfp-close {
	color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}


#slider-container{
	margin-left: auto;
	margin-right: auto;
}
.flex-direction-nav a{
	 color: rgba(0, 0, 0, 1);
	 text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.flex-direction-nav a:before{
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev{
	opacity: 1 !important;
}
.flexslider{
	margin-bottom: 0px;
}
.flexslider .slides > li{
	position: relative;
}
.flexslider .slides > li video,
.flexslider .slides > li .video-js,
{
	width: 100%;
	height: auto;
}
.vjs-fullscreen-control { 
    display: none !important; 
} 
#slider .flex-direction-nav a:before{
	font-size: 36px;
}
#carousel .flex-direction-nav a:before{
	font-size: 30px;
}
#carousel .flex-direction-nav a{
	height: 36px;
}
#carousel li{
	background-color: black;
}
#carousel li img{
	opacity: 0.5;
	background-color: black;
}
#carousel li.flex-active-slide img{
	opacity: 1.0;
}
.flexslider .slides > li .flex-caption {
    bottom:10px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 20px;
    left:0;
    padding:0 20px;
    position:absolute;
    right:0;
    text-align: right;
    text-transform: uppercase;
    z-index:1;
}


#info{
	padding: 5px;
	padding-bottom: 10px;
}
#info h2, h3, h4{
	text-transform: uppercase;
	color: #7f7d7e;
}
#info{
	margin-top: 20px;
}
#title h2{
	margin-top: 0;
	font-size: 22px;
	text-transform: uppercase;
}
@media(max-width: 767px){
	#title h2{
		border-bottom: solid 2px #e82535;
		padding-bottom: 8px;
	}
}
@media(max-width: 767px){
	#content h3{
		font-size: 18px;
	}
}
@media(min-width: 768px){
	#content h3{
		margin-top: 0;
	}
}
#nav{
	border-left: solid 2px #e82535;
}
#nav .toggle-details h4{
	text-decoration: none;
}
#nav .toggle-details h4{
	font-size: 16px;
	text-transform: uppercase;
	color: black;
	border-top: dashed 1px #7c7a7b;
	margin-top: 10px;
	padding-top: 10px;
}
#nav .toggle-details:last-child h4{
	border-bottom: dashed 1px #7c7a7b;
	padding-bottom: 10px;
}
#nav .toggle-details .glyphicon{
	float: right;
	font-size: 18px;
}
#nav .toggle-details.active h4 .glyphicon{
	color: #e82535;
}

.content ul{
	padding-left: 20px;
}
@media(min-width: 768px){
	.content ul{
		margin-top: 8px;
	}
}

/*reposition buttons for larger displays & projectors */
@media(min-width: 768px){
	
	.mapplic-zoom-buttons{
		bottom: 60px;
		left: 20px;
	}
	.mapplic-clear-button{
		bottom: 20px;
		left: 20px;
	}
	.mapplic-minimap{
		bottom: 20px;
		right: 20px;
	}
	.mapplic-fullscreen-button{
		right: 20px;
		bottom: 20px;
	}
	#barnhart-logo{
		top: 30px;
		left: 30px;
	}
	#remove-replace-logo{
		top: 30px;
		right: 30px;
	}
}
@media(min-width: 992px){
	
	.mapplic-zoom-buttons{
		bottom: 70px;
		left: 30px;
	}
	.mapplic-clear-button{
		bottom: 30px;
		left: 30px;
	}
	.mapplic-minimap{
		bottom: 30px;
		right: 30px;
	}
	.mapplic-fullscreen-button{
		right: 30px;
		bottom: 30px;
	}
	#barnhart-logo{
		top: 40px;
		left: 40px;
	}
	#barnhart-logo img{
		width: 225px;
	}
	#remove-replace-logo{
		top: 40px;
		right: 40px;
	}
	#remove-replace-logo img{
		width: 225px;
	}
}
@media(min-width: 1200px){
	
	.mapplic-zoom-buttons{
		bottom: 70px;
		left: 40px;
	}
	.mapplic-clear-button{
		bottom: 40px;
		left: 40px;
	}
	.mapplic-minimap{
		bottom: 40px;
		right: 40px;
	}
	.mapplic-fullscreen-button{
		right: 40px;
		bottom: 40px;
	}
	#barnhart-logo{
		top: 40px;
		left: 50px;
	}
	#barnhart-logo img{
		width: 250px;
	}
	#remove-replace-logo{
		top: 40px;
		right: 50px;
	}
	#remove-replace-logo img{
		width: 250px;
	}
}