@import url('app-blessed1.css?z=672');

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a {
  color: #333;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
  color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

.jp-toggles button,
.jp-video-play-icon {
  display: block;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

span.jp-artist {
  font-size: .8em;
  color: #666;
}

.jp-video-play {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

.jp-video-full .jp-video-play {
  height: 100%;
}

.jp-video-play-icon {
  position: relative;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url(../img/jplayer/jplayer.blue.monday.video.play.png) no-repeat;
}

.jp-video-play-icon:focus {
  background: url(../img/jplayer/jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}

.jp-jplayer,
.jp-jplayer audio {
  width: 0;
  height: 0;
}

.jp-jplayer {
  background-color: #000;
}

.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 10px 0 0;
  width: 100px;
}

.jp-toggles button {
  float: left;
  width: 25px;
  height: 18px;
  line-height: 100%;
}

.jp-full-screen {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) 0 -310px no-repeat;
  margin-left: 20px;
}

.jp-full-screen:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -30px -310px no-repeat;
}

.jp-state-full-screen .jp-full-screen {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -60px -310px no-repeat;
}

.jp-state-full-screen .jp-full-screen:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -90px -310px no-repeat;
}

.jp-repeat {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) 0 -290px no-repeat;
}

.jp-repeat:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -30px -290px no-repeat;
}

.jp-state-looped .jp-repeat {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -60px -290px no-repeat;
}

.jp-state-looped .jp-repeat:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -90px -290px no-repeat;
}

.jp-shuffle {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) 0 -270px no-repeat;
  margin-left: 5px;
}

.jp-shuffle:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -30px -270px no-repeat;
}

.jp-state-shuffled .jp-shuffle {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -60px -270px no-repeat;
}

.jp-state-shuffled .jp-shuffle:focus {
  background: url(../img/jplayer/jplayer.blue.monday.jpg) -90px -270px no-repeat;
}

.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}

.jp-no-solution a {
  color: #000;
}

.nav-sidebar li.active a,
body,
label {
  color: #FFF;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: 700;
}

body {
  background: #000;
  background: -ms-linear-gradient(top,#000 0,#2e2e2e 30%,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  font-size: 15px;
}

.has-error .form-control {
  border-width: 2px;
}

.navbar {
  margin-bottom: 20px;
  border-radius: 0;
  height: 40px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  border-bottom: 2px solid #00ADEF;
}

.nav-sidebar {
  background: #333;
}

.nav-sidebar li.active {
  background: #00ADEF;
  border-left: 2px solid #00ADEF;
}

.btn-mb,
.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-menu {
  background: #222;
  color: #fff;
  top: 98%;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background: 0 0;
}

.btn {
  border-radius: 1px;
}

.btn-mb {
  background: #00adef;
  background: linear-gradient(to bottom,#00adef 0,#0887be 99%,#0887be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0887be', GradientType=0 );
  border-color: #038CC0;
}

.margin-fix {
  margin-top: 20px;
}

h2 {
  margin-top: 0;
}

p.legal {
  font-size: .9em;
  color: #CCC;
}

.panel-body,
input {
  color: #666;
}

code {
  color: #9F0002;
}

blockquote {
  border-left: 5px solid #049AD6;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

.checkbox-slider--a-rounded input+span,
.checkbox-slider--default input+span {
  padding-left: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar .navbar-nav li {
  margin-top: 0;
  margin-bottom: 10px;
}

.checkbox-slider input,
.checkbox-toggle input {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  cursor: pointer;
  left: 0;
}

a {
  text-decoration: underline;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  background: #00ADEF;
  border-color: #00ADEF;
}

ol.breadcrumb {
  padding-top: 15px;
}

.panel-mb-blue {
  border-color: #00ADEF;
}

.panel-mb-blue .panel-heading {
  background: #00ADEF;
}

.panel-mb-grey {
  border-color: #666;
}

.panel-mb-grey .panel-heading {
  background: #666;
}

.modal .modal-content {
  background: #222;
}

.modal .modal-content .modal-header {
  border-bottom: 1px solid #898A8F;
}

.modal .modal-content .modal-header .modal-title {
  font-weight: 300;
  font-size: 16px;
}

.modal .modal-content .modal-header button {
  color: #fff;
}

.modal .modal-content .modal-footer {
  border-top: 1px solid #898A8F;
}

@keyframes popIn {
  0%, 100% {
    transform: scale(1,1);
  }

  25% {
    transform: scale(1.2,1);
  }

  50% {
    transform: scale(1.4,1);
  }
}

@keyframes popOut {
  0%, 100% {
    transform: scale(1,1);
  }

  25% {
    transform: scale(1.2,1);
  }

  50% {
    transform: scale(1.4,1);
  }
}

@keyframes splashIn {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1.1);
    opacity: .8;
  }

  50% {
    transform: scale(1.1);
    opacity: .9;
  }
}

@keyframes splashOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1);
    opacity: .8;
  }

  50% {
    transform: scale(1);
    opacity: .9;
  }

  100% {
    transform: scale(.5);
    opacity: 1;
  }
}

.checkbox-toggle {
  position: relative;
}

.checkbox-toggle input {
  display: block;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.checkbox-toggle input+span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-toggle input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
}

.checkbox-toggle input+span>h4 {
  display: inline;
}

.checkbox-slider {
  position: relative;
}

.checkbox-slider input {
  display: block;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.checkbox-slider input+span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 40px;
}

.checkbox-slider input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 20px;
  width: 40px;
  background: rgba(100,100,100,.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,.8);
  transition: background .2s ease-out;
}

.checkbox-slider input+span>h4 {
  display: inline;
}

.checkbox-slider input+span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  content: "";
}

.checkbox-slider--a-rounded input,
.checkbox-slider--default input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  zoom: 1;
  -moz-opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}

.checkbox-slider--a-rounded input+span:before,
.checkbox-slider--default input+span:before {
  background: rgba(100,100,100,.2);
  content: "";
  box-shadow: inset 0 0 5px rgba(0,0,0,.8);
}

.checkbox-slider input:checked+span:after {
  margin-left: 20px;
  content: "";
}

.checkbox-slider input:checked+span:before {
  transition: background .2s ease-in;
}

