* {
	padding: 0;
	margin: 0
}
body {
	margin:0px; 
	background:#F1F1E2; 
	color: #000; 
	font-family: 'Lato', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-size:17px; 
	line-height: 27px;
}
a {
	text-decoration: none;
}
li {
    list-style: none;
}
.row {
	width: 100%;
	float: left;
	clear: both;
}
.wrapper { 
	width: 85%;
	max-width: 900px;
	padding:0px 80px; 
	margin:0 auto; 
}
.left {
	float: left;
	width: 48%
}
.right {
	float: right;
	width: 48%
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// header */
#header {
	width:100%; 
	height:20px; 

	position:relative; 
}
.hero {
	height: 590px;
	margin-bottom: 20px
}
.heroAbout {
	background:linear-gradient( rgba(119, 189, 202, 0.7), rgba(119, 189, 202, 0.7) ), url(images/heroWallpaper.png) repeat;
	background-size: auto 150%;
	height: 160px;
}
.heroHome {
	background: url(images/heroAbout.jpg) no-repeat center center scroll;
	background-size: cover
}
.heroBook {
	background:linear-gradient( rgba(246, 51, 120, 0.7), rgba(246, 51, 120, 0.7) ), url(images/heroWallpaper.png) repeat;
	background-size: auto 150%;
	height: 160px;
}
.heroContact {
	background:linear-gradient( rgba(140,242,176, 0.7), rgba(140,242,176, 0.7) ), url(images/heroWallpaper.png) repeat;
	background-size: auto 150%;
	height: 160px;
}
.heroPastshows {
	background:linear-gradient( rgba(255,151,79, 0.7), rgba(255,151,79, 0.7) ), url(images/heroWallpaper.png) repeat;
	background-size: auto 150%;
	height: 160px;
}
.heroVideo {
	background:linear-gradient( rgba(204,142,192, 0.7), rgba(204,142,192, 0.7) ), url(images/heroWallpaper.png) repeat;
	background-size: auto 150%;
	height: 160px;
}
.heroPast {
	height: 110px
}
.logo {
	display: block;
	white-space: nowrap;
	position: absolute;
	left:18px;
	top: 18px;
	font-family: "aw-conqueror-carved",sans-serif;
	font-size: 60px;
	line-height: 45px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 40
}
.logo a {
	color:#000;

}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// homepage */
.homepageCallout {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	width: 100%;
	background: rgba(232, 12, 122, 0.6);
	padding: 50px 0 20px 0;
	height: 30px;
	position: fixed;
	top: 60px;
	left: -60px;
	z-index: 30;
	text-indent: -60px;
}
.homepageCallout h1 {
	color: #fff;
	text-align: center;
	font-size: 80px;
	color: rgba(255,255,255,0.6);
	line-height: 0;
}
.homepagePoster {
	position: relative;
}
.homepagePoster img {
	position: absolute;
	top: 45px;
	left: 30px;
}
.homepagePoster h1 {
	position: absolute;
	top: 0px;
	z-index: 20;
	font-size: 67px;
}
.infoBox .mainText p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 0px;
}
.buyNow {
	text-align: center;
	background: #943C5A;
	width: 65%;
	display: block;
	padding: 20px 0;
	border-radius: 2px;
	color: #fff;
	margin: 61px auto 41px auto;
	font-size: 26px
}
.buyNow:hover {
	background: #333 
}
.infoBox {
	float: right;
	width: 48%
}
.poster .infoBox h2 {
	font-size: 13px;
	color: #000;
	padding: 0 0 21px 0;
	text-align: left;
}
.infoBox h3 {
	text-transform: initial;
	font-size: 15px;
	font-family: 'Lato', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.infoBox p {
	font-size: 15px;
	padding: 0 0 15px 0;
	line-height: 15px;
}
a.detailsLink {
    background-color: #09F;
    color: #FFF;
    border: none;
    padding: 2px 8px;
    border-radius: 2px;
}
a.detailsLink:hover {
    background-color: #004CFF;
    color: #FFF;
}
	.moreReviews {
		text-align: center;
		background: #943C5A;
		width: 65%;
		padding: 7px 12px;
		border-radius: 2px;
		color: #FFF;
		margin: 61px auto 41px auto;
		font-size: 16px;
	}
	.moreReviews:hover {
		background: #000
	}
	.reviews h2 {
		text-align: left;
		padding: 0 0 24px 0;
	}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  menu */
	button {
		border: none;
		padding: 15px 30px;
		outline: none;
		background: #09F;
		cursor: pointer
	}
	section button {
		display: inline-block;
		background: #09F;
		color: #FFF;
		font-weight: 400;
		padding: 10px 20px;
		margin: 5px;
		text-transform: uppercase;
		border-radius: 2px;
		letter-spacing: 1px;
		position: absolute;
		right: 3px;
		top:20px;
		z-index: 40
	}
	/* Overlay style */
	.overlay {
		position: fixed;
		width: 80%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.95);
		overflow-y: auto;
		z-index: 999;
	}

	/* Overlay closing cross */
	.overlay .overlay-close {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		top: 20px;
		overflow: hidden;
		border: none;
		outline: none;
		z-index: 100;
		background-color: transparent;
	}
	.overlay .overlay-close .fa {
		color: #09F;
		font-size: 40px;
		line-height: 0px;
	}
	/* Menu style */
	.overlay nav {
		text-align: center;
		position: relative;
		top: 34%;
		height: 60%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		height: 100%;
		position: relative;
	}

	.overlay ul li {
		display: block;
		height: 20%;
		height: calc(100% / 5);
		min-height: 54px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.overlay ul li a {
		font-size: 54px;
		font-weight: 300;
		display: block;
		color: #fff;
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
	}

	.overlay ul li a:hover,
	.overlay ul li a:focus {
		color: #f0f0f0;
	}


	.menuItems {
		float: left;
		width: 195px;
		margin: 43px 0 0 40px;
		position: relative;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;

	}
	.menuItems:hover {
		background-color: #ccc
	}
	.menuImg {}
	.menuText {
		width: 100%;
		padding: 17px 0;
		color: #000;
		display: block;
		border-bottom: 1px solid #CCC;
		font-size: 11px;
		background: #FFF;

	}
.menuDiamond {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}

.DiamondLabel {
	color: #FFF;
	width: 56px;
	text-align: center;
	position: absolute;
	top: -14px;
	right: -28.5px;
	text-transform: uppercase;
	font-size: 9px;
}
.twoLines {
	top: -9px;
	line-height: 10px;
}
.diamondRed {
	background-color: #FF530D;
}
.diamondOrange {
	background-color: #E82C0C;
}
.diamondYellow {
	background-color: #fdb514;
}
.diamondGreen {
	background-color: #00b36e;
}
.diamondRed {
	background-color: #FF530D;
}
.diamondBlue {
	background-color: #09F;
}
/* Effects */
html, body {
	overflow-x: hidden;
}

.container {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;	
}

.container.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.container::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.marginBottom {
	margin-bottom:70px; 
	height: 80px
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "futura-pt-condensed",sans-serif; 
	text-transform: uppercase;
}
h1, h2, h3, h4 {
	font-weight: 900; 
}
h1 {
	font-size:50px; 
	padding: 0 0 57px 0;
}
h2 {
	font-size: 39px;
	text-transform: uppercase;
	padding-bottom: 18px;
}
h3 {
	font-size:30px; 
	line-height: 30px;
}
h4 {
	font-size:28px; 
	padding: 0; 
	margin: 0; 
}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color:#0099ff; 
	font-weight:normal; 
	text-decoration:none; 
}
h5 {
	font-size:16px; 
	color:#666666; 
}
h6 {
	font-size:16px; 
	color:#666666; 
}
p {
	padding-bottom: 35px;
}
p a {
	color:#000; 
	text-decoration: none; 
	border-bottom: 1px solid #0099ff; 
}
p a:hover {
	color:#0099ff; 
}
hr {
	overflow: hidden;
    text-indent: -9999rem;
    font-size: 0px;
    line-height: 0;
    content: 'pattern dots';
    height: 30px;
    width: 100%;
    display: block;
    background: url(images/square.png);
    background-size: 3px;
    margin: 60px 0px;
    border: none
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  contact */
.contactWrapper {
	width: 50%
}
form#ajax-contact {
	padding-top: 14px;
}
input {
	padding: 13px 0;
	font-size: 13px;
	border-radius: 5px;
	float: right;
	width: 100%;
	border: 1px solid rgb(216, 223, 230);
	text-indent: 14px;
	margin-bottom: 19px;
}
input#message {
	padding: 10px 0 120px 0;
}

