/*	
	font-family: 'Roboto', sans-serif;
	‹›
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #2a2928;
	min-width: 1000px;
}
body .grid12 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
body .grid99 {
	width: 100%;
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
.g-cboth {clear: both; height: 1px;}
.g-hide {display: none;}
.g-sep {height: 22px;}

/* S E P A R A T O R */

@font-face {
      font-family: 'rub';
          src: url('../fonts/RUBSN.eot');
          src: url('../fonts/RUBSN.eot?#iefix') format('embedded-opentype'),
               url('../fonts/RUBSN.woff') format('woff'),
               url('../fonts/RUBSN.ttf') format('truetype'),
               url('../fonts/RUBSN.svg#WebSymbolsRegular') format('svg');
}
.rub {
	font-family: 'rub';
	font-weight: normal !important;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {opacity: 0.8;}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {opacity: 0;}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
.btn1 {
	display: inline-block;
	cursor: pointer;

	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;

	border-radius: 4px;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 2px 0 #cd3e34;

	background-image: -webkit-linear-gradient(#f37764, #e84136);
	background-image:    -moz-linear-gradient(#f37764, #e84136);
	background-image:     -ms-linear-gradient(#f37764, #e84136);
	background-image:      -o-linear-gradient(#f37764, #e84136);
	background-image:         linear-gradient(#f37764, #e84136);
}
.btn1:hover {
	background-image: -webkit-linear-gradient(#e84136, #f37764);
	background-image:    -moz-linear-gradient(#e84136, #f37764);
	background-image:     -ms-linear-gradient(#e84136, #f37764);
	background-image:      -o-linear-gradient(#e84136, #f37764);
	background-image:         linear-gradient(#e84136, #f37764);
}

/* S E P A R A T O R */

input {
	border: none;
	border-radius: 4px;
	padding: 0 11px;
	width: 266px;
	height: 44px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
textarea {
	border: none;
	border-radius: 4px;
	padding: 11px;
	width: 266px;
	height: 88px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2) inset;
	overflow: auto;

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
.popup {
	position: relative;
	width: 399px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 33px 0;
}
.popup form {
	margin: 0 33px;
	padding-top: 28px;
	background-color: #fff;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}
.popup form h6 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.popup form .title {
	font-size: 30px;
	line-height: 1.3em;
	padding: 0 44px 18px;
	font-weight: 700;
}
.popup form input {
	width: 255px;
	margin-bottom: 11px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.popup form .wrap {
	margin: 0 -4px;
	background-color: #ececec;
	box-shadow: 1px 0 1px rgba(0,0,0,0.3) inset;
	padding: 28px 0 18px;
	margin-top: 22px;
}
.popup form button {
	width: 277px;
	height: 44px;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.popup form p {
	display: inline-block;
	width: 255px;
	font-size: 12px;
	line-height: 1.3em;
	color: #a1a1a1;
	padding: 18px 0 0;
}
.popup .mfp-close {color: #fff !important;}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
.g-anim {
	opacity: 0;
	-webkit-transform: translateY(33px);
	   -moz-transform: translateY(33px);
	    -ms-transform: translateY(33px);
	     -o-transform: translateY(33px);
	        transform: translateY(33px);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.g-anim.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
.g-title {
	text-align: center;
	font-size: 35px;
	line-height: 51px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 33px;
}
.g-title span {
	display: inline-block;
	padding: 0 44px;
	background: url('../img/bracket1.png') left top no-repeat,
				url('../img/bracket2.png') right top no-repeat;
}
.g-title span b {font-weight: 700;}

/* S E P A R A T O R */

.Bg {
	width: 100%;
	height: 934px;
	/*background: url('../img/bg.jpg') center top no-repeat;*/
	background: url('../img/new.png') center top no-repeat;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-color: #8cb640;
	border-bottom: 2px solid #86ad3f;
	opacity: .97;
}
#navi ul {
	text-align: center;
	margin: 0 -144px;
}
#navi li {display: inline-block;}
#navi li a {
	display: inline-block;
	padding: 0 22px;
	margin: 0 -2px;

	font-size: 14px;
	line-height: 46px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#navi li a:hover {background-color: rgba(0,0,0,.06);}
#navi li.active a {background-color: rgba(0,0,0,0.1);}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box1 {height: 934px;}
#box1 .row {
	width: 100%;
	background-color: rgba(255,255,255,.87);
}
#box1 .row .grid12 {
	padding: 69px 0 0;
	overflow: hidden;
}
#box1 .row .logo {
	float: left;
	margin: 11px 0 39px;
}
#box1 .row .col {
	float: right;
	margin-left: 101px;
}
#box1 .row h3 {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
	padding-top: 1px;
}
#box1 .row h3 img {
	margin-right: 11px;
	vertical-align: -2px;
}
#box1 .row h3 span {font-weight: 300;}
#box1 .row .btn1 {
	width: 212px;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	margin-top: 12px;
}
#box1 .row p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 300;
	padding: 4px 0 10px;
}
#box1 .row p b {font-weight: 700;}
#box1 .row p sub {
	font-size: 9px;
	vertical-align: 4px;
}
#box1 .row p img {
	float: left;
	margin-right: 14px;
}
#box1 .row1 {text-align: center;width: 960px;
margin: 0 auto;}
#box1 h2 {
	display: inline-block;
	vertical-align: top;
	background-color: #8cb640;
	padding: 0 18px;
	margin: 280px 0 8px;

	font-size: 40px;
	line-height: 54px;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
}
#box1 h1 {
	display: inline-block;
	vertical-align: top;
	background-color: #8cb640;
	padding: 0 18px;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 54px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

#box1 #manifest-logo{
	font-size: 20px;
}
#box1 #manifest-logo span{
	font-size: 29px;
	line-height: 36px;
	/*font-family: 'Roboto Slab';*/
	font-family: 'EB Garamond', serif;
	color: #8CB640;
	text-shadow: 1px 1px black;
}

/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box2.incut {margin-top: -288px;}
.incut1 {margin-top: -288px;}
.incut2 {
	height: 511px;
	background: url('../img/bg4.jpg') center top no-repeat;
}
.incut2 .grid12 {padding-top: 77px;}
.incut .wrap {
	position: relative;
	z-index: 2;
	background: white url('../img/bg1.jpg') center top no-repeat;
	border-radius: 4px;
	overflow: hidden;
	padding: 28px 0 0;
}
.incut .col-l {
	float: left;
	text-align: right;
	padding: 5px 30px;
	margin-bottom: 33px;
	border-right: 1px solid #ccc;
}
.incut .col-l h3 {
	font-size: 30px;
	line-height: 1.2em;
	color: #8cb640;
	font-weight: 700;
}
.incut .col-l p {
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 300;
}
.incut .col-l p b {font-weight: 700;}
.incut .col-r {
	float: right;
	text-align: center;
	margin-right: 30px;
}
.incut .col-r h3 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
}
.incut .col-r p {
	font-size: 16px;
	line-height: 1.3em;
	color: #777;
	font-weight: 300;
	margin-bottom: 18px;
}
.incut .timer div:first-child {display: none;}
.incut .timer div {
	display: inline-block;
	font-size: 12px;
	line-height: 1.3em;
	color: #a3a3a3;
	font-weight: 300;
}
.incut .timer div span {
	display: inline-block;
	width: 55px;
	height: 55px;background: url('../img/bg2.png') no-repeat;
	border-radius: 2px;
	margin: 0 7px 4px;

	font-size: 27px;
	line-height: 55px;
	color: #2a2928;
	font-weight: 400;
}
.incut form {
	margin: 0 -4px;
	padding: 33px 32px 22px;
	background-color: #ececec;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	clear: both;
}
.incut form input {margin-right: 18px;}
.incut form button {
	width: 282px;
	height: 42px;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.incut form p {
	font-size: 14px;
	line-height: 1.3em;
	color: #636363;
	font-weight: 300;
	padding: 22px 0 0;
	text-align: center;
}
.incut .sh {
	margin: -122px auto 66px;
	width: 888px;
	height: 111px;
	border-radius: 22px;
	box-shadow: 0 0 33px 11px rgba(0,0,0,0.8);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box3 {
	text-align: center;
	padding: 111px 0 55px;
	background-color: white;
	margin-top: -120px;
}
#box3 ul li {
	display: inline-block;
	vertical-align: top;
	width: 188px;
}
#box3 ul li img {margin: 11px 0;}

/* S E P A R A T O R */

#box3 .anim1 {
	opacity: 0;
	-webkit-transform: scale(.3);
	   -moz-transform: scale(.3);
	    -ms-transform: scale(.3);
	     -o-transform: scale(.3);
		    transform: scale(.3);
	-webkit-transition: all .7s;
	   -moz-transition: all .7s;
	    -ms-transition: all .7s;
	     -o-transition: all .7s;
	        transition: all .7s;
}
#box3 .anim1.active {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
		    transform: scale(1);
}
#box3 .anim2 {
	opacity: 0;
	-webkit-transform: translateY(33px);
	   -moz-transform: translateY(33px);
	    -ms-transform: translateY(33px);
	     -o-transform: translateY(33px);
		    transform: translateY(33px);
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
#box3 .anim2.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
		    transform: translateY(0);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box4 {
	height: 588px;
	background: url('../img/bg3.jpg') center top no-repeat;
}
#box4 .g-title {margin-bottom: 0px;}
#box4 .grid12 {padding-top: 66px;}
#box4 ul {
	text-align: center;
	margin: 0 -44px;
}
#box4 ul li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
#box4 ul li img {margin: 18px 0 -44px;}
#box4 ul li p {
	font-size: 15px;
	line-height: 1.5em;
}

