@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/roboto_bold/stylesheet.css");
@import url("../webfonts/Roboto_Light/stylesheet.css");
@import url("../webfonts/Roboto_Regular/stylesheet.css");


/* CSS Document */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

.detail {
	height: 50px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
}
.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 16px;
}
.imess {
	
	height: 130px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	vertical-align: top;
}
.imess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 16px;
	background-image: none;
	height: 130px;
	width: 100%;
}
.button {
	background-color: #660000;
	text-align: center;
	height: 80px;
	width: 150px;
	border-top-l5ft-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "Roboto Regular", "Sans Serif";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin-top: 1%;
	margin-bottom: 1%;
	
}
@media only screen and (min-width: 481px) {
.detail {
	height: 50px;
	width: 97%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	bbackground-image: url(../images/bg/formbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	background-color: #FFF;
}


.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 17px;
}
.imess {
	
	height: 130px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-right: 1%;
	margin-left: 1%;
	background-size: cover;
	vertical-align: top;
}
.imess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 17px;
	background-image: none;
	height: 130px;
	width: 100%;
}
.button {
	background-color: #660000;
	text-align: center;
	height: 80px;
	width: 150px;
	border-top-l5ft-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "Roboto Regular", "Sans Serif";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin-top: 1%;
	margin-bottom: 1%;
	
}
}
@media only screen and (min-width: 769px) {

.detail {
	height: 50px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
		
}
.imess {
	height: 130px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	
	
}
.imess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 18px;
	background-image: none;
	height: 150px;
	width: 100%;
}
.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 18px;
	background-image: none;
}
.imess {
	height: 130px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	vertical-align: top;	
	
}
.imess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 18px;
	background-image: none;
	height: 150px;
	width: 100%;
}
.button {
	background-color: #660000;
	text-align: center;
	height: 80px;
	width: 150px;
	border-top-l5ft-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "Roboto Regular", "Sans Serif";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin-top: 1%;
	margin-bottom: 1%;
	
}

}
@media only screen and (min-width: 1200px) {

.detail {
	height: 50px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	background-size: cover;
	
	
}

.detail:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 21px;
	background-image: none;
}
.imess {
	height: 130px;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "opensans regular", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg/formbg.jpg);
	background-color: #FFF;
	
	background-size: cover;
	vertical-align: top;	
	
}
.imess:focus {
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-color: #FFFFFF;
	font-size: 21px;
	background-image: none;
	height: 130px;
	width: 100%;
}
.cb {
	height: 20px;
	width: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-transition: background-color .50s ease;
	-webkit-transition: background-color .50s ease;
	-o-transition: background-color .50s ease;
	transition: background-color .50s ease;
	background-size: cover;
	vertical-align: middle;
	padding-left: 0%;
	
	
}
.text {
	font-family: "teko semibold", "Open Sans Semibold", "Arial Black";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
.cus {
	font-family: "opensans light", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2C2C78;

}
.button {
	background-color: #660000;
	text-align: center;
	height: 80px;
	width: 150px;
	border-top-l5ft-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: "Roboto Regular", "Sans Serif";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	margin-top: 1%;
	margin-bottom: 1%;
	
}
}
.error {
	color: #F00;
	margin-left: 5px;
	float:left;
}
.gotcha {
	display:none;
}

#cSend {
text-align:center;	
}