/* Merged at: 2019-04-21 16:59:20 */

/* ###   Reset default CSS   ### */
body               { padding: 0; margin: 0; background: #fdfdfd }
a 				   { color: blue; text-decoration: none; outline: none; }

/* ###   Menu for mobiles   ### */
.mobile-menu-blackout       { position: fixed; z-index: 5; top: 0; left: 0; height: 100%; width: 100%; display: none; background: rgba(0,0,0,0.75); }
.mobile-menu-button         { display: none; margin: 0; }
.mobile-menu-button-login   { display: none; margin: 0; }
.mobile-menu-button-logout  { display: none; margin: 0; }
.mobile-menu-button-text    { font-size: 18px; }

/* ###   Header   ### */
.header                   { position: fixed; z-index: 10; top: 0px; left: 0px; height: 48px; width: 100%; background: #171921e6; font-family: 'Nunito', sans-serif; font-weight: 600; transition: 0.5s all; }
.header-wrap              { position: relative; margin: 0 auto; height: 48px; width: 1800px; }
.header-mobile-menu       { display: none; }

.header-logo              { position: absolute; top: 12px; left: 15px; height: 28px; width: auto; }
.header-button-wrapper    { position: absolute; bottom: 0px; right: 10px; }
.header-button            { position: relative; margin: 0 10px; float: left; user-select: none; cursor: pointer; color: white; font-size: 16px; font-weight: 600; line-height: 48px; transition: 0.2s all; }
.header-button:hover      { color: #ADD1FC }
.header-button-spread     { margin: 14px 10px 0 10px; height: 20px; width: 1px; float: left; background: #4a4a4a; }

.header-nick              { max-width: 100px; color: #878787; overflow: hidden; font-size: 14px; font-weight: 300; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; transition: color 0.5s, max-width 2s; }
.header-nick:hover        { max-width: 1000px; }
.header-logout            { position: relative; margin: 0 5px; float: left; user-select: none; cursor: pointer; color: #777; font-size: 14px; font-weight: 600; line-height: 48px; transition: 0.2s all; }
.header-logout:hover      { color: #aaa }

/* ###   Footer   ### */
.footer-wrap              { display: flex; justify-content: center; flex-wrap: wrap; padding: 20px 0 20px 0; background: #2a2d38; }
.footer-wrapper           { position: relative; display: flex; justify-content: center; flex-wrap: wrap; flex: 1; }
.footer-box               { flex: initial; flex-grow: 1; max-width: 300px }
.footer-column            { position: relative; flex-grow: 1; flex-direction: column; flex-basis: 200px; align-items: center; display: flex; padding: 20px; min-width: 240px; max-width: 300px; }
.footer-logo              { padding-left: 20px; width: 200px; height: auto; }

.column-header            { margin-bottom: 10px; letter-spacing: 3px; color: white; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 24px; }
.column-text              { margin: 2px 0; padding: 1px 0; font-size: 14px; color: #ccc; font-family: 'Nunito', sans-serif; font-weight: 400; cursor: pointer; user-select: none; -moz-user-select: none; transition: color 0.2s; }
.column-text:hover        { color: #ADD1FC; }

.footer-icons             { padding-top: 25px; display: flex; align-content: center; }
.footer-icons i           { position: relative; flex-shrink: 0; flex-grow: 0; margin: 5px 5px 0 5px; padding: 10px; height: 20px; width: 20px; font-size: 18px; color: #9f9f9f; cursor: pointer; background: #1f232c; border-radius: 50%; text-align: center; line-height: 20px; transition: color 0.2s;  }
.footer-icons i:hover     { color: #777; }

/* ###   Desktop (from 971px to 1800px width)   ### */
@media (max-width: 1800px) and (min-width: 971px){
    /* ###   Header   ### */
    .header-wrap       { position: relative; margin: 0 auto; height: 48px; width: 100%; }
}

/* ###   Small Desktops (from 1001px to 1200px width)   ### */
@media (max-width: 1200px) and (min-width: 1001px){
    /* ###   Header   ### */
    .header-wrap       { position: relative; margin: 0 auto; height: 48px; width: 100%; }
}

/* ###   Tablet (from 768px to 1000px width)   ### */
@media (max-width: 1000px) and (min-width: 768px){
    /* ###   Header   ### */
    .header-wrap       { position: relative; margin: 0 auto; height: 48px; width: 100%; }
    .header-logo       { position: absolute; z-index: 9; top: 13px; left: 13px; height: 22px; width: auto; }
}

/* ###   Phones (from 120px to 767px width)   ### */
@media (max-width: 767px) and (min-width: 120px){
    /* ###   Header   ### */
	.header                { position: fixed; z-index: 10; top: 0px; left: 0px; height: 54px; width: 100%; background: #171921e6; transition: 0.5s all; }
	.header-wrap           { position: relative; margin: 0 auto; height: 54px; width: 100%; }
	.header-logo           { position: absolute; z-index: 9; top: 15px; left: 10px; height: 24px; width: auto; }
    .header-button-wrapper { position: absolute; bottom: 0px; right: 90px; }
    .header-mobile-menu    { position: absolute; display: inline-block; cursor: pointer; top: -45px; right: -65px; color: white; font-size: 24px; }
	.header-button, .header-nick, .header-button-spread, .header-logout { display: none; }
    /* ###   Menu for mobiles   ### */
    .mobile-menu               { position: fixed; z-index: 10; top: 52px; left: 0; right: 0; }
	.mobile-menu-button        { position: relative; display: none; user-select: none; cursor: pointer; overflow: hidden; padding: 10px 15px; width: calc(100% - 30px); float: left; color: white; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: 600; text-align: center; white-space: nowrap; background: rgba(50,50,50,0.95); border-bottom: 1px solid #111; transition: 0.5s all; }
	.mobile-menu-button-login  { position: relative; display: none; user-select: none; cursor: pointer; overflow: hidden; padding: 15px 15px; width: calc(100% - 130px); float: left; color: white; font-family: 'Open Sans', sans-serif; text-overflow: ellipsis; line-height: 24px; white-space: nowrap; text-transform: uppercase; text-align: center; white-space: nowrap; background: rgba(35,35,35,0.95); border-bottom: 1px solid #111; transition: 0.5s all; }
	.mobile-menu-button-logout { position: relative; display: none; user-select: none; cursor: pointer; overflow: hidden; padding: 15px 15px; width: 70px; float: left; color: white; font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 24px; text-align: center; white-space: nowrap; background: rgba(20,20,20,0.95); border-bottom: 1px solid #111; transition: 0.5s all; }
}

body { background: #dee0e1 }

/* ###   Showcase   ### */
.showcase-background      { position: relative; height: 700px; width: 100%; background: url('http://res.frozent.pl/m/pixel.png'); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.showcase-content         { position: absolute; bottom: 0vh; left: 0px; width: 100%; font-family: 'Nunito', sans-serif; background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.004) 10%, hsla(0, 0%, 0%, 0.019) 19.9%, hsla(0, 0%, 0%, 0.048) 29.5%, hsla(0, 0%, 0%, 0.092) 38.5%, hsla(0, 0%, 0%, 0.152) 46.6%, hsla(0, 0%, 0%, 0.223) 53.7%, hsla(0, 0%, 0%, 0.302) 60%, hsla(0, 0%, 0%, 0.385) 65.7%, hsla(0, 0%, 0%, 0.472) 71%, hsla(0, 0%, 0%, 0.559) 76%, hsla(0, 0%, 0%, 0.648) 80.9%, hsla(0, 0%, 0%, 0.736) 85.7%, hsla(0, 0%, 0%, 0.825) 90.5%, hsla(0, 0%, 0%, 0.914) 95.3%, hsl(0, 0%, 0%) 100%) }
.showcase-title           { position: relative; z-index: 1; margin: 0 0 5px 0; width: 100%; color: white; text-align: center; font-size: 40px; font-weight: 600; transition: 0.75s all; }
.showcase-seemore         { position: relative; z-index: 1; margin: 0 0 30px 0; width: 100%; cursor: pointer; color: #BFBFBF; text-align: center; font-size: 16px; padding-bottom: 5px; transition: 0.2s color; }
.showcase-seemore:hover   { color: #eee; }

/* ###   Wrap   ### */
.wrap                     { position: relative; width: 100%; border-top: 5px solid #3A718C; background: #dee0e1 }
.wrap-container           { position: relative; margin: 20px auto 0 auto; width: 1200px; }
.wrap-white-div           { padding: 20px 0; background: #fdfdfd; }
.wrap-header              { position: relative; z-index: 1; padding: 10px 0; margin: 0 auto 10px auto; width: calc(100% - 60px); color: black; font-weight: bold; font-family: 'Open Sans', sans-serif; font-size: 26px; letter-spacing: 3px;  }
.wrap-header-fix          { text-align: left; }
.wrap-news-align          { margin: 0 auto 10px auto; width: 1200px; text-align: center; }
.wrap-news-checkall       { position: absolute; bottom: 5px; right: -15px; user-select: none; cursor: pointer; color: #c0c0c0; text-align: right; font-size: 15px; font-weight: 300; font-family: 'Open Sans', sans-serif; letter-spacing: 3px; transition: 0.25s color; }
.wrap-news-checkall:hover { color: #30395a; }

/* ###   News section   ### */
.news-container           { position: relative; vertical-align: top; display: inline-block; margin: 5px; padding: 2px; width: calc(33% - 14px); }
.news-title               { padding-top: 15px; color: black; font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: bold; text-align: left; }
.news-date                { padding-top: 10px; color: #999; font-family: 'Open Sans', sans-serif; font-size: 14px; text-align: left; }
.news-date-icon           { margin-right: 3px; }
.news-background          { position: relative; height: 200px; width: 100%; background-position: center center; background-size: cover; transition: box-shadow 0.25s, filter 0.25s; }
.news-container:hover .news-background  { box-shadow: 0 10px 20px -5px rgba(123,123,123,0.6); filter: brightness(90%); }

/* ###   Youtube cards in wrap   ### */
.wrap-yt-list             { position: relative; margin: 0 auto; width: calc(100% - 40px); overflow: hidden; text-align: center; }
.wrap-yt-all              { position: absolute; bottom: 5px; right: -15px; font-size: 15px; text-align: right; letter-spacing: 3px; user-select: none; cursor: pointer; color: #8f8f8f; font-weight: 300; font-family: 'Open Sans', sans-serif; transition: 0.25s color; }
.wrap-yt-all:hover        { color: #30395a; }
.wrap-yt-card             { position: relative; vertical-align: top; display: inline-block; padding: 2px; margin: 5px; width: calc(16% - 14px); }
.wrap-yt-back             { position: relative; height: 100px; width: calc(100% - 2px); background-position: center center; background-size: cover; transition: box-shadow 0.25s, filter 0.25s; }
.wrap-yt-creator          { padding-top: 8px; color: #757575; font-family: 'Open Sans', sans-serif; font-size: 12px; text-align: left; }
.wrap-yt-title            { color: black; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: bold; text-align: left; }
.wrap-yt-card:hover .wrap-yt-back  { box-shadow: 0 10px 20px -5px rgba(123,123,123,0.6); filter: brightness(90%) }

/* ###   Desktop (from 971px to 1800px width)   ### */
@media (max-width: 1800px) and (min-width: 971px){
    /* ###   Wrap   ### */
	.wrap-header       { width: calc(100% - 60px); }
}

/* ###   Small Desktops (from 1001px to 1200px width)   ### */
@media (max-width: 1200px) and (min-width: 1001px){
    /* ###   Showcase   ### */
    .showcase-seemore  { font-size: 20px; }
    /* ###   Wrap   ### */
    .wrap-header       { width: calc(100% - 60px) }
    .wrap-container    { width: 100%; }
    .wrap-news-align   { width: 100%; }
    /* ###   News   ### */
    .news-background   { height: 175px; }
}

/* ###   Tablet (from 768px to 1000px width)   ### */
@media (max-width: 1000px) and (min-width: 768px){
    /* ###   Showcase   ### */
    .showcase-seemore  { font-size: 20px; }
    /* ###   Wrap   ### */
    .wrap-header       { width: calc(100% - 60px); }
    .wrap-container    { width: 100%; }
    .wrap-news-align   { width: 100%; }
    /* ###   News   ### */
    .news-title        { word-wrap: break-word; }
    .news-background   { height: 150px; }
}

/* ###   Phones (from 120px to 767px width)   ### */
@media (max-width: 767px) and (min-width: 120px){
    /* ###   Showcase   ### */
    .showcase-content          { position: absolute; bottom: 0vh; left: 0px; width: 100%; background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.6)); }
	.showcase-title            { position: relative; z-index: 1; margin: 0 0 5px 0; padding: 0 25px; width: calc(100% - 50px); text-shadow: -1px 0 rgba(0,0,0,0.4),0 1px rgba(0,0,0,0.4),1px 0 rgba(0,0,0,0.4),0 -1px rgba(0,0,0,0.4); color: white; font-size: 30px; text-align: center; transition: 0.75s all; }
	.showcase-seemore          { position: relative; z-index: 1; cursor: pointer; margin: 0 0 10px 0; padding-bottom: 5px; width: 100%; text-shadow: -1px 0 rgba(0,0,0,0.4),0 1px rgba(0,0,0,0.4),1px 0 rgba(0,0,0,0.4),0 -1px rgba(0,0,0,0.4); color: #eee; font-size: 14px; text-align: center; transition: 0.5s all, 1s top; }
	.showcase-seemore:hover    { text-shadow: 0 0 5px white; }
    .showcase-background       { height: 450px; }
    /* ###   Wrap   ### */
    .wrap-container       { width: 100%; }
    .wrap-news-checkall, .wrap-yt-all { position: relative; margin-top: 5px; bottom: 0; left: 0; text-align: left; }
    .wrap-news-align      { width: 100%; }
    /* ###   News   ### */
    .news-container       { margin: 5px 25px; padding: 2px; width: calc(100% - 54px); }
    .news-background      { height: 200px; }
    .news-title           { text-align: center; }
    .news-date            { text-align: center; }
    .news-background      { height: 150px; }
    /* ###   Youtube cards in wrap   ### */
    .wrap-yt-card         { margin: 5px 30px; width: calc(100% - 64px); }
    .wrap-yt-list         { width: 100%; }
}