@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo2BI';
    src: url('Exo2-BoldItalic.otf');
}

@font-face {
    font-family: 'Exo2EBI';
    src: url('Exo2-ExtraBoldItalic.otf');
}

@font-face {
    font-family: 'Exo2BkI';
    src: url('Exo2-BlackItalic.otf');
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.ttf') format('truetype');
}

* {
    margin: 0;
}

/* 
---------------------------------------------------------------------------------------
	BAZA 
---------------------------------------------------------------------------------------
*/

html, body {
    height: 100%;
}

body {
    background-color: #151515;
    font-family: 'Exo2BI', Verdana, Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    width: 1199px;
    margin: 0 auto;
}

.container-content {
    margin: 0 auto;
}

.input {
    border: 1px solid #132234;
    border-radius: 5px;
}

.page-wrap {
    background-image: url(/sns/img/standalone/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 100%;
    margin-bottom: -37px;
    position: relative;
}

#videoBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-wrap:after {
    content: "";
    display: block;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

input {
    font-family: Arial, sans-serif;
}

.hideable-content {
    display: none;
}

/* 
---------------------------------------------------------------------------------------
	TOP
---------------------------------------------------------------------------------------
*/

header {
    width: 100%;
    height: 78px;
    background-image: url('/sns/img/standalone/top_bar.png');
    background-position-x: center;
    background-repeat: repeat-x;
    position: relative;
    z-index: 4;
}

/* 
---------------------------------------------------------------------------------------
	BUTTONY SOCIAL - FACEBOOK & GOOGLE+ 
---------------------------------------------------------------------------------------
*/

.social {
    width: 300px;
    position: relative;
    padding-top: 15px;
}

.like-button {
    float: left;
}

.facebook-like-button {
    margin-top: 0px;
    margin-right: 10px;
}

/* 
---------------------------------------------------------------------------------------
	WYBĂ“R JÄ�ZYKA 
---------------------------------------------------------------------------------------
*/

ul#menu, ul#menu ul.sub-menu {
    padding: 0;
    margin: 0;
    font-size: 12px;
    border-radius: 2px;
}

ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #000000;
    padding: 2px;
    padding-left: 5px;
    display: inline-block;
}

ul#menu li {
    position: relative;
}

ul#menu li ul.sub-menu {
    display: none;
    position: absolute;
    width: 110px;
    background-color: rgb(15, 15, 15);
    border: solid #333;
    border-width: 0 1px 1px;
}

ul#menu li:hover ul.sub-menu {
    display: block;
}

.flag {
    display: inline-block;
    width: 27px;
    height: 19px;
    margin-top: 7px;
    vertical-align: top;
    background-size: 27px 19px;
}

.flag.pl {
    background: url('/sns/img/standalone/flags/flag_Poland.png')
}

.flag.en {
    background: url('/sns/img/standalone/flags/flag_United_Kingdom.png')
}

.flag.de {
    background: url('/sns/img/standalone/flags/flag_Germany.png')
}

.flag.ru {
    background: url('/sns/img/standalone/flags/flag_Russia.png')
}

.flag.es {
    background: url('/sns/img/standalone/flags/flag_Spain.png')
}

.flag.gr {
    background: url('/sns/img/standalone/flags/flag_Greece.png')
}

.flag.fr {
    background: url('/sns/img/standalone/flags/flag_France.png')
}

.flag.it {
    background: url('/sns/img/standalone/flags/flag_Italy.png')
}

.flag.nl {
    background: url('/sns/img/standalone/flags/flag_Netherlands.png')
}

.flag.no {
    background: url('/sns/img/standalone/flags/flag_Norway.png')
}

.flag.br {
    background: url('/sns/img/standalone/flags/flag_Brazil.png')
}

.flag.pt {
    background: url('/sns/img/standalone/flags/flag_Portugal.png')
}

.flag.rs {
    background: url('/sns/img/standalone/flags/flag_Serbia.png')
}

.flag.cz {
    background: url('/sns/img/standalone/flags/flag_Czech_Republic.png')
}

.flag.tr {
    background: url('/sns/img/standalone/flags/flag_Turkey.png')
}

.flag.ar {
    background: url('/sns/img/standalone/flags/flag_Argentina.png')
}

a.lang, a.lang:hover {
    display: block;
}