/* S E P A R A T O R */

#box4 .anim1 {
	opacity: 0;
	-webkit-transform: scale(.3);
	   -moz-transform: scale(.3);
	    -ms-transform: scale(.3);
	     -o-transform: scale(.3);
		    transform: scale(.3);
	-webkit-transition: all .7s;
	   -moz-transition: all .7s;
	    -ms-transition: all .7s;
	     -o-transition: all .7s;
	        transition: all .7s;
}
#box4 .anim1.active {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
		    transform: scale(1);
}
#box4 .anim2 {
	opacity: 0;
	-webkit-transform: translateY(33px);
	   -moz-transform: translateY(33px);
	    -ms-transform: translateY(33px);
	     -o-transform: translateY(33px);
		    transform: translateY(33px);
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
	padding-right: 25px;
}
#box4 .anim2.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
		    transform: translateY(0);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box5 {
	background: url('../img/ptrn.jpg');
	padding: 44px 0 33px;
}
#box5 ul {margin-right: -88px;}
#box5 ul li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 33px 33px 0;
	overflow: hidden;
}
#box5 ul li img {float: left;}
#box5 ul li .wrap {margin-left: 70px;}
#box5 ul li h4 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	padding: 18px 0 8px;
}
#box5 ul li p {
	font-size: 14px;
	line-height: 1.5em;
	color: #7f7f7f;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box6 {
	height: 594px;
	background: url('../img/bg4.jpg') center top no-repeat;
	text-align: center;
}
#box6 h3 {
	display: inline-block;
	background-color: #8cb640;
	padding: 0 11px;
	font-size: 40px;
	line-height: 62px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	margin: 60px 0 18px;
}
#box6 p {
	font-size: 24px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 300;
	padding-bottom: 14px;
}
#box6 h4 {
	font-size: 27px;
	line-height: 1.3em;
	color: #8cb640;
	text-transform: uppercase;
	font-weight: 700;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box7 {
	background-color: white;
	/*margin-top: -120px;*/
	/*padding: 111px 0 44px;*/
	padding: 22px 0 44px;
}
#box7 .grid12 {padding-top: 22px;}
#box7 ul {margin-right: -88px;}
#box7 ul li {
	display: inline-block;
	vertical-align: top;
	width: 422px;
	margin-right: 88px;
	overflow: hidden;
	margin-bottom: 22px;
}
#box7 ul li h4 {
	font-size: 18px;
	line-height: 1.3em;
	color: #ed5b4c;
}
#box7 ul li:nth-child(2) h4 {color: #8cb640;}
#box7 ul li img {float: left;}
#box7 ul li p {
	margin: 5px 0 0 38px;
	font-size: 15px;
	line-height: 1.4em;
	color: #4e4e4e;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box8 {
	background: url('../img/ptrn.jpg');
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 55px 0;
}
#box8 h3 {
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/* S E P A R A T O R */

