/* reset */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	filter: inherit;
	outline: none;
}

ul, ol, li {
	list-style-type: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

img {
    border: 0;
}

/* base */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { /* declaring html5 elements */
	display: block;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'TheSans2-ExtraLightRegular', arial;
	font-size: 14px;
	color: #000;
	background: url("img/bg-texture.png") repeat 50% 50%;
}

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; display: none; line-height:0; height:0; }
.clearfix { display:inline-block; }

nav, section, footer {
	width: 100%;
}

div.container {
	width: 970px;
	margin: 0 auto;
	z-index: 10;
	padding: 0 5px;
}

.modal {
	cursor: pointer;
}

a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.button.red {
	background-color: #cd4842;
}
a:hover.button.red {
	background-color: #d0746f;
}

a.button.green {
	background-color: #7f973b;
}

a:hover.button.green {
	background-color: #a6b74a;
}

a.button.medium {
	padding: 6px 20px 5px 20px;
	margin: 5px 0;
	border-radius: 20px;
	vertical-align: middle;
}

a.button.big {
	padding: 14px 40px;
	border-radius: 35px;
	font-size: 18px;
	line-height: 49px;
}

div.photo-by {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	position: absolute;
	top: 170px;
	right: -138px;
	width: 300px;
	text-align: left;
	z-index: 1010;
	font-size: 10px;
	font-family: arial;
	color: #9b9ea5;
}

div.photo-by a {
	font-size: 10px;
	font-family: arial;
	color: #9b9ea5;
}
/* navigation */

#static-menu {
	position: absolute;
	z-index: 100;
	left: 100px;
	top: 35px;
	width: auto;
}

#static-menu ul li {
	position: relative;
	display: inline-block;
	height: 32px;
}
#static-menu ul li + li {
	margin-left: 35px;
}


#nav {
	z-index: 100;
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	height: 50px;
	position: fixed;
	top: -60px;
	left: 0;
	color: #fff;
	min-width: 590px;
	opacity: 0;
	transition: all 1s;
}

#nav.show {
	top: 0px;
	opacity: 1;
}

#nav #menu-wrapper {
	max-width: 970px;
	margin: 0 auto;
}

#nav li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

#nav #menu {
	float: left;
	margin-left: 20px;
}

#nav #menu li {
	height: 50px;
	line-height: 50px;
	margin-right: 40px;
	position: relative;
}

#nav #menu li a {
	color: #fff;
}
#nav #menu li .line,
#static-menu ul li .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.3);
}
#static-menu ul li .line {
	transition: all 0.4s;
	height: 2px;
}
#static-menu ul li:hover .line,
#static-menu ul li .line.active {
	background-color: #f2f3f4;
}
#static-menu ul li a.active, 
#static-menu ul li a {
	color: #fff;
}
#static-menu ul li a:hover {
	color: #f2f3f4;
}

#static-menu ul li a {
	letter-spacing: 0.5px;
}

#nav #menu li .line,
#nav #menu li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav #menu li.hover .line,
#nav #menu li.active .line {
	background-color: #cd4842;
}

#nav #menu li.green.hover .line,
#nav #menu li.green.active .line  {
	background-color: #9fbd3f;
}

#nav #menu li.yellow.hover .line,
#nav #menu li.yellow.active .line {
	background-color: #f5ca78;
}

#nav #menu li.purple.hover .line,
#nav #menu li.purple.active .line {
	background-color: #a97cb7;
}


#nav #menu li a:hover,
#nav #menu li.active a {
	color: #fff;
}

#nav #login {
	float: right;
	margin-right: 20px;
	height: 50px;
	line-height: 50px;
}

#nav #login span {
	margin-right: 20px;
}

#nav #login span a {
	color: #bbbcbc;
}

#nav #login span a:hover {
	color: #fff;
}

#header {
    height: 550px;
    text-align: center;
    color: #fff;
}

#header #logo {
    padding-top: 115px;
}

#header h1{
    letter-spacing: -1px;
    font-size: 65px;
    margin-top: 10px;
    line-height: 65px;
}

#header div.description {
    width: 560px;
    margin: 52px auto;
	overflow: hidden;
	position: relative;
}

#header div.description p {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    font-size: 16px;
}

#header div.description div.button {
    float: right;
    width: 200px;
    text-align: center;
}

#be-the-first-one span.free,
#header div.description div.button span {
    display: block;
    font-family: 'TheSans6-SemiBoldRegular';
    margin-top: 10px;
}



#footer {
	background-color: #28333b;
	padding-top: 40px;
	padding-bottom: 25px;
	float: left;
}

#footer .left {
	float: left;
	margin-top: 50px;
}

#footer .right {
	float: right;
}

#footer .left ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;

	vertical-align: middle;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;

	border: 5px solid transparent;
}

#footer .left .twitter-share-button {
	min-width: 60px;
}

#footer .left ul li div {
	cursor: pointer;
}


#footer .middle {
	margin: 0 auto;
    width: 400px;
}

#footer .middle div.logo-content {
	position: relative;
	margin: 0 auto;
    width: 100px;
}


#footer div.fb-like {
	margin-bottom: 6px;
	overflow: hidden;
}

#footer .right ul li {
	padding: 5px;
	text-align: left;
}

#footer .right ul li a {
	text-decoration: none;
	color: #d4d6d8;
	font-size: 18px;
	border-bottom: 1px solid #5d6770;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer .right ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer .middle div.logo {
	background: url("img/logo-small.png");
	width: 100px;
	height: 100px;
	position: absolute;
	top: -2px;
	animation: bottomlogo 3s ease-in-out 1.5s infinite;
	-webkit-animation: bottomlogo 3s ease-in-out 1.5s infinite;
	-moz-animation: bottomlogo 3s ease-in-out 1.5s infinite;
}

