@charset "utf-8";
/* CSS Document */
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	color: rgba(26, 26, 26, 0.7);
}
h1 {
	font-size: 26px;
}
a {
	color: #25acd7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
.page_width {
	width: 100%;
	max-width: 1138px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.header {
	position: relative;
	background: url(banner1.jpg) no-repeat center top;
	width: 100%;
	height: 800px;
}
.innerheader {
	width: 100%;
	float: left;
	background: #333;
	padding: 0px 0;
}
.banner_container {
	width: 100%;
	height: 800px;
	float: left;
	overflow: hidden;
}
.banner_container a {
	background-size: cover;
	width: 100%;
	height: 800px;
	float: left;
	background-position: center top;
}
.button {
	background: #f3374e none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 25px;
}
.contactus {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.contactus ul {
	width: 100%;
}
.contactus li {
	width: 100%;
	padding: 10px 0;
}
.contactus li label {
	width: 10%;
	float: left;
}
.contactus li label img {
	width: 100%;
	max-width: 109px;
	height: auto;
}
.contactus li > div {
	margin: 1% 0 0 12%;
}
.contactus li > div p {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
.contactus li input, .contactus li textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.contactus li textarea {
	height: 180px;
}
.contactus li .btn {
	width: 136px;
	margin: 15px auto;
}
.contactus li label.error {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
.banner01 {
	background-image: url(banner1.jpg);
}
.top {
	width: 100%;
	padding: 16px 0;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	position: fixed;
}
.top .logo a {
	float: left;
	background: url(logo.png) no-repeat left top;
	width: 255px;
	height: 51px;
	text-indent: -99999px;
	overflow: hidden;
}
.inner_header {
	border-bottom: 1px solid #ddd;
	height: 86px;
}
.inner_header .logo a {
	background-image: url(logo_inner.png);
}
.topnav {
	float: right;
	padding: 12px 0px 0 0;
}
.topnav a {
	color: #fff;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	float: left;
	font-size: 20px;
}
.socials {
	float: left;
	padding: 15px 0 0 0px;
}
.socials a {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 3px;
	text-indent: -99px;
	overflow: hidden;
	background: url(icon_blog_socials.png) no-repeat left top #888;
}
.socials a:hover {
	background-color: #fff;
}
.socials a.icon_fb {
	background-position: 10px 4px;
	background-color:#3b579d;
}
.socials a.icon_tw {
	background-position: 7px -22px;
	background-color:#2caae1;
}
.socials a.icon_pt {
	background-position: 7px -51px;
	background-color:#bd3025;
}
.socials a.icon_gl {
	background-position: 7px -82px;
	background-color:#de4b39;
}
.header .adwords {
	box-sizing: border-box;
	color: #fff;
	float: left;
	margin: 220px 0 0;/*----iris changed on 8/11----*/
	padding: 30px 15px;
	text-align: center;
	width: 100%;
}
.header .adwords h2{
	color:#cc3333;
	font-size:56px;
	font-family:Verdana, Geneva, sans-serif;
}
.header .adwords h1 {
	font-size: 43px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 0 10px;
	width: 100%;
}
.header .adwords h2 {
	font-weight: normal;
}
.header .adwords .btn {
	margin: 0 auto;
	padding: 21px 0 0;
	width: 100%;
	max-width: 411px;
}
.header .adwords .btn a {
	padding: 5px;
	display: inline-block;
}
.header .socials a {
	background-color: rgba(255,255,255,0.7)
}
.header .socials a:hover {
	background-color: rgba(255,255,255,1.7)
}
.maintext {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	color: #333;
	text-align: center;
}
.maintext h1 {
	text-align: center;
	padding: 0px 0 25px 0;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	background: url(icon-tit-mark.png) no-repeat center bottom;
}
.maintext p {
	padding: 10px 0;
	line-height: 25px;
	font-weight: normal;
}
.footer {
	width: 100%;
	padding: 35px 0;
	background: #333;
	float: left;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}
.footer p.footernav a {
	color: rgba(255,255,255,0.5);
	padding: 5px 10px;
	display: inline-block;
}
.footer p.footernav a:hover {
	text-decoration: none;
	color: #22aedd;
}
.socials_box {
	float: left;
	width: 100%;
	margin: 30px 0 40px 0;
	border-top: 1px solid #666;
	position: relative;
}
.socials_box .socials {
	position: absolute;
	left: 50%;
	top: -28px;
	margin: 0 0 0 -75px;
}
.footer p {
	padding: 3px 0;
}
.inner_article ul {
	list-style: outside;
	padding: 10px 30px;
	overflow: hidden;
}
.inner_article ul li {
	padding: 5px 0 5px 10px;
}
.inner_article h2 {
	font-size: 18px;
	padding: 5px 0;
}
.features {
	width: 100%;
	padding: 80px 0;
	float: left;
	text-align: center;
}
.features h2 {
	font-size: 38px;
	padding-bottom: 15px;
}
.features h3 {
	font-size: 20px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.features label {
	width: 100%;
	margin: 50px 0 0 0;
	float: left;
}
.features label img {
	width: 100%;
	max-width: 912px;
	height: auto;
}
.bg01 {
	background: #ed5955;
	color: #fff;
}
.footerul {
	width: 100%;
	float: left;
}
.footerul li {
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #666;
}
.footerul li:last-child {
	border: 0px;
}
.footerul li h3 {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.footerul li a {
	color: rgba(255, 255, 255, 0.5);
}
.btn_pink {
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background: #ed5955;
	padding: 15px 35px;
}
.btn_pink:hover {
	text-decoration: none;
	background: #e83131;
}
.innerheader {
	margin: 0 0 40px 0;
}
.innerheader #top {
	background: #333!important;
}
.press p img, .contactus p img {
	width: 100%;
	height: auto;
}
.innerpage {
	min-height: 350px;
	text-align: center
}
.blog_left {
	float: left;
	width: 70%;
	padding-top: 10px;
}
.blog_left ul li{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #efefef;
	width:100%;
	float:left;
}
.blog_left ul li:last-child{
	border:0px;
}
.blog_left ul li h2{
	font-size:28px;
	padding-bottom:5px;
}
.blog_left a.button:hover{
	text-decoration:none;
	background:#da263c;
}
.blog_left ul li h3{
	font-weight:normal;
	color:#999;
	font-size:16px;
	padding:0 0 10px 0;
}
.blog_left ul li h3 span{
	padding-right:10px;
}
.blog p img {
	width: 100%;
	height: auto;
}
.aboutus p img{
	width:100%;
	height:auto;
}
.blog_right {
	width: 30%;
	padding-top: 10px;
	padding-left: 50px;
	box-sizing: border-box;
	float: right;
}
.sidebarbox {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.sidebarbox h2 {
	padding-bottom: 10px;
	font-size:20px;
}
.sidebarbox ul li {
	width: 100%;
	float: left;
	padding: 8px 0;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
}
.blog {
	text-align: left;
}
.blog h4{
	width:100%;
	float:left;
	padding:8px 0;
}
.pagenav{
	width:100%;
	float:left;
}
.pagenav a,
.pagenav span{
	float:left;
	width:30px;
	line-height:30px;
	height:30px;
	background:#dfdfdf;
	text-align:center;
	margin-right:5px;
	color:#333;
}
.pagenav a.pre,
.pagenav a.next{
	background-image:url(icon_pagenav.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	background-position:10px 9px;
}
.pagenav a.next{
	background-position:10px -15px;
}
.pagenav a.next:hover{
	background-position:10px -62px;
}
.pagenav a.pre:hover{
	background-position:10px -38px;
}
.pagenav a:hover{
	color:#fff;
	background-color:#f3374e;
	text-decoration:none;
}
.pagenav span{
	background-color:#f3374e;
	color:#fff;
}
.blognav{
	width:100%;
	float:left;
}
.blognav .pre{
	float:left;
}
.blognav .next{
	float:right;
}
.a_popup_wrapper{
	width:268px!important;
	border-radius:10px;
	margin-left:-210px!important;
	margin-top:-150px!important;
	background:url(android_botbg.png) no-repeat left bottom #fff!important;
}
.qrcodes{
width:100%;
text-align:center;
}
.qrcodes p{
	padding:10px 0;
}
 @media screen and (max-width:500px) {
.top .logo {
	width: 210px;
	margin: 0 auto;
}
.top .socials {
	width: 170px;
	margin: 30px auto 0 auto;
	float: none;
	overflow: hidden;
}
.topnav a {
	margin: 0 5px;
	padding: 0 5px;
}
.header .adwords {
	margin-top: 160px;
}
.topnav {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 15px auto;
	padding: 5px;
}
.topnav a {
	float: none;
}
.footerul li {
	width: 100%;
	border: 0px;
}
.features label {
	width: 100%;
	text-align: center;
	margin-bottom: 25px!important;
}
.innerpage {
	margin-top: 61px;
	float: left;
}
.blog_left,
.blog_right{
	width:100%;
	padding:0px;
}
.blog_left{
	padding-bottom:55px;
}
}
