﻿body {
    overflow-x: hidden;
    background-color: #000;
}

.container-fluid {
    max-width: 95%;
}

.slick-prev:before, .slick-next:before {
    color: #201f1f;
}

.slick-prev:before, .slick-next:before {
    font-family: 'fontawesome';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: lightgrey;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:before {
    content: '\f053';
}
/*#divContent{
            overflow:hidden;
        }*/
.slick-list {
    overflow: hidden;
}

.slick-track {
    margin-left: 0;
}

/*.embed-responsive {
            min-height: 305px;
            min-width: 200px;
            max-height: 305px;
            max-width: 200px;
            width: auto;
            height: auto;
        }*/

.embed-responsive {
    height: 260px;
}

.card-body {
    padding: .75rem;
    display: none;
}

.Absolute-Center {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

.hoverEffect-tenth .mask {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .embed-responsive {
        height: 260px;
    }
}



@media only screen and (min-width: 600px) {
    .card-deck {
        margin-right: 0px;
        margin-left: 0px;
    }

    
}

.card-deck {
    margin-right: 0px;
    margin-left: 0px;
}

#divSearch {
    position: fixed;
    top: 58px;
    right: 16px;
    height: 210px;
    width: 280px;
    z-index: 1500;
    border: 1px solid #cecece;
    padding: 20px;
    background-color: rgba(255,255,255,1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.loader {
    left: 46%;
}*/

.card-deck .card {
    width: 200px;
}

.slick-slide {
    opacity: 0;
}

    .slick-slide.slick-active {
        opacity: 1;
    }

.slick-prev, .slick-next {
    z-index: 9999999;
}

.tile {
    height: 290px;
}

@media only screen and (max-width: 600px) {
    .embed-responsive {
        height: 260px;
    }

    .primaryHeader {
        font-size: 1em;
    }

    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .tile {
        height: 130px;
        width: 99px;
    }
        .tile img {
            object-fit: fill;
        }

    .tileMusic {
        height: 90px;
        width: 90px;
    }

    /*.roundedImage{
        max-width:100px;
    }*/

        .tileMusic img {
            object-fit: fill;
        }

    /*.slick-slide.slick-active {
        opacity: 1;
        padding-left:2px;
    }*/

    .sectionDetails {
        position: absolute;
        left: 0;
        top: 1px;
        max-width: inherit !important;
        width: 96%;
        font-size: .7em;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 576px) and (-webkit-min-device-pixel-ratio: 2) {
    .tileMusic {
        height: 120px;
        width: 120px;
    }

    /*.roundedImage {
        max-width: 130px;
    }*/

    .tileMusic img {
        object-fit: fill;
    }

    
}

@media only screen and (min-device-width: 576px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .tileMusic {
        height: 110px;
        width: 110px;
    }

    /*.roundedImage {
        max-width: 120px;
    }*/

    .tileMusic img {
        object-fit: fill;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
    .tileMusic {
        height: 220px;
        width: 220px;
    }

    /*.roundedImage {
        max-width: 230px;
    }*/

    .tileMusic img {
        object-fit: fill;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
    .tileMusic {
        height: 170px;
        width: 170px;
    }

    /*.roundedImage {
        max-width: 180px;
    }*/

    .tileMusic img {
        object-fit: fill;
    }
}