@charset "UTF-8";

/* CSS Document 

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

- GENERAL
- HEADER
- SLIDER
- EVENT DATA
- PERFORMERS
- FEATURES
- SPECIAL OFFER
- PACKAGE
- SPONSORS
- LINEUP
- ABOUT
- TESTIMONIAL
- SUBSCRIBE BOX
- MAP AND VENUE
- SOCIAL
- CONTACT
- COPYRIGHT
- TRANSITION CSS
- RESPONSIVE 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: 'Raleway', Aria, sans-serif;
	font-size: 16px;
	color: #565656;
	font-weight: 300;
	line-height: 1.75em;
	-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,
.join,
.btn,
.phone {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 5em;
	font-weight: 400;
	margin: 0;
	line-height: 0.85em;
	text-transform: uppercase;
}

h1 span,
h2 span {
	font-family: 'Raleway', Aria, sans-serif;
	font-size: 5em;
	font-weight: bold;
}

h2 {
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.50em;
	margin: 0 0 0.35em;
	text-align: center;
	text-transform: uppercase;
}

h2 span {
	font-size: 1em;
}

h3 {
	font-size: 2.85em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0.35em;
	text-transform: capitalize;
}

h4 {
	font-size: 1.50em;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 0.5em;
	/* color: #FFF; */
	color: #AE3232;
}

h5 {
	font-size: 1.35em;
	font-weight: 300;
	margin: 0.3em 0;
	text-transform: capitalize;
	letter-spacing: 1px;
}

h6 {
	font-size: 1.5em;
	font-weight: 300;
}

.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: 1em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5em;
	height: 4.35em;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
}

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: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix {
	clear: both;
}

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 i {
	line-height: 1em;
	vertical-align: middle;
}

.btn {
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	color: white !important;
	text-align: center;
	padding: 0.35em 0.85em 0.28em;
	font-size: 1.35em;
}

.btn-sm {
	font-size: 1em;
	padding: 0.35em 0.85em;
}

.btn-lg {
	font-size: 1.5em;
	padding: 0.5em 1.25em;
}

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; */
	background-color: #b28706;
	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: 6.35em 0;
	overflow: hidden;
}

.page-block-small {
	padding: 3em 0;
}

.page-block-full {
	padding: 6.5em 6.5em 6.5em 9em;
}

#preloader {
	display: block;
	background-color: #fff;
	position: absolute;
	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;
}

.carousel-indicators li,
.carousel-indicators li.active {
	border: none;
	margin: 1px 5px !important;
	width: 1.15em;
	height: 1.15em;
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.3);
}

.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,
.features p.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;
}

.sqaureIconPrime,
.sqaureIconSec {
	display: inline-block;
	font-size: 1.50em;
	width: 1.65em;
	height: 1.65em;
	text-align: center;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sqaureIconPrime i,
.sqaureIconSec i {
	color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 auto;
}

.sqaureIconPrime.absolute,
.sqaureIconSec.absolute {
	font-size: 3em;
	position: absolute;
	top: -0.93em;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
}

/* 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;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	width: 1.85em;
	height: 1.85em;
	line-height: 1.85em;
}

/* 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 {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	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;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center;
}

/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.rightnav {
	text-align: right;
	padding-left: 10em;
}

.list-inline>li.phone {
	position: relative;
	padding-left: 2.35em;
	font-size: 1.35em;
	color: #fff;
}

.phone i {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	font-size: 0.85em;
}

header.BGlight {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

header.visible {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

header .logo {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
	z-index: 9;
	width: 15em;
}

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

header.BGlight .navbar-default .navbar-nav>li {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header.BGlight.visible .navbar-default .navbar-nav>li {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 0.65em 1.35em;
	text-align: center;
	line-height: 2.35em;
	font-weight: 400;
}

.navbar-default .navbar-nav>li>a i {
	display: block;
	margin-top: 0.15em;
}

header.BGlight .navbar-default .navbar-nav>li:hover>a,
header.BGlight .navbar-default .navbar-nav>li:hover>a i,
.navbar-nav li .sub-nav li:hover a,
.navbar-nav li .sub-nav li:hover a i {
	color: #FFF;
	opacity: 1;
}

.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 {
	color: #FFF;
	-webkit-border-radius: 5em;
	border-radius: 5em;
}

.navbar {
	min-height: 1em;
	margin: 0;
}

.navbar-default .navbar-toggle {
	margin: 0;
	border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-nav li .sub-nav {
	display: block;
	visibility: hidden;
	background-color: #fff;
	min-width: 10em;
	border-top: none;
	position: absolute;
	left: auto;
	right: 0;
	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 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

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

.navbar-nav 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-nav li .sub-nav li a i {
	opacity: 0.5;
}

.visible .navbar-nav li .sub-nav li a i {
	opacity: 1;
}

/* ================================= */
/* ------------ SLIDER ------------ */
/* ================================= */
#slides {
	position: relative;
}

.absShape {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.shape1 {
	background: url(../img/shape1.png) no-repeat center bottom;
	height: 25em;
	opacity: 0.5;
	background-size: 100%;
}

.shape2 {
	background: url(../img/shape2.png) no-repeat center bottom;
	height: 25em;
	opacity: 0.6;
	background-size: 100%;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

#slides .slides-navigation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	top: 38%;
	width: 100%;
}

#slides .slides-navigation a {
	position: absolute;
	display: block;
	color: #493c41;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 2.65em;
	text-align: center;
}

#slides .slides-navigation a i {
	margin: 0;
	color: #fff;
}

