body            { padding: 0; margin: 0; background: #f3f3f3; }
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: 314px; width: 100%; background: #f3f3f3; }
.wrapper           { position: relative; margin: 0 auto; margin-top: 20px; width: 1200px; }

.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-back-wrap    { position: absolute; top: 0; left: 0; width: 100%; height: 314px; overflow: hidden; }
.news-back         { position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; filter: blur(10px) brightness(80%); background-size: cover; background-position: center center; }
.news-card         { position: relative; top: -114px; width: 860px; margin: 0 auto; background: #fcfcfc; padding: 50px; box-shadow: 0 0 30px rgba(123,123,123,0.2); margin-bottom: -80px; }
.news-title        { position: relative; font-size: 40px; color: #343434; font-family: 'Open Sans', sans-serif; font-weight: bold; }
.news-date         { position: absolute; font-size: 16px; color: #a9a9a9; top: 30px; font-family: 'Open Sans', sans-serif; }
.news-text         { position: relative; padding: 20px 0 10px 0; color: black; font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 1.4em; }

.t-image           { margin: 20px; height: auto; width: calc(100% - 40px); }
.t-image-label     { font-size: 12px; color: #444444; text-align: center; font-style: italic; margin-top: -20px; }
.t-ul-header       { font-size: 20px; font-weight: bold; padding: 10px 0; }
.t-ul              { list-style-type: disc; letter-spacing: 0.5px; line-height: normal; -webkit-margin-before: 0; -webkit-padding-start: 20px; }
.t-ul li           { margin: 0 }
.t-small           { font-size: 15px; }
.t-bold            { font-weight: bold; }
.t-italic          { font-style: italic; }
.t-quote           { font-style: italic; font-size: 16px; padding: 20px; color: #5f5f5f; }
.t-quote-author    { font-style: italic; font-size: 14px; text-align: right; padding: 5px 10px; }
.t-header          { font-weight: bold; font-size: 24px; padding: 20px 0 10px 0; }