/* CSS Document */
@font-face {
    font-family: 'Voces-Regular';
    src: url('fonts/Voces-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
 * Override Bootstrap's defaults and custom CSS.
 */
.mobileOnly{display:none;}
 body{background-color: #000;color:#fff;margin-top:65px;}/*343a40*/
/*.bg-dark {background-color:rgb(255,255,255,0.2) !important;}*/
a {
	color: #e9b300;/*#DFB6A4*/
	text-decoration: none;
}
a.simulatedLink, a:not([href]):not([tabindex]) {
	color: #e0a800;
	text-decoration: underline;
	cursor:pointer;
}
p, li {
	line-height: 1.1em;
}
h1,h2,h3,h4,h5 {font-family: 'Voces-Regular', sans-serif;}
h2.mainTitle {font-family: 'Voces-Regular', sans-serif;}
section h1,section h2,section h3,section h4 {font-family: 'Voces-Regular', sans-serif;}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.4rem; font-variant:small-caps;}
h4 {font-size: 1.2rem; font-weight:bold;}
h5 {font-size: 1.1rem; font-weight:bold;}
section.topSection{padding:20px;}
header h2, header h3 {
	text-shadow: 2px 2px 4px #000000;
}
header.paral .h3 {font-size:1.4rem;}
label {font-weight:bold;}
footer p {color: #fff;}
.paginate_button  {padding:5px;}

hr.light {
border:1px solid #999;

}
/**********HEADER******************/
header.paralsec-main {

}
header.paralsec-secondary {
	text-align: center;
	padding:20px 0 20px;
}
header h2.main {
	color: #ffab2c;
	font-weight: 400;
	font-size: 2.4em;
	text-transform: uppercase;
}
header h3.main {
	font-weight: 400;
}
/*header .counters small {font-size:.6em;}*/
.top-sub-nav {
	margin-top: 30px;
}

.divider hr {
	width: 20%;
	border-top: 1px dotted #fff;
	margin-top: 20px;/*height: 0px;*/
}
.img-thumbnail,.img-newsfeed {
	padding: .1rem;
	/* 50% black box shadow */
box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
}

.header-gradient {
background: linear-gradient(to bottom, rgba(52,58,64,1),rgba(0,0,0,.5));
margin-top:20px;
margin-bottom:10px;
padding:5px 20px 10px;
font-weight:bold;
font-size:1.2em;
}
 .sideBox1 {border:thin solid #666;background-color:#313131;}
.navbar {
border-bottom:1px solid #888;
	font-family: 'Voces-Regular', sans-serif;
}
.navbar-brand {
	text-decoration:none;
	font-size: 1.5em;
	
}
.navbar-nav div.dropdown {
	padding: 5px 5px;
	font-weight: bold;
	
}
.navbar-dark .navbar-nav .nav-link {
font-size:1.1em;
	font-weight:bold;
    color: rgba(255,255,255,.8);

}

.dropdown-item {color:#fff;line-height: 1em;}
.dropdown-item a {color:#DFB6A4;}

footer { overflow: auto;border-top:#888 solid 1px;}

#article {margin:50px 20px 20px;}
#article h2 > p.date, #article h2 > span.date {
	display: block;
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
}
.mobile-main-title {
	display: none;
}
.captionBox{font-size:.9em; font-style: italic; line-height: 1.1em;}
.figure-caption {color:#fff;}


#galleryNav {
	font-weight: bold;
}
#galleryNav .nav-tabs {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
#galleryNav .nav-tabs .nav-link {
	border: 1px solid #999;
	margin: 2px 2px 0px;
	background-color: #3B3B3B;
}
.btn-cta {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	z-index: 100;
	padding: 10px 20px 10px;
}
section.paral {
	color: #fff;
	padding:20px 0 20px;
}
/*section.paral .row { background-color:rgba(0, 0, 0, 0.8);}*/
/* Header Parallax Element Style*/ 


.paral {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}
.para-sub {
	min-height: 600px;
}
/* Image for Parallax Section */ 
.paralsec-main,.paralsec-secondary {
	background-image: url(../images/background/parallax-main.jpg);
}
.paralsec {
	background-image: url(../images/background/parallax.jpg);
}
.paralsec1 {
	background-image: url(../images/background/parallax1.jpg);
}
.paralsec2 {
	background-image: url(../images/background/parallax2.jpg);
}
.paralsec3 {
	background-image: url(../images/background/parallax3.jpg);
}
.paralsec4 {
	background-image: url(../images/background/parallax4.jpg);
}
.paralsec5 {
	background-image: url(../images/background/parallax5.jpg);
}
.paralsub1 {
	background-color: #2F2F2F;

}
.paralsub2 {
	background-color: #3A3A3A;

}
/* Custom Search */
.cse-google {
	border-radius: 5px;
	line-height: 1.6rem;
}
/*Back to top sticker footer icon*/
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}
a.back-to-top:hover {
	color: #ffab2c;
}
.back-to-top i {
	font-size: 50px;
	text-shadow: 0px 1px 2px #000000;/*add shadowing so icon shows on both dark and light backgrounds*/
}
div.floatedTitle {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 91%;
	background-color: rgba(1, 1, 1, 0.6);
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.6em;
	padding: 0 10px 0;
	font-weight: bold;
	text-align:right;
	margin:0px 40px 10px
}
.videoList li {padding-bottom:10px;margin-left: 20px;}
.videoFrame {
	background-color: #494949;
	padding: 10px;
	border: 1px #999 solid;
	border-radius: 5px;
	overflow:auto;
	-webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.8);  /* Firefox 3.5 - 3.6 */
	box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.videoFrame p{margin-bottom:5px;}
#sinceLaunch span, #toMU69 span {
	display: block;
	float: left;
	width: 10px;
	height: 21px;
	background: url(../images/countdownLED.png) no-repeat 0px 0px;
}
#sinceLaunch small,#toMU69 small{margin-right:10px;}
#sinceLaunch span.image0, #toMU69 span.image0 {
	background-position: -0px 0px;
}
#sinceLaunch span.image1, #toMU69 span.image1 {
	background-position: -10px 0px;
}
#sinceLaunch span.image2, #toMU69 span.image2 {
	background-position: -20px 0px;
}
#sinceLaunch span.image3, #toMU69 span.image3 {
	background-position: -30px 0px;
}
#sinceLaunch span.image4, #toMU69 span.image4 {
	background-position: -40px 0px;
}
#sinceLaunch span.image5, #toMU69 span.image5 {
	background-position: -50px 0px;
}
#sinceLaunch span.image6, #toMU69 span.image6 {
	background-position: -60px 0px;
}
#sinceLaunch span.image7, #toMU69 span.image7 {
	background-position: -70px 0px;
}
#sinceLaunch span.image8, #toMU69 span.image8 {
	background-position: -80px 0px;
}
#sinceLaunch span.image9, #toMU69 span.image9 {
	background-position: -90px 0px;
}
#sinceLaunch span.imageDay, #toMU69 span.imageDay {
	background-position: -100px 0px;
}
#sinceLaunch span.imageSep, #toMU69 span.imageSep {
	background-position: -110px 0px;
}
#sinceLaunch span.imageSpace, #toMU69 span.imageSpace {
	background-position: -120px 0px;
}
/********PAGINATION*******/
.holder {padding:3px;
}
.holder a {
	cursor: pointer;
	margin: 0 5px;
	color: white;
	
}
.holder a:hover {
	background-color: #000;
	color: #fff;
}
.holder a.jp-previous {
	margin-right: 15px;
}
.holder a.jp-next {
	margin-left: 15px;
}
.holder a.jp-current, a.jp-current:hover {
	color: #e0a800;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}
.holder span {
	margin: 0 5px;
}

/*****MAIN TOP NAV BAR MEGA MENU*****/

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	color:#fff;
}
.dropdown .has-megamenu {
	position: static;
}
.dropdown p {
	line-height: 1em;

	margin-bottom: .5em;
}
.dropdown-menu {
	min-width: 28rem;
	background-color: rgba(46, 39, 35, 0.9);border-bottom:1px #fff solid;
	/*left: -130px;*/
}
.dropdown-menu .dropdown2 {
	margin-left: 10px;
}
.dropdown-menu .dropdown2 p {
	font-size: .9em;
	font-weight: normal;
}
.megamenu h5 { margin-top:5px; color:rgb(255,255,255,.4);}
.megamenu h5 a {color:rgb(255,255,255,1);}
.NavTitle {font-size:4em;opacity:.4; line-height: 1em; font-weight:bold;}
.quicklinks {margin:10px;}
.mobileOnly {display:block;}


.gradient1 {     background: -moz-linear-gradient(90deg, rgba(0,0,0,1)) 40%, rgba(255,255,255,0.2 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0.2))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1)) 40%, rgba(255,255,255,0.2 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,1)) 40%, rgba(255,255,255,0.2 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,1)) 40%, rgba(255,255,255,0.2 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,0,0,1)) 40%, rgba(255,255,255,0.2 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */ }

/************************ FOR LORRI IMAGES PAGE *************************/
.lorri-item .card-body p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	margin-bottom:0px;
}
.lorri-item .card-title{}
.lorri-item .card-text{}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	footer p {text-align: right;}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.quicklinks {margin:10px;}
	.modal-xl {
    width: 90%;
   max-width:1200px;
 	 }.mobileOnly {display:none;}

}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}
	