.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn.btn-primary,
button,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-info,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-inverse {
  text-shadow: none;
  background-image: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  outline: none;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-primary,
button {
  padding: 15px 40px;
}
button,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-info,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-inverse {
  padding: 10px 20px;
}
.btn-danger {
  box-shadow: 0 2px #9d2520;
}
.btn.btn-default {
  box-shadow: 0 2px #c2c2c2;
}
.btn.btn-info {
  box-shadow: 0 2px #26738a;
}
.btn.btn-success {
  box-shadow: 0 2px #347834;
}
.btn.btn-warning {
  box-shadow: 0 2px #c17305;
}
.btn.btn-inverse {
  box-shadow: 0 2px #252525;
}
.button-typography a.btn {
  margin-bottom: 20px;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.entry-meta.muted {
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
.entry-content code,
.entry-content pre {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
div.pagination {
  background: rgba(0,0,0,0.5);
  height: 40px;
}
div.pagination ul {
  margin: 0;
}
.pagination ul>li>a,
.pagination ul>li>span {
  background: none;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination ul>li>a:hover,
.pagination ul>li>span:hover {
  color: #fff;
}
input[type="submit"],
input[type="button"],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-shadow: none;
  font-weight: normal;
  color: #616060;
  min-height: 30px;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  background: rgba(0,0,0,0.5);
  border: 1px solid #646360;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.input-block-level {
  min-height: 45px;
}
.registration legend {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 0;
}
.registration .form-actions {
  background: none;
  border-top: 0;
}
.registration .btn.btn-danger {
  margin-left: 10px;
}
.body-innerwrapper {
  background-attachment: fixed;
  background-size: cover;
  min-height: 1000px;
  overflow-x: hidden;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 25px;
}
.social-icon ul i {
  color: #fff;
  font-size: 24px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
#sp-header-wrapper {
  padding: 20px 0;
  background: rgba(0,0,0,0.8);
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.sp_countdown {
  min-height: 680px !important;
}
.coundown_wrapper {
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}
.sp_countdown_days,
.sp_countdown_hours,
.sp_countdown_mins,
.sp_countdown_secs {
  display: inline-block;
  text-align: center;
  padding: 0px 6px;
}
.sp_countdown_title h2 {
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  line-height: 72px;
}
.sp_countdown_button {
  margin-top: 35px;
}
.sp_countdown_button a {
  font-size: 22px;
  font-weight: 800;
}
.sp-performers .carousel a.control {
  position: absolute;
  top: -45px;
  font-size: 25px;
}
.sp-performers .carousel a.control :hover {
  color: #fff;
}
.sp-performers .carousel .nav-left {
  right: 15px;
}
.sp-performers .carousel .nav-right {
  right: 0px;
}
.sp-performers .header {
  text-transform: uppercase;
}
.sp-performers .carousel {
  margin-bottom: inherit;
}
.sp-performers .sp-member .image-wrapper {
  cursor: pointer;
}
.sp-performers .sp-member .image-wrapper .performers-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.sp-performers .sp-member .image-wrapper:hover .sp-team-info {
  opacity: 0;
}
.sp-performers .sp-member .image-wrapper:hover .performers-overlay {
  opacity: 1;
}
.sp-performers .sp-member .image-wrapper:hover .performers-overlay .sp-team-info {
  opacity: 1;
}
.sp-performers .sp-member .image-wrapper:hover .performers-overlay .sp-team-info .sp-designation {
  color: #fff;
}
.sp-performers .sp-member .image-wrapper {
  position: relative;
}
.sp-performers .sp-member .image-wrapper .sp-team-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
}
.sp-performers .sp-member .image-wrapper .sp-team-info h3 {
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 500;
}
.sp-performers .sp-member .image-wrapper .sp-team-info .sp-designation {
  font-size: 18px;
  color: #909090;
  margin-bottom: 23px;
}
.sp-performers .sp-member .image-wrapper .sp-team-info .sp-description {
  line-height: 24px;
  margin-bottom: 20px;
}
.sp-performers .sp-member .image-wrapper .sp-team-info .social-icons a {
  color: #fff;
  margin-right: 20px;
}
#sp-action {
  margin-bottom: 20px;
}
#sp-action .action-content {
  display: inline-block;
}
#sp-action .action-button {
  margin: 21px 0;
}
.about-event-homepage h2.module-title {
  margin: 0 0 20px 0;
}
.about-event-homepage .about-event {
  font-size: 18px;
}
.about-event-homepage .about-event a {
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 15px;
}
.about-event-homepage .about-event h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-event-homepage .about-event .buy-ticket {
  font-size: 14px;
  color: #a7a7a7;
  text-transform: capitalize;
}
#tab-wrap {
  height: auto;
  margin: auto;
  color: #000;
}
#tab-wrap.upcoming_event {
  position: relative;
}
#tab-wrap.upcoming_event .big-date {
  color: #fff;
  padding: 60px 0px;
  text-align: center;
  width: 123px;
  margin-bottom: 20px;
}
#tab-wrap.upcoming_event .big-date p {
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 0px;
  font-weight: 500;
}
#tab-wrap.upcoming_event .big-date span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
#tab-wrap.upcoming_event .flexslider .item_date {
  padding: 0px 0px 0;
  height: 30px;
}
#tab-wrap.upcoming_event .flexslider .item_date li {
  width: 27px !important;
  cursor: pointer;
  height: 40px;
  border-right: 1px solid #ddd;
}
#tab-wrap.upcoming_event .flexslider .item_date li:after {
  content: "";
}
#tab-wrap.upcoming_event .flexslider .item_date li span {
  margin-top: 10px;
}
#tab-wrap.upcoming_event .flexslider .flex-direction-nav a {
  margin-top: -10px;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