.checkbox-slider--default {
  position: relative;
}

.checkbox-slider--default input {
  display: block;
  position: absolute;
  height: 0%;
  margin: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.checkbox-slider--default input+span {
  cursor: pointer;
  user-select: none;
}

.checkbox-slider--default input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 20px;
  width: 40px;
  transition: background .2s ease-out;
}

.checkbox-slider--default input+span>h4 {
  display: inline;
}

.checkbox-slider--default input+span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  content: "";
  background: #fff;
  border: 1px solid transparent;
  background-clip: content-box;
}

.checkbox-slider--default input:checked+span:after {
  margin-left: 20px;
  content: "";
  background: #5cb85c;
  border: 1px solid transparent;
  background-clip: content-box;
}

.checkbox-slider--default input:checked+span:before {
  transition: background .2s ease-in;
}

.checkbox-slider--a-rounded {
  position: relative;
}

.checkbox-slider--a-rounded input {
  display: block;
  position: absolute;
  height: 0%;
  margin: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.checkbox-slider--a input,
.checkbox-slider--b input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.checkbox-slider--a-rounded input+span {
  cursor: pointer;
  user-select: none;
}

.checkbox-slider--a input+span,
.checkbox-slider--b input+span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checkbox-slider--a-rounded input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 20px;
  width: 40px;
  transition: background .2s ease-out;
}

.checkbox-slider--a-rounded input+span>h4 {
  display: inline;
}

.checkbox-slider--a-rounded input+span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  content: "";
  background: #fff;
}

.checkbox-slider--a-rounded input:checked+span:after {
  margin-left: 20px;
  content: "";
  background: #5cb85c;
}

.checkbox-slider--a-rounded input:checked+span:before {
  transition: background .2s ease-in;
}

.checkbox-slider--a-rounded input+span:after,
.checkbox-slider--a-rounded input+span:before {
  border-radius: 4px;
}

.checkbox-slider--a-rounded input+span:after,
.checkbox-slider--a-rounded input:checked+span:after {
  border: 2px solid transparent;
  background-clip: content-box;
}

.checkbox-slider--a-rounded.checkbox-slider-sm input+span:after,
.checkbox-slider--a-rounded.checkbox-slider-sm input+span:before {
  border-radius: 3px;
}

.checkbox-slider--a-rounded.checkbox-slider-md input+span:after,
.checkbox-slider--a-rounded.checkbox-slider-md input+span:before {
  border-radius: 4px;
}

.checkbox-slider--a-rounded.checkbox-slider-lg input+span:after,
.checkbox-slider--a-rounded.checkbox-slider-lg input+span:before {
  border-radius: 6px;
}

.checkbox-slider--a {
  position: relative;
}

.checkbox-slider--a input {
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-slider--a input+span {
  user-select: none;
  padding-left: 60px;
}

.checkbox-slider--a input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 20px;
  background: rgba(100,100,100,.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,.8);
  transition: background .2s ease-out;
  content: "";
  width: 60px;
}

.checkbox-slider--a input+span>h4 {
  display: inline;
}

.checkbox-slider--a input+span:after {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  width: 40px;
  font-size: 10px;
  color: #000;
  content: "Off";
  border: 1px solid transparent;
  background-clip: content-box;
}

.checkbox-slider--a input:checked+span:after {
  margin-left: 20px;
  content: "On";
  color: #fff;
  background: #5cb85c;
  border: 1px solid transparent;
  background-clip: content-box;
}

.checkbox-slider--a input:checked+span:before {
  transition: background .2s ease-in;
}

.checkbox-slider--a.checkbox-slider-sm input+span {
  padding-left: 30px;
}

.checkbox-slider--a.checkbox-slider-sm input+span:before {
  width: 30px;
}

.checkbox-slider--a.checkbox-slider-sm input+span:after {
  width: 20px;
  font-size: 5px;
}

.checkbox-slider--a.checkbox-slider-sm input:checked+span:after {
  margin-left: 10px;
}

.checkbox-slider--a.checkbox-slider-md input+span {
  padding-left: 90px;
}

.checkbox-slider--a.checkbox-slider-md input+span:before {
  width: 90px;
}

.checkbox-slider--a.checkbox-slider-md input+span:after {
  width: 60px;
  font-size: 15px;
}

.checkbox-slider--a.checkbox-slider-md input:checked+span:after {
  margin-left: 30px;
}

.checkbox-slider--a.checkbox-slider-lg input+span {
  padding-left: 120px;
}

.checkbox-slider--a.checkbox-slider-lg input+span:before {
  width: 120px;
}

.checkbox-slider--a.checkbox-slider-lg input+span:after {
  width: 80px;
  font-size: 20px;
}

.checkbox-slider--a.checkbox-slider-lg input:checked+span:after {
  margin-left: 40px;
}

.checkbox-slider--b {
  position: relative;
}

.checkbox-slider--b input {
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input,
.checkbox-slider--c input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=0);
  left: 0;
  zoom: 1;
}

.checkbox-slider--b input+span {
  user-select: none;
  padding-left: 40px;
}

.checkbox-slider--b-flat input+span,
.checkbox-slider--c input+span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-left: 40px;
  cursor: pointer;
}

.checkbox-slider--b input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  height: 20px;
  background: rgba(100,100,100,.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,.8);
  transition: background .2s ease-out;
  border-radius: 20px;
  width: 40px;
}

.checkbox-slider--b input+span>h4 {
  display: inline;
}

.checkbox-slider--b input+span:after {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  background: #fff;
  content: "";
  width: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 20px;
}

.checkbox-slider--b input:not(:checked)+span:after {
  animation: popOut ease-in .3s normal;
}

.checkbox-slider--b input:checked+span:after {
  content: "";
  margin-left: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  animation: popIn ease-in .3s normal;
}

.checkbox-slider--b input:checked+span:before {
  transition: background .2s ease-in;
  background: #5cb85c;
}

.checkbox-slider--b.checkbox-slider-md input+span:after,
.checkbox-slider--b.checkbox-slider-md input+span:before {
  border-radius: 30px;
}

