@charset "UTF-8"; 
/* CSS Document 
Author Name: Saptarang
Author URI: http://www.saptarang.org
Themeforest: http://themeforest.net/user/saptarang?ref=saptarang
Creation Date: 22nd December, 2013
version: 1.0.2
Description: A default stylesheet for OnEvent - Special Event Landing Page Template Designed & Developed By Saptarang.
*/
/* ====== TABLE OF CONTENTS ======== */
/*
- GENERAL
- HEADER
- INTRO
- SCHEDULE
- PROGRAMACAO
- SPEAKERS
- PARTNERS
- FAQ
- PRICING
- VENUE
- FOOTER
- TRANSITIONS
*/
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714em;
	color: #6a6a6a;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #3d3d3d;
}
h1 {
	font-size: 2em;
	font-weight: 300;
}
h2 {
	font-size: 1.714em;
	font-weight: 500;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.429em;
}
h5 {
	font-size: 1.286em;
	font-weight: 500;
}
h6 {
	font-size: 1.143em;
	font-weight: 500;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
:focus, :active, a:focus, a:active {
	outline: none;
}
p {
	margin: 0.3em 0 2em;
}
input[type=text], input[type=email], input[type=tel], textarea, input[type=number], .form-control {
	padding: 0.5em 1em;
	border: #e5e5e5 1px solid;
	-webkit-box-shadow: inset 0 2px 3px 0 #ececec;
	margin-bottom: 1.5em;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=number]:focus {
	-webkit-box-shadow: 0 0 5px 0 #2c94ff;
	box-shadow: 0 0 5px 0 #2c94ff;
}
/* ============ GENERAL ============ */

section.page-block {
	padidng: 3em;
	margin-bottom: 2.5em;
}
.section {
	display: block;
	background: #fff;
	padding: 2em;
	-webkit-box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
}
.page-head {
	display: block;
	margin: -2em -2em 2em -2em;
	padding: 1.5em 2em;
	background: #fbfbfb;
	border-bottom: #ececec 1px solid;
}
header.colored {
	padding: 1.5em inherit;
}
header.colored h2, header.colored p.text-muted {
	color: #fff;
}
header.colored p.text-muted {
	opacity: 0.7;
}
.no-border {
	border: none!important;
}
.no-padding {
	padding: 0!important;
}
.bottom-margin {
	margin-bottom: 2em;
}
.no-margin {
	margin-bottom: 0!important;
}
i {
	margin-right: 0.3em;
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	padding: 0.8em 1.5em;
}
.btn:hover, .btn:focus {
	background: #3d3d3d;
	color: #fff;
}
.btn-lg {
	padding: 0.8em 1em;
}
blockquote {
	font-size: 1.1em;
}
.tooltip {
	top: -40px!important;
}
ul.list-default {
	list-style-type: none;
}
ul.list-default li {
	padding: 0.8em 0 0.8em 2.5em;
	position: relative;
}
ul.list-default li:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 0.8em;
	top: 1.3em;
}
input, button, select, textarea, .form-control {
	border-radius: 0;
}
a.top {
	display: none;
	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	background: rgba(0,0,0,0.5);
	position: fixed;
	right: 1em;
	bottom: 1em;
	opacity: 0.8;
}
a.top:hover {
	opacity: 1;
}
.text-muted {
	color: #b2b2b2;
	margin: 0
}
#subscribeForm .form-control:-moz-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control::-moz-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control:-ms-input-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control::-webkit-input-placeholder {
color: rgba(255,255,255,0.7)!important
}
/* Light box classes */
.pp_nav p {
	line-height: 1em;
}
.pp_social {
	margin-top: 0.5em;
	float: none;
}
.pp_social .facebook {
	min-width: 100px;
}
/* ============ HEADER ============ */

