/* normal */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #000000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000000; }
body { background-color: #27306d; }
img { border: 0px; display: block; }
a, input { outline: none; }
.clear { clear: both; height: 0px; overflow: hidden; }
.centering { margin: 0 auto; position: relative; width: 980px; }
h2 { font-weight: normal; font-family: 'din_alternatebold'; }
p{ font-family: 'kefaregular'; }


@font-face {
    font-family: 'din_alternate_mediumregular';
    src: url('../fonts/din-alternate_medium-webfont.eot');
    src: url('../fonts/din-alternate_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-alternate_medium-webfont.woff') format('woff'),
         url('../fonts/din-alternate_medium-webfont.ttf') format('truetype'),
         url('../fonts/din-alternate_medium-webfont.svg#din_alternate_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_alternatebold';
    src: url('../fonts/din-alternate_bold-webfont.eot');
    src: url('../fonts/din-alternate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-alternate_bold-webfont.woff') format('woff'),
         url('../fonts/din-alternate_bold-webfont.ttf') format('truetype'),
         url('../fonts/din-alternate_bold-webfont.svg#din_alternatebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_alternateregular';
    src: url('../fonts/din-alternate-webfont.eot');
    src: url('../fonts/din-alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-alternate-webfont.woff') format('woff'),
         url('../fonts/din-alternate-webfont.ttf') format('truetype'),
         url('../fonts/din-alternate-webfont.svg#din_alternateregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kefaregular';
    src: url('../fonts/kefa-webfont-webfont.eot');
    src: url('../fonts/kefa-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kefa-webfont-webfont.woff') format('woff'),
         url('../fonts/kefa-webfont-webfont.ttf') format('truetype'),
         url('../fonts/kefa-webfont-webfont.svg#kefaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 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%; z-index: 1; height: 36px; border-bottom: 2px solid #fff; background: url(../images/header_bg.jpg) left top repeat-x; }
	#header-part .logo { position: absolute; left: 355px; top: 0px; }
	#header-part .logo a { display: block;  }
	#header-part span { position: absolute; right: 0px; top: 10px; width: 45px; height: 45px; border-radius: 50%; border: 2px solid #fff; background: #99b973; }
	#header-part span a { display: block; }
		
		/* link bar */
		.link-bar { position: absolute; left: 0px; top: 10px;  }
		.link-bar ul { list-style: none; list-style-type: none; }
		.link-bar li { float: left; }
		.link-bar li a { text-decoration: none; display: block; }
		
		
	/* slider part */
	#slider-part { width: 100%; position: relative; background-color: #27306d; }
	#slider-part span.shadow3 { position: absolute; left: 0px; top: 0px; width: 100%; height: 50px; background: url(../images/shadow3.png) left top repeat-x; }
    #slider-part span.shadow4 { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 45px; background: url(../images/shadow4.png) left bottom repeat-x; }
		
		/* slider bar */
		.slider-bar { width: 100%; height: 390px; overflow:hidden; }
		.slider-bar ul { list-style: none; list-style-type: none; }
		.slider-bar li { float: left; width: 100%; }
		.slider-bar li img { margin: 0 auto; }
		.slider-bar .flex-direction-nav { margin-left: -490px; position: absolute; left: 50%; top: 50%; width: 980px; }
		.slider-bar a.flex-prev { position: absolute; left: 0px; top: 0px; text-indent: -9999px; width: 14px; height: 27px; background: url(../images/prev.png) left top no-repeat; }
		.slider-bar a.flex-next { position: absolute; text-indent: -9999px; right: 0px; top: 0px; width: 14px; height: 27px; background: url(../images/next.png) left top no-repeat; }
		.slider-bar a.flex-next:hover,.slider-bar a.flex-prev:hover { background-position: left bottom; }
		
		/* photo bar */
		.photo-bar { width: 100%; height: 200px; }
		.photo-bar img { margin:0 auto; }
	
		/* nav bar */
		.nav-bar { position: relative; z-index: 1; width: auto; margin: -38px 0 0 0;  }
		.nav-bar ul { list-style: none; list-style-type: none; float: left; background: #ffffff; }
		.nav-bar li { float: left; }
		.nav-bar li a, .nav-bar li.active a:hover { padding: 0 24px; text-decoration: none; letter-spacing: -0.03em; box-shadow: 3px 0 7px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.2) inset; display: block; font-size: 19px; line-height: 38px; color: #27306d; font-family: 'din_alternate_mediumregular'; font-weight: normal; }
		.nav-bar li a:hover, .nav-bar li.active a { color: #39aa35; box-shadow: none; }
	
	/* content */
	#content-part { overflow: hidden; width: 100%; }
	
		/* center */
		#center-part { float: left; width: 100%; }
		
		    /* list bar */
			/*.list-bar { padding: 20px 0 35px 0; position: relative; width: auto; overflow: hidden; background: url(../images/listbg.png) left top repeat-x #fff; }*/
			.list-bar { padding: 20px 0 35px 0; position: relative; width: auto; overflow: hidden; background-color: #ffffff; }
			.list-bar ul { list-style:inside; color:#000; margin:0 0 20px 0; padding:0; }
			.list-bar ul li { font-size: 15px; line-height: 20px; color: #000; font-family: 'kefaregular'; }
			.list-bar p a { font-size: 15px; line-height: 20px; color: #27306d !important; text-decoration: none; }
			.list-bar p a:hover { color: #39aa35; }
			
			
			.list-bar .left { padding: 35px 0 0 0; float: left; width: 420px; }
			.list-bar .left h1 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; color: #27306d; }
			.list-bar .left p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; }
			
			
			.list-bar .right { padding: 37px 0 0 0; float: right; }
			.list-bar .right ul { list-style: none; list-style-type: none; }
			.list-bar .right ul li { margin: 0 0 0 15px; float: left; position: relative; width: 235px; min-height: 280px; background: #39aa35; }
			.list-bar .right ul li.green { background: #51801a; }
			.list-bar .right ul li.golden { background: #bbad58; }
			.list-bar .right ul li .text { padding: 0 15px; width: auto; position: relative; }
			.list-bar .right ul li .text img.grn { position: absolute; left: 80px; top: -10px; }
			.list-bar .right ul li a .text img.grn1 { position: absolute; left: 55px; top: -10px; }
			.list-bar .right ul li a .text img.grn2 { position: absolute; left: 55px; top: -10px; }
			.list-bar .right ul li a .text img.grn3 { position: absolute; left: 55px; top: -10px; }
			.list-bar .right ul li .text .click {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks.png) left top no-repeat; }
			.list-bar .right ul li a .text .click1 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks.png) left top no-repeat; }
			.list-bar .right ul li .text .click2 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks2.png) left top no-repeat; }
			.list-bar .right ul li a .text .click3 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks3.png) left top no-repeat; }
			.list-bar .right ul li a:hover .text .click1, .list-bar .right ul li a:hover .text .click2, .list-bar .right ul li a:hover .text .click3 { background-position: left bottom; }
			.list-bar .right ul li .text h3 { padding: 5px 0 5px 0; font-size: 20px; line-height: 25px; color: #fff; text-align:center; font-family: 'din_alternate_mediumregular'; }
			.list-bar .right ul li a:hover .text h3 { color: #000; }
			.list-bar .right ul li .text p { padding: 10px 0 0 0; font-size: 14px; line-height: 24px; color: #fff; font-family: 'din_alternate_mediumregular'; }
			.list-bar .right ul li .text p a {color: #ffffff !important; text-decoration: none;}
			.list-bar .right ul li .text p a:hover {color: #27306d !important;}
			.list-bar .right ul li .click-bottom { position: absolute; left: 75px; bottom: 5px; width: 32px; height: 32px; text-indent: -9999px; background:url(../images/click.png) left top no-repeat; }
			.list-bar .right ul li a:hover .click { background-position: left bottom; }
			.list-bar .right ul li img.grn { position: absolute; left: 90px; bottom: -12px; }
			.list-bar .right ul li a img.grn4 { position: absolute; left: 65px; bottom: -12px; }
			.list-bar .right ul li a img.grn5 { position: absolute; left: 65px; bottom: -12px; }
			.list-bar .right ul li a img.grn6 { position: absolute; left: 65px; bottom: -12px; }

			.list-bar .left-follow { padding: 35px 0 0 0; float: left; width: 560px; }
			.list-bar .left-follow h2 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; color: #27306d; }
			.list-bar .left-follow p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; }

			.list-bar .right-follow { padding: 37px 0 0 0; float: right; }
			.list-bar .right-follow ul { list-style: none; list-style-type: none; }
			.list-bar .right-follow ul li { margin: 0 0 0 15px; float: left; position: relative; width: 400px; min-height: 310px; background: #39aa35; }
			.list-bar .right-follow ul li.green { background: #51801a; }
			.list-bar .right-follow ul li.golden { background: #bbad58; }
			.list-bar .right-follow ul li.dark { background: #867d00; }

			.list-bar .right-follow ul li a .text { padding:0 20px; width: auto; position: relative; }
			.list-bar .right-follow ul li a .text img.grn{ position: absolute; left: 162px; top: -10px; }
			.list-bar .right-follow ul li a .text img.grn1 { position: absolute; left: 162px; top: -10px; }
			.list-bar .right-follow ul li a .text img.grn2 { position: absolute; left: 162px; top: -10px; }
			.list-bar .right-follow ul li a .text img.grn3 { position: absolute; left: 162px; top: -10px; }
			.list-bar .right-follow ul li a .text img.grn7 { position: absolute; left: 162px; top: -10px; }
			.list-bar .right-follow ul li a .text h3 { padding: 5px 0 15px 0; font-size: 20px; line-height: 25px; color: #fff; font-family: 'din_alternate_mediumregular'; text-align:center; }
			.list-bar .right-follow ul li a:hover .text h3 { color: #000; }
			.list-bar .right-follow ul li a .text img { margin:0 auto 45px auto; }
			.list-bar .right-follow ul li a .text .click1 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks.png) left top no-repeat; }
			.list-bar .right-follow ul li a .text .click2 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks2.png) left top no-repeat; }
			.list-bar .right-follow ul li a .text .click3 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks3.png) left top no-repeat; }
			.list-bar .right-follow ul li a .text .click4 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks4.png) left top no-repeat; }
			.list-bar .right-follow ul li a:hover .text .click1, .list-bar .right-follow ul li a:hover .text .click2, .list-bar .right-follow ul li a:hover .text .click3, .list-bar .right-follow ul li a:hover .text .click4 { background-position: left bottom; }
			.list-bar .right-follow ul li a .click { position: absolute; left: 125px; bottom: 5px; width: 150px; height: 32px; text-indent: -9999px; background:url(../images/click_pic.png) left top no-repeat; }
			.list-bar .right-follow ul li a:hover .click { background-position: left bottom; }
			.list-bar .right-follow ul li a .click-emp { position: absolute; left: 50px; bottom: 5px; width: 300px; height: 32px; text-indent: -9999px; background:url(../images/click_emp.png) left top no-repeat; }
			.list-bar .right-follow ul li a:hover .click-emp { background-position: left bottom; }
			.list-bar .right-follow ul li a img.grn { position: absolute; left: 171px; bottom: -12px; }
			.list-bar .right-follow ul li a img.grn4 { position: absolute; left: 171px; bottom: -12px; }
			.list-bar .right-follow ul li a img.grn5 { position: absolute; left: 171px; bottom: -12px; }
			.list-bar .right-follow ul li a img.grn6 { position: absolute; left: 171px; bottom: -12px; }
			.list-bar .right-follow ul li a img.grn8 { position: absolute; left: 171px; bottom: -12px; }
			.list-bar .right-follow .hide { visibility:hidden; height:0px; }

			.list-bar .left-pricelist { padding: 35px 0 0 0; float: left; width: 480px; }
			.list-bar .left-pricelist h2 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; color: #27306d; }
			.list-bar .left-pricelist p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; }

			.list-bar .right-pricelist { padding: 37px 0 0 0; float: right; }
			.list-bar .right-pricelist ul { list-style: none; list-style-type: none; }
			.list-bar .right-pricelist ul li { margin: 0 0 0 15px; float: left; position: relative; width: 480px; min-height: 310px; background: #39aa35; }
			.list-bar .right-pricelist ul li.bright { background: #95c11f; }

			.list-bar .right-pricelist ul li .text { padding:0 20px; width: auto; position: relative; margin-bottom:20px; }
			.list-bar .right-pricelist ul li .text img.grn { position: absolute; left: 202px; top: -10px; }
			.list-bar .right-pricelist ul li .text h3 { padding: 5px 0 15px 0; font-size: 20px; line-height: 25px; color: #fff; font-family: 'din_alternate_mediumregular'; text-align:center; }
			.list-bar .right-pricelist ul li .text p { color:#fff; font-size:14px; }
			.list-bar .right-pricelist ul li .text table td { color:#fff;  font-size:13px; }
			.list-bar .right-pricelist ul li .text table td h4 { font-size:16px; line-height:30px; }
			.list-bar .right-pricelist ul li .text table td span { font-size:11px; color: #fff; }
			.list-bar .right-pricelist ul li .text .click9 {  margin: -20px auto 0; position: relative; text-indent: -9999px; z-index:999; display: block; width: 41px; height: 44px; text-decoration: none;background: url(../images/clicks5.png) left top no-repeat; }
			.list-bar .right-pricelist ul li .click { position: absolute; left: 125px; bottom: 5px; width: 150px; height: 32px; text-indent: -9999px; background:url(../images/click_pic.png) left top no-repeat; }
			.list-bar .right-pricelist ul li img.grn { position: absolute; left: 211px; bottom: -12px; }

			.list-bar .left-contact { padding: 35px 0 0 0; float: left; width: 480px; }
			.list-bar .left-contact h2 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; color: #27306d; }
			.list-bar .left-contact p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; }

			.list-bar .right-contact { padding: 37px 0 0 0; float: right; width: 480px; }
			.list-bar .right-contact h2 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; color: #27306d; }
			.list-bar .right-contact p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; }

			.list-bar .follow { padding: 35px 0 0 0; float: left; width: 980px; }
			.list-bar .follow h2 { padding: 0 0 20px 0; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; color: #27306d; }
			.list-bar .follow p { padding: 0 0 20px 0; font-size: 15px; line-height: 20px; color: #000; text-align:justify; }
			.list-bar .follow iframe { width:100%; height:2000px; border:none; }

			 /* contact bar */
			 .contact-bar { padding: 20px 0; width: 100%; position: relative; overflow: hidden; height: auto; background: url(../images/contact_bg.jpg) left top repeat-x; }
			 .contact-bar .reco { padding: 0 0 30px 0; margin: 15px 0 0 0; box-shadow: 0 0 7px #000; -webkit-box-shadow: 0 0 7px #000; float: left; width: 380px; overflow: hidden; background: url(../images/reco_bg.png) left top repeat; }
			 .contact-bar .reco .text { padding: 15px 25px 0; width: auto; }
			 .contact-bar .reco h2 { padding: 0 0 25px 0; font-size: 21px; line-height: 25px; color: #458000; letter-spacing: -0.05em; }
			 .contact-bar .reco a { float: left; }
			 .contact-bar .right { padding: 15px 0 0 0; position: relative; z-index:1; float:left; width: 100%; }
			 .contact-bar .right ul { list-style: none; list-style-type: none; }
			 .contact-bar .right ul li { margin: 0 0 0 1%; min-height: 180px; float: left; width: 19.2%; background-color:rgba(57,170,53,0.8); position: relative; }
			 .contact-bar .right ul li:first-child {margin:0;}
			 .contact-bar .right ul li h2 { position: relative; text-align: center; color: #fff; font-size: 19px; line-height: 51px; background: #27306d;  }
			 .contact-bar li h2.green { background: #51801a; }
			 .contact-bar li h2.golden { background: #bbad58; }  
			 .contact-bar li h2 img.grn { position: absolute; left: 50px; top: -15px; }
			 .contact-bar li h2 img.grn2 { position: absolute; left: 50px; top: -15px; }
			 .contact-bar li h2 img.grn3 { position: absolute; left: 50px; top: -15px; }
			 .contact-bar .right ul li .text { padding: 20px 0 40px 0; width: auto; min-height: 150px; position: relative; text-align: center; }
			 .contact-bar .right ul li .text img { margin: 0 auto 20px auto;}
			 .contact-bar .right ul li .text p { padding: 0 20px 0 20px; font-size: 13px; line-height: 15px; text-align: left; color: #fff; font-family: 'din_alternate_mediumregular'; }
			 .contact-bar .right ul li .text a.for { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; text-decoration: none; font-size: 19px; line-height: 40px; color: #fff; font-weight: bold; font-family: 'din_alternate_mediumregular';  }
			 .contact-bar .right ul li .text a.for:hover { color: #27306d; }
			 .contact-bar address { padding: 5px 0 0 0; font-style: normal;  color: #000; font-size: 13px; line-height: 16px; font-family: 'din_alternate_mediumregular'; }
			 .contact-bar address a { color: #000; text-decoration: none; }
			 .contact-bar address a:hover { color: #e30613; }
			 .contact-bar li .text ul { list-style: none; }
			 .contact-bar li .text li { margin: 0px; float: left; min-height: inherit; font-size: 13px; line-height: 17px; color: #000;  font-family: 'kefaregular'; width: 100%; background: none; }
			 .contact-bar li span { float: left; width: 70px; }
			 .contact-bar span.shadow1 { position: absolute; left: 0px; top: 0px; width: 100%; height: 30px; background: url(../images/shadow2.png) left top repeat-x; }
			.contact-bar span.shadow2 { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 30px; background: url(../images/shadow1.png) left bottom repeat-x; }
	
	/* footer part */
	#footer-part { overflow: hidden; width: 100%; background: #27306d; }
		
		
		/* footer bar */
		.footer-bar { padding: 15px 0 15px 0; width: 100%; overflow: hidden; }
		.footer-bar ul { float: left; list-style: none; list-style-type: none; }
		.footer-bar li { padding: 0 10px; float: left; color: #fff; font-size: 15px; line-height: 17px; background: url(../images/seprater.png) left center no-repeat; }
		.footer-bar li:first-child { padding: 0 5px 0 0; background: none; }
		.footer-bar li a { text-decoration: none; display: block; color: #fff; font-family: 'din_alternate_mediumregular';  }
		.footer-bar li a:hover,.footer-bar span a:hover { color: #39aa35; }
		.footer-bar span { float: right; font-size: 13px; color: #39aa35; line-height: 17px; }
		.footer-bar span a { text-decoration: none; color: #39aa35; }
		.footer-bar span a:hover { text-decoration: none; color: #ffffff; }