@charset "UTF-8";
/*
 * Bootstrap Image Gallery CSS
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
 	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../../bundles/app/img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}

@charset "UTF-8";.blueimp-gallery .modal-body{position:relative;text-align:center;padding:0 0 56.25% 0;overflow:hidden;cursor:pointer}.blueimp-gallery .modal-footer{margin:0}.blueimp-gallery .modal-body .video-content a,.blueimp-gallery .modal-body .video-content iframe,.blueimp-gallery .modal-body .video-content video,.blueimp-gallery .modal-body img{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.blueimp-gallery .modal-body .video-content video{display:none}.blueimp-gallery .modal-body .video-playing video{display:block}.blueimp-gallery .modal-body .video-content iframe{width:100%;height:100%;border:none;left:100%}.blueimp-gallery .modal-body .video-playing iframe{left:0}.blueimp-gallery .modal-body .video-playing a,.blueimp-gallery .modal-body .video-playing img{display:none}.blueimp-gallery .modal-body .video-content a{cursor:pointer}.blueimp-gallery .modal-body .video-content a:after{font-family:"Glyphicons Halflings";-webkit-font-smoothing:antialiased;content:"\e029";font-size:64px;line-height:64px;width:64px;height:64px;position:absolute;top:50%;margin:-32px 0 0 -32px}.blueimp-gallery .modal-body .video-loading a{background:url(../../bundles/app/img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery .modal-body .video-loading a:after{content:none}/*# sourceMappingURL=bootstrap-image-gallery.min.css.map */
{"version":3,"sources":["bootstrap-image-gallery.css"],"names":[],"mappings":"iBAYiB,6BAChB,SAAA,SACA,WAAA,OACA,QAAA,EAAA,EAAA,OAAA,EACA,SAAA,OACA,OAAA,QAEgB,+BAChB,OAAA,EAK2C,8CADA,mDADA,kDADf,iCAI5B,UAAA,KACA,WAAA,KACA,OAAA,KACA,SAAA,SACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,KAAA,EAE2C,kDAC1C,QAAA,KAE0C,kDAC3C,QAAA,MAE2C,mDAC3C,MAAA,KACA,OAAA,KACA,OAAA,KACA,KAAA,KAE2C,mDAC3C,KAAA,EAG2C,8CADA,gDAE1C,QAAA,KAE0C,8CAC3C,OAAA,QAE4C,oDAC5C,YAAA,uBACA,uBAAA,YACA,QAAA,QACA,UAAA,KACA,YAAA,KACA,MAAA,KACA,OAAA,KACA,SAAA,SACA,IAAA,IACA,OAAA,MAAA,EAAA,EAAA,MAE2C,8CAC3C,WAAA,wBAAA,OAAA,UACA,gBAAA,KAAA,KAE4C,oDAC5C,QAAA"}

/*This allows the banner to match the sze of the nav bar*/
#banner{
	margin: 0px 15px 0px 15px;
	padding: 0px;
	color: #fff;;
}

/*This makes the banner image fit the full size of the div*/
#banner img{
	width: 100%;
}

#footer{
	text-align: center
}

/*This removes the rounded corners from the navbar so the banner and it is even/flush*/
.navbar{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}