@import url("font.css");

body {
  padding-bottom: 40px;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #999;
  background: #0f0f0f;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 80px;
  color: #333;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h2 strong {
  color: #ee0033;
  font-size: 60px;
  line-height: 80px;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #ee0033;
}
h2.text-center:before {
  left: 50%;
  margin-left: -40px;
}
h3 {
  position: relative;
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 70px;
  color: #333;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h3 strong {
  color: #ee0033;
  font-size: 36px;
  line-height: 56px;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  height: 2px;
  width: 80px;
  max-width: 90%;
  background-color: #ee0033;
}
h3.text-center:before {
  left: 50%;
  margin-left: -40px;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
a, a:active:focus:link:visited {
  color: #ee0033;
  text-decoration: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a strong {
  color: #ee0033;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #ee0033;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  color: #333;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:read-only.datepicker-elm {
  background-color: #fff !important;
}
textarea {
  padding: 8px 15px !important;
  background-color: #f0f0f0 !important;
  color: #333 !important;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-size: 14px;
}
.form-group label small {
  color: #999;
  font-size: 80%;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #333;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 0px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 180px;
  width: auto;
  height: 52px;
  line-height: 52px;
  background: #ee0033 !important;
  padding: 0 30px;
  margin: 6px;
  color: #fff;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer !important;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #000;
  background-color: #fff;
}
.form-control:focus {   
  border-color: #333;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.input-group-addon {
  border-radius: 0;
  color: #333;
  background: #fafafa;
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.popover {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.none {
  display: none;
}
hr {
  margin: 60px auto;
}
.br {
  display: block;
}
#printJS {
  display: none !important;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: rgba(0,0,0,0.80);
  border-top: 2px solid #ee0033;
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a:hover {
  color: #fff;
}
.eu-cookies button {
  margin-left: 12px;
}
#topline-holder {
  position: relative;
  background: #ee0033;
  color: #fff;
  height: 50px;
  line-height: 57px;
  overflow: hidden;
}
#topline-holder a {
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0px 1px 1px rgba(0,0,0,.15);
}
#topline-holder a:hover {
  color: #333;
  text-decoration: none !important;
  border-color: rgba(0,0,0,.20) !important;
}
#topline-holder .fa-envelope-o {
  vertical-align: 1px;
  margin-right: 4px;
  margin-left: 32px;
}
#topline-holder .topline-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#topline-holder .topline-links ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#topline-holder .topline-links ul li:hover {
  background: #fff;
}
#topline-holder .topline-links a {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px rgba(255,255,255,.40);
}
#topline-holder .topline-links a span.lnr {
  vertical-align: -2px;
  position: relative;
  font-size: 24px;
}
#topline-holder .topline-links a small {
  font-size: 10px;
  min-width: 21px;
  height: 21px;
  line-height: 17px;
  padding: 3px;
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -10px;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header-holder {
  position: relative;
  background: #000;
  color: #fff;
  min-height: 90px;
}
.subpage-holder #header-holder {
  min-height: 100px;
}
#header-holder .image img {
  width: 100%;
}
#header-holder .video video, #header-holder .video img {
  display: block;
  width: 100%;
}
#header-holder .video .video-content:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.20);
}
.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 80%;
  padding-top: 40px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.video-text h2 {
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.video-text h2 strong {
  font-size: 60px;
  line-height: 80px;
  color: #ee0033;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.video-text h2:before {
  display: none;
}
.video-text .button {
  height: 44px;
  line-height: 48px;
}
.video-text .button.whiteBtn {
  background: #fff !important;
  color: #000;
}
.video-text .button.whiteBtn:hover {
  background: #ee0033 !important;
  color: #fff !important;
}
#navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0,0,0,.40);
  z-index: 9;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar-brand {
  height: auto;
  padding: 20px 0 20px 30px;
  margin: 0;
}
.navbar-brand img {
  max-height: 60px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
}
.navbar-nav {
  padding-right: 20px;
}
.navbar-nav > li {
  margin: 0;
  margin-top: 20px;
}
.navbar-nav > li > a {
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 66px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.navbar-nav > li > a .caret {
  vertical-align: 3px;
}
.navbar-nav > li.active > a, .navbar-nav > li.open > a, .navbar-nav > li > a:hover {
  color: #ee0033;
}
.navbar-nav > li > .dropdown-menu {
  right: 20px;
  top: 80%;
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  background: #000;
  color: #fff;
  border-radius: 0;
}
.navbar-nav > li > .dropdown-menu > li {
  margin: 0;
}
.navbar-nav > li > .dropdown-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 20px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li.active > a {
  background: transparent;
  color: #ee0033;
}
#content-holder {
  position: relative;
  background: #fff;
  color: #333;
  padding: 60px 0;
}
#content-holder .partners-holder a {
  display: inline-block;
  padding: 0 20px 20px 20px;
}
#content-holder .partners-holder img {
  max-width: 160px;
}
.box_style_1 {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box_style_2 {
  display: block;
  background: #fff;
  border: 1px solid #ee0033;
  color: #333;
  margin-bottom: 25px;
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box_style_2:hover {
  background: #ee0033;
  color: #fff;
}
.box_style_2 .lnr {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.box_style_2 small {
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
}
.event-holder {
  position: relative;
  margin-bottom: 60px;
}
.event-holder .event-image {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 12px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.event-holder .event-image:hover {
  transform: scale(1.1);
}
.event-holder .event-image span {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ee0033;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
}
.event-holder .event-image span em {
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fff;
  font-style: normal;
  font-size: 16px;
}
.event-holder strong {
  display: block;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 34px;
}
.event-holder a.event-buy {
  position: absolute;
  background: #fff;
  right: 15px;
  bottom: 0px;
  text-decoration: none !important;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border: 2px solid #ee0033;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.event-holder a.event-buy:hover {
  border-color: #333;
}
.eventdetail-left {
  /* border-right: 1px dashed #ccc; */
  padding: 20px 0;
}
.eventdetail-right {
  border-left: 1px dashed #ccc;
}
.eventdetail-left p {
  padding-right: 30px;
}
.eventdetail-right .event-detail-inner {
  padding-left: 30px;
}
.ticket-holder {
  position: relative;
  border: 2px dashed #333;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ticket-holder .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.ticket-holder div.row > div {
  min-height: 100px;
}
.ticket-holder .ticket-inner {
  padding: 12px 0 12px 20px;
}
.ticket-holder .ticket-inner strong {
  display: block;
  color: #ee0033;
}
.ticket-holder h3 {
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 40px;
}
.ticket-holder h3:before {
  display: none;
}
.ticket-holder .ticket-inner em {
  display: block;
  color: #000;
  padding-top: 8px;
}
.ticket-holder .ticket-buyhold > a.button, .ticket-holder .ticket-buyhold > a.button {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 90%;
  height: 100%;
  min-width: 0px !important;
  margin: 0;
  padding: 0;
  background: #ee0033;
  text-align: center;
  border-left: 2px dashed #333;
  font-size: 14px;
  line-height: 20px;
}
.ticket-holder .ticket-buyhold > a.button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ticket-holder a.button i {
  display: block;
  font-size: 26px;
  line-height: 30px;
}
.modal-content {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
map area {
  background: green;
}
.totalSumNum {
  padding: 20px 0;
}
.totalSumNum strong {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}
.totalSumNum small {
  display: block;
  color: #ee0033;
}
#partners-holder {
  position: relative;
  padding: 30px;
  min-height: 480px;
  text-align: center;
}
#partners-holder .partners-content {
  position: absolute;
  top: 50%;
  left: 50%;
  flex: 0 0 80%;
  max-width: 80%;
  transform: translate(-50%, -50%);
}
#partners-holder .partners-content h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#partners-holder .partners-content h2 span {
  display: block;
  color: #ee0033;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#partners-holder .partners-content h2:before {
  display: none;
}
#partners-holder .partners-content .button.whiteBtn {
  background: #fff !important;
  color: #000;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
#partners-holder .partners-content .button.whiteBtn:hover {
  background: #ee0033 !important;
  color: #fff !important;
}
#social-holder {
  position: relative;
  background: #151515;
  padding: 30px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
#social-holder img {
  max-width: 200px;
  margin-bottom: 10px;
}
#social-holder a {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
#social-holder a:hover {
  color: #ee0033;
}
#social-holder .social-links a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 26px;
  text-align: center;
  background: transparent;
  border: solid 1px rgba(255,255,255,0.15);
  color: #fff;
  margin: 10px 6px;
  text-decoration: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#social-holder .social-links a:hover {
  color: #ee0033;
  border-color: #ee0033;
}
#footer-holder {
  position: relative;
  padding-top: 40px;
}
#footer-holder .pay-methods {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
}
#footer-holder .pay-methods span {
  display: inline-block;
  width: 47px;
  height: 31px;
  margin: 0 6px 10px 6px;
  vertical-align: -19px;
  overflow: hidden;
  border-radius: 4px;
}
#footer-holder footer, #footer-holder footer a {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  #footer-holder .pay-methods p {
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container-growup {
    width: 1370px !important;
  }
}
@media (min-width: 1600px) {
  .container-growup {
    width: 1570px !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .event-holder .event-image {
    height: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .event-holder {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .event-holder .event-image {
    height: 220px;
  }
  .event-holder strong {
    font-size: 20px;
    line-height: 30px;
  }
  .event-holder a.event-buy {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    padding-top: 25px;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar-nav {
    padding-right: 0px;
  }
  .navbar-nav > li {
    margin-top: 15px;
  }
  .navbar-nav > li > a {
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
  }
  .video-text h2, .video-text h2 strong {
    font-size: 50px;
    line-height: 60px;
  }
  .event-holder {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .event-holder .event-image {
    height: 180px;
  }
  .event-holder strong {
    font-size: 18px;
    line-height: 26px;
  }
  .event-holder a.event-buy {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  h2 strong {
    font-size: 30px;
    line-height: 40px;
  }
  h2.xs-center:before {
    left: 50%;
    margin-left: -40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  h3 strong {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  h3:before {
    bottom: -15px;
  }
  .navbar-brand {
    padding-top: 30px;
  }
  .navbar-brand img {
    max-height: 30px;
  }
  .navbar-nav {
    padding-right: 0px;
  }
  .navbar-nav > li {
    margin-top: 15px;
  }
  .navbar-nav > li > a {
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
  }
  .video-text {
    width: 100% !important;
    padding-top: 60px;
  }
  .video-text h2, .video-text h2 strong {
    font-size: 30px;
    line-height: 40px;
  }
  .slick-arrow {
    font-size: 40px;
    line-height: 40px;
  }
  #social-holder .social-links {
    text-align: left;
  }
  #social-holder .social-links a {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #partners-holder .partners-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .event-holder {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .event-holder .event-image {
    height: 140px;
  }
  .event-holder strong {
    font-size: 14px;
    line-height: 22px;
  }
  .event-holder a.event-buy {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .xs-block {
    display: block;
  }
  hr {
    margin: 30px auto;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  h2 strong {
    font-size: 30px;
    line-height: 40px;
  }
  h2.xs-center:before {
    left: 50%;
    margin-left: -40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  h3 strong {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  h3:before {
    bottom: -15px;
  }
  .subpage-holder #header-holder {
    min-height: 50px;
  }
  .navbar {
    min-height: 50px !important;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px
  }
  .navbar-brand img {
    max-height: 30px;
  }
  .navbar-toggle {
    min-width: 0 !important;
    margin: 8px 10px 0 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: none;
    border-radius: 0;
    height: auto;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
    width: 30px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-collapse {
    border-top: none !important;
    background: #000;
  }
  .navbar-nav {
    padding-right: 0;
    margin: 0 -15px;
  }
  .navbar-nav > li {
    margin: 0;
  }
  .navbar-nav > li > a {
    line-height: 50px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }
  .navbar-nav > li > .dropdown-menu {
    padding-top: 0;
  }
  .video-text {
    display: none;
  }
  .slick-arrow {
    font-size: 30px;
    line-height: 30px;
    top: 60%;
  }
  .slick-arrow.lnr-chevron-left {
    left: 8px;
  }
  .slick-arrow.lnr-chevron-right {
    right: 8px;
  }
  #content-holder {
    padding: 30px 0;
  }
  #content-holder .partners-holder img {
    max-width: 80px;
  }
  #social-holder img {
    margin: 0 auto 10px auto;
  }
  #social-holder .basic-links a {
    display: block;
    padding-bottom: 8px;
  }
  #social-holder .social-links {
    text-align: center;
  }
  #social-holder .social-links a {
    margin-bottom: 0;
  }
  #partners-holder {
    min-height: 300px;
  }
  #partners-holder .partners-content {
    width: 100%;
  }
  #partners-holder .partners-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #partners-holder .partners-content h2 span {
    display: inline;
  }
  .event-holder {
    margin-bottom: 30px;
  }
  .event-holder .event-image {
    height: 220px;
  }
  .event-holder strong {
    font-size: 20px;
    line-height: 28px;
  }
  .event-holder a.event-buy {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .eventdetail-left {
    border-right: 0px dashed #ccc !important;
    padding: 20px 0;
  }
  .eventdetail-right {
    border-left: 0px dashed #ccc !important;
  }
  .eventdetail-left p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .eventdetail-right .event-detail-inner {
    padding: 0px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    display: block;
    float: none;
  }
  .nav-tabs > li.active a {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
  }
  .totalSumNum {
    padding: 0 0 20px 0;
    text-align: left;
  }
}


/* ANIMATED CHECKBOXS
-------------------------------------------------- */
.radio label, .checkbox label {
  padding-left: 30px;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  margin-left: -30px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}