@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&subset=latin-ext');

header div.mini-top {
    background-color: #f4e5e6;
}
header div.mini-top div.container {
    height: 50px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header div.mini-top div.container ul.contact,
header div.mini-top div.container ul.contact li {
    display: flex;
    align-items: center;
}
header div.mini-top div.container ul.contact li:last-of-type {
    margin-left: 30px;
}
header div.mini-top div.container ul.contact li img {
    max-height: 16px;
}
header div.mini-top div.container ul.contact li p {
    color: #3f3f3f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: normal;
    padding-left: 16px;
}
header div.mini-top div.container ul.languages {
    display: flex;
    align-items: center;
}
header div.mini-top div.container ul.languages li a {
    display: table;
    font-size: 0;
    line-height: 100%;
    margin-left: 12px;
}

header div.header {
    height: 145px;
    min-height: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header div.header div.logo {
    margin: 0 30px;
}

div.middle-site div.top {
    position: relative;
    padding: 80px 0;
}
div.middle-site div.top::after {
    content: ' ';
    width: 65%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #aa2124;
    z-index: -1;
}
div.middle-site div.top div.maps {
    position: relative;
    max-width: 1150px;
    padding-bottom: 23.15%;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
}
div.middle-site div.top div.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

section.about,
div.main-content div.container {
    padding: 78px 0;
}
section.about h1,
h1.contentheading,
h1.componentheading {
    color: #aa2124;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
section.about div.content {
    display: flex;
    justify-content: space-between;
    margin: 42px 0 0 0;
}
section.about div.content h2 {
    width: 50%;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
}
section.about div.content p {
    width: calc(50% - 70px);
    color: #636363;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 35px 0 35px;
}
section.about div.squares {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 51px 0 0 0;
}
section.about div.squares div.square {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 265px;
    height: 265px;
    text-align: center;
    margin: 30px 0 0 0;
    background-color: #f3e4e5;
    transition: all .5s;
}
section.about div.squares div.square:hover {
    background-color: #e7c9cb;
}
section.about div.squares div.square img {
    max-height: 67px;
    align-self: center;
}
section.about div.squares div.square p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    padding: 25px 25px 0 25px;
}

footer {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 36px 0 !important;
    border-top: 1px solid #eee;
}
footer div.copyright p {
    color: #9f9f9f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
footer div.copyright p #w-p {
    max-height: 13px;
    margin-top: -2px;
}
footer nav.bottom_menu ul {
    padding-right: 30px;
}
footer nav.bottom_menu ul li {
    margin-left: 14px;
}
footer nav.bottom_menu ul li a img {
    max-height: 26px;
}

article.text-article {
    margin-top: 42px;
}
article.text-article p,
article.text-article ul li,
article.text-article div.jfdefaulttext {
    color: #636363;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
article.text-article div.jfdefaulttext {
    color: #aa2124;
    text-decoration: underline;
}

section.blog {
    margin-top: 15px;
}
section.blog div.article_row {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
section.blog h2.contentheading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
p.articleinfo span.createdate,
section.blog p.iteminfo span.createdate {
    font-size: 12px;
    padding: 5px 0 0 0;
}
section.blog article.text-article {
    margin-top: 15px;
}
section.blog div.read-more {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
section.blog div.read-more a {
    display: table;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 13px;
    background-color: #aa2124;
}