.drop-down {
    display: inline-block;
    width: 24px;
    height: 32px;
    margin-left: 7px;
    vertical-align: top;
    background: url('/sns/img/standalone/sep01.png') no-repeat center left, url('/sns/img/standalone/arrow_01.png') no-repeat center;

}

.lang-label {
    display: inline-block;
    width: 30px;
    line-height: 36px;
    font-size: 20px;
    color: #d0c9c9;
    margin-left: 8px;
    font-weight: bold;
}

li.lang {
    border-radius: 2px;
    border-bottom: 1px solid rgba(36, 36, 36, 1.0);
    width: 80px;
}

li.lang:hover {
    background-color: #000000;
}

li.current-lang {
    background: #000;
    border: 1px solid #333;
    width: 115px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    z-index: 5;
}

li.current-lang:hover {

}

.language-selector-container {
    margin: 0 auto;
    width: 80px;
}

.language-selector {
    width: 80px;
    margin-left: -360px;
    position: absolute;
    top: 15px;
    left: 50%;
    font-family: Exo2BI, sans-serif;

}

/* 
---------------------------------------------------------------------------------------
	LOGOWANIE - SLIDER
---------------------------------------------------------------------------------------
*/

#sliderWrap {
    margin: 0 auto;
    width: 175px;
}

#slider {
    position: absolute;
    background-image: url('/sns/img/standalone/dropdown.png');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 227px;
    height: 260px;
    margin-top: -322px;
    z-index: 3;
    margin-left: 448px;
}

#slider img {
    border: 0;
}

#sliderContent {
    margin: 0 auto;
    position: absolute;
    color: #333333;
    padding-left: 10px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}

#header {
    margin: 0 auto;
    width: 600px;
    background-color: #F0F0F0;
    height: 200px;
    padding: 10px;
}

#openCloseWrap {
    position: absolute;
    margin: 232px 0 0 74px;
    font-size: 12px;
}

#loginUnder {
    position: absolute;
    margin-left: 440px;
    margin-top: -127px;
    font-size: 12px;
    z-index: 5;
}

span.login {
    position: absolute;
    z-index: 3;
    font-family: 'Exo2BkI', Arial Black, Arial, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #322303;
    text-shadow: 0 1px rgba(255, 255, 255, .65);
    margin-top: 16px;
    text-align: center;
    width: 245px;
    letter-spacing: -1px;
    line-height: 40px;
}

span.login img {
    vertical-align: 3px;
    margin: 0 0 0 5px;
}

#Standalone_models_LoginForm_username, #Standalone_models_LoginForm_password, #Standalone_models_PasswordRemindForm_email {
    width: 194px;
    height: 41px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    border: solid 1px #000;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    padding-left: 10px;
    margin-top: 10px;
    display: block;
}

label.remember-me {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

span.break {
    display: block;
    margin-bottom: 10px;
}

.login-button {
    width: 206px;
    height: 59px;
    background-image: url('/sns/img/standalone/button_login.png');
    border: none;
    background-color: transparent;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Exo2EBI';
    font-size: 28px;
    color: #fff;
    text-shadow: 0 -1px #0a2409;
}

a.login, span.forgot-password {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

a.login:hover, span.forgot-password:hover {
    text-decoration: underline;
}

/*
---------------------------------------------------------------------------------------
	BANNER + PROFIL GRACZA
---------------------------------------------------------------------------------------
*/

.player {
    position: absolute;
    width: 0px;
    left: 50%;
    top: 0;
    z-index: 4;
}

/*
---------------------------------------------------------------------------------------
	REKLAMA
---------------------------------------------------------------------------------------
*/

#banner {
    width: 888px;
    height: 126px;
}

/*
---------------------------------------------------------------------------------------
	PROFIL GRACZA
---------------------------------------------------------------------------------------
*/

.logout-button {
    position: absolute;
    left: 335px;
    top: 7px;
    width: 244px;
    height: 75px;
    background: url('/sns/img/standalone/button_log_out.png');
    border: none;
    font-family: "Exo2EBI";
    font-size: 28px;
    color: #fff;
    text-shadow: 0 -1px #0a2409;
    cursor: pointer;
    line-height: 40px;
    text-transform: uppercase;
}

.player-picture {
    border: 0;
    width: 40px;
    height: 40px;
    float: left;
}

.player-description {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 45px;
    padding: 5px;
    text-transform: uppercase;
}

.player-description .username {
    font-size: 16px;
    color: #ffa40b;
}

.player-details {
    position: absolute;
    left: 75px;
    top: 15px;
    background: #000;
    border: 1px solid #333;
    width: 250px;
    height: 40px;
    border-radius: 2px;
}

.turncate {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#player a {
    color: #fff;
}

/*
---------------------------------------------------------------------------------------
	GRA
---------------------------------------------------------------------------------------
*/

button.fullscreen {
    background: url(/sns/img/standalone/icon_full_sc.png) center no-repeat;
    width: 47px;
    height: 43px;
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: 15px;
    cursor: pointer;
    border: 0;
    z-index: 4;
}

#game-container iframe {
    width: 1185px;
    height: 736px;
    padding: 0;
}

