body #open-left {
  border: none;
  background: none;
  position: static;
  height: auto;
  width: auto;
}

body #open-left img {
  height: 30px;
  width: 30px;
}

body .modal {
  z-index: 99999;
}

@media (max-width: 1500px) {
  .newsbv-item .newsb-thumbnail {
    width: 190px;
    padding-top: 190px;
  }
  .newsbv-item .newsb-text {
    width: 100% !important;
  }
  .newsbv-item.type-2 .newsb-thumbnail {
    width: 30%;
    padding-top: 30%;
  }
  .newsbv-item.type-2 .newsb-text {
    width: 70%;
  }
  .tournaments-games-grid li {
    width: 25%;
  }
}

@media (max-width: 1400px) {
  .p-head .new-profile {
    width: 95%;
  }
  .p-head .new-profile .det-right {
    width: 300px;
  }
  .profile-parent-page {
    padding: 0 7%;
    width: 95%;
    margin: auto;
  }
  
  .tournament-page-content{
    padding: 0 calc(7% + 15px)!important;
    width:100%;
  }
  /* .profile-parent-page.tournament-page-content{
    padding: 0 3.5%;
    width: 100%;
  } */
  /* .p-head.tournament-header,.profile-parent-page{
    padding-right: 3.5%;
    padding-left: 3.5%;
  } */

  .profile-parent-page .p-content {
    width: 100% !important;
  }
}

@media (max-width: 1250px) {
  .profile-contain .friends-list.grid.type-2 li {
    width: 50%;
  }
}

@media (max-width: 1050px) {
  .profile-parent-page {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-parent-page .side-friends {
    width: 100%;
  }
  .side-friends {
    height: auto !important;
  }
}

@media (max-width: 1150px) {
  nav .midlle {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  body.search-opened nav .midlle {
    padding-top: 85px;
  }
  .page-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* .p-head {
    padding-left: 3%;
    padding-right: 3%;
  } */
  .tournament-details-header {
    width: 100%;
  }
  .tournament-details-header .content {
    width: 100%;
  }
  nav .top-nav .search-box button.close-btn {
    display: none;
  }
  nav .top-nav .search-box .results-box {
    top: 50px;
  }
  nav .top-nav .search-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 8;
    width: 86%;
    margin: auto;
    max-width: 500px !important;
    height: 100%;
  }
  nav .top-nav .col-md-6 {
    position: static;
  }
  nav .top-nav .search-box {
    max-width: 100%;
  }
  nav .top-nav .search-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    font-size: 0.8rem;
  }

}

