html,
body { height: 100%; position: relative; font-family: "proxima-nova",sans-serif; }

body.interior { padding-top: 50px; }

a { color: #e65c3b; }

a:hover { text-decoration: none; color: #b22200; }

a:hover,
a:active { outline: none; }

h1, h2, h3, h4, h5, h6 { font-family: "proxima-nova",sans-serif; }

hr {
	border-top: 2px dotted #eeeeee;
	border-color: #fc0;
}

/* pace preload bar */
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.shadow-btm {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}

.abs-center {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100px;
	height: 100px;
	color: #fff;
}

.btn {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	
}

.btn.btn-default-alt {
	border-width: 2px;
}

.btn-default {
	color: #fff;
	background-color: #e75c3b;
	border-color: #e75c3b;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-weight: 600;
}

.btn-default:hover {
	color: #fff;
	background-color: #d73b15;
	border-color: #d73b15;
}

.btn-info {
	color: #fff;
	background-color: #2f97ad;
	border-color: #2f97ad;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-weight: 600;
}

.btn-info:hover {
	color: #fff;
	background-color: #0f778d;
	border-color: #0f778d;
}

.btn-default-alt {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	border-color: rgba(255,255,255,0.4);
	text-shadow: none;
	font-weight: 600;
}

.btn-default-alt:hover {
	color: #e75c3b;
	background-color: #fff;
}



/* Multilevel Submenu - currently not in use */
.dropdown-submenu {position:relative;}

.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-5px;
	margin-left:-1px;
	border-radius: 0;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {display:block;}

.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:auto;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}

.dropdown-submenu:active>a:after,
.dropdown-submenu:hover>a:after {border-left-color:#fff;}

.dropdown-submenu.pull-left {float:none;}

.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	border-radius: 0;
}









.utility-nav {
	display: none;
}

.utility-nav ul {
	margin: 0;
}

.utility-nav ul li a {
	color: #ebdfad;
}

.utility-nav ul li a {
	color: #ebdfad;
}

.utility-nav ul li a:hover {
	background: transparent;
	color: #fff;
}

.social {
	display: none;
}



.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	color: #fff;
	text-transform: uppercase;
}

.navbar-default {
	border: 0;
	background-color: #156cb3;
	background-image: url(../images/nav-topo-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.navbar-fixed-top {
	top: 0;
}


.navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}


.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav>li>a i {
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-top: -5px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: #124772;
	background: rgba(0,0,0,0.3);
	color: #fff;
}

.dropdown-menu {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: #124772;
}

.dropdown-menu>li>a {
	color: #fff;
	font-weight: 500;
}


.navbar-nav .open .dropdown-menu {
	background: #fff;
}

.navbar-toggle {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 33px;
	padding: 0;
	border: 0;
	background: rgba(0,0,0,0.4)
}

.navbar-toggle i {
	color: #fff;
}

.navbar-collapse {
	border: 0;
	box-shadow: none;
	/*background: rgba(0,0,0,0.4);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 30px;
	padding-right: 30px;*/
}




.utility-nav select {
    display: inline-block;
    width: auto;
    outline: none;
    /*color: white;
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    box-shadow: none;
    background-color: #00265b;
    font-size: 12px;
    font-weight: 600;*/
}







#billboard {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
	top: 50px;
	background: url(../images/spinner.gif) no-repeat center;
}

.slide-logo {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -132px;
	z-index: 300;
}

.cycle-slideshow {
	position: relative;
	top: 50px;
	top: 0;
}

.cycle-slideshow,
.slide,
.slide img.bg {
	width: 100%;
}

.slide h1 span {
	text-shadow: 0px 0px 5px black;
}

.slide {
	background: url(../images/spinner.gif) no-repeat center;
}

.slide img {
	margin-top: -3%;
}

.slide img.slide-logo {
	margin-top: -1% !important;
}

.slide-btn {
	display: none;
	background: rgba(255,255,255,0.6);
	position: absolute;
	right: -10px;
	top: 10px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	border-radius: 50%;
	z-index: 300;
	border: 2px dotted #fff;
	text-transform: uppercase;
	-webkit-animation-delay: 3.5s;
	color: #333;
}


.caption {
	position: absolute;
	text-transform: uppercase;
	margin: 0;
	top: 40%;
	left: 8%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding: 0px 20px;
}


