@charset "utf-8";
/* CSS Document */

.btn-light{
	background: #fff;
	border-bottom: solid 1px #ced4da;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	border-radius: 0 !important;
}
.btn-light i{
	color: #ccc;
}
.form1{
	border-radius: 0 !important;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    padding: 5px 5px !important;
}
.menubelow .thw-menubar > .row, .thw-menubar-wrap.menuabove {
    border-top: 0px solid #ec0000 !important;
	border-bottom: 0px solid #ec0000 !important;
	
}
.thw-menubar-wrap .menu-searh-wrap {
    position: absolute;
    right: 6px;
    top: 5px;
    z-index: 1000;
}
.ontop {
    top: 29px !important;
    right: -11px !important;
}
.thum-a{
	height: 160px;
	background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-menu{
	background: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .bg-menu{
		background: #f6f6f6;
	}
	.logo-mobile{
		text-align: center;
	}
	.logo-mobile img{
		margin-bottom: 0;
		margin-top: 0;
		height: 40px;
	}
	.thw-menubar-wrap{
		border-bottom: 1px solid #eee;
		padding-bottom: 0;
		background: #f6f6f6;
		padding-top: 7px;
	}
	.search-mobile{
		color: #ccc;
		padding: 4px;
		text-align: right !important;
		top: 3px !important;
		right: 0 !important;
	}
	.search-mobile i{
		top: 10px !important;
		color: #fff !important;
		right: 14px !important;
	}
	.nav-search1 {
    	cursor: pointer;
		margin-left: 0 !important;
    	color: #fff;
    	padding: 10px 18px;
		border: solid 1px #f7941e;
		background: #f7941e;
		border-radius: 4px;
	}
	#home-search .search-close {
    color: #333;
	background: #f7941e;
    position: absolute;
    top: -29px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
}
	.wpmm_mobile_menu_btn{
		background: #9d1c21 !important;
	}
}