.dorna-carousel {
  margin-right: 50px;
}

.dorna-carousel .mt-btn-previous {
  left: 0;
}

.dorna-carousel .bx-controls-direction a {
  height: 100%;
  padding: 10px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  top: 0;
  border: solid transparent 1px;
}

.dorna-carousel .bx-controls-direction a:hover {
  border: 1px solid grey;
}

.dorna-carousel .bx-next {
  right: 0;
}

.dorna-carousel .bx-prev {
  left: 0;
}

.dorna-carousel .bx-wrapper {
  max-width: 100% !important;
  padding-left: 50px !important;
  padding-right: 50px;
}

.lg-outer .lg-toolbar {
  right: 0;
  position: absolute;
  bottom: 0;
  top: inherit;
  width: auto;
}

.lg-outer .lg-sub-html {
  width: 70%;
}

.lg-outer .lg-sub-html :first-child {
  float: left;
}

.lg-outer .lg-sub-html :last-child {
  float: left;
}

/*# sourceMappingURL=carousel.css.map */
.blue {
  background-color: #1a9097;
  color: #fff;
}

.green {
  background-color: #2eda4b;
  color: #fff;
}

.orange {
  background-color: #e47503;
  color: #fff;
}

.mark {
  border: 4px dashed #1a9097;
}

.visor img {
  width: 100%;
}

.visor video {
  width: 100%;
  height: 400px;
}

.dorna-carousel {
  cursor: pointer;
}

.dorna-carousel .thumb-icon {
  background: url(../img/video-play.svg) no-repeat;
  height: 64px;
  width: 64px;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=demo.css.map */
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0,0,0,.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0,0,0,.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0,5px,0);
  -o-transform: translate3d(0,5px,0);
  -ms-transform: translate3d(0,5px,0);
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0,0,0,.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none!important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s!important;
  -moz-transition: none 0s ease 0s!important;
  -o-transition: none 0s ease 0s!important;
  transition: none 0s ease 0s!important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
@charset "UTF-8";

/* Bootstrap */

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1020px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1020px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 1020px) {
  .container {
    width: 798px;
  }
}

