@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('//fonts.googleapis.com/css?family=Nunito:200,300,700');

#play-overlay {
  position : absolute;
  z-index : 900;
  top : 0;
  left : 0;
  display : none;
  width : 100%;
  height : 100%;
  cursor : pointer;
  /** background : url(/images/play-btn-fp7.png) center no-repeat; **/
  /** background-color : rgba(0, 0, 0, 0.5); **/
  /** background-size : 11%; **/
}

.flowplayer {
  font-size: 18px;
  font-size: 1.5vw;
  background: #333 no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  background-size: cover;
}

.flowplayer.is-ready:not(.is-poster) {
    background-color: #000;
}

.flowplayer.is-loading:not(.is-audio-only){
  background-image: none !important;
  background-color: #333 !important;
}

.flowplayer.is-ready:not(.is-audio-only){
    background-image: none !important;
}
.flowplayer.is-audio-only{
  background-image: url('https://d2i0qcc2ysg3s9.cloudfront.net/streamspot-audio-only-full.jpg') !important;
}

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

/*Helpers */

img.center {
  display: block;
  margin: 0 auto;
}

.fp-archive-menu,
.fp-live-broadcasting,
.player-icon-button,
.fp-archives-btn,
.fp-schedule-btn {
  font-family: 'FontAwesome';
    font-size: 1.2em;
    padding: .26em .2em 0 0;
    margin-left: .2em;
    position: relative;
    display: block;
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

.player-icon-button.chromecast{
  right: 74px;
}

.chromecast i{
  font-size: 17px;
  top: 0;
  line-height: 30px;
}


.flowplayer .fp-ui {
  /*z-index: 900;*/
}
.fp-archive-menu::before {
  content : '\f039';
}
.fp-archives-btn::before {
  content : '\f187';
}
.fp-schedule-btn::before {
  content : '\f133';
}
.player-overlay-archive-menu {
  font-family : 'FontAwesome';
  font-size: 1.2em;
  padding: .9em 1.1em 0 0;
  position : absolute;
  z-index : 11;
  top : 0;
  right : 0;
  left : auto;
  display : none;
  display : block;
  cursor : pointer;
  text-align : center;
  text-decoration : none;
  color : #ffffff;
  background-color: transparent;
}
.player-overlay-archive-menu:hover {
  color : #ffaa4e;
}
.player-overlay-archive-menu::before {
  content : '\f039';
}
.fp-live-broadcasting {
  font-family : 'myriad pro', Helvetica, Arial, sans-serif;
  font-size : 11px;
  font-weight : normal;
  line-height : 30px;
  right : 100px;
  display : none;
  width : 137px;
  background-color : rgba(255, 0, 0, 0.65);
}
.flowplayer.is-splash .fp-archive-menu,
.flowplayer.is-splash .fp-live-broadcasting,
.flowplayer.is-poster .fp-archive-menu,
.flowplayer.is-poster .fp-live-broadcasting,
.flowplayer.is-splash .player-chromecast-button,
.flowplayer.is-poster .player-chromecast-button,
.flowplayer.is-loading .fp-archive-menu,
.flowplayer.is-fullscreen .fp-archive-menu,
.flowplayer.is-loading .fp-live-broadcasting,
.flowplayer.is-loading .player-chromecast-button {
  display : none !important;
}

.flowplayer .fp-progress {
  background-color : #0E71B1;
}
.flowplayer .fp-volumelevel {
  background-color : #0E71B1;
}

.flowplayer .fp-brand {
  display:none;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform : scale(1.0, 1.0);
  }
  50% {
    -webkit-transform : scale(1.5, 1.5);
  }
  100% {
    -webkit-transform : scale(1.0, 1.0);
  }
}
#background-overlay {
  position : absolute;
  z-index : 900;
  top : 0;
  left : 0;
  display : none;
  overflow-x : auto;
  width : 100%;
  height : 100%;
  background-position : center;
  background-size : cover;
  -webkit-transform: scale(1);
}
#background-overlay.animate {
  -webkit-animation : pulsate 40s ease-out;
  -webkit-animation-iteration-count : infinite;
}

