﻿.modal-header .close {
    margin-top: -2px;
    display: block;
    color: #fff;
    opacity: 0.9;
}

@media only screen and (min-width: 992px) {
    .caption {
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .caption {
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .caption {
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .col-sm-3 {
        width: 100% !important;
    }

    .col-sm-9 {
        width: 100% !important;
    }

    .col-sm-6 {
        width: 100% !important;
    }
}
/*
        .title
        {
            font-size: 0.75em !important;
        }*/
.nowPlayer {
    border: 0px none !important;
}

.tab-pane {
}

.tab-content {
    padding: 0px 0px 10px 2px !important;
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img
#prdtvideos {
    height: 160px !important;
}
.pull-left {
    margin-top: 4px !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    #videos-list-padding li .sorting-cover img {
        width: 464px;
        height: 298px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #videos-list-padding li .sorting-cover {
        width: 365px;
    }    
}
@media (min-width: 768px) and (max-width: 1023px) {
    .col-sm-6 {
        width: 50% !important;
    }
}
@media only screen and (min-device-width: 540px) and (max-device-width: 720px) and (orientation: portrait) {
    #videos-list-padding li .sorting-cover img {
        width: 504px;
        height: 287px !important;
    }
}