@charset "utf-8";

/* CSS Document */
body {
	width:100%;
	text-align:center;
	background:#000;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
	width:100%;
	text-align:center;
	background:#000;
	margin:0;
}

strong {
	font-weight: 600;
}

#warp {
	width:100%;
	margin:0 auto;
	margin:0 auto;
	background:url(banner_bg.jpg) no-repeat; background-position: center top;
}

.banner {
	width:830px;
	margin:0 auto;
	height:569px;
	text-align:left;
	padding:30px 0 0;
	overflow:hidden;
	position: relative;
	display: block;
}

.banner2 {
	width:290px;
	height:90px;
	border:0;
	position: absolute;
	right:0px;
	top:450px;
	display: block;
}

.banner1 {
	width:375px;
	height:50px;
	border:0;
	position: absolute;
	right:0px;
	top:350px;
}

.new {
	width:142px;
	height:149px;
	background:url(New.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
}

.contect {
	margin:0;
	height:auto;
	padding:0 0 20px;
	text-align:left;
	background:#272526;
	background-image:url(bg-page.jpg); background-repeat: repeat-x; background-position: 0px 63px; 
}

.banner3 {
	width:100%;
	height:63px;
	margin:0;
	padding:12px 0 0;
	background-image:url(banner_bg.jpg);
	background-repeat: no-repeat;
	background-position:center -600px;
	z-index:100;
	text-align:right;
}

.banner3 p {
	margin:0px;
	padding-top:6px;
	width:960px;
	margin:auto;
}

.contect-main {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:30px 0 0;
}

h1 {
	margin:0 0 20px;
	padding:0;
}

.contect1 {
	float:left;
	width:385px;
	color:#fff;
}

.contect1 ul {
	margin:10px 0 0;
	padding:0;
	list-style:none;
}

.contect1 ul li {
	margin-bottom:20px;
	padding-left:4px;
}

.contect2 {
	float:left;
	width:290px;
	margin-left:20px;
}

.contect2 h1 {
	margin-left:10px;
}

.contect2 p {
	margin:0;
	padding:0;
}

.contect2 p img {
	float:left;
	padding-bottom:20px;
	padding-right:23px;
}

.contect3 {
	float:left;
	width:260px;
}

#Email_Address {
	font-family: 'Open Sans', sans-serif;
	border:none;
	background-color: transparent;
	color:#fff;
	font-size:14px;
	line-height:38px;
	height:38px;
	background-image: url('email-bg.png'); background-repeat: no-repeat;
	width:247px;
	padding-left:10px; padding-right:10px;
	outline: none;
}

#Your_Message {
	font-family: 'Open Sans', sans-serif;
	border:none;
	background-color: transparent;
	color:#fff;
	font-size:14px;
	background-image: url('msg-bg.png'); background-repeat: no-repeat;
	width:247px;
	padding:10px;
	margin-top:20px;
	height:130px;
	outline: none;
}

#submit {
	float:right;
	margin-top:10px;
	display:block;
	background-image: url(btn-send.png);
	height:56px;
	width:127px;
}

#submit:active {
	background-image: url(btn-send.png);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}

.foot {
	width:100%;
	height:67px;
}

.footer {
	width:960px;
	text-align:right;
	line-height:67px;
	font-family:Georgia;
	font-size:18px;
	color:#999;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
}

.footer a {
	text-decoration: none;
	color:#bbb;
	font-weight: 600;
}

/* iPad popup */
/* Alert */
#iphone_alert {
	width : 100%;
	height : 100%;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	z-index:3000;
	color: #fff;
	background-color:rgba(0,0,0,.5);
	-webkit-transform : scale(0);
	   -moz-transform : scale(0);
	    -ms-transform : scale(0);
	     -o-transform : scale(0);
	        transform : scale(0);
}

#iphone_alert .alert {
	font: normal 17px/23px "Helvetica Neue", Arial;
	background: #162344;
	background: rgba(22,35,68,0.9);
	color: #fff;
	text-shadow: hsla(0,0%,0%,0.8) 0 -1px 0;
	margin: 0 auto;
	padding: 0 0 8px 0;
	border: 2px #dfe1e6 solid;
	position: absolute;
	width: 300px;
	/*left: 4.5%;
	top:30%;*/
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
	   -moz-box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
	        box-shadow: hsla(0,0%,0%,0.7) 0 1px 2px;
}
#iphone_alert .alert::after {
	content: '';
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:      -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	background:         linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#697287', EndColorStr='#343f5c', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#697287', endColorstr='#343f5c', GradientType=0);
	height: 15%;
	width: 100%;
	-webkit-border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	   -moz-border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	        border-radius: 7px 7px 50% 50%  / 7px 7px 4px 4px;
	position: absolute;
	left: 0;
	top:0;
}

#iphone_alert .text {
	position: relative;
	z-index: 110;
	text-align: center;
	width: 90%;
	left: 5%;
	margin: 13px 0 15px 0;
}
#iphone_alert .text b {
	margin-bottom: 5px;
	display: block;
}
#iphone_alert .button {
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 35%;
	cursor: pointer;
	border: 1px #131e3b solid;
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: -webkit-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:    -moz-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:     -ms-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:      -o-linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	background:         linear-gradient(top, rgba(116, 124, 143, 0.8) 0%, rgba(52, 63, 92, 0.8) 50%, rgba(22, 35, 68, 0.8) 50%, rgba(35, 47, 78, 0.8) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#747c8f', EndColorStr='#232f4e', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747c8f', endColorstr='#232f4e', GradientType=0);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow: #454f69 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0;
	        box-shadow: #454f69 0 1px 0;
}

#iphone_alert .button.wide {
	width: 235px;
	margin-left: 10px;
}
#iphone_alert .button.f_left {
	float: left;
	margin: 0 0 0 10px;
	width:45%;
}
#iphone_alert .button.f_right {
	float: right;
	margin: 0 10px 0 0;
	width:45%;
}

#iphone_alert .button.light {
	background: -webkit-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:    -moz-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:     -ms-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:      -o-linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	background:         linear-gradient(top, rgba(174, 178, 190, 0.6) 0%, rgba(106, 116, 139, 0.6) 50%, rgba(80, 90, 117, 0.6) 50%, rgba(95, 105, 129, 0.6) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aeb2be', EndColorStr='#5f6981', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb2be', endColorstr='#5f6981', GradientType=0);
	-webkit-box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
	        box-shadow: #454f69 0 1px 0, inset #dadde4 0 1px 0;
}

#iphone_alert .button:active {
	background: -webkit-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:    -moz-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:     -ms-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:      -o-linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	background:         linear-gradient(top, rgba(90, 95, 102, 0.7) 0%, rgba(41, 47, 57, 0.7) 50%, rgba(23, 31, 40, 0.7) 50%, rgba(36, 44, 53, 0.7) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5a5f66', EndColorStr='#242c35', GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5f66', endColorstr='#242c35', GradientType=0);
	-webkit-box-shadow: #454f69 0 1px 0;
	   -moz-box-shadow: #454f69 0 1px 0;
	        box-shadow: #454f69 0 1px 0;
}

.f_left {float: left}
.f_right {float: right}