.mb-20 {
    margin-bottom: 20px !important;
}

section.heading-slider p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

header .logo {
    width: 100px;
}

header .logo img {
    max-width: 100%;
    max-height: 70px;
    padding: 20px 0;
}

header {
    height: 50px;
}

.wrapper {
    padding-top: 80px;
}

header .top .element a {
    font-weight: 800;
}

header nav.top-menu ul.menu li ul.sub-menu {
    width: 300px;
}

header nav.top-menu ul.menu li ul.sub-menu li ul.sub-menu {
    margin-left: -280px;
}

.left, .right, .middle {
    margin-bottom: 30px;
}

section.image-header {
    height: 80px;
}


section.image-header .content {
    bottom: 0;
}

section.image-header::before {
    background-color: #00A7A0;
}

section.content {
    padding: 60px 0 90px 0;
}

section.image-header .content {
    position: relative !important;
}

section.image-header {
    padding: 20px 0 !important;
    height: auto !important;
}

section.image-header h3 {
    margin-bottom: 0;
}

@media screen and (min-width: 776px) {
    header .logo {
        width: 120px;
    }

    header .logo img {
        max-height: 110px;
    }

    header {
        height: 110px;
    }

    .wrapper {
        padding-top: 110px;
    }
}

@media screen and (min-width: 1260px) {
    header nav.top-menu {
        width: 1050px;
    }
}

/** TABLE **/

.markdown {
    max-width: 100%;
    overflow: scroll;
    position: relative;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4 {
    margin-bottom: 25px;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.markdown h1:not(:first-child),
.markdown h2:not(:first-child),
.markdown h3:not(:first-child),
.markdown h4:not(:first-child) {
    margin-top: 35px !important;
}

.markdown--offset {
    padding: 60px 0 90px 0;
}
.markdown table td, .markdown table th, .markdown table{
    border: none;
}

.markdown table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.markdown table td {
    padding: 25px 15px;
    text-align: left;
    white-space: nowrap;
}

.markdown table tr:nth-child(odd) td {
    background: #eeeeee;
}

.markdown table th {
    background: #00A7A0;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    font-weight: bold;
    font-family: 'Playfair Display';
}

.markdown table, .markdown p, .markdown ul, .markdown ol {
    margin-bottom: 20px;
}

.markdown ul, .markdown ol {
    list-style-position: inside;
}

.markdown img {
    margin: 20px 0;
    max-width: 100%;
}

.mt-5 {
    margin-top: 5px;
}

.contact-vcard h2.contact-vcard-phone-number {
    font-size: 32px;
}

header nav.top-menu ul.menu li ul.sub-menu li a {
    padding: 10px 20px;
    font-size: 14px;
}

.form input[type="email"] {
    display: block;
    margin-bottom: 10px;
    width: -webkit-calc( 100% - 34px );
    width: -moz-calc( 100% - 34px );
    width: calc( 100% - 34px );
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px rgba( 0, 0, 0, 0.03 );
    -webkit-transition: all 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    outline: none;
    color: #313131;
    font-weight: 200;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
}

.form input[type="email"].half-width {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc( 50% - 38.5px );
    width: -moz-calc( 50% - 38.5px );
    width: calc( 50% - 38.5px );
}

.form input[type="email"].half-width.half-width-left {
    margin-right: 9px;
}

.zoom {
}

.zoom:hover{
    opacity: .8;
}

.zoom-container {
    overflow: hidden;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    text-decoration: underline;
}

footer p {
    color: #ffffff;
}

footer ul.social-media li i {
    color: #ffffff;
}

.responsive-menu-content ul.menu li ul.sub-menu {
    display: none;
}

header nav.top-menu ul.menu li ul.sub-menu li a {
    color: #ffffff;
}

@media screen and (max-width: 767px)
{
    .heading-slider-slide-content .center {
        margin: 0 60px;
        width: -webkit-calc( 100% - 120px );
        width: -moz-calc( 100% - 120px );
        width: calc( 100% - 100px );
    }
}