@media (min-width: 1272px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 1512px) {
  .container {
    width: 1510px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1020px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1272px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1512px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 1019px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 1020px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 1020px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 1020px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 1020px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1020px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 1020px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 1020px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 1020px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1020px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1020px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 768px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 1020px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1020px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1020px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1020px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1020px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1019px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1020px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 1020px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1019px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1020px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1020px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1020px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 1019px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

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

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 1019px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 1020px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 1020px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1272px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 1020px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 1019px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 1019px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 1019px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 1019px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1020px) and (max-width: 1271px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1020px) and (max-width: 1271px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1020px) and (max-width: 1271px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1020px) and (max-width: 1271px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1272px) and (max-width: 1511px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1272px) and (max-width: 1511px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1272px) and (max-width: 1511px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1272px) and (max-width: 1511px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1512px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1512px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1512px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1512px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1019px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1020px) and (max-width: 1271px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1272px) and (max-width: 1511px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1512px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* WorldSBK */

/* Specific components styles */

/* import fonts */

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../../responsive/static/fonts/opensans/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-LightIt.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-SemiboldIt.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../../responsive/static/fonts/sourcesans//SourceSansPro-BoldIt.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../responsive/static/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
  font-family: "Supermolot Neue";
  src: url("../../../responsive/static/fonts/supermolot/Supermolot-Neue-Light.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Supermolot Neue";
  src: url("../../../responsive/static/fonts/supermolot/Supermolot-Neue-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Supermolot Neue";
  src: url("../../../responsive/static/fonts/supermolot/Supermolot-Neue-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Supermolot Neue";
  src: url("../../../responsive/static/fonts/supermolot/Supermolot-Neue-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cairo";
  src: url("../../../responsive/static/fonts/cairo/Cairo-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cairo";
  src: url("../../../responsive/static/fonts/cairo/Cairo-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cairo";
  src: url("../../../responsive/static/fonts/cairo/Cairo-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cairo";
  src: url("../../../responsive/static/fonts/cairo/Cairo-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../../responsive/static/fonts/ibm_plex_sans/IBMPlexSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../../responsive/static/fonts/ibm_plex_sans/IBMPlexSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../../responsive/static/fonts/ibm_plex_sans/IBMPlexSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../../../responsive/static/fonts/ibm_plex_sans/IBMPlexSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #ebebeb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Supermolot Neue", sans-serif;
}

/* ads */

.ads_top {
  padding: 10px 0;
}

.ads_top .container {
  padding: 0;
}

.ads_top .ad_900x90 {
  float: left;
}

@media (max-width: 1020px) {
  .ads_top {
    overflow-x: hidden;
  }
}

.modal-dialog {
  z-index: 1041;
}

.yellow_box {
  text-align: center;
  background: #f0dd0f;
  color: #000;
}

.yellow_box a {
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 0;
  margin: 5px 10px;
  font-weight: bold;
}

/* NANOSCROLLER PLUGIN */

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano .nano-content:focus {
  outline: thin dotted;
}

.nano .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar .nano-content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano {
  background: #bba;
  width: 96%;
  height: 195px;
}

.nano .nano-content {
  padding: 10px;
}

.nano .nano-pane {
  background: #c0c0c0;
  right: 5px;
}

.nano .nano-slider {
  background: #999;
}

/* Viewport */

@media (max-width: 1020px) {
  body {
    overflow-x: hidden;
  }
}

/* Specific components styles */

.championship-widget {
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

@media (max-width: 768px) {
  .championship-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .championship-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 1020px) {
  .championship-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1272px) {
  .championship-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1512px) {
  .championship-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

.championship-widget header > h2 {
  height: 37px;
  top: 0;
  padding-top: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
}

.championship-widget .nav-tabs a {
  color: #000;
  font-size: 13px;
  background: none;
  padding: 10px 6px;
}

@media (min-width: 1512px) {
  .championship-widget .nav-tabs a {
    padding: 10px 4px;
  }
}

.championship-widget .nav-tabs > li + li {
  margin-left: 0;
}

.championship-widget .nav-tabs > li.active {
  font-weight: bold;
  border-radius: 0;
  border: none;
}

.championship-widget .nav-tabs > li.active.wsbk-tab {
  background: #e30513;
}

.championship-widget .nav-tabs > li.active.wssp-tab {
  background: #51ae32;
}

.championship-widget .nav-tabs > li.active.stk1000-tab {
  background: #2781be;
}

.championship-widget .nav-tabs > li.active.wssp300-tab {
  background: #af0382;
}

.championship-widget .nav-tabs > li.active.ejc-tab {
  background: #d6c21d;
}

.championship-widget .nav-tabs > li.active.wwcr-tab {
  background: #fed100;
}

.championship-widget .nav-tabs > li.active > a {
  background: none;
  border: none !important;
  color: #fff;
}

@media (max-width: 1512px) {
  .championship-widget .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.championship-widget .tab-content {
  background: #fff;
}

.championship-widget .tab-content .rider-ranking {
  margin: 0;
  padding: 0;
  padding-top: 9px;
  padding-left: 25px;
  height: 208px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 1512px) {
  .championship-widget .tab-content .rider-ranking {
    height: 195px;
  }
}

.championship-widget .tab-content .rider-ranking li {
  margin: 0;
  padding: 0;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
}

.championship-widget .tab-content .rider-ranking li > span {
  font-weight: normal;
  color: #000;
  vertical-align: sub;
}

.championship-widget .tab-content .rider-ranking li .rider-name {
  font-size: 12px;
  font-weight: 600;
  float: left;
}

.championship-widget .tab-content .rider-ranking li .rider-name.mini_flag:before {
  margin-top: 2px;
}

.championship-widget .tab-content .rider-ranking li .rider-name > span {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  padding-right: 2px;
  margin-left: 17px;
}

.championship-widget .tab-content .rider-ranking li .rider-team {
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin-right: 3px;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
}

.championship-widget .tab-content .rider-ranking li .rider-points {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.championship-widget .tab-content a.more-results {
  position: absolute;
  height: 35px;
  padding-top: 9px;
  background: #ebebeb;
  color: #000;
  width: 100%;
  bottom: -1px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.championship-manufacturer-widget {
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

.championship-manufacturer-widget.content-item {
  margin-bottom: 20px;
}

.championship-manufacturer-widget header > h2 {
  height: 37px;
  top: 0;
  padding-top: 10px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
}

.championship-manufacturer-widget .nav-tabs a {
  color: #000;
  font-size: 13px;
  background: none;
  padding: 10px 6px;
}

@media (min-width: 1512px) {
  .championship-manufacturer-widget .nav-tabs a {
    padding: 10px 4px;
  }
}

.championship-manufacturer-widget .nav-tabs > li + li {
  margin-left: 0;
}

.championship-manufacturer-widget .nav-tabs > li.active {
  font-weight: bold;
  border-radius: 0;
  border: none;
}

.championship-manufacturer-widget .nav-tabs > li.active.wsbk-tab {
  background: #e30513;
}

.championship-manufacturer-widget .nav-tabs > li.active.wssp-tab {
  background: #51ae32;
}

.championship-manufacturer-widget .nav-tabs > li.active.stk1000-tab {
  background: #2781be;
}

.championship-manufacturer-widget .nav-tabs > li.active.wssp300-tab {
  background: #af0382;
}

.championship-manufacturer-widget .nav-tabs > li.active.wwcr-tab {
  background: #fed100;
}

.championship-manufacturer-widget .nav-tabs > li.active > a {
  background: none;
  border: none !important;
  color: #fff;
}

@media (max-width: 1512px) {
  .championship-manufacturer-widget .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.championship-manufacturer-widget .tab-content {
  background: #fff;
}

.championship-manufacturer-widget .tab-content .builder-ranking {
  margin: 0;
  padding: 0;
  padding-top: 9px;
  padding-left: 25px;
  font-weight: bold;
  color: #ed1c24;
  text-transform: uppercase;
}

@media (max-width: 1512px) {
  .championship-manufacturer-widget .tab-content .builder-ranking {
    height: 195px;
  }
}

.championship-manufacturer-widget .tab-content .builder-ranking li {
  margin: 0;
  padding: 0;
  height: 17px;
  margin-bottom: 13px;
  font-size: 14px;
  position: relative;
}

.championship-manufacturer-widget .tab-content .builder-ranking li > span {
  font-weight: normal;
  color: #000;
  vertical-align: sub;
}

.championship-manufacturer-widget .tab-content .builder-ranking li .builder-name {
  font-weight: 400;
  float: left;
}

.championship-manufacturer-widget .tab-content .builder-ranking li .builder-name > span {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2px;
  margin-left: 17px;
}

.championship-manufacturer-widget .tab-content .builder-ranking li .builder-points {
  float: right;
  margin-right: 3px;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.superpole-widget {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

@media (max-width: 768px) {
  .superpole-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .superpole-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 1020px) {
  .superpole-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1272px) {
  .superpole-widget.content-item {
    height: 305px;
  }
}

@media (min-width: 1512px) {
  .superpole-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

.superpole-widget header {
  text-align: center;
  height: 85px;
  top: 0;
}

.superpole-widget header .sbk-awards {
  height: 36px;
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.superpole-widget header .sbk-awards > img {
  height: 15px;
}

.superpole-widget header .sbk-awards .sid {
  /*position: absolute;*/
  color: #FFF !important;
  /*top: 6px;
  left: 68px;*/
  font-size: 21px !important;
  line-height: 21px !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.superpole-widget header .tissot-superpole {
  height: 50px;
  background: #f6f6f6;
  position: relative;
}

.superpole-widget header .tissot-superpole > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.superpole-widget .nav-tabs {
  background: #ebebeb;
}

.superpole-widget .nav-tabs a {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 6px;
  border: none;
}

@media (min-width: 1512px) {
  .superpole-widget .nav-tabs a {
    padding: 10px 4px;
  }
}

.superpole-widget .nav-tabs > li {
  display: table-cell;
  text-align: center;
  width: 1%;
}

.superpole-widget .nav-tabs > li + li {
  margin-left: 0;
}

.superpole-widget .nav-tabs > li.active {
  font-weight: bold;
  border-radius: 0;
  color: #fff;
}

.superpole-widget .nav-tabs > li.active > a {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
}

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

.superpole-widget .nav-tabs > li.active.wsbk-tab {
  background: #e30513;
}

.superpole-widget .nav-tabs > li.active.wssp-tab {
  background: #51ae32;
}

.superpole-widget .nav-tabs > li.active.wssp300-tab {
  background: #af0382;
}

.superpole-widget .nav-tabs > li.active.wwcr-tab {
  background: #fed100;
}

.superpole-widget .superpole-content {
  background: #fff;
}

.superpole-widget .superpole-content .rider-pole {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-left: 25px;
  height: 17px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.superpole-widget .superpole-content .rider-pole li {
  margin: 0;
  padding: 0;
  height: 17px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
}

.superpole-widget .superpole-content .rider-pole li > span {
  font-weight: normal;
  color: #000;
  vertical-align: sub;
}

.superpole-widget .superpole-content .rider-pole li .rider-name {
  font-weight: 600;
  float: left;
}

.superpole-widget .superpole-content .rider-pole li .rider-name.mini_flag:before {
  margin-top: 2px;
}

.superpole-widget .superpole-content .rider-pole li .rider-name > span {
  display: inline-block;
  max-width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2px;
  margin-left: 17px;
}

.superpole-widget .superpole-content .rider-pole li .rider-team {
  float: right;
  margin-right: 3px;
  width: 70px;
}

.superpole-widget .superpole-content .rider-pole li .rider-points {
  float: right;
  margin-right: 3px;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

#superpole-wsbk {
  overflow: hidden;
}

.schedule-widget nav.days-tabs {
  margin: 20px 0;
}

.schedule-widget nav.days-tabs .tab {
  border: 1px solid #232323;
  padding: 5px 20px;
  color: #232323;
  background: #fff;
  margin-left: -5px;
}

.schedule-widget nav.days-tabs .tab:hover {
  cursor: pointer;
}

.schedule-widget nav.days-tabs .tab.active {
  background: #232323;
  color: #fff;
}

.schedule-widget nav.days-tabs .tab.first-nav-element {
  border-radius: 4px 0 0 4px;
}

.schedule-widget nav.days-tabs .tab.last-nav-element {
  border-radius: 0 4px 4px 0;
}

.schedule-widget nav.time-tabs {
  margin-top: 15px;
  background: #333;
  color: #fff;
  padding: 5px;
  padding-left: 10px;
}

.schedule-widget nav.time-tabs .tab:hover {
  cursor: pointer;
}

.schedule-widget nav.time-tabs .tab:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  background: url(../img/event/notselected_white.svg);
  background-size: cover;
}

.schedule-widget nav.time-tabs .active:before {
  background: url(../img/event/selected_white.svg);
  background-size: cover;
}

.schedule-widget .table-sessions {
  width: 100%;
}

.schedule-widget .table-sessions > div {
  background: transparent;
  padding: 5px 10px;
  border-bottom: 1px solid #dedede;
}

.schedule-widget .table-sessions > div:last-child {
  border-bottom: none;
}

.schedule-widget .table-sessions > div.timeIso {
  position: relative;
}

.schedule-widget .table-sessions > div.timeIso > .cat-session {
  margin-left: 40px;
}

@media (max-width: 500px) {
  .schedule-widget .table-sessions > div.timeIso > .cat-session {
    margin-left: 0;
  }
}

.schedule-widget .table-sessions > div.timeIso > .sbk:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #e30513;
}

.schedule-widget .table-sessions > div.timeIso > .ssp:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #51ae32;
}

.schedule-widget .table-sessions > div.timeIso > .stk:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #2781be;
}

.schedule-widget .table-sessions > div.timeIso > .ssp300:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #af0382;
}

.schedule-widget .table-sessions > div.timeIso > .yr3ec:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #0a2d81;
}

.schedule-widget .table-sessions > div.timeIso > .wcr:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #fed100;
}

.schedule-widget .table-sessions > div.timeIso span.ico.video {
  float: right;
  position: absolute;
  right: 15px;
  top: 5px;
}

@media (max-width: 350px) {
  .schedule-widget .table-sessions > div.timeIso span.ico.video {
    right: 0;
  }
}

.schedule-widget .table-sessions > div.timeIso span.ico.video > span {
  color: #bbb;
}

@media (max-width: 500px) {
  .schedule-widget .table-sessions > div.timeIso span.ico.video > span {
    display: none;
  }
}

.schedule-widget .table-sessions > div.timeIso span.ico.video:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #ddd;
  position: relative;
  top: 2px;
  background: url(../img/event/play_grey.svg) no-repeat;
}

@media (max-width: 500px) {
  .schedule-widget .table-sessions > div.timeIso span.ico.video:before {
    margin-right: 0;
  }
}

.schedule-widget .table-sessions > div.timeIso div[data_ini],
.schedule-widget .table-sessions > div.timeIso div[data_end] {
  min-width: 50px;
  display: inline-block;
}

.schedule-widget .table-sessions > div.timeIso > div {
  width: auto;
  display: inline-block;
}

.schedule-widget .table-sessions > div.timeIso .live {
  text-align: left;
  display: inline-block;
}

.schedule-widget .table-sessions > div.timeIso .live a span {
  padding: 0 5px;
  color: #098b28;
}

@media (max-width: 1020px) {
  .schedule-widget .table-sessions > div.timeIso .live a span {
    display: none;
  }
}

.schedule-widget .table-sessions > div.timeIso .live a.ico:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-color: #ccc;
  position: relative;
  top: 2px;
}

.schedule-widget .table-sessions > div.timeIso .live a.ico.lv-active:before {
  background: url(../img/event/play_green.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-widget .table-sessions > div.timeIso .live a.ico.lt-active:before {
  background: url(../img/event/feature_lt.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule-widget .table-sessions > div.timeIso .buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

@media (max-width: 500px) {
  .schedule-widget .table-sessions > div.timeIso .buttons {
    display: block;
    position: relative;
    margin-top: 5px;
  }
}

.schedule-widget .table-sessions > div.timeIso .buttons a {
  text-transform: capitalize;
  text-align: left;
  color: #333;
  display: inline-block;
  width: 100px;
}

@media (max-width: 768px) {
  .schedule-widget .table-sessions > div.timeIso .buttons a {
    width: auto;
    margin-right: 7px;
  }
}

.schedule-widget .table-sessions > div.timeIso .buttons a.ico:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 5px;
  background-color: #ccc;
  position: relative;
  top: 2px;
  background-size: cover;
}

.schedule-widget .table-sessions > div.timeIso .buttons a.ico.results:before {
  background: url(../img/event/medal.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  top: 4px;
}

.schedule-widget .table-sessions > div.timeIso .buttons a.ico.video:before {
  background: url(../img/event/play.svg);
  background-repeat: no-repeat;
}

.schedule-widget .table-sessions > div.timeIso .buttons a.ico.report:before {
  background: url(../img/event/report.svg);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .schedule-widget .table-sessions > div.timeIso .buttons a > span {
    display: none;
  }
}

.schedule_portrait {
  background: #fff;
  height: 310px;
  margin-bottom: 15px;
  width: auto;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .schedule_portrait {
    margin-bottom: 15px;
  }
}

.schedule_portrait header {
  background: #000;
  color: #fff;
  min-height: 35px;
  /*&:after{
            width: 0;
            height: 0;
            content: ' ';
            border-top: 35px solid #000;
            border-left: 0em solid transparent;
            border-right: 19px solid transparent;
            position: absolute;
            top: 0;
            right: 51px;

            @media (max-width: $screen-sm-min){
                border: none;
            }
        }*/
}

.schedule_portrait header h4 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  text-transform: uppercase;
}

.schedule_portrait header.gbr,
.schedule_portrait header.don {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.aus {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Australia.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.rus {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Russia.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.man {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Indonesia.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.nav {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Navarra.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.tha {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Thailand.svg) no-repeat;
  background-size: 60px 35px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.esp,
.schedule_portrait header.jer {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.esp4,
.schedule_portrait header.ter {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Teruel.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.cat {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.ara {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.ned {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Netherlands.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.ita,
.schedule_portrait header.rsm,
.schedule_portrait header.cre {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.usa {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_States.svg) no-repeat;
  background-size: 70px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.ger {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Germany.svg) no-repeat;
  background-size: 57px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.por,
.schedule_portrait header.est {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Portugal.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.fra {
  background: url(../../../responsive/static/img/event/flags/Flag_of_France.svg) no-repeat;
  background-size: 54px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.qat {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Qatar.svg) no-repeat;
  background-size: 61px 35px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.cze,
.schedule_portrait header.mos {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Czech_Republic.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.arg {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Argentina.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait header.hun {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Hungary.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.schedule_portrait > .wrapper {
  background: #fff;
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] {
  display: block;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  width: auto;
  text-align: center;
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab {
  border: 1px solid #232323;
  padding: 5px 25px;
  color: #232323;
  background: #fff;
  margin-left: -5px;
  line-height: 23px;
}

@media (max-width: 1020px) {
  .schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab {
    padding: 5px 20px;
  }
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab.first-element {
  border-radius: 4px 0 0 4px;
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab.last-element {
  border-radius: 0 4px 4px 0;
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab.active {
  background: #232323;
  color: #fff;
}

.schedule_portrait > .wrapper nav[data-tab-group="schedule_portrait_tabs"] span.tab:hover {
  cursor: pointer;
}

.schedule_portrait > .wrapper .schedule_portrait_content {
  font-size: 13px;
}

.schedule_portrait > .wrapper .schedule_portrait_content .nano .nano-content {
  padding: 5px;
}

.schedule_portrait > .wrapper .schedule_portrait_content .nano .nano-pane {
  right: 0;
}

.schedule_portrait > .wrapper div[data-tab-parent="schedule_portrait_tabs"] {
  background: #fff;
  padding: 10px 5px;
  overflow: hidden;
  width: 100%;
}

.schedule_portrait > .wrapper .timeIso {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
  position: relative;
}

.schedule_portrait > .wrapper .timeIso > div {
  display: inline-block;
  width: auto;
}

.schedule_portrait > .wrapper .timeIso > div.time-data {
  width: 40px;
}

.schedule_portrait > .wrapper .timeIso > div.sbk,
.schedule_portrait > .wrapper .timeIso > div.ssp,
.schedule_portrait > .wrapper .timeIso > div.ssp300,
.schedule_portrait > .wrapper .timeIso > div.stk,
.schedule_portrait > .wrapper .timeIso > div.st6,
.schedule_portrait > .wrapper .timeIso > div.yr3ec,
.schedule_portrait > .wrapper .timeIso > div.wcr,
.schedule_portrait > .wrapper .timeIso > div.ejc {
  padding-left: 15px !important;
  width: auto;
}

.schedule_portrait > .wrapper .timeIso > div.sbk:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #FF020B !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.ssp:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #00B01A !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.ssp300:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #af0382 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.stk:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #0082C2 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.st6:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #00BBF0 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.ejc:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #DEC300 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.yr3ec:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #0a2d81 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.wcr:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #fed100 !important;
  margin: 10px 5px 0 -10px;
  top: -2px;
}

.schedule_portrait > .wrapper .timeIso > div.live .ico.video-lv:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  position: absolute;
  top: 5px;
  right: 10px;
  background: url(../img/event/play_grey.svg) no-repeat;
}

@media (max-width: 500px) {
  .schedule_portrait > .wrapper .timeIso > div.live .ico.video-lv:after {
    right: 0;
  }
}

.schedule_portrait > .wrapper .timeIso > div.buttons {
  position: absolute;
  top: 3px;
  right: 0;
}

.schedule_portrait > .wrapper .timeIso > div.buttons > a.ico:before {
  display: inline-block;
  content: "";
  background-position: center;
}

.schedule_portrait > .wrapper .timeIso > div.buttons > a.ico.results:before {
  background: url(../img/event/medal.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  top: 4px;
}

.schedule_portrait > .wrapper .timeIso > div.buttons > a.ico.video:before {
  background: url(../img/event/play.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  top: 4px;
}

.schedule_portrait > .wrapper .timeIso > div.buttons > a.ico.report:before {
  background: url(../img/event/report.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  top: 4px;
}

.schedule_portrait > .wrapper.time {
  background: #232323;
  width: 100%;
  min-height: 30px;
  position: absolute;
  bottom: 0;
}

.schedule_portrait > .wrapper.time .secondary_tabs.time {
  position: relative;
  top: 3px;
  background: #232323;
  color: #fff;
  width: 100%;
  text-align: center;
}

.schedule_portrait > .wrapper.time .secondary_tabs.time .tab:hover {
  cursor: pointer;
}

.schedule_portrait > .wrapper.time .secondary_tabs.time .tab:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  background: url(../img/event/notselected_white.svg);
  background-size: cover;
}

.schedule_portrait > .wrapper.time .secondary_tabs.time .tab.active:before {
  background: url(../img/event/selected_white.svg);
  background-size: cover;
}

.best-lap-widget {
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
  background: #fff;
}

@media (max-width: 768px) {
  .best-lap-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .best-lap-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 1020px) {
  .best-lap-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1272px) {
  .best-lap-widget.content-item {
    height: 305px;
  }
}

@media (min-width: 1512px) {
  .best-lap-widget.content-item {
    height: 305px;
  }
}

.best-lap-widget header {
  text-align: center;
  height: 85px;
  top: 0;
}

.best-lap-widget header .sbk-awards {
  height: 36px;
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.best-lap-widget header .sbk-awards > img {
  height: 15px;
}

.best-lap-widget header .sbk-awards .sid {
  /*position: absolute;*/
  color: #FFF !important;
  /*top: 6px;
  left: 68px;*/
  font-size: 21px !important;
  line-height: 21px !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.best-lap-widget header .widget-title {
  height: 50px;
  background: #3e3e45;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-lap-widget header .widget-title > img {
  margin-right: 10px;
}

.best-lap-widget header .widget-title > h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.best-lap-widget .nav-tabs {
  background: #ebebeb;
}

.best-lap-widget .nav-tabs a {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 6px;
  border: none;
}

@media (min-width: 1512px) {
  .best-lap-widget .nav-tabs a {
    padding: 10px 4px;
  }
}

.best-lap-widget .nav-tabs > li {
  text-align: center;
  font-weight: normal;
  display: table-cell;
  width: 1%;
}

.best-lap-widget .nav-tabs > li + li {
  margin-left: 0;
}

.best-lap-widget .nav-tabs > li.active {
  font-weight: bold;
  border-radius: 0;
  color: #fff;
}

.best-lap-widget .nav-tabs > li.active > a {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
}

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

.best-lap-widget .nav-tabs > li.active.wsbk-tab {
  background: #e30513;
}

.best-lap-widget .nav-tabs > li.active.wssp-tab {
  background: #51ae32;
}

.best-lap-widget .nav-tabs > li.active.wssp300-tab {
  background: #af0382;
}

.best-lap-widget .nav-tabs > li.active.wwcr-tab {
  background: #fed100;
}

.best-lap-widget .tab-content {
  background: #fff;
  padding-bottom: 8px;
}

.best-lap-widget .tab-content .championship-logo {
  width: 100%;
  padding: 20px 0 15px 0;
  text-align: center;
}

.best-lap-widget .tab-content .championship-logo > img {
  width: auto;
}

.best-lap-widget .tab-content .rider-lap {
  margin: 0;
  padding: 0;
  padding-top: 9px;
  padding-left: 25px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.best-lap-widget .tab-content .rider-lap li {
  margin: 0;
  padding: 0;
  height: 17px;
  margin-bottom: 13px;
  position: relative;
}

.best-lap-widget .tab-content .rider-lap li .mini_flag:before {
  margin-top: 2px;
}

.best-lap-widget .tab-content .rider-lap li > span {
  font-weight: normal;
  color: #000;
  vertical-align: sub;
}

.best-lap-widget .tab-content .rider-lap li .rider-name {
  font-weight: 600;
  float: left;
}

.best-lap-widget .tab-content .rider-lap li .rider-name.mini_flag:before {
  margin-top: 2px;
}

.best-lap-widget .tab-content .rider-lap li .rider-name > span {
  display: inline-block;
  max-width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2px;
  margin-left: 17px;
}

.best-lap-widget .tab-content .rider-lap li .rider-team {
  float: right;
  margin-right: 3px;
  width: 70px;
}

.best-lap-widget .tab-content .rider-lap li .best-lap-num {
  float: right;
  margin-right: 3px;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.best-lap-widget .tab-content a.more-results {
  position: absolute;
  height: 35px;
  padding-top: 9px;
  background: #ebebeb;
  color: #000;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.champ-calendar .calendar-header {
  background: #cecece;
  color: #000;
  padding: 5px;
  padding-left: 0;
}

.champ-calendar .calendar-header span {
  font-size: 14px;
  background: #cecece;
}

.champ-calendar .calendar-header .title-calendar {
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-right: 30px;
}

@media (max-width: 1020px) {
  .champ-calendar .calendar-header .title-calendar:after {
    border: none;
  }
}

.champ-calendar .calendar-header .title-calendar:after {
  width: 0;
  height: 0;
  content: '';
  border-top: 28px solid #000;
  border-left: 0em solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  margin-top: -5px;
  margin-left: 15px;
}

.champ-calendar .c-carousel {
  background: #fff;
}

.champ-calendar .c-carousel .bx-wrapper {
  position: relative;
  padding: 0 27px;
}

.champ-calendar .c-carousel .bx-viewport {
  background: #fff;
  z-index: 5;
  padding: 10px 0;
}

.champ-calendar .c-carousel .bx-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  height: auto;
}

.champ-calendar .c-carousel .bx-controls .bx-controls-direction {
  background: #fff;
  height: 184px;
  width: 100%;
}

.champ-calendar .c-carousel .bx-controls .bx-prev {
  float: left;
  content: "";
  background: url(../img/common/arrow-left.svg) no-repeat center;
  background-color: #fff;
  background-size: 8px;
  width: 25px;
  height: 100%;
}

.champ-calendar .c-carousel .bx-controls .bx-prev:hover,
.champ-calendar .c-carousel .bx-controls .bx-prev:active {
  background-color: #d0d0d0;
}

.champ-calendar .c-carousel .bx-controls .bx-next {
  float: right;
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat center;
  background-color: #fff;
  background-size: 8px;
  width: 25px;
  height: 100%;
}

.champ-calendar .c-carousel .bx-controls .bx-next:hover,
.champ-calendar .c-carousel .bx-controls .bx-next:active {
  background-color: #d0d0d0;
}

.champ-calendar .c-carousel .round-item {
  background: #fff;
}

.champ-calendar .c-carousel .round-item a,
.champ-calendar .c-carousel .round-item a:hover,
.champ-calendar .c-carousel .round-item a:active {
  display: block;
  text-transform: uppercase;
  color: #000;
  background: #e7e7e7;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
}

.champ-calendar .c-carousel .round-item a:after,
.champ-calendar .c-carousel .round-item a:hover:after,
.champ-calendar .c-carousel .round-item a:active:after {
  content: "";
  background: url(../img/common/chevron_grey.svg) no-repeat center;
  display: inline-block;
  width: 8px;
  height: 12px;
  top: 2px;
  right: 2px;
  position: relative;
  float: right;
}

.champ-calendar .c-carousel .round-item a.social-around,
.champ-calendar .c-carousel .round-item a:hover.social-around,
.champ-calendar .c-carousel .round-item a:active.social-around {
  text-transform: none;
}

.champ-calendar .c-carousel .round-item a:hover,
.champ-calendar .c-carousel .round-item a:active {
  background: #d0d0d0;
}

.champ-calendar .c-carousel .round-item .top-round {
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item .top-round {
    background-image: none !important;
  }

  .champ-calendar .c-carousel .round-item .top-round:after {
    border: none;
  }
}

.champ-calendar .c-carousel .round-item .top-round h4 {
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #fff;
}

.champ-calendar .c-carousel .round-item .top-round.round-7 h4 {
  letter-spacing: -1px;
}

.champ-calendar .c-carousel .round-item .top-round.gbr,
.champ-calendar .c-carousel .round-item .top-round.don {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.aus {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Australia.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.tha {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Thailand.svg) no-repeat;
  background-size: 60px 30px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.esp,
.champ-calendar .c-carousel .round-item .top-round.jer {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.esp4,
.champ-calendar .c-carousel .round-item .top-round.ter {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Teruel.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.ara {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.ned {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Netherlands.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.ita,
.champ-calendar .c-carousel .round-item .top-round.rsm,
.champ-calendar .c-carousel .round-item .top-round.cre {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.gbr,
.champ-calendar .c-carousel .round-item .top-round.don {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.usa {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_States.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.rus {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Russia.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.man {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Indonesia.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.nav {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Navarra.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.ger {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Germany.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.por,
.champ-calendar .c-carousel .round-item .top-round.est {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Portugal.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.fra {
  background: url(../../../responsive/static/img/event/flags/Flag_of_France.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.qat {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Qatar.svg) no-repeat;
  background-size: 61px 30px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.cze,
.champ-calendar .c-carousel .round-item .top-round.mos {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Czech_Republic.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.arg {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Argentina.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.cat {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.ter {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Teruel.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round.hun {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Hungary.svg) no-repeat;
  background-size: 60px;
  background-position: right center;
  background-color: #000;
}

.champ-calendar .c-carousel .round-item .top-round:after {
  width: 0;
  height: 0;
  content: ' ';
  border-top: 29px solid #000;
  border-left: 0em solid transparent;
  border-right: 19px solid transparent;
  position: absolute;
  top: 0;
  right: 42px;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item .top-round:after {
    border: none;
  }
}

.champ-calendar .c-carousel .round-item .info-session {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item .info-session {
    font-size: 16px;
  }
}

.champ-calendar .c-carousel .round-item .info-session a:after,
.champ-calendar .c-carousel .round-item .info-session a:hover:after,
.champ-calendar .c-carousel .round-item .info-session a:active:after {
  display: none;
}

.champ-calendar .c-carousel .round-item .info-session .date {
  line-height: 35px;
  text-transform: uppercase;
}

.champ-calendar .c-carousel .round-item.past .top-round {
  background-color: #494949;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item.past .top-round:after {
    border: none;
  }
}

.champ-calendar .c-carousel .round-item.past .top-round:after {
  border-top: 29px solid #494949;
}

.champ-calendar .c-carousel .round-item.past .info-session {
  background-color: #494949;
}

.champ-calendar .c-carousel .round-item.in-round.finished .info-session {
  min-height: auto;
}

.champ-calendar .c-carousel .round-item.in-round > a,
.champ-calendar .c-carousel .round-item.in-round > a:hover,
.champ-calendar .c-carousel .round-item.in-round > a:active {
  color: #54ad1f;
  font-weight: bold;
}

.champ-calendar .c-carousel .round-item.in-round > a:after,
.champ-calendar .c-carousel .round-item.in-round > a:hover:after,
.champ-calendar .c-carousel .round-item.in-round > a:active:after {
  background: url(../img/common/chevron_green.svg) no-repeat center;
}

.champ-calendar .c-carousel .round-item.in-round > a.subscribe,
.champ-calendar .c-carousel .round-item.in-round > a:hover.subscribe,
.champ-calendar .c-carousel .round-item.in-round > a:active.subscribe {
  color: #000;
  font-weight: normal;
}

.champ-calendar .c-carousel .round-item.in-round > a.subscribe:before,
.champ-calendar .c-carousel .round-item.in-round > a:hover.subscribe:before,
.champ-calendar .c-carousel .round-item.in-round > a:active.subscribe:before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow-right-green.svg) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.champ-calendar .c-carousel .round-item.in-round > a.subscribe:after,
.champ-calendar .c-carousel .round-item.in-round > a:hover.subscribe:after,
.champ-calendar .c-carousel .round-item.in-round > a:active.subscribe:after {
  background: url(../img/common/chevron_grey.svg) no-repeat center;
}

.champ-calendar .c-carousel .round-item.in-round > a.schedule,
.champ-calendar .c-carousel .round-item.in-round > a:hover.schedule,
.champ-calendar .c-carousel .round-item.in-round > a:active.schedule {
  color: #000;
  font-weight: normal;
}

.champ-calendar .c-carousel .round-item.in-round > a.schedule:after,
.champ-calendar .c-carousel .round-item.in-round > a:hover.schedule:after,
.champ-calendar .c-carousel .round-item.in-round > a:active.schedule:after {
  background: url(../img/common/chevron_grey.svg) no-repeat center;
}

.champ-calendar .c-carousel .round-item.in-round .top-round {
  background-color: #54ad1f;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item.in-round .top-round:after {
    border: none;
  }
}

.champ-calendar .c-carousel .round-item.in-round .top-round:after {
  border-top: 29px solid #54ad1f;
}

.champ-calendar .c-carousel .round-item.in-round .info-session {
  background: #54ad1f;
  min-height: 73px;
}

.champ-calendar .c-carousel .round-item.in-round .info-session > span {
  display: block;
}

.champ-calendar .c-carousel .round-item.in-round .info-session .current-status {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1020px) {
  .champ-calendar .c-carousel .round-item.in-round .info-session .current-status {
    font-size: 16px;
  }
}

.champ-calendar .c-carousel .round-item.in-round .info-session .category,
.champ-calendar .c-carousel .round-item.in-round .info-session .session {
  font-weight: normal;
  font-size: 14px;
}

.hyundai-widget {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

.hyundai-widget img {
  width: auto !important;
}

@media (max-width: 768px) {
  .hyundai-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .hyundai-widget.content-item {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 1020px) {
  .hyundai-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1272px) {
  .hyundai-widget.content-item {
    height: 305px;
  }
}

@media (min-width: 1512px) {
  .hyundai-widget.content-item {
    height: 305px;
    margin-bottom: 20px;
  }
}

.hyundai-widget header {
  text-align: center;
  height: 85px;
  top: 0;
}

.hyundai-widget header .sbk-awards {
  height: 36px;
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.hyundai-widget header .sbk-awards > img {
  height: 15px;
}

.hyundai-widget header .sbk-awards .sid {
  /*position: absolute;*/
  color: #FFF !important;
  /*top: 6px;
  left: 68px;*/
  font-size: 21px !important;
  line-height: 21px !important;
  font-weight: bold !important;
  margin-right: 8px;
}

.hyundai-widget header .hyundai-superpole {
  height: 50px;
  background: #9BCBE8;
  position: relative;
}

.hyundai-widget header .hyundai-superpole > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 0 10px;
}

.hyundai-widget .superpole-content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: inherit;
  background: #fff;
}

.hyundai-widget .superpole-content .rider-pole {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-left: 25px;
  height: 17px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.hyundai-widget .superpole-content .rider-pole li {
  margin: 0;
  padding: 0;
  height: 17px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
}

.hyundai-widget .superpole-content .rider-pole li > span {
  font-weight: normal;
  color: #000;
  vertical-align: sub;
}

.hyundai-widget .superpole-content .rider-pole li .rider-name {
  font-weight: 600;
  float: left;
}

.hyundai-widget .superpole-content .rider-pole li .rider-name.mini_flag:before {
  margin-top: 2px;
}

.hyundai-widget .superpole-content .rider-pole li .rider-name > span {
  display: inline-block;
  max-width: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2px;
  margin-left: 17px;
}

.hyundai-widget .superpole-content .rider-pole li .rider-team {
  float: right;
  margin-right: 3px;
  width: 70px;
}

.hyundai-widget .superpole-content .rider-pole li .rider-points {
  float: right;
  margin-right: 3px;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

#superpole-hyundai {
  overflow: hidden;
  width: 100%;
}

body.modal-on {
  overflow: hidden;
}

.lightbox_base {
  z-index: 1000;
  position: absolute;
}

@media (max-width: 768px) {
  .lightbox_base #anonymous_user_box {
    width: 340px;
    min-width: 340px;
  }
}

@media (max-width: 768px) {
  .lightbox_base #login_box,
  .lightbox_base #forgot_box,
  .lightbox_base #signup_box,
  .lightbox_base #forgot_confirmation_box {
    width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .lightbox_base #login_box h1,
  .lightbox_base #forgot_box h1,
  .lightbox_base #signup_box h1,
  .lightbox_base #forgot_confirmation_box h1 {
    width: auto;
  }
}

@media (max-width: 768px) {
  .lightbox_base #login_box footer,
  .lightbox_base #forgot_box footer,
  .lightbox_base #signup_box footer,
  .lightbox_base #forgot_confirmation_box footer {
    height: 70px;
  }
}

.lightbox_base .lightbox .modal-title {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.lightbox_base .lightbox .modal-title h1 {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  text-align: left;
  color: #000;
  font-weight: bold;
}

.lightbox_base .lightbox .close_lightbox {
  position: absolute;
  top: 16px;
  margin: 0;
  right: 10px;
  font-family: Arial;
  color: #999999;
}

.lightbox_base .lightbox .form-control:focus {
  border-color: #bcbbbb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lightbox_base .lightbox form {
  margin-top: 20px;
}

.lightbox_base .lightbox form li {
  list-style: none;
  margin-bottom: 10px;
}

.lightbox_base .lightbox form li input[type="text"],
.lightbox_base .lightbox form li input[type="password"] {
  height: 40px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.lightbox_base .lightbox form li.submit {
  margin-top: 30px;
  padding-left: 0;
  text-align: center;
}

.lightbox_base .lightbox form li.submit .btn {
  padding: 15px 80px;
  color: #fff;
  background: #ed1b24;
  text-transform: uppercase;
}

.lightbox_base .lightbox form > p a {
  color: #ed1b24;
  text-decoration: none;
}

.lightbox_base .lightbox form > p a:hover,
.lightbox_base .lightbox form > p a:active,
.lightbox_base .lightbox form > p a:focus {
  text-decoration: underline;
}

.lightbox_base .lightbox form label.error {
  color: #ed1b24;
  font-size: 13px;
  padding-top: 3px;
}

.lightbox_base .lightbox form .wrapper_msg {
  padding-left: 0;
}

.lightbox_base .lightbox form.register-form {
  margin-top: 10px;
}

.lightbox_base .lightbox form.register-form a {
  color: #ed1b24;
  text-decoration: none;
}

.lightbox_base .lightbox form.register-form a:hover,
.lightbox_base .lightbox form.register-form a:active,
.lightbox_base .lightbox form.register-form a:focus {
  text-decoration: underline;
}

.lightbox_base .lightbox form.register-form .submit {
  margin-top: 20px;
}

.lightbox_base .lightbox form.register-form .submit ul {
  text-align: left;
}

.lightbox_base .lightbox form.register-form .submit span {
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.lightbox_base .lightbox form.register-form .submit .text-small {
  text-align: left;
  width: 100%;
}

.lightbox_base .lightbox form.register-form .submit .btn {
  margin-top: 20px;
}

.lightbox_base .lightbox form.register-form .already-account {
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}

.lightbox_base .lightbox form.signup-register-form a {
  color: #ed1b24;
  text-decoration: none;
}

.lightbox_base .lightbox form.signup-register-form a:hover,
.lightbox_base .lightbox form.signup-register-form a:active,
.lightbox_base .lightbox form.signup-register-form a:focus {
  text-decoration: underline;
}

.lightbox_base .lightbox form.signup-register-form li > label {
  display: block;
}

.lightbox_base .lightbox form.signup-register-form li .select_black {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.lightbox_base .lightbox form.signup-register-form li .select_black.jump-block {
  display: block;
}

.lightbox_base .lightbox footer {
  border-top: 1px solid #eaeaea;
  height: 50px;
}

.lightbox_base .lightbox footer > p {
  margin: 0;
  padding: 15px;
}

.lightbox_base .lightbox footer > p a {
  color: #ed1b24;
  text-decoration: none;
}

.lightbox_base .lightbox footer > p a:hover,
.lightbox_base .lightbox footer > p a:active,
.lightbox_base .lightbox footer > p a:focus {
  text-decoration: underline;
}

.lightbox_base .lightbox .pass-message {
  margin-top: 20px;
}

.lightbox_base .lightbox .pass-message p {
  font-weight: bold;
}

.lightbox_base .lightbox .pass-message .modal-accept {
  margin-top: 30px;
  padding-left: 0;
  text-align: center;
}

.lightbox_base .lightbox .pass-message .modal-accept .btn {
  padding: 15px 80px;
  color: #fff;
  background: #ed1b24;
  text-transform: uppercase;
}

.lightbox_base .lightbox .diagonal_pattern {
  background: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.lightbox_base .lightbox .diagonal_pattern h1 {
  margin: 0;
  font-size: 18px;
  padding: 0;
  width: 100%;
}

.lightbox_base .lightbox .diagonal_pattern .signup_steps {
  margin: 0 25px;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lightbox_base .lightbox .diagonal_pattern .signup_steps li {
  text-align: center;
}

.lightbox_base .lightbox .diagonal_pattern .signup_steps .active {
  background: #ed1b24;
}

.lightbox_base .lightbox .diagonal_pattern .signup_steps .light_gray {
  color: #999;
}

.lightbox_base .lightbox .btn.cerral {
  padding: 15px 80px;
  color: #fff;
  background: #ed1b24;
  text-transform: uppercase;
}

.lightbox_base .lightbox #forgot_password_form label {
  margin-bottom: 10px;
}

.lightbox_base .lightbox #mail_validation h2 {
  font-size: 20px;
}

.lightbox_base #video_demand a,
.lightbox_base #live_timing_box a,
.lightbox_base #anonymous_user_box a {
  color: #ed1b24;
  text-decoration: none;
}

.lightbox_base #video_demand a:hover,
.lightbox_base #video_demand a:active,
.lightbox_base #live_timing_box a:hover,
.lightbox_base #live_timing_box a:active,
.lightbox_base #anonymous_user_box a:hover,
.lightbox_base #anonymous_user_box a:active {
  text-decoration: underline;
}

.lightbox_base #video_demand .btn,
.lightbox_base #live_timing_box .btn,
.lightbox_base #anonymous_user_box .btn {
  color: #fff;
  background: #ed1b24;
  padding: 10px 15px;
  text-transform: uppercase;
}

.lightbox_base #video_demand .btn:hover,
.lightbox_base #video_demand .btn:active,
.lightbox_base #live_timing_box .btn:hover,
.lightbox_base #live_timing_box .btn:active,
.lightbox_base #anonymous_user_box .btn:hover,
.lightbox_base #anonymous_user_box .btn:active {
  text-decoration: none;
}

.lightbox_base #video_demand .wrapper,
.lightbox_base #live_timing_box .wrapper,
.lightbox_base #anonymous_user_box .wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox_base #video_demand .wrapper h1,
.lightbox_base #live_timing_box .wrapper h1,
.lightbox_base #anonymous_user_box .wrapper h1 {
  width: 450px;
  margin-bottom: 20px;
}

.lightbox_base #live_timing_box img {
  display: none;
}

/* SBK inherit form styles*/

.sbk_checkbox,
.sbk_radio {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/common/sprites/sprite_sbk_checkbox.png?dfff8a3b) no-repeat 0 0;
  position: relative;
}

.sbk_checkbox.checked,
.sbk_radio.checked {
  background-position: 0 -14px;
}

#player_container {
  background-color: #000;
  position: relative;
}

.videoContainer {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 20px;
}

.videoContainer {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
}

.videoContainer.extraBar {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 26px;
  position: relative;
}

body.mobile .extraBar {
  padding-top: 0 !important;
}

.videoContainer object,
.videoContainer embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#videoBox {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.videoBck {
  position: relative;
}

.bkgGray {
  background-color: #2a2b2c;
  position: relative;
}

.bkgGray select {
  height: 40px;
  width: 100% !important;
  color: #000;
}

.select_feed,
.feeds.clearfix {
  margin: 10px auto;
}

.select_feed {
  color: #ffffff;
  font-size: 20px;
}

.feeds.clearfix {
  margin: 0 auto !important;
  padding: 10px 0 30px;
}

.row-filter {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .row-filter {
    padding: 0 5px;
  }
}

.filter {
  width: 100%;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  position: relative;
  text-align: right;
}

.filter h1 {
  display: inline-block;
  float: left;
  font-size: 22.5px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1272px) {
  .filter h1 {
    display: none;
  }
}

.filter span {
  color: #515151;
}

@media (max-width: 1272px) {
  .filter span {
    display: none;
  }
}

.filter select:focus option:checked,
.filter select:focus option:hover,
.filter select:focus option:checked {
  color: white !important;
  background: #e30513 !important;
  background-color: #e30513 !important;
  outline-color: #e30513 !important;
  outline: none;
  box-shadow: 0 0 10px 100px #e30513 inset !important;
}

.filter > div {
  display: inline-block;
}

@media (max-width: 768px) {
  .filter > div {
    width: 100%;
    display: none;
  }
}

.filter > div .nav {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 1020px) {
  .filter > div .nav {
    margin: 0;
    width: 100%;
  }
}

.filter > div .nav > li {
  display: inline-block;
  font-size: 14px;
  height: 100%;
  padding: 0 20px 0 5px;
  margin: 0;
  margin-left: -4px;
  vertical-align: middle;
  border-right: 1px solid #ececec;
  position: relative;
}

@media (max-width: 768px) {
  .filter > div .nav > li {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    padding-right: 0;
    border-bottom: 1px solid #ececec;
    border-right: none;
    margin-right: 0;
  }
}

.filter > div .nav > li:after {
  position: absolute;
  content: "\e259";
  top: 41%;
  margin-left: -15px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7b7b7b;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
}

@media (max-width: 768px) {
  .filter > div .nav > li:after {
    left: 95%;
  }
}

.filter > div .nav > li:first-child {
  border-left: 1px solid #ececec;
}

@media (max-width: 768px) {
  .filter > div .nav > li:first-child {
    border-left: none;
  }
}

.filter > div .nav > li:last-child {
  border-right: none;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .filter > div .nav > li:last-child {
    border-bottom: none;
  }
}

.filter > div .nav > li select {
  padding: 30px 20px 30px 10px;
  min-width: 135px;
  width: auto;
  border: none;
  color: #7b7b7b;
  text-align: left;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -o-appearance: none;
}

@media (max-width: 1020px) {
  .filter > div .nav > li select {
    padding: 20px 5px;
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .filter > div .nav > li select {
    min-width: none;
  }
}

.filter > div .nav > li select option {
  text-align: left;
  width: 120px;
  margin: 0;
}

@media (max-width: 1020px) {
  .filter > div .nav > li select option {
    width: 100%;
  }
}

.filter > div .nav > li select::-ms-expand {
  display: none;
}

.filter > div .nav > li select:active,
.filter > div .nav > li select:hover {
  outline: none;
}

.filter > div .nav > li select:active > option:hover,
.filter > div .nav > li select:active > option:active,
.filter > div .nav > li select:hover > option:hover,
.filter > div .nav > li select:hover > option:active {
  outline: none;
  color: #fff;
  background: #e30513 !important;
  outline-color: #e30513 !important;
  background-color: #e30513 !important;
}

.filter > div .nav > li select:focus {
  border-bottom: none;
  outline: none;
  font-weight: bold;
  color: #333;
}

.filter > div .nav > li select:focus > option {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  background: #fff;
  min-width: 120px;
}

.filter > div .nav > li select:focus > option:hover {
  outline: none;
  color: #fff;
  background: #e30513 !important;
  outline-color: #e30513 !important;
  background-color: #e30513 !important;
}

.filter > div .nav > li select:focus > option:checked,
.filter > div .nav > li select:focus > option:active {
  outline: none;
  font-weight: bold;
  color: #333;
  background: #fff;
}

.filter > div .nav > li select:focus > option:checked:hover,
.filter > div .nav > li select:focus > option:active:hover {
  outline: none;
  font-weight: bold;
  color: #333;
  background: #fff;
  background: #e30513 !important;
  outline-color: #e30513 !important;
  background-color: #e30513 !important;
}

.filter > div .nav > li.filtered {
  font-weight: bold;
}

.filter > div .nav > li.filtered:after {
  color: #333;
}

.filter > div .nav > li.filtered select {
  color: #333;
}

.filter .responsive-filers-buttons {
  width: 100%;
  display: none;
  text-align: left;
}

@media (max-width: 768px) {
  .filter .responsive-filers-buttons {
    display: block;
  }
}

.filter .responsive-filers-buttons .btn-responsive {
  border-radius: 4px;
  background: #484d51;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}

.filter .responsive-filers-buttons .active-filters {
  display: none;
}

.filter .responsive-filers-buttons .active-filters .btn-action-filter {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}

.filter .responsive-filers-buttons .active-filters .btn-action-filter.btn-close {
  background: #b7b7b7;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

#footer-page {
  background: #fff;
  box-shadow: inset 0px 11px 8px -10px #ccc;
  clear: both;
  z-index: 2;
  position: relative;
}

#footer-page .sponsors {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#footer-page .sponsors h5 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-page .sponsors h5 span {
  display: inline-block;
  width: 315px;
}

@media (max-width: 768px) {
  #footer-page .sponsors h5 span {
    width: 300px;
  }
}

#footer-page .sponsors a,
#footer-page .sponsors a:hover,
#footer-page .sponsors a:active {
  text-decoration: none;
}

#footer-page .sponsors .top-sponsors {
  text-align: center;
}

#footer-page .sponsors .top-sponsors h5 {
  padding: 0 0 7px 0;
  text-align: center;
  width: 100%;
}

#footer-page .sponsors .top-sponsors .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-page .sponsors .top-sponsors .sponsor-pirelli {
  background-color: transparent;
  border-radius: 12px;
  margin-top: 10px;
  max-width: 315px;
  display: inline-block;
  border: 1px solid transparent;
}

#footer-page .sponsors .top-sponsors .sponsor-pirelli .logo-pirelli {
  display: block;
  content: "";
  width: 315px;
  height: 50px;
  background: url("../img/footer/pirelli_grey.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

#footer-page .sponsors .top-sponsors .sponsor-pirelli:hover,
#footer-page .sponsors .top-sponsors .sponsor-pirelli:active {
  background-color: transparent;
}

#footer-page .sponsors .top-sponsors .sponsor-pirelli:hover .logo-pirelli,
#footer-page .sponsors .top-sponsors .sponsor-pirelli:active .logo-pirelli {
  background: url("../img/footer/pirelli_color.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

#footer-page .sponsors .top-sponsors .sponsor-motul {
  background-color: transparent;
  border-radius: 12px;
  margin-top: 10px;
  max-width: 315px;
  display: inline-block;
  border: 1px solid transparent;
}

#footer-page .sponsors .top-sponsors .sponsor-motul .logo-motul {
  display: block;
  content: "";
  width: 315px;
  height: 50px;
  background: url("../img/footer/motul_grey.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

#footer-page .sponsors .top-sponsors .sponsor-motul:hover .logo-motul,
#footer-page .sponsors .top-sponsors .sponsor-motul:active .logo-motul {
  background: url("../img/footer/motul_color.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

#footer-page .sponsors .top-sponsors .top-sponsor-desktop {
  display: inline-block;
}

@media (max-width: 1272px) {
  #footer-page .sponsors .top-sponsors .top-sponsor-desktop {
    display: none;
  }
}

#footer-page .sponsors .top-sponsor-mobile {
  display: none;
}

@media (max-width: 1272px) {
  #footer-page .sponsors .top-sponsor-mobile {
    display: block;
    margin-top: 35px;
  }
}

#footer-page .sponsors .top-sponsor-mobile .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-page .sponsors .official-sponsors-advertisers {
  margin-top: 60px;
  padding: 0 0 7px 0;
  text-align: left;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #footer-page .sponsors .official-sponsors-advertisers {
    margin-top: 55px;
  }
}

#footer-page .sponsors .official-sponsors-advertisers h5 {
  position: relative;
  top: -24px;
}

@media (max-width: 768px) {
  #footer-page .sponsors .official-sponsors-advertisers h5 {
    top: -10px;
    margin-top: -15px;
  }
}

#footer-page .sponsors .official-sponsors-advertisers .sponsors-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#footer-page .sponsors .official-sponsors-advertisers .sponsors-container a {
  width: 200px;
}

@media (max-width: 768px) {
  #footer-page .sponsors .official-sponsors-advertisers .sponsors-container a {
    width: 50%;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  #footer-page .sponsors .official-sponsors-advertisers .sponsors-container a {
    width: 50%;
    padding-bottom: 20px;
  }
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 12px;
  width: 230px;
  /*height: 90px;*/
  width: 100%;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div {
  display: block;
  content: "";
  background-size: 100%;
  background-position: center !important;
  background-size: contain !important;
  height: 35px;
  width: 165px;
  margin: auto;
  height: 20px;
  width: 100%;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-subaru {
  height: 52px;
  background: url("../img/footer/subaru_grey.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-tissot {
  height: 27px;
  background: url("../img/footer/tissot_grey.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-prosecco {
  height: 27px;
  background: url("../img/footer/prosecco_grey.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-pata {
  height: 38px;
  background: url("../img/footer/pata_grey.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-acerbis {
  height: 17px;
  background: url("../img/footer/acerbis_off.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-prometeon {
  height: 23px;
  background: url("../img/footer/prometeon_off.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor > div.logo-abkbeer {
  height: 28px;
  background: url("../img/footer/ABK_grey.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-subaru,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-subaru {
  background: url("../img/footer/subaru_color.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-tissot,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-tissot {
  background: url("../img/footer/tissot_color.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-seat,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-seat {
  background: url("../img/footer/seat_color.svg?version=2017-02-14.r04-7f4f52a9") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-hyundai,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-hyundai {
  background: url("../img/footer/hyundai_color.svg") no-repeat;
  background-size: contain;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-prosecco,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-prosecco {
  background: url("../img/footer/prosecco_color.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-pata,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-pata {
  background: url("../img/footer/pata_color.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-acerbis,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-acerbis {
  background: url("../img/footer/acerbis_on.svg") no-repeat;
  background-position: center !important;
  background-size: 100% 20px;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-prometeon,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-prometeon {
  background: url("../img/footer/prometeon_on.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:hover .logo-abkbeer,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor:active .logo-abkbeer {
  background: url("../img/footer/ABK_color.svg") no-repeat;
  background-position: center !important;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor.sponsor-seat:hover,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor.sponsor-seat:active {
  background-color: #bf0811;
  border-color: #bf0811;
}

#footer-page .sponsors .official-sponsors-advertisers .official-sponsor.sponsor-hyundai:hover,
#footer-page .sponsors .official-sponsors-advertisers .official-sponsor.sponsor-hyundai:active {
  background-color: #9ccce9;
  border-color: #9ccce9;
}

#footer-page .bottom-links {
  width: 100%;
  background: #000;
  min-height: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

#footer-page .bottom-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer-page .bottom-links ul li {
  min-height: 24px;
}

#footer-page .bottom-links ul li a {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: bold;
}

#footer-page .bottom-links h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#footer-page .bottom-links .links-block {
  margin-bottom: 10px;
}

#footer-page .bottom-links .wsbk-web li {
  width: 48%;
  display: inline-block;
}

#footer-page .bottom-links .social-media > ul {
  padding-top: 5px;
}

#footer-page .bottom-links .social-media > ul li {
  display: inline-block;
  margin-right: 5px;
}

#footer-page .copyright {
  margin-top: 25px;
}

#footer-page .copyright p {
  border-top: 1px solid #484848;
  margin: 0;
  padding-top: 10px;
  width: auto;
  color: #8d8d8d;
  font-size: 11px;
}

#cookie-policy {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  padding: 10px 30px 0 30px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px -1px #888;
  -moz-box-shadow: 0px 0px 10px -1px #888;
  box-shadow: 0px 0px 10px -1px #888;
}

#cookie-policy p {
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  line-height: 24px;
}

#cookie-policy a.cookie-btn {
  display: inline-block;
  background: #e30513;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 18px;
}

#cookie-policy a.cookie-btn:hover,
#cookie-policy a.cookie-btn:active {
  color: #fff;
  cursor: pointer;
}

body.showing_notification {
  padding-top: 0px;
}

@media (min-width: 1020px) {
  body.showing_notification {
    padding-top: 0px;
  }

  body.showing_notification .notificationBar {
    top: 0;
  }

  body.showing_notification header.header {
    padding-top: 0px;
  }

  body.showing_notification #mainNav.stuck,
  body.showing_notification .mainNav.stuck {
    top: 0px;
  }
}

body.showing_notification.videopass {
  padding-top: 0px !important;
}

body.showing_notification.videopass #videopass_header {
  top: 0px !important;
}

body.showing_notification.capture_data .notificationBar {
  display: none;
}

body .notificationBar {
  margin-bottom: 0px;
  -webkit-box-shadow: 0 2px 5px 0 #888;
  -moz-box-shadow: 0 2px 5px 0 #888;
  box-shadow: 0 2px 5px 0 #888;
  border-radius: 0px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 1020px) {
  body .notificationBar {
    position: relative;
  }
}

body .notificationBar.alert {
  background-color: #fff !important;
}

body .notificationBar .message a,
body .notificationBar .message p {
  color: #000;
}

body .notificationBar .actions a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  min-width: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #ED1C24;
  border: none;
  border-radius: 0;
}

body .notificationBar .actions a:hover,
body .notificationBar .actions a:focus {
  text-decoration: none;
  background-color: #D0181F;
  color: #ffffff;
  outline-color: transparent;
}

body .notificationBar .actions a:active:hover {
  background-color: #ED1C24;
  box-shadow: inset 0 1px 3px 0 black;
}

body .notificationBar.alert .actions a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  min-width: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #ED1C24;
  border: none;
  border-radius: 0;
}

body .notificationBar.alert .actions a:hover,
body .notificationBar.alert .actions a:focus {
  text-decoration: none;
  background-color: #D0181F;
  color: #ffffff;
  outline-color: transparent;
}

body .notificationBar.alert .actions a:active:hover {
  background-color: #ED1C24;
  box-shadow: inset 0 1px 3px 0 black;
}

body .notificationBar.alert .actions a:first-child {
  margin-left: 0px;
}

body .notificationBar.alert .actions a:last-child {
  margin-bottom: 0px;
}

body .notificationBar.alert .actions a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1020px) {
  body .notificationBar .notification_action {
    margin: 10px 10px 0px 0;
  }
}

body .notificationBar .closeNotification {
  order: 0;
  position: absolute;
  right: 0;
  background: url(../../static/img/wsbk-notifications/icon-close.svg) no-repeat top left;
  width: 36px;
  height: 36px;
  display: inline-block;
  top: 0px;
}

body .notificationBar.usermanagement .container .message {
  background: url(../../static/img/wsbk-notifications/icon-user.svg) no-repeat top left;
  min-height: 36px;
  padding-top: 56px;
  margin-top: 0px;
}

@media (min-width: 1020px) {
  body .notificationBar.usermanagement .container .message {
    padding-top: 0px;
    background: url(../../static/img/wsbk-notifications/icon-user.svg) no-repeat left center;
  }
}

body .notificationBar.usermanagement .container .message {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1020px) {
  body .notificationBar.usermanagement .container .message {
    padding-left: 46px;
    padding-right: 46px !important;
  }
}

body .notificationBar .actions {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-start;
  margin-right: auto;
  justify-content: center;
  padding: 0px;
}

@media (min-width: 1020px) {
  body .notificationBar .actions {
    margin-left: 46px;
  }
}

body .notificationBar .container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1020px) {
  body .notificationBar .container {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

body .notificationBar .container .message {
  order: 1;
  margin-left: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1020px) {
  body .notificationBar .container .message {
    padding-right: 0px !important;
    text-align: left;
  }
}

body .notificationBar .container .message p {
  margin: 0px;
  align-self: center;
}

/* Specific pages styles */

/* APPS PAGE */

#apps-page {
  background: #fff;
}

#apps-page .container {
  padding: 0;
}

#apps-page .img_center {
  text-align: center;
}

#apps-page .img_center img {
  max-width: 100%;
}

#apps-page .apps_btns_box {
  text-align: center;
}

#apps-page .apps_btns_box .apps_btns {
  display: inline-block;
  margin: 40px;
}

@media (max-width: 768px) {
  #apps-page .apps_btns_box .apps_btns {
    margin: 20px;
  }
}

#apps-page .black-bg {
  width: 100%;
  height: auto;
  color: #fff;
  background: #131313;
}

#apps-page .black-bg img {
  max-width: 100%;
}

@media (max-width: 1272px) {
  #apps-page .black-bg img {
    width: 100%;
  }
}

#apps-page .black-bg h1 {
  border: 0;
  font-size: 28px;
  margin: 0 0 15px 0;
  line-height: 32px;
  font-weight: bold;
}

#apps-page .black-bg .text_box {
  padding-top: 30px;
  padding-bottom: 10px;
}

#apps-page .black-bg .text_box p {
  font-size: 20px;
  line-height: 26px;
}

#apps-page .black-bg .img-promo {
  padding: 0;
}

#apps-page .apps-description {
  background: #fff;
  padding: 0 20px;
}

#apps-page .download {
  padding: 30px;
}

#apps-page .download h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#apps-page .download p {
  font-size: 15px;
}

#apps-page .features ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

#apps-page .features li {
  padding-left: 45px;
  padding-right: 30px;
  margin-bottom: 10px;
}

#apps-page .features li:nth-child(2n+1) {
  clear: left;
}

#apps-page .features h2 {
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

#apps-page .features h3 {
  margin-top: 5px;
}

#apps-page .features p {
  font-size: 15px;
}

#apps-page .sprite_fea_le:before {
  width: 35px;
  height: 35px;
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

#apps-page .sprite_fea_le.lt:before {
  background: url(../img/apps/feature_lt.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.audio:before {
  background: url(../img/apps/feature_audio.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.vid_pho:before {
  background: url(../img/apps/feature_vid_pho.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.design:before {
  background: url(../img/apps/feature_design.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.news:before {
  background: url(../img/apps/feature_news.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.info:before {
  background: url(../img/apps/feature_info.png?banana) no-repeat 0 0;
}

#apps-page .sprite_fea_le.free:before {
  background: url(../img/apps/feature_free.png?banana) no-repeat 0 0;
}

.videoplay:after {
  content: "";
  background: url(../img/home/play-icon-white.svg) no-repeat center;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 45px;
  height: 45px;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 1020px) {
  .videoplay:after {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}

.news-item {
  background: #fff;
  height: 335px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
  /* banners */
}

@media (max-width: 1020px) {
  .news-item {
    height: auto;
  }
}

.news-item:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #aaa;
  -moz-box-shadow: 0px 0px 10px 1px #aaa;
  box-shadow: 0px 0px 10px 1px #aaa;
}

.news-item.banner-news {
  background: transparent;
  box-shadow: none;
}

.news-item header {
  margin: 0px 10px 0px 10px;
}

@media (max-width: 1020px) {
  .news-item header {
    margin: 0px 15px 0px 10px;
    padding-top: 8px;
  }
}

.news-item header .category {
  font-weight: bold;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 5px;
}

@media (max-width: 1020px) {
  .news-item header .category {
    margin: 0;
  }
}

.news-item header .category > span {
  font-weight: bold;
  font-size: 12px;
  color: #aeaeae;
  letter-spacing: 0px;
  min-height: 19px;
}

.news-item header .category > span:empty:before {
  content: "\200b";
  min-height: 19px;
}

.news-item header .category.sbk {
  color: #e30513;
}

.news-item header .category.ssp {
  color: #51ae32;
}

.news-item header .category.ssp300 {
  color: #af0382;
}

.news-item header .category.stk {
  color: #2781be;
}

.news-item header .category.ejc {
  color: #d6c21d;
}

.news-item header .category.st6 {
  color: #66ccff;
}

.news-item header .category.yr3ec {
  color: #0a2d81;
}

.news-item header .category.wcr {
  color: #fed100;
}

.news-item header > span {
  font-size: 14px;
  color: #aeaeae;
  letter-spacing: 0px;
}

.news-item h1 {
  margin: 0;
  padding-top: 3px;
  color: #3d3d3d;
  outline: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 1020px) {
  .news-item h1 {
    line-height: 30px;
  }
}

.news-item h1 a {
  color: #3d3d3d;
  outline: none;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

@media (max-width: 1020px) {
  .news-item h1 a {
    font-size: 36px;
  }
}

.news-item h2 {
  margin: 0;
  line-height: 20px;
}

@media (max-width: 1020px) {
  .news-item h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.news-item h2 a {
  color: #3d3d3d;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  margin: 0;
}

@media (max-width: 1020px) {
  .news-item h2 a {
    font-size: 26px;
  }
}

.news-item p {
  padding: 5px 5px 0px 10px;
  min-height: 62px;
}

@media (max-width: 1020px) {
  .news-item p {
    min-height: 43px;
    padding: 5px 10px 0px 10px;
    font-size: 18px;
  }
}

@media (max-width: 1272px) {
  .news-item p {
    min-height: 62px;
  }
}

.news-item.sbk h1,
.news-item.sbk h2 {
  border: none;
}

.news-item.ssp h1,
.news-item.ssp h2 {
  border: none;
}

.news-item.stk h1,
.news-item.stk h2 {
  border: none;
}

.news-item.ejc h1,
.news-item.ejc h2 {
  border: none;
}

.news-item.ssp300 h1,
.news-item.ssp300 h2 {
  border: none;
}

.news-item.st6 h1,
.news-item.st6 h2 {
  border: none;
}

.news-item.wcr h1,
.news-item.wcr h2 {
  border: none;
}

.news-item .image {
  position: relative;
  border: none;
}

.news-item .image img {
  width: 100%;
}

.news-item .date {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

@media (max-width: 1020px) {
  .news-item .date {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.news-item .hideDescription {
  display: none;
}

.news-item > .googletag {
  text-align: center;
  height: 100%;
  padding-top: 25px;
}

/* News List */

#news-ajax.container {
  padding: 0;
}

#news-ajax > h1 {
  margin: auto;
  padding: 0;
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1272px) {
  #news-ajax > h1 {
    display: block;
  }
}

#news-ajax .row {
  margin: auto;
  padding: 0;
}

#news-ajax .col-xs-1,
#news-ajax .col-sm-1,
#news-ajax .col-md-1,
#news-ajax .col-lg-1,
#news-ajax .col-xs-2,
#news-ajax .col-sm-2,
#news-ajax .col-md-2,
#news-ajax .col-lg-2,
#news-ajax .col-xs-3,
#news-ajax .col-sm-3,
#news-ajax .col-md-3,
#news-ajax .col-lg-3,
#news-ajax .col-xs-4,
#news-ajax .col-sm-4,
#news-ajax .col-md-4,
#news-ajax .col-lg-4,
#news-ajax .col-xs-5,
#news-ajax .col-sm-5,
#news-ajax .col-md-5,
#news-ajax .col-lg-5,
#news-ajax .col-xs-6,
#news-ajax .col-sm-6,
#news-ajax .col-md-6,
#news-ajax .col-lg-6,
#news-ajax .col-xs-7,
#news-ajax .col-sm-7,
#news-ajax .col-md-7,
#news-ajax .col-lg-7,
#news-ajax .col-xs-8,
#news-ajax .col-sm-8,
#news-ajax .col-md-8,
#news-ajax .col-lg-8,
#news-ajax .col-xs-9,
#news-ajax .col-sm-9,
#news-ajax .col-md-9,
#news-ajax .col-lg-9,
#news-ajax .col-xs-10,
#news-ajax .col-sm-10,
#news-ajax .col-md-10,
#news-ajax .col-lg-10,
#news-ajax .col-xs-11,
#news-ajax .col-sm-11,
#news-ajax .col-md-11,
#news-ajax .col-lg-11,
#news-ajax .col-xs-12,
#news-ajax .col-sm-12,
#news-ajax .col-md-12,
#news-ajax .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 1020px) {
  #news-ajax .col-xs-1 .col-xs-12,
  #news-ajax .col-xs-1 .col-sm-12,
  #news-ajax .col-xs-1 .col-md-12,
  #news-ajax .col-xs-1 .col-lg-12,
  #news-ajax .col-sm-1 .col-xs-12,
  #news-ajax .col-sm-1 .col-sm-12,
  #news-ajax .col-sm-1 .col-md-12,
  #news-ajax .col-sm-1 .col-lg-12,
  #news-ajax .col-md-1 .col-xs-12,
  #news-ajax .col-md-1 .col-sm-12,
  #news-ajax .col-md-1 .col-md-12,
  #news-ajax .col-md-1 .col-lg-12,
  #news-ajax .col-lg-1 .col-xs-12,
  #news-ajax .col-lg-1 .col-sm-12,
  #news-ajax .col-lg-1 .col-md-12,
  #news-ajax .col-lg-1 .col-lg-12,
  #news-ajax .col-xs-2 .col-xs-12,
  #news-ajax .col-xs-2 .col-sm-12,
  #news-ajax .col-xs-2 .col-md-12,
  #news-ajax .col-xs-2 .col-lg-12,
  #news-ajax .col-sm-2 .col-xs-12,
  #news-ajax .col-sm-2 .col-sm-12,
  #news-ajax .col-sm-2 .col-md-12,
  #news-ajax .col-sm-2 .col-lg-12,
  #news-ajax .col-md-2 .col-xs-12,
  #news-ajax .col-md-2 .col-sm-12,
  #news-ajax .col-md-2 .col-md-12,
  #news-ajax .col-md-2 .col-lg-12,
  #news-ajax .col-lg-2 .col-xs-12,
  #news-ajax .col-lg-2 .col-sm-12,
  #news-ajax .col-lg-2 .col-md-12,
  #news-ajax .col-lg-2 .col-lg-12,
  #news-ajax .col-xs-3 .col-xs-12,
  #news-ajax .col-xs-3 .col-sm-12,
  #news-ajax .col-xs-3 .col-md-12,
  #news-ajax .col-xs-3 .col-lg-12,
  #news-ajax .col-sm-3 .col-xs-12,
  #news-ajax .col-sm-3 .col-sm-12,
  #news-ajax .col-sm-3 .col-md-12,
  #news-ajax .col-sm-3 .col-lg-12,
  #news-ajax .col-md-3 .col-xs-12,
  #news-ajax .col-md-3 .col-sm-12,
  #news-ajax .col-md-3 .col-md-12,
  #news-ajax .col-md-3 .col-lg-12,
  #news-ajax .col-lg-3 .col-xs-12,
  #news-ajax .col-lg-3 .col-sm-12,
  #news-ajax .col-lg-3 .col-md-12,
  #news-ajax .col-lg-3 .col-lg-12,
  #news-ajax .col-xs-4 .col-xs-12,
  #news-ajax .col-xs-4 .col-sm-12,
  #news-ajax .col-xs-4 .col-md-12,
  #news-ajax .col-xs-4 .col-lg-12,
  #news-ajax .col-sm-4 .col-xs-12,
  #news-ajax .col-sm-4 .col-sm-12,
  #news-ajax .col-sm-4 .col-md-12,
  #news-ajax .col-sm-4 .col-lg-12,
  #news-ajax .col-md-4 .col-xs-12,
  #news-ajax .col-md-4 .col-sm-12,
  #news-ajax .col-md-4 .col-md-12,
  #news-ajax .col-md-4 .col-lg-12,
  #news-ajax .col-lg-4 .col-xs-12,
  #news-ajax .col-lg-4 .col-sm-12,
  #news-ajax .col-lg-4 .col-md-12,
  #news-ajax .col-lg-4 .col-lg-12,
  #news-ajax .col-xs-5 .col-xs-12,
  #news-ajax .col-xs-5 .col-sm-12,
  #news-ajax .col-xs-5 .col-md-12,
  #news-ajax .col-xs-5 .col-lg-12,
  #news-ajax .col-sm-5 .col-xs-12,
  #news-ajax .col-sm-5 .col-sm-12,
  #news-ajax .col-sm-5 .col-md-12,
  #news-ajax .col-sm-5 .col-lg-12,
  #news-ajax .col-md-5 .col-xs-12,
  #news-ajax .col-md-5 .col-sm-12,
  #news-ajax .col-md-5 .col-md-12,
  #news-ajax .col-md-5 .col-lg-12,
  #news-ajax .col-lg-5 .col-xs-12,
  #news-ajax .col-lg-5 .col-sm-12,
  #news-ajax .col-lg-5 .col-md-12,
  #news-ajax .col-lg-5 .col-lg-12,
  #news-ajax .col-xs-6 .col-xs-12,
  #news-ajax .col-xs-6 .col-sm-12,
  #news-ajax .col-xs-6 .col-md-12,
  #news-ajax .col-xs-6 .col-lg-12,
  #news-ajax .col-sm-6 .col-xs-12,
  #news-ajax .col-sm-6 .col-sm-12,
  #news-ajax .col-sm-6 .col-md-12,
  #news-ajax .col-sm-6 .col-lg-12,
  #news-ajax .col-md-6 .col-xs-12,
  #news-ajax .col-md-6 .col-sm-12,
  #news-ajax .col-md-6 .col-md-12,
  #news-ajax .col-md-6 .col-lg-12,
  #news-ajax .col-lg-6 .col-xs-12,
  #news-ajax .col-lg-6 .col-sm-12,
  #news-ajax .col-lg-6 .col-md-12,
  #news-ajax .col-lg-6 .col-lg-12,
  #news-ajax .col-xs-7 .col-xs-12,
  #news-ajax .col-xs-7 .col-sm-12,
  #news-ajax .col-xs-7 .col-md-12,
  #news-ajax .col-xs-7 .col-lg-12,
  #news-ajax .col-sm-7 .col-xs-12,
  #news-ajax .col-sm-7 .col-sm-12,
  #news-ajax .col-sm-7 .col-md-12,
  #news-ajax .col-sm-7 .col-lg-12,
  #news-ajax .col-md-7 .col-xs-12,
  #news-ajax .col-md-7 .col-sm-12,
  #news-ajax .col-md-7 .col-md-12,
  #news-ajax .col-md-7 .col-lg-12,
  #news-ajax .col-lg-7 .col-xs-12,
  #news-ajax .col-lg-7 .col-sm-12,
  #news-ajax .col-lg-7 .col-md-12,
  #news-ajax .col-lg-7 .col-lg-12,
  #news-ajax .col-xs-8 .col-xs-12,
  #news-ajax .col-xs-8 .col-sm-12,
  #news-ajax .col-xs-8 .col-md-12,
  #news-ajax .col-xs-8 .col-lg-12,
  #news-ajax .col-sm-8 .col-xs-12,
  #news-ajax .col-sm-8 .col-sm-12,
  #news-ajax .col-sm-8 .col-md-12,
  #news-ajax .col-sm-8 .col-lg-12,
  #news-ajax .col-md-8 .col-xs-12,
  #news-ajax .col-md-8 .col-sm-12,
  #news-ajax .col-md-8 .col-md-12,
  #news-ajax .col-md-8 .col-lg-12,
  #news-ajax .col-lg-8 .col-xs-12,
  #news-ajax .col-lg-8 .col-sm-12,
  #news-ajax .col-lg-8 .col-md-12,
  #news-ajax .col-lg-8 .col-lg-12,
  #news-ajax .col-xs-9 .col-xs-12,
  #news-ajax .col-xs-9 .col-sm-12,
  #news-ajax .col-xs-9 .col-md-12,
  #news-ajax .col-xs-9 .col-lg-12,
  #news-ajax .col-sm-9 .col-xs-12,
  #news-ajax .col-sm-9 .col-sm-12,
  #news-ajax .col-sm-9 .col-md-12,
  #news-ajax .col-sm-9 .col-lg-12,
  #news-ajax .col-md-9 .col-xs-12,
  #news-ajax .col-md-9 .col-sm-12,
  #news-ajax .col-md-9 .col-md-12,
  #news-ajax .col-md-9 .col-lg-12,
  #news-ajax .col-lg-9 .col-xs-12,
  #news-ajax .col-lg-9 .col-sm-12,
  #news-ajax .col-lg-9 .col-md-12,
  #news-ajax .col-lg-9 .col-lg-12,
  #news-ajax .col-xs-10 .col-xs-12,
  #news-ajax .col-xs-10 .col-sm-12,
  #news-ajax .col-xs-10 .col-md-12,
  #news-ajax .col-xs-10 .col-lg-12,
  #news-ajax .col-sm-10 .col-xs-12,
  #news-ajax .col-sm-10 .col-sm-12,
  #news-ajax .col-sm-10 .col-md-12,
  #news-ajax .col-sm-10 .col-lg-12,
  #news-ajax .col-md-10 .col-xs-12,
  #news-ajax .col-md-10 .col-sm-12,
  #news-ajax .col-md-10 .col-md-12,
  #news-ajax .col-md-10 .col-lg-12,
  #news-ajax .col-lg-10 .col-xs-12,
  #news-ajax .col-lg-10 .col-sm-12,
  #news-ajax .col-lg-10 .col-md-12,
  #news-ajax .col-lg-10 .col-lg-12,
  #news-ajax .col-xs-11 .col-xs-12,
  #news-ajax .col-xs-11 .col-sm-12,
  #news-ajax .col-xs-11 .col-md-12,
  #news-ajax .col-xs-11 .col-lg-12,
  #news-ajax .col-sm-11 .col-xs-12,
  #news-ajax .col-sm-11 .col-sm-12,
  #news-ajax .col-sm-11 .col-md-12,
  #news-ajax .col-sm-11 .col-lg-12,
  #news-ajax .col-md-11 .col-xs-12,
  #news-ajax .col-md-11 .col-sm-12,
  #news-ajax .col-md-11 .col-md-12,
  #news-ajax .col-md-11 .col-lg-12,
  #news-ajax .col-lg-11 .col-xs-12,
  #news-ajax .col-lg-11 .col-sm-12,
  #news-ajax .col-lg-11 .col-md-12,
  #news-ajax .col-lg-11 .col-lg-12,
  #news-ajax .col-xs-12 .col-xs-12,
  #news-ajax .col-xs-12 .col-sm-12,
  #news-ajax .col-xs-12 .col-md-12,
  #news-ajax .col-xs-12 .col-lg-12,
  #news-ajax .col-sm-12 .col-xs-12,
  #news-ajax .col-sm-12 .col-sm-12,
  #news-ajax .col-sm-12 .col-md-12,
  #news-ajax .col-sm-12 .col-lg-12,
  #news-ajax .col-md-12 .col-xs-12,
  #news-ajax .col-md-12 .col-sm-12,
  #news-ajax .col-md-12 .col-md-12,
  #news-ajax .col-md-12 .col-lg-12,
  #news-ajax .col-lg-12 .col-xs-12,
  #news-ajax .col-lg-12 .col-sm-12,
  #news-ajax .col-lg-12 .col-md-12,
  #news-ajax .col-lg-12 .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

#news-ajax .action-block {
  border: 1px solid #d5d5d5;
  padding: 20px 30px;
  margin: 20px 0px;
  border-radius: 1px;
  color: #515151;
}

#news-ajax .action-block.filter {
  text-align: right;
}

#news-ajax .action-block.load-more {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-align: center;
  border: none;
}

@media (max-width: 1020px) {
  #news-ajax .action-block.load-more {
    padding: 0 15px;
  }
}

#news-ajax .action-block.load-more a {
  width: 30%;
  display: block;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#news-ajax .action-block.load-more a .load {
  display: none;
}

#news-ajax .action-block.load-more a .loading {
  display: block;
}

#news-ajax .action-block.load-more a.clickable .load {
  display: block;
}

#news-ajax .action-block.load-more a.clickable .loading {
  display: none;
}

@media (max-width: 1020px) {
  #news-ajax .action-block.load-more a {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
  }
}

/* Landing News */

.modal-dialog.modal-dialog-center .carousel-inner > .item > img {
  margin: 0 auto;
}

.modal-dialog.modal-dialog-center .carousel-control {
  background: none repeat scroll 0 0 #222222;
  background: none repeat scroll 0 0 #222222;
  border: 3px solid #ffffff;
  border-radius: 23px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 25px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.modal-dialog.modal-dialog-center .carousel-control:hover,
.modal-dialog.modal-dialog-center .carousel-control:focus,
.modal-dialog.modal-dialog-center .carousel-control:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-dialog.modal-dialog-center .carousel-control.right {
  left: auto;
  right: 15px;
}

.modal-dialog.modal-dialog-center button.close {
  z-index: 1050;
  position: absolute;
  cursor: pointer;
  right: 8px;
  opacity: .6;
}

.modal-dialog.modal-dialog-center button.close:hover,
.modal-dialog.modal-dialog-center button.close:focus,
.modal-dialog.modal-dialog-center button.close:active {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .news.landing.modal-open .modal-dialog.modal-dialog-center {
    max-width: 95%;
  }

  .news.landing.modal-open .modal-dialog.modal-dialog-center .carousel-inner {
    height: auto !important;
  }

  .news.landing.modal-open .modal-dialog.modal-dialog-center .carousel-inner > .item > img {
    height: auto !important;
  }
}

#news-ajax {
  margin-bottom: 40px;
}

#news-ajax #news-detail article.news-item {
  height: auto;
}

#news-ajax #news-detail article.news-item:hover {
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#news-ajax #news-detail article.news-item.sbk {
  border-top: 3px solid #e30513;
}

#news-ajax #news-detail article.news-item.ssp {
  border-top: 3px solid #51ae32;
}

#news-ajax #news-detail article.news-item.stk {
  border-top: 3px solid #2781be;
}

#news-ajax #news-detail article.news-item.ejc {
  border-top: 3px solid #d6c21d;
}

#news-ajax #news-detail article.news-item.ssp300 {
  border-top: 3px solid #af0382;
}

#news-ajax #news-detail article.news-item.st6 {
  border-top: 3px solid #66ccff;
}

#news-ajax #news-detail article.news-item.yr3ec {
  border-top: 3px solid #0a2d81;
}

#news-ajax #news-detail article.news-item.wcr {
  border-top: 3px solid #fed100;
}

@media only screen and (max-width: 1020px) {
  #news-ajax #news-detail article.news-item p {
    min-height: inherit;
  }
}

@media only screen and (max-width: 1272px) {
  #news-ajax #news-detail article.news-item p {
    min-height: inherit;
  }
}

@media only screen and (max-width: 1512px) {
  #news-ajax #news-detail article.news-item p {
    min-height: inherit;
  }
}

#news-ajax #news-detail article.news-item header {
  padding-top: 10px;
  height: auto;
}

#news-ajax #news-detail article.news-item header h2 {
  font-weight: bold;
  font-size: 35.5px;
  color: #3d3d3d;
  padding-left: 10px;
  line-height: 1;
}

@media only screen and (min-width: 1020px) {
  #news-ajax #news-detail article.news-item header h2 {
    padding-right: 170px;
  }
}

#news-ajax #news-detail article.news-item header .date {
  background: none;
  font-size: 14px;
  font-weight: normal;
  color: #3d3d3d;
  position: relative;
  margin: 7px 0px 15px 0px;
  padding: 0px;
  padding-left: 10px;
}

#news-ajax #news-detail article.news-item header .author {
  display: inline-block;
  color: #aeaeae;
  font-weight: bold;
  margin-left: 10px;
}

#news-ajax #news-detail article.news-item .news-photos {
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
}

