﻿@import url("https://use.typekit.net/hka3akj.css");

@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Muli', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-display: optional;
	font-style: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}

table, tr, td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

	a:hover {
		outline: none;
		color: #000;
		text-decoration: none;
	}

img {
	border: none;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.dsplay {
	width: 100%;
	display: table;
}

.position {
	position: relative;
}

.topbar {
	min-width: 1004px;
	height: 36px;
	background: #108570;
	border-bottom: 2px dashed #ffff00;
}

.topbartxt {
	font-size: 20px;
	line-height: 30px;
	padding: 1px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

	.topbartxt span {
		color: #ffed75;
	}
/*===================section1==========================*/
.section1 {
	min-width: 1170px;
	background: url(../images/o2/section1.jpg) center top no-repeat;
	height: 880px;
	overflow: hidden;
}

.s1lft, .s1rgt {
	float: left;
	display: inline-block;
	width: 809px;
	position: relative;
}

.s1-logo {
	width: 130px;
	display: block;
	margin: 10px 0 0 480px;
}

.s1-hd {
	margin: 26px 0 0 334px;
}

.s1-txt1 {
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	color: #000000;
	margin: 30px 105px 0 335px;
	letter-spacing: 0.8px;
}

.s1-txt2 {
	font-size: 14px;
	line-height: 23px;
	text-align: right;
	color: #000;
	margin: 17px 239px 32px 0;
}

	.s1-txt2 span {
		font-weight: 600;
		color: #108570;
		font-size: 17px;
	}

ul.s1-list {
	margin: 0px 0 0 301px;
}

	ul.s1-list li {
		background: url(../images/o2/s1-tk.png) left 12px no-repeat;
		margin: 0 0 0 0;
		padding: 4px 0 0 37px;
		font-weight: 600;
		font-size: 25px;
		color: #1f1f1f;
		line-height: 40px;
	}

		ul.s1-list li span {
			color: #108570;
		}

.s1-arrow {
	margin: 30px 0 0 -57px;
}

.s1-pro {
	position: absolute;
	top: 535px;
	left: -90px;
}

.as-seen {
	position: absolute;
	top: 457px;
	left: 690px;
}

.s1-seal {
	position: absolute;
	top: 473px;
	left: 182px;
}

.s1-txt3 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #1f1f1f;
	margin: 6px 0 0 253px;
}

.s1-txt4 {
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	color: #108570;
	font-weight: 700;
	font-style: italic;
	margin: 4px 0 0 248px;
	letter-spacing: 0.5px;
}

	.s1-txt4 span {
		font-weight: 300;
		font-style: normal;
		color: #c2c2c2;
		margin: 0 10px;
	}

.s1-doc {
	position: absolute;
	top: 258px;
	right: -15px;
}
/*========================================*/
.s1rgt {
	width: 359px;
}

.form {
	background: url(../images/o2/form.png) center top no-repeat;
	height: 790px;
	margin: 6px 0 0 0;
}

.frmhdr {
	margin: 0 auto 0 auto;
	display: block;
	height: 143px;
	position: relative;
	padding: 13px 0 0 0;
}

.frm-hd-p1 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #ffde00;
	text-transform: uppercase;
}

.frm-hd-p2 {
	font-size: 48px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 0 0;
}

.frmElemts {
	float: left;
	margin: 7px 0 7px 12px;
}

	.frmElemts input, .frmElemts select {
		float: left;
		display: inline-block;
		height: 27px;
	}

	.frmElemts input, .frmElemts select {
		background: none;
		width: 330px;
		height: 39px;
		font-size: 16px;
		color: #2d2d2d;
		background-color: #FFF;
		outline: none;
		padding: 0 7px;
		border: 1px solid #c5c7d1;
		box-sizing: border-box;
		border-radius: 4px;
		font-family: 'Muli', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		font-display: optional;
	}

	.frmElemts select {
		width: 331px;
		line-height: 39px;
		padding: 0 5px;
		height: 39px;
	}

.secure256 {
	display: block;
	margin: 21px auto 0 auto;
}

.submit {
	margin: 19px 0 0 17px;
	display: block;
	background: url(../images/o2/submit.png) left top no-repeat;
	height: 76px;
	width: 327px;
	cursor: pointer;
	border: none;
	outline: none;
}

