/*@import "http://webfonts.ru/import/ubuntu.css";*/

html, body {
    height: 100%;
}

body {
    font-family: Ubuntu, sans-serif;
    color: #777;
    background-color: #f5f5f5;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.content__row {
    padding-right: 15px;
    padding-left: 15px;
}

button:focus, input:focus, a:focus {
    outline: none !important;
}

h1, h2, h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

del {
    display: block;
}

.h1-index {
    font-size: 36px;
}
.h1-index img {
    width: 35px;
}
.h2-form {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h2-tournament {
    padding: 0;
}

html body .navbar {
    margin-bottom: 0;
    min-height: 60px;
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #dad7d7;
}

html body .navbar, .footer {
    border-radius: 0;
}

.last-input {
    margin-bottom: 0;
}

.wrapper-all {
    min-height: 100%;
    width: 100%;
}

.wrapper {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #dad7d7;
    border-radius: 5px;
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 25px 25px 25px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.navbar .wrapper-header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar .wrapper-header a,
.wrapper-footer a {
    display: inline-block;
    text-decoration: none;
    color: #777;
}

.navbar .wrapper-header a img {
    margin-top: -12px;
    margin-left: 4px;
}

.wrapper-header {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.clr {
    height: 90px;
}

.footer {
    margin-top: -90px;
    width: 100%;
    height: 90px;
    clear: both;
    background-color: #f8f8f8;
    border-top: 1px solid #dad7d7;
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 20px;
}

.wrapper-footer {
    width: 50%;
    margin: 0 auto;
}

.copyright, .policy {
    margin-bottom: 10px;
}

.wordwrap {
    word-wrap: break-word;
}

.sidebar {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.main-content {
    height: 100%;
    padding-right: 0;
    padding-left: 5px;
}

.content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    float: right;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #dad7d7;
    padding-bottom: 25px;
}

.grid-container {
    padding: 0 15px;
}

.grid-container > .grid > .btn-success, .game__stat > .grid > .btn-success, .grid-container-tournmt > .grid > .btn-success {
    color: #fff;
    border-radius: 10px;
}

.grid-container > .grid > .btn-default, .game__stat > .grid > .btn-default, .grid-container-tournmt > .grid > .btn-default {
    border-radius: 10px;
    border-color: #4cae4c;
}

.grid-container > .grid > .btn-default:hover,
.game__stat > .grid > .btn-default:hover,
.grid-container-tournmt > .grid > .btn-default:hover {
    background-color: #fff;
    box-shadow: 0 1px 15px rgba(77, 228, 64, 0.3);
}

.grid-container > .grid a, .game__stat > .grid a, .grid-container-tournmt > .grid a {
    color: #777;
}

.grid-container > .grid a, .game__stat > .grid a, .grid-container-tournmt > .grid a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.grid-container-tournmt {
    padding: 0;
    margin-bottom: 20px;
}

.grid {
    position: relative;
    height: 120px;
    padding: 0;
    background-color: #e7e7e7;
    border: 1px solid #fff;
    border-radius: 10px;
}

.container-id {
    padding: 0;
}

.grid:hover {
    border: 1px solid #e7e7e7;
    background: linear-gradient(to bottom, #f5f5f5, #dedede);
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
    transition: 0.2s all;
    z-index: 99;
}

.grid a {
    display: block;
    width: 100%;
    height: 100%;
    color: #777;
}

.mobile__menu {
    display: none;
}

.sidebar__menu {
    width: 100%;
    height: 100%;
}

.sidebar__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}

.sidebar__menu li a {
    display: table;
    width: 100%;
    height: 80px;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #dad7d7;
}

.sidebar__menu li:hover a {
    background: linear-gradient(to bottom, #f5f5f5, #dedede);
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
    transition: 0.5s all;
}

.sidebar__menu li:hover:last-child a {
    color: #ff0000;
    transition: 0.1s all;
}

.sidebar__menu li a:hover .rotate {
    transform: rotateY(360deg);
    transition-duration: 0.5s;
}

.icon-img-mobile-game img,
.icon-img-game img {
    width: 42px;
}

.icon-img-tournament img,
.icon-img-mobile-tournament img {
    width: 66px;
}

.icon-img-mobile, .icon img {
    margin-left: 10px;
}

.nav li a .icon-img {
    margin-bottom: -46px;
    padding-top: 3px;
}

.sidebar__menu li a .icon-img {
    margin-bottom: -11px;
    padding-top: 8px;
}

.sidebar__menu li a .icon-img img {
    margin-left: 10px;
}

.sidebar__menu li a .icon {
    padding-top: 15px;
    margin-bottom: -25px;
}

.profile__all {
    padding: 2px;
}

.profile__player {
    height: 100%;
    position: relative;
}

.profile__player__mygame {
    float: left;
    width: 50%;
    height: 100%;
}

.profile__img {
    width: 100%;
    height: 50%;
}

.profile__img img,
.profile__img__group img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.profile__img img {
    padding: 5px;
}

.profile__img__group img {
    padding: 4px;
}

.profile__name {
    width: 100%;
    height: 50%;
    padding: 2px;
    text-align: center;
    word-wrap: break-word;
    font-weight: 500;
}

.profile__name del {
    height: 100%;
}

.profile__name .player-name-2,
.profile__name del .player-name-2 {
    word-wrap: break-word;
    height: 50%;
}

.profile-name-first,
.profile-name-second {
    display: block;
}

.versus {
    position: absolute;
    top: 48%;
    left: 48%;
}

.versus__1 {
    position: absolute;
    top: 48%;
    right: 0;
}

.versus__2 {
    position: absolute;
    top: 48%;
    left: 0;
}

.grid .btn-success,
.grid .btn {
    padding: 0;
    margin-bottom: 0;
}

.profile__player__group {
    width: 100%;
    height: 100%;
}

.profile__img__group {
    height: 45%;
}

.profile__name__group {
    height: 55%;
    text-align: center;
    padding: 3px;
}

.profile__name__group .player-name-container > .player-name-1,
.profile__name__group .player-name-container > .player-name-2 {
    font-weight: 700;
}

.date__game {
    padding-top: 30px;
    text-align: center;
}

.alert-danger {
    text-align: center;
}

table {
    table-layout: fixed;
    width: 100%;
}

tr th a, tr td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
}

tr .players1 a,
tr .players2 a {
    min-height: 35px;
}

tr .players2 a,
tr .players2 {
    color: #337ab7;
}

tr .players1 a,
tr .players1 {
    color: #449d44;
}

.table-profile tr > th {
    width: 30%;
}

.table-finalist tr > th,
.table-tournament tr > th {
    width: 36%;
}

.table-game-stat tr > .players-icon2,
.table-game-stat tr > .players-icon2 a {
    padding: 0;
    vertical-align: middle;
    color: #337ab7;
}

tr .players2:hover,
tr .players2:focus,
tr .players2:active,
tr .players-icon2:hover,
tr .players-icon2:focus,
tr .players-icon2:active {
    background-color: #a6c3dd;
}

.table-game-stat tr > .players-icon1,
.table-game-stat tr > .players-icon1 a {
    padding: 0;
    vertical-align: middle;
    color: #449d44;
}

.limiter {
    word-wrap: break-word;
}

tr .players1:hover,
tr .players1:focus,
tr .players1:active,
tr .players-icon1:hover,
tr .players-icon1:focus,
tr .players-icon1:active {
    background-color: #a5dba5;
}

tr .game a {
    color: #777;
}

tr .players1:hover a,
tr .players2:hover a
{
    text-decoration: none;
}

tr .game:hover a {
    text-decoration: none;
    color: #777;
}

.tournament-stat > a {
    padding: 0;
}

.width-tbl-stat-1 {
    width: 66.6%;
}

.width-tbl-stat-2 {
    width: 33.3%;
}

.width-tbl-enemy-1 {
    width: 60%;
}

.width-tbl-enemy-2, .width-tbl-enemy-3 {
    width: 20%;
}

.width-tbl-enemy-2 {
    color: #449d44;
}

.width-tbl-enemy-3 {
    color: #ff0000;
}

.table > tbody > .width-tbl-name > td {
    padding: 8px 0;
    word-wrap: break-word;
    font-size: 12px;
    vertical-align: middle;
}

.table-30days tr td:nth-child(2) {
    color: #449d44;
}

.table-30days tr td:nth-child(3) {
    color: #ff0000;
}

.type__game_number {
    font-size: 20px;
}

.btn-container {
    margin-bottom: 20px;
}

.game-refresh {
    margin: 20px 0;
}

.table-game-stat {
    table-layout: fixed;
    width: 100%;
}

.table-game-stat > tbody > tr > th,
.table-game-stat > tbody > tr > td {
    width: 100%;
    text-align: center;
}

.table > tbody > tr .players,
.table > tbody > tr .players1,
.table > tbody > tr .players2,
.table > tbody > tr .game {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

.table > tbody > tr > td {
    word-wrap: break-word;
}

.tur, .tur-responsive {
    table-layout: auto;
}

.tur > tbody > tr .players {
    word-wrap: normal;
}

.table > tbody > tr .players:hover,
.table > tbody > tr .players:focus,
.table > tbody > tr .players:active {
    background-color: #cccccc;
}

.tur > tbody > tr .players {
    font-size: 12px;
}

.table > tbody > tr .game:hover {
    background-color: #e7e7e7;
}

.bang__table {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.content .player .player__table__profile {
    border: 1px solid #fff;
}

.player__fio {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.mygroup__stat .mygroup__link {
    line-height: 120px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

.dartsmans__stat .dartsmans__link p {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
    padding-top: 40px;
    text-align: center;
}

.checkbox-container {
    height: 35px;
}

/*### BEGIN CHECKBOX-CSS ###*/
.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.checkbox + label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 60px;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s;
}

.checkbox:checked + label:before {
    background: #5cb85c;
}

.checkbox:checked + label:after {
    left: 26px;
}

/*### END CHECKBOX-CSS ###*/

.btn-success, .btn-danger, .btn-primary {
    margin-bottom: 10px;
}

.btn-registration {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
    border-color: #4cae4c;
}

.btn-registration:hover, .btn-refresh:hover {
    border-color: #4cae4c;
}

.btn-facebook {
    padding: 0;
}

.btn-facebook-login, .btn-facebook, .btn-facebook-game {
    background-color: #365899;
    color: #fff;
}

.btn-facebook-login:hover, .btn-facebook:hover, .btn-facebook-game:hover,
.btn-facebook-login:focus, .btn-facebook:focus, .btn-facebook-game:focus {
    background-color: #2a477f;
    color: #fff;
}

.btn-facebook-login {
    display: block;
    margin: 0 auto;
    width: 50%;
    background-color: #365899;
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.btn-facebook-game {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #365899;
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.logo-facebook {
    width: 20%;
    float: left;
    font-size: 18px;
    padding: 0 16px;
    padding-top: 9px;
}

.logo-facebook-profile {
    width: 20%;
    float: left;
    font-size: 18px;
    padding-top: 24px;
    padding-right: 7px;
    padding-left: 8px;
}

.content-facebook {
    width: 80%;
    padding: 10px 16px;
    float: right;
    border-left: 2px solid #213F74;
    line-height: 1.4;
}

.container-facebook {
    width: 100%;
}

.add_photo {
    background-color: #f5f5f5;
    color: #777;
}

.btn-login {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
}

.button__newgame, .button__filters, .button__group, .button__profile__avg, .add_photo {
    width: 100%;
}

.button__filters {
    font-size: 13px;
    line-height: 1;
}

.start__game, .add__group {
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stat__profile, .change__photo, .btn-facebook {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.player__photo img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.select__name {
    margin-bottom: 5px;
}

.select__container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.save__photo__btn, .delete__photo__btn {
    display: block;
    margin-top: 20px;
}

.btn-refresh {
    margin-bottom: 0;
    border-color: #4cae4c;
}

.country__filter,
.region__filter,
.town {
    margin-top: 10px;
    margin-bottom: 10px;
}

.date__time {
    clear: both;
    overflow: hidden;
}

.date {
    float: left;
    width: 60%;
}

.time {
    float: right;
    width: 40%;
}

.blockd {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 40px;
}

.player-rank-all {
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #efeded;
}

.player-rank-own {
    border: 1px solid #4cae4c;
    color: #5cb85c;
}

.player-rank-enemy {
    border: 1px solid rgba(0, 0, 255, 0.6);
    color: rgba(0, 0, 255, 0.52);
}

.player-game-1 {
    height: 50%;
    border-bottom: 1px solid #ccc;
    color: #5cb85c;
}

.player-game-2 {
    height: 50%;
    color: rgba(0, 0, 255, 0.52);
}

.player-text {
    line-height: 50px;
    font-size: 32px;
}

.container-inputs {
    text-align: center;
}

.containers-center {
    margin-bottom: 5px;
}

.move {
    display: block;
    height: 35px;
    width: 100%;
}

.move-game {
    margin: 0;
}

.move-danger {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.radio-x, .tripple {
    height: 40px;
}

.tripple {
    line-height: 19px;
}

.radio-x {
    margin: 0;
    line-height: 30px;
}

.leftb {
    margin-bottom: 5px;
    margin-top: 5px;
}

.table-stat {
    margin-top: 5px;
}

.table-stat-2 {
    margin-bottom: 0;
}

.text-move-1, .text-move-2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
}

.text-move-1 {
    color: #fff;
}

.text-move-2 {
    color: #000;
}

.rx-1 {
    background-color: #edd385;
    border-color: #cab986;
}

.rx-1:hover {
    background-color: #e2c876;
    border-color: #b7a05a;
}

.tur-info {
    text-align: center;
}

.grid-move {
    padding: 0;
}

.containers-move, .containers-radio, .containers-tripple, .containers-center, .container-header, .container-bak-game {
    padding: 0;
}

.button__top {
    margin-top: 10px;
}

.container-header {
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-back {
    background-color: #fff;
    color: #777;
    border: 1px solid #dad7d7;
}

.btn-back > .glyphicon {
    top: -1px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.wrapper-content .main-content .grid:hover a {
    text-decoration: none;
}

.tournament__name {
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}

.tournament__location, .tournament__time {
    padding: 3px;
    text-align: center;
}

.tournament__name {
    font-size: 18px;
    font-weight: bold;
}

.grid__photo {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.grid__photo .uploaded__photo img {
    display: block;
    margin: 0 auto;
}

.uploaded__photo {
    padding-top: 10px;
}

.content-about .description-short-about ul {
    list-style: none;
    padding-left: 0;
}

.content-about .about-header-3 {
    margin-top: 20px;
}

.developer {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    box-shadow: inset 0 0 3px 1px #ccc8c8;
    border-radius: 10px;
}

.developer:hover {
    background-color: rgba(0, 0, 0, 0.21);
    transition: transform 0.5s;
    transform: scale(1.1);
    color: #fff;
    text-shadow: 0 0 1px #333333;
    border-radius: 10px;
    z-index: 100;
}

.developer:hover .developer-photo {
    border-bottom: 1px solid #fff;
}

.developer .developer-photo {
    width: 100%;
    height: 70%;
    border-bottom: 1px solid rgba(170, 166, 166, 0.61);
}

.developer .developer-photo img {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
}

.name {
    height: 15%;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.rank {
    height: 15%;
    padding-bottom: 10px;
}

.full-description-developer {
    position: absolute;
    display: none;
}

.developer:hover .full-description-developer {
    display: block;
    width: 100%;
    background-color: #b4afaf;
    left: 0;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.full-description-developer ul {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.chevron-down {
    padding-bottom: 10px;
    text-align: center;
}

.developer:hover .chevron-down {
    display: none;
}

.chevron-up {
    display: none;
}

.developer:hover .chevron-up {
    display: block;
    text-align: center;
}

.full-description-developer ul {
    list-style: none;
    padding-left: 0;
}
.icons-about-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    word-wrap: break-word;
}
.icons-about-container:hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}
.icons-about-container:nth-child(1),
.icons-about-container:nth-child(2),
.icons-about-container:nth-child(3){
    padding-top: 0;
}
.icons-about-inner {
    display: block;
    text-decoration: none;
    color: #777;
    height: 100px;
    width: 60%;
    margin: 0 auto;
    box-shadow: 4px 4px #ccc8c8;
    border: 1px solid #ccc8c8;
    border-radius: 10px;
}
.icons-about-inner:hover,
.icons-about-inner:focus
{
    text-decoration: none;
    color: #777;
}
.icons-about-inner .first-line{padding-top:5px;}
.icons-about-inner .first-line,
.icons-about-inner .second-line
{
    height: 25%;
    padding-left:8px;
    padding-right: 8px;
    margin: 0;
    font-size: 18px;
}
.icons-about-inner .developers-description{
    height: 50%;
    padding-top: 10px;
    font-size: 20px;
}
.icon-about {
    height: 50%;
    padding-top: 10px;
}
.icon-about-developer {
    width: 100%;
    height: 50%;
    text-align: center;
}
.icon-about-developer img {
    height: 100%;
    padding-bottom: 11px;
}
.container-developers {
    margin-top: 30px;
    text-align: center;
}
.btn-developers:hover {
    box-shadow: 0 1px 4px 3px #4cae4c;
}




/* ##### LG ##### */
@media (min-width: 1200px) {
    .wrapper {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid .btn-success,
    .grid .btn {
        padding: 6px 12px;
        margin-bottom: 0;
    }

    .table-stat {
        margin-top: 10px;
    }

    .game-container {
        padding-top: 10px;
    }

    .container-header {
        margin-top: 0;
    }

    .button__profile__avg {
        font-size: 15px;
    }

    .button__refresh, .button_edit, .button__gamestart, .conn__group, .start__tournament, .button__accept {
        display: block;
        width: 30%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button-end-game {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 40%;
        margin-bottom: 40%;
        font-size: 20px;
    }

    .button__newtournmnt,.btn-developers {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .btn-game-nmbr {
        margin: 0;
    }

    .container-bak-game {
        margin-top: 10px;
    }

    .player-rank-all {
        font-size: 16px;
    }

    .player-text {
        font-size: 32px;
    }

    .grid-height {
        height: 50px;
    }

    .player-name-container {
        height: 70%;
    }

    .player-name-1, .player-name-2 {
        display: block;
        width: 100%;
        height: 50%;
    }

    .player-address {
        width: 100%;
        height: 30%;
    }

    .profile__name__group > .player-address {
        font-size: 12px;
    }

    .width-tbl-stat-1 {
        width: 66.6%;
    }

    .width-tbl-stat-2 {
        width: 33.3%;
    }

    .btn-facebook-game {
        width: 50%;
    }

    .developer:hover .full-description-developer {
        display: block;
        width: 100%;
        background-color: #b4afaf;
        left: 0;
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }

    .developer:hover .chevron-down {
        display: none;
    }

    .developer:hover .chevron-up {
        display: block;
    }
}

/* ##### MD ##### */
@media (min-width: 992px) and (max-width: 1199px) {
    .wrapper {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .content {
        width: 100%;
    }

    .table-stat {
        margin-top: 10px;
    }

    .game-container {
        padding-top: 10px;
    }

    .container-header {
        margin-top: 0;
    }

    .button__profile__avg {
        font-size: 14px;
    }

    .button__refresh, .button_edit, .button__gamestart, .conn__group, .start__tournament, .button__accept {
        display: block;
        width: 30%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button-end-game {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 42%;
        margin-bottom: 41%;
        font-size: 20px;
    }

    .button__newtournmnt,.btn-developers {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .btn-game-nmbr {
        margin: 0;
    }

    .container-bak-game {
        margin-top: 10px;
    }

    .player-rank-all {
        font-size: 16px;
    }

    .player-text {
        font-size: 32px;
    }

    .grid-height {
        height: 50px;
    }

    .player-name-container {
        width: 100%;
        height: 70%;
    }

    .player-name-1, .player-name-2 {
        display: block;
        width: 100%;
        height: 50%;
    }

    .player-address {
        width: 100%;
        height: 30%;
    }

    .profile__name__group > .player-address {
        font-size: 12px;
    }

    .width-tbl-stat-1 {
        width: 66.6%;
    }

    .width-tbl-stat-2 {
        width: 33.3%;
    }

    .btn-facebook-game {
        width: 50%;
    }

    .content-facebook {
        font-size: 13px;
    }
}

/* ##### SM ##### */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 25px 25px 25px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .content {
        width: 100%;
    }

    .button__newgame, .button__filters, .button__group, .button__gamestart, .button__refresh, .start__tournament, .button__accept {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .button__newtournmnt,.btn-developers {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .button-end-game {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 55%;
        margin-bottom: 54%;
        font-size: 20px;
    }

    .uploaded__photo img {
        display: block;
        margin: 0 auto;
    }

    .buttons__photo {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .change__photo, .start__game, .add__group, .stat__profile, .btn-facebook {
        width: 50%;
    }

    .button__newgame, .button__filters, .button__group, .button_edit, .button_refresh, .button__profile__avg, .add_photo, .button__gamestart,
    .button__refresh, .conn__group, .start__tournament, .button__accept {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .containers-move, .containers-radio, .containers-tripple, .containers-center, .container-header, .container-bak-game {
        padding: 0;
    }

    .grid-move {
        padding: 0;
    }

    .grid-height {
        height: 50px;
    }

    .btn-game-nmbr {
        margin: 0;
    }

    .player-rank-all {
        font-size: 16px;
    }

    .player-text {
        font-size: 28px;
    }

    .profile__img__group, .profile__name__group,
    .player-name-container, .player-address {
        height: 50%;
    }

    .width-tbl-stat-1 {
        width: 66.6%;
    }

    .width-tbl-stat-2 {
        width: 33.3%;
    }

    .btn-facebook-game {
        width: 50%;
    }
    .icons-about-inner{
        width: 75%;
    }

    .icons-about-inner .first-line, .icons-about-inner .second-line {
        font-size: 17px;
    }
}

/* ##### XS ##### */
@media (max-width: 767px) {
    .navbar .wrapper-header h1 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .header-h1 {
        padding-right: 0;
        padding-left: 0;
    }

    .mobile__menu li:hover:last-child a {
        color: red;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .main-content {
        padding-left: 0;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .h2-form {
        margin-top: 0;
    }

    .main-content {
        width: 100%;
    }

    .desktop__menu {
        display: none;
    }

    .desktop__menu ul li a:hover .rotate {
        transform: rotate(360deg);
        transition-duration: 200ms;
    }

    .mobile__menu {
        display: block;
    }

    .mobile__menu ul li a {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
    }

    .mobile__menu ul li:last-child a {
        border-bottom: none;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 auto;
        padding: 0;
    }

    .navbar-brand > img {
        display: inline;
        width: 30px;
    }

    .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .content {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .clr {
        height: 60px;
    }

    .footer {
        margin-top: -60px;
        width: 100%;
        height: 60px;
        clear: both;
        background-color: #f8f8f8;
        border-top: 1px solid #dad7d7;
        box-shadow: 0 1px 35px rgba(0, 0, 0, 0.08);
        text-align: center;
        padding-top: 7px;
    }

    .copyright, .policy {
        margin-bottom: 5px;
    }

    .player__photo img {
        display: block;
        margin: 0 auto;
    }

    .button__newgame, .button__filters, .button__group, .button__gamestart, .button__refresh, .button_edit,
    .start__tournament, .button__accept {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .button__accept {
        font-size: 12px;
        line-height: 2;
    }

    .button-end-game {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }

    .change__photo, .start__game, .add__group, .stat__profile, .conn__group, .btn-facebook {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .button__container {
        border-bottom: 1px solid #e7e7e7;
    }

    .form__photo {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .uploaded__photo img {
        display: block;
        margin: 0 auto;
    }

    .buttons__photo {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .button__newgame, .button__filters, .button__group, .button_edit, .button_refresh, .button__profile__avg, .add_photo, .button__gamestart,
    .button__refresh, .start__tournament, .button__accept {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button__newtournmnt,.btn-developers {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }
    .btn-developers{
        width: 60%;
        font-size: 18px;
    }

    .button__gamestart, .add_photo {
        font-size: 16px;
    }

    .button__profile__avg {
        width: 60%;
        font-size: 13px;
    }

    .conn__group, .button__group {
        font-size: 14px;
    }

    .containers-move, .containers-radio, .containers-tripple, .containers-center, .container-header, .container-bak-game {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-move {
        padding: 0;
    }

    .grid-height {
        height: 50px;
    }

    .profile__img__group, .profile__name__group,
    .player-name-container, .player-address {
        height: 50%;
    }

    .btn-game-nmbr {
        margin: 0;
    }

    .fix-height {
        height: 35px;
        overflow: hidden;
    }

    .btn-refresh, .btn-accept, .btn-edit, .button-gamestart {
        margin-bottom: 0;
        font-size: 14px;
    }

    .button-gamestart {
        margin-top: 0;
    }

    .btn-back {
        width: 44px;
        height: 34px;
        margin-top: 14px;
        margin-left: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        border: 1px solid #dad7d7;
        padding: 7px;
    }

    .btn-back:hover {
        background-color: #ddd;
    }

    .btn-back:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-btn-back {
        width: 20%;
        float: left;
    }

    .nav-centre {
        width: 60%;
        float: left;
    }

    .navbar-brand {
        float: none;
    }

    .nav-centre > a {
        display: block;
        text-align: center;
        padding-top: 15px;
    }

    .nav-btn-burger {
        width: 20%;
        float: right;
    }

    .player-rank-all {
        font-size: 14px;
    }

    .player-text {
        font-size: 18px;
    }

    .width-tbl-stat-1 {
        width: 66.6%;
    }

    .width-tbl-stat-2 {
        width: 33.3%;
    }

    .btn-facebook-login, .btn-registration, .btn-login {
        width: 100%;
    }

    .container-developer {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .rank {
        padding-bottom: 10px;
    }

    .developer:hover {
        transform: none;
    }

    .chevron-down {
        bottom: 8px;
        right: 0;
    }

    .developer .chevron-down {
        display: block;
    }

    .developer .chevron-up {
        display: block;
    }

    .developer .full-description-developer {
        display: none;
        width: 100%;
        background-color: #b4afaf;
        left: 0;
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }

    .developer:active {
        transition: transform 0.5s;
        transform: scale(1.1);
    }
    .icons-about-inner {
        width: 100%;
    }
    .icons-about-container{
        padding-right:5px;
        padding-left: 5px;
        padding-bottom: 0;
    }
    .icons-about-container:hover {
        transform: none;
    }
    .icons-about-container:active{
        transform: scale(1.1);
        transition: transform 0.5s;
    }
    .icons-about-container:nth-child(3)
    {
        padding-top: 20px;
    }
    .about-social-img{
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .main-content {
        padding-left: 0;
    }

    .wrapper {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .h2-form {
        margin-top: 10px;
    }

    .button__profile__avg {
        width: 50%;
        font-size: 18px;
    }

    .nav-centre > a {
        font-size: 18px;
    }

    .container-developer {
        padding-bottom: 10px;
    }
}

@media (min-width: 630px) and (max-width: 740px) and (orientation: landscape) {
    .button-end-game {
        display: block;
        width: 100%;
        height: 216px;
        font-size: 28px;
        line-height: 65px;
    }
}

@media (min-width: 480px) and (max-width: 570px) and (orientation: landscape) {
    .button-end-game {
        display: block;
        width: 100%;
        height: 161px;
        line-height: 48px;
    }
}

/* ##### XS-320 ##### */
@media (max-width: 320px) {
    h2 {
        font-size: 23px;
    }

    .h2-games, .h2-tournaments {
        padding: 0;
    }
    .h2-developers {
        font-size: 22px;
    }

    .grid-container, .game__stat, .table-stat {
        padding: 0;
    }

    .content-facebook {
        font-size: 12px;
    }

    .logo-facebook {
        font-size: 14px;
    }

    .change__photo {
        font-size: 15px;
        line-height: 1.7;
    }

    .button__newgame {
        font-size: 17px;
        line-height: 1.7;
    }

    .btn-edit {
        font-size: 11px;
        line-height: 1.8;
    }

    .btn-accept {
        font-size: 10px;
        line-height: 1.9;
    }

    .add_photo {
        font-size: 14px;
        line-height: 1.6;
    }
    .icons-about-inner .first-line,
    .icons-about-inner .second-line{
        font-size: 15px;
    }
}

@media (min-width: 320px) and (max-width: 418px) {
    .button-end-game {
        display: block;
        width: 100%;
        height: 321px;
        font-size: 23px;
    }
}