@font-face {
	font-family: AllRoundGothic;
	font-weight: bold;
	src: url(./fnt/All_Round_Gothic_Demi.otf) format('opentype');
	/* src: url(./fnt/Fontspring-DEMO-allroundgothic-thick.otf) format('opentype'); */
}

@font-face {
	font-family: AllRoundGothic;
	font-weight: bolder;
	src: url(./fnt/All_Round_Gothic_Bold.otf) format('opentype');
	/* src: url(./fnt/Fontspring-DEMO-allroundgothic-bold.otf) format('opentype'); */
}

@font-face {
	font-family: AllRoundGothic;
	font-style: italic;
	src: url(./fnt/All_Round_Gothic_Book_Oblique.otf) format('opentype');
	/* src: url(./fnt/Fontspring-DEMO-allroundgothic-textoblique.otf) format('opentype'); */
}

@font-face {
	font-family: AllRoundGothic;
	font-style: italic;
	font-weight: lighter;
	src: url(./fnt/All_Round_Gothic_XLig_Oblique.otf) format('opentype');
}

@font-face {
	font-family: AllRoundGothic;
	font-style: italic;
	font-weight: bold;
	src: url(./fnt/All_Round_Gothic_Demi_Oblique.otf) format('opentype');
	/* src: url(./fnt/Fontspring-DEMO-allroundgothic-thickoblique.otf) format('opentype'); */
}

@font-face {
	font-family: AllRoundGothic;
	font-weight: normal;
	font-style: normal;
	src: url(./fnt/All_Round_Gothic_Book.otf) format('opentype');
}

@font-face {
	font-family: Arista;
	font-weight: normal;
	font-style: normal;
	src: url(./fnt/Arista2.0\ light.ttf) format('truetype');
}

@font-face {
	font-family: Arista;
	font-weight: bold;
	font-style: normal;
	src: url(./fnt/Arista2.0.ttf) format('truetype');
}

/* * {
	outline: 1px solid red;
} */


div#container {
	background-image: url('./img/background.jpeg');
	/* background-repeat: repeat-x; */
	background-attachment: fixed;
	background-size: cover;
	z-index: -999;

	position: absolute;
}

body {
	font-family: AllRoundGothic;
	font-size: 12pt;
	color: white;
}

body a:link {
	color:white;
	text-decoration: none;
}

body a:visited {
	color:white;
	text-decoration: none;
}

body h1 {
	display: none;
	clear: both;
}

/*
 *
 * HEADER
 *
 */

header {
	display: block;
	position: relative;
	width: 1350px;

	margin: 0 auto;
}

header menu {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16pt;
	display: block;
}

header menu li {
	display: block;
	float: left;
	position: relative;
}

header menu#mnuMain {
	float: right;
	margin-right: 100px;
	margin-top: 50px;
}

header menu li a {
	padding: 7px 15px;
}

header menu#mnuMain li {
	float: right;
}

header menu#mnuMain li a {
	margin: 0 10px;
	color: #966E34;
}

header menu#mnuMain li a#btnTickets {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

header menu#mnuMain li a#btnTickets:hover {
	background-color: rgba(255, 255, 0, 0.5);
}

header menu#mnuMain li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

/*
 *
 * Content
 *
 */

div#content {
	display: block;
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#content h2 {
	display: inline-block;

	font-weight: bold;
	font-size: 19pt;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: AllRoundGothic;

	margin: 20px 0;
	padding: 5px 5px;
	background-color: #9F8308;
}

div#content h3 {
	display: inline-block;

	font-weight: bold;
	font-size: 17pt;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: AllRoundGothic;

	margin: 0px;
	padding: 5px 5px;
	color: #966E34;
}

div#content .row {
	display: block;
	position: relative;
	float: left;

	width: 100%;
	height: auto;

	padding: 20px 0;
}

div#content .redBack {
	background-image: url('./img/Rodebackground.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

div#content div.view {
	display: block;
	position: relative;

	width: 800px;
	background-color: none;

	margin: 0 auto;
}

div#content p {
	font-size: 15pt;

	margin: 20px 0;
	text-align: left;
}

div#content a.ticketLinkBody {

	font-family: AllRoundGothic;

	padding: 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;

	margin: auto;

	background-color: yellow;
	color: black;
}

div#content a.ticketLinkBody:hover {
	background-color: rgba(255, 255, 0, 0.5);
}

/*
 *
 * Content Page Specific
 * HOME
 *
 */

div#content div#homeTxt {
	padding-top: 150px;
}

div#content div#imgActors {
	display: block;
	float: left;
	position: relative;
	bottom: -123px;
	z-index: 100;
}

div#content div#imgActors img#imgAllActors {
	display: block;
	position: relative;
	width: 1250px;

	bottom: 0px;
	margin: auto;
}

div#content div#imgActors img#imgSmallActors {
	display: none;
}

