.navbar-brand span {
	font-size: 16px;
}

.line-height-1-4 {
	line-height: 1.4em;
}

.overflow-hidden {
	overflow: hidden;
}

/*contact*/
.contact-map {
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-form { margin-bottom: 20px }
.address h4 {
    color: #797979;
    margin-top: -3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.contact-infos {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 10px;
}

#sendmessage {
    border:1px solid #e6e6e6;
    background:#f6f6f6;
    display:none;
    text-align:center;
    padding:15px 12px 15px 65px;
    margin:10px 0;
    font-weight:600;
    margin-bottom:30px;

}

#sendmessage.show,.show  {
    display:block;
}