h1.logo {
	background: none;
	border: none;
	margin:6px 0;
}
#top .container {
	position: relative;
}
#home {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
}
.navbar {
	min-height: 1em;
}
.navbar-header {
	display: none;
	position: absolute;
	top: 1em;
	right: 1.25em;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-align: center;
}
.navbar-header .navbar-toggle {
	display: block;
	margin: 0 5px 0 0;
	padding: 9px 0;
}
.navigation nav ul {
	text-align: right;
	margin: 0;
}
.navigation nav ul li {
	position: relative;
	margin: 0 0.5em;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.navigation nav ul li:last-child {
	margin-right: 0;
}
.navigation nav ul li:before {
	content: '';
}
.navigation nav ul li a {
	font-size: 0.9em;
	font-weight: 600;
	line-height: 4.95em;
	color: #3d3d3d;
	text-transform: uppercase;
}
.navigation nav ul li a i {
	opacity: 0.5;
	margin-left: 0.5em;
}
.navigation nav ul li .sub-nav {
	display: block;
	visibility: hidden;
	background-color: #fff;
	min-width: 10em;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	position: absolute;
	left: -0.5em;
	padding: 0;
	text-align: left;
	list-style-type: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
.navigation nav ul li:hover .sub-nav {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.navigation nav ul li .sub-nav li {
	margin: 0;
}
.navigation nav ul li .sub-nav li:hover a {
	background-color: #fbfbfb;
}
.navigation nav ul li .sub-nav li a {
	display: block;
	line-height: 2.5em;
	padding: 0.5em 1em;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.7);
	margin: 0;
}
.navbar {
	border: 1px solid rgba(0,0,0,0.1);
}
.navbar a.navbar-brand {
	color: #fff;
}
.navbar-collapse.in {
	overflow: visible;
}
#event-slider .carousel-inner {
	overflow: hidden;
	max-height: 50em;
}
#event-slider .carousel-inner .item img {
	width: 100%;
}
#event-slider .carousel-control {
	text-align: center!important;
}
#event-slider .carousel-control i {
	position: absolute;
	top: 50%;
	left: 45%;
	margin: 0;
}
/* ============ INTRO ============ */
#intro {
	min-height: 5em;
	position: relative;
}
#intro .container .section {
	margin-top: -9.4em;
}
#intro .section .page-head {
	padding-bottom: 0;
	padding-top: 1.5em;
}
.callback, .simple {
	font-size: 20px;
	background: #27ae60;
	padding: 0.5em 0.7em;
	color: #ecf0f1;
	margin-bottom: 50px;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.callback {
	cursor: pointer;
}
.ended {
	background: #c0392b;
}
.venue {
	float: left;
}
.styled {
	margin-bottom: 0px;
	margin-top: -1.5em;
	height: 100%;
	width: 100%;
	text-align: center;
}
.styled div {
	display: inline-block;
	font-size: 1em;
	font-weight: 200;
	line-height: 1;
	border: #e5e5e5 1px solid;
	border-style: none solid none none;
	padding: 0.3em 1em 0 1em;
	height: 100%;
}
.styled div:first-child {
	border-style: none solid;
}
.styled div span {
	display: block;
	font-size: 2.8em;
	margin: 10px auto;
}
/* IE7 inline-block hack */
*+html .styled div {
	display: inline;
	zoom: 1;
}
.styled div:first-child {
	margin-left: 0;
}
.styled div strong {
	display: block;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	background: #f6f6f6;
	padding: 0.45em 0.2em;
	margin: 0 -1em;
	text-transform: uppercase;
	color: #747474;
}
.regHeading {
	display: none;
}
#register {
	position: absolute;
	display: none;
	bottom: 6em;
	background: #FBFBFB;
	bortder: 1px solid #fff;
	padding: 2em;
	right: -0.9em;
	-webkit-box-shadow: 0 1.5em 4em 0 rgba(0,0,0,0.3);
	box-shadow: 0 1.5em 4em 0 rgba(0,0,0,0.3);
	width: 20em;
}
#register input[type=text], #register input[type=tel], #register input[type=email], #register textarea {
	margin-bottom: 0.4em;
}
#register input[type=submit] {
	padding: 0.4em 1.4em;
	margin-top: 0.5em;
	font-size: 0.9em;
}
#register .form-row {
	position: relative;
}
#register .form-row .error {
	position: absolute;
	top: 0.4em;
	right: 0.5em;
}
/*============== SCHEDULE ===============*/
#schedule .nav-tabs li {
	margin: 0;
	border: #e5e5e5 1px solid;
	border-style: none none none solid;
}
#schedule .nav-tabs li:first-child, #schedule .nav-tabs li.active a {
	border: none;
}
#schedule .nav-tabs li a {
	-webkit-border-radius: none;
	border-radius: none;
	display: block;
	padding: 1.5em 3.5em 1.5em 2em;
	margin: 0;
	clear: both;
}
.nav-tabs>li>a {
	border: none;
}
#schedule .nav-tabs li a:hover, #schedule .nav-tabs li.active a {
	background: #fbfbfb;
}
#schedule .nav-tabs li.active span.arrow {
	display: block!important;
	width: 15px;
	height: 10px;
	background: url(../img/icons/tab-active.png) no-repeat 0 0;
	margin: 0 auto -11px auto;
}
#schedule .nav-tabs li i {
	font-size: 3em;
	color: #b2b2b2;
	margin-top: -0.2em;
}
#schedule .nav-tabs li h5 {
	white-space: nowrap;
	display: inline-block;
}
#schedule .nav-tabs li h5 small {
	display: block;
	margin-top: 0.5em;
	white-space: nowrap
}
#schedule .nav-tabs li.active h5 small, #schedule .nav-tabs li:hover h5 small {
	color: #3d3d3d;
}
#schedule .tab-pane {
	padding: 3em 2em 2em 2em;
}
.tab-pane h3 i {
	display: none;
}
.schedule-box h6.section-head {
	display: inline-block;
	background: #3d3d3d;
	color: #fff;
	padding: 0.7em 1em;
}
.schedule-box h6.section-head span {
	display: inline-block;
	margin: -0.7em 1em -0.7em -1em;
	padding: 0.7em 1em;
	color: #fff;
	border-right: #fff 1px solid;
}
.schedule-box ul.activities {
	display: block;
	margin: 0 0 2em 0;
	background: #fbfbfb;
	border: #e5e5e5 1px solid;
	padding: 0;
}
.schedule-box ul.activities li {
	display: block;
	border-top: #e5e5e5 1px solid;
	padding: 2em 1.5em;
}
.schedule-box ul.activities li:hover {
	background-color: #fff;
}
.schedule-box ul.activities li p {
	margin-bottom: 0;
}
.schedule-box ul.activities li:first-child {
	border: none;
}
.schedule-box ul.activities li h6 {
	margin-bottom: 1em;
}
.eg-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0 auto 2em auto;
	padding: 0;
}
.eg-thumbs li {
	float: left;
	width: 24%;
	margin: 0.5%;
	background: #fff;
	padding: 1px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.eg-thumbs li a, .eg-thumbs li a img {
	display: block;
	position: relative;
}
.eg-thumbs li a {
	overflow: hidden;
}
.eg-thumbs li a div {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 100%;
	overflow: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.eg-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(255,255,255,0.3);
}

/*============== PROGRAMACAO ===============*/
#programacao .nav-tabs li {
	margin: 0;
	border: #e5e5e5 1px solid;
	border-style: none none none solid;
}
#programacao .nav-tabs li:first-child, #programacao .nav-tabs li.active a {
	border: none;
}
#programacao .nav-tabs li a {
	-webkit-border-radius: none;
	border-radius: none;
	display: block;
	padding: 1.5em 3.5em 1.5em 2em;
	margin: 0;
	clear: both;
}
.nav-tabs>li>a {
	border: none;
}
#programacao .nav-tabs li a:hover, #programacao .nav-tabs li.active a {
	background: #fbfbfb;
}
#programacao .nav-tabs li.active span.arrow {
	display: block!important;
	width: 15px;
	height: 10px;
	background: url(../img/icons/tab-active.png) no-repeat 0 0;
	margin: 0 auto -11px auto;
}
#programacao .nav-tabs li i {
	font-size: 3em;
	color: #b2b2b2;
	margin-top: -0.2em;
}
#programacao .nav-tabs li h5 {
	white-space: nowrap;
	display: inline-block;
}
#programacao .nav-tabs li h5 small {
	display: block;
	margin-top: 0.5em;
	white-space: nowrap
}
#programacao .nav-tabs li.active h5 small, #programacao .nav-tabs li:hover h5 small {
	color: #3d3d3d;
}
#programacao .tab-pane {
	padding: 3em 2em 2em 2em;
}
.tab-pane h3 i {
	display: none;
}
.programacao-box h6.section-head {
	display: inline-block;
	background: #3d3d3d;
	color: #fff;
	padding: 0.7em 1em;
}
.programacao-box h6.section-head span {
	display: inline-block;
	margin: -0.7em 1em -0.7em -1em;
	padding: 0.7em 1em;
	color: #fff;
	border-right: #fff 1px solid;
}
.programacao-box ul.activities {
	display: block;
	margin: 0 0 2em 0;
	background: #fbfbfb;
	border: #e5e5e5 1px solid;
	padding: 0;
}
.programacao-box ul.activities li {
	display: block;
	border-top: #e5e5e5 1px solid;
	padding: 2em 1.5em;
}
.programacao-box ul.activities li:hover {
	background-color: #fff;
}
.programacao-box ul.activities li p {
	margin-bottom: 0;
}
.programacao-box ul.activities li:first-child {
	border: none;
}
.programacao-box ul.activities li h6 {
	margin-bottom: 1em;
}
ul.li-blocks {
	display: block;
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
}
ul.li-blocks li {
	margin: 0!important;
	padding: 0.9em 1em;
	border: #e5e5e5 1px solid;
	border-style: solid none none solid;
	font-size: 1.15em;
	width: 25%;
	float: left;
}
ul.li-blocks li:nth-child(even) {
	border-right: #e5e5e5 1px solid;
}
ul.li-blocks li:nth-child(4n+1), ul.li-blocks li:nth-child(4n+4) {
	background-color: #f7f7f7;
}
ul.li-blocks li:hover {
	background: #f7f7f7;
}
ul.li-blocks li strong {
	color: #3d3d3d;
}
.eg-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0 auto 2em auto;
	padding: 0;
}
.eg-thumbs li {
	float: left;
	width: 24%;
	margin: 0.5%;
	background: #fff;
	padding: 1px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.eg-thumbs li a, .eg-thumbs li a img {
	display: block;
	position: relative;
}
.eg-thumbs li a {
	overflow: hidden;
}
.eg-thumbs li a div {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 100%;
	overflow: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.eg-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(255,255,255,0.3);
}

/*=================SPEAKER==================*/
.speaker .col-md-10 {
	border-right: #e5e5e5 1px solid;
}
.speaker .col-md-10 h6 {
	margin-top: 1em;
}
.speaker .col-md-10 p {
	font-size: 0.85em;
	color: #9e9e9e;
	margin-bottom: 1em;
}
.speaker .col-md-2 i {
	font-size: 2.6em;
	margin: 0.4em auto 0 auto;
	cursor: pointer;
}
.speaker-grid .section:hover .speaker .col-md-2 i {
	color: #3d3d3d;
	-moz-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-o-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-ms-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.speaker-grid .section {
	margin-bottom: 2em;
}
.speaker-grid .section figure {
	position: relative;
	overflow: hidden;
}
.speaker-grid .section .speaker {
	background: #fff;
}
.speaker-grid .section figcaption {
	display: block;
	bottom: 0;
	color: #fff;
	padding: 2em 1em 0.5em 1em;
	position: absolute;
	-webkit-box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	z-index: -1;
	/*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0px, 400px);
	-moz-transform: translate(0px, 400px);
	-ms-transform: translate(0px, 400px);
	-o-transform: translate(0px, 400px);
	transform: translate(0px, 400px);*/
	opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.speaker-grid .section:hover figcaption {
	z-index: 1;
	opacity: 0.9;
	/*-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);*/
}
/*================= PARTNERS ======================*/
#partners a img {
	float: left;
	padding: 10px 25px 10px 0;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#partners a:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.partner {
	display: block;
	margin-top: 2em;
}
/*================= FAQ ======================*/
.panel-heading, .panel-title, .panel, .panel-default {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.panel-heading {
	padding: 0;
}
.panel-heading a {
	display: block;
	padding: 1em 1em 1em 1.5em;
	color: #fff;
	font-weight: bold;
}
.panel-heading a span {
	display: block;
	margin: -2.8em -1em -1em 60em;
	background: #f5f5f5;
	padding: 1em;
	color: #6a6a6a;
}
.panel-body {
	padding: 2em 2em 0;
}
/* =============== PRICING =============== */

.priceBox {
	background-color: rgba(0,0,0, 0.03);
	padding: 1em 1.5em 1.5em;
	overflow: hidden;
	margin: 1.5em 0;
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.priceBox:hover {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0.015);
}
.priceBox ul {
	list-style-type: none;
	margin: 0 -1.5em 1.5em;
	padding: 0;
}
.priceBox ul li {
	padding: 0.9em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.priceBox ul li:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.price {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 1em;
	height: auto;
	margin: 0 -1.5em;
}
.price strong {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.5em;
}
.price strong small {
	font-size: 0.5em;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.5);
	margin-right: 0.3em;
}
.priceBox .heading {
	padding: 1.25em 1.5em;
	margin: -1.3em -1.8em 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.priceBox .heading h2 {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	text-shadow: 0 2px 1px rgba(0,0,0, 0.1);
}
.priceBox .btn {
	margin: 0 1.5em;
}
/*================= VENUE ======================*/
#venue .section {
	padding-bottom: 0;
}
#map_canvas {
	display: block;
	height: 25em;
	background: #f5f5f5;
	margin: -2em -2em 0em -2em;
	border-bottom: #e5e5e5 1px solid;
}
#venue .column {
	padding: 4em 0;
}
#venue .column-content {
	padding: 0 1em;
}
#venue .directions {
	padding: 2em 1em;
}
#venue .directions-input, #venue .directions-results {
	border-left: #e5e5e5 1px solid;
	padding: 2em 1em;
}
#venue .directions-results {
	overflow: auto;
}
#venue input[type=text] {
	display: block;
	width: 100%;
}
#venue .radio-option {
	display: block;
	margin-bottom: 0.5em;
	float: left;
	min-width: 120px;
	font-size: 0.9em;
	font-weight: normal
}
#routeForm .last {
	margin-bottom: 1em;
}
#venue .radio-option input[type=radio] {
	margin-right: 0.25em;
}
#directionsPanel {
	display: block;
}
#directionsPanel .adp-placemark td {
	padding: 5px!important;
}
#directionsPanel .adp-summary {
	text-align: center;
	font-weight: bold;
}
ul.address {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 -1em 0 -2em;
}
ul.address li {
	display: block;
	position: relative;
	border-top: #e5e5e5 1px solid;
	padding: 1em 2em 1em 5em;
}
ul.address li:first-child {
	border: none;
	padding-top: 0;
}
ul.address li i {
	position: absolute;
	left: 1em;
	top: 0.65em;
	color: #d2d2d2;
	font-size: 1.8em;
}
ul.address li:first-child i {
	top: 0;
}
/* ================== FOOTER ====================*/
#footer {
	background: #3d3d3d;
	min-height: 10em;
	margin-top: 6.5em;
	-webkt-box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
}
#footer .section {
	margin-top: -5.5em;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer h3 {
	color: #fff;
}
#footer .colored {
	border-bottom: 3px solid rgba(0,0,0,0.25);
}
#footer a:hover {
	color: #fff;
}
#footer .social {
	position: relative;
}
#footer .social a {
	color: #fff;
	opacity: 0.7;
	font-size: 1.7em;
}
#footer .social a:hover {
	opacity: 1;
}
#footer .text-center {
	color: #b2b2b2;
	font-size: 0.9em;
}
#footer p {
	margin-bottom: 0;
}
#subscribeForm .form-row {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
#subscribeForm input[type=email], #subscribeForm input[type=text] {
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	padding: 0.7em 1em;
	height: auto;
	background: rgba(0,0,0,0.25);
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#subscribeForm input[type=submit] {
	display: block;
	background: transparent url(../img/icons/plus.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	border: none;
	text-align: center;
	position: absolute;
	right: 0.65em;
	top: 0.65em;
}
#subscribeForm span.error i {
	position: absolute;
	top: -1em;
	left: 1em;
}
/* =============== Transitions ================ */
a, #partners a img, #schedule .nav-tabs li, #schedule .nav-tabs li h5, .schedule-box ul.activities li, #schedule .nav-tabs li h5 small, #schedule .nav-tabs li i, #programacao .nav-tabs li, #programacao .nav-tabs li h5, .programacao-box ul.activities li, #programacao .nav-tabs li h5 small, #programacao .nav-tabs li i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#tab-agenda-data {
	border:2px solid #ffffff; background-color:#ff6d40; width:25%; padding:10px; float:left;
}
#tab-agenda-data h5 {
	color:#ffffff;
}
#tab-agenda {
	border:2px solid #ffffff; background-color:#EBEBEB; padding:10px; float:left;
}
#tab-agenda h7 {
	font-weight:bold;
}
#clear {
	clear:both;
}
.col1 { width:25%; }
.col1pos2 { width:25%; margin-left:25%; }
.col1pos3 { width:25%; margin-left:50%; }
.col1pos4 { width:25%; margin-left:75%; }
.col2 { width:50%; }
.col2pos2 { width:50%; margin-left:25%; }
.col2pos3 { width:50%; margin-left:50%; }
.col3 { width:75%; }
.col3pos2 { width:75%; margin-left:25%; }
.col4 { width:100%; }


