/* ###   Reset default CSS   ### */
body               { padding: 0; margin: 0; background: #dee0e1 }
a 				   { color: blue; text-decoration: none; outline: none; }

/* ###   Menu for mobiles   ### */
.mobile-menu-blackout       { position: fixed; z-index: 5; top: 0; left: 0; height: 100%; width: 100%; display: none; background: rgba(0,0,0,0.75); }
.mobile-menu-button         { display: none; margin: 0; }
.mobile-menu-button-login   { display: none; margin: 0; }
.mobile-menu-button-logout  { display: none; margin: 0; }
.mobile-menu-button-text    { font-size: 18px; }

/* ###   Header   ### */
.header                   { position: fixed; z-index: 10; top: 0px; left: 0px; height: 48px; width: 100%; background: rgba(34,34,34,0.95); font-family: 'Open Sans', sans-serif; font-weight: 600; transition: 0.5s all; }
.header-wrap              { position: relative; margin: 0 auto; height: 48px; width: 1800px; }
.header-mobile-menu       { display: none; }

.header-logo              { position: absolute; top: 12px; left: 15px; height: 28px; width: auto; }
.header-button-wrapper    { position: absolute; bottom: 0px; right: 10px; }
.header-button            { position: relative; margin: 0 10px; float: left; user-select: none; cursor: pointer; color: white; font-size: 18px; font-weight: 600; line-height: 48px; transition: 0.2s all; }
.header-button:hover      { color: #ADD1FC }
.header-button-spread     { margin: 16px 10px 0 10px; height: 18px; width: 1px; float: left; background: #aaa; }

.header-nick              { max-width: 100px; overflow: hidden; font-size: 14px; font-weight: 300; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; transition: color 0.5s, max-width 2s; }
.header-nick:hover        { max-width: 1000px; }
.header-logout            { position: relative; margin: 0 5px; float: left; user-select: none; cursor: pointer; color: #777; font-size: 14px; font-weight: 600; line-height: 48px; transition: 0.2s all; }
.header-logout:hover      { color: #aaa }

/* ###   Footer   ### */
.footer                   { position: relative; padding: 10px 20px; margin: 50px auto 0 auto; width: calc(100% - 40px); font-family: 'Open Sans', sans-serif; font-size: 25px; text-align: left; background: #2a2d38; box-shadow: 0 -5px 10px #0000004d; }
.footer-wrap              { margin: 10px auto; max-width: 1200px; width: calc(100% - 40px); }
.footer-logo              { margin-top: 10px; height: 30px; width: auto }
.footer-icon              { position: relative; margin-left: 10px; padding-top: 13px; float: right; color: #b1b1b1; transition: 0.5s all; }
.footer-icon-fb:hover       { color: #5b79b8; }
.footer-icon-twitter:hover  { color: #65bcfe; }
.footer-icon-reddit:hover   { color: #ff4500; }


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

@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: 600; 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: 600; 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; }
}