/********************
    - Preloader -
********************/
.preloader {
	display:inline-block;
	vertical-align:middle;
	padding-left:8px;	
}

/******************
    - Captcha -
******************/
.captcha {
	clear:both;
	display:inline-block;
	border:1px solid #ddd;
	padding:10px;
	background-color:#f6f6f6;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.captcha img {
	display:block;
	float:left;
}

.captcha img.captcha-img {
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.captcha > i.change-captcha {
	cursor:pointer;
	margin-top:5px;
	margin-left:10px;
}

input.captcha[type=text] {
	width:200px !important;
	margin-top:5px;
}

/************************
    - Notifications -
************************/
.notification {
	display:none;
	position:relative;
	clear:both; 
	margin:0 auto 15px; 
	width:100%;
	padding:15px;
	min-height:20px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.notification .inner {
	clear:both;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#fff;
}

.notification ul {
	margin-left:2em !important;
}

.notification p.error-message {
	font-weight:bold;
	margin-bottom:10px !important;
}

/* Notification close button */
.notification .close {
	position:absolute;
	display:block;
	right:15px;
    top:50%;
	margin-top:-5px;
	width:9px;
    height:9px;
	opacity:0.7;
	text-indent:-9000px;
	background:url(../images/notification-close.png) no-repeat;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.notification .close:hover {
    opacity:1;
}

/* Success notification box */
.notification.success {
	background-color:#7cb63a;
}

/* Failure notification box */
.notification.fail {
	background-color:#ff675b;
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	form label {
		clear:both;
		width:100%;
		margin-bottom:6px;	
	}
	
	form .inputs {
		clear:both;
		width:100%;
	}
	
	.form-submit {
		margin:0;	
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.ajax-contact-form {
		margin:30px auto;		
	}
	
	.ajax-contact-form .form .title {
		font-size:20px;
		padding:15px;	
	}
	
	form label {
		font-size:13px;
		line-height:18px;	
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.ajax-contact-form {
		margin:15px auto;		
	}
	
	.ajax-contact-form .form .title {
		font-size:16px;
		padding:10px;	
	}
	
	form label {
		font-size:12px;
		line-height:16px;	
	}
	
	input.aweform[type=text], select.aweform {
		width:100%;	
	}
}
