.page-header {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}
.cat-header {
    background: #e7e7e7;
    color: #333;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .2s;
}
.cat-header:hover {
    background: #e1e1e1;
}

.faq-caret {
    width: 10px;
    height: 7px;
    border-top: 6px solid #555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    transition: .2s;
    opacity: 0;
}
.question-category:hover .faq-caret {
    opacity: 1;
}
.question:last-child {
    padding-bottom: 15px;
    display: block;
}
.question-title {
    padding-left: 10px;
    color: #444;
    cursor: pointer;
    margin-bottom: 10px;
}
.question-answer{
    background: #FFF;
    padding: 15px 10px;
    color: #666;
    margin-bottom: 15px;
    display: none;
}
.question-answer.active {
    display: block;
}
.form-header {
    font-size: 0.9em;
    margin: 20px 0 0;
    color: #666;
}
label {
   color: #666;
   margin: -14px 0 3px; 
}


#map {
	width: 100%;
	max-width: 300px;
	height: 150px;
}



#msg-form .phone-field {
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    height:0;
    width:0;
    z-index: -1;
}


.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}


.d-none{
    display: none;
}


.send-msg {
    margin-left: 0px!important;
    margin-top: 15px;
}











