﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .812rem;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.48;
    background-color: #caced3;
    -webkit-print-color-adjust: exact;
}

#wrapper {
    position: relative;
    padding: 0 0 0;
    max-width: 63.187rem;
    margin: 1.312rem auto;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 102%;
}

#wrapper > img {
    display: none
}

p {
    margin: 0 0 1rem 0;
}

h1 {
	color: #003972;
	line-height: 1.5;
	font-size: 2.321rem;
    margin: 0 0 .937rem;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
}

h1 span {
    font-size: .937rem;
}

h2 {
    color: #003972;
    font-size: .75rem;
    line-height: 1;
    margin: 0 0 0;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

h4 {
	color: #003972;
	line-height: 1.5;
	font-size: 1.631em;
	margin-top:-0.3rem;
}

ul {
    margin: 0 auto 1rem 0.5rem;
    padding-left: 0.5rem;
    list-style-type: disc;
}

ul li {
    margin: auto;
    padding: 0;
}

ul:last-of-type {
    /*    margin-bottom: 0;*/

}


.qr {
	float:right;
	box-shadow: 0px 0px 4px #666;
	margin-top:2rem;
}

a.link:link{
	text-decoration: underline;
	color: #000;
	float: right;
}
a.link:visited {
	text-decoration: underline;
	color: #000;
	float: right;
}
a.link:hover {
	text-decoration: none;
	color: #000;
	float: right;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    max-width: 45rem;
    width: auto;
    height: auto;
    position: relative;
    border-top: 0 solid #cf0038;
}

header section {
    position: relative;
    width: 100%;
    top: 0;
    left: 15.5rem;
    z-index: 0;
}

header p {
    background-color: #000;
    padding: .437rem;
    color: #fff;
    position: absolute;
    top: 74px;
    right: -41%;
    transform: rotate(-90deg);
}

/*
@-moz-document url-prefix() {
    header p {
        background-color: #000;
        padding: .437rem;
        color: #fff;
        position: absolute;
        top: 74px;
        right: -41%;
    }
}
*/

article {
    padding-top: 37.5rem;
    padding: .5rem 10% 2% 25%;
    min-height: 76rem;
}

aside {
	text-align: right;
	width: 20%;
	float: right;
	margin-top: 2.5rem;
	background-color: #013972;
}

aside a {
    position: relative;
    z-index: 1;
}

aside a img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

article section {
    text-align: justify;
    color: #fff;
    width: 100%;
    padding-bottom: 2.5rem;
}

article section p {
    margin: 0
}

article section a {
    display: none;
}


article > p:nth-of-type(2) {
    margin-bottom: 2.5rem
}

footer {
    margin: 7.475rem 0 0;
    color: #fff;
    padding: 0 0 0;
}

iframe {
    display: block;
    margin: 0 auto;

}



footer > a:first-of-type {
    position: absolute;
    right: 13%;
    bottom: 14.5%;
    max-width: 5rem;
}

footer p a:hover {
    text-decoration: underline;
    color: #0180ff;
}

/*
@-moz-document url-prefix() {
    #wrapper {
        background-size: 100% 102%;
    }

    footer {
        margin: 9.375rem 0 0;
    }

}*/



/*----------------- slider -------------------*/
@keyframes slidy {
    0% {
        left: 0%;
    }

    30% {
        left: 0%;
    }

    33% {
        left: -100%;
    }

    64% {
        left: -100%;
    }

    67% {
        left: -200%;
    }

    97% {
        left: -200%;
    }

    100% {
        left: -300%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
}

figure img {
    width: 25%;
    float: left;
}


@media only screen and (max-width:63.125rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        background: #fff;
        margin-left: 5%;
    }

    article {
        background-color: #EAEAEA
    }

    a {
        font-weight: bold;
    }

    header {
        max-width: 63.125rem;

    }

    header {
        padding-left: 5%;
        background: #003972
    }

    #wrapper > img {
        display: block;
        position: absolute;
        top: 0%;
        left: -5%;
        width: 17%;

        z-index: 100
    }

    header section {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        z-index: 0;
        display: block
    }


    header p {
        background-color: #000;
        position: absolute;
        top: 4.625rem;
        right: -3.75rem;
    }

    article {
        padding-top: .625rem;
        padding: .625rem;
        min-height: auto;
        margin-top: -10px
    }

     article section {
        text-align: left;
        background: #003972;
        padding: .937rem;
		padding-bottom:2rem;
        padding-bottom:2rem;
		margin-bottom:2.5rem;
		margin-left:-0.625rem;
		margin-right:-0.625rem;
        color: #000;
        width: auto;
    }

    article section p {
        text-align: justify;
        color: #fff;
        float: left;
        padding-left: 11%;
		padding-bottom:1rem;

    }

    article section a {
        display: block;
        float: right
    }

    aside a {
        display: none;
    }

    aside {
        background: #EAEAEA;
        margin: -.625rem -.625rem 0;
        padding: .625rem .625rem 0;
        float: right;
        width: 100%;
    }


    article br,
    footer br {
        display: none;
    }

    footer {
        background: #003972;
        margin: .625rem 0;
        padding: .625rem;
        margin: .625rem -.625rem -.625rem
    }

    h1 {
        margin: .625rem 0;
        padding: 0;
        line-height: 1;
        font-size: 1.375rem;
    }

    p {
        margin: 0 0 .625rem;
    }


    footer > a:first-of-type {
        position: static;
        margin: .625rem auto;
        display: block;
        max-width: 5rem;
    }

    #wrapper > article:nth-child(3) > footer:nth-child(13) > p:nth-child(2) > br:nth-child(3) {
        display: block;
    }
}

@media only screen and (max-width:29.937rem) {
    article section {
        padding: .937rem;
        margin: -1.25rem -.625rem .625rem -.625rem;
        padding-left: .625rem;
        width: auto;
    }

    article section p {
        text-align: justify;
        float: left;
        padding-left: 10%
    }

    header p {
        background-color: #000;
        position: absolute;
        top: 4.562rem;
        right: -3.75rem;
    }
	
		.qr {
	float:none;
	box-shadow: 0px 0px 4px #666;
	margin-top:2rem;
}

a.link:link{
	text-decoration: underline;
	color: #000;
	float: none;
}
a.link:visited {
	text-decoration: underline;
	color: #000;
	float: none;
}
a.link:hover {
	text-decoration: none;
	color: #000;
	float: none;
}
	
	
}
