/************************************************************************************
FONTS & LINKS
*************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/*-----font-family: 'Open Sans Hebrew', serif;-----------------------------*/

@font-face {
    font-family: 'Reforma-Light';
    src: url('webfont/formalightwebfont.eot');
    src: url('webfont/formalightwebfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/formalightwebfont.woff') format('woff'),
         url('webfont/formalightwebfont.ttf') format('truetype'),
         url('webfont/formalightwebfont.svg#alefbold') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'Reforma-Medium';
    src: url('webfont/formamediumwebfont.eot');
    src: url('webfont/formamediumwebfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/formamediumwebfont.woff') format('woff'),
         url('webfont/formamediumwebfont.ttf') format('truetype'),
         url('webfont/formamediumwebfont.svg#alefregular') format('svg');
    font-style: normal;
}
/*************************************************************************************/

body{
	font-family:'Reforma-Light', Arial;
	margin: 0px;
	overflow-x:hidden;
    text-align:center;
}
.inner, .inner_stars {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
a {
	text-decoration: none;    
}


.he {
	text-align: right;
	direction: rtl;
}
.en {
	text-align: left;
	direction: ltr;
	font-family:  Lato !important;
}
.mobileOnly{
	display:none !important;
}
.noMarginBottom{
	margin-bottom:0;
}		
.eng_special_font {
    font-family: Lato, Helvetica, Arial;
}

.he_dir {
	direction: rtl;
}
.en_dir {
	direction: ltr;
	font-family: Lato, Helvetica, Arial;
}

.resizecrop{
	right:0 !important;
}

h2 {
	font-size: 39px;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Reforma-Medium;
	font-weight: normal;
}
h3 {
    padding: 0px;
	margin: 0px;
}
	
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.fBold{
	font-family:Reforma-Medium;
	font-weight:normal;
}
.fw-bold {
    font-weight:bold;
}
.clearBoth , .clear_fix {
	clear: both;
}
.floatLeft{
	float:left
}
.error{
	color:#ff6e15;
	font-size:15px;
}

.show {
    display: inline-block !important;
    visibility: visible !important;
}
.hide {
    display: none !important;
    visibility: hidden !important;
}

.dfa_rtl_right_right {
    direction:rtl;
    float:right;
    text-align:right;
}
.en .dfa_rtl_right_right {
    direction:ltr;
    float:left;
    text-align:left;
}
.dfa_rtl_right_left {
    direction:rtl;
    float:right;
    text-align:left;
}
.dfa_rtl_right_center {
    direction:rtl;
    float:right;
    text-align:center;
}
.dfa_rtl_left_right {
    direction:rtl;
    float:left;
    text-align:right;
}
.dfa_rtl_left_left {
    direction:rtl;
    float:left;
    text-align:left;
}
.en .dfa_rtl_left_left {
    direction:ltr;
    float:right;
    text-align:right;
}
.dfa_rtl_left_center {
    direction:rtl;
    float:left;
    text-align:center;
}
.da_rtl_right {
    direction:rtl;
    text-align:right;
}
.en .da_rtl_right {
    direction:ltr;
    text-align:left;
}
.da_rtl_left {
    direction:rtl;
    text-align:left;
}
.da_rtl_center {
    direction:rtl;
    text-align:center;
}
.en .da_rtl_center {
    direction: ltr;
}
.da_ltr_right {
    direction:ltr;
    text-align:right;
}
.da_ltr_left {
    direction:ltr;
    text-align:left;
}
.da_ltr_center {
    direction:ltr;
    text-align:center;
}

select {
    outline: none !important;
    border:none;
    border-bottom:3px solid #ff2d02;
    font-size:19px;
    font-family: 'Reforma-Light', arial;
    font-weight: normal;
}
.en select {
    font-family: 'Lato', arial;
}	
select.dark{
	outline: none !important;
    border: none;
    border-bottom: none;
    background: rgba(0,0,0,0.5);
    color: white;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-top: 10px;

}
#page_body .filter input[type="text"],
#page_body .filter input[type="password"] {
    outline: none !important;
    border:none;
    border-bottom:3px solid #ff2d02;
    font-size:19px;
    font-family: 'Reforma-Light', arial;
    font-weight: normal;
}
.checkbox_large {
    height:24px;
    width:24px;
    vertical-align:middle;
}
/*CONTAINERS*/
.access {
    position: absolute;
    top: -1000px;
    padding: 10px;
    font-size:16px;
	font-weight:bold;
    border: 1px solid #fff;
	margin-right: 30px;
	direction:rtl;
	background-color:#222421;
}
a.access  {
    color: #fff !important;
}	


#topMenu {
	height: 35px;
	color:#8a8b8a;
	font-size: 29px;
    font-family: 'Reforma-Light', arial;
	font-weight: normal;
	background-color: #141613;
}
#topMenu .en{
	font-size: 23px;
}

#topMenu a {
	color:#666674;
    margin:5px;
}	
#topMenu  a:hover {
	color: #FFFFFF;
}
/*
#topMenu .inner #social .svg {
	width: 20px;
}
*/
#topMenu .inner #social .sub {
    vertical-align:sub;
    margin-right:20px;
    margin-left:10px;
}
#topMenu .inner #social .mid {
    vertical-align:middle;
    margin-right:20px;
}
#topMenu .inner #social {
	float: left;
}
#topMenu .inner.en #social {
	float: right;
}
#topMenu .inner #site-title {
	float: right;
}
#topMenu .lang {
	font-size:17px;
	font-family:Arial;
	float:right;
	padding-top:10px;
}
#topMenu .lang.p8 {
    font-weight: bold;
    padding-top: 8px;
}

#topMenu .inner.en #site-title {
    float: left;
    font-size: 24px;
}

#topMenu .inner #social #lng {
    font-size: 16px;
    margin-right:30px;
    margin-left:30px;
    vertical-align:bottom;
}

#topMenu .inner #social #srch {
    padding-right:6px;
    padding-left:6px;
}
.mrg_l {
    margin-left:6px;
}
.pad_me {
    padding-right:50px;
    padding-left:50px;
}

/*
svg#Capa_1 {
	width: 30px;
	height: 20px;
	margin-top: 5px;
	vertical-align: sub;
}
svg#Capa_1 path {fill: #666674 !important;}
svg#Capa_1 path:hover {fill: white !important;}
*/

#header #site-title {
    padding-top:4px;
}
#header .logos {
	background-color: #222421;
	height: 74px;
}

#header .logos .teams,
.panel .teams {
    float: right;
    padding-top:13px;
}
#header .logos .league {
    float:left;
    padding-top:7px;
}
#header .logos .teams img,
.panel .teams img {	
    display:inline-block;
	width: 48px;
    margin-left:20px;
}

.panel .teams img {
    width: 128px;
}

#header logos .league img,
.panel .teams img {
	display:inline-block;
}


#srch_box {
    visibility:hidden;
    display:none;
}

.srch_input {
    width:1160px;
    height: 68px;
    border:solid 1px #222421;
    font-size:49px;
    font-family: 'Reforma-Light', arial;
    color:#eef0ef;
    direction:rtl;
    background-color: #222421;
}
.srch_input.en  {
    direction:ltr;
    font-family: 'Lato', arial;
}

.srch_input:focus {outline:none;}

*::-webkit-input-placeholder {
    color: #565855;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #565855;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #565855;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #565855;
}
.srch_btn {display:none;}

#headerMobile, #headerMobile{
	display:none;
}
#mainMenu {
	background-color: #ff6e15;
    height: 45px;
}
#games {
    background-image: url(../img/bg_games.png);
    background-repeat: repeat-x;
    background-position: center center;
    /*SUMMER*/
    /*
           height: 0px;
    display: none;
    visibility: hidden;
        

    
    */

    height: 200px;
    display: block;
    visibility: visible;
    width: 100%;
    background-size: cover;
}

#slider {
	height: 590px;
	width: 100%;
	background-color: #000;
    background-image: url(../img/bg_slider.png);
    background-repeat: repeat-x;
    background-position: center center;
    text-align:center;
}

#slider .inner {padding-top:20px;}

#allNews {
  color: #fff;
  width: 230px;
  text-align: right;
  background-color: #141614;
  z-index: 100;
  position: absolute;
  margin-top: -24px;
  padding-right: 16px;
  padding-left: 15px;
  padding-top: 3px;
  height: 21px;
  margin-left:899px;
}
#allNews.en {
  text-align: left;
}

#allNews a {
	color: #fff;
	font-size: 16px;
}

.info_tbl {
	height: 524px;
	width: 100%;
    background-image: url(../img/bg_newstable.jpg);
    background-repeat: repeat-x;
    background-position: center center;
}
.special-area {
    height: 600px;
    width: 100%;
    background-image: url(../img/special-bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
}
#leaders {
    font-size: 17px;
    height: 590px;
    color: #ff6e15;
    background-image: url(../img/bg_movilim.jpg);
    background-repeat: repeat-x;
    background-position: center center;
}
#leaders .inner {
    padding-top:40px;
}
#leaders .inner2 {
    text-align:center;
    background-image: url(../img/title_bg_white.png);
    background-position-x:center;
    background-position-y:75%;
    background-repeat:no-repeat;
}
#leaders h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-family: 'Reforma-Medium', arial;
	font-weight: normal;
}
#leaders .en h2 {
	font-family: 'Lato', arial;
}
#leaders_preview {
    max-width:1160px;
    margin:0 auto;
    padding-top:40px;
}
.player_float_first {
    float:right;
}
.en .player_float_first {
    float:left;
}
.player_float:first-child {
    float:right;
	padding-right:0;
}
.en .player_float:first-child {
    float:left;
	padding-left:0;
}
.player_float {
    float:right;
    padding-right:40px;
}
.en .player_float {
    float:left;
    padding-left:40px;
    padding-right:0px;
}

.player_float_first.space_matrix, .player_float.space_matrix {
    margin-bottom:40px;
}

.teams_float {
    display: inline-block;
    margin:20px;
    vertical-align: top;
}
.en .teams_float {
    float:left;
}
.teams_float div {
    font-family:Reforma-Light;
    font-size:17px;
    color:#000;
}
.en .teams_float div {
    font-family:Lato;
}
.teams_float div a {
    color:#000;
}

.player_inner {
    width:160px;
    min-height:410px;
}
.player_inner .leader_pic img {
    width:160px;
    height:220px;
}
.player_inner .leader_pic {
    width:160px;
    height:220px;
    overflow:hidden;
}

.player_inner .leader_in {
    background-color: #ff6e15;
    width: 110px;
    text-align: center;
    margin: -22px auto;
    padding: 10px;
    z-index: 10000;
    color: #fff;
    font-size: 21px;
    font-family: 'Reforma-Medium';
    color: #fff;
    position: relative;
}
.player_inner.en .leader_in {
    font-family: 'Lato';
	font-size: 19px;
}
.player_inner .leader_in.leader_cat_fix {
    margin: -32px auto;
}

.player_inner .leaders_list {
    width: 160px;
    position: relative;
    padding-top: 40px;
    background-color:#141614;
    font-size: 16px;
    font-family: 'Reforma-Light';
}
.player_inner .leaders_list.en {
    font-size: 13.5px;
	line-height:15px;
}
.player_inner .leaders_list .leaders_p,
.player_inner .leaders_list_more .leaders_p {
    padding-bottom:10px;
    color: #fff;
    padding-right:6px;
    padding-left:2px;
}
.player_inner.en .leaders_list .leaders_p,
.player_inner.en .leaders_list_more .leaders_p {
    padding-right:2px;
    padding-left:6px;
}

.player_inner .leaders_list div .leader_name {
    float:right;
    color: #ff6e15;
    margin-right:5px;
    margin-left:2px;
}
.player_inner.en .leaders_list div .leader_name {
    margin-left:5px;
    margin-right:2px;
    float:left;
}	
.player_inner .leaders_list div .leader_name.leader_cat_fix {
    margin-right:15px;
}
.player_inner.en .leaders_list div .leader_name.leader_cat_fix {
    margin-right:0px;
    margin-left:15px;
}

