
a img {
    display:block;
}

body {
    padding-top: 50px;
}

.videoLoader {
    display: none;
    text-align: center;
}

#player {
    width: 100%;
    margin-bottom: 20px;
}

#playerDiv {
    display:none;
    margin-bottom: 20px;
}

.invisible {
    display: none;
}

.starter-template {
    padding: 30px 15px;
    text-align: center;
}

.template {
    padding: 30px 15px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 9999;
    /*width: 60px;
    height: 45px;*/
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

#content {
    height: 2000px;
}

.divider-vertical {
    height: 100px;
/ / any height border-left : 1 px solid gray;
/ / right or left is the same float : left;
/ / so BS grid doesn 't break opacity : 0.5;
/ / optional margin : 0 15 px;
/ / optional
}


@media (min-width: 500px) {

    .pullme-right {
        float:right;
    }

}

@media (max-width: 499px) {

    .pullme-right {
        margin-top:8px;
    }

}



@media (min-width: 768px) {

    .thumbnailOverlay{
        position: absolute;
        max-width:45px;
        top: 70px;
        right: 1035px;
        color: white;
        background: black;
        padding-right: 5px;
        padding-left: 5px;
        text-align: right;
    }

}

@media (max-width: 768px) {

    .thumbnailOverlay{
        position: absolute;
        max-width: 96%;
        background-color: rgba(0, 0, 0, 0.69);
        color: white;
        bottom: 0px;
        left:90px;
        padding-left: 5px;
        padding-right: 5px;
    }


}

.result img{
    width:120px;
    height:90px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 180px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height:180px;
    background: black;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-muted a{
    color:#777;
    text-decoration: underline;
    font-weight: bold;
}

.benefits li{
    margin-bottom:10px;
    font-weight:bold;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:2000 !important;}

#playlistButton{
   font-size:20px;
}

#playlistButton:hover{
    color:red !important;
}