body            { padding: 0; margin: 0; background: #fcfcfc; }
a 				{ color: blue; text-decoration: none; }

.mobile-hambu { display: none; }
.fulli { width: 100%; position: relative; }

.main-tab          { position: fixed; transition: 0.5s all; z-index: 10; top: 0px; left: 0px; width: 100%; background: rgba(34,34,34,0.95); font-family: 'Open Sans', sans-serif; font-weight: 600; height: 56px; }
.main-tab-wrap     { position: relative; margin: 0 auto; width: 1800px; height: 56px; }
.main-logo         { position: absolute; top: 12px; height: 36px; width: auto; z-index: 9; left: 15px; }
.main-buttons-list { position: absolute; bottom: 0px; right: 10px; }
.main-button       { user-select: none; font-weight: 600; position: relative; cursor: pointer; line-height: 56px; transition: 0.2s all; color: white; float: left; margin: 0 10px; font-size: 20px; }
.main-nick         { font-weight: 500; text-transform: uppercase; font-size: 16px; transition: color 0.5s, max-width 2s; max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main-nick:hover   { max-width: 1000px; }
.main-spread       { height: 26px; background: #aaa; width: 1px; margin: 16px 10px 0 10px; float: left; }
.main-logout       { user-select: none; font-weight: 600; position: relative; cursor: pointer; line-height: 56px; transition: 0.2s all; color: #777; transition: 0.15s color; float: left; margin: 0 5px; font-size: 16px }
.main-logout:hover { color: #aaa }
.main-button:hover { color: #ADD1FC }
.mobile-button     { display: none; margin: 0; }
.mobile-button2    { display: none; margin: 0; }
.mobile-button3    { display: none; margin: 0; }
.mobile-full       { display: none; background: rgba(0,0,0,0.6); position: fixed; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; }

.wrap              { position: absolute; top: 200px; width: 100%; border-top: 5px solid #6d8fc0; background: #fcfcfc }
.wrapper           { position: relative; margin: 0 auto; margin-top: 20px; width: 1200px; }

.news-header       { position: relative; font-family: 'Titillium Web', sans-serif; font-weight: 700; z-index: 1; padding: 10px 0; color: black; font-size: 26px; width: calc(100% - 60px); letter-spacing: 3px; margin: 0 auto; margin-bottom: 10px; }
.header-image-w    { height: 200px; width: 100%; position: relative; overflow: hidden; }
.header-image      { position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; background: url('http://res.frozent.pl/back.jpeg'); background-size: cover; filter: blur(3px); background-repeat: no-repeat; }

.footer            { font-family: 'Open Sans', sans-serif; position: relative; width: calc(100% - 80px); padding: 10px 20px; color: #aaa; border-top: 1px solid #c5c5c5; margin: 0 auto; font-size: 25px; text-align: left; margin-top: 10px; }
.footer-logo       { margin-top: 10px; height: 30px; width: auto }
.footer-all        { font-size: 14px; }
.go-right          { margin-left: 10px; padding-top: 10px; color: #aaa; position: relative; float: right; transition: 0.5s all; }
.go-fb:hover       { color: #5b79b8; }
.go-twitter:hover  { color: #65bcfe; }
.go-reddit:hover   { color: #ff4500; }

.news-wrap         { margin: 0 auto; text-align: center; margin-bottom: 10px; width: 1200px; }
.news-wrap:after   { content: ''; display: block; clear: both; }
.news-n-low:hover .news-n-back { box-shadow: 0 10px 20px -5px rgba(123,123,123,0.6); filter: brightness(90%) }
.news-n-low:hover .news-n-title { max-height: 100px; transition: max-height 0.25s ease-in; white-space: normal }
.news-n-low        { position: relative; float: left; vertical-align: top; display: inline-block; width: calc(33% - 14px); padding: 2px; margin: 5px 5px 20px 5px; }
.news-n-back       { position: relative; transition: box-shadow 0.25s, filter 0.25s; width: calc(100% - 2px); height: 200px; background-position: center center; background-size: cover; }
.news-n-title      { font-size: 18px; font-weight: bold; transition: max-height 0.25s ease-out; max-height: 24px; overflow: hidden; font-family: 'Open Sans', sans-serif; color: black; text-align: left; padding-top: 15px; }
.news-n-date       { font-size: 14px; font-family: 'Open Sans', sans-serif; color: #999; text-align: left; padding-top: 10px; }
.news-n-date-sym   { margin-right: 3px; }
.news-all          { color: #c0c0c0; font-family: 'Titillium Web', sans-serif; user-select: none; cursor: pointer; transition: 0.25s color; position: absolute; bottom: 5px; right: -15px; font-size: 15px; letter-spacing: 3px; text-align: right; }
.news-all:hover    { color: #30395a; }

.white-back        { background: #fdfdfd; padding: 20px 0; }
@media (max-width: 1800px) and (min-width: 971px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.footer            { width: calc(100% - 80px) }
	.news-header       { width: calc(100% - 60px) }
}
@media (max-width: 1400px) and (min-width: 971px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.footer            { width: calc(100% - 80px) }
	.news-header       { width: calc(100% - 60px) }
	.yt-list           { height: 205px }
	.yt-card           { max-width: 240px; height: 135px; }
	.yt-title          { top: 148px; width: 240px; font-size: 16px; }
	.yt-creator        { top: 170px; width: 240px; font-size: 14px; }
}
@media (max-width: 970px) and (min-width: 768px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.footer            { width: calc(100% - 80px) }
	.spec-see          { font-size: 20px; }
	.news-header       { width: calc(100% - 60px) }
	.yt-list           { height: 360px }
	.yt-card           { margin-bottom: 63px; max-width: 208px; height: 117px; }
	.yt-title          { top: 128px; width: 208px; font-size: 16px; }
	.yt-creator        { top: 150px; width: 208px; font-size: 14px; }
}

@media (max-width: 767px) and (min-width: 120px){
	.main-tab          { position: fixed; transition: 0.5s all; z-index: 10; top: 0px; left: 0px; width: 100%; background: rgba(34,34,34,0.95); height: 54px; }
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 54px; }
	.main-logo         { position: absolute; top: 15px; height: 24px; width: auto; z-index: 9; left: 10px; }
	.main-buttons-list { position: absolute; bottom: 0px; right: 90px; }
	.main-button, .main-nick, .main-spread, .main-logout       { display: none; }

	.mobile-button     { font-family: 'Open Sans', sans-serif; font-weight: 600; text-align: center; display: none; background: rgba(50,50,50,0.95); user-select: none; cursor: pointer; transition: 0.5s all; white-space: nowrap; position: relative; overflow: hidden; width: calc(100% - 30px); border-bottom: 1px solid #111; cursor: pointer; transition: 0.5s all; color: white; float: left; padding: 10px 15px; font-size: 24px; }
	.mobile-button2    { font-family: 'Open Sans', sans-serif; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; font-weight: 500; text-align: center; display: none; background: rgba(35,35,35,0.95); user-select: none; cursor: pointer; transition: 0.5s all; white-space: nowrap; position: relative; overflow: hidden; width: calc(100% - 130px); border-bottom: 1px solid #111; cursor: pointer; transition: 0.5s all; color: white; float: left; padding: 10px 15px; font-size: 24px; }
	.mobile-button3    { font-family: 'Open Sans', sans-serif; font-weight: 500; text-align: center; display: none; background: rgba(20,20,20,0.95); user-select: none; cursor: pointer; transition: 0.5s all; white-space: nowrap; position: relative; overflow: hidden; width: 70px; border-bottom: 1px solid #111; cursor: pointer; transition: 0.5s all; color: white; float: left; padding: 10px 15px; font-size: 24px; }
	.mobile-but-fix    { z-index: 10; position: fixed; top: 52px; left: 0; right: 0; }
	.mobile-hambu      { color: white; font-size: 24px; position: absolute; right: -65px; top: -45px; display: inline-block; cursor: pointer; }
	.spec-news-div     { position: absolute; width: 100%; bottom: 0vh; left: 0px; background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.6)) }
	.spec-news-title   { position: relative; margin: 0; 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); z-index: 1; margin-bottom: 5px; text-align: center; font-size: 30px; color: white; transition: 0.75s all; }
	.spec-see          { position: relative; margin: 0; 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); padding-bottom: 5px; transition: 0.5s all, 1s top; z-index: 1; margin: 0 0 10px 0; text-align: center; font-size: 14px; color: #eee; cursor: pointer; }
	.spec-see:hover    { text-shadow: 0 0 5px white; }
	
	.page-list         { margin: 15px auto 25px auto; }
	
	.yt-list           { height: 550px }
	.yt-card           { margin-bottom: 63px; max-width: 260px; height: 117px; }
	.yt-title          { top: 128px; width: 260px; font-size: 16px; }
	.yt-creator        { top: 150px; width: 260px; font-size: 14px; }
	
	.footer            { width: calc(100% - 40px); padding: 5px 10px; }
	.footer-logo       { margin-top: 10px; height: 20px; width: auto }
	.footer-all        { font-size: 12px; }
	.go-right          { font-size: 18px; }
}