#slides .slides-navigation a.prev {
	left: 0.75em;
}

#slides .slides-navigation a.next {
	right: 0.75em;
}

#slides .slides-navigation a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#slides .slides-pagination {
	display: none;
}

#slides .slide {
	position: relative;
}

#slides .slide .slide-caption {
	display: block;
	background: url(../img/opaqueBG.html) repeat 0 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#slides .slide .slide-caption .container {
	margin-top: 12.5%;
	text-align: center;
	border: 1px solid #FFF;
	padding: 0.5em;
	width: 45%;
}

#slides .slide .slide-caption .container .box {
	margin: 0 auto;
	border: 1px solid #FFF;
	width: 100%;
	padding: 3em;
}

#slides .slide .slide-caption .container span {
	display: inline-block;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #FFF;
	text-align: center;
	padding: 1em 3em 0;
	margin-top: 1em;
	border-top-width: 1px;
	border-style: solid none none;
}

#slides .slide .slide-caption .container h1 {
	color: #fff;
	line-height: 1.15em;
}

#slides .slide .slide-caption .container p {
	font-size: 1.15em;
	color: #fff;
	margin-top: 0;
	text-align: center;
}

#slides .slide .slide-caption .btn {
	border: none;
}

#slides .container-fluid {
	padding: 0;
}

#slides .container-fluid>div {
	padding: 0;
	width: 49%;
	min-height: 8.35em;
}

#slides .container-fluid>div.first {
	margin-right: 2%;
}

.styled {
	height: 100%;
	width: 100%;
	text-align: right;
	padding: 1.35em 1em 0.85em;
}

.styled div {
	display: inline-block;
	font-size: 1em;
	font-weight: 200;
	line-height: 1em;
	border: none;
	padding: 0.3em 1em 0 1em;
	height: 100%;
	width: 20%;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.styled div span {
	display: block;
	font-size: 4.35em;
	margin: 0 auto;
	line-height: 0.85em;
	color: #FFF;
	text-align: center;
}

/* IE7 inline-block hack */
*+html .styled div {
	display: inline;
	zoom: 1;
}

.styled div:first-child {
	margin-left: 0;
	border: 0;
}

.styled div strong {
	display: block;
	font-size: 16px;
	padding: 0.45em 0.2em 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	letter-spacing: 5px;
}

.join {
	display: block;
	background: url(../img/plus.html) no-repeat 75px center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.5em 0 2.35em;
	font-size: 4.65em;
	font-weight: 700;
	line-height: 1.75em;
	color: #FFF;
	text-align: left;
	width: 100%;
	height: 100%;
}

.holder {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 2.5em;
	height: 8em;
	z-index: 99;
	margin: 0 auto;
}

.moreArrow {
	display: block;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}

/* ================================= */
/* ------ EVENT DATA ------ */
/* ================================= */
#event.eventData {
	padding-top: 10em;
}

.eventData .row>div {
	position: relative;
	margin-bottom: 1.5em;
}

.eventData .dblBorderChild {
	position: relative;
	padding: 3.65em 1.5em 1.85em;
}

.eventData .dblBorder:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.eventData p {
	color: #FFF;
	font-size: 1.65em;
	margin: 0;
}

.eventData h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 0.5em;
}

.eventData .dblBorder {
	display: block;
	padding: 0.5em;
	width: 100%;
}

.dblBorderChild h3 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0;
}

.dblBorderChild h3 {
	color: #fff;
}

.dblBorderChild i {
	color: #fff;
}

.dblBorderChild .big span {
	display: inline-block;
	padding: 0 0.28em;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}

/*.prime .dblBorderChild p {
	font-size: 2.2em;
	font-weight: normal;
}*/
.dblBorder,
.dblBorderChild {
	border: rgba(255, 255, 255, 0.2) 1px solid;
}

.eventData .btn {
	background-color: rgba(255, 255, 255, 0.1);
}

/* ================================= */
/* --------- PERFORMERS --------- */
/* ================================= */
#performers hr {
	width: 50%;
}

#performers strong {
	margin-left: 1.65em;
}

.guest {
	background: url(../img/special_guest.html) no-repeat left center;
	min-height: 30em;
}

.guest strong {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.15em;
}

.guest p {
	font-weight: 500;
}

.guest h3 {
	margin-bottom: 0.85em;
}

.guest h4 {
	margin: 0;
}

.guest div {
	position: relative;
}

.guest .sqaureIconPrime {
	font-size: 5.65em;
	top: 49%;
	right: auto;
	bottom: auto;
	left: -0.78em;
	position: absolute;
	margin-top: -0.73em;
}

.experts .highlightBox {
	position: relative;
	background-image: url(../img/slider/slide5.html);
	background-attachment: fixed;
	background-size: cover;
}

.experts .boxBg {
	background: url(../img/opaqueBG.html) repeat 0 0;
}

/* chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

	.experts .highlightBox,
	.eventData .highlightBox {
		background-attachment: scroll;
		background-size: cover;
	}
}

#celebs .item {
	text-align: center;
	margin: 0.5em;
	border: 1px solid transparent;
	padding: 1em;
	font-weight: 400;
}

.owl-carousel .item {
	cursor: url(../img/cursor.html), move;
}

#celebs .item .img {
	position: relative;
	border: 10px solid #fff;
	margin: 0 auto;
}

#celebs .item .img img {
	display: block;
	height: auto;
	width: 100%;
}

#celebs .item .img:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 5em;
	position: absolute;
	bottom: -0.35em;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.experts .line {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 58.65%;
	background-color: #fff;
	height: 5px;
	z-index: 0;
}

#celebs .item .sqaureIconSec,
#celebs .item .sqaureIconPrime {
	margin: 2.35em 0 1.5em;
	font-size: 1em;
}

#celebs .item,
#celebs .item .sqaureIconSec i,
#celebs .item span.sqaureIconSec i,
#celebs .item .sqaureIconPrime i,
#celebs .item span.sqaureIconPrime i {
	color: #fff;
}

#celebs .item ul {
	margin: 1.85em 0 1em;
	cursor: auto;
}

#celebs .item span.sqaureIconSec,
#celebs .item span.sqaureIconPrime {
	font-size: 1.15em;
	margin: 0.85em 0.35em;
	color: #FFF;
}

.owl-theme .owl-controls .owl-buttons div {
	font-size: 1.50em;
	font-family: 'FontAwesome';
}

#celebs .item:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#celebs .item .sqaureIconSec:hover,
#celebs .item .sqaureIconPrime:hover,
#celebs .item span.sqaureIconSec:hover,
#celebs .item span.sqaureIconPrime:hover {
	box-shadow: none;
}

/* ================================= */
/* ------------ FEATURES ------------ */
/* ================================= */
.features {
	padding: 0;
}

.features .page-block {
	overflow: visible;
	padding: 6.35em 0 7em;
}

.features .row>div {
	padding: 5em 1em 0;
}

.features p {
	font-size: 14px;
}

.featureBox {
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	padding: 5.65em 1.5em 1.5em;
}

.featureBox:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.featureBox .absolute {
	top: -0.85em;
}

.features .sqaureIconSec.absolute.more {
	top: auto;
	bottom: -0.85em;
}

.features .row>div:hover .sqaureIconPrime {
	opacity: 1;
}

.features .highlightBox {
	position: relative;
	background-image: url(../img/slider/slide4.html);
	background-attachment: fixed;
	background-size: cover;
}

.tabs {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	width: 100%;
	overflow: hidden;
}

.tabs>div {
	padding: 0;
	margin: 0;
}

.tabs h3 {
	font-weight: 300;
}

.tabs-left {
	border-bottom: none;
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}

.tabs-left {
	border-right: 1px solid #ddd;
}

.tabs-left>li {
	float: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
}

.tabs-left>li>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-radius: 0;
	margin-right: 0;
	display: block;
	color: #FFF;
	font-size: 1.15em;
	border: 0;
	padding-left: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: none;
}

.tabs-left>li a span {
	display: inline-block;
	font-size: 1.15em;
	color: #FFF;
	width: 2.65em;
	text-align: center;
	opacity: 0.35;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 0.65em;
}

.tabs-left>li.active a span,
.tabs-left>li:hover a span {
	opacity: 1;
}

.tabs-left>li a span i {
	margin: 0;
}

.tab-content {
	padding: 3em;
}

/* ================================= */
/* ------ SPECIAL OFFER ------ */
/* ================================= */
.offer {
	background-color: #fff;
}

.offer h1 {
	margin: 0.08em 0 0;
	text-align: center;
	font-size: 12.5em;
	line-height: 1em;
	float: left;
}

.offer h1.small {
	font-size: 7em;
}

.offer h1.small span {
	display: block;
	font-size: 0.60em;
	font-weight: normal;
	line-height: 1.35em;
	font-family: 'Oswald', Arial, sans-serif;
}

/* ================================= */
/* ------------ PACKAGES ------------ */
/* ================================= */
#pricing h2,
#pricing h6,
#pricing .package:hover p,
#pricing p {
	color: #FFF;
}

#pricing h2,
#pricing h6,
#lineup h2,
.sponsors h2 {
	margin: 0;
}

#pricing h6 {
	font-weight: 300;
}

#pricing .package {
	padding: 1.5em;
	margin: 1.5em 0;
	text-align: center;
}

#pricing .package .inner {
	padding: 1.5em;
	border-style: solid;
	border-width: 3px;
}

#pricing sup {
	font-size: 0.35em;
	vertical-align: middle;
}

#pricing .package:hover .inner,
#pricing .package:hover hr,
#upcoming .item:hover h6 {
	border-color: rgba(255, 255, 255, 0.5);
}

/* ================================= */
/* ------------ SPONSORS ------------ */
/* ================================= */
#sponsorOwl {
	margin: 1.5em 0;
}

#sponsorOwl .item {
	text-align: center;
}

#sponsorOwl .item img {
	margin: 5px auto;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* ================================= */
/* ------------ LINEUP ------------ */
/* ================================= */
#lineup {
	padding-bottom: 1.5em;
}

#upcoming .item {
	text-align: center;
	margin: 1px;
}

#upcoming .item .img {
	position: relative;
	overflow: hidden;
}

#upcoming .item img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 0.5;
}

#upcoming .item .img a {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
	opacity: 0;
}

#upcoming .item:hover .img a {
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 1;
}

#upcoming .item:hover img {
	opacity: 1;
}

#upcoming .item h6 {
	padding-bottom: 0.50em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#upcoming .item .info {
	padding: 1.35em;
	font-size: 1.15em;
}

#upcoming .item .info h6 {
	font-size: 1.35em;
}

#upcoming .item:hover h6,
#upcoming .item:hover .info,
#upcoming .item:hover .info i {
	color: #FFF;
}

/* ================================= */
/* ------  ABOUT ------ */
/* ================================= */
#about {
	background: url(../img/band.html) no-repeat 8% bottom;
}

#about h2 {
	text-align: left;
}

