h1, h3
{
    font-variant: all-small-caps;
}

.my-center
{
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.p0
{
    padding: 0 !important;
}

.plr10
{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.m0
{
    margin: 0 !important;
}

.mb100
{
    margin-bottom: 100px !important;
}

.mb50
{
    margin-bottom: 50px !important;
}

.mt20
{
    margin-top: 20px !important;
}

.mtb20
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.w100
{
    /*width: calc(100% - 20px);*/
    width: 100%;
}

.w250px
{
    width: 250px;
}

i#search-btn
{
    cursor: pointer;
}

#search-bar
{
    background-color: #EAEAEA;
    padding-right: 8px;
}

[name=search]
{
    width: calc(100% - 17px);
    background-color: transparent;
    border: none;
    padding: 3px 8px;
}

[name=search]:focus
{
    outline: 2px solid black;
    box-shadow: 0 0 2px 1px #888888;
}

#map
{
    width: 100%;
    height: 500px;
}

.row
{
    margin-left: 0;
    margin-right: 0;
}

.inline
{
    display: inline-block;
}

.flex-container
{
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.hr
{
    border: 1px solid silver;
    width: 100%;
    height: 1px;
}

.my-hide
{
    display: none;
}