.s1logos {
	display: block;
	margin: 17px auto 0 auto;
}

.frm-hd-txt3 {
	font-size: 20px;
	line-height: 35px;
	color: #262626;
	text-align: center;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 6px 0 0 0px;
}

.frm-hd-txt4 {
	background: url(../images/o2/frm-hd-txt4-bg.png) center top no-repeat;
	font-size: 17px;
	height: 27px;
	line-height: 26px;
	color: #262626;
	text-align: center;
	font-weight: 600;
	margin: 9px 0 0 0;
	letter-spacing: 0.5px;
}

.timer-bg {
	height: 34px;
	margin: 25px auto 0 auto;
	position: relative;
}

#form .timer {
	font-size: 21px;
	font-weight: 700;
	left: 703px;
	position: absolute;
	top: 193px;
	width: 100px;
}

	#form .timer span {
		color: white;
		font-weight: bold;
		margin-right: 0;
		padding: 8px 1px;
	}

.timer {
	position: absolute;
	top: 21px;
	right: 198px;
	font-weight: bold;
	font-size: 25px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 17px;
	display: block;
}

.cont {
	margin: 5px -1px -10px 1px;
}

.s1-animate-arrow {
	transform: rotate(-7deg);
	position: absolute;
	top: 90px;
	right: -109px;
}

.sec1-arr-wo {
	transform: rotate(5deg);
	transition: all 1s ease 0s;
	top: 263px;
	right: -109px;
	z-index: 9;
	overflow: hidden;
}
/*===================section2==========================*/
.section2 {
	min-width: 1170px;
	background: url(../images/o2/section2.jpg) center bottom no-repeat;
	height: 830px;
}

.s2-hd1 {
	font-size: 52px;
	line-height: 54px;
	text-align: center;
	color: #2d2d2d;
	font-weight: 600;
}

	.s2-hd1 span {
		color: #108570;
	}

.s2-hd-line {
	display: block;
	margin: 21px auto 0 auto;
}

.s2-p1 {
	font-size: 24px;
	line-height: 28px;
	color: #2d2d2d;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0 0 0;
}

.s2-ab {
	display: block;
	margin: 40px auto 0 auto;
}

.s2-p2 {
	font-size: 20px;
	line-height: 26px;
	color: #2d2d2d;
	margin: 0 auto;
	text-align: center;
	padding: 18px 0 0 0;
	letter-spacing: 0.5px;
}

ul.s2-list {
	margin: 28px 0 0 0;
	width: 100%;
}

	ul.s2-list li {
		float: left;
		width: 33.33%;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		color: #2d2d2d;
		padding: 0 0 0 0;
	}

		ul.s2-list li span {
			font-size: 20px;
			font-weight: 600;
			color: #108570;
		}

		ul.s2-list li img {
			display: block;
			margin: 0 auto 9px auto;
		}

.s2-p3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 51px 0 0 0;
	letter-spacing: 0.5px;
}
/*===================section3==========================*/
.section3 {
	min-width: 1170px;
	background: url(../images/o2/section3.jpg) center top no-repeat;
	height: 901px;
}

.s3-hd {
	display: block;
	margin: 0 auto 0 auto;
	padding: 32px 0 0 0;
}

.s3-p1 {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #2d2d2d;
	margin: 0 auto;
	padding: 23px 0 0 0;
	letter-spacing: 0.3px;
}

.s3-left {
	margin: 24px 0 0 427px;
}

.s3-sb-hd {
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	color: #3a3a3c;
	padding: 14px 0 0 0;
	margin: 0 0 0 0;
}

	.s3-sb-hd span {
		font-size: 28px;
		font-weight: bold;
		color: #108570;
	}

.s3-sb-hd-img {
	float: right;
	margin: -56px 50px 0 0;
}

.s3-p2 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #2d2d2d;
	padding: 20px 14px 0 20px;
	letter-spacing: 0.5px;
}

.s3-p3 {
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	color: #108570;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 20px;
}

	.s3-p3 span {
		color: #3a3a3c;
		padding: 0 0 0 53px;
	}

.clum1 {
	margin: 25px 14px -8px 2px;
}

.clum2 {
	margin: 1px 0 -13px 11px;
}