@media (max-width: 991px) {
  .prizes-grid {
    max-height: unset !important;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow-y: visible;
  }
  .prizes-grid li .content {
    padding: 8px 0;
  }
  .prizes-grid li .content .meta {
    margin-top: 11px;
  }
  .prizes-grid li .content .meta > div span {
    font-size: .85rem;
  }
  .prizes-grid li .content .meta > div img {
    height: 18px !important;
  }
  .prizes-grid li .content .name {
    font-size: 1rem;
  }
  .missions-section .modal-dialog,
  #missions-modal .modal-dialog {
    width: 100% !important;
  }
  .missions-section .games-list,
  #missions-modal .games-list {
    width: 100% !important;
  }
  .missions-section .games-list ul,
  #missions-modal .games-list ul {
    height: auto !important;
    max-height: unset !important;
    overflow-y: visible !important;
    padding: 0 !important;
  }
  .p-head .new-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-head .new-profile .img {
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    display: inline-block;
  }
  .p-head .new-profile .det-left {
    margin: 0;
    margin-bottom: 75px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 160px;
    text-align: center;
  }
  .p-head .new-profile .det-left .pro-img {
    left: 0;
    right: 0;
  }
  .p-head .new-profile .det-right {
    width: 100%;
    max-width: unset;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-contain:not(.profile-contain-friends) {
    max-height: unset;
    overflow-y: auto;
  }
  .profile-contain > .right,
  .profile-contain > .left {
    width: 100%;
  }
  .p-head .new-profile .top-right {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .featured-games {
    overflow-x: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  /* .featured-games img {
    width: 110px;
    height: 110px;
    border-width: 2px;
    margin: 0 15px;
    margin-bottom: 20px;
    margin-top: 13px;
  } */
  .featured-games .featured-item {
    width: auto;
  }
}

@media (max-width: 770px) {
  .expand-parent.expanded .expand-box.expanded .newsbv,
  .expand-parent.expanded .expand-box.expanded .imgs-box {
    max-height: 400px !important;
  }
  .grid-gal {
    width: 98%;
    margin: auto;
  }
  .profile-parent-page {
    width: 100%;
  }
  .page-box {
    padding-bottom: 0px;
  }
  .max-page-width {
    padding: 0;
  }
  .max-page-width .text-container {
    min-height: 80vh;
  }
  .tabs-section {
    padding: 0 !important;
  }
  .tabs-section .summary .left {
    width: 100% !important;
  }
  .tabs-section .summary .right {
    width: 100% !important;
  }
  .tabs-section .summary .left .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .missions-container {
    margin: 0 3% !important;
  }
  .missions-container .status-box {
    margin: 0 0 8px 0;
  }
  .missions-container .status-box .points,
  .missions-container .status-box .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.95rem;
  }
  .missions-container .status-box .points img,
  .missions-container .status-box .timeline img {
    margin-bottom: 10px;
    margin-right: 0;
    height: 28px;
  }
  .missions-container .status-box .points img:nth-last-child,
  .missions-container .status-box .timeline img:nth-last-child {
    height: auto;
  }
  .missions-container .profile-box {
    width: 100%;
    border-radius: revert;
    padding-bottom: 25px;
  }
  .missions-container .profile-box .name-box {
    width: auto;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missions-container .profile-box .name-box .top {
    font-size: 1.1rem;
  }
  .missions-container .progress-box {
    padding-bottom: 0 !important;
  }
  .missions-container .timer-box {
    padding: 20px !important;
  }
  .missions-section {
    margin-top: 0 !important;
  }
  .missions-section .games-list .left {
    padding-top: 20px;
  }
  .missions-section .timeline-box {
    width: 100%;
  }
  .missions-section .timeline-box .layer-2 {
    padding: 0 5px;
  }
  .infopage {
    width: 100%;
  }
  .page-box {
    padding-right: 0;
    padding-left: 0;
    padding-top: 180px !important;
  }
  .page-box .page-title {
    font-size: 1.7rem !important;
    padding-left: 20px !important;
  }
  .page-box .text-container {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .select-region {
    display: none !important;
  }
  .missions-section,
  #missions-modal {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  nav {
    padding-left: 0;
    padding-right: 0;
  }
/*  nav .midlle a img {
    height: 50px;
  }*/
  nav .top-nav .search-box {
    width: 89%;
  }
  nav .top-nav .search-box input {
    font-size: 0.8rem;
  }
  nav .top-nav .search-box .select2-container {
    width: 135px !important;
  }
  .profile-contain .friends-list.grid.type-2 li {
    width: 100%;
  }
  
  .tournament-details-header .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0px;
    padding-top: 15px;
  }
  .tournament-details-header .left {
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
  }
  .tournament-details-header .left .t-img {
    max-width: 150px;
    margin: auto;
  }
  .tournament-details-header .date {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 3%;
    padding-right: 3%;
  }
  .tournament-details-header .tabs-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tournament-details-header .tabs-box li:nth-child(even) a {
    border-right: none !important;
  }
  .tournament-details-header .tabs-box li:nth-child(1), .tournament-details-header .tabs-box li:nth-child(2) {
    border-bottom: #fff 1px solid;
  }
  .tournament-details-header li {
    width: 50%;
  }
  .missions-section .modal-content .timeline-box,
  #missions-modal .modal-content .timeline-box {
    height: 70px !important;
  }
  /* .sec-2 .slid-parent .text-content {
    height: 55%;
  } */
  .sec-2 .slid-parent .text-content .t {
    font-size: 2vw;
  }
  .sec-2 .small_btn {
    width: 179px;
    height: 36px;
    line-height: 35px;font-size: 13px;
}
 
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .featured-title {
    margin-bottom: 30px;
  }
  .featured-title h3 {
    margin-bottom: 30px !important;
  }
  .featured-games {
    overflow-x: auto;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .featured-games::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px;
    border-radius: 0px;
  }
  .featured-games::-webkit-scrollbar-track{
    background: transparent;
  }
  .prizes-grid {
    max-height: unset !important;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow-y: visible;
  }
  .prizes-grid li {
    width:92%;
    margin-bottom: 25px;
  }
  .prizes-grid li .content {
    padding: 8px 0;
  }
  .prizes-grid li .content .meta {
    margin-top: 11px;
  }
  .prizes-grid li .content .meta > div span {
    font-size: .85rem;
  }
  .prizes-grid li .content .meta > div img {
    height: 18px !important;
  }
  .prizes-grid li .content .name {
    font-size: 1rem;
  }
  .tournaments-games-grid li {
    width: 25%;
  }
  footer .middle {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;

  }
  footer .bottom .middle li {
    margin-bottom: 15px !important;
  }
 
  nav .top-nav {
    padding-left: 1%;
    padding-right: 1%;
  }
  nav .bottom-nav {
    padding-left: 3%;
    padding-right: 3%;
  }
  nav .midlle {
    padding-left: 3%;
    padding-right: 0;
  }
 
  nav .bottom-nav .nav-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: linear-gradient(135deg, #3c34f2 0%, #9627b4 100%);
  }
  nav .top-nav .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .top-nav .row .col-md-6 {
    padding: 0;
    width: auto !important;
  }
  nav .top-nav .right .drop-nav,
  nav .top-nav .right > a {
    margin-left: 3px;
  }
  nav .top-nav .right select,
  nav .top-nav .right .drop-nav,
  nav .top-nav .right > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .redeem-packages .pack {
    width: 50% !important;
  }
  .redeem-table {
    padding-left: 0;
    padding-right: 0;
  }
  .redeem-table table {
    display: block;
  }
  .redeem-table table thead {
    display: none;
  }
  .redeem-table table tbody {
    width: 100%;
    display: block;
  }
  .redeem-table table tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px !important;
  }
  .redeem-table table tr td {
    width: 100%;
    display: block;
  }
  .redeem-table table tr td.fit {
    width: 100% !important;
  }
  .redeem-table table tr td:first-child {
    padding-top: 10px;
  }
  .redeem-table table tr td:last-child {
    padding-bottom: 10px;
  }
  .redeem-table table tr td .get-btn {
    margin-top: 15px;
  }
  .redeem-table table tr td.b-item::after {
    content: unset !important;
  }
  .tour-details-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-details-box .left2 {
    width: 100%;
  }
  .tour-details-box .left2 .t-img {
    width: 250px;
    display: block;
    margin: 25px auto;
  }
  .tour-details-box .date,
  .tour-details-box .game,
  .tour-details-box .name {
    text-align: center;
  }
  .tour-details-box .date {
    margin-bottom: 25px;
  }
  .det-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .det-right:not(.det-mobile) {
    display: none !important;
  }
  .profile-contain-friends {
    padding-top: 0 !important;
  }
  .profile-contain .friends-list.grid {
    padding: 20px 10px 30px 10px;
  }
  .profile-contain .friends-list.grid li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 40px 10px;
  }

  .profile-contain .friends-list.grid li .star-btn {
    left: 140px;
    top: 58px;
  }
  .profile-contain .friends-list.grid li .left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .profile-contain .friends-list.grid li .left .pro-img {
    width: 100px;
    height: auto;
  }
  .profile-contain .friends-list.grid li .left .img {
    width: 80px;
    height: 80px;
  }
  .profile-contain .friends-list.grid li .left .rank {
    bottom: -16px;
  }
  .profile-contain .friends-list.grid li .right2 .name {
    font-size: 1rem;
  }
  .profile-contain .friends-list.grid li .right2 .ll {
    padding-bottom: 5px;
  }
  .pagination-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    background-color: #19125b;
    padding-top: 0;
  }
  .pagination-top .hide-mobile {
    display: none;
  }
  .pagination-top > div {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 15px;
  }
  .pagination-top > div:first-child {
    margin-top: 30px;
  }
  .pagination-top .search-box {
    text-align: left;
  }
  .pagination-top .search-box input {
    width: 90%;
  }
  .sec-1 {
    padding-top: 240px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .sec-1 .text-container {
    padding-top: 120px;
  }
  .sec-1 .text-container span {
    line-height: 1;
  }
  .sec-1 .text-container h2 {
    font-size: 1.3rem;
  }
  .sec-1 .text-container p {
    font-size: 2.5rem;
    line-height: 2.3rem;
  }
  .long-tabs {
    padding: 0 !important;
  }
  .upcoming-tournaments,
  .played-tournaments {
    padding-top: 10px;
  }
  .upcoming-tournaments li,
  .played-tournaments li {
    padding: 10px !important;
  }
  .sec-2 .slick-next {
    display: none !important;
  }
  .sec-2 .slick-prev {
    display: none !important;
  }
  .sec-5 {
    padding: 0 !important;
  }
  .sec-5 .isotopeItem {
    width: 100% !important;
    right: 0;
    margin: auto;
  }
  .sec-5 .isotopeItem img {
    width: 100%;
  }
  .sec-3 .page-container {
    padding: 0;
  }
  .sec-3 .newsbv-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .sec-3 .newsbv-item .newsb-thumbnail {
    width: 120px;
    padding-top: 120px;
  }
  .sec-3 .newsbv-item .newsb-text {
    width: 100% !important;
    padding: 8px;
    padding-top: 4px;
    position: static;
  }
  .sec-3 .newsbv-item .newsb-text .desc {
    min-height: unset !important;
  }
  .sec-3 .newsbv-item .newsb-text .desc p {
    font-size: 0.8rem !important;
  }
  .sec-3 .newsbv-item .newsb-text .newsb-category-box {
    right: 10px;
  }
  .sec-3 .newsbv-item .newsb-text .newsb-category-box .newsb-category {
    padding: 0;
    margin: 0;
    width: auto;
  }
  .sec-3 .newsbv-item .newsb-text .newsb-category-box img {
    width: 75px;
  }
  .sec-3 .newsbv-item .newsb-text .newsb-category-box a {
    display: none;
  }

  footer .right img {
    margin-bottom: 55px !important;
    width: 50%;
    margin: auto;
    display: block;
  }
  footer .bottom {
    text-align: center !important;
  }
  footer .bottom .social {
    text-align: center !important;
    margin-bottom: 15px;

  }
  .accordion .card .card-header button {
    font-size: 1rem;
  }
  .page-box .page-title {
    font-size: 2.3rem;
  }
  .p-head .det-parent .det-left .img {
    width: 95px;
    height: 95px;
  }
  .p-head .tabs li a {
    font-size: .8rem;
    min-width: 85px;
    white-space: nowrap;
  }
  .p-head .det-parent .det-left {
    display: block;
  }
  .p-head .name {
    font-size: 1.2rem;
  }
  .friends-list li .name {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .friends-list li .right button,
  .friends-list li .right a {
    margin: 0 7px !important;
  }
  .friends-list li {
    display: block;
    padding: 15px;
  }
  .friends-list li .location {
    margin-top: 2px;
  }
  .friends-list li .pro-img {
    width: 118px !important;
  }
  .friends-list li .left .img {
    width: 99px !important;
    height: 83px !important;
  }
  .friends-list li .left .rank {
    bottom: -17px;
  }
  .friends-list li .left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .friends-list li .left .content {
    margin-left: 10px;
  }
  .friends-list .right {
    text-align: center;
    margin-top: 10px;
  }
  .newsbv-item.type-2 .post-meta {
    white-space: nowrap;
  }
  .newsbv-item .newsb-title a {
    font-size: 1rem;
  }
  .newsbv .post-meta span {
    font-size: .7rem;
  }
  .newsbv .post-meta i {
    font-size: 14px !important;
  }
  .newsbv .post-meta span:first-of-type {
    margin-right: 3px;
    font-size: .8rem;
  }
  .btn2,
  .btn1 {
    font-size: .8rem;
  }
  .sec-1 .text-container .btn1 {
    font-size: 1.2rem;
  }
  .social-fixed {
    left: 0;
    right: 0;
    margin: auto;
    top: 26%;
    position: absolute;
    display: none;
  }
  .social-fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-fixed ul li {
    margin-right: 10px;
  }
  .det-parent {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .det-parent .det-left {
    margin-top: 30px;
  }
  .det-parent .det-left .img {
    margin: auto !important;
  }
  .det-parent .det-left .right {
    text-align: center;
  }
  .p-head .tabs li {
    margin: 0 1px;
  }
  .levels-slider-box .levels-slider .slick-next {
    right: -40px !important;
  }
  .levels-slider-box .levels-slider .slick-prev {
    left: -40px !important;
  }
  .credit-box {
    text-align: center;
  }
  .credit-box .text-right {
    text-align: center !important;
    margin-top: 40px;
  }
  .newsbv-item.type-2 .newsb-text {
    padding-top: 0 !important;
  }
  .p-sec .p-container table tr {
    display: block;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .p-sec .p-container table td {
    padding: 0px 16px;
    display: block;
    padding-bottom: 0;
  }
  .profile-contain > .left {
    padding: 0 !important;
  }
  .profile-contain > .left .row {
    margin: 0 !important;
  }
  .profile-contain > .left .body-wrapper {
    padding: 7px;
  }

  .profile-contain > .left .imgs-box {
    max-height: unset !important;
    min-height: unset !important;
  }
  .profile-contain > .left .imgs-box .stickers,
  .profile-contain > .left .imgs-box .trophies {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0 !important;
  }
  .profile-contain > .left .imgs-box .stickers img,
  .profile-contain > .left .imgs-box .trophies img {
    height: 90% !important;
  }
  .newsbv-item.type-2 {
    padding: 10px;
  }
}


@media (max-width: 647px) {
  .redeem-coins .m-header h3 {
    font-size: 1.4rem !important;
  }
  .my-coins-box {
    display: none !important;
  }
  .my-coins-box-mobile {
    display: block !important;
  }
  .redeem-coins .sub-title {
    padding: 20px 0 0 !important;
  }
  
  .title-wrapper.with-tabs a.tab-link, .title-wrapper.with-tabs h3.box-title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .redeem-coins-wrapper {
    padding: 0 !important;
  }
  .title-wrapper.with-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
@media (max-width: 600px) {
  #notifications-popup a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }

  .page-box .text-container .content {
    width: 100%;
    padding: 0;
  }
  .expand-parent.expanded .expand-box.expanded .newsbv li {
    width: 100%;
  }
  .expand-parent.expanded .expand-box.expanded .imgs-box .stickers,
  .expand-parent.expanded .expand-box.expanded .imgs-box .trophies {
    height: auto !important;
    width: 33.33% !important;
    margin-bottom: 2px !important;
    padding: 0;
    padding-top: 33.33% !important;
    position: relative;
  }
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto !important;
    width: 33.33% !important;
    margin-bottom: 2px !important;
    padding: 0;
    position: relative;
  }
  .tournament-header,.tournament-page-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .missions-section .timeline-modals-box .drop-modal::after,
  #missions-modal .timeline-modals-box .drop-modal::after {
    content: unset;
  }
  .missions-section .divider {
    margin: auto 30px;
  }
  .public-profile .tabs li {
    width: 33.33%;
  }
  .prizes-sec {
    top: 0;
  }
  .p-head .new-profile {
    width: 100%;
  }
  .profile-contain {
    margin-top: 0 !important;
    padding-top: 20px;
    min-height: unset !important;
  }
  .profile-contain > .left .body-wrapper {
    padding-left: 0;
    min-height: unset !important;
    height: auto !important;
  }
  .timeline-box .layer-2 {
    padding: 7px 15px;
  }
  .timeline-box .layer-2 div {
    width: 100px;
  }
  .p-head {
    padding-top: 200px;
  }
  .p-head:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .p-head .new-profile .top-right {
    padding: 15px;
    background-color: #19125b;
  }
  .p-head .new-profile .top-right .ll .location {
    margin-right: 0 !important;
  }
  .p-head .new-profile .det-left .img {
    width: 180px;
    height: 180px;
    top: -12px;
  }
  .p-head .new-profile .det-left {
    margin-right: 0;
    width: 255px;
  }
  .p-head .new-profile .det-left .pro-img {
    width: 255px;
    height: 290px;
  }
  .p-head .new-profile .det-left .edit-btn {
    width: 46px;
    height: 46px;
    top: -7px;
    right: 38px;
  }
  .p-head .rank {
    bottom: -44px;
    font-size: 28px;
    font-weight: normal;
  }
  .p-head .tabs li .link-item {
    font-size: 14px;
  }
  .tour-details-box {
    padding: 0;
  }
  #summary-box .page-container {
    padding: 0 !important;
  }
  footer .bottom {
    margin-top: 55px;
  }
  footer .brand {
    margin-top: 15px;
  }
 
  .leaderboards {
    margin-top: 60px;
  }
  .tournament_game_content .leaderboards{ margin-top: 0px;}
  .leaderboards .box-title {
    line-height: 30px;
  }
  .sec-3 {
    padding-bottom: 30px;
  }
  .sec-3.sec3home{ padding-bottom: 0px;}
  .sec-4 {
    margin-bottom: 30px;
  }
  .sec-5 .isotopeMenu {
    padding: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sec-5 .isotopeMenu li {
    margin: 0 4px !important;
  }
  .sec-5 .isotopeMenu a {
    padding: 20px 10px !important;
    letter-spacing: 1px;
    margin-right: 8px !important;
  }
  nav .notification-dropdown {
    position: static !important;
  }
  nav .notification-drop {
    width: 100%;
    right: 2px;
	left: auto !important;
    right: calc(-100vw + 288px) !important;
  }
  nav .notification-drop li {
    padding-bottom: 1rem;
  }
  nav .notification-drop li p {
    padding-bottom: 0 !important;
  }
  nav .notification-btn {
    position: static !important;
  }
  nav .notification-drop::after {
    right: 110px;
  }
  .title-wrapper.with-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title-wrapper.with-tabs a.tab-link,
  .title-wrapper.with-tabs h3.box-title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec-2 .slid-parent .text-content .t {
    font-size: 5vw;
  }
  .sec-2 .slid-parent .text-content p {
    font-size: 4vw;
  }
  #settings-modal,
  #support-modal,
  #contact-modal {
    padding: 0 !important;
  }
  #settings-modal .form-box,
  #support-modal .form-box,
  #contact-modal .form-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .missions-section .profile-box,
  #missions-modal .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
    padding-top: 40px;
  }
  .missions-section .profile-box > .left,
  #missions-modal .profile-box > .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .missions-section .profile-box > .left .img-box,
  #missions-modal .profile-box > .left .img-box {
    display: block;
    margin: auto;
  }
  .missions-section .profile-box > .left .name-box,
  #missions-modal .profile-box > .left .name-box {
    margin: 15px 0;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .missions-section .profile-box > .right,
  #missions-modal .profile-box > .right {
    width: 100%;
    text-align: center;
  }
  .missions-section .profile-box > .right .top,
  #missions-modal .profile-box > .right .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
  }
  .missions-section .games-list,
  #missions-modal .games-list {
    width: 100% !important;
    margin: 8px auto !important;
  }
  .missions-section .games-list ul li,
  #missions-modal .games-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    margin-bottom: 8px;
    border-radius: revert;
  }
  .missions-section .games-list ul li > .left,
  .missions-section .games-list ul li > .middle,
  .missions-section .games-list ul li > .right,
  #missions-modal .games-list ul li > .left,
  #missions-modal .games-list ul li > .middle,
  #missions-modal .games-list ul li > .right {
    width: 100%;
    text-align: center;
  }
  .missions-section .games-list ul li > .left a,
  .missions-section .games-list ul li > .middle a,
  .missions-section .games-list ul li > .right a,
  #missions-modal .games-list ul li > .left a,
  #missions-modal .games-list ul li > .middle a,
  #missions-modal .games-list ul li > .right a {
    position: static !important;
  }
  .missions-section .games-list ul li > .left .timer-box,
  .missions-section .games-list ul li > .middle .timer-box,
  .missions-section .games-list ul li > .right .timer-box,
  #missions-modal .games-list ul li > .left .timer-box,
  #missions-modal .games-list ul li > .middle .timer-box,
  #missions-modal .games-list ul li > .right .timer-box {
    margin-bottom: 0 !important;
    display: inline-block;
  }
  .missions-section .games-list ul li > .left .progress-box,
  .missions-section .games-list ul li > .middle .progress-box,
  .missions-section .games-list ul li > .right .progress-box,
  #missions-modal .games-list ul li > .left .progress-box,
  #missions-modal .games-list ul li > .middle .progress-box,
  #missions-modal .games-list ul li > .right .progress-box {
    display: none;
  }
  .missions-section .games-list ul li > .left .mobile-coins,
  .missions-section .games-list ul li > .middle .mobile-coins,
  .missions-section .games-list ul li > .right .mobile-coins,
  #missions-modal .games-list ul li > .left .mobile-coins,
  #missions-modal .games-list ul li > .middle .mobile-coins,
  #missions-modal .games-list ul li > .right .mobile-coins {
    display: inline-block;
  }
  .missions-section .games-list ul li:last-child,
  #missions-modal .games-list ul li:last-child {
    margin-bottom: 35px;
  }
  nav .top-nav .right .n-nav {
    padding: 0 9px !important;
  }
  nav .top-nav {
    padding: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  nav .top-nav .left {
    padding: 0;
    padding-left: 3%;
  }
  nav .top-nav .left ul {
    display: none;
  }
  nav .top-nav .left #open-left {
    display: block;
	    padding: 20px;
    margin: -10px;
  }
  nav .top-nav .right {
    width: 100%;
  }
  nav .top-nav .right select {
    display: none;
  }
  nav .top-nav .right .drop-nav b,
  nav .top-nav .right a b {
    display: none;
  }
  nav .top-nav .right .drop-box {
    left: 0;
    right: 0;
  }
  .tour-details-box .tabs-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tour-details-box .tabs-box li {
    width: 50%;
    font-size: .8rem;
  }
  .sec-3 .block_tabs .nav-tabs {
    overflow-x: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  .sec-3 .newsbv-item .newsb-title {
    margin-bottom: 0;
    line-height: 1rem;
  }
  .sec-3 .newsbv-item .newsb-title a {
    font-size: 1.1rem;
    line-height: 1rem;
  }
  .page-box .text-container h5 {
    font-size: 1.2rem;
  }
  .page-box .text-container p {
    font-size: 1rem;
  }
  .p-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .p-head .new-profile .mobile-det-right {
    display: block !important;
  }
  .p-head .new-profile .det-right {
    padding-top: 12px;
    padding-bottom: 20px;
    display: none;
  }
  .p-head .new-profile .det-right .coins {
    text-align: left;
  }
  .block_tabs .tab .newsbv li {
    padding-right: 3px;
    padding-left: 0;
  }
  .block_tabs .tab .newsbv li .text-right a.btn2 {
    margin-top: 12px;
  }
}

