﻿		header h3 {
    font-size: 18px;
    padding: 10px 39px;
    border-radius: 0;
    width: 100%;
    line-height: 20px;
    text-align: left;
    background: #f38e1c;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    border-bottom: 2px solid #333;
    text-shadow: .5px 0 0 #000;
    color:#000;
        font-weight: 300;

}
header .fa-caret-up {
    left: 37px;
    right: 0;
    margin-top: -59px;
    color: #f38e1c;
    text-shadow: none;
}

@media(max-width:991px){
header h3 {
    font-size: 15px;
    padding: 10px 15px;
    text-align:center;
    }
    .header form{
        padding-left: 0;
    }
    header .fa-caret-up {
    left:0px;
    }
}

@media(max-width:767px){
    header h3{
        text-align: center;
    }
}