/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#quotes .sqaureIconSec {
	font-size: 3em;
	margin: 0.85em 0 1.35em;
}

#testimonial .carousel-indicators {
	position: relative;
	width: 100%;
	left: auto;
	margin: 0;
	bottom: 0;
}

#testimonial .carousel-indicators li {
	margin: 1px 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#testimonial .carousel-indicators li.active {
	margin: 0 0.15em;
	opacity: 1;
	filter: alpha(opacity=100);
}

#testimonial {
	position: relative;
	min-height: 21em;
}

#testimonial span {
	display: inline-block;
	margin-bottom: 1em;
	color: rgba(255, 255, 255, 0.6);
	padding: 1.5em 3em 1.5em;
	border-style: solid none none none;
	border-width: 5px;
}

#testimonial span strong {
	font-size: 1.35em;
	color: #FFF;
	display: block;
}

#testimonial p {
	font-size: 1.15em;
	font-weight: 100;
	line-height: 1.65em;
	color: #FFF;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

/* ================================= */
/* ------ SUBSCRIBE BOX ------ */
/* ================================= */
.subscribe h4,
.subscribe h6 {
	text-transform: capitalize;
	margin-top: 0.9em;
	margin-bottom: 0.15em;
}

.subscribe h6 {
	border: none;
}

.subscribe input[type="submit"] {
	border: 0;
	top: 1em;
	right: 1.65em;
	bottom: 0;
	left: auto;
	position: absolute;
	font-family: 'FontAwesome', Raleway, Arial;
	font-size: 1.35em;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	color: #FFF;
	border-radius: 0;
	text-align: center;
	padding: 0 0.5em 0.5em;
}

#subscribeForm input[type="text"],
#subscribeForm input[type="email"] {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.15em;
	padding-right: 5em;
	border-width: 3px;
	border-style: solid;
}

/* ================================= */
/* ------ MAP AND VENUE ------ */
/* ================================= */
#venue {
	padding-bottom: 5em;
}

#venue h2 {
	display: inline-block;
	padding: 0.35em 0.65em;
	color: #FFF;
	margin: -1.35em auto 0.65em;
}

#map_canvas {
	display: block;
	height: 30em;
	background: #f5f5f5;
	border-bottom: #e5e5e5 1px solid;
}

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

#venue .directions-input {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 1.5em;
}

#venue .directions-input h4 {
	padding-left: 0.5em;
	margin-top: 0.28em;
}

#venue .directions-results {
	overflow: auto;
}

#venue input[type="text"] {
	display: block;
	width: 100%;
	height: 3em;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	padding: 0.5em 1em;
}

#venue input[type="text"]:focus {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#venue .btn {
	font-family: 'FontAwesome', Oswald, Aria, sans-serif;
	margin-top: 0.65em;
}

#venue .radio-option {
	display: block;
	margin-bottom: 0.5em;
	margin-right: 1.35em;
	color: #FFF;
	float: left;
	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;
	background-color: #fff;
	padding: 1.5em;
}

#directionsPanel .adp-placemark td {
	padding: 5px !important;
}

#directionsPanel .adp-summary {
	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: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1em 2em 1em 3em;
	color: #fff;
}

ul.address li:first-child {
	border: none;
	padding-top: 0;
}

ul.address li i {
	position: absolute;
	left: 0.5em;
	top: 1em;
	color: rgba(255, 255, 255, 0.2);
	font-size: 1.35em;
}

ul.address li:hover i,
ul.address li a {
	color: rgba(255, 255, 255, 0.9);
}

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

.social ul {
	font-size: 0;
}

/* ================================= */
/* --------- SOCIAL --------- */
/* ================================= */
.social {
	margin-top: 0.85em;
}

.social ul li {
	margin: 0;
}

.social ul li a i {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.65em;
	width: 2.35em;
	height: 2.35em;
	line-height: 2.35em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	margin: 0;
}

.social ul li a:hover i {
	color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7);
}

/* ================================= */
/* ------ CONTACT ------ */
/* ================================= */
.experts .boxBg {
	background-color: rgba(0, 0, 0, 0.3);
}

#contact h2 {
	color: #FFF;
}

#contact .form-row {
	position: relative;
}

.contactForm {
	padding: 1.85em 0;
}

.error {
	top: 18%;
	right: 10%;
	bottom: auto;
	left: auto;
	position: absolute;
	color: rgba(255, 255, 255, 0.7);
	z-index: 9;
	font-size: 1.5em;
}

#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form input[type="number"],
#contact_form input[type="datetime"],
#contact_form .form-control,
#contact_form textarea {
	border: 3px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 1.50em;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	background-color: transparent;
	width: 100%;
	padding: 1em;
	color: #FFF;
	opacity: 1;
}

#contact_form input[type="submit"] {
	font-family: 'FontAwesome', Oswald, Arial;
}

#contact_form input:focus,
#contact_form textarea:focus,
#contact_form input:visited,
#contact_form textarea:visited {
	border: 3px solid rgba(255, 255, 255, 0.7);
	box-shadow: none;
	color: #FFF;
}

#contact_form ::-webkit-input-placeholder {
	color: #FFF;
	opacity: 1;
}

#contact_form ::-moz-placeholder {
	/* Firefox 18- */
	color: #FFF;
	opacity: 1;
}

#contact_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
	opacity: 1;
}

#contact_form ::-ms-input-placeholder {
	color: #FFF;
	opacity: 1;
}

/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright p,
#copyright a {
	color: #fff;
}