.checkbox-slider--b.checkbox-slider-lg input+span:after,
.checkbox-slider--b.checkbox-slider-lg input+span:before {
  border-radius: 40px;
}

.checkbox-slider--b-flat {
  position: relative;
}

.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.checkbox-slider--b-flat input+span {
  user-select: none;
}

.checkbox-slider--b-flat input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  height: 20px;
  background: rgba(100,100,100,.2);
  transition: background .2s ease-out;
  border-radius: 20px;
  width: 40px;
  box-shadow: none;
}

.checkbox-slider--b-flat input+span>h4 {
  display: inline;
}

.checkbox-slider--b-flat input+span:after {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
}

.checkbox-slider--b-flat input+span:after {
  background: #fff;
  content: "";
  width: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked)+span:after {
  animation: popOut ease-in .3s normal;
}

.checkbox-slider--b-flat input:checked+span:after {
  content: "";
  margin-left: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  animation: popIn ease-in .3s normal;
}

.checkbox-slider--b-flat input:checked+span:before {
  transition: background .2s ease-in;
  background: #5cb85c;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:after,
.checkbox-slider--b-flat.checkbox-slider-md input+span:before {
  border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:after,
.checkbox-slider--b-flat.checkbox-slider-lg input+span:before {
  border-radius: 40px;
}

.checkbox-slider--c {
  position: relative;
}

.checkbox-slider--c input {
  display: block;
  position: absolute;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.checkbox-slider--c input+span {
  user-select: none;
}

.checkbox-slider--c input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  transition: background .2s ease-out;
}

.checkbox-slider--c input+span>h4 {
  display: inline;
}

.checkbox-slider--c input+span:after {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  content: "";
}

.checkbox-slider--c input+span:before {
  height: 2px!important;
  top: 10px;
  box-shadow: none;
  width: 40px;
  background: #555;
}

.checkbox-slider--c input+span:after {
  box-shadow: none;
  width: 20px;
  border: 2px solid #555;
  border-radius: 20px;
}

.checkbox-slider--c input:checked+span:after {
  content: "";
  background: #5cb85c;
  margin-left: 20px;
  border: 2px solid #5cb85c;
  animation: splashIn ease-in .3s normal;
}

.checkbox-slider--c input:checked+span:before {
  transition: background .2s ease-in;
  background: #5cb85c;
}

.checkbox-slider--c.checkbox-slider-sm input+span:before {
  top: 4px;
}

.checkbox-slider--c.checkbox-slider-md input+span:before {
  top: 14px;
}

.checkbox-slider--c.checkbox-slider-md input+span:after {
  width: 30px;
  border-radius: 30px;
}

.checkbox-slider--c.checkbox-slider-lg input+span:before {
  top: 19px;
}

.checkbox-slider--c.checkbox-slider-lg input+span:after {
  width: 40px;
  border-radius: 40px;
}

.checkbox-slider--c-weight {
  position: relative;
}

.checkbox-slider--c-weight input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-slider--c-weight input+span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 40px;
}

.checkbox-slider--c-weight input+span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  transition: background .2s ease-out;
}

.checkbox-slider--c-weight input+span>h4 {
  display: inline;
}

.checkbox-slider--c-weight input+span:after {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  transition: margin-left .1s ease-in-out;
  text-align: center;
  font-weight: 700;
  content: "";
}

.btn,
.wrapper {
  position: relative;
}

.checkbox-slider--c-weight input+span:before {
  top: 10px;
  box-shadow: none;
  width: 40px;
  background: #555;
  height: 1px!important;
}

.checkbox-slider--c-weight input+span:after {
  box-shadow: none;
  width: 20px;
  border: 2px solid #555;
  border-radius: 20px;
}

.checkbox-slider--a input:disabled+span:before,
.checkbox-slider--b input:disabled+span:before,
.checkbox-slider--default input:disabled+span:before {
  box-shadow: 0 0 0 #000;
}

.checkbox-slider--c-weight input:checked+span:after {
  content: "";
  background: #5cb85c;
  margin-left: 20px;
  border: 2px solid #5cb85c;
  animation: splashIn ease-in .3s normal;
}

.checkbox-slider--c-weight input:checked+span:before {
  transition: background .2s ease-in;
  background: #5cb85c;
  height: 2px!important;
}

.checkbox-slider--c input:disabled+span:before,
.checkbox-slider--c input:disabled:checked+span:after,
.checkbox-slider--default input:disabled+span:after {
  background: #777;
}

.checkbox-slider--c-weight.checkbox-slider-sm input+span:before {
  top: 4px;
}

.checkbox-slider--c-weight.checkbox-slider-md input+span:before {
  top: 14px;
}

.checkbox-slider--c-weight.checkbox-slider-md input+span:after {
  width: 30px;
  border-radius: 30px;
}

.checkbox-slider--c-weight.checkbox-slider-lg input+span:before {
  top: 19px;
}

.checkbox-slider--c-weight.checkbox-slider-lg input+span:after {
  width: 40px;
  border-radius: 40px;
}

.checkbox-slider--c-weight input:not(:checked)+span:after {
  transform: scale(.7);
  left: -6px;
}

.checkbox-slider--default input:disabled+span {
  color: #777;
}

.checkbox-slider--a input:disabled+span:after {
  background: #777;
  color: #fff;
}

.checkbox-slider--a input:disabled+span,
.checkbox-slider--b input:disabled+span,
.checkbox-slider--c input:disabled+span {
  color: #777;
}

.checkbox-slider--b input:disabled+span:after {
  border: 2px solid transparent;
  border-radius: 40px;
}

.checkbox-slider--c input:disabled+span:after {
  border-color: #777;
}

input:checked+.indicator-success {
  color: #5cb85c;
}

input:checked+.indicator-info {
  color: #5bc0de;
}

input:checked+.indicator-warning {
  color: #f0ad4e;
}

input:checked+.indicator-danger {
  color: #d9534f;
}

.checkbox-slider-sm {
  line-height: 10px;
}

.checkbox-slider-sm input+span {
  padding-left: 20px;
}

.checkbox-slider-sm input+span:before {
  width: 20px;
}

.checkbox-slider-sm input+span:after,
.checkbox-slider-sm input+span:before {
  height: 10px;
  line-height: 10px;
}

