/**
@author Oleg Kulaga (Medan) - https://instagram.com/oleg.kulaga_/
 */
@font-face {
    font-family: 'Comfortaa';
    src: local('Comfortaa Light'), local('Comfortaa-Light'), url('/fonts/comfortaalight.woff2') format('woff2'), url('/fonts/comfortaalight.woff') format('woff'), url('/fonts/comfortaalight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: local('Comfortaa'), url('/fonts/comfortaa.woff2') format('woff2'), url('/fonts/comfortaa.woff') format('woff'), url('/fonts/comfortaa.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: local('Comfortaa Bold'), local('Comfortaa-Bold'), url('/fonts/comfortaabold.woff2') format('woff2'), url('/fonts/comfortaabold.woff') format('woff'), url('/fonts/comfortaabold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, div, span, form, p, img, ul, li, a {
    padding: 0;
    margin: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    max-width: 450px;
    color: #9edcdb;
    font: 14px Alegreya;
    background: #0b0b0b;
    -webkit-box-shadow: 0px 2px 10px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 10px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 10px 5px rgba(34, 60, 80, 0.2);
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

.content {
    background: url('../images/pattern-bgs.png') #17181a;
    min-width: 240px;
    margin: 0 auto;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.blocks {
    color: #ebb88b;
    padding: 3px;
    background: #0b0c0c;
    margin: 10px;
    box-shadow: 0 1px 0 #232428, 0 1px 0 #000 inset;
    border-radius: 10px;
}

.blocks a:link {
    text-decoration: none;
    color: #FFDF8C;
}

.btnl {
    color: #FFDF8C;
    display: block;
    background: url("../images/pattern-frames.png");
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 0 #232428 inset;
}

.header-menu {
    display: inline-block;
    height: 35px;
    font-weight: 700;
    padding: 7px;
    font-size: 12px;
    color: #FFF5DE;
    background: linear-gradient(#202020, #151515);
    border-bottom: 1px solid #343329;
    text-shadow: 1px 1px 1px #000;
    vertical-align: middle;
}

.header-item {
    display: inline-flex;
    color: #9edcdb;
    border-radius: 10px;
    border: 1px solid #232428;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    margin-top: -7px;
    height: 20px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.header-content {
    text-align: center;
}

.header-link {

}

.inline {
    display: inline-block;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

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

.text-left {
    text-align: left;
}

.tbrown {
    color: #8d652a !important;
}

.tdbrown {
    color: #2a2b2b !important;
}

.tred {
    color: #F44 !important;
}

.tmaroon {
    color: #800000 !important;
}

.tgreen {
    color: green !important;
}

.tgray {
    color: gray !important;
}

.small, .minor {
    font-size: 0.8em;
    font-weight: normal;
}

.p4 {
    padding: 4px;
}

.minor {
    color: #9edcdb;
}

.big {
    font-size: 1.2em;
    font-weight: normal;
}

.bordered {
    display: block;
    color: #bbc2f0;
    background-color: #222222;
    border: 1px solid #222222;
    border-top-color: rgb(34, 34, 34);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    font: 16px Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px;
}

input, textarea, select {
    font-family: Comfortaa, serif;
    font-size: 1em;
}
input[type~="text"],
input[type~="password"]{
    background-color: #262626;
    border: 1px solid #505060;
    color: white;
    padding: 10px;
    height: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 70%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.form-control {
    display: block;
    width: 94%;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: inherit;
    background-image: none;
    border: 1px solid #484541;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select {
    width: 100%;
    height: 34px;
}


.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
}

/*
.btn {
    background: #1a1a1a;
    border: 1px solid #1c1c1c;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
.btn {
    display: inline-block;
    height: 31px;
    text-transform: uppercase;
    background: #0b9600 url('../images/simple_but_border_bg.png') repeat-x;
    line-height: 32px;
    border-radius: 4px;
    border-color: #0b9600;
    -webkit-box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    -moz-box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    color: #d2d2d2;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
}
.btn img {
    vertical-align: middle;
}

.btn-gray {
    display: inline-block;
    height: 24px;
    text-transform: uppercase;
    background: #525252 url('../images/simple_but_border_bg.png') repeat-x 0 -600px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    -moz-box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    box-shadow: 5px 5px 10px 2px rgba(26, 26, 26, 1);
    color: #d2d2d2;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
}
.btn-gray img {
    vertical-align: middle;
}
.emojy {
    color: #bbc2f0;
    background-color: #262f3b;
    border: 1px solid #222222;
    border-top-color: rgb(34, 34, 34);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    font: 16px Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px;
    display: none;
}

.leprechaun {
    height: 70px;
    width: 70px;
    z-index: 999999;
    position: absolute;
}

.key {
    height: 70px;
    width: 70px;
    z-index: 999999;
    position: absolute;
    left: 58%;
    top: 0px;
    color: #9edcdb;
}

.snow {
    height: 70px;
    width: 70px;
    z-index: 999999;
    position: absolute;
    left: 58%;
    top: 0px;
    color: #9edcdb;
}

.pagination-container {
    padding: 8px;
}

.pagination {
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin: auto;
    width: 100%;
    color: #ebb88b;
    background: #0b0c0c;
    box-shadow: 0 1px 0 #232428, 0 1px 0 #000 inset;
    border-radius: 10px;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #242424;
    border: 1px solid #262626
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #252525;
    border-color: #023433
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: #000;
    border-color: #000
}


.link-gray {
    text-decoration: none;
    color: #282828;
}

.link-gray:hover {
    color: #fff;
}

.footer-nav {
    color: #ebb88b;
    padding: 6px;
    background: #0b0c0c url("../images/ingredientsBg.jpg");
    margin: 10px;
    box-shadow: 0 1px 0 #232428, 0 1px 0 #000 inset;
    border-radius: 10px;
}

.footer-nav-link .bottom-link {
    display: block;
    text-decoration: none;
    color: #a8a6a6;
}

.footer-links {
    text-align: center;
    text-decoration: none;
    background: url('../images/pattern-bgs.png') #17181a;
    min-width: 240px;
    margin: 0 auto;
    width: 100%;
    padding: 4px 6px;
}

.footer-links a {
    color: #737373;
    text-decoration: none;
}

.promo-block {
    padding: 4px;
    text-decoration: none;
}

.promo-block a {
    text-decoration: none;
}

.promo-block-name {
    float: right;
    color: #fff;
    background-color: #42378f;
    background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
    padding: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.promo-block-content {
    padding-top: 4px;
}

.business-list {
    position: relative;
    color: #bbc2f0;
    background-color: #222222;
    border: 1px solid #222222;
    border-top-color: rgb(34, 34, 34);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    font: 16px Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px;
}

.business-list .business-name {
    padding: 4px;
    margin: 2px;
    color: #e0d0ae;
}

/*
.business-list .btn {
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 0 #232428 inset;
    background: url("../images/pattern-frames.png") #023433;
}
*/
.business-list .btn {
    display: inline-block;
    text-align: center;
    height: 24px;
    background: #0b9600 url('../images/simple_but_border_bg.png') repeat-x;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 12px;
    border: 0 white;
    border-radius: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px;
}

.business-list a {
    text-decoration: none;
}

.business-count {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px;
    width: auto;
    min-width: 12px;
    max-width: 64px;
    overflow: hidden;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.business-level {
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
    width: 45px;
    display: inline-block;
    background-color: #9fa4c4;
    background-image: linear-gradient(315deg, #9fa4c4 0%, #9e768f 74%);
    border-radius: 0 0 0 10px;
}

.feedback {
    display: block;
    color: #bbc2f0;
    background-color: #222222;
    border: 1px solid #222222;
    border-top-color: rgb(34, 34, 34);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    font: 16px Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px;
    text-align: center;
}

.bl-ttl, .bl-ttl .te, .bl-ttl .ttl {
    height: 36px;
    background-image: url(/images/bg-block-ttl.png);
}

.bl-ttl .ttl {
    background-position: 0 0;
    background-repeat: repeat-x;
    text-align: center;
    white-space: nowrap;
    line-height: 32px !important;
    color: #1db1b1;
    font-weight: bold;
    text-shadow: black 0 1px 1px;
    margin-left: 23px;
    margin-right: 23px;
    padding: 0 5px;
}

.bl-ttl .te {
    background-position: 100% -74px;
    background-repeat: no-repeat;
}

.bl-ttl, .bl-ttl .te, .bl-ttl .ttl {
    height: 36px;
    background-image: url(../images/bg-block-ttl.png);
}

.bl-ttl, .bl-ttl .te, .bl-ttl .ttl {
    height: 36px;
    background-image: url(../images/bg-block-ttl.png);
}

.bl-ttl {
    position: relative;
    top: -17px;
    margin-bottom: -17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 92%;
    max-width: 200px;
    min-width: 140px;
    display: block;
    background-position: 0 -37px;
    background-repeat: no-repeat;
}

.premium-nick {
   /* text-shadow: 0 0 10px rgba(255, 215, 0, 1);*/
}

.avatar-pulse {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(132, 0, 255, 0.84) inset;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(103, 44, 204, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        background: rgba(115, 0, 255, 0.4);
        -moz-box-shadow: 0 0 0 0 rgba(116, 44, 204, 0.8);
        box-shadow: 0 0 0 0 rgba(103, 44, 204, 0.4);
    }
    70% {
        background: rgba(255, 199, 0, 0);
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        background: rgba(255, 199, 0, 0);
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.menuverh {
    display: block;
    color: #bbc2f0;
    background-color: #262f3b;
    border: 1px solid #222222;
    border-top-color: rgb(34, 34, 34);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(34, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #000000;
    font: 16px Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px;
}

progress {
    background: #808080;
}

progress::-webkit-progress-bar {
    background: #808080;
}

progress::-webkit-progress-value {
    background: lime;
}

progress::-moz-progress-bar {
    background: lime;
}

.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.Online-Zhum {
    position: absolute;
    margin-left: -18px;
    margin-top: 38px;
}

.corp-user {
    display: inline-block;
    width: 90%;
    color: #9edcdb;
    border-radius: 10px;
    border: 1px solid #232428;
    padding: 4px;
    line-height: 12px;
    margin-top: 2px;
    margin-left: 10px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.corp-user img {
    vertical-align: middle;
}

.profile-link {
    color: inherit;
}
