﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Message
-----------------------------------------------------------*/
.error {
    padding: 10px;
    background-color: #ffcece;
    border: 1px solid #ff4040;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
}

.success {
    padding: 10px;
    background-color: #c1fdc8;
    border: 1px solid #1de134;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
}

/*Image Gallery
-----------------------------------------------------------*/
.gallery-page {
    position: static;
    float: left;
    width: 340px;
    padding-left: 30px;
}

.box {
    float: left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    background-color: #000;
}

.box-icon {
    width: 100%;
    position: relative;
}

.gallery_main {
    width: auto;
    overflow: hidden;
    padding: 30px 20px 30px 30px;
}

.view_more {
    background-color: #821b1c;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    padding: 8px 25px;
    float: left;
}

/*masonry gallery
-----------------------------------------------------------*/
.box img {
    width: 100%;
}

#content {
    float: left;
    width: 100%;
}

#content .box {
    width: 33.33%;
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
    box-sizing: border-box;
    box-shadow: none; /* Opera/IE 8+ */
}

.box img {
    width: 100%;
}

.about_box_line {
    max-width: 410px;
}

/*map
-----------------------------------------------------------*/
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }