/* Global Styles */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	padding-top: 0; /* body padding for fixed top nav */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg);
}
img {
	max-width: 100%;
	height: auto;
}
.body ul, .body ol, .body ul li, .body ol li {
	margin: 0 20px 0 0;
	float: none;
	position: relative;
	left: 20px;
	color: #000;
}
/*p img {
	border: 3px #fff solid;
	overflow: hidden;
	z-index: 999;
	margin-right: 15px;
	margin-bottom: 10px;
}*/
h4 {
	color: #134576;
}
/**************************MENU START*****************************/

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	float: right;
	width: 100%;
	background-color: transparent;
	border: none;
	margin-top: 0;
	margin-bottom:0;
	background: rgb(80,170,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(80,170,253,1) 0%, rgba(2,121,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,170,253,1)), color-stop(100%,rgba(2,121,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50aafd', endColorstr='#0279cc',GradientType=0 ); /* IE6-9 */
	min-height: 0;
	padding: 0 0;
	height:auto;
	border-top:1px #0279cc solid;
}
.nav > li > a {
	padding:15px 53px;
	font-family: 'MyriadPro';
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	text-shadow:#000 1px 1px 1px;
	font-weight:bold;
	border-left:2px #3bd6ff solid;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffe32a !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffe32a !important;
	background-color: transparent !important;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #0CF;
}
@media (max-width: 1199px) {
	.nav > li > a {
		padding: 15px 35px;
	}
}
 @media (max-width: 991px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	padding: 0px 0;
	height: auto;
}
.nav > li > a {
	padding: 5px 13px;
	width: 100%;
	float: left;
	border:none;
	border-bottom:1px #00CCFF dashed;
}
.navbar-nav {
	margin: 0;
}
}
 @media (min-width: 768px) {
.navbar-right {
	float: left !important;
	width: 100%;
}
}
/**************************MENU END*****************************/

/* Global Styles End */

/**************************header start**************************/

header {
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	background:url(../images/headerbg.jpg) no-repeat center top;
	background-size:cover;
	border-top:4px #ffc12a solid; 
}
.logo {
	float: left;
	margin:15px 0;
	text-align:left;
	z-index:999;
	position:relative;
}

.phone{
	float:right;
	text-align:right;
	margin:70px 0;
}

.phone p{
	font-family:'Rockwell';
	color:#ff940e;
	font-weight:bold;
	font-size:34px;
	line-height: 25px;
}

.phone a{
	font-size:24px;
}

/**************************header end**************************/

/**************************banner start**************************/

.banner {
	width: 100%;
	float: left;
	box-shadow:#000 0px 2px 5px;
	position:relative;
}
.banner img{
	width: 100%;
	border-bottom:15px #4aa6f9 solid;	
}
.banner h1{
	font-size:70px;
	font-family: 'Rockwell';
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.banner p{
	font-size:20px;
	font-family: 'MyriadPro';
	color:#FFF;
}

.carousel-caption {
position: absolute;
right:0;
bottom: 15px;
left:0;
z-index: 10;
padding-top: 20px;
padding-bottom:60px;
color: #fff;
text-align: center;
text-shadow:none;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.92))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 ); /* IE6-9 */
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
top: 45%;
}
.carousel-control {
z-index: 99;
}

/**************************banner end**************************/


/**************************body start**************************/