.caption small {
	color: #fff;
	line-height: 1;
}

.caption span {
	display: block;
	line-height: 1;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.caption .pad-left {
	padding-left: 0%;
	-webkit-animation-delay: 2s;
}

.caption .pad-right {
	padding-right: 45%;
	-webkit-animation-delay: .3s;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 10%; opacity: .60; filter: alpha(opacity=60); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/prev-arrow.png) 100% 36% no-repeat; background-size: 45%; }
.cycle-next { right: 0; background: url(../images/next-arrow.png) 10% 36% no-repeat;  background-size: 45%; }
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=90) }



}

.cycle-pager {
	display: none;
}

.cycle-pager span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 18px;
	margin: 0 3px;
	background: #fff;
}

.cycle-pager span {
	content: '';
}

.cycle-pager span.cycle-pager-active {
	background: none;
}

.cycle-pager span:hover {
	cursor: pointer;
}













#banner {
	position: relative;
	background: transparent url(../images/banner-bg.png) repeat-x;
	min-height: 170px;
	border-bottom: 4px solid #ac2a09;
	margin-top: -12px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.welcome-logo {
	display: block;
	margin: 10px auto 20px;
	
}

#banner.alt {
	min-height: 1%;
}

#banner h2 {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	text-shadow:0 1px 0 rgba(255,255,255,0.3);
	color: #7d1900;
}

#asides {
	min-height: 300px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f4e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f4e3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f4e3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f4e3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f4e3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f4e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f4e3',GradientType=0 );
	padding-bottom: 20px;
	position: relative;
}

#asides.alt {
	background: transparent url(../images/banner-bg.png) repeat-x;
	margin-top: -6px;
}

#asides .well {
	border: 0;
	background: none;
	box-shadow: none;
	text-align: center;
	padding: 5px 60px 0;
	text-transform: uppercase;
}

#asides .well .text {
	margin: 20px auto 20px;
}

#asides .well h3 {
	font-size: 22px;
	line-height: 1;
}

#asides .well h3 span {
	font-size: 30px;
}

#asides .well h3 b,
#asides .well h3 big {
	display: block;
}

#asides .well h3 big {
	font-size: 49px;
	font-weight: 100;
}

#asides #subscribe-form {
	max-width: 320px; 
	margin: 0 auto;
}

#asides .vert-divider {
	display: none;
	width: 0px;
	border-left: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(255,255,255,0.8);
	height: 80%;
	position: absolute;
	top: 10%;
	z-index: 0;
}

#asides .vert-divider.vd-left {
	left: 32%;
}

#asides .vert-divider.vd-right {
	left: 67%;
}

.travel-guide {
	display: block;
	position: relative;
	width: 236px;
	margin: 0 auto 0;
	top: -20px;
}

.travel-guide-links {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 18px 10px 16px;
	position: relative;
	top: 0;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border-radius: 48px;
	text-align: center;
	box-shadow: -1px -1px 0px rgba(0,0,0,0.1);
}

.travel-guide-links li {
	display: table-cell;
	text-align: center;
	padding: 0 5px;
	width: auto;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1.125;
	font-weight: 600;
	font-size: 12px;
}

.travel-guide-links li span {
	display: block;
	padding: 0 10px;
	
}

.travel-guide-links a {
	display: block;
	font-weight: 900;
	font-size: 15px;
}

.bug {
	display: block;
	margin: 20px auto 0;
	border: 4px solid #fff;
}

.bug-weather {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border-radius: 50%;
	background: #3096ad;
	font-size: 42px;
	line-height: 1;
	color: #fff;
	font-weight: 100;
	letter-spacing: -2px;
}

.bug-weather img {
	display: block;
	margin: 21px auto 2px;
}





#events {
	background: url(../images/events-bg.png) repeat-x;
	padding: 45px 30px 30px;
	margin-top: -6px;
	position: relative;
}



#events .poweredby {
	position: relative;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	margin-top: 20px;
}

#events .poweredby .btn {
		margin-bottom: 5px;
	}


#events.alt {
	background: transparent url(../images/banner-bg.png) repeat-x;
}

#events .owl-item {
	padding: 0 20px 0 40px;
	margin: 0;
}

#events .owl-item .item {
	overflow: hidden;
}