#player-overlay {
  font-family: "Nunito", sans-serif;
  position : absolute;
  z-index : 901;
  top : 0;
  left : 0;
  display : none;
  width : 100%;
  height : 100%;
  background: transparent;
  /** opacity : .85; **/
  /* Needs to be above everything */
}

.overlay {
  position : absolute;
  z-index : 1001;
  top : 0;
  left : 0;
  display : none;
  overflow-x : auto;
  width : 100%;
  height : 100%;
  opacity : 1.0;
  color : white;
  background-color : rgba(0, 0, 0, 0.8);
  /* Needs to be above everything */
}

.info-overlay,
.archives-overlay,
.schedule-overlay,
.lock-overlay {
  display : none;
  cursor : initial;
  background-color : rgba(0, 0, 0, .65);
  padding: 6% 8%;
}
.live-overlay {
  position : absolute;
  z-index : 1002;
  top : 0;
  left : 0;
  display : none;
  overflow-x : auto;
  width : 100%;
  height : 100%;
  opacity : 1.0;
  color : white;
  background-color : rgba(0, 0, 0, 0.8);
  /* Needs to be above everything */
}

.flowplayer #player-overlay .fp-play {
  display : block;
}
.flowplayer #player-overlay .fp-volume {
  height : 5px;
  background-color: #0E71B1;
  width: 5%;
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.flowplayer.is-splash #player-overlay .fp-controls,
.flowplayer.is-poster #player-overlay .fp-controls,
.flowplayer.is-splash #player-overlay .fp-fullscreen,
.flowplayer.is-poster #player-overlay .fp-fullscreen,
.flowplayer.is-splash #player-overlay .fp-unload,
.flowplayer.is-poster #player-overlay .fp-unload,
.flowplayer.is-splash #player-overlay .fp-time,
.flowplayer.is-poster #player-overlay .fp-time,
.flowplayer.is-splash #player-overlay .fp-embed,
.flowplayer.is-poster #player-overlay .fp-embed,
.flowplayer.is-splash #player-overlay .fp-title,
.flowplayer.is-poster #player-overlay .fp-title {
  display : block !important;
}

.flowplayer .fp-controls, .flowplayer .fp-message {
  background-color: rgba(0, 0, 0, 0.5);
}

.fp-play-clone::before{
  content: "\e207";
}

.fp-play-clone{
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-family: 'flowplayer' !important;
  color: #fff !important;
  font-size: 35px !important;
}

.fp-timeline-clone{
  margin-right: 160px;
  position: relative;
  overflow: hidden;
  height: 5px;
  margin: 0 11% 0 70px;
  background-color: #fff;
}

.lock-overlay-segment,
.player-overlay-segment,
.archives-overlay-segment,
.schedule-overlay-segment {
  display: table;
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  table-layout: fixed;
}

.player-overlay-content,
.archives-overlay-content,
.schedule-overlay-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.info-overlay-content {
  width: 75%;
  margin: 0 auto;
}

#player-overlay .player-thumbnail {
  width : 100%;
}
.player-lock {
  position : absolute;
  z-index : 1001;
  top : 0;
  left : 0;
  display : none;
  width : 100%;
  height : 100%;
  color : #ffffff;
  /* Needs to be above everything */
  padding: 6% 8%;
  background: rgba(0, 0, 0, 0.85);
}

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

.player-segment .player-segment-header {
  font-family: "Montserrat", sans-serif;
  margin-bottom : 13px;
}

.player-lock .player-lock-header {
  font-size: inherit;
  margin-bottom : 10px;
}

.player-lock .player-lock-text {
  margin-bottom : 10px;
  font-size: inherit;
}

.player-lock .player-lock-field {
  margin-bottom : 10px;
}


.player-control {
  position : absolute;
  bottom : 0;
  width : 100%;
  height : 30px;
  background-color : transparent;
}
.player-control .play-button {
  margin-left : 7px;
  cursor : pointer;
  color : white;
}
#player-archives {
  font-weight : bold;
  position : absolute;
  z-index : 999;
  top : 0;
  left : 0;
  display : none;
  overflow-x : auto;
  width : 100%;
  height : 100%;
  color : white;
  background-color : rgba(0, 0, 0, 0.65);
  -webkit-overflow-scrolling : touch;
}
#player-archives .player-archives-title {
  font-size : 19px;
  margin-top : 25px;
  margin-bottom : 10px;
}

