/* © 2022 Global Royagers LLC (https://royagers.com) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0; 
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul, li
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html
{
    font-size: 100%;
    height: 100%;
}
body
{
    height: 100%;
    width: 100%;
    min-width: 320px;
    background-color: #13202e;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
}
.page
{
    width: 100%;
    height: 100%;
}
.header
{
    max-height: 40px;
    min-height: 40px;
    height: 6%;
    background-color: #13202e;
    border-bottom: 3px #fff solid;
}
.footer
{
    position: relative;
    max-height: 280px;
    height: 35%;
    border-top: 5px #f0006b solid;
    background: url('/assets/img/footer.jpg') repeat-x;
    background-position-y: bottom;
    background-color: #f6ae09;
    font: 18px arial;
    color: #333333;
    padding: 2% 4% 5% 4%;
}
.footer > li
{
    max-width: 800px;
}
.footer > li > h1
{
    font-size: 30px;
    color: #ffffff;
    text-shadow: #333333 0 1px 2px;
}
.copyright
{
    font-size: 12px;
    color: #815519;
}
.copyright > a
{
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}
.copyright > a:hover
{
    color: #ffffff;
}

.none
{
    display: none;
}
.deleted
{
    height: 5px !important;
    max-height: 5px !important;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
}

.title
{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-style: normal;
    font-weight: 400;
}
p
{
    padding: 10px 0;
}

.navy
{
    height: 50px;
    padding-left: 4%;
}
.navy > a
{
    text-decoration: none;
}
.navy > a > span
{
    display: inline-block;
    font-size: 24px;
    color: #3399cc;
    margin-right: 3%;
    padding-top: 10px; 
}
.navy > a.current > span,
.navy > a:hover > span
{
    color: #f0006b;
    cursor: pointer;
}
.navy > a > img
{
    display: inline-block;
    margin-right: 3%;
    float: left;
    height: 37px;
    width: 120px;
    cursor: pointer;
}
.navy > a > img:hover
{
    opacity: .5;
}

.social-links
{
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
}
.social-links > a
{
    display: inline-block;
}
.social-links > a > img
{
    display: block;
}
.social > a
{
    padding-left: 2px;
    padding-right: 2px;
}
.social > a > img
{
    width: 26px;
    height: 26px;
}
.social > a > img:hover
{
    opacity: .75;
}

.billboard-area
{
    position: relative;
    overflow: hidden;
}
.billboards
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.billboards > li
{
    position: absolute;
}
.billboards > li > img,
.billboards > li > a > img,
.billboards > li > span > img
{
    position: relative;
    width: 100%;
    height: 100%;
}
.billboards > li > .info
{
    display: none;
}
.billboards-timer-bar
{
    position: absolute;
    background-color: #13202e;
    width: 0;
    height: 5px;
    left: -4%;
    top: -5px;
    opacity: 0;
}

.billboards-arrows-area
{
    position: absolute;
    top: 40%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.billboards-arrows
{
    position: absolute;
    background: rgba(0, 0, 0, .25);
    width: 43px;
    hegiht: 43px;
    text-align: center;
}
.billboards-arrows > img
{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .5;
}
.billboards-arrows > img:hover
{
    opacity: 1;
}
.arrow-left
{
    left: -43px;
    -webkit-border-radius: 0px 30% 30% 0px;
    border-radius: 0px 30% 30% 0px;
}
.arrow-right
{
    right: -43px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.billboards-links-area
{
    position: absolute;
    top: -40px;
    width: 100%;
    height: 50px;
    z-index: 100;
}
.billboards-links-area > a
{
    display: none;
}

.main
{
    font-size: 30px;
    color: #ffffff;
    text-shadow: #333333 0 0 3px;
    padding: 4%;
    margin-right: 100px;
}
