.mb30 {
    margin-bottom: 30px;
}

#content {
  
    padding: 25px 0 75px;
   
}

#content .main_box_left {
    width: 957px;
    background: none;
    padding: 0;
}

.title1 {
    font: 52px PFDinTextCondPro-Bold;
}

.add_tournament {
    border: 4px solid #FD4D30;
    display: block;
    font: 22px/44px 'PFDinTextCondPro-Regular';
    color: #FD4D30;
    position: relative;
    padding-left: 52px;
    padding-right: 16px;
    margin-left: 30px;
    margin-top: 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.add_tournament:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FD4D30;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.add_tournament:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 11px;
    width: 27px;
    height: 27px;
    background: url(/img/add_tournament.png) 0 0 no-repeat;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.add_tournament:hover:before {
    background-position: 0 bottom;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.title_icon_box {
    border-bottom: 2px solid #d7d7d7;
    margin: 0 0 40px;
    padding-top: 21px;
}

.title_icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    margin-left: -21px;
    text-align: center;
    border: 6px solid #d7d7d7;
    background-color: #f0f0f0;
}

.title_icon i {
    color: #bbbbbb;
    font-size: 21px;
    line-height: 31px;
    height: 31px;
    width: 100%;
}



[class*="tournaments_icon_title"] {
    background: url(/img/tournaments_licon_title.png) 50% 5px no-repeat;
}

.tournaments_box, .maches_box {
    margin: 0 -15px;
}

.tournaments_block_item {
    /*width: 50%;*/
    width:100%;
}

.tournaments_block_item_inner {
    margin: 0 15px 35px;
    /*height: 218px;*/
    height: 92px;
    /*border: 1px solid #fd4d30;*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.25);
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
	
}

.tournaments_block_item:nth-child(even) .tournaments_block_item_inner {
    /*border: 1px solid #55b1d5;*/
	
}

.tournaments_block_item_inner:hover {
    background: #eaeaea;
}

/*.tournaments_box .tournaments_block_item:first-child .tournaments_block_item_inner {
    height: 490px;
}*/

.tournaments_block_top {
    width: 221px;
    height: 30px;
    top: -17px;
    right: 10px;
    background-color: #5fcbf4;
    font: 17px 'pfagorasansproThin';
    padding: 5px 5px 5px 5px;
    color: #fff;
}

.tournaments_block_top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -16px;
    border: 8px solid transparent;
    border-right: 8px solid #4cacd0;
    border-bottom: 8px solid #4cacd0;
}

.tournaments_block_links a {
    color: #fff;
    font-size: 18px;
    margin: 0 3px;
}

