body {
    background: url('../img/bg.jpg') top center no-repeat #150d0a;
    height: 1402px;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    color: #b7995f;
    min-width: 1243px;
}

.wrapper header {
    text-align: center;
    padding-top: 46px;
}

.wrapper header img {
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
}

.wrapper header img:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

.wrapper main {
    width: 1243px;
    min-width: 1243px;
    height: 1219px;
    background: url('../img/content-bg.png') no-repeat;
    margin: 43px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapper main .side-left {
    width: 247px;
    padding: 178px 0 0 73px;
}

.wrapper main .side-left .menu .sidebar {
    list-style: none;
    padding: 0;
    margin: 4px 0 6px 0;
}

.wrapper main .side-left .menu .sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 240px;
    height: 40px;
    background: url('../img/button-menu.png') no-repeat;
    margin: 0 auto;
    -webkit-transition: -webkit-filter ease-in .2s;
    transition: -webkit-filter ease-in .2s;
    -o-transition: filter ease-in .2s;
    transition: filter ease-in .2s;
    transition: filter ease-in .2s, -webkit-filter ease-in .2s;
}

.wrapper main .side-left .menu .sidebar a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

.wrapper main .side-left .menu .sidebar a span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.wrapper main .side-left .channels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 82px;
    width: 224px;
    padding: 50px 0 0 0;
    margin: 0 auto;
}

