.video-js .vjs-big-play-button {
    border: 3px solid #af9364 !important;
}

#header {
    background-image: linear-gradient(to right, #001321, #04233c);
    background-repeat: no-repeat;
    height:60px;
    min-height: 60px;
}
#logo-padding {
    padding-left:12%;
}

.navbar-default {
    border:none;
}
.navbar-header {
    float:left;
}
.right-header-container {
    position:relative;
    padding-top:5px;
    float:right;
}
#upgrade-component {
    float:right;
    margin-right: 15px;
}
#profile-component {
    float:right;
    min-width:150px;
    padding-top:4px;
}
.profile-button img {
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
}
.download-banner {
    float:right;
    margin-right:20px;
    padding-top:10px;
}
.download-banner img {
    height: 24px;
}

#getapptext {
    color:white;
    margin-left:5px;
    font-size:1.3em;
    vertical-align: middle;
    text-decoration: none;
}

.download-banner a:hover {
    text-decoration: none;
}
.sign-up{
    bottom:-35px;
    text-align:right;
    font-size: 17px;
    font-weight:600;
    border: 0;
    color: #C41300;
    cursor:pointer;
    cursor:hand;
    background-color:white;
    margin-top:3%;
}

.sign-up:hover, .sign-up:active, .sign-up:focus  {
    background-color: #b11200;
}
.sign-up:active:focus
{
    background-color: #771100;
}

.btn-link {
    text-decoration: none;
}
.btn-link span {
    color:white;
    font-size:1.1em;
}
#desktop-menu{
    padding-left: 15px;
    position: absolute;
    left: 0;
    font-size: 0.9em;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 83%;
}
#desktop-menu a{
    padding-right: 16px;
    padding-left: 5px;
    float:left;
}
#desktop-menu a:first-child{
    padding-left: 0;
}
#desktop-menu li{
    display:inline-block;
    color: inherit;
}
.navbar-brand{
    padding-left:0;
}
.sections{
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.sections a{
    color:#333333;
    text-decoration: none;

}
#dropdown-channel-overflow .caret {
    color:#333333;
    margin-top: -12px;
}
#channel-overflow-menu {
    padding:10px;
    top:58%;
    left:30%;
}

#channel-overflow-menu > li {
    display: list-item;
}

.navbar{
    text-align:center;
    min-height: 99px;
}

#tag-dropdown{
    float:right;
}

::-webkit-input-placeholder {
    color: #949494;
    font-size:1.2em;
    text-weight:400 !important;
    padding-left:5px;
    opacity:0.5;
}

.navbar-brand {
    padding-top:20px;
}
#logo img {
    width:100px;
}
#logo-padding {
    padding-left:10%;
}
#profile-component {
    min-width:0px;
}
@media (max-width: 1024px) {
    .navbar{
        text-align:left;
    }
    .download-banner {
        display: none;
    }
    #profile-component {
        min-width: 0px;
    }
}

@media (max-width: 1280px)
{
   #logo-padding {
       padding-left:10%;
   }
}

@media (max-width: 768px)
{
    #logo-padding {
        padding-left:10%;
    }
    .modal-dialog {
        margin: 10px auto;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom:56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#haystack-player{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-container {
    padding-right:0;
    margin-left: 2%;
    position: relative;
    height: 50px;
    background: #eae8e2;
    text-align: center;
    border-top: solid #dfdfdf 2px;
    border-bottom: solid #dfdfdf 2px;
    text-align:left;
}
.info-container > *{
    vertical-align: top;
}


.info-container .category-badge {
    float:left;
    display:inline-block;
}
.info-container .hashtags {
    float:left;
    position:absolute;
    top:20%;
    height:28px;
}

.hash {
    display: -webkit-inline-flex;
    display: inline-flex;
}

.hashLeftSection {
    border-radius: 5px 0px 0px 5px;
    padding: 2px 0px 2px 2px;
}

.hashLeftSection:hover {
    background-color: rgba(172, 172, 172, 0.25);
}

.hashRightSection {
    padding: 1px 2px 2px 2px;
    border-radius: 0px 5px 5px 0px;
}

.hashRightSection .tag-title {
    font-size:14px;
}

.hashStarBtn {
    line-height: 21px;
}

.tag-title {
    line-height: 23px;
    margin-left:6px;
    margin-right:4px;
}

