@font-face {
    font-family: "Museo Slab Title"; /* Имя шрифта */
    src: url(/fonts/MuseoCyrl700.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: "Museo 900"; /* Имя шрифта */
    src: url(/fonts/MuseoCyrl900.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: "Goudy Stout"; /* Имя шрифта */
    src: url(/fonts/GOUDYSTO.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: "Museo Slab 300"; /* Имя шрифта */
    src: url(/fonts/MuseoCyrl300.otf); /* Путь к файлу со шрифтом */
}
#CW4BdQaWG3QT5i8roJWA{
    height: 0;
}
#adv-block{
    z-index: 0;
    top: 0px!important;
}
.main{
    /*background-color: #61615f;*/
    /*margin-top: 50px;*/
    padding-bottom:0px;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 600px;
}

.top-block{
    margin-top:50px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mob-block{
    display: flex;
    flex-wrap: wrap;
}
.main{
    position: relative;
}
.small-bg{
    z-index: -1;
}
/*.main.bg-on{
    margin-top: 200px!important;
}*/
/*.bg-on .small-bg{
    display: none;
}*/
/*1x mobile*/
/*.main{
    margin-top: 0px;
}*/
h1.museo_title{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.error{
    border:1px solid red!important;
}
.q-result{margin-top: 30px;}
.email_us{
    z-index: 99999;
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
    background-color: #151a23;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.fa-envelope{
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 12px;
    right: -12px;
}

.super-border{ z-index: 1;}
.super-border::after{
    content:'';
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    /*border-radius: .25em;*/
    /*background-image: linear-gradient(45deg,#f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);*/
    background-image: linear-gradient(45deg,#fef27e, #4bde00, #4ec0ef, #666eab, #ff1677, #4ec0ef, #51ef00, #fff27d);
    background-size: 200%;
    animation: animateborder 3s ease infinite;
    animation-play-state: running;
}

@keyframes animateborder {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}
.div-logo{
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 10px;
}
.main_item{cursor: pointer}


.list-items:hover .hover-main{

    transition: .5s;
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.list-items .hover-main{
    transition: .5s;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}


.same-item:hover img{
    transition: .5s;
    webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.same-item img{
    transition: .5s;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*
.hover-main:hover{
    transition: 1s;
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.hover-main{
    transition: 1s;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
*/
.top-title{font-size: 13px;}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .container.main {
        width: 100%!important;
    }
    .container.main, .container.footer{width:100%!important;}
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .top-block-new{
        width: 100%;
        height: 150px;
        top: 50px
    }
    h3, .h3 {
        font-size: 22px!important;
    }
    .container {
        width: 100%!important;
    }
}


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

    /*1x mobile*/
    .main-detail{
        /*margin-top: 0px;*/
    }

    #CW4BdQaWG3QT5i8roJWA{display: none}
    .pagination-wraper{margin-top:5px;}
    .detail_mob{padding-top:5px!important;}
    .img-rounded{position: relative;  right: 10px;}
    /*.right-sidebar{display:none;}*/
    .top-title{font-size:12px;}
    .icon-top{width:14%!important;}
    .top-desc{width:86%!important;}


    .info-window i {
        padding: 15%!important;
    }
    .main-index-item{height:300px!important;}
    /*.dynamic-img{
        position: fixed!important;
        width: 100%!important;
        height: 100%!important;
        top: 20%!important;
        left: 10%!important;
    }*/
}
@media screen and (min-width: 381px) and (max-width: 767px) {

    .pagination-wraper{margin-top:5px;}
    .detail_mob{padding-top:5px!important;}
    .img-rounded{position: relative;  right: 10px;}
    /*.right-sidebar{display:none;}*/

    .info-window i {
        padding: 8%!important;
    }
    .main-index-item{height:200px!important;}
}

@media screen and (max-width: 767px) {
    .div-logo{
        position: absolute!important;
        left: 30%!important;
    }
    #CW4BdQaWG3QT5i8roJWA{display: none}
    .email_us{display: none;}
    .pagination-wraper{margin-top:5px;}
    #top_day{padding-left: 0px!important;}
    #top_day .museo_title{color: #fff281!important;}
    #top_day .thumbnail{height:200px!important;background-size:cover!important;background-image: url('/img/top_day.jpg')}
    #top_day .caption{padding-left: 10px; top:20px}
    #top_day a{text-shadow: 2px 2px 1px #000; color:#fff!important;}
    #top_day h3{text-shadow: 2px 2px 1px #000;}


    .detail-picture{width: 100%;margin: 0px;}
    .media-list div.media{position: relative;left: -50px;}
    .comment-form{margin-bottom:20px}
    #search_page{margin-top:0px;}
    #post .preview_text{display: none!important;}
    .q-result{margin-top:30px;}
    .same-deck-title{background-color: #151a23; padding:15px;  color:#fff;  font-weight: bold;  text-transform: uppercase; margin-bottom:5px;margin-top:0px;}
    .only_top{margin-top: 0px!important;}
    .same-item{margin-bottom:5px;}
    .same-decks .thumbnail{max-height: 150px;}
    .same-decks{padding:0px!important;}

    ul.pagination li.active, ul.pagination li.next{float: left;}
    ul.pagination li.prev{  width:48%;   margin-left: 5px; float: left;}
    ul.pagination li.next{ width:48%; float: right;margin-right: 5px;}
    ul.pagination li.next a, ul.pagination li.next span {float: right;  width: 100%; background: #151a23; text-align: center;height: 100px; padding-top: 5px;  font-size: 60px;color: #fff;}
    ul.pagination li.prev a, ul.pagination li.prev span {float: left; width: 100%; background: #151a23; text-align: center; height: 100px; padding-top: 5px;  font-size: 60px;color: #fff;}
    ul.pagination li.active a{font-size: 30px;padding: 0px;position: absolute;left: 42%;bottom: 30px;background: transparent;width: 40px;text-align: center;}
    ul.pagination li{display:none;}
    ul.pagination li.disabled span{opacity: 0.65;    pointer-events: none;}
    ul.pagination{width:100%;margin: 0px;}
    ul.pagination li.prev, ul.pagination li.next{display:block}
    ul.pagination li a:active, ul.pagination li a:hover{margin:0px!important; text-decoration: none!important;}

    .deck_filter-inner .select2-container {width:100%!important;margin-bottom: 5px;}
    .filter_butns {margin-top: 5px!important;}
    .deck_filter {height: 143px;}
    /*.filter_it{float: left; width: 65%; height: 55px;}
    .reset_it{float: right; width: 34%; height: 55px;}*/
    .filter-wrap{width: 100%; height: 143px;  position: absolute;  background-color: #fff;  z-index: 99;}

    .deck-header{max-width: none!important;}
    .card-list ul{max-width: none!important;}
    .deck-header.last{margin-top: 20px;}

    .info-window{
        bottom: 0px!important;
        width:100%!important;
        height:75px!important;
    }
    .info-window-text {
        padding: 5% 0% 13% 12%!important;
    }

    .close-info-window{
        top: 0px!important;
        right: 2px!important;
        font-size: 10px!important;
    }


    .navbar-header{background-color:#151a23;}
    .container_title{display:block!important;}
    /*.top_container{border-top: 3px solid #0091d3;}*/

    .navbar{border-bottom: 1px solid #fff;}
    .search-bg>.small-bg{background-position-x: -285px}
    .index_page .small-bg{background-position-x: -415px}
    .logo-text{
        line-height: 3;
    }
    .search-head{
        width: 90%;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
    }

    .preview_text{
        font-size: 12px;
        margin: 0px!important;
    }
    .preview_title>a{color:#fff!important}
    .entry-title{font-size: 18px; margin:0px 0px 5px 0px}
    .detail_header{padding: 5px 5px 25px 5px;}
    .detail_header_index{color:#fff;  background: rgba(21, 26, 35, 0.7);  padding: 5px 5px 25px 5px;}
    .detail_content{  padding-left: 10px!important;  padding-right: 10px!important;  }
    .container_main>div{margin-bottom: 5px;}
    .container_main{ padding: 5px 5px 0px 5px!important;  .main-detai}
    .caption_item{position: absolute;  bottom: 0;  width: 100%;  z-index: 1;}
    .detail_header>h3>a{color:#fff}
    .index-post-title{  position: absolute;  bottom: 0px;  width: 100%;  z-index: 1;  padding-right: 0px;  padding-left: 0px;  }
    .main{padding-bottom: 0px!important; }
    /*#post{margin-top: 25px!important;}*/
    .thumbnail>a>img{width: 100%;}

    .deck-list{padding-bottom:20px}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nopadding-index{ padding: 10px 10px 0 0px;}
    #CW4BdQaWG3QT5i8roJWA{display: none}
    h1.museo_title {
        border-top: 5px solid #fff!important;
        background-color: #151a23!important;
        position: relative!important;
        top: 0!important;
        left: 0!important;
    }

    .list-bl{   margin-top:10px; position: relative;  left: -5px;}
    .list-items:hover{
        transition: .5s;
        box-shadow: #000000 1px 1px 13px;
        position: relative;
        left: 10px;
    }

    .list-items{
        transition: .5s;
        box-shadow: none;
        position: relative;
        left: 0px;
        z-index: 9;
    }

    /*.right-sidebar{display:none;}*/
    h1.museo_title{
        border-top: none;
        background-color: transparent;
        color: #fff;
        text-shadow: 2px 2px 1px black;
        position: absolute;
        top: 160px;
        left: 100px;
    }


    #top_day .museo_title{color: #fff281!important;}
    #top_day{padding-left: 0px!important;}
    #top_day .thumbnail{height:200px!important;background-size:cover!important;background-image: url('/img/top_day.jpg')}
    #top_day .caption{padding-left: 10px; top:20px;     position: absolute;
        bottom: 0px;
        width: 100%;
        z-index: 1;
        padding-right: 0px;}
    #top_day a{text-shadow: 2px 2px 1px #000; color:#fff!important;}
    #top_day h3{text-shadow: 2px 2px 1px #000;}

    .compact-mode .block_footer{bottom:0px!important;}
    .block_footer{bottom:-70px!important;}

    .compact-mode .main-index-item{
        height: 100px;
    }
    .compact-mode .caption{
        height: 100px;
    }
    .compact-mode .preview_title>a{
        font-size: 18px;
    }
    .compact-mode{
        margin-bottom: 5px!important;
    }
    #compact_mode{cursor:pointer;padding:0px;}
    #compact_mode>i{position: relative;  top: 5px;  float: right;  font-size: 25px;}
    #compact_mode:hover{color:#ea676c;}
    #compact_mode.active{color:#ea676c;}


    .res_date{
        position: absolute;
        top: 150px;
    }
    .container_main{  position: relative;}
    .filter-wrap{left: 0px;}
    .deck_filter {height:140px}

    /*same decks start*/
    .same-deck-title{background-color: #151a23;  border-top:2px solid #fff;  padding:15px;  color:#fff;  font-weight: bold;  text-transform: uppercase;margin-right: 5px; margin-bottom:5px;}
    .same-decks{margin-top:20px;}
    .same-decks > div {padding-right: 5px;margin-bottom: 5px;}
    .same-decks .index-post-title{height: 0px;bottom: 0px;width: 100%;z-index: 1;padding-right: 0px;padding-left: 0px;}
    .same-decks .preview_title>a{color:#fff!important}
    .same-decks .entry-title{font-size: 18px; margin:0px 0px 5px 0px}
    .same-decks .detail_header_index{
        min-height: 5em;width: 100%;right: 0px;position: absolute;bottom: 0px;color:#fff;  background: rgba(21, 26, 35, 0.7);  padding: 5px 5px 25px 5px;}
    .same-decks .main-index-item{width: 100%;}
    /*same decks end*/



    .copy-container{margin-top:20px}
    .deck_filter-inner .select2-container {width:50%!important;}
    .deck_filter-inner .select2-container:last-of-type {float:right; width:49%!important;}
    ul.pagination{width: 615px;margin: 0 auto auto 20%;}

    .navbar{border: 1px solid #151a23!important;}
    .search-bg>.small-bg{background-position-x: -200px}
    .index_page .small-bg{background-position-x: -180px}
    /*.thumbnail>img{height:200px}*/
    .thumbnail>.detail-picture{height:300px;width: 100%;}
    .container_main>div{margin-bottom: 10px}
    .caption{  position: relative;  height:  124px;   }
    .preview_text{font-size:12px}
    .navbar-nav a{  font-size:12px;  }
    .main-detail{box-shadow: 5px 10px 65px #101010;margin-bottom: 0px;}
    .detail_header{  padding: 0 48px 25px;  }
    .deck-header{max-width: none!important;}
    .card-list ul{max-width: none!important;}
    .deck-header.last{margin-top: 20px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .top-block-new{
        top:50px;
        width: 100%;
    }
    .nopadding-index{ padding: 10px 10px 0 0px;}
    body{
        /*background-image: url('/img/hs-bg-1.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;*/
    }

    /*.mmo-help{background-position-y: -60px!important;}*/
    .main{
        margin-top: 50px!important;
    }
    h3.museo_title{font-size: 22px;}
    .list-bl{   margin-top:10px; position: relative;  left: -5px;}
    .list-items:hover{
        transition: .5s;
        box-shadow: #000000 1px 1px 13px;
        position: relative;
        left: 10px;
    }

    .list-items{
        transition: .5s;
        box-shadow: none;
        position: relative;
        left: 0px;
        z-index: 9;
    }
    .row-list{position:relative;}
    h1.museo_title{
        border-top: none;
        background-color: transparent;
        color: #fff;
        text-shadow: 2px 2px 1px black;
        position: absolute;
        top: -45px;
        z-index: 999;
    }
    /*#search_page h1.museo_title{
        top: -95px;
    }*/

    #top_day .main_item{    background-color: #cec6c6!important;}
    #top_day .museo_title{color: #ffffff!important;
        background-color: #151a23;
        font-size: 20px;
        padding: 10px;
    }

    .block_footer{bottom: 0px!important;}
    .compact-mode .main-index-item{
        height: 100px;
    }
    .compact-mode .caption{
        height: 100px;
    }
    .compact-mode .preview_title>a{
        font-size: 18px;
    }
    .compact-mode{
        margin-bottom: 5px!important;
    }
    #compact_mode{cursor:pointer;padding:0px;}
    #compact_mode>i{position: relative;  top: 5px;  float: right;  font-size: 25px;}
    #compact_mode:hover{color:#ea676c;}
    #compact_mode.active{color:#ea676c;}


    .res_date{
        position: absolute;
        top: 150px;
    }
    /*same decks start*/
    .same-deck-title{background-color: #151a23;  border-top:2px solid #fff;  padding:15px;  color:#fff;  font-weight: bold;  text-transform: uppercase;margin-right: 5px; margin-bottom:5px;}
    .same-decks{margin-top:20px;}
    .same-decks > div {padding-right: 5px;margin-bottom: 5px;}
    .same-decks .index-post-title{height: 0px;bottom: 0px;width: 100%;z-index: 1;padding-right: 0px;padding-left: 0px;}
    .same-decks .preview_title>a{color:#fff!important}
    .same-decks .entry-title{font-size: 18px; margin:0px 0px 5px 0px}
    .same-decks .detail_header_index{
        min-height: 4em;width: 100%;right: 0px;position: absolute;bottom: 0px;color:#fff;  background: rgba(21, 26, 35, 0.7);  padding: 5px 5px 25px 5px;}
    .same-decks .main-index-item{width: 100%;}
    /*same decks end*/

    .copy-container{margin-top:10px}
    ul.pagination{width: 615px;margin: 0 auto auto 20%;}
    .deck_filter-inner .select2-container {width:50%!important;}
    .deck_filter-inner .select2-container:last-of-type {float:right; width:49%!important;}

    /*.container_title{border-top: none!important;}*/
    .top_image{border-top: none!important;}
    .navbar{border: 1px solid #151a23!important;}
    .navbar-form{
        float:right!important;
    }
    .preview_text{font-size:14px}
    .thumbnail>a>img{height:200px;width: 100%;}
    .thumbnail>.detail-picture{height:300px;width: 100%;}
    .caption{  position: relative;  height:  174px;  }
    .detail_header{  padding: 0 48px 25px;  }
    .main-detail{box-shadow: 5px 10px 65px #101010;margin-bottom: 0px;}
    .container_main>div{margin-bottom: 10px}
    .navbar-nav a{  font-size:12px;  }
}
@media screen and (min-width: 1200px) {
    .top-block-new{top:50px}
    .container.main, .container.footer {width:1171px!important;}
    .nopadding-index{    padding: 10px 10px 0 0px;}
    body{
        /*background-image: url('/img/hs-bg-1.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;*/
    }
    .mmo-help{background-position-y: -60px!important;}

    .main{
        margin-top: 50px!important;
    }
    h3.museo_title{font-size: 22px;}
    .list-bl{  margin-top:10px;  position: relative;  left: -5px;}
    .list-items:hover{
        transition: .5s;
        box-shadow: #000000 1px 1px 13px;
        position: relative;
        left: 10px;
    }

    .list-items{
        transition: .5s;
        box-shadow: none;
        position: relative;
        left: 0px;
        z-index: 9;
    }
    .row-list{position:relative;}
    h1.museo_title{
        border-top: none;
        background-color: transparent;
        color: #fff;
        text-shadow: 2px 2px 1px black;
        position: absolute;
        top: -45px;
        z-index: 999;
    }
    /*#search_page h1.museo_title{
        top: -95px;
    }*/

    #top_day .main_item{background-color: #151a23!important;}
    #top_day .museo_title{
        color: #ffffff!important;
        background-color: #151a23;
        font-size: 20px;
        padding: 10px!important;
    }

    .filter-wrap{    height: 135px!important;}
    .compact-mode .main-index-item{
        height: 100px;
    }
    .compact-mode .caption{
        height: 100px;
    }
    .compact-mode .preview_title>a{
        font-size: 18px;
    }
    .compact-mode{
        margin-bottom: 5px!important;
    }
    #compact_mode{cursor:pointer;padding:0px;}
    #compact_mode>i{position: relative;  top: 5px;  float: right;  font-size: 25px;}
    #compact_mode:hover{color:#ea676c;}
    #compact_mode.active{color:#ea676c;}


    .res_date{
        position: absolute;
        top: 150px;
    }
    /*same decks start*/
    .same-deck-title{background-color: #151a23;  border-top:2px solid #fff;  padding:15px;  color:#fff;  font-weight: bold;  text-transform: uppercase;margin-right: 5px; margin-bottom:5px;}
    .same-decks{margin-top:20px;}
    .same-decks > div {padding-right: 5px;margin-bottom: 5px;}
    .same-decks .index-post-title{height: 0px;bottom: 0px;width: 100%;z-index: 1;padding-right: 0px;padding-left: 0px;}
    .same-decks .preview_title>a{color:#fff!important}
    .same-decks .entry-title{font-size: 18px; margin:0px 0px 5px 0px}
    .same-decks .detail_header_index{
        min-height: 5em;width: 100%;right: 0px;position: absolute;bottom: 0px;color:#fff;  background: rgba(21, 26, 35, 0.7);  padding: 5px 5px 25px 5px;}
    .same-decks .main-index-item{width: 100%;}
    /*same decks end*/

    .copy-container{margin-top:10px}
    .deck_filter-inner .select2-container {width:50%!important;}
    .deck_filter-inner .select2-container:last-of-type {float:right; width:49%!important;}
    ul.pagination{width: 615px;margin: 0 auto auto 20%;}

    .navbar{border: 1px solid #151a23!important;}
    /*.container_title{border-top: none!important;}*/
    .top_image{border-top: none!important;}
    .navbar-form{  float:right!important;  }
    .thumbnail>a>img{height:200px;width: 100%;}
    .thumbnail>.detail-picture{max-height:500px;width: 100%;}
    .caption{  position: relative;  height: 197px;  right: 0px;}
    .top-decks-page{right: -10px}
    .container_main>div{margin-bottom: 10px}

    .detail_header{  padding: 0 48px 25px;  }
    .main-detail{box-shadow: 5px 10px 65px #101010;margin-bottom: 0px;}
}
.top_image{/*border-bottom: 2px solid #000;*/ /*border-top: 2px solid #fff;*/}
.row{margin-left:0px;  margin-right:0px;}
.col-xs-12{padding-right: 0px;  padding-left: 0px; }
.detail_thumb{
    position:relative;
}
.detail-post-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.detail_header{
    color:#fff;
    background: rgba(21, 26, 35, 0.7);
}
.preview_text{
    font-style: italic;
}

.museo_title{
    font-family: "Museo Slab Title";
}
.container_title{
    font-size: 20px;
}

body{
    /*background-color: #F2F2F2;*/
    background-color: #dadada;
    font-family: "Museo Slab 300";
    font-size: 15px;
}


.main-detail{background-color: #fff}


.navbar{
    border-radius: 0px;
    margin-bottom: 0px;
    border:none;
    /*font-family: "Franklin Gothic Medium Cond";*/
    /*border-bottom:3px solid #0091d3;*/
}
.navbar-nav, .navbar-collapse, .dropdown-menu, .navbar{
    background-color: #151a23;
}
.navbar-brand{padding: 0;}

/*.navbar-nav li.active, .navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:visited, .navbar-nav li a:focus
{background-color: #292929!important}*/

.navbar-nav li.active a,.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus, .navbar-nav li a:visited{color: #fff}
.navbar-nav li a:hover, .navbar-nav li.active a, .navbar-nav li a:focus, .navbar-nav li a:active{
    background-color: #151a23!important;
}
.navbar-nav li a:visited{
    background-color: transparent!important;
}
.navbar-nav>li>a{
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-form, .navbar-form .fa-search{
    padding-right: 0px;
    font-size: 17px;
}
.navbar-text{
    margin-right: 0px;
}
.first-word{
    color:#cec6c6!important;
}
.second-word{
    color:#fff281!important;
}


.dropdown-menu{border:none}
.dropdown-menu>li>a{color:#fff;}


.logo-text{
    margin-left: 0px;
    color:#c92727;
    /*color:#ff6f00!important;*/
    font-family: "Goudy Stout";

}
.btn-search{
    padding:0;
}
.btn-copy, .btn-copy:hover, .btn-copy:focus{
    color: #fff;
    background-color: #000;
    border-color: #000;
    width:100%;
    height: 70px;
    font-size: 22px;
}
.btn-search:hover{text-decoration: none}
.search-head{
    background-color: transparent;
    color:#fff;

    border: none;
    border-bottom: 1px solid #dcdcdc;
}
textarea:focus, input:focus{
    outline: none;
}
.search-bg > .small-bg{margin-top: 50px;}
.small-bg{
    height:150px;
    /*box-shadow: inset 0px 0px 7px 3px rgba(0,0,0,0.5);*/
}

.row.top-bg{/*padding-bottom: 20px*//*border-bottom: 3px solid #c92727;*/}
.row.search-bg{/*padding-bottom: 20pxborder-bottom: 3px solid #151a23;*/}

.pointer{cursor:pointer;outline: none!important;}


.thumbnail{
    padding:0px;
    margin:0px;
    border:none;
    border-radius:0px;
    background-color: transparent;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    position:relative;
}

.post-content {
    /*background: rgba(0,0,0,0.5);
    opacity: 0.5;*/
    bottom: 60px;
    left: 25px;
    position: absolute;
}
.post-content>h3>a{
    color:#fff;
}

.preview_title>a{
    color:#151a23;
    font-weight: bold;
}

.main_item{
    /*background-color: rgba(0, 145, 211, 0.17);*/
    /*z-index: 99;*/
    position: relative;
    background-color: #cec6c6;
    /*background-color: #f3eddc;*/
    /*box-shadow: 5px 5px 2px -1px #333;*/
}
.deck-list{    position: inherit;}
.container_title{
    /*display: none;*/
    background-color: #151a23;
    /*background-color: #123553;*/
    /*background-color: #c92727;*/
    border-top:2px solid #fff;
    padding:15px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
}
.container_main{
    /*background-color: #d3d3d8;*/
    position: relative;
    padding: 10px 10px 0px 10px;
}

.block_footer{
    position: absolute;
    bottom: 0px;
    font-size:12px;
    padding-bottom: 3px;
}
.block_footer.on_main{}

.detail_content{
    padding-top:35px;
    line-height: 1.7;
    padding-left: 40px;
    padding-right: 40px;
}
.detail_content ul li{margin-bottom:5px}
.detail_content img{
    max-width: 100%;
    padding:20px 0px 20px 0px;
    height: auto;
}

.white-bg{background-color: #fff;}
.q-word{font-size: 20px;margin-bottom:40px}
.q-word>span{color:#c92727}
.search_form>button,.search_form>button:hover{    background-color: #151a23;  color: #fff;  padding: 5px;}
.search_form>input{width: 70%;border-bottom: 1px solid #151a23; color:#151a23}
.search_form>input::-webkit-input-placeholder {color:#151a23;}
.search_form>input::-moz-placeholder          {color:#151a23;}/* Firefox 19+ */
.search_form>input:-moz-placeholder           {color:#151a23;}/* Firefox 18- */
.search_form>input:-ms-input-placeholder      {color:#151a23;}
.no-result-search{min-height:300px}
.result_items{margin-top:20px}
.item>p{margin:0px}
.find_word{color:#c92727}
.res_title{  font-size:23px; font-weight: bold; text-decoration: underline;}
.res_title>a{ color: #333333;}
.res_date{font-size:12px; color:#9e9999}
.res_text{    color: #333333;  font-style: italic;}
.res_item{padding:5px}
.res_item:not(:last-child){    border-bottom: 1px solid rgba(0,0,0,0.2);}


.find-card{color: #c92727;border-bottom: 1px solid #010101;  text-align: center;width:60%}
.deck{       overflow-y: scroll; height: 477px;  position: relative;  left: 0;  top: -4px;}
.card-cnt{  position: absolute;  top: 20px;  right: 10px;  background-color: #ffc041;  display: none;  line-height: 1em;  padding: 2px 5px;  font-weight: bold;  border: 2px solid rgba(255,255,255,0.25);  color: #000;  border-radius: 5px;  box-shadow: 2px 2px rgba(0,0,0,0.6);
}
.icon-mana{width: 16px; height: 16px; background-image: url(/img/cards/sprited.png)!important;background-position: -20px -32px!important;background-repeat: no-repeat;  overflow: hidden;  display: inline-block;  text-indent: -999999px;  position: relative;  top: 3px;  margin-left: 5px;}
.deck thead{  background-color: #333;  color: #fff;}
.deck thead tr th{padding-left: 10px;}
.deck thead tr th:last-child{padding-left: 10px;text-align:center}
.deck tbody tr td{padding-left: 10px;}
.deck tbody tr td:last-child{padding-left: 10px;text-align:center}

.decks-title{font-size:22px; border-bottom:1px solid #ccc}

.rare{color:#333;}
.rare-0{color:#00a41c;}
.rare-1{color:#19a0ff;}
.rare-2{color:#c548ee;}
.rare-3{color:#f08500;}

.rarity{font-family: "Museo 900";font-weight: bold;cursor: pointer;}
.rarity-0{color:#00a41c;}
.rarity-1{color:#777676;}
.rarity-2{color:#19a0ff;}
.rarity-3{color:#c548ee;}
.rarity-4{color:#f08500;}

.deck-card-count{font-size: 11px;}
.deck-title{font-size: 30px;  font-weight: bold;}
.in-deck{    font-size: 20px;  color: #c92727;}

.card-list ul li {  text-align: left;  }
.dk-name{    border: 1px solid #000;}
.dk-name>strong{padding:7px}
.deck-header{margin-bottom:10px;font-size:18px}
.card-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: visible;
    max-width: 360px;
}
li.card-frame span.card-cost {
    background: #98d5e2;
    padding: 8px 0 0;
    color: #151a23;
    height: 40px;
    width: 30px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 0;
}
.card-list ul li {
    padding: 0;
    margin: 0 0 2px;
    position: relative;
    z-index: 1;
}
li.card-frame span.card-name {
    font-size: 16px;
    position: absolute;
    left: 40px;
    top: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    text-shadow: 2px 2px 1px black;
}
li.card-frame span.card-count {
    position: absolute;
    z-index: 2;
    right: 0;
    background: #2d2d2d;
    color: #fff;
    width: 30px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
}
li.card-frame span.card-image {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 1;
}
li.card-frame {
    overflow:hidden;
    font-size: 18px;
    display: block;
    position: relative;
    height: 40px;
    background-color: #000;
    border-right: 5px solid #000;
}

#deck-master li.rare-0{border-right-color:#00a41c !important;}
#deck-master li.rare-1{border-right-color:#c3c2c2 !important;}
#deck-master li.rare-2{border-right-color:#19a0ff !important;}
#deck-master li.rare-3{border-right-color:#c548ee !important;}
#deck-master li.rare-4{border-right-color:#f08500 !important;}

.media-body .author {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
}
.media, .media-body {
    overflow: visible;
    word-break: break-word;
}
.media-body .metadata {
    display: inline-block;
    margin-left: .5rem;
    color: #777;
    font-size: 1.3125rem;
}
.footer-comment {
    color: #777;
}
.vote.plus:hover {
    color: green;
}
.vote.minus:hover {
    color: red;
}
.vote {
    cursor: pointer;
}
.comment-reply a {
    color: #777;
}
.comment-reply a:hover, .comment-reply a:focus {
    color: #000;
    text-decoration: none;
}
.devide {
    padding: 0px 4px;
    font-size: 0.9em;
}
.media-text {
    margin-bottom: 0.25rem;
}
.title-comments {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: rgba(0,0,0,.87);
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(34,36,38,.15);
}
.comments{
    padding:40px;
    font-family: "Arial,sans-serif";
}

.comments input,  .comments textarea {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana,  Tahoma, sans-serif;
    width: 200px;
    background: #FFFFFF;
}
.comments textarea {
    /*width: 400px;
    max-width: 400px;*/
    width:100%;
    height: 100px;
    line-height: 150%;
}
.comments input:hover,  .comments textarea:hover,
.comments input:focus,  .comments textarea:focus {
    border-color: #C9C9C9;
}
.comments .form label  {
    margin-left: 10px;
    color: #999999;
}
.comments .submit  input {
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
}
.comments input,  .comments textarea {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px  8px;
    -moz-box-shadow: rgba(0,0,0, 0.1)  0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1)  0px 0px 8px;
}
.comments-form{padding-bottom: 20px;
    position: relative!important;
    margin: 0 0 0 60px!important;}
.comments-form textarea{    max-width: 500px;}
.comments .row img{float: left;border-radius: 6px;}
.comments .social{
    position: absolute;
    top: 37px;
    left: 40px;
    /*width: 15px;
    height: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-shadow: 0 0 1px #000;
    background-color: #41658b;
    color: #fff;
    font-weight: bold;
    font-size: 13px;*/
}
.comments .social .letter{
    position: relative;
    left: 3.3px;
    font-size: 11px;
    top: -2px;
}
.social.google{
    background-color: #ce2626;
}
.avatar{position: relative}
.deck-img{    /* padding-bottom: 20px; */}
.deck-img img{width: 100%;}
.detail_deck .detail_content{
    padding-left: 20px;
    padding-right: 20px;
}
.blur-card-left{
    position: absolute;
    width: 50px;
    height: 40px;
    left: 56px;
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -moz-linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -webkit-linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -o-linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -ms-linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0, 0, 0,1));
}
.blur-card-right{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -moz-linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -o-linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: -ms-linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0,1));
}

.navbar .navbar-modal.is-open {
    display: block;
    width: 100%;
    z-index:999;
}

.navbar .navbar-site-menu.is-open {
    -webkit-animation-name: Navbar-site-menu-in;
    animation-name: Navbar-site-menu-in;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.navbar .navbar-modal.is-open {
    display: block!important;
}

.navbar .navbar-site-menu {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*max-width: 360px;*/
    overflow: hidden;
    -webkit-animation-name: Navbar-site-menu-out;
    animation-name: Navbar-site-menu-out;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.navbar .is-displayed {
    display: block!important;
}

/*.navbar.is-compact .Navbar-siteMenu .Navbar-modalContent {
    background: linear-gradient(180deg,#352204,#241404);
}*/
.navbar .navbar-site-menu .navbar-modal-content {
    margin-left: 20%;
    height: 100%;
    background-color: #151a23;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
}
.navbar .navbar-modal-content {
    z-index: 1;
    position: relative;
}

.navbar .navbar-site-menu .navbar-modal-close-gutter {
    right: 0;
}
.navbar .navbar-modal-close-gutter {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
}
.navbar.is-compact .navbar-site-menu .navbar-modal-close, .navbar.is-compact .navbar-site-menu .navbar-modal-close:hover {
    color: #fcd144;
}
.navbar .navbar-site-menu .navbar-modal-close {
    right: 8px;
}
.navbar .navbar-modal-close {
    position: absolute;
    top: 8px;
    color: #fff;
    transition: color .2s,background-color .2s;
    cursor: pointer;
}
.menu#mobile-menu {
    font-weight: 400;
    letter-spacing: .5px;
    list-style: none;
}

.mobile-search-form {
    background: linear-gradient(90deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 90%,transparent);
    height: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 80px;
}
.mobile-search-icon {
    position: absolute;
    top: 10px;
    left: 40px;
    height: 15px;
    width: 15px;
    pointer-events: none;
    display: inline-block;
    background-size: contain;
}
.mobile-search-icon .btn-link{/*color:#e6db7c;*/  color: #9d9d9d;}
.mobile-search {
    width: 100%;
    padding-left: 60px;
    height: 44px;
    background: linear-gradient(90deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 90%,transparent);
    color: #fff;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: none;
}
.menu__link {
    /*color: #f5e983;*/
    color: #ffffff;
    font-size: 20px;
    display: block;
    padding: .600rem 0rem;
}
.collapsing, body.no-scroll {
    overflow: hidden;
}
.navbar>.navbar-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 26, 35, 0.5);
}
.navbar.is-focused .navbar-overlay {
    display: block!important;
}

.navbar-toggle{border: 0px solid transparent;    padding: 9px 0px!important;  margin-right: 8px!important}

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        transform: translateX(-0%);
    }
    100% {
        transform: translateX(100%);
    }
}

.nav__line.is-init {
    opacity: 1;
}
.nav__line {
    position: absolute!important;
    bottom: 0;
    z-index: 1;
    height: 3px;
    transition: width .25s ease-in, opacity .4s, -webkit-transform .25s linear;
    transition: transform .25s linear, width .25s ease-in, opacity .4s;
    transition: transform .25s linear, width .25s ease-in, opacity .4s, -webkit-transform .25s linear;
    background-color: #98d5e2;
    opacity: 0;
}
.nav {
    position: relative;
}
.commentAdded{
    background-color: rgba(76, 175, 111, 0.92);
    color: white;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hideComment{
    opacity: 0;
    transition: opacity 3s linear;
}

#comments{
    font-family: "Museo Slab 300"; /* Имя шрифта */
    src: url(/fonts/MuseoCyrl300.otf); /* Путь к файлу со шрифтом */
}

.soc-text{
    color:#c92727;
    margin:0 auto;width: 200px;
}
.hs-logo img{
    float:left;
}
.text-logo-menu{
    position: relative;
    top: 30px;
    left: 35px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color: transparent}
.header__home {
    float: left;
    display: block;
    width: 30px;
    height: 50px;
    background: transparent;
    text-align: center;
    font-size: 2em;
}
.fa-chevron-left{
    position: relative;
    top: 7px;
    color:#fff;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #fff!important;
}
.dark-icon{color:rgb(120, 130, 148);}
.dark-panel{background-color:#2c323c!important}
.small-x{font-size: 12px;color: #ccc;}

.card-view {
    display: none;
    position: absolute;
    z-index:999;
}
.card-view img{
    width: 250px;
}
.main-index-item{
    background-position: center;
    background-size: cover;
    height: 200px;
}.main-index-item.photo-search{
     height: 175px!important;
 }
#top_day .main-index-item{
    background-position: center;
}


.deck-name-input{margin-bottom: 5px; padding: 0px;}

.star-index{
    display:none;
    position: absolute;
    z-index: 999;
    font-size: 20px;
    right: 5px;
    top: 5px;
    color:#fff281;
    cursor:pointer;
}
.star-index:hover{
    color:#fff281;
}
.fa-calendar, .fa-eye{    font-size: 15px;}
.fa-stack.noauth{/*font-size: 15px;*/}
.fa-stack.in-list{font-size: 9px;}
#last{display:none;}
.deck-info-panel{margin-bottom: 15px;}
.deck-info-panel.float-left{float:left;display:inline}
.deck-info-panel.float-right{float:right;display:inline}
.search-item{background-color: #fff;  box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.search-item-row{margin-bottom:15px;}

.info-window:hover{opacity: 1; transition: opacity .1s;}
.info-window{
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    width: 320px;
    background-color: #151a23;
    box-shadow: 5px 5px 6px #000000;
    min-height: 100px;
    left: 0px;
    opacity: 0.9;
    transition: opacity .1s;
    display:none;
}
.info-window.is-open{display:block!important}
.close-info-window{
    position: absolute;
    right: 3px;
    font-size: 6px;
    color: #fff;
    cursor: pointer;
    top: -8px;
    z-index:99;
}
.info-window i{
    font-size: 4em;
    color: #fff;
    padding: 90% 0;
}
.info-window-text{
    padding: 13% 0% 13% 20%;
    color: #ffffff;
}

.footer{
    position: relative;
    min-height: 150px;
    max-height: 300px; background-color:#151a23;
}
.main-detail{
    padding-bottom: 0px;
}

.soc-block{
    padding-top:20px;
    color:#fff;

}

.soc-title{
    font-weight: bold;
}

/*
.hide-info-window{
    opacity: 0;
    transition: opacity 5s linear;
}
.show-info-window{
    display:block;
}
*/

.slideInfoWindowLeft{
    animation-name: slideInfoWindowLeft;
    -webkit-animation-name: slideInfoWindowLeft;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
@keyframes slideInfoWindowLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes slideInfoWindowLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.slideInfoWindowRight{
    animation-name: slideInfoWindowRight;
    -webkit-animation-name: slideInfoWindowRight;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}
.no-search .select2-search {
    display:none
}
@keyframes slideInfoWindowRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideInfoWindowRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
.unpublished{opacity:0.7}
.unpublished:hover{opacity:1}
.disabled-vk .fa-square{opacity:0.4}

.deck_filter{height:115px;}
.reset_it, .filter_it {position:relative; top:-6px;}
.filter_butns{margin-top:10px}
.filter_butns button{float:right}


.pagination > li > a, .pagination > li > a:active, .pagination > li > a:focus,  .pagination > li > span {
    margin-left: 5px;
    color: #cec6c6;
    background-color: #fff;
    border: none;
    font-weight: bold;
}
.pagination > li:not(.active) > a, .pagination > li:not(.active) > span {
    font-size:15px;
    padding-top: 9px;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    /*margin-left: 5px;*/
    color: #151a23;
    background-color: #fff;
    text-decoration: underline;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: default;
    background-color: #fff;
    border-color: none;
    padding: 4px 12px;
    font-size: 20px;
    color: #151a23;
    text-decoration: underline;
}
.filter-wrap{height: 115px; position: absolute;z-index: 99;  background-color: #fff;}
.filter_it{float: left; width: 65%; height: 55px;}
.reset_it{float: right; width: 34%; height: 55px;}
.panel-default {
    box-shadow: none;
}

#mobile-menu .menu__link:active, #mobile-menu .menu__link:hover{color: #fff; text-decoration: none;}
#mobile-menu .is-active{position:relative}
.active-mobile{height: 20px;width: 4px;background-color: #98d5e2;position: absolute;top: 9px;left: -7px;}
.shaman-bg{background-color:#760c0f}
.priest-bg{background-color:#3da099}
.mage-bg{background-color:#df4626}
.hunter-bg{background-color:#0e6822}
.warrior-bg{background-color:#b41b1d}
.warlock-bg{background-color:#712e78}
.paladin-bg{background-color:#ddb63d}
.rogue-bg{background-color:#6bac2b}
.druid-bg{background-color:#955c3e}

.loader {
    border: 8px solid #cec6c6;
    border-radius: 50%;
    border-top: 8px solid #151a23;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position:relative;
    left:40%;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.silence{
    color: #f00;
    position: relative;
    top: 10px;
    left: 10px;
}
.itslogo{margin: 0px!important;
    font-size: 18px!important;
    display: inline;
}

#deck_name{    font-size: 16px;
    padding-left: 5px;}


.other-tops{
    background-color: #fff!important;
    color: #000!important;
    font-size: 30px!important;
    padding: 30px 0 0 0!important;
}
.panel-default{border:none;}
.detail_deck .top_container{background-color: #000;}
.same-decks .top_container{background-color: #151a23}
.panel-default .same-deck-title{cursor:pointer;}
.warrior-text{color:#b41b1d}
.warlock-text{color:#5c6c8e}
.shaman-text{color:#ab4229}
.rogue-text{color:#6bac2a}
.priest-text{color:#26b390}
.paladin-text{color:#ddb63d}
.mage-text{color:#7dc6d7}
.hunter-text{color:#0e6822}
.druid-text{color:#e47121}
.dh-text{color:#8e8b8b}

#top_day{padding-left: 10px;overflow: hidden;}
#top_day ul li{
    white-space: nowrap;
}

#top_day h3{text-shadow: 1px 1px 1px #000;}
#top_day a{ color:#fff;font-weight:bold;}
#top_day .caption{height:auto;}
#top_day .preview_title{margin-top: 0px;}
#top_day .thumbnail{
    background-position: center;
}
#top_day .museo_title{border-bottom: 1px solid #fff;}
.auth-exit{
    position: absolute;
    top: 50px;
    left: 0px;
    color: #151a23;
    cursor: pointer;
}
.auth-exit:hover{
   color:red;
}
.heart-anim{
    background-color: rgb(255,255,255,0.7);
    padding: 2px;
    font-size: 17px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;

    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.5s;
    animation-duration: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.deck-with{
    color: #fff;
    background-color: #151a23;
    border-color: #151a23;
    width: 100%;
    padding: 2px;
    font-size: 14px;
    border-radius: 0px;
}
.deck-with:hover{
    color: #fff;
}
.heart-anim:hover{
    color:#ef0000;
    -webkit-animation-name: none;
    animation-name: none;
}
.heart-anim.active{
    color:#ef0000;
    -webkit-animation-name: none;
    animation-name: none;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    5% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    15% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    5% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    15% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal-open {
    overflow: auto;
    padding-right: 0!important;
}
/*Kobolds and catacobs styles*/
#kac_cards .same-item{background-color: #fff}
#kac_cards .museo_title{margin-top:10px;}
#kac_cards .same-item img{max-height:310px; padding:0px;}
@media screen and (max-width: 767px){
    .top_day_detail{
        margin-bottom: 5px;
    }
    .nopadding-index{ padding: 0}
    #kac_cards .same-item img{max-height: 300px!important;}
}
@media screen and (max-width: 300px) {
    #top_day ul li{
        font-size: 11px!important;
    }
    .museo_title{    font-size: 14px;!important;}
    .main_item .preview_text{
        font-size: 10px;!important;
    }
}
@media screen and (max-width: 380px) {
    #top_day ul{
        padding-left: 0!important;
    }
    .div-logo{
        position: absolute!important;
        left: 30%!important;
    }
    #top_day ul li{font-size: 15px;}
    #kac_cards .same-item{height: 200px;}
}


@media (max-width: 991px){
    .info-cards{
        padding-bottom:10px;
    }

}
@media screen and (min-width: 400px) and (max-width: 768px){
    .info-cards{
        padding-bottom:10px;
    }
    .deck-with{
        position: absolute;
        bottom: 0px;
        font-size: 17px;
    }
    .img-info{
        background-position-y: -30px;
        height:300px;background-size: cover; background-repeat: no-repeat;
    }
}
@media screen and (max-width: 400px){
    .info-cards{
        padding-bottom:10px;
    }
    .info-cards{
        padding-bottom:10px;
    }
    .img-info{
        background-position-y: -30px;
        height:150px;background-size: cover; background-repeat: no-repeat;
    }
    .deck-with{
        position: absolute;
        bottom: 0px;
    }
}
@media (min-width: 768px){
    .deck-mode-input{
        padding-left:5px;
    }
    .img-info{
        background-position-y: -20px;
        height: 230px;
        background-size: contain; background-repeat: no-repeat;
    }
    .deck-with{
        position: absolute;
        bottom: 3px;
    }

}

.info-cards{
    border: 2px solid #151a23;
    margin-top: 5px;

}
.info-container{
    margin-top: 15px;
}

.info-text{
    max-height: 230px;
    overflow-y:auto;
}
@media screen and (max-width: 991px) {
    .top-block-new {
        display: none;
    }
    .top-block-new-mobile{
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .top-block-new-mobile{
        display: none;
    }
    .info-text{margin-top:15px}
    #kac_cards .same-item{height: 310px;}
}

.preview_title a:hover{text-decoration: none;}
.list-bl{position: relative;display: block!important;}

#accordion{margin-top:20px}
.card-image img {padding:0px!important;}

.text-justify {
    text-align: left;
}
.container{
    word-wrap: break-word;
}

.block_off{
    background-image: url("/img/new_plav.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px;
}

.top-block-new{
    position: relative;padding: 0px;
    /*width: 100%;*/
}
.top-block-new img{
    width: 100%;
}
.top-block-new-mobile{
    margin-top: 50px;
    padding: 0px;
    width: 100%;
}
.top-block-new-mobile img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 200px;
}
@media screen and (max-width: 991px) {
    .without-top-block {
        margin-top: 50px;
    }
    .top-block-new{
        display: none;
    }
    .top-block-new-mobile{
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .without-top-block {
        margin-top: 200px;
    }
    .top-block-new{
        display: block;
    }
    .top-block-new-mobile{
        display: none;
    }
}

.adsbygoogle{
    height: auto!important;
}
.icon-top {
    top: -7px;
    position: relative;
    right: 6px;}
.icon-top img{width:32px}
/*END Kobolds and catacobs styles*/

.wild-logo-list{
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.wild-top{
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}