﻿@charset "utf-8";

/* Standard */

/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    font: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    display: inline-block;
    width: 100%;
}

/* body set-up */

body {
    font-family: 'Asap', sans-serif;
    font-size: 10.5pt;
    line-height: 1.3;
    color: rgb(75, 75, 77);
    background: #fff;
    font-weight: normal;
}

/* main style */

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 .875rem;
}

h1 {
    display: block;
    font-size: 1.437rem;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 .625rem;
    text-align: center;
}

h1 span {
    font-size: 1.5rem;
}

h2 {
    text-align: left;
    font-size: 1.048em;
    line-height: 1.5;
    margin: 0 0
}

h5 {
    font-size: 1.25rem;
    text-align: right;
    color: #2a81a5;
    margin-top: -1.5rem;
}


ul {
    padding: 0;
    margin: 0 0 .875rem;
    list-style: none;
    line-height: 1.4
}

ul li {
    padding-left: 1.25rem;
    padding-bottom: 3.2px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 1px;
    background: rgb(75, 75, 77);
    margin-left: -.937rem;
    top: 10px;
}

header {
    padding: 0rem 1.188rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

header img {
    display: block;
}

header a {
    max-width: 12.5rem
}

/* layout  */

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0.5rem 0rem;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 1.375rem #000;
}

article p span {
    padding-right: 1rem;
}

/* content */

header {
    padding: 0rem 1.188rem;
    margin-top: 1rem;
    margin-bottom: 2rem;

}




article p:last-of-type {
    margin-bottom: 0
}

/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

article {
    padding: 1.25rem 3.062rem 1.562rem
}

/*----------------- footer --------------------*/

footer {
    margin: 0 0 0;
    padding: 0;
}

@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }

    10% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    25% {
        left: -100%;
    }

    35% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    50% {
        left: -300%;
    }

    55% {
        left: -300%;
    }

    65% {
        left: -400%;
    }

    70% {
        left: -400%;
    }

    80% {
        left: -500%;
    }

    90% {
        left: -500%;
    }

    100% {
        left: -600%;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    10% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    25% {
        left: -100%;
    }

    35% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    50% {
        left: -300%;
    }

    55% {
        left: -300%;
    }

    65% {
        left: -400%;
    }

    70% {
        left: -400%;
    }

    80% {
        left: -500%;
    }

    90% {
        left: -500%;
    }

    100% {
        left: -600%;
    }
}

#wrapper > section {
    overflow: hidden;
    margin: 0
}

figure img {
    width: 14.2858%;
    float: left;
}

figure {
    position: relative;
    width: 700%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 42s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 42s slidy infinite;
}

@media only screen and (max-width:50rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    h5 {
        font-size: 1.25rem;
        text-align: left;
        color: #2a81a5;
        margin-top: 1rem;
    }

    footer {
        margin: 0;
        padding: 0;
    }

    header {
        margin: 0;
        padding: .625rem;
    }

    article {
        padding: .625rem
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1rem;
    }

    a {
        font-weight: bold;
    }

    ul {
        margin: 0 0 .625rem;
    }

    ul br {
        display: none;
    }
}

@media only screen and (max-width:29.938rem) {
    body {}

    h1 {
        font-size: 1.375rem;
    }

    header a:first-of-type {
        float: none;
    }

    header a:last-of-type {
        float: none;
        display: block;
        text-align: center;
    }
}