@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'UniSans-Light';
	src: url('fonts/UniSansLight.eot');
	src: url('fonts/UniSansLight.eot?#iefix') format('embedded-opentype'),
				url('fonts/UniSansLight.woff') format('woff'),
				url('fonts/UniSansLight.ttf') format('truetype'),
				url('fonts/UniSansLight.svg#gothammedium0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniSans-Heavy';
	src: url('fonts/UniSansHeavy.eot');
	src: url('fonts/UniSansHeavy.eot?#iefix') format('embedded-opentype'),
				url('fonts/UniSansHeavy.woff') format('woff'),
				url('fonts/UniSansHeavy.ttf') format('truetype'),
				url('fonts/UniSansHeavy.svg#gothammedium0') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'UniSans-Thin';
	src: url('fonts/UniSansThin.eot');
	src: url('fonts/UniSansThin.eot?#iefix') format('embedded-opentype'),
				url('fonts/UniSansThin.woff') format('woff'),
				url('fonts/UniSansThin.ttf') format('truetype'),
				url('fonts/UniSansThin.svg#gothammedium0') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'UniSans';
	src: url('fonts/UniSans.eot');
	src: url('fonts/UniSans.eot?#iefix') format('embedded-opentype'),
				url('fonts/UniSans.woff') format('woff'),
				url('fonts/UniSans.ttf') format('truetype'),
				url('fonts/UniSans.svg#gothammedium0') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear{
	clear:both;
}

body{
	color:#FFF;
	margin:0px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	padding:0px;
	background:#fff;
	font-size:13px;
	min-width:1200px;
}

#topwrapper{
	padding:60px 0;
	background:url(images/top_bg.jpg);
}

#innerwrapper{
	width:100%;
	background-color:#f05759;
	padding:50px 0px;
}

h1{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	margin:10px 0;
	font-size:60px;
}

.banner {
	text-align:center;
	margin:0px auto 30px auto;
}

.main{
	width:1200px;
	margin:0 auto;
}

.logo{
	padding:20px 0;
	width:17%;
	margin:0 auto;
}

#top{
	background:#000;
}

#title{
	padding:40px 0;
	background:#f05759;
}

#middle{
	background:#f05759;
	padding:40px 0 0px 0;
	border-bottom:6px solid #fff;
}

#middle a.pop{
	display:block;
}

#middle .header{
	text-align:center;
	text-transform:uppercase;
	background:#fff;
	padding: 20px 10px 20px 10px;
	color:#000;
	font-weight:700;
	margin:0 0 40px 0;
	font-size:40px;
}

#middle .header .small{
	font-weight:300;
	font-size: 26px;
    padding: 5px 0 0 0;
}

#middle .header .price{
	font-size:20px;
}

#middle .header .click{
	border:2px solid #000;
	width:15%;
	margin:10px auto 25px auto;
	text-align:center;
	padding:5px 0;
	font-size:22px;
}

#middle .header a {
	color:#000;
	text-decoration:none;
}

#middle .video{
	float:left;
	width:18.65%;
	position:relative;
	margin:0 19.9px 0 0;
}

#middle .video.last{
	margin:0px;
}

#middle .video .play{
	position:absolute;
	top:23%;
	opacity: 0.85;
	left:34%;
}

#middle .name{
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
	color:#000;
	font-size:36px;
}

#middle .title{
	text-align:center;
	font-weight:300;
	color:#000;
	font-size:18px;
}


#middle .strong{
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	color:#000;
	font-size:24px;
}

#middle .view{
	border:10px solid #fff;
	padding:15px;
	position:relative;
	margin:20px 0 0 0;
}

.frame{
	position:relative;
	padding:54% 0 0 0;
}

 .frame iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#middle .view .play{
	position:absolute;
	width: 12%;
    top: 35%;
    left: 43%;
    opacity: 0.95;
}

/*Donation Form*/
.dn-padding {
	padding: 5px;
}



.dn-smalltext {
	font-size: 10px;
}

#dn-center {
	width: 90%;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	background-color:#FFFFFF;
	clear: both;
	color:#25242a;
	margin:0 auto;
	overflow: hidden;
	text-align:left;
	position: relative;
}

.dn-head{
	color:#f05759;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin: 10px 5px 5px 5px;
	padding:10px 0px 5px 0px;
	text-align: left;
	clear: both;
	overflow: hidden;
	position: relative;
}

.dn-subhead {
	clear:both;
	color:#f05759;
	text-align:left;
	padding:10px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}

#dn-center .dn-twoleft {
	float: left;
	width: 49%;
}

#dn-center .dn-tworight {
	float: right;
	width: 49%;
}

#dn-center .dn-onefull {
	width: 100%;
	clear: both;
}

#dn-center .dn-threewrap {
	float: left;
	width: 66%;
}