.player_inner .leaders_list_more {
    visibility:hidden;
    display:none;
}

.player_inner .leaders_more {
    height:20px;
    background-color:#222422;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
}
.player_inner .full_ranking {
    font-family:Reforma-Light;
    font-size:15px;
    height:17px;
    padding-top:3px;
    background-color:#222422;
    color:#fff;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
}
.player_inner.en .full_ranking {
    font-family:Lato;
	font-size: 12px;
}
.player_inner .full_ranking a{
    color:#fff !important;
}

.player_inner .leaders_more:hover {
    background-color:#888a88;
    
}
.leaders_more:hover > .leaders_more_ico {
    background-position-x:-18px;
}

.player_inner .leaders_more .leaders_more_ico {
    text-align:center;
    display:inline-block;
    width:18px;
    height:11px;
    background-image:url('../img/btn_arrow_movilim.png');
    background-repeat:no-repeat;
    margin-top: 4px;
}

.player_inner .leaders_more a {
    width:100%;
}
.player_inner .leader_data {
    float:right;
    width:30px;
}
.player_inner.en .leader_data {
    float:left;
}

a.AWhite:hover { text-decoration: none; color: #fff; }
a.AWhite:link { text-decoration: none; color: #fff; }
a.AWhite:visited { text-decoration: none; color: #fff; }
a.AWhite:active { text-decoration: none; color: #fff; }

.player_inner a:hover,
.player_inner a:link,
.player_inner a:visited,
.player_inner a:active
{
    color: #fff;
}

.player_inner .leader_name a:hover,
.player_inner .leader_name a:link,
.player_inner .leader_name a:visited,
.player_inner .leader_name a:active {
    color: #ff6e15;
}


.b-link {
    font-size: 19px;
    font-weight: bold;
    color: #ff6e15;
}

.b-link a:hover,
.b-link a:link,
.b-link a:visited,
.b-link a:active {
    color: #ff6e15;
}

#moreNews {
    background-color: #fff;
    min-height: 1050px;
    text-align: center;
}

#moreNews .inner2,
.inner .team_h {
    text-align:center;
    background-image: url(../img/title_bg_black.png);
    background-position-x:center;
    background-repeat:no-repeat;
}
#moreNews .inner2 {
    background-position-y:75%;
} 
.inner .team_h {
    margin-top:30px;
    margin-bottom:20px;
    background-position-y:60%;
}
#moreNews h2,
.inner .team_h h2 {
	font-size: 40px;
	color: #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
    margin-bottom: 0px !important;
	margin-left: 0px;
	font-family: Reforma-Medium;
	font-weight: normal;
}
#moreNews.en h2,
 .team_h.en h2,
 .inner.en .team_h h2 {
	font-family: Lato;
	font-size:28px;
	line-height:60px;
	font-weight:bold;
}
.inner .team_h h3 {
    font-size: 17px;
}
#moreNews.news_items, #moreNews-2.news_items, .moreInfo {
    padding-top:20px;
}
#moreNews.news_items_2, #moreNews-2.news_items_2 {
    padding-top:40px;
}

.banner1 {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
}

.banner1 img {
	height: 90px;
	width: 728px;
	display:block;
}

#moreNews .moreNewsItem {
	width: 360px;
	margin-right: 20px;
    margin-top:20px;
	float: right;
	height:370px;
}
#moreNews .moreNewsBox {
    width: 342px;
	height:125px;
    margin-top:-15px;
    background-color:#fff;
    display: inline-block;
    position: relative;
}
#moreNews .moreNewsItem .moreNewsImg {
    display: inline-block; /* change the default display type to inline-block */
    overflow: hidden;      /* hide the overflow */
}
#moreNews .moreNewsItem .moreNewsImg img {
	/*width: 360px;
    height:230px;*/
	opacity:1;
	display: block;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;   
}

#moreNews .moreNewsItem:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
#moreNews .moreNewsItem:hover .title { color: #ff6e15; }
#moreNews .moreNewsItem:hover .moreNewsBox {box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.20);}


#moreNews .moreNewsItem .tizer {
	color: #50505e;
    font-size: 17px;
    padding:5px;
}
.moreNewsItem .title {
	font-family: 'Reforma-Medium';
	font-size: 21px;
	color: #141614;
    padding:5px;
}
/*
.moreNewsItem  .title:hover {
	color: #ff6e15;
}
*/
#moreNews .myButton,
#page_body .myButton {
    border: 1px solid #000;
    height: 25px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    width: 110px;
    text-align: center;
    padding-top: 7px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 17px;
}
#moreNews .myButton:hover,
#page_body .myButton:hover {
    border: 1px solid #ff6e15;
	background-color:#ff6e15;
	color:#fff;
}
#frm_btn .myButton {
	border: 1px solid #000;
	height: 5px;
	padding-right: 30px;
	padding-left: 30px;
	color: #000;
	width: 110px;
	text-align: center;
	padding-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size:17px;
    padding-bottom: 7px;
}
#frm_btn .myButton:hover {
    border: 1px solid #ff6e15;
	background-color:#ff6e15;
	color:#fff;
}

#leaders_preview a .myButton {
	border: 1px solid #fff;
	height: 25px;
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
	width: 110px;
	text-align: center;
	padding-top: 7px;
	margin-right: auto;
	margin-left: auto;
    margin-top:10px;
	font-size:17px;
}
#leaders_preview a .myButton:hover {
    border: 1px solid #fff;
	background-color:#fff;
	color:#ff2101;
}
#leaders_preview a {
    color:#fff;
}

#page_body .myButton.auto {
    width: auto !important;
}

#contact-form .fld #frm_btn {
    padding:0px 120px;
    float:left;
    width:110px;
}
.en #contact-form .fld #frm_btn {
    float:right;
}
#contact-form input {
    width:70%;
    height:24px;
    font-size:19px;
}
#contact-form input[type="checkbox"] {
    width:24px;
    height:24px;
    font-size:19px;
    vertical-align: middle;
}
#contact-form input[type="radio"] {
    width:auto;
	vertical-align: bottom;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none !important;
    border:1px solid #ff2d02;
    box-shadow: 0 0 4px #000;
}
#contact-form textarea {
    width:90%;
    height:128px;
    font-size:19px;
    font-family:Arial;
}
#contact-form .label {
    padding-top:8px;
}
#contact-form .fld {
    padding-top:8px;
    padding-bottom:8px;
}
#contact-form .fld .float {
    float: right;
    margin-left: 50px;
}
.en #contact-form .fld .float {
    float: left;
    margin-right: 50px;
    margin-left: 0px;
}
#selectTeams{
	width:100%;
	padding-bottom:30px;
	height: 350px;
	text-align:center
}	
#selectTeams div{
	float:right;
	width:181px;
	height:87px;
	padding-top:15px;
	margin-left:9px;
	margin-bottom:8px;
	text-align:center;
	background-color:#ececec;
	cursor:pointer;
}
#contact-form #selectTeams div{
	width:171px;
}	
.en #selectTeams div{
	margin-right:9px;
	margin-left:0px;
	float:left;
}
#selectTeams div:last-child{
	width: 750px;
    padding-top: 10px;
    height: 37px;
    margin-bottom: 20px;
	font-size:30px;	
}
#contact-form #selectTeams div:last-child{
	width: 750px;
}
#contact-form .myButton{
	width:100px;
	background-color:white;
	padding-bottom:25px;
}	
#selectTeams div.selected{
	background-color:#ff6e15
}
#selectTeams div img{
	width:70px;
}

.vT {
    vertical-align: top;
}
.checkdp {
    width:480px;
    font-size:15px !important;
}

#social_zone {
	background-image: url(../img/bg_social.jpg);
    background-repeat: repeat-x;
    background-position: center center;
	height: 560px;
	text-align: center;
}

#social_zone .inner h2 {
	font-size: 39px;
	color: #FFFFFF;
	margin: 0px;
}

#page_body #wrap_inner {
    margin:0 auto;
    padding-top:60px;
}
#page_body .team_wrap {
    padding-top:30px !important;
    min-height: 200px !important;
    padding-bottom: 0px !important;
}

#page_body #wrap_inner.mrg_10 {
    padding-top:10px;
}

#page_body #wrap_inner_2 .all,
#videos-t .all {
    padding-right: 85px;
    padding-top: 20px;
}
#page_body #wrap_inner_2 .en .all,
#videos-t.en .all {
    padding-left: 85px;
    padding-right: 0px;
}

#videos-2 {
	background-image: url(../img/bg_basketTV.jpg);
    background-repeat: repeat-x;
    background-position: center center;
	height: 800px;
}

#videos {
	background-image: url(../img/bg_basketTV_2.jpg);
    background-repeat: repeat-x;
    background-position: center -100px;
	height: 1066px;
	height:auto;
	padding-bottom:20px;
}

#videos .inner .inner2,
#videos-2 .inner .inner2,
#page_body #wrap_inner .page_full,
.tbl_wrapper .inner {
    text-align:center;
    padding-top:40px;
}
#videos #videoTitle {
    color: white;
    font-size: 45px;
    font-weight: bold;
	margin-top: -20px;
}
#page_body #wrap_inner .page_full.pad_top_10 {
    padding-top:10px;
}

#history_zone {
	background-image: url(../img/bg_history.jpg);
    background-repeat: repeat-x;
    background-position: center center;
	height: 580px;
	text-align: center;
}

#contact-us {
	background-color: #ff2d02;
	height: 200px;
}

#contact-us :focus{
	outline: 3px #212121 solid !important;
    display: inline-block;
}
#devices {
    display:block;
    position:relative;
}
#devices img {
    width:248px;
    height:238px;
    z-index:60001
    ;position:absolute;
    bottom:0px;
    right:9%;
}

#sponsors {
	background-color: #e1e3e1;
	height: 145px;
}
#sponsors .inner {
    padding-top:30px;
    text-align: center;
}

#sponsors .inner img {
	height: 72px;
	margin-right: 10px;
	margin-left: 10px;
    display:inline-block;
}
#footer {
    background-image: url(../img/bg_footer.jpg);
    background-repeat: repeat-x;
    background-position: center center;
	background-color: #000;
	height: 360px;
}

#page_header {

    background-image: url(../img/bg_strip1.jpg);
    background-repeat: repeat-x;
    background-position: center center;
	background-color: #000;
    text-align:center;
	height: 270px;
    z-index:1;
}

#page_header.skin_2 {
    background-image: url(../img/bg_strip2.jpg);
}
#page_header.skin_3 {
    background-image: url(../img/bg_strip3.jpg);
}
#page_header.skin_4 {
    background-image: url(../img/bg_strip4.jpg);
}
#page_header.skin_5 {
    background-image: url(../img/bg_strip5.jpg);
}
#page_header.skin_6 {
    background-image: url(../img/bg_strip6.jpg);
}

#page_header h1 {
    margin: 0 auto;
    text-align:center;
    padding-top:30px;
    font-size:93px;
    font-family:Reforma-Medium;
    color:#fff;
    max-width:960px;
}
#page_header.en h1 {
    font-family:Lato;
}
#page_news_header, #page_search_header {
    
    background-repeat: repeat-x;
    background-position: center center;
	background-color: #000;
    text-align:center;
	height: 270px;
    z-index:1;

    position: relative;

    background-size: cover;
    background-position: 0px 50%;
    
    background-repeat: no-repeat;
}
     
#page_news_header::before,
#page_search_header::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#page_news_header h1,
#page_search_header h1 {
    text-align:center;
    padding-top:10px;
    font-size:79px;
    font-family:Reforma-Medium;
    color:#fff;
    max-width:960px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#page_news_header h1.t_name,
#page_header h1.t_name {
    font-size: 65px;
    /*top:10px;*/
    font-family: Reforma-Medium;
}
#page_news_header.en h1.t_name,
#page_header.en h1.t_name {
    font-family:Lato
}
#page_news_header h1.t_name .eng_special_font {
    font-size: 51px;
    font-weight: bolder;
}
#page_news_header h1.t_name.reduce,
#page_header h1.t_name.reduce {
    font-size:55px;
}
#page_news_header h1.t_name.reduce .eng_special_font {
    font-size: 43px;
}
div#page_news_header h1 a{
    color:#fff !important;
}