#box8 .s-btns {
	width: 300px;
	margin: -37px auto 77px;
}
#box8 .s-btns a {
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #ed5d4e;

	font-size: 33px;
	line-height: 29px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;

	opacity: 0;
	-webkit-transform: translateX(-44px);
	   -moz-transform: translateX(-44px);
	    -ms-transform: translateX(-44px);
	     -o-transform: translateX(-44px);
		    transform: translateX(-44px);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
#box8 .s-btns a:first-child {
	-webkit-transform: translateX(44px);
	   -moz-transform: translateX(44px);
	    -ms-transform: translateX(44px);
	     -o-transform: translateX(44px);
		    transform: translateX(44px);
}
#box8 .s-btns a.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
		    transform: translateX(0);
}
#box8 .s-btns a:hover {
	background-color: #2a2928;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
		    transform: scale(1.3);
}
#box8 .s-btns a.prev {float: left;}
#box8 .s-btns a.next {float: right;}

/* S E P A R A T O R */

#box8 .s-wrap {
	width: 960px;
	overflow: hidden;
}
#box8 .s-wrap1 {
	margin-left: 960px;
	width: 10000em;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
#box8 .s-item {
	width: 960px;
	float: left;
	opacity: 0;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
	-webkit-transform: scale(.4);
	   -moz-transform: scale(.4);
	    -ms-transform: scale(.4);
	     -o-transform: scale(.4);
		    transform: scale(.4);
}
#box8 .s-item.active {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
		    transform: scale(1);
}

