body {
    background-color: #eaeaea;
}

.jumbotron {
    text-align: center;
    background: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    max-width: 900px;
}

.body-content {
    max-width: 1100px;
}

.header {
    width: 100%;
    max-width: 1100px;
    height: 20px;
}

.header .row {
    display: inline;
    padding: 10px 20px 0 0;
}

.header .row .flag-icon {
    margin-left: 10px;
    height: 16px;
}

.lead {
    padding-top: 20px;
    font-size: 24px !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
}

ul {
    margin: 15px 0 0 15px;
    padding: 0;
}

@media(max-width: 768px) {

    .wrap, .body-content {
        max-width: 100%;
    }
    .lead {
        font-size: 20px !important;
    }
    h1 {
        font-size: 26px;
    }
    .ul-2 {
        margin-top: 0;
    }
    ol {
        margin: 0 0 0 20px;
        padding: 0;
    }
}

p {
    margin: 0 0 22px 0;
}

table td {
    padding: 0 10px 8px 0;
}

.block-image img {
    max-width: 100%;
    height: auto;
    border: solid 1px #cccccc;
    margin-top: 5px;
    margin-bottom: 15px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.block-image img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.main-photo-fill {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.main-photo-fill img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: -110px 0 -40px 0;
    border: solid 1px #cccccc;
}

@media(max-width: 768px) {

    .main-photo-fill img {
        width: 100%;
        margin: -25px 0 -25px 0;
    }
}

.photos {
    margin-left: 10px;
    width: 100%;
}

.photos .row {
    position: relative;
    left: 15px;
    max-width: 810px;
    width: 100%;
}

.photos .preview {
    min-width: 130px;
    min-height: 100px;
}

.photos .preview img {
    width: 120px;
    max-height: 90px;
    border: solid 1px #cccccc;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact-hr {
    padding-bottom: 18px;
}

.contact-title {
    padding-bottom: 15px;
}

.map {
    width: 690px;
    height: 280px;
    max-width: 690px;
    max-height: 280px;
}

@media(max-width: 768px) {

    .map {
        max-width: 100%;
        max-height: 280px;
    }
    .contact-hr {
        padding-bottom: 10px;
    }
    .contact-title {
        padding-bottom: -0;
    }
}