#page_news_header .title_date,
#page_search_header .title_date {
    position: absolute;
    margin-top: 0px;
    margin-bottom: 50px;
    
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:0;
}

#page_news_header .title_date .news_date,
#page_search_header .title_date .news_date {
    margin: 0 auto;
    text-align:center;
    padding-top:20px;
    font-size:17px;
    font-family:Reforma-Light;
    font-weight:normal;
    color:#8a8b8a;
    display: inline-block;
}
#page_news_header .title_date .line,
#page_search_header .title_date .line {
    padding:0px 40px;
    margin:0px 20px;
    min-width:100px;
    height:20px;
    border-bottom: solid 1px #8a8b8a;
    top: -8px;
    position: relative;
}

#t_icon img {
    width:64px;
    height:64px;
    opacity: 1 !important;
    position:relative;
    
    z-index:100;
}


#page_body {
    background-color: #fff;
	height: 100%;
    max-height: 100%;
    min-height: 320px;
}
#page_body.noHeight{
	min-height:0;
}	


#wrap_inner {
    background-color: #fff;
    position:relative;
    z-index:10;
    top:-45px;
    margin:0 auto;
    max-width:1160px;
    width:100%;
    min-height: 320px;
    height: 100%;
    border-top:solid 4px #ff6e15;
    padding-top: 20px;
    padding-bottom: 100px;
    display: inline-block;
	font-size: 19px;
	text-align:right;
}
#wrap_inner_2 {
    background-color: #fff;
    margin:0 auto;
    max-width:1160px;
    width:100%;
    min-height: 320px;
    height: 100%;
    padding-top:40px;
    display: inline-block;
}

#wrap_inner_5 {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    min-height: 320px;
    height: 100%;
    padding-top: 40px;
}

#wrap_inner .page_boxes,
.tbl_wrapper .page_boxes {
    float:right;
    padding-right:20px;
    padding-bottom:100px;
    max-width:360px;
    min-width:30%;
}
#wrap_inner .page_content,
.tbl_wrapper .page_content {
    float:right;
    max-width:720px;
    min-width:60%;
    font-family:Reforma-Light;
    font-size:18px;
    line-height:27px;
    display:inline-grid;
}
#wrap_inner.pageNews .page_content{
	float:left;
}

#wrap_inner .page_content {
   padding: 20px 40px 20px 20px;
}
.tbl_wrapper .page_content {
   padding: 20px 30px 20px 10px;
}

#wrap_inner .page_img,
.tbl_wrapper .page_img {
    float:none;
    max-width:1160px;
    min-width:90%;
}

#wrap_inner .page_img {
    padding: 20px;
}

.tbl_wrapper .page_img {
    padding: 10px;
}

#wrap_inner .page_full {
    float:none;
    max-width:1160px;
}

#wrap_inner .page_full .place_center {
    width:100%;
    text-align:center;
    margin:0 auto;
}
#wrap_inner_2 .page_full .place_center {
    width:100%;
    text-align:center;
    margin:0 auto;
}
.place_center.move_left {
    text-align:left !important;
}
.place_center.move_left.en {
    text-align:right !important;
}
.tablist.spacing_top {
    padding-top:20px !important;
}
#wrap_inner_2 .page_full .place-no-align {
    width:100%;
    margin:0 auto;
}
#wrap_inner .page_full .place {
    margin-right:80px;
    margin-left:80px;
}

#wrap_inner .div_news_img,
.tbl_wrapper .div_news_img {
    display: inline-block; /* change the default display type to inline-block */
    overflow: hidden;      /* hide the overflow */
    position: relative;
}
#wrap_inner .div_news_img img, 
.tbl_wrapper .div_news_img img {
	width: 1160px;
	display: block;
}
#wrap_inner .div_news_img .btnPlay,
.tbl_wrapper .div_news_img .btnPlay {
    background-image: url(https://basket.co.il/img/icon_play.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 64px;
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 99;
    cursor: pointer;
    background-size: contain;
	background-position:center;
}

#wrap_inner .page_img #share,
.tbl_wrapper .page_img #share {
    text-align:right;
    padding-top:5px;
}
#share.share_in_gz {
    padding-right:10px;
    padding-left:10px;
}

#wrap_inner .page_intro,
.tbl_wrapper .page_intro {
    font-weight:bold;
    font-size:21px;
    line-height:28px;
}

.tbl_wrapper .page_game_zone_title {
    font-weight:bold;
    font-size:48px;
    line-height:48px;
}
.tbl_wrapper .page_game_zone_date {
    font-size:17px;
    line-height:30px;
}

.person_list {
    
    padding-top:40px;
    max-width:980px;
    margin:0 auto;
}
.person {
    max-height:300px;
    display:inline-block;
	/*float:right;*/
    padding-right:40px;
    padding-bottom:40px;
}
.person_first {
    padding-right:0px;
}
.person_pic {
    overflow: hidden;
    max-height: 220px;
}
.person_pic :focus {
	border: 3px red solid !important;
}
.person img {
    width:160px;
    height:220px;
}
.person img:hover {
    opacity:0.7;
}
.person .person_about {
    background-color:#141614;
    max-width:160px;
    height:80px;
    text-align:center;
    overflow:hidden;
}
.person .person_name {
    padding:4px;
    font-family:'Reforma-Light';
    font-size:25px;
    color:#ff6e15;
}
.person .person_name.too_long {
    font-size:19px;
}

.person .person_job {
    padding:4px;
    font-family:'Reforma-Light';
    font-size:15px;
    color:#fff;
}

.person .person_name a,
.person .person_name a:hover {
    color:#ff6e15;
}
.person .person_job a,
.person .person_job a:hover {
    color:#fff;
}

.data {
    width:100%;
    margin:0 auto;
}
.data_preview {
    max-width:1160px;
    margin:0 auto;
    padding-top:80px;
}

.msg {
    min-height:78px;
    max-height:78px;
    border-top:Solid 1px #b2b2b2;
    overflow:hidden;
    line-height:17px;
}

.msg.msg_first {
     border-top:none;
}

.msg .msg_icon {
    float:right;
    margin-top:22px;
    margin-right:10px;
    width:24px;
}
.en .msg .msg_icon {
    float:left;
    margin-right:0px;
    margin-left:10px;
}	

.msg .msg_txt {
    float:right;
    margin:14px 10px 0px 5px;
    width:230px;
    max-width:230px;
    text-align:right;
    direction:rtl;
    overflow:hidden;
    font-family: 'Reforma-Light', Arial;
    font-size:15.5px;
    color:#1c1c1c;
}
.en .msg .msg_txt {
    float:left;
    text-align:left;
    direction:ltr;
}
.msg .msg_txt.en{
    direction:ltr;
    text-align:left;
}	
.msg .msg_txt a:focus {
	display:inline !important;
}	
.msg .msg_txt_full {
    float:right;
    margin:25px 10px 0px 10px;
    width:900px;
    max-width:900px;
    text-align:right;
    direction:rtl;
    overflow:hidden;
    font-family: 'Reforma-Light', Arial;
    font-size:17px;
    color:#1c1c1c;
}
.en .msg .msg_txt_full {
    float:left;
    text-align:left;
    direction:ltr;
    font-family: Lato, Arial;
}

.msg .msg_txt a, .msg .msg_txt_full a {
    color:#1c1c1c;
}
.msg .msg_day_month a {
    color:#b2b2b2;
}

.msg .msg_day_month {
    float:left;
    width:75px;
    margin-top:24px;
    font-family: 'Reforma-Medium', Arial;
    color:#b2b2b2;
    line-height:24px;
}
.en .msg .msg_day_month {
    float:right;
    font-family: Lato, Arial;
	line-height:27px;
}
.msg .msg_day_month .day_day {
    font-size: 48px;
}
.msg .msg_day_month .month_name {
    font-size: 17px;
}

.info_txt {
    margin:5px 0px 5px 15px;
    width:335px;
    max-width:335px;
    text-align:right;
    direction:rtl;
    overflow:hidden;
}
.box_float_first {
    float:right;
}
.box_float:first-child {
    padding-right:0px;
}
.box_float_first_inner {
    float:right;
    padding-right:20px;
}

.box_float {
    float:right;
    padding-right:20px;
    
}
.box_no_float {
    float:none;
    padding-top:20px;
    font-family:Reforma-Light;
}
.box_no_float .box_icon img {
    width:64px;
    height:64px;
}
.box_no_float .box_icon {
    float:left;
}
.box_no_float .box_title {
    /*float:left;*/
    padding-left:20px;
    /*padding-top:20px;*/
    font-size:21px;
    color:#000;
    /*max-width:220px;*/
    overflow:hidden;
}
.box_no_float .box_title a, .box_title a {
    color:#000;
}
.box_inner {
    width:360px;
    min-height:407px;
}

.box_content .box_title {
    background-color:#ff6e15 !important;
    height:50px;
    text-align:center;
}
.box_content .box_title img {
    margin:0px;
    vertical-align: bottom;
}

.box_content .box_title h3 {
    padding-top:15px;
    font-size:29px;
    font-family: 'Reforma-Medium', Arial;
    color:white;
    font-weight: normal;
}
.en .box_content .box_title h3 {
    font-family: 'Lato' !important;
	padding-top:8px;

}
.box_content .box_title h3.with_img {
    padding-top:8px;
}

.box_content {
    background-color:#fff;
    max-height:360px;
    min-height:360px;
}
.box_content div {
    text-align:center;
}
.box_content_tbl {
    background-color:transparent;
    max-height:360px;
    min-height:360px;
}
.box_content_tbl.fixed-h {
    background-color: transparent;
    max-height: 360px;
    min-height: auto;
    height: auto;
}

.box_more {
    background-color:#141614;
    height:35px;
    text-align:center;
    margin-top:12px;
    line-height:15px;
}

.box_more:hover {
    background-color:#222422;
}

.box_more .icon_more{
    float:right;
    padding-right:110px;
    padding-top:12px;
}
.box_more .icon_more a img{
    height:11px !important;
}
.en .box_more .icon_more{
    float:left;
    padding-left:125px;
    padding-right:0px;
}
.box_more .txt_more {
    float:right;
    padding-right:5px;
    padding-top:11px;
    font-size:17px;
}
.en .box_more .txt_more {
    float:left;
    padding-left:5px;
    padding-right:0px;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display:none;
}

#standings {
    text-align: center;
    direction: ltr;
    width: 330px;
    margin: 5px 15px 5px 15px;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 17px;
    line-height: 17px;
}
.en #standings {
    direction:rtl;
    font-size:12px;
}
#standings .td_header{
    background-color:#dedede;
    font-weight:bold;
    color:#000;
}
.header_reduce {
    font-size:13px !important;
    line-height:26px;
}
#standings .site_row{
    background-color:#fff;
    color:#1c1c1c;
}
#standings .site_row_zoogi{
    background-color:#f1f1f1;
    color:#1c1c1c;
}
#standings a{
    color:#1c1c1c;
}
#standings .site_cell {
     min-width:40px;
     padding:1px;
}
#standings .site_cell .tName{
     width:130px;
}
td.da_rtl_right.site_cell.tName.reduce {
     font-size:13px;
}
#standings .td_line {
     height:1px;
     background-color:#ff0000;
     text-align:center;
     width:100%;
     font-size:1px;
     line-height:1px;
}
#standings .td_line_playoff {
    height: 1px;
    background-color: #00cc00;
    text-align: center;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
}

#standings .td_line_playoff_2 {
    height: 1px;
    background-color: #0000cc;
    text-align: center;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
}

.standings_2 {
    text-align:center;
    direction:ltr;
    width:240px;
    vertical-align:top;
    border-collapse:collapse;
    border-spacing:0px;
    font-size:15px;
}
.standings_2 .td_header{
    background-color:#fd2e04;
    font-weight:bold;
    color:#fff;
    padding:4px;
}
.standings_2 .site_row{
    background-color:transparent;
    color:#fff;
}
.standings_2 a{
    color:#fff;
}
.standings_2 .site_cell {
     min-width:30px;
     padding:4px;
}
.standings_2 .site_cell .tName{
     width:140px;
     font-size:15px;
}
.standings_2 .site_cell a {
    color:#fff;
}
.standings_2 .site_cell a:hover{
     color:#fff;
}


