header {
    background: url(../img/pagesnavbg.jpg) top center;
    height: 100px;
}

header nav li a:hover {
    border-top: 5px solid #FFF;
}

.whitespace {
    display: block;
    height: 50px;
    background: #transparent;
}

#map_wrapper {
    height: 600px;
    text-align: center;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#map_wrapper h3 {
    text-transform: uppercase;
}

.pagecontainer {
    text-align: center;
}

.pagecontainer h3 {
    text-transform: uppercase;
}

#faq .panel-heading {
    background: #f47721;
    text-transform: uppercase;
    text-align: left;
    font-family: 'hurme_geometric_sans_4regular';
    font-weight: normal;
    color: #FFF;
}

#faq .panel-body {
    text-align: left;
    padding: 20px;
}

#contactus .features li {
    margin-bottom: 10px;
}

#contactus .features i {
    background: #fff;
    color: #1c76bc;
    border-radius: 50%;
    border: 1px dotted #1c76bc;
    font-size: 18px;
    padding: 2px;
    width: 25px;
    text-align: center;
    margin-right: 10px;
}