#game-container {
    width: 1185px;
    height: 736px;
}

.container-wrapper {
    margin: 10px auto 0;
    width: 1185px;
    height: 736px;
    border-radius: 7px;
    border: 7px solid #222222;
    background: #151515;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    position: relative;
}

#player-id {
    width: 206px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    background: url(/sns/img/standalone/id_bg.png) no-repeat;
    right: -7px;
    padding-left: 40px;
    line-height: 32px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #aaa;
}


/*
---------------------------------------------------------------------------------------
	PĹ�ATNOĹšCI
---------------------------------------------------------------------------------------
*/

#loading {
    background-color: rgba(0, 0, 0, 0.7);
    width: 1185px;
    height: 736px;
    margin: 8px;
    z-index: 10;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

.loader {
    width: 128px;
    height: 128px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 270px;
    text-align: center;
}

.loader img {
    margin-top: 22%;
}

#payment-container {
    width: 1185px;
}

#payment-container h2, #edit-profile-container h2, #friends-container h2 {
    font-size: 50px;
    font-weight: normal;
    color: #ffa800;
    text-shadow: 0 -2px #000;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
}

#payment-container h4, #edit-profile-container h4 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 38px;
    text-transform: uppercase;
}

#payment-container h5 {
    font-size: 48px;
    color: #8a8a8a;
    text-shadow: 0 -2px #000;
    font-weight: normal;
}

#edit-profile-container a.close img {
    position: absolute;
    margin: 8px 0 0 511px;
}

#payment-container .payment-title, #edit-profile-container .edit-profile-title, #friends-container .friends-title {
    width: 100%;
    height: 92px;
    background: url('linear-background.png');
}

#payment-container .payment-details {
    height: 260px;
    background: url('/sns/img/standalone/payments_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#payment-container .payment-details img {
    position: absolute;
    left: 230px;
    bottom: 10px;
}

#payment-container .payment-details h5 {
    line-height: 260px;
    text-align: right;
    padding: 0 100px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
}

#payment-container .payment-method-title {
    height: 75px;
    background: url('/sns/img/standalone/dots.png') no-repeat top center;
}

#payment-container .payment-method-title h4 {
    line-height: 75px;
    font-size: 36px;
    text-transform: uppercase;
}

#payment-container .arrow-down, #edit-profile-container .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #35322e;
    margin: 0 auto 33px auto;
}

#payment-container .payment-method {
    width: 100%;
    height: 180px;
    background: url(/sns/img/standalone/dots.png) no-repeat bottom center;
}

.payment {
    position: absolute;
    background: #111111;
    z-index: 5;
    width: 1185px;
    height: 736px;
}

.payment .proceed,
.payment .payu-fields {
    display: none;
}

.payment .paymentwall-iframe {
    display: none;
    width: 1185px;
    height: 736px;
}

.payment form {
    display: block;
    text-align: center;
    background: #3d4045;
    height: 643px;
}

.payment .image {
    margin: 10px auto 0 auto;
}

.payment .service-column {
    display: inline-block;
    vertical-align: top;
    width: 365px;
    height: 130px;
    margin: 0px 10px 0;
    text-align: left;
}

