/* General */

.container {
	width: 960px;
}


/* Header */

.header {
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #ddd;
	
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	
	font-size: 17px;
	padding: 15px;
}

/* Menu */ 

.header .menu {
	float: right;
	list-style: none;
	margin-top: 5px;
}

.menu > li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

.menu a {
	color: #898989;
}
.menu .active-menu-item {
	color:#A40406;
	text-decoration:underline;
}

.menu-item {
	cursor: pointer;
}

/* Dropdown */

.dropdown-menu {
	font-size: 16px;
	margin-top: 5px;
	min-width: 105px;
}

.dropdown-menu li a {
	color: #898989;
	padding: 6px 20px;
	font-weight: 300;
}
/*.scrollable{
	font-size:90%; 
	overflow-y:auto; 
	height:350px;
}
.scrollable::-webkit-scrollbar {
	width: 6px;
	height: 12px;
	display: none;
}
.scrollable::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 3px;
}

.scrollable::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #ccc;  
}

.scrollable::-webkit-scrollbar-thumb:hover {
	background: #999;  
}
.scrollable:hover::-webkit-scrollbar{
	display: block;
}
p {
  font-family: arial;
  line-height: 1.4;
  margin: 0 0 .5em;
}*/
.scroll-bar-wrap {
  position: relative;
  margin: 2em auto;
}
.scroll-box {
  width: 100%;
  height: 350px;
  overflow-y: hidden;
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.4); 
}
.scroll-box::-webkit-scrollbar-track {
	background: rgba(0,0,0,.2);
	border-radius: 3px;
}
.scroll-box:hover {
   overflow-y:auto;
}

.agenda-table{
	width: 100%;
}
.past-gig>td{
	color: #b7b7b7;
}


/* Carousel */

.slider {
	position: relative;
	width: 100%;
	height: 470px;
	border-bottom: 1px solid #ddd;
}

