@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #20303C;
    color: #fff;
    height: 100%;
}

a {
    color: #85AECE;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline:0
}

button,
button:focus,
.btn:focus,
.btn:hover {
    outline:0
}

ul {
    padding: 0;
}

li {
    list-style-type: none; /* Убираем маркеры */
}

label {
    font-weight: normal;
}

.wrapper { 
    position: relative;
    margin:50px 0;
    -webkit-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 28px 2px rgba(0,0,0,0.35);
}

.col1 {    
    position:relative;
    border: 8px solid rgba(0,0,0,0.5);
    overflow:hidden;
}

.col2 {   
    background: rgba(15,136,133,0.9);
    position:relative;
    padding-bottom:20000px;
    margin-bottom:-20000px;
}

.content {
    padding-bottom:20px;
}

.content a {
  color:#fff;
}
.modal-body a {
 color: #fff;
    text-decoration: underline;
}
/*-------------------------------------------- Верхнее меню---------------------------------------------- */

.top-menu {
    position: relative;
    background:rgba(0,0,0,0.5);
    padding:20px 0;
}

.full-bg {
    background-position: center center;
    display: block;
    width: 100%;
    height: 380px;
    overflow:hidden;
    position: absolute;
    top:0;
}

.full-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(32,48,60,1) 10%,rgba(32,48,60,0) 100%);
    color: #FFF;
    padding: 10px 20px;
}

/* Элементы */