.payment form label {
    font-size: 26px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #313131;
    -webkit-box-shadow: 0 0 0 1px #35322e;
    -moz-box-shadow: 0 0 0 1px #35322e;
    box-shadow: 0 0 0 1px #35322e;
    border: solid 2px #6f6f70;
    color: #8f8f8f;
    line-height: 37px;
    padding-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.payment input[type="radio"] + span {
    margin: 0px 10px 2px -21px
}

.payment form input[type="text"] {
    width: 353px;
    height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    border: solid 1px #000;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15), rgba(255, 255, 255, .15));
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.payment .proceed {
    margin-top: 30px;
}

.payment-close, .friends-close {
    right: -19px;
    top: -19px;
    background: url('/sns/img/standalone/x.png');
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input[type="radio"] {
    width: 26px;
    margin: 0;
    padding: 0;
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"] + span + label {
    display: inline-block;
    line-height: 22px;
}

input[type="radio"] + span {
    display: inline-block;
    width: 25px;
    height: 23px;
    margin: 0px 2px 0px -25px;
    vertical-align: middle;
    background: url(/sns/img/standalone/check_box.png) no-repeat;
    cursor: pointer;
    margin-top: -6px;
}

input[type="radio"]:checked + span {
    background: url(/sns/img/standalone/check.png) top center no-repeat, url(/sns/img/standalone/check_box.png) no-repeat;
    cursor: pointer;
}

/*
---------------------------------------------------------------------------------------
	HUNTIUM
---------------------------------------------------------------------------------------
*/

.huntium {
    display: table;
}

.left-container {
    width: 420px;
    margin: 60px 0 60px 60px;
    padding-right: 60px;
    border-right: 3px dotted #8f8f8f;
    display: table-column;
    float: left;
    min-height: 651px;
}

.right-container {
    width: 420px;
    margin: 60px 60px 60px 0px;
    padding-left: 60px;
    display: table-column;
    float: right;
}

.step-row {
    font-size: 48px;
    line-height: 90px;
    display: table-row;
}

.step {
    width: 80px;
    height: 80px;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
    font-size: 60px;
    line-height: 77px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.download-row, .screen-row {
    height: 560px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.download-row a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}

.button-huntium-download {
    width: 194px;
    height: 69px;
    background: url('/sns/standalone/button-huntium-download.png');
    padding-left: 105px;
    padding-top: 8px;
    margin: 0 auto;
}

.first-line {
    font-size: 36px;
    display: block;
    line-height: 36px;
}

.second-line {
    font-size: 20px;
}

.first-line, .second-line {
    text-shadow: 0 -1px #0a2409;
}

p.download-text {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 15px;
    color: #999999;
}

/*
---------------------------------------------------------------------------------------
	EDYCJA PROFILU
---------------------------------------------------------------------------------------
*/

#edit-profile-container {
    width: 1075px;
    height: 755px;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
}

#edit-profile-container h2 {
    color: #FFFFFF;
}

#edit-profile-container .current-avatar {
    display: inline-block;
    height: 80px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 3px;
}

#edit-profile-container .current-avatar span.active-username {
    font-size: 24px;
    line-height: 80px;
    margin-left: 10px;
    font-weight: 400;
}

#edit-profile-container span.active-email {
    font-size: 24px;
    font-weight: 400;
    display: block;
}

#edit-profile-container .change-avatar {
    margin-top: 10px;
    margin-bottom: 20px;
}

#edit-profile-container .settings {
    margin-bottom: 30px;
}

#edit-profile-container .scroll {
    height: 663px;
    overflow-y: scroll;
}

#verify-email {
    padding: 40px;
}

#verify-email img {
    padding-bottom: 40px;
}

#verify-email p {
    padding: 20px 0;
}

#verify-email h6 {
    padding-bottom: 0px !important;
}

#verify-email a {
    color: #FFA701;
}

/*
---------------------------------------------------------------------------------------
	LISTA ZNAJOMYCH
---------------------------------------------------------------------------------------
*/

#friends-container {
    width: 1075px;
    margin: 0 auto;
    text-align: center;
}

.friends {
    margin-top: 8px;
    position: absolute;
    background: #111111;
    z-index: 5;
    width: 1075px;
    height: 755px;
}

#friends-container h2 {
    color: #FFFFFF;
}

.friends-menu {
    border-top: 1px solid #35322e;
    border-bottom: 1px solid #35322e;
    background: url('linear-background.png');
    width: 100%;
    height: 36px;
    font-size: 20px;
}

label.friends-tab, label.friends-tab-checked {
    line-height: 36px;
    background: url('friends-list-section-button.png');
    border-left: 1px solid #35322e;
    border-right: 1px solid #35322e;
    cursor: pointer;
    padding: 8px 25px 8px 0;
    margin-right: -4px;
    text-align: center;
}

label.friends-tab-checked {
    color: #e0f30c;
}