.slide {
	background: transparent url('./index_files/feature-gradient-transparent.png') center center no-repeat;
	background-size: cover;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.active-slide {
	  display: block;
}

.slide-copy h1 {
	color: #363636;	 
	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
	font-size: 40px;
	margin-top: 105px;
	margin-bottom: 0px;
}

.slide-copy h2 {
	color: #b7b7b7;
	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
	font-size: 35px;
	margin: 5px;
}

.slide-copy p {
	color: #959595;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15em;
	line-height: 1.75em;
	margin-bottom: 15px;
	margin-top: 16px;
}

.slide-img {
	position: relative;
	margin-top:1.5%;
	text-align: right;
}

/* Slide feature */

.slide-feature {
	text-align: center;
	/*background-image: url('./index_files/ac.png');*/
	height: 470px;
}

.slide-feature img {
	margin-top: 112px;
	margin-bottom: 28px;
}

.slide-feature a {
	display: block;
	color: #6fc5e0;
	
	font-family: "HelveticaNeueMdCn", Helvetica, sans-serif;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
	font-size: 20px;
}

.slider-nav {
	text-align: center;
	margin-top: 20px;
}

.arrow-prev {
	margin-right: 45px;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}

.arrow-next {
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}

.slider-dots {
	list-style: none;
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}

.slider-dots li {
	color: #bbbcbc;
	display: inline;
	font-size: 30px;
	margin-right: 5px;
}

.slider-dots li.active-dot {
	color: #363636;
}

.videoframe {
	position:relative;
	margin-top:10%;
}

.fotoframe {
	position:relative;
	margin-top:10%;
}

.audioframe {
	position:relative;
	margin-top:10%;
}

/* line 8, ../sass/_footer.scss */
footer.global {
	text-align: center;
}
/* line 12, ../sass/_footer.scss */
footer.global h4 {
	color: #363636;
	font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 24px;
}
/* line 20, ../sass/_footer.scss */
footer.global p {
	background-color: #fff;
	color: #B7B7B7;
	font-size: 14px;
	margin-bottom: 35px;
}
/* line 27, ../sass/_footer.scss */
footer.global p a {
	font-weight: bold;
}
/* line 33, ../sass/_footer.scss */
footer.global .flip-it-button,
footer.global .flip-it-button img {
	display: block;
}
/* line 38, ../sass/_footer.scss */
footer.global .flip-it-button img {
	max-width: 100%;
	margin: 0 auto;
}
/* line 45, ../sass/_footer.scss */
footer.global .flip-tip-container a {
	font-weight: normal;
}
/* line 51, ../sass/_footer.scss */
footer.global .inner {
	margin: 0 auto;
	padding: 10px 0 25px;
	width: 960px;
}
/* line 57, ../sass/_footer.scss */
footer.global .equal-height-container {
	overflow: hidden;
}
/* line 61, ../sass/_footer.scss */
footer.global section {
	border-left: 1px solid #E1E1E1;
	float: left;
	overflow: hidden;
	margin-bottom: -900px;
	padding: 30px 20px 930px;
	position: relative;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 72, ../sass/_footer.scss */
footer.global section:first-child {
	border-left: none;
}
/* line 76, ../sass/_footer.scss */
footer.global section.last {
	padding-right: 0;
}
/* line 83, ../sass/_footer.scss */
footer.global section:first-child {
	padding-left: 80px;
	text-align: left;
}
/* line 87, ../sass/_footer.scss */
footer.global section a {
	color: #707070;
	font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/* line 93, ../sass/_footer.scss */
footer.global section a:hover {
	color: #000000;
}
/* line 98, ../sass/_footer.scss */
footer.global section:first-child .logo-tiny-icon {
	position: absolute;
	left: 0;
	top: 20px;
}
/* line 105, ../sass/_footer.scss */
footer.global p.locale-verbiage {
	clear: both;
	font-size: 12px;
	margin: 50px auto;
	width: 700px;
}
/* line 113, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button {
	margin: 6px auto;
	width: 115px;
}
/* line 114, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button,
footer.global .get-the-app a.get-the-app-button img {
	display: block;
}
/* line 122, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button img {
	width: 100%;
}
/* line 128, ../sass/_footer.scss */
footer.global .get-app {
	width: 138px;
}
@media only screen and (max-width: 959px) {
	/* line 134, ../sass/_footer.scss */
	footer.global > .inner {
	  text-align: center;
	  width: 750px;
	}
	/* line 139, ../sass/_footer.scss */
	footer.global section {
	  float: none;
	  position: relative;
	  vertical-align: top;
	  width: 33%;
	  display: inline-block;
	  vertical-align: top;
	  *vertical-align: auto;
	  *zoom: 1;
	  *display: inline;
	}
	/* line 147, ../sass/_footer.scss */
	footer.global section:first-child {
	  padding-left: 50px;
	  width: 200px;
	}
	/* line 151, ../sass/_footer.scss */
	footer.global section:first-child .logo-tiny-icon {
	  display: none;
	}
	/* line 156, ../sass/_footer.scss */
	footer.global section.last {
	  display: none;
	}
	/* line 161, ../sass/_footer.scss */
	footer.global p {
	  font-size: 12px;
	}
	/* line 164, ../sass/_footer.scss */
	footer.global p.locale-verbiage {
	  margin: 40px 75px 10px;
	  width: auto;
	}
}

/* line 173, ../sass/_footer.scss */
.legalese {
	background: #FFF url(../img/feature-gradient.png) center 100% no-repeat;
	color: #B7B7B7;
	font-size: 12px;
	padding: 30px 0;
	text-align: center;
}
/* line 180, ../sass/_footer.scss */
.legalese a {
	color: #B7B7B7;
}
/* line 183, ../sass/_footer.scss */
.legalese a:hover {
	color: #CC0000;
}
/* line 188, ../sass/_footer.scss */
.legalese .inner {
	margin: 0 auto;
	width: 960px;
}
/* line 193, ../sass/_footer.scss */
.legalese .inner > *,
.legalese li {
	display: inline-block;
	vertical-align: top;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
/* line 198, ../sass/_footer.scss */
.legalese ul {
	margin: 0 25px;
}
/* line 203, ../sass/_footer.scss */
.legalese li a {
	border-left: 1px solid #B7B7B7;
	margin-left: 8px;
	padding-left: 8px;
}
/* line 209, ../sass/_footer.scss */
.legalese li:first-child a {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
@media only screen and (max-width: 959px) {
	/* line 217, ../sass/_footer.scss */
	.legalese > .inner {
	  padding: 0 75px;
	  width: 750px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
}
