@charset "utf-8";
/*
CSS Document for Summit
By: Light Media <Aakash Bhatia>
http://lightmedia.com.au/
*/

/* ------------------------------------------------- */
/*  0. Global Styles
/*	1. About Page Styles
/*  2. Media Queries
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* 0. Global Styles Start
/* ------------------------------------------------- */
/* Resets */
* {
	margin:0px;
	padding:0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display:block;
}

img, video, canvas {
    max-width: 100%;
}

a {
	text-decoration:none;
}

/* Elements */
body {
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size:45px;
	line-height:82px;
	font-family:Arial, sans-serif;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

header {
	padding-top:2%;
}

/* Classes */
.wrap {
	margin:0 auto;
	/* width:70.9%; */
	width:80.9%;
}

.clear {
	clear:both;
}

.required {
	padding-left:0px;
}

div.error {
    color: #FF0000;
    font-size: 12px;
    line-height: 12px;
	clear:both;
	padding-left:28.54%;
	padding-top:5px;
}

/* IDs */
#logo {
	background-image:url(../images/air.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	width:457px;
	height:120px;
}
	#logo img {
		display:none;
	}
/* ------------------------------------------------- */
/* 0. Global Styles End
/* ------------------------------------------------- */

/* ------------------------------------------------- */
/* 1. About Page Styles Start
/* ------------------------------------------------- */
#about-us {
	background-color:#FFD420;
	min-height:600px;
	border-bottom:16px solid #213443;
	margin-bottom:13.59%;
	
}
	#about-us .wrap {
		position:relative;
	}
	#about-us p {
		width:49.42%;
	}
	
#about-us-form {
	background-color:#2a5576;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	width:42%;
	padding-left:6.5%;
	position:absolute;
	right:0px;
	top:-43px;
	padding-top:22px;
	padding-bottom:30px;
	-webkit-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:4px 4px 5px rgba(50, 50, 50, 0.75);
	box-shadow:4px 4px 5px rgba(50, 50, 50, 0.75);	
}
	#about-us-form h2 {
		color:#FFF;
		font-size:32px;
		line-height:36px;
		margin-bottom:34px;
	}
	#about-us-form label {
		float:left;
		color:#FFF;
		padding-left:5px;
		width:27.54%;
		font-size:22px;
		line-height:45px;
		margin-top:5px;
		padding-top:5px;
	}
	#about-us-form .input-text {
	    float:left;
		width:59.12%;
		height:43px;
		font-size:22px;
		border:1px solid #666;
		margin-top:15px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		background-color:#DFDDDE;
	}
		#about-us-form .input-text.small {
			width:30.36%;
			float:right;
			margin-right:11.3%;
		}
		#about-us-form .input-text.first {
			margin-top:0px;
		}
	#captchaimg {
		margin-top:18px;
	}
	#about-us-form .submit-button {
		background-color:#53C5DF;
		border:0px;
		width:88.6%;
		height:62px;
		font-size:30px;
		line-height:62px;
		text-transform:uppercase;
		color:#FFF;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 1);
		-moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 1);
		box-shadow:0px 2px 5px rgba(0, 0, 0, 1);
		cursor:pointer;
		margin-top:44px;
	}
	#about-us-form .message {
		height:120px;
		font-size:22px;
		line-height:20px;
		font-family:Arial, sans-serif;
		font-weight:normal;
	}
	#about-us-form .input-text.error, #about-us-form textarea.error {
		border:1px solid #F00;
	}
/* ------------------------------------------------- */
/* 1. About Page Styles End
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 3. QapTcha Start
/* ------------------------------------------------- */
.QapTcha {float:left;margin-top:20px;width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {float:left; width:240px;; height:37px;float:left;border:1px solid #040404;background-color:#101010;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../images/qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
/* ------------------------------------------------- */
/* 3. QapTcha End
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 2. Media Queries Start
/* ------------------------------------------------- */
@media screen and (max-width: 1024px) {
	body {
		font-size:16px;
		line-height:24px;
	}
	h1 {
		font-size:38px;
		line-height:60px;
		font-family:Arial, sans-serif;
	}
	.wrap {
		width:85%;
	}
	#logo {
		background-image:none;
		width:auto;
		height:auto;
	}
		#logo img {
			display:block;
			width:300px;
		}
	#about-us-form {
		position:absolute;
		right:0px;
		top:-70px;
		width:42%;
	}
		#about-us-form label {
			font-size:18px;
		}
	#about-us p {
		width:49.42%;
	}
	.QapTcha .bgSlider {
		width:85%;
	}
}
@media screen and (max-width: 800px) {
		#about-us-form {
		position:static;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	#about-us p {
		width:100%;
	}
	.wrap {
		width:80.9%;
	}
}
@media screen and (max-width: 600px) {
	body {
		font-size:18px;
		line-height:24px;
	}
	
	h1 {
		font-size:38px;
		line-height:60px;
		font-family:Arial, sans-serif;
	}
	.wrap {
		width:80.9%;
	}
	#logo {
		background-image:none;
		width:auto;
		height:auto
	}
		#logo img {
			display:block;
		}
	#about-us-form {
		position:static;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
		#about-us-form label {
			font-size:12px;
		}
	#about-us p {
		width:100%;
	}
	#about-us-form .input-text.small {
		width:30.36%;
		float:none;
		margin-right:11.3%;
		margin-left:27.54%;
	}	
}
@media screen and (max-width: 420px) {
	body {
		font-size:18px;
		line-height:24px;
	}
	h1 {
		font-size:38px;
		line-height:60px;
		font-family:Arial, sans-serif;
	}
	.wrap {
		width:80.9%;
	}
	#logo {
		background-image:none;
		width:auto;
		height:auto
	}
		#logo img {
			display:block;
		}
	#about-us-form {
		position:static;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
		#about-us-form label {
			font-size:12px;
		}
	#about-us p {
		width:100%;
	}
	#about-us-form .input-text.small {
		width:30.36%;
		float:none;
		margin-right:11.3%;
		margin-left:27.54%;
	}	
}
/* ------------------------------------------------- */
/* 2. Media Queries End
/* ------------------------------------------------- */