#friends-container .scroll {
    height: 625px;
    overflow-y: scroll;
}

#friends-container .content {
    padding: 20px 0 20px 20px;
}

.invite-friend-email {
    width: 330px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    border: solid 1px #000;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto 10px auto;
    display: block;
}

.hidden {
    display: none;
}

#friends-container .invitations, #friends-container .friends-list {
    text-align: left;
    padding-left: 41px;
}

.invitation, .friend {
    width: 100px;
    height: 124px;
    background-color: #151515;
    -webkit-box-shadow: 0 0 0 2px #35322e;
    -moz-box-shadow: 0 0 0 2px #35322e;
    box-shadow: 0 0 0 2px #35322e;
    border: solid 1px #000;
    border-radius: 1px;
    display: inline-block;
    margin: 0 20px 20px 0;
    position: relative;
    padding: 10px;
    text-align: center;
}

.invitation button.decline, .friend button.decline {
    position: absolute;
    width: 5px;
    height: 5px;
    background: url('decline-invitation.png');
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    right: -5px;
    top: 2px;
}

.invitation button.accept, .friend button.accept {
    background: url('accept-invitation.png');
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    color: #e0f30c;
    cursor: pointer;
    padding-left: 16px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.friend button.unfriend {
    background: url('unfriend.png');
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    color: #c61f17;
    cursor: pointer;
    padding-left: 16px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.invitation span.username, .friend span.username {
    display: block;
}

.invitation span.level, .friend span.level {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    margin-top: -1px;
}

/*
---------------------------------------------------------------------------------------
	SCROLLBARY
---------------------------------------------------------------------------------------
*/

#edit-profile-container .scroll::-webkit-scrollbar, #friends-container .scroll::-webkit-scrollbar {
    width: 15px;
    background-color: #000000;
    box-shadow: -1px 0 #35322e;
    -webkit-box-shadow: -1px 0 #35322e;
    padding: 10px;
    background: url('scroll-background.png');
}

#edit-profile-container .scroll::-webkit-scrollbar-thumb, #friends-container .scroll::-webkit-scrollbar-thumb {
    width: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    border: solid 1px #000;
    background-image: -webkit-linear-gradient(bottom, #183616, #2e5323 8%, #89a329 87%, #a6c72a);
    background-image: -moz-linear-gradient(bottom, #183616, #2e5323 8%, #89a329 87%, #a6c72a);
    background-image: -o-linear-gradient(bottom, #183616, #2e5323 8%, #89a329 87%, #a6c72a);
    background-image: -ms-linear-gradient(bottom, #183616, #2e5323 8%, #89a329 87%, #a6c72a);
    background-image: linear-gradient(to top, #183616, #2e5323 8%, #89a329 87%, #a6c72a);
}

#edit-profile-container .scroll::-webkit-scrollbar-thumb:hover, #friends .scroll::-webkit-scrollbar-thumb:hover {
    width: 15px;
}

#edit-profile-container .scroll::-webkit-scrollbar-thumb:active, #friends .scroll::-webkit-scrollbar-thumb:active {
    width: 15px;
}

/* 
---------------------------------------------------------------------------------------
	FORMULARZ REJESTRACYJNY 
---------------------------------------------------------------------------------------
*/

.register-form-container {
    background: url('/sns/img/standalone/form_top.png') no-repeat top center, url('/sns/img/standalone/form_bottom.png') no-repeat bottom center;
    margin: 54px auto 0 auto;
    position: relative;
    z-index: 0;
    padding: 17px 0 15px;
}

.register-form-logo-container {
    text-align: center;
    background: url('/sns/img/standalone/form_top_bg.png') repeat-y center;
    width: 410px;
    margin: 0 auto;
    padding: 0 0 8px;
}

img.logo {
}

label[for=Standalone_models_RegisterForm_username],
label[for=Standalone_models_RegisterForm_password],
label[for=Standalone_models_FacebookRegisterForm_username],
label[for=Standalone_models_FacebookRegisterForm_email],
label[for=Standalone_models_RegisterForm_email] {
    line-height: 38px;
    font-size: 28px;
    color: #ffa701;
    text-shadow: 0 -2px #000;
    padding-left: 5px;
}

label[for=Standalone_models_FacebookRegisterForm_email],
label[for=Standalone_models_FacebookRegisterForm_username] {
    color: #FFFFFF !important;
}

label.regulations, .alternate-login {
    font-size: 24px;
    color: #ffa701;
    text-shadow: 0 -2px #000;
}

div.register-form {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 350px;
    background: url('/sns/img/standalone/form_bottom_bg.png') repeat-y center;
    padding: 20px 30px;
    color: #451e0e;
    z-index: 0;
}

.register-input, .reset-password input {
    width: 338px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5);
    border: solid 1px #000;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.register-input-facebook {
    width: 300px !important;
}

.register-form-input {
    height: 45px;
    margin-bottom: 12px;
    line-height: 45px;
    position: relative;
}

.last-input, #Standalone_models_RegisterForm_email {
    margin-bottom: 15px;
}

.register-buttons {
    text-align: center;
}

.register-button, .facebook-button, .done-button {
    width: 357px;
    height: 77px;
    border: none;
    background-color: transparent;
    font-family: "Exo2EBI";
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px #0a2409;
    cursor: pointer;
    margin: 10px -3px 0;
}

.facebook, .facebook-button {
    background-image: url('login-form-facebook-button.png');
    display: inline-block;
    font-family: "Exo2EBI";
    font-size: 38px;
    color: #fff;
    text-shadow: 0 -1px #0a2409;
    padding: 0 0 0 45px;
}

.register-terms {
    text-align: center;
    font-size: 12px;
    color: #908f8f;
    position: relative;
    font-family: Arial, sans-serif;
}

.register-terms p {
    font-size: 12px;
    margin: 15px 0 0;
    text-transform: none;
}

.register-terms a {
    color: #ffa701;
    font-size: 11px;
    text-transform: uppercase;
}

.register-terms .tooltip {
    background-color: #bd071d;
    color: #fff;
}

.register-terms div.tooltip:after {
    border-right: 8px solid #bd071d;
}

.alternate-login {
    line-height: 45px;
    color: #ffffff;
    text-shadow: none;
    display: block;
}

span.facebook-txt {
    margin-left: 45px;
    line-height: 48px;
}

input.play-now, button.play-now, button.done-button {
    background-image: url('/sns/img/standalone/button_play.png');
}

input[type="checkbox"] {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"] + span + label {
    line-height: 22px;
}

input[type="checkbox"] + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 2px 0px -22px;
    vertical-align: middle;
    background: url(/sns/img/standalone/check_box.png);
    cursor: pointer;
}