.event-date {
	float: left;
	width: 60px;
	font-size: 52px;
	font-weight: 100;
	line-height: 1;
}

.event-date small {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}

.event-title {
	margin-left: 70px;
	padding-top: 20px;
}


.owl-buttons {
	position: absolute;
	width: 100%;
	top: 0;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 20px;
	font-size: 28px;
	color: #e65c3b;
}

.owl-prev {
	left: 0;
}

.owl-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
}

.owl-next {
	right: 0;
}
.owl-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
}





#bmw-carousel .owl-buttons {
	position: absolute;
	width: 100%;
	top: 0;
}

#bmw-carousel .owl-prev,
#bmw-carousel .owl-next {
	position: absolute;
	top: 0px;
	font-size: 60px;
	color: #e65c3b;
	color: #fff;
	color: rgba(255,255,255,1);
}

#bmw-carousel .owl-prev:hover,
#bmw-carousel .owl-next:hover {
	color: rgba(255,255,255,0.5);
	transition: all .3s;
}

#bmw-carousel .owl-prev {
	left: 50%;
	margin-left: -60px;
}

#bmw-carousel .owl-prev:before {
	content: '\f137';
	font-family: 'FontAwesome';
}

#bmw-carousel .owl-next {
	right: 50%;
	margin-right: -60px;
}
#bmw-carousel .owl-next:before {
	content: '\f138';
	font-family: 'FontAwesome';
}












#did-you-know {
	background: #3096ad;
	padding: 30px 0;
	border-bottom: 4px solid #043174;
	position: relative;
}

#did-you-know span {
	color: #fff;
	font-family: Georgia,serif;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
}


#did-you-know .arrow {
	position: relative;
	margin-top: -30px;
	margin-bottom: 20px;
}





















#hero {
	/*display: none;*/
	background: url(../images/hero/sunset.jpg) no-repeat center top;
	height: 360px;
	border-bottom: 1px solid rgba(0,0,0,0.1);	
	position: relative;
	background-color: #000;
	background-size: cover;
}

#hero.guide { background-image: url(../images/hero/family.jpg); }
#hero.about { background-image: url(../images/hero/sunset.jpg); }
#hero.stay { background-image: url(../images/hero/billings.jpg); }
#hero.wrestling { background-image: url(../images/hero/StateWrestling-Image1.jpg); }
#hero.survive { background-image: url(../images/hero/hero-holiday-survival.jpg); }



#hero .page-intro {
	padding: 60px 0 20px;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000;
}

#hero .page-intro.page-intro-alt {
	color: #fff;
}


#hero .page-intro h1 {
	text-transform: uppercase;
	font-size: 48px;
}

#hero .page-intro.page-intro-alt h1 {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#hero .page-intro .lead {
	margin: 0;
	font-weight: 300;
}

#hero.alt {
	height: 360px;
}



.img-row {
	display: none;
}
























#content {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #f8f4e3;
	background: -moz-linear-gradient(top,  #f8f4e3 0%, #ffffff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f4e3), color-stop(50%,#ffffff));
	background: -webkit-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: -o-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: -ms-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: linear-gradient(to bottom,  #f8f4e3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4e3', endColorstr='#ffffff',GradientType=0 );
	
	background: #fff url(../images/gradient-top.jpg) repeat-x center top;
	
	border-top: 1px solid #fff;	
	/*border-color: #e65c3b;*/
	position: relative;
	box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.4);
	z-index: 100;
}

#content .page-intro {
	padding-bottom: 0;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	font-size: 48px;
}

.title-sm {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	color: #3096ad;
	margin: 0;
}

.title-sm-abstract {
	font-size: 16px;
	line-height: 1.5;
	font-family: Georgia, serif;
	font-style: italic;
	color: #777;
	margin: 20px 0 40px;
}

#content .interior-logo {
	display: block;
	margin: 0 auto 20px;
}


#content .well {
	border: 0;
	box-shadow: none;
}

.cal-dates {
	list-style: none;
	margin: 10px 0;
	padding: 15px 0;
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	overflow: hidden;
}

.cal-dates li {
	display: block;
	float: left;
	width: 8.3%;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}

.cal-dates li b {
	display: block;
	font-size: 24px;
	padding: 2px 0;
	color: #3096ad;
}