#tab-wrap.upcoming_event .flexslider .flex-direction-nav a:before {
  font-size: 14px;
}
#tab-wrap.upcoming_event .item_dateWrapper {
  position: absolute;
  top: 80px;
  left: 43px;
  background: #fff;
  padding: 0px 30px;
  width: 140px !important;
  z-index: 999;
  height: 40px !important;
}
#tab-wrap.upcoming_event .item_dateWrapper .flex-viewport {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#tab-wrap.upcoming_event .upevent_content {
  padding-left: 50px;
}
#tab-wrap.upcoming_event .upevent_content h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tab-wrap.upcoming_event .upevent_content span {
  font-size: 18px;
  padding: 2px 0;
}
#tab-wrap.upcoming_event .upevent_content span.moduleItemExtraFieldsLabel {
  color: #fff;
  width: 25%;
}
#tab-wrap.upcoming_event .upevent_content span.moduleItemExtraFieldsValue {
  color: #9B9B9B;
}
#tab-wrap.upcoming_event .item_date li span {
  margin-left: 5px;
}
#tab-wrap #carousel {
  width: 200px;
  height: 20px;
  margin: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tab-wrap #carousel .slides li span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#sp-clients-wrapper {
  padding-top: 30px;
}
#sp-clients li img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sp-clients-wrapper h2 {
  margin: 0;
}
#sp-clients-wrapper #sp-clients ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-clients-wrapper #sp-clients ul li {
  width: 32.33%;
  height: 55px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  opacity: .6;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-clients-wrapper #sp-clients ul li:hover {
  opacity: 1;
}
#sp-clients-wrapper #sp-clients .sp-client-navigation {
  float: right;
  font-size: 24px;
  position: relative;
  bottom: 35px;
}
#sp-clients-wrapper #sp-clients .nav-right:hover {
  color: #fff;
}
#sp-clients-wrapper #sp-clients .nav-left:hover {
  color: #fff;
}
#component-area {
  background: rgba(0,0,0,0.8);
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage #component-area {
  background: none;
  padding: 0;
}
#sp-content .mod-wrapper {
  background: rgba(0,0,0,0.8);
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-bottom-wrapper {
  color: #bfbfbf;
  font-size: 16px;
}
#sp-bottom-wrapper h3 {
  margin-bottom: 15px;
}
#sp-bottom-wrapper #bottom {
  background: #000;
  background: rgba(0,0,0,0.8);
  padding: 35px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-bottom-wrapper h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
