@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300');

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: black; font-family: 'Open Sans', sans-serif; font-weight: bold; }
.news-date         { position: absolute; font-size: 14px; color: #a9a9a9; top: 30px; font-family: 'Open Sans', sans-serif; line-height: 1.3em }
.news-text         { position: relative; padding: 20px 0 10px 0; color: rgb(70,70,70); font-size: 16px; font-family: 'Merriweather Sans', sans-serif; line-height: 1.45em; }

.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; -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: 14px; padding: 20px; color: #ababab; }
.t-quote-author    { font-style: italic; font-size: 12px; text-align: right; padding: 5px 10px; }
.t-header          { font-weight: bold; font-size: 24px; padding: 20px 0 10px 0; }

@media (max-width: 1800px) and (min-width: 1201px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 56px; }
	.footer            { width: calc(100% - 80px) }
}
@media (max-width: 1200px) and (min-width: 961px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 56px; }
	.footer            { width: calc(100% - 80px) }
    
    .main-logo         { position: absolute; top: 17px; height: 26px; width: auto; z-index: 9; left: 17px; }
    .wrapper           { width: 100%; }
}
@media (max-width: 960px) and (min-width: 768px){
    .main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 56px; }
	.footer            { width: calc(100% - 80px) }
    
    .news-date         { position: relative; line-height: normal; top: 0; margin: 5px 0; }
    .news-title        { font-size: 30px }
    .news-card         { width: calc(100% - 100px); }
    .main-logo         { position: absolute; top: 17px; height: 26px; width: auto; z-index: 9; left: 17px; }
    .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: 15px 15px; line-height: 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: 15px 15px; line-height: 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-date         { position: relative; line-height: normal; top: 0; margin: 5px 0; }
    .news-title        { font-size: 25px }
    .news-card         { width: calc(100% - 40px); padding: 20px; top: -180px; margin-bottom: -180px; }
    .news-back-wrap    { height: 214px; }
    .wrapper           { width: 100%; }
	
    .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; }
}