/****
* TABLE OF CONTENTS:
* 1. General settings
* 2. Menu
* 3. "Welcome" step
* 4. "Featuring" step
* 5. "Safety" steo
* 6. "Sponsors" step
* 7. "Contact" page
* 8. Legacy - for non-3d and non-CSS3 browsers
***/

/****  1. General settings ****/
@import
	url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #fff;
	background: #0a0909 url(images/bg.png) no-repeat top center;
	background-attachment: fixed;
	margin:0;
}

a {
	color: #fff;
	text-decoration: none;
}

em {
	font-style: normal;
}
/* Fix of animated values which are set not properly by script*/
#animationContainer{
    transition: transform 2s ease-in-out, perspective, opacity  !important;
}
#animationContainer > div{
    transition: transform 2s ease-in-out, perspective, opacity  !important;
}

/** main container **/
#animationContainer {
	z-index: 1;
}

/** helpers **/
.clearer {
	clear: both;
}

.outlined {
	color: #c8a65f;
}

/** buildings & fireworks background **/
#panorama {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: transparent url(images/panorama.png) no-repeat center 100px;
	z-index: -1;
}


/** steps general rules **/
.step {
	width: 900px;
	min-height:820px;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1000ms;
}

.step.active {
	opacity: 1;
}

.step span {
	display: block;
}

.step span.light {
	font-weight: 300;
}

.step .column1 {
	float: left;
	width: 400px;
}

.step .column2 {
	float: right;
	width: 400px;
}

.step .header {
	display: block;
	margin: 50px auto 0 auto;
	width: 900px;
	height: 500px;
}

.step .vertical {
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-o-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	position: relative;
}

/****  2. Menu ****/
#menu {
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 10px;
	right:10px;
}

#menu ul {
	list-style: none;
	padding: 0;
	display: block;
	margin: 0 auto;
}

#menu ul li {
	list-style: none;
	margin: 3px 15px 3px 0;
	padding: 3px 5px;
	text-align: left;
	float: left;
}

#menu ul li.current,#menu ul li:hover {
	background: #a88249;
	border-radius: 5px;
}

#menu ul li.current a {
	font-weight: 500;
}

#menu ul li a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 100%;
	outline: none
}
#menu ul.buttonsSocial {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:-15px;
}
#menu ul.buttonsSocial li {
	display:inline-block;
	float:none;
	padding:0;
}
#menu ul.buttonsSocial li:hover {
	display:inline-block;
	background:none;
}

#menu ul.buttonsSocial li a {
	display:block;
	width:37px;
	height:37px;
	background: transparent url(images/social-icons.png) no-repeat 0 0;
	font-size:0;
	color:transparent;
}
#menu ul.buttonsSocial li.fb a {
	background-position: 0 0;
}
#menu ul.buttonsSocial li.gg a {
	background-position: -60px 0;
}
#menu ul.buttonsSocial li.vi a {
	background-position: -122px 0;
}
#menu ul.buttonsSocial li.tw a {
	background-position: -183px 0;
}






/****  3. "Welcome" step ****/
#welcome {
	
}

#welcome .header {
	background: transparent url(images/welcome/header.png) no-repeat center top;
}

#welcome .column1, #welcome .column2 {
	margin-top:-190px;
}

#welcome #date {
	line-height: 60px;
}

#welcome #date .line1 {
	font-size: 70px;
	line-height:75px;
}

#welcome #date .line2 {
	font-size: 36px;
	line-height:45px;
	font-weight: 400;
	color: #b99454;
	letter-spacing: 7px;
}

#welcome #date .line3 {
	font-size: 39px;
	line-height: 50px;
}

#welcome #date .line4 {
	font-size: 31px;
	line-height: 46px;
}

#welcome address {
	text-align: right;
}

#welcome address {
	font-style: normal;
	line-height: 60px;
}

#welcome address .organization-name {
	font-size: 61px;
	line-height:72px;
	font-weight: 500;
}
#welcome address .organization-name em {
	font-weight: 300;
}

#welcome address .street-address {
	font-size: 20px;
	line-height:29px;
}

#welcome address .info {
	font-size: 29px;
	line-height: 50px;
}

#welcome address .facebook,#welcome address .facebook a {
	font-size: 26px;
	text-decoration: none;
	line-height: 34px;
	font-weight:500;
}

#welcome #bottomLine {
	text-align: center;
	letter-spacing: 9px;
	font-size: 30px;
	margin: 40px 0 0 0;
}

#welcome #socialIcons {
	margin-right: 40px;
	margin-top: 10px
}

#welcome #socialIcons a {
	height: 41px;
	display: block;
	background: transparent url(images/welcome/socialSprite.png) no-repeat 0
		0;
	float: left;
	margin: 0 20px 0 20px;
}

#welcome #socialIcons .facebook {
	background-position: 0 0;
	width: 80px;
	margin-left: 224px;
}

#welcome #socialIcons .twitter {
	background-position: -80px 0;
	width: 115px;
}

#welcome #socialIcons .lastfm {
	background-position: -195px 0;
	width: 75px;
}

#welcome #socialIcons .youtube {
	background-position: -275px 0;
	width: 60px;
}