.hashStarBtn {
    float:left;
    padding-right:4px;
}
.info-container .share-buttons{
    float:right;
    padding-left: 0px;
    display:inline-block;
    float:left;
}
.info-container .share-buttons li {
    padding-left: 5px;
}
.info-container .share-buttons li:first-child{
    padding-left: 0;
}
.player-title{
    min-height:2em;
    float:left;
}
#player-description{
    min-height:2em;
    font-size:1.2em;
    float:left;
    margin-top: 0;
    display:none;
}
#player-description span {
   font-size:0.8em;
}
#info-symbol{
    display:none;
    margin-left: 5px;
    cursor:pointer;
    font-size: 0.5em;
}
.info-container-column-divider {
    border-right: solid #DFDFDF 1px;
    height:100%;
    display:inline-block;
    margin: 0 10px 0 10px;
    float:left;
}
.info-container .share-buttons {
    float:right;
}
.last-child{
    float:right;
}
#provider-thumb-container {
    margin-left: 15px;
    position:absolute;
}
#provider-thumb-container .source-hash-image img{
    width: 44px;
    height: 44px;
}
#provider-thumb-container .source-hash-button {
    padding-left:5px;
    padding-right:5px;
}
#provider-thumb-container .source-hash-button img {
    height:20px;
}
#provider-thumb-container .source-hash-name {
    margin-left: -11px;
}
.videoDetails {
    height:100%;
}
.videoDetails-category-badge{
    float:left;
    display:inline-block;
    font-weight: 600;
    color: #04233c;
    font-size: 15px;
    font-family: 'Roboto';
}
.alignV {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
#youtube{
    margin-bottom: 3%;
    margin-top:5%;
}
#youtube h2 {
    font-size: 1.5em;
}
#video-footer{
    margin: 20px 0 20px 0px;
}
#video-footer div{
    padding-left:0;
}
#video-footer h1 {
    margin-top: 0px;
    font-size:24px;
}
#video-footer-text {
    min-height: 62px;
}
#haystack-player #haystack-player {
    z-index:0;
}
.player-title {
    min-height: 0;
}
.videoWrapper  {
    background:black;
}
@media(max-width:767px){
    .info-container{
        text-align:center;
    }
    .info-container-column-divider {
        height: 3em;
        float:left;
        margin: 0 5px 0 5px;
    }

    .info-container .share-buttons {
        /*margin-top: 7.5px;*/
        padding-left: 0px;
        float:left;
        /*display:inline-block;*/
    }
    .info-container .hashtags {
        float: left;
    }
    .last-child{
        display:none;
    }
    .hashtags{
        display:none;
    }
    .info-container{
        height: 3em;
    }
    .category-badge {
        font-size: 0.813em;
    }
}
@media(min-width:768px){
    #video-footer {
        margin-left: 10px;
    }
}
@media(min-width:992px){}
@media(min-width:1200px){}
@media (orientation:portrait){
    .share-buttons{
        display:none;
    }
}
@media (orientation:landscape){
    .info-container .share-buttons{
        display:inline-block;
    }
}
@media only screen and (min-width : 415px) {
    .info-container .share-buttons{
        display:inline-block;
    }
}
@media only screen and (max-width : 415px)  {
    .info-container .share-buttons{
        display:none;
    }
}
.video-item {
    cursor:pointer;
    padding-top: 10px;
    position:relative;
    width:100%;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf;
}
.video-item:hover {
    background:#EBEBEB;
}
.video-item-playing{
    background:white;
    transition: background-color 100ms linear;
}
.video-item-playing .tint{
    display:block;
}
.video-item-playing .time-badge{
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    display:none;
}
.video-item-playing .overlay{
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    display:none;
}
.now-playing{
    position:absolute;
    left:18%;
    font-size:1em;
    color:white;
    z-index:4;
    font-weight:600;
    text-transform: uppercase;
}
.tint{
    transition: background-color 100ms linear;
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    height:100%;
    width:100%;
}
.background{
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    height:100%;
    width:100%;
    background-color: rgba(215,55,40,0.71);
}