/* 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,
.features .row>div i,
header.BGdark .logo a img,
header,
header.BGdark,
.BGsecondary,
.BGdark .rightnav,
.navbar-nav li a,
.navbar-nav li a i,
.navbar-nav li,
ul li:before,
.member .info,
.member .info h6,
.galleryImg a span,
.galleryImg img,
.social ul li a i,
.btn,
.social li i,
.owl-theme .owl-controls .owl-buttons div,
.sqaureIconSec,
.sqaureIconPrime,
#celebs .item,
.tabs-left>li a span,
#pricing p,
#pricing .package,
#pricing .package .inner,
.eventData .dblBorder,
.eventData .dblBorder .dblBorderChild,
#upcoming .item .img a,
#upcoming .item,
#upcoming .item:hover h6,
#upcoming .item:hover .info,
#upcoming .item .info i,
ul.address i,
#contact_form input:focus,
#contact_form textarea:focus,
.featureBox,
ul li {
	-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;
}

header .logo a img {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

#upcoming .item img {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.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(3em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(5em);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(3em);
	}

	100% {
		opacity: 1;
		transform: translateY(5em);
	}
}

.moreArrow {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media screen and (min-width: 1024px) and (orientation: landscape) {

	.navbar-collapse,
	.navbar .container-fluid,
	body .rightnav {
		padding: 0;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@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: 15px;
	}

	h1 {
		font-size: 4em;
	}

	h2 {
		font-size: 3em;
	}

	h3 {
		font-size: 2em;
	}

	h4 {
		font-size: 1.35em;
	}

	h5 {
		font-size: 1.35em;
	}

	.big {
		font-size: 1.08em;
	}

	#slides .slide .slide-caption .container {
		width: 65%;
		margin-top: 15%;
		margin-left: auto;
		margin-right: auto;
	}

	#slides .slides-navigation a {
		font-size: 1.85em;
	}

	.gradient,
	.shape1,
	.shape2 {
		background-size: 125%;
	}

	.join {
		font-size: 4.35em;
		background: url(../img/plus.html) no-repeat 45px center;
		line-height: 1.85em;
		padding: 0 0.5em 0 1.95em;
	}

	.dblBorderChild p {
		font-size: 1.35em;
	}

	.guest,
	{
	background-size: 70%;
}

#about {
	background-size: 45%;
	background-position: 5% bottom;
}

.page-block {
	padding: 4.85em 0;
}

#performers .page-block-full {
	padding: 3em 3.65em 3em 7em;
}

.experts .line {
	top: 60.35%;
}

.eventData .dblBorderChild {
	min-height: 12em;
}

.dblBorderChild p {
	margin-bottom: 1.15em;
	padding-top: 0.35em;
}
}

/* 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: 15px;
	}

	#slides .slide .slide-caption .container {
		width: 80%;
		margin-top: 23%;
		margin-left: auto;
		margin-right: auto;
	}

	.experts .line {
		display: none;
	}

	.eventData .dblBorderChild {
		min-height: 12em;
	}

	.dblBorderChild p {
		padding-top: 0.35em;
	}

	.member .info {
		bottom: -13.35em;
	}

	#map #map_canvas {
		height: 28em;
	}
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	header .logo {
		position: relative;
		width: 100%;
	}

	.rightnav {
		padding: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-collapse,
	.navbar .container-fluid,
	body .rightnav {
		padding: 0;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover {
		padding: 0.65em 0.95em;
	}

	.navbar-nav {
		text-align: center;
		float: none;
	}

	.navbar-nav li {
		float: none;
	}

	#slides .container-fluid>div {
		display: block;
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}

	.join {
		font-size: 4em;
	}

	.styled,
	.join {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.shape1,
	.shape2 {
		background-size: 250%;
	}

	.experts .highlightBox,
	.features .highlightBox {
		background-size: 250%;
		background-attachment: scroll;
		background-position: center center;
	}
}

/* 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: 14px;
	}

	h1 {
		font-size: 5em;
	}

	h2 {
		font-size: 3.5em;
	}

	h3 {
		font-size: 2.5em;
	}

	h4 {
		font-size: 1.50em;
	}

	h5 {
		font-size: 1.50em;
	}

	.big {
		font-size: 1.08em;
	}

	#slides .container-fluid>div {
		min-height: 7.85em;
	}

	.styled {
		padding: 1.35em 0 0.5em;
	}

	.styled div span {
		font-size: 3.65em;
	}

	.styled div strong {
		font-size: 1em;
		letter-spacing: 3px;
	}

	#slides .slide .slide-caption .container {
		width: 70%;
		margin-top: 18%;
		margin-left: auto;
		margin-right: auto;
	}

	#about {
		background-position: center bottom;
	}

	.phone a {
		font-size: 1.35em;
		color: #FFF;
	}
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	header {
		height: 5em;
	}

	.navbar-default .navbar-nav>li>a {
		line-height: 2.35em;
	}

	#slides .slides-navigation a {
		font-size: 1.85em;
	}

	.rightnav {
		padding-right: 3em;
	}

	.join {
		font-size: 3.85em;
		background-position: 18px center;
		background-size: 10%;
		padding-left: 1.5em;
		line-height: 2.10em;
	}

	.shape1,
	.shape2 {
		background-size: 150%;
	}

	#performers>.guest>.row>div {
		float: none;
		width: 100%;
		margin: 38em 0 0;
	}

	.guest {
		background-position: center top;
		background-size: 100%;
	}

	.guest .sqaureIconPrime {
		left: 48%;
		top: 0;
		margin-left: -0.65em;
	}

	.experts .highlightBox,
	.features .highlightBox {
		background-size: 185%;
		background-attachment: scroll;
		background-position: center center;
	}

	#about {
		background-size: 45%;
		background-position: 5% bottom;
	}
}

@media only screen and (max-width: 996px) {
	h1 {
		font-size: 3.85em;
	}

	h2 {
		font-size: 3.5em;
	}

	h3 {
		font-size: 2.5em;
	}

	.holder {
		display: none;
	}

	.styled div span {
		font-size: 3em;
	}

	.join {
		font-size: 4em;
		background: url(../img/plus.html) no-repeat 30px center;
	}

	#slides .slide .slide-caption .container {
		width: 80%;
		margin-top: 35%;
		text-align: center;
	}

	#slides .slides-navigation a {
		font-size: 1.85em;
	}

	#slides .container-fluid>div {
		min-height: 7em;
	}

	.list-inline>li.phone {
		font-size: 1.35em;
	}

	.dblBorderChild p {
		font-size: 1.35em;
	}

	.features .row>div {
		padding: 1.5em 1.5em 0;
		margin: 1.65em 0;
	}

	.features .row>div h4 {
		font-size: 1.65em;
		margin-top: 0.55em;
	}

	.eventData .dblBorderChild {
		min-height: 8em;
	}

	#about .row>div,
	#about .row>div h2 {
		text-align: center;
	}

	#about {
		background-position: center bottom;
	}

	#about .row>div {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 3em;
		margin: 0 auto;
		width: 95%;
		float: none;
	}

	.experts .line {
		display: none;
	}

	#performers hr {
		width: 100%;
	}

	#performers>.guest>.row>div {
		float: none;
		width: 100%;
		margin: 38em 0 0;
		padding-top: 9.65em;
	}

	.guest {
		background-position: center top;
	}

	.guest .sqaureIconPrime {
		left: 48%;
		top: 0;
		margin-left: -0.65em;
	}

	#celebs .item {
		margin: 0 8%;
	}

	#celebs .item span.sqaureIconSec,
	#celebs .item span.sqaureIconPrime {
		font-size: 1.35em;
	}

	.offer h1 {
		margin: 0;
	}

	.offer h1 span {
		display: block;
		margin: 0 0 0.35em;
	}

	#about .row>div {
		height: auto;
	}

	#map #map_canvas {
		height: 28em;
	}

	.contactInfo,
	.contactForm {
		float: none;
		width: 100%;
		min-height: 1em;
	}

	.contactInfo .lower,
	.contactInfo .upper,
	.contactInfo h1 {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
	}

	.contactInfo h1 {
		margin: 0 0 0.15em;
		min-height: 1em;
	}

	.contactInfo .lower,
	.contactInfo .upper {
		padding: 1.5em;
		margin: 0;
	}

	#contact .highlightBox {
		background-attachment: scroll;
	}
}

@media only screen and (min-width: 768px) {
	.rightnav {
		background-color: transparent;
	}
}

/* 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: 14px;
	}

	header .logo {
		position: relative;
		width: 100%;
		padding: 1em;
	}

	.rightnav {
		padding: 0;
		margin: 0;
	}

	#performers .page-block-full {
		padding: 3em 3.65em;
	}

	header {
		position: relative;
		background-color: #333;
		height: auto;
	}

	#slides .container-fluid>div {
		display: block;
		width: 100%;
		margin: 0 0;
		text-align: center;
	}

	.styled,
	.join {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.eventData .row>.prime,
	.eventData .row>.secondary {
		margin-bottom: 5em;
	}

	.rightnav {
		text-align: left;
	}

	header.BGlight .navbar-default .navbar-nav>li {
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-style: none solid solid solid;
	}

	.navbar-nav,
	header .row {
		margin: 0;
	}

	header.BGlight .logo,
	header.BGlight.visible {
		background-color: transparent;
	}

	header.BGlight.visible .navbar-default .navbar-nav>li>a {
		color: #FFF;
	}

	header.BGlight .navbar-default .navbar-nav>li i {
		display: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}

	.navbar-nav li .sub-nav {
		visibility: visible;
		position: relative;
		background-color: transparent;
		width: 100%;
		left: 0;
		opacity: 1;
		transform: none;
		border: none;
	}

	.navbar-nav li .sub-nav li a,
	.navbar-nav li .sub-nav li {
		border-bottom: none;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.navbar-nav li .sub-nav li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		text-align: center;
	}

	.navbar-nav li .sub-nav li:hover a {
		background-color: transparent;
	}

	#slides .slide .slide-caption .container {
		width: 85%;
		text-align: center;
		margin-top: 8em;
	}

	.absShape {
		bottom: 0;
	}

	.gradient,
	.shape1,
	.shape2 {
		display: none;
	}

	.guest {
		background-size: 100%;
	}

	#performers>.guest>.row>div {
		margin: 30em 0 0;
	}

	.guest .sqaureIconPrime {
		font-size: 3.35em;
	}

	.tabs {
		background-color: transparent;
		box-shadow: none;
		border: none;
	}

	.tabs-left {
		border: 0;
		padding: 1.5em;
		margin: 0;
	}

	.tabs-left>li {
		display: inline-block;
		background-color: rgba(0, 0, 0, 0.3);
		border: 1px solid rgba(255, 255, 255, 0.2);
		margin: 0.15em 0.05em;
	}

	.tabs-left>li a,
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		font-size: 1em;
	}

	.offer h1 {
		float: none;
		display: inline-block;
	}

	.column-content {
		margin-left: 1.5em;
	}

	.offer h1 span {
		display: inline-block;
	}

	#offer .row>div {
		margin: 0 auto 1.5em;
		text-align: center;
		width: 90%;
		float: none;
	}

	#testimonial .comment h6 span {
		display: block;
		border: none;
	}

	#contact .boxBg {
		padding: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: landscape) {
	#slides .slide .slide-caption .container {
		margin-top: 3em;
	}
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
	#slides .slide .slide-caption .container {
		width: 100%;
	}

	#slides .slide .slide-caption .container .box {
		padding: 1.5em;
	}

	#performers>.guest>.row>div {
		margin-top: 23%;
	}

	.join {
		padding-left: 0.85em;
		font-size: 3em;
		line-height: 2.35em;
	}

	#contact .highlightBox {
		background-attachment: scroll;
		background-image: none;
		background-color: #fff;
		background-size: auto;
	}

	.logo,
	.rightnav {
		width: 100%;
		float: none;
	}
}

/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
	h1 {
		font-size: 3.35em;
	}

	h2 {
		font-size: 3em;
	}

	h3 {
		font-size: 2.15em;
	}

	header.BGdark .logo a img {
		width: 50%;
		height: auto;
		transform: none;
	}

	#slides .slides-navigation {
		display: none;
	}

	#slides .slide .slide-caption {
		background-image: none;
	}

	#slides {
		height: 30em !important;
	}

	#slides .slide img {
		display: none;
	}

	#slides .slide .slide-caption .container {
		margin-top: 3em;
	}

	#slides .slide .slide-caption .container h1 {
		font-size: 2.35em;
	}

	#slides .slide .slide-caption .container span {
		padding: 0 1em;
	}

	.social ul li {
		margin: 0.35em 0;
	}

	a.nav-expander {
		width: auto;
	}

	.styled div span {
		font-size: 2.50em;
	}

	.styled div strong {
		font-size: 12px;
		letter-spacing: 0;
	}

	.join {
		background-position: 15px center;
		-webkit-background-size: 10%;
		background-size: 10%;
	}

	.dblBorderChild p,
	.secondary .dblBorderChild p {
		font-size: 1.50em;
	}

	#performers>.guest>.row>div {
		margin-top: 18em;
		padding-top: 5em;
	}

	#celebs .item {
		margin-left: 5px;
		margin-right: 5px;
	}

	.experts .highlightBox,
	.features .highlightBox,
	.experts .boxBg,
	.features .boxBg {
		background-image: none;
	}

	.experts .boxBg,
	.features .boxBg {
		background-color: transparent;
	}

	.featureBox {
		background-color: #fff;
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		font-size: 1em;
	}

	.owl-carousel .owl-item .item {
		text-align: center;
	}
}

@media only screen and (max-width: 996px) and (orientation: landscape) {
	header {
		height: auto;
	}

	header .logo,
	header .rightnav,
	.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;
	}

	#slides .slides-navigation {
		display: none;
	}

	#slides .slide .slide-caption .container {
		margin-top: 9%;
	}

	#slides .slide .slide-caption .container .box {
		border: none;
		padding: 0.5em;
	}

	#slides .slide .slide-caption .container .box h1 {
		font-size: 2.35em;
	}

	#slides .slide .slide-caption .container .box span {
		padding: 0 1em;
	}

	#slides {
		height: 28em !important;
	}

	.styled div strong {
		letter-spacing: 0;
	}

	.join {
		background-size: 10%;
		font-size: 4em;
	}
}

@media screen and (max-width: 320px) {

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

	.join {
		background-size: 10%;
		font-size: 3em;
		line-height: 2.35em;
	}
}



/***************************************************************************/