option {color: #000;}
checkbox {margin-top: 10px;}

.but-green {
    margin-top: 8px;
    color: #777;
    background: #fff;
    border: 1px solid #FFCD33;
    padding: 4px 10px;
}

.btn-yellow {
    background: #FFB600;
    color: #fff;
    border-radius: 10px;
}

.btn-yellow p.number {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.btn-yellow p.text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    padding-bottom: 10px;
}

.btn-yellow:hover {
    background: #FFCD33
}

.topuser {
    padding: 0 25px;
}

.topuser a {
    color: #FFBE00;
    font-size: 18px;
}

.topgame .fa{
    margin-top:8px;
    font-size: 30px; 
    float: left;
    width: 45px; 
}

.topgame span{  
    display:inline;
}

.game,
embed{
    width:100%;
    height:520px;
	border: 7px solid #19585f;
	    margin-bottom: 20px;
}

.topgame:nth-child(1) .fa{ color:#FFD648}
.topgame:nth-child(2) .fa{ color:#E9EAEC}
.topgame:nth-child(3) .fa{ color:#C05C38}

.topgame:nth-child(1) p.gold:after { content: "Gold"  }
.topgame:nth-child(2) p.gold:after { content: "Silver"  }
.topgame:nth-child(3) p.gold:after { content: "Bronze"  }

a.btn-all{
    display:block;
    width: 180px;
    margin:0 auto 20px auto;
    padding:5px 10px;
    border: 1px solid #01D5C9;
    color: #fff;
    font-size: 14px;
    border-radius:16px;
    text-align:center;
}

a.btn-all:hover {
    background: #01D5C9;
    color: #fff;
}

/* Верхнее меню*/
.topmenu {
    min-height: 100px;
}

.banner {
    border: 5px solid rgba(0,0,0,0.4);
}

img.banner {
    max-width: 100%;
    margin: 20px auto;
}

.head-but a.btn-corner,
.head-but a.btn-rega {
    float:left;
    margin: 3px 5px;
}

.btn-corner {
    display:block;
    font-size: 17px;
    border: 1px solid #44A8AA;
    border-radius: 30px;
    color: #44A8AA;
    padding: 7px 30px;
}

.btn-rega {
    display:block;
    font-size: 17px;
    border: 1px solid #FF8100;
    border-radius: 30px;
    color: #FF8100;
    padding: 7px 30px;
}

.btn-corner:hover,
.btn-rega:hover{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.35);
    -moz-box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.35);
    box-shadow: 0px 0px 12px 0px rgba(255,255,255,0.35);
}

/* -----------------------------------------Сайдбар --------------------------------------------*/

.side-col {   
    position:relative;
    background: rgba(31,59,81,0.97);
    height: 100%;
    padding-bottom:20000px;
    margin-bottom:-20000px;
    overflow:hidden;
}

.nav-side-menu {
    overflow: auto;
    font-size: 14px;
    font-weight: 200;
    padding: 15px 0;
    height: 100%;
    color: #e1ffff;
}

.nav-side-menu .brand{
    font-size: 18px;
    padding: 10px 0;
    color: #99B0C8;
    margin-bottom:15px;
    text-align: center;
    border-top: 1px solid #182C3D;
    border-bottom: 1px solid #182C3D;

}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    cursor: pointer;
}

.nav-side-menu li {
    border-left: 3px solid transparent;
    padding:5px 10px;
}

.nav-side-menu li .badge{
    float: right;
    margin-top: 5px;
    background: transparent;
    border: 1px solid #647A91;
    color: #647A91;
    width: 40px;
    padding:2px 0;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.nav-side-menu li:hover .badge{
    border: 1px solid #FFBB00;
    color: #FFBB00;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #647A91;
    font-size:16px;
    padding-left: 5px;

}

.nav-side-menu li:hover a {
    color: #fff;
}

.nav-side-menu li:hover {
    background-color: #2B465B;
    border-left: 3px solid #FFBE00;
}

.icon-menu {
    float:right;
    display:inline-block;
    padding:0 15px;
    color: #fff;
}
.menu-list li.drop-m{
    text-decoration: none;
    color: #647A91;
    font-size:16px;
    padding-left: 30px;
}

.menu-list li.drop-m:hover {
    color: #fff;
}

.menu-list ul .active,
.menu-list li .active {
  background-color: #2B465B;
    border-left: 3px solid #FFBE00;
}
.menu-list ul .sub-menu li.active 
.menu-list li .sub-menu li.active {
  color: #d19b3d;
}
.menu-list ul .sub-menu li.active a,
.menu-list li .sub-menu li.active a {
  color: #fff;
}

.menu-list ul .sub-menu li {
  background-color: #FFB800;
}

.menu-list .sub-menu li {
  border: none;
  padding-left: 10px;
}
.menu-list li.drop-m{
    text-decoration: none;
    color: #647A91;
    font-size:16px;
    padding-left: 30px;
}

.menu-list li.drop-m:hover {
    color: #fff;
}

.menu-list ul .active,
.menu-list li .active {
    background-color: #2B465B;
    border-left: 3px solid #FFBE00;
}
.menu-list ul .sub-menu li.active 
.menu-list li .sub-menu li.active {
    color: #d19b3d;
}
.menu-list ul .sub-menu li.active a,
.menu-list li .sub-menu li.active a {
    color: #fff;
}

.menu-list ul .sub-menu li {
    background-color: #172D40;
}

.menu-list .sub-menu li {
    border: none;
    padding-left: 10px;
}



.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 200px;
    background-color: #eee;
    height: 100%;
    top: 0;
    left: -200px;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.hidden-menu-ticker {
    display: none;
}

.btn-menu {
    color: #fff;
    background-color: #0058B9;
    padding: 7px;
    position: fixed;
    top: 5px;
    left: 5px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.btn-menu span {
    display: block;
    height: 3px;
    background-color: #fff;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
.btn-menu span.first {
    margin-top: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu {
    left: 160px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 8px;

}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -8px;    
}
/*----------------------------------Поиск----------------------------*/

.search-box {
    position: relative;
    height: 38px;
    width: 100%;
    padding: 0 5px;
    margin:15px 0;
}

.search-box .search-input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
    background: #15293B;
    border: solid 1px #3D566F;
    border-radius: 20px;
    color: #647A91;
    outline: none;
    transition:0.5s;
}

.search-box .search-input:focus {
    background: #fff;
    border-color: #EAEAEA;
}

.search-box .search-icon {
    content: '';
    position: absolute;
    z-index: 0;
    top: 1px; 
    right: 20px; 
    bottom: 1px; 
    width: 50px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    color: #587A9B;
    transition: transform 0.2s ease;
}

.search-box .search-button {
    position: absolute;
    z-index: 1;
    top: 0; 
    right: 20px; 
    bottom: -5px; 
    width: 30px;
    border: none;
    overflow: hidden; 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
    cursor: pointer;
}

input:focus {
    outline:0;
}


/* Профиль */

.profile {
    background-color: #2B465B;
}

.list-group-item {
    background: rgba(43,70,91,0.4);
    border-radius: 0;
    border: 0;
}

a.list-group-item:hover,
a.list-group-item:focus
{
    background: rgba(43,70,91,0.7);
    border-radius: 0;
    border: 0;
    color: #fff
}

a.list-group-item {
    color: #fff
}

.profilelink a {
    color: #fff
}

/*----------------------------------Профиль в модальном окне----------------------------*/

.user-profile-heading {
    background: #fafafa;
    padding: 10px 15px;
    color: #000;
    margin-bottom:10px;
}

.user-left {
    width: 60px;
    height:60px;
    border-radius: 100%;
    border: 2px solid #F76D2B;
    overflow:hidden;
    margin-right: 20px;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.user-left img{
    width: 60px;
}

.user-body {
    padding-top: 16px;
}

.user-profile-heading a {
    color: #000;
}

.user-profile-heading h5 {
    font-size:16px;
    margin-bottom: 0;
    margin-top: 3px;
    font-weight: 500;
}

.prof-list i {
    color: #F55D16;
    width: 20px;
    text-align:center;
}

.prof-list{
    margin-bottom:10px;
}

.prof-list > li{
    width: 100%;
    padding: 0;
    font-size:16px;
}

.prof-list > li > a {
    display:block ;
    width: 100%;
    color: #000 !important;
    padding: 5px 10px;;
}

.prof-list > li:hover {
    background: #eee;
}

.userinfo {
    font-size:13px;
}

.mod-log .modal-header p{
    margin:0;
    padding:0;
    line-height: 16px;
}

.mod-log .modal-header h4{
    font-size: 18px;
}

.mod-log .modal-header .close {
    float: right;
    font-size: 26px;
    line-height: 1;
    color: #000;
    background: transparent;
    border:0;
}

.login-panel {
    padding:15px 10px;
}

.login-panel a {
    color:#F26739;
}

.modal-header {
    color:#fff;
}

.mod-log {
    color:#000;
}
.input-group-lg {
    position:relative;
}
.input-group-lg, .input-group-md {margin-bottom:20px;}
.input-group select {width: 100%; height: 46px; margin:0; padding: 10px 16px;}
.input-group-lg .form-control2 {height: 100px;}
.igroup-btn {position: absolute; right: 0; z-index: 99;}
.igroup-btn button {height: 46px;}
#category option {color:#fff !important;}
.mod-log .fc{   
    background:#f7f7f7;
    width:100% !important;
    padding:10px 15px;
    border:0;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0;
    color:#000;
}

.mod-log .fc:focus {
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.mod-log a.lost-pass {
    position:absolute;
    right:10px;
    top:8px;
}

.btn-in {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4285;
    text-align: center;
    border:0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F26739;
    color:#fff;
    border-radius: 4px;
}

.login_check { position: relative; }

.login_check .btn {
    width: 120px;
    position: absolute;
    right: 0; 
    top: 0;
}


/* --------------------------------Рейтинг игр---------------------------*/

.portfolio .btn {
    margin: 0 3px;
}

.portfolio .portfolio-item {
    margin-bottom: 20px;
}

.portfolio .portfolio-item.news {
    /*width: 49%;*/
}

.short-game {
    background: rgba(34,99,117,.8);
    border-radius:3px;
}

.short-img {
    position: relative;
    height: 130px;
    overflow:hidden;
}

.short-img img{
    position: relative;
    width: 100%;
}

.short-news {
    padding: 5px;
}

.mini-short .short-img{
    position: relative;
    height: 100px;
    overflow:hidden;
}

.short-img a {
    width: 100%;
    height: 100%;
}

.short-img a span {
    display: block;
    background: rgba(42,182,145,0.8);
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease-out;
    z-index: 2;
}

.short-img a:hover span {
    height: 100%;
    opacity: 1;
}

.short-img p {
    position: absolute;
    top: 50%;
    left:50%;
    margin-left:-60px;
    margin-top:-20px;
    width: 120px;
    height: 40px;
    line-height:20px;
    font-size: 18px;
    text-align: center;

}

.short-title h3{
    font-size: 18px;
    text-align:center;
    padding: 10px 10px 2px 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

.short-title.news h3 {
	white-space: unset !important;
	min-height: 50px;
}

.short-rate{
    font-size: 18px;
    padding: 15px 10px 20px 20px;
    color: #fff;
}

.short-rate a{
    color: #fff;
}

.rate-b a{
    float:left;
    padding:5px 10px;
    border: 1px solid #01D5C9;
    color: #01D5C9;
    font-size: 14px;
    border-radius:16px;
}

.portfolio a.ghost-btn {
    text-align:center;
    border: 1px solid #01D5C9;
    color: #01D5C9;
    font-size: 14px;
    border-radius:16px;
    transition:0.5s
}

.portfolio a.ghost-btn:hover {
    background: #01D5C9;
    color: #fff;
}

.fav {
    content: ''; 
    position: absolute;
    right: 0; 
    top: 0px;
    border: 20px solid transparent;	
    border-top: 20px solid #FFBE00; 
    border-right: 20px solid #FFBE00;
    z-index: 5;
}

.favorite {
    position: absolute;
    right: -15px; 
    top: -15px;
    font-size: 18px;
    color: #fff;
    z-index: 6;
}

/* --------------------------------Подвал---------------------------------------- */

#footer-copyright {
    position:relative;
    background:#1F3A50;
    color: #fafafa;
    padding: 10px 0;
    text-align: center; 
    margin-left: -15px;
    margin-right: -15px
}

/* -------------------------------Полная новость--------------------------*/

.full-border {
    padding: 10px 10px;
    background: rgba(34,99,117,0.6);
    margin-bottom: 15px;
}
.cols1 {padding: 0 20px 0 0;}
.cols2 {padding: 0 0 0 20px;}
.cols2 a {color:#fff; text-decoration:underline;}
.cols2 a:hover {text-decoration:none;}
@media (max-width: 992px) {.cols1, .cols2 {padding: 0;}}
ul.spisok {    padding: 10px 0 0 20px;}
ul.spisok li {line-height: 35px;list-style: outside;}
.addcomm {
    border: 4px solid rgba(34,99,117,0.9);
}

.stat p {
    margin:0;
    padding: 7px 10px;
    font-size: 14px;
}

.stat a {
    color:#fff;
}

.stat p:nth-child(2n) {
    background: rgba(34,99,117,0.5);
} 

.flashgame-title {
    position: relative;
    background: rgba(34,99,117,0.6);
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px
}

.flashgame-title h2 {
    font-size: 21px;
       margin: 10px 0;
}


.btn-money{
    background: #FF5C00;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    border-radius: 5px;
    text-align: center;
    text-transform:uppercase;
}

a.btn-money{
    color: #fff;
}

.btn-money:hover {
    background: #FF5C00;
	opacity: 0.9;
}

.btn-moneymain{
    background: #FF5C00;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 2px;
    text-align: center;
    text-transform:uppercase;
}

a.btn-moneymain{
    color: #fff;
}

.btn-moneymain:hover {
    background: #FF5C00;
	opacity: 0.9;
}

.btn-primary {
    background: #1E394E;
    border:0;
}

.full-rate-b a{
    display:block;
    width: 150px;
    margin:0 auto;
    padding:5px 10px;
    border: 1px solid #01D5C9;
    color: #fff;
    font-size: 14px;
    border-radius:16px;
    text-align:center;
}

.rate-b a:hover,
.full-rate-b a:hover{
    background: #01D5C9;
    color: #fff;
}

/*-------------------------------- Отзывы------------------------------------------*/

.comment-list .row {
    margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border:none;
    border-top-right-radius:0px;
    top: 1px;
}
.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius:0px;
    right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}

.panel {
    background: rgba(34,99,117,0.7);
    border: 1px solid rgba(34,99,117,0.9)
}

.panel-default {
    border: 0
}

.avatar {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #226375;
    border-radius: 4px;
    color: #fff;
}
.avatar2 {background-color:#fff !important;}
.avatar a{
    color: #fff;
}

.btn-light {
    background: #01D5C9;
    color: #fff;
    border:0;
}

@media (min-width: 768px) {
    .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: rgba(34,99,117,0.9);
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: rgba(34,99,117,0.9);
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}
.comment-list .comment-post {
    margin-top: 6px;
}

/* Рейтинг*/

.title-box h3{
    background: #135461;
    font-size: 18px;
    text-align:center;
    padding: 20px 10px 20px 10px;
    color: #fff;
    margin: 0;
}

.rate {
    padding: 10px 0;
    background: rgba(34,99,117,.9);
    border: 1px solid #275159;
    font-weight: normal;
}

.rate:nth-child(2n) {
    background: rgba(34,99,117,.4);
}

.rate a{
    color: #fff;
}

.num {
    position: absolute;
    width: 30px;
    height: 30px;
    left:-1px;
    top: -1px;
    background:#FF5C00;
    padding: 5px;
    color: #fff;
    text-align:center;
    z-index: 5;
}

.bonus {
    margin-top: 20px;
    font-size: 22px;
    text-align:center;
}

.bonus span{
    font-size: 16px;
}

.menu {
    font-size: 14px;
    color:#eee;
}

.menu h2 {
    font-size: 17px;
    color:#fff;
    font-weight:700;
}

.menuimg {
    position: relative;
    height: 98px;
    margin: 5px 0;
    overflow-y:hidden;
    border: 1px solid #01D5C9;
}

.menuimg img{
    width: 100%;
}

.menu span {
    margin-top: 15px;
    display: inline;
}

.playmoney { 
    margin-top: 15px;
}

.checkbox label,
.user-label {
    margin-left:20px;
}

.label {
    display:block;
    font-size:15px;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

select {
    background:#1C6B78;
    color:#fff;
    height:26px;
    border: 0;
    margin: 5px 0;
}

select option{
    color:#fff;
}

.dpad {
    background:#1A6E79;
    padding:15px;
    border-radius:5px;
}

.btn {
    margin-bottom:3px;
}

.ui-form .input-group{margin:4px 0;}

@media (max-width: 768px) {
    .menuimg {
        position: relative;
        height: 100%;
        overflow-y:hidden;
        border: 1px solid #01D5C9;
    }

    .game,
    embed{
        width:100%;
        height:300px;
    }
}

.speedbar {
    display: flex;
    flex-wrap: wrap;
    padding: .53rem .80rem;
}

.speedbar .speedbar_sep {
	padding-left: 2px;
	padding-right: 2px;
}