.contacts {}

.contacts #page-title {
	background-image: url(../images/pages/contacts.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contacts article {}
.contacts article a {color: #434343;}
.contacts article a:hover {
	color: #17824a;
}

.contacts article a.social {
	border-radius: 50%;
	width: 41px;
	height: 41px;
	border: 2px solid #434343;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	color: #363636;
	font-size: 16pt;
}

.contacts article a.social:hover {
	background-color: #434343;
	color: #fff;
}

.contacts article .column {
	width: 24%;
	display: inline-block;
}

.contacts #contacts-form {}

.contacts #contacts-form span.selectlabel {
	display: inline-block;
	width: 342px;
	height: 47px;
	overflow: hidden;
	background: url("../images/rect4151.png") no-repeat transparent;
	margin-bottom: 10px;
}

.contacts #contacts-form span.selectlabel select {
	background: transparent;
	width: 368px;
	padding: 5px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 47px;
	-webkit-appearance: none;
	padding: 0 30px;
	outline: 0;
}

.contacts #contacts-form input {
    margin: 0 0 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	font-weight: 300;
	width: 280px;
}

.contacts #contacts-form input:focus,
.contacts #contacts-form textarea:focus {
	outline: 0;
}

.contacts #contacts-form button[type=submit]:hover {
    background-color: #005001;
}

.contacts #contacts-form textarea {
    border: 1px solid #afb1b0;
    border-radius: 25px;
    padding: 25px 125px 25px 25px ;
    resize: none;
    width: 580px;
    height: 165px;
    font-family: inherit;
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	font-weight: 300;
}

.contacts #contacts-form button[type=submit] {
    border: none;
    background-color: #434343;
    color: #fff;
    width: 80px; height: 80px;
    font-size: 25pt;
    cursor: pointer;
    border-radius: 50%;
    transition: all 200ms ease 0s;
    box-shadow: 0 7px 3px rgba(0,0,0,0.2);
    margin-left: -100px;
    position: relative;
    top: 65px;
}

.contacts #contacts-form button[type=submit]:hover {
    background-color: #17824a;
}
