/* Color Scheme */

.breaking-news .the-title,
.widget > h3,
.button,
a.small-button,
.marker,
.hover-effect,
.block-title,
#wp-calendar td#today,
.small-button,
#writecomment p input[type=submit] {
	background-color: #b6babb;
}
.list-title,
a:hover,
a.mobile-menu,
.widget .meta a {
	color: #5a9e25;
}
.list-title {
	border-bottom: 2px solid #5a9e25;
}

.header {
background-color:#fff;


}
.top-mainmenu {
	width:100%;
	height:30px;
	background-color: #0093ca;
	position: relative;
    z-index: 1000;
}

.top-mainmenu.sticky{
	padding:0px!important;
}
.top-mainmenu.sticky:before{
	display: block;
	content: '';
	position: fixed;
	height: inherit;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.top-number{
	    float: right;
    margin-right: 9%;
	font-size:19px;
	color:#fff;
	margin-top:5px;

}

.bottom-shadow{
	box-shadow: 0 5px 5px -5px #333;
}