.cal-dates li.past,
.cal-dates li.past b,
.cal-dates li.past small {
	color: #ccc;
}

.cal-dates li small {
	color: #888;
}



.form-control {
	border-color: #ededed;
}

















/* visitor center */

#visitor-center {
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(../images/visitor-center-mono.jpg) no-repeat center;
	background-size: 100%;
	background-size: cover;
	color: #fff;
	border-top: 1px dashed #fff;
}

#visitor-center h2,
#visitor-center h4 {
	text-transform: uppercase;
	color: #ffe398;
	text-shadow: 0 -1px 0 #000;
}

#visitor-center h2 {
	font-size: 36px;
}

#visitor-center h4 {
	margin-top: 0;
}

#visitor-center h4 i {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
	color: #3096ad;
}

/*#visitor-center h2 span  {
	padding: 8px 24px;
	border-top: 2px solid #fc0;
	border-bottom: 2px solid #fc0;
}*/

















/* billings data */

#billings-data {
	padding: 0;
	background: url(../images/backgrounds/sunset.jpg) no-repeat center bottom fixed;
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 6px 18px -6px #000 inset;
}

.data {
	list-style: none;
	padding: 30px 20px;
	margin: 0;
	overflow: hidden;
	background: url(../images/blk-overlay-60.png);
	background: rgba(0,0,0,0.6);
}

.data li {
	/*display: table-cell;
	width: 1%;*/
	display: block;
	width: 100%;
	padding: 0%;
	text-align: center;
	color: #fff;
	border-left: 0px dotted #fff;
	border-color: rgba(255,255,255,0.6);
	font-weight: 300;
	min-height: auto;
	height: auto;
}

.data li:first-child {
	border: 0;
}

.data div {
	background: rgba(0,0,0,0.6);
	padding: 10px;
	border-radius: 4px;
	height: 100%;
}

.data h3 {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #ffe398;
	text-shadow: 0 1px 0 #333;
}









/* large travel guide */

.travel-guide-lg {
	display: none;
}












/* accordion */


.panel,
.panel-default,
.panel-default>.panel-heading {
	background-color: none;
	border: 0;
	box-shadow: none;
}

.panel-default>.panel-heading {
	background-color: #e4f5f9;
	background-color: #f8f4e2;
	background-color: #f9f9f9;
}

.panel-title a {
	position: relative;
	padding-left: 20px;
	display: block;
}

.panel-title a:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: '\f056';
	font-family: FontAwesome;
	font-size: 12px;
}

.panel-title a.collapsed:before {
	content: '\f055';
}



.rooms big {
	display: block;
	font-size: 32px;
	font-weight: 100;
}

.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}




/* select form */

.select-form {
	text-align: center;
	margin-bottom: 40px;
}

.select-form label {
	position: relative;
	text-transform: uppercase;
	padding-right: 12px;
	font-size: 15px;
	margin: 0;
	top:3px;
	color: #fff;
}

.select-form label i {
	position: relative;
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	top: -3px;
	margin-left: 6px;
	color: rgba(255,255,255,0.5);
	color: #ffad99;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.2);*/
}

.select-form span {
	display: inline-block;
	border: 0px solid #ddd;
	padding: 8px;
	border-radius: 6px;
	background: #e75c3b;
	background: #3096ad;
	border-top: 0px solid #a62000;
	border-bottom: 0px solid #a62000;
}

.select-form .form-control {
	width: auto;
	margin: 0 auto 0;
	display: inline;
}



.trigger {
	display: none;
	position:fixed;
	bottom: 0;
	left: 50%;
	z-index: 9500;
	background: #e55c3a;
	background: #3096ad;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	margin-left: -40px;
	margin-bottom: -45px;
	padding-top: 13px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,0.6);
	/*box-shadow: 0 0 8px #fff;*/
}

.trigger:hover {
	color: #fcdf77;
	background: #0c5d6f;
}

#map {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom:-51px;
	background: rgba(0,0,0,0.9);
	z-index: 500;
	display: none;
}

#map .map-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}







/* meetings - video */