#news-ajax #news-detail article.news-item .news-photos .main-photo {
  width: 61%;
}

#news-ajax #news-detail article.news-item .news-photos .main-photo.fullSizeImage {
  width: 100%;
}

@media (max-width: 1020px) {
  #news-ajax #news-detail article.news-item .news-photos .main-photo {
    width: 100%;
  }
}

#news-ajax #news-detail article.news-item .summary {
  color: #000;
  margin-left: 10px;
}

#news-ajax #news-detail article.news-item .summary p {
  margin: 0px;
  min-height: inherit;
  padding: 25px 10px 0px 10px;
  font-family: "Supermolot Neue", sans-serif;
  font-size: 22px;
}

#news-ajax #news-detail article.news-item .social_sharing {
  margin: 15px 15px 0 15px;
}

@media only screen and (min-width: 1020px) {
  #news-ajax #news-detail article.news-item .social_sharing {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#news-ajax #news-detail article.news-item .content {
  font-size: 16px;
  color: #000;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 0;
}

#news-ajax #news-detail article.news-item .content p,
#news-ajax #news-detail article.news-item .content ul {
  font-size: 18px;
  margin: 0px;
  padding: 10px 10px 0px 10px;
  min-height: auto;
}

#news-ajax #news-detail article.news-item .content li {
  margin-left: 40px;
}

#news-ajax #news-detail article.news-item .content a {
  color: #e30513;
}

#news-ajax #news-detail article.news-item .content a:hover,
#news-ajax #news-detail article.news-item .content a:active {
  color: #e30513;
  text-decoration: none;
}

#news-ajax #news-detail #related-news {
  padding: 0 15px;
}

#news-ajax #news-detail #related-news h2 {
  font-size: 21px;
  margin: 0 0 10px 5px;
  font-weight: 700;
}

#news-ajax #news-detail #related-news article.news-item {
  /*box-shadow: none;
  border: none!important;*/
  margin: 0 0 15px 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  height: 360px;
}

@media (max-width: 1272px) {
  #news-ajax #news-detail #related-news article.news-item {
    height: auto;
    font-size: 16px;
  }
}

#news-ajax #news-detail #related-news article.news-item header {
  margin: 0;
  min-height: 58px;
}

#news-ajax #news-detail #related-news article.news-item header h1,
#news-ajax #news-detail #related-news article.news-item header h1 a {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1272px) {
  #news-ajax #news-detail #related-news article.news-item header h1,
  #news-ajax #news-detail #related-news article.news-item header h1 a {
    font-size: 21px;
  }
}

#news-ajax #news-detail #related-news article.news-item img {
  margin-bottom: 10px;
}

#news-ajax #news-detail #related-news article.news-item p {
  padding: 0px;
  margin: 0;
  font-size: 16px;
  height: none;
  padding-left: 0;
}

@media (max-width: 1272px) {
  #news-ajax #news-detail #related-news article.news-item p {
    min-height: inherit;
    font-size: 16px;
  }
}

#news-ajax #news-detail #related-news article.news-item a.videoplay:after {
  left: 10px;
  top: 10px;
}

#news-ajax #news-detail #related-news article.news-item.SBK {
  border-top: 2px solid #e30513;
}

#news-ajax #news-detail #related-news article.news-item.SSP {
  border-top: 2px solid #51ae32;
}

#news-ajax #news-detail #related-news article.news-item.STK {
  border-top: 2px solid #2781be;
}

#news-ajax #news-detail #related-news article.news-item.EJC {
  border-top: 2px solid #d6c21d;
}

#news-ajax #news-detail #related-news article.news-item.SSP300 {
  border-top: 2px solid #af0382;
}

#news-ajax #news-detail #related-news article.news-item.ST6 {
  border-top: 2px solid #66ccff;
}

#news-ajax #news-detail #related-news article.news-item.YR3EC {
  border-top: 2px solid #0a2d81;
}

#news-ajax #news-detail #related-news article.news-item.WCR {
  border-top: 2px solid #fed100;
}

#news-ajax #most-viewed article {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#news-ajax #most-viewed article h3 {
  font-weight: bold;
  margin-top: 0px;
  font-size: 24px;
}

#news-ajax #most-viewed article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#news-ajax #most-viewed article li {
  margin-bottom: 5px;
}

#news-ajax #most-viewed article li a:hover,
#news-ajax #most-viewed article li a:active {
  text-decoration: none;
  color: #e30513;
}

#news-ajax #most-viewed article .videoplay:before,
#news-ajax #most-viewed article .image.videoplay:before {
  content: " ";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 8px;
  left: 18px;
  background: url(../../../default/css.sbk.com/img/common/btn_play_white.png) no-repeat;
  background-size: 100% 100%;
}

.secondaryItems {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 38%;
  padding-left: 3px;
}

@media (max-width: 1020px) {
  .secondaryItems {
    position: relative;
    padding: 0;
    width: 100%;
  }
}

.secondaryItems img {
  padding: 0;
  border: none;
}

.secondaryItems li {
  list-style-type: none;
  width: 37%;
  display: inline-block;
  position: relative;
}

.secondaryItems li.big-secondary {
  width: 50%;
}

@media (max-width: 1020px) {
  .secondaryItems li.big-secondary {
    width: 24%;
  }
}

.secondaryItems li img {
  width: auto;
  padding: 0;
  margin: 3px;
  border: none;
  max-width: 100%;
  display: inline-block;
}

.secondaryItems li .videoplay:after {
  left: 5px;
  top: 5px;
}

.secondaryItems .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
}

/* PHOTOS LIST PAGE */

#photos-ajax {
  margin-bottom: 40px;
}

#photos-ajax > h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1272px) {
  #photos-ajax > h1 {
    display: block;
  }
}

#photos-ajax a {
  color: #3d3d3d;
}

#photos-ajax a:hover {
  text-decoration: none;
}

#photos-ajax a:active {
  text-decoration: underline;
}

#photos-ajax .photos-item {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#photos-ajax .photos-item.banner-photos {
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: 290px;
}

#photos-ajax .photos-item.banner-photos > .googletag {
  text-align: center;
  height: 100%;
  padding-top: 15px;
}

#photos-ajax .photos-item.banner-photos:hover {
  box-shadow: none;
}

#photos-ajax .photos-item:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #aaa;
  -moz-box-shadow: 0px 0px 10px 1px #aaa;
  box-shadow: 0px 0px 10px 1px #aaa;
}

#photos-ajax .photos-item header {
  margin: 0px 10px 0px 10px;
}

#photos-ajax .photos-item h1 {
  color: #3d3d3d;
  margin: 0;
  outline: none;
  font-weight: bold;
  font-size: 24px;
}

#photos-ajax .photos-item h2 {
  color: #3d3d3d;
  margin: 0;
  margin-top: 5px;
  outline: none;
  font-weight: bold;
  font-size: 22.5px;
  line-height: 24px;
  font-family: "Cairo", sans-serif;
}

#photos-ajax .photos-item h2.small {
  font-size: 20px;
}

#photos-ajax .photos-item p {
  color: #3d3d3d;
  padding: 5px 5px 0px 10px;
  font-size: 14px;
}

#photos-ajax .photos-item.sbk {
  border-top: 3px solid #e30513;
}

#photos-ajax .photos-item.ssp {
  border-top: 3px solid #51ae32;
}

#photos-ajax .photos-item.stk {
  border-top: 3px solid #2781be;
}

#photos-ajax .photos-item.ejc {
  border-top: 3px solid #d6c21d;
}

#photos-ajax .photos-item.ssp300 {
  border-top: 3px solid #af0382;
}

#photos-ajax .photos-item.st6 {
  border-top: 3px solid #66ccff;
}

#photos-ajax .photos-item.wcr {
  border-top: 3px solid #fed100;
}

#photos-ajax .photos-item .image {
  position: relative;
  border: none;
}

#photos-ajax .photos-item .image img {
  width: 100%;
}

#photos-ajax .photos-item .date {
  text-align: left;
  font-size: 14px;
  margin-top: 3px;
  color: #000;
  font-weight: normal;
}

#photos-ajax .col-xs-1,
#photos-ajax .col-sm-1,
#photos-ajax .col-md-1,
#photos-ajax .col-lg-1,
#photos-ajax .col-xs-2,
#photos-ajax .col-sm-2,
#photos-ajax .col-md-2,
#photos-ajax .col-lg-2,
#photos-ajax .col-xs-3,
#photos-ajax .col-sm-3,
#photos-ajax .col-md-3,
#photos-ajax .col-lg-3,
#photos-ajax .col-xs-4,
#photos-ajax .col-sm-4,
#photos-ajax .col-md-4,
#photos-ajax .col-lg-4,
#photos-ajax .col-xs-5,
#photos-ajax .col-sm-5,
#photos-ajax .col-md-5,
#photos-ajax .col-lg-5,
#photos-ajax .col-xs-6,
#photos-ajax .col-sm-6,
#photos-ajax .col-md-6,
#photos-ajax .col-lg-6,
#photos-ajax .col-xs-7,
#photos-ajax .col-sm-7,
#photos-ajax .col-md-7,
#photos-ajax .col-lg-7,
#photos-ajax .col-xs-8,
#photos-ajax .col-sm-8,
#photos-ajax .col-md-8,
#photos-ajax .col-lg-8,
#photos-ajax .col-xs-9,
#photos-ajax .col-sm-9,
#photos-ajax .col-md-9,
#photos-ajax .col-lg-9,
#photos-ajax .col-xs-10,
#photos-ajax .col-sm-10,
#photos-ajax .col-md-10,
#photos-ajax .col-lg-10,
#photos-ajax .col-xs-11,
#photos-ajax .col-sm-11,
#photos-ajax .col-md-11,
#photos-ajax .col-lg-11,
#photos-ajax .col-xs-12,
#photos-ajax .col-sm-12,
#photos-ajax .col-md-12,
#photos-ajax .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 1020px) {
  #photos-ajax .col-xs-1 .col-xs-12,
  #photos-ajax .col-xs-1 .col-sm-12,
  #photos-ajax .col-xs-1 .col-md-12,
  #photos-ajax .col-xs-1 .col-lg-12,
  #photos-ajax .col-sm-1 .col-xs-12,
  #photos-ajax .col-sm-1 .col-sm-12,
  #photos-ajax .col-sm-1 .col-md-12,
  #photos-ajax .col-sm-1 .col-lg-12,
  #photos-ajax .col-md-1 .col-xs-12,
  #photos-ajax .col-md-1 .col-sm-12,
  #photos-ajax .col-md-1 .col-md-12,
  #photos-ajax .col-md-1 .col-lg-12,
  #photos-ajax .col-lg-1 .col-xs-12,
  #photos-ajax .col-lg-1 .col-sm-12,
  #photos-ajax .col-lg-1 .col-md-12,
  #photos-ajax .col-lg-1 .col-lg-12,
  #photos-ajax .col-xs-2 .col-xs-12,
  #photos-ajax .col-xs-2 .col-sm-12,
  #photos-ajax .col-xs-2 .col-md-12,
  #photos-ajax .col-xs-2 .col-lg-12,
  #photos-ajax .col-sm-2 .col-xs-12,
  #photos-ajax .col-sm-2 .col-sm-12,
  #photos-ajax .col-sm-2 .col-md-12,
  #photos-ajax .col-sm-2 .col-lg-12,
  #photos-ajax .col-md-2 .col-xs-12,
  #photos-ajax .col-md-2 .col-sm-12,
  #photos-ajax .col-md-2 .col-md-12,
  #photos-ajax .col-md-2 .col-lg-12,
  #photos-ajax .col-lg-2 .col-xs-12,
  #photos-ajax .col-lg-2 .col-sm-12,
  #photos-ajax .col-lg-2 .col-md-12,
  #photos-ajax .col-lg-2 .col-lg-12,
  #photos-ajax .col-xs-3 .col-xs-12,
  #photos-ajax .col-xs-3 .col-sm-12,
  #photos-ajax .col-xs-3 .col-md-12,
  #photos-ajax .col-xs-3 .col-lg-12,
  #photos-ajax .col-sm-3 .col-xs-12,
  #photos-ajax .col-sm-3 .col-sm-12,
  #photos-ajax .col-sm-3 .col-md-12,
  #photos-ajax .col-sm-3 .col-lg-12,
  #photos-ajax .col-md-3 .col-xs-12,
  #photos-ajax .col-md-3 .col-sm-12,
  #photos-ajax .col-md-3 .col-md-12,
  #photos-ajax .col-md-3 .col-lg-12,
  #photos-ajax .col-lg-3 .col-xs-12,
  #photos-ajax .col-lg-3 .col-sm-12,
  #photos-ajax .col-lg-3 .col-md-12,
  #photos-ajax .col-lg-3 .col-lg-12,
  #photos-ajax .col-xs-4 .col-xs-12,
  #photos-ajax .col-xs-4 .col-sm-12,
  #photos-ajax .col-xs-4 .col-md-12,
  #photos-ajax .col-xs-4 .col-lg-12,
  #photos-ajax .col-sm-4 .col-xs-12,
  #photos-ajax .col-sm-4 .col-sm-12,
  #photos-ajax .col-sm-4 .col-md-12,
  #photos-ajax .col-sm-4 .col-lg-12,
  #photos-ajax .col-md-4 .col-xs-12,
  #photos-ajax .col-md-4 .col-sm-12,
  #photos-ajax .col-md-4 .col-md-12,
  #photos-ajax .col-md-4 .col-lg-12,
  #photos-ajax .col-lg-4 .col-xs-12,
  #photos-ajax .col-lg-4 .col-sm-12,
  #photos-ajax .col-lg-4 .col-md-12,
  #photos-ajax .col-lg-4 .col-lg-12,
  #photos-ajax .col-xs-5 .col-xs-12,
  #photos-ajax .col-xs-5 .col-sm-12,
  #photos-ajax .col-xs-5 .col-md-12,
  #photos-ajax .col-xs-5 .col-lg-12,
  #photos-ajax .col-sm-5 .col-xs-12,
  #photos-ajax .col-sm-5 .col-sm-12,
  #photos-ajax .col-sm-5 .col-md-12,
  #photos-ajax .col-sm-5 .col-lg-12,
  #photos-ajax .col-md-5 .col-xs-12,
  #photos-ajax .col-md-5 .col-sm-12,
  #photos-ajax .col-md-5 .col-md-12,
  #photos-ajax .col-md-5 .col-lg-12,
  #photos-ajax .col-lg-5 .col-xs-12,
  #photos-ajax .col-lg-5 .col-sm-12,
  #photos-ajax .col-lg-5 .col-md-12,
  #photos-ajax .col-lg-5 .col-lg-12,
  #photos-ajax .col-xs-6 .col-xs-12,
  #photos-ajax .col-xs-6 .col-sm-12,
  #photos-ajax .col-xs-6 .col-md-12,
  #photos-ajax .col-xs-6 .col-lg-12,
  #photos-ajax .col-sm-6 .col-xs-12,
  #photos-ajax .col-sm-6 .col-sm-12,
  #photos-ajax .col-sm-6 .col-md-12,
  #photos-ajax .col-sm-6 .col-lg-12,
  #photos-ajax .col-md-6 .col-xs-12,
  #photos-ajax .col-md-6 .col-sm-12,
  #photos-ajax .col-md-6 .col-md-12,
  #photos-ajax .col-md-6 .col-lg-12,
  #photos-ajax .col-lg-6 .col-xs-12,
  #photos-ajax .col-lg-6 .col-sm-12,
  #photos-ajax .col-lg-6 .col-md-12,
  #photos-ajax .col-lg-6 .col-lg-12,
  #photos-ajax .col-xs-7 .col-xs-12,
  #photos-ajax .col-xs-7 .col-sm-12,
  #photos-ajax .col-xs-7 .col-md-12,
  #photos-ajax .col-xs-7 .col-lg-12,
  #photos-ajax .col-sm-7 .col-xs-12,
  #photos-ajax .col-sm-7 .col-sm-12,
  #photos-ajax .col-sm-7 .col-md-12,
  #photos-ajax .col-sm-7 .col-lg-12,
  #photos-ajax .col-md-7 .col-xs-12,
  #photos-ajax .col-md-7 .col-sm-12,
  #photos-ajax .col-md-7 .col-md-12,
  #photos-ajax .col-md-7 .col-lg-12,
  #photos-ajax .col-lg-7 .col-xs-12,
  #photos-ajax .col-lg-7 .col-sm-12,
  #photos-ajax .col-lg-7 .col-md-12,
  #photos-ajax .col-lg-7 .col-lg-12,
  #photos-ajax .col-xs-8 .col-xs-12,
  #photos-ajax .col-xs-8 .col-sm-12,
  #photos-ajax .col-xs-8 .col-md-12,
  #photos-ajax .col-xs-8 .col-lg-12,
  #photos-ajax .col-sm-8 .col-xs-12,
  #photos-ajax .col-sm-8 .col-sm-12,
  #photos-ajax .col-sm-8 .col-md-12,
  #photos-ajax .col-sm-8 .col-lg-12,
  #photos-ajax .col-md-8 .col-xs-12,
  #photos-ajax .col-md-8 .col-sm-12,
  #photos-ajax .col-md-8 .col-md-12,
  #photos-ajax .col-md-8 .col-lg-12,
  #photos-ajax .col-lg-8 .col-xs-12,
  #photos-ajax .col-lg-8 .col-sm-12,
  #photos-ajax .col-lg-8 .col-md-12,
  #photos-ajax .col-lg-8 .col-lg-12,
  #photos-ajax .col-xs-9 .col-xs-12,
  #photos-ajax .col-xs-9 .col-sm-12,
  #photos-ajax .col-xs-9 .col-md-12,
  #photos-ajax .col-xs-9 .col-lg-12,
  #photos-ajax .col-sm-9 .col-xs-12,
  #photos-ajax .col-sm-9 .col-sm-12,
  #photos-ajax .col-sm-9 .col-md-12,
  #photos-ajax .col-sm-9 .col-lg-12,
  #photos-ajax .col-md-9 .col-xs-12,
  #photos-ajax .col-md-9 .col-sm-12,
  #photos-ajax .col-md-9 .col-md-12,
  #photos-ajax .col-md-9 .col-lg-12,
  #photos-ajax .col-lg-9 .col-xs-12,
  #photos-ajax .col-lg-9 .col-sm-12,
  #photos-ajax .col-lg-9 .col-md-12,
  #photos-ajax .col-lg-9 .col-lg-12,
  #photos-ajax .col-xs-10 .col-xs-12,
  #photos-ajax .col-xs-10 .col-sm-12,
  #photos-ajax .col-xs-10 .col-md-12,
  #photos-ajax .col-xs-10 .col-lg-12,
  #photos-ajax .col-sm-10 .col-xs-12,
  #photos-ajax .col-sm-10 .col-sm-12,
  #photos-ajax .col-sm-10 .col-md-12,
  #photos-ajax .col-sm-10 .col-lg-12,
  #photos-ajax .col-md-10 .col-xs-12,
  #photos-ajax .col-md-10 .col-sm-12,
  #photos-ajax .col-md-10 .col-md-12,
  #photos-ajax .col-md-10 .col-lg-12,
  #photos-ajax .col-lg-10 .col-xs-12,
  #photos-ajax .col-lg-10 .col-sm-12,
  #photos-ajax .col-lg-10 .col-md-12,
  #photos-ajax .col-lg-10 .col-lg-12,
  #photos-ajax .col-xs-11 .col-xs-12,
  #photos-ajax .col-xs-11 .col-sm-12,
  #photos-ajax .col-xs-11 .col-md-12,
  #photos-ajax .col-xs-11 .col-lg-12,
  #photos-ajax .col-sm-11 .col-xs-12,
  #photos-ajax .col-sm-11 .col-sm-12,
  #photos-ajax .col-sm-11 .col-md-12,
  #photos-ajax .col-sm-11 .col-lg-12,
  #photos-ajax .col-md-11 .col-xs-12,
  #photos-ajax .col-md-11 .col-sm-12,
  #photos-ajax .col-md-11 .col-md-12,
  #photos-ajax .col-md-11 .col-lg-12,
  #photos-ajax .col-lg-11 .col-xs-12,
  #photos-ajax .col-lg-11 .col-sm-12,
  #photos-ajax .col-lg-11 .col-md-12,
  #photos-ajax .col-lg-11 .col-lg-12,
  #photos-ajax .col-xs-12 .col-xs-12,
  #photos-ajax .col-xs-12 .col-sm-12,
  #photos-ajax .col-xs-12 .col-md-12,
  #photos-ajax .col-xs-12 .col-lg-12,
  #photos-ajax .col-sm-12 .col-xs-12,
  #photos-ajax .col-sm-12 .col-sm-12,
  #photos-ajax .col-sm-12 .col-md-12,
  #photos-ajax .col-sm-12 .col-lg-12,
  #photos-ajax .col-md-12 .col-xs-12,
  #photos-ajax .col-md-12 .col-sm-12,
  #photos-ajax .col-md-12 .col-md-12,
  #photos-ajax .col-md-12 .col-lg-12,
  #photos-ajax .col-lg-12 .col-xs-12,
  #photos-ajax .col-lg-12 .col-sm-12,
  #photos-ajax .col-lg-12 .col-md-12,
  #photos-ajax .col-lg-12 .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

#photos-ajax .action-block {
  border: 1px solid #d5d5d5;
  padding: 20px 30px;
  margin: 20px 0px;
  border-radius: 1px;
  color: #515151;
}

#photos-ajax .action-block.filter {
  text-align: right;
}

#photos-ajax .action-block.load-more {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-align: center;
  border: none;
}

@media (max-width: 1020px) {
  #photos-ajax .action-block.load-more {
    padding: 0 15px;
  }
}

#photos-ajax .action-block.load-more a {
  width: 30%;
  display: block;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#photos-ajax .action-block.load-more a .load {
  display: none;
}

#photos-ajax .action-block.load-more a .loading {
  display: block;
}

#photos-ajax .action-block.load-more a.clickable .load {
  display: block;
}

#photos-ajax .action-block.load-more a.clickable .loading {
  display: none;
}

@media (max-width: 1020px) {
  #photos-ajax .action-block.load-more a {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
  }
}

#photos-ajax .row-filter {
  margin: 20px -10px;
}

.lightbox_base {
  z-index: 10000;
}

#videos {
  /* Videos Landing */
}

#videos a {
  text-decoration: none;
}

#videos h2 a {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1020px) {
  #videos h2 a {
    font-size: 28px;
  }
}

#videos h2 .link_right {
  float: right;
  font-size: 20px;
  line-height: 48px;
  font-weight: normal;
  text-transform: capitalize;
}

#videos ul {
  margin: 0;
  padding-left: 0px;
  display: flex;
}

@media (max-width: 768px) {
  #videos ul {
    display: block;
  }
}

#videos ul li {
  display: flex;
  flex-flow: row wrap;
}

#videos .filter ul {
  margin-left: 20px;
  padding-left: 0px;
  display: inline-block;
}

@media (max-width: 1020px) {
  #videos .filter ul {
    margin: 0;
    width: 100%;
  }
}

#videos .filter ul li {
  display: inline-block;
}

#videos > ul {
  width: 100%;
}

#videos li {
  list-style-type: none;
}

#videos .nav_wrap.next {
  width: 30px;
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

@media (max-width: 768px) {
  #videos .nav_wrap.next {
    display: none;
  }
}

#videos .nav_wrap.next a {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#videos .nav_wrap.next span {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  #videos .video-miniblock {
    width: 100%;
  }
}

#videos .video-miniblock-list {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  text-align: left;
}

