/****************************  ****************************/

.map {
    margin: 30px 0 0 0;
    border: 1px solid #777777;
}

.map iframe {
    width: 100%;
    height: 295px;
    border: 7px solid #fff;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-box {
    background: url('../images/contact/bg.jpg') center top;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.contact-box .logo {
    border: 1px solid #B5530B;
    margin: -1px 0 0 0;
    text-align: center;
    padding: 5px;
    position: relative;
}

.contact-box .logo:after {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-box .logo img {
    margin: 20px 0;
    position: relative;
    z-index: 20;
}

.contact-page-box {
    padding: 20px 0 25px;
    position: relative;
}

.contact-page-box:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 5px);
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, .7);
}


/****************************  ****************************/
