html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{
	margin:0;
	color:#000;
	font: 400 21px/27px 'Open Sans', sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% 'frutiger_cn', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote,
q{
	quotes: none;
}
q:before,
q:after{
	content: '';
}
a{
	/*color:inherit;*/
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover{
	text-decoration: underline;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
	outline:none;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
:-moz-ui-invalid:not(output){
	-webkit-box-shadow: none;
	box-shadow: none;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	margin: 0 auto;
	max-width: 920px;
	padding-left: 10px;
	padding-right: 10px;
}
.clearfix:after,
.container:after{
	content: '';
	clear: both;
	display: block;
}
#wrapper{
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* header */
#header {
	padding: 10px 0 0;
}
.logo {
	float: left;
	font-size: 0;
	line-height: 0;
	width: 223px;
	height: 54px;
	background: url(../css/logo.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 2px 0 0 15px;
}
.logo a {
	display: block;
	height: 100%;
}
#header .title {
	float: right;
	width: 66.66%;
	background: #225290;
	color: #fff;
	text-align: center;
	padding: 15px 15px 20px;
}
#header .title h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}
/* content */
.content {
	padding: 20px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.questions {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.questions li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
.questions .cell {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 29px;
	background: #6eb857;
	padding: 0px 5px;
}
.questions h3 {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}
.questions p {
	margin: 12px 0 0;
}
.cols {
	width: 100%;
	padding: 20px 0 0;
}
.cols .left {
	float: left;
	width: 60%;
	padding: 0 15px 0 0;
}
.cols .right {
	float: right;
	width: 40%;
	padding: 0 14px 0 24px;
}
.cols h3 {
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: -.2px;
	padding-bottom: 1px;
	border-bottom: 2px solid #6eb857;
	margin: 0 0 15px;
}
.video-holder img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.signs-list {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.signs-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 24px 90px;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
.signs-list img {
	position: absolute;
	width: 60px;
	border-radius: 50%;
	left: 23px;
	top: 50%;
	margin-top: -44px;
}
.signs-list p {
	display: table-cell;
	width: 1%;
	height: 60px;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 5px;
}
/* footer */
#footer {
	text-align: center;
	padding: 10px 20px;
	background: #d4deea;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
#footer p {
	max-width: 570px;
	margin: 0 auto;
}
/* media */
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px){
	#header {
		padding: 15px 0 0;
	}
	.logo {
		float: none;
		display: block;
		margin: 0 auto 10px;
		width: 150px;
		height: 36px;
	}
	#header .title {
		float: none;
		width: auto;
		padding: 10px;
	}
	#header .title h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.content {
		padding: 20px 0 15px;
	}
	.questions {
		display: block;
	}
	.questions li {
		width: 100%;
		padding-bottom: 20px;
	}
	#footer {
		padding: 15px 10px;
	}
	.cols {
		padding: 10px 0 0;
	}
	.cols .left {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}
	.cols .right {
		float: none;
		width: auto;
		padding: 0;
	}
	.signs-list {
		padding: 0;
	}
	.signs-list li {
		width: 100%;
		padding: 0 0 10px 70px;
	}
	.signs-list img {
		left: 0;
		margin-top: -36px;
	}
}