#player-archive-category-select {
  margin : 20px 20px;;
}
#player-archives #player-archives-close {
  font-family : 'FontAwesome' !important;
  font-size : 34px !important;
  line-height : 45px !important;
  position : absolute;
  z-index : 1031;
  top : 0;
  right : 0;
  left : auto;
  display : block;
  width : 60px;
  height : 60px;
  cursor : pointer;
  text-align : center !important;
  text-align : right;
  text-decoration : none !important;
  color : #ffffff !important;
}
.player-video-meta {
  position : absolute;
  z-index : 99;
  left : 0;
  width : 100%;
  height : 100%;
  padding : 10px;
  transition : all 0.5s ease;
  opacity : 1;
  background-color : rgba(0, 0, 0, 0.4);
}
.player-video-meta:hover {
  background-color : rgba(0, 0, 0, 0.7);
}
#player-archives .fp-playlist {
  position : relative;
  z-index : 99;
  top : 125px;
  bottom : 0;
  width : 98%;
  height : 100%;
  margin-left : -1%;
  padding : 0 0 0 0;
}
#player-archives #player-archives-meta {
  height : 120px;
  background-color : rgba(0, 0, 0, 0.65);
}
#player-archives .fp-playlist a {
  font-size : 14px;
  line-height : 16px;
  position : relative;
  z-index : 9;
  display : block;
  width : 284px;
  height : 178px;
  margin-bottom : 23px;
  margin-left : 1rem;
  text-decoration : none;
  color : #ffffff;
  background-size : cover;
}
a .video-title {
  font-size : 18px;
  font-weight : 700;
  line-height : 18px;
  display : block;
  margin-bottom : 6px;
}
a .video-meta {
  display : none;
}
a:hover .video-meta {
  display : block;
}
.countdown-segment {
  display : none;
  font-size : 105%;
}

.row.close-row {
    margin: 0;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 30px;
  z-index: 1000;
}


.close-button:hover {
  color: #2CB1AB;
}

img.video-image {
    width: 100%;
}

li.video-list-item{
  position: relative;
}

/* start player archive thumbs */

.archive-list-section {
  width: 90%;
  margin: 0 auto;
}

.player_img_thumb_wrap {
  position: relative;
  cursor: pointer;
}


.player_img_meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.player_img_meta a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/**
.player_img_thumb_wrap:hover .player_img_meta {
  visibility: visible;
  opacity: 1;
} **/

.img_meta_description {
  position: relative;
  transition: .2s;
  /** transform: translateY(1em); **/
  font-size: 14px;
  font-size: .8vw;
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  overflow-y: auto;
}

/**
.player_img_thumb_wrap:hover .img_meta_description {
  transform: translateY(0);
}
**/

.archive-duration-label{
  background-color: rgba(0, 0, 0, 0.85);
}

span.label.label-default.archive-duration-label {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: .6em;
}

ul.broadcast-list {
   padding: 15px 0;
   max-height: 200px;
   overflow-y: auto;
}

.recent-archives-section,
.upcoming-broadcast-section,
.archive-list-section,
.category-list-section,
.signup-overlay {
  display : none;
}

a.watch-live-broadcast.menu-link {
  display : none;
  color : red;
}
.flowplayer.is-error h2 {
  margin-top : 0;
}
.view-archive-segment {
  margin-bottom : 10px;
}

.broadcast-overlay-segment .broadcast-meta {
  margin : 0 0 10px;
}
.fullscreen-overlay{
  z-index : 1003;
  background-color : rgba(0, 0, 0, 1);
}

.fullscreen-overlay .fullscreen-text {
  margin : 0 0 10px;
}

.player-segment-center {
  font-size : 88%;
  overflow-x : scroll;
  width : 70%;
  height : 100%;
  margin : 0 auto 0 auto;
  padding : 0 39px 39px 39px;
  color : white;
}
.player-segment-center h1 {
  font-size : 150%;
}

