html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	outline:0;
}
h1,
h2,
h3,
h4,
h5{
	font-weight: normal;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: arial;
}
/*------------------------------header------------------------------------*/
header{
	width: 100%;
	min-height: 77px;
	background: #367ebc;
}
.container{
	width: 940px;
	margin: 0 auto;
	clear: both;
}
header .container figure{
	float: left;
}
header .container figure img{
	margin-top: 21px;
}
header .container nav{
	float: right;
	margin-top: 23px;
}
header .container nav ul{
	list-style: none;
}
header .container nav ul li{
	display: inline-block;
	margin-right: 26px;
	text-align: center;
}

header .container nav ul li:last-child{
	margin-right: 0;
	background: #29689f;
	padding: 8px 29px 8px 29px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

header .container nav ul li a,header .container nav ul li a:hover,header .container nav ul li a:active,header .container nav ul li a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-family: arial;

}
.light-blue{
	color: #AEC4DE !important;
}
.btn-textot{
	font-size: 23px !important;
}

/*------------------------------section------------------------------------*/
section .container{
	
	width: 835px;
}

section .border-bottom{
	width: 980px;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	margin-left: -60px;
	padding-top: 50px;
	margin-bottom: 45px;
}
section .container .l-sidebar h1{
	font-size: 58px;
	font-family: verdana;
	margin-top: 117px;
	letter-spacing: -3px;
	width: 650px;
	margin-bottom: 23px;
}
section .container .l-sidebar h2{
	color: #444444;
	font-size: 29px;
	width: 609px;
}
section .container .l-sidebar{
	width: 640px;
	float: left;

}
section .container .l-sidebar p{
	float: right;
	width: 140px;
	font-size: 20px;
	direction:rtl;
}
section .container .l-sidebar p span{
	color: #767676;
	width: 360px;
	display: block;
	direction:rtl;
}