.checkbox-slider-sm input+span:after {
  width: 10px;
  vertical-align: middle;
}

.checkbox-slider-sm input:checked+span:after {
  margin-left: 10px;
}

.checkbox-slider-md {
  line-height: 30px;
}

.checkbox-slider-md input+span {
  padding-left: 60px;
}

.checkbox-slider-md input+span:before {
  width: 60px;
}

.checkbox-slider-md input+span:after,
.checkbox-slider-md input+span:before {
  height: 30px;
  line-height: 30px;
}

.checkbox-slider-md input+span:after {
  width: 30px;
  vertical-align: middle;
}

.checkbox-slider-md input:checked+span:after {
  margin-left: 30px;
}

.checkbox-slider-lg {
  line-height: 40px;
}

.checkbox-slider-lg input+span {
  padding-left: 80px;
}

.checkbox-slider-lg input+span:before {
  width: 80px;
}

.checkbox-slider-lg input+span:after,
.checkbox-slider-lg input+span:before {
  height: 40px;
  line-height: 40px;
}

.checkbox-slider-lg input+span:after {
  width: 40px;
  vertical-align: middle;
}

.checkbox-slider-lg input:checked+span:after {
  margin-left: 40px;
}

.checkbox-slider-info.checkbox-slider--a input:checked+span:after,
.checkbox-slider-info.checkbox-slider--c input:checked+span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked+span:after,
.checkbox-slider-info.checkbox-slider--default input:checked+span:after {
  background: #5bc0de;
  background-clip: content-box;
}

.checkbox-slider-info.checkbox-slider--c input:checked+span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked+span:after {
  border-color: #5bc0de;
}