input:focus {
	border: 1px solid #000;
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.field button {
	border: none;
	padding: 15px 30px;
	outline: none;
	background: #943C5A;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 2px;
}
.field button:hover {
	background: #000;
}
.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	border-radius: 4px;
}
#footer:before{
	overflow: hidden;
	text-indent: -9999rem;
	font-size: 0px;
	line-height: 0;
	content: 'pattern dots';
	height: 30px;
	width: 100%;
	display: block;
	background: url(images/square.png);
	background-size: 3px;
	margin: 10px 0px;
}
#footer {
	width:100%; 
	padding:0px; 
	list-style:none; 
	float: left; 
	padding-bottom: 21px;
	margin-top: 90px;
}
#footer ul {
}
#footer li {
	float: left; 
	padding: 10px 37px 0px 5px; 
	color:#333; 
	line-height: 54px;
	font-size: 11px;
}
#footer li:nth-child(3) {
	background: none; 
	float: right;
  padding: 10px 9px;
}
#footer li:last-child {
	background: none; 
	float: right;
  padding: 10px 9px;
}
#footer a {
	color: #333; 
	text-decoration:none; 
}
#footer a:hover {
	text-decoration: none; 
	color: #000; 
}
#footer ul li .fa {
	font-size: 50px
}
.extendedCopy ul {
	padding: 0 0 2em 1em;
}
.extendedCopy li {
	list-style: disc
}