@media (max-width: 500px) {
  .top-nav .nav-my-profile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-gal .grid-item {
    width: 50%;
  }
  .modal#login-modal .modal-body {
    padding: 10px;
    text-align: center;
  }
  .modal#login-modal .modal-body .text-right {
    text-align: right !important;
  }
  .sec-3 .newsbv li .newsb-text {
    padding: 6px 8px;
    padding-right: 4px;
  }
  .sec-3 .newsbv .post-meta {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .sec-3 .newsbv .post-meta br {
    display: block;
    margin: 3px 0;
  }
  .sec-3 .newsbv .post-meta .newsbv .post-meta span {
    font-size: 0.7rem !important;
  }
  .p-head .new-profile .tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* .p-head .new-profile .tabs li {
    width: 25% !important;
  } */
  .p-head .new-profile .tabs.three-btns li {
    width: 33.33% !important;
  }
  .nav-my-profile span {
    display: none;
  }
  .nav-my-profile i {
    margin-right: 0 !important;
  }
}

@media (max-width: 410px) {
  .sec-3 .block_tabs .nav-tabs li {
    text-align: center;
  }
  .sec-3 .block_tabs .nav-tabs li a {
    display: block;
  }
}

@media (max-width:1049px){
  .profile-parent-page.with-side-friends .side-friends{display:none!important;}
}
@media (max-width:849px){
.tournament-details-header {
  width: 100%;
}
.tournament-details-header .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0px;
  padding-top: 15px;
}
.tournament-details-header .left {
  width: 100%;
  padding-right: 0;
  padding-top: 25px;
}
.tournament-details-header .tabs-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-head .name {
  font-size: 1.2rem;
}
.tournament-details-header li {
  width: 50%;
}
.tournament-details-header .tabs-box li:nth-child(1), .tournament-details-header .tabs-box li:nth-child(2) {
  border-bottom: #fff 1px solid;
}
.tournament-details-header .left .t-img {
  max-width: 150px;
  margin: auto;
}
.tournament-details-header .date {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-left: 3%;
  padding-right: 3%;
}
}