.checkbox-slider-info.checkbox-slider--b input:checked+span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-info.checkbox-slider--c input:checked+span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before {
  background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--a input:checked+span:after,
.checkbox-slider-warning.checkbox-slider--c input:checked+span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:after,
.checkbox-slider-warning.checkbox-slider--default input:checked+span:after {
  background: #f0ad4e;
  background-clip: content-box;
}

.checkbox-slider-warning.checkbox-slider--c input:checked+span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:after {
  border-color: #f0ad4e;
}

.checkbox-slider-warning.checkbox-slider--b input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked+span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before {
  background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--a input:checked+span:after,
.checkbox-slider-danger.checkbox-slider--c input:checked+span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:after,
.checkbox-slider-danger.checkbox-slider--default input:checked+span:after {
  background: #d9534f;
  background-clip: content-box;
}

.checkbox-slider-danger.checkbox-slider--c input:checked+span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:after {
  border-color: #d9534f;
}

.checkbox-slider-danger.checkbox-slider--b input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked+span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before {
  background: #d9534f;
}

@media print {
  .default-timeline {
    display: none;
  }

  .timeline.print.ie8 {
    display: block;
  }

  .timeline.print.ie8 .month {
    margin-bottom: 15px;
  }

  .timeline.print.ie8 .month-content {
    background: #eee!important;
    overflow: hidden;
  }

  .timeline.print.ie8 .month-content h3 {
    color: #333;
    margin-top: 5px;
    text-align: center;
  }

  .timeline.print.ie8 .month-content h3.current {
    color: #333;
    font-weight: 700;
  }

  .timeline.print.ie8 .month-content ul {
    margin-bottom: 0;
  }

  .timeline.print.ie8 .month-content ul li {
    padding: 5px 0;
    text-align: center;
  }

  .timeline.print.ie8 .month-content ul li.header {
    background: #DBDBDB;
    display: block;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    font-family: "Helvetica Neue",helvetica,arial,san-serif;
    margin-bottom: 0;
  }

  .timeline.print.ie8 .month-content ul li.entry {
    overflow: hidden;
    color: #333;
    padding: 0;
    margin: 0;
    border-top: 2px solid #fff;
    min-height: 30px;
  }

  .timeline.print.ie8 .month-content ul li.entry a {
    overflow: hidden;
    display: block;
    padding: 5px 0;
  }

  .timeline.print.ie8 .month-content ul li.entry.events a {
    border-left: 5px solid #F1702A;
  }

  .timeline.print.ie8 .month-content ul li.entry.campagnes a {
    border-left: 5px solid #00AFEC;
  }

  .timeline.print.ie8 .month-content ul li.entry.sponsoring a {
    border-left: 5px solid #A2D03C;
  }

  .timeline.print.ie8 .month-content ul li.entry.lancering a {
    border-left: 5px solid #AE1663;
  }

  .timeline.print.ie8 .month-content ul li a {
    color: #333;
  }
}

@font-face {
  font-family: Corporate-A;
  src: url(../../fonts/mercedes/corporateacon-reg-webfont.eot);
  src: url(../../fonts/mercedes/corporateacon-reg-webfont.eot?#iefix) format("embedded-opentype"),url(../../fonts/mercedes/corporateacon-reg-webfont.woff) format("woff"),url(../../fonts/mercedes/corporateacon-reg-webfont.ttf) format("truetype"),url(../../fonts/mercedes/corporateacon-reg-webfont.svg#corporateacon-reg-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: corporate_s_light;
  src: url(../../fonts/mercedes/corporates-light-webfont.eot);
  src: url(../../fonts/mercedes/corporates-light-webfont.eot?#iefix) format("embedded-opentype"),url(../../fonts/mercedes/corporates-light-webfont.woff) format("woff"),url(../../fonts/mercedes/corporates-light-webfont.ttf) format("truetype"),url(../../fonts/mercedes/corporates-light-webfont.svg#corporate_slight) format("svg");
  font-weight: 400;
  font-style: normal;
}

section {
  padding-left: 0;
}

body {
  font-family: Arial,sans-serif;
  min-height: 100vh;
  padding-bottom: 0;
}

.modal-header {
  border-bottom: 1px solid #404040!important;
}

.modal-header h4 {
  font-size: 18px!important;
  font-family: Corporate-A;
}

.modal-header button {
  padding: 8px;
}

.headroom {
  transition: transform .2s linear;
}

.btn,
.btn:after {
  transition: all .15s ease-in-out;
}

.headroom--pinned {
  transform: translateY(0);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.wrapper {
  z-index: 1;
  padding-top: 85px;
}

@media (max-width:767px) {
  .wrapper {
    padding-top: 0;
  }
}

.modal-content {
  box-shadow: 0 15px 25px rgba(0,0,0,.12);
}

.btn {
  background: #3097D1;
  border: none;
  padding: 10px 20px;
  overflow: hidden;
}

.btn:after {
  right: -15px;
  top: 4px;
  opacity: 0;
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
}

#calendar-modal .date,
#calendar-modal .date h2,
.lang-picker a {
  transition: all .2s ease-in-out;
}

.btn:hover {
  padding-right: 34px;
}

.btn:hover:after {
  opacity: 1;
  right: 16px;
}

.btn-group-lg>.btn:after,
.btn-lg:after {
  top: 16px;
}

.btn-secondary {
  background: #323232;
  color: #fff!important;
}

.btn-secondary:hover {
  background: #252525;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 18px;
}

.padding {
  padding: 55px 0;
}

h1 {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .padding {
    padding: 20px 0;
  }

  h1 {
    font-size: 26px;
  }
}

.divider hr {
  border-color: #323232;
}

@media (min-width:768px) and (max-width:991px) {
  .container {
    width: 90%;
  }
}

.nav-tabs-mobile-container {
  margin-bottom: 40px;
}

.intro {
  padding: 0 20px;
}

#prizes {
  margin-top: 65px;
  padding-top: 35px;
  padding-bottom: 65px;
  background: #222;
}

.tab-wrapper nav {
  margin: 20px 0;
}

.pagination {
  margin: 0;
}

.btn-default {
  background: #222;
  color: #fff;
}

.input-group .btn-default {
  padding: 7px 15px;
}

.input-group .btn-default:focus,
.input-group .btn-default:hover {
  background: #151515;
  color: #fff;
}

.input-group .btn-default:focus:after,
.input-group .btn-default:hover:after {
  content: "";
  display: none;
}

.ui-menu .ui-menu-item a,
.ui-menu-item .ui-menu-item-wrapper:focus,
.ui-menu-item .ui-menu-item-wrapper:hover {
  background: #3097D1!important;
  border: none;
}

ol.breadcrumb {
  margin: 0;
  background: 0 0;
}

.animation {
  opacity: 0;
}

.reveal-delay {
  animation: fadein .5s;
  animation-fill-mode: forwards;
}

.reveal-delay.delay-1 {
  animation-delay: .1s;
}

.reveal-delay.delay-2 {
  animation-delay: .2s;
}

.reveal-delay.delay-3 {
  animation-delay: .3s;
}

.reveal-delay.delay-4 {
  animation-delay: .4s;
}

.reveal-delay.delay-5 {
  animation-delay: .5s;
}

.reveal-delay.delay-6 {
  animation-delay: .6s;
}

.reveal-delay.delay-7 {
  animation-delay: .7s;
}

.reveal-delay.delay-8 {
  animation-delay: .8s;
}

.reveal-delay.delay-9 {
  animation-delay: .9s;
}

.reveal-delay.delay-10 {
  animation-delay: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeOutLeft {
  animation-duration: .2s;
}

.main-nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  background: #040404;
}

nav {
  padding-top: 20px;
  position: relative;
  text-align: center;
  z-index: 1041;
}

@media (max-width:767px) {
  .main-nav {
    position: relative;
  }

  .main-nav img {
    max-width: 205px;
  }

  nav {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}

@media (max-width:991px) {
  nav img {
    width: 190px;
  }
}

@media (min-width:991px) {
  nav img {
    margin-top: -10px;
  }
}

.lang-picker {
  float: right;
  padding-top: 20px;
  font-size: 13px;
}

.lang-picker a {
  color: #6D6D6D;
  padding: 10px;
}

.lang-picker a.active,
.lang-picker a:hover {
  color: #fff;
}

.calendar-button {
  display: inline-block;
  background: #222;
  padding: 20px 45px 20px 80px;
  margin-left: -130px;
  margin-top: -20px;
  text-align: left;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.calendar-button.detail {
  min-height: 85px;
  max-width: 370px;
  padding: 20px 30px 20px 50px;
}

.calendar-button.detail p {
  padding: 12px 0;
}

.calendar-button.detail:before {
  font-size: 16px;
  top: 30px;
  left: 20px;
}

.calendar-button i {
  padding-left: 5px;
}

.calendar-button span {
  font-family: Corporate-A;
}

.calendar-button:before {
  content: '\f073';
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  font-size: 30px;
  color: #3097D1;
}

.calendar-button p {
  padding: 0;
  margin-bottom: 0;
}

.calendar-button:hover {
  color: #fff;
}

@media (max-width:767px) {
  .calendar-button {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    text-align: center;
    padding: 15px;
  }

  .calendar-button:before {
    position: relative;
    left: 0;
    padding-right: 5px;
    font-size: 16px;
  }

  .calendar-button p {
    display: inline-block;
  }
}

#calendar-modal {
  margin-top: 88px;
  z-index: 1500;
}

@media (max-width:767px) {
  #calendar-modal {
    margin-top: 0;
  }

  #calendar-modal .date h2 {
    font-size: 16px;
  }
}

#calendar-modal .modal-backdrop {
  background: 0 0;
}

#calendar-modal .modal-body,
#calendar-modal .modal-dialog {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  background: #222;
}

#calendar-modal .modal-title {
  position: relative;
  top: 5px;
  display: inline-block;
}

#calendar-modal label {
  padding-top: 15px;
  font-weight: 400;
}

#calendar-modal .date {
  background: #fff;
  overflow: hidden;
  display: flex;
  margin-top: 20px;
  -webkit-tap-highlight-color: rgba(48,151,209,.2);
}

#calendar-modal .date h2,
.sub-nav li,
.sub-nav li a {
  display: inline-block;
}

#calendar-modal .date:active,
#calendar-modal .date:focus,
#calendar-modal .date:hover {
  background: #e8e8e8;
  box-shadow: 0 17px 53px rgba(0,0,0,.6);
}