.sup {
	vertical-align:super;
	font-size:0.6em;
}

figure {
	line-height:1.2; 
	font-size:13px;
} 

hr {
	border-bottom:1px #cccccc dashed; border-top:none; border-left:none; border-right:none; clear:both;
}


#tb_sem_tit_col1 {float:left; width:70%; background-color:#999999; padding:5px; color:#fff; text-align:center; margin-bottom:1px;}
#tb_sem_tit_col2 {float:left; width:29%; background-color:#999999; padding:5px; color:#fff; text-align:center; margin-bottom:1px; margin-left:1px;}
#tb_sem_col1 {float:left; width:70%; background-color:#e6e6e6; padding:5px; color:#666666; text-align:center; margin-bottom:1px;}
#tb_sem_col2 {float:left; width:29%; background-color:#e6e6e6; padding:5px; color:#666666; text-align:center; margin-bottom:1px; margin-left:1px; }


#tb_tit_seminarios {float:left; background-color:#328db2; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_tit_seminarios a{ color:#fff; text-decoration:none;}
#tb_tit_seminarios a:hover { color:#d1e8f1;}
#tb_seminarios {float:left; background-color:#d1e8f1; padding:5px; color:#328db2;  margin-bottom:1px;}
#tb_seminarios a{ color:#328db2; text-decoration:none;}
#tb_seminarios a:hover { color:#81c2dc;}

