/* reset */
.flat-mega-menu ul,
.flat-mega-menu li,
.flat-mega-menu a,
.flat-mega-menu p,
.flat-mega-menu img,
.flat-mega-menu h2 {
	margin: 0;
	padding: 0;
	display: block;
	line-height: normal;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* menu container */
.flat-mega-menu {
	margin: 0 auto;			/* margin for align container center */
	padding: 0;
	position: relative;
	z-index: 999;
	font-size: 1em;
	display: block;
	max-width: 1184px; 		/* container max-width 1280px */
	min-height: 60px;
	width: 100%;
	min-width: 180px;
}

/* ul tag layout */
.flat-mega-menu > ul {
	float: left;
	width: 100%;
	min-height: 60px;
	padding-top: 20px;
}

/* li tag layout */
.flat-mega-menu > ul > li {
	float: left;
	min-height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	border-left: 1px solid;
	min-width: 0;
}

/* a tag layout */
.flat-mega-menu > ul > li > a {
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 17px;
	font-weight: lighter;
}

/* .title class layout */
.flat-mega-menu > ul > .title > a {
	text-transform: uppercase;
	font-size: 1.4em;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}

.flat-mega-menu > ul > .title {
	border-left: none;
	min-width: 9%;
	margin-top: -5px;
}
.header-2 .flat-mega-menu > ul > .title{
	min-width: 21%;
}
/* .login-form class */
.flat-mega-menu ul .login-form {
	min-width: 6%;
	text-align: center;
	cursor: pointer;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.flat-mega-menu .login-form table,
.flat-mega-menu .login-form tbody {
	width: 100%;
}

.flat-mega-menu .login-form input {
	width: 100%;
	margin: 6px 0 5px;
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	color: #000;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.flat-mega-menu .login-form input[type=submit] {
	color: #FFFFFF;
	height: auto;
	width: 90px;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	outline: none;
	padding: 6px;
}

.flat-mega-menu .login-form input[type=submit]:hover {
	opacity: 1;
}

.flat-mega-menu .login-form input[type=checkbox] {
	float: left;
	display: block;
	height: 35px;
	width: auto;
	cursor: pointer;
	outline: none;
	background-color: #FFFFFF;
}

.flat-mega-menu .login-form label {
	color: #fff;
	font-size: 13px;
	font-weight: lighter;
	height: 35px;
	display: block;
	margin: 10px 0 0;
	padding: 0 0 0 0px;
	line-height: 39px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}

.flat-mega-menu .login-form ul {
	position: absolute;
	right: 0px;
	width: 300px;
	padding: 23px 15px 10px;
}

.flat-mega-menu .login-form:hover {
	/* animation */
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

/* .search-bar class */
.flat-mega-menu ul .search-bar {
	min-width: 6%;
	text-align: center;
	cursor: pointer;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.flat-mega-menu .search-bar:hover {
	/* animation */
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.flat-mega-menu .search-bar ul {
	position: absolute;
	right: 0;
	width: 36%;
}

.flat-mega-menu .fa-user tbody {
	width: 100%;
}

.flat-mega-menu .search-bar table tr td:last-child {
	width: 100px;
}

.flat-mega-menu .search-bar ul input[type=text] {
	background-color: #FFFFFF;
	border: none;
	padding: 10px;
	width: 100%;
	font-size: 13px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	outline: none;
	color: #000;
	margin-top: 20px;
}

.flat-mega-menu .search-bar ul input[type=submit] {
	border: none;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	float: left;
	height: 40px;
	outline: none;
	margin-top: 20px;
	color: #FFFFFF;
}

.flat-mega-menu .search-bar table{
	width: 95%;
	margin: 10px 20px 13px 10px;
}

.flat-mega-menu .search-bar ul input[type=submit]:hover {
	opacity: 1;
	outline: none;
}

/* hover animation */
.flat-mega-menu > ul > li:hover > a {
	/* animation */
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.flat-mega-menu > ul > .title:hover > a {
	background: inherit;
	color: inherit !important;
}

/*------- Drop down layout start ------*/
.flat-mega-menu .drop-down {
	position: absolute;
	background: #171717;
	z-index: 999;
	margin-left: 0px;
	width: 100%;
	float: left;
	width: 150px;
	border: 1px solid rgba(0,0,0,0.10);
	border-top: none;
	border-bottom: 3px solid;
	padding-top: 10px;
}
.transparent-header .flat-mega-menu .drop-down{
	padding-top: 10px;
}
.transparent-header .flat-mega-menu .search-bar table{
	margin: 0px 20px 13px 10px;
}

.flat-mega-menu .drop-down .drop-down {
	border-top: 1px solid rgba(0,0,0,0.10);
}

.flat-mega-menu .drop-down li {
	float: left;
	width: 100%;
	position: relative;
}

.flat-mega-menu .drop-down li a {
	font-size: 13px;
	line-height: 28px;
	text-align: left;
	padding: 0 0 10px 20px;
	/* animation */
	transition: color 0.2s linear 0s, padding-left 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s, padding-left 0.2s linear 0s;
	-ms-transition: color 0.2s linear 0s, padding-left 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s, padding-left 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s, padding-left 0.2s linear 0s;
}


/* default hover animation to show drop down */
.flat-mega-menu > ul > li:hover .drop-down {
	display: block;
}

.flat-mega-menu ul li .drop-down li:hover > .drop-down {
	display: block;
}

/* .hover-fade animation to show drop down */
.flat-mega-menu > ul > li .drop-down.hover-fade {
	display: none;
}

.flat-mega-menu > ul > li:hover > .drop-down.hover-fade,
.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-fade {
	display: block;
	/* keyframes animation */
	animation: hover-fade 0.3s linear 0s forwards;
	-moz-animation: hover-fade 0.3s linear 0s forwards;
	-ms-animation: hover-fade 0.3s linear 0s forwards;
	-o-animation: hover-fade 0.3s linear 0s forwards;
	-webkit-animation: hover-fade 0.3s linear 0s forwards;
}

@keyframes hover-fade {0% {opacity:0;}100% {opacity:1;}}
@-moz-keyframes hover-fade {0% {opacity:0;}100% {opacity:1;}}
@-ms-keyframes hover-fade {0% {opacity:0;}100% {opacity:1;}}
@-o-keyframes hover-fade {0% {opacity:0;}100% {opacity:1;}}
@-webkit-keyframes hover-fade {0% {opacity:0;}100% {opacity:1;}}

/* .hover-zoom animation to show drop down */
.flat-mega-menu > ul > li .drop-down.hover-zoom {
	display: none;
}

.flat-mega-menu > ul > li:hover > .drop-down.hover-zoom,
.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-zoom,
.item_services:hover .hover-zoom{
	display: block;
	/* keyframes animation */
	animation: hover-zoom 0.2s linear 0s forwards;
	-moz-animation: hover-zoom 0.2s linear 0s forwards;
	-ms-animation: hover-zoom 0.2s linear 0s forwards;
	-o-animation: hover-zoom 0.2s linear 0s forwards;
	-webkit-animation: hover-zoom 0.2s linear 0s forwards;
}

@keyframes hover-zoom {0% {opacity:0; transform: scale(0.8, 0.8);} 100% {opacity:1; transform:scale(1.0, 1.0);}}
@-moz-keyframes hover-zoom {0% {opacity:0; -moz-transform: scale(0.8, 0.8);} 100% {opacity:1; -moz-transform:scale(1.0, 1.0);}}
@-ms-keyframes hover-zoom {0% {opacity:0; -ms-transform: scale(0.8, 0.8);} 100% {opacity:1; -ms-transform:scale(1.0, 1.0);}}
@-o-keyframes hover-zoom {0% {opacity:0; -o-transform: scale(0.8, 0.8);} 100% {opacity:1; -o-transform:scale(1.0, 1.0);}}
@-webkit-keyframes hover-zoom {0% {opacity:0; -webkit-transform: scale(0.8, 0.8);} 100% {opacity:1; -webkit-transform:scale(1.0, 1.0);}}

/* .hover-expand animation to show drop down */
.flat-mega-menu > ul > li .drop-down.hover-expand {
	display: none;
}

.flat-mega-menu > ul > li:hover > .drop-down.hover-expand,
.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-expand {
	display: block;
	/* keyframes animation */
	animation: hover-expand 0.2s linear 0s forwards;
	-moz-animation: hover-expand 0.2s linear 0s forwards;
	-ms-animation: hover-expand 0.2s linear 0s forwards;
	-o-animation: hover-expand 0.2s linear 0s forwards;
	-webkit-animation: hover-expand 0.2s linear 0s forwards;
}

@keyframes hover-expand { 0% {opacity:0; transform: rotateY(90deg);} 100% {opacity:1; transform:rotateY(0deg);}}
@-moz-keyframes hover-expand { 0% {opacity:0; -moz-transform: rotateY(90deg);} 100% {opacity:1; -moz-transform:rotateY(0deg);}}
@-ms-keyframes hover-expand { 0% {opacity:0; -ms-transform: rotateY(90deg);} 100% {opacity:1; -ms-transform:rotateY(0deg);}}
@-o-keyframes hover-expand { 0% {opacity:0; -o-transform: rotateY(90deg);} 100% {opacity:1; -o-transform:rotateY(0deg);}}
@-webkit-keyframes hover-expand { 0% {opacity:0; -webkit-transform: rotateY(90deg);} 100% {opacity:1; -webkit-transform:rotateY(0deg);}}

/* fontAwesome icons layout */
.flat-mega-menu .drop-down li i {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 24px;
	margin: auto;
}

/* level 2 .drop-down layout */
.flat-mega-menu .drop-down .drop-down {
	left: 100%;
	top: -10px;
	width: 150px;
}

/*------- one column layout ----------*/
.flat-mega-menu .drop-down.one-column {
	width: 195px;
}

.flat-mega-menu .drop-down .drop-down.one-column {
	width: 200px;
}

/*-------- two column layout ---------*/
.flat-mega-menu .drop-down.two-column {
	width: 322px;
}

.flat-mega-menu .drop-down.two-column ul {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

/*-------- three column layout ---------*/
.flat-mega-menu .drop-down.three-column {
	width: 500px;
}

.flat-mega-menu .drop-down.three-column ul {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

/*--------- .full-width with 4 columns layout -----------*/
.flat-mega-menu .drop-down.full-width {
	width: 100%;
	margin-left: 0;
	left: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flat-mega-menu .drop-down.full-width ul {
	float: left;
	width: 25%;
	cursor: default;
}

.flat-mega-menu .drop-down.full-width ul li {
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.flat-mega-menu .drop-down.full-width ul li a {
	margin: 0;
	border: none;
	padding: 0;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	transition: text-indent 0.2s linear 0s;
	-moz-transition: text-indent 0.2s linear 0s;
	-ms-transition: text-indent 0.2s linear 0s;
	-o-transition: text-indent 0.2s linear 0s;
	-webkit-transition: text-indent 0.2s linear 0s;
}

/* hover animation */
.flat-mega-menu .drop-down.full-width ul li:hover a {
	text-indent: 5px;
}

.flat-mega-menu .drop-down.full-width ul li p {
	margin: 0;
	padding: 10px 10px 10px 11%;
	float: left;
	width: 100%;
	clear: both;
	font-size: 0.9em;
	color: #949598;
}

/*---------- drop down with .social-bar class -------*/
.flat-mega-menu .drop-down.social-bar {
	width: 200px;
}

/* hr tag layout */
.flat-mega-menu hr {
	margin: 0;
	padding: 0;
	display: block;
}

/* image layout */
.flat-mega-menu img {
	float: left;
	position: relative;
	z-index: 2;
}

/* image hover animation */
.flat-mega-menu img:hover {
	opacity: 0.8;
}

/* h2 layout */
.flat-mega-menu h2 {
	color: #535456;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px 5px 5px 10%;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* .social-bar class layout */
.flat-mega-menu .social-bar {
	position: relative;
}

.flat-mega-menu .social-bar ul {
	width: 165px;
	padding: 10px;
	position: absolute;
	background-color: #171717;
	border-bottom: 3px solid;
	right: 0;
}

.flat-mega-menu .social-bar ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 3px;
	text-align: center;
}
.flat-mega-menu .social-bar ul a {
	display: block;
	position: relative;
	width: 35px !important;
	height: 35px !important;
}


.flat-mega-menu .social-bar ul a i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	bottom: 0;
	height: 0;
	margin: 0;
	padding: 7px;
	color: #000;
}
.flat-mega-menu .social-bar li a {
	padding: 0;
}

/* mobile button hide in desktop mode */
.flat-mega-menu > label,
.flat-mega-menu > input {
	display: none;
}

/* media query */
@media screen and (max-width:1024px) {

	.flat-mega-menu{
		min-height: 73px;
		max-width: 900px;
	}
	.flat-mega-menu img{
		margin-top: -16px;
	}
	.flat-mega-menu > ul > li > a{
		padding: 10px 10px 10px 20px;
		text-align: left;
		font-size: 16px;
	}
	/* li tag layout */
	.flat-mega-menu > ul > li {
		width: 100%;
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid;
	}

	.flat-mega-menu > ul > li:hover > a,
	.flat-mega-menu > ul > .login-form:hover,
	.flat-mega-menu > ul > .search-bar:hover{
	    color: #ffffff !important;
	}

	/* .title class layout */
	.flat-mega-menu > ul > .title a {
		text-align: center;
	}

	/* .full-width class layout */
	.flat-mega-menu .drop-down.full-width {
		position: relative;
		left: 0px !important;
	}

	/* all drop-downs layout */
	.flat-mega-menu .drop-down.one-column,
	.flat-mega-menu .drop-down.two-column,
	.flat-mega-menu .drop-down.three-column,
	.flat-mega-menu .drop-down.full-width,
	.flat-mega-menu .drop-down .drop-down,
	.flat-mega-menu .social-bar ul,
	.flat-mega-menu .search-bar ul,
	.flat-mega-menu .login-form ul {
		width: 100% !important;
		display: block !important;
		position: relative;
		left: 0px;
		transform: scale(1.0, 1.0), rotateY(90deg);
		-moz-transform: scale(1.0, 1.0), rotateY(90deg);
		-ms-transform: scale(1.0, 1.0), rotateY(90deg);
		-o-transform: scale(1.0, 1.0), rotateY(90deg);
		-webkit-transform: scale(1.0, 1.0), rotateY(90deg);
	}

	.flat-mega-menu .drop-down .drop-down {
		border: none;
		border-top: 1px solid #E8E8E8;
		border-bottom: 1px solid #E8E8E8;
		top: 0;
		padding: 0;
	}

	.flat-mega-menu .drop-down .drop-down.one-column {
		padding-left: 20px;
	}

	.flat-mega-menu > ul > li .drop-down.hover-expand,
	.flat-mega-menu > ul > li .drop-down.hover-fade,
	.flat-mega-menu > ul > li .drop-down.hover-zoom,
	.hover-zoom{
		display: none;
		border: none;
	}

	.flat-mega-menu > ul > li:hover > .drop-down.hover-expand,
	.flat-mega-menu > ul > li:hover > .drop-down.hover-fade,
	.flat-mega-menu > ul > li:hover > .drop-down.hover-zoom,
	.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-expand,
	.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-fade,
	.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-zoom,
	.hover-zoom  {
		display: block;
		/* keyframes animation */
		animation: hover-default 0.2s linear 0s forwards;
		-moz-animation: hover-default 0.2s linear 0s forwards;
		-ms-animation: hover-default 0.2s linear 0s forwards;
		-o-animation: hover-default 0.2s linear 0s forwards;
		-webkit-animation: hover-default 0.2s linear 0s forwards;
	}

	.flat-mega-menu > ul > .login-form:hover,
	.flat-mega-menu > ul > .search-bar:hover,
	.flat-mega-menu > ul > li:hover > a {
		color: #FFFFFF;
		background: inherit;
	}

	.flat-mega-menu ul .login-form,
	.flat-mega-menu ul .search-bar {
		margin: 0;
		padding: 0;
	}

	.flat-mega-menu ul .login-form label {
		text-align: left;
		text-indent: 10px;
	}

	.flat-mega-menu ul .login-form table td {
		cursor: default;
	}

	.flat-mega-menu .drop-down.two-column ul,
	.flat-mega-menu .drop-down.full-width ul,
	.flat-mega-menu .drop-down.three-column ul {
		width: 50%;
	}

	.flat-mega-menu .drop-down.one-column a,
	.flat-mega-menu .drop-down.two-column a,
	.flat-mega-menu .drop-down.three-column a {
		width: auto;
		float: left;
	}

	.flat-mega-menu ul .social-bar {
		text-align: center;
	}

	.flat-mega-menu ul .social-bar ul li {
		display: inline-block;
		float: none;
	}

	/* fontAwesome icons layout */
	.flat-mega-menu .drop-down li .fa.fa-angle-right {
		position: relative;
		z-index: 9999;
		right: 0px;
		float: right;
		height: auto;
		padding: 0;
		margin: 0 17px 0 0;
		display: block;
		line-height: 38px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	/* mobile button layout */
	.flat-mega-menu #mobile-button {
		position: absolute;
		display: none;
	}

	.flat-mega-menu > ul {
		height: 60px;
		overflow: hidden;
	}

	/* mobile button click to show drop down */
	.flat-mega-menu #mobile-button:checked + ul {
		height: auto;
		overflow: visible;
		background-color: #141414;
	}

	/* label tag layout */
	.flat-mega-menu > label {
		width: 60px;
		height: 60px;
		background-color: rgba(0,0,0,0.10);
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		line-height: 70px;
		font-size: 2em;
		color: #FFFFFF;
		cursor: pointer;
	}

	.flat-mega-menu > label i{
		-ms-user-select:none;
		-moz-user-select:none;
		-o-user-select:none;
		-webkit-user-select:none;	
	}

	.flat-mega-menu ul .title {
		padding-left: 60px;
		padding-bottom: 10px;
	}

	.flat-mega-menu .collapse .drop-down.one-column > li{
		border-bottom: 1px solid #fff;
	}
	.flat-mega-menu .collapse .drop-down.one-column > li:last-child{
		border-bottom: none;
	}

	/* collapse class layout */
	.flat-mega-menu .collapse .drop-down.one-column,
	.flat-mega-menu .collapse .drop-down.two-column,
	.flat-mega-menu .collapse .drop-down.three-column,
	.flat-mega-menu .collapse .drop-down.full-width,
	.flat-mega-menu .collapse .drop-down .drop-down,
	.flat-mega-menu .collapse .social-bar ul,
	.flat-mega-menu .collapse .search-bar ul,
	.flat-mega-menu .collapse .login-form ul {
		width: 100% !important;
		display: none !important;
		position: relative;
		left: 0px;
		transform: scale(1.0, 1.0), rotateY(90deg);
		-moz-transform: scale(1.0, 1.0), rotateY(90deg);
		-ms-transform: scale(1.0, 1.0), rotateY(90deg);
		-o-transform: scale(1.0, 1.0), rotateY(90deg);
		-webkit-transform: scale(1.0, 1.0), rotateY(90deg);
	}

	.flat-mega-menu > .collapse > li:hover > .drop-down.hover-expand,
	.flat-mega-menu > .collapse > li:hover > .drop-down.hover-fade,
	.flat-mega-menu > .collapse > li:hover > .drop-down.hover-zoom,
	.flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-expand,
	.flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-fade,
	.flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-zoom{
		display: block !important;
		/* keyframes animation */
		animation: hover-fade 0.2s linear 0s forwards;
		-moz-animation: hover-fade 0.2s linear 0s forwards;
		-ms-animation: hover-fade 0.2s linear 0s forwards;
		-o-animation: hover-fade 0.2s linear 0s forwards;
		-webkit-animation: hover-fade 0.2s linear 0s forwards;
	}

	@keyframes hover-fade { 0% {opacity:0;} 100% {opacity:1}}
	@-moz-keyframes hover-fade { 0% {opacity:0;} 100% {opacity:1}}
	@-ms-keyframes hover-fade { 0% {opacity:0;} 100% {opacity:1}}
	@-o-keyframes hover-fade { 0% {opacity:0;} 100% {opacity:1}}
	@-webkit-keyframes hover-fade { 0% {opacity:0;} 100% {opacity:1}}

}

/* media query */
@media screen and (max-width:320px) {

	/* ul tag layout */
	.flat-mega-menu .drop-down.two-column ul,
	.flat-mega-menu .drop-down.full-width ul,
	.flat-mega-menu .drop-down.three-column {
		width: 100%;
	}

	/* .search-bar layout */
	.flat-mega-menu ul .search-bar td {
		width: 100% !important;
		float: left;
		padding: 5px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: default;
	}

	.flat-mega-menu ul .search-bar input[type=text],
	.flat-mega-menu ul .search-bar input[type=submit] {
		width: 100%;
		margin: 0;
		border: none;
	}

	/* .login-form layout */
	.flat-mega-menu ul .login-form ul {
		padding: 20px;
	}

	.flat-mega-menu ul .login-form td {
		float: left;
		width: 100%;
		cursor: default;
	}

	.flat-mega-menu ul .login-form input[type=submit] {
		width: 100%;
	}

	/* .title class layout */
	.flat-mega-menu ul .title {
		padding-left: 0px;
		text-indent: 60px;
	}
}
.flat-mega-menu > ul > li:nth-child(2){
 	border-left-color: transparent;
 	border-left: 0;
}