.player-segment-header .live-title {
  font-weight : 200;
}

.btn-default {
  color : white;
  border-color : #cccccc;
  background-color : rgba(0,0,0,0);
}

.alert {
  margin-top : 10px;
}

.alert-danger, .alert-success, .alert-info {
  color: #0E71B1 !important;
  background-color: #fff;
  border-color: #2CB1AB;
}

.player-liveonly .fp-timeline {
  display : none !important;
}

.menu-block{
  padding: 20px 20px;
}

.menu-block a{
  text-decoration: underline;
}

.menu-watching-section{
  display:none;
}

.menu-watching-section .menu-block{
  padding-bottom: 0;
}

.player-chromecast-button img{
  width: 19px;
  color: white;
}


.chromecast-overlay-button{
  border: white;
}

.chromecast-overlay-button-icon{
  display:block;
}

.chromecast-overlay-button-text{
  display:block;
}

.red-background{
    background: rgb(255, 185, 185) !important;
}

.flowplayer .fp-waiting em {
  opacity: 1;
}

.flowplayer.is-playing.is-iOS .fp-waiting {
    display: block;
}

.lock-back-button{
  position: absolute;
  top: 20px;
  left: 12px;
  font-size:100%;
}

.red{
  color:red;
}

.player-live-watermark{
  position: absolute;
  bottom: 30px;
  left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: .5;
  font-size: 18px;
}
.chromecast-progress-segment{
  margin-top:10px;
  padding: 10px;
}

.chromecast-progress-segment h2{
  margin: 20px 0px;
}

.settings-menu{
  display: block;
  bottom: 30px;
  position: absolute;
  right: 1px;
  color: white;
  line-height: 14px;
  background: rgba(0, 0, 0, 0.65098);
}
.settings-menu a{
  color: white;
  font-size: 52%;
}

.menu-item{
  color: #fff;
  font-size: 52%;
  display: block;
  padding: 10px 20px;
}

.settings-menu-header{
  color: #fff;
  font-size: 61%;
  display: block;
  padding: 10px 20px;
  padding-left: 10px;
}

.audio-only-background {
  z-index: 10 !important;
}


.flowplayer .fp-context-menu {
  background-color: rgba(0, 0, 0, .85);
  border: 1px solid #000;
  border-radius: 25px;
}

.flowplayer .fp-context-menu.fp-active {
  padding: 1px 5px;
  z-index: 950;
}

img#menu-header-img {
    width: 150px;
}

.menu-onelicense-img{
  margin-bottom: 5px;
}

p.menu-copyright {
    font-size: .6em;
    text-align: center !important;
}

p.menu-copyright a {
  color: #2CB1AB !important;
}

p.menu-copyright a:hover {
  color: #fff !important;
}

p.menu-onelicense {
    font-size: .5em;
    text-align: center !important;
}

p.menu-onelicense a {
  color: #2CB1AB !important;
}

p.menu-onelicense a:hover {
  color: #fff !important;
}

.flowplayer .fp-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flowplayer .fp-header .fp-icon {
    margin: .1em .1em 0 0;
}


.audio-only-background {
  z-index: 1 !important;
}

.flowplayer .fp-message {
  font-size: .8em;
}

.flowplayer.is-inverted .fp-remaining {
  display: none !important;
}

.flowplayer .fp-remaining {
  display: none !important;
}

.flowplayer .fp-duration {
  text-transform: uppercase;
}

.menu {
  font-size : 14px;
  background-color : #000;
  /** background-image : linear-gradient(145deg, #1d1f20, #404348); **/
}

li.broadcast-item {
    list-style: none;
}
.row.shady-row {
    background-color: rgba(0, 0, 0, 0.5);
}
.row.clear-row {
    padding: 10px 0;
}
.overlay-input {
    background: transparent;
    color: white;
    width: 50%;
    margin: 0 auto;
}

.fp-qsel {
    font-size: 75%;
}

.schedule-list-section {
    width: 40%;
    margin: 0 auto;
}

.media-body.schedule {
  vertical-align: middle;
}