div#content div#homeTxt p {
	font-family: 'Times New Roman';
	line-height: 30px;
}

div#content div#popupBall {
	display: block;
	position: absolute;
	float: left;

	left: -75px;
}

div#content div#popupBall p {
	color: #000000;
	text-align: center;
	font-size: 18pt;
}

div#content div#popupBall p a {
	display: block;
	font-size: 23pt;
	font-weight: bold;
}

/*
 *
 * Content Page Specific
 * PlayDates
 *
 */

div#content div#playdates {
	display: block;
	position: relative;

	padding-top: 40px;
}

div#content div#playdates div.location {
	display: block;
	position: relative;
	float: none;

	margin: 30px 0;
}

div#content div#playdates div.location div.showDate {
	display: block;
	/* border-bottom: rgba(255, 255, 255, 0.3) solid 2px; */
}

div#content div#playdates div.location div.showDate:nth-child(odd) {
	/* background-color: rgba(255, 255, 255, 0.3); */
}

div#content div#playdates div.location div.showDate p {
	display: block;
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	padding-left: 5px;

	text-align: left;
}

div#content div#playdates div.location div.showDate p.showDateDay {
	width: 150px;
	text-transform: capitalize;
	font-weight: bold;
}

div#content div#playdates div.location div.showDate p.showDateDate {
	width: 200px;
	text-transform: lowercase;
}

div#content div#playdates div.location div.showDate p.showDateLocation {
	width: 50px;
	text-transform: uppercase;
	text-align: right;
}

div#content div#playdates div.location div.showDate p.showDateTicketLink {
	width: 100px;
	text-transform: uppercase;
	margin-left: 20px;
}

div#content div#playdates div.location div.showDate p.showDateTicketLink a {
	color: yellow;
}

div#content div#playdates div.location div.showDate p.showDateTicketLink a:hover {
	color: black;
	background-color: yellow;
}

/*
 *
 * Content Page Specific
 * Cast
 *
 */

div#content div.cast {
	padding: 0px;

	height: 400px;
}

div#content div.cast p {
	display: block;
	position: absolute;

	text-align: left;

	z-index: 200;
}

div#content div.cast div.imgCast {
	display: block;
	position: absolute;
	width: 100%;
	top: 93px;
}

div#content div.cast div.imgCast img {
	display: block;
	width: 450px;
	margin: auto;
}

div#content div.cast .quote {
	width: 150px;

	font-style: italic;
	font-weight: lighter;
	font-size: 11pt;
	letter-spacing: 1px;
}

div#content div .name {
	letter-spacing: 5px;
	font-weight: bolder;
	font-size: 16pt;
	text-transform: uppercase;
}

div#content div .personageName {
	font-weight: normal;
	font-size: 16pt;
	text-transform: capitalize;
	color: #966E34;
}

div#content div.cast p.quoteLeft {
	top: 195px;
	left: 0px;
}

div#content div.cast p.quoteRight {
	top: 195px;
	right: 0px;
}

div#content div.cast p.nameLeft {
	top: 361px;
	left: 225px;
}

div#content div.cast p.nameRight {
	top: 361px;
	left: 460px;
}

div#content div.crew {
	padding-top: 100px;
	padding-bottom: 100px;
}


/*
 *
 * FOOTER
 *
 */

footer {
	display: block;
	position: relative;
	width: 100%;

	margin: 0 auto;
}

footer div.row {
	display: block;
	position: relative;

	width: 100%;
	/* height: 370px; */

	padding: 20px 0;
}

footer div.redBack {
	background-image: url('./img/Rodebackground.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

footer div.view {
	display: block;
	position: relative;

	width: 1200px;
	height: auto;
	background-color: none;

	margin: 0 auto;
}

footer div#aboutUs div#colImg {
	display: block;
	position: relative;
	float: left;

	height: 100%;
	line-height: 370px;
	/* width: 100%; */
}

footer div#aboutUs img#logoCC {
	width: 350px;
	vertical-align: middle;
}

footer div#aboutUs div#colText {
	display: block;
	position: relative;
	float: left;

	height: 100%;
	width: 580px;

	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

footer div#aboutUs div#colText p {
	font-family: 'Times New Roman';
	font-size: 15pt;
	line-height: 30px;
}

footer div#col1, footer div#col2, footer div#col3 {
	display: block;
	float: left;

	height: 200px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

footer div#col1 {
	width: 455px;
	text-align: left;
}

footer div#col2 {
	width: 455px;
}

footer div#col2 h3 {
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
	font-size: 17pt;
}

footer div#col2 p {
	font-size: 15pt;
}

footer div#col2 p#contactMail {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

footer div#col3 {
	width: 160px;
	height: 120px;
}

footer div#col3 a {
	float: left;
}

footer ul {
	display: block;
	position: relative;
}

footer ul li {
	display: block;
	/* float: left; */
	margin: 5px 0;
}

