html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('font/raleway-regular.eot');
    src: url('font/raleway-regular.eot') format('embedded-opentype'),
         url('font/raleway-regular.woff2') format('woff2'),
         url('font/raleway-regular.woff') format('woff'),
         url('font/raleway-regular.ttf') format('truetype'),
         url('font/raleway-regular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf') format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf') format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf') format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: url('font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-BoldItalic.woff') format('woff'),
		 url('font/OpenSans-BoldItalic.ttf') format('truetype'),
		 url('font/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('font/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-Bold.otf') format('opentype'),
		 url('font/MyriadPro-Bold.woff') format('woff'),
		 url('font/MyriadPro-Bold.ttf') format('truetype'),
		 url('font/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
#wrapper {
	width:auto;
	height:auto;
}
/*============================================ Header Start ============================================*/
.header_container_NmlM{
	background:#FFF;
	padding:0px 10px;
}
.logo_NmlM{
	text-align:center;
}
.logo_NmlM img{
	display:inline-block;
	margin-bottom:-17px;
}
.body_banner_container_NmlM{
	background:url(images/bg_NmlM.jpg) no-repeat center top;
	padding:15px;
	max-width:480px;
	margin:auto;
	padding-top:40px;
}
.body_blue_NmlM{
	background:url(images/blue_bg.png) repeat;
}
.get_free_NmlM{
	text-align:center;
}
.get_free_NmlM h1{
	background:url(images/drkbg_NmlM.png) repeat;
	padding:20px 10px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family: 'open_sanslight';
}
.get_free_NmlM h1 strong{
	font-family: 'OpenSans';
	font-weight:normal;
}
.get_free_NmlM p{
	font-family: 'OpenSans';
	color:#fff;
	padding:10px;
	font-size:25px;
}
.get_free_NmlM p strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.get_free_NmlM img{
	margin-bottom:-25px;
}
.form_container_NmlM{
	padding:20px;
}
.form_container_NmlM h1,
.form_container_NmlM h2{
	color:#FFF;
	font-size:26px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	text-align:center;
	border-bottom:2px solid #4686ca;
	padding:0px 0px 10px;
	margin-bottom:20px;
}
.form_container_NmlM h2{
	font-size:18px;
}
.form_container_NmlM label{
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family: 'RalewayRegular';
}
.form_container_NmlM label strong{
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	display:block;
}
.form_container_NmlM label span{
	font-size:12px;
	padding-left:5px;
	color:#b6f7ff;
}
.redio_features_Nml input[type="radio"]{
	margin-left:10px;
}
.redio_features_Nml input[type="radio"],
.redio_yesno_Nml input[type="radio"]{
	display:none;
}
.redio_features_Nml input[type="radio"] + label,
.redio_yesno_Nml input[type="radio"] + label{
	color:#000;
	font-weight:normal;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:left;
	margin-top:20px;
	display:block;
	cursor:pointer;
}
.redio_features_Nml input[type="radio"] + label span,
.redio_yesno_Nml input[type="radio"] + label span{
	display:inline-block;
	width:20px;
	height:20px;
	margin:-3px 10px 0 0;
	vertical-align:middle;
	background:url(images/redio_btn_Nml.png) -20px top no-repeat;
	cursor:pointer;
}
.redio_features_Nml input[type="radio"]:checked + label span,
.redio_yesno_Nml input[type="radio"]:checked + label span{
	background:url(images/redio_btn_Nml.png) 0px top no-repeat;
}
.redio_yesno_Nml{
	text-align:center;
	margin-bottom:30px;
}
.redio_yesno_Nml input[type="radio"] + label{
	display:inline;
	margin-right:20px;
}
.zipform_NmlM label{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	font-family: 'RalewayRegular';
}
.form_container_NmlM input[type="text"]{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-khtml-border-radius:0px;
	border:1px solid #36ade5;
}
.startButton_NmlM{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.secure_NmlM{
	text-align:center;
	padding-top:15px;
}
.startButton_NmlM img,
.secure_NmlM img{
	display:inline-block;
}
.trust_Nml{
	text-align:center;
	margin-top:20px;
}
.trust_Nml img{
	display:inline-block;
}
.submitting_Nml{
	padding:10px 0px 0px;
	font-size:11px;
	font-family: 'OpenSans-Italic';
	color:#FFF;
}
.submitting_Nml a,
.submitting_Nml strong,
.submitting_Nml strong a,
.submitting_Nml strong a:hover,
.submitting_Nml strong a:focus{
	color:#7ad2f9;
	text-decoration:none;
	font-family: 'OpenSans-BoldItalic';
	outline:none;
}
/*================================ Thankyou Container ===============================*/
.congretulation_is_M{
	background:#0c5eb7;
	padding:10px 0px;
	margin:auto;
	margin-top:20px;
}
.congretulation_is_M h1{
	color:#ffffff;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 10px;
	font-weight:bold;
}
.thankyou_header_is_M{
	padding-top:20px;
	margin:auto;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.thankyou_header_is_M h1{
	color:#3a3a39;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.thankyou_header_is_M h2{
	color:#1c75b8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:6px;
}
.thankyou_header_is_M p{
	color:#58595b;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f1f2f2;
	padding:2px 10px;
	display:inline-block;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	-khtml-border-radius:16px;
	margin-top:10px;
}
.thankyou_header_is_M img{
	position:absolute;
	top:40px;
	right:0px;
}
.thankyou_container_is_M{
	padding-left:10px;
	padding-right:10px;
}
.thankyou_box_is_M{
	border:2px solid #aed678;
	background:#fffff8;
	margin:auto;
	margin-top:10px;
	-moz-border-radius:12px 12px 0px 0px;
	-webkit-border-radius:12px 12px 0px 0px;
	border-radius:12px 12px 0px 0px;
	-khtml-border-radius:12px 12px 0px 0px;
}
.thankyou_box_is_M h1{
	background:url(images/title_bg.jpg) repeat-x top;
	color:#ffffff;
	font-size:17px;
	padding:6px 6px 10px 6px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
}
.thanks_wrap{
	padding:10px;
}
.th_logo_is_M{
	float:left;
	width:30%;
	text-align:center;
	vertical-align:bottom;
}
.th_logo_is_M img{
	display:inline-block;
	vertical-align:bottom;
}
.th_dis_is_M{
	float:right;
	width:63%;
}
.th_dis_is_M ul li{
	color:#3a3a39;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.th_button_is_M{
	text-align:center;
	border-top:2px solid #dbedc4;
	padding-top:15px;
}
.th_button_is_M img{
	display:inline-block;
}
.you_may_qualify_NmlM{
	background:#FFF;
	padding:10px 0px 30px;
	max-width:390px;
	margin:auto;
	margin-top:30px;
	position:relative;
}
.you_may_qualify_NmlM h1{
	text-align:left;
	color:#3d3d3d;
	font-family: 'OpenSans';
	font-size:15px;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.you_may_qualify_NmlM h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.you_may_qualify_NmlM h1 img{
	position:absolute;
	top:-35px;
	right:0px;
	z-index:999999999999999999999;
}
.tap_button {
	z-index:99999999;
	position:relative;
	background:url(images/bat_bg.jpg) repeat-x top;
	border:2px solid #f7931e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	text-align:center;
	max-width:390px;
	margin:auto;
	margin-top:15px;
	padding:7px 8px;
	margin-bottom:-40px;
}
.tap_button img {
	float:left;
}
.tap_button h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:43px;
	font-weight:bold;
	line-height:35px;
	text-align:center;
}
.tap_button h1 a, .tap_button h1 a:hover {
	text-decoration:none;
	color:#ffffff;
	outline:none;
}
.tap_button h2 {
	font-size:15px;
	color:#8c4804;
	font-family: 'OpenSans';
	font-weight:normal;
	padding-top:5px;
	text-align:center;
}
.tap_button h2 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}

/*================================ Footer Container ===============================*/
.footer_container_NmlM{
	background:#efefef;
	padding:30px 10px 20px;
	text-align:center;
	color:#3d3d3d;
	font-family: 'OpenSans';
	font-size:12px;
}
.footer_logo_NmlM{
	text-align:center;
}
.footer_logo_NmlM img{
	display:inline-block;
}
.footer_container_NmlM p{
	padding:20px 0px 5px;
}
.footer_container_NmlM p a{
	text-decoration:none;
	color:#3d3d3d;
	font-family: 'OpenSans';
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
}
.footer_container_NmlM p a:hover{
	color:#0c5eb7;
}
.clear{
	clear:both;
}
/*================================ Top Matches Container ===============================*/
.top_matches_container_NmlM{
	padding:7px;
}
.top_match_box_NmlM{
	padding:10px;
	background:#1e57a6;
}
.top_match_NmlM{
	text-align:center;
	padding-bottom:10px;
}
.top_match_NmlM img{
	display:inline-block;
}
.low_mortgage_conti{
	background:#FFF;
	padding:0px 0px 10px 2px;
}
.nationwide_logo_NmlM{
	float:left;
	width:30%;
	padding-top:10px;
	text-align:center;
}
.nationwide_logo_NmlM img{
	display:inline-block;
}
.lowmortgage_NmlM{
	float:right;
	text-align:center;
	width:70%;
}
.lowmortgage_NmlM h1{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	color:#151314;
	font-size:19px;
	padding-top:10px;
}
.lowmortgage_NmlM h2{
	color:#e65100;
	font-weight:normal;
	font-size:17px;
	font-family: 'OpenSans';
	padding-top:6px;
}
.lowmortgage_NmlM h2 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.lowmortgage_NmlM h3{
	color:#666666;
	font-weight:normal;
	font-size:15px;
	font-family: 'OpenSans';
	padding-top:2px;
}
.click_to_call_btn_NmlM{
	text-align:center;
	margin-top:15px;
}
.click_to_call_btn_NmlM img{
	display:inline-block;
}
/*========================================== Css Update 2017-06-26*/
.wrapper_up_NmlM{
	max-width:750px;
	height:auto;
	margin:auto;
}
.logo_up_NmlM{
	text-align:center;
	border-bottom:3px solid #eeeded;
}
.logo_up_NmlM img{
	display:inline-block;
}
/*------------------- Call To Tab Button */
.home_buton_NmlM{
	background:#FFF;
	padding:0px 5px;
	margin:20px auto;
}
.tab_outer_NmlM{
	background:#f7931e;
	padding:5px;
	-moz-box-shadow: 0px 1px 2px #8c8c8c;
	-webkit-box-shadow: 0px 1px 2px #8c8c8c;
	box-shadow: 0px 1px 2px #8c8c8c;
	border:2px solid #FFF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
	max-width:650px;
	margin:auto;
}
.tap_button_NmlM {
	position:relative;
	background:url(images/tab_bg_NmlM.jpg) repeat-x #f8a03a;
	text-align:center;
	padding:10px 8px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
}
.tap_button_NmlM img {
	margin-right:5px;
}
.tap_button_NmlM h1 {
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	font-size:66px;
	font-weight:normal;
	text-align:center;
	padding:inherit;
}
.tap_button_NmlM h1 a,
.tap_button_NmlM h1 a:hover {
	text-decoration:none;
	font-family: 'MyriadPro-Bold';
	color:#ffffff;
	outline:none;
}
.tap_button_NmlM h2 {
	color:#8c4804;
	font-size:26px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-align:center;
	padding:inherit;
}
.tap_button_NmlM h2 strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.banner_conti_up_NmlM{
	background:url(images/banner_bg_NmlM.jpg) no-repeat center top;
	padding:88px 50px;
}
.inner_banner_NmlM{
	background:url(images/inner_banner_NmlM.jpg) no-repeat center top;
	padding:88px 50px;
}
.inner_phone_NmlM{
	padding:40px 50px;
}
.compare_NmlM{
	background:url(images/com_bg_NmlM.png) repeat;
	padding:10px;
	color:#FFF;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:30px;
	text-align:center;
}
.compare_NmlM strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.historical_form_NmlM{
	background:url(images/his_bg_NmlM.png) repeat;
	padding:40px 25px;
	text-align:center;
}
.historical_form_NmlM img{
	display:inline-block;
}
.historical_form_NmlM h1{
	color:#ffffff;
	font-size:34px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	text-transform:uppercase;
	border-bottom:1px solid #4481c4;
	padding-bottom:10px;
}
.mob_form_NmM{
	padding-top:25px;
	text-align:center;
	position:relative;
}
.home_arrow_NmlM{
	position:absolute;
	left:-72px;
	top:10px;
}
.mob_form_NmM input[type="text"],
.mob_form_NmM input[type="tel"],
.mob_form_NmM input[type="email"]{
	border:1px solid #6a6a6a;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 34px !important;
	color:#000;
	font-family: 'OpenSans';
	height:85px;
	max-width:530px;
	text-align:center;
	margin:auto;
}
.mob_phone_NmlM input[type="text"],
.mob_phone_NmlM input[type="tel"],
.mob_phone_NmlM input[type="email"]{
	background:url(images/phone_bg_NmlM.jpg) repeat-x top #FFF;
	border:none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 34px !important;
	color:#000;
	font-family: 'OpenSans';
	height:85px;
	max-width:530px;
	text-align:center;
	margin:auto;
}
.mob_form_NmM .dropdown-toggle{
	height:60px;
	border-color:#b3c0c7;
	color:#848484;
	font-size:22px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-align:left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.45);
	background:url(images/select_bg_NmlM.jpg) repeat-x top;
}
.mob_form_NmM .bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
	border-color:#b3c0c7;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.45);
	background:url(images/select_bg_NmlM.jpg) repeat-x top;
}
.mob_form_NmM .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	text-align:left;
}
.mob_form_NmM .bootstrap-select {
	height:60px;
}
.bootstrap-select.btn-group .dropdown-menu li{
	padding-top:0px;
	text-align:left;
	color:#3e3e3f;
	font-size:15px;
	font-weight:normal;
	font-family: 'OpenSans';
	display:block;
	background:none;
	padding:0px;
	margin-top:0px;
}
.mob_form_NmM .dropdown-toggle .caret {
	vertical-align:middle;
	border-top:0px dashed !important;
	border-top:0px solid\9 !important;
	border-right:0px solid transparent !important;
	border-left:0px solid transparent !important;
	background:url(images/select_aro_NmlM.jpg) no-repeat right top;
	width:48px;
	height:49px;
	margin-top: 0 !important;
	right: 0px !important;
	top: 5px !important;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 0px dashed !important;
	border-top: 0 none !important;
	content: "";
}
.form_radio_button_NmM{
	text-align:left;
	margin-bottom:10px;
}
.form_radio_button_NmM input[type="radio"] {
	display:none;
}
.form_radio_button_NmM input[type="radio"] + label {
	margin-right:12px;
	cursor:pointer;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:0px !important;
	width:48%;
	float:left;
}
.form_radio_button_NmM input[type="radio"] + label:last-child {
	margin-right:0px;
}
.form_radio_button_NmM input[type="radio"] + label p {
	height:83px;
	vertical-align:middle;
	background: #fff;
	background: -moz-linear-gradient(top, #c4c6c8 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #c4c6c8 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #c4c6c8 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c6c8', endColorstr='#ffffff', GradientType=0 );
	border:1px solid #dddedf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor:pointer;
	text-align:center;
	line-height:81px;
	color:#848484;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:33px;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.form_radio_button_NmM input[type="radio"]:checked + label p {
	background: -moz-linear-gradient(top, #b8dc7e 0%, #4fa300 100%);
	background: -webkit-linear-gradient(top, #b8dc7e 0%, #4fa300 100%);
	background: linear-gradient(to bottom, #b8dc7e 0%, #4fa300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8dc7e', endColorstr='#4fa300', GradientType=0 );
	color:#fff;
	border:1px solid #dddedf;
}
.mob_form_NmM input[type="image"]{
	display:inline-block;
	margin-top:10px;
}
.we_res_NmlM{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	border-bottom:1px solid #4582c4;
	padding-bottom:15px;
	text-align:center;
	margin-top:15px;
}
.trust_NmlM{
	text-align:center;
	margin-top:20px;
}
.trust_NmlM img{
	display:inline-block;
}
.submitting_NmlM{
	padding:20px 0px 0px;
	font-size:13px;
	font-family: 'OpenSans-Italic';
	color:#FFF;
	text-align:left;
}
.submitting_NmlM a,
.submitting_NmlM strong,
.submitting_NmlM strong a,
.submitting_NmlM strong a:hover,
.submitting_NmlM strong a:focus{
	color:#7ad2f9;
	text-decoration:none;
	font-family: 'OpenSans-BoldItalic';
	outline:none;
}



.footer_con_up_NmlM{
	background:#efefef;
	padding:30px 10px;
	text-align:center;
	color:#aaaaaa;
	font-family: 'OpenSans';
	font-weight:normal;
	font-size:12px;
}
.footer_con_up_NmlM p{
	padding:0px 0px 5px;
}
.footer_con_up_NmlM p a{
	text-decoration:none;
	color:#666665;
	font-family: 'OpenSans';
	font-size:14px;
}
.footer_con_up_NmlM p a:hover{
	color:#0c5eb7;
}