.body {
	width: 100%;
	float: left;
	margin: 0 0;
	background: -moz-linear-gradient(top, rgba(71,164,247,0.19) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,164,247,0.19)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(71,164,247,0.19) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(71,164,247,0.19) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(71,164,247,0.19) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(71,164,247,0.19) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3047a4f7', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.body-in{
	width:100%;
	float:left;
	background:#FFF;
	box-shadow:#000 0px 3px 10px;
	border-radius:0 0 8px 8px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.service{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	z-index:99;
	border-bottom:1px #CCCCCC solid;
	margin:-60px 0 0 0;
}
.service-part{
	width:23%;
	float:left;
	margin:5px 1%;
}
.service-part a img{
	border:7px #FFFFFF solid;
	border-radius:8px;
	box-shadow:#000 0px 0px 8px;
}
.service-part span img{
	margin:10px 0 0 0;
}
.service-part span {
	margin: 10px 0 0 0;
	width: 100%;
	float: left;
	background: url(../images/yolbg.png) no-repeat bottom center;
	background-size: 65%;
	font-size: 28px;
	text-shadow: #000 0px 2px 2px;
	font-weight: bold;
	color: #06F;
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 5px;
	-webkit-text-stroke: 1px #fff;
text-shadow: 0px 2px 2px #666, 
				0px 0px 0 #000, 
				0px 0px 0 #000, 
				0px 0px 0 #000, 
				0px 0px 0 #000;
				letter-spacing:-2px;
				margin-bottom:10px;
}
.body-in h2{
	width:100%;
	float:left;
	color:#000;
	font-size:40px;
	font-weight:bold;
	margin:20px 0;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

.body-in p{
	color:#333;
	font-size:18px;
	margin:10px 0;
	font-family: 'MyriadPro';
}

.quotes{
	display:none;
}


.yourtestimonial{
	width:50%;
	margin:0 auto;
}

.testimonials{
	width:100%;
	float:left;
	margin-bottom:30px;
	min-height:190px;
}
/**************************body end**************************/


/**************************footer start**************************/

.footr_logo{
	width:100%;
	float:left;
}

.footr_logo img{
	margin-bottom:10px;
}

.footer {
	width: 100%;
	float: left;
	background: rgb(80,170,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(80,170,253,1) 0%, rgba(2,121,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,170,253,1)), color-stop(100%,rgba(2,121,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50aafd', endColorstr='#0279cc',GradientType=0 ); /* IE6-9 */
	border-top:4px #ffc12a solid; 
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	line-height: 25px;
	margin-top:20px;
}
.footer a {
	padding: 2px 10px;
	color: #FFF;
	border-left: 1px #FFFFFF solid;
}
.footer a:first-child {
	border-left: none;
}
.footer a:last-child {
	border-left: none;
}
/**************************footer end**************************/


/*************************************contact******************************/

#contact_form {
	width: 98%;
	margin-top: 1%;
	float: left;
	padding: 0 10px;
}
#ff label {
	cursor: pointer;
	margin: 2px 0;
	color: rgba(2,121,204,1);
	display: block;
}
input {
	width: 100%;
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}
.long {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-family: 'Trajan';
}
.sendButton {
	background: rgb(80,170,253);
background: -moz-linear-gradient(top, rgba(80,170,253,1) 0%, rgba(2,121,204,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,170,253,1)), color-stop(100%,rgba(2,121,204,1)));
background: -webkit-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
background: -o-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
background: -ms-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
background: linear-gradient(to bottom, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50aafd', endColorstr='#0279cc',GradientType=0 );
	color: #fff;
	font-size: 14px;
	width: 18%;
	font-weight: bold;
	min-width: 90px;
	float: left;
	margin: 5px 0;
}
.sendButton:hover {
	background:rgba(2,121,204,1);
	color: #fff;
	text-shadow: #000 2px 2px 5px;
}
textarea {
	width: 100%;
	float: left;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
	height: 160px;
}
select {
	width: 100%;
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}


/*************************************contact******************************/
/**********************************sub menu{if required}*****************************

li ul{
	list-style-type:none;
}

li ul{
    position: absolute;
    margin:0 0 0 70px;
	display: none;   
    z-index: 99;
    width: 300px;
	padding:0 30px;
	float:right;
}

li:hover ul{
    display: block;
}

li ul li{
    font-size: 14px;
    float: none;
    text-align: left;
	padding:10px 0;
	 background: #3b709c;  Old browsers 
background: -moz-linear-gradient(top, #3b709c 19%, #2b5e8e 70%, #184c82 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#3b709c), color-stop(70%,#2b5e8e), color-stop(100%,#184c82));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, #3b709c 19%,#2b5e8e 70%,#184c82 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, #3b709c 19%,#2b5e8e 70%,#184c82 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, #3b709c 19%,#2b5e8e 70%,#184c82 100%);  IE10+ 
background: linear-gradient(to bottom, #3b709c 19%,#2b5e8e 70%,#184c82 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b709c', endColorstr='#184c82',GradientType=0 );  IE6-9 
}

li ul li:last-child{
    border-bottom:none;
}

li ul li a{
    color:#FFF;
	font-size:1.2em;
	font-family: 'Trajan';
	padding:0 10px;
}

li ul li a:hover{
    color:#fae603;
	text-decoration:none;
}

/****************************sub menu********************************/



/****************************media quary start********************************/

@media (max-width: 1199px) {
	.banner h1 {
		font-size: 52px;
	}
	.banner p {
		font-size: 16px;
	}
.logo {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.phone{
	width:100%;
	text-align:center;
	margin:10px 0;
}

.phone p{
	font-size:26px;
}

.phone a{
	font-size:20px;
}

.body-in h2 {
  font-size:24px;
}

.yourtestimonial{
	width:70%;
}

#quick-form h2 {
  font-size: 20px !important;
}

}
 @media (max-width: 991px) {
/*li ul {
	position: relative;
	margin: 0 0 0 0;
	display: none;
	z-index: 100;
	padding: 10px 30px;
	width: 100%;
	float: right;
}*/

.body-in h2 {
  font-size:20px;
}

.footer a {
	padding: 0;
	width: 100%;
	float: left;
	border-left: none;
}
.service-part span {
	font-size: 22px;
	line-height: 26px;
}
.yourtestimonial{
	width:90%;
}

#quick-form h2 {
  font-size:18px !important;
}
}
 @media (max-width: 767px) {
.carousel-control {
	display:none;
}
.service {
	margin: 0 0;
	padding: 15px 0;
}
.carousel-caption {
padding-top: 10px;
padding-bottom: 5px;
bottom:8px;
}
.banner img {
border-bottom: 8px #4aa6f9 solid;
}
.banner h1 {
		font-size: 48px;
	}
	.banner p {
		font-size: 15px;
	}
.service-part{
	width:48%;
}
.service-part span {
font-size: 30px;
line-height: 40px;
}

.body-in h2 {
  font-size:16px;
}
.yourtestimonial{
	width:95%;
}
}
 @media (max-width: 620px) {
.banner h1 {
		font-size: 34px;
		padding:0 15px;
		margin-top:0;
}
.banner p {
		font-size: 13px;
		padding:0 15px;
}
	
.service-part{
	width:98%;
}
}
 @media (max-width: 480px) {
	 .carousel-caption {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		color: #fff;
		text-align: center;
		border-bottom: 8px #4aa6f9 solid;
}

}
 @media (max-width: 380px) {

.phone p{
	font-size:20px;
}

.phone a{
	font-size:16px;
}

}
/****************************media quary end********************************/


/****************************Form***********************************/

form.register {
	width: 100%;
	margin: 20px auto 0px auto;
	padding: 5px;
	float: left;
}
form p {
	font-size: 10pt;
	clear: both;
	margin: 0 0;
	padding: 10px 0;
	width: 100%;
	float: left;
	margin-bottom: 0px !important;
}
form.register label {
	color: #8f579e;
	float: left;
	text-align: left;
	margin-right: 6px;
	margin-top: 2px;
	width: 90%;
	font-size: 16px;
}
form.register label.optional {
	float: left;
	text-align: right;
	margin-right: 6px;
	margin-top: 2px;
	color: #A3A3A3;
}
form.register label.obinfo {
	float: right;
	padding: 3px;
	font-style: italic;
}
form.register input {
	width: 100%;
	color: #505050;
	float: left;
	margin-right: 5px;
}
form.register textarea {
	width: 80%;
	color: #505050;
	float: left;
	margin-right: 5px;
	border: 1px solid #022e64;
	padding: 8px;
	height: 100px;
}
form.register input.short {
	width: 50%;
	color: #505050;
	padding: 8px;
	border: 1px solid #022e64;
}
form.register input.short {
	color: #505050;
}
form.register input[type=radio] {
	float: left;
	width: 15px;
}
form.register label.gender {
	margin-top: -1px;
	margin-bottom: 2px;
	float: left;
	text-align: left;
	line-height: 19px;
}
form.register input[type=text] {
	border: 1px solid #022e64;
	padding: 8px;
}
.button {
	background: #ac69bd; /* Old browsers */
	background: -moz-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac69bd), color-stop(100%, #a059a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ac69bd 0%, #a059a8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac69bd', endColorstr='#a059a8', GradientType=0 ); /* IE6-9 */
	padding: 8px 10px 8px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: left;
	font-size: 20px;
	margin: 10px 0;
	border: none;
	width: 150px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.button:hover {
	background: #a059a8; /* Old browsers */
	background: -moz-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a059a8), color-stop(100%, #ac69bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a059a8 0%, #ac69bd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a059a8', endColorstr='#ac69bd', GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: #000 2px 2px 5px;
}
form.register input[type=text].year {
	border: 1px solid #022e64;
	padding: 7px;
	width: 130px;
}
form.register input[type=checkbox] {
	width: 14px;
	margin-top: 4px;
}
form.register select {
	border: 1px solid #022e64;
	width: 50%;
	float: left;
	margin-bottom: 3px;
	color: #505050;
	margin-right: 5px;
	padding: 6px;
	background: none;
}
/*form.register select.date
{
    width: 40px;
}*/
input:focus, select:focus {
	background-color: none;
}
p.info {
	font-size: 7pt;
	color: gray;
}
p.agreement {
	margin-left: 15px;
}
p.agreement label {
	width: 390px;
	text-align: left;
	margin-top: 3px;
}
.center {
	text-align: center !important;
	float: left;
	width: 15% !important;
}
.shortlabel {
	width: 15% !important;
	float: left;
}
.plan {
	width: 80% !important;
	float: left;
}
 @media only screen and (max-width: 991px) {
form.register input[type=text].year {
	width: 73px;
}
}
 @media only screen and (max-width: 767px) {
form.register label {
	width: 100%;
}
form.register input {
	width: 100%;
}
form.register input.long {
	width: 100%;
}
form.register input[type=text].year {
	width: 130px;
}
form.register textarea {
	width: 100%;
}
.center {
	text-align: left !important;
	float: left;
	width: 100% !important;
}
.shortlabel {
	width: 25% !important;
}
.plan {
	width: 100% !important;
	float: left;
}
}
 @media only screen and (max-width: 380px) {
.shortlabel {
	width: 88% !important;
}
}
 @media only screen and (max-width: 480px) {
form.register select {
	width: 100%;
}
form.register input[type=text].year {
	width: 100%;
}
form.register input.short {
	width: 100%;
}
}


/*********************************/

#quick-form {
	padding:15px 15px;
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	border-radius:10px;
	box-shadow:#000 0px 0px 10px;
	margin-bottom:15px;
}

#quick-form h2{
	font-size:26px;
}

