@font-face {
    font-family: RodinNTLG;
    src: url(img/FOT-RodinNTLG%20Pro%20DB.otf) format("opentype");
}

@font-face {
    font-family: Greco;
    src: url(img/FOT-Greco%20Std%20DB.ttf);
}

@keyframes zoomOut {
    from { transform: scale(1); opacity: 0.4; }
    to { transform: scale(0.5); opacity: 0; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes newspaperAnim {
    0% { transform: translate(0,0); opacity: 0.1; }
    15% { transform: translate(3px,-3px); opacity: 1; }
    100% { transform: translate(0,0); opacity: 0.1; }
}

body {
    background-image: url(img/background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgb(187 187 187);
    background-position: center;
    background-size: 100% 100%;
    font-family: RodinNTLG, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}

.clear {
    clear: both;
}

.loadingScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(img/background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgb(187 187 187);
    background-position: center;
    background-size: 100% 100%;
    z-index: 3333333;
}

.fadeToBlackScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0);
    background-size: 100% 100%;
    z-index: 3333334;
    display: none;
}

.loadingScreenText {
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    margin: 5%;
    opacity: 0.4;
    pointer-events: none;
    animation-name: zoomOut;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#readList {
    margin: 0 auto;
    width: 960px;
}

.newsElement {
    padding: 10px 8px;
    border-bottom: 1px solid #666;
}

.newsElementTitle {
    float: left;
    line-height: 44px;
    font-size: 24px;
    zoom: 0.75;
    max-width: 1120px;
}

.newsElementTitleIcon {
    width: 30px;
    height: 44px;
    float: left;
    background-image: url(img/icons1.png);
    background-position: -1px -1px;
}

.newsElementTitleText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsElementImage {
    float: right;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.newsElement:hover {
    background-color: #8CB4B4;
}

.newsElement:hover .newsElementTitleText {
    text-overflow: clip;
}

.newsElement:hover .newsElementTitleText span {
    display: inline-block;
    transform: translateX(calc(min(0px, 1080px - 100%)));
    transition: transform 1s linear 1s;
}
.newsElement .newsElementTitleText span {
    white-space: nowrap;
    transition: transform 0.2s ease-in-out;
}

.channelTitle {
    width: 960px;
    margin: 10px auto;
    text-align: center;
}

.channelName {
    background-color: #354737;
}

.channelNameTitle {
    background-image: url(img/title_stripes.png);
    background-size: contain;
    color: #fff;
    line-height: 22px;
}

.lastUpdated {
    font-size: 28px;
    background: #ffffff99;
    border-top: 2px solid #354737;
    font-family: "Greco", serif;
}

.wiiRSSmain {
    padding-top: 62px;
    padding-bottom: 124px;
}

.topNavigation {
    width: 100%;
    position: fixed;
    display: flex;
    z-index: 33333;
}

.bottomNavigation {
    width: 100%;
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 33333;
}

#backgroundShine {
    width: 100%;
    height: 18px;
    background-image: linear-gradient(45deg, transparent, #ffffff35, transparent);
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

.bottomNavigation #backgroundShine {
    background-image: linear-gradient(45deg, transparent, #ffffff35, transparent);
    position: absolute;
    top: 0;
}

#button1 {
    box-shadow: inset 0 -2px #a1dca190;
    width: 30%;
    height: 60px;
    background-image: linear-gradient(180deg, #000000bb 40%, #749e74bb);
    border-bottom: 2px solid #000;
    transition: 0.2s background linear, 0.2s box-shadow linear, 0.1s border-color linear, 0.1s transform linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}

#button2 {
    width: 40%;
    height: 60px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

#button3 {
    width: 30%;
    height: 60px;
}

#button2, #button3 {
    box-shadow: inset 2px -2px #a1dca190;
    background-image: linear-gradient(180deg, #000000bb 40%, #749e74bb);
    border-bottom: 2px solid #000;
    transition: 0.2s background linear, 0.2s box-shadow linear, 0.1s border-color linear, 0.1s transform linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}

.bottomNavigation #button1 {
    box-shadow: inset 0 2px #a1dca190;
    width: 30%;
    height: 60px;
    background-image: linear-gradient(0deg, #000000bb 40%, #749e74bb);
    border-top: 2px solid #000;
    border-bottom: 0;
}

.bottomNavigation #button2, .bottomNavigation #button3 {
    box-shadow: inset 2px 2px #a1dca190;
    background-image: linear-gradient(0deg, #000000bb 40%, #749e74bb);
    border-top: 2px solid #000;
    border-bottom: 0;
}

#button1:hover {
    background: #ffffffdd;
    border-color: #fff;
    box-shadow: inset 0 -2px #ffffff;
}

#button2:hover, #button3:hover {
    background: #ffffffdd;
    border-color: #fff;
    box-shadow: inset 2px -2px #ffffff;
}

#button1:hover .buttonContent, #button2:hover .buttonContent, #button3:hover .buttonContent {
    color: #000;
}

.bottomNavigation #button1:hover, .bottomNavigation #button2:hover, .bottomNavigation #button3:hover {
    background: #ffffffdd;
    border-color: #fff;
    box-shadow: inset 0 2px #ffffff;
}

.bottomNavigation #button1:active, .bottomNavigation #button2:active, .bottomNavigation #button3:active {
    transform: translateY(14px);
}

.bottomNavigation #button3:hover {
    background: linear-gradient(0deg, #15e01cbb 40%, #cbffcbbb);
    border-color: #14e119;
    box-shadow: inset 2px 2px #ffffff90;
}

#button1.blocked, #button2.blocked, #button3.blocked {
    pointer-events: none;
}

.buttonContent {
    color: #D8D8D8;
    font-size: 22px;
    text-align: center;
    line-height: 18px;
    padding: 7px 0;
    pointer-events: none;
    transition: 0.2s color linear;
}

.downIcon {
    color: #D8D8D8;
    font-size: 0;
    text-align: center;
    pointer-events: none;
    transition: 0.2s filter linear;
    width: 36px;
    height: 20px;
    background: url(img/downbutton.png);
    margin: 0 auto;
    margin-top: 7px;
    opacity: .9;
}

#button1:hover .downIcon, #button2:hover .downIcon, #button3:hover .downIcon {
    filter: invert(1);
}

.upIcon {
    color: #D8D8D8;
    font-size: 0;
    text-align: center;
    pointer-events: none;
    transition: 0.2s filter linear;
    width: 36px;
    height: 20px;
    background: url(img/upbutton.png);
    margin: 0 auto;
    margin-bottom: 7px;
    opacity: .9;
}

.loadingScreenBoxText {
    background-color: #354737aa;
    width: 510px;
    padding: 25px 15px;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.tipCat {
    width: 64px;
    height: 32px;
    background-image: url(img/tipcat.gif);
    margin: 0% auto;
    position: relative;
    left: 200px;
}

.loadingScreenBox {
    margin: 15% auto;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.loadingPapers {
    margin: 50px auto;
    width: 252px;
}

.loadingPaper {
    width: 30px;
    height: 44px;
    background-image: url(img/newspaper.png);
    display: inline-block;
    margin: 0 6px;
    animation-name: newspaperAnim;
    animation-duration: 1.16666667s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

#paper1 {
    animation-delay: 0s;
}

#paper2 {
    animation-delay: 0.16666667s;
}

#paper3 {
    animation-delay: 0.33333334s;
}

#paper4 {
    animation-delay: 0.5s;
}

#paper5 {
    animation-delay: 0.66666666s;
}

#paper6 {
    animation-delay: 0.888888883s;
}