

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}



/* -------------------- The Reset Code Starts Here Yoda */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------- The Reset Code Ends Here Yoda */

/* -------------------- Mother Center */

.center {
	margin: 0 auto;
}
.col-sm-5.center {
	margin-top: 20px;
}
.logo {
	margin: 0px 0px -90px 0px;
	position: relative;
	float: right;
	width: 80%;
	z-index: 8;
}
.separator {
	width: 85px;
	border-bottom: 3px solid #336699;
	margin: 5px auto 20px auto;
}
.entrytitle {
	color: #DD0000;
	text-transform: uppercase;
}
.ticketbutton {
	width: 100%;
	border-radius: 0;
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	display: inline-block;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0.75rem 2.1875rem;
	font-size: 1rem;
	text-align: center;
}
.ticketbutton:hover {
	border-radius: 10px;
	background-color: #DD0000;
	color: #ccc;
	text-decoration: none;
}
.lightgrey {
	background: #f2f2f2;
}
.marginshadow {
	margin-bottom: 25px;
	box-shadow: 0px 0px 25px #929292;
}
.teal {
	background: #46b09a;
}
.blue {
	background: #2d71b0;
}
.orange {
	background: #ca7504;
}
.green {
	background: #1bb00d;
}
.red {
	background: #ca2804;
}
.purple {
	background: #6104ca;
}
.yellow {
	background: #caba04;
}
.pink {
	background: #ca04c2;
}
.tealtext {
	color: #46b09a;
}
.bluetext {
	color: #2d71b0;
}
.orangetext {
	color: #ca7504;
}
.greentext {
	color: #1bb00d;
}
.redtext {
	color: #ca2804;
}
.purpletext {
	color: #6104ca;
}
.yellowtext {
	color: #caba04;
}
.pinktext {
	color: #ca04c2;
}

/* -------------------- The Countdown Clock Starts Here Yoda */
#countdown {
    display: block;
    background: #fff;
    padding: 10px 0px 20px 0px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    min-height: 270px;
  }
  #countdown.show {
    opacity: 1;
  }
  #countdown .subHead, #countdown .smalltext {
    color: #666;
    display: block;
    font-family: Fjalla One, sans-serif;
  }
  #countdown .smalltext {
    font-size: 14px;
  }
  #countdown .unit, #countdown .timeseparator {
    text-align: center;
    display: inline-block;
  }
  #countdown .unit {
    vertical-align: middle;
  }
  #countdown .unit .days,
  #countdown .unit .hours,
  #countdown .unit .minutes,
  #countdown .unit .seconds {
    color: #666;
    font-size: 110px;
    line-height: 190px;
    font-family: Fjalla One, sans-serif;
  }
  #countdown .timeseparator {
    color: #666;
    font-size: 50px;
    padding: 0 15px;
    font-family: Fjalla One, sans-serif;
  }
  #countdown .unit .seconds {
     width: 125px; 
  }   


/* -------------------- The Global Code Starts Here Yoda */
.supportheader {
	background: #333;
	color: #fff;
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 5px;
}
.insiderarea {
	background-image: url('../images/US_Air_Force_F-22_Raptor_3.jpg');
	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	vertical-align: middle;
}
.clearfix::after {
	content:"";
	display:table;
	clear:both;
}

