html * {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    font-family: Roboto, Arial;
}

header {
    background-color: #fff;
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
    height: auto;
}

header h1 {
    float: left;
    width: 497px;
    height: 68px;
    background-image: url('../images/logo2025.png?t=1');
    margin: 15px 0px;
}

header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

header h1 span {
    display: none;
}

header address {
    float: right;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    line-height: 32px;
    text-align: center;
    padding-top: 15px;
    background-color: #ff0000;
    margin-top: 5px;
    width: 247px;
    height: 87px;
    box-sizing: border-box;
}

header address a {
    color: #ffffff;
    text-decoration: none;
}

header address img {
    /*position: absolute;
    margin-left: -65px;
    margin-top: -10px;*/
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    
}

#big_photo {
    position: absolute;
    width: 100%;
}

#big_photo div {
    padding: 10px;
    max-width: 880px;
    margin: 0px auto;
    background-color: #34282C;
}

#big_photo img {
    display: block;
    width: 100%;
}

#container {
    background-color: #34282C;
    margin-top: 175px;
    padding-top: 175px;
}

#main {
    max-width: 900px;
    overflow: hidden;
    height: auto;
    margin: 0px auto;
}

#content {
    float: left;
    max-width: 580px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

#content ul {
    padding-bottom: 15px;
    padding-left: 20px;
}

#sidebar {
    float: right;
    max-width: 290px;
    padding-right: 10px;
}

#sidebar address {
    color: #fff;
    font-style: normal;
    text-align: center;
    line-height: 32px;
    padding-bottom: 15px;
}

#sidebar address h2 {
    color: #ff0000;
    font-size: 24px;
    display: block;
}

#sidebar address h2 span {
    color: #fff;
}

#sidebar address strong {
    font-size: 28px;
}

#sidebar address a {
    text-decoration: none;
    color: #fff;
}

#sidebar #map {
    text-align: center;
    color: #fff;
}

#sidebar #map a {
    color: #fff;
    text-decoration: none;
        
}

#sidebar form, #content form {
    background-color: #fff;
    padding: 10px 10px 0px;
    margin-bottom: 15px;
}

#sidebar form p, #content form p {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}

#content h5 {
	font-size: 20px;
}

#content form p {
    font-size: 24px;
}

#sidebar form div, #content form div {
    overflow: hidden;
    height: auto;
    padding-bottom: 10px;
}

#content form label {
    color: #000;
}

#sidebar form input, #sidebar form select, #content form input, #content form select {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    width: 560px;
    box-sizing: border-box;
    font-family: Monda;
}

#sidebar form em, #content form em {
    font-size: 11px;
}

#sidebar form input[type=submit], #content form input[type=submit] {
    float: right;
    background-color: #ddd;
    color: #000;
    text-align: center;
    padding: 5px;
    width: auto;
    height: auto;
}

#sidebar form input.error, #content form input.error {
    border: 1px solid red;
}

#content #gallery {
    list-style: none;
    overflow: hidden;
    height: auto;
    padding-left: 0px;
}

#content #gallery li {
    float: left;
    background-color: #fff;
    width: 106px;
    height: 95px;
    margin: 5px 3px;
    padding: 0px 2px;
    line-height: 91px;
}

#content #gallery a {
    
}

#content #gallery img {
    width: 106px;
    height: 91px;
    margin: 0px auto;
    vertical-align: middle;
}

#sidebar #contact_us {
    display: block;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 30px 0px;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#sidebar #contact_us img {
    margin-right: 10px;
}

#content #link {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px 20px;
    
}

#content #link a {
    text-decoration: none;
    color: #fff;
}

.bottom-links {
    display: flex;
	clear: both;
    font-size: 12px;
	padding: 15px 0;
}

.bottom-links a {
    flex: 1;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

#content p {
    margin-bottom: 10px;
}