/* --- Common items --------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Comfortaa:300);

html,body {
    background: url("../images/background.png");
    font-family: 'Comfortaa', cursive;
    height:100%;
    margin:0;
    padding:0;
}
.wrapper {
    min-height:100%;
    position:relative;
}
.content {
    padding-bottom: 120px;
    min-height: 100%;
}

/* --- Header menu ---------------------------------------- */
.header-background {
    background: url("../images/header-background.png");
    border-radius: 0;
    height: 58px;
    border: none;
    margin-bottom: 0;
    z-index: 999;
}
ul.nav {
    margin-left: -14px;
}
ul.nav > li > a {
    line-height: 28px;
    font-size: 16px;
    margin-left: 9px;
}
.logout {
    background: url("../images/logout-arrow.png") no-repeat 0px 17px;
}
.small-logout-container {
    background: url("../images/logout-arrow.png") no-repeat 0px 17px;
}
.small-logout {
    display: none;
}
.user-thumb-container {
    margin: -4px -23px 0px 0;
    padding-left: 25px;
}
.user-thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.related-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 10px 0 10px 7px;
}
.center-menu {
    position: absolute;
    width:50%;
    left: 0;
    right: 0;
    margin: 0 auto!important;
    line-height: 42px;
}
.left-block, .right-block {
    display: inline-block;
    width: 49%;
    padding-top: 8px;
}
.menu-seperator {
    display: inline-block;
    width: 2px;
    height: 25px;
    background: #cccccc;
    margin-bottom: 10px;
}
.left-block > li {
    float: right;
}
.right-block > li {
    float: left;
}
.back-button {
    background: #3e3e3e;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
.back-button > a {
    display: block!important;
    font-size: 41px!important;
    color: #eee!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 37px!important;
    text-align: center;
}
.add-button {
    background: #48acf0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-left: 15px;
    text-align: center;
    float: left;
}
.add-button-icon {
    display: block!important;
    font-size: 41px!important;
    color: #eee!important;
    margin: 0!important;
    padding: 0!important;
    line-height: 37px!important;
}
.add-advertiser {
    line-height: 42px;
    font-size: 16px;
    padding-left: 9px;
    float: left;
}
.add-button-link {
    display: block;
    text-decoration: none;
    color: #777777;
}
.add-button-link:hover {
    color: #333333;
}
.main-dropdown-menu {
    width: 320px;
}
.profile-menu-fixer {
    width: 100%;
}
.name-icon-fixer {
    width: 100%;
    margin: 0 0 0 -39px;
    text-align: right;
}

/* --- Login ------------------------------------------------- */
.input-block:first-child {
    padding-top: 50px;
}
.input-block:last-child {
    padding-bottom: 50px;
}
.login-body {
    padding: 0;
}
.login-wrapper {
    border: none;
    border-radius: 0;
    background-color: #535353;
    max-width: 500px;
}
.input-block {
    background: #3e3e3e;
    margin: 0;
    padding: 15px;
}
.login-submit-wrapper {
    background: #525252;
    padding: 15px;
    margin-bottom: -2px;
}
.error-wrapper {
    padding-bottom: 30px;
    background: #525252;
}
.error-block {
    border-radius: 0;
    background: #b84444;
    border: none;
    margin: 0 -15px 0 -15px;
    color: #ffffff;
}
.message-block {
    border-radius: 0;
    background: #7dba84;
    border: none;
    margin: 0 -15px 0 -15px;
    color: #ffffff;
}

/* --- Form -------------------------------------------------- */
.form-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #595959;
}
.form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #595959;
    opacity: 1;
}
.form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #595959;
    opacity: 1;
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #595959;
}
.form-input {
    background: #3e3e3e;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 3px solid #525252;
    color: #bdbdbd;
    font-size: 16px;
    text-align: center;
}
.form-input:focus {
    box-shadow: none;
    border-bottom: 3px solid #525252;
}
.form-checkbox {
    color: #bdbdbd;
}
.horizontal-form-container {
    background: #3e3e3e;
    display: none;
}
.horizontal-form-field-container {
    padding: 40px 0 15px 0;
}
.horizontal-form-submit-container {
    padding: 0 0 15px;
}
.error-block-horizontal {
    border-radius: 0;
    background: #b84444;
    border: none;
    color: #ffffff;
    margin-top: 20px;
}
.ajax-error-block {
    display: none;
}
.ajax-success-block {
    display: none;
}
.success-block-horizontal {
    background: #7dba84;
    border-radius: 0;
    border: none;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}
.regular-form-input {
    background: #3e3e3e;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 3px solid #525252;
    color: #bdbdbd;
    font-size: 16px;
}
.regular-form-input:focus {
    box-shadow: none;
    border-bottom: 3px solid #525252;
}
.wide-block {
    margin: 0 -15px 15px -15px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    white-space: initial;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.top-margin-advertiser-admin-registration {
    margin: 100px 0 0 0;
}
.image-preview {
    margin: 15px 0 15px 0;
}
.image-preview > img {
    max-width: 190px;
    max-height: 190px;
}
.radio-button {
    background-color: #525252;
    border: none;
    color: #bdbdbd;
}

/* --- Button ------------------------------------------------- */
.fs-button {
    border-radius: 17px;
    padding: 8px 25px;
    background: #48acf0;
    color: #ffffff;
    border: #48acf0;
}
.fs-button:hover {
    background: #48acf0;
    color: #ffffff;
}
.fs-button:active {
    color: #ffffff;
}
.fs-button:focus {
    background: #48acf0;
    color: #ffffff;
}
.fs-button-orange {
    border-radius: 17px;
    padding: 8px 25px;
    background: #e3724b;
    color: #ffffff;
    border: #9e4f34;
}
.fs-button-orange:hover {
    background: #cc6643;
    color: #ffffff;
}
.fs-button-orange:active {
    color: #ffffff;
}
.fs-button-orange:focus {
    background: #cc6643;
    color: #ffffff;
}
.fs-button-orange-active {
    border-radius: 17px;
    padding: 8px 25px;
    color: #cc6643!important;
    border: #9e4f34;
    background: #cc6643 url("../images/loading5.gif") no-repeat 50%;
}
.fs-button-fan {
    border-radius: 17px;
    padding: 8px 25px;
    background: #D6C757;
    color: #ffffff;
    border: #9e4f34;
}
.fs-button-fan:hover {
    background: #ab9f45;
    color: #ffffff;
}
.fs-button-fan:active {
    color: #ffffff;
}
.fs-button-fan:focus {
    color: #ffffff;
    background: #ab9f45;
}
.fs-button-sponsor {
    border-radius: 17px;
    padding: 8px 25px;
    background: #43CC7C;
    color: #ffffff;
    border: #0d2818;
}
.fs-button-sponsor:hover {
    background: #287a4a;
    color: #ffffff;
}
.fs-button-sponsor:active {
    color: #ffffff;
}
.fs-button-sponsor:focus {
    background: #287a4a;
    color: #ffffff;
}
.fs-button-sponsor-active {
    border-radius: 17px;
    padding: 8px 25px;
    color: #43CC7C!important;
    border: #0d2818;
    background: #43CC7C url("../images/loading5.gif") no-repeat 50%;
}
.fs-button-fan-active {
    border-radius: 17px;
    padding: 8px 25px;
    color: #D6C757!important;
    border: #9e4f34;
    background: #D6C757 url("../images/loading5.gif") no-repeat 50%;
}
.fs-button-active {
    border-radius: 17px;
    padding: 8px 25px;
    color: #3ea2e6!important;
    border: #48acf0;
    background: #3ea2e6 url("../images/loading5.gif") no-repeat 50%;
}

/* --- Big menu ----------------------------------------------- */
.big-menu-container {
    margin-top: 200px;
    text-align: center;
}
.big-menu {
    width: 185px;
    display: inline-block;
    vertical-align: top;
    color: #eee;
    padding: 30px 10px 5px 10px;
}
.big-menu > a {
    text-decoration: none;
    color: #eee;
}
.menu-icon {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    line-height: 145px;
    border: 10px solid #757575;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.menu-icon-no-hover {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    line-height: 165px;
    border: 10px solid #757575;
}
.big-menu-icons {
    color: #eee;
    font-size: 64px;
}
.menu-icon-admins {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    line-height: 150px;
    border: 10px solid #e3724b;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.menu-thumb {
    width: 165px;
    height: 165px;
}
.blue-icon {
    background: #48acf0;
}
.orange-icon {
    background: #e3724b;
}
.icon-grey {
    background: #a6a6a6;
}
.red-icon {
    background: #b84444;
}
.fan-icon {
    background: #D6C757;
}
.sponsor-icon {
    background: #43CC7C;
}
.big-menu-title {
    font-size: 17px;
    padding-top: 5px;
}
.full-line {
    border-top: 2px solid #eee;
}
.half-to-right {
    border-top: 2px solid #eee;
}
.half-to-left {
    border-top: 2px solid #eee;
}
.responsive-img-css-clip {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.orange {
    background: #e3724b;
}
.member-count {
    padding-top: 10px;
    font-size: 14px;
}
.member-count span {
    vertical-align: middle;
}
.member-count > span:last-child {
    margin-left: 20px;
}
.club-seperator {
    border-top: 3px solid #e3724b;
    background: url("../images/arrow_bottom.png") no-repeat 50%;
    height: 21px;
}
.form-switcher > .active {
    background: #e3724b;
    color: #ffffff
}
.fan-form-switcher > .active {
    background: #D6C757;
    color: #ffffff
}
.sponsor-form-switcher > .active {
    background: #43CC7C;
    color: #ffffff
}
.menu-chooser {
    display: none;
    position: absolute;
    height: 145px;
    text-align: center;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.5);
}
.menu-chooser-registration {
    display: block;
    position: absolute;
    height: 145px;
    text-align: center;
    border-radius: 50%;
    background-color: #525252;
}
.menu-chooser-registration1 {
    display: block;
    position: absolute;
    height: 145px;
    text-align: center;
    border-radius: 50%;
    background-color: #525252;
}
.menu-chooser a {
    color: #eee;
    text-decoration: none;
    display: block;
}
.info-chooser {
    line-height: 73px;
    width: 145px;
}
.info-chooser-full-height {
    height: 145px;
    width: 145px;
}
.info-chooser-full-height:hover {
    background-color:rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}
.info-chooser:hover {
    background-color:rgba(0, 0, 0, 0.75);
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
}
.sub-club-chooser {
    line-height: 73px;
    width: 145px;
    margin: -1px 0 0 0;
}
.sub-club-chooser:hover {
    background-color:rgba(0, 0, 0, 0.75);
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    cursor: pointer;
}
.hover-blue:hover {
    border: 10px solid #48acf0;
}
.blue-border {
    border: 10px solid #48acf0;
}
.admin-member-chooser > .active {
    background: #48acf0;
    color: #fff;
}

/* --- Page elements --------------------------------------- */
.company-logo {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    vertical-align: initial;
}
.full-width-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.club-select-wrapper > span > span > span {
    background-color: #3e3e3e!important;
    border: none!important;
    border-bottom: 3px solid #525252!important;
    text-align: center!important;
    height: 34px!important;
    border-radius: 0!important;
}
.club-select-wrapper > span > span > span > span > span {
    font-size: 16px;
    color: #595959!important;
}
.club-select-wrapper > span > span > span > span {
    padding-left: 20px!important;
    color: #bdbdbd!important;
    font-size: 16px!important;
}
.club-select-margin {
    margin-bottom: 20px;
}
*:focus {
    outline: 0;
}
.padding-top {
    padding-top: 20px;
}

/* --- Search ---------------------------------------------- */
.search-fields-width {
    background: #2a2a2a;
    margin: -58px 0 0 0;
    padding: 58px 0 15px 0;
}
.search-result-width {
    margin: -58px 0 0 0;
    height: 100vh;
    padding: 58px 0 0 0;
}
.search-block {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #525252;
}
.keywords::-webkit-input-placeholder { /* WebKit browsers */
    color: #bdbdbd;
}
.keywords:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
    opacity: 1;
}
.keywords::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbdbd;
    opacity: 1;
}
.keywords:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bdbdbd;
}
input.keywords {
    margin: 30px 0 30px 0;
    width: 90%;
    background: #525252;
    vertical-align: middle;
    height: 40px;
    border: none;
    padding: 0 15px 0 15px;
    border-radius: 17px;
    font-size: 16px;
    color: #bdbdbd;
}
input.keywords:focus {
    outline: none;
}
.interests::-webkit-input-placeholder { /* WebKit browsers */
    color: #979797;
}
.interests:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #979797;
    opacity: 1;
}
.interests::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #979797;
    opacity: 1;
}
.interests:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #979797;
}
input.interests {
    margin: 30px 0 30px 0;
    width: 90%;
    background: #525252;
    vertical-align: middle;
    height: 40px;
    border: none;
    padding: 0 15px 0 15px;
    border-radius: 17px;
    font-size: 16px;
    color: #bdbdbd;
}
input.interests:focus {
    outline: none;
}
.gender {
    margin: 30px 0 30px 0;
}
.gender > label {
    line-height: 30px;
    color: #bdbdbd;
    font-size: 16px;
}
.gender > label:first-child {
    border-radius: 17px;
}
.gender > label:last-child {
    border-radius: 17px;
}
.gender > label:hover {
    background: #48acf0;
}
.gender > .active {
    background: #48acf0;
    color: #dedede;
}
.age {
    margin: 30px 0 30px 0;
    color: #bdbdbd;
    font-size: 16px;
}
.age > div {
    display: inline-block;
    margin: 0 15px 0 15px;
    vertical-align: middle;
}
.age-input {
    width: 100px;
    background: #2a2a2a;
}
.result-block {
    height: 50px;
    width: 100%;
    font-size: 17px;
    color: #eee;
    background: #484848;
}
.result-block > div {
    display: inline-block;
    line-height: 50px;
}
.result-block:nth-child(2n) {
    background: #525252;
}
.id-block {
    width: 5%;
    text-align: center;
}
.name-surname-block {
    width: 40%;
}
.email-block {
    width: 40%;
}
.gender-age-block {
    width: 14%;
    text-align: center;
}
.search-button-fixer {
    margin-top: 20px;
}
.country-select-wrapper-search {
    width: 90%;
    background: #525252;
    vertical-align: middle;
    border: none;
    padding: 0 15px 0 15px;
    border-radius: 17px;
    font-size: 16px;
    color: #bdbdbd;
    margin-left: auto;
    margin-right: auto;
}
.country-select-wrapper-search > span > span > span {
    background: #525252!important;
    border: none!important;
    min-height: 39px!important;
}
.country-select-wrapper-search > span > span > span > ul {
    line-height: 28px;
}
.country-select-wrapper-search > span > span > span > ul > li.select2-selection__choice {
    background-color: #48acf0!important;
    border: 2px solid #525252!important;
    color: #dedede;
}
.country-select-wrapper-search > span > span > span > ul > li.select2-selection__choice > .select2-selection__choice__remove {
    color: #dedede;
}
.country-select-block {
    padding: 30px 0 30px 0;
}
.total-results {
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 20px;
    color: #dedede;
}
.export-buttons {
    padding: 10px 0 30px 0;
}
.override-interests {
    width: 100%;
    background-color: #3e3e3e!important;
}
.override-interests > span > span > span {
    background-color: #3e3e3e!important;
    border-radius: 0!important;
    border-bottom: 3px solid #525252!important;
}
.override-interests > span > span > span > ul > li.select2-selection__choice {
    background-color: none!important;
    border: none!important;
    color: #dedede;
}
.override-interests > span > span > span > ul > li.select2-selection__choice {
    background-color: #e3724b!important;
    border: 2px solid #525252!important;
    color: #dedede;
}
.margin-top-30 {
    margin-top: 30px!important;
}
.info-block {
    margin-right: 0!important;
    width: auto!important;
    height: auto!important;
    min-height: 294px!important;
}
.margin-left-0 {
    margin-left: 0!important;
}
.club-description-block {
    margin-right: 0!important;
    width: auto!important;
    height: auto!important;
    padding: 20px!important;
}
.related-person-block {
    margin-right: 0!important;
    width: auto!important;
    height: auto!important;
    padding-bottom: 20px!important;
}
.advertiser-button {
    background: #48acf0;
    border: #48acf0;
    color: #fff;
}
.advertiser-button:hover, .advertiser-button:focus, .advertiser-button:active {
    background: #3ea2e6;
    color: #fff;
}
.advertiser-button-active, .advertiser-button-active:hover, .advertiser-button-active:focus, .advertiser-button-active:active {
    background-image: url("../images/loading5.gif");
    background-position: center center;
    background-size: 200px;
    background-color: #3ea2e6;
    border: none;
    color: #3ea2e6;
}
.margin-left {
    margin-left: 20px;
}
.club-button {
    background: #e3724b;
    border: #cc6643;
    color: #fff;
}
.club-button:hover, .club-button:focus, .club-button:active {
    background: #cc6643;
    color: #fff;
}
.sponsor-club-button {
    background: #43cc7c;
    border: #3cb76f;
    color: #fff;
}
.sponsor-club-button:hover, .sponsor-club-button:focus, .sponsor-club-button:active {
    background: #3cb76f;
    color: #fff;
}
.fan-club-button {
    background: #D6C757;
    border: #c0b34e;
    color: #fff;
}
.fan-club-button:hover, .fan-club-button:focus, .fan-club-button:active {
    background: #c0b34e;
    color: #fff;
}
.border-radius-3 {
    border-radius: 3px!important;
}