.media-body.schedule a {
    color: #fff;
    font-size: 80%;
}

.media-body.schedule a:hover {
    color: #2CB1AB;
}

/* Using panels to display broadcast times */
.panel.date {
    margin: 0px;
    width: 80px;
    text-align: center;
    background: transparent;
    padding: 0 3px;
    min-width: 75px;
}

.panel-heading.month {
    background: transparent;
    color: #fff;
}

.panel.date .month {
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel.date .day {
    padding: 1px 0px;
    font-weight: 700;
    font-size: 1.2em;
}

.panel-title.day {
    font-size: inherit;
}

.panel-footer.day {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: transparent;
    border-top: none;
    padding-top: 0 !important;
    font-size: 57% !important;
}

/* toolbox icons */
.fp-ss-toolbox{
  position: absolute;
  top:14%;
  right:1%;
}

ul.tool-box {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.tool-box li {
	display: inline;
	margin: 0 2%;
}

ul.tool-box.vert li {
    display: block;
    margin: 5px 3px 0 0;
}

ul.tool-box .toolbox-player {
	display: block;
}

.toolbox-player li span {
  background-color: rgba(0, 0, 0, .5);
	display:inline-block;
	position:relative;
  border: white 1px solid;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size: 18px;
  cursor : pointer;
}

.large-toolbox li span {
  width: 60px;
  height: 60px;
}

.toolbox-player li i {
	margin:0;
	line-height:40px;
	text-align: center;
  font-size: 18px;
}

.large-toolbox li i {
  line-height:60px;
  font-size: 22px;
}


div#otherActionsDiv {
    margin: 15px 0 30px 0;
}

div#nextBroadcastDiv {
    margin: 1% 0;
}

li.toolIconHidden {
    display: none !important;
}

h1.player-header.player-title, h1.player-video-title {
    font-size: .8em;
    margin-left: 2%;
    margin-top: 10px;
}

.lock-content {
  width: 75%;
  margin: 0 auto;
}

input.form-control.player-lock-password {
    background: transparent;
    color: #fff;
}

span.infoAuxText a {
    color: #fff;
}
span.infoAuxText a:hover {
    color: #2CB1AB;
}

.overlay-content-outline {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 25px;
    overflow-y: auto;
}

div#video-list {
    margin-top: 3%;
}

.img_player_thumb {
    max-height: 130px;
}

span.hd-indicator {
    font-size: 60%;
    font-family: "Montserrat", sans-serif;
}

.live-badge {
    display: none;
    float: left;
    font-size: .5em;
    padding: 4px 2px;
    cursor: pointer;
}

span.tooltipBottom:after {
  position: relative;
  display: block;
  content: attr(data-title);
  width: 60px;
  font-size: .6em;
  margin-top: 8px;
}

div.input-group.overlay-input{
  margin-bottom: 10px;
}

.mobile-meta {
  font-size: .6em;
}
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    border: #fff 1px solid;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    border: #2CB1AB 1px solid;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: #fff 1px solid;
}

/* to help catch clicks */
.owl-item.active {
    z-index: 999;
}

div#donateTag {
    font-size: .8em !important;
    color: #fff !important;
}

div#donateTag a {
    font-size: .8em !important;
    color: #fff !important;
    text-decoration: underline;
}

div#donateTag a:hover {
    color: #2CB1AB !important;
}

.flowplayer .fp-menu > * {
    padding: .2em .6em;
}
/** intentionally hide fp-message errors, we display these **/
.fp-message.fp-shown {
    opacity: 0 !important;
}

a#subscribe-btn {
    margin: 10px 0 30px 0;
}

.context-menu-close {
  font-size: 14px;
  top: 5px;
  right: 5px;
}

@media screen and (min-width: 1200px) {
 .live-badge {
    margin: .8em .8em 0 .8em;
  }
}