#tb_tit_programas {float:left; background-color:#ca605b; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_tit_programas a{ color:#fff; text-decoration:none;}
#tb_tit_programas a:hover { color:#e9bcba;}
#tb_programas {float:left; background-color:#e9bcba; padding:5px; color:#aa2b25;  margin-bottom:1px;}
#tb_programas a{ color:#aa2b25; text-decoration:none;}
#tb_programas a:hover { color:#cf7672;}

#tb_tit_arenas {float:left; background-color:#8e6891; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_tit_arenas a{ color:#fff; text-decoration:none;}
#tb_tit_arenas a:hover { color:#ded2df;}
#tb_arenas {float:left; background-color:#ded2df; padding:5px; color:#8e6891;  margin-bottom:1px;}
#tb_arenas a{ color:#8e6891; text-decoration:none;}
#tb_arenas a:hover { color:#be9ac1;}

#tb_tit_cursos {float:left; background-color:#77b693; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_tit_cursos a{ color:#fff; text-decoration:none;}
#tb_tit_cursos a:hover { color:#d6eadf;}
#tb_cursos {float:left; background-color:#d6eadf; padding:5px; color:#4b8866;  margin-bottom:1px;} 
#tb_tit_cursos a{ color:#4b8866; text-decoration:none;}
#tb_tit_cursos a:hover { color:#92bca5;}