/* S E P A R A T O R */

#box8 .s-item .col {
	margin: 0 2px;
	width: 455px;
}
#box8 .s-item .col.fl-l {float: left;}
#box8 .s-item .col.fl-r {float: right;}
#box8 .s-item .wrap {
	background-color: white;
	min-height: 233px;
	border-radius: 4px;
	padding: 33px 0 22px;
	margin-bottom: 22px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#box8 .s-item .wrap p {
	font-size: 14px;
	line-height: 1.4em;
	color: #4e4e4e;
	font-weight: 300;
	padding: 0 33px 11px;
}
#box8 .s-item h4 {
	margin: 8px 0 0 77px;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 700;
}
#box8 .s-item h4 span {
	font-size: 14px;
	color: #7f7f7f;
	font-weight: 300;
}
#box8 .wraper {
	margin-top:20px;
}
#box8 img {
   width: 145px;
	height: 210px;
	margin: 5px 5px;
}
/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box9 {
	background-color: white;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 55px 0;
}
#box9 h3 {
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/* S E P A R A T O R */

#box9 .s-btns {
	width: 484px;
	margin: -37px auto 55px;
}
#box9 .s-btns a {
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #ed5d4e;

	font-size: 33px;
	line-height: 29px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;

	opacity: 0;
	-webkit-transform: translateX(-44px);
	   -moz-transform: translateX(-44px);
	    -ms-transform: translateX(-44px);
	     -o-transform: translateX(-44px);
		    transform: translateX(-44px);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
#box9 .s-btns a:first-child {
	-webkit-transform: translateX(44px);
	   -moz-transform: translateX(44px);
	    -ms-transform: translateX(44px);
	     -o-transform: translateX(44px);
		    transform: translateX(44px);
}
#box9 .s-btns a.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
		    transform: translateX(0);
}
#box9 .s-btns a:hover {
	background-color: #2a2928;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
		    transform: scale(1.3);
}
#box9 .s-btns a.prev {float: left;}
#box9 .s-btns a.next {float: right;}

/* S E P A R A T O R */

#box9 .s-wrap {
	width: 960px;
	overflow: hidden;
}
#box9 .s-wrap1 {
	margin-left: 960px;
	width: 10000em;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
#box9 .s-item {
	width: 960px;
	float: left;
	opacity: 0;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
	-webkit-transform: scale(.4);
	   -moz-transform: scale(.4);
	    -ms-transform: scale(.4);
	     -o-transform: scale(.4);
		    transform: scale(.4);
}
#box9 .s-item.active {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
		    transform: scale(1);
}

/* S E P A R A T O R */

#box9 .s-item h4 {
	font-size: 35px;
	line-height: 1.3em;
	font-weight: 300;
	text-align: center;
	padding-bottom: 28px;
}
#box9 .s-item table {
	width: 100%;
}
#box9 .s-item table tr td {
	width: 33%;
	padding: 22px 28px;
}
#box9 .s-item table tr td:nth-child(1) {background-color: #ececec;}
#box9 .s-item table tr td:nth-child(2) {
	background: #d5d5d5 url('../img/arr.png') left center no-repeat;
	color: #2c2c2c;
}
#box9 .s-item table tr td:nth-child(3) {
	background: #8cb640 url('../img/arr1.png') left center no-repeat;
	color: #fff;
}
#box9 .s-item table tr td h5 {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 700;
	padding-bottom: 8px;
}
#box9 .s-item table tr td p {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 11px;
	font-weight: 300;
}
#box9 .s-item table tr td p b {font-weight: 700;}
#box9 .s-item table tr td p a {
	color: #fff;
}
#box9 .s-item table tr td p a:hover {color: black;}