.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	transition: background-color .25s ease, box-shadow .25s ease;
}

.site-header.header--transparent {
	background: transparent;
	box-shadow: none;
}

.site-header.header--solid {
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.site-header.header--transparent .navbar-default {
	background: transparent;
	border-color: transparent;
}

.site-header.header--transparent .navbar-default .navbar-nav>li>a,
.site-header.header--transparent .navbar-default .navbar-brand,
.site-header.header--transparent .navbar-default .navbar-toggle .icon-bar {
	color: #ea1212;
}

.site-header.header--transparent .navbar-toggle .icon-bar {
	background: #fff;
}

.site-header.header--solid .navbar-default {
	background: transparent;
	border-color: transparent;
}

.site-header.header--solid .navbar-default .navbar-nav>li>a,
.site-header.header--solid .navbar-default .navbar-brand {
	color: #111;
}

.site-header.header--solid .navbar-toggle .icon-bar {
	background: #111;
}

body.with-fixed-header {
	padding-top: 80px;
}

:target::before {
	content: "";
	display: block;
	height: 80px;
	margin-top: -80px;
}

/* ---------- Slider: AUTO height (image-driven) ---------- */
#slides {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: auto;
}

#slides .slides-container {
	display: block;
	height: auto !important;
}

#slides .slide {
	height: auto;
}

