.contactWrapper {
	display: table;
	width: 100%;
	min-height: 480px;
	padding-top: 10px;
}

.contactWrapper .l {
	width: 480px;
	float: left;
	height: 100px;
}

.contactWrapper .feedback {
	font-size: 22px;
	padding-bottom: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0F0F0F;
}

.contactWrapper .l .tName {
	padding: 0 0 6px;
	color: #565656;
}

.contactWrapper .l .inputTxt {
	/*	
 width: 94%; 
 border: solid 1px #ABABAB;
	background: #F5F5F5;
	padding: 0 2%;height: 35px;
	line-height: 35px;
	*/
	width: 98%;
	border: none;
	background: #FFFFFF;
	border-bottom: solid 1px #ABABAB;
	height: 30px;
	line-height: 30px;
	position: relative;
	outline: none;
	letter-spacing: 1px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.contactWrapper .l .inputTextarea {
	/*	width: 94%;
	padding: 2%;
	border: solid 1px #ABABAB;
	background: #F5F5F5;*/
	width: 97%;
	border: none;
	border-bottom: solid 1px #ABABAB;
	height: 200px;
	resize: none;
	position: relative;
	outline: none;
	letter-spacing: 1px;
}

.contactWrapper .r {
	width: 680px;
	float: right;
}

#contactContent {}

#contactContent img {
	max-width: 100%;
}


/*******/

a.commonBtn {
	color: #fff;
	border: none;
	position: relative;
	height: 40px;
	font-size: 15px;
	padding: 0 40px;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 10px;
	letter-spacing: 1px;
}

a.submitBtn1 {
	background: #067CC2;
}

a.commonBtn:hover {
	box-shadow: 2px 2px 2px #8f8f8f;
}


/* Overline From Left */

a.hvr-overline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

a.hvr-overline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #f31e2c;
	height: 20px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

a.hvr-overline-from-left:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	background: #d81724;
	height: 20px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

a.hvr-overline-from-left:hover:before,
a.hvr-overline-from-left:hover:after {
	width: 100%;
}


/****toast******/

#toastTip {
	display: none;
	max-width: 50%;
	padding: 20px 40px;
	position: fixed;
	top: 40%;
	left: 45%;
	z-index: 5000;
	opacity: 0.9;
	background-position: initial initial;
	background-repeat: initial initial;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 13px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}

.toastTip-bgcolor-success {
	background: #a9262c;
}

.toastTip-bgcolor-error {
	background: #000000;
}


/****toast******/


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background: #990000;
	transition: opacity 500ms linear;
	z-index: 9999;
	top: 0
}

#progress.show {
	display: block;
	opacity: 1;
	width: 0;
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #990000 1px 0 6px 1px;
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}

#bg {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	z-index: 9998;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}


/**loading**/

.errMsg {
	height: 13px;
	margin: 4px 0 6px;
	color: #FF0000;
	font-size: 12px;
	letter-spacing: 1px;
	width: 98%;
}

.formMsg {
	padding: 8px 0;
	letter-spacing: 1px;
	font-size: 16px;
	position: relative;
	top: -37px;
	left: 150px;
	display: none;
}

.formMsg span {
	display: inline-block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin-right: 5px;
	font-size: 16px;
}

.formMsg1,
.formMsg3 {
	color: #FF0000;
}

.formMsg2 {
	color: #009900;
}

.formMsg1 span,
.formMsg3 span {
	border: solid 1px #FF0000;
}

.formMsg2 span {
	border: solid 1px #009900;
}

.contactWrapper .l .required {
	border-bottom: solid 1px #FF0000;
}


/*.contactWrapper .l input.inputTxt:focus{
		border-bottom: solid 1px #000000;
	}*/

.contactWrapper .l .inputTxt,
.contactWrapper .l .inputTextarea {
	position: relative;
	z-index: 3;
}

.contactWrapper .l .inputTxt+.errMsg,
.contactWrapper .l .inputTextarea+.errMsg {
	position: relative;
	z-index: 3;
}

.contactWrapper .l .inputTxt+.errMsg:before,
.contactWrapper .l .inputTextarea+.errMsg:before {
	position: absolute;
	z-index: 5;
	content: "";
	left: 0;
	top: -5px;
	background: #000000;
	height: 1px;
	width: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
}

.contactWrapper .l .inputTextarea+.errMsg:before {
	top: -8px;
}

.contactWrapper .l .inputTxt:focus+.errMsg:before,
.contactWrapper .l .inputTextarea:focus+.errMsg:before {
	width: 100%;
}