#history_preview, #social_preview {
    max-width:1160px;
    margin:0 auto;
    padding-top:35px;
}

#history_zone .inner,
#social_zone .inner {padding-top:40px;}

.box_inner_2 {
    width:360px;
    min-height:440px;
    padding:5px;
}

.box_title_2 {
    
    background-repeat:no-repeat;
    background-color:transparent;
    background-position-y:top;
    width:360px;
    height:64px;
    text-align:center;
}
.box_title_2.fb {
    background-image:url('../img/title_facebook.png');
}
.box_title_2.insta {
    background-image:url('../img/title_instagram.png');
}
.box_title_2.twitter {
    background-image:url('../img/title_twitter.png');
}

.box_content_2 {
    background-color:#fff;
    max-height:376px;
    min-height:376px;
    padding: 5px;
}
.box_content_2 div {
    text-align:center;
    
}

#history_zone .inner2 {
    text-align:center;
    background-image: url(../img/title_bg_white.png);
    background-position-x:center;
    background-position-y:75%;
    background-repeat:no-repeat;
}
#history_zone h2 {
	font-size: 40px;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 0px !important;
	margin-left: 0px;
	font-family: 'Reforma-Medium',Arial;
	font-weight: normal;
}
#history_zone .en h2 {
	font-family: 'Lato',Arial;
}

#contact-us .inner2 {
    text-align:center;
    padding-top:20px;
}
#contact-us .inner2.en {
    padding-top:2px;
}
#contact-us .inner2 h2 {
	font-size: 40px;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 0px !important;
	margin-left: 0px;
	font-family: 'Reforma-Medium',Arial;
	font-weight: normal;
}
#contact-us .inner2.en h2 {
	text-align:left;
	font-family: 'Lato',Arial;
}
#contact-us .inner2 h2 .eng_special_font {
    font-size: 32px;
	font-weight: bold;
}

#contact-us .inner3 > div {
    margin-top:10px;
    font-size: 17px;
	color: #000;
    max-width: 560px;
    margin-right: 315px;
	float:right;
}


#mediaplayer, 
#mediaplayer_3 {
	height: 586px;
	width: 1042px;
	margin: 0 auto;
}

#videos .inner .inner2 .all,
#videos-2 .inner .inner2 .all,
.tbl_wrapper .all {
    margin:0 auto;
    display:inline-block;
    text-align:center;
}


#videos .videoThumb,
#videos-2 .videoThumb,
#page_body .videoThumb {
	width: 160px;
	float: right;
	margin-left: 40px;
	cursor:pointer;
    border:solid 3px transparent;
    position:relative;
    top:0;left:0; 
}
#videos .videoThumb.en,
#videos-2 .videoThumb.en,
#page_body .videoThumb.en {
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}	
#page_body .videoThumb {
    border:none;
    opacity:1;
    margin-bottom:40px;
    height:160px;
    overflow:hidden;
}

#videos .inner .videoThumb:hover {
	border: solid 3px #fff;
}
#videos-2 .videoThumb:hover {
	border: solid 3px #ff6e15;
}
#page_body .videoThumb:hover,
#page_body .videoThumb:focus {
    opacity:0.7;
}

#videos-2 .videoThumb div,
#page_body .videoThumb div {
    font-size:15px;
    padding:3px;
}
#videos-2 .videoThumb.en div,
#page_body .videoThumb.en div {
    font-size:14px;
}

#videos .inner .videoThumb:last-child,
#videos-2 .inner .videoThumb:last-child,
#page_body .last_v {
	margin-left: 0px;
}

#videos .videoThumb:focus {
	border:solid 3px #fff;
}
#videos-2 .videoThumb:focus {
	border: solid 3px #ff6e15;
}	


#videos .videoThumb img,
#videos-2 .videoThumb img,
#page_body .videoThumb img {
	/*width: 100%;*/
	display: block;
    position:relative;
    top:0;left:0;
}
#videos .videoThumb .btnPlay,
#videos-2 .videoThumb .btnPlay,
#page_body .videoThumb .btnPlay {
    position: absolute; 
    top:5px;
    left:5px;
    width:24px;
    height:24px;
}

.menu_middle_item .menu_middle_item_pic img {
    position:relative;
    top:0;left:0;
}
.menu_middle_item .menu_middle_item_pic .btnPlay {
    position: absolute; 
    top:55px;
    left:25px;
    width:24px !important;
    height:24px !important;
}

/*
#videos .inner .videoThumb img:hover {
	opacity: 0.7;
}
*/
#videos .inner .inner3 {
    text-align:center;
    padding-top:36px;
}
#videos .inner3 {
    text-align:center;
    background-image: url(../img/title_bg_numbers.png);
    background-position-x:center;
    background-position-y:bottom;
    background-repeat:no-repeat;
    min-height:147px;
}
#videos .inner3 h2 {
	font-size: 29px;
	color: #fff;
	padding: 0px;
	margin-top: -13px;
	margin-right: 0px;
    margin-bottom: 0px !important;
	margin-left: 0px;
	font-family: 'Reforma-Medium',Arial;
	font-weight: normal;
}
#videos .inner3.en h2 {
	font-family: 'Lato',Arial;
}
#videos .inner3 h2 .eng_special_font {
    font-size: 21px;
    font-weight:bold;
}

#videos .stat_i {
    margin:25px 10px 15px 10px;
    display:inline-block;
    text-align:center;
}
#videos #info_data_1 {
    width:100px;
}

#videos #info_data_3,
#videos #info_data_4,
#videos #info_data_6 {
    width:175px;
}
#videos #info_data_2 {
    width:210px;
}
#videos .stat_n:first-child {
    margin-right:5px;
}
#videos .stat_n:last-child {
    margin-left:5px;
}
#videos .stat_n {
    color:#ff2d02;
    font-family:'Reforma-Medium',Arial;
    font-size:55px;
    font-weight:bolder;
    text-shadow: 1px 1px 1px #000;
    text-align:center;
}
#videos .stat_d {
    color:white;
    font-family:'Reforma-Medium',Arial;
    font-size:23px;
    text-align:center;
}
#videos .en .stat_d {
    font-family:'Lato',Arial;
	text-transform:capitalize;
}

.jw-display-icon-container .jw-icon-display {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(https://basket.co.il/img/icon_play.png);
    background-color: transparent;
    background-size: contain;
}
.jw-display-icon-container .jw-icon-display::before {
    content:'';
}
#mediaplayer .jw-display-icon-container,
#mediaplayer_3 .jw-display-icon-container {
    background-color:transparent;
}
.jw-title-primary {
    font-weight: 700;
    color: #fff;
    font-size: 74px;
    font-family: 'Reforma-Medium',Arial;
    text-align: center;
    padding-top: 40px;
    overflow: inherit;
    white-space: normal;
    direction:rtl;
}
.en .jw-title-primary {
    font-family: 'Lato',Arial;
}
.jw-reset {
    background-color:transparent !important;
}

#page_game_zone_header {
    background-image:url('../img/bg_movilim.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-clip:content-box;
    background-color:#fe1c03;
    height:340px;
    max-height:340px;
    width:100%;
    margin:0 auto;
}

#page_game_zone_header #wrap_inner_3 {
    max-width: 1160px;
    margin: 0 auto;
}

#page_game_zone_header_white {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-clip: content-box;
    background-color: #fff;
    min-height: 340px;
    width: 100%;
    margin: 0 auto;
}

#page_game_zone_header_white #wrap_inner_3 {
    max-width: 1160px;
    margin: 0 auto;
}

#wrap_inner_3 .series_link {
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
}
#wrap_inner_3 .series_link a{
    color: #fff;
}


#page_game_zone_header div h4,
#page_game_zone_header_white div h4 {
    font-family: 'Reforma-Medium',Arial;
    font-size: 33px;
    color: #000;
    margin: 5px auto;
    text-align: center;
}
#page_game_zone_header div h4.en {
    font-family: 'Lato',Arial;
    font-size: 25px;
}
#page_game_zone_header div h5,
#page_game_zone_header_white div h5 {
    font-family: 'Open Sans Hebrew','Reforma-Light',Arial;
    font-size: 17px;
    color: #000;
    margin: 5px auto;
    padding-left: 10px;
    text-align: center;
}
#page_game_zone_header div h5.en {
    font-family: 'Lato',Arial;
    font-size: 17px;
}
#page_game_zone_header div h5 a,
.blink_me a {
    color:#000;
}
#page_game_zone_header .game_zone_result a {
    color:#fff;
}
#page_game_zone_header_white .game_zone_result a {
    color: #000;
}

#page_game_zone_header div h6,
#page_game_zone_header_white div h6 {
    font-family: 'Reforma-Light',Arial;
    font-size: 17px;
    color: #000;
    margin: 5px auto;
    text-align: center;
}
#page_game_zone_header div h6.en {
    font-family: 'Lato',Arial;
    font-size: 15px;

}
#page_game_zone_header .game_zone_team_name,
#page_game_zone_header .game_zone_result,
#page_game_zone_header_white .game_zone_team_name,
#page_game_zone_header_white .game_zone_result {
    font-family: 'Reforma-Medium',Arial;
    color: #000;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

#page_game_zone_header .game_zone_team_name,
#page_game_zone_header_white .game_zone_team_name {
    font-size: 25px;
    width: 30%;
    position: relative;
    top: 55px;
}
#page_game_zone_header .game_zone_team_name.home_team,
#page_game_zone_header_white .game_zone_team_name.home_team {
    text-align: left;
    padding: 0px 10px;
}
#page_game_zone_header .game_zone_team_name.away_team,
#page_game_zone_header_white .game_zone_team_name.away_team {
    text-align: right;
    padding: 0px 10px;
}
#page_game_zone_header .game_zone_team_icon,
#page_game_zone_header_white .game_zone_team_icon {
    width: 12%;
    float: right;
}
#page_game_zone_header .game_zone_team_icon img,
#page_game_zone_header_white .game_zone_team_icon img {
    width: 128px;
    height: 128px;
}
#page_game_zone_header .game_zone_result,
#page_game_zone_header_white .game_zone_result {
    font-size: 35px;
    float: right;
    width: 10%;
    min-width: 10%;
    position: relative;
    top: 55px;
}
#page_game_zone_header .game_zone_result.series_result,
#page_game_zone_header_white .game_zone_result.series_result {
    font-size: 69px;
    top: 35px;
}

#page_game_zone_header div h4 img,
#page_game_zone_header_white div h4 img {
    vertical-align: bottom;
}

#page_game_zone_header .more_data,
#page_game_zone_header_white .more_data {
    padding-top: 10px;
}

.link-1 {
    display: inline-block;
    margin: 0px 5px;
}

#buyButton img {
    width: 140px;
    height: 38px;
}

#page_game_zone_header .game_zone_result.fix_w {
    width:30%;
    min-width:20%;
    top:5px;
    max-height:130px;
    overflow:hidden;
}
#page_game_zone_header .game_zone_team_name.fix_w {
    width:20%;
}
.page_space_before_footer {
    padding-bottom:160px;   
}
#panel5 {
    position:relative;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}

#wrap_inner_4 {
    display:inline-block;
    margin-top:-60px;
    direction:rtl;
}
#wrap_inner_4.en {
    direction:ltr;
    font-family:'Lato', Arial;
}
#wrap_inner_4 .box_game_in_series {
    display:inline-block;
    margin:0px 20px 10px 20px;
    width:200px;
    height:170px;
    
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 1px 5px 2px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 1px 5px 2px rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#wrap_inner_4 .box_game_in_series .box_game_title {
    background-color:#e0e0e0;
    text-align:center;
    font-size:23px;
    font-family: 'Reforma-Medium',Arial;
    color:#ff6e15;
    padding:4px;
}
#wrap_inner_4 .box_game_in_series .box_game_team {
    background-color:#fff;
}
#wrap_inner_4 .box_game_in_series .box_game_team.border {
    border-bottom:solid 1px #e0e0e0;
}

