/* 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; }
}

/* ###   Showcase   ### */
@keyframes fade-in {
	0%             { opacity: 0; }
	100%           { opacity: 1; }
}
.showcase          { position: relative; height: 100vh; width: 100%; background: url('http://res.frozent.pl/m/about/about_back-min.jpg'); background-size: cover; background-position: center 0px; background-repeat: no-repeat; }
.showcase-text     { position: absolute; bottom: 50px; left: 0; width: 100%; color: white; font-family: 'Poiret One', cursive; font-size: 2vw; text-align: center; animation: fade-in 1s linear; }
.showcase-image    { margin-top: 15px; height: 5vw; animation: fade-in 2.5s linear; }

/* ###   Wrap   ### */
.wrap              { position: relative; top: 0; width: 100%; border-top: 5px solid #30395a; background: #fdfdfd }
.wrap-centerize    { position: relative; margin: 50px auto 0 auto; max-width: 1200px; display: flex; flex-direction: column; align-items: center; }
.wrap-text         { padding: 20px; font-family: 'Nunito', sans-serif; color: #45465f; font-size: 20px; font-weight: 700; text-align: center; }
.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-container-wrap         { display: flex; justify-content: center; }
.wrap-contact      { margin: 0 auto; padding: 30px; }
.wrap-colorize     { background: #111820; }

/* ###   Profiles   ### */
.profile           { margin-top: 50px; margin-bottom: 25px; display: flex; justify-content: center; flex-wrap: wrap; border-top: 1px dashed #d4d4d4; padding-top: 15px; }
.profile-card      { position: relative; margin: 5px 0; min-width: 200px; width: 20%; }
.profile-image     { position: relative; margin: 20px auto 5px auto; height: 100px; width: 100px; background-position: center center; background-size: cover; background-repeat: no-repeat; border-radius: 50% 25% 50% 25%; box-shadow: 0 12px 5px -8px rgba(0, 0, 0, 0.2); }
.profile-name      { position: relative; margin: 10px auto 0 auto; color: #202020; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 16px; text-align: center; }
.profile-role      { position: relative; margin: 2px auto; padding-bottom: 3px; color: #6482A7; font-family: 'Nunito', sans-serif; font-size: 12px; text-align: center; }

.profile-social              { position: relative; margin: 10px 0; width: 100%; font-size: 20px; text-align: center; }
.profile-social-empty        { color: #f5f5f5; }
.profile-social-icon         { margin: 0 3px; cursor: pointer; text-decoration: none; }
.profile-social-exist        { color: #c2c2c2; transition: color 0.3s; }
.profile-social-exist:hover  { color: #3B4D63; }

/* ###   Wrap container   ### */
.wrap-container         { position: relative; margin: 10px 15px 20px 15px; max-width: 600px; width: calc(50vw - 40px); }
.wrap-container-title   { margin-bottom: 10px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 28px; color: #3a809e; }
.wrap-container-text    { font-family: 'Nunito', sans-serif; font-weight: 300; font-size: 17px; color: #c8deef; }
.wrap-container-email   { color: #6d93a2; font-weight: 600; }
.wrap-container-label   { margin: 15px 0 5px 0; color: #3b5f7b; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; }
.wrap-container-notice  { margin: 15px 0 5px 0; padding-right: 10px; color: #3b5f7b; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 700; text-align: right; }
.wrap-container-input   { padding: 5px; width: calc(100% - 12px); border: 0; color: #fff; background: #0e131b; font-family: 'Open Sans', sans-serif; font-size: 16px;  }
.wrap-container-submit       { margin: 5px 0 0 0; padding: 0 10px; width: 100%; cursor: pointer; color: #7db1c8; font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 700; text-align: right; letter-spacing: 1px; border: 0; background: transparent; transition: 0.2s color; }
.wrap-container-submit:hover { color: #ade3fc; }
.wrap-container-box          { cursor: pointer; user-select: none; -moz-user-select: none; padding: 10px 0px 20px 0px; width: 100%; color: #c8deef; font-size: 80px; text-align: center; transition: 0.25s background; margin: 0 10px; }
.wrap-container-box:hover    { background: #17212c; }
.wrap-container-box-icon     { margin: 20px 0 10px 0; }
.wrap-container-box-counter  { font-family: 'Nunito', sans-serif; color: #c8dae1; font-size: 16px; letter-spacing: 1px; }
.wrap-container-box-label    { font-size: 10px; letter-spacing: 1px; color: #457ea2; font-weight: bold; }
.wrap-container-warning      { margin: 5px 0; color: #f36464; font-size: 18px; }
.wrap-container-success      { margin: 5px 0; color: #4ea86b; font-size: 18px; }
.wrap-container-flex         { display: flex; justify-content: center; flex-wrap: wrap; }
.wrap-container-flex a       { width: 50%; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; font-family: 'Nunito', sans-serif; }

/* ###   Desktop (from 1221px to 1800px width)   ### */
@media (max-width: 1800px) and (min-width: 1201px){
}

/* ###   Small Desktops (from 1001px to 1200px width)   ### */
@media (max-width: 1200px) and (min-width: 1001px){
}

/* ###   Tablets (from 768px to 1000px width)   ### */
@media (max-width: 1000px) and (min-width: 768px){
}

/* ###   Phones (from 120px to 767px width)   ### */
@media (max-width: 767px) and (min-width: 120px){
    /* ###   Showcase   ### */
    .showcase-text         { bottom: 25px; font-size: 20px; }
    .showcase-image        { height: 40px; }
    /* ###   Wrap   ### */
	.wrap-text             { font-size: 16px; }
    /* ###   Wrap container   ### */
    .wrap-container              { margin-bottom: 5px; height: auto; width: calc(100% - 62px); }
    .wrap-container-wrap         { flex-direction: column; }
    .wrap-container-box          { height: auto; }
	.wrap-container-box-icon     { margin: 30px 0 20px 0; font-size: 60px; }
    .wrap-container-box-counter  { font-size: 18px; }
}