body {
    font-family:'Roboto', sans-serif;
    background:url(/images/bg2.png) repeat;
    color:#404040;
    margin:0 auto;
}
a {
    color:#851300;
    text-decoration:none;
}
a:hover {
    color:#851300;
    text-decoration:underline;
}
.container {
    background:#fff;
}
#content h1 {
    font-size:32px;
    font-family:'Droid Serif', serif;
    margin:20px 5px 10px 20px;
    font-weight:700;
}
/* grey: a2968a */
/* red: 851300 */

#header {
    background:#606060;
    padding:20px;
    position:relative;
    border-bottom:2px solid #851300;
    box-shadow: 1px 0px 1px rgba(0,0,0,0.75);
}
#header h1 {
    border:0;
}
#header a.logo {
    background:url(/images/logo.png) no-repeat;
    width:432px;
    height:167px;
    overflow:hidden;
    text-indent:-20000px;
    position:relative;
    display:block;
    margin-bottom:20px;
}
#header a:hover {
    text-decoration:none;
}
#header ul.lang {
    list-style:none;
    position:absolute;
    top:20px;
    right:0px;
    display:block;
    margin-right:10px;
    height:24px;
}
#header ul.lang li {
    display:inline-block;
    width:auto;
    font-size:16px;
    cursor:pointer;
    color:#f7f7f7;
}
#header ul.lang li a {
    color:#a2968a;
}
#header ul.links {
    margin-top:-40px;
    display:block;
    position:relative;
    text-align:right;
    width:auto;
    margin-right:20px;
    padding-left:0;
}
@media screen and (max-width:790px) {
    #header a.logo {
        margin: 0 auto;
    }
    #header ul.links {
        margin-top:20px;
        width:auto;
        margin-right:0;
        text-align:center;
    }
}

#header ul.links li {
    display:inline-block;
    margin-left:10px;
}
#header ul.links li a {
    font-family:'Droid Serif', serif;
    font-size:18px;
    border-bottom:4px solid transparent ;
    color:#a2968a;
}
#header ul.links li a:hover {
    border-bottom:4px solid #851300;
}
@media screen and (max-width:468px) {
    #header a.logo {
        width:300px;
        height:124px;
        background-size:300px 124px;
    }
    #header ul.links li a{
        font-size:16px;
    }
}

#content {
    min-height:800px;
    position:relative;
    z-index:1;
}

#footer {
    position:relative;
    display:block;
    background:#606060;
    color:#f7f7f7;
    font-size:14px;
    padding:20px 10px;
}
#footer p {
    position:relative;
    display:block;
    font-size:12px;
    line-height:15px;
    margin:10px 0;
}
#footer p a {
    color:#f7f7f7;
}
#footer p a:hover {
    color:#f7f7f7;
}
#footer ul {
    position:relative;
    display:block;
    margin-top:20px;
    padding-left:0;
    list-style: none;
}
#footer ul li {
    display:inline-block;
}
#footer ul li a {
    color:#f7f7f7;
}
#footer ul li a:hover {
    color:#f7f7f7;
}
#footer img.right {
    float:right;
    width:120px;
    height:120px;
    display:block;
    position:relative;
}
.large-image {
    height:auto;
    max-height:680px;
    position:relative;
    display:block;
    overflow:hidden;
}
.large-image img {
    width:100%;
    height:auto;
}
.large-image-overlay {
    position:absolute;
    left:0;
    bottom:0px;
    height:48px;
    background:#404040;
    opacity:0.8;
    display:block;
    width:100%;
}
.large-image-overlay span {
    width:100%;
    text-align:left;
    font-size:24px;
    line-height:48px;
    color:#f7f7f7;
    margin:0 20px;
    font-family:'Droid Serif';
    font-weight:400;
}

.homepage-about {
    max-width:960px;
    margin:40px auto;
    width:100%;
}
.homepage-about h2 {
    font-size:24px;
    font-family:'Droid Serif', serif;
    border-bottom:1px solid #851300;
    margin:20px 5px 10px 20px;
}
.homepage-about p {
    margin:0 5px 10px 20px;
    line-height:18px;
}

.services h2 {
    margin:20px 10px 0 40px;
    font-size:24px;
    font-weight:700;
    color:#851300;
    border:1px solid black;
    background: #a2968a;
    padding:10px 0;
    text-align:center;
}
.services h3 {
    margin:20px 10px 0 60px;
    cursor:pointer;
    font-size:16px;
    font-weight:400;
    color:#851300;
}
.services p {
    margin:20px;
    line-height:18px;
}
.services .col {
    display:inline-block;
    width:48%;
    vertical-align:top;
}
@media (max-width:480px) {
    .services .col {
        width:100%;
        display:block;
    }
}
/*.services p {
    max-height:0;
    overflow:hidden;
    margin:10px 0 0 20px;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -ms-transition: max-height 0.2s;
    transition: max-height 0.2s;
}
.services p.visible {
    max-height:200px;
    overflow:visible
}*/

.contact {
    display:block;
    margin:20px;
}
.contact .left, .contact .right {
    display:inline-block;
    width:45%;
    vertical-align:top;
    line-height:24px;
}
.contact .right {
    text-align: right;
}
@media screen and (max-width:480px) {
    .contact .left, .contact .right {
        display:block;
        width:auto;
    }
    .contact .right {
        text-align:left;
        margin-top:40px;
    }
}
.error {
    padding:20px;
    line-height:24px;
}
.gallery .row {
    margin:10px 0;
}
.gallery .row img {
    overflow:hidden;
    max-width:256px;
    cursor:pointer;
}
body.overlay-visible {
    overflow:hidden;
}
.overlay {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0, 0, 0, 0.8);
    z-index:200;
    display:none;
}
.gallery-overlay {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:220;
    padding:40px;
    display:none;
}
.gallery-overlay-inner {
    width:100%;
    height:100%;
}
.gallery-overlay img {
    margin:0 auto;
    height:auto;
    display:block;
    max-width:100%;
    max-height:100%;
}
.overlay .close-icon {
    position:absolute;
    top:5px;
    right:5px;
    color:#fff;
    font-size:32px;
    cursor:pointer;
    border-bottom:0;
}
.overlay .close-icon:hover {
    border-bottom:0;
    text-decoration:none;
    color:#f7f7f7;
}
.overlay a.next {
    right:5px;
}
.overlay a.prev {
    left:5px;
}
.overlay a.next, .overlay a.prev {
    cursor:pointer;
    position:absolute;
    top:50%;
    font-size:32px;
    color:#fff;
}
.overlay a.disabled {
    display:none;
}
.overlay a.next:hover, .overlay a.prev:hover {
    text-decoration:none;
    color:#f7f7f7;
    border-bottom:0;
}
.callback {
    margin-top:20px;
    padding-right:20px;
}

.callback h3 {
    font-weight:bold;
    color:#851300;
}

.callback label, .callback input, .callback textarea {
    display:block;
    font-family:'Roboto', sans-serif;
    width:100%;
}

.callback input, .callback textarea {
    margin-bottom:10px;
}

.callback button {
    display:block;
    background-color:#851300;
    border:1px solid #851300;
    border-radius:5px;
    margin:5px auto;
    color:white;
    padding:10px;
    float:right;
    cursor:pointer;
}

.callback .callback-error {
    display:none;
    background:#f2dede;
    padding:10px 5px;
}
.callback .callback-success {
    display:none;
    background:#dff0d8;
    padding:10px 5px;

}