/* 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) { 
.archive_post_height {
	height: 228px!important;
}
.archive_heading_01 a {
	font-size: 20px!important;
	line-height: 24px!important;
}

.menu_area .menu_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {
    font-size: 14px!important;
    padding: 11px 10px!important;
}
.heading-01{
	font-size: 16px !important; 
    line-height: 22px !important;
	
}
.heading-02{
	font-size: 15px !important;
	 line-height: 20px !important;
}
.heading-03{
	font-size: 13px !important;
	 line-height: 18px !important;
}
.social_icons li i{
	font-size: 15px !important;
}
.lead-news p{
	font-size:13px !important;
	line-height:17px;
}
.tab-content{
	height:140px !important;
}
.tab-header .nav-tabs > li > a{ 
	font-size:14px !important;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
.mainmenu .collapse ul > li > a{margin-left: 10px;}
.mainmenu .collapse ul ul li{position:relative!important;}
.mainmenu .collapse ul ul li:hover ul{display:block!important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    margin-left: 0px!important;
}

.archive_post_height {
	height: 220px!important;
}
.archive_heading_02 a {
	font-size: 22px!important;
	line-height: 26px!important;
}

.scroll_01{
	text-align:center !important;
}
.banner{
	padding-top:10px !important;
}
.date-search ul{
	 text-align:center !important;
	 margin-bottom:5px !important;
}
.date-search ul li{
	 margin-bottom:10px !important;
}
.social_icons ul{
	text-align:center !important;
	float:none !important;
}
.tab-header{
	margin:20px 0 !important
}
.editorial{
	text-align:center !important;
}
.copyright{
	text-align:center !important;
	padding:10px 0 !important;
	border-bottom:1px solid#ccc !important;
}
.design{
	text-align:center !important;
	padding-top:8px !important;
	float:none !important;
}
}
/* Tablet Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.scroll_01{
	text-align:center !important;
}
.banner{
	padding-top:10px !important;
}
.date-search ul{
	 text-align:center !important;
	 margin-bottom:5px !important;
}
.date-search ul li{
	 margin-bottom:10px !important;
}
.social_icons ul{
	text-align:center !important;
	float:none !important;
}
.tab-header{
	margin:20px 0 !important
}
.editorial{
	text-align:center !important;
}
.copyright{
	text-align:center !important;
	padding:10px 0 !important;
	border-bottom:1px solid#ccc !important;
}
.design{
	text-align:center !important;
	padding-top:8px !important;
	float:none !important;
}
}