/* ------------ */
/* --- TAGS --- */
/* ------------ */

html, body {
	height:100%;
	width:100%;
}

body {
	font-family:"Lucida Grande","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
	font-style:normal;
    font-weight:normal;
    line-height:0;
	font-size:0;	
	overflow-x:hidden;
}

a {
	color:#0088CC;
}

h1, h2, h3 {
    font-weight:200;
    letter-spacing:-1px;
	line-height:normal;
	line-height:100%;
}
	h1 {
		/*text-shadow:0 0 10px rgba(0,0,0,0.2);*/
		font-size:65px;
		margin-bottom:15px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:25px; /*30px;*/
	}

.ui_inputTypeTexts, textarea {
	-webkit-appearance: none;

    /*background-color: #fff;*/
	background:transparent url(imgs/1px_fff_85.png) 0 0 repeat;
    border: 0 none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	/*box-shadow: 0 1px 5px #888;*/

	line-height:130%;
    color: #555;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    font-style: italic;
    margin: 0 0 5px;
    padding:13px 0;
    text-align: center;
    width: 100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui_inputTypeTexts:hover, textarea:hover {
    background-color: #fff;
}

.ui_inputTypeTexts:focus, textarea:focus {
    background-color: #fff;
}

.ui_inputTypeTexts.active, textarea.active {
    color: #000;
    font-style: normal;
}

.ui_inputTypeTexts.ui_formError, textarea.ui_formError {
	background-color:#fcc1c1 !important;
}

	textarea {
		height:100px;
		text-align: center;
	}
	
	textarea.active {
		/*font-size: 14px !important;*/
		line-height: 130% !important;
		text-align: left !important;
	}

.ui_inputTypeButtons {
	-webkit-appearance: none;

	cursor:pointer;
    border: 0 none;
	
	padding:10px;
	background-color:#0088cc;
	color:#fff;	

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.ui_inputTypeButtons:hover {
		background-color:#134863;
	}
	
	.ui_inputTypeButtons:hover {
		text-decoration: none;
	}

select {
    border: 0 none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0 1px 5px #888;
    color: #ccc;
    text-align: center;
}

select:hover, select:focus {
    background-color: #FFFEDE;
}

select.active {
    color: #000;
}

/* -------------- */
/* --- GERAIS --- */
/* -------------- */

/* --- Media Query --- */
.onlyDesk {
	display:inline-block !important;
}
.onlyDeskInline {
	display:inline !important;
}
.onlyDeskBlock {
	display:block !important;
}
.onlyMobile {
	display:none !important;
}
.onlyMobileInline {
	display:inline !important;
}
.onlyMobileBlock {
	display:none !important;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.next {
	cursor:pointer;
	display: inline-block;
	padding:0 22px 0 8px;
	background:url(imgs/arrowdown.png) 97% 11px no-repeat;
	
	background-color:#0088CC;
	color:#fff;
	text-decoration:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:18px;
	line-height: 150%;
	text-shadow:none;
}
.next:hover {
	text-decoration:none;
}
	.inicio .next {
		background-color:#8ad34f;
		margin-left:3px;
	}
	.inicio .next:hover {
		background-color:#72b13f;
	}
	.tickets .next {
		background-color:#0088cc;
	}
	.tickets .next:hover {
		background-color:#134863;
	}
	.formulario .next {
		background:#f90 url(imgs/arrowright.png) 91% 10px no-repeat;
	}
	.formulario .next:hover {
		background-color:#f47900;
	}

/* ------------------- */
/* --- ESPECIFICOS --- */
/* ------------------- */

.malha {
	background:url("imgs/malha_2px_fff_25.png") repeat fixed 0 0;
    /*height: 300%; position: absolute;*/
	height:100%; position:absolute; z-index:2;
    width: 100%;
	top: 0;
}

.notification {
	background-color:#fff;
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 130%;
    margin: 0 auto;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
	
	-webkit-box-shadow:0 0 20px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 20px 5px rgba(0,0,0,0.3);
	-ms-box-shadow:0 0 20px 5px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 20px 5px rgba(0,0,0,0.3);
	box-shadow:0 0 20px 5px rgba(0,0,0,0.3);
}

.notification p {
	display:inline;
	color:#16a2c5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 130%;
}

.notification a {
	float:right;
	background: url("imgs/modal_close.jpg") 0 0 no-repeat;
    display: block;
    height: 24px;
	width: 24px;
	margin: 0 10px 0 0;
    text-indent: -9999px;
}

.notification a:hover {
	background-position:0 -24px;
}

.barra {
	position:fixed; z-index:6;
	top:0;
	left:0;
	
	width:100%;
	padding:0;
	margin:0;
	height:40px;
	/*overflow:hidden;*/ /*nao pode ter overflow para poder abrir o modal do curtir */
	
	display:block;
	
	/*background:url(imgs/1px_000_40.png) 0 0 repeat;*/
	background:url(imgs/1px_000_70.png) 0 0 repeat;
}

.menu {
	float:right;
	margin:12px 20px 0 0;
	font-size:0.8em;
}

.menu a {
	display:inline-block;
	color:#fff;
	text-decoration:none;

	padding:1px 5px 0;
	margin:0 3px;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing: 1px;
	line-height: 18px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border:1px dotted #ccc;
}
	.menu a:first-child {
	}
	.menu a:last-child {
	}

.menu a:hover {
	text-decoration:none;
	background-color:#000;
}

.menu a.active {
	background-color:#000;
}

.controle {
	float:right;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	margin:0 0 0 10px;
	border-left: 1px dotted #fff;
}
	.controle a {
		display:block;
		width:40px;
		height:40px;
		overflow:hidden;
		background:url(imgs/controle.png) 0 0 no-repeat;
	}
	.controle a:hover {
		background-position:-40px 0;
	}
	.controle a.active {
		background-position:0 -40px;
	}
	.controle a.active:hover {
		background-position:-40px -40px;
	}

.compartilhe {
	float:left;
	padding:10px 0;
	vertical-align:top;
	font-size:0;
	line-height:0;
}

/* label */
.compartilhe .compartilhe_label {
	display:inline-block;
	padding:0;
	margin:0 5px 0 15px;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#fff;
	line-height:210%;
	text-align:left;
	text-transform: uppercase;
	text-shadow:0 0 2px rgba(0,0,0,0.2);
}

.em_widget {
	display:inline-block !important;
	vertical-align:top;
}
	.em_widget a {
		cursor: pointer;
		display:inline-block;
		height: 20px;
		line-height: 20px;
		padding:0 8px 0 23px;
		margin:0;
		
		background:#163b5a url(imgs/share_email_onlyicon.png) 5px 50% no-repeat;
		border: medium none;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;

        white-space: nowrap;
		font-family: 'Helvetica Neue',Helvetica,Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
		text-decoration:none;
		font-size: 11px;
		text-shadow: 0 -1px 0 #000;
		font-weight: bold;
		color:#fff;
		line-height: 20px;
		text-shadow: 0 -1px 0 #354c8c;
	}
	.em_widget a:hover {
		background-color:#45627b;
	}

.fb_widget {
	display:inline-block !important;
	vertical-align:top;
	margin:0 0 0 4px;
}

.tw_widget {
	display:inline-block !important;
	vertical-align:top;
	margin-left:5px;
}

.sidebar {
	position:fixed; z-index:6;
	top:15px;
	right:0;
	width:30px;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
}

.sidebar a {
	display:block;
	height:15px;
	width:15px;
	margin-bottom: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#fff;
	border:1px solid #ccc;
	text-indent:-9999px;
}
	.sidebar a.active, .sidebar a:hover {
		background-color:transparent;
		border:1px solid #000;
	}

.section {
	position:relative; z-index:1;
	width:100%;
	overflow:hidden;
	/*max-width: 1920px;*/
	/*min-height: 100%;*/
}
	.section.inicio {
		height:150%;
	}
	.section.tickets {
		position:absolute; z-index:4;
		height:100%;
		background:transparent url(imgs/1px_fff_90.png) 0 0 repeat;
		
		/*
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		*/
	}
	.section.formulario {
		height:150%;
	}

.flying {
	display:block;
	position:absolute; z-index:2;
	width:512px;
	height:512px;
	margin-top:-256px;
	background:url(imgs/flying.png) 0 0 no-repeat;
}

.section .content {
	position:relative; z-index:4;
	visibility:hidden; /* sera visible no js */
}

.inicio {
	background:url(imgs/bg1.jpg) no-repeat fixed 0 0;
	/* Sera definido no js
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

.inicio .warning_share {
	position:absolute; z-index:4;
	top:8px;
	left:41px;
	margin:0;
	display:block;
	width:151px;
	height:52px;
	background:url(imgs/warning_share.png) 0 0 no-repeat;
}

.inicio .bigarrow {
	position:absolute; z-index:3;
	left:59%;
	margin:-94px 0 0 -159px;
	display:block;
	width:318px;
	height:188px;
	top:56%;
	background:url(imgs/arrowbig.png) 0 0 no-repeat;
}

.inicio .content {
	width:900px; /*40%;*/
	height:340px; /*330px;*/
	text-align:left;
	margin:0;
	padding:50;
	
	line-height:140%;
	font-size:22px;
}

.inicio .content img, .inicio .content .space {
	visibility:hidden;
	float:left;
	width:300px;
	height:300px;
	margin:0 25px 0 0;
}

.inicio .content h1 {
	color:#fff;
}

.inicio .content p {
	float:left;
	width:565px;
	color:#555;
	margin:0;
	padding:0;
	text-shadow:1px 1px 0px #fff;
	
	font-size:22px;
    line-height:31px;
}

.inicio .content p span.highlight {
	/*background:transparent url(imgs/1px_fff_90.png) 100% 0 repeat;
	padding:0 0 0 5px;*/
}

.tickets {
	color:#555;
	/*color:#fff;*/
}

.tickets .warning_outros {
	position:absolute; z-index:4;
	top:50%;
	left:50%;
	margin:-85px 0 0 355px;
	display:block;
	width:107px;
	height:78px;
	background:url(imgs/warning_outros.png) 0 0 no-repeat;
}


.tickets .tickets_nav {
	position:absolute; z-index:9;
	top:50%;
	left:50%;
}

.tickets .tickets_nav a {
	cursor:pointer;
	display:block; float:left; position:absolute;
	width:85px;
	height:85px;
	background-image:url(imgs/nav.png);
	text-indent:-9999px;
}
	.tickets .tickets_nav a.disabled {
		cursor:text;
		-khtml-opacity: 0.10;
		opacity: 0.10;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=10);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
		filter:alpha(opacity=10);
	}

	.tickets .tickets_nav a.tickets_navPrev {
		margin-left:-505px;
		background-position:0 0;
	}
		.tickets .tickets_nav a.tickets_navPrev.active:hover {
			background-position:0 -85px;
		}
	
	.tickets .tickets_nav a.tickets_navNext {
		margin-left:420px;
		background-position:-85px 0;
	}
		.tickets .tickets_nav a.tickets_navNext.active:hover {
			background-position:-85px -85px;
		}
		
.tickets .tickets_page {
	display:block;
	position:absolute; z-index:5;
	width:60px;
	left:50%; margin-left:-30px;
	height:12px;
	top:50%; margin-top:180px;
	text-align:center;
}

.tickets .tickets_page a {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 3px;
	overflow:hidden;
	background-image:url(imgs/nav_pg.png);
	text-indent:9999px;
}
	.tickets .tickets_page a.active {
		background-position:-12px 0;
	}
	.tickets .tickets_page a:hover {
		background-position:0 -12px;
	}
	.tickets .tickets_page a.active:hover {
		cursor:text;
		background-position:-12px -12px;
	}

.tickets .content {
	width:900px;
	overflow:hidden;
	text-align: center;
	margin:0;
	padding:0;
	
	line-height:140%;
	font-size:22px;
}

.tickets .content h1 {
	color:#000;
	text-align:left;
}

.tickets .content h2 {
	display:block !important;
	text-align:left;
	color:#aaa;
	padding:0 0 10px 0;
	margin:-10px 0 0 0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
	font-size: 26px;
	letter-spacing:0.5px;
}

.tickets .content .tickets_lista {
}

.tickets .content .tickets_lista ul {
	height:260px;
	overflow:hidden;
	padding:20px 0;
	list-style:none;
}

.tickets .content .tickets_lista ul li {
	float:left;
	padding-right:12px;
	padding-left:12px;
	width:201px;
	background:transparent url(imgs/1px_000_10.png) 100% 0 repeat-y;
}
	.tickets .content .tickets_lista ul li:nth-child(4), .tickets .content .tickets_lista ul li:last-child {
		background:none;
	}

.tickets .content .tickets_lista ul li a {
	display:block;
	padding:15px 8px;
	color:#555;
	text-decoration:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tickets .content .tickets_lista ul li a:hover {
	background:transparent url(imgs/1px_fff_50.png) 100% 0 repeat;
	color:#000;
	box-shadow: 0 1px 5px #888;
}
	/*.tickets .content .tickets_lista ul li:last-child a:hover {
		background:#0088cc;
		color:#fff;
		box-shadow:none;
	}*/

.tickets .content .tickets_lista ul li a .ui_blankIcon {
	display:none;
}

.tickets .content .tickets_lista ul li a img {
	display:block;
	margin:0 auto 10px auto;
}

.tickets .content .tickets_lista ul li a p {
	margin:10px 0 0 0;
	padding:0;
	font-size:14px;
	line-height:130%;
	text-align:center;
}

.tickets .content .quetal {
	padding-top:35px;
}

.formulario {
	color:#fff;
	background:url(imgs/bg3.jpg) no-repeat fixed 0 0;
	/* Sera definido no js
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

.formulario .warning_back {
	position:absolute; z-index:5;
	bottom:43px;
	left:50%;
	margin:0 0 0 15px;
	display:block;
	width:129px;
	height:78px;
	background:url(imgs/warning_back.png) 0 0 no-repeat;
}

.formulario .content {
	width:500px; /*30%;*/
	text-align:left;
	padding:0 0 50px 0;
	/*height:550px;*/
	text-align:center;
	
	line-height:140%;
	font-size:22px;
}

.formulario .content h1 {
	color:#fff;
	text-align:left;
}

.formulario .content form {
	margin:0;
}

.formulario .content form label {
	cursor:pointer;
	display:inline-block; width:385px;
	padding:0 0 0 5px;
	color: #fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	font-size:20px;
	text-align: left;
	text-shadow:1px 1px 0px #000;
	vertical-align:middle;
}

.formulario .content form label input {
	height:20px;
	width:20px;
	vertical-align:middle;
	margin:-5px 1px 0 0;
}

.formulario .back {
	position:absolute; z-index:4;
	bottom:40px;
	left:50%;
	margin:0 0 0 -20px;
	cursor:pointer;

	display:block;
	height:40px;
	width:40px;
	overflow:hidden;
	
	background:#000 url(imgs/arrowtop.png) 50% 49% no-repeat;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
	.formulario .back:hover {
		background-color:#cc0347;
	}


/* -------------- */
/* --- Alerta --- */
/* -------------- */
.ui_formAlert {
	margin:0;
	padding:0;
	
	color: #fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	font-size:20px;
	text-align: left;
	text-shadow:1px 1px 0px #000;
}

.ui_formAlert b {
	font-weight:bold;
}

.ui_formAlert li:before {
	content:"* ";
	color:#f90;
	text-shadow:none;
	float:left;
	clear:both;
    font-size:30px;
	padding:3px 10px 0;
}

#ui_modalFrameBoxBody .ui_formAlert {
	color:#555;
	font-size:13px;
	line-height: 150%;
	text-shadow:none;
	margin:0 0 15px 0;
	padding:10px 20px;
	background-color:#f1f1f1;
}

#ui_modalFrameBoxBody .ui_formAlert b {
	/*font-weight:normal;
	color:#f90;*/
}

#ui_modalFrameBoxBody .ui_formAlert li:before {
	display:none;
}

/* --------------- */
/* --- Tooltip --- */
/* --------------- */

.ui_tooltipMSG {
	line-height:100%;
	font-size:16px;
}


/* ------------- */
/* --- Modal --- */
/* ------------- */

#ui_modalFrame {
	z-index:100;
}