@media (max-width:768px){
  .p-head.tournament-header {
    margin: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
#tournaments-list .newsbv-item .newsb-title{
  padding-bottom: 6px;
}
.sec-3-1 h2 {
  font-size: 15px!important;    text-transform: uppercase;
}
.profile-contain-friends.tournament-page-content{padding-left:0!important;padding-right:0!important;}
.tournament-page-content .profile-contain .right2{padding: 0 12px;}

.featured-games img {
    width: 110px;
    height: 110px;
    border-width: 2px;
    margin: 0 15px;
    margin-bottom: 20px;
    margin-top: 13px;
}
}


@media (min-width:1025px){
  .tournament-page-content .tour-details-box .right2{padding-left:160px;}
}

@media (max-width: 900px){
.featured-games img {
    width: 110px;
    height: 110px;
    border-width: 2px;
    margin: 0 15px;
    margin-bottom: 20px;
    margin-top: 13px;
}
}

/* @media (max-width: 990px) and (min-width:600px){
   .sec-2 .slid-parent .text-content p {
  font-size: 14px!important;
}
.sec-2 .slid-parent .text-content {
  height: 64%;
}
.sec-2 .small_btn {
  font-size: 13px;width:158px;
}
.sec-2 .slid-parent .text-content p:nth-child(2) {
  min-height: 64px;
}
}
@media (min-width:772px){
  .small_btn{margin-top:11px;}
}

@media (min-width:800px){
  .small_btn{margin-top:21px;}
  .sec-2 .slid-parent .text-content p:nth-child(2) {
    min-height: 41px; 
}
}
@media (min-width:917px){
  .sec-2 .slid-parent .text-content {
    height: 56%;
}
}

@media (min-width:1000px){
.sec-2 .slid-parent .text-content p {
  font-size: 1.4vw;
}
.sec-2 .small_btn {
  width: 75%;
  height: 45px; 
  line-height: 45px; 
  font-size: 0.9em;
}
.sec-2 .slid-parent .text-content {
  height: 56%;
}
}

*/