#wrap_inner_4 .box_game_in_series .box_game_team .series_team_icon {
    background-color:#fff;
    float:right;
    padding: 2px 4px; 
}
#wrap_inner_4 .box_game_in_series .box_game_team .series_team_icon img {
    width:48px;
    height:48px;
}
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_result {
    background-color:#fff;
    float:right;
    font-size:42px;
    padding: 6px 12px; 
}

#wrap_inner_4 .box_game_in_series .box_game_team .series_team_icon.en {
    float:left;
}

#wrap_inner_4 .box_game_in_series .box_game_team .series_game_result.en,
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_result.winner.en {
    float:left;
    font-size:36px;
}
#wrap_inner_4 .box_game_in_series .box_game_more.en,
#wrap_inner_4 .box_game_in_series .box_game_title.en,
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_data.en,
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_data.fw-bold.en {
    text-align:center;
    font-family:'Lato', Arial;
}

#wrap_inner_4 .box_game_in_series .box_game_title.en {
    font-size:20px;
}

#wrap_inner_4 .box_game_in_series .box_game_team .series_game_data {
    font-size:17px;
    font-family:'Reforma-Light',Arial;
    min-height:43px;
    padding: 10px 12px 2px 12px; 
    text-align:center;
}
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_data.en,
#wrap_inner_4 .box_game_in_series .box_game_team .series_game_data.fw-bold.en {
    font-size:15px;
}

#wrap_inner_4 .box_game_in_series .box_game_team .series_game_result.winner {
    font-weight:bold;
}
#wrap_inner_4 .box_game_in_series .box_game_more {
    background-color:#ff6e15;
    padding:6px 0px;
    color:#fff;
    font-size:16px;
    direction:rtl;
    text-align:center;
}
#wrap_inner_4 .box_game_in_series .box_game_more.en {
    direction:ltr;
    padding:4px 0px;
}
#wrap_inner_4 .box_game_in_series .box_game_more a{
    color:#fff;
}

.tbl_wrapper .box_q {
    margin:40px 0px;
}
.tbl_wrapper .box_q .q_img_right,
.tbl_wrapper .box_q .q_img_left {
    background-color:#fff;
}
.tbl_wrapper .box_q .q_img_right {float:right;}
.tbl_wrapper .box_q .q_img_left {float:left;}

.tbl_wrapper .box_q .q_img_right img,
.tbl_wrapper .box_q .q_img_left img {
    width: 160px;
    height: 220px;
}
.tbl_wrapper .box_q .q_box_right,
.tbl_wrapper .box_q .q_box_left {
    background-color:#f1f1f1;
    width:760px;
    max-width:760px;
    min-height:220px;
    height:auto;
    margin: 0px 40px;
}
.tbl_wrapper .box_q .q_box_right {float:right;}
.tbl_wrapper .box_q .q_box_left {float:left;}

.tbl_wrapper .box_q .q_team_logo_right,
.tbl_wrapper .box_q .q_team_logo_left {
    padding:10px;
}
.tbl_wrapper .box_q .q_team_logo_right img,
.tbl_wrapper .box_q .q_team_logo_left img {
    width: 32px;
    height: 32px;
}

.tbl_wrapper .box_q .q_team_logo_right {float:right;}
.tbl_wrapper .box_q .q_team_logo_left {float:left;}

.tbl_wrapper .box_q .q_title_right,
.tbl_wrapper .box_q .q_title_left {
    padding: 8px 2px;
}

.tbl_wrapper .box_q .q_title_right {float:right;}
.tbl_wrapper .box_q .q_title_left {float:left;}

.tbl_wrapper .box_q .q_align_right {text-align:right;}
.tbl_wrapper .box_q .q_align_left {text-align:left;}

.q_person_name {
    font-size: 23px;
    font-family: 'Reforma-Medium';
    color:#000;
}
.q_person_name a {
    color:#000;
}
.q_person_team_name {
    font-size: 13px;
    font-family: 'Reforma-Light';
    color:#ff6e15;
}
.q_person_team_name a {
    color:#ff6e15;
}
.q_body {
    padding:20px;
    font-family: 'Reforma-Light';
    font-size: 19px;
}

.team_info {
    width:1140px;
    text-align: center;
}
.team_info .info_box {
   background-color:#f1f1f1;
   min-width:360px;
   max-width:360px;
   word-break:break-word;
   min-height:120px;
   float:right;
   text-align:right;
   direction:rtl;
}
.team_info .info_box:first-child {
	margin-right:18px;
}	
.en .team_info .info_box:first-child {
	margin-left:18px;
	margin-right:0;
}	
.en .team_info .info_box {
   float:left;
   text-align: left;
   direction:ltr;
}

.team_info .info_sep {
    border-right:solid 1px #8d8d8d;
    margin:10px;
    padding: 50px 0px;
    float:right;
}
.en .team_info .info_sep {
   float:left;
}
.team_info .info_box .info_box_icon {
    display:inline-block;
    padding:10px 10px 0px 5px;
}
.team_info .info_box .info_box_data {
    display:inline-block;
    vertical-align: top;
    padding-top: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Reforma-Light';
    color:#000;
    max-width:280px;
    word-break:break-word;
}
.team_info .info_box .info_box_data a {
    color:#000;
}
.team_roster {
    padding-top:20px;
}
.team_roster .roster_coahces {
    float:right;
    width:25%;
    padding: 5px 10px 5px 0px;
}
.en .team_roster .roster_coahces {
    float:left;
}
.team_roster .role_title {
    font-size:21px;
    font-family:Reforma-Medium;
    color:#000;
    padding:0px 15px;
}
.team_roster .role_title.spacer {
    margin-top:40px;
}
.team_roster .roster_coahces .box_role {
    margin:10px;
}
.box_role a {
    color:#000;
}
.box_role_data {
    float:right;
}
.en .box_role_data {
    float:left;
	font-size:17px;
}
.box_role_data img {
    width:65px;
    height:90px;
    padding:5px;
}
.box_role_data.role_name{
    font-size:23px;
    font-family:Reforma-Light;
    color:#ff6e15;
    padding-right: 4px;
    padding-top: 17px;
}
.en .box_role_data.role_name{
    font-family:Lato;
}
.box_role_data.role_name.en{
	font-size:17px;
	padding-left:10px;
}
.box_role_data.role_name.reduce{
    font-size:17px;
}
.box_role_data.role_num{
    font-size: 55px;
    font-family: 'Open Sans Hebrew','Segoe UI','Century Gothic';
    font-weight:lighter;
    letter-spacing:-0.06em;
    padding: 0px 10px 0px 0px;
    color:#000;
    padding:0px;
}
.box_role_data.role_desc{
    font-size:15px;
    font-family:Reforma-Light;
    color:#666;
    padding: 0px 5px;
    vertical-align:bottom;
}
.box_role_data .role_c {
    font-size: 16px;
    font-family: Reforma-Medium;
    color: #ff6e15;
}

.team_roster .roster_players {
    float: right;
    width: 70%;
    padding: 5px 0px;
}
.en .team_roster .roster_players {
    float:left;
}
.team_roster .roster_players .box_role {
    margin:10px;
    float:right;
    width:30%;
}
 .team_roster.en .roster_players .box_role {
    float:left;
}
.team_info .owl-carousel{
    height:140px;
    overflow:hidden;
}
.team_info .owl-carousel .box_role {
    float:right;
    width: 240px;
    overflow:hidden;
    margin:10px;
}

#team_kit {
    margin-top:30px;
	height: 810px;
	color: #fff;
    background-color:#000;
    background-repeat: no-repeat;
    background-position: center center;
}
#team_kit .inner {
    padding-top:30px;
}
#team_kit .inner2 {
    text-align:center;
    background-image: url(../img/title_bg_white.png);
    background-position-x:center;
    background-position-y:35%;
    background-repeat:no-repeat;
}
#team_kit h2 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-family: 'Reforma-Medium', arial;
	font-weight: normal;
}
#team_kit .en h2 {
	font-family: 'Lato', arial;
}
.inner2 #kit_switch {
    cursor:pointer;
}
#info_team_tbl {
	height: 524px;
	width: 100%;
}
.job {
    min-height:21px;
    border-top:Solid 1px #d3d3d3;
}
.job.job_first {
     border-top:none;
}
.job .job_txt {
    font-family: 'Reforma-Light', Arial;
    font-size:17px;
    color:#000;
    padding:3px 4px;
}
.job .job_txt.he,
.arena_attr.he {
    text-align:right;
    direction:rtl;
}
.job .job_txt.en,
.arena_attr.en {
    text-align:left;
    direction:ltr;
	font-size:14px;
}
.job .job_txt a {
    color:#000;
}
.arena_title {
    font-family: 'Reforma-Medium', Arial;
    font-size:23px;
    color:#000;
    background-color:#d8d8d8;
    padding:5px;
}
.en .arena_title {
    font-family: 'Lato', Arial;
}
.arena_img img {
    width:360px;
    max-height:180px;
    overflow:hidden;
}
.arena_attr {
    font-family: 'Reforma-Light', Arial;
    font-size:17px;
    color:#000;
    padding:8px 4px;
}
.inner .teams {
    float: right;
    text-align: center;
    margin: 0 auto;
}
.inner .teams.center {
    display: inline-block;
    width: 100% !important;
}
.inner .teams .teams_float.records {
    width: 240px;
	min-height:180px;
}
.teams_float div.r_icon {
    text-align:center;
}
.teams_float div.r_icon img {
    width:85px;
    height:85px;
}
.teams_float div.r_data {
    color: #ff6e15;
    font-size: 31px;
    font-family: Reforma-Medium;
    border-bottom: solid 1px #ff6e15;
    margin-bottom: 10px;
    margin: 0px 20px 10px 20px;
}
.en .teams_float div.r_data {
    font-family: Lato;
	font-weight:bold;
	font-size:25px;
}
.teams_float div.r_data.reduce {
    font-size: 24px;
    line-height: 33px;
}
.teams_float div.r_data.reduce_2 {
    font-size: 15px;
    line-height: 17px;
}

.teams_float div.r_game {
    font-size: 15px;
    line-height: 17px;
}
.teams_float div.r_rank {
    font-size:23px;
}
.inner .teams .teams_float.trophies {
    width: 240px;
}
.teams_float.trophies div.r_icon img {
    width:105px;
    height:130px;
}
.teams_float.trophies div.r_game {
    font-size:19px;
    font-weight:bold;
}
.teams_float.trophies div.r_trophy {
    font-size:23px;
    font-weight:bold;
    color: #ff6e15;
}

.player_page {
    width:100%;
    margin:0 auto;
    text-align: center;
}
.player_info {
    padding-top:25px;
    display: inline-block;
    height:605px;
}
.player_info .player_img{
    float:right;
}
.player_info .player_data{
    float:right;
    background-color:#ff6e15;
    font-size:17px;
    font-family:Reforma-Light;
    color:#fff;
}
.en .player_info .player_data{
    font-family:Reforma-Light;
    font-size:15px;
}
#twt{
	width: 100%;
    margin-right:auto;
	margin-left:auto;
	margin-top:40px;
    background-color: rgba(152, 152, 152, 0.21);
    height: 110px;
    text-align: center;
	padding-top:10px;
}
    #twt .inner {
        width: auto;
        display: inline-block;
        padding-top: 10px;
    }