/* S E P A R A T O R */

#box9 h6 {
	text-align: center;
	margin: 44px 0 0;
	background: url('../img/sep.png') center center no-repeat;
}
#box9 h6 a {
	display: inline-block;
	padding: 0 33px;
	font-size: 16px;
	line-height: 44px;
	color: #8cb640;
	text-decoration: none;
	border: 2px solid #8cb640;

	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
#box9 h6 a:hover {
	color: #ed5d4e;
	border-color: #ed5d4e;
}

/**/
.grid9  {
width: 970px;
overflow-y: scroll;
background: #fff;
padding: 10px;
height: 450px;
}
.grid9 h3 {
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/* S E P A R A T O R */

.grid9 .s-btns {
	width: 484px;
	margin: -37px auto 55px;
}
.grid9 .s-btns a {
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #ed5d4e;

	font-size: 33px;
	line-height: 29px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.grid9 .s-btns a:first-child {

}
.grid9 .s-btns a.active {

}
.grid9 .s-btns a:hover {

}
.grid9 .s-btns a.prev {float: left;}
.grid9 .s-btns a.next {float: right;}

/* S E P A R A T O R */

.grid9 .s-wrap {
	width: 960px;
	
}
.grid9 .s-wrap1 {


}
.grid9 .s-item {
	width: 960px;
	float: left;

	
}
.grid9 .s-item.active {

}

/* S E P A R A T O R */

.grid9 .s-item h4 {
	font-size: 35px;
	line-height: 1.3em;
	font-weight: 300;
	text-align: center;
	padding-bottom: 28px;
}
.grid9 .s-item table {
	width: 100%;
}
.grid9 .s-item table tr td {
	width: 33%;
	padding: 22px 28px;
}
.grid9 .s-item table tr td:nth-child(1) {background-color: #ececec;}
.grid9 .s-item table tr td:nth-child(2) {
	background: #d5d5d5 url('../img/arr.png') left center no-repeat;
	color: #2c2c2c;
}
.grid9 .s-item table tr td:nth-child(3) {
	background: #8cb640 url('../img/arr1.png') left center no-repeat;
	color: #fff;
}
.grid9 .s-item table tr td h5 {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 700;
	padding-bottom: 8px;
}
.grid9 .s-item table tr td p {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 11px;
	font-weight: 300;
}
.grid9 .s-item table tr td p b {font-weight: 700;}
.grid9 .s-item table tr td p a {
	color: #fff;
}
.grid9 .s-item table tr td p a:hover {color: black;}

/* S E P A R A T O R */

.grid9  h6 {
	text-align: center;
	margin: 44px 0 0;
	background: url('../img/sep.png') center center no-repeat;
}
.grid9  h6 a {
	display: inline-block;
	padding: 0 33px;
	font-size: 16px;
	line-height: 44px;
	color: #8cb640;
	text-decoration: none;
	border: 2px solid #8cb640;

}
.grid9  h6 a:hover {
	color: #ed5d4e;
	border-color: #ed5d4e;
}

/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box10 {
	background-color: white;
	padding: 22px 0 55px;
}
#box10 .wraper {
	text-align: center;
	margin: 0 -44px;
	padding-bottom: 55px;
}
#box10 .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 228px;
	margin: 0 20px;
}
#box10 .item .wrap {
	position: relative;
	z-index: 1;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 5px 11px rgba(0,0,0,.1);
}
#box10 .item .wrap1 {
	height: 77px;
	background: url('../img/bg5.jpg') center top no-repeat;
}
#box10 .item h4 {
	font-size: 22px;
	line-height: .8em;
	color: white;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding-top: 28px;
}
#box10 .item h4 span {
	font-size: 14px;
	font-weight: 300;
}
#box10 .item ul {
	margin: 22px 18px 14px;
	min-height: 510px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}
