
body {
    font-family: Roboto, Open Sans;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.hr-header {
    margin: 0;
    height: 10px;
    border-width: 0;
    background-color: #009673;
}

header.header {
    background-image: url(img/el_tile.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: fit-content;
    background-size: contain;
}

.partner-div {
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    width: 33%;
    flex: 1 0 32%;
    margin: 3px;
}

.partner-img {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    height: 150px;
}

.image-block {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
}

.partner-block {
    color: #356E9F;
}


h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.partner-block hr {
    margin: 0;
    height: 7px;
    border-width: 0;
    background-color: #356E9F;
}

.partner-item {
    padding: 66px;
    margin: 5px;
    background-color: #FFFFFF;
}

img {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

.contact-block {
    color: #029777;
}

.contact-block .contact {
    background-color: #029777;
    color: #FFFFFF;
    padding: 7px;
}

.contact-block table {
     width: 60%;
     margin: auto;
 }

.contact-block table td {
    padding: 0 20px;
    width: 350px;
}

.right-border {
    border-right: 3px #fff solid;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.contact-block a {
    text-decoration: none;
    color: #ffffff;
}

.copyright {
    text-align: center;
    padding: 20px;
}
