.resMegamenu {
	width: 100%;
	background-color: #fff;
	border-top: 1px #0072BB solid;
	position: absolute;
	z-index: 3000;
	display: none;
}

.resMegamenu .searchBox
{
	width: 100%;
	background-color: #fff;
	height: 45px;
	border-bottom: 1px #0072BB solid;
	overflow: hidden
}

.resMegamenu .searchBox .leftSection
{
	width: 80%;
	float: left;
}

.resMegamenu .searchBox .leftSection input
{
	width: 100%;
	height: 45px;
	float: left;
	border:0px;
	text-indent: 20px;
	color: #0072BB;
	font-size: 1.1rem;
	font-family: TitSB;
	outline: none;
}

.resMegamenu .searchBox .leftSection ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0072BB;
}
.resMegamenu .searchBox .leftSection ::-moz-placeholder { /* Firefox 19+ */
  color: #0072BB;
}
.resMegamenu .searchBox .leftSection :-ms-input-placeholder { /* IE 10+ */
  color: #0072BB;
}
.resMegamenu .searchBox .leftSection :-moz-placeholder { /* Firefox 18- */
  color: #0072BB;
}

.resMegamenu .searchBox .rightSection
{
	width: 20%;
	float: left;
	font-size: 2.2rem;
	line-height: 45px;
	text-align: right;
	padding-right: 20px;
	color: #0072BB;
}

.resMegamenu .box
{
	width: 100%;
	height: 45px;
}

.resMegamenu .expand
{
	width: 100%;
	border-top: 2px #0379FF solid;
	border-bottom: 1px #0379FF solid;
}

.resMegamenu .expand .menuBox
{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.6px;
	color: #0379FF;
	border-bottom: 1px #0379FF solid;
}

.resMegamenu .expand .menuBox i
{
	font-size: 1.5rem;
}

.resMegamenu .box
{
	width: 100%;
	height: 45px;
	border-bottom: 1px #F2F2F2 solid;
	transition:all 1s ease-in-out;
}

.resMegamenu .noBorderBottom
{
	border-bottom: 0px;
}

.resMegamenu .box .text
{
	float: left;
	padding-left: 20px;
	line-height: 45px;
	font-size: 1.1rem;
	letter-spacing: 0.6px;
}

.resMegamenu .box .icon
{
	float: right;
	padding-right: 20px;
	font-size: 2.2rem;
	line-height: 45px;
	cursor: pointer;
}

.resMegamenu .centerBox
{
	height: 45px;
	line-height: 45px;
	width: 100%;
	border-top: 1px #626262 solid;
	text-align: center;
	font-family: TitSB;
	font-size: 1.1rem;
	color: #626262;
	letter-spacing: 1.03px;
	cursor: pointer;
}
.resMegamenu .centerBox img
{
	margin-right: 5px;
	margin-bottom: 5px;
}

.resMegamenu .bottom
{
	background-color: #003252;
	height: 45px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 45px;
	font-family: TitSB;
}

.resMegamenu .bottom i
{
	font-size: 2rem;
    margin-right: 8px;
    position: relative;
    top: 3px;
}