/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

.tb-megamenu .nav-collapse ul.nav > li .dropdown-menu{
	padding:0;
	background: none;
	border-bottom: none;
	box-shadow: none;
}
.tb-megamenu .row-fluid{
	display:flex;
	
}
.tb-megamenu .row-fluid .span4{
	padding: 10px;
	background: #fff;
    border: none;
    border-bottom: 2px solid #ecc311;
	margin-left: 0;
	#box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
}
.tb-megamenu .row-fluid .span4:first-child{
	border-left: 1px solid #ecc311;
}
.tb-megamenu .row-fluid .span4:last-child{
	border-right: 1px solid #ecc311;
}
.copyright .copyright-inner{
	text-align: center!important;
}