.contacts {}
.contacts h1 {
	padding: 0 20px;
}

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

.contacts article {
	padding: 0 20px;
}

.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: 100%;
	display: block;
	margin-bottom: 20px;
}

.contacts #contacts-form {
	padding: 0 20px;
}

.contacts #contacts-form .dib { display: block;}

.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 {
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	font-weight: 300;

	width: calc(100% - 60px);
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	outline: 0;
}

.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;
    resize: none;
    height: 165px;
    font-family: inherit;
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	font-weight: 300;

	width: calc(100% - 60px);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	outline: 0;
}

.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);
    top: 65px;
	display: block;
	margin: 0 auto;
}

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