input[type="checkbox"]:checked + span {
    background: url(/sns/img/standalone/check_box.png), url(/sns/img/standalone/check.png);
    cursor: pointer;
}

/* 
---------------------------------------------------------------------------------------
	POP-UPY
---------------------------------------------------------------------------------------
*/

.popup-container {
    display: none;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    padding-bottom: 205px;
    position: fixed;
    display: block;
    z-index: 110;
    background-color: rgba(255, 255, 255, 0.6);
}

.popup {
    width: 426px;
    background: url('/sns/img/standalone/popup_top.png') top center no-repeat, url('/sns/img/standalone/popup_bottom.png') bottom center no-repeat;
    margin: 250px auto 0px;
    position: relative;
    padding: 15px 0;
}

.popup-close {
    right: -16px;
    top: -12px;
    background: url('/sns/img/standalone/x.png');
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border: 0;
}

.popup-details {
    text-align: center;
    padding: 20px 30px;
    background: url('/sns/img/standalone/popup_bottom_bg.png');
}

.popup h6 {
    background: url('/sns/img/standalone/popup_top_bg.png');
    padding: 10px 0 20px;
    text-align: center;
}

.popup p {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

h6 {
    text-transform: uppercase;
    font-size: 32px;
    color: #ffa701;
    font-weight: normal;
    text-shadow: 0 -2px #000;
    padding-bottom: 10px;
}

p {
    font-size: 24px;
    font-weight: normal;
}

.popup-button {

}

.popup-separator, .form-separator {
    display: block;
    height: 30px;
    background: url('/sns/img/standalone/dots.png') no-repeat center;
}

#Standalone_models_PasswordRemindForm_email {
    display: inline-block;
    width: 354px;
}

/* 
---------------------------------------------------------------------------------------
	RESET PASSWORD
---------------------------------------------------------------------------------------
*/

