@charset "utf-8";
/* CSS Document */

/*  ragistration form wrapper  */

.ragistrationform {
	width: 80%;
	margin: 0 auto;
	padding: 0px 0;
}

.ragistrationform h3 {
  font-family: "AvenirLTStd-Black";
	width: 100%;
	margin: 0 auto 30px auto;
	font-size: 28px;
	line-height: 36px;
	color: #333;
	text-align: center;
	letter-spacing: 0;
}
.ragistrationform h3 u {
	color: #d12a39;
	display: block;
	margin-bottom: 5px;
}


.ragistrationform h4 {
  font-family: "AvenirLTStd-Black";
	margin: 0 auto 15px auto;
	font-size: 18px;
	line-height: 24px;
	color: #ee322a;
}
.ragistrationform h5 {
  font-family: "AvenirLTStd-Black";
	margin: 25px auto 0px auto;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.ragistrationform label {
	display: block;
	width: 100%;
	color: #333;
	/*letter-spacing: 0.5px;
	text-transform: uppercase;*/
	font-size: 16px;
	padding: 0 0 0 0px;
}
.ragistrationform label span {
	color: #ff0000;
}


.ragistrationform input, .ragistrationform textarea {
	width: 93%;
	/*border: 1px solid #c8c8c8;
	border-top: 0px;
	border-radius: 5px;*/
	border: 0;
	box-shadow: none;
	padding: 12px 3%;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000;
	background: #e8e8e8 !important;
}
.ragistrationform select {
	width: 100%;
	border: 0px;
	box-shadow: none;
	padding: 12px 3% 12px 3%;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000;
	background: #e8e8e8 !important;
}
.ragistrationform input.error, .ragistrationform select.error {
	border: 2px solid #ff0000;
	/*border-top: 0px;*/
}

.ragistrationform input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.ragistrationform input[type="checkbox"].error {
	border: 1px solid #ff0000 !important;
}




.ragistrationform button {
	width: 180px;
	margin: 20px auto 0 auto;
	display: block;
	border: 0px;
	box-shadow: none;
	border-radius: 5px;
	padding: 15px 0;
	line-height: 20px;
  font-family: "AvenirLTStd-Black";
	font-size: 26px;
	color: #fff;
	background: #d12a39;
	cursor: pointer;
	letter-spacing: 1px;
}
.ragistrationform button:hover {
	background: #000;
}



.ragformcolmain {
	display: table;
	content: "";
	width: 100%;
	clear: both;
	margin: 15px 0;
}
.ragformcol1 {
	float: left;
	display: block;
	width: 48%;
}
.ragformcol2 {
	float: right;
	display: block;
	width: 48%;
}
.ragformcol3 {
	float: left;
	display: block;
	width: 48%;
	margin: 10px 0;
}
.ragformcol4 {
	float: right;
	display: block;
	width: 48%;
	margin: 10px 0;
}




.error {
	color: #ff0000 !important;
	text-transform: capitalize !important;
}




.ragformcolmain1 {
	margin-top: 30px;
}
.ragformcolmain2 {
	display: table;
	content: "";
	width: 100%;
	clear: both;
	margin: 5px 0;
}
.ragformcolmain3 {
	margin: 10px 0;
}



/*  End  */


@media only screen and (max-width: 1440px){
	
	.ragistrationform h3 {
		margin: 0 auto 20px auto;
		font-size: 22px;
		line-height: 30px;
	}
	
}




@media only screen and (max-width: 1100px){
	
	.ragistrationform h3 {
		width: 100%;
		margin: 0 auto 20px auto;
		font-size: 20px;
		line-height: 24px;
	}
	
	
	.ragistrationform {
		width: 90%;
	}
	
}


@media only screen and (max-width: 650px){
	
	.ragistrationform h3 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.ragformcolmain {
		margin: 0px 0;
	}
	.ragformcol1 {
		float: none;
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	.ragformcol2, .ragformcol3, .ragformcol4 {
		float: none;
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	
}






input:focus,
select:focus, 
textarea:focus {
	box-shadow: 0 0 5px #d12a39;
	border: 1px solid #d12a39;
	background: #C90205;;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	position: relative;
	z-index: 9999;
}