.tournaments_block_links a i {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tournaments_block_links a:hover i {
    opacity: 0.7;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tournaments_block_link_eye {
    height: 16px;
    width: 25px;
    background: url(/img/tournaments_block_link_eye.png) 50% 50% no-repeat;
}

.tournaments_block_top img {
    margin-right: 5px;
    display: inline-block;
    float: left;
    margin-top: -2px;
}

.tournaments_block_top a {
    position: relative;
    top: 2px;
}

.white_bg {
    background: #fff;
}

.tournaments_block_img {
    width:104px;    
}

.tournaments_block_ico {
    width:65px;    
}

.tournaments_block_ico img{
    margin: 50% 0 0 38%;
	position: relative; 
    width: 25px;
    height: 25px;  
}

.tournaments_block_img a {
    width: auto;
    height: 76px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-color: rgb(178, 175, 175);
}

.tournaments_block_img .fa-play-circle {
    visibility: hidden;
    margin-left: 30px;
    margin-top: 10px;
    font-size: 50px;
    color: #FFEE0B;
}

.tournaments_block_item:hover .tournaments_block_img a {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.61);
}

.tournaments_block_item:hover .fa-play-circle {
    visibility: visible;
}

.tournaments_block_img a:hover {
    box-shadow: inset 0 0 0 1000px rgba(165, 154, 154, 0.69) !important;
}  

.tournaments_block_description {
    padding: 17px 0 14px 28px;
}

/*.tournaments_box .tournaments_block_item:first-child .tournaments_block_description {
    padding: 22px 45px 25px;
}*/

.tournaments_block_title {
    font: 20px 'PFDinTextCondPro-Medium';
    /*color: #202020;*/  
    width: 649px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.tournaments_block_title a {
    font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2f363d;
    /*text-decoration: underline;*/
	font-family: PFDinTextCondPro-Regular;
}

.tournaments_block_title a:hover {
    color:#fff;
    text-decoration: none;
}

.playing_this_tour {
    text-transform: none;
    color: #4A91AD;
    border-bottom: 1px dashed;
    position: relative;
    left: 28px;
    top: -5px;
}

.playing_this_tour i {
    font-size:16px;
    margin-right:5px
}

.playing_this_tour:hover, .playing_this_tour:active {
    border-bottom: none;
    text-decoration: none;
    color: #186C50;
}

/*.tournaments_box .tournaments_block_item:first-child .tournaments_block_title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}*/

.tournaments_block_hosted {
    color: #9a9a9a;
    font: 16px/22px 'pfagorasansproThin';
    float: left; 
    width:283px;
}

.tournaments_block_hosted a {
    /*margin-left: 6px;*/
}

.tournaments_block_hosted a span {
    overflow: hidden;  
    max-width: 150px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.tournaments_block_hosted a img {
    margin-right: 6px;
    width: 28px;
    border-radius: 50%;
    position: relative;
    top: -5px;
    height:28px;
    border: 1px solid #ececec;
    box-shadow: 0px 1px 11px rgba(0,0,0,.25);
}

.tournaments_block_hosted a img:hover {
    opacity: 0.7;
}
.tournaments_block_status {
	margin-top: 18px;
    margin-right: 6px;
}

.tournaments_block_events {
	margin-top: 24px;
    margin-right: -8px;
	float: right;
}

.tournaments_block_make {
	margin-top: 62px;
    margin-right: -8px;
}

.tournaments_block_qt1 {
    /*margin-bottom: 15px;*/
    margin-top: 14px;
    color: #333;
    font: 22px PFDinTextCondPro-Regular;
	margin-top: -20px;
    margin-left: 270px;
	position: absolute;
	
	width: 188px;
	height: 23px;


	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2f363d;
}

.tournaments_block_qt2 {
    /*margin-bottom: 15px;*/
    margin-top: 14px;
    color: #333;
    font: 22px PFDinTextCondPro-Regular;
	margin-top: -20px;
    margin-left: 430px;
	position: absolute;
	
	width: 188px;
	height: 23px;
	
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2f363d;
}

.tournaments_block_qt span:first-child {
    float: left;  
    padding-left: 25px;
    margin-right: 83px;
    color: #333;
	width: 88px;
    height: 23px;  
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2f363d;
}

.tournaments_block_qt i.fa {
    font-size: 18px;
    margin-right: 5px;
}

.tournaments_block_qt i.fa-user {
    margin-right: 11px !important;
}

.tournaments_block_qt>time {
    margin-top: 2px;
    display: block;
}

.blue_color {
    color: #BFE7F7;
}

time span {
      margin-left: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.gray_pencil {
    color: #2688D8;
    font-size: 18px;
    padding: 5px;
    top: 0;
    position: relative;
    left: 0;
	border: 1px solid #f2f2f2 !important;
}

.pencil_ed {
    position: absolute;
    top: 5px;
    right: 6px;
    border-radius: 50%;
    background: white;
    border: 1px solid white;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.25);
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    border: 1px solid #f2f2f2 !important;
}

.tournaments_block_anroll_make_btn {
    font: 22px PFDinTextCondPro-Medium;
    color: #fff;
    padding: 10px 10px 13px 8px;
    background-color: #50ac59;
    text-decoration: none;
    border-radius: 3px;
    border: 3px solid transparent;
    padding-top: 12px;
    margin-top: 10px;
    margin-right: 15px;
    width: 223px;
    text-align: center;
    text-transform: uppercase;
}

.tournaments_block_anroll_make_btn:hover {
    background: #4EA456;
    text-decoration: none;
    color: #fff;
	
}

.tournaments_block_anroll_ev_btn {
    font: 22px PFDinTextCondPro-Medium;
    color: #fff;
    padding: 10px 10px 13px 8px;
    background-color: #4a90e2;
    text-decoration: none;
    border-radius: 3px;
    border: 3px solid transparent;
    padding-top: 12px;
    margin-top: -52.5px;
    margin-right: 8px;
    width: 165px;
    text-align: center;
    text-transform: uppercase;
}

.tournaments_block_anroll_ev_btn:hover {
    background: #2E82E1;
    text-decoration: none;
    color: #fff;
	
}

.tournaments_block_anroll_ev_btn_chess {
    font: 22px PFDinTextCondPro-Medium;
    color: #fff;
    padding: 10px 10px 13px 8px;
    background-color: #4a90e2;
    text-decoration: none;
    border-radius: 3px;
    border: 3px solid transparent;
    padding-top: 12px;
    margin-top: -52.5px;
    margin-right: 8px;
    width: 165px;
    text-align: center;
    text-transform: uppercase;
}

.tournaments_block_anroll_ev_btn_chess:hover {
    background: #2E82E1;
    text-decoration: none;
    color: #fff;
	
}

.tournaments_block_anroll_btn {
    font: 19px PFDinTextCondPro-Medium;
    color: #fff;
    padding: 17px 10px 13px 8px;
    background-color: #FF3C38;
    text-decoration: none;
    border-radius: 3px;
    border: 3px solid transparent;
    float: right;
    margin-top: -52.5px;
    margin-right: 8px;
    width: 132px;
    text-align: center;
    text-transform: uppercase;
}

.tournaments_block_anroll_btn:hover {
    background: #cc432c;
    text-decoration: none;
    color: #fff;
}

.tournaments_block_bottom {
    width: 74px;
    height: 39px;
    bottom: 27px;
    right: 8px;   
    border: 1px solid #DCD9D9; 
    background-color: #50AC58 !important;
}

.tournaments_block_bottom_left, .tournaments_block_bottom_right {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 20px solid transparent;
    top: 0;
    left: -39px;
}

.red_bg .tournaments_block_bottom_left {
    border-top-color: green;
    border-right-color: green;
}

.tournaments_block_bottom_left, .tournaments_block_bottom_right {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 20px solid transparent;
    top: 0;
    left: -39px;
}

.tournaments_block_bottom_right {
    left: calc(100% - 1px);
}

.red_bg .tournaments_block_bottom_right {
    border-top-color: green;
    border-left-color: green;
    /*#fd4d30*/
}

.tournaments_block_bottom_min_left, .tournaments_block_bottom_min_right {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid transparent;
    top: -16px;
}

.tournaments_block_bottom_min_left {
    left: -40px;
}

.red_bg .tournaments_block_bottom_min_left, .red_bg .tournaments_block_bottom_min_right {
    /*border-bottom-color: #d44129;*/
    border-bottom-color: rgb(4, 186, 4);
}

.tournaments_block_bottom_min_left, .tournaments_block_bottom_min_right {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid transparent;
    top: -16px;
}

.tournaments_block_bottom_min_right {
    right: -40px;
}

.red_bg .tournaments_block_bottom_min_left, .red_bg .tournaments_block_bottom_min_right {
    /*border-bottom-color: #d44129;*/
    border-bottom-color: rgb(3, 68, 3);
}

.tournaments_block_completed_btn {
    font: 18px PFDinTextCondPro-Medium;
    text-transform: uppercase;
    background: #0086d8;
    margin-top: -54px;
    border-color: transparent;

}

.tournaments_block_completed_btn:hover, .tournaments_block_completed_btn:active {
    border-color: transparent;
    background: #4A91AD;
}

.tournaments_block_completed_btn i {
    font-size: 20px;
    line-height: 25px;
    margin-right: 8px;
}

.tournaments_block_started_btn {
    background-color: #FFF;    
    border: 1px solid #fd4d30;
    color: #fd4d30;
    margin-top: -53px;
    margin-right: 8px;
}

.tournaments_block_started_btn i {
    font-size: 10px;
    margin-right: 5px;
    color: #fd4d30;
    line-height: 25px;
}
.tournaments_block_started_btn:hover {
    color: #cc432c;
    background-color: #F6F6F6;
}

.tournaments_block_bottom span {
    font: 10px/12px 'pfagorasansproBold';
    color: #fff;
    padding-left: 22px;
    margin-top: 7px;
    position: relative;
}

.tournaments_block_bottom span i {
    font-size: 20px;
    line-height: 20px;
    left: 1px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
}

.yellow_bg .tournaments_block_bottom_left {
    border-top-color: #f8c631;
    border-right-color: #f8c631;
}

.yellow_bg .tournaments_block_bottom_right {
    border-top-color: #f8c631;
    border-left-color: #f8c631;
}

.yellow_bg .tournaments_block_bottom_min_left, .yellow_bg .tournaments_block_bottom_min_right {
    border-bottom-color: #cba227;
}


.red_bg {
    /*background-color: #fd4d30;*/
    background-color: green;
}

.yellow_bg {
    background-color: #f8c631;
}

.tournaments_icon_title2 {
    background-position: 50% -30px;
}

#content .pagination {
    padding-bottom: 1px;
    margin-top: 0;
}


.middle-news-opinions .title {
    font: 21px PFDinTextCondPro-Regular;
    color: #2f363d;
    margin-bottom: 20px;
    display: block;
    text-align: center;
	padding: 15px;
}

.middle-news-opinions .title:before {
    content: url('/img/new/icon-settings.svg');
    padding-top: 2px;
    float: left;
    height: 20px;   
    width: 20px;
}

.gamelist_menu > p:first-child {
    font: 17px/21px 'pfagorasansproBold' !important;
    color: #2f363d;
    position: relative;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: none !important;
}

.create_tour_btn {
    font: 14px/23px 'pfagorasansproBold';
    color: #fff !important;
    text-transform: uppercase;
    background-color: #f8c631;
    text-align: center;
    padding: 5px 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-left: 0;
}

.create_tour_btn:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #d5a001;
}

.gamelist_menu ul li a {
    font-family: PFDinTextCondPro-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2f363d;
   
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
	width: 205px;
    height: 45px;
    border-radius: 2px;
    background-color: #f5f5f5;
	display: block;
}

.gamelist_menu ul li a:hover {
    color: #2f363d;
	background-color: #e6e6e6;
}

.gamelist_menu ul .checked_gmenu a {
    color: #ffffff;
    text-decoration: none;
}

.gamelist_menu ul li {
    margin-bottom: 1px;
    padding: 1px 12px 1px 12px;
	
}

.clan_index .playing_this_tour, .sent_request, .join_clan_btn {
    font: 22px/44px 'pfagorasansproReg';
}

.sent_request {
    color: #5FCBF4;
}

          .join_clan_btn {
            padding: 5px 16px 5px 20px;
            background-color: white;
            color: #FD4D30;
            border: 4px solid #FD4D30;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            display: inline-block;
          }

          .join_clan_btn:hover {
            color: #fff;
            text-decoration: none;
            background-color: #FD4D30;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        .description_container {
            width:100%;height:250px;
        }

        .description_container div {
            width: 25%;
            float: left;
            border-right: 8px solid #F0F0F0;
            height: 90px;
            margin-bottom: 8px;
            background-color: #70C6E6;
            text-align: center;
            padding: 15px;
            font-size: 22px;
            color: #fff;
        }

        .description_container p {
           
        }

        .arrow_create {
            margin-left: -26px;
            margin-top: 10px;

        }

        .clan_index .header span:first-child {
            font-family: 'pfagorasansproBold';
            height: 110px !important;
        }

        .description_container div:nth-child(4),  .description_container div:nth-child(8) {
            border-right: none;
        }

        .clan_index .add_tournament {
            margin-top: -46px;
            float: right;
            width: 167px;
            height: 61px;
            padding-top: 19px;
        }

        .clan_index .add_tournament:before {
            top: 26px;
        }

        .clan_index .input_form {
            position: relative;  display:inline-block;margin-top:15px;vertical-align:top;float:right;
            margin-top: -20px;
        }

        
        .title_table {
            font-family: 'pfagorasansproThin';
            font-size: 54px;
        }
            

        .my_team_link {
            color: #FD4D30;
        }

        .my_team_link:hover {
            color: #cc432c;
        }

.tournament_discipline img {
    height: 22px;
    position: relative;
    top: 5px;
    margin-top: -15px;
    margin-right: 3px;
}

.tournament_discipline {
    color: #FFFFFF;
    font-family: 'PFDinTextCondPro-Medium';
    font-size: 15px;
    float: right;
    background: gray;
    border-radius: 3px;
    padding: 1px 10px;
    position: relative;
    top: 4px;
    background: #2688d8;
    clear: both;
    position: absolute;
    top: -12px;
}

.tournament_discipline:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: rgb(57, 59, 68);
}