.background-gradient {
    position: absolute;
    opacity: .46;
    background-image: linear-gradient(-180deg, rgba(4, 35, 50, 0) 36%, #00121E 81%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.list-title{
    margin-top: 1.5em;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    font-weight: 600;
    color: #282724;
    font-size: 1em;
    text-overflow: ellipsis;
}
.list-author{
    margin-top: 0.3em;
    line-height: 1em;
    height: 1em;
    font-size: 0.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #af9364;
    display: -webkit-box;
}
.list-info-container{
    float:left;
    padding-left: 0px;
    width: 57%;
}
.list-info-container > ul{
    list-style-type: none;
    padding-left:10px;
    padding-top: 1%;
}
.list-info-container a {
    text-decoration: none;
}
.image-container{
    float:left;
    display: block;
    height: 77px;
    width: 140px;
    overflow: hidden;
    position:relative;
    padding-left: 0px;
    padding-right: 0px;
}
.image-container img{
    position:relative;
    top: 0px;
    width: 140px;
    height: 77px;
}
.native-image-container {
    float:left;
    display: block;
    height: 77px;
    width: 140px;
    overflow: hidden;
    position:relative;
    padding-left: 0px;
    padding-right: 0px;
}
.native-image-container img {
   position: relative;
   top:0px;
   width:140px;
}

.overlay {
    width: 140px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(102,102,102,0.4) 40%, rgba(85,85,85,0.7) 70%, rgba(51,51,51,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(102,102,102,0.4)), color-stop(70%,rgba(85,85,85,0.7)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.4) 40%,rgba(85,85,85,0.7) 70%,rgba(51,51,51,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
    #playlist-column{
        padding:0;
    }
    .list-info-container{
        width: 54%;
    }
    .personalize-button {
        margin-bottom:3%;
    }
}
@media (min-width: 992px) {
    .playlist-margin {
        margin-top: 3% !important;
    }
    .playlist{
        -webkit-overflow-scrolling: touch;
    }
    .list-info-container{
        width: 59%;
    }
}
body{
    background-color: #eae8e2;
    font-family: 'Roboto';
}
html, body {
    overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}
.container-fluid{
    margin-left: 2%;
    margin-right: 2%;
}
.separator{
    height: 2px;
    background: #DFDFDF;
}
@media (orientation:landscape) {
    #floating-sharing-icons{
        display:none;
    }
    .hashtags{
        display:inline-block ;
    }
}
@media screen and (min-width : 415px){
    #floating-sharing-icons{
        display:none;
    }
    .hashtags{
        display:inline-block;
    }
}
ul{
    list-style: none;
}
.share-buttons{
    list-style: none;
    float:right;
}
.share-buttons li{
    display: inline;
}
.share-buttons a{
    color: #ABABAB;
}


.duration-badge {
    padding-left: 3%;
    position: absolute;
    right: 2%;
    bottom: 7%;
    border-radius: 5px;
}
.hands{
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    height: 49%;
    width: 40%;
    position: absolute;
    left: 43%;
    top: 13%;
}

.time-circle{
    position:relative;
    float:left;
    width: 1em;
    height: 1em;
    border-radius: 10px;
    border: solid 2px #eae8e2;
    margin: 2px 2px 2px 4px;
    transform-style: preserve-3d;
}

.videoDetails .time-circle {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
}

.videoDetails .time-badge img {
    height: 12px;
    width: 12px;
}

