/*
	Template Name: MeroOnline
	Author: Sudip Singh
	Author URI : http://www.sudipsingh.com.np/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template for Mero Online.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

html, body {
	background: #fff;
}

.entry-title, .entry-meta {
	margin: 5px 0;
}

.main-wrapper.tr-page-top {
	margin-top: 10px;
}

.tr-section .tr-post .post-content {
	margin-top: 10px;
}

.post-content p {
	font-size: 16px;
	margin-bottom: 0;
}

.tr-menu .navbar-default {
	background: #337ab7;	/* #FE5500;*/
	border-radius: 5px;
}

.tr-menu .navbar-default .feed li a {
	color: #fff;
}

.tr-menu .navbar-nav li a {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	padding: 15px 0;
}

.tr-menu .navbar-nav li a:hover, .tr-menu .navbar-nav li a:focus, .tr-menu li a:hover i {
	color: #311a1a;
}

.tr-menu .feed {
	padding: 15px 0;
}

.tr-menu .navbar-nav>li {
	border-right: 1px solid #c3c3c3;   /* #b90101;*/
	padding: 0 15px;
	margin-right: 0;
}

.tr-topbar {
	margin: 3px 0 5px 0;
	background: #f5f5f5;
}

.widget-title span {
	font-size: 16px;
}

.meta-widget .tab-content li {
	padding: 5px 10px;
}

.theiaStickySidebar .tr-section, .meta-widget {
	border: 1px solid #f5f5f5;
	background-color: #fdfdfd;
}

.breaking-news span {
	color: #a2a2a2;
	padding: 5px 10px;
	background: transparent;
}

#ticker {
	padding: 5px;
}

#ticker li:before {
	background-color: #311a1a;
}

#ticker li a {
	font-size: 14px;
	color: #ff0000;    /* #6e6e6e;*/
    font-weight: bold;
}

.featured-news {
	font-size: 3em;
	font-weight: bold;
	padding: 20px 0;
	font-family: 'ek mukta';
}

.tr-menu .navbar-brand{
	display: none;
}

blockquote {
	border: 1px solid #f5f5f5;
	border-left: 5px solid #ff0000;
}

.tr-menu.sidebar-menu .navbar-default li{
	border-top: 1px solid #e8e8e8;
}

.sidebar-menu .navbar-nav>li>a{
	line-height: 1.1;
}

.section-title {
	padding: 1.2rem 0;
	border-top: 2px solid #b0b0b0;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 1rem;
}

.section-title h1 a {
	padding-left: 10px;
}

.section-title h1 {
	margin-bottom: 0;
}

.section-title h1 span, .section-title h1 span:after {
	background-color: transparent;
}

.bg-transparent .tr-post, .photo-gallery, .latest-result {
	margin-bottom: 15px;
}

.bg-grey {background-color: #f0f3f5 !important;}

.bg-off-white {background-color: #fafafa !important;}

.border-off-white {border: 1px solid #f5f5f5;}

.tr-ad {
	margin-bottom: 15px;
	border: 1px solid #f5f5f5;
}

#footer {
	margin-top: 30px;
}

.footer-menu {
	border-top: 1px solid #e3e6e8;
}

.footer-menu .navbar-nav {
	padding: 15px 0 5px 0;
}

.footer-widgets{
	padding-top: 20px;
}

.footer-widgets .widget h2 {
	margin-bottom: 10px;
}

.footer-bottom {
	padding-top: 20px;
	background-color: #f5f5f5;
}

.media-object {
	max-height: 100px;
}

.hr-separator{
	margin-top: 0;
}

.title-only{
	padding: 5px 15px !important;
	margin-bottom: 5px !important;
}

.entry-thumbnail {
    max-height: 400px;
}

@media (max-width: 767px){
	.head-image{
		display: none;
	}
	.menu-responsive .navbar-toggle {
		top: 5px;
	}
	.featured-news {
		font-size: 2em;
	}
	.homepage .tr-menu{
		margin-bottom: 0;
	}
	.tr-menu .navbar-default {
		background: #fcfcfc;
	}
	.tr-menu .navbar-nav>li{
		border-right: none;
		border-bottom: 1px solid #c3c3c3; /* #b90101;*/
	}
	.tr-menu .navbar-brand{
		display: block;
	}
	.media-object {
		max-height: 1000px;
		max-width: 100%;
	}
	.tr-menu .feed {
		display: none;
	}
	.navbar-collapse {
		background: #337ab7;  /* #FE5500;*/
	}
}

@media(max-width: 479px){
}