html,body {
	font-family: 'Open Sans', sans-serif;
  	color: #232323;
	font-size: 15px;
	line-height: 1.5;
}
.regulate {
	width: 80%;
	margin: 0 auto;
}
section {
	display: inline-block;
}
html {
	overflow-x: hidden;
	margin: 0 auto;
}
strong, b {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Fjalla One', sans-serif;
}
h1 {
	font-size: 46px
}
h2 {
	font-size: 40px;
	color: #2969b0;
	font-weight: 600;
} 
h3 {
	font-size: 34px;
	color: #2969b0;
	font-weight: 600;
} 
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin: 10px 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: inherit;
}
hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}
.img-reponsive {
	margin: 0 auto;
}
img {
	margin-bottom: -5px;
}
a {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
.right {
	float: right;
}
.left {
	float: left;
}
.text-center {
	text-align: center;
}
.red {
	background: #ff0000;
	color: #fff;
}
/* Tables */
table,table-all {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
}
table-all {
	border: 1px solid #ccc;
}
bordered tr,table-all tr {
	border-bottom: 1px solid #ddd;
}
striped tbody tr:nth-child(even) {
	background-color:#f1f1f1;
}
table-all tr:nth-child(odd) {
	background-color: #fff;
}
table-all tr:nth-child(even) {
	background-color: #f1f1f1;
}
hoverable tbody tr:hover,ulhoverable li:hover {
	background-color: #ccc;
}
centered tr th,centered tr td {
	text-align:center;
}
table td,table th,table-all td,table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

table th:first-child,table td:first-child,table-all th:first-child,table-all td:first-child {
	padding-left: 16px;
}
.padten {
	padding: 10px;
}
.padtwenty {
	padding: 20px;
}
footer {
	background: url(../../assets/images/60-lines.png);
	background-color: rgb(65, 65, 64);
	color: #fff;
	padding-bottom: 2.625em;
}
.btn {
	background-color: rgb(41, 105, 176);
	display: inline-block;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0.75rem 2.1875rem;
	font-size: 0.75rem;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 3px;
	transition: all .3s ease-in-out; 
	border-color: rgb(24, 68, 119);
	box-shadow: none;
	color: #fff; 
}
.subtitle {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	font-family: 'Fjalla One', sans-serif;
	line-height: 26px;
	color: #8c8c8c;
	margin-bottom: 30px; 
}
.yellowbar {
	border-top: 5px solid rgb(250, 197, 28);
	border-bottom: 5px solid rgb(250, 197, 28);
	margin-top: 40px;
	margin-bottom: 40px;
}
.imgblock {
	display: block;
	margin: 0 auto;
}
.insider {
	background-image: url(../../assets/images/insider.jpg);
    filter: grayscale(80%);
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
.insider h3, .insider p {
	color: #fff;
}
.toppad {
	margin-top: 50px;
}


/* -------------------- The Global Code Ends Here Yoda */



/* -------------------- The Navigation Starts Here Yoda */

/*Strip the ul of padding and list styling*/
nav {
	width: 100%;
	min-height: 50px;
	margin: 0 auto;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.menu {
	background: #fff;
	width: 100%;
	z-index: 9;
}
/*Create a horizontal list with spacing*/
li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display: block;
	padding: 0px 13px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 'Fjalla One', sans-serif;
	color: #336699;
	text-decoration: none;
	font-size: 170%;
}

/*Hover state for top level links*/
li:hover a {
	background: #f8b519;
	text-decoration: none;
}

/*Style for dropdown links*/
li:hover ul a {
	background: rgba(255, 255, 255, 0.85);
	color: #2f3036;
	height: 43px;
	line-height: 40px;
}
 
/*Hover state for dropdown links*/
li:hover ul a:hover {
	background:#336699;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .dropped, .dropped:hover {
	display: block;
}

.purchaseticketbutton {
	width: 320px;
	font-size: 23px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
	height: 50px;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: none;
	background: #f4f4f4;
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(226, 226, 226, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.toggleicon {
	float: left;
	color: #336699;
	font-size: 18px;
	font-weight: 900;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
.formcontrol {
	width: 90%;
	padding: .375em .75em;
	font-size: 1em;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mainlogo {
	display: block;
	padding: 10px;
}
.bluecenter {
	background: #003366;
	padding: 30px;
}

.center-row {
	margin-left: 12%;
}
.center-row10 {
	margin-left: 9%;
}
/*Responsive Styles*/

@media screen and (max-width: 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display: block;
	}
	.mainlogo {
		display: none;
	}

}

/* -------------- The Navigation Ends Here Yoda */



/* ---------------  The Grid Starts Here Yoda */
/* For desktop: */
responsive{
	overflow-x: auto;
}
container:after,panel:after,row:after,row-padding:after,topnav:after,clear:after,btn-group:before,btn-group:after,btn-bar:before,btn-bar:after 
{
	content: "";
	display: table;
	clear: both;
}
.col-1 {width: 8.33%; float: left;}
.col-2 {width: 16.66%; float: left;}
.col-3 {width: 25%; float: left;}
.col-4 {width: 33.33%; float: left;}
.col-5 {width: 41.66%; float: left;}
.col-6 {width: 50%; float: left;}
.col-7 {width: 58.33%; float: left;}
.col-8 {width: 66.66%; float: left;}
.col-9 {width: 75%; float: left;}
.col-10 {width: 83.33%; float: left;}
.col-11 {width: 91.66%; float: left;}
.col-12 {width: 100%;}

content {
	max-width: 980px;
	margin: auto;
}
rest {
	overflow: hidden;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}


/* The Grid Ends Here Yoda */

/* Media Queries */

/* ----------- Smartphones ----------- */

/* Portrait and Landscape */
@media screen and (min-width: 320px) and (max-width: 480px) {
	.regulate {
		width: 100%;
		margin: 0 auto;
	}
	.purchaseticketbutton {
		font-size: 13px;
	}
	#countdown {
   		min-height: 100px;
  	}
	#countdown .unit .days,
	#countdown .unit .hours,
	#countdown .unit .minutes,
	#countdown .unit .seconds {
	    font-size: 20px;
	    line-height: 40px;
	}
	#countdown .timeseparator {
	    font-size: 20px;
	    padding: 0 5px;
	}
	#countdown .unit .seconds {
    	width: 45px; 
  	}  
}
@media screen and (max-width: 760px){
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.purchaseticketmobile {
		width: 100%;
		display: block;
		padding: 0px 13px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-family: 'Fjalla One', sans-serif;
		color: #fff;
		text-decoration: none;
		font-size: 170%;
	}	
}	
@media screen and (min-width: 761px){
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	.purchaseticketmobile {
		display: none;
	}
}
@media screen and (max-width: 779px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    h2, h3, h4, h5, h6 {
    	text-align: center;
    }
    .img {
    	margin: 0 auto;
    }
	.toppad {
		margin-top: 0px;
	}
	.logo {
		display: none;
	}


}
@media screen and (max-width:1024px) {
	.purchaseticketbutton {
		width: 100%;
		font-size: 23px;
	}
	.menu {
		margin-bottom: 0px;
		position: relative;
	}

}

/* ----------- Tablets ----------- */

/* Portrait and Landscape */
@media screen and (min-width: 780px) and (max-width: 1024px) {
	.regulate {
		width: 90%;
		margin: 0 auto;
	}
	li a {
		font-size: 168%;
	}
}

/* ----------- Laptops ----------- */

/* Laptop Bridge */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.regulate {
		width: 90%;
		margin: 0 auto;
	}
		li a {
		font-size: 178%;
	}
	.purchaseticketbutton {
		width: 30%;
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) { 
	.regulate {
		width: 80%;
		margin: 0 auto;
	}
	li a {
		font-size: 220%;
	}
	.purchaseticketbutton {
		width: 30%;
		font-size: 16px;
	}
	#countdown {
		padding: 10px 0px 20px 0px;
		min-height: 230px;
	}
	#countdown .smalltext {
		font-size: 14px;
	}
	#countdown .unit .days,
	#countdown .unit .hours,
	#countdown .unit .minutes,
	#countdown .unit .seconds {
		font-size: 110px;
		line-height: 160px;
	}
	#countdown .timeseparator {
		font-size: 70px;
		padding: 0 25px;
	}
	#countdown .unit .seconds {
		 width: 125px; 
	} 

}
@media screen and (min-width: 1601px) { 
	.regulate {
		width: 80%;
		margin: 0 auto;
	}
	li a {
		font-size: 250%;
	}
	.purchaseticketbutton {
		width: 40%;
		font-size: 16px;
	}
	#countdown {
		padding: 10px 0px 20px 0px;
		min-height: 230px;
	}
	#countdown .smalltext {
		font-size: 14px;
	}
	#countdown .unit .days,
	#countdown .unit .hours,
	#countdown .unit .minutes,
	#countdown .unit .seconds {
		font-size: 110px;
		line-height: 160px;
	}
	#countdown .timeseparator {
		font-size: 70px;
		padding: 0 25px;
	}
	#countdown .unit .seconds {
		 width: 125px; 
	} 
	.logo {
		margin: 0px 0px -175px 0px;
		width: 85%;
	}

}