/* normal */
* { margin: 0px; padding: 0px; }

html, body { font-family: 'Mandali', sans-serif; font-size: 12px; color: #3f3f3f; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
body { background: #fff; }
img { border: 0px; display: block; }
a, input { outline: none; }
.clear { clear: both; height: 0px; overflow: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

input, button, select, textarea { border: 0; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; } 

ul { list-style-type: none; }
a { text-decoration: none; transition: all 0.5s; -webkit-transition: all 0.5s; }  
.centering { max-width: 1020px; margin: auto; position: relative; }
a.btn { padding: 0 30px; font-size: 16px; border-radius: 7px; line-height: 39px; color: #fff; display: inline-block; background-color: #e31019; }
a.btn:hover { background-color: #3f3f3f; }

span.top { display: block; width: 100%; height: 26px; background: url(../images/banner_top.png) no-repeat center top; }
span.bottom { height: 28px; background: url(../images/banner_bottom.png) no-repeat center bottom; }

p { font-size: 15px; line-height: 22px; color: #3f3f3f; }
p a { color:#000; }
a:hover {text-decoration: underline}

/* template  */
#template { position: relative; display: block; width: 100%; min-height: 100%; }

/* layout */
#layout { margin: 0 auto; width: 100%; }

	/* header */
	#header-part { position: relative; width: 100%; }
	#header-part .logo { width: auto; position: absolute; top: 46px; left: 17px; z-index: 999; }
	#header-part .logo a { display: block; }
		
		/* top bar */
		.top-bar { padding: 15px 0; position: relative; width: auto; background-color: #f6f6f5; }
		.top-bar ul { float: right; }
		.top-bar li { float: left; margin-left: 30px; }
		.top-bar li:first-child a { background-image: url(../images/top_img1.png); }
		.top-bar li a { padding-left: 30px; font-size: 15px; line-height: 16px; color: #868685; display: block; background: url(../images/top_img2.png) no-repeat left center; }
		.top-bar li a:hover { text-decoration: underline; }
		
		/* nav bar */
		.nav-bar { padding: 35px 0 0; width: 100%; position: relative; z-index: 9999; }
		.nav-bar ul { float: right; }
		.nav-bar li { float: left; margin-left: 18px; position: relative; }
		.nav-bar li a { padding-bottom: 45px; font-size: 15px; line-height: 16px; color: #3f3f3f; display: block; }
		.nav-bar li a span { padding-right: 20px;  display: inline-block; background: url(../images/menu_arrow.png) right 5px no-repeat;  }
		.nav-bar li.menu-current a { background: url(../images/menu_current.png) no-repeat right bottom; }
		.nav-bar li a:hover { color: #e31019; }
		.nav-bar ul ul { padding: 15px 25px 25px; z-index: -1; display: none; box-shadow: 2px 3px 2px rgba(35,31,32,0.81); width: 300px; box-sizing: border-box; -webkit-box-sizing: border-box; float: none; position: absolute; top: 84%; background-color: #fff; }
		.nav-bar li li { float: none; margin-left: 0; }
		.nav-bar li li a, .nav-bar li.menu-current li a { padding: 0 0 0 15px; font-size: 15px; line-height: 27px; background: url(../images/submenu_arrow.png) no-repeat left 10px;  }
		.nav-bar li:hover ul { display: block; }
	
		/* banner */
		#banner-part { width: 100%;  }
		
			/* banner bar */
			.banner-bar { width: 100%; position: relative; overflow: hidden; margin-top: -10px; }
			.banner-bar li { position: relative; }
			.banner-bar li img { width: 100%; min-height: inherit; }
			.banner-bar li .caption { padding: 30px 30px 35px 25px; position: absolute; left: 50%; margin-left: -510px; top: 31px; border-radius: 10px; width: 350px; box-sizing: border-box; -webkit-box-sizing: border-box; background-color: #fff;  }
			.banner-bar li h1 { padding-bottom: 5px; font-size: 38px; line-height: 32px; color: #3f3f3f; }
			.banner-bar li span { padding-bottom: 10px; font-size: 24px; line-height: 30px; color: #3f3f3f; display: block; }
			.banner-bar li p { padding-bottom: 15px; }
			.banner-bar span.top { position: absolute; z-index: 99; left: 0; top: -1px; }
			.banner-bar span.bottom { top: auto; bottom: 0; background-image: url(../images/banner_bottom2.png); }
			.banner-bar.sub { height: 292px; }
			.banner-bar.sub li img { min-height: 292px; }
			.banner-bar.sub span.bottom { background-image: url(../images/banner_bottom.png); }
			
	/* content */
	#content-part { width: 100%; }
		
		/* center */
		#center-part { width: 100%; }
			
			/* lease bar */
			.lease-bar { padding: 20px 0 35px; width: auto; background-color: #f6f6f5; }
			.lease-bar .left { width: 19.7%; box-sizing: border-box; box-sizing: border-box; float: left; }
			.lease-bar h3 { margin-top: 45px;  }  
			.lease-bar h3 span { padding-right: 15px; font-size: 26px; line-height: 33px; color: #443e40; background: url(../images/lease_imf1.png) no-repeat right 65%; }
			.lease-bar h4 { padding-bottom: 20px; font-size: 22px; line-height: 30px; color: #211f22; }
			.lease-bar .center { padding-right: 2%; width: 39%; margin: 0 0 0 2.1%; }
			.lease-bar p { padding-bottom: 20px; }
			.lease-bar .right { float: right; width: 36%; }
			
			/* assest bar */
			.asset-bar { padding: 70px 0 60px; width: auto; }
			.asset-bar.sub { padding-top: 30px; }
			.asset-bar .left { padding-right: 2%; width: 70%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; }
			.asset-bar .para1 h2, .asset-bar .para2 h2 { padding-bottom: 30px; font-size: 26px; line-height: 26px; color: #e31019; }
			.asset-bar .left h2 span { padding-right: 30px; display: inline-block; background: url(../images/menu_current.png) right 3px no-repeat; }
			.asset-bar .left .para1 h2 cite { font-style: normal; font-weight: bold; }
			.asset-bar .left .para1 h5 { padding-bottom: 25px; font-size: 20px; line-height: 20px; color: #3f3f3f; }
			.asset-bar .left p { padding-bottom: 30px; }
			.asset-bar .right { width: 27.3%; float: right;  }
			.asset-bar .right ul { margin-bottom: 30px; }
			.asset-bar .right li { padding-left: 35px; margin-bottom: 5px; font-size: 15px; line-height: 25px; color: #3f3f3f; background: url(../images/asset_arrow.png) left 4px no-repeat; }
			.asset-bar .right .advice { padding: 20px 11%; width: auto; border-radius: 7px; border: 1px solid #e7e7e6; background-color: #faf9f9; }
			.asset-bar .right .advice h3 { padding-left: 30px; margin-bottom: 15px; font-size: 18px; line-height: 26px; color: #3f3f3f; background: url(../images/menu_current.png) no-repeat left 2px; }
			.asset-bar .right .advice p { padding-bottom: 22px; }
			.asset-bar .right .advice a { padding: 10px 0; font-weight: bold; border-bottom: 3px solid #1f9f2e; display: block; text-align: center; border-radius: 7px; font-size: 16px; line-height: 22px; color: #fff; background-color: #47aa4c; }
			.asset-bar .right .advice a:hover { background-color: #1f9f2e; }
			.asset-bar .pagin h1 { padding-bottom: 30px; font-size: 28px; line-height: 33px; color: #3b3638; }
			.asset-bar .pagin h2 { padding-bottom: 20px; font-size: 20px; line-height: 28px; color: #3f3f3f; }
			.asset-bar .pagin p { padding-bottom: 20px; }
			.asset-bar .pagin ul { padding: 5px 10px; }
			.asset-bar .pagin li { padding-left: 25px; margin-bottom: 10px; font-size: 15px; line-height: 22px; color: #3f3f3f; background: url(../images/asset_arrow2.png) no-repeat left 3px; }
			.asset-bar .right .darron { padding: 20px 11% 35px; width: auto; border-radius: 7px; background-color: #faf9f9; }
			.asset-bar .right .darron h2 { padding-bottom: 15px; }
			.asset-bar .right .question { margin-bottom: 25px; position: relative; z-index: 999; margin-top: -100px; }
			.asset-bar .right .question .img { width: 166px; height: 167px;  margin: -80px 15px 25px; position: relative; }
			.asset-bar .right .question a.pic { display: block; border-radius: 50%; -webkit-border-radius: 50%; }
			.asset-bar .right .question a.pic img { border: 6px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; }
			.asset-bar .right .question a.circle { position: absolute; right: 22px; bottom: -7px; }
			.asset-bar .right .question a.contact { padding-left: 30px; margin-bottom: 10px; font-size: 16px; line-height: 16px; display: inline-block; color: #4e484a; background: url(../images/footer_mgs.png) no-repeat left 3px; }
			.asset-bar .right .question a.number { background-image: url(../images/footer_number.png); }
			.asset-bar .right .question a.contact:hover { color: #eb2925; }
			.asset-bar .right .question p { padding-bottom: 15px; }
			
			/* regional bar */
			.regional-bar { padding: 70px 0 95px;  box-sizing: border-box; -webkit-box-sizing: border-box; width: auto; position: relative; background: url(/media/Parallax1/regional_img.jpg) no-repeat; background-attachment: fixed; background-size: cover; background-position:top center; }
			.regional-bar span.top { position: absolute; left: 0; top: 0; }
			.regional-bar span.bottom { left: 0; top: auto; bottom: 0; background-image: url(../images/banner_bottom2.png); }
			.regional-bar .regional { padding: 25px 25px 30px; border-radius: 7px; width: 350px; box-sizing: border-box; -webkit-box-sizing: border-box; background-color: #fff; }
			.regional-bar h3 { padding-bottom: 20px; font-size: 38px; line-height: 38px; color: #393838; }
			.regional-bar h3 span { padding-right: 10px; display: inline-block; background: url(../images/circle_2.png) no-repeat right 80%; }
			.regional-bar p { padding-bottom: 20px; }
			
			/* branch bar */
			.branch-bar { padding: 30px 0 55px; width: auto; background-color: #f6f6f5; }
			.branch-bar h2 { padding-bottom: 60px; font-size: 26px; line-height: 30px; color: #1f1f20; text-align: center; }
			.branch-bar h2 cite { font-style: normal; font-weight: bold;  }
			.branch-bar ul { overflow: hidden; margin-left: -5.7%; }
			.branch-bar a { display: block; }
			.branch-bar li { width: 27.6%; position: relative; float: left; margin: 0 0 4.5% 5.7%; }
			.branch-bar li img { border-radius: 7px; }
			.branch-bar li a.btn { padding: 0 10px; font-size: 18px; font-weight: bold; position: absolute; right: 10px; bottom: 10px; }
			.branch-bar li .overlay { border-radius: 7px; transition: all 0.5s; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(43,43,43,0.59); }
			.branch-bar .overlay a.building { color: #e31019; right: 0; background-color: #fff;  }
			.branch-bar .overlay a.building:hover { color: #fff; background-color: #e31019; }
			.branch-bar li:hover .overlay { opacity: 1; }
			.branch-bar li:hover a.btn { opacity: 0; right: 0; }
			.branch-bar li:hover a.btn.building { opacity: 1; right: 10px; }
			.branch-bar a.over { font-size: 20px; line-height: 22px; color: #1f1f20; text-align: center; }
			.branch-bar a.over span { padding-right: 25px; display: inline-block; background: url(../images/branch_arrow.png) no-repeat right 3px;  }
			.branch-bar a.over cite { font-style: normal; font-weight: bold; }
			.branch-bar a.over:hover { color: #ee2724; }
		
	/* footer part */
	#footer-part { width: 100%; }
		
		/* form bar */
		.form-bar { padding: 80px 0; width: 100%; min-height: 720px; box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; background: url(../images/form_img.jpg) no-repeat; background-attachment: fixed; background-size: cover; background-position:top center;  }
		.form-bar span.top { position: absolute; left: 0; height: 28px; top: -2px; background-image: url(../images/footer_top.png); }
		.form-bar span.bottom { left: 0; top: auto; bottom: 0; background-image: url(../images/banner_bottom2.png); }
		.form-bar .tab { width: auto;  }
		.form-bar .tab li { float: left; margin-right: 2px; }
		.form-bar .tab li a { padding: 15px 30px 12px; box-shadow: inset 0 -1px 0px #e8e8e8; border-radius: 8px 8px 0 0; font-weight: bold; font-size: 18px; line-height: 22px; color: #3f3f3f; display: block; background-color: #fff; }
		.form-bar .tab li.active a { color: #e31019; box-shadow: none; background-color: #faf9f9; }
		.form-bar .form { padding: 35px 40px 35px 25px; border-radius: 0px 8px 8px 8px; display: none; background-color: #faf9f9; }
		.form-bar .form p { padding-bottom: 30px; }
		.form-bar .form .left { width: 42.2%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; }
		.form-bar .form h3 { padding-bottom: 15px; font-size: 18px; line-height: 22px; color: #3f3f3f; font-weight: bold; }
		.form-bar .form label { padding-top: 10px; font-size: 16px; line-height: 20px; color: #3f3f3f; width: 40.2%; float: left; }
		.form-bar .form input[type='text'], .form-bar .form textarea { padding: 9px 20px; font-style: italic; width: 100%; height: 40px; font-size: 16px; line-height: 20px; color: #3f3f3f; border-radius: 7px; border: 1px solid #d7d7d7; box-sizing: border-box; -webkit-box-sizing: border-box; }
		.form-bar .form .one { margin-bottom: 10px; }
		.form-bar .form .txt { width: 59.8%; float: left; }
		.form-bar .form .right { margin-left: 8.5%;  }
		.form-bar .form textarea { resize: none; height: 90px; }
		.form-bar .form .txt label { padding: 0 0 25px 0; width: auto; display: block; font-size: 13px; line-height: 24px; }
		.form-bar .form input[type='submit'] { padding: 8px 0; transition: all 0.5s; -webkit-transition: all 0.5s; width: 150px; font-weight: bold; float: right; margin-top: 20px; border-bottom: 3px solid #1f9f2e; display: block; text-align: center; border-radius: 7px; cursor: pointer; font-size: 16px; line-height: 22px; color: #fff; background-color: #47aa4c; }
		.form-bar .form input[type='submit']:hover { background-color: #1f9f2e; }
		.form-bar .form input[type='text'].btw { width: 59%; float: left; }
		.form-bar .form label.bt { padding: 10px 15px; font-size: 16px; float: left; width: auto; }
		.form-bar .form .DivSelectyze { position: relative; width: 59%; float: left; }
		.form-bar .form .DivSelectyze a.selectyzeValue { padding: 10px 40px 2px 12px; line-height: 16px; position: relative; z-index: 10; font-size: 16px; display: block; text-decoration: none; border: 1px solid #d7d7d7; font-style: italic; border-radius: 7px; color: #3f3f3f; width: 100%; height: 40px; box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; background: #fff url(../images/select_arrow.png) 90% center no-repeat; }
		.form-bar .form .DivSelectyze .UlSelectize { display: none; position : absolute; z-index : 9999; top: 40px; left: 0px; width: 100%; list-style: none; border: 1px solid #d7d7d7; border-top: none; box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; }
		.form-bar .form .DivSelectyze li { width: 100%; overflow: hidden; }
		.form-bar .form .DivSelectyze li a { padding: 3px 7px; display : block; font-style: italic; text-decoration : none; line-height: 25px; font-size: 16px; background: #fff; color: #3f3f3f; }
		.form-bar .form .DivSelectyze li a:hover { color: #fff; background: #3f3f3f; }
		.form-bar .form .radio { margin: 4px 6px 0px 0; width: 16px; height: 16px; display: block; float: left; background: url('../images/radio.png') no-repeat; }
		.form-bar .form label.rd { font-size: 16px; padding: 0; }
		.form-bar .form label.rd2 { padding-right: 14%; }
		.form-bar .form .rad { padding-top: 6px; }
		.form-bar .form label span { line-height: none; font-size: 14px; font-style: italic; }
		.form-bar .form .fileUpload { position: relative; overflow: hidden; border: 1px solid #d7d7d7; border-radius: 7px; height: 40px; }
		.form-bar .form .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; height: 40px; cursor: pointer;  opacity: 0; width: 100%; }
		.form-bar .form .fileUpload a { font-size: 16px; line-height: 20px; color: #3f3f3f; padding: 9px 20px; font-style: italic; display: block; background-color: #fff; }
		
		/* brief bar */
		.brief-bar { padding: 40px 0 50px; width: auto; overflow: hidden; background-color: #f6f6f5; }
		.brief-bar h3 { padding-bottom: 20px; font-size: 18px; line-height: 22px; color: #e31019; font-weight: bold; }
		.brief-bar .left { width: 46.7%; float: left; }
		.brief-bar .right { float: right; }
		.brief-bar address { font-size: 15px; line-height: 22px; color: #3f3f3f; font-style: normal; }
		.brief-bar address a { padding-left: 35px; color: #3f3f3f; background: url(../images/footer_mgs.png) no-repeat left 3px; }
		.brief-bar address a.number { background-image: url(../images/footer_number.png); }
		.brief-bar address a:hover { color: #eb2925; }
		
		/* copyright bar */
		.copyright-bar { padding: 20px 0; width: auto; overflow: hidden; border-top: 2px solid #ebeae9; background-color: #f6f6f5; }
		.copyright-bar ul { float: left; }
		.copyright-bar li { padding-left: 15px; margin-left: 15px; float: left; font-size: 14px; line-height: 22px; color: #848483; background: url(../images/footer_border1.png) left 5px no-repeat; }
		.copyright-bar li:first-child { padding-left: 0; margin-left: 0; background: none; }
		.copyright-bar li a { display: inline-block; color: #848483; }
		.copyright-bar li:nth-child(2) { background-image: url(../images/footer_border2.png); }
		.copyright-bar li a:hover { color: #e31019; }
		.copyright-bar a.flogo { float: right; }
		
	@media only screen and (max-width: 1019px) {
		
		img { max-width: 100%; }
		.centering { padding: 0 20px; width: auto; }
		.form-bar .form label.bt { padding: 10px 5px;  }
		.form-bar .form label.rd2 { padding-right: 6%; }
		
		.banner-bar { height: auto; }
		.banner-bar li .caption { padding: 20px 30px; left: 20px; top: 20px; margin-left: 0; }
		.banner-bar li img { min-height: inherit; }
		.banner-bar.sub li img { min-height: inherit; }
		.banner-bar.sub { height: auto; }	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 959px) {
	
		#header-part .logo { top: 53px; width: 210px; }
		.nav-bar { padding-top: 30px; }
		.nav-bar li { margin-left: 15px; }
		.banner-bar li h1 { font-size: 30px; line-height: 30px; }
		.banner-bar li span { font-size: 20px; line-height: 20px; }
		.banner-bar li .caption { padding: 10px 20px; top: 10px; }
		.banner-bar li p { padding-bottom: 10px; line-height: 18px; }
		.lease-bar h4 { font-size: 18px; line-height: 24px; }
		.asset-bar .para1 h2, .asset-bar .para2 h2 { font-size: 24px; }
		.asset-bar .right .advice { padding: 20px 7%; }
		.asset-bar .right .advice h3 { font-size: 17px; }
		
		.branch-bar ul { margin-left: -4%; }
		.branch-bar li { width: 29.3%; margin: 0 0 4% 4%; }
		.branch-bar li a.btn { font-size: 15px; }
		
		.form-bar .tab li a { padding: 15px 20px 12px; font-size: 16px; }  
		.form-bar .form .fileUpload a { padding: 9px 10px; font-size: 14px; }
		.form-bar .form input[type="text"], .form-bar .form textarea { padding: 9px 10px; font-size: 14px; }
		.form-bar .form label { font-size: 14px; }
		.form-bar .form label.rd, .form-bar .form label.bt { font-size: 14px; }
		.form-bar .form .right { width: 49%; }
		.lease-bar h3 span { font-size: 22px; }
		.copyright-bar li { padding-left: 10px; margin-left: 8px; font-size: 13px; line-height: 14px;  }
		.asset-bar, .branch-bar, .brief-bar { padding: 30px 0; }
		.asset-bar .right .question .img { width: 120px; height: 120px; }
		.asset-bar .right .question a.circle { bottom: -15px; }
		.asset-bar .right .question a.contact { padding-left: 25px; word-break: break-all; }
		.asset-bar .right .darron { padding: 20px 7%; }
		.asset-bar .right .darron h2 { font-size: 17px; }
		
	}

	@media only screen and (max-width: 767px) {
	
		.centering { padding: 0 10px; }
		#header-part .logo { position: static; margin: 0 auto 20px; }
	
		.top-bar ul { float: none; text-align: center; }
		
		.top-bar li { float: none; display: inline-block; margin: 0 10px 10px; }
		.banner-bar li .caption { display: none; }
		
		.banner-bar span.top, .banner-bar span.bottom { display: none; }
		.banner-bar { margin-top: 0; }
		
		.nav-bar { padding: 15px 0; }
		.nav-bar a.tab { padding: 7px 7px 3px; display: block; border: 1px solid #3f3f3f; }
		.nav-bar a.tab span { width: 30px; height: 4px; margin-bottom: 4px; display: block; background-color: #3f3f3f; }
		.nav-bar ul { float: none; border: 1px solid #3f3f3f; border-top: none; display: none; }
		.nav-bar li { float: none; margin: 0; }
		.nav-bar li a { padding: 10px 20px 10px 7px;  }
		.nav-bar li a span { display: block; }
		.nav-bar li.curent a { background: none; }
		.nav-bar ul ul { padding: 0px 20px; border: none; position: static; box-shadow: none; width: auto; }
		.nav-bar li a:hover { color: #fff; background-color: #e2001a; }
		.nav-bar li li a:hover { color: #e2001a; background: url(../images/submenu_arrow.png) no-repeat left 10px; }
		
		.lease-bar .left { width: auto; float: none; }
		.lease-bar .center { padding-right: 0; margin: 20px 0; }
		.lease-bar h3 { margin-top: 0; }
		.lease-bar h4 { font-size: 20px; }
		.asset-bar .left { padding-right: 0; width: auto; float: none; }
		.asset-bar .right { width: auto; float: none; }
		.regional-bar .regional { width: 80%; }
		.regional-bar { padding: 30px 0 50px; }
		.branch-bar { padding-top: 0; }
		.branch-bar h2 { padding-bottom: 25px; }
		.branch-bar ul { margin: 0; text-align: center; }
		.branch-bar li { float: none; display: inline-block; width: 280px; margin: 0 5px 10px; }
		.branch-bar a.over span { background-position: right center; }
		
		.form-bar { padding-top: 30px; }
		.form-bar .tab li { float: none; margin: 0 0 2px 0;  }
		.form-bar .tab li a { padding: 10px; border-radius: 0px; text-align: center; border: 1px solid #3f3f3f; }
		.form-bar .form { padding: 25px 15px; border-radius: 0px; }
		.form-bar .form input.btw[type="text"], .form-bar .form .DivSelectyze { width: 100%; }
		.form-bar .form .left { width: auto; float: none; }
		.form-bar .form .right { margin: 0; }
		.form-bar .form label.rd2 { margin-right: 50px; }
		.brief-bar { padding: 0; } 		 
		.brief-bar .left { width: auto; float: none; margin-bottom: 20px; }
		
		.copyright-bar ul { float: none; text-align: center; }
		.copyright-bar li { padding-left: 0; margin: 0 5px 10px; display: block; float: none; font-size: 14px; background: none; }
		.copyright-bar li:nth-child(2) { background: none; }
		.copyright-bar a.flogo { float: none; width: 81px; margin: auto; display: block; }
		
		.asset-bar .pagin h1 { padding-bottom: 15px; font-size: 25px; line-height: 25px; }
		
		.asset-bar .right .question { margin-top: 20px; }
		
		.asset-bar .right .question .img { margin-top: 0; }
		
	
	}	
	
	@media only screen and (min-width: 768px) {
	
		.nav-bar a.tab { display: none; }
		.nav-bar ul { display: block !important; }
		.nav-bar ul ul { display: none !important; }
		.nav-bar li:hover ul { display: block !important; }
		
	}	
			
	