/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}


/* layout */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    line-height: 1.7;
    color: #000;
    background: #fff;
    font-weight: normal;
    background-color: #cdcdcd;
}

#wrapper {
    display: block;
    max-width: 56.25rem;
    margin: 0.625rem auto;
    padding: 0;
    border: thin solid #000;
    background-color: white;
    box-shadow: 0 0 0.9375rem #888888;
}


h1 {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0.625rem 0 0 50px;
    margin-bottom: 0;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

h3 {
    text-align: center;
    margin: 0 0 1.875rem;
    color: #E30613;
    font-size: 1.375rem;
    font-weight: 400;
}

ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 1.5;
}

ul li {
    padding-left: 1.5625rem;
}

aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

aside section:first-of-type {
    /*color: #7CB014;*/
    width: 50%;
    padding-right: 3%;
    border-right: thin solid #BFBFBF;
    letter-spacing: -0.0125rem;
}

aside section:last-of-type {
    /*color: #13B6EC;*/
    width: 47%
}

aside ul li {
    padding-bottom: 0.625rem;
    position: relative;
}

aside section:first-of-type ul li:before {
    content: "";
    float: left;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/bull-gray.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    vertical-align: baseline;
    top: 40%;
    transform: translateY(-50%)
}

aside section:last-of-type ul li:before {
    content: "";
    float: left;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/bull-gray.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    top: 40%;
    transform: translateY(-50%)
}

article>p{
    margin: 0 0 .625rem;
}
/*============= Structure ==============*/

header {
    position: relative;
    background-color: #E30613;
    color: #fff;
}

header section {
    width: 100%;
    padding: .312rem 0 .937rem;
    padding-right: 0;
    /* background: url(../images/image_head.png)no-repeat right 5px top 5px; */
    background-size: 10%;
}

header ul {
    font-size: 0.75rem;
    text-align: center;
    padding: 0.9375rem 0 0.625rem 4.062rem;
}

header ul li {
    display: inline-block;
    margin-right: 30px;
}

header ul li:first-of-type:before {
    content: "";
    float: left;
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(../images/time.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.25rem;
    top: 0;
}

header ul li:last-of-type:before {
    content: "";
    float: left;
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(../images/location.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.25rem;
    top: 0;
}

header ul li:nth-of-type(2):before {
    content: "";
    float: left;
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(../images/calendar.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.25rem;
    top: 0;
}

header a {
    position: absolute;
    width: 20%;
    height: 20%;
    right: 2%;
    top: 5%;
}

header img {
    display: block;
    max-width: 100%;
}

header p {
    text-align: center;
    color: #fff;
}

article {
    padding: 0.9375rem 3.125rem;
}

footer {
    background: #E30613;
    padding: 0.625rem 1.25rem 0;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
}

footer > section:first-of-type p {
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0 0 0.9375rem;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

footer ul li {
    display: inline-block;
    padding-left: 3.125rem;
}

footer ul li a {
    color: #5F5F5F;
    text-decoration: underline;
}

address {
    font-style: normal;
    background: #A6A6A6;
    margin: 0 -1.25rem;
}

address p {
    margin-bottom: 0;
    line-height: 1.2
}

footer li:first-of-type:before {
    content: "";
    float: left;
    position: relative;
    width: 1.25rem;
    height: 0.9375rem;
    background: url(../images/contact-bull.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    top: 0;
}

footer li:nth-of-type(2):before {
    content: "";
    float: left;
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    background: url(../images/phone.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    top: 0;
}

footer li:nth-of-type(3):before {
    content: "";
    float: left;
    position: relative;
    width: 1.5625rem;
    height: 0.9375rem;
    background: url(../images/mail.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    top: 0;
}

footer li:nth-of-type(4):before {
    content: "";
    float: left;
    position: relative;
    width: 1.5625rem;
    height: 1.25rem;
    background: url(../images/www.JPG) no-repeat;
    background-size: contain;
    margin-left: -1.5625rem;
    top: 0;
}

footer p:last-of-type {
    margin-bottom: 0;
    font-size: 0.625rem;
}

address section {
    display: flex;
    align-items: center;
}

address section a {
    width: 2.8125rem;
    height: 1.875rem;
    background: url(../images/fb%20insta.JPG) no-repeat;
    background-size: cover;
    display: inline-block;
}

address section a:last-of-type {
    background: url(../images/fb%20insta.JPG) no-repeat;
    background-size: cover;
    background-position: right;
    width: 2.125rem;
}

address section:last-of-type {
    display: flex;
    justify-content: space-between;
}

address {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3125rem;
    text-align: left;
}

address section p:first-of-type {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0.3125rem 0 0.625rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width:56.1875rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem 0.625rem 0;
        ;
    }
    a {
        font-weight: bold;
    }
    h2 {
        line-height: normal;
    }
    header,
    footer {
        margin: -0.625rem -0.625rem 0;
    }
    header {
        background-image: none;
    }
    header section {
        width: 100%;
        background: #E30613;
        padding: 0;
    }
    h1 {
        line-height: normal;
        text-align: center;
        margin: 10px 0 0;
    }
    article {
        padding: 0.625rem 0 0;
    }
    aside section:first-of-type,
    aside section:last-of-type {
        width: 100%;
    }
    footer {
        padding: 0.625rem 0;
        margin-top: 0.9375rem
    }
    aside section:first-of-type {
        padding-right: 0%;
        border-right: 0 solid #7F7F7F;
    }
    address {
        width: 100%;
        margin: 0 0 -0.625rem;
    }
    address p,
    address a {
        margin: 0;
    }
    h3 {
        text-align: center;
        margin: 0.625rem 0;
        color: #E30613;
        font-size: 1.25rem;
        line-height: 1.1;
    }
    footer ul {
        display: block;
    }
}

@media only screen and (max-width:29.9375rem) {
    body {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 1.25rem;
        line-height: normal;
    }
    ul li:before {
        font-size: 16px;
        line-height: 18px;
    }
    footer section:first-of-type p {
        font-size: 1.25rem;

    }
    footer p:last-of-type {
        margin-bottom: 0;
        font-size: 0.8125rem;
    }
    address section p:first-of-type {
        font-size: 1.125rem;
        font-weight: bold;
        margin: 0 0.3125rem 0 0.625rem;
    }
}