#footer .middle div.logo-shadow {
	background: url("./img/shadow-up.png");
	position: absolute;
	top: 108px;
	width: 100px;
	height: 30px;

	animation: shadowlogo 3s linear 1.5s infinite;
	-webkit-animation: shadowlogo 3s linear 1.5s infinite;
	-moz-animation: shadowlogo 3s linear 1.5s infinite;
}

#uvTab {
	opacity: 0.7;
}

/* modais */

.modal-container {
	background: url("img/login/login-bg.png") no-repeat scroll 0 100px #28333b;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	text-align: center;
}

.modal-container .wrap-logo {
	padding-top: 75px;
	padding-bottom: 5px;
}

.modal-container h1 {
	font-size: 55px;
	color: #fff;
}

.modal-container ul {
	margin-top: 15px;
}

.modal-container li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 8px;
}

.modal-container li div.field {
	width: 280px;
	position: relative;
}

.modal-container li div.field input {
	width: 248px;
}

.modal-container li div.field span {
	position: absolute;
	margin-top: 15px;
	left: 198px;
	font-family: 'TheSans6-SemiBoldRegular';
	color: #D44943;
	top: 1px;
}

.modal-container div.button {
	width: 280px;
	margin: 0 auto;
	margin-top: 10px;
	height: 49px;
}

.modal-container div.button img {
	display: none;
	vertical-align: middle;
	margin-top: 29px;
}

.modal-container .custom-checkbox {
	width: 123px;
	line-height: 22px;
	margin: 20px auto;
}

.modal-container .custom-checkbox label {
	cursor: pointer;
}

.modal-container div.bottom {
	margin-top: 48px;
	font-size: 16px;
}

.modal-container div.terms {
	padding: 21px 0 0;
	color: #d4d6d8;
	font-size: 13px;
	line-height: 22px;
}

.modal-container div.bottom span {
	color: #a0a0a0;
}

/* effects */

@-webkit-keyframes video {
	0% {-webkit-transform: scale(1);}
	50% {-webkit-transform: scale(1.08);}
	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes video {
	0% {-moz-transform: scale(1);}
	50% {-moz-transform: scale(1.08);}
	100% {-moz-transform: scale(1);}
}

@-webkit-keyframes bottomlogo {
	0% { margin-top:0px; }
	50% { margin-top:20px; }
	100% { margin-top:0px; }
}
@-moz-keyframes bottomlogo {
	0% { margin-top:0px; }
	50% { margin-top:20px; }
	100% { margin-top:0px; }
}

@-webkit-keyframes shadowlogo {
	0% { background: url("./img/shadow-up.png"); }
	50% { background: url("./img/shadow-down.png"); }
	0% { background: url("./img/shadow-up.png"); }
}
@-moz-keyframes shadowlogo {
	0% { background: url("./img/shadow-up.png"); }
	50% { background: url("./img/shadow-down.png"); }
	0% { background: url("./img/shadow-up.png"); }
}


/* fields */

.custom-checkbox {
	font-family: 'TheSans2-ExtraLightRegular', arial;
	font-size: 16px;
}

input {
	font-family: 'TheSans6-SemiBoldRegular';
	font-size: 15px;
}
.watermark {
	color: #182229;
}

div.field {
	cursor: text;
	height: 48px;
	background-color: #d0d0d0;
	-moz-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
	box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
	text-align: left;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

div.field.error {
	-moz-box-shadow: inset 1px 1px 15px rgba(255, 0, 0, 0.4);
	-webkit-box-shadow: inset 1px 1px 15px rgba(255, 0, 0, 0.4);
	box-shadow: inset 1px 1px 15px rgba(255, 0, 0, 0.4);
	background-color: #D2C4C4;
}

div.field.success {
	-moz-box-shadow: inset 1px 1px 15px rgba(127, 151, 59, 1);
	-webkit-box-shadow: inset 1px 1px 15px rgba(127, 151, 59, 1);
	box-shadow: inset 1px 1px 15px rgba(127, 151, 59, 1);
	background-color: #f4ffd6;
}

div.field:hover {
	background-color: #fff;
}

div.field.error.active {
	-moz-box-shadow: inset 1px 1px 15px rgba(255, 15, 0, 0.5), 0px 0px 20px rgba(255, 255, 255, 0.2) !important;
	-webkit-box-shadow: inset 1px 1px 15px rgba(255, 15, 0, 0.5), 0px 0px 20px rgba(255, 255, 255, 0.2) !important;
	box-shadow: inset 1px 1px 15px rgba(255, 15, 0, 0.5), 0px 0px 20px rgba(255, 255, 255, 0.2) !important;
	background-color: #D2C4C4 !important;
}


div.field.active,
div.field:active {
	background-color: #fff;
	-moz-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(255, 255, 255, 0.2);
}

div.field input {
	background-color: transparent;
	border: 0;
	width: 304px;
	padding: 16px;
}

.custom-checkbox {
	position: relative;
	text-align: left;
	margin-top: 20px;
	width: 245px;
}

.custom-checkbox input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
	display: none;
}

.custom-checkbox label {
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 1em;
	padding: 0.7em 0 0.7em 27px;
	padding-top: 0;
	padding-bottom: 0;
	background: url(img/checkbox.png) no-repeat 0 -14px transparent;
	color: #d0d0d0;
	font-weight: normal;
	cursor: help;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus {
	background-position: 0 -114px;
}

.custom-checkbox label.checked {
	background-position: 0 -214px;
}

.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
	background-position: 0 -314px;
}
.zEWidget-ticketSubmissionForm {
	left: auto !important;
	right: 0;
}