#calendar-modal .date:active h2,
#calendar-modal .date:focus h2,
#calendar-modal .date:hover h2 {
  padding-left: 20px;
}

#calendar-modal .date h2 {
  color: #222;
  padding: 15px;
  margin: 0;
}

.arrow,
.sub-nav,
.sub-nav li a {
  transition: all .3s ease-in-out;
}

#calendar-modal .date__guests,
#calendar-modal .date__members {
  float: left;
  display: inline-block;
  background: #BDBDBD;
  text-align: center;
  padding: 20px;
  color: #fff;
  min-width: 100px;
}

@media (max-width:767px) {
  #calendar-modal .date__guests,
  #calendar-modal .date__members {
    padding: 15px 10px;
    min-width: 60px;
    font-size: .7em;
  }
}

#calendar-modal .date__members {
  background: #2f2f2f;
  margin-left: auto;
}

.sub-nav {
  background: #222;
  z-index: 1;
  margin-top: 0;
}

.sub-nav.dark {
  background: #111;
}

.sub-nav .btn {
  margin: 14px 0;
}

.sub-nav ul {
  margin-bottom: 0;
}

.sub-nav li a {
  padding: 18px;
  text-decoration: none;
  color: #fff;
}

.sub-nav li a.active,
.sub-nav li a:hover {
  color: #3097D1;
}

@media (min-width:768px) and (max-width:991px) {
  .sub-nav li a {
    padding: 18px 7px;
  }
}

.sub-nav .mobile-nav-icon {
  float: left;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.sub-nav .mobile-nav {
  display: none;
}

@media (max-width:767px) {
  .sub-nav ul {
    clear: left;
  }

  .sub-nav ul a,
  .sub-nav ul li {
    display: block;
  }

  .mobile-nav-container {
    width: 65px;
  }

  .mobile-nav-buttons {
    width: auto;
    position: absolute;
    right: 0;
    z-index: 0;
  }
}

#partner-modal .modal-wrapper,
#register-modal .modal-wrapper {
  z-index: 1042;
  position: relative;
  padding-top: 88px;
}

@media (max-width:767px) {
  #partner-modal .modal-wrapper,
  #register-modal .modal-wrapper {
    padding-top: 0;
  }
}

#partner-modal .modal-backdrop,
#register-modal .modal-backdrop {
  z-index: 999999;
  position: relative;
  background: red;
}

#partner-modal .modal-body,
#register-modal .modal-body {
  padding: 0;
}

#partner-modal .guests .contest,
#register-modal .guests .contest {
  background: #2D2D2D;
}

#partner-modal button,
#register-modal button {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #B6B6B6;
  z-index: 4;
  text-shadow: none;
  padding: 15px;
}

#partner-modal .contest,
#register-modal .contest {
  padding: 70px 60px 60px;
}

@media (max-width:767px) {
  #partner-modal button,
  #register-modal button {
    top: 10px;
    right: 10px;
  }

  #partner-modal .contest,
  #register-modal .contest {
    padding: 40px 30px 30px;
  }
}

#partner-modal .contest p,
#register-modal .contest p {
  color: #B6B6B6;
  margin-bottom: 25px;
}

#partner-modal .contest h2,
#register-modal .contest h2 {
  position: relative;
  margin-bottom: 25px;
}

#partner-modal .contest h2:before,
#register-modal .contest h2:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  top: -15px;
  background: #fff;
}

#partner-modal a {
  position: absolute;
  right: 100px;
  top: 50%;
}

#partner-modal .image-container:before,
.hero-slider .slick-slide:before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: '';
  display: block;
}

@media (max-width:767px) {
  #partner-modal a {
    right: 0;
    position: relative;
    width: 100%;
  }
}

#partner-modal .image-container {
  position: relative;
}

#partner-modal .image-container:before {
  background-image: linear-gradient(to right,rgba(0,0,0,.1) 50%,rgba(0,0,0,.5) 100%);
  position: absolute;
}

.hero-slider {
  margin: 55px 0;
  margin-bottom: 45px!important;
}

.hero-slider.no-margin {
  margin-top: 0;
}

@media (max-width:767px) {
  .hero-slider {
    margin-bottom: 20px!important;
  }
}

.hero-slider h1 {
  margin-bottom: 5px;
}

.hero-slider .slick-slide {
  position: relative;
  z-index: -1;
}

.hero-slider .slick-slide:before {
  background-image: linear-gradient(to top,rgba(0,0,0,.1) 50%,rgba(0,0,0,.5) 100%);
  position: absolute;
}

.hero-slider__content {
  position: absolute;
  left: 50px;
  top: 50px;
}

.hero-slider__content h1 {
  position: relative;
}

.hero-slider__content h1:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  top: -15px;
  background: #fff;
}

@media (max-width:767px) {
  .hero-slider__content {
    left: 20px;
    top: 20px;
  }
}

.arrow {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  color: #fff;
  text-align: center;
  background: #323232;
  font-size: 23px;
  padding: 7px;
  top: 5px;
}

.hero h1:before,
.hero:before {
  content: '';
  display: block;
}

.arrow:focus,
.arrow:hover {
  color: #f7f7f7;
}

.arrow.prev {
  position: absolute;
  left: 15px;
}

.arrow.next {
  position: absolute;
  right: 15px;
}

.slick-dots {
  bottom: -50px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width:767px) {
  .arrow {
    width: 30px;
    height: 30px;
    padding: 2px;
    font-size: 16px;
    top: 20px;
  }

  .slick-dots {
    bottom: -30px;
  }
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: .9;
}

.slick-dots li button:before {
  color: #fff;
  opacity: .3;
  font-size: 11px;
}

.hero {
  min-height: 500px;
  background-size: cover!important;
  padding: 30px;
  position: relative;
}