#videos .video-miniblock-list li {
  background-color: #fff;
  width: 31.5%;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
  display: inline-block;
  vertical-align: top;
}

#videos .video-miniblock-list li img {
  width: 100%;
}

#videos .video-miniblock-list li.sbk {
  border-top: 3px solid #e30513;
}

#videos .video-miniblock-list li.ssp {
  border-top: 3px solid #51ae32;
}

#videos .video-miniblock-list li.stk {
  border-top: 3px solid #2781be;
}

#videos .video-miniblock-list li.st6 {
  border-top: 3px solid #23bcec;
}

#videos .video-miniblock-list li.ejc {
  border-top: 3px solid #d6c21d;
}

#videos .video-miniblock-list li.ssp300 {
  border-top: 3px solid #af0382;
}

#videos .video-miniblock-list li.yr3ec {
  border-top: 3px solid #0a2d81;
}

#videos .video-miniblock-list li.wcr {
  border-top: 3px solid #fed100;
}

#videos .video-miniblock-list li h2,
#videos .video-miniblock-list li h2 a {
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
  margin-top: 3px;
}

#videos .video-miniblock-list li .title h2 {
  font-family: "Cairo", sans-serif;
  margin-bottom: 5px;
  overflow: hidden;
}

#videos .videos {
  position: relative;
}

#videos .videos:after {
  content: "";
  background: url(../img/home/play-icon-white.svg) no-repeat center;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 4;
  pointer-events: none;
}

#videos .videos-module-title:active {
  text-decoration: underline;
}

#videos .secondary-videos-lists .videos-module-title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

#videos .secondary-videos-lists .videos-module-title:after {
  content: "\203A \0020";
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 15px;
}

#videos .secondary-videos-lists > h2 {
  margin-bottom: 0;
}

#videos .secondary-videos-lists > h2:after {
  content: "\203A \0020";
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 0;
}

#videos .secondary-videos-lists .video-miniblock {
  width: 98%;
}

@media (max-width: 1020px) {
  #videos .secondary-videos-lists .video-miniblock {
    width: 100%;
  }
}

#videos .secondary-videos-lists .video-miniblock .video-miniblock-list li {
  width: 24%;
  margin-right: 9px;
  padding: 0;
}

@media (max-width: 1272px) {
  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li {
    margin-right: 4px;
    width: 48%;
  }

  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li.el_2 {
    display: none;
  }

  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li.el_3 {
    display: none;
  }
}

@media (max-width: 1020px) {
  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li {
    width: 49%;
  }

  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li .title h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li.el_1 {
    margin-right: 0;
    float: right;
  }

  #videos .secondary-videos-lists .video-miniblock .video-miniblock-list li .title h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

#videos .secondary-videos-lists .video-miniblock .video-miniblock-list li .title {
  height: 110px;
  overflow: hidden;
}

#videos .secondary-videos-lists .video-miniblock .video-miniblock-list li .title .date {
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 3px;
  color: #000;
  font-weight: normal;
}

#videos .secondary-videos-lists .video-miniblock .action-block {
  border: 1px solid #d5d5d5;
  padding: 20px 30px;
  margin: 20px 0px;
  border-radius: 1px;
  color: #515151;
}

#videos .secondary-videos-lists .video-miniblock .action-block.filter {
  text-align: right;
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-align: center;
  border: none;
}

@media (max-width: 1020px) {
  #videos .secondary-videos-lists .video-miniblock .action-block.load-more {
    padding: 0 15px;
  }
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more a {
  width: 30%;
  display: block;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more a .load {
  display: none;
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more a .loading {
  display: block;
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more a.clickable .load {
  display: block;
}

#videos .secondary-videos-lists .video-miniblock .action-block.load-more a.clickable .loading {
  display: none;
}

@media (max-width: 1020px) {
  #videos .secondary-videos-lists .video-miniblock .action-block.load-more a {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
  }
}

#videos.videos-list .secondary-videos-lists > ul {
  margin-bottom: 20px;
}

#videos .bkgGray {
  background: #464646;
  color: #fff;
  padding: 30px;
}

#videos .bkgGray.player {
  padding: 0;
}

#videos .bkgGray #player_wrapper {
  position: relative;
}

#videos .bkgGray #player_wrapper img {
  width: 100%;
  padding: 0 140px;
}

@media (max-width: 1272px) {
  #videos .bkgGray #player_wrapper img {
    padding: 0 0px;
  }
}

#videos .bkgGray #player_wrapper .videoBck #videoBox {
  width: 100%;
  max-width: 960px;
}

@media (max-width: 1272px) {
  #videos .bkgGray #player_wrapper .videoBck #videoBox {
    max-width: none;
  }
}

#videos .bkgGray .info-video {
  padding: 0 0 10px 270px;
}

@media (max-width: 1512px) {
  #videos .bkgGray .info-video {
    padding: 0 0 10px 150px;
  }
}

@media (max-width: 1272px) {
  #videos .bkgGray .info-video {
    padding: 0 0px;
  }
}

#videos .bkgGray .info-video h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
}

#videos .bkgGray .info-video .date {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding-left: 0;
}

#videos .bkgGray #related_videos {
  margin-top: 30px;
}

#videos .bkgGray #related_videos .video-miniblock {
  width: 100%;
}

#videos .bkgGray #related_videos .video-miniblock li {
  width: 22%;
  box-shadow: none;
  -webkit-box-shadow: none;
  moz-box-shadow: none;
}

#videos .bkgGray #related_videos .video-miniblock li .title {
  height: 110px;
}

#videos .bkgGray #related_videos .video-miniblock li .title .date {
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 3px;
  color: #000;
  font-weight: normal;
}

@media (max-width: 1272px) {
  #videos .bkgGray #related_videos .video-miniblock li {
    width: 49%;
  }

  #videos .bkgGray #related_videos .video-miniblock li.el_0 {
    margin-right: 0;
    float: left;
  }

  #videos .bkgGray #related_videos .video-miniblock li.el_1 {
    margin-right: 0;
    float: right;
  }

  #videos .bkgGray #related_videos .video-miniblock li.el_2 {
    display: none;
  }

  #videos .bkgGray #related_videos .video-miniblock li.el_3 {
    display: none;
  }

  #videos .bkgGray #related_videos .video-miniblock li .title h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  #videos .bkgGray #related_videos .video-miniblock li .title h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

#videos .bkgGray #related_videos .video-miniblock-list {
  text-align: center;
  width: 100%;
}

#videos .container.secondary-videos-lists .video-miniblock.cat_list {
  width: 100%;
}

#videos .container.secondary-videos-lists .video-miniblock.cat_list li {
  margin-right: 6px;
  width: 24.4%;
}

@media (max-width: 1512px) {
  #videos .container.secondary-videos-lists .video-miniblock.cat_list li {
    width: 24.3%;
  }
}

@media (max-width: 1272px) {
  #videos .container.secondary-videos-lists .video-miniblock.cat_list li {
    width: 32.3%;
    margin-right: 5px;
  }
}

@media (max-width: 1020px) {
  #videos .container.secondary-videos-lists .video-miniblock.cat_list li {
    width: 49%;
  }
}

@media (max-width: 768px) {
  #videos .container.secondary-videos-lists .video-miniblock.cat_list li {
    width: 100%;
    margin-right: 0px;
  }
}

#videos .container.secondary-videos-lists .video-miniblock.cat_list li:last-child {
  margin-right: 0px;
}

body.videos.landing .ads_top {
  background: #464646;
}

/* BOTON SWITCH PLAYER */

.player-message {
  padding: 15px;
  text-align: right;
  font-size: 15px;
}

.message {
  display: inline;
  float: right;
}

.message.init-hidden {
  display: none;
}

.player-message a {
  color: #FFF;
  text-decoration: underline !important;
  padding-left: 35px;
}

.player-message a:hover {
  color: #337ab7;
}

.player-message .message:before {
  content: "";
  background: url(../img/home/play-icon-white.svg) no-repeat center;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
}

/* NO SPOILER PAGE */

#no-spoiler-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#no-spoiler-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#no-spoiler-page .rounds-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}

#no-spoiler-page .rounds-list li {
  margin-bottom: 10px;
}

#no-spoiler-page .rounds-list li:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 1272px) {
  #no-spoiler-page .rounds-list li:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 1020px) {
  #no-spoiler-page .rounds-list li {
    padding: 0;
  }
}

#no-spoiler-page .rounds-list li .wrapper {
  background: #fff;
  margin: 0 auto;
}

#no-spoiler-page .rounds-list li .wrapper .round {
  margin: 0 auto;
  padding: 0 8px 0 10px;
  height: auto;
  line-height: 28px;
  background: #000;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#no-spoiler-page .rounds-list li .wrapper .round h2 {
  height: 39px;
  line-height: 19px;
  font-size: 17px;
  padding-left: 38px;
  padding-top: 10px;
  margin: 0px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

@media (max-width: 1512px) {
  #no-spoiler-page .rounds-list li .wrapper .round h2 {
    max-width: 220px;
  }
}

@media (max-width: 1272px) {
  #no-spoiler-page .rounds-list li .wrapper .round h2 {
    max-width: 290px;
  }
}

@media (max-width: 1020px) {
  #no-spoiler-page .rounds-list li .wrapper .round h2 {
    max-width: none;
  }
}

#no-spoiler-page .rounds-list li .wrapper .round .arrow_flag_31x19:before {
  margin: 0px 0 0 -38px;
}

#no-spoiler-page .rounds-list li .wrapper .round-description {
  padding: 5px;
  background: #d4d4d4;
}

#no-spoiler-page .rounds-list li .wrapper .round-description p {
  margin: 0;
  width: auto;
  display: inline-block;
  text-align: center;
}

#no-spoiler-page .rounds-list li .wrapper .round-description .date {
  display: inline-block;
  top: 11px;
  font-size: 13px;
  color: #333;
  margin: 0 0 0 5px;
  font-weight: 700;
  letter-spacing: 1px;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions {
  padding: 5px 10px;
  max-height: 220px;
  overflow-y: auto;
}

@media (max-width: 1020px) {
  #no-spoiler-page .rounds-list li .wrapper .table_sessions {
    max-height: none;
  }
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p {
  border-bottom: 1px solid #dedede;
  padding: 5px;
  margin: 0;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p a {
  color: #333;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p a:hover,
#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p a:active {
  color: #e30513;
  text-decoration: underline;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.sbk:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #e30513;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.ssp:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #51ae32;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.stk:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #2781be;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.ssp300:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #af0382;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.ejc:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #d6c21d;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p.wcr:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background: #fed100;
}

#no-spoiler-page .rounds-list li .wrapper .table_sessions .row_sessions > p:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../img/event/play_circle.svg) no-repeat;
  background-color: #fff;
  float: right;
}

#no-spoiler-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

/* TICKETS LIST PAGE */

#tickets-ajax {
  margin-bottom: 40px;
}

#tickets-ajax h1 {
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#tickets-ajax ul,
#tickets-ajax li {
  list-style: none;
  padding: 2px 5px;
}

#tickets-ajax .book-block,
#tickets-ajax .info-block,
#tickets-ajax .past-block {
  display: block;
  clear: both;
}

#tickets-ajax .ticket-list .ticket-item {
  background: #000;
  margin-bottom: 10px;
}

#tickets-ajax .ticket-list .ticket-item .dark_title {
  height: 26px;
  padding-top: 4px;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 650px) {
  #tickets-ajax .ticket-list .ticket-item .dark_title {
    padding-left: 50px;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket {
  min-height: 100px;
}

@media (max-width: 1272px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket {
    min-height: 80px;
  }
}

@media (max-width: 650px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket {
    margin-left: 10px;
    min-height: 10px;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket .track {
  height: 100%;
  width: 100px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket .track img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -10px;
}

@media (max-width: 650px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket .track {
    display: none;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket .title {
  margin: 0;
  display: inline-block;
  color: #fff;
  padding-left: 95px;
}

@media (max-width: 650px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket .title {
    padding-left: 5px;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket .title h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

@media (max-width: 650px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket .title h3 {
    margin-top: 15px;
    white-space: normal;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket .title .date {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

@media (max-width: 768px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket .title .date {
    max-width: 280px;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket > a {
  float: right;
  margin-right: 20px;
  position: relative;
  top: 10px;
  text-align: center;
}

@media (max-width: 1272px) {
  #tickets-ajax .ticket-list .ticket-item .content-item-ticket > a {
    display: none;
  }
}

#tickets-ajax .ticket-list .ticket-item .content-item-ticket > a .link {
  padding: 10px 15px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  max-width: 110px;
  display: inline-block;
}

#tickets-ajax .ticket-list .ticket-item .mobile-action {
  display: none;
  padding: 10px;
  text-align: center;
}

#tickets-ajax .ticket-list .ticket-item .mobile-action .link {
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 1272px) {
  #tickets-ajax .ticket-list .ticket-item .mobile-action {
    display: block;
  }
}

#tickets-ajax #book-tickets a:hover .link,
#tickets-ajax #book-tickets a:active .link {
  text-decoration: none;
  background: #c4c4c4;
}

#tickets-ajax #book-tickets .link {
  color: #555;
  background: #dadada;
}

#tickets-ajax #info-tickets a:hover .link,
#tickets-ajax #info-tickets a:active .link {
  text-decoration: none;
  background: #357496;
}

#tickets-ajax #info-tickets .link {
  color: #fff;
  background: #2b8cc0;
}

#tickets-ajax #past-tickets a:hover .link,
#tickets-ajax #past-tickets a:active .link {
  text-decoration: none;
  background: #c4c4c4;
}

#tickets-ajax #past-tickets .link {
  color: #555;
  background: #dadada;
}

#tickets-ajax .arrow_flag_27x17:before {
  display: none;
}

@media (max-width: 650px) {
  #tickets-ajax .arrow_flag_27x17:before {
    display: block;
    margin-left: -35px;
  }
}

/* SPONSORS LIST PAGE */

h2.tit {
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d;
}

.sponsors h2 {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}

.sponsors .logos a {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: top;
}

.sponsors .logos a:hover {
  text-decoration: none;
}

.sponsors .logos a:hover span {
  color: #e30513;
}

.sponsors .logos a img {
  border: 1px solid #d3d3d3;
  background: #fff;
}

.sponsors .logos a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  padding: 5px 0 0 5px;
  color: #3d3d3d;
  background: #ebebeb;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.sponsors .logos a span.small {
  font-size: 10px;
  padding-top: 0;
}

.sponsors .logos a span:hover {
  color: #e30513;
}

#advertisers-sponsors .logos img {
  width: 75px;
  height: 75px;
}

#advertisers-sponsors .logos.small a span {
  padding: 5px 0 0 5px;
  max-width: 77px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#advertisers-sponsors .logos.small a span:hover {
  color: #e30513;
}

.sponsors.content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 40px;
  padding: 10px 30px;
}

.sponsors.content-block ul {
  padding: 15px;
}

.sponsors.content-block ul li.tit {
  margin-top: 10px;
  font-weight: bold;
}

#top-sponsors .logos img {
  width: 182px;
}

/* CALENDAR LIST PAGE */

.calendar-page {
  margin-bottom: 40px;
}

.calendar-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1272px) {
  .calendar-page > h1 {
    display: block;
  }
}

.calendar-page .provisional-calendar .calendar-round-item {
  background-image: url("/themes/responsive/static/img/common/provisional_calendar_2025.png");
  background-position: center;
}

.calendar-page .provisional-calendar .wrapper {
  display: flex;
  flex-direction: column;
}

.calendar-page .provisional-calendar .wrapper .wsbklogo {
  width: 25%;
  margin: 0 auto;
}

.calendar-page .provisional-calendar .wrapper h2 {
  text-align: center;
  margin-top: 40px;
}

.calendar-page .track-link {
  display: block;
  height: 332px;
  background-size: auto 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
  background-color: #000;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.calendar-page .track-link:hover {
  background-size: auto 120%;
  background-position: center 100px;
}

.calendar-page .track-link .event-data {
  margin: 0 0 0 20px;
  position: relative;
  z-index: 5;
}

.calendar-page .track-link .btn-extra {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 45px;
  /* margin: 0 auto; */
  text-align: center;
  width: calc(100% - 30px);
  border: none;
  background: transparent;
  color: #a4a4a4;
  font-weight: bold;
  font-size: 15px;
  /* line-height: 31px; */
  border-radius: 0;
  height: 45px;
  text-transform: uppercase;
}

.calendar-page .track-link .btn-extra:hover,
.calendar-page .track-link .btn-extra:active {
  color: #fff;
  background: #a4a4a4;
}

.calendar-page .track-link .btn-extra:active,
.calendar-page .track-link .btn-extra:focus {
  outline-color: transparent;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.calendar-page .track-link .btn-extra.btn-info {
  color: #ffffff;
  background: #a4a4a4;
  /* border-color: #a4a4a4;*/
}

.calendar-page .track-link .btn-extra.btn-info:hover {
  background-color: #909090;
}

.calendar-page .track-link .btn-extra.btn-info:active {
  color: #fff;
  background: #a4a4a4;
}

.calendar-page .track-link .btn-extra.btn-tickets {
  color: #ffffff;
  /* border-color: #ED1C24;*/
  background-color: #ed1c24;
}

.calendar-page .track-link .btn-extra.btn-tickets:hover {
  background-color: #d01920;
}

.calendar-page .track-link .btn-extra.btn-tickets:active {
  background: #ed1c24;
  color: #fff;
}

.calendar-page .track-link .btn-extra.btn-results {
  border: 1px solid #a4a4a4;
}

.calendar-page ol {
  list-style-type: none;
  padding-left: 0;
  margin: auto;
  max-width: 1512px;
}

.calendar-page ol li {
  padding: 5px;
  position: relative;
}

.calendar-page ol li h2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  height: 52px;
  /*                 margin-top: 5px;
          height: 52px;
          padding: 0 15px; */
}

.calendar-page ol li > a:hover,
.calendar-page ol li > a:active,
.calendar-page ol li > a:focus {
  text-decoration: none;
}

.calendar-page ol li .calendar-round-item {
  /* border: 1px solid #ccc;*/
  color: #fff;
  /* background: #000;*/
  margin: 0 0px 15px 0px;
  min-height: 332px;
}

.calendar-page ol li .calendar-round-item .title_tba {
  font-size: 3em;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}

.calendar-page ol li .calendar-round-item .wrapper {
  padding-top: 20px;
}

.calendar-page ol li .calendar-round-item.banner-calendar {
  background: none;
  border: none;
}

.calendar-page ol li .calendar-round-item.banner-calendar > .googletag {
  text-align: center;
  height: 100%;
  padding-top: 25px;
}

.calendar-page ol li .calendar-round-item span.country-flag {
  margin-top: 0;
}

.calendar-page ol li .calendar-round-item span.country-flag:before {
  content: "";
  display: block;
  width: 27px;
  height: 18px;
  position: absolute;
  margin: 4px 0;
  /*top: 25px;*/
  top: 0px;
}

.calendar-page ol li .calendar-round-item span.country-flag.aus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Australia.svg) no-repeat;
  background-size: cover;
  width: 35px;
}

.calendar-page ol li .calendar-round-item span.country-flag.tha:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Thailand.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.esp1:before,
.calendar-page ol li .calendar-round-item span.country-flag.ara:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.esp2:before,
.calendar-page ol li .calendar-round-item span.country-flag.jer:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.esp3:before,
.calendar-page ol li .calendar-round-item span.country-flag.cat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.esp4:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Teruel.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.ned:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Netherlands.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.ita:before,
.calendar-page ol li .calendar-round-item span.country-flag.ita1:before,
.calendar-page ol li .calendar-round-item span.country-flag.cre:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.ita2:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.gbr:before,
.calendar-page ol li .calendar-round-item span.country-flag.don:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: cover;
  width: 35px;
}

.calendar-page ol li .calendar-round-item span.country-flag.usa:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_States.svg) no-repeat;
  background-size: cover;
  width: 35px;
}

.calendar-page ol li .calendar-round-item span.country-flag.rus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Russia.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.man:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Indonesia.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.nav:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Navarra.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.ger:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Germany.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.por:before,
.calendar-page ol li .calendar-round-item span.country-flag.por2:before,
.calendar-page ol li .calendar-round-item span.country-flag.est:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Portugal.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.fra:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_France.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.qat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Qatar.svg) no-repeat;
  background-size: cover;
  width: 49px;
}

.calendar-page ol li .calendar-round-item span.country-flag.cze:before,
.calendar-page ol li .calendar-round-item span.country-flag.mos:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Czech_Republic.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.arg:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Argentina.svg) no-repeat;
  background-size: cover;
  width: 30px;
}

.calendar-page ol li .calendar-round-item span.country-flag.rsa:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_South_Africa.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .calendar-round-item span.country-flag.hun:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Hungary.svg) no-repeat;
  background-size: cover;
}

.calendar-page ol li .round {
  font-size: 18px;
  margin-top: 17px;
  margin-left: 37px;
}

.calendar-page ol li .round.noflag {
  margin-left: 0;
}

.calendar-page ol li .round.qat {
  margin-left: 59px;
}

.calendar-page ol li .round.arg {
  margin-left: 40px;
}

.calendar-page ol li .round.usa,
.calendar-page ol li .round.mal,
.calendar-page ol li .round.gbr,
.calendar-page ol li .round.aus {
  margin-left: 45px;
}

.calendar-page ol li .track {
  width: 100%;
  height: 102px;
  display: block;
  margin: 10px auto 20px auto;
  position: relative;
}

.calendar-page ol li .tracktba {
  height: 174px;
}

.calendar-page ol li .track_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+100&1+0,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00e5e5e5', GradientType=0);
  /* IE6-9 */
  height: 52px;
  margin-top: -17px;
}

.calendar-page ol li .track img {
  width: 100%;
  height: 100%;
}

.calendar-page ol li .track path {
  fill: #fff;
}

.calendar-page ol li .track .track_ {
  width: 100%;
  height: 102px;
  position: relative;
  margin: -50px auto;
}

.calendar-page ol li .content {
  text-align: center;
}

.calendar-page ol li .content .date {
  font-weight: bold;
  font-size: 34px;
  display: block;
  color: #fff;
  text-align: center;
}

.arrow_flag_27x17:before {
  content: "";
  display: block;
  width: 27px;
  height: 17px;
  position: absolute;
  margin: 16px 0;
  background: url(../../../default/css.sbk.com/img/common/sprite_arrow_flags_27x17.png) no-repeat;
}

.arrow_flag_27x17.esp:before {
  background-position: 0 -17px;
}

.arrow_flag_27x17.usa:before {
  background-position: 0 -34px;
}

.arrow_flag_27x17.aus:before {
  background-position: 0 -51px;
}

.arrow_flag_27x17.rus:before {
  background-position: 0 -68px;
}

.arrow_flag_27x17.ger:before {
  background-position: 0 -85px;
}

.arrow_flag_27x17.ara:before,
.arrow_flag_27x17.esp2:before,
.arrow_flag_27x17.esp1:before {
  background-position: 0 -102px;
}

.arrow_flag_27x17.gbr:before {
  background-position: 0 -119px;
}

.arrow_flag_27x17.ned:before {
  background-position: 0 -136px;
}

.arrow_flag_27x17.tur:before {
  background-position: 0 -153px;
}

.arrow_flag_27x17.ita:before {
  background-position: 0 -170px;
}

.arrow_flag_27x17.ita2:before {
  background-position: 0 -170px;
}

.arrow_flag_27x17.eur:before {
  background-position: 0 -187px;
}

.arrow_flag_27x17.fra:before {
  background-position: 0 -204px;
}

.arrow_flag_27x17.por:before {
  background-position: 0 -221px;
}

.arrow_flag_27x17.swe:before {
  background-position: 0 -238px;
}

.arrow_flag_27x17.irl:before {
  background-position: 0 -255px;
}

.arrow_flag_27x17.rsa:before {
  background-position: 0 -272px;
}

.arrow_flag_27x17.sui:before {
  background-position: 0 -289px;
}

.arrow_flag_27x17.cze:before {
  background-position: 0 -306px;
}

.arrow_flag_27x17.arg:before {
  background-position: 0 -323px;
}

.arrow_flag_27x17.fin:before {
  background-position: 0 -340px;
}

.arrow_flag_27x17.ukr:before {
  background-position: 0 -357px;
}

.arrow_flag_27x17.ina:before {
  background-position: 0 -374px;
}

.arrow_flag_27x17.jpn:before {
  background-position: 0 -391px;
}

.arrow_flag_27x17.pol:before {
  background-position: 0 -408px;
}

.arrow_flag_27x17.col:before {
  background-position: 0 -425px;
}

.arrow_flag_27x17.rom:before,
.arrow_flag_27x17.rou:before {
  background-position: 0 -442px;
}

.arrow_flag_27x17.svk:before {
  background-position: 0 -459px;
}

.arrow_flag_27x17.lat:before {
  background-position: 0 -476px;
}

.arrow_flag_27x17.ire:before {
  background-position: 0 -493px;
}

.arrow_flag_27x17.rsm:before {
  background-position: 0 -510px;
}

.arrow_flag_27x17.qat:before {
  background-position: 0 -525px;
}

.arrow_flag_27x17.hun:before {
  background-position: 0 -542px;
}

.arrow_flag_27x17.can:before {
  background-position: 0 -559px;
}

.arrow_flag_27x17.aut:before {
  background-position: 0 -576px;
}

.arrow_flag_27x17.bel:before {
  background-position: 0 -593px;
}

.arrow_flag_27x17.ind:before {
  background-position: 0 -610px;
}

.arrow_flag_27x17.mal:before,
.arrow_flag_27x17.mas:before {
  background-position: 0 -627px;
}

.arrow_flag_27x17.nzl:before {
  background-position: 0 -644px;
}

.arrow_flag_27x17.lux:before {
  background-position: 0 -661px;
}

.arrow_flag_27x17.cro:before {
  background-position: 0 -678px;
}

.arrow_flag_27x17.bra:before {
  background-position: 0 -695px;
}

.arrow_flag_27x17.est:before {
  background-position: 0 -712px;
}

.arrow_flag_27x17.nor:before {
  background-position: 0 -729px;
}

.arrow_flag_27x17.tha:before {
  background-position: 0 -746px;
}

.arrow_flag_27x17.den:before {
  background-position: 0 -763px;
}

.arrow_flag_27x17.gre:before {
  background-position: 0 -780px;
}

.arrow_flag_27x17.slo:before {
  background-position: 0 -797px;
}

.arrow_flag_27x17.isr:before {
  background-position: 0 -814px;
}

.arrow_flag_27x17.bul:before {
  background-position: 0 -831px;
}

.arrow_flag_27x17.uru:before {
  background-position: 0 -849px;
}

.arrow_flag_27x17.mex:before {
  background-position: 0 -865px;
}

.arrow_flag_27x17.ltu:before {
  background-position: 0 -882px;
}

.arrow_flag_27x17.ksa:before {
  background-position: 0 -899px;
}

/*FIXME: para mantener espacios es mejor no usar el svg de la bandera de fondo */

/* EVENT PAGE */

#event-circuit {
  padding: 0;
  /* SPREADFAST*/
  /* DESTINATION GUIDE*/
}

#event-circuit.container {
  padding: 0;
}

#event-circuit .row {
  padding: 0;
}

#event-circuit .disabled {
  display: none;
}

#event-circuit .event-circuit-header {
  background: url(../../../responsive/static/img/event/circuit_temporarily.jpg) no-repeat 50% 80%;
  background-size: cover;
  height: 458px;
  position: relative;
  /* 2023: ARA, NED, ITA, GBR, CZE, FRA, CAT, POR, ARG, AUS, MAN + _TBA */
}

#event-circuit .event-circuit-header h2 {
  font-size: 40px;
  font-weight: bold;
}

#event-circuit .event-circuit-header h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
}

#event-circuit .event-circuit-header span {
  font-size: 20px;
  text-transform: uppercase;
}

#event-circuit .event-circuit-header .branding-logo {
  margin-top: 20px;
}

#event-circuit .event-circuit-header.NED {
  background-image: url(../../../responsive/static/img/event/top/NED_web.jpg);
}

#event-circuit .event-circuit-header.EST,
#event-circuit .event-circuit-header.POR2 {
  background-image: url(../../../responsive/static/img/event/top/EST_web.jpg);
}

#event-circuit .event-circuit-header.ARA {
  background-image: url(../../../responsive/static/img/event/top/ARA_web.jpg);
}

#event-circuit .event-circuit-header.ITA {
  background-image: url(../../../responsive/static/img/event/top/ITA_web.jpg);
}

#event-circuit .event-circuit-header.ITA1 {
  background-image: url(../../../responsive/static/img/event/top/ITA1_web.jpg);
}

#event-circuit .event-circuit-header.GBR {
  background-image: url(../../../responsive/static/img/event/top/GBR_web.jpg);
}

#event-circuit .event-circuit-header.RUS {
  background-image: url(../../../responsive/static/img/event/top/RUS_web.png);
}

#event-circuit .event-circuit-header.FRA {
  background-image: url(../../../responsive/static/img/event/top/FRA_web.jpg);
}

#event-circuit .event-circuit-header.CAT {
  background-image: url(../../../responsive/static/img/event/top/CAT_web.jpg);
}

#event-circuit .event-circuit-header.JER {
  background-image: url(../../../responsive/static/img/event/top/JER_web.jpg);
}

#event-circuit .event-circuit-header.POR {
  background-image: url(../../../responsive/static/img/event/top/POR_web.jpg);
}

#event-circuit .event-circuit-header.ARG {
  background-image: url(../../../responsive/static/img/event/top/ARG_web.jpg);
}

#event-circuit .event-circuit-header.MAN {
  background-image: url(../../../responsive/static/img/event/top/MAN_web.jpg);
}

#event-circuit .event-circuit-header.NAV {
  background-image: url(../../../responsive/static/img/event/top/NAV_web.png);
}

#event-circuit .event-circuit-header.AUS {
  background-image: url(../../../responsive/static/img/event/top/AUS_web.jpg);
}

#event-circuit .event-circuit-header.CZE {
  background-image: url(../../../responsive/static/img/event/top/CZE_web.jpg);
}

#event-circuit .event-circuit-header.CRE {
  background-image: url(../../../responsive/static/img/event/top/CRE_web.jpg);
}

#event-circuit .event-circuit-header.HUN {
  background-image: url(../../../responsive/static/img/event/top/HUN_web.jpg);
}

#event-circuit .event-circuit-header .bg-black {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #999999;
  background-color: rgba(0, 0, 0, 0.4);
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit {
  padding-bottom: 20px;
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag {
  margin-top: 0;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 30px;
  margin-right: 5px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.aus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Australia.svg) no-repeat;
  background-size: cover;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.tha:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Thailand.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.esp:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.jer:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.esp2:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ara:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.esp1:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ara:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.esp3:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.cat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.esp4:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Teruel.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ned:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Netherlands.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ita:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ita1:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.cre:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ita2:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.gbr:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.don:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: cover;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.usa:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_States.svg) no-repeat;
  background-size: cover;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.rus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Russia.svg) no-repeat;
  background-size: cover;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.man:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Indonesia.svg) no-repeat;
  background-size: contain;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.nav:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Navarra.svg) no-repeat;
  background-size: cover;
  width: 60px;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.ger:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Germany.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.por:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.por2:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.est:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Portugal.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.fra:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_France.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.qat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Qatar.svg) no-repeat;
  background-size: cover;
  background-position: -14px 0;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.cze:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.mos:before,
#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.most:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Czech_Republic.svg) no-repeat;
  background-size: cover;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.arg:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Argentina.svg) no-repeat;
  background-size: 100%;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.cat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: 100%;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit h2.country-flag.hun:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Hungary.svg) no-repeat;
  background-size: 100%;
}

#event-circuit .event-circuit-header .bg-black .title-event-circuit span {
  margin-top: 20px;
}

#event-circuit #event-content {
  padding: 10px 0px;
}

@media (max-width: 1020px) {
  #event-circuit #event-content {
    padding: 10px 10px;
  }
}

#event-circuit #event-content h3 {
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 0;
}

#event-circuit #event-content h3.title-circuit {
  font-weight: bold;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

#event-circuit #event-content .call-buttons-mobile {
  display: none;
  text-align: center;
}

@media (max-width: 650px) {
  #event-circuit #event-content .call-buttons-mobile {
    display: block;
  }
}

#event-circuit #event-content .call-buttons-mobile a {
  display: inline-block;
  color: #fff;
  background: #ed1c24;
  border-radius: 4px;
  border: none;
  width: 45%;
  padding: 10px;
}

#event-circuit #event-content .nav-tabs {
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  margin-bottom: 10px;
}

#event-circuit #event-content .nav-tabs > li > a {
  color: #000;
}

#event-circuit #event-content .nav-tabs > li > a:hover {
  background: transparent;
}

#event-circuit #event-content .nav-tabs > li.active a {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ed1c24;
  font-weight: bold;
}

#event-circuit #event-content .nav-tabs > li.call-buttons {
  float: right;
  position: relative;
  top: -10px;
}

@media (max-width: 650px) {
  #event-circuit #event-content .nav-tabs > li.call-buttons {
    display: none;
  }
}

#event-circuit #event-content .nav-tabs > li.call-buttons a {
  display: inline-block;
  color: #fff;
  background: #ed1c24;
  border-radius: 2px;
  border: none;
}

#event-circuit #event-content .tab-content .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px;
}

#event-circuit #event-content .tab-content #destination .temp-demo {
  width: 100%;
  min-height: 500px;
  background: #999;
}

#event-circuit #event-content .tab-content #destination .temp-demo h1 {
  padding-top: 50px;
  text-align: center;
}

#event-circuit #event-content .tab-content #track #the-circuit > p {
  font-weight: bold;
}

#event-circuit #event-content .tab-content #schedule .content-block {
  position: relative;
}

#event-circuit #event-content .tab-content #schedule .content-block .schedule-widget {
  max-width: 900px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#event-circuit #event-content .tab-content #around h2 {
  margin-top: 0;
}

#event-circuit #event-content .left-explanation {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 1020px) {
  #event-circuit #event-content .left-explanation {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

#event-circuit #event-content .left-explanation img {
  width: 100%;
  max-width: 480px;
  max-height: 350px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1020px) {
  #event-circuit #event-content .left-explanation img {
    max-width: none;
    width: 75%;
  }
}

#event-circuit #event-content .right-explanation {
  width: 55%;
  display: inline-block;
  margin-left: 3%;
}

@media (max-width: 1020px) {
  #event-circuit #event-content .right-explanation {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

#event-circuit #event-content .right-explanation h4 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

#event-circuit #event-content .right-explanation .info-circuit {
  margin-bottom: 10px;
}

#event-circuit #event-content .right-explanation .data-circuit {
  font-size: 12px;
  text-transform: uppercase;
  display: inline;
}

#event-circuit #event-content .right-explanation .data-circuit span {
  display: block;
  margin-bottom: 10px;
}

#event-circuit #event-content .right-explanation .data-circuit span > span {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

#event-circuit #event-content .right-explanation .data-circuit .data-item {
  display: inline-block;
  width: 160px;
}

@media (max-width: 1020px) {
  #event-circuit #event-content .right-explanation .data-circuit .data-item {
    width: 150px;
  }
}

#event-circuit #event-content .right-explanation .info-block {
  margin-bottom: 15px;
}

#event-circuit .mr-space {
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  height: 1247px !important;
  width: 100% !important;
  min-height: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important;
}

#event-circuit .mr-space iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  border: 0 !important;
  outline: 0 !important;
}

#event-circuit #destination-content {
  width: 100%;
  height: 2100px;
  overflow: hidden;
}

#event-circuit #destination-iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}

.fixedsticky {
  position: sticky;
  top: 10px;
}

#home-page {
  margin-bottom: 40px;
}

#home-page .breaking-news {
  line-height: 32px;
  background: #ccc;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #000;
}

@media (max-width: 768px) {
  #home-page .breaking-news {
    line-height: 20px;
  }
}

#home-page .breaking-news .container {
  border-bottom: 2px solid #e30513;
}

#home-page .breaking-news a {
  color: #fff;
  font-size: 14px;
}

#home-page .breaking-news .strong {
  color: #e30513;
  font-size: 14px;
  font-weight: bold;
}

#home-page .top-home {
  background: #000;
}

#home-page .top-home > .container {
  padding: 0;
}

#home-page .top-home .top-block-content > aside {
  padding: 0;
}

#home-page .top-home .top-block-content .main-article {
  min-height: 540px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article {
    height: 360px;
    min-height: auto;
  }
}

@media (min-width: 1272px) {
  #home-page .top-home .top-block-content .main-article {
    height: 540px;
  }
}

@media (min-width: 1512px) {
  #home-page .top-home .top-block-content .main-article {
    height: 637px;
  }
}

#home-page .top-home .top-block-content .main-article h4 {
  font-size: 32px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article h4 {
    font-size: 28px;
  }
}