.grow {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hashtags {
    display:inline-block;
    font-size: 0.83em;
    font-weight: 600;
    overflow: hidden;
    width: 300px;
}
.source-hash {
    display:inline-block;
    margin-right:0px;
}
.source-hash-box{
    text-align:center;
    min-width: 67px;
    display:inline-block;
    font-size: 1.1em;
    /*height: 25px;*/
    color: #a2a2a2;
    /*margin-left: 10px;*/
    font-weight: normal;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 0;
    cursor:pointer;
    position:relative;
    background-color: rgba(197, 196, 196, 0.25);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}
.source-hash-button {
   display: inline-block;
   padding-left:10px;
   padding-right:10px;
}
.source-hash-image {
    display: inline-block;
}
.source-hash-image img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height:70px;
}
.source-hash-name {
    text-align: right;
    margin-top:5px;
}
.source-hash-link {
    color:#6B6B6B !important;
    font-size: 17px;
}
.hash{
    text-align:center;
    display:inline-block;
    font-size: 1.1em;
    color: #a2a2a2;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
    position:relative;
    background-color: rgba(197, 196, 196, 0.25);
}
.hash a {
    color: #6B6B6B;
    font-size: 17px;
}
.tag-title{
    transition: all 0.25s ease-in;
}
@media (max-width: 500px) {
    .source-hash-link {
        font-size: 14px;
    }
}
#desktop-menu .enabled a {
    color:black;
    text-decoration: underline;
}
.category-header .hashStarBtn {
    line-height: 20px;
}
.category-item {
    overflow: hidden;
    width: 300px;
    height: 168px;
}
.category-item img {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}
.category-item  .time-badge {
    z-index: 50;
    top: 58%;
    left: 2%;
}
#category-margin{
    margin-bottom:2%;
}
.category-header{
    font-size:1.5em;
    margin: 0 0 1% 0;
}
.trending{
    display:inline-block;
    padding-right: 10px;
    font-weight: 600;
    margin-right:10px;
    text-decoration: none;
    font-family: 'Roboto';
}
.trending:first-letter {
    text-transform: uppercase;
}
.category-item-title{
    height: 2.7em;
    line-height: 1.3em;
    font-size: 13px;
    text-align:left;
    overflow:hidden;
    color: #eae8e2;
    font-weight: 400;
    z-index:50;
    padding:0 2% 0 1%;
    position: absolute;
    top: 74%;
    left:2%;
}
.category-header .hashtags {
    float:none;
    display:inline-block;
    font-size: 0.6em;
    width: 500px;
    height: 32px;
    vertical-align: top;
}
.category-shadow{
    position:absolute;
    width: 98%;
    height:50%;
    bottom:0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.arrow{
    border-left: solid 2px;
    border-top: solid 2px;
    width: 25px;
    height: 25px;
}
.arrow.left{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865482, M12=0.7071067811865466, M21=-0.7071067811865466, M22=0.7071067811865482, SizingMethod='auto expand')";
}
.arrow.right {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.7071067811865476, M12=-0.7071067811865474, M21=0.7071067811865474, M22=-0.7071067811865476, SizingMethod='auto expand')";
}
.coloring {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
}
.item-parent {
    position: relative;
}
.item-child {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-multi .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.carousel-multi .carousel-inner > .item > .media-card {
  display: table-cell;
  width: 1%;
}
.img-carousel {
  height: 165px;
}
.carousel-multi .carousel-inner > .item > .media-card:last-of-type {
  border-right: none;
}
.carousel-multi .carousel-inner .active {
  display: table;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-multi .carousel-inner > .item {
      transition: 500ms ease-in-out all;
      backface-visibility: visible;
      transform: none!important;
  }
}
.ico {
    background-image: url(../images/sprites/target/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.ico-appstore-icon {
    width: 90px;
    height: 90px;
    background-position: 0px 0px;
}

.ico-category-star-hover {
    width: 23px;
    height: 23px;
    background-position: -254px -192px;
}

.ico-category-star-selected {
    width: 23px;
    height: 23px;
    background-position: -304px -57px;
}

.ico-category-star-unselected {
    width: 23px;
    height: 23px;
    background-position: -277px -192px;
}

.ico-facebook-btn {
    width: 20px;
    height: 20px;
    background-position: -319px -138px;
}

.ico-facebook-white {
    width: 21px;
    height: 21px;
    background-position: -320px -107px;
}

.ico-google-btn {
    width: 19px;
    height: 20px;
    background-position: -254px -215px;
}

.ico-haystack-wordmark-footer {
    width: 180px;
    height: 25px;
    background-position: 0px -115px;
}

.ico-haystack-wordmark-header {
    width: 180px;
    height: 25px;
    background-position: 0px -90px;
}

.ico-main-download-banner {
    width: 65px;
    height: 28px;
    background-position: -254px -138px;
}

.ico-platform-android-tv {
    width: 136px;
    height: 24px;
    background-position: 0px -181px;
}

.ico-platform-android {
    width: 106px;
    height: 23px;
    background-position: -136px -181px;
}

.ico-platform-appletv {
    width: 66px;
    height: 31px;
    background-position: -254px -107px;
}

.ico-platform-chromecast {
    width: 164px;
    height: 33px;
    background-position: -90px 0px;
}

.ico-platform-fire-tv {
    width: 75px;
    height: 41px;
    background-position: 0px -205px;
}

.ico-platform-hisense {
    width: 132px;
    height: 21px;
    background-position: -75px -205px;
}

.ico-platform-ipad {
    width: 87px;
    height: 31px;
    background-position: -254px 0px;
}

.ico-platform-iphone {
    width: 123px;
    height: 28px;
    background-position: -85px -140px;
}

.ico-platform-lg {
    width: 85px;
    height: 41px;
    background-position: 0px -140px;
}

.ico-platform-roku {
    width: 83px;
    height: 26px;
    background-position: -254px -81px;
}

.ico-platform-samsung {
    width: 132px;
    height: 20px;
    background-position: -90px -70px;
}

.ico-platform-sony {
    width: 106px;
    height: 19px;
    background-position: -95px -246px;
}

.ico-platform-toshiba {
    width: 127px;
    height: 20px;
    background-position: -75px -226px;
}

.ico-platform-vizio {
    width: 95px;
    height: 23px;
    background-position: 0px -246px;
}

.ico-platform-web {
    width: 98px;
    height: 37px;
    background-position: -90px -33px;
}

.ico-search {
    width: 50px;
    height: 50px;
    background-position: -254px -31px;
}

.ico-source-star-hover {
    width: 26px;
    height: 26px;
    background-position: -306px -166px;
}

.ico-source-star-selected {
    width: 26px;
    height: 26px;
    background-position: -304px -31px;
}

.ico-source-star-unselected {
    width: 26px;
    height: 26px;
    background-position: -280px -166px;
}

.ico-star-hover {
    width: 13px;
    height: 14px;
    background-position: -327px -57px;
}

.ico-star-selected {
    width: 13px;
    height: 14px;
    background-position: -323px -192px;
}

.ico-star-unselected {
    width: 13px;
    height: 14px;
    background-position: -273px -215px;
}

.ico-twitter-btn {
    width: 26px;
    height: 26px;
    background-position: -254px -166px;
}

.ico-twitter-white {
    width: 23px;
    height: 19px;
    background-position: -300px -192px;
}

#app-header #header .container {
    padding-left: 0;
    padding-right: 0;
}