body
{
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
    background-color: #3C3C3A;
}

#header.section,
#footer.section
{
    background: #3C3C3A!important;
    color: #7AC4AA;
}

.logo
{
    margin-top:  15px;
    margin-bottom:  15px;
    max-width: 90%;
    display: inline-block;
}

.handwrite
{
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.cSlogan
{
    color: #7AC4AA;
}

.block,
.block *
{
    display: inline-block;
}

.fLeft
{
    float: left;
}

.fRight
{
    float: right;
}

.newLocal
{
    color: #e30613;
    float: right;
    margin-right: 35%;
    margin-top: 17px;
    padding: 3px;
    border: solid 1px;
    font-size: 1.2em;
    border-radius: 50%;
    box-shadow: 2px 1px 0px #e30613;
    font-weight: 700;
    
}

.box
{
    min-height: 500px;
}

.box span.color
{
    color: #000;
}

#map
{
    width: 100%;
    height: 617px;
    border-radius: 6px; 
}

.gMapsInfo
{
    white-space: nowrap;   
    margin: 8px 8px 13px 8px; 
}

.gm-style-iw
{
    overflow: hidden !important;
}

.color
{
    color: #715e48;
    display: block;
}

.box *
{
    color: #000;    
}

.spacer
{
    background: #fff!important;
}

a
{
    color: #7AC4AA;
}

hr
{
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.border
{
    border: solid 1px #7AC4AA;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.border-wrapper
{
    padding: 10px;
    
}

.section > .inner
{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.min
{
    min-height: 100px;
}

.grey
{
    background: #eee;
    border-bottom: solid 1px #ddd;
}

ul li
{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box
{
    box-shadow: 0 0 3px 0px #fff;
    border-radius: 6px;

    transition: all 0.3s;
}

.box.wood-bg
{
    background: url(/file/img/bg_all2.jpg) no-repeat;
    background-size: 110% 110%;
    background-position: -22px -20px;    
}

h1
{
    font-size: 2em;
    font-weight: 400;
}

footer p
{
    font-size: 0.8rem;
}

ul,ol
{
    padding-left: 20px;
}