
/**********************************/
/*********** CONTACT **************/
/**********************************/
#contact{
	height: 520px;
}
.contact-sidebar-left{
	width: 55%;
	float: left;
}
.contact-sidebar-right{
	float: right;
	width: 42%;
}
.contact-form {
    margin-bottom: 20px;
}
.formFieldWrap {
    margin-top: -5px;
}
.formValidationErrorMessage{
	display: none;
}
.contactNameField {
    font-size: 12px;
    padding-bottom: 5px;
}

#contactNameField {
    text-transform: capitalize;
}
.contactField {
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #cacaca;
    color: #666;
    font-size: 12px;
}
.contactEmailField {
    font-size: 12px;
    padding-bottom: 5px;
}

.contactMessageTextarea {
    font-size: 12px;
    padding-bottom: 5px;
}
.field-title span {
    float: right;
    opacity: 0.2;
}
.contactTextarea {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 9px 12px;
    box-sizing: border-box;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #cacaca;
    color: #666;
	font-family: Tahoma;
    font-size: 12px;
    min-width: 100%;
    min-height: 80px;
	max-height: 180px;
	resize: none;
}

.buttonWrap {
    display: inline-block;
    line-height: 20px;
    min-width: 43%;
    padding-bottom: 24px;
}
.contactSubmitButton {
    display: block !important;
    height: 36px !important;
    line-height: 19px !important;
    margin-right: 4px;
    width: 100%;
}
.button-green {
    background-color: #27ae60;
    color: #ffffff;
}
.button {
    display: inline-block;
    padding: 10px 20px;
}
#formSuccess-notification {
	height: 80px;
	display: none;
    background-color: #27ae60 !important;
    color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}
#close-formSuccess  p{
	padding-top: 0px !important;
	font-size: 12px;
}

#formSuccess-notification  p{
	padding-top: 30px;
	font-size: 12px;
}
.formSuccess-text p{
	color: #AC0000;
	padding-right: 10px;
	text-align: right;
	width: 30px;
	float: right;
}
#moreMsg{
	display: none;
    margin-bottom: 30px;
	height: 16px;
	width: 125px;
    overflow: hidden;
}
#moreMsg p{
    color: #000;
	font-size: 12px;
	line-height: 14px;
}
#moreMsg p:hover{
	color: #FC0000;
}
.static-notification-red {
    background-color: #c0392b;
    color: #ffffff;
    margin-bottom: 30px;
	height: 45px;
    overflow: hidden;
}
.static-notification-red p {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 30px;
}
.uppercase {
    text-transform: uppercase;
}
.center-text {
    display: block;
    text-align: center;
}
.right-text{
    display: block;
    text-align: right;
}
.contact-info-title{
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}
.contact-info , .postal-info{
	margin-left: 20px;
    color: #666;
    display: block;
    height: 25px;
}
.contact-info .fa {
    display: inline-block;
    font-family: FontAwesome;
	font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	padding-right: 20px;
	width: 12px;
}