#twt .floatRight{
	float:right;
	width:200px;
}
.box_title {
    font-size: 16px;
}
.player_info .p_main {
    background-color: #ff6e15;
    width: 400px;
    min-height: 275px;
}
.player_info .p_main .p_info {
    font-size:17px;
    font-family:Reforma-Light;
    color:#fff;
    padding:5px 20px;
}
.en .player_info .p_main .p_info {
    font-size:15px;
}
.player_info .p_header{
    border-bottom: solid 1px #fff;
    padding:0px;
    margin: 0px 20px;
}
.player_info .player_data .p_main .p_header .p_num{
    float:right;
    font-size: 87px;
    font-family: 'Open Sans Hebrew','Segoe UI','Century Gothic';
    font-weight:lighter;
    letter-spacing:-0.06em;
    color:#141614;
    padding:0px;
}
.en .player_info .player_data .p_main .p_header .p_num{
    float:left;
}
.player_info .player_data .p_main .p_header .p_name{
    float:right;
    padding:0px 5px;
}
.en .player_info .player_data .p_main .p_header .p_name{
    float:left;
	padding-left:10px;
}
.player_info .player_data .p_main .p_header .p_first_name{
    font-size: 29px;
    font-family:Reforma-Light;
    color:#ffbfa7;
    padding-top: 25px;
    padding-right: 5px;
}
.player_info .player_data .p_main .p_header .p_last_name{
    font-size: 61px;
    line-height: 50px;
    font-family:Reforma-Medium;
    color:#fff;
}
.en .player_info .player_data .p_main .p_header .p_last_name{
    font-size: 51px;
}
.player_info .player_data .p_main .p_header .p_last_name.reduce{
    font-size: 41px;
    line-height: 55px;
}
.player_info .player_data .p_main .p_header .p_last_name.reducer{
    font-size: 31px;
}
.player_info .player_img img{
    width:440px;
    height:605px;
}
.player_info .player_data .p_data_1,
.player_info .player_data .p_data_2,
.player_info .player_data .p_data_3 {
    height:110px;
    color:#fff;
}
.player_info .player_data .p_data_1 {
    background-color: #ff2d02;
}
.player_info .player_data .p_data_2 {
    background-color: #f1411c;
}
.player_info .player_data .p_data_3 {
    background-color: #f5613b;
}
.player_info .player_data .p_data_num {
    font-size: 60px;
    font-family: 'Open Sans Hebrew','Segoe UI','Century Gothic';
    font-weight:lighter;
    letter-spacing:-0.06em;
    color:#fff;
    text-align:center;
}
.player_info .player_data .p_data_desc {
    font-size: 19px;
    font-family: Reforma-Light;
    clear:both;
    text-align:center;
}
.en .player_info .player_data .p_data_desc {
    font-family: Lato;
}
.player_info .player_data .p_main .p_info a{
    color:#fff;
}
.player_info .player_data .p_main .p_info {
    line-height:19px;
}
.p_info_title {
    font-family:Reforma-Medium;
}
.en .p_info_title {
    font-family: Lato;
}
.note {
    text-align:center;
    padding:3px;
    margin:3px;
    color:red;
}
.pic_cell img {
    width:60px;
    height:82px;
}
.p_info_title_frm {
    font-family:Reforma-Medium;
    font-size:27px;
    color:#000;
}
.btn_pos_1 {
    display:inline-block;
    margin-right:20px;
    margin-left:20px;
}
.btn_pos_2 {
    display:inline-block;
    margin:20px 20px 0px 20px;
}

.tbl_and_list.rec {
    margin-top:0px !important;
}
#records_title {
    margin-top:0px !important;
    padding-top:0px !important;
}
.no_rec {
    font-family:'Reforma-Medium';
    font-size:19px;
    color:#ff6e15;
    padding: 20px 10px;
}
select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: #aaa;
    background-color:#f1f1f1;
}
.award {
	color:#ff6e15;
	font-size:18px;
    font-weight:bold;
}
.award.reduce {
	color:#ff6e15;
	font-size:15px;
    font-weight:bold;
}

.award_team	{
	color:#000;
	font-size:17px;
}

.comp-regular-or-playoff {
    color: #ff2d02;
    font-size: 18px;
    font-family: 'Reforma-Medium';
}
/*TABS*/

.tablist .sep {
    float:right;
    padding-top:12px;
}
.en .tablist .sep {
    float: left;
}
#search_tab_panels.tabpanel { 
  /*margin: 5px; */
  padding: 0; 
  height: 1%; /* IE fix for float bug */ 
} 
#search_tab_panels .tablist {
	padding: 0;
	list-style: none;
	margin-top: 0;
	display:inline-block;
	margin-bottom: 0;
	margin-left: 0px;
} 

#search_tab_panels .tab {
	margin: .2em 1px 0 0;
	padding: 10px;
	height: 1em;
	float: right;
	display: inline; /* IE float bug fix */
} 
#search_tab_panels.en .tab {
	float: left;
}
#search_tab_panels .panel {
	clear: both;
	display: block;
	margin: 0 0 0 0;
	/*padding: 10px;*/
	max-width: 1160px;
} 
#search_tab_panels li {
	font-family: 'Reforma-Medium';
    font-size:20px;
    color:#ff6e15;
    background: none;
}
#search_tab_panels.en li {
	font-family: 'Lato';
	font-size:21px;
}
#search_tab_panels li a {
    color:#ff6e15;
    background: none;
} 
#search_tab_panels li.selected {
	font-family: 'Reforma-Medium';
    color:#ff2d02 !important;
    background: none;
} 
#search_tab_panels.en li.selected {
	font-family: Lato;
	font-weight:bold;
    background: none;
    color:#ff2d02;
}
#search_tab_panels.en li.selected a {
    color:#ff2d02;
}
#search_tab_panels li.selected a {
    color:#ff2d02;
}
#search_tab_panels :focus {
	outline: -webkit-focus-ring-color auto 0px;
} 
#search_tab_panels li span {
	font-family: 'Reforma-Light';
    font-size:12px;
    color:#8a8b8a;
}


/*TABS 2*/

.tablist .sep {
    float: right;
    padding-top: 12px;
}

.en .tablist .sep {
    float: left;
}

#search_tab_panels_2.tabpanel {
    /*margin: 5px; */
    padding: 0;
    height: 1%; /* IE fix for float bug */
}

#search_tab_panels_2 .tablist {
    padding: 0;
    list-style: none;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0px;
}

#search_tab_panels_2 .tab {
    margin: .2em 1px 0 0;
    padding: 10px;
    height: 1em;
    float: right;
    display: inline; /* IE float bug fix */
}

#search_tab_panels_2.en .tab {
    float: left;
}

#search_tab_panels_2 .panel {
    clear: both;
    display: block;
    margin: 0 0 0 0;
    /*padding: 10px;*/
    max-width: 1160px;
}

#search_tab_panels_2 li {
    font-family: 'Reforma-Medium';
    font-size: 22.5px;
    color: #ff6e15;
    background: none;
}

#search_tab_panels_2.en li {
    font-family: 'Lato';
    font-size: 21px;
}

#search_tab_panels_2 li a {
    color: #ff6e15;
    background: none;
}

#search_tab_panels_2 :focus {
    outline: -webkit-focus-ring-color auto 0px;
}

#search_tab_panels_2 li span {
    font-family: 'Reforma-Light';
    font-size: 12px;
    color: #8a8b8a;
} 



.mrg_top {
    padding-top:20px;
}
.mrg_bottom {
    padding-bottom:20px;
}
.mrg_bottom_x2 {
    padding-bottom:40px;
}
.pad_top_30 {
    padding-top:30px;
}

.history_area {
    padding-top:30px;
}
.history_area .year_summary .moreNewsImg{
    float:right;
}
.history_area .year_summary .txt{
    float:right;
    padding-right:20px;
    padding-left:20px;
    color:#141614;
    line-height:45px;
}
.txt .title {
    font-family: 'Reforma-Medium';
    font-size:25px;
}
.en .txt .title {
    font-family: 'Lato';
}
.txt .tizer {
    font-size:23px;
}
.titles_block {
    float:right;
    width:30%;
    padding-left:40px;
}
.titles_block:last-child {
    padding-left:0px;
}
.squads_block {
    float:right;
    padding-left:64px;
}
.squads_block:last-child {
    float:left;
}
.titles_years {
    height:100%;
}
.tbl_and_list {
    padding:20px 100px 0px 100px;
}
.titles_sum {
    padding-top:40px;
    padding-bottom:40px;
}
.titles_block .title_img {
    text-align:center;
    width:320px;
}
.titles_block .title_img img {
    width:105px;
    height:130px;
}

.stats_menu {
    padding-top:20px;
}
.menu_items {
    padding-top:30px;
}
.menu_items .nav_item .item_icon{	
	width: 111px;
    height: 91px;
    background-repeat:no-repeat;
}

.menu_items .nav_item {
    display:inline-block;
    margin-right:15px;
    margin-left:15px;
    vertical-align: text-top;    
}
.menu_items .nav_item a {
    color:#444844;
}
.menu_items .nav_item .item_name {
    font-family:Reforma-Light;
    font-size:17px;
    color:#444844;
    padding-top:10px;
}

.nav_item .item_icon.item_1 {background-image:url('../img/item_1.png');}
.nav_item:hover .item_icon.item_1, .nav_item.selected .item_icon.item_1 {background-image:url('../img/item_1_hover.png');}

.menu_items .nav_item:hover .item_name,
.menu_items .nav_item:hover .item_name a,
.menu_items .nav_item.selected .item_name,
.menu_items .nav_item.selected .item_name a {
    color:#ff6e15;
}
.filters {
    padding-top:20px;
    padding-bottom:20px;
}
.filters .filter {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    vertical-align: bottom;
}

.filters .filter.label {
    font-size:19px;
    margin-left: 5px;
    font-weight: bold;
}
.filters .filter.label.main {
    border-bottom: solid 3px #ff6e15;
}

.filters .filter.fixed_w {
    width:90px;
}
.filters .filter.fixed_w_2 {
    width: 120px;
}
.filters .filter.label a {
    color:#000;
}
.filters .filter.mrg_more {
    margin-right:50px;
    margin-left:50px;
}
.filters .filter.letters .letter {
    display: inline-block;
    margin: 0px 10px;
    font-size: 28px !important;
    color: #ff6e15;
    vertical-align: top;
}
.filters .filter.letters .letter:first-child {
    margin-right: 0px;
}
.filters .filter.letters .letter:last-child {
    margin-left: 0px;
}

.filters .filter.letters .letter.active {
    font-weight: bold !important;
    font-size: 24px !important;
}

.filters .filter.letters .letter a,
.filters .filter.letters .letter a:active,
.filters .filter.letters .letter a:hover,
.filters .filter.letters .letter a:link,
.filters .filter.letters .letter a:focus {
    color: #ff6e15;
}


#player_name_fld , #demo-input-facebook-theme{
    vertical-align: bottom;    
    direction:rtl;
}
 
.ver {
    vertical-align: middle;
    margin-top: -60px;
    margin-right: 0px !important;
}
.ico img {
    width:24px;
    height:24px;
}
.squads {
    margin-top:40px !important;
    border-bottom:solid 3px #ff6e15;
}
#squads_games .squads:last-child {
    border-bottom:none;
}
.squads .team_data {
    display:inline-block;
    min-width:320px;
    font-family:Reforma-Medium;
    font-size:19px;
}
.squads .game_data {
    display:inline-block;
    min-width:340px;
    font-family:Reforma-Light;
    font-size:19px;
}
.squads .team_data img {
    width:128px;
    height:128px;
}
.squads_totals {
    font-family:Reforma-Medium;
    font-size:19px;
}
.live_r, .live_r:hover, .live_r:link, .live_r:visited, .live_r:active {
    color:#ff2d02 !important;
}
.menu_items {
    padding-top:0px !important;
}



/*TABLES*/

.tbl_wrapper {
    width:100%;
    padding:0px;
    margin:0 auto;
    text-align:center;
    min-height:100%;
}
.stats_tbl{
	text-align:center;
    direction:rtl;
    width:1160px;
    vertical-align:top;
    border-collapse:collapse;
    empty-cells:show;
    border-spacing:0px;
    border:none;
}
.en .stats_tbl{
    direction:ltr;
}
.stats_tbl.titles {
    width:320px !important;
}
.stats_tbl.categories {
    width:480px !important;
}
.stats_tbl.half {
    width:640px !important;
}
.stats_tbl.q3 {
    width:960px !important;
}

.stats_tbl caption {
    background-color:#fff;
    font-family:Reforma-Medium;
    font-size:29px;
    color:#141614;
    padding:6px;
}

