﻿@charset "utf-8";
/* CSS Document */
.contact{
	margin:60px 0;
	}
.contact-right{
	padding-left:50px;
	}
.contact-right h3{
	font-size:24px;
	margin-top:40px;
	font-weight:bold;
	margin-bottom:40px;
	}
.contact-right p{
	font-size:14px;
	line-height:28px;
	}
	

.contact-divider{
	width: 100%;
    overflow: hidden;
    background: #f0efeb;
    border-bottom: #141a1a 10px solid;
	}
#message{
	margin: 4% auto;
	}
.message-title .divider{
	position:relative;
	z-index:-1;
	top:35px;
	width:100%;
	height:1px;
	background-color:#000;
	}
.message-title h3{
	display:inline-block;
	font-size: 30px;
	background-color:#fff;
	margin-bottom:60px;
	}

.message-content form > div{
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
	}
.message-content form span{
	color: #444;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    width: 10%;
    float: left;
    font-weight: normal;
	}
.message-content form input[type="text"]{
	width: 80%;
    float: left;
    height: 30px;
    line-height: 30px;
    border: #ddd 1px solid;
    background: #f7f7f7;
    padding: 0 5px;
	}
.message-content p{
	color: #444;
    font-size: 15px;
	}
.message-content form .validation{
    display:inline-block;
}
.message-content label{
	margin-top:10px;
	margin-bottom:5px;
	width: 100%;
    overflow: hidden;
    font-weight: normal;
	}
.message-content h5{
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
	}
.message-content input[type="submit"]{
	width: 110px;
    height: 40px;
    background: #151515;
    color: #fff;
    float: right;
    margin-top: 10px;
	border:0px;
	}
