﻿@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 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 0.813em;
    line-height: 1.4;
	background:url(../images/bg.jpg) no-repeat;
	background-size:100%;
}
#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    box-shadow:  0 0 10px  rgba(0,0,0,0.6);
    background-color: #F2F2F2;
    overflow: hidden;
}
p {
    text-align: left;
    margin: 0 0 0.625rem;
}
h1 {
    font-size: 1.625rem;
    line-height: 100%;
    font-weight: normal;
    color: #ee0000;
    padding: 0 0 10px;
    margin: 0 0 1rem 0;
    border-bottom: solid 1px #ccc;
    display: block
}
h1 span {
    font-size: 14px;
    display: block
}


h2 {
    font-size: .937rem;
    line-height: 1.4;
    margin: 0 0 10px;
}
h3{
   font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem; 
}
hr {
    border-top: 1px solid #52BA5A;
}
ul {
   list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}
ul li {
    padding-left: 1.375rem;
    padding-bottom: 5px
}
ul li:before { 
    content: "";
    float: left;
    position: relative;
    width: .625rem;
    height: .625rem;
    background: url(../images/blt.png) no-repeat;
    background-size: contain;
    margin-left:-15px;
    top: 3px;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header{
    margin: -1.188rem -1.188rem 5px;
    padding: 3.75rem 1.187rem 0;
    background: #F2F2F2;
    border-bottom: 3.125rem solid #DD001F;
    position: relative
    
}
header > a{
    max-width: 100%;
    width: 28.125rem;
    padding-bottom: 20px
}

header a:nth-of-type(2) {
/*    border: 2px solid red;*/
    position: absolute;
    width: 25%;
    left: 5%;
    height: 55%;
    bottom: 4%
}

footer {
    background-color: #51266E;
    color: #fff;
    margin: 0 -1.188rem -1.188rem;
    padding: 1.188rem;
}
aside {
    width: 25%;
    float: left;
    padding: 1.875rem .625rem .625rem;
/*    background: #DD001F;*/
    height: 50rem;
    background:url(../images/aside.JPG) no-repeat;
	background-size:100%;
}

aside p {
    font-size: 1.375rem;
    color: #fff
}

article {
    width: 75%;
    float: right;
    padding: 1.875rem 1.875rem .625rem .625rem;
}

article p a {
    font-weight: bold;
    color: #DD001F
}
article p a:hover {
    text-decoration: none;
    color: #000
}


@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }
    
    article p br {
        display: none;
    }
    
    article {
        float: none;
        width: 100%;
    }
    aside {
        float: none;
        width:100%;;
        height: 100px;
        background: none;
        background-color: #DD001F;
    }
    aside p {
        font-size: 16px;
        text-align: center
    }
    
    
    a {
        font-weight: bold;
    }
    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }
    header {
        margin: -0.625rem -0.625rem 0;
        padding: 10px 10px 0;
        border-bottom: none;
    }
    h1 {
        font-size: 1.562rem;
        text-align: center
    }
    h2, h3 {
        font-size: 1em;
    }
}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