.hero:before {
  background-image: linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero h1 {
  position: relative;
  margin-bottom: 5px;
}

.hero h1:before {
  width: 55px;
  height: 2px;
  position: absolute;
  top: -15px;
  background: #fff;
}

.hero__icon {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  transition: all .2s ease-in-out;
}

.card,
.hero__icon span {
  display: block;
  transition: all .2s ease-in-out;
}

.hero__icon:hover {
  color: #f2f2f2;
}

.hero__icon:hover .inverse {
  background: #f2f2f2;
}

.hero__icon span {
  padding: 13px;
  margin-bottom: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.nav-tabs.active a,
.nav-tabs>li>a {
  border-radius: 0!important;
}

.hero__icon span.inverse {
  background: #fff;
}

.hero__icon span img {
  max-width: 40px;
}

@media (max-width:991px) {
  .hero {
    padding: 30px 0;
    min-height: 360px;
  }

  .hero:before {
    background-image: linear-gradient(to top,transparent 0,rgba(0,0,0,.5) 100%);
  }

  .hero__icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .hero__icon span {
    width: 50px;
    height: 50px;
    padding: 7px;
  }

  .hero__icon span img {
    max-width: 30px;
  }

  .hero .icons {
    text-align: left;
    position: absolute;
    bottom: 25px;
  }
}

.card,
.card__content,
.download,
.download .category,
.social-circle li a,
.social-circle li i,
.startlist-title,
.swingcloud-parameters,
.view {
  text-align: center;
}

.card-slider .slick-slide {
  max-width: 360px;
}

.card-slider-container {
  position: relative;
}

.card-slider-container .arrow {
  position: absolute;
  top: 40%;
}

.card-slider-container .arrow.prev {
  left: -60px;
}

.card-slider-container .arrow.next {
  right: -60px;
}

@media (max-width:767px) {
  .card-slider-container .slick-dots {
    bottom: -30px;
  }
}

.card {
  background: #fff;
  color: #222;
  position: relative;
  bottom: 0;
  margin: 15px;
}

.card img,
.card__content .date,
.games h3 {
  display: inline-block;
}

.card img {
  margin: 0 auto;
}

.card img.partner {
  margin: 15px 15px 0;
}

.card__content {
  padding: 20px;
  transition: all .3s ease-in-out;
}

.card__content .date {
  background: #BDBDBD;
  padding: 5px 10px;
  transition: all .2s ease-in-out;
}

.card.hover:hover {
  bottom: 10px;
  box-shadow: 0 15px 25px rgba(0,0,0,.5);
}

.card.hover:hover .card__content {
  color: #3097D1;
}

.card.hover:hover .card__content .date {
  background: #3097D1;
  color: #fff;
}

.games h3 {
  margin-bottom: 40px;
}

.nav-tabs>li>a:hover {
  color: #222;
}

.nav-tabs a {
  font-family: Corporate-A;
  color: #fff;
  font-size: 16px;
  padding: 25px 35px;
}

.nav-tabs.active {
  background: #fff!important;
}

.accordion ul .inner,
.tab-content {
  background: #fff;
  color: #222;
}

.nav-tabs.active a {
  color: #222;
}

.tab-content .table {
  margin-bottom: 0;
}

.tab-content .table b {
  min-width: 100px;
  display: block;
}

.tab-wrapper {
  padding: 45px;
}

@media (max-width:767px) {
  .tab-wrapper {
    padding: 20px;
  }
}

.accordion ul {
  list-style: none;
  padding: 0;
}

.accordion ul .inner {
  overflow: hidden;
  display: none;
}

.accordion ul .inner .toggle {
  background: #323232;
  margin-left: -25px;
  padding-left: 50px;
  padding-right: 70px;
  width: calc(100% + 50px);
  border-radius: 0;
  border-bottom: 1px solid #252525;
}

.accordion ul .inner .toggle i {
  position: absolute;
  right: 45px;
  top: 10px;
  font-size: 25px;
}

.accordion ul .inner .toggle:hover {
  background: #3f3f3f;
}

.accordion ul .inner .content {
  padding: 25px;
}

.accordion ul .inner .content p,
.accordion ul li {
  margin: 0;
}

.accordion ul li a.toggle {
  width: 100%;
  display: block;
  color: #fff;
  border-bottom: 1px solid #323232;
  padding: .75em;
  border-radius: .15em;
  transition: background .3s ease;
  position: relative;
}

.accordion ul li a.toggle i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 25px;
}

.accordion ul li a.toggle:hover {
  background: #252525;
}

#advice,
#swing {
  background: #222;
}

#partners a,
#partners li {
  float: left;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#partners a img,
#partners li img {
  margin: 0 auto;
}

#partners li {
  margin: 1px;
}

@media (min-width:992px) {
  #partners li {
    width: 33%;
  }
}

footer {
  font-size: 13px;
}

footer .container {
  padding: 40px 0;
  border-top: 1px solid #323232;
}

footer a {
  color: #fff;
  transition: all .3s ease-in-out;
}

footer a i {
  font-size: 20px!important;
  padding: 5px;
}

footer a:hover {
  color: #BDBDBD;
}

footer label {
  color: #BDBDBD;
  padding-right: 10px;
  cursor: auto;
  font-weight: 400;
}

footer ul,
footer ul li {
  display: inline-block;
}

footer ul li a {
  padding: 10px 10px 10px 0;
}

#advice {
  margin: 50px 0;
}

#advice h1 {
  margin-top: 0;
}

@media (max-width:767px) {
  #partners ul {
    width: 325px;
    margin: 0 auto;
  }

  footer .container,
  footer .text-right {
    text-align: center;
  }

  footer .container {
    padding: 30px 15px;
  }

  footer .container label,
  footer .container ul li {
    display: block;
  }

  footer .container ul li a {
    padding: 10px;
  }

  #advice {
    text-align: center;
    margin-bottom: 20px;
  }

  #advice .btn {
    margin-bottom: 15px;
  }

  #advice h1 {
    margin-top: 10px;
  }
}

#swing .embed-responsive,
#swing .input-group {
  margin: 30px 0;
}

#swing .input-group {
  padding: 20px;
}

#swing .search-row {
  background: #111;
  padding: 30px;
}

@media (max-width:767px) {
  #swing .input-group {
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0!important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #3cf;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007BB6;
}

.social-network a.icoInstagram:hover {
  background-color: #3F729B;
}

.social-network a.icoYelp:hover {
  background-color: #CB2027;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoYelp:hover i {
  color: #fff;
}

.socialHoverClass,
a.socialIcon:hover {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #D3D3D3;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 50px;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all .2s;
}

