body            { padding: 0; margin: 0; background: #f3f3f3; }
a 				{ color: blue; text-decoration: none; outline: 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%; }

.wrapper           { margin: 56px auto 0 auto; width: 1200px; min-height: 100vh; }
.wrap              { position: absolute; top: 0; left: 0; width: 100%; background-size: contain; background-repeat: no-repeat; background-color: black; }

.prof-wrap         { position: relative; width: 1200px; margin: 0 auto; height: 100px; background: rgba(19,19,19,0.8); box-shadow: 0 15px 20px -10px black; }
.prof-avatar       { position: absolute; width: 128px; border-radius: 10px; height: 128px; top: 32px; left: 100px; box-shadow: 0 8px 5px -5px #000 }
.prof-nick         { font-family: 'Open Sans', sans-serif; font-size: 24px; text-transform: uppercase; position: absolute; top: 65px; color: white; text-align: center; left: 240px; }
.prof-settings     { font-family: 'Open Sans', sans-serif; transition: 0.2s color; font-size: 14px; text-transform: uppercase; position: absolute; top: 76px; color: #a4a4a4; text-align: right; right: 60px; }
.prof-wrapper      { padding: 70px 0px; background: rgba(6,6,6,0.8); width: 1100px; margin: 0 auto; min-height: 1300px; }
.prof-status       { font-family: 'Titillium Web', sans-serif; position: absolute; top: 105px; left: 240px; color: #777; font-size: 14px; }
.prof-header       { position: relative; font-family: 'Titillium Web', sans-serif; padding-bottom: 5px; margin-top: 15px; padding-left: 25px; font-size: 24px; color: rgb(117,218,251); }
.prof-header-line  { position: absolute; bottom: 0; left: -20px; height: 3px; width: 300px; background: rgb(117,218,251); }
.prof-bio          { position: relative; padding: 20px 0px 20px 25px; color: #b9b9b9; font-family: 'Open Sans', sans-serif; font-size: 16px; width: 550px; word-wrap: break-word; }
.prof-bio-h        { font-family: 'Open Sans', sans-serif; font-size: 20px; color: #9ecdff; display: block; }
.prof-social       { position: absolute; top: 135px; left: 240px; color: #777; font-size: 16px; }
.fa-sociale        { color: #777; margin-right: 8px; transition: 0.2s color }
.fa-sociale:hover  { color: white; }
.prof-settings:hover { color: white; }

.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; }

@media (max-width: 1800px) and (min-width: 1221px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 56px; }
	.footer            { width: calc(100% - 80px) }
	.news-header       { width: calc(100% - 60px) }
}
@media (max-width: 1220px) and (min-width: 768px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 56px; }
	.footer            { width: calc(100% - 80px) }
	.news-header       { width: calc(100% - 60px) }
    
    .main-logo         { position: absolute; top: 17px; height: 26px; width: auto; z-index: 9; left: 17px; }
    .news-wrap         { width: 100% }
    .news-title        { word-wrap: break-word; }
    .news-n-back       { height: 150px; }
    .wrapper           { width: 100%; }
}

@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; }
	
    .news-wrap         { width: 100% }
    .news-title        { word-wrap: break-word; }
    .news-n-back       { height: 150px; }
    .wrapper           { width: 100%; }
    
    .mobile-hide       { display: none; }

	.footer            { width: calc(100% - 40px); padding: 5px 10px; }
	.footer-logo       { margin-top: 10px; height: 20px; width: auto }
	.footer-all        { font-size: 8px; }
	.go-right          { font-size: 18px; }
}