#ui_modalFrameBg {
	background-color: #000;
	cursor: no-drop;
	height: 100%;
	left:0;
	/*position: absolute;*/
	position:fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}

#ui_modalFrameBox {
	background-color: #fff;
	border:0px; /*5px solid #ccc;*/
	position: fixed;  z-index:102;

	padding:30px;
	overflow:auto;
	
	min-width:200px;
	min-height:100px;
	
	line-height:100%;
	font-size:16px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	webkit-box-shadow:0px 0 20px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0 20px 5px rgba(0,0,0,0.4);
	-ms-box-shadow:0px 0 20px 5px rgba(0,0,0,0.4);
	-o-box-shadow:0px 0 20px 5px rgba(0,0,0,0.4);
	box-shadow:0px 0 20px 5px rgba(0,0,0,0.4);
}

#ui_modalFrameBox a {
	color: #ab0000;
	text-decoration: none;
}

#ui_modalFrameBox a:hover {
	text-decoration: underline;
}

#ui_modalFrameBoxHeader {
	margin:0 0 10px 0;
}

#ui_modalFrameBoxHeaderClose {
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
	#ui_modalFrameBoxHeaderClose a {
		display:block;
		width:24px;
		height:24px;
		background:url(imgs/modal_close.jpg) 0 0 repeat;
		text-indent: -9999px;
	}
	#ui_modalFrameBoxHeaderClose a:hover {
		background-position:0 -24px;
	}

