body            { font-family: 'Poiret One', cursive; padding: 0; margin: 0; background: #eee; }
a 				{ color: blue; text-decoration: none; }

@keyframes hh {
	0% { opacity: 0 }
	100% { opacity: 1 }
}

.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; margin-top: 20px; width: 1200px; }
.fore              { background: url('http://res.frozent.pl/m/about/about_back-min.jpg'); position: relative; background-size: cover; background-position: center 0px; background-repeat: no-repeat; width: 100%; height: 100vh }

.mail              { font-family: 'Open Sans', sans-serif; color: #D8DFE2; font-size: 18px; }
.mid-text          { animation: hh 1s linear; position: absolute; bottom: 50px; text-align: center; left: 0; width: 100%; color: white; font-size: 3vw; }
.sub-text          { animation: hh 1.5s linear; position: relative; text-align: center; left: 0; width: 100%; color: #ddd; font-size: 2vw; }

.text-small        { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 20px; text-align: center; padding: 20px; }
.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; }

.bound             { width: calc(50% - 62px); margin: 10px; padding: 20px; border: 1px solid #ddd; background: #f9f9f9; position: relative; height: 400px; box-shadow: 0 0 25px rgba(123,123,123,0.2); float: left; margin-bottom: 20px; }
.bound-title       { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 28px; margin-bottom: 10px; }
.bound-small       { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #444; margin: 10px 0 5px 0 }
.bound-subtitle    { font-family: 'Open Sans', sans-serif; font-weight: 500; font-size: 20px; }
.bound-input       { font-family: 'Open Sans', sans-serif; border: 1px solid #ccc; width: calc(100% - 20px); background: white; padding: 5px; font-size: 16px; }
.bound-submit      { font-family: 'Open Sans', sans-serif; cursor: pointer; box-shadow: 0 0 25px rgba(123,123,123,0.2); font-weight: 700; width: calc(100% - 10px); text-align: center; font-size: 24px; transition: 0.2s all; margin: 10px 0; border: 1px solid #333; padding: 5px 10px; background: transparent }
.bound-submit:hover{ background: rgba(0,0,0,0.2) }
.bound-box         { width: calc(50% - 22px); float: left; height: calc(44% - 22px); text-align: center; padding: 10px; color: #444; transition: 0.5s all; cursor: pointer; user-select: none; }
.bound-box:hover   { background: #eee }
.bound-icon        { font-size: 80px; margin-top: 20px; margin-bottom: 10px; }
.bound-icon-text   { font-size: 26px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
.bound-fb:hover    { background: rgba(59,89,152,0.1); color: rgba(59,89,152,1) }
.bound-ste:hover   { background: rgba(0,0,0,0.1); color: rgba(0,0,0,1) }
.bound-tw:hover    { background: rgba(0,172,237,0.1); color: rgba(0,172,237,1) }
.bound-red:hover   { background: rgba(255,69,0,0.1); color: rgba(255,69,0,1) }

.prof              { width: calc(20% - 20px); min-width: 200px; max-width: 290px; height: 270px; position: relative; overflow: hidden; user-select: none; cursor: default; display: inline-block; margin: 5px; }
.prof-back         { background-position: center center; background-size: cover; position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; background-repeat: no-repeat; transition: 1s all }
.prof:hover .prof-back { left: -15%; top: -15%; height: 130%; width: 130%; }
.prof-image        { position: relative; margin: 20px auto 5px auto; width: 100px; height: 100px; border-radius: 50px; box-shadow: 0 2px 10px rgba(0,0,0,1); background-position: center center; background-size: cover; background-repeat: no-repeat; }
.prof-name         { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 16px; position: relative; margin: 10px auto 0 auto; text-align: center; color: white; }
.prof-subname      { font-family: 'Open Sans', sans-serif; font-size: 12px; position: relative; margin: 2px auto; text-align: center; color: #F7C873; }
.prof-info         { font-family: 'Open Sans', sans-serif; font-size: 14px; position: relative; margin: 20px auto 0 auto; text-align: center; color: #aaa; font-style: italic; }
.prof-line         { position: relative; width: 150px; height: 1px; margin: 5px auto; background: rgba(200,200,200,0.8) }
.prof-buts         { font-size: 24px; width: 100%; text-align: center; position: relative; margin: 10px 0 }
.prof-ic           { margin: 0 3px; cursor: pointer; text-decoration: none; color: #eee; }
.prof-conte        { margin-bottom: 25px; text-align: center; }
.prof-conte::after { content: " "; display: block; height: 0;  clear: both; }
.prof-blank        { color: #777 }

.bound-list::after { content: " "; display: block; height: 0;  clear: both; }

.footer            { font-family: 'Open Sans', sans-serif; position: relative; width: 1760px; padding: 10px 20px; color: #aaa; border-top: 1px solid #eee; margin: 0 auto; font-size: 25px; text-align: left; margin-top: 30px; }
.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: 971px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.footer            { width: calc(100% - 80px) }
	.news-header       { width: calc(100% - 60px) }
}
@media (max-width: 1400px) and (min-width: 971px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.wrapper           { position: relative; margin: 0 auto; margin-top: 20px; width: 100%; }
	.footer            { width: calc(100% - 80px) }
}
@media (max-width: 970px) and (min-width: 768px){
	.main-tab-wrap     { position: relative; margin: 0 auto; width: 100%; height: 64px; }
	.wrapper           { position: relative; margin: 0 auto; margin-top: 20px; width: 100%; }
	.footer            { width: calc(100% - 80px) }
}
@media (max-width: 420px) and (min-width: 120px){
	.prof              { width: calc(100% - 20px); max-width: 1000px }
}
@media (max-width: 767px) and (min-width: 421px){
	.prof              { width: calc(50% - 20px); max-width: 1000px }
}
@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; }
	
	.wrapper           { position: relative; margin: 0 auto; margin-top: 20px; width: 100%; }
	.text-small        { font-size: 16px; }
	
	.bound             { width: calc(100% - 62px); margin-bottom: 5px; }
	.bound-icon        { font-size: 60px; margin-top: 30px; margin-bottom: 20px; }
	.bound-icon-text   { font-size: 18px; }
	.footer            { width: calc(100% - 40px); padding: 5px 10px; margin-top: 5px; }
	.footer-logo       { margin-top: 10px; height: 20px; width: auto }
	.footer-all        { font-size: 12px; }
	.go-right          { font-size: 18px; }

	.mid-text { animation: hh 2s linear; position: absolute; bottom: 40px; text-align: center; left: 0; width: 100%; color: white; font-size: 20px; }
	.sub-text { animation: hh 2.5s linear; position: relative; margin-top: 5px; text-align: center; left: 0; width: 100%; color: #aaa; font-size: 14px; }
}