#home-page .top-home .top-block-content .main-article > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article > a {
    background-color: transparent;
    background-color: transparent;
    color: #fff;
  }
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article > a header {
    position: absolute;
    background-color: gray;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
}

#home-page .top-home .top-block-content .main-article > a header > h4 {
  color: #fff;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article > a header > h4 {
    color: #fff;
  }
}

#home-page .top-home .top-block-content .main-article > a header > span {
  color: #fff;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article > a header > span {
    color: #fff;
  }
}

#home-page .top-home .top-block-content .main-article > a.videoplay:after {
  top: 35%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-size: cover;
}

#home-page .top-home .top-block-content .main-article.promoted-article .bg-black-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

#home-page .top-home .top-block-content .main-article.promoted-article .bg-black-layer.finished {
  background-color: #b3b3b3;
  background-color: rgba(0, 0, 0, 0.3);
}

#home-page .top-home .top-block-content .main-article.promoted-article .current-round {
  display: inline-block;
  color: #fff;
  margin-top: -120px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-page .top-home .top-block-content .main-article.promoted-article .current-round img.flag {
  width: auto;
  display: inline-block;
}

#home-page .top-home .top-block-content .main-article.promoted-article .current-round h5 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: none;
  background: none;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .player-round > a {
    font-size: 26px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a.active:active,
#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a.active:hover {
  text-decoration: underline;
  cursor: pointer;
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a.active .session-text:before {
  width: 100%;
  height: 66px;
  content: '';
  background: url("https://css.worldsbk.com/img/common/btn_play_white.png") center no-repeat;
  z-index: 2;
  display: block;
  margin-top: 10px;
  /*@media (max-width: $screen-xs-min){
  	display: none;
  }*/
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a .session-text span {
  display: inline-block;
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round > a .session-text h3 {
  display: inline-block;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .player-round > a .session-text h3 {
    font-size: 24px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round.finished {
  display: none;
}

#home-page .top-home .top-block-content .main-article.promoted-article .player-round .session-text h3 {
  margin-top: 0;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round {
  display: inline-block;
  margin-top: 120px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round {
    margin-top: 90px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span {
  position: relative;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  margin-left: -5px;
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.first-child,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.first-child {
  margin-right: -7px;
  border-radius: 2px 0 0 2px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round a:nth-last-child(2):after,
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round span:nth-last-child(2):after {
    position: absolute;
    width: 115px;
    height: 24px;
    top: 30px;
    right: -2px;
    content: '';
    background: url(../img/home/tissot-mobile-logo.jpg) no-repeat center #fff;
    z-index: 10;
    background-position: center;
    border-bottom: 1px solid #fff;
  }

  #home-page .top-home .top-block-content .main-article.promoted-article .action-round a:nth-last-child(2).finished:after,
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round span:nth-last-child(2).finished:after {
    width: 118px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.inactive,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.inactive {
  color: #808080;
  text-decoration: none;
  cursor: default;
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.active,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.active {
  color: #fff;
  background: #098b28;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.finished,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.finished {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.tissot-sponsor,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.tissot-sponsor {
  background: #fff;
  margin-left: -3px;
  padding: 5px 5px;
  border-radius: 0 2px 2px 0;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round a.tissot-sponsor img,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round span.tissot-sponsor img {
  height: 27px;
  padding-right: 2px;
  margin-top: -3px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round a.tissot-sponsor,
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round span.tissot-sponsor {
    display: none;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round.finished {
  margin-top: -50px;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round .sponsor {
  text-decoration: none;
  color: #000;
  background: url("../img/common/sponsors/bg_tissot.png") #fff no-repeat center;
  padding: 5px 65px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .action-round .sponsor {
    display: none;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round .clock-schedule {
  padding: 0;
  border: none;
  cursor: default;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round .clock-schedule:active,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round .clock-schedule:hover {
  text-decoration: none;
}

#home-page .top-home .top-block-content .main-article.promoted-article .action-round .clock-schedule span:active,
#home-page .top-home .top-block-content .main-article.promoted-article .action-round .clock-schedule span:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results {
  display: none;
  margin-top: 180px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1020px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .report-results {
    margin-top: 80px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results.finished {
  display: inline-block;
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results .new-finished-title {
  display: table;
  width: 70%;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results .new-finished-title:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content .main-article.promoted-article .report-results .new-finished-title {
    width: 100%;
    font-size: 25px;
  }
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results .btn.redBtn {
  padding: 6px 30px;
  margin: 5px;
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results .btn.redBtn.race {
  display: none;
}

#home-page .top-home .top-block-content .main-article.promoted-article .report-results .btn.redBtn.race.ready {
  display: inline-block;
}

#home-page .top-home .top-block-content article {
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
}

#home-page .top-home .top-block-content article > a {
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article > a {
    background: #fff;
  }
}

#home-page .top-home .top-block-content article > a > header {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px 10px 5px;
  width: 100%;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article > a > header {
    position: relative;
    background: none;
    color: #010101;
    display: inline-block;
    width: 68%;
  }
}

#home-page .top-home .top-block-content article > a > header h4 {
  margin: 0 0 3px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article > a img {
    width: 30%;
    padding: 10px 5px 5px 10px;
    display: inline-block;
    vertical-align: top;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted {
    min-height: 200px;
    background: transparent;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted .img-responsive {
  height: 212px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted .img-responsive {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.8);
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event {
    margin-top: 20px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 55px;
}

@media (max-width: 1272px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round {
    margin-top: 40px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span {
  position: relative;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

@media (max-width: 1272px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a,
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span {
    padding: 5px 12px;
  }
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a,
  #home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span {
    padding: 5px 30px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a.first-child,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span.first-child {
  margin-right: -7px;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a.inactive,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span.inactive {
  color: #808080;
  text-decoration: none;
  cursor: default;
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a.active,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span.active {
  color: #fff;
  background: #098b28;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round a.finished,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round span.finished {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round.buttons > a {
  margin: -3px;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round.buttons > a:nth-last-child(1):after {
  position: absolute;
  width: 80px;
  height: 10px;
  top: 31px;
  right: -2px;
  content: '';
  background: url(../img/home/tissot-mobile-logo.jpg) no-repeat center #fff;
  background-size: cover;
  z-index: 10;
  background-position: center;
  border-bottom: 1px solid #fff;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round.finished {
  margin-top: 30px;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock {
  color: #f0f0f0;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock-schedule {
  padding: 0;
  border: none;
  cursor: default;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock-schedule:active,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock-schedule:hover {
  text-decoration: none;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock-schedule span:active,
#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .clock-schedule span:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .content-info-event .action-round .sponsor {
  text-decoration: none;
  color: #000;
  background: url("../img/common/sponsors/bg_tissot.png") #fff no-repeat center;
  padding: 5px 65px;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round {
  display: inline-block;
  top: 10px;
  width: 100%;
  color: #000;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .current-round {
    width: 100%;
    margin-top: 10px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round span.flag {
  width: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round span.flag img {
  width: 32px;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round span.flag:before {
  position: relative;
  margin: 0;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round h5 {
  display: block;
  position: relative;
  top: 15px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .current-round h5 {
    font-size: 18px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .current-round.finished {
  top: 30px;
}

@media (max-width: 1512px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .current-round.finished {
    top: 20px;
  }
}

@media (max-width: 1272px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .current-round.finished {
    top: 10px;
  }
}

@media (max-width: 1020px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .current-round.finished {
    top: 00px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .session-text {
  display: inline-block;
  top: 78px;
  width: 100%;
  color: #000;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  /*@media (max-width: $screen-md-min){
  	display: none;
  }
  @media (max-width: $screen-sm-min){
  	display: none;
  }*/
}

#home-page .top-home .top-block-content article.event-no-promoted > div .session-text span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1512px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .session-text span {
    font-size: 13px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .session-text h5 {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 1512px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .session-text h5 {
    font-size: 20px;
  }
}

@media (max-width: 1272px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .session-text h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .session-text h5 {
    font-size: 20px;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .session-text.finished {
  display: none;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .title-pill {
  display: none;
  position: absolute;
  top: 0px;
  color: #fff;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.event-no-promoted > div .title-pill {
    display: block;
  }
}

#home-page .top-home .top-block-content article.event-no-promoted > div .title-pill > span {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  background: #098b28;
  text-transform: uppercase;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .title-pill > span .category-name {
  font-weight: normal;
  text-transform: inherit;
}

#home-page .top-home .top-block-content article.event-no-promoted > div .title-pill > span:after {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 29px solid #098b28;
  border-left: 0em solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.round-session {
    display: none;
  }
}

@media (max-width: 768px) {
  #home-page .top-home .top-block-content article.round-session .secondary-info {
    position: relative;
    background: none;
    color: #010101;
    display: inline-block;
    width: 68%;
  }

  #home-page .top-home .top-block-content article.round-session .secondary-info img {
    display: none;
  }
}

#home-page .top-home .top-block-content article.round-session .secondary-info .round-info {
  position: absolute;
  top: 0;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  background-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.8);
}

#home-page .top-home .top-block-content article.round-session .secondary-info .round-info h4 {
  font-weight: bold;
}

#home-page .top-home .top-block-content article.round-session .secondary-info .round-info h5 {
  font-weight: bold;
}

#home-page .top-home .top-block-content article.round-session .secondary-info .round-info .tissot-status {
  width: 80%;
}

#home-page .top-home .top-block-content.no-event .main-article > a.videoplay:after {
  top: 50%;
}

#home-page .top-home .top-block-content.no-event .main-article > a.videoplay.champion:after {
  top: 60px;
  left: 60px;
}

#home-page .home-second-space.calendar {
  background: #fff;
}

#home-page .update-home .row-filter {
  padding: 0;
}

#home-page .update-home .content-items-list a {
  text-decoration: none;
}

#home-page .update-home .content-items-list article.content-item.news-item {
  height: 310px;
  margin-bottom: 15px;
}

@media (max-width: 1020px) {
  #home-page .update-home .content-items-list article.content-item.news-item {
    height: auto;
    padding-bottom: 10px;
  }
}

#home-page .update-home .content-items-list article.content-item.news-item.banner-home {
  background: transparent;
  box-shadow: none;
}

#home-page .update-home .content-items-list article.content-item.news-item.videoplay:after {
  top: 5px;
  left: 20px;
}

@media (max-width: 1020px) {
  #home-page .update-home .content-items-list article.content-item header {
    padding-top: 0px;
  }
}

#home-page .update-home .content-items-list article.content-item header .date {
  color: #000;
  font-weight: bold;
  display: none;
}

#home-page .update-home .content-items-list article.content-item header span {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

#home-page .update-home .content-items-list article.content-item header span.small {
  font-size: 16px;
}

@media (min-width: 1512px) {
  #home-page .update-home .content-items-list article.content-item header span {
    font-size: 16px;
  }
}

#home-page .update-home .content-items-list article.content-item header .category {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  margin-top: 6px;
}

#home-page .update-home .content-items-list article.content-item header .category > span {
  font-weight: bold;
  font-size: 12px;
  color: #aeaeae;
  letter-spacing: 0px;
}

#home-page .update-home .content-items-list article.content-item header .category.sbk {
  color: #e30513;
}

#home-page .update-home .content-items-list article.content-item header .category.ssp {
  color: #51ae32;
}

#home-page .update-home .content-items-list article.content-item header .category.ssp300 {
  color: #af0382;
}

#home-page .update-home .content-items-list article.content-item header .category.stk {
  color: #2781be;
}

#home-page .update-home .content-items-list article.content-item header .category.ejc {
  color: #d6c21d;
}

#home-page .update-home .content-items-list article.content-item header .category.st6 {
  color: #66ccff;
}

#home-page .update-home .content-items-list article.content-item header .category.yr3ec {
  color: #0a2d81;
}

#home-page .update-home .content-items-list article.content-item header .category.wcr {
  color: #fed100;
}

#home-page .update-home .content-items-list article.content-item img {
  width: 100%;
}

#home-page .update-home .content-items-list article.content-item.news:before {
  content: "";
  background: url(../img/home/news.svg) no-repeat center;
  background-color: #fff;
  background-size: 18px;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
}

#home-page .update-home .content-items-list article.content-item.media:before {
  content: "";
  background: url(../img/home/inmedia-black.svg) no-repeat center;
  background-color: #fff;
  background-size: 18px;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
}

#home-page .update-home .content-items-list article.content-item.photos:before {
  content: "";
  background: url(../img/home/camera.svg) no-repeat center;
  background-color: #fff;
  background-size: 16px;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
}

#home-page .update-home .content-items-list article.content-item.videos:before {
  content: "";
  background: url(../img/home/video.svg) no-repeat center;
  background-color: #fff;
  background-size: 18px;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 4;
}

#home-page .update-home .content-items-list article.content-item.videos:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 4;
}

#home-page .update-home .content-items-list article.content-item.superpole-widget img,
#home-page .update-home .content-items-list article.content-item.best-lap-widget img {
  width: auto;
}

#home-page .update-home .content-items-list .banner-item {
  background: #fff;
  height: 284px;
}

#home-page .update-home .content-items-list .banner-item img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-page .update-home .action-block {
  border: 1px solid #d5d5d5;
  padding: 20px 30px;
  margin: 20px 0px;
  border-radius: 1px;
  color: #515151;
}

#home-page .update-home .action-block.filter {
  text-align: right;
}

#home-page .update-home .action-block.load-more {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-align: center;
  border: none;
}

@media (max-width: 1020px) {
  #home-page .update-home .action-block.load-more {
    padding: 0 15px;
  }
}

#home-page .update-home .action-block.load-more a {
  width: 30%;
  display: block;
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-page .update-home .action-block.load-more a .load {
  display: none;
}

#home-page .update-home .action-block.load-more a .loading {
  display: block;
}

#home-page .update-home .action-block.load-more a.clickable .load {
  display: block;
}

#home-page .update-home .action-block.load-more a.clickable .loading {
  display: none;
}

@media (max-width: 1020px) {
  #home-page .update-home .action-block.load-more a {
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
  }
}

/* Flags */

@media (max-width: 768px) {
  .main-article.promoted-article h2 {
    font-size: 26px;
  }
}

.main-article.promoted-article h2.country-flag {
  margin-top: 0;
  padding: 0 10px;
}

.main-article.promoted-article h2.country-flag:before {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  margin-left: -22px;
  position: relative;
  left: 50%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .main-article.promoted-article h2.country-flag:before {
    top: 10px;
    padding: 0 5px;
  }
}

.main-article.promoted-article h2.country-flag.aus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Australia.svg) no-repeat;
  background-size: cover;
  width: 60px;
  margin-left: -30px;
}

.main-article.promoted-article h2.country-flag.tha:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Thailand.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.esp:before,
.main-article.promoted-article h2.country-flag.jer:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Spain.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.esp3:before,
.main-article.promoted-article h2.country-flag.cat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Catalunya.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.ara:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Aragon.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.ned:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Netherlands.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.ita:before,
.main-article.promoted-article h2.country-flag.cre:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Italy.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.gbr:before,
.main-article.promoted-article h2.country-flag.don:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_Kingdom.svg) no-repeat;
  background-size: cover;
  width: 60px;
  margin-left: -30px;
}

.main-article.promoted-article h2.country-flag.usa:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_United_States.svg) no-repeat;
  background-size: cover;
  width: 60px;
  margin-left: -30px;
}

.main-article.promoted-article h2.country-flag.rus:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Russia.svg) no-repeat;
  background-size: cover;
  width: 60px;
  margin-left: -30px;
}

.main-article.promoted-article h2.country-flag.ger:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Germany.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.man:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Indonesia.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.nav:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Navarra.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.por:before,
.main-article.promoted-article h2.country-flag.est:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Portugal.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.fra:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_France.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.qat:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Qatar.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.cze:before,
.main-article.promoted-article h2.country-flag.mos:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_the_Czech_Republic.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.arg:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Argentina.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.and:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Andorra.svg) no-repeat;
  background-size: cover;
}

.main-article.promoted-article h2.country-flag.hun:before {
  background: url(../../../responsive/static/img/event/flags/Flag_of_Hungary.svg) no-repeat;
  background-size: cover;
}

h1.arrow_flag_31x19 {
  padding: 0 0 0 38px;
}

h1.arrow_flag_31x19:before {
  margin-top: 10px;
}

#signin-page {
  margin-top: 50px;
}

#signin-page h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: bold;
}

#signin-page .form-group label.two-lines {
  padding-top: 0;
}

#signin-page > div {
  padding: 0 10px;
}

#signin-page > div .signin-form {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#signin-page > div .signin-form .remember-password {
  padding: 5px;
  text-align: center;
}

#signin-page > div .signin-form .go-register {
  padding: 5px;
  text-align: center;
}

#signin-page > div .register-form {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#signin-page > div .register-form .form-pass-check {
  margin-bottom: 0;
}

#signin-page > div .register-form .text-small {
  font-size: 12px;
}

#signin-page > div .register-form .go-login {
  padding: 5px;
  text-align: center;
}

#photos_gallery {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#photos_gallery h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#photos_gallery ul {
  padding: 0;
}

#photos_gallery li {
  list-style-type: none;
}

#photos_gallery #photos_slider {
  background: #fff;
  position: relative;
}

#photos_gallery #photos_slider .flex-viewport {
  max-height: 600px;
}

@media (max-width: 1272px) {
  #photos_gallery #photos_slider .flex-viewport img {
    width: 100%;
  }
}

@media (max-width: 1272px) {
  #photos_gallery #photos_slider .flex-direction-nav {
    top: 30%;
  }
}

#photos_gallery #photos_slider .slides li {
  text-align: center;
}

#photos_gallery #photos_slider .slides li .frame {
  text-align: center;
}

#photos_gallery #photos_slider .slides li .title {
  position: relative;
  max-width: 880px;
  left: 50%;
  margin-left: -440px;
  text-align: left;
  top: -15px;
}

#photos_gallery #photos_slider .slides li .title > h3 {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

#photos_gallery #photos_slider .slides li .title > footer {
  color: #3d3d3d;
  font-size: 20px;
}

@media (max-width: 1272px) {
  #photos_gallery #photos_slider .slides li .title {
    max-width: none;
    margin-left: -49%;
  }

  #photos_gallery #photos_slider .slides li .title > h3 {
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 60%;
  }

  #photos_gallery #photos_slider .slides li .title > footer {
    margin-bottom: 10px;
  }
}

@media (max-width: 1020px) {
  #photos_gallery #photos_slider .slides li .title > h3 {
    font-size: 18px;
  }

  #photos_gallery #photos_slider .slides li .title > footer {
    font-size: 14px;
  }
}

#photos_gallery #photos_slider .flex-direction-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#photos_gallery #photos_slider .flex-direction-nav .flex-prev {
  width: auto;
  float: left;
  color: #fff;
  visibility: hidden;
  margin-top: 15%;
}

@media (max-width: 1272px) {
  #photos_gallery #photos_slider .flex-direction-nav .flex-prev {
    margin-top: 25%;
  }
}

#photos_gallery #photos_slider .flex-direction-nav .flex-prev:before {
  visibility: visible;
  content: "\00AB";
  background: #000;
  color: inherit;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 30px;
}

@media (max-width: 1020px) {
  #photos_gallery #photos_slider .flex-direction-nav .flex-prev:before {
    padding: 10px 15px;
  }
}

#photos_gallery #photos_slider .flex-direction-nav .flex-prev:hover {
  text-decoration: none;
  color: #ddd;
}

#photos_gallery #photos_slider .flex-direction-nav .flex-next {
  width: auto;
  float: right;
  color: #fff;
  visibility: hidden;
  margin-top: 15%;
}

@media (max-width: 1272px) {
  #photos_gallery #photos_slider .flex-direction-nav .flex-next {
    margin-top: 25%;
  }
}

#photos_gallery #photos_slider .flex-direction-nav .flex-next:after {
  visibility: visible;
  content: "\00BB";
  background: #000;
  color: inherit;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 30px;
}

@media (max-width: 1020px) {
  #photos_gallery #photos_slider .flex-direction-nav .flex-next:after {
    padding: 10px 15px;
  }
}

#photos_gallery #photos_slider .flex-direction-nav .flex-next:hover {
  text-decoration: none;
  color: #ddd;
}

#photos_gallery #photos_slider .flex-direction-nav .extra_controls {
  display: none;
  /*temporal*/
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  visibility: hidden;
}

@media (max-width: 1020px) {
  #photos_gallery #photos_slider .flex-direction-nav .extra_controls {
    top: 0;
  }
}

#photos_gallery #photos_slider .flex-direction-nav .extra_controls:after {
  visibility: visible;
  content: "";
  background-color: #000;
  background: url("../img/common/expand.svg") no-repeat;
  background-size: cover;
  color: inherit;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 20px;
}

@media (max-width: 1020px) {
  #photos_gallery #photos_slider .flex-direction-nav .extra_controls:after {
    padding: 0px 15px;
  }
}

#photos_gallery .flex-direction-nav {
  margin: 0;
}

#photos_gallery #photos_carousel {
  background: #fff;
  position: relative;
  text-align: center;
}

#photos_gallery #photos_carousel ul {
  text-align: center;
}

#photos_gallery #photos_carousel ul img {
  width: 100%;
  border-right: 2px solid #fff;
}

#photos_gallery #photos_carousel .flex-direction-nav {
  position: absolute;
  top: 50px;
  width: 100%;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-prev {
  width: auto;
  float: left;
  color: #fff;
  visibility: hidden;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-prev:before {
  visibility: visible;
  content: "\00AB";
  background: #000;
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-prev:hover {
  text-decoration: none;
  color: #ddd;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-next {
  width: auto;
  float: right;
  color: #fff;
  visibility: hidden;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-next:after {
  visibility: visible;
  content: "\00BB";
  background: #000;
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
}

#photos_gallery #photos_carousel .flex-direction-nav .flex-next:hover {
  text-decoration: none;
  color: #ddd;
}

/* RIDERS LIST PAGE */

#riders-ajax {
  margin-bottom: 40px;
}

#riders-ajax > h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1272px) {
  #riders-ajax > h1 {
    display: block;
  }
}

#riders-ajax a {
  color: #3d3d3d;
}

#riders-ajax a:hover,
#riders-ajax a:focus {
  text-decoration: none;
}

#riders-ajax a:active h2,
#riders-ajax a:focus h2 {
  text-decoration: underline;
}

#riders-ajax .rider-item {
  background: #fff;
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-box-shadow: 0px 0px 4px 0px #888;
  -moz-box-shadow: 0px 0px 4px 0px #888;
  box-shadow: 0px 0px 4px 0px #888;
}

#riders-ajax .rider-item:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #aaa;
  -moz-box-shadow: 0px 0px 10px 1px #aaa;
  box-shadow: 0px 0px 10px 1px #aaa;
}

#riders-ajax .rider-item .info-rider {
  width: 100%;
  height: 210px;
}

@media (max-width: 1020px) {
  #riders-ajax .rider-item .info-rider {
    height: 210px;
  }
}

#riders-ajax .rider-item .info-rider .rider-pic {
  min-width: 118px;
  display: inline-block;
  height: -webkit-calc(100% - 25px);
  height: -moz-calc(100% - 25px);
  height: calc(100% - 25px);
  background: url("../img/riders/2017/portrait/franja.svg") no-repeat;
}

#riders-ajax .rider-item .info-rider .rider-pic:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 40px solid #fff;
  border-left: 0em solid transparent;
  border-top: 55px solid transparent;
  bottom: 39px;
  left: 86px;
  position: absolute;
}

@media (min-width: 1020px) {
  #riders-ajax .rider-item .info-rider .rider-pic:after {
    position: relative;
    bottom: 14px;
    left: 80px;
    z-index: 2;
  }
}

#riders-ajax .rider-item .info-rider .rider-pic.generic > img {
  top: 41px;
}

@media (max-width: 1020px) {
  #riders-ajax .rider-item .info-rider .rider-pic.generic > img {
    top: 51px;
  }
}

#riders-ajax .rider-item .info-rider .rider-pic > img {
  position: relative;
  top: 40px;
  width: 118px;
}

#riders-ajax .rider-item .info-rider .rider-pic > img.generic {
  top: 41px;
}

@media (max-width: 1020px) {
  #riders-ajax .rider-item .info-rider .rider-pic > img {
    top: 20px;
  }
}

#riders-ajax .rider-item .info-rider .text-info-rider {
  display: inline-block;
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
  margin-top: 5px;
  padding: 0 3px;
  vertical-align: top;
}

#riders-ajax .rider-item .info-rider .text-info-rider h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  #riders-ajax .rider-item .info-rider .text-info-rider h2 {
    font-size: 24px;
  }
}

#riders-ajax .rider-item .info-rider .text-info-rider h2.small {
  font-size: 20px;
}

#riders-ajax .rider-item .info-rider .text-info-rider h2.small_1 {
  font-size: 15px;
}

#riders-ajax .rider-item .info-rider .text-info-rider p {
  margin-bottom: 5px;
}

#riders-ajax .rider-item .info-rider .text-info-rider p > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

#riders-ajax .rider-item .info-rider .text-info-rider .flag {
  height: 21px;
  width: 31px;
  border: 1px solid #CCC;
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#riders-ajax .rider-item .info-rider .text-info-rider .flag.sui {
  width: 21px;
}

#riders-ajax .rider-item .info-rider .text-info-rider .arrow_flag_31x19:before {
  position: relative;
  margin: 5px 0;
  padding: 10px;
}

#riders-ajax .rider-item .info-rider .text-info-rider .team {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
}

#riders-ajax .rider-item .info-rider .text-info-rider .team span {
  font-size: 14px;
  font-weight: normal;
}

#riders-ajax .rider-item .info-rider .text-info-rider .team.small {
  font-size: 12px;
  letter-spacing: -1px;
}

#riders-ajax .rider-item .info-rider .text-info-rider .bike {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}

#riders-ajax .rider-item .info-rider .text-info-rider .bike span {
  font-size: 14px;
  font-weight: normal;
}

#riders-ajax .rider-item .info-rider .text-info-rider .number {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 45px;
  position: absolute;
  top: 6px;
  right: 18px;
}

#riders-ajax .rider-item .profile-span {
  width: 100%;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 3px;
  margin: 0;
}

@media (min-width: 1020px) {
  #riders-ajax .rider-item .profile-span {
    position: relative;
    z-index: 5;
  }
}

#riders-ajax .rider-item .profile-span > .glyphicon {
  margin-right: 7px;
}

#riders-ajax .rider-item.sbk {
  border-top: 3px solid #e30513;
}

#riders-ajax .rider-item.ssp {
  border-top: 3px solid #51ae32;
}

#riders-ajax .rider-item.stk {
  border-top: 3px solid #2781be;
}

#riders-ajax .rider-item.ejc {
  border-top: 3px solid #d6c21d;
}

#riders-ajax .rider-item.ssp300 {
  border-top: 3px solid #af0382;
}

#riders-ajax .rider-item.st6 {
  border-top: 3px solid #66ccff;
}

#riders-ajax .rider-item.yr3ec {
  border-top: 3px solid #0a2d81;
}

#riders-ajax .rider-item.wcr {
  border-top: 3px solid #fed100;
}

#riders-ajax .row.wildcards {
  margin: 0;
}

#riders-ajax .row.wildcards .rider-pic > img {
  position: relative;
}

#riders-ajax .row-filter {
  margin: 20px -10px;
}

#riders-ajax .col-xs-1,
#riders-ajax .col-sm-1,
#riders-ajax .col-md-1,
#riders-ajax .col-lg-1,
#riders-ajax .col-xs-2,
#riders-ajax .col-sm-2,
#riders-ajax .col-md-2,
#riders-ajax .col-lg-2,
#riders-ajax .col-xs-3,
#riders-ajax .col-sm-3,
#riders-ajax .col-md-3,
#riders-ajax .col-lg-3,
#riders-ajax .col-xs-4,
#riders-ajax .col-sm-4,
#riders-ajax .col-md-4,
#riders-ajax .col-lg-4,
#riders-ajax .col-xs-5,
#riders-ajax .col-sm-5,
#riders-ajax .col-md-5,
#riders-ajax .col-lg-5,
#riders-ajax .col-xs-6,
#riders-ajax .col-sm-6,
#riders-ajax .col-md-6,
#riders-ajax .col-lg-6,
#riders-ajax .col-xs-7,
#riders-ajax .col-sm-7,
#riders-ajax .col-md-7,
#riders-ajax .col-lg-7,
#riders-ajax .col-xs-8,
#riders-ajax .col-sm-8,
#riders-ajax .col-md-8,
#riders-ajax .col-lg-8,
#riders-ajax .col-xs-9,
#riders-ajax .col-sm-9,
#riders-ajax .col-md-9,
#riders-ajax .col-lg-9,
#riders-ajax .col-xs-10,
#riders-ajax .col-sm-10,
#riders-ajax .col-md-10,
#riders-ajax .col-lg-10,
#riders-ajax .col-xs-11,
#riders-ajax .col-sm-11,
#riders-ajax .col-md-11,
#riders-ajax .col-lg-11,
#riders-ajax .col-xs-12,
#riders-ajax .col-sm-12,
#riders-ajax .col-md-12,
#riders-ajax .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 1020px) {
  #riders-ajax .col-xs-1 .col-xs-12,
  #riders-ajax .col-xs-1 .col-sm-12,
  #riders-ajax .col-xs-1 .col-md-12,
  #riders-ajax .col-xs-1 .col-lg-12,
  #riders-ajax .col-sm-1 .col-xs-12,
  #riders-ajax .col-sm-1 .col-sm-12,
  #riders-ajax .col-sm-1 .col-md-12,
  #riders-ajax .col-sm-1 .col-lg-12,
  #riders-ajax .col-md-1 .col-xs-12,
  #riders-ajax .col-md-1 .col-sm-12,
  #riders-ajax .col-md-1 .col-md-12,
  #riders-ajax .col-md-1 .col-lg-12,
  #riders-ajax .col-lg-1 .col-xs-12,
  #riders-ajax .col-lg-1 .col-sm-12,
  #riders-ajax .col-lg-1 .col-md-12,
  #riders-ajax .col-lg-1 .col-lg-12,
  #riders-ajax .col-xs-2 .col-xs-12,
  #riders-ajax .col-xs-2 .col-sm-12,
  #riders-ajax .col-xs-2 .col-md-12,
  #riders-ajax .col-xs-2 .col-lg-12,
  #riders-ajax .col-sm-2 .col-xs-12,
  #riders-ajax .col-sm-2 .col-sm-12,
  #riders-ajax .col-sm-2 .col-md-12,
  #riders-ajax .col-sm-2 .col-lg-12,
  #riders-ajax .col-md-2 .col-xs-12,
  #riders-ajax .col-md-2 .col-sm-12,
  #riders-ajax .col-md-2 .col-md-12,
  #riders-ajax .col-md-2 .col-lg-12,
  #riders-ajax .col-lg-2 .col-xs-12,
  #riders-ajax .col-lg-2 .col-sm-12,
  #riders-ajax .col-lg-2 .col-md-12,
  #riders-ajax .col-lg-2 .col-lg-12,
  #riders-ajax .col-xs-3 .col-xs-12,
  #riders-ajax .col-xs-3 .col-sm-12,
  #riders-ajax .col-xs-3 .col-md-12,
  #riders-ajax .col-xs-3 .col-lg-12,
  #riders-ajax .col-sm-3 .col-xs-12,
  #riders-ajax .col-sm-3 .col-sm-12,
  #riders-ajax .col-sm-3 .col-md-12,
  #riders-ajax .col-sm-3 .col-lg-12,
  #riders-ajax .col-md-3 .col-xs-12,
  #riders-ajax .col-md-3 .col-sm-12,
  #riders-ajax .col-md-3 .col-md-12,
  #riders-ajax .col-md-3 .col-lg-12,
  #riders-ajax .col-lg-3 .col-xs-12,
  #riders-ajax .col-lg-3 .col-sm-12,
  #riders-ajax .col-lg-3 .col-md-12,
  #riders-ajax .col-lg-3 .col-lg-12,
  #riders-ajax .col-xs-4 .col-xs-12,
  #riders-ajax .col-xs-4 .col-sm-12,
  #riders-ajax .col-xs-4 .col-md-12,
  #riders-ajax .col-xs-4 .col-lg-12,
  #riders-ajax .col-sm-4 .col-xs-12,
  #riders-ajax .col-sm-4 .col-sm-12,
  #riders-ajax .col-sm-4 .col-md-12,
  #riders-ajax .col-sm-4 .col-lg-12,
  #riders-ajax .col-md-4 .col-xs-12,
  #riders-ajax .col-md-4 .col-sm-12,
  #riders-ajax .col-md-4 .col-md-12,
  #riders-ajax .col-md-4 .col-lg-12,
  #riders-ajax .col-lg-4 .col-xs-12,
  #riders-ajax .col-lg-4 .col-sm-12,
  #riders-ajax .col-lg-4 .col-md-12,
  #riders-ajax .col-lg-4 .col-lg-12,
  #riders-ajax .col-xs-5 .col-xs-12,
  #riders-ajax .col-xs-5 .col-sm-12,
  #riders-ajax .col-xs-5 .col-md-12,
  #riders-ajax .col-xs-5 .col-lg-12,
  #riders-ajax .col-sm-5 .col-xs-12,
  #riders-ajax .col-sm-5 .col-sm-12,
  #riders-ajax .col-sm-5 .col-md-12,
  #riders-ajax .col-sm-5 .col-lg-12,
  #riders-ajax .col-md-5 .col-xs-12,
  #riders-ajax .col-md-5 .col-sm-12,
  #riders-ajax .col-md-5 .col-md-12,
  #riders-ajax .col-md-5 .col-lg-12,
  #riders-ajax .col-lg-5 .col-xs-12,
  #riders-ajax .col-lg-5 .col-sm-12,
  #riders-ajax .col-lg-5 .col-md-12,
  #riders-ajax .col-lg-5 .col-lg-12,
  #riders-ajax .col-xs-6 .col-xs-12,
  #riders-ajax .col-xs-6 .col-sm-12,
  #riders-ajax .col-xs-6 .col-md-12,
  #riders-ajax .col-xs-6 .col-lg-12,
  #riders-ajax .col-sm-6 .col-xs-12,
  #riders-ajax .col-sm-6 .col-sm-12,
  #riders-ajax .col-sm-6 .col-md-12,
  #riders-ajax .col-sm-6 .col-lg-12,
  #riders-ajax .col-md-6 .col-xs-12,
  #riders-ajax .col-md-6 .col-sm-12,
  #riders-ajax .col-md-6 .col-md-12,
  #riders-ajax .col-md-6 .col-lg-12,
  #riders-ajax .col-lg-6 .col-xs-12,
  #riders-ajax .col-lg-6 .col-sm-12,
  #riders-ajax .col-lg-6 .col-md-12,
  #riders-ajax .col-lg-6 .col-lg-12,
  #riders-ajax .col-xs-7 .col-xs-12,
  #riders-ajax .col-xs-7 .col-sm-12,
  #riders-ajax .col-xs-7 .col-md-12,
  #riders-ajax .col-xs-7 .col-lg-12,
  #riders-ajax .col-sm-7 .col-xs-12,
  #riders-ajax .col-sm-7 .col-sm-12,
  #riders-ajax .col-sm-7 .col-md-12,
  #riders-ajax .col-sm-7 .col-lg-12,
  #riders-ajax .col-md-7 .col-xs-12,
  #riders-ajax .col-md-7 .col-sm-12,
  #riders-ajax .col-md-7 .col-md-12,
  #riders-ajax .col-md-7 .col-lg-12,
  #riders-ajax .col-lg-7 .col-xs-12,
  #riders-ajax .col-lg-7 .col-sm-12,
  #riders-ajax .col-lg-7 .col-md-12,
  #riders-ajax .col-lg-7 .col-lg-12,
  #riders-ajax .col-xs-8 .col-xs-12,
  #riders-ajax .col-xs-8 .col-sm-12,
  #riders-ajax .col-xs-8 .col-md-12,
  #riders-ajax .col-xs-8 .col-lg-12,
  #riders-ajax .col-sm-8 .col-xs-12,
  #riders-ajax .col-sm-8 .col-sm-12,
  #riders-ajax .col-sm-8 .col-md-12,
  #riders-ajax .col-sm-8 .col-lg-12,
  #riders-ajax .col-md-8 .col-xs-12,
  #riders-ajax .col-md-8 .col-sm-12,
  #riders-ajax .col-md-8 .col-md-12,
  #riders-ajax .col-md-8 .col-lg-12,
  #riders-ajax .col-lg-8 .col-xs-12,
  #riders-ajax .col-lg-8 .col-sm-12,
  #riders-ajax .col-lg-8 .col-md-12,
  #riders-ajax .col-lg-8 .col-lg-12,
  #riders-ajax .col-xs-9 .col-xs-12,
  #riders-ajax .col-xs-9 .col-sm-12,
  #riders-ajax .col-xs-9 .col-md-12,
  #riders-ajax .col-xs-9 .col-lg-12,
  #riders-ajax .col-sm-9 .col-xs-12,
  #riders-ajax .col-sm-9 .col-sm-12,
  #riders-ajax .col-sm-9 .col-md-12,
  #riders-ajax .col-sm-9 .col-lg-12,
  #riders-ajax .col-md-9 .col-xs-12,
  #riders-ajax .col-md-9 .col-sm-12,
  #riders-ajax .col-md-9 .col-md-12,
  #riders-ajax .col-md-9 .col-lg-12,
  #riders-ajax .col-lg-9 .col-xs-12,
  #riders-ajax .col-lg-9 .col-sm-12,
  #riders-ajax .col-lg-9 .col-md-12,
  #riders-ajax .col-lg-9 .col-lg-12,
  #riders-ajax .col-xs-10 .col-xs-12,
  #riders-ajax .col-xs-10 .col-sm-12,
  #riders-ajax .col-xs-10 .col-md-12,
  #riders-ajax .col-xs-10 .col-lg-12,
  #riders-ajax .col-sm-10 .col-xs-12,
  #riders-ajax .col-sm-10 .col-sm-12,
  #riders-ajax .col-sm-10 .col-md-12,
  #riders-ajax .col-sm-10 .col-lg-12,
  #riders-ajax .col-md-10 .col-xs-12,
  #riders-ajax .col-md-10 .col-sm-12,
  #riders-ajax .col-md-10 .col-md-12,
  #riders-ajax .col-md-10 .col-lg-12,
  #riders-ajax .col-lg-10 .col-xs-12,
  #riders-ajax .col-lg-10 .col-sm-12,
  #riders-ajax .col-lg-10 .col-md-12,
  #riders-ajax .col-lg-10 .col-lg-12,
  #riders-ajax .col-xs-11 .col-xs-12,
  #riders-ajax .col-xs-11 .col-sm-12,
  #riders-ajax .col-xs-11 .col-md-12,
  #riders-ajax .col-xs-11 .col-lg-12,
  #riders-ajax .col-sm-11 .col-xs-12,
  #riders-ajax .col-sm-11 .col-sm-12,
  #riders-ajax .col-sm-11 .col-md-12,
  #riders-ajax .col-sm-11 .col-lg-12,
  #riders-ajax .col-md-11 .col-xs-12,
  #riders-ajax .col-md-11 .col-sm-12,
  #riders-ajax .col-md-11 .col-md-12,
  #riders-ajax .col-md-11 .col-lg-12,
  #riders-ajax .col-lg-11 .col-xs-12,
  #riders-ajax .col-lg-11 .col-sm-12,
  #riders-ajax .col-lg-11 .col-md-12,
  #riders-ajax .col-lg-11 .col-lg-12,
  #riders-ajax .col-xs-12 .col-xs-12,
  #riders-ajax .col-xs-12 .col-sm-12,
  #riders-ajax .col-xs-12 .col-md-12,
  #riders-ajax .col-xs-12 .col-lg-12,
  #riders-ajax .col-sm-12 .col-xs-12,
  #riders-ajax .col-sm-12 .col-sm-12,
  #riders-ajax .col-sm-12 .col-md-12,
  #riders-ajax .col-sm-12 .col-lg-12,
  #riders-ajax .col-md-12 .col-xs-12,
  #riders-ajax .col-md-12 .col-sm-12,
  #riders-ajax .col-md-12 .col-md-12,
  #riders-ajax .col-md-12 .col-lg-12,
  #riders-ajax .col-lg-12 .col-xs-12,
  #riders-ajax .col-lg-12 .col-sm-12,
  #riders-ajax .col-lg-12 .col-md-12,
  #riders-ajax .col-lg-12 .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* RIDER PROFILE PAGE */