.coluna1 {width:79%; text-align:left;}
.coluna2 {width:19%; text-align:center;} 

#tb_tit_sem {float:left; background-color:#328db2; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_sem {float:left; padding:5px; color:#328db2;  margin-bottom:1px;}

#tb_tit_are {float:left; background-color:#8e6891; padding:5px; color:#fff;  margin-bottom:1px;}
#tb_are {float:left; padding:5px; color:#8e6891;  margin-bottom:1px;}

.colsem1 {width:8%; text-align:center;}
.colsem2 {width:50%; text-align:left;}
.colsem3 {width:22%; text-align:left;}
.colsem4 {width:20%; text-align:left;}

.colsem5 {width:25%; text-align:left;}
.colsem6 {width:75%; text-align:left;}


.btn-insc {
	margin-top:30px; 
	width:300px;
	background-color:#0770b2;	
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	padding: 0.8em 1.5em;
}
.btn-insc:hover, btn-insc:focus {
	background: #3d3d3d;
	color: #fff;
}

.cor_arenas {background-color:#8e6891;}


/*oiw*/
a.cssda {
position: fixed;
top: 100px;
right: -30px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
background: url(../img/oiwapp.png) no-repeat center center;
width: 200px;
height: 164px;
z-index: 3900;
opacity: 1;
}
