@charset "UTF-8";
/* CSS Document 
Author Name: Saptarang
Author URI: http://www.saptarang.org
Themeforest: http://themeforest.net/user/saptarang?ref=saptarang
Creation Date: 8 June, 2015
Description: A default stylesheet for ProConf Event Landing Page Template, Designed & Developed By Saptarang.

------------ TABLE OF CONTENT ------------

- GENERAL
- HEADER
- SLIDER
- COUNTER
- EVENT DATA
- FEATURE BOX
- SCHEDULE
- SPEAKERS
- GALLERY
- SUBSCRIBE BOX
- FAQ
- TESTIMONIAL
- PACKAGE
- REGISTER BOX
- SPONSORS
- MAP AND VENUE
- SOCIAL
- COPYRIGHT
- TRANSITION CSS
- RESPONSIVE CSS
- IE CSS

*/
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
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, span {
	font-family: 'Montserrat Alternates', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.714em;
	-webkit-font-smoothing: antialiased !important;
}
html, body {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
	background-color: #fff;
}
h1, h1 span, h2, h3, h4, h5, h6, .styled div span, .btn, .hex-inner strong, .navbar-default .navbar-nav > li > a, .carousel-indicators li, .carousel-indicators li span, .navbar-nav li .sub-nav li a {
	font-family: 'Lato', Arial, sans-serif;
}
h1 {
	font-size: 5em;
	font-weight: 800;
	margin: 0;
	line-height: 0.85em;
	word-spacing: 8px;
}
h1.big {
	font-size: 9em;
	font-weight: 900;
	margin: 0;
	line-height: 1.15em;
}
h1.big span {
	font-size: 1em;
	font-weight: 900;
	line-height: 0.85em;
}
h2 {
	font-size: 2.75em;
	font-weight: 700;
	line-height: 1.50em;
	margin: 0 0 0.35em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.75em;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0.35em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	font-size: 1.75em;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 0.5em;
}
h5 {
	font-size: 1.35em;
	font-weight: 700;
	margin: 0.3em 0;
	text-transform: capitalize;
	line-height: 1.35em;
}
h6 {
	font-size: 1.15em;
	font-weight: 400;
}
.white {
	color: #fff;
}
a {
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}
:focus, :active {
	outline: none !important;
}
p {
	margin: 0.3em 0 1.5em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="datetime"], .form-control {
	display: block;
	padding: 0.85em 1em;
	border: none;
	margin-bottom: 1.5em;
	height: 4.15em;
	font-size: 1.15em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	min-height: 8em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="number"]:focus, input[type="datetime"]:focus, .form-control:focus {
	background-color: #fff;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}
select {
	display: block;
	padding: 0 1em;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px #999 inset;
	-moz-box-shadow: 0 0 0 1px #999 inset;
	box-shadow: 0 0 0 1px #999 inset;
	color: #434343;
	text-transform: Capitalize;
	border: none;
	outline: none !important;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 3em;
	width: 100%;
}
select option {
	outline: none !important;
	border: none;
	box-shadow: none !important;
	padding: 0.5em 1em;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select {
	padding-right: 18px;
}
}
#registerForm label {
	position: relative;
	width: 100%;
}
label:after {
	content: '\f0dc';
	font: 1em "FontAwesome";
	color: #434343;
	right: 1.33em;
	top: 1.65em;
	position: absolute;
	pointer-events: none;
}
.clearfix {
	clear: both;
}
i {
	margin-right: 0.3em;
}
.btn {
	text-transform: uppercase;
	border: none;
	color: white !important;
	text-align: center;
	padding: 0.35em 0.85em 0.28em;
	font-size: 1.35em;
	font-weight: 800;
	margin: 0.65em 0;
}
.btn-sm {
	font-size: 1em;
	padding: 0.65em 0.85em;
}
.btn-lg {
	padding: 0.75em 1.35em;
}
blockquote {
	font-size: 1.1em;
}
.tooltip {
	white-space: nowrap;
	top: -3em;
}
ul.list-default {
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0;
}
ul.list-default li {
	padding: 0.5em 0 0.5em 2em;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list-default li:hover {
	background-color: #fff;
	padding-left: 2.5em;
}
ul.list-default li:first-child {
	border: none;
}
ul.list-default li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.7em;
	position: absolute;
	left: 0;
	top: 0.8em;
}
ul.list-default li:hover:before {
	left: 1em;
}
a.top {
	display: none;
	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	position: fixed;
	right: 1em;
	bottom: 1em;
	opacity: 0.8;
}
a.top:hover {
	opacity: 1;
}
.page-block {
	position: relative;
	padding: 9.35em 0;
	overflow: hidden;
}
.page-block-small {
	padding: 3em 0;
}
#preloader {
	display: block;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#preloader img {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	margin: -64px 0 0 -64px;
}
i.round {
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	font-size: 1.35em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
}
.container-wide {
	width: 100%;
	padding: 0;
	margin: 0;
}
.list-inline > li {
	vertical-align: middle;
}
/* Light box classes */
.pp_nav p {
	line-height: 1em;
}
.pp_social {
	margin-top: 0.5em;
	float: none;
}
.pp_social .facebook {
	min-width: 100px;
}
.big {
	font-size: 1.08em;
	line-height: 1.65em;
}
.small {
	font-size: 14px;
	line-height: 21px;
}
hr.light {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-style: none none solid none;
	margin: 1.5em 0;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoheight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
.headingIcon::before, .headingIcon::after {
	position: absolute;
	height: 5px;
	width: 100px;
	top: 45%;
	right: 100%;
	content: '';
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.headingIcon::before {
	right: 100%;
}
.headingIcon::after {
	left: 100%;
}
.headingIcon {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	min-width: 3em;
	text-align: center;
	padding: 0.65em;
}
.headingIcon i {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.headingIcon + h3 {
	margin-bottom: 1.5em;
}
.headingIcon.white i, section:hover .headingIcon.white i {
	color: #ffffff;
}
.headingIcon.white::before, .headingIcon.white::after {
	background-color: #fff;
}
section:hover .headingIcon i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.overlayW {
	background: url(../img/boxedw.png) repeat 0 0;
}
.overlayb {
	background: url(../img/boxedb.png) repeat 0 0;
}
.texture1 {
	background: url(../img/boxed.png) repeat 0 0;
}
.texture2 {
	background: url(../img/boxed2.png) repeat 0 0;
}
.texture3 {
	background: url(../img/penta1.png) repeat 0 0;
}
.hex {
	display: inline-block;
	overflow: hidden;
	margin: 3em 0 1.5em;
	width: 14em;
	height: 12.124em;
	-moz-transform: scale(1) rotate(-30deg) skewX(30deg);
	-webkit-transform: scale(1) rotate(-30deg) skewX(30deg);
	-o-transform: scale(1) rotate(-30deg) skewX(30deg);
	-ms-transform: scale(1) rotate(-30deg) skewX(30deg);
	transform: scale(1) rotate(-30deg) skewX(30deg);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
	font-size: 1em;
}
.hex *, .hex *:before {
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
}
.hex-inner {
	overflow: hidden;
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.hex-inner:before {
	-moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
	background: #fff;
	content: '';
}
.hex-inner span {
	display: block;
	font-size: 3.35em;
	margin: 0 auto;
	line-height: 3.15em;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
}
.hex:first-child {
	margin-left: 0;
}
.hex-inner strong {
	display: block;
	font-size: 16px;
	padding: 0.45em 0.2em 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
}
.hex-inner span, .hex-inner strong, .hex.sm .hex-inner i {
	position: absolute;
	top: 0;
}
.hex.xs .hex-inner i {
	position: absolute;
	top: 0;
	margin: 0;
}
.hex-inner strong {
	position: absolute;
	top: 50%;
}
.hex.sm {
	width: 9em;
	height: 7.65em;
	margin-top: 1em;
	margin-bottom: 0;
}
.hex.sm .hex-inner i {
	display: block;
	font-size: 3.65em;
	line-height: 2.15em;
	margin: 0 auto;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
	top: 0;
	text-align: center;
}
.hex.xs {
	width: 5em;
	height: 4.25em;
}
.hex.xs .hex-inner i {
	display: block;
	font-size: 30px;
	line-height: 60px;
	margin: 0 auto;
	transform: skewX(-30deg) rotate(-30deg);
	-webkit-transform: skewX(-30deg) rotate(-30deg);
	-o-transform: skewX(-30deg) rotate(-30deg);
	-ms-transform: skewX(-30deg) rotate(-30deg);
	-moz-transform: skewX(-30deg) rotate(-30deg);
	text-align: center;
}
.hex-inner.second i, .hex-inner.prime i {
	color: #fff;
}
.holder {
	top: auto;
	right: 0;
	bottom: 3em;
	left: 0;
	position: absolute;
	width: 2.5em;
	height: 4.35em;
	z-index: 99;
	margin: 0 auto;
	border: 2px solid #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	border-radius: 1em;
}
.moreArrow {
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}

::-moz-selection {
 color: #fff;
}
::selection {
	color: #fff;
}
.carousel-fade .carousel-inner .item {
	opacity: 0.7;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */
header {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
}
header .logo a {
	display: block;
}
header .logo a img {
	display: inline-block;
	margin: 0.35em auto 0;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-nav {
	width: 100%;
	text-align: right;
	font-size: 0;
}
.navbar-nav li {
	display: inline-block;
	float: none;
	border-left: 1px solid transparent;
	padding: 1.65em 1em;
}
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0.15em 0;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar {
	min-height: 1em;
	margin: 0;
}
.navbar-default .navbar-toggle {
	margin: 0;
	border: none;
	float: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-nav li .sub-nav {
	display: block;
	visibility: hidden;
	background-color: #fff;
	min-width: 10em;
	border-top: none;
	position: absolute;
	left: 0;
	right: auto;
	top: 5em;
	z-index: 99;
	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);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
}
.navbar-nav li:hover .sub-nav {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.navbar-nav li .sub-nav li {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}
.navbar-nav li .sub-nav li a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35em;
	text-transform: uppercase;
	padding: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.navbar-default .navbar-nav > li > .sub-nav li a:hover {
	color: #fff;
}
/* ================================= */
/* ------------ SLIDER ------------ */
/* ================================= */
#slides {
	position: relative;
}
#slides img {
	width: 100%;
	height: auto;
}
.absShape {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
#slides .absShape {
	top: 35%;
	width: 80%;
}
#slides h1 {
	color: #fff;
	text-transform: uppercase;
}
#slides h1 small {
	font-size: 24px;
	display: block;
	margin: 0.5em 0;
	color: #fff;
	text-transform: capitalize;
	word-spacing: 1px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
 *zoom: 1;
}
#slides ul.bxslider {
	position: relative;
	width: 100%;
	padding: 0;
}
.bx-wrapper img {
	display: block;
	opacity: 0.7;
}
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 1.5em;
}
.bx-wrapper .bx-next {
	right: 1.5em;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -2.35em;
	outline: 0;
	z-index: 99;
}
.bx-wrapper .bx-controls-direction a .hex {
	margin-top: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls-bxslider.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls-bxslider.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* ================================= */
/* ------------ COUNTER ------------ */
/* ================================= */
.styled {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.styled div span {
	font-weight: 800;
}
.counter i {
	position: relative;
	margin: 0;
}
/* ================================= */
/* ----------- EVENT DATA --------- */
/* ================================= */
#event .hex.sm {
	float: left;
	margin-right: 1.5em;
}
#event .info {
	float: left;
}
#event h3, #event h2, #event p {
	margin: 0.35em 0;
	line-height: 1em;
	color: #fff;
}
#event p {
	line-height: 1.50em;
	font-size: 1.30em;
}
/* ================================= */
/* ----------- FEATURE BOX --------- */
/* ================================= */
.featureBox {
	display: block;
	background: url(../img/slider/slide4.jpg) no-repeat center center fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
/* ================================= */
/* ----------- SCHEDULE ------------ */
/* ================================= */
#schedule .carousel {
	margin-top: 3em;
}
#schedule .carousel-indicators {
	position: relative;
	bottom: 0;
	margin-left: 0;
	left: auto;
	width: 100%;
	margin-bottom: 1.35em;
}
#schedule .carousel-indicators li {
	background-color: #fff;
	position: relative;
	display: inline-block;
	border: 3px solid #fff;
	margin: 0 0.35em 1em;
	width: 2.65em;
	min-height: 2.65em;
	border-radius: 0;
	text-indent: 0;
	padding: 0 0.15em 1.65em;
	font-size: 2.15em;
	text-align: center;
}
#schedule .carousel-indicators li.active::before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 1.5em;
	position: absolute;
	bottom: -0.65em;
	left: 50%;
	margin-left: -0.28em;
	display: block;
}
#schedule .carousel-indicators li span {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	font-weight: bold;
	text-align: center;
	padding: 0 3px;
	color: #fff;
	max-width: 100%;
}
#schedule .carousel-inner .item {
	padding-top: 1em;
}
#schedule .item > div {
	position: relative;
}
.segment {
	display: block;
}
.segment .speaker {
	position: relative;
	display: block;
	width: 30%;
	float: left;
}
.speakerImg {
	text-align: center;
	line-height: 1.2em;
}
.speakerImg img {
	width: 55%;
	height: auto;
}
.speakerImg h6 {
	margin-bottom: 0;
}
.speakerImg span {
	font-size: 12px;
	line-height: 1.35em;
	opacity: 0.6;
	margin-top: 0.65em;
	display: block;
}
.segmentInfo {
	display: block;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 3em 3em 2.65em;
	margin: 1.5em 0;
	width: 70%;
	float: right;
}
.segmentInfo.BGprime h4, .segmentInfo.BGprime h5, .segmentInfo.BGprime strong, .segmentInfo.BGprime p, .segmentInfo.BGprime .time, .segmentInfo.BGsecondary h4, .segmentInfo.BGsecondary h5, .segmentInfo.BGsecondary strong, .segmentInfo.BGsecondary p, .segmentInfo.BGsecondary .time, .segment.lunch .hex.xs i, .segment.day .hex.xs i, .segment.eventend .hex.xs i {
	color: #fff;
}
.segmentInfo div {
	padding: 0;
}
div.segmentInfo::before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	font-size: 3em;
	color: #fff;
	position: absolute;
	top: 1.35em;
	left: -0.30em;
	display: block;
}
.segmentInfo h4 {
	margin-bottom: 3px;
}
.segmentInfo p {
	margin: 0.85em 0;
}
.vline {
	top: -1.65em;
	right: auto;
	bottom: -1.5em;
	left: -5em;
	position: absolute;
	width: 7px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.segment .round {
	position: absolute;
	z-index: 9;
	top: 3.65em;
	right: 1.85em;
}
.segment .hex.xs {
	margin: 0.65em 0;
}
.segment .hex.xs i, .galimg .hex.xs i, .carousel-control .hex.xs i, #map .hex.xs i {
	position: absolute;
	top: 0;
}
.segment .round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	height: 5.65em;
	width: 5.65em;
	text-align: center;
}
.segment .round::before {
	background-color: #fff;
	position: absolute;
	height: 7px;
	width: 55px;
	top: 45%;
	right: 100%;
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.segment .round::before {
	right: 100%;
}
.segment img.img-responsive {
	border: 7px solid #fff;
	margin: 2.55em auto 1em;
}
.time {
	font-size: 1.35em;
}
.segment.lunch .round::before, .segment.day .round::before {
	display: none;
}
.segment:hover .segmentInfo {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
/* ================================= */
/* ------------ SPEAKER ------------ */
/* ================================= */
#speakers .headingIcon i, #speakers h3 {
	color: #fff;
}
#speakers .headingIcon::before, #speakers .headingIcon::after {
	background-color: #fff;
}
#speakers .item {
	position: relative;
	background-color: #fff;
	text-align: center;
	margin: 0.5em 1em;
	padding: 1.85em 1.85em 5em;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.owl-carousel .item {
	cursor: url(../img/cursor.png), move;
}
#speakers .item img {
	position: relative;
	border-width: 10px;
	border-style: solid;
	margin: 1.5em auto;
}
#speakers .item ul {
	margin: 0;
	padding: 0.5em;
	cursor: auto;
	bottom: 0;
	overflow: hidden;
}
#speakers .item ul li {
	padding: 0;
}
#speakers .item ul li a {
	color: #fff;
	font-size: 1.35em;
	padding: 0.65em;
}
.owl-theme .owl-controls .owl-buttons div {
	font-family: 'FontAwesome';
}
#speakers .item:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
/* ================================= */
/* ----------- GALLERY ------------ */
/* ================================= */
#photoG, #videoG {
	position: relative;
	margin: 3em 0 1em;
}
#photoG .carousel-inner, #videoG .carousel-inner {
	margin: -0.5em auto 0;
	width: 100%;
}
.galimg {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 0.5%;
	float: left;
}
.galimg.half {
	width: 49%;
}
.galimg.quarter {
	width: 24%;
}
.galimg img {
	width: 100%;
}
.galimg img {
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.galimg:hover img {
	transform: scale(1.08);
	opacity: 1;
}
.galimg a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.galimg a:hover {
	background: rgba(0, 0, 0, 0.55);
}
.galimg a .link {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	width: 7em;
	height: 10em;
	line-height: 7em;
	transform: translate3d(0px, -100%, 0px);
	transition: all 0.5s linear;
	-webkit-transition: visibility opacity 0.2s;
	text-align: center;
	margin: auto;
}
.galimg:hover .link {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.galimg .link .hex.xs i {
	color: #fff;
}
.carousel-control.left, .carousel-control.right {
	display: none;
	background: none;
	width: auto;
	top: 36.85%;
	bottom: auto;
	text-shadow: none;
}
.carousel-control {
	font-size: 1em;
}
#gallery:hover .carousel-control.left, #gallery:hover .carousel-control.right, #quotes:hover .carousel-control.left, #quotes:hover .carousel-control.right, #slider:hover .carousel-control.left, #slider:hover .carousel-control.right {
	display: block;
	opacity: 1;
}
#gallery .carousel-control.left {
	left: -6%;
}
#gallery .carousel-control.right {
	right: -6%;
	left: auto;
}
.nav-tabs {
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	font-size: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
	border-color: transparent;
	border-radius: 0;
	color: #fff;
	margin: 0;
}
.nav-tabs > li > a {
	margin: 0;
}
.nav-tabs > li {
	margin: 0;
}
/* ================================= */
/* ------ SUBSCRIBE BOX ------ */
/* ================================= */
.subscribe {
	display: block;
	background: url(../img/slider/slide5.jpg) no-repeat center center fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.subscribe h2, .subscribe p {
	color: #fff;
}
#subscribeForm,
#mc-embedded-subscribe-form {
	position: relative;
	margin-top: 1.5em;
}
.subscribe input[type="submit"] {
	background-color: transparent;
	border: 0;
	top: 0.15em;
	right: 0.65em;
	bottom: auto;
	left: auto;
	position: absolute;
	font-family: 'FontAwesome', Montserrat Alternates, Arial;
	font-size: 2.55em;
}
#subscribeForm input[type="text"], #subscribeForm input[type="email"],
#mc-embedded-subscribe-form input[type="text"], #mc-embedded-subscribe-form input[type="email"] {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.15em;
	padding-right: 0;
	padding-left: 6em;
	width: 100%;
}
#subscribeForm i.email,
#mc-embedded-subscribe-form i.email {
	position: absolute;
	top: 0.65em;
	padding: 0.35em 0.85em;
	left: 0.65em;
	right: auto;
	border-right: 1px solid #ccc;
	font-size: 1.65em;
}
/* ================================= */
/* ------------ FAQ ------------ */
/* ================================= */
.panel-default > .panel-heading {
	position: relative;
	padding: 0;
}
.panel-default > .panel-heading h4 {
	padding: 0.65em 0.65em 0.65em 3em;
}
.panel-default > .panel-heading h4.active {
	background-color: #fff;
}
.panel-default > .panel-heading h4 a {
	display: block;
	padding: 0.50em;
	font-weight: 400;
	text-transform: none;
}
.panel-default > .panel-heading h4 a:before {
	content: '\f055';
	font-family: 'FontAwesome';
	font-size: 14px;
	top: 0.85em;
	right: auto;
	bottom: auto;
	left: 0.65em;
	position: absolute;
	width: 2.85em;
	height: 2.85em;
	text-align: center;
	line-height: 2.65em;
	margin: 0;
	z-index: 9;
}
.panel-default > .panel-heading h4.active a:before {
	content: '\f056';
}
.panel-group .panel {
	background-color: transparent;
	margin-bottom: 1.35em;
	box-shadow: none;
	margin-top: 3px;
}
.panel-body {
	border: none;
	padding: 0 1.65em 1.15em 3.95em;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0;
}
/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#quotes {
	position: relative;
}
#testimonial {
	position: relative;
	min-height: 28em;
}
#testimonial .item {
	margin: 0 auto;
	padding: 0 15%;
}
#testimonial .item img {
	position: relative;
	border: 10px solid #fff;
	margin: 0 auto 1.5em;
}
#testimonial span {
	font-size: 1.35em;
	font-weight: normal;
	display: block;
	margin-bottom: 1.15em;
}
#testimonial p {
	font-size: 1.15em;
	font-weight: 100;
	line-height: 1.65em;
}
#testimonial h4 {
	margin-bottom: 0.15em;
}
#testimonial.carousel-fade .carousel-inner .item {
	opacity: 0;
}
#testimonial.carousel-fade .carousel-inner .active {
	opacity: 1;
}
/* ================================= */
/* ------------ PACKAGES ------------ */
/* ================================= */
#pricing h3 {
	color: #FFF;
}
#pricing .package {
	background-color: #fff;
	display: inline-block;
	width: 23%;
	margin: 1%;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pricing .package .heading {
	position: relative;
	padding: 1.5em 1.5em 0;
}
#pricing .package .heading .price {
	display: inline-block;
	margin: 0.33em auto 0;
	background-color: #fff;
	font-size: 2.65em;
	font-weight: 900;
	line-height: 0.65em;
	padding: 0.35em 0.5em 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#pricing .package .heading .price strong {
	font-size: 12px;
	display: block;
}
#pricing .price span {
	font-size: 0.50em;
	vertical-align: middle;
}
#pricing .package ul {
	margin: 0;
}
#pricing .package ul li:before {
	content: '';
}
#pricing .package ul li {
	padding: 1em 0;
	margin: 0;
	border: 0;
}
#pricing .package ul li:nth-child(even) {
	background-color: #eceff1;
}
#pricing .package ul li i {
	font-size: 1.85em;
}
#pricing .package.whatuget {
	background-color: transparent;
	border-radius: 0;
	margin: 0 -0.26em 1% 0;
}
#pricing .package.whatuget ul li {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin-top: 1px;
	font-size: 1.35em;
	padding: 0.63em 1em 0.63em 0;
	text-align: right;
	color: #fff;
}
#pricing .package.one {
	margin-left: 0;
}
/* ================================= */
/* ----------- REGISTER ------------ */
/* ================================= */
#register .hex.sm, #subscribe .hex.sm {
	float: left;
	margin-right: 1.5em;
}
#register .info {
	width: 65%;
	float: left;
}
#register .info {
	width: 58%;
	float: left;
}
#register h3, #register h2, #register p {
	margin: 0.35em 0;
	line-height: 1em;
	color: #fff;
}
#register p {
	line-height: 1.50em;
}
#register .btn {
	margin: 0;
	padding: 1em 1.5em;
}
span.error {
	top: 0.55em;
	right: 3em;
	bottom: auto;
	left: auto;
	position: absolute;
	font-size: 1.65em;
}
#register span.error {
	right: 1em;
}
#register input[type="submit"] {
	font-family: 'FontAwesome', Lato, Arial, sans-serif;
}
#sponsors .owl-item .item {
	margin: 1em;
	border: 1px solid #ccc;
}
#sponsors .owl-item .item img {
	max-width: 100%;
	height: auto;
}
/* ================================= */
/* ------ MAP AND SOCIAL ------ */
/* ================================= */
#map {
	position: relative;
}
#map #map_canvas, .venue {
	height: 50em;
}
#map .row div {
	padding: 0;
}
#map #content {
	display: block;
	visibility: visible;
}
#map .bigIcon {
	top: -5em;
}
#map .mapLogo {
	width: 200px;
	height: auto;
}
#bodyContent p {
	margin-bottom: 0.85em;
}
.venue {
	background: url(../img/venue.jpg) no-repeat center center;
	background-size: cover;
}
#map .row .contactInfo {
	background-color: #fff;
	top: 21.33%;
	right: 0;
	bottom: auto;
	left: 0;
	position: absolute;
	text-align: center;
	z-index: 99;
	width: 30em;
	margin: 0 auto;
	padding: 0 3em 1.5em;
	-webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}