#meet-video,
#gateway {
	background: #3096ad;
	background: -moz-linear-gradient(top,  #176f9b 0%, #3096ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#176f9b), color-stop(100%,#3096ad));
	background: -webkit-linear-gradient(top,  #176f9b 0%,#3096ad 100%);
	background: -o-linear-gradient(top,  #176f9b 0%,#3096ad 100%);
	background: -ms-linear-gradient(top,  #176f9b 0%,#3096ad 100%);
	background: linear-gradient(to bottom,  #176f9b 0%,#3096ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176f9b', endColorstr='#3096ad',GradientType=0 );
	background: #bb5327 url(../images/meet-features-topo.png) no-repeat right bottom;
	padding: 40px 0 50px;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

#gateway { background: rgb(21, 108, 179) url(../images/gateway-features-topo.png) no-repeat right bottom; }

#meet-video  .img-responsive,
#gateway  .img-responsive {
	margin: 0 auto;
}

div#P1.player.mb_YTVPlayer {
	background-image: url(../images/youtube-play.png) no-repeat center;
}




.half {
	width: 100%;
	float: none;
	position: relative;
}



.half.map {
	background: #f9f6e7;
}

.half.video {
	background: #000;
}

.video-bg {
	width: 100%;
	height: 100%;
	background: black;
}


iframe#mbYTP_P1.playerBox {
	margin-top: 0 !important;
}

.player {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.player iframe {
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gateway-map {
	position: relative;
	right: 0;
}

.btn-gateway-map {
	position: absolute;
	left: 50%;
	margin-left: -93px;
	top: 45%;
	z-index: 100;
}

.meet-features,
.gateway-features {
	list-style: none;
	margin: 0;
	margin-top: -30px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.meet-features li,
.gateway-features li {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-left: 1px dotted #fff;
	border-color: rgba(255,255,255,0.3);
	min-height: 320px;
}

.gateway-features li {
	min-height: 390px;
}

.meet-features li:first-child,
.gateway-features li:first-child {
	border: 0;
}



.meet-features li img,
.gateway-features li img {
	display: block;
	width: 100%;
	height: auto;
}

.meet-features .meet-feature-content,
.gateway-features .feature-content {
	padding: 0 20px;
}



.meet-features li h3,
.gateway-features li h3 {
position: relative;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 0px dotted #fff;
	padding-bottom: 15px;
	margin-top: -13px;
	padding-top: 40px;
	font-weight: 700;
	background: url(../images/circle-arrow-orange.png) no-repeat center top;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.gateway-features li h3 {
	background: url(../images/circle-arrow-orange.png) no-repeat center top;
}

.meet-features li p,
.gateway-features li p {
	padding-bottom: 15px;
	padding-top: 0;
	border-bottom: 0px dotted #fff;
}

.meet-features li h3,
.meet-features li p,
.gateway-features li h3,
.gateway-features li p {
	border-color: rgba(0,0,0,0.3);
}

.meet-features a,
.gateway-features a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.meet-features a:hover,
.gateway-features a:hover {
	text-decoration: none;
}


/* contact */

#contacts {
	background: #f8f4e3;
	background: -moz-linear-gradient(top,  #f8f4e3 0%, #ffffff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f4e3), color-stop(50%,#ffffff));
	background: -webkit-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: -o-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: -ms-linear-gradient(top,  #f8f4e3 0%,#ffffff 50%);
	background: linear-gradient(to bottom,  #f8f4e3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4e3', endColorstr='#ffffff',GradientType=0 );
}

#contacts:hover {
	cursor: move;
}

.contact {
	display: inline-block;
	position: relative;
	height: 100%;
}

.contact.brewer {

}

.contact.tyson {

}

.contact.mccandless {

}

.contact.hall {

}

.contact-info,
.contact-bio {
	float: left;
}

.contact-info {
	width: 30%;
	height: 100%;
}

.contact-info .pad {
	padding: 10px 30px 40px;
}

.contact-bio {
	width: 70%;
	padding: 30px 60px 40px 30px;
}




.nav-contacts {
	text-align: center;
	margin: -101px 0 40px;
	padding: 0;
}

.nav-contacts li {
	float: none;
	display: inline-block;
	margin: 0 12px;
	color: #555;
}

.nav-contacts li a {
	color: #888;
}

.nav-contacts li a:hover {
	color: #444;
}

.tab-contacts-content h3 {
	margin-top: 0;
}

.nav-contacts img {
	max-width: 130px;
	margin-bottom: 10px;
	padding: 4px;
}


.nav-arrow-tabs {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.nav-arrow-tabs li {
	display: block;
}



.nav-arrow-tabs li.active,
.nav-contacts li.active {
	background: none;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #fff;
}



.nav-arrow-tabs span,
.nav-contacts span {
	background: transparent;
	padding: 12px 16px 11px;
	display: block;
	border-radius: 6px;
	margin: 0 0 0;
	font-weight: 600;
}



.nav-arrow-tabs li.active span,
.nav-contacts li.active span {
	background: #e75c3b;
	color: #fff;
}




/* clock */
#tP {
	font-size: 64px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0;
	position: relative;
	width: auto;
}

#tP span {
	font-size: 18px;
	position: absolute;
	top: 15px;
	padding-left: 10px;
}









/* event details */

.event-info {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-color: #eee9d6;
	padding: 10px 0 7px;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #efefef;
	background: #f8f4e3;
}


body.event-detail .fa-ul li {
	margin-bottom: 15px;
}




















/* select dropdown icon */
.select-banner label i {
	display: none;
}












/* blockquotes */

blockquote {
	padding: 0;
	margin: 80px 0 40px;
	border: 0;
	position: relative;
	/*padding-left: 88px;*/
	line-height: 1;
	text-align: center;
}

blockquote:first-child {
	margin-top: 20px;
}

blockquote:before {
	content: '\f10d\00a0\f10e';
	font-family: FontAwesome;
	color: #3096ad;
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
}

blockquote p {
	line-height: 1.5;
}

blockquote cite {
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	font-weight: 700;
}

blockquote cite:before {

}


/*
blockquote p:before,
blockquote p:after {
	font-family: FontAwesome;
	display: inline;
	font-size: 12px;
	color: #ccc;
	vertical-align: text-top;
}

blockquote p:before {
	content: '\f10d';
	padding-right: 5px;
}

blockquote p:after {
	content: '\f10e';
	padding-left: 5px;
}
*/








/* responsive video embed */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.embed-meet-video {
	margin-bottom: 0;
}


.rfp-container {
    position: relative;
    padding-bottom: 100%; /* 16/9 ratio */
    height: 0;
    min-height: 1700px;
    overflow: hidden;
}
.rfp-container iframe,
.rfp-container object,
.rfp-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* misc */
.forever-views {
	display: none;
}

.countdown {
	background: rgba(0,0,0,0.1);
	padding: 5px;
	border-radius: 4px;
}
.countdown div {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .countdown div{
  display: inline;
  zoom: 1;
}
.countdown div:first-child {
  margin-left: 0;
}
.countdown div span {
  display: block;
  border-top: 0px solid #cecece;
  padding-top: 0px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}



/* experiences (bmw) */

.experiences {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	/*box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);*/
	background: #156cb3;
	position: relative;
	border-bottom: 2px dashed #fff;
	min-height: 440px;
}

.experiences li {
	position: relative;
}

.experiences li:hover .btn {
	background: #fff;
	color: #d73b15;
}


.experiences li .btn {
	width: 180px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -90px;
}


.experiences li div {
	padding: 10px 40px 40px;
	color: #fff;
	font-weight: 600;
}

.experiences h4 {
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.experiences p {

}

#bmw-carousel .owl-wrapper-outer,
#bmw-carousel .owl-wrapper,
#bmw-carousel .owl-item {
	min-height: 450px;
}

#bmw-carousel .owl-item {
	border-left: 1px solid #fff;
	border-color: rgba(255,255,255,0.5);
}

#bmw-carousel .owl-item:first-child {
	border: 0;
}





/* misc */

h4.well br {
	display: none;
}

.well {
	background-color: #f8f4e3;
	background-color: #f9f9f9;
}


.date-lg { 
	font-size: 36px; 
	display: block; 
	margin: 0 auto; 
	width: 64px; 
	height: 64px; 
	line-height: 64px; 
	color: #fff;
	border-radius: 50%;
	background: #3096ad;
	text-align: center;
	margin-bottom: 20px;
}











/* contest */

#contest {
	position: relative;
	padding: 30px 0 40px;
	background-color: #156cb3;
	background-color: #fff;
	color: #fff;
	color: #444;
}


#stars-contest-slides {

}



























/* details page */


.no-padding { padding: 0; }


.details-media {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.media-section {
	width: 100%;
	float: left;
	position: relative;
}
	@media (min-width: 992px) { .media-section { width: 50%; } }
	
.media-section .embed-container {
	margin-bottom: 0;
	position: relative;
}	
	@media (min-width: 992px) { .media-section .embed-container { margin-bottom: 0px; } }

.media-info { padding: 20px; }
	@media (min-width: 992px) { .media-info { padding: 40px 60px; } }

.media-info h4 { margin-top: 0; }

.media-info .row { padding-top: 20px; padding-bottom: 10px; border-top: 1px solid #ddd; }
.media-info .row:first-child { padding-top: 0; border: 0; }

.media-section .cycle-slideshow { position: relative; top: 0; }

.media-section .cycle-pager {
	background: transparent;
	padding: 20px 0;
}



















/* footer */

footer { 
	color: #fff;
	background: #156cb3 url(../images/footer-bg.png) center center;
	padding: 35px 0;
	border-top: 3px solid #023173;
	position: relative;
	font-size: 13px;
}

footer a i { font-size: 24px; vertical-align: middle; }

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffe398;
}























/* media queries */

@media (min-width: 480px) {
	.items-grid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	
	#billboard {
		padding-bottom: 55%;
	}

}









/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.items-grid li {
		width: 33.33333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	
	#billboard {
		padding-bottom: 55%;
	}
	
	.meet-features li,
	.gateway-features li {
		display: block;
		float: left;
		width: 33.33%;
		text-align: center;
	}	
	
	

}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

body.interior { padding-top: 87px; }


	.navbar-nav .open .dropdown-menu {
	background: #124772;
}

	.utility-nav {
		display: block;
		position: fixed;
		top: 0;
		background: #023274;
		padding: 0;
		font-size: 13px;
		border-bottom: 1px solid #e4e4e4;
		width: 100%;
		z-index: 1030;
	}
	
	.utility-nav select {
		margin-top: 9px;
	}
	
	
	.social {
		display: block;
		background: url(../images/social-bg.png) no-repeat center bottom;
		text-align: center;
		position: absolute;
		padding: 20px 10px 40px;
		z-index: 5000;
		right: 0;
		top: -37px;
		border-top: 3px solid #c23b19;
	}


	.social a {
		margin: 0 4px;
		text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	}
	
	

	.social a i {
		font-size: 22px;
		color: #fff;
	}	
	
	.social a:hover i {
		color: #ffe398;
	}
	
	
	
	
	
	
	.sharing {
		text-align: right;
		margin: 7px -3px 0 0;
	}
	
	.sharing a {
		margin: 0 4px;
		text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	}
	
	.sharing a i {
		font-size: 22px;
		color: #fff;
	}	
	
	.sharing a:hover i {
		color: #ffe398;
	}
	
	
	
	
	
	
	
	
	.navbar-fixed-top {
		top: 37px;
	}


	#billboard {
		padding-bottom: 48%;
	}
	
	.slide-logo {
		display: block;
	}
	
	.slide-btn {
		display: block;
	}
	
	
	.caption {
		position: absolute;
		top: 33%;
		left: 15%;
		width: 70%;
		margin: 0 auto;
		font-size: 42px;
		color: #fff;
		padding: 0px 100px;
	}	
	
	.cycle-slideshow {
		position: fixed;
		top: 87px;
		height: auto;
		
	}
	
	.cycle-pager {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.65)));
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%);
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%);
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%);
		display: block;
		bottom: 0;
		text-align: center;
		width: 100%;
		position: absolute;
		overflow: hidden;
		z-index: 600;
		padding: 20px 0 15%;
	}


	.welcome-logo {
		display: none;
	}
	
	.travel-guide {
		position: absolute;
		top: -35px;
		left: 50%;
		margin-left: -236px;
		width: 473px;
	}
	
	.travel-guide-links {
		top: 136px;
	}
	
	.travel-guide-lg {
		display: block;
		position: absolute;
		right: 30px;
		top: 60px;
	}
	
	.bug {
		margin-top: -20px;
	}
	
	
	.img-row {
		display: block;
		margin-top: -115px;
		margin-bottom: 5px;
		text-align: center;
		position: relative;
	}

	.img-row img {
		display: inline-block;
		margin: 0 14px 20px;
		max-width: 180px;
		padding: 4px;
	}
	
	
	.items-grid li {
		width: 20%; /* Fallback */
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
	
	#events {
		padding: 40px 160px 30px 130px;
	}
	
	#events .poweredby {
		position: absolute;
		right: 55px;
		top: 40%;
		text-align: center;
		font-size: 11px;
		line-height: 1;
		width: 100px;
		margin-top: 0;
		font-weight: 600;
	}
	
	
	
	#map {
		bottom:-85px;
	}
	
	.select-form span {
		padding: 14px 22px;
	}	
	
	.data {
		padding: 30px 80px;
	}	
	
	.data li {
		display: inline-block;
		vertical-align: top;
		width: 19%;
		padding: 0 1.5%;
		text-align: center;
		color: #fff;
		border-left: 1px dotted #fff;
		border-color: rgba(255,255,255,0.6);
		font-weight: 300;
		min-height: 160px;
	}
	
	.half {
		width: 50%;
		float: left;
		position: relative;
	}
	
	.embed-meet-video {
		margin-bottom: 10px;
	}
	
	.nav-arrow-tabs li {
		display: inline-block;
	}
	
	.nav-arrow-tabs li.active,
	.nav-contacts li.active {
		background: url(../images/title-arrow.png) center 100% no-repeat;
		padding-bottom: 16px;
	}	
	
	.nav-arrow-tabs span,
	.nav-contacts span {
		display: inline-block;
	}	
	
	h4.well br {
		display: block;
	}
	
		

}




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

	
	#did-you-know .arrow {
		position: absolute;
		left: -280px;
		top: 0;
	}
	
	#asides .vert-divider {
		display: block;
	}

}