.pmt
{
    background: #FFCB05;
    margin-right: 15px; 
}

.t_owner1 {  
  height: 16px;
  font-family: PFDinTextCondPro-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f363d;
	
}

.t_owner2 {  
  color: #4a90e2;	
}

.d_block{
  margin-left: 8px;
  margin-top: 8px;	
}



.icon_t1, .icon_t2{
  width: 32px;
  height: 32px;
  border-radius: 18.5px;
  background-color: #fd6449;
  float: left;  
  margin-right: 8px;
  font-size: 16px;
  text-align: center;
  color: white;
  line-height: 32px;
}

.icon_t2{
  background-color: #50ac59;
}

.ssst{
  color: #fd6449;
  font-size: 25px;
  position: absolute;
  margin: 18px;
  margin-top: 12px;
}

.menu_tournament{
  width: 245px !important;
  height: 60px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  background-color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f363d;
}

.menu_tournament2{
  width: 245px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  background-color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f363d;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  border: 1px solid #f2f2f2 !important;
}

.submenu_tournament{
  width: 245px;
  height: 38px;
  box-shadow: inset 0 -1px 0 0 #fd6449;
  /*background-image: linear-gradient(to bottom, var(--white), #fd6449);*/
  margin-bottom: 20px;
  padding: 4px;
  /*text-align: center;*/
  font: 20px PFDinTextCondPro-Medium;
  color: #fd6449;
  margin-top: 5px;
}