#quick-form label {
	color: #164e88;
	font-family: Arial;
	font-size: 14px;
	display: block;
	padding: 5px 0;
	margin: 0;
}
#quick-form input {
	background:#FFF;
	width:100%;
	color: #000;
	border: 1px solid #999;
	border-radius: 3px;
	float:left;
	margin-bottom:10px;
	box-shadow:#666 0px 0px 3px;
	padding:2px 10px;
}

#quick-form textarea {
	background:#FFF;
	width:100%;
	color: #000;
	border: 1px solid #999;
	border-radius: 3px;
	float:left;
	margin-bottom:10px;
	box-shadow:#666 0px 0px 3px;
	padding:2px 10px;
	height:70px;
}
#quick-form input#qcSubmit {
	width: 93px;
	height: 35px;
	background: rgb(80,170,253);
	background: -moz-linear-gradient(top, rgba(80,170,253,1) 0%, rgba(2,121,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,170,253,1)), color-stop(100%,rgba(2,121,204,1)));
	background: -webkit-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
	background: -o-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
	background: linear-gradient(to bottom, rgba(80,170,253,1) 0%,rgba(2,121,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50aafd', endColorstr='#0279cc',GradientType=0 );
	color:#FFF;
	float:left;
	box-shadow:none;
}

#quick-form input#qcSubmit:hover{
	box-shadow:#000 0px 0px 5px;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 515px) {

}

