/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-form {
    margin-bottom: 80px;
}
.address-form {
    float: left;
    width: 40%;
}
.contact-form-box {
	float: left;
    width: 60%;
}
.address-form label {
    color: #b30c2f;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}
.address-form ul li {
    margin-bottom: 25px;
}
.address-form ul.find-us li {
    display: inline-block;
    float: left;
    font-size: 0.86em;
    margin-bottom: 0;
    margin-right: 13px;
}
.address-form ul.find-us li a {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.address-form ul.find-us li a .fa-facebook {
	color: #3b5998;
}
.address-form ul.find-us li a .fa-twitter {
	color: #00abf1;
}
.address-form ul.find-us li a .fa-youtube {
	color: #E62117;
}
.address-form ul.find-us li a .fa-linkedin {
	color: #0177B5;
}
.address-form ul.find-us li a .fa-google-plus {
	color: #D85040;
}
.address-form ul.find-us li a .fa-pinterest {
	color: #BD081C;
}
.address-form ul.find-us {
    margin-bottom: 0;
    margin-top: 90px;
}
.contact-form-box label {
    font-size: 16px;
}
.contact-form-box .page-heading {
    margin-bottom: 40px;
    padding-bottom: 0;
}
.contact-form-box .page-subheading {
	padding-left: 0px;
	border: none;
	margin-bottom: 0; 
}
.contact-form-box .col-md-3 {
	padding-left: 0; 
}
@media (max-width: 991px) {
	.contact-form-box .col-md-3 {
		padding-right: 0; 
	} 
}
.contact-form-box .col-md-9 {
	padding-right: 0; ]
}
@media (max-width: 991px) {
	.contact-form-box .col-md-9 {
		padding-left: 0; 
	} 
}
.contact-form-box #desc_contact0 {
	display: none; 
}
.contact-form-box textarea {
	height: 185px; 
	box-shadow: none;
}
.contact-form-box .submit {
	margin-top: 20px; 
}
#uniform-id_contact.selector {
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    width: 100% !important;
}
.contact-form-box input.form-control,
.contact-form-box textarea.form-control::-moz-placeholder{
	color: #00174f;
	font-size: 16px;
	height: 50px;
}
.contact-form-box textarea.form-control::-webkit-placeholder{
	color: #00174f;
	font-size: 16px;
	height: 50px;
}
.contact-form-box textarea.form-control::-ms-placeholder{
	color: #00174f;
	font-size: 16px;
	height: 50px;
}
.contact-form-box textarea.form-control::-o-placeholder{
	color: #00174f;
	font-size: 16px;
	height: 50px;
}
div.uploader span.filename {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #00174f;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-right: 13px;
    width: 438px;
}
div.uploader{
	height: 40px;
}
div.uploader span.action {
    background: rgba(0, 0, 0, 0) linear-gradient(#9da6bb, #8590ab) repeat scroll 0 0;
    color: #fff;
    font-family: "Oswald Regular",sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.025em;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
	position: relative;
}
div.uploader span.action::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 36px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
    z-index: 2001;
}
div.selector select {
    width: calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	background: #f8f8f8 none repeat scroll 0 0;
    height: 100%;
}
div#uniform-id_contact.selector::before{
	top: 23px;
	border-top-color: #4d4d4d;
	right: 20px;
}

#submitMessage.btn-default {
    background: #00c0a5 none repeat scroll 0 0;
    border-color: #00c0a5;
    color: #fff;
    font-family: "Oswald Regular",sans-serif;
    font-weight: 800;
    height: 50px;
    letter-spacing: 0.05em;
    padding: 12px 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contact-form-box div.uploader span.filename {
		width: 114px; 
	} 
}
/*# sourceMappingURL=contact-form.css.map */