@media (min-width:1173px){

  .sec-2 .slid-parent .text-content {
    height: 50%;
  }
  }
  @media (min-width:1523px){

    .sec-2 .slid-parent .text-content {
      height: 33%;
    }
    }

    @media (max-width: 767px){
    footer{    padding: 5px 0 0;margin-top:66px!important;
    }
    footer .brand{
        top: 64px;
        position: relative;
    }
      footer .brand img {
        margin: auto !important;
        display: block;    width: 179px;
      }
      .sec-2 .slid-parent .text-content p {
          font-size: 4vw;
      }
       nav .bottom-nav ul {
        display: none;
      }
      nav .top-nav .left #open-left {
        display: block;
      }
      footer .middle {
        margin: 25px 0 !important;
      }
    }
   
    @media (max-width: 1280px) and (orientation:landscape) {
      footer .brand img {
        margin: auto !important;
        display: block;
      }
      .sec-2 .slid-parent .text-content p {
          font-size: 4vw;
      }
       nav .bottom-nav ul {
        display: none;
      }
      nav .top-nav .left #open-left {
        display: block;
      }
      footer .middle {
        margin: 25px 0 !important;
      }
      nav .midlle {
        padding-left: 3%;
        padding-right: 3%;
       }
    }

    @media (max-width:500px){
      .sec-2 .slid-parent .text-content {
        height: 35%;
    }
    }
    @media (max-width:410px){
      .sec-2 .slid-parent .text-content {
        height: 46%;
    }
    }
    @media (max-width:373px){
      .sec-2 .slid-parent .text-content {
        height: 49%;
    }
    }

    @media (max-width:410px){
      .sec-2 .slid-parent .text-content {
        height: 46%;
      }
    }



    
    @media (max-width: 742px) and (min-width: 600px){
    .sec-2 .slid-parent .text-content {
        height: 87%;
        padding: 20px 3%;
    }
   }

   
   @media (max-width: 380px){
  .mobileversion #tournaments-list .newsbv-item {
      width: 290px;
  }
}

