body{
	background: #fff;
}
/*body{
	background: #d0d0ce;
    background: -moz-linear-gradient(#d0d0ce 0%, #ffffff 100%);
	background: -webkit-linear-gradient(#d0d0ce 0%, #ffffff 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d0ce), to(#ffffff));
	background: -o-linear-gradient(#d0d0ce 0%, #ffffff 100%);
	background: linear-gradient(#d0d0ce 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0ce', endColorstr='#ffffff',GradientType=0 );
}*/
a {
	color:#009ED5;
}
a:hover {
		color:#002E3D;
}
/* --- Header --- */
header{
	background:#fff;
	border-bottom:10px solid #8CBD3A;
}
.header-holder {
	padding:10px 0;
}
.logo {
	border-radius:7px;
}
.header-contacts {
	position:relative;
}
.top-contacts-holder {
	position:absolute;
	right:0;
	top:20%;
	color:#009ED5;
}
.top-contacts-holder div {
	margin-bottom:5px;
}
.ac-overlay {
	position:absolute;
	top:50%;
	left:10%;
	height:100px;
	margin-top:-100px;
}
/* --- Content --- */
.bottom-holder {
	padding:10px 0;
}
/* --- Footer --- */
footer {
	background:#8CBD3A;
	color:#ffffff;
}
.footer-holder {
	padding:10px 0;
}
.footer-address p {
	margin:0;
}
.footer-right {
	position:relative;
}
.tr7s, .tr7s:hover {
	color:#ffffff;
	text-decoration:none;
}
#social a {
	margin-left:7px;
	transition: all .2s ease-in-out;
}
#social a:hover {
	color:#8CBD3A;
	transform: scale(1.1);
}
.designed {
	position:absolute;
	right:0;
	bottom:0;
}
.footer-right {
	text-align:right;
}
/*Bottom*/
#bottom {
	background-color:#fff;
}
/*Form*/
.contact-holder {
	padding:10px;
}
input#name, input#phone, input#email, textarea#message {
    width: 98%;
    border-radius: 7px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
}
.captha {
	margin-top:10px;
}
.g-recaptcha > div > div {
	margin:0 auto;
}
.uk-button.submit-button {
	margin-top:10px;
	border-radius:5px;
	color:#fff;
	background-color:#009ED5;
	padding: 10px 15px;
}
.uk-button.submit-button:hover{
	color:#E0E0E0;
	background-color:#0099CC;
}
.input-holder {
	text-align:center;
}
.help-block {
	color:#e74c3c;
}
.has-error .form-control, .has-error .form-control:focus {
	border: 1px solid #e74c3c;
}
.list-unstyled {
	list-style:none;
}
.text-danger, .text-danger:hover {
    color: #e74c3c;
}
/*Widgets*/
.simple-widget {
	padding:15px;
	border-radius:5px;
	border:1px solid;
}
.test-small-img {
	width:65px;
	height:auto;
}
.testimonial-date {
	font-size:10px;
	margin-top:-10px;
}
.testimonial-location {
	margin-top:-15px;
}
.testimonial-date1 {
	font-size:10px;
	margin-top:-15px;
}
.g-recaptcha {
	height:90px;
}
/* --- Media Queries --- */
@media (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media (max-width:767px) {
	.top-contacts-holder {
		position:relative;
		margin-top:15px;
		text-align:center;
	}
	.header-holder {
		text-align:center;
	}
}
@media (max-width:479px) {
	.designed {
		text-align:center;
	}
	.contacts-holder {
		position:relative;
		margin-top:10px;
		text-align:center;
	}
	footer {
		text-align:center;
	}
	.designed {
		position:relative;
		margin-top:10px;
	}
	.footer-right {
		text-align:center;
		margin-top:10px;
	}
	.top-contacts-holder {
		position:relative;
		margin-top:15px;
		text-align:center;
	}
}