/* Very Large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {

	.forever-views {
		display: block;
		margin: 30px auto 0;
	}

}

/* weather related stuff */
@font-face {
    font-family: 'weather';
    src: url('/weatherfont/artill_clean_icons-webfont.eot');
    src: url('/weatherfont/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/weatherfont/artill_clean_icons-webfont.woff') format('woff'),
         url('/weatherfont/artill_clean_icons-webfont.ttf') format('truetype'),
         url('/weatherfont/artill_clean_icons-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#bug-weather i {
	color: #fff;
	font-family: weather;
	font-size: 46px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	height: 36px;
	margin-top: 12px;
	display: block;
}

#bug-weather br {
	display: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }








/* navbar search form */


#search-form { margin-bottom: 20px; }
	
	@media (min-width: 992px) { #search-form { margin-left: 10px; margin-bottom: 0; } }

	#search-form input {
		outline: none;
	}
	#search-form input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: border-box;
		font-family: inherit;
	}
	#search-form input::-webkit-search-decoration,
	#search-form input::-webkit-search-cancel-button {
		display: none; /* remove the search and cancel icon */
	}

	#search-form input:-moz-placeholder {
		color: #999;
	}
	#search-form input::-webkit-input-placeholder {
		color: #999;
	}

	#search-form input[type=search] {
		position: relative;
		width: 100%;
		height: 20px;
		color: transparent;
		cursor: pointer;
		background: #f9f9f9;
		background: rgba(255,255,255,0.7) url(../images/search-icon.png) no-repeat 7px center;
		border: solid 1px transparent;
		padding: 14px;
		-webkit-border-radius: 120px;
		-moz-border-radius: 120px;
		border-radius: 120px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		top: 11px;
	}
	
		@media (min-width: 992px) { #search-form input[type=search] { width: 20px;  } }
	
	
	#search-form input[type=search]:hover {
		background-color: #fff;
	}
	
	#search-form input[type=search]:focus {
		width: 100%;
		padding-left: 28px;
		color: #000;
		background-color: #fff;
		cursor: auto;
	}	
		@media (min-width: 992px) { #search-form input[type=search]:focus { width: 115px; } }
	
	
	#search-form input:-moz-placeholder {
		color: transparent;
	}
	#search-form input::-webkit-input-placeholder {
		color: transparent;
	}






.toolbox-items {
	padding: 0 5px;
}

.toolbox-confirmation-desc {
	background: whitesmoke;
	padding: 10px 13px 1px;
	margin: 15px 0 0;
	border-radius: 6px;
}


@media (min-width:992px) {
    .modal-lg {
        width: 840px
    }
}

