/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.heading-01{
	font-size: 18px;
    line-height: 22px;
	
}
.heading-02{
	font-size: 16px;
	 line-height: 20px;
}
.heading-03{
	font-size: 14px;
	 line-height: 18px;
}
.video_list_bg {
	max-height: 271px!important;
}
.top_image_archive {
	height: 165px!important;
	overflow: hidden;
}	
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
.container-fluid{
	margin:0 !important;
}
.foot-menu {
	height: 140px!important;
}	
.top_image_archive {
	height: auto!important;
	overflow: hidden;
}
.navbar-toggle {
	float: left !important;
}
.search_box .search-icon i {
	padding-top:10px !important;
}
.logo{
	border-bottom:1px solid#E8E8FF !important;
	padding-bottom:10px !important;
}
.date{
	text-align:center !important;
	padding-bottom:5px;
}
.text-right{
	float:none !important;
	text-align:center !important;
}
.Social_icons{
	padding-bottom:5px !important;
}
.video-gellary .owl-nav div.owl-prev{
    left:0 !important;
}
.video-gellary .owl-nav div.owl-next{
    right:0 !important;
}
.video_gallery_section .col-md-4 {
	padding-left: 15px!important;
}
.editorial{
	text-align:center !important;
	border-bottom:1px solid #4a4a4a !important;
	padding-bottom:5px !important;
}
.copyright{
	text-align:center !important;
	padding-top:10px !important;
}
.design{
	text-align:center !important;
}
}
/* Tablet Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.container-fluid{
	margin:0 !important;
}
.navbar-toggle {
	float: left !important;
}
.search_box .search-icon i {
	padding-top:10px !important;
}
.logo{
	border-bottom:1px solid#E8E8FF !important;
	padding-bottom:10px !important;
}
.date{
	text-align:center !important;
	padding-bottom:5px;
}
.text-right{
	float:none !important;
	text-align:center !important;
}
.Social_icons{
	padding-bottom:5px !important;
}
.video-gellary .owl-nav div.owl-prev{
    left:0 !important;
}
.video-gellary .owl-nav div.owl-next{
    right:0 !important;
}
.editorial{
	text-align:center !important;
	border-bottom:1px solid #4a4a4a !important;
	padding-bottom:5px !important;
}
.copyright{
	text-align:center !important;
	padding-top:10px !important;
}
.design{
	text-align:center !important;
}
}