.divider:after {
	overflow: hidden;
	text-indent: -9999rem;
	font-size: 0px;
	line-height: 0;
	content: 'pattern dots';
	height: 30px;
	width: 100%;
	display: block;
	background: url(images/square.png);
	background-size: 3px;
	margin: 60px 0px 30px 0;
}
.divider h2 {
	padding-bottom: 29px;
}
.poster {
	float: left;
	width: 48%;
}
.poster img {
	margin: 0 auto
}
.poster h1 {
	padding: 0
}
.reviews {
	float: right;
	width: 48%;
	/*margin-top: 102px;*/
}

.work-list ul {
	background-color:pink; 
}
.work-list li {
	float: left;
	font-size: 15px;
	line-height: 21px;
	border-bottom: 1px solid #ba8eae;
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 100%; 
}
.work-list li:last-child {
	border-bottom: none
}
.work-list li a {
	color: #000;
}
.work-list li img {
	width: 10%;
	float: left;
	margin: 4px 2% 48px 0px;
}
.work-list li em {
	display: block;
	padding-top: 7px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 7px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  book */


.character ul li img {
	width: 100%;
	margin-bottom: 25px;
}



.character ul {
	width: 100%
}
.character ul li {
	width: 45%;
	float: left;
	margin: 0 5% 75px 0;	
}
.character ul li:nth-child(2),.character ul li:nth-child(4) {
	margin-right: 0px
}
.character ul li:nth-child(3),.character ul li:nth-child(4) {
	margin-bottom: 0px
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  responsive */


@media only screen and (max-width: 468px)  {
	.wrapper {
		width: 90%;
		padding: 43px 0 0 0;
	}
	.reviews,.poster {
		width: 100%;
		padding: 0
	}
	.logo {
		top: 8px;
		font-size: 48px;
		left: 8px;
		width: 60%;
		white-space: inherit;
	}
	section button {
		padding: 11px 11px;
		margin: 0px;
		right: 8px;
		top: 14px;
	}
	.navContainer {

		margin: 30px auto;
		padding-bottom: 200px
	}	
	.menuItems {
		width: 32%;
		margin: 43px 0 0 25px;
	}
	.menuImg img {
		width: 100%;
	}
	.menuDiamond {
		width: 30px;
		height: 30px;
		top: -15px;
		right: -15px;
	}
	.DiamondLabel {
		top: -13px;
		left: 53px;
		font-size: 8px;
	}
	.menuText {
		line-height: 15px;
		min-height: 28px;
	}
	.left, .right {
		width: 100%
	}
.infoBox {
	width: 100%
}
	.character ul li {
		width: 100%;
		float: left;
		margin: 0 5% 75px 0;
		font-size: 18px;
	}
	.character ul li:nth-child(2),.character ul li:nth-child(4) {
		margin-right: 75px
	}
	.character ul li:nth-child(3),.character ul li:nth-child(4) {
		margin-bottom: 75px
	}
	
	.hero {
		width: 100%;
		margin-bottom: 0.6em;
		background-size: auto 100%;
	}
	.heroHome {
		background-position: -110px bottom;
		background-size: cover
	}
	#footer ul li:last-child {
		display: none
	}
	p {
		font-size: 1em;
		line-height: 20px;
		margin: 2px 0;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	.mainText {
		font-size: 21px;
		line-height: 31px;
		padding-bottom: 41px;
		margin-bottom: 20px;
	}
	.work-list {
		width: 100%;
		padding: 0;
	}
	.work-list li {
		width: 100%;
		overflow: visible;
		padding-bottom: 7px;
	}
	#feature-block p a {
		padding: 20px 0;
		font-size: 20px;
		width: 100%;
		line-height: 27px;
		text-align: center;
	}
	.facebookWidget {
		width: 175px;
	}

	#footer {
		margin-top: 0px;
	}
	.tickets {
		padding: 11px 0px;
		margin: 10px 0;
		width: 100%;
		text-align: center;
	}
	.marginBottom {
		margin-bottom: 1.8em;
		display: none;
	}
	.video-container {
		margin-bottom: 1em;
	}
	#media-wrapper {
		width: 100%;
	}
}





