html, body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: 'Open Sans', sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.alignment {
    position: relative;
    width: 80%;
    max-width: 1150px;
    margin: 0 auto;
    z-index: 30;
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background: white;
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
    box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
}

header #logo {
    line-height: 100px;
    width: 30%;
    float: left;
}

header #logo h1 {
    margin: 0;
    padding: 0;
}

header #logo h1 img {
    height: 100px;
}

header #menu_icon {
    display: none;
    float: right;
    background: #eee;
    width: 30px;
    padding: 10px;
    height: 30px;
    margin-right: 25px;
    margin-top: 25px;
    cursor: pointer;
}

header #menu_icon img {
    height: 30px;
}

header nav {
    float: right;
    margin: 0;
    padding: 0;
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header nav ul li {
    margin: 0;
    padding: 0;
    display: inline-table;
}

header nav ul li a {
    margin: 0;
    display: block;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    padding: 39px 15px;
}

header nav ul li a:hover {
    background: #eee;
}

header nav ul li a.active {
    background: #eee;
}

header nav ul ul {
    position: absolute;
    display: none;
    background: #621717;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul ul li {
    display: block;
}

header nav ul ul li a {
    margin: 0;
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    padding: 10px 15px;
}

header nav ul ul li a:hover {
    background: #333333;
}

#header_slider {
    width: 100%;
    padding-top: 100px;
    height: 600px;
    position: relative;
    border-bottom: 5px solid #efefef;
}

#header_slider #slider {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#header_slider #slider .slide img {
    width: 100%;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

#header_slider #slider_text {
    position: absolute;
    width: 272px;
    height: 272px;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    text-align: center;
    padding: 3%;
    background: rgba(0,0,0,0.2);
}

#header_slider #slider_text h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 3.5em;
    color: white;
}

#category_slider {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 100px 0 0 0;
    overflow: hidden;
    border-bottom: 5px solid #efefef;
}

#category_slider img {
    width: 100%;
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%);
}

#category_slider #category_text {
    position: absolute;
    margin: 0;
    top: 80px;
    padding: 2% 3%;
    background: rgba(98,23,23,0.7);
    z-index: 10;
}

#category_slider #category_text h2 {
    color: white;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

section {
    padding: 3% 0;
    background: white;
}

section:nth-child(even) {
    background: #f5f5f5;
}

section h2, section h3 {
    font-size: 2em;
    text-align: left;
    margin: 15px 0;
    color: #666;
}

section h4, section h5 {
    font-size: 1.7em;
    text-align: left;
    margin: 15px 0;
    color: #666;
}

section h6 {
    font-size: 1.5em;
    text-align: left;
    margin: 15px 0;
    color: #666;
}

section p {
    font-size: 1.2em;
    color: #444;
    text-align: justify;
}

section a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

section a:hover {
    color: #444;
}

section ul li {
    font-size: 1.2em;
}

section .img_right {
    float: right;
    margin-bottom: 40px;
    margin-left: 40px;
    height: 320px;
    border-radius: 50%;
}

section #offer {
    width: 100%;
    margin: 5% 0;
    padding: 0;
    text-align: center;
}

section #offer a {
    text-decoration: none;
    color: black;
    display: block;
    outline: none;
}

section #offer .offer {
    float: left;
    padding: 0.5%;
    margin-right: 0.5%;
    text-align: center;
    border: 1px solid silver;
    background: #fafafa;
    outline: none;
    height: 300px;
}

section #offer .offer:hover {
    background: white;
}

section #offer .offer img {
    margin: 0 auto;
    text-align: center;
}

section #offer .offer h4 {
    text-align: center;
    font-size: 1.1em;
}

section #offer .offer p {
    text-align: center;
    font-size: 0.9em;
}

section #offer ul {
    margin: 20px 0 0 20px;
    padding: 0;
    text-align: left;
}

section #offer ul li {
    font-size: 0.9em;
}

section #offer ul ul {
    margin: 5px 30px;
}

section #panel_l {
    float: left;
    width: 28%;
}

section #panel_l nav {
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
}

section #panel_l nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section #panel_l nav ul li {
    margin: 0;
    padding: 0;
    display: block;
}

section #panel_l nav ul li a {
    display: block;
    width: 92%;
    padding: 3% 4%;
    text-decoration: none;
    background: #621717;
    color: white;
    margin-bottom: 2px;
    font-size: 1em;
    font-weight: 600;
}