#box10 .item ul li {
	font-size: 13px;
	line-height: 1.3em;
	color: #4e4e4e;
	font-weight: 300;
	margin-bottom: 11px;
}
#box10 .item ul li span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #ed5b4c;
	vertical-align: 2px;
	margin-right: 4px;
}
#box10 .item h5 {
	font-size: 33px;
	line-height: 1em;
	color: #8cb640;
	font-weight: 500;
}
#box10 .item h5 span {
	font-weight: normal;
	font-size: 28px;
}
#box10 .item h5 + p {
	font-size: 13px;
	line-height: 1.3em;
	color: #a3a3a3;
	font-weight: 400;
}
#box10 .item .btn1 {
	width: 188px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin: 18px 0 28px;
}
#box10 .item .sh {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
#box10 .item .sh div {
	width: 188px;
	height: 88px;
	margin: 0 auto;
	border-radius: 33px;
	box-shadow: 0 0 22px 11px rgba(0,0,0,0.2);
}
#box10 .cap {
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
	color: #4e4e4e;
	font-weight: 300;
}
#box10 .cap b {font-weight: 700}

/* S E P A R A T O R */

#box10 .anim1 {
	opacity: 0;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
	-webkit-transform: scale(.3) translateY(-44px);
	   -moz-transform: scale(.3) translateY(-44px);
	    -ms-transform: scale(.3) translateY(-44px);
	     -o-transform: scale(.3) translateY(-44px);
		    transform: scale(.3) translateY(-44px);
}
#box10 .anim1.active {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	   -moz-transform: scale(1) translateY(0);
	    -ms-transform: scale(1) translateY(0);
	     -o-transform: scale(1) translateY(0);
		    transform: scale(1) translateY(0);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box11 {
	background: url('../img/bg3.jpg') center top no-repeat, url('../img/ptrn.jpg');
	padding: 66px 0 55px;
}
#box11 h3 {
	font-size: 35px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px;
}
#box11 h3 span {font-weight: 300;}
#box11 h3 + p {
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	padding-bottom: 33px;
}
#box11 .wraper {margin-right: -44px;}
#box11 ul {
	display: inline-block;
	vertical-align: top;
	width: 422px;
	margin-right: 66px;
}
#box11 ul li {
	font-size: 15px;
	line-height: 1.4em;
	color: #4e4e4e;
	font-weight: 300;
	margin-bottom: 8px;
}
#box11 ul li h4 {
	font-size: 22px;
	line-height: 1.3em;
	color: #2a2928;
	font-weight: 700;
	padding-bottom: 11px;
}
#box11 ul li img {margin-right: 8px;}
#box11 .mark {
	border: 1px dashed #ccc;
	padding: 11px;
	margin-top: 44px;
}
#box11 .mark div {
	position: relative;
	background-color: #fff;
	padding: 44px;
}
#box11 .mark div img {
	position: absolute;
	right: 22px;
	bottom: 0;
}
#box11 .mark div h5 {
	border-left: 3px solid #8cb640;
	padding-left: 22px;
	font-size: 43px;
	line-height: 1.2em;
	font-weight: 700;
}
#box11 .mark div h5 span {font-weight: 300;}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box12 {
	height: 594px;
	background: url('../img/bg4.jpg') center top no-repeat;
	text-align: center;
}
#box12 h3 {
	display: inline-block;
	background-color: #8cb640;
	padding: 0 11px;
	font-size: 34px;
	line-height: 50px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	margin: 34px 0 18px;
}
#box12 p {
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 300;
	padding-bottom: 14px;
}
#box12 h4 {
	font-size: 27px;
	line-height: 1.3em;
	color: #8cb640;
	text-transform: uppercase;
	font-weight: 700;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box13 {
	background-color: white;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: -120px;
	padding: 122px 0 55px;
}
#box13 h3 {
	font-size: 35px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

/* S E P A R A T O R */

#box13 .s-btns {
	width: 511px;
	margin: -37px auto 66px;
}
#box13 .s-btns a {
	width: 33px;
	height: 33px;
	border-radius: 3px;
	background-color: #ed5d4e;

	font-size: 33px;
	line-height: 29px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;

	opacity: 0;
	-webkit-transform: translateX(-44px);
	   -moz-transform: translateX(-44px);
	    -ms-transform: translateX(-44px);
	     -o-transform: translateX(-44px);
		    transform: translateX(-44px);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
#box13 .s-btns a:first-child {
	-webkit-transform: translateX(44px);
	   -moz-transform: translateX(44px);
	    -ms-transform: translateX(44px);
	     -o-transform: translateX(44px);
		    transform: translateX(44px);
}
#box13 .s-btns a.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
		    transform: translateX(0);
}
#box13 .s-btns a:hover {
	background-color: #2a2928;
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
		    transform: scale(1.3);
}
#box13 .s-btns a.prev {float: left;}
#box13 .s-btns a.next {float: right;}