.s3-pro {
	position: absolute;
	top: 203px;
	left: -32px;
}

.s3-btn {
	float: right;
	margin: 43px 7px 0 0;
}

.s3-arrow {
	margin: 39px 0 0 192px;
}

.s3-animate-arrow {
	transform: rotate(-3deg);
	position: absolute;
	top: 710px;
	left: 482px;
}

.sec3-arr-wo {
	transform: rotate(5deg);
	transition: all 1s ease 0s;
	top: 715px;
	left: 620px;
	z-index: 9;
	overflow: hidden;
}
/*===================section4==========================*/
.section4 {
	min-width: 1170px;
	background: url(../images/o2/section4.jpg) center top no-repeat;
	height: 958px;
	overflow: hidden;
}

.s4-hd1 {
	font-size: 52px;
	line-height: 56px;
	text-align: left;
	color: #2d2d2d;
	padding: 13px 0 0 0;
	font-weight: 600;
}

	.s4-hd1 span {
		color: #108570;
	}

.s4-hd-line {
	margin: 11px 0 0 0
}

.s4-p1 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #2d2d2d;
	padding: 20px 0 0 0;
	width: 855px;
	letter-spacing: 0.5px;
}

.s4-left {
	margin: 0 0 0 418px;
	padding: 0 0 0 0;
}

ul.s4-list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

	ul.s4-list li {
		position: relative;
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		color: #2d2d2d;
		margin: 35px 0 0 0;
		padding: 0 0 0 111px;
		letter-spacing: 0.5px;
		width: 625px;
	}

		ul.s4-list li:nth-child(2) {
			width: 727px;
			margin: 28px 0 0 0;
		}

		ul.s4-list li:nth-child(3) {
			width: 727px;
			margin: 38px 0 0 0;
		}

		ul.s4-list li:nth-child(4) {
			width: 545px;
			margin: 32px 0 0 0;
		}

		ul.s4-list li span {
			font-weight: 600;
			font-size: 26px;
			line-height: 43px;
		}

		ul.s4-list li img {
			position: absolute;
			top: 6px;
			left: 0;
		}

.s4-btn {
	margin: 50px 0 0 24px;
}

.s4-pro {
	position: absolute;
	top: 667px;
	right: -107px;
}

.s4-arrow {
	position: absolute;
	top: 828px;
	right: 210px;
}

.s4-ab {
	position: absolute;
	top: -12px;
	right: -73px;
}

.s4-animate-arrow {
	transform: rotate(-3deg);
	position: absolute;
	top: 840px;
	right: 100px;
}

.sec4-arr-wo {
	transform: rotate5deg);
	transition: all 1s ease 0s;
	top: 831px;
	right: 221px;
	z-index: 9;
	overflow: hidden;
}
/*===================section4==========================*/
.s4-strip {
	min-width: 1170px;
	background: url(../images/o2/s4-strip.jpg) center top no-repeat;
	height: 180px;
}