footer ul li a {
	display: inline-block;
	padding: 5px 0;

	text-transform: uppercase;
	font-size: 15pt;
	letter-spacing: 3px;
}

footer ul li a:hover {
	color: #966E34;
}

footer img.socials {
	width: 60px;
	height: 60px;
	margin: 0 10px;
}

menu, ul {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

.clearfix::after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.arista {
	font-family: Arista;
}

span.oneline {
	display: inline-block;
}


@media only screen and (max-width: 1200px) {
	header {
		width: auto;
	}

	header menu li {
		display: block;
		/* width: 100%; */
		margin: 10px 0;
		box-sizing: border-box;
	}

	header menu li a {
		display: block;
		box-sizing: border-box;
	}
	
	header menu#mnuMain {
		float: left;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
	}

	div#content div.view, footer div#aboutUs div#colText {
		width: 500px;
	}

	div#content div#imgActors img#imgAllActors {
		display: none;
	}

	div#content div#imgActors img#imgSmallActors {
		display: block;
		position: relative;
		width: 500px;

		bottom: 0px;
		margin: auto;
	}

	div#content div#imgActors {
		bottom: -82px;
	}

	div#content div#popupBall {
		/* display: none; */
		left: -30px; 
	}

	div#content div#popupBall img {
		width: 75%;
	}

	footer div.view {
		width: 500px;
	}

	footer div#col1, footer div#col2, footer div#col3 {
		width: 100%;
	}

	div#content div.cast {
		height: 400px;
	}

	div#content div.cast p.quote {
		display: none;
	}

	div#content div.cast div.imgCast {
		top: 92px;
	}
	
	div#content div.cast p.nameLeft {
		top: 360px;
		left: 80px;
	}
	
	div#content div.cast p.nameRight {
		top: 360px;
		left: 330px;
	}

	div#content div#playdates div.location div.showDate p.showDateTicketLink {
		width: 400px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	div#content div#playdates div.location div.showDate p.showDateTicketLink a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 3px 0;
	}
}

@media only screen and (max-width: 600px) {

	header {
		width: auto;
	}

	header menu li {
		display: block;
		/* width: 100%; */
		margin: 10px 0;
		box-sizing: border-box;
	}

	header menu li a {
		display: block;
		box-sizing: border-box;
	}
	
	header menu#mnuMain {
		float: left;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
	}

	div#content div.view, footer div#aboutUs div#colText {
		width: 85%;
	}

	div#content div#imgActors img#imgAllActors {
		display: none;
	}

	div#content div#imgActors img#imgSmallActors {
		display: block;
		position: relative;
		width: 350px;

		bottom: -2px;
		margin: auto;
	}

	div#content div#imgActors {
		height: 220px;
		bottom: 11px;
	}

	div#content div#popupBall {
		/* display: none; */
		left: 0px;
		top: -80px
	}

	div#content div#popupBall img {
		width: 60%;
	}

	footer div.view {
		width: 350px;
	}

	footer div#col1, footer div#col2, footer div#col3 {
		width: 85%;
	}

	div#content div#homeTxt {
		padding-top: 50px;
	}

	div#content div.cast {
		height: 300px;
	}

	div#content div.cast div.imgCast {
		width: 350px;
		top: 93px;
	}

	div#content div.cast p.quote {
		display: none;
	}

	div#content div .name {
		letter-spacing: 3px;
		font-size: 12pt;
	}

	div#content div.cast div.imgCast {
		top: 61px;
	}
	
	div#content div.cast p.nameLeft {
		top: 261px;
		left: 15px;
	}
	
	div#content div.cast p.nameRight {
		top: 261px;
		left: 200px;
	}

	div#content div#playdates div.location div.showDate p.showDateDay {
		text-align: left;
		width: 100%;
	}

	div#content div#playdates div.location div.showDate p.showDateDate {
		text-align: left;
		width: 100%;
	}

	div#content div#playdates div.location div.showDate p.showDateLocation {
		text-align: left;
		width: 100%;
	}

	div#content div#playdates div.location div.showDate p.showDateTicketLink {
		width: 350px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	div#content div#playdates div.location div.showDate p.showDateTicketLink a {
		display: block;
		width: 100%;
		text-align: left;
		padding: 3px 0;
	}

    div#content div#playdates div.location div.showDate p.showDateTicketLink {
        width: auto;
	}

	span.resphid {
		display: none
	}

}



@media only screen and (max-width: 450px) {

	div#content div.cast div.imgCast {
		width: 250px;
		top: 79px;
	}

	div#content div.cast {
		height: 250px;
	}

	div#content div.cast p.nameLeft {
        top: 216px;
        left: 9px;
    }
	
    div#content div.cast p.nameRight {
        top: 216px;
        left: 150px;
    }

    div#content div#popupBall img {
        width: 55%;
    }

}