#rider-profile {
  margin-bottom: 40px;
}

#rider-profile .bg-resume-rider {
  position: relative;
  width: 100%;
  background: #000;
  min-height: 850px;
}

@media (max-width: 1272px) {
  #rider-profile .bg-resume-rider {
    min-height: 750px;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider {
    min-height: 520px;
  }
}

#rider-profile .bg-resume-rider:before {
  width: 0;
  height: 0;
  content: '';
  border-top: 610px solid #ebebeb;
  border-left: 0em solid transparent;
  border-right: 500px solid transparent;
  position: absolute;
}

@media (max-width: 1512px) {
  #rider-profile .bg-resume-rider:before {
    border-top: 430px solid #ebebeb;
    border-right: 380px solid transparent;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider:before {
    border-top: 170px solid #ebebeb;
    border-right: 220px solid transparent;
  }
}

#rider-profile .bg-resume-rider:after {
  width: 0;
  height: 0;
  content: '';
  border-right: 500px solid #ebebeb;
  border-left: 0em solid transparent;
  border-top: 610px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1272px) {
  #rider-profile .bg-resume-rider:after {
    border-right: 240px solid #ebebeb;
    border-top: 220px solid transparent;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider:after {
    border-right: 120px solid #ebebeb;
    border-top: 100px solid transparent;
  }
}

#rider-profile .bg-resume-rider .num-rider {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 2;
  font-size: 117px;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .num-rider {
    font-size: 40px;
  }
}

#rider-profile .bg-resume-rider .rider-photo {
  position: absolute;
  bottom: 30px;
  left: 70px;
  z-index: 2;
  height: 800px;
}

@media (max-width: 1272px) {
  #rider-profile .bg-resume-rider .rider-photo {
    height: 680px;
    left: 70px;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .rider-photo {
    height: 460px;
    left: 0;
  }
}

#rider-profile .bg-resume-rider .info-rider {
  position: absolute;
  width: 500px;
  left: 520px;
  z-index: 2;
  color: #fff;
}

@media (max-width: 1272px) {
  #rider-profile .bg-resume-rider .info-rider {
    left: 420px;
    width: 360px;
  }
}

@media (max-width: 1020px) {
  #rider-profile .bg-resume-rider .info-rider {
    width: 400px;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .info-rider {
    left: 49%;
    width: 50%;
  }
}

#rider-profile .bg-resume-rider .info-rider h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 1272px) {
  #rider-profile .bg-resume-rider .info-rider h1 {
    font-size: 37px;
  }
}

@media (max-width: 1020px) {
  #rider-profile .bg-resume-rider .info-rider h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .info-rider h1 {
    font-size: 25px;
  }
}

#rider-profile .bg-resume-rider .info-rider h1 > span {
  display: block;
}

#rider-profile .bg-resume-rider .info-rider .flag {
  width: 80px;
  height: 49px;
  background-size: cover;
  background-position: center;
  border: 1px solid #CCC;
}

#rider-profile .bg-resume-rider .info-rider .flag.sui {
  width: 49px;
}

#rider-profile .bg-resume-rider .info-rider > .arrow_flag_80x49:before {
  margin-left: 0;
  margin-top: 0;
}

@media (max-width: 425px) {
  #rider-profile .bg-resume-rider .info-rider > .arrow_flag_80x49:before {
    position: inherit;
    float: left;
    margin: 0 13px 0 0;
  }
}

#rider-profile .bg-resume-rider .info-rider .detail-info-rider {
  position: absolute;
  margin-top: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .info-rider .detail-info-rider {
    margin-top: 65px;
  }
}

#rider-profile .bg-resume-rider .info-rider .detail-info-rider > div {
  margin-bottom: 15px;
}

#rider-profile .bg-resume-rider .info-rider .detail-info-rider > div > span {
  display: block;
}

#rider-profile .bg-resume-rider .info-rider .detail-info-rider > div .title-info {
  font-size: 15px;
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .info-rider .detail-info-rider > div .title-info {
    font-size: 13px;
  }
}

#rider-profile .bg-resume-rider .info-rider .detail-info-rider > div .content-info {
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #rider-profile .bg-resume-rider .info-rider .detail-info-rider > div .content-info {
    font-size: 18px;
  }
}

@media (max-width: 1020px) {
  #rider-profile .biography {
    padding: 0 10px;
  }
}

#rider-profile .biography > h3 {
  font-size: 25px;
  font-weight: bold;
}

#rider-profile .biography .rider_about_desc {
  font-size: 16px;
}

#rider-profile .bike {
  padding: 0;
}

@media (max-width: 1020px) {
  #rider-profile .bike {
    padding: 0 10px;
  }
}

#rider-profile .bike > h3 {
  font-size: 25px;
  font-weight: bold;
}

#rider-profile .bike .img-responsive {
  display: inline-block;
  max-width: 390px;
}

#rider-profile .bike .img-responsive.helmet {
  max-width: 300px;
}

#rider-profile .stats {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 1020px) {
  #rider-profile .stats {
    width: 100%;
    padding: 0 10px;
  }
}

#rider-profile .stats > h3 {
  font-size: 25px;
  font-weight: bold;
}

#rider-profile .stats .gray_table {
  width: 100%;
  overflow-x: auto;
}

#rider-profile .stats .gray_table th,
#rider-profile .stats .gray_table td {
  background: #000;
  color: #fff;
  height: 29px;
  line-height: 29px;
  padding: 0 0 0 10px;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 1020px) {
  #rider-profile .stats .gray_table th,
  #rider-profile .stats .gray_table td {
    font-size: 10px;
  }
}

#rider-profile .stats .gray_table tr:nth-child(2) th,
#rider-profile .stats .gray_table td {
  background: #ebebeb;
  color: #5d5d5d;
}

#rider-profile .stats .all-time-table {
  margin-bottom: 20px;
}

#rider-profile .stats .all-time-table th,
#rider-profile .stats .all-time-table td {
  width: 10%;
  text-align: center;
}

#rider-profile .stats .all-time-table .category {
  width: 20%;
  text-align: left;
}

#rider-profile .stats .years-table th,
#rider-profile .stats .years-table td {
  width: 10%;
  text-align: center;
}

#rider-profile .stats .years-table .category {
  width: 14%;
  text-align: left;
}

#rider-profile .stats .years-table .years {
  width: 6%;
  text-align: left;
}

/* RIDER CHAMPION & TRIBUTE PAGE */

#rider-profile.champion .video-champion,
#rider-profile.champion .video-tribute,
#rider-profile.tribute .video-champion,
#rider-profile.tribute .video-tribute {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

#rider-profile.champion .video-champion a:after,
#rider-profile.champion .video-tribute a:after,
#rider-profile.tribute .video-champion a:after,
#rider-profile.tribute .video-tribute a:after {
  content: "";
  background: url(../img/home/play-icon-white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 25px;
  width: 80px;
  height: 80px;
  z-index: 4;
  display: block;
}

#rider-profile.champion .video-champion img,
#rider-profile.champion .video-tribute img,
#rider-profile.tribute .video-champion img,
#rider-profile.tribute .video-tribute img {
  max-width: none;
  width: 100%;
}

#rider-profile.champion .video-champion span,
#rider-profile.champion .video-tribute span,
#rider-profile.tribute .video-champion span,
#rider-profile.tribute .video-tribute span {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 30px;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}

#rider-profile.champion .biography > h3,
#rider-profile.tribute .biography > h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

#rider-profile.champion .bio-photos,
#rider-profile.tribute .bio-photos {
  margin-top: 30px;
  text-align: center;
}

#rider-profile.champion .bio-photos .thumbnail,
#rider-profile.tribute .bio-photos .thumbnail {
  display: inline-block;
  width: 290px;
  border: none;
  background: transparent;
}

@media (max-width: 1272px) {
  #rider-profile.champion .bio-photos .thumbnail,
  #rider-profile.tribute .bio-photos .thumbnail {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #rider-profile.champion .bio-photos .thumbnail,
  #rider-profile.tribute .bio-photos .thumbnail {
    width: 100%;
  }
}

#rider-profile.champion .bio-photos .thumbnail > img,
#rider-profile.tribute .bio-photos .thumbnail > img {
  text-align: center;
  width: 290px;
  max-width: none;
}

@media (max-width: 1272px) {
  #rider-profile.champion .bio-photos .thumbnail > img,
  #rider-profile.tribute .bio-photos .thumbnail > img {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  #rider-profile.champion .bio-photos .thumbnail > img,
  #rider-profile.tribute .bio-photos .thumbnail > img {
    width: 100%;
  }
}

#rider-profile.champion .stats,
#rider-profile.tribute .stats {
  margin-bottom: 50px;
}

#rider-profile.champion .social-tribute > h3,
#rider-profile.tribute .social-tribute > h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* RIDER TRIBUTE PAGE */

#rider-profile.tribute .bg-resume-rider:after,
#rider-profile.tribute .bg-resume-rider:before {
  display: none;
}

#rider-profile.tribute .bg-resume-rider .num-rider {
  left: 30px;
  width: 150px;
  top: 29px;
  height: 100px;
  background: url(../img/riders/2017/numbers/Nicky01.svg) no-repeat;
  background-size: 100%;
}

/* RESULTS PAGE */

#results {
  margin-bottom: 20px;
}

#results h1 {
  margin-bottom: 30px;
}

#results .container {
  position: relative;
}

#results .title-page {
  margin: auto;
  padding: 0;
  padding-left: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1272px) {
  #results .title-page {
    display: block;
  }
}

#results .r3-mobile {
  position: absolute;
  right: 30px;
  top: 26px;
}

@media (min-width: 426px) {
  #results .r3-mobile {
    display: none;
  }
}

#results .r3-mobile .r3-link {
  display: flex;
  color: #143F90;
  font-family: "Cairo", sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

#results .r3-mobile .r3-link .external-icon {
  margin-left: 4px;
}

#results .r3-mobile .r3-link .external-icon img {
  fill: #143F90;
}

#results .results-tabs {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 15px;
}

#results .results-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#results .results-tabs ul.tabs {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 1019px) {
  #results .results-tabs ul.tabs {
    font-size: 16px;
    line-height: 22px;
  }
}

#results .results-tabs ul.tabs a {
  color: #000;
  margin-right: 32px;
  padding-bottom: 10px;
}

#results .results-tabs ul.tabs a:hover {
  text-decoration: none;
}

#results .results-tabs ul.tabs li.active a {
  color: #E32414;
  border-bottom: 3px solid #E32414;
  height: 100%;
  display: block;
}

@media (max-width: 425px) {
  #results .results-tabs ul.extra {
    display: none;
  }
}

#results .results-tabs ul .r3-link {
  display: flex;
  color: #143F90;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

@media (max-width: 1019px) {
  #results .results-tabs ul .r3-link {
    font-size: 12px;
    line-height: 17px;
  }
}

#results .results-tabs ul .r3-link .external-icon {
  margin-left: 4px;
}

#results .results-tabs ul .r3-link .external-icon img {
  fill: #143F90;
}

#results .results-tabs ul .r3-short {
  display: none;
}

@media (max-width: 1019px) {
  #results .results-tabs ul .r3-short {
    display: block;
  }
}

#results .results-tabs ul .r3-long {
  display: block;
}

@media (max-width: 1019px) {
  #results .results-tabs ul .r3-long {
    display: none;
  }
}

#results .results-tabs ul li {
  display: inline-block;
}

#results .ajax-results {
  padding: 0;
}

@media (max-width: 1272px) {
  #results .ajax-results {
    padding: 0 !important;
  }
}

#results .ajax-results #ajax_results #circuit-results {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 1020px) {
  #results .ajax-results #ajax_results #circuit-results {
    margin-top: 20px;
  }
}

#results .ajax-results #ajax_results #circuit-results li {
  margin-bottom: 10px;
}

#results .ajax-results #ajax_results #circuit-results li .sessions li:nth-child(2) {
  clear: left;
}

@media (max-width: 1272px) {
  #results .ajax-results #ajax_results #circuit-results li:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 1020px) {
  #results .ajax-results #ajax_results #circuit-results li {
    padding: 0;
  }
}

#results .ajax-results #ajax_results #circuit-results li .banner-results > .googletag {
  text-align: center;
  height: 100%;
  padding-top: 25px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper {
  background: #fff;
  margin: 0 auto;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .round {
  margin: 0 auto;
  padding: 0 8px 0 10px;
  height: auto;
  line-height: 28px;
  background: #000;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 {
  height: 39px;
  line-height: 19px;
  font-size: 17px;
  padding-left: 38px;
  padding-top: 10px;
  margin: 0px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

@media (max-width: 1512px) {
  #results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 {
    max-width: 220px;
  }
}

@media (max-width: 1272px) {
  #results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 {
    max-width: 290px;
  }
}

@media (max-width: 1020px) {
  #results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 {
    max-width: none;
  }
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 .flag {
  width: 31px;
  height: 19px;
  position: absolute;
  top: 10px;
  left: 17px;
  background-size: cover;
  background-position: center;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 .flag.sui {
  width: 19px;
}

@media (max-width: 1020px) {
  #results .ajax-results #ajax_results #circuit-results li .wrapper .round h2 .flag {
    left: 10px;
  }
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .round .arrow_flag_31x19:before {
  margin: 0px 0 0 -38px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .date {
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium {
  background: #f3f3f3;
  border: solid 1px #c6c6c6;
  border-top: 0;
  border-bottom: 0;
  min-height: 122px;
  overflow: hidden;
  padding: 10px 0 20px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol li {
  margin-left: 20px;
  width: 80%;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1020px) {
  #results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol li {
    width: 90%;
  }
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol li.title {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol li span {
  font-weight: bold;
  color: #000000;
  display: inline-block;
  margin-right: 16px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .podium ol li .mini_flag:before {
  margin-left: 13px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions {
  list-style: none;
  background: #e8e8e8;
  border: solid 1px #c6c6c6;
  overflow: hidden;
  padding: 10px;
  position: relative;
  min-height: 120px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions > li {
  position: static !important;
  margin-bottom: 0;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions a {
  font-weight: bold;
  font-size: 13px;
  outline: none;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8px 0 0 20px;
  z-index: 1;
  list-style: none;
  background: #e8e8e8;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li {
  margin-bottom: 5px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li.title {
  padding: 0;
  font-weight: bold;
  margin: 0 10px 5px -6px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li.title .close {
  text-transform: uppercase;
  font-size: 14px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li.title .close .sbk_arrow {
  font-family: "flexslider-icon", sans-serif;
  font-size: 20px;
  position: relative;
  top: 2px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li a {
  padding-left: 25px;
}

#results .ajax-results #ajax_results #circuit-results li .wrapper .sessions ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../../static/img/common/pdf_icon_grey.png) no-repeat;
  padding-left: 24px;
  width: 10px;
  height: 20px;
  margin-left: -25px;
}

#results .standings > .btn {
  padding: 5px 30px;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
}

#results .standings > .btn:hover,
#results .standings > .btn:active {
  text-decoration: underline;
}

@media (max-width: 1020px) {
  #results .standings .widgets-blocks {
    display: none;
  }
}

#results .standings .widgets-blocks .championship-widget {
  margin-bottom: 20px;
}

@media (max-width: 1020px) {
  #results .standings .widgets-blocks .championship-widget {
    display: none;
  }
}

#results .standings .widgets-blocks .championship-widget.content-item {
  height: auto;
  box-shadow: none;
}

#results .standings .widgets-blocks .championship-widget .nav.nav-tabs.nav-justified {
  border: solid 1px #c6c6c6;
  border-top: 0;
  border-bottom: 0;
}

#results .standings .widgets-blocks .championship-widget .tab-content .rider-ranking {
  height: auto;
  border: solid 1px #c6c6c6;
  border-top: 0;
  padding-left: 30px;
}

#results .standings .widgets-blocks .championship-widget .tab-content .rider-ranking .rider-points {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#results .standings .widgets-blocks .championship-widget .tab-content .more-results {
  display: none;
}

@media (max-width: 1020px) {
  #results .standings .widgets-blocks .championship-manufacturer-widget {
    display: none;
  }
}

#results .standings .widgets-blocks .championship-manufacturer-widget.content-item {
  height: auto;
  box-shadow: none;
}

#results .standings .widgets-blocks .championship-manufacturer-widget .nav.nav-tabs.nav-justified {
  border: solid 1px #c6c6c6;
  border-top: 0;
  border-bottom: 0;
}

#results .standings .widgets-blocks .championship-manufacturer-widget .tab-content .builder-ranking {
  height: auto;
  border: solid 1px #c6c6c6;
  border-top: 0;
}

#results .standings .widgets-blocks .championship-manufacturer-widget .tab-content .builder-ranking .builder-points {
  font-weight: bold;
  color: #ed1c24;
}

#results .col-xs-1,
#results .col-sm-1,
#results .col-md-1,
#results .col-lg-1,
#results .col-xs-2,
#results .col-sm-2,
#results .col-md-2,
#results .col-lg-2,
#results .col-xs-3,
#results .col-sm-3,
#results .col-md-3,
#results .col-lg-3,
#results .col-xs-4,
#results .col-sm-4,
#results .col-md-4,
#results .col-lg-4,
#results .col-xs-5,
#results .col-sm-5,
#results .col-md-5,
#results .col-lg-5,
#results .col-xs-6,
#results .col-sm-6,
#results .col-md-6,
#results .col-lg-6,
#results .col-xs-7,
#results .col-sm-7,
#results .col-md-7,
#results .col-lg-7,
#results .col-xs-8,
#results .col-sm-8,
#results .col-md-8,
#results .col-lg-8,
#results .col-xs-9,
#results .col-sm-9,
#results .col-md-9,
#results .col-lg-9,
#results .col-xs-10,
#results .col-sm-10,
#results .col-md-10,
#results .col-lg-10,
#results .col-xs-11,
#results .col-sm-11,
#results .col-md-11,
#results .col-lg-11,
#results .col-xs-12,
#results .col-sm-12,
#results .col-md-12,
#results .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

#results #circuit-results {
  display: flex;
  flex-wrap: wrap;
}

#results #circuit-results .results-block {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  width: calc(100%/3);
}

@media (max-width: 1271px) {
  #results #circuit-results .results-block {
    width: 50%;
  }
}

@media (max-width: 1019px) {
  #results #circuit-results .results-block {
    width: 100%;
  }
}

/* INSIDE RESULTS PAGE */

#ajax_results .row {
  margin: 0;
}

.gray_table_results {
  width: 100%;
  background: #fff;
}

.gray_table_results th,
.gray_table_results td {
  color: #fff;
  height: 29px;
  line-height: 17px;
  padding: 0 0 0 10px;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 1020px) {
  .gray_table_results th,
  .gray_table_results td {
    font-size: 12px;
  }
}

.gray_table_results tr:nth-child(2) th,
.gray_table_results td {
  background: #ebebeb;
  color: #5d5d5d;
}

.gray_table_results thead tr th:last-child {
  padding-right: 10px;
}

.gray_table_results th {
  background: #000;
}

.gray_table_results th.flag_31x19 {
  width: 40px;
}

@media (max-width: 1020px) {
  .gray_table_results th.flag_31x19 {
    width: 0;
    padding: 0;
    margin: 0;
  }
}

.gray_table_results td {
  background: transparent;
}

@media (max-width: 1020px) {
  .gray_table_results td.arrow_flag_31x19 {
    width: 0;
    padding: 0;
    margin: 0;
  }
}

.gray_table_results td.arrow_flag_31x19:before {
  margin: 0 0 0 -2px;
}

@media (max-width: 1020px) {
  .gray_table_results td.arrow_flag_31x19:before {
    display: none;
  }
}

.gray_table_results tbody {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.gray_table_results .mini_flag:before {
  margin: 3px -25px;
}

.gray_table_results .sub-head {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* specific cases*/

@media (max-width: 1020px) {
  .table-scroll {
    overflow-x: scroll;
  }
}

@media (max-width: 1272px) {
  .tab_widget {
    margin-top: 10px;
  }
}

.tab_widget h2 {
  height: 37px;
  top: 0;
  padding-top: 10px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
}

.tab_widget ul {
  margin-bottom: 0;
}

.tab_widget .primary_tabs {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.tab_widget .primary_tabs .tab.tab-results {
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
}

.tab_widget .primary_tabs .tab.tab-results.active {
  font-weight: bold;
  background: none;
}

.tab_widget .primary_tabs.nav-tabs li {
  color: #000;
  font-size: 13px;
  background: none;
  padding: 10px 6px;
  text-align: center;
}

@media (min-width: 1512px) {
  .tab_widget .primary_tabs.nav-tabs li {
    padding: 10px 4px;
  }
}

.tab_widget .primary_tabs.nav-tabs > li + li {
  margin-left: 0;
}

.tab_widget .primary_tabs.nav-tabs > li.active {
  font-weight: bold;
  border-radius: 0;
  border: none;
  color: #fff !important;
}

.tab_widget .primary_tabs.nav-tabs > li.active.SBK {
  background: #e30513;
}

.tab_widget .primary_tabs.nav-tabs > li.active.SSP {
  background: #51ae32;
}

.tab_widget .primary_tabs.nav-tabs > li.active.STK {
  background: #2781be;
}

.tab_widget .primary_tabs.nav-tabs > li.active.SSP300 {
  background: #af0382;
}

.tab_widget .primary_tabs.nav-tabs > li.active.EJC {
  background: #d6c21d;
}

.tab_widget .primary_tabs.nav-tabs > li.active.ST6 {
  background: #23bcec;
}

.tab_widget .primary_tabs.nav-tabs > li.active.WCR {
  background: #fed100;
}

@media (max-width: 1512px) {
  .tab_widget .primary_tabs.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.tab_widget .wrapper table {
  background: #fff;
}

.tab_widget .wrapper table tr,
.tab_widget .wrapper table td {
  background: transparent;
}

#riders_manufacturers.gray_table_results {
  width: 100%;
  margin-left: 0;
}

#riders_manufacturers.gray_table_results .flag {
  width: 31px;
  height: 19px;
  background-size: cover;
  background-position: center;
  border: 1px solid #CCC;
}

#riders_manufacturers.gray_table_results .flag.sui {
  width: 19px;
}

#riders_manufacturers.gray_table_results th,
#riders_manufacturers.gray_table_results td {
  line-height: 17px;
}

@media (max-width: 1272px) {
  #riders_manufacturers.gray_table_results {
    margin-top: 10px;
  }
}

#riders_manufacturers.gray_table_results.single-page .arrow_flag_31x19:before {
  margin: 0 0 0 -15px;
}

@media (max-width: 1020px) {
  #riders_manufacturers.gray_table_results.single-page .arrow_flag_31x19:before {
    display: none;
  }
}

/* CONTACT PAGE */

#contact-page {
  margin-bottom: 40px;
}

#contact-page ul,
#contact-page li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#contact-page .contact-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 20px 30px;
  position: relative;
}

#contact-page .contact-block form {
  max-width: 650px;
  position: relative;
  /*left: 50%;
  transform: translate(-50%, 0);*/
}

#contact-page .contact-block form li {
  margin-bottom: 10px;
}

#contact-page .contact-block form li#elementli select {
  display: block;
}

#contact-page .contact-block form label.error {
  font-weight: bold;
  font-size: 13px;
  color: #ed1b24;
}

#contact-page .contact-block form .submit_wrapper {
  margin-top: 20px;
  text-align: right;
}

#contact-page .contact-block form .submit_wrapper .btn {
  padding: 10px 15px;
  background: #ed1b24;
  color: #fff;
}

/* FAQs PAGE */

#faq-page {
  margin-bottom: 40px;
}

#faq-page ul,
#faq-page li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#faq-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

#faq-page h2 {
  font-size: 14px;
  font-weight: bold;
}

#faq-page a {
  color: #333;
  font-weight: bold;
}

#faq-page a:hover,
#faq-page a:active {
  text-decoration: none;
  color: #ed1b24;
}

#faq-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
}

#faq-page .content-faq {
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 1272px) {
  #faq-page .content-faq {
    padding-right: 0;
    padding-left: 0;
  }
}

#faq-page .content-faq .summary {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}

#faq-page .content-faq .summary li {
  margin-bottom: 3px;
}

@media (max-width: 1272px) {
  #faq-page .faq-categories {
    display: none;
  }
}

#faq-page .faq-categories h2 {
  font-size: 18px;
  margin-top: 5px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 7px;
}

#faq-page .faq-categories li {
  margin-bottom: 3px;
}

#faq-page .faq-categories li.bold {
  font-weight: bold;
  color: #ed1b24;
}

#faq-page .need_support {
  float: right;
  margin-top: 10px;
}

#faq-page .need_support p {
  margin-bottom: 0;
  font-weight: bold;
}

#faq-page .need_support a {
  font-weight: normal;
  text-decoration: underline;
}

#faq-page .faq-categories-mobile {
  display: none;
  margin: 20px 0;
  padding: 0;
}

@media (max-width: 1272px) {
  #faq-page .faq-categories-mobile {
    display: block;
  }
}

#faq-page .faq-categories-mobile select {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#faq-page .faq-categories-mobile select select:hover,
#faq-page .faq-categories-mobile select option:hover {
  background-color: #ed1b24;
}

/* TERMS & CONDITIONS LIST PAGE */

#terms-page {
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

#terms-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#terms-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 20px 30px;
  position: relative;
}

#terms-page ol {
  font-weight: bold;
}

#terms-page ol li {
  font-weight: normal;
}

#terms-page #cookie_policy_text {
  margin-top: 5px;
}

#terms-page #cookie_policy_text .privacy-policy {
  list-style: none;
}

#terms-page #cookie_policy_text .privacy-policy ul {
  list-style: none;
}

#terms-page #cookie_policy_text .privacy-policy h2 {
  font-size: 20px;
  font-weight: bold;
}

/* COOKIES PAGE */

#cookies-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
  margin-top: 20px;
  line-height: 1.8em;
}

#cookies-page h1 {
  margin: auto;
  max-width: 1512px;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#cookies-page h2.subtitle {
  font-size: 18px;
  font-weight: 600;
}

#cookies-page a {
  color: #333;
  text-decoration: underline;
}

#cookies-page a:hover,
#cookies-page a:active {
  color: #e30513;
}

#cookies-page .open {
  display: inline-block !important;
  color: #fff !important;
  background: #ed1c24;
  border-radius: 2px;
  border: none !important;
  padding: 5px 10px;
}

#cookies-page .open:hover {
  color: #fff !important;
  background: #ed1c24 !important;
}

#cookies-page .ot-sdk-cookie-policy {
  font-family: inherit;
  line-height: 1.8em !important;
  font-size: 14px !important;
}

#cookies-page #onetrust-banner-sdk p,
#cookies-page #onetrust-pc-sdk p,
#cookies-page #ot-sdk-cookie-policy p {
  line-height: 1.8em !important;
  font-size: 14px !important;
  color: #333333 !important;
}

#cookies-page .ot-sdk-cookie-policy-group {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

#cookies-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
}

/* LICENSEES PAGE */

#licensees-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#licensees-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#licensees-page a {
  color: #333;
  text-decoration: none;
  margin-bottom: 20px;
}

#licensees-page a:hover,
#licensees-page a:active {
  text-decoration: underline;
  color: #838383;
}

#licensees-page a span {
  padding-left: 50%;
  margin-left: -142px;
}

#licensees-page a span.tit {
  text-transform: uppercase;
  font-size: 16px;
}

#licensees-page a span.tit strong {
  color: #e30513;
}

#licensees-page a span.text {
  text-transform: uppercase;
  font-size: 14px;
  color: #838383;
  font-weight: 200;
}

#licensees-page a span.info {
  font-size: 11px;
  color: #838383;
}

#licensees-page img {
  vertical-align: none;
}

#licensees-page span {
  display: block;
  text-align: left;
}

#licensees-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

/* BUSINESS PAGE */

#business-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#business-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#business-page h2 {
  font-size: 19px;
  margin: 10px 0 10px 0;
  font-weight: 700;
}

#business-page img {
  vertical-align: none;
  width: 100%;
  max-width: 350px;
  border: 1px solid #000;
}

#business-page p {
  margin-top: 10px;
  max-width: 370px;
}

#business-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
}

/* TV COVERAGE PAGE */

#tv-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#tv-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#tv-page img {
  width: 100%;
}

#tv-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

/* 404 ERROR PAGE */

#error-page {
  margin-bottom: 20px;
  padding-left: 5;
  padding-right: 5;
  margin-top: 20px;
}

@media (max-width: 1020px) {
  #error-page {
    margin-top: 0;
  }
}

#error-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 1020px) {
  #error-page > h1 {
    display: block;
  }
}

#error-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 20px 70px;
  position: relative;
}

#error-page .error_404 {
  margin: 0 auto 40px auto;
}

#error-page .error_404 h1 {
  border: 0;
  color: #c6c6c6;
  margin: 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 52px;
  position: relative;
  top: -14px;
  z-index: 0;
  float: right;
}

@media (max-width: 1020px) {
  #error-page .error_404 h1 {
    display: none;
  }
}

#error-page .error_404 h2 {
  color: #c6c6c6;
  font-size: 36px;
  margin-top: 15px;
}

#error-page .error_404 p,
#error-page .error_404 li {
  color: #aaa;
}

#error-page .error_404 li {
  margin: 0;
}

#error-page .error_404 .img_wrapper {
  margin: 0 auto;
  border-bottom: solid 1px #c6c6c6;
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
}

#error-page .error_404 .img_wrapper img {
  width: 100%;
  max-width: 640px;
}

/* GLOSARY PAGE */

#glosary-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#glosary-page > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#glosary-page ul,
#glosary-page li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#glosary-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

#glosary-page .content-block ul {
  padding: 15px;
}

#glosary-page .content-block ul li.tit {
  margin-top: 10px;
  font-weight: bold;
}

/* PROFILE PAGE */

#profile-page {
  padding-bottom: 40px;
  position: relative;
}

#profile-page ul,
#profile-page li {
  list-style: none;
  padding: 0;
}

#profile-page select {
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #dedede;
}

#profile-page.container {
  padding: 0;
}

#profile-page .bg-summaryProfile {
  background: #f7f7f7;
}

#profile-page .bg-msg {
  background: #D5F9D9;
}

#profile-page .bg-msg .msg {
  margin: auto;
}

#profile-page .content-block {
  background: #fff;
  border-radius: 6px;
  position: relative;
}

#profile-page .content-block ul {
  padding: 15px 20px;
  border: 1px solid #dedede;
  border-top: none;
  margin-bottom: 0;
  border-radius: 0px 0px 6px 6px;
}

#profile-page .content-block ul li {
  margin-top: 10px;
}

#profile-page .content-block ul li label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
}

#profile-page .content-block ul .border-top {
  border: none;
}

#profile-page .content-block legend {
  padding: 8px 15px;
  margin-bottom: 0;
}

#profile-page .content-block legend button {
  position: relative;
  top: -6px;
}

#profile-page .content-block legend button.btn.editBtn {
  border: 1px solid #d6d6d6;
  background: transparent;
  color: #7b7b7b;
}

#profile-page .content-block legend button.btn.editBtn img {
  margin-top: -5px;
  margin-left: 4px;
  width: 18px;
}

#profile-page #Preferences .preferences {
  margin-top: 10px;
}

#profile-page #AboutMe .select_black {
  display: inline-block;
}

#profile-page #AboutMe .select_black select {
  min-width: 110px;
}

#profile-page #ContactData .select_black.notEditable {
  display: inline-block;
}

#profile-page #ContactData .select_black.notEditable select {
  width: auto;
  min-width: 10px;
  -webkit-appearance: none;
  moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

#profile-page #ContactData .select_black.notEditable option {
  width: 10px;
}

#profile-page form.col-xs-12 {
  padding: 0;
}

#profile-page.lopd--true:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.685);
}

#profile-page.lopd--true .bg-summaryProfile {
  z-index: -1;
  position: relative;
}

#profile-page.lopd--true fieldset:before {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.685);
}

#profile-page.lopd--true fieldset#Preferences:before {
  content: none;
  position: relative;
  z-index: 5;
}

#summaryProfile {
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 15px 0;
}

#summaryProfile #summaryName {
  font-size: 25px;
  display: block;
  font-weight: bold;
  color: #000;
}

#summaryProfile #summaryPlace {
  padding-left: 10px;
}

#summaryProfile > span {
  padding-left: 50px;
  font-family: 'Open Sans';
  color: #7b7b7b;
}

fieldset {
  margin-bottom: 20px;
}

fieldset > legend {
  border: 1px solid #dedede;
  background: #f7f7f7;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 2px 2px 0 0;
}

fieldset legend > .btn {
  float: right;
  margin: 2px;
}

form fieldset ul .select_black {
  width: 110px;
}

form fieldset ul .select_black select {
  background: none;
}

form.user_profile .select_black select option {
  background: none;
}

form.user_profile .select_black select option:hover {
  background: #ed1c24;
  font-weight: bold;
  color: #fff;
}

form.user_profile .select_black select option[selected=selected] {
  font-weight: bold;
}