.s4-strip-p1 {
	font-size: 46px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

ul.s4-st-list {
	margin: 8px 0 0 0;
}

	ul.s4-st-list li {
		float: left;
		font-size: 26px;
		line-height: 40px;
		text-align: left;
		color: #fff;
		margin: 0 87px 0 0;
		padding: 17px 0 0 84px;
		position: relative;
	}

		ul.s4-st-list li:nth-child(3) {
			margin: 0 0 0 0;
		}

		ul.s4-st-list li img {
			position: absolute;
			top: 0px;
			left: 0;
		}
/*===================section5==========================*/
.section5 {
	min-width: 1170px;
	background: url(../images/o2/section5.jpg) center top no-repeat;
	height: 850px;
	overflow: hidden;
}

.s5-arw {
	display: block;
	margin: 0 auto 0 auto;
}

.s5-pad {
	padding: 36px 0 0 0;
}

.s5-p1 {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: #2d2d2d;
	padding: 27px 0 0 0;
	width: 788px;
	letter-spacing: 0.5px;
}

.s5-p2 {
	background: #108570;
	font-size: 23px;
	line-height: 35px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	padding: 0 0 2px 10px;
	width: 793px;
	margin: 37px 0 0 0px;
}

.s5-img {
	margin: 21px 0 0 0;
}

ul.s5-list {
	float: left;
	margin: 13px 0 0 3px;
	width: 720px;
}

	ul.s5-list li {
		font-size: 20px;
		line-height: 30px;
		text-align: left;
		color: #2d2d2d;
		margin: 8px 0 0 0;
		padding: 0 0 0 50px;
		position: relative;
	}

		ul.s5-list li img {
			position: absolute;
			top: 4px;
			left: 0px;
		}

.s5-seal {
	position: absolute;
	top: 63px;
	right: 272px;
}

.s5-pro {
	position: absolute;
	top: 440px;
	right: 36px;
	width: 300px;
}

.s5-btn {
	float: right;
	margin: -108px 13px 0 13px;
	position: relative;
	left: 80px;
}
	.s5-arrow {
	position: absolute;
	top: 623px;
	right: -45px;
}

.s5-animate-arrow {
	transform: rotate(-5deg);
	position: absolute;
	top: 530px;
	right: -29px;
}

.sec5-arr-wo {
	transform: rotate(3deg);
	transition: all 1s ease 0s;
	top: 623px;
	right: -49px;
	z-index: 9;
	overflow: hidden;
}
/*===================section6==========================*/
.section6 {
	min-width: 1170px;
	background: url(../images/o2/section6.jpg) center top no-repeat;
	height: 787px;
}

.s6-hd1 {
	font-size: 52px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	margin: 0 auto 0 auto;
	padding: 57px 0 0 0;
	font-weight: 600;
}

.s6-box {
	background: #fff;
	box-shadow: 0 0 10px #efefef;
	height: 522px;
	display: block;
	margin: 34px auto 0 auto;
	width: 99%;
}

ul.s6-list {
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
}

	ul.s6-list li {
		float: left;
		display: inline-block;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		width: 354px;
		color: #2d2d2d;
		margin: 0 15px 0 15px;
		padding: 0 34px 0 34px;
		box-sizing: border-box;
		letter-spacing: 0.5px;
	}

		ul.s6-list li span {
			font-size: 30px;
			line-height: 60px;
			font-weight: 700;
			color: #108570;
		}

		ul.s6-list li img {
			display: block;
			margin: 0 auto 10px auto;
		}
/*===================section7==========================*/
.section7 {
	min-width: 1170px;
	height: 850px;
}

.s7-hd1 {
	font-size: 52px;
	line-height: 56px;
	font-weight: 600;
	text-align: center;
	color: #2d2d2d;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}

	.s7-hd1 span {
		color: #108570;
	}

.s7-p1 {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #2d2d2d;
	padding: 21px 0 0 0;
	width: 68%;
	margin: 0 auto;
	letter-spacing: 0.5px;
}

ul.s7-list1, ul.s7-list2 {
	float: left;
	margin: 0 0 0 -6px;
	padding: 0 0 0 0;
	text-align: left;
	width: 420px;
}

ul.s7-list2 {
	text-align: right;
	margin: 0 0 0 338px;
	width: 397px;
}

	ul.s7-list1 li, ul.s7-list2 li {
		position: relative;
		font-size: 17px;
		line-height: 26px;
		color: #2d2d2d;
		margin: 37px 0 0 0;
		padding: 0 0 0 135px;
		letter-spacing: 0.5px;
	}

		ul.s7-list1 li:nth-child(2) {
			margin: 49px 0 0 0;
		}

		ul.s7-list1 li:nth-child(3) {
			margin: 43px 0 0 0;
		}

	ul.s7-list2 li {
		padding: 0 115px 0 0;
	}

		ul.s7-list2 li:nth-child(2) {
			margin: 46px 0 0 0;
		}

		ul.s7-list2 li:nth-child(3) {
			margin: 43px 0 0 0;
		}

		ul.s7-list1 li span, ul.s7-list2 li span {
			font-size: 24px;
			line-height: 40px;
			font-weight: 700;
		}

.ing1 {
	position: absolute;
	top: 6px;
	left: 0;
}

.ing2 {
	position: absolute;
	top: 10px;
	left: 0;
}

.ing3 {
	position: absolute;
	top: 7px;
	left: 0;
}

.ing4 {
	position: absolute;
	top: -22px;
	right: -12px;
}

.ing5 {
	position: absolute;
	top: 14px;
	right: -25px;
}

.ing6 {
	position: absolute;
	top: 0;
	right: -21px;
}

.s7-pro {
	position: absolute;
	top: 272px;
	left: 437px;
}

.s7-seals {
	display: block;
	margin: 80px auto 0 auto;
}
/*===================strip==========================*/
.strip {
	min-width: 1170px;
	height: 132px;
	background: url(../images/o2/strip.png) center top no-repeat;
}

.stp-btn {
	float: right;
	margin: 30px 40px 0 0;
}

.stp-p1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	text-align: left;
	color: #fff;
	margin: 0 0 0 0;
	padding: 25px 0 0 40px;
	letter-spacing: 2px;
}

.stp-p2 {
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: #fff;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	letter-spacing: 1px;
}

	.stp-p2 span {
		color: #f0da1e;
	}
/*===================section8==========================*/
.section8 {
	min-width: 1170px;
	height: 1360px;
}

.s8-hd1 {
	font-size: 52px;
	line-height: 56px;
	font-weight: 600;
	text-align: center;
	color: #2d2d2d;
	margin: 0 auto 0 auto;
	padding: 60px 0 0 0;
}

	.s8-hd1 span {
		color: #108570;
	}

ul.s8-list {
	margin: 55px 0 0 0;
}

	ul.s8-list li {
		float: left;
		width: 350px;
		margin: 0 60px 0 0;
		padding: 0 0 0 0;
	}

		ul.s8-list li:nth-child(3) {
			margin: 0 0 0 0;
		}

.s8-t1, .s8-t2, .s8-t3, .s8-t4, .s8-t5, .s8-t6 {
	background: url(../images/o2/t-img1.png) center top no-repeat;
	height: 318px;
	margin: 0 auto 0 auto;
}

.s8-t2 {
	background: url(../images/o2/t-img2.png) center top no-repeat;
}

.s8-t3 {
	background: url(../images/o2/t-img3.png) center top no-repeat;
}

.s8-t4 {
	background: url(../images/o2/t-img4.png) center top no-repeat;
}

.s8-t5 {
	background: url(../images/o2/t-img5.png) center top no-repeat;
}

.s8-t6 {
	background: url(../images/o2/t-img6.png) center top no-repeat;
}

.s8-t-name {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	text-align: center;
	color: #2d2d2d;
	margin: 0 auto;
	padding: 249px 0 0 0;
}

	.s8-t-name span {
		color: #108570;
	}

.s8-t-p1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #108570;
	padding: 10px 0 0 0;
}