.stats_tbl caption.details {
    background-color: #fff;
    font-family: 'Reforma-Light';
    font-size: 23px;
    color: #000;
    text-align: center;
}

.tbl_wrapper h3 {
    font-family:Reforma-Medium;
    font-size:29px;
    color:#141614;
    padding:30px 6px 6px 6px;
}
.tbl_wrapper.en h3,.tbl_wrapper.en h4 {
    font-family:Lato;
	font-weight:bold;
}
.tbl_wrapper h4 {
    font-family: Reforma-Light;
    font-size: 27px;
    color: #141614;
    padding: 30px 6px 0px 6px;
    margin-bottom:0px;
}
.tbl_wrapper h3.move_right {
    text-align:right;
}
.tbl_wrapper.en h3.move_right {
    text-align:left;
}

.tbl_wrapper h3.move_right {
    text-align:right;
}
.stats_tbl .round_break {
    background-color:#ff6e15;
    font-family:Reforma-Medium;
    font-size:25px;
    color:#fff;
    padding:6px;
    border-top: solid 40px #fff;
    height:30px;
}
.en .stats_tbl .round_break {
    font-family:Lato;
	font-weight:bold;
}
.stats_tbl .round_break a {
    color:#fff;
}
.stats_tbl .round_break img {
    margin:0px;
    vertical-align: bottom;
}
.stats_tbl .round_break.reduce {
    font-size:21px;
}
.stats_tbl .round_break.q_result {
    font-size:18px;
    font-family: sans-serif;
    font-weight: bold;
}

.stats_tbl .header_row,
.stats_tbl .header_row td a {
    background-color:#dedede;
    font-family:Reforma-Medium;
    font-size:17px;
    color:#141614;
}
.en .stats_tbl .header_row,.en .stats_tbl .header_row td a {
    font-family: Lato;
	font-size:15px;
	font-weight:bold;
}
.stats_tbl .header_cell {
    background-color:#dedede;
    font-family:Reforma-Light;
    font-size:17px;
    color:#141614;
}
.en .stats_tbl .header_cell {
    font-family:Lato;
}
.stats_tbl .header_row td {
    padding:6px;
    height:17px;
}
.stats_tbl .header_row_2,
.stats_tbl .header_row_2 td a {
    background-color:#b9bbb8;
    font-family:Reforma-Medium;
    font-size:17px;
    color:#141614;
}
.en .stats_tbl .header_row_2,
.en .stats_tbl .header_row_2 td a {
    font-family:Lato;
	font-size:15px;
	font-weight:bold;
}
.stats_tbl .header_row_2 td {
    padding:6px;
    height:17px;
}
.stats_tbl td {
    border: solid 1px #fff;
}

.td_auto {width:auto;}
.td_icon {width:60px;}
.td_data {width:40px;}
.td_stat {width:70px;}
.td_stat_2 {width:80px;}
.td_date {width:70px;}
.td_pts {width:100px;}
.td_arena {width:140px;}
.td_category {width:180px;}
.td_team_tbl {width:200px;}
.td_team {width:260px;}
.td_board {width:220px;}
.td_notes {width:400px;}
.td_w_auto {width:auto;}

.stats_tbl .row {
    font-family:Reforma-Light;
    font-size:16px;
    color:#141614;
}

.stats_tbl.lineup .row {
    font-family: Reforma-Light;
    font-size: 24px;
    color: #141614;
}

.en .stats_tbl .row {
    font-family:Lato;
	font-size:14px;
}

.stats_tbl.results .row {
    font-size: 15px;
}
.en .stats_tbl.results .row {
    font-size: 13px;
}

.stats_tbl .row a,
.stats_tbl .td_even a,
.stats_tbl .td_odd a,
.stats_tbl .header_cell a,
.stats_tbl .header_cell_2 a {
    color: #141614;
}
.stats_tbl .row.even {
    background-color:#fff;
}
.stats_tbl .row.odd {
    background-color:#f1f1f1;
}
.stats_tbl .td_even {
    background-color:#fff;
    font-family:Reforma-Light;
    font-size:17px;
    color:#141614;
}
.en .stats_tbl .td_even, .en .stats_tbl .td_odd{
    font-family:Lato;
}
.stats_tbl .td_odd {
    background-color:#f1f1f1;
    font-family:Reforma-Light;
    font-size:17px;
    color:#141614;
}
.stats_tbl .row td {
    height:30px;
}
.stats_tbl .row td.space,
.stats_tbl td.space {
    padding-right:4px;
    padding-left:4px;
}
.stats_tbl .row .game_item {
    display:inline-block;
    padding-left:5px;
}
.stats_tbl .row .game_item.mid {
    vertical-align:middle;
    margin-top:-14px;
}
.stats_tbl .row .game_item.pad {
    padding-right:10px;
    padding-left:10px;
}

.stats_tbl .row .game_item img {
    width:24px;
    height:24px;
}
.stats_tbl .row .reduce {
    font-size:13px !important;
}

.stats_tbl .row .img_cell a {
    line-height: 7px;
    display: block;
}
.img_cell img {
    width:60px;
    height:82px;
}

.stats_tbl td.playoff_line {
    height:1px;
    background-color:#00cc00;
    text-align:center;
    width:100%;
    font-size:1px;
}
.stats_tbl td.playoff_line_2 {
    height:1px;
    background-color:#0000cc;
    text-align:center;
    width:100%;
    font-size:1px;
}
.stats_tbl td.red_line {
    height:1px;
    background-color:#fe0000;
    text-align:center;
    width:100%;
    font-size:1px;
}

.stats_tbl .row td.active-col {
    background-color:#ff6e15;
}
.stats_tbl .row td.data_ltr {
    direction:ltr;
}
.stats_tbl .row td.data_rtl {
    direction:rtl;
}
.stats_tbl .header_row td span.active,
.stats_tbl .header_row td span.active a {
    color:#ff6e15;
}
.stats_tbl .header_row td span.no-active,
.stats_tbl .header_row td span.no-active a {
    color:#141614;
}
.stats_tbl .row td.bold_cell, .filters .bold_cell {
    font-family:Reforma-Medium !important;
}
.en .stats_tbl .row td.bold_cell, .en .filters .bold_cell {
    font-family:Lato !important;
}

.stats_tbl .row:hover {
    background-color:#cecece;
}

.pad_left {
    padding-left:10px;
}
.en_font_reduce {
    font-size:13px;
}
.notes {
    padding-top:20px;
    font-family:Reforma-Light;
    font-size:16px;
    color:#141614;
}

.my_records ul {
    list-style-image:url('../img/bullet.png');
    list-style-position:inside;
    font-size:18px;
}
.my_records ul li {
    height: 40px;
    color:#141614;
    white-space: nowrap;
}
.my_records ul li span {
    display:inline-block;
    vertical-align:super;
}
.my_records ul li span a{
    color:#141614 !important;
}
.p_data {
    float:right;
    padding-left:20px;
    font-family:Reforma-Light;
    color:#141614;
    font-size:18px;
}
.p_data img.allWidth {
	max-width:200px;
}	

.p_data div {
    line-height:28px;
}
.p_data .bold_cell {
    font-family:Reforma-Medium;
}

.tbl_and_list h4 {
    font-family:Reforma-Medium;
    font-size:21px;
    color:#141614;
    font-weight:normal;
}
.pad_cell {
    padding:20px;
}

.accomplish .tl-cat {
    margin:10px 0px;
    font-size: 33px;
    text-decoration: underline;
    text-underline-position: under;
    font-family: Reforma-Medium;
    color: #ff6e15;
    text-align: center;
}
.accomplish .tl-data-block {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.accomplish .tl-data {
    text-align: center;
    padding:6px;
    font-family: Reforma-Light;
    font-size: 17px;
    color: #000;
}

.tbd {
    font-size: 13px;
    color: #ff6e15;
}

/*PAGING*/
#paging_web {
    visibility: visible;
    display: block;
    padding: 30px 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#paging_web.videoPaging{
	width:360px;
}	
#paging_mobile {
    visibility:hidden;
    display:none;
    width:50%;
    margin:0 auto;
    text-align:center;
}

#paging_web img,
#paging_mobile img {
    width:31px;
    height:31px;   
}
#paging_web .box_page {
    float:left;
    vertical-align:middle;
    width:31px;
    height:31px;
    background-color:#efefef;
    font-weight:bolder;
    vertical-align:middle;
    text-align:center;
    font-size:25px;
    color:#141614;
    margin-left:10px;
    margin-right:10px;
}
#paging_web .box_page a {
    color:#141614;
}
#paging_web .box_page.current {
    background-color:#b9bbb8;
    color:#fff;
}
#paging_web .box_page div {
    padding: 4px;
}

#paging_web .box_page.current a {
    color:#fff;
}
#paging_web .center_me {
    display: inline-table;
}
#paging_web .center_me.all-time {
    float:right;
    padding-right:60px;
    padding-left:60px;
}


.nav_prev_div, .nav_next_div {
    float:left;
    vertical-align:middle;
}

.nav_prev_div.active .box_page {
    background: url('../img/prev_active.png') no-repeat;
}
.nav_next_div.active .box_page {
    background: url('../img/next_active.png') no-repeat;
}
.nav_prev_div.unactive .box_page {
    background: url('../img/prev_unactive.png') no-repeat;
}
.nav_next_div.unactive .box_page {
    background: url('../img/next_unactive.png') no-repeat;
}
.nav_prev_div:hover .box_page {
    background: url('../img/prev_hover.png') no-repeat;
}
.nav_next_div:hover .box_page {
    background: url('../img/next_hover.png') no-repeat;
}

/*FOOTER*/

#footer .inner {
    padding-top:40px;
}
#footer .members {
    float:right;
    padding-right:60px;
    padding-left:60px;
}
#footer .members .mrg_top {
    padding-top:10px;
}
#footer .footer_menu {
    float:right;
    padding-left:40px;
    color:#b2b2b2;
}
#footer .en .footer_menu {
    padding-left:0px;
    padding-right:30px;
    float:left;
}
#footer .footer_menu_last {
    float:right;
    color:#b2b2b2;
}
#footer .sub_title {
    color:#ff6e15;
    font-size:19px;
    font-family: 'Reforma-Medium';
}
#footer .en .sub_title {
    font-family: Lato;
    font-size:17px;
}

#footer .sub_title .eng_special_font {
    font-size:13px;
    font-weight:bold;
}
#footer .sub_title a:hover {
    color:#ff6e15;
}
#footer .sub_menu{
    width:180px;
}
#footer .sub_menu ul{
    /*list-style-image:url('../img/list_off.png');*/

    padding:0px;
    list-style-type:none;
    list-style-position: inside; 
}
#footer .sub_menu li{
    padding:16px 0px;
    border-bottom:solid 1px #333;
    cursor:pointer;
    font-size:14px;
}
#footer .sub_menu li:last-child{
    border-bottom:none;
}
#footer .sub_menu li:hover{
    /*list-style-image:url('../img/list_on.png');*/
    list-style-type:none;
    color:#ff6e15;
}
#footer .sub_menu li span {
    position:relative;
    /*left:15px;*/
}
#footer .strip {
    padding-top:5px;
    color:#fff;
	text-align: center;
    font-size: 14px;
}
#footer #AU-1, #footer #AU-2{
    width:35px;
    height:20px;
    vertical-align:bottom;
}
#footer .strip .eng_special_font {
    font-size:13px;
    font-family:'Comic Sans MS';
}

#footer .sub_menu li a {
    color:#b2b2b2;
}
#footer .sub_menu li a:hover {
    color:#ff6e15;
}

#footer .sub_title a ,
#footer .sub_title a:hover {
    color:#ff6e15;
}

#social-2 .svg-2 {
	width: 42px;
    padding-right:10px;
    padding-left:10px;
}

#social-2 {
	float: left;
    margin-top:0px;
    padding-left:60px;
}

svg.svg-2#Capa_1 {
	width: 42px;
    height:42px;
	vertical-align: sub !important;
}
svg.svg-2#Capa_1 path {fill: #fff !important;}
svg.svg-2#Capa_1 path:hover {fill: #000 !important;}