.sbk_checkbox,
.sbk_radio {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.sbk_checkbox.checked,
.sbk_radio.checked {
  background-position: 0px -25px;
}

.sbk_checkbox.disabled:before,
.sbk_radio.disabled:before {
  width: 25px;
  height: 25px;
}

.sbk_radio {
  background-image: url(../img/common/sprite_sbk_radio_new.png);
  margin-left: 10px;
}

.sbk_checkbox {
  background-image: url(../img/common/sprite_sbk_checkbox_new.png);
}

fieldset#AboutMe input.notEditable {
  display: none;
}

fieldset#AboutMe span.disabled,
fieldset#AboutMe span.text.gender[checked="none"] {
  display: none;
}

fieldset#AboutMe span.text.gender[checked="checked"],
fieldset#AboutMe span.text.gender.editable {
  display: inline;
}

form fieldset ul .select_black:after {
  background: url(../img/common/misc_custom_select_arrow_new.png) no-repeat 10px 12px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
}

.select_black:before {
  background: #fff;
  width: 25px;
  height: 25px;
}

/*#AboutMe .select_black.notEditable:before,*/

#ContactData .select_black.notEditable:before {
  z-index: 5;
  background: #fff !important;
}

#q_lang .select_black:before,
fieldset.editable .select_black:before {
  background: transparent;
}

.select_black select {
  padding-left: 8px;
}

form fieldset ul .select_black select:disabled {
  border: none !important;
  box-shadow: none !important;
  cursor: default;
}

.user_profile input[type="text"],
.user_profile input[type="password"],
.user_profile textarea,
.user_profile select {
  font-size: 15px !important;
}

.user_profile li.preferences label {
  font-weight: normal;
}

.btn.redBtn {
  padding: 10px 50px;
  border: none;
  background: #ed1c24;
  color: #fff;
  text-transform: uppercase;
}

.btn.greyBtn {
  padding: 9px 39px;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  color: #333;
  text-transform: uppercase;
}

.border-top {
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}

.msg {
  height: 28px;
  margin-left: 0px;
  background-color: #D5F9D9;
}

li#q_lang {
  padding-top: 10px !important;
}

.editLogicBtn.disabled {
  display: none;
}

.editLogicBtn,
.editLogicSaveBtn {
  margin-top: 35px;
  position: relative;
}

li.preferences label {
  width: auto !important;
  float: inherit;
  font-size: 14px;
  position: relative;
  left: 3px;
}

.asterisk {
  color: #bbb;
  font-size: 13px;
  margin-top: 10px;
}

/* CAPTURE DATA PAGE */

#capture_data-page {
  margin-bottom: 30px;
}

#capture_data-page .bg-summaryProfile {
  background: #f7f7f7;
}

#capture_data-page .bg-msg {
  background: #D5F9D9;
}

#capture_data-page .bg-msg .msg {
  margin: auto;
}

#capture_data-page .btn.redBtn {
  border-radius: 0;
}

#capture_data-page .panel_profile {
  margin-top: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 1px 2px #ccc;
  max-width: 800px;
  text-align: left;
  margin: auto;
}

#capture_data-page .panel_profile .panel_heading {
  min-height: 44px;
  background: #f7f7f7;
  color: #9b9b9b;
  line-height: 44px;
  font-size: 18px;
  padding: 0 30px;
}

#capture_data-page .panel_profile #capture-data__form {
  padding: 30px;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block {
  margin-bottom: 10px;
  position: relative;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-label {
  display: block;
  font-family: 'Source Sans Pro', Verdana, Arial, "Helvetica Neue", Helvetica;
  font-weight: normal;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-input {
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #767676;
  height: 45px;
  color: #4a4a4a;
  font-family: 'Source Sans Pro', Verdana, Arial, "Helvetica Neue", Helvetica;
  font-size: 16px;
  padding: 0 30px;
  line-height: 20px;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-input.input-error {
  border-color: #ff0000;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-select::-ms-expand {
  display: none;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .select-wrapper {
  position: absolute;
  color: #ed1c24;
  font-size: 30px;
  display: inline;
  bottom: 0px;
  right: 25px;
  pointer-events: none;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-btn {
  margin: 20px 0;
  border-radius: 0;
}

#capture_data-page .panel_profile #capture-data__form .capture-data__form-block .capture-data__form-btn:disabled {
  background: #aaa;
}

#capture_data-page .panel_profile #capture-data__form .input-error-message {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}

#capture_data-page .panel_profile .capture-data__success-dialog {
  display: none;
  text-align: center;
  padding: 40px;
}

#capture_data-page .panel_profile .capture-data__success-dialog .capture-data__dialog-title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}

#capture_data-page .panel_profile .capture-data__success-dialog .capture-data__dialog-text {
  color: #4e4e4e;
  font-size: 16px;
  margin: auto;
  margin-bottom: 35px;
  max-width: 460px;
}

/* LICENSEES PAGE */

#my-videopass {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
  /* GRIP */
}

#my-videopass > h1 {
  padding-left: 10px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

#my-videopass h2 {
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 25px;
}

#my-videopass h2:first-child {
  margin-top: 0;
}

#my-videopass a {
  color: #3d3d3d;
  margin-bottom: 20px;
  text-decoration: underline;
}

#my-videopass a:hover,
#my-videopass a:active {
  color: #e30513;
}

#my-videopass img {
  width: 350px;
  max-width: 100%;
}

#my-videopass button,
#my-videopass .c-package__button {
  border: 1px solid #ED1C24;
  background: #ED1C24;
  padding: 14px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  min-width: 150px;
  text-decoration: none;
}

#my-videopass button:hover,
#my-videopass .c-package__button:hover {
  color: #fff;
  cursor: pointer;
  background: #9F0032;
}

#my-videopass button:disabled,
#my-videopass .c-package__button:disabled {
  background: #a4a4a4;
  border: none;
  cursor: default;
}

#my-videopass button.button-secondary,
#my-videopass .c-package__button.button-secondary {
  background: #fff;
  color: #ED1C24;
}

#my-videopass .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 20px;
  position: relative;
}

#my-videopass .content-block ul {
  border-top: 1px solid #dedede;
  border-radius: 6px;
}

#my-videopass .wrapper_title .pass {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

#my-videopass .wrapper_title .validity {
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
  margin-top: 5px;
}

#my-videopass .sbk_videopass_logo {
  display: block;
  margin-bottom: 30px;
}

#my-videopass .center_wrapper {
  width: auto;
  display: inline-block;
}

#my-videopass .center_wrapper .btn-blue-2-span {
  background: #0487ca;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #0487ca;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 0;
}

#my-videopass .center_wrapper .btn-blue-2-span:hover,
#my-videopass .center_wrapper .btn-blue-2-span:active {
  background: #016da5;
  border-color: #016da5;
}

#my-videopass .pay_monthly {
  background: transparent;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 0;
  display: inline-block;
}

#my-videopass .pay_monthly:hover,
#my-videopass .pay_monthly:active {
  background: #e30513;
  border-color: #e30513;
}

#my-videopass .pay_monthly:hover a,
#my-videopass .pay_monthly:active a {
  color: #fff;
}

#my-videopass .purchase__table {
  width: 100%;
}

#my-videopass .purchase__table th {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 13px;
}

#my-videopass .purchase__table td {
  font-size: 15px;
  font-weight: bold;
}

#my-videopass .c-package__title,
#my-videopass .c-package__next {
  font-size: 18px;
}

#my-videopass .c-package__title.want-more,
#my-videopass .c-package__next.want-more {
  margin-top: 30px;
}

#my-videopass .button-primary:hover {
  border: 1px solid #D0181F;
  background: #D0181F;
}

@media (max-width: 768px) {
  #my-videopass .button-primary {
    width: 100%;
    margin-bottom: 10px;
  }
}

#my-videopass .button-secondary:hover {
  border: 1px solid #ED1C24;
  background: #ED1C24;
  color: #fff;
}

@media (max-width: 768px) {
  #my-videopass .button-secondary {
    width: 100%;
  }
}

#my-videopass .c-package__current-title.want-more {
  margin-top: 30px;
  margin-bottom: 10px;
}

#my-videopass .sbk_videopass_logo.free {
  width: 245px;
  height: 22px;
  background-size: cover;
  margin-bottom: 10px;
}

#my-videopass .c-package__description {
  font-size: 14px;
}

#my-videopass .c-package__description2 {
  font-size: 14px;
  margin-bottom: 10px;
}

#my-videopass .c-package__block-renewto {
  margin-bottom: 25px;
}

/* PAYMENT PAGE */

.videopass {
  background-color: #ebebeb;
}

.videopass > #header {
  border-top: 2px solid #ed1c24;
}

.videopass > #header .brand-bar {
  background: #fff;
}

.videopass > #header .brand-bar .navbar-brand img {
  width: 190px;
  height: auto;
}

.videopass > #header .brand-bar .navbar-right ul > li:hover,
.videopass > #header .brand-bar .navbar-right ul > li:active {
  background: #ed1c24;
}

.videopass > #header .brand-bar .navbar-right ul > li:hover a,
.videopass > #header .brand-bar .navbar-right ul > li:active a {
  color: #fff;
  font-weight: bold;
}

.videopass > #header .brand-bar .navbar-right ul > li a {
  font-weight: normal;
  padding: 3px 20px;
  text-transform: none;
  font-size: 14px;
}

.videopass > #header .brand-bar .option {
  display: inline-block;
}

.videopass > #header .brand-bar .user-actions {
  margin-top: 5px;
}

.videopass > #header .brand-bar .user-actions button {
  border-width: 0 2px 0 0;
  border-radius: 0;
}

.videopass > #header .brand-bar .user-actions button#dropdownLangs {
  border: none;
}

.videopass > #header .brand-bar .user-actions .user-logged-block {
  display: none;
}

.videopass .signup_steps li {
  width: 25%;
  color: #333;
}

.videopass .signup_steps li:last-child {
  width: 25%;
}

.videopass .signup_steps li.dark_gray {
  color: #d6d6d6;
}

.videopass .signup_steps li.ultralight_gray {
  background: #e0e0e0;
  color: #bbbbbb;
}

.videopass .pay_info_content {
  margin: 10px 0 20px;
}

.videopass .pay_info_content .row > h1 {
  background: none;
  color: #333;
  padding-left: 20px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.videopass .pay_info_content header {
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.videopass .pay_info_content header .signup_steps {
  border-radius: 6px 6px 0 0;
  padding: 0;
  box-shadow: none;
}

.videopass .pay_info_content header .signup_steps li.active {
  background: #e30513;
  color: #fff;
}

.videopass .pay_info_content header .signup_steps li span {
  margin: 0 15px 0 20px;
}

.videopass .pay_info_content footer {
  background: #fff;
  color: #333;
  border-radius: 0 0 6px 6px;
  border: 1px solid #dedede;
  border-top: none;
  padding: 0 20px;
  padding-bottom: 10px;
}

.videopass .pay_info_content footer .contact {
  float: right;
  margin: 15px;
  font-size: 18px;
}

.videopass .pay_info_content a {
  color: #333;
  text-decoration: underline;
}

.videopass .pay_info_content a:hover,
.videopass .pay_info_content a:active {
  color: #e30513;
}

.videopass .pay_info_content ul,
.videopass .pay_info_content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.videopass .pay_info_content .btn {
  padding: 10px 15px;
  background: #ed1b24;
  color: #fff;
  text-decoration: none;
}

.videopass .pay_info_content .btn:hover,
.videopass .pay_info_content .btn:active {
  color: #fff;
}

.videopass .pay_info_content .btn.btn_cancel {
  background: #c4c4c4;
  color: #333;
  font-size: 16px;
}

.videopass .pay_info_content .btn.btn_step2 {
  margin: 10px 0;
}

.videopass .pay_info_content .mid {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.videopass .pay_info_content .mid .top_summary h1 {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
}

.videopass .pay_info_content .mid .col_left {
  padding-top: 10px;
}

.videopass .pay_info_content .mid .col_left .btn_payment {
  margin-top: 10px;
}

.videopass .pay_info_content .mid .col_right {
  margin: 10px 0 0;
}

.videopass .pay_info_content .mid .col_right .tit_2 {
  font-weight: bold;
}

.videopass .pay_info_content .mid .col_right .fea_content {
  background: #eee;
  padding: 20px 15px 10px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea:before {
  background: url(../img/common/sprite_features_sum.png) no-repeat 0 0;
  width: 43px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.dvr:before {
  background-position: 0 0;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.interactive:before {
  background-position: 0 -28px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.live_text:before {
  background-position: 0 -57px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.ad_free:before {
  background-position: 0 -84px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.lt:before {
  background-position: 0 -112px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.newsletter:before {
  background-position: 0 -140px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.v_archive:before {
  background-position: 0 -168px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.ex_features:before {
  background-position: 0 -196px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.r_reviews:before {
  background-position: 0 -224px;
}

.videopass .pay_info_content .mid .col_right .fea_content .sprite_fea.on_demand:before {
  background-position: 0 -252px;
}

.videopass .pay_info_content .mid .col_right .fea_content .tit {
  font-weight: bold;
}

.videopass .legal_text {
  margin-bottom: 40px;
}

.videopass .legal_text p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.videopass.identification {
  border-top: none;
  background-color: #ebebeb;
}

.videopass.identification h1 {
  color: #fff;
  border: none;
  font-weight: normal;
  float: left;
  margin: 5px 10px 5px 10px;
  font-size: 23px;
}

.videopass.identification h2 {
  margin: 0 0 26px 0;
}

.videopass.identification label {
  width: 25%;
}

.videopass.identification input[type="text"],
.videopass.identification input[type="password"] {
  width: 75%;
}

.videopass.identification .forgot_password {
  margin-left: 27.5%;
}

.videopass.identification .content-block {
  background: #fff;
  border-radius: 6px 6px 0 0;
  border: 1px solid #dedede;
  border-bottom: none;
  padding: 20px 30px;
  margin: 0;
  width: auto;
}

.videopass.identification .content-block .col_left {
  margin: 10px 0 0;
  border-right: 1px solid #d3d3d3;
  padding: 0 20px 0 20px;
}

@media (max-width: 1020px) {
  .videopass.identification .content-block .col_left {
    border: none;
  }
}

.videopass.identification .content-block .col_left li {
  margin-top: 10px;
}

.videopass.identification .content-block .col_left .btn_payment {
  margin-top: 10px;
}

.videopass.identification .content-block .col_right {
  margin: 10px 0 0;
  padding-left: 45px;
}

@media (max-width: 1020px) {
  .videopass.identification .content-block .col_right {
    padding-left: 0;
  }
}

.videopass.identification .content-block .col_right .tit_2 {
  font-weight: bold;
}

.videopass.identification .content-block .col_right .btn {
  margin-top: 15px;
}

.videopass.identification footer .contact a {
  color: #333;
}

.videopass.identification footer .contact a:hover,
.videopass.identification footer .contact a:active {
  color: #e30513;
}

.videopass.identification .legal_text {
  margin-top: 20px;
}

.videopass.summary {
  background-color: #ebebeb;
}

.videopass.summary footer .contact a {
  color: #333;
}

.videopass.summary footer .contact a:hover,
.videopass.summary footer .contact a:active {
  color: #e30513;
}

.videopass.summary .mid {
  border-radius: 0;
  margin-top: 0;
  background: #fff;
}

.videopass.summary .col_left .vp_name {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 20px 20px;
}

.videopass.summary .col_left .vp_date {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 20px;
}

.videopass.summary .col_left .vp_price {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px 20px;
}

@media (max-width: 1272px) {
  .videopass.summary .col_right {
    width: 100%;
  }
}

.videopass.summary .col_right .fea_content {
  margin: 0 50px 10px 0;
}

.videopass.summary .col_right .fea_content > div {
  padding-left: 10px;
}

.videopass.summary .formPersonalData {
  max-width: 700px;
}

.videopass.summary .formPersonalData > div {
  margin-top: 5px;
}

.videopass.summary.form .pay_info_content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.videopass.summary.form .mid {
  padding: 0;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.videopass.summary.form .mid .top_summary {
  margin-top: 0;
}

.videopass.summary.form .mid .top_summary > div {
  margin-bottom: 10px;
}

.videopass.summary.form .policy-terms {
  margin-bottom: 10px;
  max-width: 700px;
}

.videopass.summary.form footer {
  padding: 20px 15px;
  border-radius: 6px;
  border-top: 1px;
}

.videopass.summary.form footer > a {
  margin-right: 10px;
}

.videopass.summary.form footer a.btn {
  padding: 10px 15px;
  background: #ed1b24;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.videopass.summary.form footer a.btn:hover,
.videopass.summary.form footer a.btn:active {
  color: #fff;
}

.videopass.summary.form footer a.btn.btn_cancel {
  float: inherit;
  margin: 0;
  background: #c4c4c4;
  color: #333;
}

.videopass.summary.form {
  background-color: #ebebeb;
}

.videopass.summary.form .pay-summary-form {
  background: #fff;
}

.videopass.summary.form .top_summary > div {
  max-width: 700px;
}

.videopass.confirmation h2 {
  font-size: 23px;
  margin: 60px 0 20px 0;
}

.videopass.confirmation h2:before {
  background: url("../img/common/check_icon.png") no-repeat 0 4px;
  padding-left: 32px;
  content: "";
}

.videopass.confirmation footer {
  height: 20px;
}

.videopass.confirmation .pay_info_content {
  text-align: center;
}

.videopass.confirmation .pay_info_content header {
  background: #ddd;
}

.videopass.confirmation .pay_info_content .mid {
  background: #fff;
}

.videopass.confirmation .pay_info_content .text {
  margin: 0 0 40px 0;
}

.videopass.confirmation .pay_info_content .btn_enjoy {
  margin: 0 10px 50px 10px;
  max-width: 100%;
  white-space: inherit;
}

.videopass.confirmation.ko h2:before {
  background: url("../img/common/error_icon.png") no-repeat 0 4px;
}

.videopass.confirmation.ko .options_ko {
  margin: 0 0 40px 0;
}

.videopass.confirmation.ko .options_ko li {
  margin-bottom: 10px;
  list-style: url("../img/common/bullet.png");
  font-size: 16px;
}

.order__wait {
  display: flex;
  justify-content: center;
}

.order__wait div {
  flex: 1;
}

.order__wait div.loader_animation {
  padding-left: 60px;
  width: auto;
  background-position-y: 60%;
  background-repeat: no-repeat;
  flex-direction: column;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  height: 100px;
  align-items: left;
  justify-content: center;
  flex: none;
  background-image: url("../img/common/loading_oval_red.svg");
}

/* profile */

.wrapper_title .pass {
  font-size: 24px;
  color: #5d5d5d;
}

.expiration {
  margin: -12px 0 0 22px;
  padding: 0;
}

.autorenewal_title {
  position: relative;
  bottom: 2px;
  left: 5px;
}

.other_products dt,
.other_products dd {
  float: left;
  display: block;
}

.other_products dt {
  padding-top: 166px;
}

.other_products .product {
  float: left;
  width: 278px;
  margin-bottom: 20px;
}

.other_products .product:nth-child(even) {
  float: right;
}

.other_products dt {
  font-size: 21px;
}

.sbk_videopass_logo {
  width: 45%;
  margin: 10px 0 15px 0;
}

.want-more {
  font-size: 23px;
  display: inline-block;
  margin: 0 auto;
}

.center_wrapper {
  display: block;
  text-align: center;
  margin: 30px 0 20px 0;
}

.pay_monthly {
  text-align: center;
  color: #00668D;
  display: block;
  font-size: 16px;
}

/* end profile */

.videopass.subscribe {
  background-color: #000000;
}

.videopass.subscribe #header .brand-bar {
  background: #fff;
  display: block;
}

.videopass.subscribe #header .brand-bar .navbar-brand {
  display: block;
}

.videopass.subscribe #header .brand-bar .navbar-brand img {
  width: 190px;
  height: auto;
}

.videopass.subscribe #header .brand-bar .navbar-right ul > li:hover,
.videopass.subscribe #header .brand-bar .navbar-right ul > li:active {
  background: #ed1c24;
}

.videopass.subscribe #header .brand-bar .navbar-right ul > li:hover a,
.videopass.subscribe #header .brand-bar .navbar-right ul > li:active a {
  color: #fff;
  font-weight: bold;
}

.videopass.subscribe #header .brand-bar .navbar-right ul > li a {
  font-weight: normal;
  padding: 3px 20px;
  text-transform: none;
  font-size: 14px;
}

.videopass.subscribe #header .brand-bar .option {
  display: inline-block;
}

.videopass.subscribe #header .brand-bar .user-actions {
  margin-top: 8px;
  float: right;
}

.videopass.subscribe #header .brand-bar .user-actions button {
  border-width: 0 2px 0 0;
  border-radius: 0;
}

.videopass.subscribe #header .brand-bar .user-actions button#dropdownLangs {
  border: none;
}

.videopass.subscribe #header .brand-bar .user-actions .user-logged-block {
  display: none;
}

.videopass.subscribe #header .btn-default:active,
.videopass.subscribe #header .btn-default.active,
.videopass.subscribe #header .open > .btn-default.dropdown-toggle {
  background-color: transparent;
}

.videopass.subscribe .bkg-top-vp {
  background: url("../img/videopass_pay/bkgTop-desktop-v2.jpg?2025-02-07") no-repeat 0 center;
  background-size: 100%;
  height: 430px;
  min-height: 350px;
}

@media (max-width: 1272px) {
  .videopass.subscribe .bkg-top-vp {
    background: url("../img/videopass_pay/bkgTop-tablet.jpg?2025-02-06") no-repeat 0 center;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-top-vp {
    background: url("../img/videopass_pay/bkgTop-mobile.jpg?2025-02-06") no-repeat 0 center;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-top-vp {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 0;
    height: 190px;
  }
}

.videopass.subscribe .bkg-top-vp .top-vp {
  color: #fff;
  padding-bottom: 10px;
  transform: translateY(-100%);
  top: 100%;
  position: relative;
}

.videopass.subscribe .bkg-top-vp .top-vp a {
  color: #fff;
  text-decoration: underline;
}

.videopass.subscribe .bkg-top-vp .top-vp h2 {
  font-family: "Supermolot Neue", sans-serif;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-top-vp .top-vp h2 {
    font-size: 30px;
  }
}

.videopass.subscribe .bkg-top-vp .top-vp .subtitle-vp {
  font-family: "Cairo", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.videopass.subscribe .bkg-top-vp .top-vp .content-price {
  margin: 25px 0 60px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-top-vp .top-vp .content-price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .videopass.subscribe .bkg-top-vp .top-vp > .content-price {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .videopass.subscribe .bkg-top-vp .top-vp > .content-price {
    width: 100%;
  }
}

@media (min-width: 1272px) {
  .videopass.subscribe .bkg-top-vp .top-vp > .content-price {
    width: 55%;
  }
}

.videopass.subscribe .bkg-top-vp .top-vp .btn-pass {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-top-vp .top-vp .btn-pass {
    margin-top: 8px;
    font-size: 12px;
    line-height: 17px;
    min-width: 125px;
  }
}

.videopass.subscribe .content-price li {
  clear: both;
  list-style-type: none;
  margin-bottom: 40px;
  font-family: "Cairo", sans-serif;
  color: #ffffff;
}

@media (max-width: 768px) {
  .videopass.subscribe .content-price li {
    margin-bottom: 20px;
  }
}

.videopass.subscribe .content-price li p {
  width: 61%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .videopass.subscribe .content-price li p {
    width: 100%;
    margin-bottom: 5px;
  }
}

.videopass.subscribe .content-price .type-buy {
  font-family: "Supermolot Neue", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .videopass.subscribe .content-price .type-buy {
    font-size: 15px;
    line-height: 22px;
  }
}

.videopass.subscribe .content-price .type-buy .price {
  margin-top: 5px;
  font-family: "Supermolot Neue", sans-serif;
  font-weight: 300;
}

.videopass.subscribe .content-price.smallfont .type-buy {
  font-size: 18px;
}

.videopass.subscribe .content-price .warning {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  margin-bottom: 5px;
  padding-right: 45px;
}

@media (max-width: 480px) {
  .videopass.subscribe .content-price .warning {
    padding-right: 0px;
    font-size: 9px;
    line-height: 10px;
  }
}

.videopass.subscribe .already_subscriber {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .videopass.subscribe .already_subscriber {
    font-size: 10px;
    line-height: 26px;
  }
}

@media (max-width: 1272px) {
  .videopass.subscribe .already_subscriber {
    padding: 0 15px;
  }
}

.videopass.subscribe .btn-pass {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  min-width: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #ED1C24;
  border: none;
  border-radius: 0;
}

.videopass.subscribe .btn-pass:hover,
.videopass.subscribe .btn-pass:focus {
  text-decoration: none;
  background-color: #D0181F;
  color: #ffffff;
  outline-color: transparent;
}

.videopass.subscribe .btn-pass:active:hover {
  background-color: #ED1C24;
  box-shadow: inset 0 1px 3px 0 black;
}

.videopass.subscribe .title-block {
  font-family: "Supermolot Neue", sans-serif;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 33px;
}

@media (max-width: 768px) {
  .videopass.subscribe .title-block {
    font-size: 22px;
  }
}

.videopass.subscribe .title-block.sub-red:after {
  content: "";
  display: block;
  height: 7px;
  background-color: #ed1c24;
  margin: 0 auto;
  width: 70px;
  margin-top: 30px;
  margin-bottom: 37px;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .videopass.subscribe .title-block.sub-red:after {
    height: 3px;
    width: 35px;
  }
}

@media (max-width: 1272px) {
  .videopass.subscribe .title-block.sub-red:after {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.videopass.subscribe .title-block span {
  font-size: 17px;
  display: block;
  text-align: center;
  font-variant: normal;
}

.videopass.subscribe .title-block em {
  text-transform: none;
  font-style: normal;
}

.videopass.subscribe .bg-width-regular {
  width: 100%;
}

.videopass.subscribe .enjoy-every {
  margin-top: 50px;
}

.videopass.subscribe .enjoy-every .arrows-container {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.videopass.subscribe .enjoy-every .arrows-container .arrow-left-container {
  background: url("../img/videopass_pay/platform-arrow-left.png?2022-08-10") no-repeat center left;
  width: 100%;
  height: auto;
  background-size: contain;
}

@media (max-width: 768px) {
  .videopass.subscribe .enjoy-every .arrows-container .arrow-left-container {
    background: url("../img/videopass_pay/platform-arrow-left-tablet.png?2022-08-10") no-repeat center left;
    background-size: contain;
  }
}

@media (max-width: 480px) {
  .videopass.subscribe .enjoy-every .arrows-container .arrow-left-container {
    display: none;
  }
}

.videopass.subscribe .enjoy-every .arrows-container .arrow-right-container {
  background: url("../img/videopass_pay/platform-arrow-right.png?2022-08-10") no-repeat center right;
  width: 100%;
  height: auto;
  background-size: contain;
}

@media (max-width: 768px) {
  .videopass.subscribe .enjoy-every .arrows-container .arrow-right-container {
    background: url("../img/videopass_pay/platform-arrow-right-tablet.png?2022-08-10") no-repeat center right;
    background-size: contain;
  }
}

@media (max-width: 480px) {
  .videopass.subscribe .enjoy-every .arrows-container .arrow-right-container {
    display: none;
  }
}

.videopass.subscribe .enjoy-every .title-block {
  margin: 0px;
  width: 100%;
  padding: 0 25px;
  font-size: 33px;
  line-height: 46px;
  white-space: nowrap;
  /* @media (max-width: $screen-xxs){
  	background: url(../img/videopass_pay/VectorSmartObject_2016.png) center center no-repeat;
  	background-size: 240px;
  } */
}

@media (max-width: 768px) {
  .videopass.subscribe .enjoy-every .title-block {
    font-size: 19px;
    line-height: 26px;
  }
}

.videopass.subscribe .enjoy-every .title-block span {
  font-size: 17px;
  line-height: 23px;
}

@media (max-width: 768px) {
  .videopass.subscribe .enjoy-every .title-block span {
    font-size: 12px;
    line-height: 17px;
  }
}

.videopass.subscribe .enjoy-every img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: scale-down;
  margin-bottom: 40px;
}

.videopass.subscribe .type-subscription {
  background: url("../img/videopass_pay/bkgTypeSubscription.jpg?2022-08-10") no-repeat center center;
  background-size: cover;
  min-height: 575px;
}

.videopass.subscribe .type-subscription .title-block {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 46px;
  position: relative;
}

.videopass.subscribe .type-subscription .title-block span {
  line-height: 23px;
}

.videopass.subscribe .type-subscription .title-block::after {
  content: ' ';
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  width: 70px;
  border: 4px solid #FF0000;
  border-radius: 6px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.videopass.subscribe .videoArchive {
  background: url("../img/videopass_pay/bkgSBKVideo_2019.jpg?2020-11-12") no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

.videopass.subscribe .videoArchive:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: .3;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .videopass.subscribe .videoArchive {
    background-size: cover;
    height: auto;
    padding: 0;
  }
}

.videopass.subscribe .videoArchive > .container {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.videopass.subscribe .videoArchive > .container .simple-block {
  width: 270px;
  transform: translateX(-100%);
}

@media (max-width: 1020px) {
  .videopass.subscribe .videoArchive > .container .simple-block {
    transform: translateX(-75%);
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .videoArchive > .container .simple-block {
    transform: translateX(0);
    width: 100%;
  }
}

.videopass.subscribe .videoArchive > .container .simple-block h3.title-block {
  line-height: 40px;
}

@media (max-width: 768px) {
  .videopass.subscribe .videoArchive > .container .simple-block h3.title-block {
    font-size: 19px;
    line-height: 26px;
  }
}

.videopass.subscribe .videoArchive > .container .simple-block p {
  line-height: 25px;
}

@media (max-width: 768px) {
  .videopass.subscribe .videoArchive > .container .simple-block p {
    font-size: 12px;
    line-height: 17px;
  }
}

.videopass.subscribe .content-type-subscription,
.videopass.subscribe .container-features {
  text-align: center;
  margin-top: 30px;
}

.videopass.subscribe .box-type-subscription {
  background-color: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  width: 345px;
  display: inline-block;
  font-family: "Supermolot Neue", sans-serif;
  text-align: center;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .videopass.subscribe .box-type-subscription {
    display: block;
    margin: 0 auto 10px;
    width: 300px;
  }
}

.videopass.subscribe .box-type-subscription h4 {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.videopass.subscribe .box-type-subscription h4.small {
  font-size: 23px;
}

.videopass.subscribe .box-type-subscription span {
  color: #ed1c24;
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.videopass.subscribe .box-type-subscription sup {
  font-size: 18px;
}

.videopass.subscribe .box-type-subscription p {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 35px;
}

.videopass.subscribe .box-type-subscription a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  min-width: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #ED1C24;
  border: none;
  border-radius: 0;
}

.videopass.subscribe .box-type-subscription a:hover,
.videopass.subscribe .box-type-subscription a:focus {
  text-decoration: none;
  background-color: #D0181F;
  color: #ffffff;
  outline-color: transparent;
}

.videopass.subscribe .box-type-subscription a:active:hover {
  background-color: #ED1C24;
  box-shadow: inset 0 1px 3px 0 black;
}

.videopass.subscribe .simple-block p {
  text-align: center;
  font-size: 16px;
}

.videopass.subscribe .simple-block.bkg-black {
  color: #ffffff;
}

.videopass.subscribe .simple-block.bkg-black h3 {
  color: #ffffff;
}

.videopass.subscribe .imgCenter {
  display: block;
  margin: 0 auto;
}

.videopass.subscribe .box-img-text img {
  display: block;
  margin: 0 auto;
  width: 470px;
}

@media (max-width: 1272px) {
  .videopass.subscribe .box-img-text img {
    width: 300px;
  }
}

.videopass.subscribe .box-img-text div[class*="col-xs"] {
  float: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text div[class*="col-xs"] {
    float: left;
  }
}

.videopass.subscribe .box-img-text .simple-block {
  vertical-align: 190px;
}

@media (max-width: 1272px) {
  .videopass.subscribe .box-img-text .simple-block {
    vertical-align: 60px;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text .simple-block {
    vertical-align: 0;
  }
}

.videopass.subscribe .box-img-text.live-ondemand {
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media (min-width: 1272px) {
  .videopass.subscribe .box-img-text.live-ondemand {
    position: relative;
    flex-direction: column;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .image-container {
  padding-right: 100px;
  width: 50%;
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .image-container {
    width: 100%;
  }
}

@media (max-width: 1272px) {
  .videopass.subscribe .box-img-text.live-ondemand .image-container {
    padding-right: 0px;
  }
}

@media (min-width: 1272px) {
  .videopass.subscribe .box-img-text.live-ondemand .image-container {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 65%;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .image-container img {
  padding: 0;
  width: 100%;
  height: auto;
}

.videopass.subscribe .box-img-text.live-ondemand .simple-block {
  margin-top: 40px;
  width: 35%;
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .simple-block {
    width: 100%;
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .simple-block p {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand h3.title-block {
    font-size: 19px;
    line-height: 26px;
    margin-top: 0px;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds {
  margin-top: 20px;
  min-width: 480px;
  width: 100%;
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.live-ondemand .schedule-rounds {
    min-width: auto;
  }
}

@media (min-width: 1272px) {
  .videopass.subscribe .box-img-text.live-ondemand .schedule-rounds {
    width: 35%;
    margin-top: 40px;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table {
  width: 100%;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr {
  border-bottom: 1px solid #dedede;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr td {
  padding: 8px 10px;
  font-size: 14px;
  width: 33%;
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr td {
    font-size: 11px;
    line-height: 15px;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr.days {
  font-weight: bold;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr.legend {
  font-style: italic;
  border-bottom: none;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr.legend td {
  font-size: 12px;
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .schedule-rounds table tr.legend td {
    font-size: 7px;
    line-height: 15px;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds.mobile {
  display: none;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .videopass.subscribe .box-img-text.live-ondemand .schedule-rounds.mobile {
    display: block;
  }
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .legend .legend-point__container .legend-point {
  margin-left: 10px;
  margin-right: 5px;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .legend-point__container {
  display: flex;
  align-items: center;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .legend-point__container .legend-point {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 5px;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .legend-point__container .legend-point.european-rounds {
  background-color: #EC1D23;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .legend-point__container .legend-point.no-audio {
  background-color: #58585A;
}

.videopass.subscribe .box-img-text.live-ondemand .schedule-rounds .name-round__container {
  display: block;
  width: 65%;
}

.videopass.subscribe .box-img-text.reviews {
  height: 400px;
}

@media (max-width: 1020px) {
  .videopass.subscribe .box-img-text.reviews {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews {
    height: auto;
  }
}

.videopass.subscribe .box-img-text.reviews.container {
  height: 400px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width: 1020px) {
  .videopass.subscribe .box-img-text.reviews.container {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews.container {
    flex-direction: column;
    height: auto;
  }
}

.videopass.subscribe .box-img-text.reviews.container .image-container {
  width: 45%;
}

@media (max-width: 1272px) {
  .videopass.subscribe .box-img-text.reviews.container .image-container {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews.container .image-container {
    width: 75%;
  }
}

.videopass.subscribe .box-img-text.reviews.container .image-container img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 10px 0;
}

.videopass.subscribe .box-img-text.reviews.container .simple-block {
  width: 270px;
  transform: translateX(50%);
}

@media (max-width: 1020px) {
  .videopass.subscribe .box-img-text.reviews.container .simple-block {
    transform: translateX(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews.container .simple-block {
    width: 100%;
  }
}

.videopass.subscribe .box-img-text.reviews.container .simple-block h3.title-block {
  line-height: 40px;
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews.container .simple-block h3.title-block {
    font-size: 19px;
    line-height: 26px;
  }
}

.videopass.subscribe .box-img-text.reviews.container .simple-block p {
  line-height: 25px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .videopass.subscribe .box-img-text.reviews.container .simple-block p {
    font-size: 12px;
    line-height: 17px;
  }
}

.videopass.subscribe .features {
  margin-top: 30px;
  margin-bottom: 90px;
}

.videopass.subscribe .box-features {
  border-width: 2px;
  border-color: #FF0000;
  border-style: solid;
  padding: 30px 15px;
  width: 290px;
  display: inline-block;
  font-family: "Supermolot Neue", sans-serif;
  text-align: center;
  margin: 0 10px;
  height: 340px;
  vertical-align: top;
}

@media (max-width: 1020px) {
  .videopass.subscribe .box-features {
    display: block;
    margin: 0 auto 10px;
  }
}

.videopass.subscribe .box-features h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.videopass.subscribe .box-features i {
  padding: 20px;
  border-radius: 50%;
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 20px;
  width: 60px !important;
}

.videopass.subscribe .box-features p {
  color: #ffffff;
}

.videopass.subscribe .getNow {
  padding-top: 20px;
}

.videopass.subscribe .getNow header h3 {
  font-family: "Supermolot Neue", sans-serif;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1020px) {
  .videopass.subscribe .getNow header h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.videopass.subscribe .getNow header p {
  color: #ffffff;
  text-align: center;
}

.videopass.subscribe .getNow .content-price {
  margin-top: 50px;
}

.videopass.subscribe .getNow .content-price li {
  float: left;
  position: relative;
  width: 100%;
}

.videopass.subscribe .getNow .content-price li p {
  width: 63%;
  color: #ffffff;
}

@media (max-width: 1020px) {
  .videopass.subscribe .getNow .content-price li p {
    width: 100%;
  }
}

.videopass.subscribe .getNow .content-price li a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  min-width: 180px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #ED1C24;
  border: none;
  border-radius: 0;
}

.videopass.subscribe .getNow .content-price li a:hover,
.videopass.subscribe .getNow .content-price li a:focus {
  text-decoration: none;
  background-color: #D0181F;
  color: #ffffff;
  outline-color: transparent;
}

.videopass.subscribe .getNow .content-price li a:active:hover {
  background-color: #ED1C24;
  box-shadow: inset 0 1px 3px 0 black;
}

.videopass.subscribe .getNow .content-price li:not(:last-child):after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(0deg, #ebebeb 0%, #bdbdbd 50%, #dfdfdf 73%, #ebebeb 100%);
  background: -moz-linear-gradient(0deg, #ebebeb 0%, #bdbdbd 50%, #dfdfdf 73%, #ebebeb 100%);
  background: -o-linear-gradient(0deg, #ebebeb 0%, #bdbdbd 50%, #dfdfdf 73%, #ebebeb 100%);
  background: -ms-linear-gradient(0deg, #ebebeb 0%, #bdbdbd 50%, #dfdfdf 73%, #ebebeb 100%);
  background: linear-gradient(90deg, #ebebeb 0%, #bdbdbd 50%, #dfdfdf 73%, #ebebeb 100%);
  width: 1009px;
  height: 1px;
  position: absolute;
  left: -50%;
  bottom: -22px;
}

@media (max-width: 1020px) {
  .videopass.subscribe .getNow .content-price li:not(:last-child):after {
    width: 100%;
  }
}

.videopass.subscribe .col-xs-center {
  margin: 0 auto;
  float: none;
}

.videopass.subscribe .bkg_grai {
  background-color: #ebebeb;
}

.videopass.subscribe .bkg-exclusive-features {
  background: url("../img/videopass_pay/bkgExclusiceFeatures.jpg?2020-11-12") no-repeat right 0;
  background-size: cover;
  height: 594px;
}

@media (max-width: 1020px) {
  .videopass.subscribe .bkg-exclusive-features {
    height: 445px;
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-exclusive-features {
    height: 130px;
    background-size: contain;
  }
}

.videopass.subscribe .bkg-exclusive-features > .container {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.videopass.subscribe .bkg-exclusive-features > .container .simple-block {
  width: 270px;
  transform: translateX(-100%);
}

@media (max-width: 1020px) {
  .videopass.subscribe .bkg-exclusive-features > .container .simple-block {
    transform: translateX(-75%);
  }
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-exclusive-features > .container .simple-block {
    transform: translateX(0);
    width: 100%;
  }
}

.videopass.subscribe .bkg-exclusive-features > .container .simple-block h3.title-block {
  line-height: 40px;
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-exclusive-features > .container .simple-block h3.title-block {
    font-size: 19px;
    line-height: 26px;
  }
}

.videopass.subscribe .bkg-exclusive-features > .container .simple-block p {
  line-height: 25px;
}

@media (max-width: 768px) {
  .videopass.subscribe .bkg-exclusive-features > .container .simple-block p {
    font-size: 12px;
    line-height: 17px;
  }
}

.videopass.subscribe .legal-conditions {
  font-size: 12px;
  margin: 20px auto;
}

.videopass.subscribe .legal-conditions p {
  color: #ffffff;
}

.videopass.subscribe .legal-conditions a {
  color: #ffffff;
  text-decoration: underline;
}

.videopass.subscribe #main_footer .copyright {
  margin: 30px auto 0 auto !important;
}

.videopass.subscribe .advert-info {
  color: #ffffff;
  font-size: 12px;
}

.videopass.subscribe .advert-info a {
  color: #ffffff;
  text-decoration: underline;
}

.videopass.summary {
  background-color: #ffffff;
}

.videopass.summary #header {
  box-shadow: 0px 0px 7px -1px #999;
}

.videopass.summary #header .brand-bar {
  background: #fff;
  display: block;
}

.videopass.summary #header .brand-bar .navbar-brand {
  display: block;
}

.videopass.summary #header .brand-bar .navbar-brand img {
  width: 190px;
  height: auto;
}

.videopass.summary #header .brand-bar .navbar-right ul > li:hover,
.videopass.summary #header .brand-bar .navbar-right ul > li:active {
  background: #ed1c24;
}

.videopass.summary #header .brand-bar .navbar-right ul > li:hover a,
.videopass.summary #header .brand-bar .navbar-right ul > li:active a {
  color: #fff;
  font-weight: bold;
}

.videopass.summary #header .brand-bar .navbar-right ul > li a {
  font-weight: normal;
  padding: 3px 20px;
  text-transform: none;
  font-size: 14px;
}

.videopass.summary #header .brand-bar .option {
  display: inline-block;
}

.videopass.summary #header .brand-bar .user-actions {
  margin-top: 5px;
  float: right;
}

.videopass.summary #header .brand-bar .user-actions button {
  border-width: 0 2px 0 0;
  border-radius: 0;
}

.videopass.summary #header .brand-bar .user-actions button#dropdownLangs {
  border: none;
}

.videopass.summary #header .brand-bar .user-actions .user-logged-block {
  display: none;
}

.videopass.summary #header .btn-default:active,
.videopass.summary #header .btn-default.active,
.videopass.summary #header .open > .btn-default.dropdown-toggle {
  background-color: transparent;
}

/* TIMING EXTENDED PAGE */

#timing-extended-page {
  margin-bottom: 40px;
  padding-left: 5;
  padding-right: 5;
}

#timing-extended-page > h1 {
  padding-left: 15px;
  margin: auto;
  max-width: 1512px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}

#timing-extended-page > h1.tissot-timing-sponsor:after {
  content: "";
  display: inline-block;
  background: url(../img/logo_TISSOT.svg) no-repeat;
  background-size: 180px 33px;
  width: 190px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
}

#timing-extended-page #live_timing_extended > .clearfix {
  margin-top: 0px;
}

#timing-extended-page .content-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  overflow-x: auto;
}

/* Specific utils styles */

/************* FLAGS *************/

/* Mini-flags */

.mini_flag:before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  position: absolute;
  margin: -18px 0 0 -2px;
  background: url(../../../responsive/static/img/common/flags/sprite_mini_flags.png?20240216) no-repeat;
  border: 1px solid #ddd;
}

.rider-lap .mini_flag:before,
.rider-pole .mini_flag:before,
.builder-ranking .mini_flag:before,
.rider-ranking .mini_flag:before {
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0px;
  left: auto;
}

.mini_flag.esp:before {
  background-position: 0 -10px;
}

.mini_flag.usa:before {
  background-position: 0 -20px;
}

.mini_flag.aus:before {
  background-position: 0 -30px;
}

.mini_flag.rus:before {
  background-position: 0 -40px;
}

.mini_flag.ger:before {
  background-position: 0 -50px;
}

.mini_flag.ara:before,
.mini_flag.esp1:before {
  background-position: 0 -60px;
}

.mini_flag.gbr:before,
.mini_flag.don:before {
  background-position: 0 -70px;
}

.mini_flag.ned:before {
  background-position: 0 -80px;
}

.mini_flag.tur:before {
  background-position: 0 -90px;
}

.mini_flag.ita:before {
  background-position: 0 -100px;
}

.mini_flag.ita2:before {
  background-position: 0 -100px;
}

.mini_flag.eur:before {
  background-position: 0 -110px;
}

.mini_flag.fra:before {
  background-position: 0 -120px;
}

.mini_flag.por:before {
  background-position: 0 -130px;
}

.mini_flag.swe:before {
  background-position: 0 -140px;
}

.mini_flag.irl:before {
  background-position: 0 -150px;
}

.mini_flag.rsa:before {
  background-position: 0 -160px;
}

.mini_flag.sui:before {
  background-position: 0 -170px;
}

.mini_flag.cze:before,
.mini_flag.mos:before {
  background-position: 0 -180px;
}

.mini_flag.arg:before {
  background-position: 0 -190px;
}

.mini_flag.fin:before {
  background-position: 0 -200px;
}

.mini_flag.ukr:before {
  background-position: 0 -210px;
}

.mini_flag.ina:before {
  background-position: 0 -220px;
}

.mini_flag.jpn:before {
  background-position: 0 -230px;
}

.mini_flag.pol:before {
  background-position: 0 -240px;
}

.mini_flag.col:before {
  background-position: 0 -250px;
}

.mini_flag.rom:before,
.mini_flag.rou:before {
  background-position: 0 -260px;
}

.mini_flag.svk:before {
  background-position: 0 -270px;
}

.mini_flag.lat:before {
  background-position: 0 -280px;
}

.mini_flag.ire:before {
  background-position: 0 -290px;
}

.mini_flag.rsm:before,
.mini_flag.smr:before {
  background-position: 0 -300px;
}

.mini_flag.qat:before {
  background-position: 0 -310px;
}

.mini_flag.hun:before {
  background-position: 0 -320px;
}

.mini_flag.can:before {
  background-position: 0 -330px;
}

.mini_flag.aut:before {
  background-position: 0 -340px;
}

.mini_flag.bel:before {
  background-position: 0 -350px;
}

.mini_flag.ind:before {
  background-position: 0 -360px;
}

.mini_flag.mal:before,
.mini_flag.mas:before {
  background-position: 0 -370px;
}

.mini_flag.nzl:before {
  background-position: 0 -380px;
}

.mini_flag.lux:before {
  background-position: 0 -390px;
}

.mini_flag.cro:before {
  background-position: 0 -400px;
}

.mini_flag.bra:before {
  background-position: 0 -410px;
}

.mini_flag.est:before {
  background-position: 0 -420px;
}

.mini_flag.nor:before {
  background-position: 0 -430px;
}

.mini_flag.tha:before {
  background-position: 0 -440px;
}

.mini_flag.den:before {
  background-position: 0 -450px;
}

.mini_flag.gre:before {
  background-position: 0 -460px;
}

.mini_flag.slo:before {
  background-position: 0 -470px;
}

.mini_flag.isr:before {
  background-position: 0 -480px;
}

.mini_flag.bul:before {
  background-position: 0 -490px;
}

.mini_flag.uru:before {
  background-position: 0 -500px;
}

.mini_flag.mex:before {
  background-position: 0 -510px;
}

.mini_flag.ltu:before {
  background-position: 0 -520px;
}

.mini_flag.ksa:before {
  background-position: 0 -530px;
}

.mini_flag.chi:before {
  background-position: 0 -540px;
}

.mini_flag.chl:before {
  background-position: 0 -540px;
}

.mini_flag.arg:before {
  background-position: 0 -550px;
}

.mini_flag.cze:before {
  background-position: 0 -560px;
}

.mini_flag.and:before {
  background-position: 0 -570px;
}

.mini_flag.phi:before {
  background-position: 0 -580px;
}

.mini_flag.cat:before {
  background-position: 0 -590px;
}

.mini_flag.geo:before {
  background-position: 0 -600px;
}

.mini_flag.twn:before {
  background-position: 0 -610px;
}

.mini_flag.tpe:before {
  background-position: 0 -620px;
}

.mini_flag.chn:before {
  background-position: 0 -630px;
}

/* Small Flags */

.arrow_flag_31x19:before {
  content: "";
  display: block;
  width: 31px;
  height: 19px;
  position: absolute;
  margin: 4px 0 0 -38px;
  background: url(../img/common/flags/sprite_arrow_flags_31x19.png) no-repeat;
}

.arrow_flag_31x19.esp:before {
  background-position: 0 -19px;
}

.arrow_flag_31x19.usa:before {
  background-position: 0 -38px;
}

.arrow_flag_31x19.aus:before {
  background-position: 0 -57px;
}

.arrow_flag_31x19.rus:before {
  background-position: 0 -76px;
}

.arrow_flag_31x19.ger:before {
  background-position: 0 -95px;
}

.arrow_flag_31x19.ara:before,
.arrow_flag_31x19.esp1:before {
  background-position: 0 -114px;
}

.arrow_flag_31x19.gbr:before,
.arrow_flag_31x19.don:before {
  background-position: 0 -133px;
}

.arrow_flag_31x19.ned:before {
  background-position: 0 -152px;
}

.arrow_flag_31x19.tur:before {
  background-position: 0 -171px;
}

.arrow_flag_31x19.ita:before {
  background-position: 0 -190px;
}

.arrow_flag_31x19.ita2:before {
  background-position: 0 -190px;
}

.arrow_flag_31x19.eur:before {
  background-position: 0 -209px;
}

.arrow_flag_31x19.fra:before {
  background-position: 0 -228px;
}

.arrow_flag_31x19.por:before {
  background-position: 0 -247px;
}

.arrow_flag_31x19.swe:before {
  background-position: 0 -266px;
}

.arrow_flag_31x19.irl:before {
  background-position: 0 -285px;
}

.arrow_flag_31x19.rsa:before {
  background-position: 0 -304px;
}

.arrow_flag_31x19.sui:before {
  background-position: 0 -323px;
}

.arrow_flag_31x19.cze:before,
.arrow_flag_31x19.mos:before {
  background-position: 0 -342px;
}

.arrow_flag_31x19.arg:before {
  background-position: 0 -361px;
}

.arrow_flag_31x19.fin:before {
  background-position: 0 -380px;
}

.arrow_flag_31x19.ukr:before {
  background-position: 0 -399px;
}

.arrow_flag_31x19.ina:before {
  background-position: 0 -418px;
}

.arrow_flag_31x19.jpn:before {
  background-position: 0 -437px;
}

.arrow_flag_31x19.pol:before {
  background-position: 0 -456px;
}

.arrow_flag_31x19.col:before {
  background-position: 0 -475px;
}

.arrow_flag_31x19.rom:before,
.arrow_flag_31x19.rou:before {
  background-position: 0 -494px;
}

.arrow_flag_31x19.svk:before {
  background-position: 0 -513px;
}

.arrow_flag_31x19.lat:before {
  background-position: 0 -532px;
}

.arrow_flag_31x19.ire:before {
  background-position: 0 -551px;
}

.arrow_flag_31x19.rsm:before,
.arrow_flag_31x19.smr:before {
  background-position: 0 -570px;
}

.arrow_flag_31x19.qat:before {
  background-position: 0 -589px;
}

.arrow_flag_31x19.hun:before {
  background-position: 0 -608px;
}

.arrow_flag_31x19.can:before {
  background-position: 0 -627px;
}

.arrow_flag_31x19.aut:before {
  background-position: 0 -646px;
}

.arrow_flag_31x19.bel:before {
  background-position: 0 -665px;
}

.arrow_flag_31x19.ind:before {
  background-position: 0 -684px;
}

.arrow_flag_31x19.mal:before,
.arrow_flag_31x19.mas:before {
  background-position: 0 -703px;
}

.arrow_flag_31x19.nzl:before {
  background-position: 0 -722px;
}

.arrow_flag_31x19.lux:before {
  background-position: 0 -741px;
}

.arrow_flag_31x19.cro:before {
  background-position: 0 -760px;
}

.arrow_flag_31x19.bra:before {
  background-position: 0 -779px;
}

.arrow_flag_31x19.est:before {
  background-position: 0 -798px;
}

.arrow_flag_31x19.nor:before {
  background-position: 0 -817px;
}

.arrow_flag_31x19.tha:before {
  background-position: 0 -836px;
}

.arrow_flag_31x19.den:before {
  background-position: 0 -855px;
}

.arrow_flag_31x19.gre:before {
  background-position: 0 -874px;
}

.arrow_flag_31x19.slo:before {
  background-position: 0 -893px;
}

.arrow_flag_31x19.isr:before {
  background-position: 0 -912px;
}

.arrow_flag_31x19.bul:before {
  background-position: 0 -931px;
}

.arrow_flag_31x19.uru:before {
  background-position: 0 -949px;
}

.arrow_flag_31x19.mex:before {
  background-position: 0 -968px;
}

.arrow_flag_31x19.ltu:before {
  background-position: 0 -987px;
}

.arrow_flag_31x19.chi:before {
  background-position: 0 -1024px;
}

.arrow_flag_31x19.chl:before {
  background-position: 0 -1025px;
}

.arrow_flag_31x19.arg:before {
  background-position: 0 -1045px;
}

.arrow_flag_31x19.cze:before {
  background-position: 0 -1062px;
}

.arrow_flag_31x19.and:before {
  background-position: 0 -1081px;
}

.arrow_flag_31x19.phi:before {
  background-position: 0 -1100px;
}

.arrow_flag_31x19.esp4:before {
  background-position: 0 -1119px;
}

.arrow_flag_31x19.esp3:before,
.arrow_flag_31x19.cat:before {
  background-position: 0 -1138px;
}

/* Big Flags */

.arrow_flag_80x49:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 49px;
  background: url(../../../responsive/static/img/common/flags/sprite_arrow_flags_80x49.png) no-repeat;
  position: absolute;
  margin-left: -90px;
  margin-top: -6px;
}

@media (max-width: 650px) {
  .arrow_flag_80x49:before {
    display: none;
  }
}

.arrow_flag_80x49.esp:before {
  background-position: 0 -49px;
}

.arrow_flag_80x49.usa:before {
  background-position: 0 -98px;
}

.arrow_flag_80x49.aus:before {
  background-position: 0 -147px;
}

.arrow_flag_80x49.rus:before {
  background-position: 0 -196px;
}

.arrow_flag_80x49.ger:before {
  background-position: 0 -245px;
}

.arrow_flag_80x49.ara:before,
.arrow_flag_80x49.esp1:before {
  background-position: 0 -294px;
}

.arrow_flag_80x49.gbr:before,
.arrow_flag_80x49.don:before {
  background-position: 0 -343px;
}

.arrow_flag_80x49.ned:before {
  background-position: 0 -392px;
}

.arrow_flag_80x49.tur:before {
  background-position: 0 -441px;
}

.arrow_flag_80x49.ita:before {
  background-position: 0 -490px;
}

.arrow_flag_80x49.ita2:before {
  background-position: 0 -490px;
}

.arrow_flag_80x49.eur:before {
  background-position: 0 -539px;
}

.arrow_flag_80x49.fra:before {
  background-position: 0 -588px;
}

.arrow_flag_80x49.por:before {
  background-position: 0 -637px;
}

.arrow_flag_80x49.swe:before {
  background-position: 0 -686px;
}

.arrow_flag_80x49.irl:before {
  background-position: 0 -735px;
}

.arrow_flag_80x49.rsa:before {
  background-position: 0 -784px;
}

.arrow_flag_80x49.sui:before {
  background-position: 0 -833px;
}

.arrow_flag_80x49.cze:before,
.arrow_flag_80x49.mos:before {
  background-position: 0 -882px;
}

.arrow_flag_80x49.arg:before {
  background-position: 0 -931px;
}

.arrow_flag_80x49.fin:before {
  background-position: 0 -980px;
}

.arrow_flag_80x49.ukr:before {
  background-position: 0 -1029px;
}

.arrow_flag_80x49.ina:before {
  background-position: 0 -1078px;
}

.arrow_flag_80x49.jpn:before {
  background-position: 0 -1127px;
}

.arrow_flag_80x49.pol:before {
  background-position: 0 -1176px;
}

.arrow_flag_80x49.col:before {
  background-position: 0 -1225px;
}

.arrow_flag_80x49.rom:before,
.arrow_flag_80x49.rou:before {
  background-position: 0 -1274px;
}

.arrow_flag_80x49.svk:before {
  background-position: 0 -1323px;
}

.arrow_flag_80x49.lat:before {
  background-position: 0 -1372px;
}

.arrow_flag_80x49.ire:before {
  background-position: 0 -1421px;
}

.arrow_flag_80x49.rsm:before,
.arrow_flag_80x49.rsm:before {
  background-position: 0 -1470px;
}

.arrow_flag_80x49.qat:before {
  background-position: 0 -1519px;
}

.arrow_flag_80x49.hun:before {
  background-position: 0 -1568px;
}

.arrow_flag_80x49.can:before {
  background-position: 0 -1617px;
}

.arrow_flag_80x49.aut:before {
  background-position: 0 -1666px;
}

.arrow_flag_80x49.bel:before {
  background-position: 0 -1715px;
}

.arrow_flag_80x49.ind:before {
  background-position: 0 -1764px;
}

.arrow_flag_80x49.mal:before,
.arrow_flag_80x49.mas:before {
  background-position: 0 -1813px;
}

.arrow_flag_80x49.nzl:before {
  background-position: 0 -1862px;
}

.arrow_flag_80x49.lux:before {
  background-position: 0 -1911px;
}

.arrow_flag_80x49.cro:before {
  background-position: 0 -1960px;
}

.arrow_flag_80x49.bra:before {
  background-position: 0 -2009px;
}

.arrow_flag_80x49.est:before {
  background-position: 0 -2058px;
}

.arrow_flag_80x49.nor:before {
  background-position: 0 -2107px;
}

.arrow_flag_80x49.tha:before {
  background-position: 0 -2156px;
}

.arrow_flag_80x49.den:before {
  background-position: 0 -2206px;
}

.arrow_flag_80x49.gre:before {
  background-position: 0 -2254px;
}

.arrow_flag_80x49.slo:before {
  background-position: 0 -2303px;
}

.arrow_flag_80x49.isr:before {
  background-position: 0 -2352px;
}

.arrow_flag_80x49.bul:before {
  background-position: 0 -2401px;
}

.arrow_flag_80x49.uru:before {
  background-position: 0 -2454px;
}

.arrow_flag_80x49.mex:before {
  background-position: 0 -2501px;
}

.arrow_flag_80x49.ltu:before {
  background-position: 0 -2549px;
}

.arrow_flag_80x49.ksa:before {
  background-position: 0 -2598px;
}

.arrow_flag_80x49.chi:before {
  background-position: 0 -2648px;
}

.arrow_flag_80x49.chl:before {
  background-position: 0 -2647px;
}

.arrow_flag_80x49.arg:before {
  background-position: 0 -2697px;
}

.arrow_flag_80x49.cze:before,
.arrow_flag_80x49.mos:before {
  background-position: 0 -2744px;
}

.arrow_flag_80x49.and:before {
  background-position: 0 -2792px;
}

.arrow_flag_80x49.phi:before {
  background-position: 0 -2841px;
}

.arrow_flag_80x49.esp4:before {
  background-position: 0 -2890px;
}

.arrow_flag_80x49.esp3:before,
.arrow_flag_80x49.cat:before {
  background-position: 0 -2939px;
}

#header a:hover,
#header a:active,
#header a:focus {
  background: none;
}

#header .container {
  padding-left: 0;
}

@media (max-width: 1020px) {
  #header .container {
    padding-left: 15px;
  }
}

#header .top-bar {
  display: none;
  background: #fff;
}

@media (min-width: 1020px) {
  #header .top-bar {
    display: block;
  }
}

#header .top-bar a {
  color: #939393;
}

#header .top-bar .option {
  display: inline-block;
}

#header .top-bar .option.user {
  margin-left: -4px;
}

#header .top-bar .user-actions button {
  border-width: 0 2px 0 0;
  border-radius: 0;
}

#header .top-bar .user-actions button#dropdownLangs {
  border-width: 0 2px 0 2px;
}

#header .top-bar .user-actions #user-logged-block {
  display: none;
}

#header .brand-bar {
  display: none;
  background: #000;
}

@media (min-width: 1020px) {
  #header .brand-bar {
    display: block;
  }
}

#header .brand-bar ul > li > a {
  color: #939393;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  padding: 50px 15px 10px;
  text-transform: uppercase;
}

#header .brand-bar ul > li > a.apps {
  background: url(../../static/img/menu/grey/menu_apps.svg) no-repeat center 15px/auto 30px;
}

#header .brand-bar ul > li > a.store {
  background: url(../../static/img/menu/grey/menu_store.svg) no-repeat center 15px/auto 30px;
}

#header .brand-bar ul > li > a.pitlounge {
  background: url(../../static/img/menu/grey/menu_pitlounge.svg) no-repeat center 15px/auto 30px;
}

#header .brand-bar ul > li > a.shop {
  background: url(../../static/img/menu/grey/menu_shop.svg) no-repeat center 15px/auto 30px;
}

#header .brand-bar ul > li > a.tickets {
  background: url(../../static/img/menu/grey/menu_tickets.svg) no-repeat center 15px/auto 30px;
}

#header .brand-bar ul > li > a.videopass {
  background: #ed1b24 url(../../static/img/menu/menu_videopass.svg) no-repeat center 15px/auto 30px;
  color: #fff;
}

#header .navbar-brand a,
#header .navbar-brand a:hover,
#header .navbar-brand a:active {
  text-decoration: none;
}

#header .navbar-right ul > li:hover,
#header .navbar-right ul > li:active {
  background: #ed1c24;
}

#header .navbar-right ul > li:hover a,
#header .navbar-right ul > li:active a {
  color: #fff;
  font-weight: bold;
}

#header .navbar-right ul > li a {
  font-weight: normal;
  padding: 3px 20px;
  text-transform: none;
  font-size: 14px;
}

#header .navbar-right .open ul {
  z-index: 1010;
}

