html {
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: rgba(93,74,139,1);
/*
	background: -moz-linear-gradient(top, rgba(121,100,173,1) 0%, rgba(77,42,168,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,100,173,1)), color-stop(100%,rgba(77,42,168,1)));
	background: -webkit-linear-gradient(top, rgba(121,100,173,1) 0%,rgba(77,42,168,1) 100%);
	background: -o-linear-gradient(top, rgba(121,100,173,1) 0%,rgba(77,42,168,1) 100%);
	background: -ms-linear-gradient(top, rgba(121,100,173,1) 0%,rgba(77,42,168,1) 100%);
	background: linear-gradient(to bottom, rgba(121,100,173,1) 0%,rgba(77,42,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7964ad', endColorstr='#4d2aa8',GradientType=0 );
*/
}

html, body {
	margin: 0;
	padding: 0;
	min-width: 1024px;
}

h1, b, strong {
	font-weight: 500;
}

header {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/* border-bottom: 1px #ecb613 solid; */
}

div.cycle-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	overflow: hidden;
	z-index: -20;
}

div.cycle-slideshow img {
	width: 100%;
}

div#logo {
	display: inline-block;
	padding: 80px 0 40px 0px;
	color: #ecb613;
	font-family: 'Syncopate', sans-serif;
	font-size: 70px;
	font-weight: 100;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

div#logo span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	letter-spacing: 26px;
	opacity: 0.8;
}

div#phones {
	display: inline-block;
	float: right;
	padding-top: 50px;
	color: rgba(255,255,255,0.8);
	font-size: 20px;
}

#main-nav {
	height: 50px;
	background-color: rgba(0,0,0,0.7);
	/* border-bottom: 1px solid #ecb613; */
	line-height: 50px;
}

#main-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background-color: rgba(0,0,0,0.9);
}

#main-nav span,
#main-nav a {
	padding-right: 30px;
	color: rgba(255,255,255,0.8);
	font-size: 17px;
	cursor: pointer;
	text-decoration: none;
}

#main-nav span:hover,
#main-nav span.active,
#main-nav a:hover {
	color: #fff;
}

#main-nav span.active {
	pointer-events: none;
	cursor: default;
}


#container {
	max-width: 1000px;
	margin: 40px auto 0 auto;
	padding: 0 80px;
	color: rgba(255,255,255,0.8);
}

hr {
	margin: 40px 0;
	border-color: #ecb613;
}


div.header-max {
	position: relative;
	padding: 0 80px;
	max-width: 1000px;
	margin: 0 auto;
}



/* SWIPER */

#portfolio {
	position: relative;
}

/*
#portfolio-gallery {
	height: 400px;
}
*/

.swiper-container {
	box-shadow: 0px 0px 15px 5px rgba(236,182,19,0.3);
	border: 1px rgba(236,182,19,0.3) solid;
}

.swiper-container, .swiper-slide {
  width: inherit;
  height: inherit;
  background-position: center center;
  background-size: cover;
}

#portfolio .swiper-container h1 {
	height: 30px;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	font-weight: 100;
	padding: 15px 25px;
}

#portfolio .swiper-container h1 a:link,
#portfolio .swiper-container h1 a:visited {
	display: inline-block;
	color: inherit;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,0.8);
}

#portfolio .swiper-container h1 a:hover,
#portfolio .swiper-container h1 a:active {
	border: none;
}

.portfolio-arrows {
	position: absolute;
	top: 225px;
	height: 80px;
	width: 96%;
	padding: 0 2%;
	z-index: 10;
}

.portfolio-arrows img {
	cursor: pointer;
}

.portfolio-arrows img.left {
	float: left;
}
.portfolio-arrows img.right {
	float: right;
}



/* STAGE SETS */

#stage-sets div.set {
	display: inline-block;
	width: 49%;
	height: 450px;
	margin-bottom: 20px;
	vertical-align: top;
}

#stage-sets div.set:nth-of-type(2n+1) {
	margin-right: 1.5%;
}

#stage-sets div.set > a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

#stage-sets div.set > a h3 {
	display: inline-block;
	margin-bottom: 10px;
}

#stage-sets div.set > a p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#stage-sets div.set > a:not(:first-child):hover h3 {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	margin-bottom: 9px;
}

#stage-sets div.set > a:first-child {
	display: block;
	width: 100%;
	height: 300px;
	border: 1px rgba(236,182,19,0.5) solid;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#stage-sets div.set > a:first-child:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#stage-sets div.set > a.inactive {
	cursor: default;
	pointer-events: none;
}


/* CONTACT */

#contact p {
	font-size: 18px;
	text-align: center;
}

#contact p a {
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}



/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 70px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.7);
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}

footer span:first-child {
	position: absolute;
	left: 80px;
}

footer span:not(:first-child) {
	position: absolute;
	right: 80px;
}

footer a {
	color: #fff;
}

/* UTIL LINKS */

footer a:hover,
#contact a:hover {
	text-decoration: none;
}

/* SET PAGE */


.set-page h1.set-title {
	text-align: center;
	font-size: 60px;
	margin: 20px 0 50px 0;
	color: #ecb613;
	font-weight: 100;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

.set-page p.info {
	display: inline-block;
	width: 40%;
	margin: 0;
	padding: 20px 0 0 0;
	vertical-align: top;
}

.set-page .video {
	display: inline-block;
	width: 55%;
	margin-left: 4%;
	vertical-align: top;
	border: 1px rgba(236,182,19,0.3) solid;
	box-shadow: 0px 0px 15px 5px rgba(236,182,19,0.3);
}

.set-page .video > img {
	vertical-align: top;
}

.set-page p span.more {
	font-size: 17px;
	font-weight: 300;
	color: rgba(236,182,19,1);
}

#set-gallery {
	position: relative;
	width: 100%;
}

#set-gallery .portfolio-arrows {
	top: 210px;
}

#set-gallery .swiper-container {
	height: inherit;
}