/* CSS Document */
.container {
	width: 960px !important;	
}


.btn {
	white-space: normal !important;	
}

textarea {
	resize: none !important;	
}

#social img {
	margin-top: 20px;
	margin-left: 10px;
	border-radius: 5px;	
}

.foot-social img {
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 5px;	
}


#footer-container {
	width: 100%;
	height: 430px;
	background: url(../images/footer_bg.jpg) center repeat-x;	
}

.footer-info {
	color: #FFF;
	font-size: 24px;	
	margin-top: 20px;
	text-align: left;
}

.foot-image {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;	
}

.foot-add {
	color: #FFF;
	font-size: 18px;	
	text-align: left;
	margin-top: 40px;
	line-height: 40px;
}

#contactform {
	margin-top: 40px;	
}

#contactform label {
	color: #FFF;	
}

.error {
	margin-top: 10px;	
}

.sending {
	margin-top: 30px;
	text-align: center;	
}

#ajax-loader {
	margin-top: 100px;
	text-align: center;	
}

.status-error {
	padding: 10px;
	border: 2px solid #F00;
	background: #FFD3CE;
	border-radius: 8px;	
}

.status-success {
	padding: 10px;
	border: 2px solid #6F0;
	background: #CFFED2;
	border-radius: 8px;	
}