.reset-password {
    width: 426px;
    background: url('/sns/img/standalone/popup_top.png') top center no-repeat, url('/sns/img/standalone/popup_bottom.png') bottom center no-repeat;
    margin: 150px auto 0px;
    position: relative;
    padding: 15px 0;
}

.reset-password h6 {
    background: url('/sns/img/standalone/popup_top_bg.png');
    padding: 10px 0 20px;
    text-align: center;
}

.reset-password-content {
    padding: 20px 36px;
    background: url('/sns/img/standalone/popup_bottom_bg.png');
}

.reset-password label {
    line-height: 38px;
    font-size: 28px;
    color: #ffa701;
    text-shadow: 0 -2px #000;
    text-transform: uppercase;
}

/* 
---------------------------------------------------------------------------------------
	TOOLTIPY
---------------------------------------------------------------------------------------
*/

.tooltip {
    position: absolute;
    top: 8px;
    left: 100%;
    font-size: 12px;
    color: #000000;
    display: inline;
    background-color: rgba(255, 174, 1, 1);
    border-radius: 3px;
    z-index: 10;
    margin: 0 0 0 10px;
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    line-height: 14px;
}

.tooltip-facebook {
    position: absolute !important;
    padding: 0 10px;
}

div.tooltip:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    margin-right: -1px;
    width: 0;
    height: 0;
    border-right: 8px solid rgba(255, 174, 1, 1);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.settings .tooltip {
    position: absolute;
    margin-top: 8px;
}

.settings .change-avatar .tooltip {
    position: absolute;
    margin-top: -6px;
}

/* 
---------------------------------------------------------------------------------------
	STOPKA
---------------------------------------------------------------------------------------
*/

.footer, .page-wrap:after {
    height: 67px;
}

.footer {
    background-image: url('/sns/img/standalone/footer_bar.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    width: 100%;
    margin: 0;
    clear: both;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
}

.logo-footer {
    width: 560px;
    height: 58px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    color: #aaa;
}

.footer-container {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: -25px;
}

footer a {
    color: #d8d8d8;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    text-shadow: 1px 1px #000e2c;
}

footer a:hover {
    text-decoration: underline;
}

footer address {
    position: absolute;
    top: 17px;
    right: 10px;
    text-align: right;
    font-size: 10px;
    color: #aaa;
    font-style: normal;
}

/* 
---------------------------------------------------------------------------------------
	PROMO
---------------------------------------------------------------------------------------
*/

#promo {
    min-height: 2319px;
    background-color: #151515;
    background: url(/sns/img/standalone/promo_top.jpg) no-repeat top center, url(/sns/img/standalone/promo_bottom.jpg) no-repeat bottom 66px center, url(/sns/img/standalone/promo_bg.png) repeat-y center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.promo-content {
    width: 980px;
    margin: 0 auto;
    padding: 250px 0 480px;
    text-align: center;
}

#promo h1, #promo h2, #promo h3 {
    font-family: Exo2BI, sans-serif;
    text-transform: uppercase;
}

#promo h1 {
    font-size: 50px;
    color: #ffa800;
    padding: 36px 20px 54px;
    line-height: 52px;
}

#promo h1 em {
    color: #fff;
}

#promo h2 {
    font-size: 36px;
    line-height: 36px;
    color: #ffa800;
    padding: 58px 0 18px;
    background: url(/sns/img/standalone/dots.png) no-repeat 0 18px;
    margin: 0 12px;
}

#promo h3 {
    font-size: 30px;
    line-height: 30px;
    color: #aad423;
    padding: 18px 20px;
}

#promo p {
    font-family: Lato, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 18px 20px;
}

#promo .images {
    text-align: center;
    width: 950px;
    margin: 18px auto;
}

#promo .images img:first-child {
    float: left;
}

#promo .images img:last-child {
    float: right;
}

#promo iframe {
    border: 0;
    margin: 18px 0;
}

#promo .tsg-logo {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 -72px 66px;
}


.verify {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    width: 640px;
    border-radius: 7px;
    border: 7px solid #222222;
    margin: -200px -327px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.verify h6 {
    font-size: 34px;
    line-height: 34px;
    padding: 26px 0;
    text-align: center;
    background: #151515;
}

.verify-details {
    background: #3d4246;
    padding: 13px 26px 13px;
    text-align: center;
}

.verify-details p {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.verify-details p .email {
    color: #ffa701;
}

.verify-details button {
    margin: 13px auto;
    font-size: 32px;
}