@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
Description: A default stylesheet for OnEvent - Special Event Landing Page Template Designed & Developed By Saptarang.
*/

.g-recaptcha div {
	margin: auto
}

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: 1em;
	font-weight: 400;
	line-height: 1.714em;
	/*	color: #6a6a6a; */
	color: #000;
	-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 {
	outline: none !important;
}

p {
	margin: 0.3em 0 2em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type=number] {
	padding: 0.5em 1em;
	border: #e5e5e5 1px solid !important;
	box-shadow: inset 0 2px 3px 0 #ececec;
	-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 {
	/*padding: 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;
}

img.pull-right {
	margin: 0px 0px 1.5em 1.5em;
	border-radius: 0 !important;
}

img.pull-left {
	margin: 0px 1.5em 1.5em 0px;
	border-radius: 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 !important;
	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 {
	background: #3d3d3d;
}

.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.3em 0 0 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 {
	border-radius: 0 !important;
}

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
}

/* ============ HEADER ============ */

h1.logo {
	background: none;
	border: none;
	margin: 0.2em 0;
	padding-left: 15px;
}

#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: 2em;
}

.navbar-header {
	display: block;
	position: absolute;
	top: -3.82em;
	right: 1.4em;
	width: 35px;
	height: 35px !important;
	overflow: hidden;
	text-align: center;
}

.navbar-header .navbar-toggle {
	display: block;
	margin: 0 5px 0 0 !important;
	padding: 9px 0 !important;
}

.navigation nav ul {
	text-align: right;
	margin: 0;
}

.navigation nav ul li {
	/*	margin: 0 0.2em; */
	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;
}

.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 !important;
}

.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 i {
	position: absolute;
	top: 50%;
}

.container .section:first-child {
	margin-top: 60px;
}

/* ============ INTRO ============ */
#intro {
	/*	min-height: 5em; */
	position: relative;
}

.homeintro {
	margin-top: -13em !important;
}

#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%;
}

.styled div {
	display: inline-block;
	font-size: 1em;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	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;
	bottom: 6em;
	background: #FBFBFB;
	border: 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 !important;
}

#schedule .nav-tabs li a {
	-webkit-border-radius: none;
	border-radius: none;
	display: block;
	padding: 1.5em 2.4em 1.5em 1.8em !important;
	margin: 0;
	clear: both;
}

.nav-tabs>li>a {
	border: none !important;
}

#schedule .nav-tabs li a:hover {
	background: none;
}

#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 {
	color: #3d3d3d !important;
}

#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 1em 0 1em;
}

.schedule-box ul.activities li:first-child {
	border: none;
}

.schedule-box ul.activities li h6 {
	margin-bottom: 1em;
}

ul.li-blocks {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
	display: table;
}

ul.li-row {
	display: table-row;
	width: 100%;
}

ul.li-blocks li {
	display: table-cell;
	margin: 0 !important;
	padding: 0.9em 1em;
	border: #e5e5e5 1px solid;
	border-style: solid none none solid;
	font-size: 1.15em;
}

ul.li-row li:last-child {
	border-style: solid solid none solid;
}

ul.li-blocks ul.li-row:nth-child(odd) li:nth-child(1),
ul.li-blocks ul.li-row:nth-child(even) li:nth-child(2) {
	background: #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;
	height: 100%;
	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);
	-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);
}

.speaker-grid .section:hover figcaption {
	-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 {
	background-color: #ececec;
	width: 25%;
	float: left;
	padding: 1px;
	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 !important;
	border-radius: 0 !important;
}

.panel-heading {
	padding: 0 !important;
}

.panel-heading a {
	display: block;
	padding: 1em 1em 1em 1.5em !important;
	color: #fff;
	font-weight: bold;
}

.panel-heading a span {
	display: block;
	margin: -2.8em -1em -1em 2em;
	background: #f5f5f5;
	padding: 1em;
	color: #6a6a6a;
}

.panel-body {
	padding: 2em;
}

/*================= VENUE ======================*/
#venue .section {
	padding-bottom: 0 !important;
}

#map_canvas {
	display: block;
	height: 25em;
	background: #f5f5f5;
	margin: -2em -2em 0em -2em;
	border-bottom: #e5e5e5 1px solid;
}

#venue .column {
	padding: 2em 0;
}

#venue .column-content {
	padding: 0 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 i.active {
	color: #ff3333;
}

ul.address li:first-child i {
	top: 0;
}

/* ================== FOOTER ====================*/
#footer {
	background: #3d3d3d;
	min-height: 6em;
	margin-top: 2.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);
	padding-bottom: 10px;
}

#footer .section {
	margin-top: -1.5em;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer .page-head {
	margin-bottom: 0px !important;
}

#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] {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	width: 100%;
	padding: 0.7em 1em;
	height: auto !important;
	background: rgba(0, 0, 0, 0.25);
	color: #fff !important;
	-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;
}


#options {
	position: fixed;
	top: 60px;
	left: 0px;
	width: 180px;
	background: #2a2a2a;
	padding: 20px 20px 10px 20px;
	z-index: 999999;
}

#options p,
#options h4 {
	color: #ccc;
}

#options h4:first-child {
	color: #fff;
}

#options p {
	margin: 0 0 5px 0;
}

#options div.customcolorbox {
	display: block;
	font-size: 13px;
	color: #ccc;
}

#options div.readyColors,
#options div.backColors {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#options div.readyColors a,
#options div.backColors a,
#options div.readyTex a,
#options div.backTex a {
	padding: 5px !important;
	position: relative;
	margin: 0px 8px 5px 0px;
	display: block !important;
	width: 20px !important;
	overflow: hidden !important;
	height: 20px !important;
	text-indent: -9999px;
	float: left !important;
	border: #000 1px solid;
}

#options div.bgBox {
	display: block;
	position: absolute;
	top: -450px;
	opacity: 0;
	left: -400px;
}

#options input[type=text] {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border: #333 1px solid;
	padding: 0px 20px;
}

#options span.dialog {
	position: absolute;
	top: 0;
	right: -35px;
	cursor: pointer;
	display: block !important;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: rgba(0, 0, 0, 0.5) 1px solid;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	border-style: solid solid solid none;
}

#options span.dialog h4 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#options h4.head {
	display: block;
	background: #000;
	font-size: 15px;
	color: #fff;
	margin: -20px -20px 10px -20px;
	padding: 8px 15px 9px 15px;
}