/* CSS Document */
*{margin: 0;padding: 0;box-sizing: border-box;}
body {	
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
img {max-width: 100%;}
#skycondos_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	padding: 10px 0;
}
.headerleft {
	float: left;
	padding-top: 10px;
}
.headerright {
	float: right;
	font-size: 14px;
	color: #4a4a4a;
}
.clear {
	clear: both;
}
#container {
	padding: 10px 0;
}
.leftcontent {
	float: left;
	width: 360px;
	background: #7de2ff;
	height: 490px;
}
.form-title {
	padding: 20px 10px 0 10px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #3368b4;
	text-align: center;
}
.form-content {
	padding: 20px 10px;
}
.textfield {
	font-size: 14px;
	color: #000;
	padding-bottom: 4px;
}
.textfieldbox {
	padding-bottom: 12px;
}
.error-msg {
	display: block;
	font-size: 12px;
	color: #ff0000;
	text-align: right;
	padding: 2px;
}
.textfieldbtn {
	text-align: center;
}
.textbox {
	background: #ffffff;
	padding: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #e6ebef;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea {
	background: #ffffff;
	padding: 10px;
	font-size: 14px;
	color: #999;
	border: 1px solid #e6ebef;
	width: 100%;
	box-sizing: border-box;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
.selectbox {
	background: #ffffff;
	padding: 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #abadb3;
	width: 98%;
}
.submit-btn {
	background: #3169b4;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border: 0 none;
	border-radius: 5px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
.rightcontent {
	float: right;
	width: 639px;
}
.normaltext {padding: 5px 0;font-size: 14px;color: #0f3b65;font-weight: normal;line-height: 20px;font-family: Arial, Helvetica, sans-serif;border-radius: 3px;}
.mainheading {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background: #3169b4;
}
.heading {padding: 10px 0;font-size: 16px;color: #0f3b65;font-weight: bold;line-height: 24px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.facilities ul {padding: 0 0 0 15px;margin: 0;}
.facilities ul li {list-style-image: url(../images/bullet.jpg);font-size: 14px;color: #0f3b65;font-weight: normal;line-height: 20px;font-family: Arial, Helvetica, sans-serif;padding: 2px 0;}
.amenities{ width: 470px;background: #e8f7fc;padding: 0 10px;border-radius: 5px;height: 160px;margin-bottom: 10px;}
.fleft{float: left;}
.fright {float: right;}
.amenities-imgs {margin: 10px 0;}
.amenities-imgs ul {padding: 0;margin: 0;}
.amenities-imgs ul li {list-style-type: none;float: left;}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	#wrapper {width: 100%;padding: 5px;}
	.headerleft {width: 75%;}
	.headerright {width: 25%;}
	.leftcontent, .rightcontent {
		float: none;
		width: 100%;
	}
	.amenities {float: none;width: 100%;height: auto;}
	.amenities-imgs ul li {float: none;}
	.amenities-imgs ul li img {width: 100%;}
}

.noshow { display:none; }

.success_page h2
{
	font-size: 35px;
	font-weight: bold;
	color: #34393E;
	padding-top: 20px;
	text-align: center;
}
.success_page-text1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	margin-bottom: 3px;
	
}
.success_page-text2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.success_page-text3 {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #34393E;
	padding-top: 20px;
	padding-bottom: 20px;
}