/* --- Advertiser Page ----------------------------------------- */
.top-margin {
    margin: 50px 0 0 0;
}
.advertiser-info-block {
    background: #3e3e3e;
    width: 30%;
    height: 458px;
    margin: 0;
    padding: 0;
    color: #bdbdbd;
}
.advertiser-info-block:first-child {
    margin-right: 5%;
}
.advertiser-info-block:last-child {
    margin-left: 5%;
}
.advertiser-date-field {
    border-bottom: 2px solid #525252;
}
.advertiser-date {
    margin: 30px 0 30px 0;
    color: #bdbdbd;
}
.advertiser-date > div {
    display: inline-block;
    vertical-align: middle;
}
.advertiser-date-input {
    width: 120px;
    background: #3e3e3e;
}
.advertiser-date-buttons > div {
    margin: 15px 0 0 0;
}
.advertiser-date-buttons > div > button {
    width: 195px;
    line-height: 24px;
}
.advertiser-credentials > div {
    margin: 15px 0 0 0;
}

/* --- Footer -------------------------------------------------- */
.footer {
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    text-align: center;
}
.footer-item {
    display: inline-block;
    color: #eee;
    margin: 0 7px 0 7px;
}
.footer-item a {
    text-decoration: none;
    color: #eee;
}
.footer-item a:hover {
    color: #b9b9b9;
}