#map .contactInfo .hex-inner i {
	color: #fff;
}
#map .row .contactInfo p, #map .row .contactInfo a {
	border-top: 1px solid #ececec;
	margin: 0;
	padding: 0.65em 0;
	font-size: 1.15em;
}
#map .row .contactInfo a {
	padding: 0;
	border: 0;
}
#map h5 {
	margin-bottom: 1em;
}
.social, .social li {
	margin: 0;
}
.social li a i {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.55em;
	width: 2.15em;
	height: 2.15em;
	line-height: 2.15em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0;
}
.social li a:hover i {
	color: rgba(255, 255, 255, 0.9);
}
/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright p strong, #copyright a {
	color: #fff;
	margin: 0;
}
#copyright p {
	margin: 0;
}

/* FONT WEIGHT IN SAFARI */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* Safari-Opera specific declarations here */
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, #slides .slide .slide-caption .container h3, #testimonial p, .features p {
	font-weight: normal;
}
}
/* ================================= */
/* --------- TRANSITION CSS --------- */
/* ================================= */
a, .navbar-nav li a, .navbar-nav li a i, .navbar-nav li, ul li:before, .social ul li a i, .btn, .social li i, .owl-theme .owl-controls .owl-buttons div, #pricing p, #pricing .package, #pricing .package .inner, .segment img.img-responsive, .segment i, .segment .time, .segment .segmentInfo, #speakers .item, #speakers .item img, #speakers .meta, section .headingIcon i, #pricing .package li, .carousel-control.right, .carousel-control.left {
	-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;
}
.moving {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(1.85em);
}
}
@keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(0.35em);
}
 100% {
 opacity: 1;
 transform: translateY(1.85em);
}
}
.moreArrow {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media screen and (min-width: 1024px) and (orientation: landscape) {
.navbar-collapse, .navbar .container-fluid {
	padding: 0;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#slides {
	margin-top: 5em;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
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;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;
}
.page-block {
	padding: 5em 0;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {
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: 13px;
}
.page-block {
	padding: 5em 0;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
header .logo {
	position: relative;
	width: 100%;
}
.navbar-collapse, .navbar .container-fluid {
	padding: 0;
}
.navbar-nav {
	text-align: center;
	float: none;
}
.navbar-nav li {
	float: none;
}
.styled {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.segmentInfo .topics {
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 0.85em;
	padding-top: 0.85em;
}
.segmentInfo .time {
	display: block;
	border: 1px solid #ececec;
	border-style: none none solid none;
	text-align: left;
	margin-top: 0.35em;
	padding-bottom: 0.35em;
}
#subscribe .row > div:first-child {
	text-align: center;
}
footer .row > div {
	text-align: center;
	margin-bottom: 1.55em;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
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: 13px;
}
h1 {
	font-size: 3.65em;
}
.styled div span {
	font-size: 4.15em;
}
.phone a {
	font-size: 1.35em;
	color: #FFF;
}
header .logo {
	display: block;
	text-align: center;
}
header .logo img {
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	display: block;
	opacity: 1;
}
#slides .absShape {
	top: 17%;
}
.hex {
	width: 9em;
	height: 7.65em;
	margin-top: 1em;
	margin-bottom: 0;
}
.hex .hex-inner span {
	font-size: 2.65em;
	line-height: 2.55em;
}
.hex-inner strong {
	font-size: 14px;
	letter-spacing: 1px;
}
.hex.xs .hex-inner i {
	line-height: 56px;
}
#event .row div {
	text-align: center;
}
#event .hex.sm {
	float: none;
	margin: 0;
}
#event .info, #register .info, #subscribe .info {
	width: 100%;
}
.segmentInfo {
	width: 58%;
}
.segment .speaker {
	width: 42%;
}
.galimg.half {
	width: 32%;
}
.galimg.quarter {
	width: 32%;
}
.subscribe input[type="submit"] {
	right: 0;
}
#register .hex.sm, #subscribe .hex.sm {
	float: none;
	margin: 0;
}
.featureBox, .subscribe {
	background-size: 150%;
	background-attachment: scroll;
	background-position: center center;
}
#map .row .contactInfo {
	top: 37%;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#slides .absShape {
	top: 35%;
}
.styled {
	padding: 1.35em 0;
}
#map .row > div {
	width: 100%;
}
.subscribe .row > div {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	float: none;
}
}
@media only screen and (max-width: 996px) {
.page-block {
	padding: 5em 0;
}
.container {
	width: 90%;
}
#schedule .container {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	display: block;
	opacity: 1;
}
#pricing .package.whatuget {
	display: none;
}
#pricing .package, #pricing .package.one {
	width: 45%;
	margin: 2%;
}
#pricing .package ul li {
	text-align: right;
	padding-right: 1.65em;
}
#pricing .package ul li:before {
	display: block;
	top: 0;
	right: auto;
	bottom: 0;
	left: 1.5em;
	position: absolute;
	padding: 1em 0;
	content: attr(data-title);
	font-size: 1.35em;
	font-family: 'Montserrat Alternates', Arial, sans-serif;
}
#pricing .package ul li:hover:before {
	color: #FFF;
}
h1 {
	font-size: 3.85em;
}
.holder {
	display: none;
}
header .logo {
	display: block;
	text-align: center;
}
header .logo img {
	margin: 0 auto;
}
.featureBox, .subscribe {
	background-size: 150%;
	background-attachment: scroll;
	background-position: center center;
}
}
/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {
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: 12px;
}
#pricing .package, #pricing .package.one {
	width: 96%;
	margin: 1% 2%;
}
header .logo {
	position: relative;
	width: 100%;
}
header {
	position: relative;
	height: auto;
}
header .row div {
	padding: 0;
}
.styled {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.hex {
	width: 9em;
	height: 7.65em;
	margin-top: 1em;
	margin-bottom: 0;
}
.hex .hex-inner span {
	font-size: 2.65em;
	line-height: 2.55em;
}
.hex-inner strong {
	font-size: 14px;
	letter-spacing: 1px;
}
.hex.xs .hex-inner i {
	font-size: 26px;
	line-height: 53px;
}
#slides {
	padding: 0 0 3em;
}
#slides img {
	margin-bottom: 3em;
}
#slides .absShape {
	position: relative;
}
.bx-wrapper .bx-next {
	right: 0;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.navbar-nav, header .row {
	margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-nav li {
	display: block;
	padding: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
	padding: 0.85em 0;
	border-top: 1px solid #ececec;
	border-bottom: none;
}
.navbar-nav li .sub-nav {
	visibility: visible;
	position: relative;
	background-color: transparent;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	transform: none;
	border-top: 1px solid #ececec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-nav li .sub-nav li a {
	text-transform: uppercase;
}
.navbar-nav li .sub-nav li {
	text-align: center;
}
.navbar-nav li .sub-nav li:hover a {
	background-color: transparent;
}
.navbar-header {
	text-align: center;
}
.galimg.half {
	width: 48%;
}
.galimg.quarter {
	width: 48%;
}
.segmentInfo, .segment .speaker {
	width: 100%;
	margin-bottom: 1.5em;
}
.segment .round::before {
	display: none;
}
.segment .round {
	position: relative;
	margin: 1.55em auto 0;
	display: block;
	top: 0;
	right: 0;
}
.speakerImg img {
	width: auto;
}
.segmentInfo .topics {
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 0.85em;
	padding-top: 0.85em;
}
.segmentInfo .time {
	display: block;
	border: 1px solid #ececec;
	border-style: none none solid none;
	text-align: left;
	margin-top: 0.35em;
	padding-bottom: 0.35em;
}
div.segmentInfo::before {
	content: '\f0d8';
	left: 50%;
	top: -0.33em;
	font-size: 5em;
	margin-left: -0.33em;
}
#event .row > div, #register .row > div {
	margin: 1.35em 0;
}
#map .row .contactInfo {
	top: 37%;
}
footer .row > div {
	text-align: center;
	margin-bottom: 1.55em;
}
.featureBox, .subscribe {
	background-size: cover;
}
}
@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
h1.big {
	font-size: 6.65em;
}
h2 {
	font-size: 2.15em;
}
#event .row > div, #register .row > div, #register .info {
	width: 100%;
	text-align: center;
}
#event .hex.sm, #register .hex.sm, #subscribe .hex.sm {
	display: block;
	margin: 3em 0;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#event .info {
	text-align: center;
	float: none;
}
#map .row .contactInfo {
	position: relative;
	width: auto;
}
}
/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
h1 {
	font-size: 2.85em;
}
#slides h1 small {
	font-size: 16px;
}
.social li {
	margin: 0.35em 0;
}
.styled div span {
	font-size: 2.85em;
}
.styled div strong {
	font-size: 12px;
	letter-spacing: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-size: 1em;
}
}
@media only screen and (max-width: 996px) and (orientation: landscape) {
header {
	height: auto;
}
header .logo, .navbar-nav {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	padding: 0.5em 1em;
	line-height: 1.5em;
}
}
/* ====== IE CSS ====== */

.ie9 .hex *, .ie9 .hex *:before, .ie9 .hex-inner {
	max-width: 100%;
}
.ie9 .hex-inner span, .ie9 .hex-inner strong, .ie9 .hex.sm .hex-inner i {
	max-width: 100%;
	max-height: 100%;
}
.ie9 .hex.xs .hex-inner i {
	line-height: 1.65em;
}
.ie9 .carousel-control.left, .ie9 .carousel-control.right {
	filter: none;
}