#ui_modalFrameBoxBody {
	padding:10px 0 0 0;
}

	.sharemail {
		width:340px;
	}
	
	.ui_pageItemNav {	
		border-top: 1px dotted #ccc;
		clear: both;
		display: block;
		margin: 10px 0 0;
		padding: 10px 0 0;
		text-align: center;
	}
	
	.ui_pageItemNav a {
		background-color:#f1f1f1;
		color: #000 !important;
		display: inline-block;
		font-size: 35px;
		font-weight: bold;
		line-height: 34px;
		margin: 0 10px;
		padding:0 13px 5px;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	.ui_pageItemNav a:hover {
		text-decoration:none !important;
		color:#fff !important;
		background-color:#0088cc;
	}
	
	.ui_pageItemNav a.disabled {
		visibility:hidden;
	}
	
	.ui_pageItemNavPages {
		display:none;
	}

	.tickets_outro {
		width:300px;
		padding:10px 0 0 0;
	}
	
	.tickets_outroRS {
		float:left;
		padding:12px 7px 17px 8px;
		color:#aaa;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 21px;
		background-color:#eee;
	}

	#ui_modalFrameBoxBody .ui_inputTypeTexts, #ui_modalFrameBoxBody textarea {
		border:1px solid #ccc;
		background-color:#666;
		margin-bottom:15px;
		height: 45px;
		line-height: 45px;
		padding:0;
		vertical-align: top;
	}
		#ui_modalFrameBoxBody .tickets_outro .ui_inputTypeTexts, #ui_modalFrameBoxBody .tickets_outro textarea {
			width:190px;
		}
		#ui_modalFrameBoxBody .sharemail .ui_inputTypeTexts, #ui_modalFrameBoxBody .sharemail textarea {
			height:35px;
			line-height:35px;
			
			font-size: 18px;
			height: 30px;
			line-height: 30px;
		}
			#ui_modalFrameBoxBody .sharemail textarea {
				height:100px;
			}