/****  4. "Featuring" step ****/
#featuring {
	
}

#featuring .column1,
#featuring .column2 {
	width: 420px;
	padding-left: 30px;
}

#featuring .header {
	background: transparent url(images/featuring/header.png) no-repeat center 20px;

}
#featuring .column1, #featuring .column2 {
	margin-top:-20px;
}

#featuring .floor {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
}

#featuring .hours {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 0 25px;
	color:#c8a65f;
}

#featuring .music {
	font-size: 35px;
	line-height: 36px;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-weight:500;
}

#featuring .music em {
	font-size: 20px;
	color: #c8a65f;
}

#featuring .column1 .vertical {
	font-size: 63px;
	top: -86px;
}

#featuring .column2 .vertical {
	font-size: 50px;
	top: -73px;
}

/****  5. "Drinks" step ****/
#drinks .header {
	background: transparent url(images/drinks/header.png) no-repeat center 20px;
}


#drinks .column1,
#drinks .column2 {
	width: 420px;
	padding-left: 30px;
}



#drinks .type {
	font-size: 20px;
	font-weight: 500;
	padding: 0 0 0 25px;
}

#drinks .drink {
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#drinks .drink em {
	color: #c8a65f;
	font-size: 20px;
	font-weight: 400;
}

#drinks .column1 .vertical {
	font-size: 55px;
	top: -76px;
}

#drinks .column2 .vertical {
	font-size: 36px;
	top: -53px;
}

/****  6. "Rules" step ****/
#rules .header {
	background: transparent url(images/rules/header.png) no-repeat center
		70px;
	height: 430px;
}

#rules .rulesContainer {
	margin-top:-15px;
}

#rules h1 {
	text-align: center;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}

#rules .rulesContainer > p {margin: 0 0 45px 0;}

#rules .column1 {
	width: 500px;
}

#rules .column2 {
	width: 300px;
}

#rules .column2 img {
	display: block;
}

#rules ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#rules p {
	font-size: 15px;
	line-height:20px;
	list-style: none;
}

#rules li {
	font-size: 15px;
	line-height:18px;
	list-style: none;
}


/****  7. "Contact" step ****/
.ctLegacy #animationContainer #contact.step {
	margin-bottom: 300px
}

#contact .header {
	background: transparent url(images/contact/header.png) no-repeat center 40px;
}

#contact .column1 {
	width: 300px;
}

#contact .column1 span {
	font-size: 23px;
	margin: 0 0 15px 0;
}

#contact .column1 textarea {
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #000;
	width: 270px;
	height: 100px;
	padding: 5px;
	font-size: 13px;
	overflow-y: auto
}

#contact .column1 input {
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #000;
	width: 270px;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 0 5px;
	font-size: 13px;
}

#contact .column1 input[type=submit] {
	background: #c8a55f;
	line-height: 30px;
	color: #fff;
	border: 0;
	font-weight: 500;
	height: 31px;
	width: 100px;
	display: block;
}

#contact .column2 {
	width: 300px;
}

#contact .column2 {
	float: left;
	margin: 0 0 0 5px;
}

#contact .column2 span {
	font-size: 23px;
	margin: 0 0 15px 0;
}

#contact .column2 p {
	margin: 0;
}

#contact .column2 a {
	
}

#contact .column2 a img {
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0 0 5px 0;
}

#contact .column3 {
	float: left;
	width: 250px;
	margin: 0 0 0 35px;
	padding: 100px 0 0 0;
	position: relative;
}

#contact .column3 img {
	position: absolute;
	top: -150px;
}

#contact .column3 address {
	font-style: normal;
	font-size: 16px;
	line-height:21px;
}

#contact .column3 address .street-address {
	margin: 0 0 15px 0;
}

#contact .column3 address .telephones {
	margin: 0 0 15px 0;
	color:#c8a65f;
}


#contact .column1, #contact .column2, #contact .column3 {
	margin-top:-70px;
}


/****  8. Legacy - for non-3d and non-CSS3 browsers ****/
.ctLegacy {
	
}

.ctLegacy #animationContainer {
	margin: 0 auto;
	min-width: 1192px;
	max-width: 1400px;
	width: 90%;
}

.ctLegacy #animationContainer .step {
	margin: 0px auto 150px auto;
	width: 90%;
	max-width: 900px;
	position: relative;
	opacity: 1;
}

.ctLegacy #animationContainer #contact {
	padding-bottom: 50px;
}

.ctLegacy #menu {
	position: fixed;
	top: 100px;
	left: 25px;
	display: none;
	background: transparent url(images/menuBg.png) repeat 0 0;
	border-radius: 5px;
}
.ctLegacy #menu ul.buttonsSocial {
	right:25px;
}


.ctLegacy #panorama {
	position: fixed;
	z-index: -2;
}

.ctLegacy #fireworks {
	position: fixed;
	z-index: -1;
}


/*contact form*/
#contact form.contactForm  span.error { color: red; font-size: 15px; margin: 5px 0 0 0}
#contact .contactFormWrapper {width: 300px;float:left;height: 200px}
#contact .alert.alert-error {color: red}