section #panel_l nav ul li a:hover {
    background: #444;
}

section #panel_news {
    margin-top: 40px;
}

section #panel_news a {
    text-decoration: none;
    color: black;
}

section #panel_news article {
    width: 84%;
    padding: 8%;
    margin-top: 40px;
    background: #eee;
}

section #panel_news article:hover {
    background: #ddd;
}

section #panel_news article h3 {
    font-size: 1.2em;
    font-style: italic;
}

section #panel_news article p {
    font-size: 1em;
    font-style: italic;
}

section #panel_news article p.date {
    font-weight: bold;
}

section #panel_news article img {
    width: 100%;
    margin-bottom: 15px;
}

section #panel_r {
    float: right;
    width: 69%;
}

section #panel_r_full {
    width: 100%;
}

section #photogallery {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

section #photogallery .image {
    float: left;
    width: 19.5%;
    padding: 2%;
    overflow: hidden;
    background: #ddd;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

section #photogallery .image:nth-child(4n) {
    margin-right: 0;
}

section #photogallery .image img {
    width: 100%;
    outline: none;
}

section #photogallery .image img:hover {
    opacity: 0.7;
    outline: none;
}

section #contact_header {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

section #contact_form {
    width: 55%;
    float: left;
    margin-right: 8%;
    margin-bottom: 40px;
}

section #contact_form input[type="text"], section #contact_form input[type="email"] {
    width: 37%;
    background: none;
    border: 0;
    border-bottom: 1px solid grey;
    font-size: 1em;
    padding: 1% 2%;
    margin-bottom: 10px;
    margin-right: 1%;
}

section #contact_form input[type="text"]:nth-child(2n) {
    margin-right: 0;
}

section #contact_form textarea {
    width: 96%;
    max-width: 96%;
    height: 100px;
    background: none;
    font-size: 1em;
    padding: 1% 2%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid grey;
}

section #contact_form input[type="submit"] {
    background: #621717;
    font-size: 1em;
    padding: 2% 3%;
    color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
}

section #contact_form input[type="submit"]:hover {
    background: black;
    color: white;
}

section #articles article {
    float: left;
    width: 45%;
    padding: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

section #articles article:nth-child(even) {
    margin-right: 0;
}

section #articles article:hover {
    background: #eee;
}

section #articles article img {
    float: left;
    height: 170px;
    margin-right: 20px;
}

section #articles article h3 {
    margin: 0 0 20px 0;
    font-size: 1.6em;
}

section #articles article p {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-weight: normal;
}

section #articles article p.date {
    text-align: right;
    font-weight: bold;
    margin: 20px 0 0 0;
}

section article .img_title {
    float: left;
    max-width: 50%;
    margin-right: 20px;
}

section article h3 {
    margin: 0 0 20px 0;
    font-size: 1.6em;
}

section article p {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-weight: normal;
}

section article p.date {
    text-align: right;
    font-weight: bold;
    margin: 20px 0 0 0;
}

iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    border: 0;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    filter: grayscale(80%);
}

.scrolloff {
    pointer-events: none;
}

footer {
    margin: 0;
    padding: 0;
    background: #444;
}

footer #footer_information {
    padding: 3% 0 0 0;
}

footer #footer_information .box {
    float: left;
    width: 44%;
    padding: 1%;
    margin: 0 2% 0 0;
    text-align: left;
}

footer #footer_information .box table {
    width: 100%;
    text-align: left;
    color: white;
}

footer #footer_information .box table tr td {
    padding: 2%;
}

footer #footer_information .box:nth-child(2n) {
    width: 20%;
}

footer #footer_information .box:nth-child(3n) {
    width: 26%;
    margin: 0;
}

footer #footer_information .box h3 {
    margin: 10px 0 20px 0;
    text-align: left;
    color: white;
    font-size: 1.4em;
}

footer #footer_information .box p {
    font-size: 1em;
    text-align: left;
    color: #eee;
}

footer #footer_information .box ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: square;
}

footer #footer_information .box ul li {
    font-size: 1em;
    margin-bottom: 4px;
    color: #ddd;
}

footer p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 0.8em;
    color: grey;
}

footer a {
    color: white;
    text-decoration: none;
}

footer p a:hover {
    color: #ddd;
}

footer #copyrights a {
    color: grey;
}

footer #copyrights a:hover {
    color: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
    color: black;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
    color: black;
    font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
    color: black;
    font-weight: 300;
}