@media only screen and (min-width: 1024px) {
  span.tooltipLeft:hover:before {
      position: absolute;
      content: attr(data-title);
      width: 90px;
      font-size: .6em;
      left: -95px;
      border-radius: 25px;
      padding: 3px;
      border: #fff 1px solid;
      background-color: rgba(14, 113, 177, .85);
  }
  .toolbox-player li span:hover {
    background-color: rgba(14, 113, 177, .85);
  }

  .toolbox-player li span:hover i, .triggeredHover {
  	-moz-transform: rotate(360deg);
  	-webkit-transform: rotate(360deg);
  	-ms--transform: rotate(360deg);
  	transform: rotate(360deg);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	transition: all 0.2s;
  }
  .toolbox-player i {
  	color: #fff;
  	-webkit-transition: all 0.8s;
  	-moz-transition: all 0.8s;
  	-o-transition: all 0.8s;
  	-ms-transition: all 0.8s;
  	transition: all 0.8s;
  }
  .player_img_thumb_wrap:hover .img_player_thumb {
    width: 115%;
  }
  .flowplayer .fp-context-menu {
    max-width: 18%;
  }
  .panel.date {
    width: 90px;
  }
  .live-badge {
     margin: .9em .8em 0 .8em;
   }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #player-overlay {
    font-size: 21px;
  }
  .flowplayer {
    font-size: 16px;
    font-size: 2vw;
  }

  .menu-section-title {
    font-size: 15px !important;
  }

  .img_meta_description {
    font-size: 1.5vw;
  }
  .schedule-list-section {
    width: 55%;
  }
  h1.player-header.player-title, h1.player-video-title {
    font-size: .8em;
    margin-left: 2%;
  }
  span.tooltipLeft:hover:before {
      position: absolute;
      content: attr(data-title);
      width: 80px;
      font-size: .6em;
      left: -85px;
      border-radius: 25px;
      padding: 2px;
      border: #fff 1px solid;
      background-color: rgba(14, 113, 177, .85);
  }
  .toolbox-player li span:hover {
    background-color: rgba(14, 113, 177, .85);
  }

  .toolbox-player li span:hover i, .triggeredHover {
  	-moz-transform: rotate(360deg);
  	-webkit-transform: rotate(360deg);
  	-ms--transform: rotate(360deg);
  	transform: rotate(360deg);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	transition: all 0.2s;
  }
  .toolbox-player i {
  	color: #fff;
  	-webkit-transition: all 0.8s;
  	-moz-transition: all 0.8s;
  	-o-transition: all 0.8s;
  	-ms-transition: all 0.8s;
  	transition: all 0.8s;
  }
  .player_img_thumb_wrap:hover .img_player_thumb {
    width: 110%;
  }
  .flowplayer .fp-context-menu {
    max-width: 25%;
  }
  .panel.date {
    width: 65px;
  }
  .live-badge {
     margin: 0 .8em;
   }
 .player-segment .player-segment-header {
   font-size: 3vw;
 }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  body {
    font : 10px 'Nunito', sans-serif;
  }
  .flowplayer {
    font-size: 15px;
    font-size: 3vw;
  }
  .flowplayer.is-small {
    font-size: 15px;
    font-size: 3vw;
  }
  .player-segment {
    width : 64%;
  }
  .player-segment-center{
    width : 100%;
  }
  #player-overlay {
    font-size: 18px;
  }
  .menu-section-title {
    font-size: 14px !important;
  }

  .flowplayer #player-overlay .fp-volume {
    width: 9% !important;
  }

  .fp-timeline-clone {
    margin: 0 19% 0 70px !important;
  }

  .img_meta_description {
    font-size: 2vw;
  }
  .player-segment .player-segment-header {
    font-size: 4vw;
  }
  .schedule-list-section {
    width: 65%;
  }
  .panel-footer.day {
    font-size: 75% !important;
  }
  h1.player-header.player-title, h1.player-video-title {
    font-size: 18px;
    font-size: 3vw;
  }
  .live-badge {
     margin: 0 .8em;
  }
  .overlay-input {
    width: 75%;
  }
  span.tooltipLeft:hover:before {
      position: absolute;
      content: attr(data-title);
      width: 80px;
      height: 35px;
      font-size: .6em;
      left: -85px;
      border-radius: 25px;
      padding: 2px;
      border: #fff 1px solid;
      background-color: rgba(14, 113, 177, .85);
  }
  .toolbox-player li span {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .toolbox-player li i {
    line-height: 35px;
    font-size: 16px;
  }
  .large-toolbox li span {
    width: 50px;
    height: 50px;
  }
  .large-toolbox li i {
    line-height: 50px;
    font-size: 20px;
  }
  span.tooltipBottom:after {
    width: 50px;
  }
  .toolbox-player li span:hover {
    background-color: rgba(14, 113, 177, .85);
  }
  .player_img_thumb_wrap:hover .img_player_thumb {
    width: 105%;
  }
  .flowplayer .fp-context-menu {
    max-width: 30%;
  }
  .panel.date {
    width: 60px;
  }
}

