/* 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) { 
#nav .navbar-default .navbar-nav > li > a{
	padding:8px !important;
	font-size:14px !important;	
}
.dropdown-menu li a {
    padding: 5px 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:260px !important;
}
.tab-header .nav-tabs > li > a{ 
	font-size:14px !important;
}
.archive_post_height {
	height: 228px!important;
}
.archive_heading_01 a {
	font-size: 20px!important;
	line-height: 24px!important;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
.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{
	text-align:center !important;
	padding:5px 0!important;
}
.social_icons ul{
	text-align:center !important;
	float:none !important;
}
.editorial{
	text-align:center !important;
	border-bottom:1px solid#ccc !important;
	padding-bottom:5px !important;
}
.editorial-2{
	text-align:center !important;
	padding-top:8px !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{
	text-align:center !important;
	padding:5px 0!important;
}
.social_icons ul{
	text-align:center !important;
	float:none !important;
}
.editorial{
	text-align:center !important;
	border-bottom:1px solid#ccc !important;
	padding-bottom:5px !important;
}
.editorial-2{
	text-align:center !important;
	padding-top:8px !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;
}
}