/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/
.cc-banner.cc-bottom {
    z-index: 999;
}
.disclaimer-popup {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    background: #e6e6e6;
}

.disclaimer-popup h5 {
    padding: 0 0 15px 0;
    margin-top: 0;
}
.disclaimer-popup img {
    border-radius: 46px;
    opacity: 0.7;
    box-shadow: 1px 1px 18px #828282;
}

.home-tag {
    text-decoration: underline;
    padding: 0 2px;
}
.view-page-content h1,.view-page-content h2,.view-page-content h3,.view-page-content h4,.view-page-content h5 {
    color: #fff !important;
}

.view-page-content p {
    text-align: justify !important;
}

.view-page-content ol, .view-page-content ul {
    padding: 0 !important;
}

.view-page-content ol > li {
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}

p,li {
    color: #d6d6d6;
}

.bold {
    font-weight: bold;
}

a{
    color: #cd2122;
}

.text-chat-other {
    color: #cd2122;
}

.text-chat-cammer {
    color: #fff;
    background-color: #cd2122;
    padding: 0 4px;
    border-radius: 5px;

}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

.mSearchBtn {line-height: 1; display: inline-block; background: rgba(0, 0, 0, 0.5); position: relative; z-index: 1; height: 30px;
    width: 30px; text-align: center; line-height: 30px; font-size: 12px; margin: 10px 0 0 10px;   border-radius: 2px; }

.select2-selection__choice {
    font-size: 10px;
}
.player-container > canvas {
    width: 100%;
    border-radius: 8px;
}
.player-container, .chat-container{
    /*min-height: 500px;*/
    width: 100%;
}
div.flash-live-player {
    width: 765px;
    height:425px;
}
.view-cam-top-left,.player-container, .flash-live-player {
    position: relative;
    z-index: 1;
}

.player-controls{
    position: absolute;
    top: 20px;
    right: 30px;
    z-index:10;
    opacity: 0.2;
}
.view-cam-top-left:hover > .player-controls {
    opacity: 1;
}

.no-padding {
    padding: 0;
}
.no-marging{
    margin: 0;
}
.page-title {
    color: #fff;
    margin-bottom: 55px;
}
.token-step {
    color: #ffffff;
    background-color: #cd2122;
    border-radius: 3px;
    padding: 0 13px;
}
.token-box {
    background: #373737 url(/Kallyas/images/hb-catalogue1.png);
    background-size: cover;
    cursor: pointer;
    border: 1px solid #cbcbcb !important;

}

.token-box .btn-element:before {
    /*border: 1px solid white ;*/
}

.token-bonus-label {
    background-color: #373737;
    border: 1px solid #5cb85c;
    color: #7ce87c;
}

.chat-type {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.17);
    padding: 0 5px;
    border-radius: 5px;
}
.order-details-container {
    background-color: rgba(251, 251, 251, 0.7);
    border-radius: 10px;
    padding: 10px;
}
.token-box-selected > div > .token-box {
    background-color: #cd2122 !important;
}
.text-white {
    color: #fff !important;
}
.user-tokens {
    opacity: 1 !important;
    padding: 0 3px !important;;
    font-size: 10px !important;;
}

.some-css-selector {font-size:13px;}
body {
    background-color: #474747;
}
.page-subheader {
    min-height: 170px;
    background-color: #151515;
}
.latest_posts.default-style.kl-style-2 .post {
    margin-bottom: 0;
}

.text-red{  color: #cd2122 !important;  }
.text-grey{  color: #cfcfcf !important;  }
.kl-bottommask--shadow {
    background-color: #cd2122;
    border-bottom: 6px solid #2f2f2f;
}
#footer {
    border-top: 4px solid #2f2f2f;
}
.kl-bottommask--shadow:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #b11c1d;
    margin-left: -6px;
}
.site-header .separator {
    background: #cd2122;
    height: 2px;
    opacity: 1;
    margin-bottom: 5px;
}

/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .home-tag-loggedIn, .home-tag-pipe-loggedIn {
        display: none;
    }
}

@media only screen and (min-width: 992px){
    .view-cam-top-left {
        padding-right: 0;
    }
    .view-cam-top-right{
        /*padding-left: 0;*/
    }

}
.siteheader-container {
    min-height: initial !important;
}
@media (min-width: 1024px){
    .container {
        min-height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .home-tag, .home-tag-pipe, .up-more-tags-loggedIn {
        display: none;
    }
    .zn-header-icon {
        float: right;
    }

    .site-header .header-leftside-container {
        margin-bottom: 0;
        height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {
    .site-header .social-icons.topnav ~ .kl-header-toptext {
        margin-left: 0;
    }

}

@media only screen and (max-width: 767px) {
    .page-subheader {
        display: none;
    }
    .logo-container {
        float: left;
    }
}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

