body {
    font-family: 'Bai Jamjuree', sans-serif;
}

.business-header {
    height: 50vh;
    min-height: 300px;
    background: url('http://placehold.it/1920x400') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-blue {
    background: #03478c
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1) !important;
    box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 1) !important;
}

.card {
    height: 100%;
}

.none-bottom {
    margin-bottom: 1px
}

@media (max-width: 700px) {
    .sub-head {
        font-size: 85%
    }
}

a {
    text-decoration: none !important
}

.mapouter {
    text-align: right;
    height: 300px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 300px;
    width: 100%;
}