.submenu_tournament p:before {
    padding-right: 20px;
}

.lsf-icon:after{
  float: right;	
}

.lsf-icon.remove_icon:after {
    content: '\002716';
	
}

.events_t{
	background: #4a90e2;
    width: 245px;
    height: 58px;
    font: 19px PFDinTextCondPro-Medium;
    margin-top: 35px;
}

.tournaments_ev_title:before{	
	 content: url('/img/new/icon-eve.svg');
	 padding-top: 7px; 
	 float: left;
	  height: 20px;   
   width: 22px;
}

.tournaments_ev_title_chess:before{	
	 content: url('/images/actionchess_small.svg');
	 padding-top: 7px; 
	 float: left;
	 height: 22px;   
     width: 30px;
}

.tournaments_make_title:before{
	 content: url('/img/new/icon-make.svg');
	 padding-top: 4px; 
	 float: left;
	  height: 20px;   
   width: 22px;
}

.menu_tournament_type:before {
    content: url('/img/new/combined-shape.svg');
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
    float: left;
    height: 14px;   
    width: 16px;
}

.menu_tournament_status:before {
    content: url('/img/new/icon-status.svg');
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
    float: left;
    height: 14px;   
    width: 16px;
}

.menu_tournament_my:before {
    content: url('/img/new/icon-profile.svg');
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
    float: left;
    height: 14px;   
    width: 16px;
}

