@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap');

html {
    box-sizing: border-box;
}

*, *::before, *::after, *:focus {
    box-sizing: inherit;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;*/
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #000000;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
    text-decoration: underline;
    transition: all 0.15s linear;
}

iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

img.alignleft {
    float: left;
    margin-right: 30px;
}

p {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}

h2.w1-alt1 {
    font-size: 20px;
    text-transform: none;
}

h1 em,
h2 em,
h3 em {
    color: #ca9956;
}

h4 {
    font-size: 18px;
    font-style: normal;
}

.w153-th-clearfix::after,
.wpcf7-form::after {
    content: '';
    display: table;
    clear: both;
}

.w153-th-menu ul,
footer .w1-menu-top ul,
footer .w1-menu-bottom ul,
.w153-th-ul1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

/* REL 1 */
.w153-th-wrapper {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 0 auto;
    position: relative;
}

.w153-th-wrapper.w1-wrapper1 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1000px) {
    h1, h2 {
        font-size: 25px;
    }

    h2.w1-alt1 {
        font-size: 22px;
    }
}

@media (min-width: 1300px) {
    h1, h2 {
        font-size: 30px;
    }

    h2.w1-alt1 {
        font-size: 25px;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 17px;
    }

    h1, h2 {
        font-size: 40px;
    }

    h2.w1-alt1 {
        font-size: 30px;
    }
}