.snackContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.snackContainer .snackbar {
  padding: 17px 20px;
  background-color: #1d612f;
  margin: 2px auto 0 auto;
  font-size: 15px;
  color: white;
  opacity: 0;
  border-radius: 1px;
  max-width: 800px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.snackContainer .snackbar-error {
  background-color: #b52d2d;
}
.snackContainer .snackbar.show {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.snackContainer .snackbar .action {
  float: right;
  padding: 10px 10px 15px 30px;
  margin: -10px;
  color: #f1f1f1;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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;
  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);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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: 768px) {
  .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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open {
  position: fixed;
  width: 100%;
}
.modal-open .modal {
  overflow: hidden !important;
}
.account.modal-backdrop {
  background: #000;
}
.modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block !important;
  -webkit-overflow-scrolling: auto;
  color: #fff;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  color: #fff;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-dialog {
  height: 100%;
  margin: auto !important;
  width: 100%;
  -webkit-transform: translate(0, 0) !important;
       -o-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.modal .modal-content {
  background-color: transparent;
  height: 100% !important;
  width: 100%;
}
.modal.fade {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.modal.fade.in {
  opacity: 1;
}
.close-btn {
  color: white;
  font-size: 50px;
  position: fixed;
  z-index: 1;
  padding: 4px 10px;
  margin-top: 9px;
  margin-right: 10px;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .close-btn {
    font-size: 38px;
    margin-top: 10px;
    margin-right: 0;
  }
}
.modal-backdrop {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.modal-backdrop.in {
  opacity: 0.9 !important;
}
.modal-exit .btn {
  margin: 1rem;
}
/*!
 * 
 *   react-simple-keyboard v1.16.0
 *   https://github.com/hodgef/react-simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under a dual license system (MIT or GPL-3.0), as found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */
/*!
 * 
 *   simple-keyboard v2.14.0
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */body,html{margin:0;padding:0}.simple-keyboard{font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;overflow:hidden;touch-action:manipulation}.simple-keyboard .hg-row{display:flex}.simple-keyboard .hg-row:not(:last-child){margin-bottom:5px}.simple-keyboard .hg-row .hg-button:not(:last-child){margin-right:5px}.simple-keyboard .hg-button{display:inline-block;flex-grow:1;cursor:pointer}.hg-standardBtn{max-width:100px}.simple-keyboard.hg-theme-default{background-color:rgba(0,0,0,.1);padding:5px;border-radius:5px}.simple-keyboard.hg-theme-default .hg-button{box-shadow:0 0 3px -1px rgba(0,0,0,.3);height:40px;border-radius:5px;box-sizing:border-box;padding:5px;background:#fff;border-bottom:1px solid #b5b5b5;cursor:pointer;display:flex;align-items:center;justify-content:center}.simple-keyboard button.hg-button{border-width:0;outline:0;font-size:inherit}.simple-keyboard.hg-theme-default .hg-button:active{background:#e4e4e4}.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button{width:33.3%;height:60px;align-items:center;display:flex;justify-content:center}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd,.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.simple-keyboard.hg-theme-default .hg-button.hg-button-com{max-width:85px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.simple-keyboard {
  border-radius: 0;
}
.simple-keyboard .hg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-keyboard .hg-row .hg-button:not(:last-child) {
  margin-right: 3px;
}
.simple-keyboard .hg-row:not(:last-child) {
  margin-bottom: 3px;
}
.simple-keyboard.hg-theme-default {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
  max-width: 80rem;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
}
.simple-keyboard.hg-theme-default .hg-button {
  background: #212121;
  border-bottom: 1px solid #383838;
  font-weight: 500;
  color: #fff;
  font-family: Verdana;
  border-radius: 2px;
  font-family: 'Merriweather', serif;
  height: 3rem;
  font-size: 1.4rem;
}
.simple-keyboard.hg-theme-default .hg-button:focus {
  background: #7d7d7d;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn {
  max-width: none;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 7rem;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 4rem;
}
.fatalerror {
  height: 100vh;
  position: relative;
  background-color: #fff;
  color: #444;
}
.fatalerror h3,
.fatalerror h4 {
  color: #444;
}
.fatalerror_inner {
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  position: absolute;
}
.fatalerror .channel-logo {
  max-width: 120px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 37px;
}
.fatalerror .btn-retry {
  background-color: white;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 10px 26px;
  font-size: 16px;
  margin-top: 12px;
  color: #444;
}
.fatalerror .close-btn {
  float: right;
  font-size: 37px;
  color: #000;
  margin: 20px;
}
.loader {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 1px;
}
.loader.loading {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.loader.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #55a9cd;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
       -o-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
       -o-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
       -o-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
       -o-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.player-controlbar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.3rem 2rem 1rem 2rem;
  z-index: 1050 !important;
}
/**
 * Player controls bar
 */
.player-controlbar {
  opacity: 0;
}
.player-controlbar.advertisement-playing {
  display: none !important;
}
.player-controlbar:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), color-stop(60%, rgba(0, 0, 0, 0.42)), color-stop(89%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.12) 89%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.12) 89%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: -1;
  top: auto;
  pointer-events: none;
  padding-top: 25%;
}
.player-controlbar .html5-progress-bar {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.31);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.31);
}
.player-controlbar .html5-progress-bar .progress-list {
  background-color: rgba(244, 247, 249, 0.6);
  position: absolute;
  left: 0;
  right: 0;
}
.player-controlbar .progress-bar-container {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  margin: 1.5rem 0;
}
.player-controlbar .progress-bar-container .progress-list {
  height: 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(244, 247, 249, 0.6);
}
.player-controlbar .html5-progress-bar-disabled {
  display: none;
  float: right;
  height: 0.3rem;
  cursor: no-drop;
}
.player-controlbar .play-progress {
  background-color: #daeef9;
  height: 0.3rem;
  top: 0;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
}
.player-controlbar .control-buttons .control-button {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 3.2rem;
  color: white;
  outline: none;
  width: 5rem;
  line-height: 4.75rem;
  margin-right: 0.2rem;
}
.player-controlbar .control-buttons .control-button[semi-focus] {
  background-color: #daeef9;
}
.player-controlbar .player-stats {
  color: white;
  font-size: 1.8rem;
  padding-left: 3rem;
  line-height: 2.7;
}
.player-controlbar .current-media-title {
  font-size: 2.3rem;
  line-height: 2;
  color: white;
  text-shadow: 0 0 22px black;
  font-family: 'Merriweather', serif;
}
.player-controlbar .tv-controls-scrubbar {
  display: block;
  height: 20px;
}
.player-controlbar .tv-controls-scrubbar .html5-scrubber-button {
  background: #daeef9;
  border: 4px solid #daeef9;
  border-radius: 100%;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin-left: -0.5rem;
  position: absolute;
  top: -0.35rem;
  z-index: 2;
  display: none;
}
.player-controlbar .tv-controls-scrubbar:hover .html5-scrubber-button,
.player-controlbar .tv-controls-scrubbar:focus .html5-scrubber-button {
  display: block;
}
.player-controlbar .tv-controls-scrubbar:hover .progress-list,
.player-controlbar .tv-controls-scrubbar:focus .progress-list,
.player-controlbar .tv-controls-scrubbar:hover .play-progress,
.player-controlbar .tv-controls-scrubbar:focus .play-progress {
  height: 0.5rem;
  margin-top: -0.1rem;
}
.player-controlbar .player-subtitles-dropdown {
  float: left;
}
.controls-cue {
  left: 0;
  right: 0;
  font-size: 0.4em;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 2.3rem;
}
.controls-cue_item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
.mousemove .player-controlbar {
  opacity: 1;
}
.is-fixed .player-controlbar {
  display: none;
}
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid red;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0;
  border: 0;
  background: #fff;
  padding: 13px 0;
  /* margin: -41px 0 0 -28px; */
  width: auto;
  overflow-y: auto;
  font-family: 'Merriweather', serif;
}
.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu li a {
  display: block;
  padding: 6px 26px;
  clear: both;
  line-height: 1.42857143;
  color: #626262;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  outline: none;
}
.dropdown-menu li a[disabled] {
  color: #d6d6d6;
  pointer-events: none;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #000;
}
.dropdown-menu li.child a {
  padding-left: 35px;
}
.dropdown-menu.dropdown-menu-up {
  top: auto;
  bottom: 100%;
}
.dropdown-menu-alignment-right {
  left: auto;
  right: 0;
}
.dropdown-menu-alignment-left {
  left: 0;
  right: auto;
}
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  background-color: transparent;
  color: #d6d6d6;
  pointer-events: none;
}
.dropdown-like {
  font-family: 'Merriweather', serif;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #d6d6d6;
  pointer-events: none;
}
.dropdown-menu > li > a {
  text-transform: none;
  font-size: 15px;
}
.dropdown-anim .dropdown-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  z-index: -1;
}
.dropdown-anim.closing > .dropdown-menu {
  max-height: none !important;
  z-index: 1;
}
.dropdown-anim.open > .dropdown-menu {
  opacity: 1;
  max-height: none;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
}
@-webkit-keyframes playerFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes playerFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes playerFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.poster {
  background-size: cover;
  background-position: 50% 50%;
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.make-fixed {
  position: fixed !important;
  bottom: 0;
  -webkit-transform: scale3d(0.25) translate3d(0, 0, 0) !important;
          transform: scale3d(0.25) translate3d(0, 0, 0) !important;
}
.request-player-container {
  max-height: 100vh;
  overflow: hidden;
  background-color: #000;
}
.request-player-container.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
  max-width: 30%;
  background-color: transparent;
}
.request-player {
  background-position: 50% 50%;
  background-size: cover;
  max-height: 100vh;
  padding-top: 56.25%;
}
.request-player-container-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
}
.home-stream {
  height: calc(100vw * (9 / 16));
}
.head-bg-wrapper {
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*height: 75vh; */
}
.head-bg-wrapper.base {
  background-size: cover;
}
.iframe-container-container-container {
  position: absolute;
  margin: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.05s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.05s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, -o-transform 0.05s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.05s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.05s ease-in-out, -webkit-transform 0.05s ease-in-out, -o-transform 0.05s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: 0;
  right: 0;
  min-width: 150px;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.iframe-container-container-container.animate-fixed {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iframe-container-container-container.is-fixed {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  max-width: 360px;
  min-width: 160px;
}
.iframe-container-container-container.is-fixed.is-moving {
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.iframe-container-container-container.is-fixed.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translate3d(120%, 0, 0) !important;
          transform: translate3d(120%, 0, 0) !important;
}
.iframe-container-container-container.is-fixed .iframe-container {
  pointer-events: none;
}
@media (max-width: 640px) {
  .iframe-container-container-container.is-fixed {
    width: 50%;
  }
}
@media (min-width: 641px) {
  .iframe-container-container-container.is-fixed {
    min-width: 320px;
  }
}
@media (max-width: 500px) and (orientation: landscape) {
  .iframe-container-container-container.is-fixed {
    max-width: 25%;
  }
}
.iframe-container-container-container.is-fixed iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 1px;
  min-width: 100%;
  max-width: 100%;
}
.iframe-container-container-container.is-hidden {
  display: none;
}
@media (max-width: 600px) {
}
.iframe-container {
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe,
.iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: calc(100vw * 9 / 16);
  will-change: transform;
}
.iframe-container iframe.make-fixed,
.iframe-container video.make-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.iframe-container-container {
  max-width: calc(100vh * 16 / 9);
}
.fixed-stream {
  position: fixed;
  width: 280px;
  margin: 0;
  z-index: 999;
  right: 3%;
  -webkit-box-shadow: 0px 0px 70px 0px black;
          box-shadow: 0px 0px 70px 0px black;
  top: auto;
  left: auto;
  bottom: 20px;
  -webkit-animation-duration: 0.2s;
       -o-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
       -o-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-name: fadeAndSlideFromTopp;
       -o-animation-name: fadeAndSlideFromTopp;
          animation-name: fadeAndSlideFromTopp;
}
@media (max-width: 600px) {
  .fixed-stream {
    width: 180px;
    bottom: 5px;
    right: 5px;
  }
}
.iframe {
  z-index: 1;
}
.fixed-player-controls {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.17);
  position: absolute;
  z-index: 1;
  color: #fff;
  pointer-events: none;
}
.fixed-player-controls > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 100%;
  text-align: center;
}
.fixed-player-controls .handle {
  color: #fff;
  font-size: 83px;
  display: inline-block;
  width: 50%;
  text-align: center;
  -webkit-transition: text-shadow 0.2s ease-in-out;
  -o-transition: text-shadow 0.2s ease-in-out;
  transition: text-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.fixed-player-controls .handle:hover {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.38);
}
.fixed-player-controls .handle i {
  pointer-events: none;
}
@media (max-width: 500px) {
  .fixed-player-controls .handle {
    width: 50%;
    font-size: 54px;
  }
}
.fixed-player-controls .handle + .handle {
  border-left: 1px solid white;
}
.mousemove .is-fixed .fixed-player-controls {
  opacity: 1;
  pointer-events: auto;
}
.mousemove .is-fixed.is-moving .fixed-player-controls {
  opacity: 0;
  pointer-events: none;
}
.inline-fullscreen .iframe-container-container-container {
  height: 100%;
}
.inline-fullscreen .iframe-container-container-container .iframe-container-container {
  height: 100%;
}
.inline-fullscreen .iframe-container-container-container .iframe-container-container .iframe-container {
  height: 100%;
}
.inline-fullscreen .iframe-container iframe {
  height: 100%;
  max-height: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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 {
  bottom: 0;
  right: 5px;
  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-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.tooltip {
  pointer-events: none;
  font-family: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  padding: 8px 9px;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: nowrap;
}
.tooltip.bottom {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
       -o-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.tooltip.bottom.in {
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.tooltip.top {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
       -o-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.tooltip.top.in {
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.smartbanner-top-open .navbar-default {
  top: 47px;
  position: absolute;
}
.modal-open .navbar-default,
.modal-route-open .navbar-default {
  opacity: 0 !important;
  pointer-events: none;
}
.navbar-default {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  border: none;
  z-index: 2;
  position: fixed;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  z-index: 1050 !important;
  height: 0;
}
.navbar-default.advertisement-play {
  opacity: 0 !important;
  pointer-events: none;
}
.navbar-default:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), color-stop(60%, rgba(0, 0, 0, 0.23)), color-stop(89%, rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.23) 60%, rgba(0, 0, 0, 0.04) 89%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.23) 60%, rgba(0, 0, 0, 0.04) 89%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  pointer-events: none;
  padding-bottom: 99px;
}
@media (max-width: 767px) {
  .navbar-default:after {
    padding-bottom: 65px;
  }
}
.navbar-default ul {
  margin: 0;
}
.navbar-default .textcontent {
  display: none;
}
.navbar-default .navbar-left {
  float: left;
}
@media (min-width: 768px) {
  .navbar-default .search {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    max-width: 30vw;
    width: 100%;
    left: calc(100vw - 30vw - 300px);
  }
  .navbar-default .search .searchicon {
    color: rgba(111, 111, 111, 0.81);
    position: absolute;
    right: 10px;
    font-size: 31px;
    top: 3px;
    -webkit-transform: scalex(-1);
         -o-transform: scalex(-1);
            transform: scalex(-1);
  }
  .navbar-default .search input {
    font-size: 16px;
    border: none;
    padding: 10px;
    outline: 0 !important;
    line-height: 2;
    font-weight: 100;
    margin-bottom: -7px;
    opacity: 0.2;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    float: right;
    display: block;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .navbar-default .search input:hover,
  .navbar-default .search input.ng-not-empty,
  .navbar-default .search input:focus {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .navbar-default .search {
    position: relative;
  }
  .navbar-default .search input {
    padding: 6px 10px;
    font-size: 14px;
    display: none;
  }
  .navbar-default .search .searchicon {
    color: white;
    font-size: 22px;
    margin-top: 0;
    position: relative;
    display: block;
    padding: 15px;
  }
}
.navbar-default .nav-item_live i {
  font-size: 30px;
  color: red;
  line-height: 40px;
  vertical-align: bottom;
  display: inline-block;
}
.navbar-default .nav-item_live .icontext {
  font-weight: 500;
  letter-spacing: -0.4px;
  font-size: 19px;
  vertical-align: middle;
  line-height: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-default .nav-item_live .icontext {
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
  }
  .navbar-default .nav-item_live i {
    vertical-align: top;
    line-height: 22px;
    font-size: 20px;
  }
}
.navbar-default .topnav > li {
  display: block;
  float: left;
  position: relative;
}
.navbar-default .topnav > li > a,
.navbar-default .topnav > li > span {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 40px;
  text-align: center;
  padding: 15px;
  display: block;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.navbar-default .topnav > li > a .onHovered,
.navbar-default .topnav > li > span .onHovered {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
@media (max-width: 767px) {
  .navbar-default .topnav > li > a,
  .navbar-default .topnav > li > span {
    font-size: 22px;
    padding: 9px 12px;
  }
}
.navbar-default .topnav > li > a:hover,
.navbar-default .topnav > li > span:hover,
.navbar-default .topnav > li > a:focus,
.navbar-default .topnav > li > span:focus {
  outline: none;
}
.navbar-default .topnav > li > a:hover .onHovered,
.navbar-default .topnav > li > span:hover .onHovered,
.navbar-default .topnav > li > a:focus .onHovered,
.navbar-default .topnav > li > span:focus .onHovered {
  color: #fff;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
  background-color: transparent;
}
.nav-right {
  float: right;
}
/**
 *
 * Component item (inlined partial mediaitem)
 *
 */
.item {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.item_block {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  position: relative;
  overflow: hidden;
}
.item_gradient,
.item_more,
.item_info {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.item_more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  padding: 30px;
  font-size: 15px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item_img-container {
  padding-top: 56.25%;
  -webkit-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  background: transparent;
  position: relative;
}
.item_img-container img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item_img-container_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  top: -17%;
}
.item_info {
  opacity: 0;
  padding: 11px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.item_info.in {
  opacity: 1;
}
.item_description {
  display: none;
}
.item_title {
  color: #fff;
  text-transform: none;
  letter-spacing: 0.1px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1.9;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .item_title {
    font-size: 13px;
  }
}
.item_title_span {
  display: inline;
  background: transparent;
  color: #000;
  padding: 0.6rem 0;
  -webkit-box-shadow: 1rem 0 0 transparent, -1rem 0 0 transparent;
          box-shadow: 1rem 0 0 transparent, -1rem 0 0 transparent;
}
.item_meta {
  color: #fff;
  background-color: transparent;
  padding: 0.4rem 1rem;
  display: inline-block;
  line-height: 1.5;
  float: left;
  margin-top: 0.3rem;
}
.item_meta > span + span:before {
  content: '-';
  margin: 0 8px;
}
.item .background-thumb {
  background-size: cover;
  background-position: 50% 50%;
}
.item .background-thumb img {
  display: none;
}
.item.item--pinned .item_block:after {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  padding: 4px 5px;
  color: #fff;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-size: 2.3rem;
  font-family: "tc";
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.59);
  content: "\E970";
}
.item_categories {
  display: none;
}
.item_interests {
  display: none;
}
.item .thumb-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
}
.item .thumb-progress_percentage {
  width: 6.06061%;
  background-color: #daeef9;
  height: 100%;
}
.no-touch .item:hover .item_img-container {
  opacity: 0.07;
}
.no-touch .item:hover .item_info {
  opacity: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.no-touch .item:hover .item_more {
  opacity: 1;
}
.no-touch .item:hover .item_gradient,
.no-touch .item:hover .item_more,
.no-touch .item:hover .item_info {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.img {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img.backgroundImage {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background-position: 50% 50%;
  background-size: 100%;
}
.img.in {
  opacity: 1;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before,
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1em;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 1.45em;
  height: 1.45em;
  left: 0;
  border-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before,
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    width: 0.8em;
    height: 0.8em;
    border-width: 0.2em 0.2em 0 0;
    top: 0.3em;
  }
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 13px;
  right: auto;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 13px;
  left: auto;
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swipe-container:not(.is-busy) .swiper-button-disabled {
  pointer-events: none;
}
.swipe-container:not(.is-busy) .swiper-button-disabled:before {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 *
 * Component social icons
 *
 */
.social-colors_twitter {
  color: #52b7ed;
}
.social-colors_twitter:hover,
.social-colors_twitter:focus,
.social-colors_twitter:active {
  color: #1797dc;
}
.social-colors_twitter__dark {
  background-color: #419fd2;
}
.social-colors_facebook {
  color: #5067b7;
}
.social-colors_facebook:hover,
.social-colors_facebook:focus,
.social-colors_facebook:active {
  color: #364884;
}
.social-colors_facebook__dark {
  background-color: #425597;
}
.social-colors_linkedin {
  color: #1280B0;
}
.social-colors_linkedin:hover,
.social-colors_linkedin:focus,
.social-colors_linkedin:active {
  color: #0b4e6b;
}
.social-colors_linkedin__dark {
  background-color: #425597;
}
.social-colors_googleplus {
  color: #ed3830;
}
.social-colors_googleplus:hover,
.social-colors_googleplus:focus,
.social-colors_googleplus:active {
  color: #c01811;
}
.social-colors_googleplus__dark {
  background-color: #ce2a23;
}
.social-colors_mail {
  color: #636275;
}
.social-colors_mail:hover,
.social-colors_mail:focus,
.social-colors_mail:active {
  color: #403f4b;
}
.social-colors_mail__dark {
  background-color: #434255;
}
.social-colors_instagram {
  color: #b837ad;
}
.social-colors_instagram:hover,
.social-colors_instagram:focus,
.social-colors_instagram:active {
  color: #7d2576;
}
.social-colors_instagram__dark {
  background-color: #b837ad;
}
/**
 *
 * Sharing share components
 *
 */
.share-btn {
  float: right;
  font-size: 3.3em;
  padding: 10px;
  margin: 0 0 0 15px;
  color: #c7c7c7;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .share-btn {
    font-size: 2em;
  }
}
.share-btn:hover,
.share-btn:active,
.share-btn:focus {
  color: #a5a5a5;
}
.shares-popover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  font-size: 3.5rem;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
}
/**
 *
 * Component video / item shares
 *
 */
.shares {
  float: right;
}
.shares__top {
  margin-top: -18px;
}
.shares_item {
  display: block;
  color: white;
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 600;
  float: left;
}
.shares_item + .shares_item_item {
  margin-left: 10px;
}
.shares_item__rounded {
  border-radius: 0.25em;
}
.shares_blocked {
  line-height: 1.4;
  font-size: 0.4em;
  padding: 20px;
}
.shares_blocked_title {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .shares_item {
    font-size: 0.7em;
  }
}
.shares_amount {
  -webkit-box-shadow: -0.15em 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: -0.15em 0 9px rgba(0, 0, 0, 0.2);
}
.shares_amount:before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: -0.28em;
  top: 0.7em;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -0.08em 0.08em 7px rgba(0, 0, 0, 0.2);
          box-shadow: -0.08em 0.08em 7px rgba(0, 0, 0, 0.2);
}
.shares_amount,
.shares_origin {
  float: left;
  text-align: center;
  line-height: 2.1em;
  width: 1.9em;
  position: relative;
}
@media (max-width: 500px) {
  .shares_amount,
  .shares_origin {
    width: 1.8em;
  }
}
.shares-container {
  position: relative;
}
.shares-container.media-share {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .shares-container.media-share .share-btn {
    margin-top: -10px;
    margin-bottom: -8px;
  }
}
.shares-container .shares {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
       -o-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 60px;
  margin-top: -7px;
  z-index: -1;
  max-height: 0;
}
.shares-container.open .shares {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 999;
  max-height: none;
}
.shares-container.closing .shares {
  max-height: none !important;
  z-index: 999;
}
.social-media-btn {
  color: #fff;
  display: inline-block;
  line-height: 35px;
  width: 35px;
  font-size: 22px;
  text-align: center;
}
.social-media-btn_text {
  text-transform: capitalize;
}
.social-media-btn + .social-media-btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
.social-media-btn:hover,
.social-media-btn:focus,
.social-media-btn:active {
  color: #fff;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.social-media-btn_facebook {
  background-color: #5067b7;
}
.social-media-btn_facebook:hover {
  background-color: #7486c6;
}
.social-media-btn_twitter {
  background-color: #52b7ed;
}
.social-media-btn_twitter:hover {
  background-color: #80caf2;
}
.social-media-btn_linkedin {
  background-color: #1280B0;
}
.social-media-btn_linkedin:hover {
  background-color: #17a2de;
}
.social-media-btn_googleplus {
  background-color: #ed3830;
}
.social-media-btn_googleplus:hover {
  background-color: #f1655f;
}
.social-media-btn_instagram {
  background-color: #b837ad;
}
.social-media-btn_instagram:hover {
  background-color: #cc56c2;
}
.social-media-buttons {
  margin-top: 40px;
  white-space: nowrap;
}
/**
 *
 * Component tags
 *
 */
.tags {
  margin-top: 30px;
}
.tags_main {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  padding: 6px 7px;
  margin: 0 6px 0 0;
  line-height: 1.2;
  font-size: 1.8em;
  vertical-align: bottom;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .tags_main {
    font-size: 1.4em;
  }
}
@media (max-width: 500px) {
  .tags_main {
    font-size: 1em;
  }
}
.tags_main:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.tags_tag {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 6px;
  margin: 8px 8px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .tags_tag {
    font-size: 0.9em;
  }
}
@media (max-width: 500px) {
  .tags_tag {
    padding: 2px 6px;
  }
}
.tags_tag:hover {
  color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.interest {
  margin: 0 0 10px 10px;
  display: inline-block;
  color: #55A9CD;
  border: 1px solid #bedeec;
  border-radius: 1px;
  padding: 0 4px;
  font-size: 11px;
}
/**
 *
 * Component breadcrumbs
 *
 */
.breadcrumbs {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 10px 0 20px 0;
  font-family: 'Merriweather', serif;
}
.breadcrumbs a {
  color: #444;
}
.breadcrumbs_item {
  display: inline-block;
}
.breadcrumbs_item + .breadcrumbs_item:before {
  content: ' > ';
  color: #dbdbdb;
  font-size: 11px;
  margin: 0 5px;
  vertical-align: middle;
}
.comments-message {
  margin-top: 42px;
}
.comments-block {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .comments-block {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.comment {
  padding: 10px 0 5px 0;
  margin: 3px 0;
  line-height: 1.6;
  position: relative;
  font-size: 14px;
}
.comment_meta {
  font-size: 1.1em;
}
.comment_meta_user {
  font-size: 0.8em;
  color: #909090;
}
.comment_meta_date {
  color: #8b8b8b;
  font-size: 0.8em;
  margin-left: 10px;
  white-space: nowrap;
}
.comment_meta_status {
  color: #8b8b8b;
  font-size: 0.8em;
  margin-left: 10px;
  float: right;
  margin-top: 3px;
}
.comment_children {
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #f1f1f1;
}
.comment_children_more {
  font-weight: 400;
  margin-bottom: -7px;
  display: block;
  padding-top: 6px;
}
.comment_content {
  margin: 3px 0;
  font-size: 1em;
  color: #4e4e4e;
  word-wrap: break-word;
}
.comment_reply {
  font-weight: 500;
  color: #0274a2;
}
.comment_reply_disabled {
  color: #0274a2;
  opacity: 0.7;
  cursor: not-allowed;
}
.comment_actions {
  font-size: 1em;
  margin-bottom: 5px;
  display: block;
}
.comment.deleted-by-user .comment_content {
  font-size: 0.85em;
  color: #909090;
}
.comment_edit-actions {
  display: inline-block;
}
.comment_edit-actions_toggle {
  border: none;
  background-color: transparent;
  height: auto;
  margin-left: 10px;
  padding: 0 10px;
  color: #6eadc7;
  font-size: 22px;
  line-height: 8px;
  vertical-align: middle;
}
.comment-popover {
  max-width: none;
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 0;
  width: 100%;
  left: 0 !important;
}
.comment-reply button {
  font-weight: 500;
  margin-left: 5px;
  margin-top: 4px;
  padding: 8px 14px;
}
.comment-form textarea {
  height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  resize: vertical;
  border-radius: 2px;
  background-clip: padding-box;
  -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);
  margin-bottom: 10px;
}
/**
 *
 * Component download app
 *
 */
.download-app {
  display: block;
  white-space: nowrap;
  margin-bottom: 1.5em;
  color: #b1b1b1;
}
.download-app:hover,
.download-app:focus {
  color: #8f8e8e;
}
.download-app_icon {
  float: left;
  margin-right: 11px;
  font-size: 2.2em;
  display: inline-block;
  line-height: 1.2em;
  width: 2.7rem;
  text-align: center;
}
.download-app_icon_android {
  color: #77c159;
}
.download-app_icon_ios {
  color: #cccaca;
}
.download-app_icon_ios:before {
  content: "\F33C";
}
.download-app_download {
  line-height: 1.4em;
}
.download-app_from {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9em;
}
.search-category-del {
  position: absolute;
  top: 10px;
  right: 46px;
  text-transform: none;
  font-size: 14px;
  font-weight: 100;
  border: 1px solid #636363;
  padding: 1px 10px;
  color: #e6e6e6;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .search-category-del {
    top: 6px;
    font-size: 12px;
  }
}
.search-category-del i {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-category-del:hover {
  background-color: rgba(255, 255, 255, 0.26);
  color: #e6e6e6;
  opacity: 1;
}
.search-category-del:hover i {
  color: #7f2525;
}
.filtering {
  margin-top: 19px;
  margin-left: 15px;
  float: left;
}
.filtering > div {
  float: left;
}
.filtering button {
  margin: 0 7.5px;
  color: rgba(255, 255, 255, 0.78);
  border-color: #ccc;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  opacity: 1;
  border-radius: 0;
  font-size: 16px;
  height: 41px;
  font-weight: 400;
  padding: 0 8px;
  border: none;
  outline: none;
}
.filtering button:hover,
.filtering button:active,
.filtering button:focus,
.filtering button:active:focus {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
@media (max-width: 767px) {
  .filtering {
    clear: both;
    margin-top: -13px;
    margin-left: 5px;
  }
  .filtering button {
    padding: 0 3px;
  }
}
.ondemand-page__container {
  min-height: 100vh;
}
.currentlyPlaying {
  margin-top: 30px;
}
.currentlyPlaying_title {
  font-size: 20px;
  margin-top: -11px;
  margin-bottom: 7px;
  font-weight: 900;
}
.currentlyPlaying_preheader {
  color: #989898;
  font-weight: 900;
}
.currentlyPlaying_next {
  margin-top: 25px;
}
.currentlyPlaying_content {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cancel-subscription {
  font-family: 'Merriweather', serif;
  padding: 20px 30px 20px 0;
  margin: 0;
}
.cancel-subscription_title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 8px;
}
.cancel-subscription_body {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.cancel-subscription_buttons {
  margin: 0 -5px;
}
.cancel-subscription_buttons button {
  margin: 5px;
}
.cancel-subscription .form-control.cancel-reason {
  height: 100px;
}
.subscription-card {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.subscription-card_title {
  font-size: 3rem;
  margin-bottom: 7px;
  line-height: 1.5;
}
.subscription-card_description {
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.subscription-card_action {
  color: #FFF;
  display: inline-block;
  margin-top: 10px;
}
.subscription-card_value {
  font-weight: 600;
  margin-left: 10px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.subscription-card_status-ACTIVE {
  color: #00a500;
}
.subscription-card_status-TERMINATED {
  color: #cd8300;
}
.subscription-card_status-EXPIRED {
  color: #b52d2d;
}
.subscription-card + .subscription-card {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding-top: 20px;
}
.player-needs-subscription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.is-fixed .player-needs-subscription_purchase-button {
  display: none;
}
.is-fixed .player-needs-subscription_title {
  font-size: 1.2em;
}
@media (max-width: 640px) {
  .is-fixed .player-needs-subscription_title {
    font-size: 0.7em;
  }
}
.player-needs-subscription_backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}
.player-needs-subscription_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.player-needs-subscription_title {
  color: #fff;
  padding: 0 20px 0 20px;
  display: inline-block;
  line-height: 1.3;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .player-needs-subscription_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .player-needs-subscription_title {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .player-needs-subscription_purchase-button.btn {
    padding: 17px 28px;
  }
}
@media (max-width: 767px) {
  .player-needs-subscription_purchase-button.btn {
    font-size: 14px;
  }
}
.purchase .checkbox-style label {
  color: black;
}
.purchase .checkbox-style .semi-checkbox:after {
  border-color: black;
}
.purchase .back-to-all {
  margin-top: 30px;
  display: inline-block;
  font-size: 1.6rem;
}
.purchase .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.purchase .btn-md {
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .purchase {
    margin: 0;
  }
}
.purchase .purchase-modal-content {
  padding: 0 30px;
}
.purchase .payment-recurring-title {
  margin-top: 20px;
}
.purchase .subscription-card_action {
  color: #daeef9;
}
.purchase .needs-account {
  line-height: 1.3;
  font-size: 1.5em;
  font-weight: 400;
}
.subscription-terms {
  overflow: auto;
  margin: 20px 0;
  background-color: #f7f7f7;
  padding: 10px 20px;
  color: #000;
  max-height: 280px;
}
.subscription-terms h1,
.subscription-terms h2,
.subscription-terms h3,
.subscription-terms h4,
.subscription-terms h5,
.subscription-terms h6 {
  color: #000 !important;
}
.subscription-terms h1 {
  font-size: 36px;
}
.subscription-terms h2 {
  font-size: 30px;
}
.subscription-terms h3 {
  font-size: 24px;
}
.multitoggleinput {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multitoggleinput_main-label {
  margin-right: 60px;
}
@media (max-width: 500px) {
  .multitoggleinput_main-label {
    margin-right: 20px;
  }
}
.multitoggleinput_optionscontainer {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.multitoggleinput_option,
.multitoggleinput_dummy {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.multitoggleinput_dummy {
  visibility: hidden;
}
.multitoggleinput .semi-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(174, 174, 174, 0.15);
  border: 1px solid #484848;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.multitoggleinput .semi-checkbox:after {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.multitoggleinput input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.multitoggleinput input[type=checkbox]:checked + .semi-checkbox:after {
  opacity: 1;
}
.multitoggleinput input[type=checkbox]:focus,
.multitoggleinput input[type=checkbox]:hover,
.multitoggleinput input[type=checkbox]:active {
  border: 1px solid red;
}
.multitoggleinput input[type=checkbox]:focus + .semi-checkbox,
.multitoggleinput input[type=checkbox]:hover + .semi-checkbox,
.multitoggleinput input[type=checkbox]:active + .semi-checkbox {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.88);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.88);
}
.multitoggleinput .label-content {
  margin-left: 15px;
  display: inline-block;
}
.pricing__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.pricing__container-empty {
  color: #272727;
}
@media screen and (max-width: 992px) {
  .pricing__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.pricing-tier {
  background-color: #fff;
  padding: 5em;
  font-size: 1em;
  text-align: center;
  margin: 0 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.33333%;
      -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .pricing-tier {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 1em 0;
  }
}
.pricing-tier:first-child {
  margin-left: 0;
}
.pricing-tier:last-child {
  margin-right: 0;
}
.pricing-tier__interval {
  margin-bottom: 3em;
}
.pricing-tier__description {
  margin-bottom: 3em;
}
.pricing-tier__currency {
  vertical-align: super;
}
.pricing-tier__price {
  font-weight: 700;
  font-size: 2.3em;
}
.pricing-tier__price-container {
  margin-bottom: 2em;
}
.pricing-tier__trial {
  margin-top: 1em;
}
.pricing-tier__banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #daeef9;
  color: #fff;
  padding: 1em;
  font-size: 1.2em;
}
.modal-nav h4 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
.modal-nav_container {
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85) !important;
  top: 0;
  padding: 30px 15px 20px 15px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.38);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.38);
}
.modal-nav_container_block {
  display: block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 21px;
}
.modal-nav_list_a {
  color: #e8e8e8;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
.modal-nav_list_a:hover,
.modal-nav_list_a:focus,
.modal-nav_list_a:active {
  color: #8f8e8e;
}
.modal-nav .modal-nav_container {
  max-height: 100vh;
  overflow: auto;
}
.mousemove .navbar-default,
.navbar-default:hover,
.modal-open .navbar-default,
.navbar-default.forced-nav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
*:-webkit-full-screen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  bottom: 0 !important;
  max-height: 100vh !important;
  top: 0 !important;
  max-width: none !important;
  border: 0;
}
*:-moz-full-screen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  bottom: 0 !important;
  max-height: 100vh !important;
  top: 0 !important;
  max-width: none !important;
  border: 0;
}
*:-ms-fullscreen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  bottom: 0 !important;
  max-height: 100vh !important;
  top: 0 !important;
  max-width: none !important;
  border: 0;
}
*:fullscreen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  bottom: 0 !important;
  max-height: 100vh !important;
  top: 0 !important;
  max-width: none !important;
  border: 0;
}
*:-webkit-full-screen .navbar-default {
  display: none;
}
*:-moz-full-screen .navbar-default {
  display: none;
}
*:-ms-fullscreen .navbar-default {
  display: none;
}
*:fullscreen .navbar-default {
  display: none;
}
/*
 Used when the browser does not support requestFullscreen()


 using !importants here; with a multi level selector on the
 iframe this styling would be overwritten.
*/
.inline-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #000;
}
.inline-fullscreen:before {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  background-color: #000;
  z-index: 9;
  pointer-events: none;
  position: fixed;
}
.inline-fullscreen .iframe-container-container-container {
  top: 0 !important;
  position: relative !important;
}
.inline-fullscreen .navbar-default {
  display: none;
}
.launchscreen-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.launchscreen {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.74);
  z-index: 9999;
}
.launchscreen_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 0;
  right: 0;
  padding: 30px 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.launchscreen_header {
  margin: 3rem 0 6rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .launchscreen_header {
    font-size: 1.4em;
    margin-bottom: 2rem;
  }
}
.launchscreen_header_subtitle {
  display: block;
  font-size: 0.9em;
  margin-top: 0.3em;
}
.launchscreen_block {
  background-color: #191919;
}
.launchscreen_ctas .btn {
  padding: 13px 20px;
  text-transform: uppercase;
  margin: 10px;
}
.launchscreen_continuewithoutaccount,
.launchscreen .why-register {
  font-size: 1.6rem;
  display: inline-block;
  color: #e2e2e2;
  margin-top: 20px;
}
.launchscreen .channel-logo {
  display: block;
  max-width: 54%;
  margin: 60px auto auto auto;
  text-align: center;
}
@media (max-width: 500px) {
  .launchscreen .channel-logo {
    max-width: 180px;
  }
}
@media (max-height: 500px) {
  .launchscreen .channel-logo {
    max-width: 60px;
    margin-top: 20px;
  }
}
.launchscreen .channel-logo svg {
  max-height: 170px;
}
.modal-account .register-btn,
.page-account .register-btn {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .modal-account .register-btn,
  .page-account .register-btn {
    font-size: 14px;
    margin-top: 20px;
  }
}
.modal-account .type-switch,
.page-account .type-switch {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .modal-account .type-switch,
  .page-account .type-switch {
    margin-bottom: 40px;
  }
}
.modal-account .type-switch .divider,
.page-account .type-switch .divider {
  font-weight: 100;
  margin: 0 14px;
  color: rgba(255, 255, 255, 0.29);
}
.modal-account .type-switch .inactive-switch,
.page-account .type-switch .inactive-switch {
  font-weight: 300;
}
.modal-account h2,
.page-account h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .modal-account h2,
  .page-account h2 {
    font-size: 17px;
  }
}
.modal-account h2.first,
.page-account h2.first {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modal-account .account-row-left,
  .page-account .account-row-left {
    padding-left: 5%;
  }
  .modal-account .account-row-right,
  .page-account .account-row-right {
    padding-right: 5%;
  }
}
.modal-account .form-control,
.page-account .form-control {
  border-radius: 0;
  height: 42px;
  color: white;
  background-color: rgba(174, 174, 174, 0.06);
  border: 1px solid #282828;
}
.modal-account .form-control[disabled],
.page-account .form-control[disabled] {
  color: rgba(255, 255, 255, 0.45);
}
.modal-account label,
.page-account label {
  font-weight: 400;
  color: #d5d5d5;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.modal-account .managenav ul,
.page-account .managenav ul {
  font-size: 1.3em;
  line-height: 2em;
}
.modal-account .managenav a,
.page-account .managenav a {
  font-size: 20px;
  color: #e3e3e3;
  font-weight: 300;
  line-height: 41px;
  letter-spacing: 0.5px;
  font-family: 'Merriweather', serif;
}
.modal-account .managenav a > span,
.page-account .managenav a > span {
  display: inline-block;
  border-left: 3px solid transparent;
  line-height: 17px;
  padding-left: 15px;
  height: 15px;
}
.modal-account .managenav a.active > span,
.page-account .managenav a.active > span {
  border-left: 3px solid #ffffff;
}
@media (min-width: 768px) {
  .modal-account .managenav,
  .page-account .managenav {
    height: 100vh;
  }
  .modal-account .managenav ul,
  .page-account .managenav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 40px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .modal-account .managenav,
  .page-account .managenav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .modal-account .managenav a,
  .page-account .managenav a {
    line-height: 33px;
    font-size: 15px;
  }
}
.modal-account .modal-content,
.page-account .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  width: 100%;
  margin: 0;
}
.modal-account .modal-body,
.page-account .modal-body {
  padding: 0 40px;
  top: 50%;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 300px;
  max-width: 400px;
  width: 100%;
}
.modal-account hr,
.page-account hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
@media (min-width: 767px) {
  .modal-account .facebook-block,
  .page-account .facebook-block {
    margin-top: 26px;
  }
}
.modal-account .btn-aad,
.page-account .btn-aad {
  background-color: #28b0e6;
  color: #fff;
  border: none;
}
.modal-account .btn-aad:hover,
.page-account .btn-aad:hover {
  background-color: #56c1eb;
  color: #fff;
}
.modal-account .intro-body-copy,
.page-account .intro-body-copy {
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: initial;
  color: #d5d5d5;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: -22px;
  margin-bottom: 21px;
}
.modal-account .external-forgot-password-management,
.page-account .external-forgot-password-management {
  color: #0274a2;
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 16px;
}
.hibernation-input input {
  width: 57px;
  display: inline-block;
}
.hibernation-input .divider {
  margin: 3px;
  font-size: 17px;
  font-weight: 600;
}
.logout-btn {
  margin-top: 20px;
}
.modal-account-grid {
  margin: auto;
}
.modal-account-grid .grid-content {
  position: relative;
}
@media (min-width: 768px) {
  .modal-account-grid {
    text-align: center;
  }
  .modal-account-grid .grid-nav {
    height: 100vh;
    display: inline-block;
    width: 33.33333%;
    position: relative;
    text-align: right;
  }
  .modal-account-grid .grid-content {
    position: relative;
    height: 100vh;
    display: inline-block;
    margin: auto;
    width: 66.6666%;
    text-align: left;
  }
}
.modal-login-register-grid {
  max-width: 400px;
  margin: auto;
  padding: 40px 20px;
}
.modal-login-register-grid.has-facebook {
  max-width: 800px;
}
.account-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100vh;
}
.account-form-content .account-1 {
  padding: 0 30px;
  width: 75%;
  margin: auto auto auto 0;
  max-height: 100vh;
}
.account-form-content .account-1 .account-2 {
  max-height: 100vh;
}
@media (min-width: 768px) {
  .account-form-content .account-1 .account-2 {
    margin-top: 60px;
  }
}
.account-form-content .account-1 .account-2 .account-3 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .account-form-content .account-1 {
    padding: 20px 15px 60px 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .account-form-content {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .account-form-content.relative-content > div {
    position: relative;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    top: auto;
  }
}
@media (max-width: 767px) {
  .account-form-content {
    padding-bottom: 60px;
  }
}
.margin-center {
  margin: 0 auto;
}
.scroll-block-sm {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}
.test-animation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.interests-container {
  margin: 0 -4px 20px -4px;
}
.interests-container .interest-container {
  float: left;
}
.interests-container .interest-container .form-group {
  margin: 0;
}
.interests-container .interest-container .form-group .checkbox {
  border: 1px solid #3e3e3e;
  padding: 0 0;
  margin: 0 4px 8px 4px;
  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;
}
.interests-container .interest-container .form-group .checkbox.checked {
  border: 1px solid #6f6f6f;
  -webkit-box-shadow: 0 0 5px rgba(218, 238, 249, 0.8);
          box-shadow: 0 0 5px rgba(218, 238, 249, 0.8);
}
.interests-container .interest-container .form-group .checkbox label {
  padding: 5px 9px 5px 22px;
  line-height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.interests-container .interest-container .form-group .checkbox .semi-checkbox {
  top: 6px;
  left: 8px;
}
.offline-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0.96;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  z-index: 9999;
}
.cookie-consent_body {
  margin-bottom: 10px;
}
.cookie-consent_link {
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.cookies-disabled-page {
  text-align: center;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cookies-disabled-page_logo {
  max-width: 200px;
  margin: auto;
  margin-top: 40px;
}
.cookies-disabled-page_body {
  margin: 20px 0;
  color: #000;
  font-size: 16px;
}
.cookies-disabled-page_link {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.focussed-media {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  top: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
}
.focussed-media img {
  visibility: hidden;
}
.faqitem {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 1.9rem;
  display: block;
}
@media (max-width: 767px) {
  .faqitem {
    padding-bottom: 16px;
    line-height: 1.3;
  }
}
.faqitem_faq-title {
  font-size: 2.5em;
  margin: 25px 0;
}
.faqitem_faq-answer {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faqitem_faq-answer {
    margin-bottom: 20px;
  }
}
.faqitem_faq-story {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .faqitem_faq-story {
    font-size: 16px;
  }
}
.faqitem_faq-link {
  color: #e8e8e8;
  display: inline-block;
}
.faqitem.active a {
  color: #78c5de;
  display: block;
}
@media (max-width: 767px) {
  .faqitem.active a {
    margin-bottom: 15px;
    border-bottom: transparent;
  }
  .faqitem.active .faqListItemContent {
    display: block;
  }
}
.faqitem .faqListItemContent {
  display: none;
}
.faqSearch {
  margin-bottom: 30px;
}
.faqSearch input {
  border: none;
  width: 100%;
  padding: 10px;
  outline: 0 !important;
  line-height: 1.3333333;
  font-weight: 100;
  border-radius: 0;
  -webkit-appearance: none;
  color: #fff;
  height: 69px;
  font-size: 22px;
  background-color: rgba(45, 55, 60, 0.48);
}
@media (max-width: 767px) {
  .faqSearch input {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .faqSearch {
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .faq-rightContent {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq-no-results {
    font-size: 16px;
  }
}
.elearning-container {
  position: relative;
  min-height: 320px;
  height: 100vh;
  max-width: calc(100vh * 16 / 9);
  margin: auto;
}
.elearning-container .iframe-container-container-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 7px 29px rgba(0, 0, 0, 0.34);
          box-shadow: 0 7px 29px rgba(0, 0, 0, 0.34);
}
.elearning-container .center-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.elearning-container .page-title {
  margin-top: 30px;
}
.elearning-container .btn-login {
  background-color: #0274a2;
  color: #fff;
  font-size: 2.2rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.27);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.27);
  margin-top: 30px;
  padding: 15px 21px;
}
.purchase-contract {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 20px;
  border-radius: 2px;
}
.purchase-contract__status-active {
  color: #00a500;
}
.purchase-contract__status-terminated {
  color: #cd8300;
}
.purchase-contract__status-expired {
  color: #b52d2d;
}
.purchase-contract__status-frozen {
  color: #a2a2a2;
}
.purchase-contract + .purchase-contract {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  margin-top: 20px;
}
.purchase__divider {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
.page-purchase {
  padding-bottom: 80px;
}
.page-purchase .subscription-card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 20px;
  border-radius: 2px;
}
.page-purchase .subscription-card_action {
  color: #222;
}
.page-purchase .subscription-card_status-FROZEN {
  color: #a2a2a2;
}
.page-purchase .subscription-card + .subscription-card {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  margin-top: 20px;
  padding-top: 10px;
}
.page-purchase .subscription-card_title {
  font-size: 24px;
  margin: 20px 0;
  white-space: pre-line;
}
.product {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  opacity: 1;
}
.product__title {
  font-size: 2rem;
  width: 100%;
}
.product__info {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product__info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.product__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product__media-container {
  padding: 1rem 2rem;
  -webkit-flex-basis: 66.66666%;
      -ms-flex-preferred-size: 66.66666%;
          flex-basis: 66.66666%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product__media-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.product__media-wrapper {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.product__media-header {
  width: 100%;
}
.product__media .grid-container {
  width: 100%;
  margin: 0;
}
.product__media .grid-container .grid-item {
  padding-top: 0;
  padding-left: 0;
  -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
  width: 33.3333%;
}
@media screen and (min-width: 320px) and (max-width: 570px) {
  .product__media .grid-container .grid-item {
    width: 100%;
  }
}
@media screen and (min-width: 570px) and (max-width: 991px) {
  .product__media .grid-container .grid-item {
    width: 50%;
  }
}
.product__media .grid-container .item {
  cursor: initial;
}
.product__media .grid-container .item_img-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product__media .grid-container .item_info {
  position: static;
  padding: 0;
}
.product__media .grid-container .item_title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  margin: 0;
}
.product__media .grid-container .item_title_span {
  white-space: nowrap;
  display: inline-block;
  color: #272727;
}
.buy-product__title {
  margin-bottom: 0;
}
.buy-product__subtitle {
  margin-top: 5px;
  margin-bottom: 25px;
}
.plan {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.plan__price {
  margin-right: 10px;
  display: inline-block;
}
.plan__price-span {
  display: inline-block;
  margin-right: 4px;
}
.plan__title {
  margin-bottom: 0;
  font-weight: 700;
}
.plan__terms {
  max-height: 300px;
  overflow-y: scroll;
  -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);
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.plan.selected {
  border-left: 5px solid;
  margin-left: 0;
}
.plan__choose-plan {
  margin-bottom: 20px;
}
.plan__agreetoterms .checkbox-style .semi-checkbox:after {
  border-color: #505050 !important;
}
.plan__bought-warning {
  padding: 10px;
  background-color: #f1c40f;
  color: #a56c13;
  margin-bottom: 20px;
  border-radius: 2px;
}
.plan__bought-warning p,
.plan__bought-warning span {
  margin: 0;
  font-weight: 700;
}
.buy-plan__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buy-plan__checkout {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.buy-plan__meta {
  padding: 0 40px 40px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .buy-plan__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buy-plan__meta {
    padding: 20px 0 40px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.payment-form {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 6px;
  width: 100%;
}
.payment-form .select-wrapper {
  width: 100%;
}
.payment-form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.payment-form .form-group .form-group {
  margin-bottom: 0;
}
.payment-form .form-element {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3px;
}
.payment-form .form-element__error {
  color: #e74c3c;
  display: block;
}
.payment-provider {
  -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
  background-color: #fff;
}
.payment-provider__inner {
  margin: 7px;
  padding: 15px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
.payment-provider.selected .payment-provider__inner {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .payment-provider {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: center;
  }
}
.payment-provider__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px;
}
.payment-provider__image {
  max-width: 66%;
}
.payment-provider__title {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.payment-provider--missing {
  text-align: center;
  margin-top: 20px;
}
.payment-options {
  width: 100%;
  margin-top: 20px;
  padding-right: 30px;
}
.payment__dropdown {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.payment-callback__card {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  margin-top: 80px;
  text-align: center;
}
.payment-callback__card .btn:nth-of-type(2) {
  margin-left: 20px;
}
.payment-callback__icon {
  font-size: 48px;
  margin-bottom: 17px;
}
.form-error {
  color: #b52d2d;
  border-color: #b52d2d;
  display: block;
}
i.success {
  color: #1d612f;
}
i.error {
  color: #b52d2d;
}
@font-face {
  font-family: 'tc';
  src:
    url(/fonts/tc.d4e0cb79e9d03a176db1c5ef568f7698.ttf) format('truetype'),
    url(/fonts/tc.92b0bd38808bb799339fb3525810ebfd.woff) format('woff'),
    url(/img/tc.bdb4c2a7542694907a9502a8fc177fc7.svg#tc) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="ion-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vr:before {
  content: "\E921";
}
.icon-closedcaptions:before {
  content: "\E922";
}
.icon-settings:before {
  content: "\E923";
}
.icon-play-rounded:before {
  content: "\E924";
}
.icon-pause-rounded:before {
  content: "\E925";
}
.ion-ios-pause:before {
  content: "\EAB0";
}
.ion-ios-play:before {
  content: "\EAC0";
}
.ion-android-favorite-outline:before {
  content: "\E93C";
}
.ion-android-star:before {
  content: "\E970";
}
.ion-ios-albums-outline:before {
  content: "\EA01";
}
.ion-ios-arrow-left:before {
  content: "\EA0A";
}
.ion-ios-arrow-right:before {
  content: "\EA0B";
}
.ion-ios-close-empty:before {
  content: "\EA3C";
}
.ion-ios-fastforward:before {
  content: "\EA5F";
}
.ion-ios-flame-outline:before {
  content: "\EA66";
}
.ion-ios-gear-outline:before {
  content: "\EA74";
}
.ion-ios-more:before {
  content: "\EAA2";
}
.ion-ios-person-outline:before {
  content: "\EAB5";
}
.ion-ios-play-outline:before {
  content: "\EABF";
}
.ion-ios-redo:before {
  content: "\EAD1";
}
.ion-ios-rewind:before {
  content: "\EAD9";
}
.ion-ios-search:before {
  content: "\EADD";
}
.ion-ios-star:before {
  content: "\EAEB";
}
.ion-ios-timer-outline:before {
  content: "\EAF8";
}
.ion-navicon:before {
  content: "\EB33";
}
.icon-link:before {
  content: "\E91F";
}
.icon-horse:before {
  content: "\E920";
}
.icon-instagram:before {
  content: "\E91E";
}
.icon-manage-bd-alt:before {
  content: "\E91D";
}
.icon-icon-login-alt:before {
  content: "\E91B";
}
.icon-pencil-alt:before {
  content: "\E91C";
}
.icon-checkmark_smooth:before {
  content: "\E91A";
}
.icon-document:before {
  content: "\E916";
}
.icon-account-alt:before {
  content: "\E917";
}
.icon-watch-now:before {
  content: "\E918";
}
.icon-cog:before {
  content: "\E919";
}
.icon-react:before {
  content: "\E915";
}
.icon-checkmark:before {
  content: "\F26B";
}
.icon-chromecast-alt:before {
  content: "\E914";
}
.icon-checkmark-alt:before {
  content: "\E913";
}
.icon-battery-alert:before {
  content: "\F113";
}
.icon-battery-flash:before {
  content: "\F114";
}
.icon-battery:before {
  content: "\F116";
}
.icon-flash-off:before {
  content: "\F165";
}
.icon-flash:before {
  content: "\F166";
}
.icon-sun:before {
  content: "\F1D6";
}
.icon-zoom-in:before {
  content: "\F1EE";
}
.icon-zoom-out:before {
  content: "\F1EF";
}
.icon-alert-triangle:before {
  content: "\F1F4";
}
.icon-star:before {
  content: "\F27D";
}
.icon-mic-off:before {
  content: "\F2A8";
}
.icon-mic:before {
  content: "\F2AB";
}
.icon-portable-wifi:before {
  content: "\F2C1";
}
.icon-videocam-off:before {
  content: "\F2DE";
}
.icon-videocam:before {
  content: "\F2E0";
}
.icon-wifi-alt:before {
  content: "\F2E3";
}
.icon-arrow-down:before {
  content: "\F2FE";
}
.icon-return:before {
  content: "\F300";
}
.icon-view-grid-alt:before {
  content: "\F313";
}
.icon-view-list-alt:before {
  content: "\F316";
}
.icon-register:before {
  content: "\E912";
}
.icon-login-bd:before {
  content: "\E90E";
}
.icon-manage-bd:before {
  content: "\E90F";
}
.icon-recover-bd:before {
  content: "\E910";
}
.icon-warning-bd:before {
  content: "\E911";
}
.icon-refresh:before {
  content: "\E90D";
}
.icon-pinterest:before {
  content: "\F3FC";
}
.icon-pinned:before {
  content: "\E90C";
}
.icon-no-internet:before {
  content: "\E90A";
}
.icon-menu:before {
  content: "\F197";
}
.icon-upload-alt:before {
  content: "\F4CA";
}
.icon-upload:before {
  content: "\F22A";
}
.icon-layers:before {
  content: "\F229";
}
.icon-marker:before {
  content: "\F1AB";
}
.icon-question-alt:before {
  content: "\F445";
}
.icon-question:before {
  content: "\F1F5";
}
.icon-phone-landscape:before {
  content: "\F2CE";
}
.icon-phone-portrait:before {
  content: "\F2D4";
}
.icon-desktop-play:before {
  content: "\F2DB";
}
.icon-tv:before {
  content: "\F2D9";
}
.icon-ondemand:before {
  content: "\E904";
}
.icon-dlna:before {
  content: "\E905";
}
.icon-airplay-alt:before {
  content: "\E906";
}
.icon-airplay:before {
  content: "\F3D2";
}
.icon-chromecast-active:before {
  content: "\F12E";
}
.icon-chromecast:before {
  content: "\F12F";
}
.icon-stream:before {
  content: "\E907";
}
.icon-globe-alt:before {
  content: "\F171";
}
.icon-globe:before {
  content: "\F173";
}
.icon-play-store:before {
  content: "\F34B";
}
.icon-android:before {
  content: "\F33B";
}
.icon-apple:before {
  content: "\F33C";
}
.icon-facebook-alt:before {
  content: "\E90B";
}
.icon-facebook:before {
  content: "\F343";
}
.icon-googleplus:before {
  content: "\F34D";
}
.icon-twitter:before {
  content: "\F360";
}
.icon-linkedin:before {
  content: "\F3F8";
}
.icon-email:before {
  content: "\E908";
}
.icon-view:before {
  content: "\F15C";
}
.icon-share:before {
  content: "\E909";
}
.icon-fullscreen-not:before {
  content: "\F16C";
}
.icon-fullscreen:before {
  content: "\F16D";
}
.icon-pause:before {
  content: "\F3A7";
}
.icon-play-circle-outline:before {
  content: "\F3A8";
}
.icon-play:before {
  content: "\F3AA";
}
.icon-stop:before {
  content: "\F3B6";
}
.icon-record:before {
  content: "\F26D";
}
.icon-record-outline:before {
  content: "\F26C";
}
.icon-volume-half:before {
  content: "\F3B9";
}
.icon-volume-low:before {
  content: "\F3BA";
}
.icon-volume-muted:before {
  content: "\F3BB";
}
.icon-volume:before {
  content: "\F3BC";
}
.icon-close:before {
  content: "\F136";
}
.icon-caret-down:before {
  content: "\F2F2";
}
.icon-caret-left:before {
  content: "\F2F4";
}
.icon-caret-right:before {
  content: "\F2F6";
}
.icon-caret-up:before {
  content: "\F2F8";
}
.icon-chevron-down:before {
  content: "\F2F9";
}
.icon-chevron-left:before {
  content: "\F2FA";
}
.icon-chevron-right:before {
  content: "\F2FB";
}
.icon-chevron-up:before {
  content: "\F2FC";
}
.icon-time:before {
  content: "\F337";
}
.icon-more-condensed:before {
  content: "\E903";
}
.icon-call-to-action-map:before {
  content: "\E900";
}
.icon-call-to-action-info:before {
  content: "\E901";
}
.icon-call-to-action-buy:before {
  content: "\E902";
}
.icon-filter-list:before {
  content: "\F160";
}
.icon-comments:before {
  content: "\F266";
}
.icon-view-list:before {
  content: "\F320";
}
.icon-view-module:before {
  content: "\F321";
}
.icon-calendar:before {
  content: "\F332";
}
.icon-search:before {
  content: "\F1C3";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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;
  margin: -1px;
  padding: 0;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.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 {
  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;
  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,
ol ul,
ul ol,
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*! ==========================================================================
    This is a hardcopy of gridlex (https://github.com/devlint/gridlex)
    It seems to be the best flebox grid around, but there seemed to be
    no way to to overwrite its vars when used as an NPM dependency.

========================================================================== */
[class*="flexgrid"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem;
}
.col,
[class*="col-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1.5rem 0;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flexgrid.col,
.flexgrid[class*="col-"] {
  margin: 0;
  padding: 0;
}
/************************
    HELPERS SUFFIXES
*************************/
[class*="flexgrid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="flexgrid-"][class*="-noGutter"] > [class*="col"] {
  padding: 0;
}
[class*="flexgrid-"][class*="-center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class*="flexgrid-"][class*="-right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: auto;
}
[class*="flexgrid-"][class*="-top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[class*="flexgrid-"][class*="-middle"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*="flexgrid-"][class*="-bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[class*="flexgrid-"][class*="-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[class*="flexgrid-"][class*="-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[class*="flexgrid-"][class*="-column"] > [class*="col-"] {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
[class*="flexgrid-"][class*="-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
[class*="flexgrid-"][class*="-spaceBetween"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class*="flexgrid-"][class*="-spaceAround"] {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
[class*="flexgrid-"][class*="-equalHeight"] > [class*="col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[class*="flexgrid-"][class*="-noBottom"] > [class*="col"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
[class*="col-"][class*="-bottom"] {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
[class*="col-"][class*="-last"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
/************************
    HIDING COLS
*************************/
@media screen and (min-width: 1200px) {
  [class*="col-"][class*="_lg-0"] {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="col-"][class*="_md-0"] {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [class*="col-"][class*="_sm-0"] {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  [class*="col-"][class*="_xs-0"] {
    display: none;
  }
}
/************************
    GRID BY NUMBER
*************************/
[class*="flexgrid-1"] > .col,
[class*="flexgrid-1"] > [class*="col-"] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
[class*="flexgrid-2"] > .col,
[class*="flexgrid-2"] > [class*="col-"] {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
[class*="flexgrid-3"] > .col,
[class*="flexgrid-3"] > [class*="col-"] {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*="flexgrid-4"] > .col,
[class*="flexgrid-4"] > [class*="col-"] {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
[class*="flexgrid-5"] > .col,
[class*="flexgrid-5"] > [class*="col-"] {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
}
[class*="flexgrid-6"] > .col,
[class*="flexgrid-6"] > [class*="col-"] {
  -webkit-flex-basis: 16.66666667%;
      -ms-flex-preferred-size: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*="flexgrid-7"] > .col,
[class*="flexgrid-7"] > [class*="col-"] {
  -webkit-flex-basis: 14.28571429%;
      -ms-flex-preferred-size: 14.28571429%;
          flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*="flexgrid-8"] > .col,
[class*="flexgrid-8"] > [class*="col-"] {
  -webkit-flex-basis: 12.5%;
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="flexgrid-9"] > .col,
[class*="flexgrid-9"] > [class*="col-"] {
  -webkit-flex-basis: 11.11111111%;
      -ms-flex-preferred-size: 11.11111111%;
          flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*="flexgrid-10"] > .col,
[class*="flexgrid-10"] > [class*="col-"] {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  max-width: 10%;
}
[class*="flexgrid-11"] > .col,
[class*="flexgrid-10"] > [class*="col-"] {
  -webkit-flex-basis: 9.09090909%;
      -ms-flex-preferred-size: 9.09090909%;
          flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*="flexgrid-12"] > .col,
[class*="flexgrid-11"] > [class*="col-"] {
  -webkit-flex-basis: 8.33333333%;
      -ms-flex-preferred-size: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (min-width: 1200px) {
  [class*="_lg-1"] > .col,
  [class*="_lg-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > .col,
  [class*="_lg-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > .col,
  [class*="_lg-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_lg-4"] > .col,
  [class*="_lg-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > .col,
  [class*="_lg-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > .col,
  [class*="_lg-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_lg-7"] > .col,
  [class*="_lg-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
            flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_lg-8"] > .col,
  [class*="_lg-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > .col,
  [class*="_lg-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
            flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_lg-10"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
            flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_lg-12"] > .col,
  [class*="_lg-11"] > [class*="col-"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
            flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
            flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
            flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-11"] > [class*="col-"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
            flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
            flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
            flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-11"] > [class*="col-"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  [class*="_xs-1"] > .col,
  [class*="_xs-1"] > [class*="col-"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > .col,
  [class*="_xs-2"] > [class*="col-"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > .col,
  [class*="_xs-3"] > [class*="col-"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_xs-4"] > .col,
  [class*="_xs-4"] > [class*="col-"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > .col,
  [class*="_xs-5"] > [class*="col-"] {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > .col,
  [class*="_xs-6"] > [class*="col-"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_xs-7"] > .col,
  [class*="_xs-7"] > [class*="col-"] {
    -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
            flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_xs-8"] > .col,
  [class*="_xs-8"] > [class*="col-"] {
    -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > .col,
  [class*="_xs-9"] > [class*="col-"] {
    -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
            flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_xs-10"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
            flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_xs-12"] > .col,
  [class*="_xs-11"] > [class*="col-"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class*='flexgrid'] > [class*="col-1"] {
  -webkit-flex-basis: 8.33333333%;
      -ms-flex-preferred-size: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*='flexgrid'] > [class*="col-2"] {
  -webkit-flex-basis: 16.66666667%;
      -ms-flex-preferred-size: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*='flexgrid'] > [class*="col-3"] {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
[class*='flexgrid'] > [class*="col-4"] {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*='flexgrid'] > [class*="col-5"] {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*='flexgrid'] > [class*="col-6"] {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
[class*='flexgrid'] > [class*="col-7"] {
  -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*='flexgrid'] > [class*="col-8"] {
  -webkit-flex-basis: 66.66666667%;
      -ms-flex-preferred-size: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*='flexgrid'] > [class*="col-9"] {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}
[class*='flexgrid'] > [class*="col-10"] {
  -webkit-flex-basis: 83.33333333%;
      -ms-flex-preferred-size: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*='flexgrid'] > [class*="col-11"] {
  -webkit-flex-basis: 91.66666667%;
      -ms-flex-preferred-size: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*='flexgrid'] > [class*="col-12"] {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
[class*="flexgrid"] > [class*="pushoff-0"] {
  margin-left: 0;
}
[class*="flexgrid"] > [class*="pushoff-1"] {
  margin-left: 8.33333333%;
}
[class*="flexgrid"] > [class*="pushoff-2"] {
  margin-left: 16.66666667%;
}
[class*="flexgrid"] > [class*="pushoff-3"] {
  margin-left: 25%;
}
[class*="flexgrid"] > [class*="pushoff-4"] {
  margin-left: 33.33333333%;
}
[class*="flexgrid"] > [class*="pushoff-5"] {
  margin-left: 41.66666667%;
}
[class*="flexgrid"] > [class*="pushoff-6"] {
  margin-left: 50%;
}
[class*="flexgrid"] > [class*="pushoff-6"] {
  margin-left: 50%;
}
[class*="flexgrid"] > [class*="pushoff-7"] {
  margin-left: 58.33333333%;
}
[class*="flexgrid"] > [class*="pushoff-8"] {
  margin-left: 66.66666667%;
}
[class*="flexgrid"] > [class*="pushoff-9"] {
  margin-left: 75%;
}
[class*="flexgrid"] > [class*="pushoff-10"] {
  margin-left: 83.33333333%;
}
[class*="flexgrid"] > [class*="pushoff-11"] {
  margin-left: 91.66666667%;
}
@media screen and (min-width: 1200px) {
  [class*='flexgrid'] > [class*="_lg-1"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='flexgrid'] > [class*="_lg-2"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='flexgrid'] > [class*="_lg-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*='flexgrid'] > [class*="_lg-4"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='flexgrid'] > [class*="_lg-5"] {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='flexgrid'] > [class*="_lg-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*='flexgrid'] > [class*="_lg-7"] {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='flexgrid'] > [class*="_lg-8"] {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='flexgrid'] > [class*="_lg-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  [class*='flexgrid'] > [class*="_lg-10"] {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='flexgrid'] > [class*="_lg-11"] {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='flexgrid'] > [class*="_lg-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="flexgrid"] > [class*="push-lg-0"] {
    margin-left: 0;
  }
  [class*="flexgrid"] > [class*="push-lg-1"] {
    margin-left: 8.33333333%;
  }
  [class*="flexgrid"] > [class*="push-lg-2"] {
    margin-left: 16.66666667%;
  }
  [class*="flexgrid"] > [class*="push-lg-3"] {
    margin-left: 25%;
  }
  [class*="flexgrid"] > [class*="push-lg-4"] {
    margin-left: 33.33333333%;
  }
  [class*="flexgrid"] > [class*="push-lg-5"] {
    margin-left: 41.66666667%;
  }
  [class*="flexgrid"] > [class*="push-lg-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-lg-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-lg-7"] {
    margin-left: 58.33333333%;
  }
  [class*="flexgrid"] > [class*="push-lg-8"] {
    margin-left: 66.66666667%;
  }
  [class*="flexgrid"] > [class*="push-lg-9"] {
    margin-left: 75%;
  }
  [class*="flexgrid"] > [class*="push-lg-10"] {
    margin-left: 83.33333333%;
  }
  [class*="flexgrid"] > [class*="push-lg-11"] {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  [class*='flexgrid'] > [class*="_md-1"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='flexgrid'] > [class*="_md-2"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='flexgrid'] > [class*="_md-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*='flexgrid'] > [class*="_md-4"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='flexgrid'] > [class*="_md-5"] {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='flexgrid'] > [class*="_md-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*='flexgrid'] > [class*="_md-7"] {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='flexgrid'] > [class*="_md-8"] {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='flexgrid'] > [class*="_md-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  [class*='flexgrid'] > [class*="_md-10"] {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='flexgrid'] > [class*="_md-11"] {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='flexgrid'] > [class*="_md-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="flexgrid"] > [class*="push-md-0"] {
    margin-left: 0;
  }
  [class*="flexgrid"] > [class*="push-md-1"] {
    margin-left: 8.33333333%;
  }
  [class*="flexgrid"] > [class*="push-md-2"] {
    margin-left: 16.66666667%;
  }
  [class*="flexgrid"] > [class*="push-md-3"] {
    margin-left: 25%;
  }
  [class*="flexgrid"] > [class*="push-md-4"] {
    margin-left: 33.33333333%;
  }
  [class*="flexgrid"] > [class*="push-md-5"] {
    margin-left: 41.66666667%;
  }
  [class*="flexgrid"] > [class*="push-md-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-md-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-md-7"] {
    margin-left: 58.33333333%;
  }
  [class*="flexgrid"] > [class*="push-md-8"] {
    margin-left: 66.66666667%;
  }
  [class*="flexgrid"] > [class*="push-md-9"] {
    margin-left: 75%;
  }
  [class*="flexgrid"] > [class*="push-md-10"] {
    margin-left: 83.33333333%;
  }
  [class*="flexgrid"] > [class*="push-md-11"] {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [class*='flexgrid'] > [class*="_sm-1"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='flexgrid'] > [class*="_sm-2"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='flexgrid'] > [class*="_sm-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*='flexgrid'] > [class*="_sm-4"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='flexgrid'] > [class*="_sm-5"] {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='flexgrid'] > [class*="_sm-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*='flexgrid'] > [class*="_sm-7"] {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='flexgrid'] > [class*="_sm-8"] {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='flexgrid'] > [class*="_sm-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  [class*='flexgrid'] > [class*="_sm-10"] {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='flexgrid'] > [class*="_sm-11"] {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='flexgrid'] > [class*="_sm-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="flexgrid"] > [class*="push-sm-0"] {
    margin-left: 0;
  }
  [class*="flexgrid"] > [class*="push-sm-1"] {
    margin-left: 8.33333333%;
  }
  [class*="flexgrid"] > [class*="push-sm-2"] {
    margin-left: 16.66666667%;
  }
  [class*="flexgrid"] > [class*="push-sm-3"] {
    margin-left: 25%;
  }
  [class*="flexgrid"] > [class*="push-sm-4"] {
    margin-left: 33.33333333%;
  }
  [class*="flexgrid"] > [class*="push-sm-5"] {
    margin-left: 41.66666667%;
  }
  [class*="flexgrid"] > [class*="push-sm-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-sm-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-sm-7"] {
    margin-left: 58.33333333%;
  }
  [class*="flexgrid"] > [class*="push-sm-8"] {
    margin-left: 66.66666667%;
  }
  [class*="flexgrid"] > [class*="push-sm-9"] {
    margin-left: 75%;
  }
  [class*="flexgrid"] > [class*="push-sm-10"] {
    margin-left: 83.33333333%;
  }
  [class*="flexgrid"] > [class*="push-sm-11"] {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  [class*='flexgrid'] > [class*="_xs-1"] {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='flexgrid'] > [class*="_xs-2"] {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='flexgrid'] > [class*="_xs-3"] {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  [class*='flexgrid'] > [class*="_xs-4"] {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='flexgrid'] > [class*="_xs-5"] {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='flexgrid'] > [class*="_xs-6"] {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  [class*='flexgrid'] > [class*="_xs-7"] {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='flexgrid'] > [class*="_xs-8"] {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='flexgrid'] > [class*="_xs-9"] {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  [class*='flexgrid'] > [class*="_xs-10"] {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='flexgrid'] > [class*="_xs-11"] {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='flexgrid'] > [class*="_xs-12"] {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  [class*="flexgrid"] > [class*="push-xs-0"] {
    margin-left: 0;
  }
  [class*="flexgrid"] > [class*="push-xs-1"] {
    margin-left: 8.33333333%;
  }
  [class*="flexgrid"] > [class*="push-xs-2"] {
    margin-left: 16.66666667%;
  }
  [class*="flexgrid"] > [class*="push-xs-3"] {
    margin-left: 25%;
  }
  [class*="flexgrid"] > [class*="push-xs-4"] {
    margin-left: 33.33333333%;
  }
  [class*="flexgrid"] > [class*="push-xs-5"] {
    margin-left: 41.66666667%;
  }
  [class*="flexgrid"] > [class*="push-xs-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-xs-6"] {
    margin-left: 50%;
  }
  [class*="flexgrid"] > [class*="push-xs-7"] {
    margin-left: 58.33333333%;
  }
  [class*="flexgrid"] > [class*="push-xs-8"] {
    margin-left: 66.66666667%;
  }
  [class*="flexgrid"] > [class*="push-xs-9"] {
    margin-left: 75%;
  }
  [class*="flexgrid"] > [class*="push-xs-10"] {
    margin-left: 83.33333333%;
  }
  [class*="flexgrid"] > [class*="push-xs-11"] {
    margin-left: 91.66666667%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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 {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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 label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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.3333333;
}
.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-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-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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: 768px) {
  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .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;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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,
.visible-sm,
.visible-md,
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.fadein-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.fadein-container.in {
  opacity: 1;
}
.ondemand-open {
  overflow: hidden;
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 50%;
  padding-bottom: 60%;
  vertical-align: middle;
}
.svg-container .isvg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.caret {
  margin-left: 7px;
}
.meta {
  font-size: 1.3em;
  margin-bottom: 11px;
  display: block;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .meta {
    font-size: 1.1em;
    margin: -6px 0 9px 0;
  }
}
.meta.vlog {
  margin-top: 20px;
}
.move {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out, -o-transform 0.5s 0.2s ease-in-out;
  transition: transform 0.5s 0.2s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.5s 0.2s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out, -o-transform 0.5s 0.2s ease-in-out;
}
.init-move {
  -webkit-transform: translatez(0);
       -o-transform: translatez(0);
          transform: translatez(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.init-move .meta,
.init-move .more,
.init-move .info,
.init-move .gradient {
  display: none;
}
.init-move .img {
  opacity: 1 !important;
}
.search-category-del {
  position: absolute;
  top: 10px;
  right: 46px;
  text-transform: none;
  font-size: 14px;
  font-weight: 100;
  border: 1px solid #636363;
  padding: 1px 10px;
  color: #e6e6e6;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .search-category-del {
    top: 6px;
    font-size: 12px;
  }
}
.search-category-del i {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-category-del:hover {
  background-color: rgba(255, 255, 255, 0.26);
  color: #e6e6e6;
  opacity: 1;
}
.search-category-del:hover i {
  color: #7f2525;
}
.modal-search,
.modal-ondemand {
  display: block;
  top: 0;
  width: 100%;
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
}
.modal-search .fold-container,
.modal-ondemand .fold-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 89px);
}
.modal-search .cat-title,
.modal-ondemand .cat-title {
  font-size: 2.3em;
}
@media (max-width: 767px) {
  .modal-search .cat-title,
  .modal-ondemand .cat-title {
    font-size: 17px;
    margin-top: 15px;
  }
}
.modal-search .modal-content,
.modal-ondemand .modal-content {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}
.modal-search .fold-container,
.modal-ondemand .fold-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-search .modal-body,
.modal-ondemand .modal-body {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .modal-ondemand .fold-container {
    height: calc(100vh - 105px);
  }
}
.modal-livestreams-open .navbar-default,
.search-open .navbar-default,
.ondemand-open .navbar-default,
.modal-manageaccount-open .navbar-default,
.modal-contentpage-open .navbar-default,
.modal-loginregister-open .navbar-default {
  opacity: 0;
}
.modal-livestreams-open .modal,
.search-open .modal,
.ondemand-open .modal,
.modal-manageaccount-open .modal,
.modal-contentpage-open .modal,
.modal-loginregister-open .modal {
  z-index: 1051 !important;
}
.modal-nav-open .navbar-default {
  opacity: 1;
}
.back-cat-container {
  z-index: 1;
  position: relative;
}
.back-cat {
  padding-left: 15px;
  font-size: 16px;
  padding-top: 7px;
  margin-bottom: -37px;
}
.back-cat a {
  color: #d2d2d2;
}
.back-cat i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .back-cat {
    font-size: 14px;
  }
}
.back-cat-disabled {
  opacity: 0;
  pointer-events: none;
}
.modal-ondemand {
  overflow: visible !important;
}
.modal-ondemand .modal-dialog .fold-container {
  padding: 0 0 60px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal-ondemand .modal-dialog .modal-content {
  padding-top: 0;
  margin-top: 0;
}
.filters {
  float: right;
  margin-top: 0;
  vertical-align: bottom;
}
.filters > .dropdown {
  display: inline-block;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .filters {
    display: none;
  }
}
.filters button {
  margin: 0 7.5px;
  color: #6a6a6a;
  background-color: transparent !important;
  opacity: 1;
  border-radius: 0;
  font-size: 14px;
  height: 41px;
  font-weight: 400;
  padding: 0 8px;
  border: none;
  outline: none;
}
.modal-manageaccount-open .navbar,
.modal-contentpage-open .navbar,
.modal-loginregister-open .navbar {
  z-index: 1037;
}
.modal-manageaccount-open .modal-backdrop,
.modal-contentpage-open .modal-backdrop,
.modal-loginregister-open .modal-backdrop {
  background: rgba(0, 0, 0, 0.92) !important;
}
.iframe-container {
  background-color: black;
}
.searchcontainer {
  padding: 0;
  height: calc(100vh - 110px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.account-block {
  max-width: 800px;
  min-width: 300px;
}
.modal-padding {
  margin: 30px auto;
  padding: 0 30px;
}
.modal-loginregister-open .navbar {
  z-index: 1037;
}
.modal-loginregister-open .modal-backdrop {
  background: rgba(0, 0, 0, 0.92) !important;
}
.popover {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 1;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}
.direction {
  margin-left: 10px;
}
.direction.down:before {
  content: "\F2F9";
}
.direction.up:before {
  content: "\F2FC";
}
.modal-inline-search {
  width: 50%;
  margin: 15px;
  position: relative;
  float: left;
}
.modal-inline-search input {
  font-size: 21px;
  border: none;
  width: 100%;
  padding: 10px;
  outline: 0 !important;
  height: 49px;
  line-height: 1.3333333;
  font-weight: 100;
  background-color: rgba(80, 80, 80, 0.44);
  border-radius: 0;
  -webkit-appearance: none;
  color: #fff;
}
.modal-inline-search .searchicon {
  position: absolute;
  font-size: 29px;
  top: 10px;
  right: 10px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scalex(-1);
       -o-transform: scalex(-1);
          transform: scalex(-1);
}
@media (max-width: 767px) {
  .modal-inline-search {
    float: none;
    width: calc(100% - 72px);
  }
  .modal-inline-search input {
    font-size: 16px;
    height: 37px;
  }
  .modal-inline-search .searchicon {
    top: 4px;
  }
  .modal-inline-search .searchicon i {
    font-size: 20px;
  }
}
form {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
form.isBusy {
  opacity: 0.7;
  pointer-events: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-size: 13px;
  line-height: 21px;
  color: #272727;
}
a {
  color: #0274a2;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none !important;
}
a:hover,
a:focus,
a:active {
  color: #015070;
}
button {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.player-drag {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pagetransitions-active {
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadein;
       -o-animation-name: fadein;
          animation-name: fadein;
}
.page {
  min-height: 100vh;
  background-color: #fff;
}
.pagetransition-enter {
  opacity: 0;
}
.pagetransition-enter.pagetransition-enter-active {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pagetransition-exit {
  opacity: 1;
}
.pagetransition-exit.pagetransition-exit-active {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.transition-fade {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.transition-fade.transition-fade-show {
  opacity: 1;
}
.transition-fade.transition-fade-enter {
  opacity: 0;
}
.transition-fade.transition-fade-entering {
  opacity: 1;
}
.transition-fade.transition-fade-exit {
  opacity: 1;
}
.transition-fade.transition-fade-exit {
  opacity: 0;
}
.blocktransition-enter {
  opacity: 0.01;
}
.blocktransition-enter.blocktransition-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms 500ms ease-in;
  -o-transition: opacity 500ms 500ms ease-in;
  transition: opacity 500ms 500ms ease-in;
  position: absolute;
  top: 0;
}
.blocktransition-exit {
  opacity: 1;
}
.blocktransition-exit.blocktransition-exit-active {
  opacity: 0.01;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.form-control {
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
  font-family: 'Merriweather', serif;
  margin-bottom: 20px;
  white-space: pre-line;
}
b,
strong {
  font-weight: 600;
}
/**
 *
 * Component  Grid container
 *
 */
.grid-container {
  margin: 0 -15px;
}
.grid-container .grid-item {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 1700px) {
  .grid-container .grid-item {
    width: 25%;
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .grid-container .grid-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .grid-container .grid-item {
    width: 100%;
  }
}
.grid-container .swiper-container {
  margin: 0 15px;
}
.root-media-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rowrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1700px) {
  .rowrow[data-limit="true"] .grid-item:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 1699px) and (min-width: 992px) {
  .rowrow[data-limit="true"] .grid-item:nth-child(n + 4) {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .rowrow[data-limit="true"] .grid-item:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 500px) {
  .rowrow[data-limit="true"] .grid-item:nth-child(n + 3) {
    display: none;
  }
}
.demo {
  width: 100%;
  background: hsla(31, 15%, 50%, 0.2);
  text-align: center;
}
.btn {
  font-family: 'Merriweather', serif;
  outline: none;
}
button:focus {
  outline: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.single-title small,
.cat-title small {
  margin-left: 15px;
  font-size: 20px;
  text-transform: lowercase;
}
.cat-title {
  margin: 0;
  font-size: 3.1em;
  padding: 50px 15px 20px 15px;
  font-weight: 500;
}
.cat-title .subtitle {
  display: none;
}
.cat-title.after-hr {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cat-title {
    font-size: 17px;
    padding: 23px 15px 14px 15px;
  }
  .cat-title small {
    font-size: 13px;
    margin-left: 8px;
  }
}
.empty-collection {
  padding: 0 15px;
}
/**
 * It is *very* important to atleast have a font-size of 16px because of iphone safari zooming on inputs
 * when it's less than 16px.
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-size: 16px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: initial;
}
/* .squaredThree */
.checkbox-style .semi-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(174, 174, 174, 0.15);
  border: 1px solid #484848;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.checkbox-style .semi-checkbox:after {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.checkbox-style input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.checkbox-style input[type=checkbox]:checked + .semi-checkbox:after {
  opacity: 1;
}
.checkbox-style input[type=checkbox]:focus,
.checkbox-style input[type=checkbox]:hover,
.checkbox-style input[type=checkbox]:active {
  border: 1px solid red;
}
.checkbox-style input[type=checkbox]:focus + .semi-checkbox,
.checkbox-style input[type=checkbox]:hover + .semi-checkbox,
.checkbox-style input[type=checkbox]:active + .semi-checkbox {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.38);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.38);
}
.checkbox-style .label-content {
  margin-left: 15px;
  display: inline-block;
}
/* end .squaredThree */
.single-title {
  margin: 28px auto;
  font-size: 24px;
  text-transform: none;
  margin: 28px auto 7px auto;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.45px;
  font-size: 3.2em;
}
.single-title_vlog {
  font-size: 2.4em;
  margin-bottom: 20px;
}
.single-title small {
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-title {
    font-size: 18px;
    margin: 17px auto 10px auto;
  }
  .single-title small {
    margin-top: 6px;
  }
}
.page-title {
  margin: 100px 0 20px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-title {
    margin-top: 65px;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1390px;
  }
}
@media (min-width: 2500px) {
  .container {
    width: 2000px;
  }
}
.container--padding-top {
  padding-top: 80px;
}
.container--padding-bottom {
  padding-bottom: 80px;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.content {
  font-size: 14px;
}
.content-block {
  font-size: 1.3em;
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: auto;
}
.content-block img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .content-block {
    font-size: 1.1em;
  }
}
.alert {
  padding: 13px 14px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.alert-error {
  background-color: rgba(211, 47, 47, 0.86);
  color: white;
}
.isvg svg {
  max-width: 100%;
}
.show-more-btn,
.collection-load-more-btn {
  display: inline-block;
}
.show-more-btn a,
.collection-load-more-btn a {
  outline: none;
}
.show-more-btn a:hover,
.collection-load-more-btn a:hover,
.show-more-btn a:focus,
.collection-load-more-btn a:focus {
  outline: none;
}
.show-more-btn i,
.collection-load-more-btn i {
  margin-left: 6px;
  display: inline-block;
}
.show-more-btn i:before,
.collection-load-more-btn i:before {
  vertical-align: middle;
}
.show-more-btn-disabled,
.collection-load-more-btn-disabled {
  opacity: 0;
  pointer-events: none;
}
.collection-load-more-btn {
  margin-left: 20px;
  margin-top: 18px;
}
.collection-load-more-btn a {
  padding: 10px;
  font-size: 23px;
}
.btn-ghost {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.61);
  border-radius: 2px;
  min-width: 105px;
  padding: 7px 16px;
}
.btn-ghost:hover,
.btn-ghost:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}
.btn-facebook {
  width: 100%;
  background-color: #3b5999;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 48px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .btn-facebook {
    font-size: 14px;
  }
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #344e87;
}
.btn-facebook:before {
  border-right: 1px solid #345193;
  position: relative;
  width: 50px;
  float: left;
  content: "\F343";
  display: inline-block;
  font: normal normal normal 14px/1 'tc';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 28px;
  line-height: inherit;
}
.inlineScroll {
  overflow-y: auto;
}
.inlineScroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.inlineScroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(74, 74, 74, 0.29);
  border: 1px solid #ffffff1f;
}
.modal-flex {
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-flex .grow-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
}
.modal-flex .grow-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.modal-flex .grow-flex .grid-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.modal-flex .grow-flex .inlineScroll {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}
.single-info .meta span + span {
  margin-left: 10px;
}
.no-items-found-container {
  padding: 0 15px 15px 15px;
}
.ondemandcontent.grow-flex .inlineScroll,
.ondemandcontent.grow-flex .grid-container {
  height: 100vh;
}
.vlog-title {
  font-size: 3.1em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .vlog-title {
    font-size: 1.7em;
    margin: 0;
  }
}
/**
 *
 * Component vlogview
 *
 */
.vlogview .vlog-item {
  display: block;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 35px;
  width: 100%;
}
.vlogview .vlog-item_img-container_16-9 {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.vlogview .vlog-item_img-container_img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  top: 0;
}
.vlogview .vlog-item_img-container_img img {
  width: 102%;
  height: auto;
  display: inline;
  top: 50%;
  -webkit-transform: translate(-1%, -50%);
       -o-transform: translate(-1%, -50%);
          transform: translate(-1%, -50%);
  position: absolute;
}
.vlogview .vlog-item_more {
  font-size: 1.2em;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.1px;
  margin: 0 0 1.5rem 0;
}
.vlogview .vlog-item_title {
  font-size: 1.6em;
  font-weight: 600;
  margin: 1em 0 1.5rem 0;
}
.vlogview .vlog-item_meta {
  color: #939393;
  font-size: 1.2em;
  float: left;
  margin: 0.8em 0;
  position: absolute;
  bottom: 0;
}
.vlogview .vlog-item__placeholder .vlog-item_img-container {
  background-color: rgba(0, 0, 0, 0.01);
}
@media (min-width: 768px) {
  .vlogview.listview .vlog-item {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
  }
  .vlogview.listview .vlog-item_img-container {
    float: left;
    width: 30%;
    position: relative;
    height: 100%;
    padding: 0;
    margin: 21px 0 25px 0;
  }
  .vlogview.listview .vlog-item_info {
    padding: 10px 30px;
    margin-left: 30%;
  }
  .vlogview.listview .vlog-item_title {
    margin-top: 10px;
  }
  .vlogview.listview .vlog-item_meta {
    margin-bottom: 18px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .vlogview.listview .vlog-item_img-container {
    width: 26%;
  }
  .vlogview.listview .vlog-item_info {
    margin-left: 26%;
  }
}
@media (min-width: 992px) {
  .related-vlogs {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .related-vlogs {
    position: relative !important;
    width: auto !important;
    top: auto !important;
  }
}
.vlog-header {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vlog-header {
    margin-top: 60px;
  }
}
.vlog-header-image {
  width: 100%;
}
.centered-block {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: absolute;
}
.scroll-block {
  width: 100%;
  max-height: 100vh;
  margin: auto;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-block-h {
  width: 100%;
  height: 100vh;
  margin: auto;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .scroll-block-res_xs {
    width: 100%;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .scroll-block-res_sm {
    width: 100%;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scroll-block-res_md {
    width: 100%;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1200px) {
  .scroll-block-res_lg {
    width: 100%;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.margintop-0 {
  margin-top: 0;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.vh100 {
  height: 100%;
  height: 100vh;
}
.w100 {
  width: 100%;
}
.search-category-del {
  position: absolute;
  top: 10px;
  right: 46px;
  text-transform: none;
  font-size: 14px;
  font-weight: 100;
  border: 1px solid #636363;
  padding: 1px 10px;
  color: #e6e6e6;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .search-category-del {
    top: 6px;
    font-size: 12px;
  }
}
.search-category-del i {
  font-size: 1.8em;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-category-del:hover {
  background-color: rgba(255, 255, 255, 0.26);
  color: #e6e6e6;
  opacity: 1;
}
.search-category-del:hover i {
  color: #7f2525;
}
.filtering {
  margin-top: 19px;
  margin-left: 15px;
  float: left;
}
.filtering > div {
  float: left;
}
.filtering button {
  margin: 0 7.5px;
  color: rgba(255, 255, 255, 0.78);
  border-color: #ccc;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  opacity: 1;
  border-radius: 0;
  font-size: 16px;
  height: 41px;
  font-weight: 400;
  padding: 0 8px;
  border: none;
  outline: none;
}
.filtering button:hover,
.filtering button:active,
.filtering button:focus,
.filtering button:active:focus {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
@media (max-width: 767px) {
  .filtering {
    clear: both;
    margin-top: -13px;
    margin-left: 5px;
  }
  .filtering button {
    padding: 0 3px;
  }
}
.ondemand-page__container {
  min-height: 100vh;
}
/**
 *
 * Modifier input placeholders
 *
 */
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.tradecast-logo {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABANpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQyQUY1NUZBNEUyOTExRTU4QkM3RTkxNDQzRjQyQTAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQyQUY1NUY5NEUyOTExRTU4QkM3RTkxNDQzRjQyQTAwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyODg0MzNlMS0xYTdkLTRlMjEtYTM5Zi1hYzgxOThkN2EzNGUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg4NDMzZTEtMWE3ZC00ZTIxLWEzOWYtYWM4MTk4ZDdhMzRlIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+VHJhZGVjYXN0X2xvZ29fdjI8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppf8v2wAAASdSURBVHjalFZbbBRVGP7OzOzM3qbbUrZNG0NNrOAFUJFGIfGCRiVqFAyJF8KDJkR9IkbR+OQtAgbkgadKAg+YGPES8UbiC0aMUm8gRDCygIrYChR6LzuXc47fzG4327Jb8SRfzuyeM+f7/++/nBFNbx1B1fiYWEJ4xHniFFGwgQN+0e9p6Gg5mMs3IPACTB2eLs2P22vRmDiKQBmVNatq353EA+Vnl5hJzOaGO8Z4qJN2kHWTv4Shep//v0McwyUOo+p5y9RFRUgpAdNAc0ceZtKeK0P5SuQdsYOY939Iuohrai16gURjWxPcbDKWyRCV5VXEIWLjFEXqkjxVa1H7ITJuCm4+h6Iv653xHPErcXNdkgFADGixfIB8MXR5hsAgg9nY7CJJ87VU0xnbaQrsYzo8oZCAEHrSogVt3AShmm7XkpGOtmiMkehYqHDEzeBoLosbQgktpte9yHPTQm9Lir4WpcWGSSR71LlbWkkwQ8loEyIjAh44fiHEMXfGziW6dc8BpVdcDdw1HclfSmOltR/ZxLn1vjR8/rW5IldXcWz+rMBHll6Y0R8ksLVmrhu48UTv1i2jZ7eS9e6UwGwub4pCNZUgJBLEleZHpVhCvMnpoQqJZyc6PcuEJwwUGYcI8XPChMg6hUd+/wNXWBL7tVVwgLV8Z065aOMRGVaQGg+yAPPOIQSyouuHxOUT2dVey33KdsZLO6eSA2PYdvYkzdXoE3EyFmj5MuL56Ec//coLgS5rc+yinFR6+GyCJFdH5tPQWsumNBYcP4XXvfM4Pc5clSYKKsZGPi//R5lnVjnb0Wj3grHAlPy4lnjBKstZa0TBg6SUFA6r/z6MeXMOw6a9RjnVVKh3ycT4vQfFV6sHAws23dcXn/NyRBLUIXFKUZUopm005btxn/8lC9SsqlY8qUeMlTNaW7DTb8Usp+ZR6yK5huqQtNEBUxdDpPIHYbXtZknR6WQFm5BOdBsZM901MIiFiXGc9i3qP8mX34jXIpK+mhQCzdoLO4xMgHT7G1C+PdGiFhHfEM9G52mrlNT3hH2wDU2NJwX+/jjwIpc6LlwHImlBOIRtluYU20PK7ky1fQLDGYcOMot52tt851ticZVkMFIhmoZDdJmj6PejCMbePDpxHVj6x72HROPMx3S2kQQpesCgyhBqYAiJXO8zqfYdi+RIwzLuvb5etStRSoTrgkF8J7JMY/Ei/Xm30lbUB7u/hqYUDr1JU2t2Oh113CGJsHl4qVqQWmpkfKixRP2eQsOFI3GZP4rOjPfSSWlvcE1V3eqzPRR2CMUAmoWn+0eA4Qtxs1D9zRj/fi5E8yDNNaZtkILxgBRPN2j5qq/ElPvEYNOyjF2wGEEz8sQuzZYZ343FXTno8y4MdyjOhjrjT7a729gmukPuMUTtS6u75qtmCH3CwcinCyFahssX8kUjuravIvb+183YU87pi1dFAG97Dl7PfJjtvdWyvUcsJNZE18mlfkisqbkjoWKZhtd1IDwx56jRMLy+3JMeJn66lA+J6g+AL4jPiVvL311D5UIt0Jufcc7Zd2F/2w/uCjo8msX/Gf8KMADNKrApFZzV2AAAAABJRU5ErkJggg==');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: 19px;
  left: 28px;
  opacity: 0.3;
}
.pinned > div:after {
  content: "\E90C";
  font: normal normal normal 14px/1 'tc';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -8px;
  right: 0;
  background-size: contain;
  display: block;
  font-size: 4rem;
  color: #ffffff;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
::-moz-selection {
  color: #fff;
  background: #daeef9;
}
::selection {
  color: #fff;
  background: #daeef9;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 999999s, color 99999s;
  -webkit-transition-delay: 9999s;
}
.break-word {
  word-break: break-word;
}
@-webkit-keyframes fadeInFromTop {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes fadeInFromTop {
  from {
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0px);
       transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.fadein {
  -webkit-animation: fadeInFromTop 0.2s ease-in-out;
       -o-animation: fadeInFromTop 0.2s ease-in-out;
          animation: fadeInFromTop 0.2s ease-in-out;
}
.slide-in--right {
  -webkit-animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slide-out--right {
  -webkit-animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes slide-in--right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-o-keyframes slide-in--right {
  100% {
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
}
@keyframes slide-in--right {
  100% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slide-out--right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-o-keyframes slide-out--right {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}
@keyframes slide-out--right {
  0% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.container-404 {
  padding-top: 50px;
}
.container-404 .page-title {
  margin-bottom: 5px;
}
.container-404 p {
  margin-bottom: 40px;
}
.container-404 .icon-container {
  padding-bottom: 50px;
}
.container-404 .icon {
  font-size: 12vw;
  color: #d6d6d6;
}
.container-404 ul a {
  color: #444;
}
.back-to-home {
  font-size: 2rem;
  font-weight: 600;
  margin-top: -30px;
  display: inline-block;
  margin-bottom: 14px;
}
.target-tv {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.target-tv body {
  overflow: hidden;
  background-color: #000;
}
.target-tv .btn:focus,
.target-tv .btn:active:focus,
.target-tv .btn.active:focus,
.target-tv .btn.focus,
.target-tv .btn:active.focus,
.target-tv .btn.active.focus {
  outline: none;
}
.target-tv .page {
  background-color: #000;
}
.target-tv *:focus {
  outline: none;
}
@media (min-width: 1180px) {
  .target-tv {
    font-size: 14px;
  }
}
@media (min-width: 1700px) {
  .target-tv {
    font-size: 17px;
  }
}
@media (min-width: 3000px) {
  .target-tv {
    font-size: 38px;
  }
}
@media (min-width: 6000px) {
  .target-tv {
    font-size: 78px;
  }
}
@media (min-width: 12000px) {
  .target-tv {
    font-size: 160px;
  }
}
.target-tv .input-wrap {
  -webkit-transition: outline 0.2s ease-in-out;
  -o-transition: outline 0.2s ease-in-out;
  transition: outline 0.2s ease-in-out;
}
.target-tv .input-wrap:hover,
.target-tv .input-wrap:focus {
  outline: 0.25rem solid #daeef9 !important;
}
.target-tv .input-wrap:hover .form-control::-webkit-input-placeholder,
.target-tv .input-wrap:focus .form-control::-webkit-input-placeholder {
  color: #fff;
}
.target-tv .input-wrap:hover .form-control:-moz-placeholder,
.target-tv .input-wrap:focus .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.target-tv .input-wrap:hover .form-control::-moz-placeholder,
.target-tv .input-wrap:focus .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.target-tv .input-wrap:hover .form-control:-ms-input-placeholder,
.target-tv .input-wrap:focus .form-control:-ms-input-placeholder {
  color: #fff;
}
.target-tv .input-wrap-checkbox {
  display: inline-block;
}
.target-tv .input-wrap-checkbox .label-content {
  padding-bottom: 3px;
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
          box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
}
.target-tv .input-wrap-checkbox:focus {
  outline: none;
}
.target-tv .input-wrap-checkbox:focus .label-content {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
          box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
}
.target-tv .navigation-section-inline {
  display: inline;
}
.target-tv .modal-search,
.target-tv .modal-ondemand {
  position: absolute;
}
.target-tv .item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.target-tv .item_img-container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #272727;
}
.target-tv .item_img-container .img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.target-tv .item_img-container .img.in {
  opacity: 1;
}
.target-tv .item_block {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.target-tv .item_block:before {
  content: '';
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  top: -1rem;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.target-tv .item:focus,
.target-tv .item:hover {
  outline: none;
}
.target-tv .item:focus .item_block:before,
.target-tv .item:hover .item_block:before {
  opacity: 1;
}
.target-tv .item_title {
  line-height: 1.6;
}
.target-tv .navbar-default {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.target-tv .navbar-default .topnav > li > a {
  min-width: 74px;
}
.target-tv .navbar-default .topnav > li > a .textcontent {
  padding-bottom: 0.6rem;
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
          box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
}
.target-tv .navbar-default .topnav > li > a:focus {
  outline: none;
}
.target-tv .navbar-default .topnav > li > a:focus .textcontent {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
          box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
}
.target-tv .navbar-default:after {
  padding-bottom: 11rem;
}
.target-tv .textcontent {
  font-weight: 500;
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
  font-family: 'Merriweather', serif;
}
.target-tv .iconcontent {
  display: none;
}
.target-tv .modal-dialog,
.target-tv .modal-content,
.target-tv .fadein-container,
.target-tv .ondemand-container {
  overflow: hidden;
}
.target-tv .modal .modal-dialog {
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}
.target-tv .grid-container {
  margin: 0 0.8rem;
}
.target-tv .grid-container .grid-item {
  padding: 0.8rem;
}
.target-tv .show-more-btn {
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
          box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
}
.target-tv .show-more-btn a {
  outline: none;
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-size: 1.5rem;
  padding: 0.4rem;
  font-size: 1.4rem;
  margin: 0.8rem 1.1rem;
}
.target-tv .show-more-btn a i:after {
  vertical-align: baseline;
}
.target-tv .show-more-btn a:hover,
.target-tv .show-more-btn a:focus {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
          box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
}
.target-tv .modal.fade {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.target-tv .fadein-container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.target-tv.modal-open {
  position: relative;
}
.target-tv .modal-backdrop {
  background-color: #151515;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.target-tv .modal-backdrop.in {
  opacity: 1 !important;
}
.target-tv .modal-open .iframe-container-container-container {
  display: none;
  width: 1px;
  height: 1px;
}
.target-tv [semi-focus],
.target-tv:focus {
  outline: 0.2rem solid #daeef9;
  -webkit-transition: outline 0.15s ease-in-out;
  -o-transition: outline 0.15s ease-in-out;
  transition: outline 0.15s ease-in-out;
}
.target-tv [semi-focus].item,
.target-tv:focus.item {
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.target-tv [semi-focus].item .item_block,
.target-tv:focus.item .item_block {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline: 0.5rem solid #daeef9;
}
.target-tv .input-wrap {
  display: block;
}
.target-tv .input-wrap_inline {
  display: inline-block;
}
.target-tv .modal-search .fold-container,
.target-tv .modal-ondemand .fold-container,
.target-tv .modal-new .fold-container,
.target-tv .modal-popular .fold-container {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
  height: 100vh;
}
.target-tv .dropdown-menu {
  background-color: #1b1b1b;
}
.target-tv .dropdown-menu li a {
  color: #dcdcdc;
}
.target-tv .dropdown-menu > li > a:hover,
.target-tv .dropdown-menu > li > a:focus {
  background-color: transparent;
}
.target-tv .dropdown-menu li a[semi-focus],
.target-tv .dropdown-menu li a:focus {
  background-color: #daeef9;
  color: white;
}
.target-tv .iframe-container-container-container {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.target-tv .modal-inline-search {
  margin: 1.5rem;
}
.target-tv .modal-inline-search .searchicon {
  font-size: 2.5rem;
  top: 0.75rem;
  right: 1.2rem;
}
.target-tv .modal-inline-search input {
  background-color: rgba(150, 150, 150, 0.08);
  font-size: 1.6rem;
  padding: 1rem 1.4rem;
  height: auto;
}
.target-tv .filtering {
  margin: 1.5rem;
}
.target-tv .filtering button {
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  outline: none;
  line-height: 2.6;
  height: auto;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.target-tv .filtering button:focus {
  outline: none;
}
.target-tv .filtering button[semi-focus],
.target-tv .filtering button:focus {
  background-color: #daeef9 !important;
}
.target-tv .back-cat {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: -2.45rem;
  padding-left: 0;
}
.target-tv .back-cat a {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.4;
  padding: 0.3rem 0.6rem 0.3rem 0.3rem;
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
          box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
  color: #fff;
}
.target-tv .back-cat a:hover,
.target-tv .back-cat a:focus {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
          box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
  color: #fff;
}
.target-tv .back-cat i {
  margin-right: 0.4rem;
}
.target-tv .close-btn {
  font-size: 3.5rem;
  margin-top: 1.4rem;
  margin-right: 1.4rem;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  width: 4rem;
  text-align: center;
  line-height: 4rem;
  height: auto;
  padding: 0;
}
.target-tv .close-btn[semi-focus],
.target-tv .close-btn:focus {
  outline: none;
  background-color: #daeef9;
  color: #fff;
}
.target-tv .modal-ondemand .cat-title {
  padding: 3.4rem 1.5rem 1.2rem 1.5rem;
  margin: 0;
  font-size: 2.6rem;
}
.target-tv button:focus,
.target-tv .btn:focus,
.target-tv button:hover,
.target-tv .btn:hover {
  outline: 0.2rem solid #daeef9;
}
.target-tv .navbar-default .livestreams .icontext {
  padding-right: 7px;
}
.target-tv .caret {
  border-top: 0.25rem dashed;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  margin-left: 0.5rem;
}
.target-tv .modal-ondemand .modal-dialog .fold-container {
  overflow: hidden;
}
.target-tv .modal-ondemand .modal-dialog .fold-container.ondemandcontent {
  overflow-y: auto;
}
.target-tv .is-fixed .player-controlbar {
  display: none;
}
.target-tv input[type=number]::-webkit-inner-spin-button,
.target-tv input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 1700px) {
  .target-tv .grid-container .grid-item {
    width: 33.3333333%;
  }
}
.target-tv .navbar-default .topnav > li > a,
.target-tv .navbar-default .topnav > li > span {
  font-size: 3.6rem;
  padding: 1.5rem 2.6rem;
}
.target-tv .modal h1 {
  font-size: 2.9rem;
  margin: 2.4rem 0 1.5rem 0;
  padding-left: 1.5rem !important;
}
.target-tv .dropdown-menu li a {
  padding: 0.6rem 2rem;
  font-size: 1.3rem;
}
.target-tv .dropdown-menu li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.target-tv .dropdown-menu li.child a {
  padding-left: 3rem;
}
.target-tv .tooltip .tooltip-arrow {
  margin-left: -0.5rem;
  border-width: 0 0.5rem 0.5rem;
}
.target-tv .tooltip.bottom {
  padding: 0.4rem 0;
}
.target-tv .tooltip .tooltip-inner {
  max-width: none;
  font-size: 1.2rem;
  padding: 0.4rem 0.7rem;
}
.target-tv .account-block {
  max-width: none;
  width: 100%;
}
.target-tv .btn-ghost {
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  margin-top: 1rem;
}
.target-tv .label {
  font-size: 1.6rem;
  line-height: 1;
}
.target-tv .settings .centered-block {
  display: inline-block;
  text-align: center;
  width: 100%;
  top: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  position: relative;
}
.target-tv .settings .centered-block .hibernationForm {
  display: inline-block;
  text-align: left;
}
.target-tv .hibernationForm .label-content {
  margin-left: 1.8rem;
  font-size: 1.8rem;
  margin-top: 0.45rem;
  color: #fff;
  padding-bottom: 0.8rem;
}
.target-tv .hibernationForm .control-label {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}
.target-tv .checkbox-style .label-content {
  margin-left: 1.8rem;
  font-size: 1.4rem;
  margin-top: 0.45rem;
}
.target-tv .checkbox-style .semi-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.35rem;
  margin-top: 0.35rem;
}
.target-tv .checkbox-style .semi-checkbox:after {
  width: 1.6rem;
  height: 1.1rem;
  position: absolute;
  top: 0.12rem;
  left: 0.08rem;
  border: 0.2rem solid #fcfff4;
  border-top: none;
  border-right: none;
}
.target-tv input[type="checkbox"][semi-focus] + .semi-checkbox,
.target-tv input[type="checkbox"]:focus + .semi-checkbox {
  outline: 0.2rem solid #daeef9;
}
.target-tv .input-disabled {
  opacity: 0.3;
}
.target-tv .hibernation-input {
  margin: 0.8rem 0;
}
.target-tv .hibernation-input .divider {
  margin: 0.1rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6em;
}
.target-tv .hibernation-input .form-control {
  height: auto;
  border: 0.1rem solid #282828;
  font-size: 1.5rem;
  width: 4.4rem;
  padding: 0.5rem 0.6rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.target-tv .modal-account h2 {
  font-size: 2.4rem;
  margin-bottom: 1.7rem;
}
.target-tv .modal-account label {
  font-size: 1.5rem;
  line-height: 1.3;
}
.target-tv .form-group {
  margin-bottom: 1.5rem;
}
.target-tv .snackContainer .snackbar {
  padding: 1.5rem;
  max-width: 66rem;
  font-size: 1.5rem;
}
.target-tv .inlineScroll > div {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.target-tv .scroll-block-sm {
  overflow: hidden;
}
.target-tv.ui-opera .modal-flex,
.target-tv.ui-opera .grow-flex,
.target-tv.ui-opera .grid-container,
.target-tv.ui-opera .inlineScroll,
.target-tv.ui-opera .fadein-container,
.target-tv.ui-opera .ondemand-container,
.target-tv.ui-opera .ondemandcontent,
.target-tv.ui-opera .account-block {
  height: 100%;
}
.target-tv.ui-opera .inlineScroll {
  overflow: hidden;
}
.target-tv.ui-opera .modal-ondemand .modal-dialog .fold-container.ondemandcontent {
  padding-bottom: 100px;
  overflow: hidden;
}
.target-tv.ui-opera .settings .centered-block {
  margin-top: 15%;
  position: relative;
  top: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.target-tv.ui-opera .target-tv .hibernation-input .form-control {
  width: 5.8rem;
}
.target-tv.ui-opera *:focus {
  border: none;
  outline: none;
  outline: 1px solid rgba(0, 0, 0, 0);
}
.target-tv .fatalerror .channel-logo {
  max-height: 200px;
}
.target-tv .search-page {
  margin-top: 0;
}
.target-tv .search-page .modal-inline-search {
  float: none;
  margin-bottom: 30px;
  width: auto;
  margin: 0;
  padding: 0 3.6rem;
}
.target-tv .search-page .modal-inline-search input,
.target-tv .search-page .form-control {
  font-weight: 500;
  font-size: 25px;
  height: auto;
  border: 1px solid #ececec;
  padding: 13px 20px;
  background-color: #f4f4f4;
  border: 1px solid #d7d7d7;
  color: black;
}
@media (max-width: 991px) {
  .target-tv .search-page .modal-inline-search input,
  .target-tv .search-page .form-control {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .target-tv .search-page .modal-inline-search input,
  .target-tv .search-page .form-control {
    font-size: 13px;
  }
}
.target-tv .search-page .searchicon {
  display: none;
}
.target-tv .search-page .search__view {
  margin-top: 130px;
}
@media (max-width: 600px) {
  .target-tv .search-page .search__view {
    margin-top: 80px;
  }
}
.target-tv .search-page .search__view .cat-title {
  font-size: 42px;
}
.target-tv .control-button[semi-focus],
.target-tv .control-button:focus {
  background-color: #daeef9;
}
.target-tv .box.collection-page {
  padding-top: 6rem;
}
.target-tv .navbar-default {
  padding: 2rem 1.2rem;
}
.target-tv .cat-title {
  font-size: 3.5rem;
  padding: 2.5rem 0 0rem;
  font-weight: 300;
  position: relative;
}
.target-tv .cat-title.page-title {
  margin: 0 3.6rem 1rem 3.6rem;
}
.target-tv .page-settings {
  height: 100vh;
}
.target-tv h1,
.target-tv h2,
.target-tv h3,
.target-tv h4,
.target-tv h5 {
  color: #fff;
  font-family: 'Merriweather', serif;
}
.target-tv .fold-container,
.target-tv .ondemandcontent {
  margin: 0 3.6rem;
}
.target-tv .grid-container {
  margin: 0;
}
.target-tv .grid-container .listrow {
  margin: 0 -1.5rem;
}
.target-tv .grid-container .grid-item {
  padding: 1.5rem;
}
.target-tv .textcontent {
  font-weight: 400;
  text-transform: none;
  font-size: 1.6rem;
  letter-spacing: 0;
  display: block;
  font-family: 'Merriweather', serif;
  font-weight: 500;
  color: #f1f1f1;
}
.target-tv .ondemand-page {
  padding-top: 8rem;
}
.target-tv .search-page .search__view {
  margin-top: 0;
  padding-top: 8rem;
}
.target-tv .search-page .search__view .modal-inline-search .form-control {
  border: 2px solid #000000;
  color: black;
  background-color: rgba(19, 19, 19, 0.6);
  padding: 1.3rem;
  font-size: 1.6rem;
  color: #fff;
}
.target-tv .managenav a {
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
          box-shadow: 0 -1px 0 0 transparent inset, 0 -4px 0 0 transparent inset;
}
.target-tv .managenav a:focus {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
          box-shadow: 0 -1px 0 0 #daeef9 inset, 0 -4px 0 0 #daeef9 inset;
}
.target-tv .swiper-slide .item {
  display: block;
}
.target-tv .grid-container .swiper-container {
  margin: 0 1.5rem;
}
.target-tv.fullscreen-player .focussed-media {
  display: none;
}
object {
  position: absolute;
  bottom: 0;
}
.visible-nav .navbar-default {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
}
.splashscreen.fullblock {
  background-color: #fff;
}
.wrapper {
  width: 100%;
}
.footer {
  background-color: #000;
  padding: 40px 0;
  color: #959595;
  font-weight: 500;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #959595;
  font-weight: 600;
}
.footer a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.footer .credits .channel-logo .isvg {
  float: right;
  width: 116px;
  height: 95px;
}
@media (max-width: 991px) {
  .footer .credits .channel-logo .isvg {
    float: left;
    margin-top: 20px;
  }
}
.footer .credits .channel-logo .isvg svg,
.footer .credits .channel-logo .isvg g,
.footer .credits .channel-logo .isvg path {
  fill: #fff;
}
.cat-title {
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
}
.item .img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.item_block {
  overflow: visible;
}
.item_img-container {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.34);
}
.item_title {
  font-size: 19px;
  letter-spacing: 0;
  margin: 0;
  word-break: break-word;
}
.item_info {
  text-align: center;
  letter-spacing: 0;
  position: relative;
  padding: 15px 0;
}
.item_meta {
  display: none;
}
.modal-account label,
.page-account label {
  letter-spacing: 0;
}
.shows {
  background-color: #daeef9;
  position: relative;
}
.shows:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#f1f5f7), to(transparent));
  background: -o-linear-gradient(0, #f1f5f7, transparent);
  background: linear-gradient(0, #f1f5f7, transparent);
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.collection-page {
  padding-top: 60px;
  position: relative;
}
.fullheightblock {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.extras {
  background-color: #f1f6f7;
  padding-top: 40px;
  padding-bottom: 50px;
}
.extras__more {
  font-size: 20px;
}
.extras__more a {
  margin-right: 15px;
}
.showlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -35px;
  position: relative;
}
.showlist__show {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 35px;
}
@media (max-width: 991px) {
  .showlist__show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .showlist__show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 430px) {
  .showlist__show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .showlist {
    margin: 0 -15px;
  }
  .showlist__show {
    padding: 15px;
  }
}
.show-img {
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.19);
}
.cta-block {
  line-height: 1.4;
}
.cta-block .or-divider {
  font-size: 13px;
  margin: 6px 0;
}
.home-hero {
  background-color: transparent;
  background-image: url(/img/bgv2.2bf23d71a4a50dbf6ab86fa5c78f6032.jpg);
  width: 100vw;
  background-size: cover;
  background-position: 40% 60%;
  position: relative;
}
@media (max-width: 767px) {
  .home-hero {
    background-position: 0% 60%;
  }
}
@media (min-width: 1600px) {
  .home-hero {
    background-position: 40% 36%;
  }
}
.home-hero:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#daeef9), to(transparent));
  background: -o-linear-gradient(bottom, #daeef9, transparent);
  background: linear-gradient(0deg, #daeef9, transparent);
}
.home-hero .hero-content {
  width: 38%;
  font-size: 22px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 0;
}
.home-hero .hero-content .channel-logo {
  width: 63%;
}
.home-hero .hero-content .title {
  font-size: 1em;
  margin: 20px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home-hero .hero-content {
    padding: 95px 0 60px 0;
    width: 78%;
  }
}
.lubachlivelogo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 20px;
  display: inline-block;
  width: 40%;
  min-width: 160px;
  max-width: 500px;
}
.home-content {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 320px) {
  .home-content {
    font-size: 6px;
  }
}
@media (min-width: 800px) {
  .home-content {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .home-content {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .home-content {
    font-size: 8px;
  }
}
@media (min-width: 1200px) and (min-height: 900px) {
  .home-content {
    font-size: 14px;
  }
}
.home-content-inner {
  padding: 90px 30px;
  text-align: right;
}
.home-content h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 9em;
  margin-bottom: 0.3em;
}
.home-content p {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  margin-top: -0.7em;
  margin-bottom: 0.7em;
}
.home-content .home-product {
  background-color: white;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.home-content .home-product a {
  display: block;
  padding: 2em 2.5em;
}
.home-content .home-product h2 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-bottom: 12px;
  font-size: 33px;
  font-size: 2.4em;
}
.home-content .home-product span {
  font-size: 26px;
  font-size: 2em;
  font-weight: 600;
}
.navbar-default .topnav > li > a,
.navbar-default .topnav > li > span {
  background-color: transparent;
  margin-top: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-default {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-default ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar-default .topnav > li {
  float: none;
  margin-right: 15px;
}
@media (max-width: 500px) {
  .navbar-default .topnav > li {
    margin-right: 0;
  }
}
.navbar-default:after {
  content: none;
}
.navbar-default .iconcontent {
  display: none;
}
.navbar-default .textcontent {
  display: block;
  font-weight: 600;
  text-transform: lowercase;
  color: #201d1d;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.28);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .navbar-default .textcontent {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar-default {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar-default {
    width: 1170px;
  }
}
@media (min-width: 1500px) {
  .navbar-default {
    width: 1390px;
  }
}
@media (max-width: 799px) {
  .nav-menu {
    display: block;
  }
  .nav-right {
    display: none;
  }
}
@media (min-width: 800px) {
  .nav-menu {
    display: none;
  }
}
li.nav-item.nav-item_channel {
  background-image: url("/img/logo_singleline.svg");
  background-repeat: no-repeat;
  background-position: 0% 33px;
}
li.nav-item.nav-item_channel .textcontent {
  visibility: hidden;
  font-size: 24px;
}
.buy-plan__container {
  background-color: #fff;
  padding: 20px;
}
.buy-plan__container .btn-ghost {
  border-color: #797979;
  color: #373737;
  font-size: 16px;
}
.buy-product__subtitle {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 21px;
  margin-top: 15px;
}
.payment-callback__card {
  font-size: 18px;
  padding: 30px;
}
.payment-callback__card .btn-ghost {
  border-color: #797979;
  color: #373737;
}
.plan.selected {
  border-color: #0274a2;
}
.plan__terms {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.single-info {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 676px) {
  .single-info {
    font-size: 9px;
  }
}
.single-title {
  font-size: 36px;
  padding-top: 90px;
  position: relative;
}
.single-description,
.single_meta {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 767px) {
  .single_meta {
    text-align: right;
  }
}
.btn-ghost {
  font-size: 19px;
  font-weight: 700;
  padding: 11px 21px;
  margin-top: 10px;
}
.video-block {
  padding-top: 20px;
  position: relative;
}
.head-bg-wrapper {
  -webkit-box-shadow: 5px 0 40px rgba(0, 0, 0, 0.41);
          box-shadow: 5px 0 40px rgba(0, 0, 0, 0.41);
}
.modal-account .managenav a > span,
.page-account .managenav a > span {
  font-weight: 600;
  font-size: 18px;
}
.modal-account h2,
.page-account h2 {
  font-size: 22px;
  font-weight: 600;
}
.page-purchase h1 {
  color: #201d1d;
}
.page {
  background-color: #e6edf1;
}
.product {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.product__description {
  margin-bottom: 10px;
}
.product__media .grid-container .item_title {
  font-size: 15px;
  font-weight: 600;
}
.product__media .grid-container .item_title_span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
.page-purchase .purchase-contract {
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-purchase .purchase-contract__title h4 {
  font-size: 24px;
}
.page-purchase .purchase__divider {
  display: none;
}
.content-page .page-title {
  margin-top: 120px;
}
.content-page .content {
  padding: 20px;
}
.managenav .nav-notifications {
  display: none;
}
.modal-account .hibernation-form {
  display: none;
}
.social-media-btn {
  background-color: transparent;
}
.form-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.thumb-backdrop {
  height: 75vh;
  position: relative;
  margin-bottom: -75vh;
}
.thumb-backdrop:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 252, 252, 0.72)), color-stop(24%, #fcfdfded), to(#e6edf1));
  background: -o-linear-gradient(top, rgba(250, 252, 252, 0.72) 0, #fcfdfded 24%, #e6edf1 100%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0.72) 0, #fcfdfded 24%, #e6edf1 100%);
}
.cat__shows .grid-container .grid-item {
  width: 25%;
  float: left;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 1700px) {
  .cat__shows .grid-container .grid-item {
    width: 20%;
  }
}
@media (max-width: 1699px) and (min-width: 992px) {
  .cat__shows .grid-container .grid-item {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .cat__shows .grid-container .grid-item {
    width: 33.33333333%;
  }
}
@media (max-width: 500px) {
  .cat__shows .grid-container .grid-item {
    width: 100%;
  }
}
.cat__shows .item_img-container {
  padding-top: 145%;
}
.cat__shows .background-thumb {
  background-size: 90%;
  background-position: -273% 50%;
}
.cat__shows .thumb-backdrop {
  height: 80vh;
  position: relative;
  margin-bottom: -80vh;
}
.cat__shows .thumb-backdrop:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 252, 252, 0.72)), color-stop(57%, rgba(252, 253, 253, 0.82)), to(#e6edf1));
  background: -o-linear-gradient(top, rgba(250, 252, 252, 0.72) 0, rgba(252, 253, 253, 0.82) 57%, #e6edf1 100%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0.72) 0, rgba(252, 253, 253, 0.82) 57%, #e6edf1 100%);
}
.cat__shows .thumb-backdrop .img {
  background-image: url("/img/bg_1v2.jpg");
  background-size: cover;
}
.cat__specials .thumb-backdrop {
  height: 80vh;
  position: relative;
  margin-bottom: -80vh;
}
.cat__specials .thumb-backdrop:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 252, 252, 0.6)), color-stop(57%, rgba(252, 253, 253, 0.78)), to(#e6edf1));
  background: -o-linear-gradient(top, rgba(250, 252, 252, 0.6) 0, rgba(252, 253, 253, 0.78) 57%, #e6edf1 100%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0.6) 0, rgba(252, 253, 253, 0.78) 57%, #e6edf1 100%);
}
.cat__specials .thumb-backdrop .img {
  background-image: url("/img/bg_2v2.jpg");
  background-size: cover;
}
.cat__liedjes .thumb-backdrop {
  height: 80vh;
  position: relative;
  margin-bottom: -80vh;
}
.cat__liedjes .thumb-backdrop:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 252, 252, 0.88)), color-stop(57%, rgba(252, 253, 253, 0.85)), to(#e6edf1));
  background: -o-linear-gradient(top, rgba(250, 252, 252, 0.88) 0, rgba(252, 253, 253, 0.85) 57%, #e6edf1 100%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0.88) 0, rgba(252, 253, 253, 0.85) 57%, #e6edf1 100%);
}
.cat__liedjes .thumb-backdrop .img {
  background-image: url("/img/bg_3v2.jpg");
  background-size: cover;
}
.nav-item_menu .textcontent {
  display: none;
}
.nav-item_menu .iconcontent {
  display: block;
  font-size: 33px;
  padding-left: 26px;
  color: black;
}
.modal-nav .channel-logo {
  display: block;
  max-width: 160px;
  margin-bottom: 20px;
}
.modal-nav svg path {
  fill: #fff;
}
@media (min-width: 2500px) {
  .container {
    width: 1390px;
  }
}
