﻿/* News And Event Detail Page */
.news-detail .text ul li {
    list-style: initial !important;
}

.event .boxes .box .img-detail ul li {
    list-style-position: inside;
}

.event .boxes .box .img-detail li {
    list-style: initial;
}
/* End */


/* Photo Gallery Page */
@media only screen and (min-width: 1600px) and (max-height:2560px) {
    .photo-gallary .boxes .box .img img {
        height: 199.83px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-height:900px) {
    .photo-gallary .boxes .box .img img {
        height: 199.83px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-height:800px) {
    .photo-gallary .boxes .box .img img {
        height: 199.83px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-height:950px) {
    .photo-gallary .boxes .box .img img {
        height: 199.83px !important;
    }
}

@media only screen and (min-width: 800px) {

    .photo-gallary .boxes .box .img img {
        height: 177px;
    }
}

@media (max-width: 768px) and (max-height:1024px) {
    .photo-gallary .boxes .box .img img {
        height: 176.72px;
    }
}

@media only screen and (max-width: 640px) {
    .photo-gallary .boxes .box .img img {
        height: 223px;
    }
}

@media only screen and (max-width: 600px) {

    .photo-gallary .boxes .box .img img {
        height: 208px;
    }
}

@media only screen and (max-width: 480px) {
    .photo-gallary .boxes .box .img img {
        height: 140px;
    }
}

@media only screen and (max-width: 375px) {
    .photo-gallary .boxes .box .img img {
        height: 126px;
    }
}

@media only screen and (max-width: 360px) {
    .photo-gallary .boxes .box .img img {
        height: 120.8px;
    }
}

@media only screen and (max-width: 320px) {
    .photo-gallary .boxes .box .img img {
        height: 106px;
    }
}
/* End */


/* Print Page */
@media only screen and (min-width: 1600px) and (max-height:2560px) {
    .print .boxes .box .img img {
        height: 195.92px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-height:900px) {
    .print .boxes .box .img img {
        height: 195.92px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-height:800px) {
    .print .boxes .box .img img {
        height: 195.92px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-height:950px) {
    .print .boxes .box .img img {
        height: 195.92px !important;
    }
}

@media only screen and (min-width: 800px) {
    .print .boxes .box .img img {
        height: 177px;
    }
}

@media (min-width: 768px) and (max-height:1024px) {
    .print .boxes .box .img img {
        height: 176.72px !important;
    }
}

@media only screen and (max-width: 640px) {
    .print .boxes .box .img img {
        height: 223px;
    }
}

@media only screen and (max-width: 600px) {
    .print .boxes .box .img img {
        height: 208px;
    }
}

@media only screen and (max-width: 480px) {
    .print .boxes .box .img img {
        height: 140px;
    }
}

@media only screen and (min-width: 412px) and (max-height:732px) {
    .print .boxes .box .img img {
        height: 140px;
    }
}

@media only screen and (max-width: 375px) {
    .print .boxes .box .img img {
        height: 126px;
    }
}

@media only screen and (max-width: 360px) {
    .print .boxes .box .img img {
        height: 120.8px;
    }
}

@media only screen and (max-width: 320px) {
    .print .boxes .box .img img {
        height: 106px;
    }
}
/* End */
