/************************
*************************
    Mobile Menu v1.0
    
 ************************
************************/

html {
	overflow-x: hidden;
}
#page {
	left: 0;
	position: relative;
}
.mmPushBody {
	height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#mobile-menu {
	background: #fafafa;
	box-shadow: 0 0px 0px #000;
	box-sizing: content-box;
	display: none;
	line-height: 1.42857;
	position: absolute;
	top: 0;
	z-index: 9;
	font-size: 14px;
	padding-bottom: 40px;
	border-right: 1px #d9dde0 solid;
}
.mobile-menu {
	box-sizing: border-box;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-left: 0;
	position: relative;
}
.mobile-menu ul {
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
	padding: 10px 0px 15px 0px
}
.mobile-menu li img {
	float: left;
	margin: 2px 6px 0px 0px;
	width: 16px;
}
.mobile-menu li a {
	margin: 0px;
	color: #333;
	text-align: left;
	padding: 0px;
	font-size: 14px;
	width: 100%;
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 0px;
	margin-bottom: 0px;
	border: 0px #d0d9e0 solid;
}
.mobile-menu .mm-search {
	box-sizing: border-box;
	color: #555555;
	height: 45px;
	margin-bottom: 5px;
	padding: 5px 0px;
	margin-top: 5px;
}
.mobile-menu .input-group {
	border-collapse: separate;
	display: table;
	position: relative;
	border: none;
	font-family: "proximanova", Avenir, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #293d5f;
	border-radius: 3px;
	font-size: 13px;
	background: #fff;
	border: 1px #ccc solid;
}
.mobile-menu .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.mobile-menu .input-group .form-control {
	display: table-cell;
	float: left;
	height: 36px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.mobile-menu .input-group-btn {
	display: inline-block;
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.mobile-menu #search1 input {
	height: 36px;
	margin: 0;
	padding-left: 10px;
	width: 195px;
	font-family: "proximanova", Avenir, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #293d5f;
	border-radius: 3px;
}
.mobile-menu #search1 button {
	background: inherit;
	border: medium none;
	color: #293d5f;
	display: inline-block;
	float: none;
	line-height: 24px;
	padding: 4px 10px 10px;
	border-radius: 0 3px 3px 0;
}
.mobile-menu #free_trial_search_data input {
	height: 36px;
	margin: 0;
	padding-left: 10px;
	width: 195px;
	font-family: "proximanova", Avenir, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #293d5f;
	border-radius: 3px;
}
.mobile-menu #free_trial_search_data button {
	background: inherit;
	border: medium none;
	color: #293d5f;
	display: inline-block;
	float: none;
	line-height: 24px;
	padding: 4px 10px 10px;
	border-radius: 0 3px 3px 0;
}
.mobile-menu .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.mobile-menu .input-group-btn > .btn {
	height: 36px;
	position: relative;
	z-index: 100;
}
.mobile-menu .btn {
	background-image: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.mobile-menu .form-control {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	color: #293d5f;
	font-size: 15px;
	height: 18px;
	padding: 6px 0;
}
.mobile-menu .btn-default {
	background-color: white;
	border: 0 none;
	height: 30px;
	padding: 4px 5px;
}
.mobile-menu .btn-default:hover {
	color: #014693;
}
.mm-search #search1 {
	width: 100%;
}
.mm-search #free_trial_search_data {
	width: 100%;
}
.mobile-menu .btn-default:focus {
	background-color: white;
}
.mobile-menu .btn-default:active {
	background-color: white;
}
.mobile-menu .home {
	background-color: #014693;
	color: white;
	overflow: hidden;
}
.mobile-menu .home i {
	padding-right: 5px;
}
.mobile-menu .home a.active {
	color: #fff !important;
}
.mobile-menu .expand {
	color: #999;
	margin-left: 20px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	width: 35px;
}
.mobile-menu .expand:hover {
	cursor: pointer;
}
.mobile-menu li {
	border-top: 1px solid #ddd;
	display: block;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	width: 100%;
	text-transform: inherit;
	padding: 12px 8px;
}
.mobile-menu li .home a {
	color: #fff;
}
.mobile-menu li a {
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
	white-space: normal;
	font-size: 13px;
	font-family: "proximanova", Avenir, Helvetica, sans-serif;

}
.mobile-menu li a.active {
	color: #014693;
}
.mobile-menu li li {
	border: none;
	border-bottom: 1px #ddd dashed;
}
.mobile-menu li li:last-child {
	border: none;
}
.mobile-menu li li a {
	font-weight: normal;
	padding-left: 15px;
	font-family: "proximanova", Avenir, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	padding: 2px 10px 2px 0px;
	text-transform:none;
}
ul.mobile-menu ul {
	padding: 0px;
}
.mobile-menu li li li a {
	padding-left: 35px;
}
.mobile-menu .social a {
	float: left;
	margin: 10px 0 10px 15px;
	padding: 0;
}
.mobile-menu .social i {
	color: #014693;
	font-size: 22px;
}
.mobile-menu input.simple:focus {
	border: medium none;
	box-shadow: none;
	transition: none 0s ease 0s;
}
.mobile-menu [class^="icon-"]:before {
	margin-left: 0;
	margin-right: 0;
}
.mobile-menu [class*=" icon-"]:before {
	margin-left: 0;
	margin-right: 0;
}
.mm-toggle-wrap {
	background: none;
	color: #333;
	line-height: 1;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	position: absolute;
	z-index: 100;
	left: 0px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.mm-toggle {
	background: none;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 19px;
	padding: 10px 12px;
	width: auto;
	height: 55px;
}
.mm-toggle .mm-label {
	display: none;
	font-size: 13px;
	margin-left: 3px;
	text-transform: uppercase;
	vertical-align: middle;
}
#mobile-menu .top-links {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}
#mobile-menu .top-links .lang-curr {
	border-bottom: 1px solid #e5e5e5;
	float: none;
	margin: auto;
	padding: 12px 15px;
	width: 100%;
}
#mobile-menu .top-links .form-language {
	border-left: 0 solid #ececec;
	display: inline;
	float: left;
	line-height: 17px;
	margin-left: 0;
	padding-left: 0;
}
#mobile-menu .top-links ul.links {
	padding: 0;
}
#mobile-menu .top-links ul.links a {
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 0;
	letter-spacing: 0.5px;
	color: rgba(255,255,255,0.7);
	font-family: "proximanova", Avenir, Helvetica, sans-serif;
	display: inline-block;
	text-transform: none;
}
#mobile-menu .top-links ul.links a:hover {
	color: #014693;
}
#mobile-menu .top-links .links li {
	list-style: outside none none;
	padding: 0px 15px;
}
.mobile-menu li li a span.fa.fa-plus:before {
	content: "";
}
.mobile-menu li li a span.fa.fa-plus {
	font-family: inherit;
	padding: 0 !important;
}
.mmPushBody .fa-align-justify:before {
	content: "\f00d";
}
.mobile-menu li.active a, .mobile-menu li.active a:hover {
	background-color: transparent;
	color: #448ee1;
	border: 0px #fff solid; font-weight:700;
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
.mm-toggle-wrap {
	left: 0px;
}
.mm-toggle {
	background: none;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 19px;
	padding: 16px 15px;
	width: auto;
	height: 50px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.mm-toggle-wrap {
	background: none;
	color: #333;
	line-height: 1;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	position: absolute;
	z-index: 100;
	left: 0px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.mm-toggle {
	background: none;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 19px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mm-toggle-wrap {
	background: none;
	color: #333;
	line-height: 1;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	position: absolute;
	z-index: 100;
	left: 0px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.mm-toggle-wrap {
	background: none;
	color: #333;
	line-height: 1;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	position: absolute;
	z-index: 100;
	left: 130px;
	border-left: 1px solid rgba(255,255,255,0.2);
	display: none;
}
.mobile-menu .mm-search {
	display: none;
}
}
@media (max-width: 1480px) {
.mm-toggle {
	display: block;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1480px) {
.mm-toggle-wrap {
	background: none;
	color: #fff;
	line-height: 1;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	position: absolute;
	z-index: 100;
	left: 80px;
	border-left: 1px solid rgba(255,255,255,0.2);
	display: none;
}
.mobile-menu .mm-search {
	display: none;
}
}