#dn-center .dn-threeleft {
	float: left;
	width: 50%;
}

#dn-center .dn-threecenter {
	float: right;
	width: 50%;
}

#dn-center .dn-threeright {
	width: 33%;
	float: right;
}

#dn-center .dn-clear {
	clear:both;
}

.dn-title {
	font-size: 12px;
	font-weight: bold;
}

.dn-textfield {
	width: 100%;
	height:30px;
	border:1px solid #b9bec4;
}

.dn-textfieldsm, .dn-textfieldsml {
	width: 50%;
	height:30px;
	border:1px solid #b9bec4;
}

.dn-textfieldsm.total{
	width:15%;
}

.dn-textfieldsml {
	width: 10%;
}

.dn-star {
	color: #F00;
}



.tickets {
	width:100%;
	background:rgba(0,0,0,0.8);
	text-align:center;
	margin:0 auto 15px auto;
	color:#FFF;
	font-size:18px;
	padding:15px;
	overflow:hidden;
}

.tickets .dn-head {
	color:#FFF;
}

.tickets .options {
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	width:35%;
}

.amountselect {
	height:30px;
	margin:0px 15px 0px 0px;
}

.ticket {
	clear:both;
	padding:0px 0px 15px 0px;
	/*
	width:100%;
	float:none;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	color:#f05759;
	text-align:center;
	margin:10px 0px 0px 0px;*/
		float:left;
	text-align:left;
	width:70%;
}

.ticketprice {
		float:right;
	font-weight:bold;
	width:20%;
	text-align:right;
	/*
	width:100%;
	float:none;
	font-size:15px;
	font-weight:normal;
	text-align:center;*/
}

.box {
	float:left;
	width:18%;
	margin:10px 1%;
	text-align:center;
}


.box .pix {
	margin:10px 0px 0px 0px;
}

.seats {
	float:right;
	width:58%;
}

.seats img {
	border:2px solid #f05759;
}

.seats .left {
	width:55%;
	float:left;
	text-align:left;
}

.seats .right {
	float:right;
	width:38%;
	margin:0px 5% 0px 0px;
}

.seats .buttons {
	padding:10px 0px;
}
.seats a.button {
	color:#FFF;
	font-family:'Oswald', sans-serif;
}

.dn-spacer {
	clear:both;
	height:10px;
}


.textfield {
	border:1px solid #b9bec4;
	height:30px;
	width:20%;
	display:block;
	margin:15px auto 0 auto;
}

.submit {
	border:none;
	background-color:#000;
	text-transform:uppercase;
	color:#FFF;
	padding:15px 0px;
	display:block;
	width:20%;
	font-size:25px;
	margin:20px auto 10px auto;
}


.reserve {
	padding:0px 0px 50px 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


#dn-account.dn-js { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


/*Inner*/
#innerwrapper .main {
	background-color:#FFF;
	padding:50px 0px;
	color:#000;
}

/*Videos*/
.videos {
	overflow:hidden;
}

.videos  .mainvid {
	width:70%;
	margin:0 auto 20px auto;
}

.videos .message a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:red;
}

.videos .box {
	float:left;
	width:18%;
	margin:15px 1%;
	
}

.videos .box  img{
	width:100%;
	height:auto;
}

.videos .box a {
	color:#000;
	text-decoration:none;
}

.videos .box .title {
	text-align:center;
	font-size:16px;
	padding:10px 0px;
}

form .dn-padding b{
	color: #f05759;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	vertical-align: middle;
}

form .add{
	font-size: 22px;
	text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.tickets .box .amountselect{
	width:20px;
	height:15px;
}

.box .pix{
	position:relative;
}

.box .pix .play{
	position:absolute;
	top: 26%;
    left: 37%;
	opacity:0.9;
    width: 22%;
}

/*Footer*/
#footer{
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
	background:#000;
	padding:50px 0;
}


#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a.link{
	font-size:25px;
	display:block;
	text-align:center;
	border-top:2px solid #f05759;
	margin:40px 0 0 0;
	padding:30px 0 5px 0;
}

#footer img{
	padding:0 10px 0 0;
	vertical-align: middle;
}

#footer span{
	padding:0 97px 0 0;
}

#footer span span{
	color:#f05759;
	padding:0 10px;
}

#footer span.last{
	padding:0px;
}

.copy{
	padding: 15px 0px;
    font-size: 12px;
    overflow: hidden;
	color:#000;
}

.copy .left {
    float: left;
    width: 50%;
}

.copy .right {
    float: right;
    text-align: right;
    width: 50%;
}

/*Social Media*/
.social a {
	text-decoration:none;
}

.social .fa {
	font-family: 'FontAwesome';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #f05759;
	text-align:center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display:inline;
	font-size:21px;
	line-height:21px;
	padding:0px 0px 0px 15px;
}

.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-google-plus:before {
  content: "\f0d5";
}