.menu_tournament_games:before {
    content: url('/img/new/icon-games.svg');
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
    float: left;
    height: 14px;   
    width: 16px;
}

.gamelist_menu{
	padding-bottom: 10px;
}

.tournaments_end{
	/*background: rgba(255,255,255, 0.5);*/
    /*opacity: 0.45;*/
}

.booster__inner:before{
   content: url('/img/new/icon-solder.svg');
   padding-top: 1px;
   padding-right: 4px;
   height: 22px;   
   width: 18px;
   float: left;
}


.test1
{
	
}


#start_match_content .booster__inner {
    position: relative;
    display: block;
    text-transform: uppercase;
    height: 65px;
    overflow: hidden;
    line-height: 65px;
    color: #fff;
    letter-spacing: 0.16em;
    font: 18px PFDinTextCondPro-Medium;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 10px 13px 8px;
    /* box-shadow: inset 0px -3px 6px 0px rgba(0,0,0,0.35); */
}

#start_match_content .booster__inner:hover {
	background: #EBC221;
    text-decoration: none;
    color: #fff;
}

#start_match_content .booster._yellow {
	background: #ffc046;
	width: 245px;
    height: 55px;
    font: 19px PFDinTextCondPro-Medium;
    margin-top: 41px;
	border-radius: 3px;
}