/* --- User Form ----------------------------------------------- */
.user-form {
    background: #3e3e3e;
}
.general-information-input-group {
    overflow: auto;
}
.general-information-input-group:first-child {
    margin-top: 30px;
}
.general-information-input-group:last-child {
    margin-bottom: 40px;
}
.profile-image-padding {
    margin-top: 30px;
}
.general-information {
    overflow: hidden;
}
.other-information {
    border-top: 3px solid #525252;
    padding: 15px;
}
.title {
    color: #bdbdbd;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 30px 27px;
}
.notification-blocks {
    margin-top: 0;
}
.btn-file-on-img {
    position: relative;
    overflow: hidden;
    white-space: initial;
    display: block;
}
.btn-file-on-img input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.line-height {
    line-height: 145px;
}
.country-select-wrapper > span {
    height: 35px;
    font-size: 16px;
}
.country-select-wrapper > span > span > span {
    background: #3e3e3e!important;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 3px solid #525252!important;
    height: 35px!important;
}
.country-select-wrapper > span > span > span > span {
    color: #bdbdbd!important;
    line-height: 35px!important;
}
.country-select-wrapper > span > span > span > span:last-child {
    top: 3px!important;
}
.my-clubs-settings {
    margin-top: 40px;
}
.my-club-container {
    border-bottom: 3px solid #525252;
    overflow: auto;
}
.my-club-container:last-child {
    border-bottom: none;
}
.filter-button {
    width: 195px;
    line-height: 24px;
    margin-bottom: 15px;
    background: #b84444;
    border: none;
    outline: 0;
}
.filter-button:hover {
    background-color: #933636!important;
}
.filter-button:focus {
    background-color: #933636!important;
}
.advertiser-result-block > div {
    font-size: 16px;
    margin: 20px 20px 20px 20px;
    text-align: left;
    line-height: 30px;
}
.bolder {
    font-size: 24px;
    width: 100px;
    float: left;
}
.no-cursor {
    cursor: default!important;
}
.parent-club-select {
    width: 555px;
    margin-left: auto;
    margin-right: auto;
}
.menu-icon-admins-no-hover {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    line-height: 165px;
    border: 10px solid #e3724b;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.block-title {
    color: #bdbdbd;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0 0 27px;
}
.padding-bottom-20 {
    padding-bottom: 20px!important;
}
.big-menu-override {
    width: 240px!important;
}
.padding-bottom-15 {
    padding-bottom: 15px!important;
}
.user-manage-buttons > a {
    margin: 0 30px 0 0;
}
.fg-modal {
    background: #525252;
}
.fg-modal-header, .fg-modal-footer  {
    padding: 15px 30px 15px 30px;
}
#mail-error-message, #mail-success-message {
    margin: 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    cursor: auto;
}
.line-height-165 {
    line-height: 165px!important;
}
.register-explain {
    font-size: 16px;
    color: #fff;
}
.register-explain-container {
    padding: 20px 20px 0 20px!important;
}
.fan-border {
    border: 10px solid #D6C757;
}
.sponsor-border {
    border: 10px solid #43CC7C;
}
.fan-interests > span > span > span > ul > li.select2-selection__choice {
    background-color: #D6C757!important;
    color: #fff!important;
}
.sponsor-interests > span > span > span > ul > li.select2-selection__choice {
    background-color: #43CC7C!important;
    color: #fff!important;
}
.club-register > span {
    width: 100%!important;
}
.club-register > span > span > span > span > span {
    color: #bdbdbd!important;
}
.forgot-link, .forgot-link:hover, .forgot-link:focus {
    color: #fff;
    text-decoration: none;
}
.advert-description {
    background: #3e3e3e;
    color: #bdbdbd;
    margin-top: 3%;
    padding: 20px;
    text-align: left;
}
.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}
.table-container {
    background: #3e3e3e;
    padding: 15px;
    color: #bdbdbd;
}
.button-margin {
    margin: 0 0 30px 0;
}
.margin-10-0-10-0 {
    margin: 10px 0 10px 0;
}
.top-margin-40 {
    margin-top: 40px;
}
.button-form-margin {
    margin: 15px 15px 30px 0;
}
.margin-fixer {
    margin: 0 0 15px 0;
}
.delete-form {
    display: inline-block;
}
.text-block {
    color: #bdbdbd;
    padding: 20px;
}
.import-section-text {
    color: #bdbdbd;
}
a.bold-link {
    color: #fff;
}
.club-switcher > label {
    background: #bdbdbd;
    color: #000;
}
.panel {
    box-shadow: none;
    background: #525252;
}
.profile-title {
    color: #bdbdbd;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin: 20px 0 0 0;
}
.profile-hr {
    margin-top: 33px;
}
.margin-bottom-0 {
    margin-bottom: 0!important;
}
.related-block {
    overflow: auto;
}
.related-block > div {
    float: left;
}
a.related-link {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: table-cell;
}
a.related-link:hover {
    color: #fff;
    text-decoration: none;
}
.remove-link {
    line-height: 60px;
    margin: 10px;
    cursor: pointer;
}
.remove-link:hover {
    color: #fff;
}
.related-thumb-wrapper {
    margin: 10px 0 0 10px;
    width: 52px;
}
.related-name-surname {
    width: 150px;
    padding: 10px;
    height: 75px;
    display: table;
}
.text-color {
    color: #bdbdbd!important;
    font-weight: bold;
}
.radio-button-color-club {
    background-color: #bdbdbd;
    color: #000;
}
.overflow-auto {
    overflow: auto;
}
.default-btn-hover:hover {
    background-color: #a6a6a6;
}
.remove-from-club-button {
    margin: 0 0 30px 0;
}
a.remove-from-club-link, a.remove-from-club-link:hover, a.remove-from-club-link:active {
    text-decoration: none;
}
a.remove-from-club-link:hover {
    color: #979797!important;
}
.seperator-line {
    float: right;
    width: 77%;
    border-bottom: 1px solid #eee;
    margin-top: 38px;
}
.or-switcher {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}
.or-line {
    border-bottom: 1px solid #eee;
    float: left;
    width: 40%;
    margin-top: 13px;
}
.or-text {
    float: left;
    width: 20%;
    text-align: center;
}
.padding-remover {
    padding-left: 0!important;
    padding-right: 0!important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.margin-left-15 {
    margin-left: 15px;
}
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}
.club-rating {
    color: #e3724b;
}
.sponsor-rating {
    color: #43CC7C;
}
.fan-rating {
    color: #D6C757;
}
.lead > span:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
    /* --- Header menu ---------------------------------------- */
    ul.nav {
        margin: 0;
    }
    ul.nav > li > a {
        line-height: 40px;
    }
    .logout {
        display: none!important;
    }
    .small-logout {
        display: block;
    }
    .small-logout-container {
        margin-left: 17px;
    }
    .dropdown-menu-container {
        background: #eee;
    }
    .menu-link {
        overflow: auto;
    }
    .user-thumb-container {
        margin: -2px -14px 0 0;
    }
    .main-dropdown-menu {
        width: 100%;
    }
    .name-icon-fixer {
        width: auto;
        text-align: left;
        margin: 0;
    }

    /* --- Big menu ---------------------------------------------- */
    .big-menu-container {
        margin-top: 50px;
    }
    .big-menu {
        width: 100%;
        margin: 30px 0 10px 0;
    }
    .menu-icon {
        display: inline-block;
    }
    .big-menu-title {
        padding-top: 15px;
    }
    .add-button, .back-button {
        margin-right: -13px;
        margin-left: 0;
    }

    /* --- Form --------------------------------------------------- */
    .horizontal-form-input-container {
        padding: 10px 0 10px 0;
    }

    /* --- Advertiser page ---------------------------------------- */
    .advertiser-info-block {
        width: 100%;
    }

    /* --- Advertiser page ---------------------------------------- */
    .advertiser-info-block {
        width: 100%;
        margin: 0;
    }
    .advertiser-info-block > div > div {
        margin-left: auto;
        margin-right: auto;
    }
    .advertiser-info-block:first-child {
        margin: 0 0 15px 0;
    }
    .advertiser-info-block:last-child {
        margin: 15px 0 0 0;
    }
    .advertiser-date-field {
        padding: 10px 0 0 0;
    }
    .inline-inputs > div:first-child {
        padding: 15px;
    }
    .inline-inputs > div:last-child {
        padding: 15px 15px 0 15px;
    }
    .inline-inputs-profile > div:first-child {
        padding: 15px 15px 0 15px;
    }
    .inline-inputs-profile > div:last-child {
        padding: 15px 15px 0 15px;
    }
    .inline-inputs-not-first > div:first-child {
        padding: 0px 15px 15px 15px;
    }
    .inline-inputs-not-first > div:last-child {
        padding: 0px 15px 0 15px;
    }
    .inline-inputs-not-first-reg > div:first-child {
        padding: 0px 15px 15px 15px;
    }
    .inline-inputs-not-first-reg > div:last-child {
        padding: 15px 15px 0 15px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    /* --- Header menu -------------------------------------------- */
    .center-menu {
        width: auto;
    }

    /* --- Form --------------------------------------------------- */
    .horizontal-form-input-container {
        padding: 10px 0 10px 0;
    }

    /* --- Advertiser page ---------------------------------------- */
    .advertiser-info-block {
        width: 100%;
        margin: 0;
    }
    .advertiser-info-block:first-child {
        margin: 0 0 15px 0;
    }
    .advertiser-info-block:last-child {
        margin: 15px 0 0 0;
    }
    .inline-inputs > div:first-child {
        padding: 15px;
    }
    .inline-inputs > div:last-child {
        padding: 15px 15px 0 15px;
    }
    .inline-inputs-profile > div:first-child {
        padding: 15px 15px 0 15px;
    }
    .inline-inputs-profile > div:last-child {
        padding: 15px 15px 0 15px;
    }
    .center-fixer {
        width: 100%;
    }
    .inline-inputs-not-first > div:first-child {
        padding: 0px 15px 15px 15px;
    }
    .inline-inputs-not-first > div:last-child {
        padding: 0px 15px 0 15px;
    }
    .inline-inputs-not-first-reg > div:first-child {
        padding: 0px 15px 15px 15px;
    }
    .inline-inputs-not-first-reg > div:last-child {
        padding: 15px 15px 0 15px;
    }
    .parent-club-select {
        width: 100% !important;
        margin: -30px 0 0 0!important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    /* --- Form --------------------------------------------------- */
    .horizontal-form-input-container {
        padding: 10px 0 10px 0;
    }

    /* --- Advertiser page ---------------------------------------- */
    .advertiser-info-block {
        width: 100%;
        margin: 0;
    }
    .advertiser-info-block:first-child {
        margin: 0 0 15px 0;
    }
    .advertiser-info-block:last-child {
        margin: 15px 0 0 0;
    }
}


/* OTO DESIGN FROM FRONT */
.invisible, .mobile {
    display: none;
}
html, body {
    color: #323c46;
}
.inner-wrap, .inner-wrap-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
section {
    display: table;
    height: 100%;
}
section .inner-wrap {
    display: table-cell;
    vertical-align: middle;
    overflow-x: hidden;
}
br.clear {
    clear: both;
    height: 0px !important;
    line-height: 0px !important;
}
h1 {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
}
#frontpage-toolbar {
    background-color: rgba(235, 240, 246, 0.95);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 58px;
    z-index: 1000;
    width: 100%;
}
section {
    width: 100%;
    height: 100%;
}
#login_links, #welcome, #logo-vert {
    display: table;
    height: 100%;
}
#login_links .btn-group, #logo-wrap {
    display: table-cell;
    vertical-align: middle;
}
#login_links .btn, #login_links_mobile .btn {
    color: #fff;
    border: 0px;
    text-transform: uppercase;
}
#login_links .btn:first-child {
    border-right: 1px solid #fff;
    margin-right: 1px;
}
#login_links_mobile {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
#login_links_mobile .btn {
    margin: 10px;
    width: 130px;
}
#logo {
    background: url('../images/logo-01.svg') center center no-repeat;
    height: 37px;
    width: 180px;
}
#logo img {
    width: 100%;
    height: auto;
}
.fs-button:hover {
    background-color: #3ea2e6;
}
.fs-button:focus {
    background-color: #3ea2e6;
}
.combo .txt {
    font-size: 18px;
    width: 38%;
    line-height: 35px;

}
.combo.left .txt, .combo.right .img {
    float: left;
}
.combo.left .img, .combo.right .txt {
    float: right;
}
.combo {
    padding-bottom: 30px;
}
.combo .txt p {
    margin-bottom: 50px;
}
.combo .img img {
    width: 100%;
    height: auto;
}
#welcome {
    position: relative;
    height: 58px;
}
#moto-text {
    width: 953px;
    height: 127px;
    background: url('../images/spend-money.svg') center center no-repeat;
    margin: 0 auto;
}
/* section 2*/
#text-intro {
    background-color: #f5f5f5;
}
#text-intro div.img {
    background: url('../images/flatbook-1920.png') center center no-repeat;
    background-size: contain;
    width: 80%;
    margin-right: -20%;
    display: block;
}
#text-intro .txt {
    padding-top: 4%;
}
/*section 3 - how it works*/
#how-it-works {
    background-color: #323c46;
}
#how-it-works h1 {
    text-align: left;
}
#how-it-works h1,#how-it-works .txt {
    color: #f5f5f5;
}
#how-it-works .txt p {
    margin-bottom: 20px;
    line-height: 25px;
}
#how-it-works .txt {
    width: 40%;
}
#how-it-works div.img {
    background: url('../images/scheme-1064.png') center center no-repeat;
    width: 45%;
    margin-top: -2%;
    margin-left: 5%;
    background-size: contain;
}
/*footer*/
#footer {
    border-top: 10px solid #e3e3e3;
}
#footer .socicons {
    font-size: 50px;
    color: #aaaaaa;
    padding: 25px 15px 15px 15px;
    text-align: center;
}
#footer hr {
    height: 10px;
    border-top: 5px solid #ededed;
    margin: 0px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.socicons a {
    text-decoration: none;
    color: #aaa;
}
.socicons a:hover {
    color: #888;
}
#footnote {
    margin: 0 auto;
    color: #aaaaaa;
    max-width: 500px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 15px;
}
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px ){
    .inner-wrap {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    #moto-text {
        width: 80%;
    }
    #footer .socicons {
        font-size: 40px;
    }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .combo .txt,
    .combo .img,
    .combo.left .txt,
    .combo.left .img,
    .combo.right .txt,
    .combo.right .img,
    #how-it-works .txt,
    #how-it-works div.img {
        float: none;
        width: 100%;
        margin: auto;
    }
    #text-intro div.img {
        background: url('../images/flatbook-900.png') center center no-repeat;
        width: 100%;
        margin-right: 0%;
        background-size: contain;
    }
    #frontpage-toolbar {
        position: static;
        height: 58px;
        font-size: 0;
        line-height: 1;
    }
    #moto-text {
        background: url('../images/spend-money-portrait-02.svg') center center no-repeat;
        width: 100%;
        margin-top: -50px;
    }
    #how-it-works div.img {
        margin-top: 30px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #frontpage-toolbar {
        position: static;
        height: 58px;
        font-size: 0;
        line-height: 1;
    }
}
/*phones*/
@media (max-width: 640px) {
    .inner-wrap {
        padding: 25px 15px 25px 15px;
    }
    .combo .txt,
    .combo .img,
    .combo.left .txt,
    .combo.left .img,
    .combo.right .txt,
    .combo.right .img,
    #how-it-works .txt,
    #how-it-works div.img {
        float: none;
        width: 100%;
        margin: auto;
    }
    #login_links, #logo-vert, #logo {
        float: none !important;
        margin: 0 auto;
    }
    #frontpage-toolbar {
        position: static;
        height: auto;
        font-size: 0;
        line-height: 1;
    }
    #login_links .btn-group,
    #login_links,
    section,
    section .inner-wrap,
    #logo-vert,
    #logo-wrap,
    #moto-text-vert {
        display: block;
        height: auto;
    }
    #logo {
        background: url('../images/logo-01.svg') center center no-repeat;
        background-size: contain;
        width: 60%;
        height: auto;
    }
    section, #moto-text-vert {
        height: auto;
    }
    #text-intro div.img {
        background: url('../images/flatbook-900.png') center center no-repeat;
        width: 100%;
        margin-right: 0%;
        background-size: contain;
    }
    #moto-text {
        background: url('../images/spend-money-portrait-02.svg') center center no-repeat;
        width: 100%;
        margin-top: 50px;
    }
    h1 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .combo .txt p {
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .combo div.img {
        margin-bottom: 30px !important;
    }
    .combo {
        padding-bottom: 0px;
    }
    h1, #how-it-works h1 {
        text-align: center;
    }
    #footer hr {
        width: 80%;
    }
    .no-mobile{
        display: none !important;
    }
    .mobile{
        display: block;
    }
}
/*other phones*/
@media (max-width: 480px ) {
    #footer .socicons{
        font-size: 37px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ){}
/*REGARDLESS*/
#welcome .inner-wrap {
    display: table-cell;
}