#ui_modalFrameBoxBody .ui_inputTypeButtons {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:22px;
	line-height:150%;
	height:47px;
	vertical-align: top;
}

#ui_modalFrameBoxBody ul {
	margin:0;
	padding:0;
	list-style:none;
}

#ui_modalFrameBoxBody ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

#ui_modalFrameBoxBody ul li label {
	display:inline-block;
	padding: 0 0 5px;
}

#ui_modalFrameBoxBody ul li .ui_requiredSignal {
	color:#f90;
	padding-left:3px;
}


/* ------------------------------------ */
/* --- Entradas estruturais- Mobile --- */
/* ------------------------------------ */

@media all and (max-width: 980px) {
	/* --- Media Query --- */

	html, body {
		height:auto !important; /* Essencial para deixar a rolagem suave */
	}
	
	html {
		background:url("imgs/html_mobile.gif") 0 0 repeat;
		/*background-color:#e1e1e1;*/
		width:100%;
		overflow-x:hidden;
		/*-webkit-overflow-scrolling: touch;*/ /* Essencial para deixar a rolagem suave */
	}
	
	body {
		padding:45px 0;
	}
	
	.onlyDesk {
		display:none !important;
	}
	.onlyDeskInline {
		display:none !important;
	}
	.onlyDeskBlock {
		display:none !important;
	}
	.onlyMobile {
		display:inline-block !important;
	}
	.onlyMobileInline {
		display:inline !important;
	}
	.onlyMobileBlock {
		display:block !important;
	}
	
	.barra {
		position:fixed; /*position:relative;*/
		width:100% !important;
		text-align:center;
		padding:0;
		margin:0;
		height:43px;
		padding-top:3px;
		/*overflow:hidden;*/ /*nao pode ter overflow para poder abrir o modal do curtir */
		background:#fff;
		border-bottom:1px solid #ccc;
	}
	
	.compartilhe {
		width:100%;
		margin:0 auto;
		padding:10px 0 10px 0;
	}
	
	.image_top {
		width:90%;
		margin:20px auto 0 auto;
	}
	
	.image_top img {
		width:100%;
	}
	
	.next {
		background-position:95% 50% !important;
		/*position:absolute; z-index: 2; bottom:0;*/
		
		width:90%;
		padding:15px 0;
		margin: 0 5%;
		text-align:center;

		font-size:28px;
	}
	
	.ui_inputTypeTexts, textarea {
		background:#fff !important;
		margin: 0 0 7px;
		border:1px solid #ccc;
	}
	
	textarea {
		height:90px;
		margin:0 0 5px 0;
	}
	
	.section {
		height:auto !important;
		background:none !important;
	}
		.section.inicio {
		}
		.section.tickets {
			background:none;
		}
		.section.formulario {
		}
		
	.section .content {
		visibility:visible !important;
	}
	
	.inicio .content {
		width:90%;
		height:auto !important;
		margin:0 auto !important;
		padding: 25px 0 30px;
	}
	
	.inicio .content h1 {
		font-size:25px;
		text-align:left;
		color:#000 !important;
		text-transform: uppercase;
	}

	.inicio .content p	{
		 color:#000;
		 width:auto !important;
		 text-shadow:none;
		 background:none;
		 padding:0;
		 margin-bottom:15px;
		 font-size:20px;
	}

	.tickets {
		position:relative !important;
		margin:0 !important;
	}
	
	.tickets .tickets_nav {
		position:relative;
		width:100%;
		left:0;
		margin-top:0;
	}
	
	.tickets .tickets_nav a {
		margin-top:0;
	}
	
	.tickets .tickets_nav a.tickets_navPrev {
		position:absolute;
		left:0;
		margin-left:6%;
		margin-top:120px;
	}
	
	.tickets .tickets_nav a.tickets_navNext {
		position:absolute;
		right:0;
		margin-right:6%;
		margin-top:120px;
	}
	
	.tickets .tickets_page {
		width:250px;
		margin-left:-125px;
		margin-top:320px;
		top:0;
	}
	
	.tickets .tickets_page a {
		margin:0 7px;
	}
	
	.tickets .content {
		width:90%;
		height: 350px;
		margin:0 auto;
		padding:20px 0 0 0;
		border:1px solid #ccc;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
		background-color:#fff;
		
		/*box-shadow: 0 1px 5px #888;*/
	}
	
	.tickets .content h1 {
		font-size:25px;
		text-align:left;
		color:#000 !important;
		text-transform: uppercase;
		padding: 10px 0 0 20px;
	}
	
	.tickets .content h1 span {
		color:#555;
	}
	
	.tickets .content h2 {
		display:none !important;
	}
	
	.tickets .content .tickets_lista {
	}
	
	.tickets .content .tickets_lista ul {
		height:auto !important;
		padding-top:0;
		padding-bottom:0;
	}
	
	.tickets .content .tickets_lista ul li {
		background:none;
	}
	
	.tickets .content .tickets_lista ul li a {
	}
	
	.tickets .content .tickets_lista ul li a:hover {
		background-color:#f1f1f1;
		box-shadow:none;
	}
	
	.formulario .content {
		width:90%;
		margin:0 auto;
		padding:20px 0 0 0;
	}
	
	.formulario .content h1 {
		font-size:25px;
		text-align:left;
		color:#000 !important;
		padding:10px 0 0 0;
		text-transform: uppercase;
	}
	
	.formulario .content form {
		margin:0;
	}
	
	.formulario .content form label {
		text-shadow:none;
		color:#000;
		padding:0 0 0 10px;
		margin:0;
		
		width:auto;
		
		font-family: "Lucida Grande","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
		font-size: 22px;
		font-style:normal;
	}
	
	.formulario .next {
		margin-top:0;
		margin-bottom:0;
		background-color:#4965b5;
	}
	
	.formulario .next:hover {
		background-color:#163b5a;
	}
	
	
	.base {
		margin-top:40px;
		position:relative;
		width:100%;
		text-align:center;
		padding:0;
		height:43px;
		padding-top:3px;
		overflow:hidden;
		background:#fff;
		border-top:1px solid #ccc;
	}
	
	.ui_formAlert {
		color:#000;
		text-shadow:none;
		
		font-family: "Lucida Grande","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
		font-size:15px;
		line-height: 150%;
		font-style:normal;
		
		background-color:#fff;
		/*border: 1px solid #ccc;*/
		padding:0;
		margin:0 0 15px 0;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	.ui_formAlert ul {
		padding:10px;
	}
	
	.ui_formAlert li:before {
		padding-left:0;
	}
	
	.sharemail {
		width:240px;
	}
	
	.tickets_outro {
		width: 230px;
	}
	
	#ui_modalFrameBox {
		padding:20px;
	}
	
	#ui_modalFrameBoxBody ul li label {
		padding:0;
		font-size: 13px;
	}
	
	#ui_modalFrameBoxBody .sharemail .ui_inputTypeTexts, #ui_modalFrameBoxBody .sharemail textarea {
		display:block;
		font-size:15px;
		line-height:15px;
		font-size: 16px;
		height: auto;
		line-height: 16px;
		padding: 3px 0;
	}
	#ui_modalFrameBoxBody .sharemail .ui_inputTypeTexts, #ui_modalFrameBoxBody .sharemail textarea {
		margin-bottom:10px;
	}
	#ui_modalFrameBoxBody .sharemail textarea {
		height:70px;
	}
	
	#ui_modalFrameBoxBody .ui_formAlert {
		font-size:11px;
		line-height: 130%;
		padding:8px 0 8px 9px;
	}
	
	#ui_modalFrameBoxBody .ui_formAlert b {
		font-weight:normal;
		color:#f90;
	}
	
	#ui_modalFrameBoxBody .tickets_outro .ui_inputTypeTexts, #ui_modalFrameBoxBody .tickets_outro textarea {
		width:120px;
	}
}
                            