#header .main-menu {
  background: #212121;
}

@media (min-width: 1020px) {
  #header .main-menu {
    background: #2b2b2b;
  }
}

#header .main-menu a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 1020px) {
  #header .main-menu a {
    padding: 14px 8px;
    border-bottom: 3px solid transparent;
  }
}

@media (min-width: 1272px) {
  #header .main-menu a {
    padding: 15px;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
  }
}

#header .main-menu a:hover {
  border-color: #e30513;
}

#header .main-menu a.dropdown-toggle {
  border-bottom: 0;
}

#header .main-menu .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

#header .main-menu .dropdown-toggle {
  font-size: 26px;
  height: 50px;
  width: 50px;
  content: " ";
  background: url(../../static/img/menu/menu-hamburger.svg) no-repeat 50% center/auto 26px;
}

#header .main-menu .dropdown-toggle .glyphicon-menu-hamburger:before {
  content: "";
}

#header .main-menu .menu-large .dropdown-toggle {
  display: none;
}

@media (min-width: 1020px) {
  #header .main-menu .menu-large .dropdown-toggle {
    display: block;
  }
}

#header .main-menu .menu-large.open .dropdown-menu.container li > a:hover {
  border-color: transparent;
}

#header .main-menu .menu-large:open .dropdown-menu.container li > a:hover {
  border-bottom: none;
}

@media (max-width: 1272px) {
  #header .main-menu .menu-large:open .dropdown-menu.container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    justify-content: space-around !important;
  }

  #header .main-menu .menu-large:open .dropdown-menu.container li {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    justify-content: space-around !important;
  }
}

#header .main-menu .menu-small {
  text-align: center;
}

#header .main-menu .menu-small .dropdown-toggle {
  float: left;
}

@media (min-width: 1020px) {
  #header .main-menu .menu-small .dropdown-toggle {
    display: none;
  }
}

#header .main-menu .menu-small .dropdown-menu {
  background: #fff;
  margin: 0;
  z-index: 1001;
}

#header .main-menu .menu-small .dropdown-menu a {
  color: #212121;
}

@media (min-width: 1020px) {
  #header .main-menu .menu-small .dropdown-menu a {
    color: #fff;
  }
}

#header .main-menu .menu-small .dropdown-menu .brand-menu,
#header .main-menu .menu-small .dropdown-menu .social-mobile-menu {
  display: none;
}

@media (min-width: 1020px) {
  #header .main-menu .menu-small .dropdown-menu {
    background: #2b2b2b;
    box-shadow: none;
    display: block;
    width: auto;
    position: relative;
    padding: 0;
  }
}

@media (max-width: 1020px) {
  #header .main-menu .menu-small .dropdown-menu {
    padding: 0 15px;
  }
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu {
  width: 100%;
  text-align: center;
  margin-left: 3px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li {
  width: 20%;
  margin-left: -4px;
  padding: 0 2px;
  text-align: center;
  vertical-align: bottom;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a {
  list-style-type: none;
  padding: 5px;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  min-height: 82px;
  line-height: 11px;
  padding: 50px 5px 10px;
  text-transform: uppercase;
  text-align: center;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.apps {
  background: #ebebeb url(../../static/img/menu/menu_apps.svg) no-repeat center 12px/auto 30px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.store {
  background: #ebebeb url(../../static/img/menu/menu_store.svg) no-repeat center 12px/auto 30px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.shop {
  background: #ebebeb url(../../static/img/menu/menu_shop.svg) no-repeat center 12px/auto 30px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.pitlounge {
  background: #ebebeb url(../../static/img/menu/menu_pitlounge.svg) no-repeat center 12px/auto 30px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.tickets {
  background: #ebebeb url(../../static/img/menu/menu_tickets.svg) no-repeat center 12px/auto 30px;
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li > a.videopass {
  background: #ed1b24 url(../../static/img/menu/menu_videopass.svg) no-repeat center 12px/auto 30px;
  color: #fff;
  font-size: 9px;
}

@media (max-width: 1020px) {
  #header .main-menu .menu-small .dropdown-menu > li .brand-menu > li {
    display: inline-block;
  }
}

#header .main-menu .menu-small .dropdown-menu > li .brand-menu > li:before {
  content: "";
}

@media (max-width: 1019px) {
  #header .main-menu .menu-small .dropdown-menu > li .brand-menu {
    display: block;
  }
}

@media (max-width: 1019px) {
  #header .main-menu .menu-small .dropdown-menu > li {
    border-top: 1px solid #e0e0e0;
  }

  #header .main-menu .menu-small .dropdown-menu > li:nth-child(1),
  #header .main-menu .menu-small .dropdown-menu > li:nth-child(2),
  #header .main-menu .menu-small .dropdown-menu > li:last-child,
  #header .main-menu .menu-small .dropdown-menu > li.search-button,
  #header .main-menu .menu-small .dropdown-menu > li.lang-selector {
    border-top: none;
  }

  #header .main-menu .menu-small .dropdown-menu > li a {
    text-transform: capitalize;
    line-height: 30px;
    width: 100%;
  }
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu {
  text-align: center;
  height: 45px;
}

@media (max-width: 1019px) {
  #header .main-menu .menu-small .dropdown-menu .social-mobile-menu {
    display: block;
  }
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li {
  display: inline-block;
  width: 12%;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li:before {
  display: none;
  content: "";
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a {
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 32px 0 0;
  line-height: 30px;
  width: 35px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.facebook {
  background: url(../../static/img/social/black/social_facebook.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.twitter {
  background: url(../../static/img/social/black/social_twitter.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.instagram {
  background: url(../../static/img/social/black/social_instagram.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.youtube {
  background: url(../../static/img/social/black/social_youtube.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.tiktok {
  background: url(../../static/img/social/black/social_tiktok.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.googleplus {
  background: url(../../static/img/social/black/social_googleplus.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .dropdown-menu .social-mobile-menu > li a.rss {
  background: url(../../static/img/social/black/social_rss.svg) no-repeat 50% center/auto 18px;
}

#header .main-menu .menu-small .navbar-user {
  position: absolute;
  font-size: 26px;
  right: 0;
  top: 0;
}

@media (min-width: 1020px) {
  #header .main-menu .menu-small .navbar-user {
    display: none;
  }
}

#header .main-menu .menu-small .navbar-nav > li.lang-selector fieldset {
  margin-bottom: 0;
}

#header .main-menu .menu-small.dropdown.open > a {
  color: #212121;
  background: #fff;
}

#header .main-menu .menu-small.dropdown.open > a.navbar-brand {
  background: none;
}

#header .main-menu .menu-small.dropdown.open > a.navbar-user {
  color: #fff;
  background: #212121;
}

#header .main-menu .menu-small.dropdown.open > a .glyphicon-remove {
  line-height: 30px;
  text-align: center;
}

#header .main-menu .dropdown .glyphicon-remove {
  display: none;
}

#header .main-menu .dropdown > ul {
  background: #363636;
  border: none;
  border-radius: none;
  padding-left: 50px;
  padding-bottom: 30px;
}

#header .main-menu .dropdown > ul h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
}

#header .main-menu .dropdown > ul h2:after {
  content: "";
  background: url(../img/common/chevron.svg) no-repeat center;
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 5px;
}

#header .main-menu .dropdown > ul ul {
  list-style: none;
  padding: 0;
}

#header .main-menu .dropdown > ul ul li:before {
  content: "";
  background: url(../img/common/chevron_red.svg) no-repeat center;
  display: inline-block;
  width: 5px;
  height: 13px;
}

#header .main-menu .dropdown > ul ul li a {
  text-transform: none;
  color: #959595;
  font-weight: normal;
  padding: 0px 5px;
}

#header .main-menu .dropdown.open > a {
  background: #363636;
}

#header .main-menu .dropdown.open .glyphicon-menu-hamburger {
  display: none;
}

#header .main-menu .dropdown.open .glyphicon-remove {
  display: block;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}

#header .main-menu .dropdown .search-button {
  display: none;
  border-top: 0;
}

#header .main-menu .dropdown .search-button a {
  text-align: center;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
}

#header .main-menu .dropdown .search-button span {
  font-family: "Cairo", sans-serif;
  margin-left: 7px;
}

@media (max-width: 1020px) {
  #header .main-menu .dropdown .search-button {
    display: block;
  }
}

#header .main-menu .dropdown .lang-selector {
  display: none;
  border-top: 0;
}

#header .main-menu .dropdown .lang-selector form {
  text-align: center;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  padding: 10px 0;
}

#header .main-menu .dropdown .lang-selector form label {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}

#header .main-menu .dropdown .lang-selector form select {
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
}

@media (max-width: 1020px) {
  #header .main-menu .dropdown .lang-selector {
    display: block;
  }
}

#header .main-menu .dropdown.menu-small > ul ul li:before {
  background: none;
}

#header ul.social > li a {
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 32px 0 0;
  line-height: 30px;
  width: 24px;
}

#header ul.social > li a.facebook {
  background: url(../../static/img/social/grey/social_facebook.svg) no-repeat 50% center/auto 14px;
}

#header ul.social > li a.twitter {
  background: url(../../static/img/social/grey/social_twitter.svg) no-repeat 50% center/auto 14px;
}

#header ul.social > li a.instagram {
  background: url(../../static/img/social/grey/social_instagram.svg) no-repeat 50% center/auto 14px;
}

#header ul.social > li a.youtube {
  background: url(../../static/img/social/grey/social_youtube.svg) no-repeat 50% center/auto 16px;
}

#header ul.social > li a.tiktok {
  background: url(../../static/img/social/grey/social_tiktok.svg) no-repeat 50% center/auto 16px;
}

#header ul.social > li a.googleplus {
  background: url(../../static/img/social/grey/social_googleplus.svg) no-repeat 50% center/auto 14px;
}

#header ul.social > li a.rss {
  background: url(../../static/img/social/grey/social_rss.svg) no-repeat 50% center/auto 14px;
}

#header ul.social > li a.no-spoiler {
  background: url(../../static/img/social/grey/social_nospoiler.png) no-repeat 50% center/auto 14px;
  width: 30px;
}

#header .navbar-brand {
  display: none;
}

#header .navbar-brand.mobile {
  display: inline-block;
  float: none;
  margin: 10px auto;
  padding: 0;
  height: auto;
}

@media (min-width: 1020px) {
  #header .navbar-brand.mobile {
    display: none;
  }
}

#header .navbar-brand.mobile img {
  height: 30px;
  display: inline-block;
}

#header .navbar-brand.mobile img.logo-fim {
  height: 19px;
  top: -5px;
  left: 10px;
}

@media (min-width: 1020px) {
  #header .navbar-brand {
    display: block;
  }
}

#header .navbar-brand .logo {
  display: inline-block;
  height: 40px;
}

#header .navbar-brand .logo-fim {
  display: inline-block;
  height: 23px;
  position: relative;
  top: -6px;
  left: 15px;
}

#header .navbar-user.mobile.open {
  width: 100%;
  position: absolute;
}

#header .navbar-user.mobile.open #menu_energy_user {
  position: absolute;
  padding: 0;
}

#header .navbar-user.mobile.open #menu_energy_user li {
  border: none;
  border-bottom: 1px solid #eee;
}

#header .navbar-user.mobile > button {
  height: 48px;
  width: 48px;
  border: none;
  border: none;
  color: #fff;
  background: #222;
  float: right;
}

#header .navbar-user.mobile #menu_energy_user {
  width: 100%;
}

#header .navbar-user.mobile #menu_energy_user li {
  background: #fff;
  width: 100%;
  text-align: right;
  border-bottom: #d0d0d0;
}

#header .navbar-user.mobile #menu_energy_user li a {
  color: #222;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}