#slides .slide .img {
	height: auto;
}

#slides .slide .img img {
	width: 100%;
	height: auto;
	display: block;
}

#slides .slide-caption {
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.slides-navigation {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.slides-navigation a {
	background: rgba(0, 0, 0, .25);
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	display: inline-block;
}

#slides .slide-caption .box h1,
#slides .slide-caption .box span {
	text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

/* ---------- Sections / spacing ---------- */
.page-block {
	padding: 60px 0;
}

.page-block-small {
	padding: 24px 0;
}

h2 {
	letter-spacing: .5px;
	font-weight: 800;
}

/* ---------- CTA bar under slider ---------- */
#cta {
	padding: 22px 0;
}

#cta .cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

#cta .cta-count {
	flex: 1 1 420px;
}

#cta .cta-btn {
	flex: 0 0 auto;
}

#cta .cta-primary {
	padding: 16px 22px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .4px;
}

#cta .countdown.styled .row {
	display: flex;
	justify-content: center;
	gap: 18px;
}

#cta .countdown.styled .row>div {
	min-width: 86px;
}

#cta .countdown.styled h3 {
	font-size: 42px;
	line-height: 1;
	margin: 0;
}

#cta .countdown.styled span {
	font-size: 12px;
	opacity: .9;
}

#cta a:not(.cta-primary) {
	display: none;
}

