@import url(http://fonts.googleapis.com/css?family=Oswald);
body {
	padding:0;
	margin:0;
	background: #f3f3f5;
	font-family:arial;
}
img {
	border:0;
	max-width:100%;
}
.clearfix {
	clear:both;
}
.wrapper {
	width:1024px;
	margin:0 auto;
}
.header {
	width:1000px;
	float:left;
	padding:10px 0 10px 15px;
}
.main {
	width:994px;
	padding:10px;
	padding-bottom:0;
	float:left;
	position: relative;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.banner-outer {
	width:100%;
	float:left;
}
.main h1 {
	font-size:18px;
	color:#1f4751;
	margin:15px 0 15px 0;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	padding:5px 0 5px 15px;
	float:left;
	background: #9cc8d3;
	background: -moz-linear-gradient(left, #9cc8d3 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9cc8d3), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #9cc8d3 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #9cc8d3 0%, #ffffff 100%);
	background: -ms-linear-gradient(left, #9cc8d3 0%, #ffffff 100%);
	background: linear-gradient(to right, #9cc8d3 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc8d3', endColorstr='#ffffff', GradientType=1 );
}
.form-outer {
	width:100%;
	float:left;
}
.con-outer {
	width:96%;
	float:left;
	padding:50px 2%;
	color: #1f4751;
}
.con-outer h1 {
	font-size:18px;
	padding:0 0 25px;
	margin:0;
	background:none;
	float:none;
}
.con-left {
	width:65%;
	float:left;
}
.con-outer ul {
	line-height:25px;
	padding: 0 0 25px 40px;
	margin:0;
}
.con-outer a {
	padding: 8px 10px;
	background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	border: 1px solid #05abe0;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 5px;
	font-size:14px;
}
.satis {
	float:left;
	text-align:center;
	width:35%;
}
.form-outer ul {
	padding:5px 0 7px;
	float:left;
	width:100%;
	margin:0;
}
.form-outer ul li {
	width:90%;
	float:left;
	list-style:none;
	color:#1f4751;
	margin:0 2% 3px 2%;
	position: relative;
	font-size: 12px;
	margin-bottom: 15px;
}
.form-outer label {
	width:30%;
	float:left;
	font-size:14px;
	color:#1f4751;
	font-weight: 600;
}
.main input[type="text"], textarea {
	border:1px solid #ccc;
	padding:5px 2%;
	width:65%;
}
.main select {
	border:1px solid #ccc;
	padding:4px 2%;
	width:69%;
}
.main input[type="submit"] {
	background:#1f4751;
	width:100px;
	padding:8px 0;
	border:0;
	color:#fff;
	border-radius:5px;
	margin-top:5px;
	font-size:14px;
	cursor:pointer;
}
.more_btn1 {
	background:#1f4751;
	width:100px;
	padding:8px 0;
	border:0;
	color:#fff;
	border-radius:5px;
	margin-top:5px;
	font-size:14px;
	cursor:pointer;
}
.more_btn2 {
	background: #1f4751;
	width: 100px;
	padding: 8px 0;
	border: 0;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 14px;
	cursor: pointer;
}
.main input[type="file"] {
	border:1px solid #9AB6BD;
	padding:5px 2%;
	width:65%;
}
.footer {
	width:100%;
	float:left;
	text-align:center;
	font-size:12px;
	color:#ddd;
	padding:5px 0;
}
#slideshow {
	position:relative;
	height:150px;
	z-index: 0;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.submit-box {
	width:400px;
	padding:80px 0;
	text-align:center;
	margin:150px auto;
	border:5px solid #090;
	font-size:18px;
	font-weight:bold;
	background:#fafafa;
}
.nw-main {
	background: #f3f3f5;
}
.final {
	height: 500px;
}
.icn {
	font-size: 22px;
	border: 1px solid black;
	border-radius: 50%;
	padding: 9px;
	width: 5%;
	text-align: center;
}
.header-text {
	font-size: 36px;
	font-weight: bold;
	color: #0691bd;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	padding-left: 45px;
	padding-top: 50px;
}
.alert-box {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.alert-box .close-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
}
.alert-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.errorMessage {
	position: absolute;
	z-index: 99;
	padding:5px;
	right: 25px;
	font-size: 11px;
	top: -29px;
	margin: 1em 0 3em;
	color: #000;
	background: #FBF5E6;
	background: -moz-linear-gradient(top, #63C6DF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63C6DF), color-stop(100%, #FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63C6DF', endColorstr='#FFFFFF', GradientType=0 );
	border: 1px solid #63C6DF;
	border-radius: 3px;
}
.errorMessage:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-10px;
	left:50px;
	width:0;
	height:0;
	border-width:10px 10px 0;
	border-style:solid;
	border-color:#63C6DF transparent;
}
.warranty-success {
	position: absolute;
	z-index: 999;
	left: 255px;
}
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform-origin: top left; animation-timing-function: ease-in-out; }
	20%, 60% { -webkit-transform: rotate3d(0,0,1,80deg); -webkit-transform-origin: top left; animation-timing-function: ease-in-out; }
	40%, 80% { -webkit-transform: rotate3d(0,0,1,60deg); -webkit-transform-origin: top left; animation-timing-function: ease-in-out; opacity:1; }
	100% { -webkit-transform: translate3d(0,700px,0); opacity: 0; }
}
@keyframes hinge {
	0% { transform-origin: top left; animation-timing-function: ease-in-out; }
	20%, 60% { transform: rotate3d(0,0,1,80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	40%, 80% { transform: rotate3d(0,0,1,60deg); transform-origin: top left; animation-timing-function: ease-in-out; opacity:1; }
	100% { transform: translate3d(0,700px,0); opacity: 0; }
}
.hinge { animation-name: hinge; }
.qq-uploader { width: 70%; float: right; margin-top: 10px; }
.adjust { padding: 3px; }
.border-bottom {}
@media only screen and (min-width:150px) and (max-width:800px) {
	.wrapper { width:96%; padding:0 2%; }
	.main label { font-size:100%; }
	.main { width:96%; padding:2%; }
	.header { width:96%; padding:2%; text-align:center; }
	.main ul li { width:100%; margin:5px 0 0; }
	#slideshow { height:100px; }
}
@media only screen and (min-width:150px) and (max-width:480px) {
	#slideshow { height:50px; }
}
