body            { font-family: 'Poiret One', cursive; padding: 0; margin: 0; background: #eee; }
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: 0; width: 100%; background: #fdfdfd }
.wrapper           { position: relative; margin: 0 auto; width: 1200px; padding-top: 20px }
.text-small        { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 18px; text-align: center; padding: 0 20px; margin: 20px 0 40px 0 }
.text-header       { position: relative; clear: both; font-family: 'Open Sans', sans-serif; font-weight: 700; z-index: 1; padding: 10px 0; color: black; font-size: 40px; width: calc(100% - 20px); margin: 0 auto; border-bottom: 1px solid #ddd; padding-left: 20px; margin-bottom: 20px; }

.showcase          { position: relative; width: 100%; height: 600px; overflow: hidden; }
.showcase-main-img { position: absolute; top: 100px; left: calc(50% - 262px); width: 532px; height: 300px; box-shadow: 0 5px 20px rgba(0,0,0,0.7); background-position: center center; background-repeat: no-repeat; background-size: cover; }
.showcase-title    { font-family: 'Open Sans', sans-serif; color: white; font-weight: 700; position: relative; z-index: 1; font-size: 50px; text-align: center; text-shadow: 0 0 15px rgba(9,21,66,.7) }
.showcase-subtitle { font-family: 'Open Sans', sans-serif; position: relative; z-index: 1; margin-bottom: 10px; font-size: 22px; margin-top: 2px; color: #ddd; text-align: center; text-shadow: 0 0 15px rgba(9,21,66,.7); }
.showcase-image    { position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; filter: blur(20px) brightness(100%); background-position: center center; background-repeat: no-repeat; background-size: cover; }
.showcase-back     { position: absolute; bottom: 50px; left: 0; width: 100%; z-index: 1; padding-top: 10px; height: 100px; }
.ex-header         { position: relative; font-family: 'Open Sans', sans-serif; font-weight: 700; z-index: 1; padding: 10px 0; color: black; font-size: 40px; width: 1180px; margin: 20px auto; border-bottom: 1px solid #ddd; padding-left: 20px; }
.ex-icon           { width: 50px; }

.proj              { position: relative; width: 100%; margin-bottom: 10px; }
.proj-box          { position: relative; box-shadow: 0 10px 10px -10px rgba(123,123,123,0.5); transition: 0.2s all; overflow: hidden; float: left; width: calc(25% - 30px); padding: 10px; margin: 5px 5px 10px 5px; outline: 1px solid #d7d7d7; background: #eee; height: 240px; }
.proj-box:hover    { box-shadow: 0 10px 10px -10px rgba(123,123,123,0.7); }
.proj::after       { content: " "; display: block; height: 0; clear: both; }
.proj-title        { 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); font-family: 'Open Sans', sans-serif; width: calc(100% - 20px); word-wrap: break-word; color: white; font-weight: 700; position: absolute; bottom: 70px; left: 10px; font-size: 16px; }
.proj-author-img   { position: absolute; bottom: 10px; left: 10px; height: 40px; width: 40px; border-radius: 20px; border-position: center center; background-size: cover; }
.proj-author       { font-family: 'Open Sans', sans-serif; position: absolute; bottom: 28px; left: 60px; font-size: 15px; font-weight: bold; color: #444 }
.proj-image        { background-size: cover; transition: 0.2s all; background-position: top center; position: absolute; top: 0px; left: 0px; width: 100%; height: 200px; }
.proj-box:hover .proj-image { background-position: center -30px }
.proj-views        { font-family: 'Open Sans', sans-serif; width: calc(100% - 20px); color: #9a9a9a; font-weight: bold; position: absolute; bottom: 12px; left: 60px; font-size: 12px; }
.proj-see-more     { position: absolute; transition: 0.2s color, 0.2s border-right-color; padding: 3px 10px; top: 45px; right: 10px; user-select: none; cursor: pointer; color: #c0c0c0; font-size: 15px; font-family: 'Open Sans', sans-serif; border-right: 5px solid #c0c0c0 }
.proj-see-more:hover { color: #30395a; border-right-color: #30395a }
.proj-wanttosee    { position: relative; transition: 0.2s color; margin: 15px 0 30px 0; color: #aaa; user-select: none; font-family: 'Titillium Web', sans-serif; letter-spacing: 1px; padding-right: 20px; text-align: right; }
.proj-wanttosee:hover { color: #30395a; }
.proj-wanttosee-ico{ margin-left: 5px; }

.card-gam          { box-shadow: inset 0 -45px 100px -50px #A100FF; }
.card-art          { box-shadow: inset 0 -45px 100px -50px #EF6C35; }
.card-vid          { box-shadow: inset 0 -45px 100px -50px #ffdbaa; }
.card-cod          { box-shadow: inset 0 -45px 100px -50px #B2D430; }

.line-h            { position: relative; margin: 10px 0; height: 1px; background: #ccc; }

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