section .container .l-sidebar h3{
	font-size: 53px;
	font-family: verdana;
	letter-spacing: -3px;
	margin-bottom: 25px;
}
section .container .our-team h3{
	font-size: 53px;
	font-family: verdana;
	letter-spacing: -3px;
	margin-bottom: 0;
}
section .container .l-sidebar h4{
	color: #444444;
	font-size: 22px;
	margin-bottom: 25px;
}
section .container .our-team .img{
	
}
section .container .our-team .img img{
	float: right;
}
section .container .our-team{
	width: 514px;
	float: left;
	
}
section .container .our-team h5{
	font-size: 30px;
	margin-bottom:30px;
}
section .container .our-team figure{
	display: block;
	margin-right: 40px;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
section .container .our-team figure img{
	margin-bottom: 15px;
	
}
section .container .our-team p{
	color: #717175;
	font-size: 20px;
	margin-bottom: 3px;
	clear: left;
}
section .container .our-team p small{
	color: #747579;
	font-size: 15px;
	width: 120px;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 30px;
}
section .container .our-team .vline{
	margin-top:-113px;
}
section .container .r-sidebar{
	float: left;
	background: #f7f7f8;
	width: 308px;
	border: 1px solid #eeeef0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 130px;
	position: relative;
	left: 20px;
	
}
section .container .r-sidebar:last-child{
	margin-top: 30px;
}
section .container .r-sidebar p:first-child{
	font-size: 35px;
	margin: 20px 0 0 13px;
}
section .container .r-sidebar p{
	font-size: 20px;
	margin: 3px 0 20px 15px;
}

section .container .r-sidebar input[placeholder]{
	color: #A9A9A9;
	width: 87%;
	margin-left: 10px;
	margin-bottom: 22px;
	padding-left: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	font-family: arial;
}
section .container .r-sidebar textarea[placeholder]{
	color: #A9A9A9;
	width: 86.5%;
	height: 150px;
	margin-left: 10px;
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	font-family: arial;
}
section .container .r-sidebar input[type=submit]{
	float: right;
	margin-right: 10px;
	width: 125px;
	height: 42px;
	background: url(../img/button.png) no-repeat;
	color: #fff;
	font-size: 22px;
	border: none;
	margin-top: 10px;
	margin-bottom: 22px;
}
.follow{
	font-size: 35px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	width: 92%;
}
section .container .r-sidebar span a img{
	margin: 20px 0 20px 15px;
}
/*------------------------------------------------------*/
/*footer*/
footer{
	width: 100%;
	min-height: 150px;
	background: #EFF2F5;
	float: left;
	margin-top: 60px;
}
footer .container{
	width: 835px;
}

footer ul{
	list-style: none;
	margin: 40px 0 10px 0;
}
footer ul li{
	display: inline-block;
	margin-right: 17px;
}
footer ul li .green{
	color: #30a728 !important;
}
footer ul li a,footer ul li a:hover,footer ul li a:active,footer ul li a:visited{
	color: #7b7a7b;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}
footer p{
	color: #918d8d;
	line-height: 20px;
}

/*contact.html*/
section .width{
	width: 870px;
}
section .form h1{
	font-size: 49px;
	margin-top: 82px;
	margin-bottom: 5px;
}
section .form h2{
	color: #222222;
	margin-left: 3px;
	margin-bottom: 40px;
}
section .form .contact-form{
	width: 505px;
	background: #f7f7f8;
	float: left;
}
section .form .contact-form h3{
	font-size: 30px;
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
section .form .contact-form,section .form .phone-block{
	border: 1px solid #eeeef0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
section .form .contact-form input[placeholder],section .form .contact-form textarea[placeholder]{
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
section .form .contact-form input[placeholder]{
	color: #A9A9A9;
	width: 90%;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 20px;
	font-family: arial;
}
section .form .contact-form textarea[placeholder]{
	color: #A9A9A9;
	width: 89.5%;
	height: 150px;
	margin-left: 15px;
	margin-top: 2px;
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-family: arial;
}
section .form .contact-form input[type=submit]{
	float: right;
	margin-right: 15px;
	width: 125px;
	height: 42px;
	background: url(../img/button.png) no-repeat;
	color: #fff;
	font-size: 22px;
	border: none;
	margin-top: 10px;
	margin-bottom: 22px;
}

section .form .phone-block{
	background: #f7f7f8;
	width: 320px;
	height: 234px;
	float: left;
	margin-left: 40px;
}
section .form .phone-block{
	text-align: center;
}
section .form .phone-block img{
	margin-top: 60px;
	margin-bottom: 20px;
}
section .form .phone-block p{
	color: #909097;
}

/*index.html*/
.blue-bg{
	background: #367ebc;
	width: 100%;
	min-height: 300px;
}

.blue-bg .container h1{
	margin: 0 auto;
	color: #fff;
	font-size: 45px;
	width: 650px;
	text-align: center;
	padding: 30px 0 30px 0;
}
.blue-bg .container .reminder{
	background: url(../img/4.png) no-repeat;
	margin: 0 auto;
	width: 699px;
	height: 223px;
	padding-bottom: 30px;
}
.blue-bg .container .reminder figure{
	padding:17px 0 0 15px;
	float: left;

}
.blue-bg .container .reminder h2 img{
	padding:35px 10px 0 25px;
	float: left;
}
.blue-bg .container .reminder h2 span{
	padding:32px 0 0 0;
	float: left;
	font-size: 45px;
	font-weight: bold;
}
.blue-bg .container .reminder p{
	text-align: center;
	color: #787575;
	font-size: 40px;
}
section #resize{
	width: 900px;
}
section .container .increase-block{
	margin-top: 40px;
	float: left;
}
section .container .increase-block figure{
	display: block;
	float: left;
	margin-right: 40px;
}
section .container .increase-block h4{
	color: #393e46;
	font-size: 30px;
	width: 550px;
	padding-top: 40px;
	padding-bottom: 4px;
	
}
section .container .increase-block h5{
	color: #393e46;
	font-size: 15px;
	width: 600px;

}
section .container .app-button a{
	background: url(../img/btn2.png) no-repeat;
	margin-top: 80px;
	margin-left: 20px;
	width: 271px;
	height: 94px;
	float: left;
}
section .container .app-button img{
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
section .container .app-button p{
	color: #fff;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	font-size: 22px;
}
section .container .app-button span{
	color: #fff;
	font-size: 40px;
	margin-left: 15px;
	margin-top: -5px;
	float: left;
}
/*tour.html*/
section .container .txtot{
	margin-top: 30px;
}
section .container .txtot figure{
	margin-top: 80px;
	margin-left: 37px;
	float: left;
	margin-right: 42px;
}
section .container .txtot h1{
	font-size: 73px;
	font-weight: bold;
	color: #30363b;
	margin-top: 10px;
	float: left;
	font-family: verdana,sans-serif;
	letter-spacing: -2px;

}
section .container .txtot h1 small{
	color: #51595f;
	font-size: 42px;
	font-weight:  100;
	margin-left: 13px;
	letter-spacing: -3px;
	font-family: trebuchet,sans-serif;
	position: relative;
	top: -5px;
}
section .container .txtot .txtot-desc{
	width: 500px;
	float: left;
	margin-left: 7px;
}

.txtot .txtot-desc span{
	color: #cccccc;
	display: block;
	width: 100px;
	float: left;

}
.txtot .txtot-desc p{
	width: 350px;
	float: left;margin-bottom: 17px;
}
section .container .iphone .irow2{
	width: 400px;float: left;
}
section .container .iphone .irow1{
	width: 380px;
	float: left;
	margin-top: 200px;
	margin-right: 10px;
}
section .container .iphone .irow1 figure img{
	margin-top: 70px;
}
.iphone .text p{
	font-size: 30px;
	font-weight: bold;
	color: #303233;
	margin-bottom: 5px;
}
.iphone .text small{
	display: block;
	font-size: 16px;
	max-width: 330px;
}
.text{
	margin-left: 50px;
	margin-bottom: 280px;
}
.text h3{
	margin-top: 10px;
}
.text h3 img{
	position: relative;
	top: 10px;
}
.text h3 span{
	display: inline-block;
	color: #b2b5b7;
	width: 235px;
	margin-left: 20px;
	vertical-align: middle;

}
.iphone .irow2 .text:last-child{
	margin-top: 150px;
}
.iphone figure{	
	margin-bottom: 90px;
}
.iphone .irow2 .iphone2{
	position: relative;
	top: 50px;
}
.iphone .irow1 .lp{
	position: relative;
	top: -50px;
}

section .container .iphone{
	margin-top: 50px;
	float: left;

}
section .container .iphone .border-bottom{ 
	margin-top: -60px;
}

section .get-txtot{text-align: center;}
section .get-txtot p{
	color: #4b4e51;
	font-size: 40px;
	margin-bottom: 15px;
}
section .get-txtot h2{
	color: #1e2225;
	font-size: 47px;
	font-weight: bold;
	margin-bottom: 15px;
}


section .container .get-txtot .app-button a{
	background: url(../img/btn2.png) no-repeat;
	margin-top: 30px;
	margin-left: 280px;
	width: 271px;
	height: 94px;
	margin-bottom: 30px;
	
}
section .container .get-txtot .app-button img{
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
section .container .get-txtot .app-button p{
	color: #fff;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	font-size: 22px;
}
section .container .get-txtot .app-button span{
	color: #fff;
	font-size: 40px;
	margin-left: 15px;
	margin-top: -20px;
	float: left;
}

/*press.html*/
.press{
	position: relative;
	left: -6px;
}
.top-press{
float: left;
}
.top-press h1{
	font-size: 48px;
	width: 600px;
	margin-top: 80px;
	margin-bottom: 20px;
}
.top-press p{
	width: 600px;
	color: #5d5d5d;
	font-size: 22px;
}
.download{
	width: 230px;
	height: 70px;
	background: #34af2c;
	float: left;
	margin-top: 95px;
	position: relative;left: 50px;
}
.download a{
	text-decoration: none;
}
.download img{
	margin-top: 17px;
	margin-left: 13px;
	margin-right: 9px;
	float: left;
}
.download p{
	float: left;
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
}
.download small{
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
}
.middle-press{
	float: left;
}
.middle-press h1{
	font-size: 35px;
	width: 600px;
	margin-top: 80px;
	margin-bottom: 20px;
}
.middle-press p{
	width: 600px;
	color: #5d5d5d;
	font-size: 22px;
	margin-bottom: 30px;
}
.middle-press p:last-child{
	margin: 0;
}
.dif-apps{
	float: left;
	margin-top: 30px;
	position: relative;
	left: 37px;
}
.dif-apps figure{
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
	margin-right: 55px;
}
.dif-apps figure:first-child,.dif-apps figure:last-child{
	display: inline-block;
	width: 200px;
	text-align: center;
	vertical-align: top;
	margin-right: 60px;
}
.dif-apps figure img{
	padding-bottom: 10px;
	height: 51px;
}
.dif-apps figure p{
	color: #222222;
	font-style: italic;
}

.press-contact{
	float: left;
	margin-top: 40px;
}
.press-contact .l-p-contact{
	width: 310px;
	float: left;
	margin-right: 160px;
}
.press-contact .l-p-contact h1{
	font-size: 33px;
}
.press-contact .l-p-contact p{
	font-size: 20px;
	color: #222222;
}
.press-contact .l-p-contact .download a p{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.press-contact .l-p-contact .download{
	float: left;
	display: block;
	margin-top: 20px;
	position: relative;
	left: 0;
	margin-bottom: 40px;
}
.press-contact .l-p-contact h2{
	clear: both;
}
.press-contact .l-p-contact h2 a{
	color: #008eec;
}
.r-p-contact{
	float: left;
	margin-top: -15px;
}
.r-p-contact .form .contact-form{
	width: 350px;
}
.r-p-contact h3{
	font-size: 33px;
}
.r-p-contact p{
	margin-left: 20px;
	margin-top: -10px;
	font-size: 17px;
	margin-bottom: 15px;
}
.r-p-contact .form .contact-form form input[placeholder]{
	width: 85.5%;
}
.r-p-contact .form .contact-form form textarea{
	width: 84.8%;
}
.r-p-contact .form .contact-form form input[type=submit]{
	margin-right: 14px;
}
/*support.html*/
.support{
	position: relative;
	left: -22px;
}
.main-support{
	margin-top: 100px;
	float: left;
}
.main-support .l-support{
	width: 535px;
	float: left;
}
.main-support .l-support h1{
	font-size: 54px;
	margin-bottom: 15px;
}
.main-support .l-support p{
	color: #5d5d5d;
	font-size: 23px;
	margin-bottom: 40px;
}
.main-support .l-support figure{
	display: inline-block;
	margin-right: 10px;
	margin-left: 4px;
	background: url(../img/18.png);
	width: 160px;
	height: 65px;
	color: #fff;
	text-align: center;
}
.main-support .l-support figure a{
	color: #fff;
	text-decoration: none;
}
.main-support .l-support figure span{
	display: block;
	margin-top: 20px;
	font-size: 21px;
}
.main-support .phone-block{
	background: #f7f7f8;
	width: 290px;
	height: 234px;
	float: left;
	position: relative;
	left: 65px;
}
.main-support .phone-block{
	text-align: center;
}
.main-support .phone-block img{
	margin-top: 60px;
	margin-bottom: 20px;
}
.main-support .phone-block p{
	color: #909097;
}
.main-support .phone-block{
	border: 1px solid #eeeef0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.faq{
	float: left;
	margin-left: 2px;
	width: 100%;
}
.faq h1{
	font-size: 51px;
	margin-bottom: 17px;
}
.faq p{
	color: #5d5d5d;
	margin-left: 6px;
	font-size: 23px;
}
.border-dotted{
	width: 980px;
	border-bottom: 2px dotted #adadad;
	float: left;
	margin-left: -60px;
	padding-top: 50px;
	margin-bottom: 45px;
}
.light-border-dotted{
	width: 980px;
	border-bottom: 2px dotted #d6d6d6;
	float: left;
	margin-left: -60px;
	padding-top: 50px;
	margin-bottom: 50px;
}
.question{
	width: 700px;
	float: left;
}

.question img{
	float: left;
	display: inline-table;
	margin-right: 18px;
}
.question h2{
	font-size: 27px;
	margin-bottom: 15px;
}
.question h3{
	float: left;
	width: 300px;
	color: #5d5d5d;
	width: 490px;
	font-size: 20px;
}
.foot { color:#000; font-size:15px;}
.foot a {text-decoration:none; color:#000;}

#redir { margin: 0 auto;}