.s8-t-p2 {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #2d2d2d;
	margin: 0 auto;
	padding: 10px 0 0 0;
	letter-spacing: 0.5px;
}
/*===================section9==========================*/
.section9 {
	background: url(../images/o2/section9.jpg) center top no-repeat;
	min-width: 1170px;
	height: 900px;
}

.s9lft {
	margin: 0 0 0 533px;
}

.s9-logo {
	margin: 10px 0 0 240px;
	width: 150px;
}

.s9-hd {
	margin: 34px 0 0 83px;
}

.s9-txt1 {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	margin: 6px 0 0 98px;
	width: 468px;
}

.s9-txt2 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	color: #108570;
	margin: 24px 0 0 21px;
}

.s9-pro {
	margin: 35px 0 0 71px;
}

.s9-btn {
	margin: 12px 0 0 -117px;
}

.s9-seal {
	position: absolute;
	top: 408px;
	left: 20px;
}

.s9-arw {
	position: absolute;
	top: 732px;
	right: 179px;
}

.s9-animate-arrow {
	transform: rotate(-55deg);
	position: absolute;
	top: 690px;
	right: 175px;
}

.sec9-arr-wo {
	transform: rotate(3deg);
	transition: all 1s ease 0s;
	top: 739px;
	right: 195px;
	z-index: 9;
	overflow: hidden;
}
/*===================footer==========================*/
.footer {
	padding: 40px 0;
	border-top: 1px solid #CCC;
}

.frt-p {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #000;
	width: 100%;
	letter-spacing: 0.5px;
}

	.frt-p a, .frt-p a:hover {
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
		color: #3e3e3e;
		margin: 0 8px;
		font-size: 17px;
	}


/*------------------------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.9;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 0.9;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}