.wrapper main .side-left .channels .channel.channel-on {
    width: 109px;
    height: 38px;
    background: url('../img/channel-on.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.wrapper main .side-left .channels .channel.channel-off {
    width: 109px;
    height: 38px;
    background: url('../img/channel-off.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.wrapper main .side-left .channels .channel.channel-off span,
.wrapper main .side-left .channels .channel.channel-on span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    left: 11px;
    font-size: 14px;
}

.wrapper main .side-left .presentation a {
    width: 240px;
    height: 40px;
    background: url('../img/btn-normal.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    margin: 12px auto 0 auto;
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
}

.wrapper main .side-left .presentation a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

.wrapper main .side-left .presentation a span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.wrapper main .side-content {
    width: 588px;
    padding-left: 9px;
    padding-top: 65px;
}

.wrapper main .side-content .content-header {
    text-align: center;
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efdb86), to(#c66725));
    background-image: -o-linear-gradient(top, #efdb86, #c66725);
    background-image: linear-gradient(to bottom, #efdb86, #c66725);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    -webkit-filter: drop-shadow(0px -1px 5px #000);
            filter: drop-shadow(0px -1px 5px #000);
}

.wrapper main .side-content .page {
    max-height: 970px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 60px auto
}

.wrapper main .side-content .page .news {
    width: 585px;
    height: 297px;
    background: url('../img/news-bg.png') no-repeat;
    margin: 0 0 5px auto;
}

.wrapper main .side-content .page .news .news-header {
    padding: 25px 160px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    color: #fbe8c7;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-weight: 600;
}

.wrapper main .side-content .page .news .news-header .news-title {
    font-size: 18px;
    padding-left: 25px;
}

.wrapper main .side-content .page .news .news-header .news-date {
    margin-left: auto;
    font-size: 14px;
}

.wrapper main .side-content .page .news .separator {
    margin-left: 25px;
    position: relative;
    top: -6px;
}

.wrapper main .side-content .page .news .news-content {
    font-size: 13px;
    color: #120d03;
    line-height: 1.692;
    font-weight: 600;
    padding: 0 125px 0 39px;
}

.wrapper main .side-content .page .news .news-content .btn-more {
    color: #fbe8c7;
    text-shadow: 0 0 3px #000;
    -webkit-transition: color ease-in .3s;
    -o-transition: color ease-in .3s;
    transition: color ease-in .3s;
}

.wrapper main .side-content .page .news .news-content .btn-more:hover {
    color: #f5f5b2
}

.wrapper main .side-content .page .news-full {
    width: 585px;
    height: 930px;
    background: url('../img/news-bg-full.png') no-repeat;
    margin: 0 0 5px auto;
}

.wrapper main .side-content .page .news-full .news-header {
    padding: 25px 160px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    color: #fbe8c7;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-weight: 600;
}

.wrapper main .side-content .page .news-full .news-header .news-title {
    font-size: 18px;
    padding-left: 25px;
}

.wrapper main .side-content .page .news-full .news-header .news-date {
    margin-left: auto;
    font-size: 14px;
}

.wrapper main .side-content .page .news-full .separator {
    margin-left: 25px;
    position: relative;
    top: -6px;
}

.wrapper main .side-content .page .news-full .news-content {
    font-size: 13px;
    color: #120d03;
    line-height: 1.692;
    font-weight: 600;
    padding: 0 40px;
}

.wrapper main .side-content .page .pagination {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 13px;
    padding-right: 13px;
}

.wrapper main .side-content .page .pagination ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
}

.wrapper main .side-content .page .pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #d4b787;
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: 0 4px;
    width: 22px;
    height: 23px;
    background: url('../img/li.png') no-repeat;
}

.wrapper main .side-content .page .pagination ul li a.active,
.wrapper main .side-content .page .pagination ul li a:hover {
    background: url('../img/li-active.png') no-repeat;
}

.wrapper main .side-content .page .pagination .next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.wrapper main .side-content .page .pagination .next,
.wrapper main .side-content .page .pagination .prev {
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
}

.wrapper main .side-content .page .pagination .next:hover,
.wrapper main .side-content .page .pagination .prev:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

.wrapper main .side-right {
    width: 254px;
    height: 1000px;
    padding: 175px 0 0 5px;
}

.wrapper main .side-right .user {
    padding-top: 5px;
    text-align: right;
    height: 152px;
    position: relative;
}

.wrapper main .side-right .user:not(.logged)::after {
    width: 109px;
    height: 77px;
    background: url('../img/ornament.png') no-repeat;
    content: '';
    position: absolute;
    bottom: -5px;
    left: -2px;
}

.wrapper main .side-right .user .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wrapper main .side-right .user .form-row label {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    width: 65px;
    margin-right: 10px;
}

.wrapper main .side-right .user button {
    margin-left: 94px;
    margin-top: 5px;
}

.wrapper main .side-right .user .link {
    color: #a08066;
    font-size: 11px;
    padding-right: 19px;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    -webkit-transition: color ease-in .3s;
    -o-transition: color ease-in .3s;
    transition: color ease-in .3s;
}

.wrapper main .side-right .user .link:hover {
    color: #e1bf8a;
}

.wrapper main .side-right .ranking {
    padding-top: 45px;
}

.wrapper main .side-right .ranking .ranking-title {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    -webkit-filter: drop-shadow(0px -1px 2px #000);
    filter: drop-shadow(0px -1px 2px #000);
}

.wrapper main .side-right .ranking table {
    width: 220px;
    height: 255px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 20px;
    color: #e5bc82;
    font-size: 13px;
    font-family: "Lucida Sans Unicode";
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.wrapper main .side-right .ranking table tr:not(:last-child) {
    border-bottom: 1px solid #463226;
}

.wrapper main .side-right .ranking table tr td:nth-child(3) {
    text-align: right;
}

.wrapper main .side-right .ranking table tr td a {
    color: #ecd6a5;
}

.wrapper main .side-right .ranking .ranking-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 6px;
}

.wrapper main .side-right .ranking .ranking-buttons div {
    width: 76px;
    height: 28px;
    background: url('../img/btn-brown.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
    cursor: pointer;
}

.wrapper main .side-right .ranking .ranking-buttons div:hover,
.wrapper main .side-right .ranking .ranking-buttons div.active {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

.wrapper main .side-right .ranking .ranking-buttons div span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer {
    text-align: center;
}

footer p {
    color: #827771;
    font-size: 13px;
}

footer img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
    cursor: pointer;
}

footer img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

input[type="text"],
input[type="password"],
input[type="email"] {
    width: 118px;
    height: 36px;
    background: url('../img/input.png') no-repeat #00000091;
    border: 0;
    outline: none;
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
    padding: 0 10px;
    color: #f4e98c;
    font-size: 14px;
    margin-top: 5px;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

button[type="submit"] {
    display: block;
    width: 142px;
    height: 40px;
    background: url('../img/btn.png') no-repeat;
    border: 0;
    outline: none;
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
    cursor: pointer;
}

button[type="submit"]:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}

button[type="submit"] span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

a, a:hover, a:visited {
    text-decoration: none;
}

.button {
    margin: 15px auto
}

.form-group {
    text-align: center;
    margin-bottom: 10px;
}

.form-group button {
    margin: 15px auto
}

.form-group a,
.table-bordered a {
    color: #ecd6a5;
}

.table-bordered {
    width: calc(100%);
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto 10px auto;
}

.table-bordered thead {
    background: #2f2c1399;
}

.table-bordered thead:first-child {
    background: #2f2c1399;
}

.table-bordered tr:nth-child(even) {
    background: #341d0f77;
}

.table-bordered tbody tr:nth-child(odd) {
    background: #673a1577;
}

.table-bordered tr th {
    padding: 8px 5px;
}

.table-bordered tr td {
    padding: 5px 5px;
}

.table-bordered thead:not(:first-child) tr:nth-child(odd) {
    background: #310b0b39;
}

.table-bordered-rules a {
    color: #ecd6a5;
}

.table-bordered-rules {
    width: calc(100%);
    border-collapse: collapse;
    margin: 0 auto 10px auto;
}

.table-bordered-rules thead {
    background: #2f2c1399;
}

.table-bordered-rules thead:first-child {
    background: #2f2c1399;
}

.table-bordered-rules tr:nth-child(even) {
    background: #341d0f77;
}

.table-bordered-rules tbody tr:nth-child(odd) {
    background: #673a1577;
}

.table-bordered-rules tr th {
    padding: 8px 5px;
}

.table-bordered-rules tr td {
    padding: 5px 5px;
}

.table-bordered-rules thead:not(:first-child) tr:nth-child(odd) {
    background: #310b0b39;
}

.table-bordered-rules thead:not(:first-child) {
    text-align: left;
}

.table-bordered-rules thead:not(:first-child) tr th {
    padding: 5px ;
    font-weight: normal;
}

.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 40px;
    background: url('../img/btn.png') no-repeat;
    border: 0;
    outline: none;
    -webkit-transition: -webkit-filter ease-in .3s;
    transition: -webkit-filter ease-in .3s;
    -o-transition: filter ease-in .3s;
    transition: filter ease-in .3s;
    transition: filter ease-in .3s, -webkit-filter ease-in .3s;
    cursor: pointer;
}

.btn-link span,
.btn-link-long span {
    background-color: #ffffd8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffd8), to(#d6a76d));
    background-image: -o-linear-gradient(top, #ffffd8, #d6a76d);
    background-image: linear-gradient(to bottom, #ffffd8, #d6a76d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-link-long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 240px;
    height: 40px;
    background: url(../img/button-menu.png) no-repeat;
    margin: 0 auto;
    -webkit-transition: -webkit-filter ease-in .2s;
    transition: -webkit-filter ease-in .2s;
    -o-transition: filter ease-in .2s;
    transition: filter ease-in .2s;
    transition: filter ease-in .2s, -webkit-filter ease-in .2s;
    border: 0;
}

.btn-link:hover,
.btn-link-long:hover {
    filter: brightness(120%);
}

.panel-user-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
}

.panel-user-buttons a {
    margin: 3px;
}

.user-details {
    text-align: center;
    padding: 3px 0 6px 0;
}

.main-ranking-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
}

.buy-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto 10px auto;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #429844;
    background-color: #324c2788;
    border-color: #5a7d3d88;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #a5854f;
    background-color: #675e3388;
    border-color: #ab956788;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #CB4442;
    background-color: #46181888;
    border-color: #9a0d2488;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.instagram-box {
    width: 350px;
    height: 60px;
    background: transparent;
    border-radius: 30px;
    right: 24px;
    bottom: 24px;
    position: fixed;
    display: none;
    z-index: 2;
}

.instagram-message {
    width: 345px;
    height: 58px;
    background: #fff;
    border-radius: 30px;
    z-index: 2;
    display: none;
    float: right;
    overflow: hidden;
    margin-top: 0px;
    border: 1px solid #a7a7a7;
    animation: fadein 1s;
}

.instagram-text {
	margin: 11px 50px 11px 20px;
	display: block;
	color: #000;
	animation: fadein-text 2s;
	width: 275px;
	overflow: hidden;
	height: 38px;
	font-size: 15px;
	line-height: 18px;
}

.instagram-circle {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #a87942;
    border-radius: 30px;
    z-index: 2;
    display: none;
    position: absolute;
    margin-left: 290px;
}

.instagram-circle i {
    padding: 9px 0 0 12px;
    color: #fff;
    font-size: 42px;
}


@keyframes fadein {
	from { opacity: 0; width: 0px; margin-right: 15px;}
	to   { opacity: 1; width: 345px; margin-right: 0px;}
}

@keyframes fadeout {
	from { opacity: 1; width: 345px}
	50%  { opacity: 1; width: 345px;}
	to   { opacity: 0; width: 0px;}
}


@keyframes fadein-text {
	from { opacity: 0; }
	50%  { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes fadeout-text {
	from { opacity: 1; }
	to   { opacity: 0; }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #201206;
}

::-webkit-scrollbar-thumb {
    background-color: #a87942;
    background-size: 100% 300%;
    border-radius: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.fortune-wheel{background:url(../img/fortune-wheel.png) no-repeat;width:461px;height:466px;background-position-y:0;position:relative;margin:0 auto}.fortune-wheel__spin-btn[disabled]{cursor:default}.fortune-wheel__item-list{margin:0;padding:0;list-style:none;pointer-events:none;width:310px;height:310px;position:relative;left:51px;top:91px;transform:rotate(-90deg) translate(50%,50%)}.fortune-wheel__item-list .fortune-wheel__item{position:absolute;width:24px;height:24px}.fortune-wheel__item-list .fortune-wheel__item:first-of-type{transform:rotate(0deg) translate(155px) rotate(0deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(2){transform:rotate(22.5deg) translate(155px) rotate(-22.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(3){transform:rotate(45deg) translate(155px) rotate(-45deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(4){transform:rotate(67.5deg) translate(155px) rotate(-67.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(5){transform:rotate(90deg) translate(155px) rotate(-90deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(6){transform:rotate(112.5deg) translate(155px) rotate(-112.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(7){transform:rotate(135deg) translate(155px) rotate(-135deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(8){transform:rotate(157.5deg) translate(155px) rotate(-157.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(9){transform:rotate(180deg) translate(155px) rotate(-180deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(10){transform:rotate(202.5deg) translate(155px) rotate(-202.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(11){transform:rotate(225deg) translate(155px) rotate(-225deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(12){transform:rotate(247.5deg) translate(155px) rotate(-247.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(13){transform:rotate(270deg) translate(155px) rotate(-270deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(14){transform:rotate(292.5deg) translate(155px) rotate(-292.5deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(15){transform:rotate(315deg) translate(155px) rotate(-315deg)}.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(16){transform:rotate(337.5deg) translate(155px) rotate(-337.5deg)}.fortune-wheel__item-list img{width:24px;height:48px;object-fit:contain;display:block;transform:rotate(90deg)}.fortune-wheel__msg{position:absolute;display:block;margin:0;left:50%;top:50%;border-radius:6px;text-align:center;padding:1em;width:200px;background:rgba(0,0,0,.85);font-weight:600;text-transform:uppercase;color:#fff;z-index:1;pointer-events:none;opacity:0;transform:translate(-50%,-60%);will-change:opacity,transform;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.fortune-wheel__msg--open{pointer-events:all;opacity:1;transform:translate(-50%,-50%)}.page-center{text-align:center}.fortune-wheel__spin-btn{display:block;width:214px;height:44px;background:url(../img/button-medium.png) no-repeat;margin:-5px auto;text-align:center;line-height:40px;text-transform:uppercase;text-shadow:0 2px 2px #000;color:#c8f3ff;cursor:pointer;border:none;outline:none}.fortune-wheel__spin-btn:hover{filter:brightness(125%)}
.fortune-wheel__buttons{text-align:center;margin-top:-5px}

button#fortune-wheel-spin:disabled {
	color: #ebd4a4;
	text-transform: uppercase;
}