@media all and (max-width: 480px) {
  body {
    font : 9px 'Nunito', sans-serif;
  }
  .flowplayer {
    font-size: 14px;
    font-size: 3.5vw;
  }
  .flowplayer.is-small, .flowplayer.is-tiny {
    font-size: 14px;
    font-size: 3.5vw;
  }
  .player-segment {
    width : 80%;
  }
  .player-segment-center{
    width : 100%;
  }
  .player-segment-center{
    font-size: 10px !important;
    width: 90% !important;
  }

  .player-segment-center p {
    line-height: 1.5 !important;
  }

  .player-segment-center label {
    line-height: 1.5 !important;
  }
  .menu-header-img {
    width : 50% !important;
    margin-top: 5px !important;
  }
  .menu-onelicense-img {
    width : 50% !important;
  }

  .menu-section-title {
    font-size: 13px !important;
  }
  .flowplayer #player-overlay .fp-volume {
    width: 10% !important;
  }
  .fp-timeline-clone {
    margin: 0 22% 0 70px !important;
  }
  h1.player-segment-header {
    font-size: 20px;
    font-size: 4vw;
  }
  #errorDetailDiv p {
      font-size: 12px;
  }

  .img_meta_description {
    font-size: 3vw;
  }
  .row.clear-row {
    padding: 0;
  }
  .player-segment .player-segment-header {
    font-family: "Montserrat", sans-serif;
    margin: 0;
  }

  .schedule-list-section {
    width: 70%;
  }
  .panel-footer.day {
    font-size: 90% !important;
  }
  h1.player-header.player-title, h1.player-video-title {
    font-size: 16px;
    font-size: 4vw;
  }
  i.fa.fa-lock.fa-2x {
    font-size: inherit;
  }
  #play-overlay {
    /**  background-size: 20%; **/
  }
  .info-overlay,
  .archives-overlay,
  .schedule-overlay,
  .player-lock {
    padding: 6% 4%;
  }
  .toolbox-player li span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .toolbox-player li i {
    line-height: 30px;
    font-size: 14px;
  }

  .large-toolbox li span {
    width: 40px;
    height: 40px;
  }
  .large-toolbox li i {
    line-height: 40px;
    font-size: 14px;
  }
  .mobile-meta {
    font-size: .8em;
  }
  .hidden-tiny{
    display: none !important;
  }
  .live-badge {
     margin: 0 .8em;
  }
  ul.tool-box li {
    margin: 0 5%;
  }

  ul.tool-box.vert li {
    margin: 8px 5px 0 0;
  }

  span.tooltipBottom:after {
    width: 40px;
  }
  .overlay-input {
    width: 85%;
  }
  .flowplayer.is-audio-only{
    background-image: url('https://d2i0qcc2ysg3s9.cloudfront.net/streamspot-audio-only-mobile.jpg') !important;
  }
  span.tooltipLeft:before {
    position: absolute;
    content: attr(data-title);
    width: 75px;
    height: 30px;
    font-size: .6em;
    left: -80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    border: rgba(255, 255, 255, .5) 1px solid;
    padding: 3px;
  }
  .close-button {
    top: 10px;
    right: 10px;
  }
  .flowplayer .fp-context-menu {
    max-width: 45%;
  }
  .panel.date {
    width: 60px;
  }
}

/** height related styling, this will trump much of the above **/
@media all and ( min-height: 550px ){
  ul.broadcast-list {
      max-height: 350px;
  }
}