.svg-3 {
	width: 24px;
    padding-right:10px;
    padding-left:10px;
}

svg.svg-3#Capa_1 {
	width: 24px;
    height:24px;
	vertical-align: sub !important;
}
svg.svg-3#Capa_1 path {fill: #fff !important;}
svg.svg-3#Capa_1 path:hover {fill: #ff6e15 !important;}

#contact-us .inner .inner3 .GooglePlay {
	background-image: url(../img/btn_mobile_sprite.png);
	background-position: 0px 61px;
	height: 61px;
	width: 164px;
	float: right;
	margin-top:0px
}
#contact-us .inner .inner3.en .GooglePlay {
	float: left;
}

#contact-us .inner .inner3 .iphone {
    background-position: 0px 0px;
    height: 60px;
    width: 196px;
    background-image: url('../img/btn_app_iphone.png');
    float: right;
    margin-left: 20px;
    margin-top: 0px
}
#contact-us .inner .inner3.en .iphone {
	float: left;
}
#contact-us .inner .inner3 .iphone:hover {
	opacity: 0.9;
}

#contact-us .inner .inner3 .android {
    background-position: 0px 0px;
    height: 60px;
    width: 196px;
    background-image: url('../img/btn_app_android.png');
    float: right;
    margin-left: 20px;
    margin-top: 0px
}

#contact-us .inner .inner3.en .android {
    float: left;
}

#contact-us .inner .inner3 .android:hover {
    opacity: 0.9;
}

/*
#contact-us .inner .inner3 .GooglePlay:hover {
	background-position: 164px 61px;
	height: 61px;
	width: 164px;
}
*/
.addTo {
    display: inline-block;
    font-size: 22px;
    color: #ff6e15;
    direction: rtl;
    font-family: 'Reforma-Medium';
    font-size: 25px;
    margin-top: 20px;
    margin-left: 40px;
}
.addTo:last-child {
    margin-left: 0px;
}

.loader {
    visibility:visible;
    display:block;
    position:absolute;
    top:55%;
    left:40%;
    z-index:1000000;
    color:#fff;
    font-size:18px;
    text-align:center;
    /*background-color:#282828;*/
    padding:20px;
    margin:20px;
}



.printStat {
    width: 100%;
    text-align: center;
    color: #ff6e15;
    font-size: 20px;
    margin-bottom: -30px;
    font-weight:bold;
    margin-top: 10px;
}
.printStat a, .printStat.second a, .printStat.third a, .addTo a {
    color: #ff6e15;
}
.printStat.second {
    margin-bottom: -20px;
}
.printStat.third {
    margin-bottom: 0px;
}
#loadMore{
	cursor:pointer;
}
.votingWrap{
	width:980px !important;
	padding:40px !important;
}
.itemVote {
	font-family: Reforma-Light;
	font-size: 19px;
	float: right;
	width: 300px;
	direction:rtl;
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
}
.itemVote:nth-child(3n) {
	margin-left:0;
}
.itemVote  span  {
	font-family: Reforma-Medium;
	font-size: 37px;
}		
.itemVote  img  {
	vertical-align:bottom;
	cursor: pointer; 
	cursor: hand; 

}
.itemVote iframe{
	margin-top:5px;
}
.itemVote:nth-child(3n) {
    margin-left: auto;
}
.accomplish{
	padding-right:20px;
	padding-left:20px;
}
.isWin{
	color:#009900;
}		
.isLoose{
	color:#FF0000;
}		
			
	

/*FONTS && LINKS*/
a.AWhite:hover,a.AWhite:link,a.AWhite:visited,a.AWhite:active { text-decoration: none; color: #fff; }
a.AGray:hover,a.AGray:link,a.AGray:visited,a.AGray:active { text-decoration: none; color: #50505e; }


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clearfix_2 {clear:both;}

#bracket {
	background-image: url(../images/bg_bracket_site.jpg);
	background-position: center top;
	height: 591px;
	width: 100%;
	padding-top: 60px;
	background-size: cover;
}

#bracket.bg-boxes {
    background-image: url(../images/bg_bracket_site-2021.jpg);
}

#bracket h5{
	color:#FF9900;
	font-size:20px;
	margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
	direction:rtl;
}

#bracket .inner {
	width: 1200px;
}	

#bracket #logoBracket {
	width: 400px;
	height: auto;
    float: none;
	margin-top: 20px;
    margin-bottom: 30px;
}

#bracket .cul {
	float:right;
	padding-right:15px;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:right 28px;
	padding-bottom:15px;
}	
#bracket .cul.four {
	background-position:left 28px;
}	


#bracket .logoRight {
	background-image: url(../images/bracket_01.png);
	height: 54px;
	width: 170px;
}
#bracket .logoLeft {
	background-image: url(../images/bracket_02.png);
	height: 54px;
	width: 170px;
}
#bracket .logoRight.longNumber {
	background-image: url(../images/bracket_03.png);
	width: 197px;
}
#bracket .logoLeft.longNumber {
	background-image: url(../images/bracket_04.png);
	width: 197px;
}
#bracket img {
	float: right;
	height: 50px;
}
#bracket .logoLeft img {
	float: left;
    width: 42px;
    height: 42px;
    margin: 7px 4px 0px 1px;
}
#bracket .logoRight img {
	width: 42px;
    height: 42px;
    margin: 7px 1px 0px 4px;
}


#bracket .teamName {
	font-size: 20px;
	float: right;
	color: #FFFFFF;
	margin-top: 8px;
	text-align: right;
	width: 80px;
}
#bracket .logoLeft .teamName{
	float: left;
	text-align: left;
}
#bracket longNumber .teamName {
	width:101px;
}
#bracket .result {
	font-size: 25px;
	
	font-weight: bold;
	color: #FFFFFF;
	width: 32px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 13px;
}

#bracket .result.fL {
    float:left !important;
}
#bracket .result.fR {
    float:right !important;
}
#bracket .longNumber .result {
	width: 60px;
}
#bracket .logoLeft .result {
	float: left;
}
#bracket #plate {
	width:370px;
	margin-top: 20px;
}
#bracket #plate img {
	width: 200px;
    height: auto;
    float: none;
}
#bracket #gmar{
	width: 370px;
    margin: 0 auto;
	height:100px;
}
#bracket #gmar .logoLeft{
	position:absolute;
}
#bracket #gmar .logoRight{
	position:absolute;
	margin-left:220px;
}
#bracket .cul.one,#bracket .cul.five{
	margin-top:-65px
}
#bracket .cul.five{
	padding-left:19px;
	padding-right:1px;
}
#bracket .cul.one{
	padding-left:1px;
	padding-right:19px;
}

#bracket .cul.ch {
    position: relative !important;
}
#bracket #plate .teamName.champions {
    position: absolute;
    left: 5%;
    top: 65%;
    font-size: 32px;
    font-weight: bolder;
    width: 370px;
    text-align: center;
}



.calx-sub-btn {
    height: 70px !important;
    margin: 0 auto;
    vertical-align: -webkit-baseline-middle;
}
.finished {
    /*background-color: #ff6e15;
    color: white;
    padding: 5px;
    margin-right: 20px;
    float: left;
    font-size: 27px;
    */
}	

#teamsTickets {
	text-align: center;
	direction: rtl;
}
#teamsTickets img {
	width: 120px;
}
#teamsTickets .teamIcon {
	height: 170px;
	width: 170px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align:top
}
#teamsTickets .ticketsInfo {
	position: absolute;
	height: 118px;
	width: 148px;
	background-color: #FFFFFF;
	display: none;
	border: 1px solid #CCCCCC;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#teamsTickets .teamIcon .ticketsInfo a {
	color: #FF6600;
	font-weight: bold;
}

#teamsApps {
    text-align: center;
    direction: rtl;
    
}

#teamsApps .team_fly img {
    width: 160px;
}

#teamsApps .team_fly {
    height: auto;
    width: 160px;
    text-align: center;
    display: inline-block;
    margin: 20px;
    vertical-align: top;
    font-size: 18px;
}

#teamsApps .ticketsInfo {
    position: absolute;
    height: 202px;
    width: 140px;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #CCCCCC;
    padding: 40px 10px;
}

#teamsApps .teamIcon .ticketsInfo a {
    color: #FF6600;
    font-weight: bold;
    cursor: pointer;
}

#form  {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #EFEFEF;
	width: 500px;
}
#form .inner {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#form  .field  {
	width: 400px;
	text-align: left;
	height: 50px;
	display: inline-block;
	margin-left: 20px;
}
#form  .field.full  {
	width: 600px;
	text-align: right;
}
#MyForm .red {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	line-height: 60px;
	    margin-right: 150px;
}

#form  .field  input,#form  .field  select  {
	height: 25px;
	width: 200px;
	font-family: 'Open Sans Hebrew', 'Segoe UI', 'Century Gothic';
}

#form input[type=checkbox]  {
	width: 40px;
    vertical-align: middle;
}
#form  .inner  .field  #fileBrowse   {
	color: #FFFFFF;
	background-color: #0C54A7;
	height: 30px;
	width: 70px;
	border: none;
	margin: 5px;
}
#form .inner .field #success {
	font-weight: bold;
	color: #0C54A7;
	font-size: 12px;
	display: inline;
}

#form .error{
	display:inline-block
}	
#form .black {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#form input[type=submit]  {
	color: #ffffff;
    background-color: #ff6e15;
    font-size: 24px;
    width: 200px;
    padding: 10px;
    font-family: 'Open Sans Hebrew', 'Segoe UI', 'Century Gothic';
    font-weight: bold;
    height: 50px !important;
    padding-bottom: 45px;
    border: none;
    margin-right: 200px;
}
.navbar {
	display:none;
}	
.button .text {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 8px 12px;
    background-color: #F44336 !important;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.15);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
#starsDiv{
	background-image:url(../img/bgBannerStars.jpg);
	background-size:contain;
	text-align: center;
}
#starsDiv h4 {
	font-size: 40px;
    padding-top: 90px;
    margin-top: 0;
    margin-bottom: 0;
}
#starsDiv span {
	font-size: 24px;
	line-height: 12px;
	font-weight:bold;
}
#starsDiv .playerStarInfo {
    background-position: top;
    display: inline-block;
    height: 80px;
    width: 90px;
    text-align: center;
    color: white;
    padding-top: 15px;
    font-size: 14px;
}
#starsDiv .playerStarInfo img{
	float: none;
    height: 70px;
}
#minisal{
	background-image:url("../img/bgSal.png");
    padding-top: 100px;
    background-size: cover;
	font-family: 'Open Sans Hebrew', serif;
	direction:rtl;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 40px;
}
#minisal h2{
	color: #333333;
	font-family: "Open Sans Hebrew";
	font-size: 30px;
	font-weight: bold;
	line-height: 41px;
	margin-top:20px;
	margin-bottom:20px;
}
#minisal #contact-form {
    background-color: white;
    width: 900px;
    margin: auto;
	padding-bottom: 40px;

}
#minisal a{
	color: darkorange
}
#minisal input,#minisal select{
	font-family: 'Open Sans Hebrew', serif;
}
#minisal input[type=text],#minisal input[type=email],#minisal input[type=tel],#minisal input[type=number] {
	height: 28px;
	width: 350px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	padding:16px;
}
#minisal #contact-form .fld {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 45%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#minisal #selectTeams {
    width: 860px;
    margin-right: auto;
    /* margin-left: auto; */;
	height:auto;

}
#minisal #contact-form #selectTeams div {
    width: 129px;
}
#minisal #contact-form #selectTeams div:last-child {    
	width: 819px;
    font-size: 20px;
}
audio {
    height: 24px;
}

.royalSlider .rsABlock .play-btn {
    background-image: url(https://basket.co.il/img/icon_play.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 64px;
    position: absolute;
    top: -50%;
    left: 40%;
    z-index: 99;
    cursor: pointer;
    background-size: contain;
    background-position: center;
}

/*
#mediaplayer_1 {
    max-width: 800px;
}
#mediaplayer_2 {
    max-width: 800px;
}
.jwplayer {
    min-height: 100vh !important;
}

*/