/* Media Layout 1280px */

@media only screen and (min-width: 992px) and (max-width: 1280px) {}
/* Tablet Layout 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-ad,
    .calender-table {
        display: none
    }
    body {
        background: none
    }
    .footer-remarks {
        text-align: center
    }
    .footer-nav ul {
        text-align: center
    }
    .footer-nav .navbar-nav {
        margin-left: -25%
    }
}
/* MObile Layout 320px */

@media only screen and (max-width: 767px) {
	
	.post-text h4, .hightlights .h-post .h-post-text h4{font-weight:normal;font-size:9px}
	.rating h1{font-size:12px}
	.rating p{font-size:10px}
	
	
    .top-ad,
    .calender-table {
        display: none
    }
    body {
        background: none
    }
    .footer-remarks {
        text-align: center
    }
    .footer-nav ul {
        text-align: center
    }
    .widget-video {
        overflow: none;
        height: auto
    }
    .slider-area {
        display: none
    }
	.content-body .post{overflow:hidden;}
	.post-meta, .social-icon{display:none}
.navbar-toggle{padding:17px 10px;margin-right:0}
}
/* Wide Mobile Layout 480px */

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .rating{padding:5px}
    .rating h1{font-size:20px}
    
}