#start_match_content .booster._orange, #start_match_content .booster._blue
{
	
	background: #FD4F32;
	height: 56px;
	margin-top: 42px;
    border-radius: 3px;
}

.booster._blue {
    background: #4a90e2;
}



.middle-news-opinions{
	margin-top:0;	
}

.middle-news-opinions{
	margin-top:0;
	background-image: none;
	background-color: #101117;

}

.comments_right {
	float:right;
	width: 256px;
	margin-top: 74px;
	margin-bottom:50px;
	color: white;
	margin-right: 6px;
}

#start_match_content .booster:before {
    content: none;
}

    body {
            min-width: auto;
        }

/* tournaments */

@media screen and (max-width: 480px) {

            .tournaments_block_img {
        width: 100%;
        }

        .tournaments_block_img a {
        margin-left: 0;
        height: 150px;
        }

    .container.new-container #start_match_content {
        position: relative;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px;
    }

        #start_match_content .booster._yellow {
    width: 100%;
    height: 60px;
    border-radius: none;
    }

    #start_match_content .booster__inner {
    height: 60px;
        line-height: 60px;
        font-family: Montserrat;
        letter-spacing: normal;
        font-size: 18px;
        padding-left: 30px;
    padding-top: 0;
    }
    
    #content .main_box_left,
    #tournament-search-input {
        width: 100%;
    }

    .tournaments_block_events {
        float: left;
        display: block;
        width: 100%;
    }
    
    .tournaments_block_anroll_make_btn,
    .tournaments_block_anroll_ev_btn {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    .tournaments_block_description {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .tournaments_block_item_inner {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .tournaments_block_title {
        width: 100%;
    }

    .tournaments_block_qt1,
    .tournaments_block_qt2 {
        position: relative;
        margin: 1px auto;
        height: auto;
        width: 100%;
    }

    .tournaments_block_anroll_btn {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
    }
    
    #content .pagination {
        margin-bottom: 20px;
        height: 40px;
    }

    .middle-news-paginator .box {
        padding-top: 6px;
        min-width: auto;
        font-size: 17px;
        margin: 0 6px 0 0;
    }
    
    .middle-news-paginator .box:last-child {
        margin-right: 0;
    }

    .comments_right {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .menu_tournament,
    .menu_tournament2,
    .submenu_tournament {
        width: 100% !important;
    }
}

/* end of tournaments */

.fade:not(.show) {
    opacity: 100;
}


#content {
    background-color: #101117;
    padding: 25px 0 75px;
    /* background: #F6F6F6 url(https://click-storm.com/img/eventsbg.png) !important; */ 
}

.title1 {
 color: #fff;
}

.ssst {
 color: #fff;
}

#tournament-search-input {
    background-color: #171921;
    border: 1px solid #2b2e3d!important;
    color: white;
}