/* S E P A R A T O R */

#box13 .s-wrap {
	width: 960px;
	overflow: hidden;
}
#box13 .s-wrap1 {
	margin-left: 960px;
	width: 10000em;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
#box13 .s-item {
	width: 960px;
	float: left;
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
	-webkit-transform: scale(.4);
	   -moz-transform: scale(.4);
	    -ms-transform: scale(.4);
	     -o-transform: scale(.4);
		    transform: scale(.4);
}
#box13 .s-item.active {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
		    transform: scale(1);
}

/* S E P A R A T O R */

#box13 .s-item h4 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 11px;
}
#box13 .s-item .wrap {
	height: 355px;
	background: url('../img/bg6.png') center top no-repeat;
}
#box13 .s-item h5 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	padding: 38px 55px 22px 110px;
}
#box13 .s-item p {
	font-size: 15px;
	line-height: 1.4em;
	color: #4e4e4e;
	padding: 0 44px 11px;
}
#box13 .row {
	text-align: center;
	margin-top: 22px;
}
#box13 .row h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
}
#box13 .row .sep {
	display: inline-block;
	vertical-align: middle;
	margin: 0 44px;
	width: 1px;
	height: 44px;
	background-color: #ccc;
}
#box13 .row a {
	width: 211px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box14 {
	height: 466px;
	background: url('../img/bg4.jpg') center top no-repeat;
}
#box14 h3 {
	text-align: center;
	margin: 77px 0 55px;
}
#box14 h3 span {
	display: inline-block;
	background-color: #8cb640;
	padding: 0 18px;
	font-size: 35px;
	line-height: 61px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}
#box14 ul {margin-right: -44px;}
#box14 ul li {
	display: inline-block;
	vertical-align: top;
	width: 206px;
	height: 170px;
	background: url('../img/bg8.png') no-repeat;
	margin-right: -17px;
}
#box14 ul li:first-child {background: url('../img/bg7.png') no-repeat;}
#box14 ul li:last-child {background: url('../img/bg9.png') no-repeat;}
#box14 ul li img {
	display: block;
	padding: 18px 0 11px 28px;
}
#box14 ul li h4 {
	float: left;
	font-size: 43px;
	line-height: 1em;
	color: #cacaca;
	margin: 0 0 0 25px;
}
#box14 ul li p {
	font-size: 14px;
	line-height: 1.3em;
	color: #4e4e4e;
	font-weight: 300;
	margin: 2px 22px 0 55px;
}

/* S E P A R A T O R */

#box14 .anim1 {
	opacity: 0;
	-webkit-transition: all .9s;
	   -moz-transition: all .9s;
	    -ms-transition: all .9s;
	     -o-transition: all .9s;
	        transition: all .9s;
	-webkit-transform: translateY(188px);
	   -moz-transform: translateY(188px);
	    -ms-transform: translateY(188px);
	     -o-transform: translateY(188px);
		    transform: translateY(188px);
}
#box14 .anim1.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
		    transform: translateY(0);
}
#box14 .anim2 {
	opacity: 0;
	-webkit-transition: all .7s;
	   -moz-transition: all .7s;
	    -ms-transition: all .7s;
	     -o-transition: all .7s;
	        transition: all .7s;
	-webkit-transform: translateX(55px);
	   -moz-transform: translateX(55px);
	    -ms-transform: translateX(55px);
	     -o-transform: translateX(55px);
		    transform: translateX(55px);
}
#box14 .anim2.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
		    transform: translateX(0);
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box15 {height: 644px;}
#box15 .wrap {
	position: absolute;
	top: 66px;
	right: 11px;
	z-index: 1;	
}
#box15 form {
	width: 352px;
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}
#box15 form h3 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 28px 0 18px;
}
#box15 form input {
	border: 1px solid #e6e6e6;
	margin-bottom: 11px;
}
#box15 form textarea {border: 1px solid #e6e6e6;}
#box15 form .wrap1 {
	margin: 22px -4px 0;
	padding: 28px 0 18px;
	box-shadow: 2px 0 2px rgba(0,0,0,0.3) inset;
	background-color: #ececec;
}
#box15 form button {
	width: 288px;
	height: 44px;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 11px;
}
#box15 form p {
	font-size: 12px;
	line-height: 1.3em;
	color: #636363;
	padding: 0 33px;
}
#box15 .map {
	width: 100%;
	height: 644px;
	background-color: #e9e5dc;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box16 {
	height: 143px;
	background: url('../img/bg10.jpg') center top no-repeat;
}
#box16 .grid12 {padding: 28px 0 0;}
#box16 .col {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
#box16 .col .item {margin-bottom: 11px;}
#box16 .col1 .item {margin-bottom: 14px;}
#box16 .col .item img {float: left;}
#box16 .col .item p {
	margin-left: 33px;
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 300;
}
#box16 .col1 .item p {margin-left: 28px;}
#box16 .col3 {text-align: right;}
#box16 .col3 h3 {
	font-size: 23px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 300;
}
#box16 .col3 h3 img {vertical-align: -1px;}
#box16 .col3 a {
	width: 220px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-transform: none;
	margin-top: 11px;
}


