/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {
    .ch_body {
        width: 98%;
        max-width: 480px;
        padding: 0 1%;
    }

    .ch_infobar li.ch_user_block > a img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 48px;
        margin: 0 0 -4px 0;
        width: 48px;
    }

    .ch_gamebar {
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .ch_gamebar .ch_datetime {
        display: none;
    }

    .ch_gamebar .ch_online {
        display: none;
    }

    .ch_gamebar .ch_infobar li {
        margin: 0 0 0 10px;
    }

    .ch_gamebar .ch_infobar .ch_infobar_block#user-cash,
    .ch_gamebar .ch_infobar .ch_infobar_block#user-gold {
        display: none;
    }

    .ch_gamebar h1 {
        display: block;
        float: left;
        height: 50px;
        overflow: hidden;
        margin: -10px 10px -10px -10px;
        padding: 0;
        position: relative;
        width: 40px;
    }

    .ch_gamebar h1 a {
        background-image: url("../images/cathome-logo-mobile.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 40px 100px;
        display: block;
        height: 100px;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 40px;
    }

    nav[role="navigation"] {
        *zoom: 1;
        background: #f7f3e1;
        border-bottom: 2px solid #ede2b8;
        margin: 0;
        padding: 10px 10px;
        width: 100%;
    }

    nav[role="navigation"] ul li a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
        padding: 5px 3px 5px 3px;
        text-decoration: none;
    }

    .content-wrapper {
        left: 0;
        position: relative;
        width: 100%;
        max-width: 480px;
    }

    .content-wrapper .content {
        float: none;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
        max-width: 480px;
    }

    .content > .inner {
        margin: 0 auto;
    }

    .sidebar-wrapper {
        border: none;
        left: auto;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: 480px;
    }

    .sidebar {
        left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .ch_action_form .ch_hint {
        margin: 4px 0 4px 0;
    }

    div.profile {
        min-height: 105px;
        padding: 0 0 0 0px;
    }

    div.profile div.avatar {
        /*width: 105px;*/
        /*padding: 5px 0;*/
        float: none;
        margin: 10px 0 0 0;

        width: 100%;
    }

    div.profile div.avatar img.avatar {
        /*width: 100px;*/
        /*height: 100px;*/
        max-width: 480px;
        width: 60%;
        height: auto;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    div.profile div.info {
        float: none;
    }

    div.content-wrapper div.content div.inner div.profile div.info {
        width: 100%;
        max-width: 480px;
    }

    div.player-parameters div.parameters-block {
        float: left;
        padding: 20px;
        width: 80px;
    }

    div.inpage-navbar ul li {
        display: block;
        float: left;
        padding: 0 5px;
        font-size: 80%;
    }

    div.cat-info {
        margin: 0;
        width: 99%;
        max-width: 480px;
    }

    .cat-info h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 10px;
    }

    div.cat-info div.levels-wrap {
        width: 100%;
        left: 0;
        position: relative;
    }

    div.cat-info div.parameters-wrap {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        width: 100%;
        position: relative;
        margin: 0;
        left: 0;
    }

    div.cat-info div.skills-wrap {
        width: 100%;
        position: relative;
        margin: 0;
        left: 0;
    }

    div.cat-info div.column {
        width: 100%;
        float: none;
        position: relative;
    }

    div.cat-info div.levels {
        left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

    div.cat-info div.parameters {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

    div.cat-info div.skills {
        left: 0;
        padding: 0;
        width: 100%;
    }

    .tabbed-block {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

    .tabbed-block .tabs {
        /*border-color: #ccc;*/
        /*border-style: solid;*/
        /*border-width: 0;*/
        /*-moz-border-radius: 0;*/
        /*-webkit-border-radius: 0;*/
        /*border-radius: 0;*/
        padding: 0px 0;
    }

    .tabbed-block .inner {
        border-color: #ccc;
        border-style: solid;
        border-width: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 5px 5px;
        margin: 0;
    }

    .users-things {
        margin: 0;
        padding: 0;

    }

    .users-friends {
        margin: 0;
        padding: 0;
    }

    .tabbed-block h2, .cat-info h2, .users-property h2, .users-clubs h2, .last-news h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .tabbed-block h2 {
        float: left;
        margin: 0;
        padding: 0;
    }

    .users-friends .inner ul,
    .users-things .inner ul {
        list-style: none;
        margin: 6px -4px;
        height: 86px;
    }

    .users-friends .find-user {
        float: none;
        padding: 0 0 0 0;
        width: 100%;
    }

    .users-friends .find-user .inner {
        /*margin: 0;*/
        /*padding: 0;*/
    }

    .users-friends .find-user label {
        display: block;
        font-size: 0.75em;
        margin: 14px 0 4px 5px;
    }

    .users-friends .find-user .itext {
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        float: left;
        margin: 0;

        width: 60%;
        padding-bottom: 6px;
    }

    .inner .control-group input#douserfind {
        margin: 0;
        width: 35%;
    }

    .tabbed-block .inner-list {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        height: 86px;
    }

    .row {
        margin-left: 0;
    }

    h2#location-information {
        font-size: 1em;
        line-height: 1em;
        margin: 5px;
    }

    #map_location {
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }

    #map_location ul.small {
        height: 64px;
        margin: 0;
        position: relative;
        width: 64px;
        display: inline-block;
        float: none;
        left: auto;
    }

    .content-wrap {
        position: inherit;
        width: auto;
    }

    .sidebar-wrap {
        background: none;
        left: auto;
        position: relative;
        width: 100%;
        max-width: 480px;
    }

    .content-wrap .content {
        float: none;
        left: auto;;
        margin-right: auto;;
        position: relative;
        width: 100%;
        max-width: 480px;
    }

    .content-body {
        width: 100%;
        max-width: 480px;
    }

    ul.list {
        margin: 0;
        padding: 0;
    }

    ul.past-fights, ul.group-fights {
        width: 100%;
        margin: 0;
    }

    ul.fights li.fight {
        margin: 0;
        padding: 10px;
    }

    ul.past-fights li.fight span.date {
        float: none;
        padding: 0;
        width: auto;
    }

    ul.current-fights li.fight div.team1 {
        float: none;
        margin: auto;
        padding: auto;
        width: auto;
    }

    ul.current-fights li.fight div.team2 {
        float: none;
        padding: auto;
        width: auto;
    }

    ul.past-fights li.fight p span.team1,
    ul.past-fights li.fight p span.team2 {
        display: inline;
        float: none;
        line-height: 16px;
        padding: auto;
        position: inherit;
        width: auto;
    }

    ul.past-fights li.fight p span.team1 {
        left: auto;
        margin: auto;
    }

    ul.past-fights li.fight p span.team2 {
        left: auto;
        margin: auto;
    }

    ul.past-fights li.fight p {
        float: left;
        font-size: 12px;
        line-height: 26px;
        margin: 0;
        padding: 2px 20px 2px 0;
        overflow: hidden;
        width: auto;
    }

    /* Group Fight Form */
    div.team1-wrapper {
        left: auto;
        position: relative;
        padding: auto;
        width: auto;
    }

    div.team2-wrapper {
        border-left: none;
        border-bottom: 1px solid #ccc;
        left: auto;
        margin: auto;
        padding: auto;
        position: relative;
        width: auto;
    }

    div.team1-wrapper div.team2-wrapper div.team {
        float: none;
        width: auto;
    }

    div.team1-wrapper div.team2-wrapper div.team1 {
        left: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    div.team1-wrapper div.team2-wrapper div.team2 {

    }

    ul.fights li.fight div.date,
    ul.current-fights li.fight div.date {
        float: none;
        padding: 10px;
        width: auto;
    }

    ul.group-fights div.participants {
        float: none;
        padding: 0;
        width: auto;
    }

    ul.group-fights div.description {
        clear: both;
        float: none;
        padding: 0;
        width: auto;
    }

    ul.group-fights div.description span {
        font-size: 12px;
        line-height: 16px;
    }

    ul.group-fights div.participants div.team1,
    ul.group-fights div.participants div.team2,
    ul.group-fights div.participants div.team {
        padding: 0;
        width: auto;
    }

    ul.group-fights div.participants div.team1:hover,
    ul.group-fights div.participants div.team2:hover {
        background: #f9f9f9;
    }

    ul.group-fights div.participants div.team a.btn-small {
        float: none;
        margin: 0;
        position: relative;
    }

    ul.group-fights span.team-info {
        margin: 5px;
        position: relative;
    }

    ul.group-fights span.team-no {
        background: #499EC8;
        color: #fff;
        font-weight: normal;
        text-shadow: none;
    }

    ul.group-fights span.team-size {
        font-weight: normal;
        text-shadow: none;
    }

    ul.group-fights span.team-levels {
        font-weight: normal;
        text-shadow: none;
    }

    ul.group-fights a.team-club {
        background: #FEC600;
        color: #0c83bd;
        font-weight: bold;
        text-shadow: none;
    }

    div.info-message {
        background: none;
        background-color: #f0eddf;
        margin: 10px 5px;
        min-height: 60px;
        padding: 10px 0;
    }

    div.ch_info_message h2 {
        margin: 10px 10px 10px 10px;
    }

    div.ch_info_message p {
        margin: 0 5px 0 5px;
    }

    div.ch_info_message h2 {
        margin: 0 5px 5px 5px;
    }

    div.ch_info_message ul.ch_list {
        margin: 0 5px 0 5px;
        padding: 0 0 0 24px;
    }

    div.ch_info_message ul.ch_list li {
        font-size: 14px;
        font-weight: normal;
        line-height: 21px;
        margin: 0;
    }

    .message {
        margin: 10px 10px;
        padding: 20px;
    }

    .message h2 {
        color: #898989;
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
    }

    .ch_totalizator_bet {
        float: none;
        width: auto;
    }

    .ch_totalizator_levels {
        float: none;
        width: auto;
    }

    .ch_totalizator_levels .field {
        float: none;
        width: auto;
    }

    .content {
        width: 100%;
        max-width: 480px;
    }

    .row-960 {
        margin: 0 auto;
        width: 100%;
        max-width: 480px;
    }

    div.message-info div.message-date {
        float: none;
        left: auto;
        width: auto;
    }
}