@charset "utf-8";
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-regular.woff') format('woff'),
        url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v28-latin-500.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-500.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-500.woff') format('woff'),
        url('../fonts/raleway-v28-latin-500.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-500.svg#Raleway') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-700.woff') format('woff'),
        url('../fonts/raleway-v28-latin-700.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #5f6e73;
    font: 400 1em/1.4em 'Raleway', Arial, sans-serif;
    background: #fff url('../images/bg_body.jpg') no-repeat fixed;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #aaadae;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
:is(h1, strong, h2) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color{
     text-decoration: underline  1px dotted  #dc911b;
}
p {
    padding-bottom: 1.25rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.45em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
    color: #dc911b;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul li {
    padding-left: 1rem;
}
ul li:before {
    content: "-";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
    color: #db901b;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
hr {
    border: none;
    background: #db901b;
    height: 4px;
    margin: 0 auto;
    width: 80px;
}
.nopd {
    padding: 0;
}
.logo {
    padding: 3.125rem;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
@keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
.slider { overflow: hidden; }
.slider figure img { width: 25%; float: left; }
.slider figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
article {
    padding: 0 3.125rem;
}
.bg{
    background: #F7F9F9;
    margin: 0 -3.125rem 3.125rem;
    padding: 3.125rem;
}
.iframe {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
    height: 0;
    border: none;
    margin: 0 -3.125rem;
}
.iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}
.button{
    text-align: center;
}
.button a{
    display: inline-block;
    background: #dc911b;
    border: 1px solid #dc911b;
    padding: 0.5rem 2rem;
    margin: 2rem 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.875em;
    line-height: 1.3;
}
.button a:hover{
    background: #fff;
    color: #dc911b;
}
footer {
    padding: 2.5rem 3.125rem 1rem;
    background: #DC911B;
}
footer p ,.button a{
    color: #fff;
}
figure {
    margin: 0;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {
    .logo {
        padding: 2rem;
        display: flex;
        justify-content: center;
    }
    article {
        padding: 0 2rem;
    }
    footer{
        padding: 2rem 2rem 1rem;
    }
}
@media only screen and (max-width:480px) {
    .logo {
        padding: 1rem;
    }
    article {
        padding: 0 1rem;
    }
    footer{
        padding: 1rem 1rem 0;
    }
    .bg{
        padding-top: 1rem;
    }
}