@media (max-width: 491px){
 footer .bottom .middle {
    font-size: 0.8rem!important;
    padding-left: 10px;
    padding-right: 10px;
}
footer .col-md-6{padding-left:0!important;padding-right:0!important;}
footer .bottom .middle li{padding-right: 6px;
  padding-left: 6px;}
}

 @media (max-width: 330px){
  footer .bottom .middle li {
    padding-right: 5px;
    padding-left: 5px;
}
 }
@media (max-width: 310px){
  .sec-3-1 {
      font-size: 13px;
  }
}

@media (max-width: 767px){
  .profile-contain > .left .imgs-box a {
    width: 25%!important;    padding-top: 25%!important;
}
}

@media (max-width: 445px){
  .profile-contain > .left .imgs-box a {
    width: 33.33%!important;    padding-top: 30%!important;
  }
  .redeem-coins .pack {
    padding: 0 0 20px !important;
    width: 100% !important;
  }
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    padding: 0!important;
}
  .expand-parent.expanded .expand-box.expanded .imgs-box .stickers,
  .expand-parent.expanded .expand-box.expanded .imgs-box .trophies {
    width: 33.33% !important;
    padding-top: 30%!important;
  }
  footer .bottom .social {
    display:none;
}
}
@media (max-width:400px){
.tournament-details-header .date > div{
float:inherit!important;display:block;clear: both;}
.tournament-details-header .date{
text-align:left;}

.tournament-details-header .date .pull-left.exceptcss{line-height: 0px; margin-bottom: 18px;}
}