* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}



body {
    color: #757670;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
}

footer a {
    color: #fff;
}

u {
    color: #FF6A80;
}
footer > a > img{
    position: absolute;
    bottom: 26%;
    left: 35px;
}
nav {

    padding-bottom: 10px;

    width: 79%;
}

.txt {
    margin: 0 0 0 232px;
}

.icon {
    position: absolute;
    bottom: 25%;
    right: 8%;
}

.icon img {
    margin-left: 20px;
}

h4 {

    font-weight: normal;

    margin: 0 0 10px;

    font-size: 13px;
}

#wrapper {
    position: relative;
    max-width: 755px;
    margin: 12px auto;
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
}

.box {
    background: #aba49b;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 471px;
    width: 407px;
    text-align: justify;
    left: 173px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    border: none;
    vertical-align: middle;
}

header {
    margin: 0px;
    padding: 0px;
    position: relative;
}

header img {}

header a {
    position: absolute;
    top: 44%;
    left: 33%;
    height: 48%;
    width: 34%;
}

article {
    margin: 0px;
    padding: 25px 35px 25px;
}

footer {
    margin: 0px;
    padding: 20px 35px;
    position: relative;
    background: #B8B0A8;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

p {
    padding-bottom: 16px;
    margin: 0;
}

h1 {
    margin-bottom: 35px;
    padding:0px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
}

h1 span {
    display: block;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 7px;
}

h2 span {
    display: block;
    font-size: 15px;
}

h2 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #FF6A80;
}

h3 {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 18px;
}

a {
    color: #FF6A80;
    text-decoration: none;
}


ul {
    margin: 0px 0 15px;
    padding: 0px;
    list-style: none;
}

ul li {
    padding-left: 14px;
    /* background: url('') 0px 5px no-repeat; */
    padding-bottom: 5px;
}

li:before {
    content: "\2022";
    color: #757670;
    float: left;
    margin-left: 0px;
    font-size: 18px;
    text-indent: -14px;
}

.clear {
    clear: both;
    margin: 0px;
    display: block;
    padding: 0px;
}


header p:last-of-type {
    padding-bottom: 0;
}

article p:last-of-type {
    padding-bottom: 0;
    font-size: 11px;
}

footer p:last-of-type {
    padding-bottom: 0;
}


aside:nth-of-type(2n-1) {
    float: left;
    width: 49%;
}

aside:nth-of-type(2n) {
    float: right;
    width: 49%;
}

@media all and (max-width:800px) {
    #wrapper {
        width: 100%;
        font-size: 0.8125rem;
        line-height: 1rem;
        padding: 0;
        border: none;
        text-align: left;
    }

.icon {
    position: static;
}

.txt {
    margin: 0;
}

.box {
    position: static;
    width: auto;
    text-align: left;
    padding: 3%;
    margin: 0 0 3%;
}

    header img {
        float: none !important;
        width: auto !important;
    }

    p {
        width: 100% !important;
    }

    aside {
        float: none !important;
        width: 100% !important;
    }

    header {
        height: auto;
        padding: 0;
        width: auto;
        margin: 0;
    }

    article {
        height: auto;
        padding: 3%;
        width: auto;
        margin: 0;
    }

    footer {
        height: auto;
        padding: 3%;
        width: auto;
        margin: 0;
    }

    footer img {
        position: static;
        margin-top: 1rem;
    }

footer > a > img {
    position: static;
}

    h1 {
        margin-bottom: 3%;
        font-size: 25px;
        line-height: 23px;
    }

    h2 {
        margin-bottom: 3%;
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    ul {
        margin-left: 0;
        margin-bottom: 3%;
    }

    footer a {}
}