.social-circle i {
  color: #fff;
  transition: all .8s;
}

#result .title {
  text-align: center;
  padding: 20px;
  background: #222;
}

#result .title h1 {
  margin: 0;
}

#result small {
  margin-bottom: 35px;
  display: block;
}

#result .cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#result .cols .result-col:nth-child(1) {
  background: #272727;
}

#result .cols .result-col:nth-child(2) {
  background: #2c2c2c;
}

#result .cols .result-col:nth-child(3) {
  background: #313131;
}

#result .cols .result-col:nth-child(4) {
  background: #363636;
}

#result .result-col {
  padding: 20px;
  background: #222;
  display: table-cell;
  vertical-align: top;
}

#result .result-col li {
  padding: 8px;
  position: relative;
}

#result .result-col li.selected {
  padding-left: 25px;
}

#result .result-col li.selected:before {
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 13px;
}

.jumbotron h1,
.view {
  position: relative;
}

@media (max-width:767px) {
  #result .cols .result-col {
    width: 100%;
    display: block;
  }
}

#swing_cloud_no_data,
#swing_cloud_wrapper,
.startgroups-panel .dataTables_filter,
.startgroups-panel .dataTables_info {
  display: none;
}

.thumbs a {
  width: 24.7%;
  float: left;
  margin: 1px;
}

@media (max-width:767px) {
  .thumbs a {
    width: 32.7%;
  }

  .swingcloud-parameters .parameter {
    margin-top: 20px;
  }
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #3097D1;
  border-radius: 0;
}

.selectboxit-options {
  min-width: 100%!important;
}

.selectboxit-container,
.selectboxit-container .selectboxit {
  width: 100%!important;
}

.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
  height: 40px!important;
  line-height: 39px!important;
  text-decoration: none!important;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
  background: #3097D1;
  background-image: none!important;
}

#swing_cloud_wrapper p {
  margin-bottom: 30px;
}

.download h2,
.jumbotron {
  margin-bottom: 0;
}

.swingcloud-parameters .parameter .head {
  background: #00ADEF;
  padding: 10px 0;
}

.swingcloud-parameters .parameter .body {
  background: #FFF;
  color: #00ADEF;
  font-size: 2.2em;
  font-weight: 700;
  padding: 15px 0;
}

.swingcloud-tips {
  margin-top: 50px;
}

@media (max-width:767px) {
  .swingcloud-tips .tip {
    margin-top: 40px;
  }

  .swingcloud-tips .tip iframe {
    height: 300px;
  }
}

@media (min-width:992px) {
  .swingcloud-tips .tip iframe {
    height: 200px;
  }
}

@media (min-width:1200px) {
  #partners a,
  #partners li {
    float: left;
  }

  .swingcloud-tips .tip iframe {
    height: 220px;
  }
}

.form-control {
  color: #000;
  font-family: helvetica,arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Corporate-A!important;
}

.user-form label {
  padding-top: 15px;
}

.user-form .address:last-child {
  padding-bottom: 35px;
}

.jumbotron {
  padding-bottom: 0;
  margin-top: -50px;
  color: #F0F0F0;
}

.jumbotron,
.well {
  background: 0 0;
}

.navbar-brand {
  padding: 5px;
}

.nav .nav-divider {
  margin-left: 5px;
  margin-right: 5px;
  border-left: 1px solid #666;
  height: 48px;
  margin-top: 0;
}

.navbar-brand img {
  max-height: 35px;
  margin-right: 25px;
}

.text-blue {
  color: #3A99FC;
}

.selectboxit-container {
  padding-bottom: 15px;
}

.nav.nav-sidebar .nav.nav-sidebar li a {
  padding-left: 30px;
  list-style: disc;
}

.nav.nav-sidebar .nav.nav-sidebar {
  margin-left: 0;
  list-style: disc;
}

.nav.nav-sidebar .nav.nav-sidebar .nav.nav-sidebar li a {
  padding-left: 25px;
}

.nav.nav-sidebar .nav.nav-sidebar .nav.nav-sidebar li a:hover,
.nav.nav-sidebar .nav.nav-sidebar li a:hover,
.nav.nav-sidebar li a:hover {
  color: #333;
}

.download .category {
  color: #999;
}

.view {
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 120px;
}

.view h3 {
  margin: 0;
}

.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  padding-top: 25px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s ease-in-out;
  background: #000;
  background: 0 0\9;
  background: rgba(0,0,0,.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  zoom: 1;
}

.view .mask:nth-child(n) {
  -webkit-filter: none;
  filter: none;
}

.view img {
  display: block;
  position: relative;
  transition: all .2s linear;
}

.view:hover img {
  transform: scale(1.1);
}

.view:hover .mask {
  opacity: 1;
}

.view:hover a.info,
.view:hover h2,
.view:hover p {
  opacity: 1;
  transform: translateY(0);
}

.view:hover p {
  transition-delay: .1s;
}

.view:hover a.info {
  transition-delay: .2s;
}

.navbar-inverse .navbar-nav>li>a {
  font-size: 14px;
}

.navbar-collapse.collapse.in {
  background: #222;
  position: relative;
  z-index: 1;
  max-height: none;
}

.navbar-collapse.collapse.in .nav-divider {
  display: none;
}

@media (max-width:1290px) {
  .navbar-inverse .navbar-right>li>a {
    font-size: 12px;
  }
}

@media (max-width:1240px) {
  .navbar {
    height: 115px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width:900px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    display: none;
  }
}

@media (max-width:767px) {
  .navbar {
    height: 40px;
  }
}

thead td {
  font-weight: 700;
}

label {
  cursor: hand;
  cursor: pointer;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.startlist-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  margin-top: 25px;
  padding: 8px 0;
  width: 100%;
}

.startlist-item {
  font-size: 90%;
}

#regulations .accordion p {
  margin-bottom: 12px;
  text-align: justify;
}

.card__content.club {
  min-height: 155px;
}

.card__content.club h2 {
  margin-bottom: 15px!important;
}

.card__content.club h3 {
  margin: 0!important;
}

.card__content.club .date {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0!important;
}

.sk-circle {
  margin: 10px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

select {
  font-size: 16px!important;
}