.middle-news-opinions {
    margin-top: 0;
    background-image: none;
    background-color: #171921; 
    /*background: #F6F6F6 url(https://click-storm.com/img/eventsbg.png) !important; */
}

.menu_tournament,
.menu_tournament2 {
 background-color: #171921; 
background: #171921; 
border: 1px solid #2b2e3d !important;
}

.middle-news-opinions .title {
 color: #fff;
}

.gamelist_menu ul li a {
color: #fff;
 background-color: #1b1d26;
}

.gamelist_menu ul li a:hover {
color: #fff;
 background-color:#252936
}

.white_bg {
    background: #171921;
}

.tournaments_block_title a,
.t_owner1,
.tournaments_block_qt1,
.tournaments_block_qt2 {
 color: #fff;
}

.tournaments_block_item_inner:hover {
background-color:#252936;
}

.tournaments_block_anroll_btn {
    background-color: #50ac59;
}

.tournaments_block_completed_btn { 
background-color: #434d57;
}

.tournaments_block_started_btn {
color: #fff;
background-color: #fd6449;
}

.tournaments_block_started_btn:hover {
color: #fff;
background-color: #fd6449;
}

.spaceship_box {
 background-color: #1c1f29;
}

.videos, .tour_lobby {
    background: #171921;
}

.lobby_block_1,
.lobby_block_2 {
     background-color: #171921;
 border: solid 1px #222530;
}

.spaceship_users_qt,
.spaceship_time,
.spaceship_time_m {
 color: #fff;
}

.lobby_content input {
 background-color: #171921;
 color: #fff;
}

.tur_a_us {
border: solid 1px #222530;
  background-color: #171921;
 color: #fff;
}

.middle-news-paginator .box {
    color: white;
    font: 24px DINCondensedC;
}

 @media only screen and (max-device-width: 968px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .header-help__item:nth-child(3) .header-help__item-text {
        display: none;
    }

    .action_block--header {
        flex-direction: column;
    }

    .action_block--header .register {
        margin-top: 20px;
        width: 100%;
    }

    .player_info {
        margin-top: 20px;
    }

    #content .main_box_left,
    #tournament-search-input {
        width: 100%;
    }

    .tournaments_block_qt1 {
        margin-top: -40px;
        margin-left: 230px;
    }

    .tournaments_block_qt2 {
        margin-top: 0px;
        margin-left: 230px;
    }

    .comments_right {
        float: left;
        width: auto;
    }
}




@media screen and (max-width: 868px) {

    .tournament_menu,
    .tour_down_menu {
        height: auto;
    }

    .tournament_menu li {
        padding: 5px;
    }


    .tournament_menu li:first-child {
        justify-content: center;
    }

    #players_inteam_list {
        margin: 0 !important;
        top: 0;
        left: 0;
        width: 100%;
    }

}

@media screen and (max-width: 900px) and (orientation: landscape) {

    .tournament_menu li,
    .tournament_menu li:last-child {
        width: calc(100% / 7);
    }

}

