.form-contact {
    text-align: left;
    margin-top: 20px;
}

.form-contact .field {
	margin-bottom: 25px;
	clear: both;
	position: relative;
}

.form-contact .field label {
    position: absolute;
    line-height: 40px;
    font-style: italic;
    top: -28px;
    left: 0;
    color: #888;
    transition: .2s;
}

.form-contact .field:hover label {
    line-height: 20px;
    font-style: normal;
    top: -20px;
    left: 0px;
    color: #252a32;
    transition: .2s;
}

.form-contact .field.checked label {
    line-height: 20px !important;
    font-style: normal !important;
    top: -20px !important;
    left: 0px !important;
    color: #252a32 !important;
}

.form-contact .field input,
.form-contact .field textarea {
	background: transparent;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    outline: 0;
    border: 1px solid #aaa;
    padding: 0 20px;
    color: #252a32;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
}

.form-contact .field textarea {
	background: transparent;
    width: 100%;
    height: 140px;
    border-radius: 0;
    outline: 0;
    border: 1px solid #aaa;
    padding: 0 20px;
    color: #252a32;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    resize: none;
}

.form-contact .submit {
    text-align: right;
}

.form-contact .submit input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background: #252a32;
    border: 2px solid #252a32;
    padding: 6px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    border-radius: 0;
    outline: 0;
}

.form-contact .submit input[type="submit"]:hover {
    color: #252a32;
    background: transparent;
    transition: .2s;
}



@media only screen and (max-width: 500px) {
/* start */

.form-contact .column {
    width: calc(100% - 15px);
}

/* end 500 */
}


.social_content ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_content ul li a {
    background: #252a32;
    color: #fff;
    line-height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    transition: .2s;
}

.social_content ul li a:hover {
    opacity: .8;
    transition: .2s;
}