#sp-bottom-wrapper #sp-bottom1 a {
  font-weight: 500;
}
#sp-bottom-wrapper #sp-bottom1 .sp-tweet-item {
  border-bottom: none;
}
#sp-bottom-wrapper #sp-bottom1 .sp-tweet-even {
  background: none;
}
#sp-bottom-wrapper #sp-bottom1 .followme {
  display: none;
}
#sp-bottom-wrapper #sp-bottom2 a {
  color: #bfbfbf;
}
#sp-bottom-wrapper #sp-bottom2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-bottom-wrapper #sp-bottom2 li {
  line-height: 22px;
  text-transform: capitalize;
}
#sp-social-icon-wrapper {
  padding: 15px 0;
  background: none;
}
#sp-social-icon-wrapper #sp-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-social-icon-wrapper #sp-social ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
}
#sp-social-icon-wrapper #sp-social ul i {
  color: #fff;
}
#sp-footer-wrapper {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
#sp-footer-wrapper #footer {
  background: #000;
  background: rgba(0,0,0,0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#js_uxpba {
  position: absolute;
  right: 4221px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.about-us {
  color: #dbdbdb;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
.about-us h2 {
  color: #fff;
}
.about-us h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 22px;
  font-weight: 500;
}
.team h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.team .performers-overlay {
  display: none;
}
.team .sp-team-info p {
  font-size: 18px;
  color: #909090;
  line-height: 22px;
}
.team .sp-team-info h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.team .sp-team-navigation {
  float: right;
  font-size: 24px;
  position: relative;
  bottom: 25px;
}
.team .sp-team-navigation .nav-left {
  margin-right: 5px;
}
.team .sp-team-navigation .nav-right:hover {
  color: #fff;
}
.team .sp-team-navigation .nav-left:hover {
  color: #fff;
}
.tour h3,
.music h3 {
  color: #fff;
  margin-top: 0;
  padding: 0;
  font-size: 30px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
.tour .tour-details {
  background: #ec5538;
  background: rgba(236,85,56,0.8);
  padding: 30px;
  height: 202px;
}
.tour .tour-details h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.contact h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact .required-field {
  display: none;
}
.pricing-plan {
  font-size: 18px;
  color: #fff;
}
.pricing-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-plan li {
  line-height: 22px;
}
.pricing-plan h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
.pricing-plan .plan {
  background: #fff;
  color: #787d84;
  text-align: center;
  padding: 30px 0;
}
.pricing-plan .plan-name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.pricing-plan .plan-price {
  font-size: 30px;
  padding: 5px 0;
}
.pricing-plan .plan-details {
  text-transform: uppercase;
  font-size: 14px;
}
.pricing-plan .plan-action {
  position: relative;
  top: 50px;
}
.pricing-plan .featured {
  color: #fff;
  border: solid 2px #000;
  outline: solid 3px #fff;
}
.pricing-plan .featured .plan-action a {
  border: 2px solid #fff;
  box-shadow: none;
}
.pricing-plan .featured .plan-price {
  color: #fff;
}
.sp-vocal-event-item:hover ul.sp-vocal-tab li.active a {
  background: #fff !important;
}
.vocal-coundown-wrapper {
  padding: 20px 0;
}
.vocal-coundown-wrapper .sp_kcoundown {
  background-size: cover;
  background-position-y: 25%;
  min-height: 250px;
  text-align: center;
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row {
  width: 100%;
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 70px 0;
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section:nth-child(odd) {
  background: rgba(236,85,56,0.7);
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section:nth-child(even) {
  background: rgba(194,49,21,0.7);
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section .countdown-amount {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 82px;
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section .countdown-amount:after {
  clear: both;
}
.vocal-coundown-wrapper .sp_kcoundown .countdown-row .countdown-section .countdown-period {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
}
.eventdetails {
  padding: 0;
}
ul.eventdtime li {
  display: inline-block !important;
  padding-right: 10px;
}
ul.eventdtime li i {
  padding-right: 2px;
  color: #ec5538;
}
.buy_ticket {
  padding: 40px 0;
}
.buy_ticket .buyticketintro {
  display: inline-block;
}
.buy_ticket .buyticketintro h3 {
  margin: 0;
}
.buy_ticket .action-button {
  padding-top: 20px;
}
.events-right .ns2-title {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.events-right .ns2-tools {
  font-size: 14px;
}
.events-right .ns2-wrap img {
  padding-right: 15px;
}
.events-right .ns2-readmore span {
  background: none;
  margin: 0;
  padding: 0;
}
.albumWrapper {
  position: relative;
  cursor: pointer;
}
.albumWrapper .album-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  text-align: left;
}
.albumWrapper .album-info a {
  color: #fff;
}
.albumWrapper .album-info h3 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 23px;
}
.albumWrapper .album-info p {
  font-size: 16px;
  color: #909090;
  margin: 0;
}
.albumWrapper:hover .album-info {
  opacity: 0;
}
.albumWrapper:hover .album-overlay {
  opacity: 1;
}
.albumWrapper .album-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(236,85,56,0.8);
  text-align: left;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.albumWrapper .album-overlay .album-info {
  opacity: 1;
}
.albumWrapper .album-overlay .catItemExtraFields ul li {
  margin-bottom: 0;
}
.albumWrapper .album-overlay .catItemExtraFields ul li a {
  color: #fff;
}
.albumWrapper .album-overlay .catItemRatingBlock {
  display: inline-block;
}
.albumWrapper .album-overlay .catItemRatingBlock span {
  color: #fff;
}
.sp-populer-albums .moduleItemExtraFields .moduleItemExtraFieldsLabel {
  width: 25%;
}
.homevideo .mod-wrapper {
  min-height: 320px;
}
.popular-blog .ns2-title {
  font-size: 20px !important;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 25px;
}
.popular-blog .ns2-tools {
  font-size: 14px;
  color: #fff;
}
.popular-blog .ns2-wrap img {
  padding-right: 15px;
}
.accordion-group {
  border: 1px solid rgba(255,255,255,0.3);
}
.accordion-inner {
  border-top: 1px solid rgba(255,255,255,0.3);
}
.gallery-filters {
  margin-bottom: 30px !important;
}
.gallery-filters a.btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-shadow: none;
  margin-right: 10px;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.gallery li {
  width: 24% !important;
}
ul.gallery a.img-polaroid {
  background: rgba(255,255,255,0.5);
}
.table-bordered,
.table-bordered th,
.table-bordered td {
  border-color: rgba(255,255,255,0.3);
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background: transparent;
}
.rtl img.pull-left {
  float: right;
  margin-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  left: 10px;
  right: auto;
  content: "\f104";
}
.rtl .sp_coundown_all {
  left: auto;
  right: 0;
}
.rtl .sp-performers .carousel .nav-left {
  left: 15px;
  right: auto;
}
.rtl .sp-performers .carousel a.nav-left .icon-angle-left:before {
  content: "\f105";
}
.rtl .sp-performers .carousel .nav-right {
  left: 0;
  right: auto;
}
.rtl .sp-performers .carousel a.nav-right .icon-angle-right:before {
  content: "\f104";
}
.rtl #sp-action .action-button {
  float: left;
}
.rtl #tab-wrap.upcoming_event .item_dateWrapper {
  right: 43px;
  left: auto;
}
.rtl #tab-wrap.upcoming_event .flexslider .flex-viewport ul.slides li {
  float: right !important;
}
.rtl #tab-wrap.upcoming_event .upevent_content {
  padding-left: 0;
  padding-right: 50px;
}
.rtl div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  float: right;
}
.rtl .sc-player .sc-artwork-list li {
  float: left;
}
.rtl .sc-player ol.sc-trackslist li.active a {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .sc-player ol.sc-trackslist li.active a:after {
  right: 0;
  left: auto;
}
.rtl .latest-event-imageBlock.pull-left {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl #sp-bottom-wrapper h3 i {
  float: right;
}
.rtl .social-icon ul li {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .albumWrapper .album-info {
  text-align: right;
}
.rtl .moduleAlbum a.moduleItemImage img {
  margin: 0 0 30px 15px;
}
.rtl .moduleAlbum.pull-left {
  float: right;
}
.rtl .itemView .pull-left {
  float: right;
}
.rtl .vocalAlbumListing .catItemImageBlock {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.rtl .AlbumitemImageBlock span.itemImage img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .sp-vocal-event-item .pull-left {
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
.rtl .buy_ticket .action-button {
  float: left;
}
.rtl ul.eventdtime li i {
  padding-left: 2px;
  padding-right: 0;
}
.rtl .popular-blog .ns2-wrap img,
.rtl .events-right .ns2-wrap img {
  float: right !important;
  padding-left: 15px;
  padding-right: 0;
}
.rtl .blogDate.pull-left {
  float: right;
  margin: 0 0 10px 15px;
}
.rtl div.k2TagCloudBlock a,
.rtl div.k2TagCloudBlock a:hover {
  float: right;
}
.rtl .k2Avatar img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl div.k2CategoriesListBlock ul li:before {
  content: "\f104";
}
.rtl div.itemComments ul.itemCommentsList li img {
  float: right;
  margin: 4px 0 12px 20px;
}
.rtl div.itemComments ul.itemCommentsList li span.commentLink {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.rtl div.userBlock img {
  float: right;
  margin: 0 0 0 20px;
}
.rtl .team .sp-team-navigation,
.rtl #sp-clients-wrapper #sp-clients .sp-client-navigation {
  float: left;
}
.rtl .sp-team-navigation a.nav-right .icon-angle-right:before,
.rtl .sp-client-navigation a.nav-right .icon-angle-right:before {
  content: "\f104";
}
.rtl .sp-team-navigation a.nav-left .icon-angle-left:before,
.rtl .sp-client-navigation a.nav-left .icon-angle-left:before {
  content: "\f105";
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-menu ul.level-0 > li.parent:hover >a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  font-size: 14px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  color: #fff;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
h2.module-title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: uppercase;
}
h2.module-title .module-subtitle {
  font-weight: 700;
}
.module {
  margin-top: 20px;
}
.module .mod-wrapper {
  background: rgba(0,0,0,0.8);
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module:first-child {
  margin-top: 0;
}
.module.rocking,
.module.classical,
.module.solo1,
.module.simple,
.module.jazz,
.module.solo2,
.module.hiphop,
.module.pop1,
.module.solo3,
.module.metal,
.module.pop2,
.module.solo4 {
  font-weight: 500;
  padding: 30px;
  color: #fff;
}
.module.rocking {
  background: rgba(0,0,0,0.8);
}
.module.rocking .module-subtitle {
  color: #ec5538;
}
.module.classical {
  color: #000;
  background: rgba(255,255,255,0.7);
}
.module.classical h2 {
  color: #000;
}
.module.solo1 {
  background: rgba(236,85,56,0.8);
}
.module.solo1 h2 {
  font-weight: 700;
}
.module.simple {
  color: #6e6e6e;
  background: #fff;
  padding: 0;
}
.module.simple h2 {
  color: #fff;
  background: #ec5538;
  padding: 30px;
  margin: 0;
  text-transform: capitalize;
}
.module.simple .description {
  padding: 30px;
}
.module.jazz {
  background: rgba(35,36,42,0.8);
}
.module.solo2 {
  background: rgba(5,95,154,0.8);
}
.module.solo2 h2 {
  font-weight: 700;
}
.module.hiphop {
  background: #ec5538;
  box-sizing: border-box;
  position: relative;
}
.module.hiphop:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #bc341a;
  background: none;
  display: block;
  width: 0;
}
.module.pop1 {
  color: #000;
  background: rgba(255,255,255,0.9);
}
.module.pop1 h2 {
  font-weight: 700;
  text-transform: lowercase;
}
.module.solo3 {
  background: rgba(88,41,120,0.8);
}
.module.solo3 h2 {
  font-weight: 700;
}
.module.metal {
  background: rgba(75,75,75,0.8);
}
.module.pop2 {
  background: rgba(0,0,0,0.8);
}
.module.pop2 h2 {
  text-transform: lowercase;
}
.module.solo4 {
  background: rgba(126,0,46,0.8);
}
.module.solo4 h2 {
  font-weight: 700;
}
#sp-user1 .mod-wrapper,
#sp-user2 .mod-wrapper,
#sp-user3 .mod-wrapper {
  background: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
h2 {
  font-size: 30px;
}
body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 25px;
}
img.pull-right,
.pull-right > img {
  margin-left: 25px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 25px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 25px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsive #sp-main-menu ul.level-0 > li {
    padding: 5px 5px;
  }
  .responsive div.itemRelated ul li {
    padding-right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive h2.module-title {
    font-size: 26px;
  }
  .responsive .about-event-homepage .about-event h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .responsive .about-event-homepage .about-event p {
    font-size: 14px;
    line-height: normal;
  }
  .responsive .sp-performers .sp-member .image-wrapper 
		.sp-team-info .sp-description {
    display: none;
  }
  .responsive .sp-performers .sp-member .image-wrapper 
		.sp-team-info .social-icons a {
    margin-right: 5px;
  }
  .responsive #tab-wrap.upcoming_event .moduleItemExtraFields {
    margin-left: 0;
  }
  .responsive #tab-wrap.upcoming_event .big-date {
    padding: 60px 20px;
    width: auto;
  }
  .responsive #tab-wrap.upcoming_event .item_dateWrapper {
    left: 21px;
  }
  .responsive img.sp_simple_gallery {
    width: 50%;
  }
  .responsive div.catItemExtraFields,
  .responsive div.genericItemExtraFields {
    display: none;
  }
  .responsive .acymailing_form input[type="text"] {
    width: 100% !important;
  }
  .responsive .acymailing_form .acysubbuttons {
    text-align: left;
  }
  .responsive .tour .tour-details {
    display: inline-block;
    width: 260px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .sp-mobile-menu {
    top: 87px;
  }
  .responsive #sp-header-wrapper {
    padding: 5px 0 0;
  }
  .responsive .sp-performers [class*="span"],
  .responsive .sp-performers .uneditable-input[class*="span"],
  .responsive .sp-performers .row-fluid [class*="span"] {
    width: 50%;
    float: left;
  }
  .responsive h2.module-title {
    font-size: 26px;
  }
  .responsive .about-event-homepage .about-event h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .responsive .about-event-homepage .about-event p {
    font-size: 14px;
    line-height: normal;
  }
  .responsive #sp-action .action-button {
    float: left;
  }
  .responsive .coundown_wrapper {
    font-size: 16px;
  }
  .responsive .sp_countdown_title h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .responsive #tab-wrap.upcoming_event .upevent_content {
    padding-left: 0;
  }
  .responsive .acysubbuttons {
    text-align: left;
  }
}
.fixed .hidden-desktop {
  display: none;
}