/* ---------- Forms ---------- */
#register .contactForm input,
#register .contactForm select,
#register .contactForm textarea {
	height: 44px;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
	padding: 10px 12px;
}

#register .contactForm textarea {
	height: auto;
	min-height: 120px;
}

#register label[for="reelFile"] {
	display: block;
	margin: 8px 0 6px;
	font-weight: 600;
}

#reelErrors {
	color: #d93025;
}

/* ---------- Color fallbacks ---------- */
.BGlight {
	background: #f7f8fa;
}

.BGdark {
	background: #111;
	color: #fff;
}

.BGprime {
	background: #003C8F;
	color: #fff;
}

.BGsecondary {
	background: #ED6C02;
	color: #fff;
}

.white {
	color: #fff;
}

.Bggredient {
	background: linear-gradient(90deg, rgb(69, 0, 115) 0%, rgb(151, 0, 0) 73%, rgb(145, 85, 0) 100%);
	color: #fff;
}

/* ---------- Preloader ---------- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s ease;
}

#preloader.hidden {
	opacity: 0;
	pointer-events: none;
}

/* ---------- Responsive ---------- */
@media (max-width:991px) {
	.page-block {
		padding: 40px 0;
	}
}

@media (max-width:767px) {
	.navbar-default .navbar-collapse {
		background: #fff;
	}

	#cta {
		padding: 18px 0;
	}

	#cta .cta-primary {
		width: 100%;
		text-align: center;
	}
}






.slide>.img>img {
	backface-visibility: hidden;
	position: absolute;
	left: 0px !important;
	top: 0px !important;
	z-index: -1;
	max-width: 100%;
	/* height: 919px; */
	/* width: 2940.8px; */
	height: 600px !important;
	width: 100% !important;
}



#criteria {
	background: linear-gradient(90deg, #1b1e4b 0%, #730b0b 100%);
	color: #fff;
	padding: 60px 0;
	font-family: "Noto Sans", "Open Sans", sans-serif;
}

#criteria h2 {
	color: #ffe48f;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

#criteria h4 {
	color: #ffd966;
	margin-top: 25px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 6px;
}

#criteria .list-default {
	list-style-type: disc;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #f5f5f5;
}

#criteria .list-default li {
	margin-bottom: 6px;
	color: #FFF !important;
	list-style: none;
}

#criteria p.big {
	font-size: 16px;
	color: #eee;
	margin-bottom: 20px;
}

#criteria i.fa {
	margin-right: 8px;
	color: #ffecb3;
}

@media (max-width: 767px) {
	#criteria .col-md-6 {
		margin-bottom: 30px;
	}
}

section#about-nats >.container {
	width: calc(100vw - 200px);
}


/* #about-nats {
		padding: 60px 0;
	}

	#about-nats h3 {
		font-weight: 600;
		margin-bottom: 10px;
	}

	#about-nats p,
	#about-nats li {
		font-size: 15px;
		line-height: 1.6;
	}

	#about-nats ul {
		padding-left: 18px;
	}

	@media (max-width: 767px) {
		#about-nats .col-md-4 {
			margin-bottom: 30px;
		}
	} */

	ul.white > li{
		color: white !important;
		/* list-style: none; */
	}

	.bgfooter{ 
		background: #001B84; 
	}


.about-section {
  background: linear-gradient(90deg, #1b1e4b 0%, #730b0b 100%);
  color: #fff;
  padding: 70px 0;
  font-family: "Noto Sans", "Open Sans", sans-serif;
}

.about-card {
  padding: 15px;
  display: flex;
}

.inner-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 25px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 520px; /* fixed height for all cards */
  overflow: hidden;
  transition: all 0.3s ease;
}

.inner-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

/* Scrollable content inside cards */
.card-content {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffd966 rgba(255, 255, 255, 0.1);
  height: 100%;
  padding-right: 6px;
}

/* Chrome scrollbar styling */
.card-content::-webkit-scrollbar {
  width: 6px;
}
.card-content::-webkit-scrollbar-thumb {
  background-color: #ffd966;
  border-radius: 10px;
}
.card-content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.about-section h3 {
  color: #ffe48f;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* font-family: "Merriweather", serif; */
}

.about-section h5 {
  color: #ffd966;
  margin-top: 15px;
  font-weight: 600;
}

.about-section .divider {
  width: 60px;
  height: 2px;
  background: #ffd966;
  margin: 10px auto 15px;
}

.about-section p,
.about-section ul {
  color: #ffffff; /* pure white text */
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

.about-section ul {
  list-style-type: disc;
  padding-left: 18px;
  text-align: left;
}

.about-section ul ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 5px;
}

.about-section a {
  color: #ffecb3;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .inner-card {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .about-card {
    margin-bottom: 25px;
  }
}
.about-section ul > li {
	color: white !important;
	/* list-style: none; */
}