/* ******************** *//* ******************** *//* ******************** *//* *************** */
#box17 {
	height: 44px;
	background-color: #81b627;
	text-align: center;
}
#box17 p {
	padding-top: 8px;
	font-size: 14px;
	line-height: 28px;
	color: white;
	font-weight: 300;
}
#box17 p a {
	display: inline-block;
	padding: 0 4px;
	border-radius: 4px;
	color: white;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
#box17 p a:hover {background-color: #303030;}


/*************************//*************************//*************************//*************************/
#box55 {
	background-color: #f2f2f2;
	padding: 150px 0 55px;
	margin-top: -120px;
}
#box55 .cap {
	font-size: 16px;
	line-height: 1.6em;
	color: #3d515a;
	text-align: center;
	padding: 11px 0 33px;
}

/* S E P A R A T O R */

#box55 .row1 .item:first-child {margin-right: 33px;}
#box55 .row1 .item {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	background-color: #fff;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	box-shadow: 0 -3px 0 #f49b3b;
	min-height: 300px;
}
#box55 .row1 .item .wrap {padding: 0 22px;}
#box55 .row1 .item h3 {
	font-size: 24px;
	line-height: 1.3em;
	color: #3d515a;
	font-weight: 600;
	padding: 18px 0 8px;
}
#box55 .row1 .item p {
	font-size: 13px;
	line-height: 1.3em;
	color: #828b8f;
}
#box55 .row1 .item p b {color: #8bc128;}
#box55 .row1 .item ul {
	list-style-image: url('../img/ico4.png');
	margin: 18px 0 22px 26px;
}
#box55 .row1 .item ul li {
	font-size: 13px;
	line-height: 1.6em;
	color: #3d515a;
	margin-bottom: 11px;
	padding-left: 4px;
}
#box55 .row1 .item ul li span {vertical-align: 4px;}

/* S E P A R A T O R */

#box55 .row2 .item:first-child {/*margin-right: 33px;*/}
#box55 .row2 .item {
	display: inline-block;
	vertical-align: top;
	/*width: 460px;
	margin: 33px 0 11px;*/
	background-color: #fff;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	/*box-shadow: 0 -3px 0 #f49b3b;*/
}
#box55 .row2 .item h3 {
	font-size: 22px;
	line-height: 1.3em;
	color: #3d515a;
	font-weight: 600;
	text-indent: -16px;
	padding: 18px 22px 8px 38px;
	min-height: 50px;
	cursor: pointer;
	transition: all 0.2s;
}
#box55 .row2 .item h3:hover {color: #8bc128;}
#box55 .row2 .item h3 span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../img/ico11.png') left bottom no-repeat;
	margin-bottom: 1px;
}
#box55 .row2 .item h3 span.active {background: url('../img/ico11.png') left top no-repeat;}
#box55 .row2 .item .hide {padding: 0 22px 33px 38px;}
#box55 .row2 .item ul {list-style-image: url('../img/ico120.jpg');} 
#box55 .row2 .item ul:first-child{
	margin: 0 120px 0 20px;
}
#box55 .row2 .item ul { 
	width: 40%;
	float: left;
	margin: 0 10px;
}
#box55 .row2 .item ul li {margin-bottom: 22px;}
#box55 .row2 .item ul li span {
	font-size: 15px;
	line-height: 1.4em;
	color: #4e4e4e;
	vertical-align: -1px;
}








