﻿@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body {
    font-family: 'OpenSansHebrewRegular';
    /*font-family: "FontAwesome";*/
    background-color: #000;
    color: #fff;
    text-align: right;
    direction: rtl;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

h1{
	font-size: 26px;
	line-height: 26px;
}
h2{
	font-size: 24px;
	line-height: 24px;
}
h3{
	font-size: 18px;
	line-height: 18px;
}
h4{
	font-size: 17px;
	line-height: 17px;
}
h5{
	font-size: 16px;
	line-height: 16px;
}
h6{
	font-size: 14px;
	line-height: 14px;
}
p{
	font-size: 15px;
	line-height: 15px;
}

.clr {
    clear:both;
}

td, th {
    border:none;
}
/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

/* Logo Section Start */
.logo img{
	max-width: 100%;
}
/* Logo Section End */


/*.home-page .header-sectoin{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 13px 0;
	z-index: 9;
}*/
.header-sectoin{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	padding: 13px 0;
    background-color:transparent;
}
.menu{
	margin: 30px 0 0;
}
.sm-simple{
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.sm, .sm ul, .sm li{
	direction: rtl !important;
	text-align: right !important;
}
.navigation{
	float: right;
}
.sm-simple a{
	font-size: 18px !important;
	line-height: 18px !important;
	color: #fff !important;
	padding: 7px 0 !important;
	position: relative !important;
	font-family: 'OpenSansHebrewRegular' !important;
}
.sm-simple a:hover, 
.sm-simple a:focus, 
.sm-simple a:active, 
.sm-simple a.highlighted{
	background: transparent !important;
	color: #e21b1b !important;
}
.sm-simple ul{
	background: #000 !important;
	border: none !important;
	box-shadow: none !important;
	left: auto !important;
}
.sm-simple ul ul{
	background: #000 !important;
	border: none !important;
	box-shadow: none !important;
	margin-top: -37px !important;
	right: 100%;
}
.sm-simple > li{
	float: right !important;
	padding: 0px 23px !important; 
}
.sm-simple li:first-child{
	padding-right: 0 !important;
}
.sm-simple li:last-child{
	padding-left: 0 !important;
}
.sm-simple > li a:after{
	position: absolute;
	content: "";
	background: url(../images/rook.png) no-repeat;
	width: 15px;
	height: 31px;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
}
.sm-simple > li a:hover:after{
	visibility: visible;
	opacity: 1;
}

.sm-simple li.active a:after {
	opacity: 1;
	visibility: visible;
}

.sm-simple ul li a:after{
	display: none;
}

.menu{
	display: inline-block;
}
.m-logo{
	display: inline-block;
	/*float: left;
	margin-left: -180px;*/
	margin-top: 15px;
}
.m-logo a img{
	display: inline-block;
}
.m-logo a{
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	float: right;
	color: #fff;
	text-decoration: none;
}
.m-logo a:hover,
.m-logo a span:hover{
	color: #e30000;
}
.m-logo a span{
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	font-family: 'OpenSansHebrewLight';
	margin: 2px 0 0;
}



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Benner Section  Start ==========*/
/*==================================================================*/
.banner-section{	
	padding: 100px 0 0;
	/*background-size: cover;*/
}

.index-background {
    background: url(../images/banner.png) no-repeat;
}
/* Top Main Section Start */

.s-block{
	position: relative;
	height: 200px;
	text-align: center;
}
.s-flip{
	cursor: pointer;
}

.top-main .row{
	margin: 0;
}
.top-main [class*=col-]{
	padding: 0;
}

.bottom-main .row{
	margin: 0;
}
.bottom-main [class*=col-]{
	padding: 0;
}	
.s-text{
	padding: 0 30px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .front{
	opacity: 0;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 200px;
}
.flip-container:hover .back{
	opacity: 1;
}

/* flip speed goes here */
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    top: 0;
    position: absolute;
}

/* front pane, placed above back */
.front {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    z-index: 2;
}
.front img{
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}
.back img{ 
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
a.s-block.flip-container{
	display: block;
}


/********************* Flip End *******************/


.s-text h3{
	font-size: 19px;
	line-height: 19px;
	font-family: 'OpenSansHebrewRegular';
	margin: 0;
	color: #fff4ec;
}
.s-text a{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-decoration: underline;
	position: relative;
	padding-left: 15px;
}
.s-text.s-red-txt a{
	text-align: left;
}
.s-text a:hover{
	color: #e21b1b;
}
.s-text a:before{
	position: absolute;
	font-family: "FontAwesome";
	left: 0;
	font-size: 12px;
	line-height: 12px;
	top: 5px;
}
.s-white{
	background: rgba(255,255,255,0.2);
}
.s-black{
	background: rgba(0,0,0,0.2);
}
.s-red-txt h3{
	color: #e21b1b;
	font-family: 'SecularOne-Regular';
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 15px;
}

/* Top Main Section End */


/* netanya button start */

.net-btn {
    text-align: left;
    margin-top: 55px;
}

.net-btn .btn-default {
    padding: 15px 25px;
    font-size: 17px;
    line-height: 17px;
    font-family: 'SecularOne-Regular';
    background: #fff;
    color: #000;
    border: 1px solid transparent;
    border-radius: 25px;
    position: relative;
    z-index: 9;
}

.net-btn .btn-default:before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.net-btn .btn-default:hover {
    color: #e30000;
}

.net-btn .btn-default:hover:before {
    height: 100%;
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.net-btn .btn-default img {
    padding-left: 10px;
}
/* netanya button end */
/* Donate Section Start */
.d-btn{
	text-align: left;
	margin-top: 55px;
}
.d-btn .btn-default{
	padding: 15px 25px;
	font-size: 17px;
	line-height: 17px;
	font-family: 'SecularOne-Regular';
	background: #000;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 25px;
	position: relative;
	z-index: 9;
}
.d-btn .btn-default:before{
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.d-btn .btn-default:hover{	
	color: #e30000;
}
.d-btn .btn-default:hover:before{
	height: 100%;
	border-radius: 22px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.d-btn .btn-default img{
	padding-left: 10px;
}



/* Donate Section End */



/* Bottom Main Start */

.h-post{
	background: rgba(0,0,0,0.6);
	padding: 25px 35px;
    min-height:500px;
}
.h-title{
	text-align: center;
	position: relative;
}
.h-title h1{
	margin: 0;
	font-family: 'SecularOne-Regular';
	color: #e30000;
	display: inline-block;
	position: relative;
	padding: 0 0 22px;
}
/*.h-title h1:after{
	position: absolute;
	content: "";
	background: url(../images/white-square.png) repeat-x;
	height: 13px;
	width: 65px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}*/
.h-title a.h-link{
	font-size: 15px;
    line-height: 26px;
    font-family: 'OpenSansHebrewRegular';
    padding: 0 20px;
    text-decoration: underline;
    color: #fff;
    position: absolute;
}
.h-title a:hover{
	color: #e30000;
}
.h-title > a:before{
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	left: 0;
	font-size: 12px;
	line-height: 22px;
	top: 5px;
}
.s-design{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	text-align: center;
}
.s-design ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.s-design ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.s-design ul li a{
	background: #fff;
	width: 10px;
	height: 10px;
	display: inline-block;
	text-decoration: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}



/* Bottom Main End */

/* h-list Section Start */
.h-list{
	margin: 15px 0 0 ;
}
.h-list ul{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
.h-list ul li{
	margin: 0;
	padding: 5px 0;
	display: block;
	list-style-type: none;
}
.h-list ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	padding-right: 30px;
	padding-left: 15px;
	display: inline-block;
}
.h-list ul li a:hover{
	color: #e30000;
}
.h-list ul li a:after{
	position: absolute;
	content: "";
	background: url(../images/red-square.png) no-repeat;
	height: 14px;
	width: 14px;
	top: 3px;
	right: 0;
}
.h-list ul li a:before{
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	left: 0;
	font-size: 10px;
	line-height: 10px;
	top: 6px;
}
/* h-list Section End */

/* Section Title Start */
.section-title,
.blog-title{
	text-align: center;
	margin: 20px 0;
	position: relative;
	display: flow-root;
}
    .section-title h2,
    .blog-title > a {
        margin: 0;
        color: #e30000;
        font-family: 'SecularOne-Regular';
        display: inline-block;
        position: relative;
        padding: 0 0 20px;
    }
.blog-title a{
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}
.blog-title > a:hover{
	color: #000;
}
/*.section-title h2:after,
.blog-title a:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 13px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}*/







/*.section-title.white-design h2:after{
	background: url(../images/white-square.png) repeat-x;
}*/


.s-design.white-design ul li a{
	background: #fff;
}

/*.section-title.black-design h2:after{
	background: url(../images/black-square.png) repeat-x;
}*/

.s-design.black-design ul li a{
	background: #000;
}


/*.blog-title a:after{
	background: url(../images/black-square.png) repeat-x;	
}*/
.section-title  a.h-link{
	font-size: 15px;
	line-height: 26px;
	font-family: 'OpenSansHebrewRegular';
	padding: 0 20px;
	text-decoration: underline;
	color: #fff;
	position: absolute;
}
.section-title a.h-link:hover{
	color: #e30000;
}
.section-title a.h-link:before{
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	left: 0;
	font-size: 12px;
	line-height: 22px;
	top: 5px;
}


/* Section Title End */

/* Youth Section Start */

.youth-section{
	margin: 50px 0 0;
}
.youth-desc{
	margin: 20px 0 0;
	text-align:justify;
}

.y-block p{
	margin: 0;
	line-height: 22px;
	font-family: 'OpenSansHebrewRegular';
}
.y-block h6{
	margin: 15px 0 0 50px;
	font-family: 'OpenSansHebrewRegular';
	display: inline-block;
}
.y-block a{ 
	font-size: 14px;
	line-height: 14px;
	font-family: 'OpenSansHebrewRegular';
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	position: relative;
	padding: 0 10px;
}
.y-block h5,
.y-block h5 a {
    margin: 0 0 10px;
    font-family: 'OpenSansHebrewBold';
    text-align: center;
    text-decoration: none;
}

.y-block a:hover{
	color: #e30000;
}
.y-block a:before{
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	left: 0;
	font-size: 10px;
	line-height: 10px;
	top: 3px;
}
/* Youth Section End */

/*==================================================================*/
/*========== Benner Section  End ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== Player Section Start  ==========*/
/*==================================================================*/
.player-section{
	margin-top: -500px;
	float: left;
	width: 100%;
}
.p-block{
	height: 195px;
	position: relative;
}
.p-inner{
	text-align: center;
	padding: 0 41px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}
.p-inner h2{
	margin: 0 0 15px;
	font-family: 'SecularOne-Regular';
}
.p-inner a{
	color: #fff;
	text-decoration: none;
	font-family: 'OpenSansHebrewRegular';
	font-size: 14px;
	line-height: 14px;
	position: relative;
	padding: 0 10px;
}
.p-inner a:hover{
	color: #e30000;
}
/*.p-inner a:before{
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	left: 0;
	font-size: 10px;
	line-height: 10px;
	top: 4px;
}*/
@media screen and (min-width: 2000px) {
    .p-inner a:before {
        position: absolute;
        content: "\f053";
        font-family: "FontAwesome";
        left: 0;
        font-size: 10px;
        line-height: 10px;
        top: 4px;
    }
}

@media screen and (max-width: 1999px) {
    .p-inner a:before {
        position: absolute;
        content: none;
        font-family: "FontAwesome";
        left: 0;
        font-size: 10px;
        line-height: 10px;
        top: 4px;
    }
}

.p-grey {
    background: rgba(255,255,255,0.3);
}

.p-black {
    background: #000;
}

.player-section .row {
    margin: 0;
}

.player-section [class*=col-] {
    padding: 0;
}

.p-cir {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.p-img a:afetr {
    content: "";
}

.p-img a:before {
    content: "";
}

.p-img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

    .p-img img:hover {
        transform: scale(1.10);
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
    }

.p-img a {
    padding: 0;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
}

.p-cir img {
    width: 115px;
    height: 115px;
    object-position: 100% 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

    .p-cir img:hover {
        transform: scale(1.10);
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
    }

.p-name {
    margin: 10px 0 0;
}

    .p-name a {
        font-size: 15px;
        line-height: 15px;
        padding: 0;
        display: block;
    }

        .p-name a:before {
            content: none;
        }

.p-blank {
    text-align: center;
}

    .p-blank img {
        display: inline-block;
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100% !important;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    display: none !important;
}

.xdsoft_datetimepicker .xdsoft_label {
    float: none !important;
}

    .xdsoft_datetimepicker .xdsoft_label i {
        display: none !important;
    }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 10px !important;
    line-height: 10px !important;
}

    .xdsoft_datetimepicker .xdsoft_calendar td > div {
        color: #fff !important;
    }

.xdsoft_datetimepicker {
    background: transparent !important;
    border: none !important;
}

    .xdsoft_datetimepicker .xdsoft_calendar th {
        color: #fff !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        background: transparent !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
        background: #e30000 !important;
        color: #fff !important;
        box-shadow: none !important;
    }

.p-block .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.p-block .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #e30000 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: transparent !important;
}

.xdsoft_datetimepicker .xdsoft_label {
    background: transparent !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_prev {
    background: url(../images/download.png) no-repeat !important;
    opacity: 1 !important;
    background-position: -20px 0 !important;
}

.xdsoft_datetimepicker .xdsoft_next {
    background: url(../images/download.png) no-repeat !important;
    opacity: 1 !important;
}

.xdsoft_datetimepicker .xdsoft_label {
    line-height: 30px !important;
}

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
        background: #111 !important;
    }
/*==================================================================*/
/*========== Player Section End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-section {
    margin: 60px 0 0;
    float: left;
    width: 100%;
}

.footer-pannel {
    padding: 24px 0;
    border-top: 3px solid #4d4d4d;
}

.footer-section [class*=col-] {
    width: 17.7%;
}

.f-last {
    width: 29% !important;
}

.f-block h5 {
    margin: 0 0 10px;
    font-family: 'OpenSansHebrewBold';
}

.f-block ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .f-block ul li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.f-block h5 a {
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansHebrewRegular';
    color: #fff;
    text-decoration: none;
}

.f-block ul li a {
    font-size: 14px;
    line-height: 14px;
    font-family: 'OpenSansHebrewRegular';
    color: #fff;
    text-decoration: none;
}

    .f-block h5 a:hover,
    .f-block ul li a:hover {
        color: #e30000;
    }

.f-block p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-family: 'OpenSansHebrewRegular';
}

.f-follow {
    margin: 0 0 15px;
}

.f-last h5 {
    display: inline-block;
}

.f-last a {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding: 5px 0;
    margin-left: 20px;
}

    .f-last a:after {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .f-last a:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/





/*==================================================================*/
/*========== Article Page Satrt ==========*/
/*==================================================================*/
.alignleft {
    float: left;
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}




.img-space {
    margin: 20px 20px 30px 20px;
    width: 60%;
}

.article-block {
    background: #fff;
    color: #000;
    padding: 0px 25px 50px 0;
    font-family: "FontAwesome";
}

.artbord .article-block {
    padding: 0px 25px 50px 0;
}

.art-inner {
    padding: 0 15px 30px 15px;
    background: #fff;
    color: #000;
    line-height: 1.2;
    font-family: "OpenSansHebrewRegular";
}

.img-download {
    padding: 0 0 20px;
}

    .img-download a {
        font-size: 12px;
        line-height: 12px;
        font-family: 'OpenSansHebrewRegular';
        text-decoration: underline;
        color: #e30000;
    }

        .img-download a:hover {
            color: #000;
        }


.a-date p {
    display: inline-block;
    margin: 0 !important;
    font-size: 12px;
    line-height: 12px;
    font-family: 'OpenSansHebrewRegular';
}

.art-inner a,
.a-date a {
    display: inline-block;
    color: #e30000;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    margin-right: 5px;
    font-family: 'OpenSansHebrewRegular';
}

    .art-inner a:hover,
    .a-date a:hover {
        color: #000;
    }

.article-desc h3 {
    margin: 5px 0 30px;
    font-family: 'OpenSansHebrewBold';
    line-height: 26px;
}

.article-desc h5 {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 15px;
    font-family: 'OpenSansHebrewBold';
}

.article-desc ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

    .article-desc ul li {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none;
        font-size: 15px;
        line-height: 24px;
        color: #000;
        font-family: 'OpenSansHebrewRegular';
    }

        .article-desc ul li a {
            font-size: 15px;
            line-height: 24px;
            text-decoration: none;
            color: #000;
            font-family: 'OpenSansHebrewRegular';
        }

            .article-desc ul li a:hover {
                color: #e30000;
            }

.article-desc p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'OpenSansHebrewRegular';
}

.p-margin {
    margin-bottom: 0 !important;
}

.a-bottom p {
    margin: 0 0 20px !important;
}

.a-bottom a {
    display: block;
    margin: 0 0 25px;
    color: #e30000;
    font-size: 15px;
    line-height: 15px;
    text-decoration: underline;
}

    .a-bottom a:hover {
        color: #000;
    }

/*==================================================================*/
/*========== Article Page End ==========*/
/*==================================================================*/






/*==================================================================*/
/*========== Article Index  Page Start ==========*/
/*==================================================================*/
.a-row .row {
    margin: 0;
}

.a-row [class*=col-] {
    padding: 0;
}

.a-blcok {
    background: #fff;
    color: #000;
    padding: 0 15px;
    min-height: 397px;
}

.a-row img {
    object-fit: cover;
}

.a-img img {
    width: 100%;
}

.a-date-block h6 {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-family: 'OpenSansHebrewRegular';
}

.a-date-block a {
    font-size: 12px;
    line-height: 12px;
    font-family: 'OpenSansHebrewRegular';
    text-decoration: underline;
    color: #e30000;
    padding-right: 25px;
}

    .a-date-block a:hover {
        color: #000;
    }

.a-blcok p {
    font-family: 'OpenSansHebrewRegular';
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.a-black {
    text-align: center;
}

    .a-black h2 {
        font-family: 'SecularOne-Regular';
        margin: 0 0 10px;
        color: #e30000;
        font-size: 26px;
        line-height: 26px;
    }

    .a-black p {
        font-size: 16px;
        line-height: 16px;
        font-family: 'OpenSansHebrewRegular';
        margin: 0;
    }


/*==================================================================*/
/*========== Article Index Page End ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== Gamer Page Start  ==========*/
/*==================================================================*/
.player-banner {
    background: url(../images/gamerbackg.png) no-repeat;
    background-size: cover;
}

.p-profile {
    background: #fff;
    text-align: center;
    min-height: 200px;
}

.player-img img {
    width: 100%;
}

.player-name .row {
    margin: 0;
}

.player-name [class*=col-] {
    padding: 0;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.p-profile .section-title.blck-design h2:after {
    width: 39px;
}

.p-profile p {
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansHebrewRegular';
    margin: 0;
    color: #000;
}

.full-block {
    font-family: 'OpenSansHebrewRegular';
}

full-block input[type=text],
full-block select {
    color: black;
}

.full-block ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

    .full-block ul li {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-family: 'OpenSansHebrewBold';
        font-size: 16px;
        line-height: 26px;
    }

        .full-block ul li a {
            text-decoration: none;
            color: #e30000;
            font-size: 16px;
            line-height: 26px;
            font-family: 'OpenSansHebrewRegular';
            margin-right: 5px;
        }

        .full-block ul li span {
            font-size: 16px;
            line-height: 26px;
            font-family: 'OpenSansHebrewRegular';
        }

.full-profile {
    padding: 30px 0;
}

    .full-profile a {
        color: #e30000;
    }

@media screen and (max-width: 479px) {
    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }

        .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            width: 100%;
            text-align: center;
            vertical-align: top;
        }

        .nav-tabs-responsive > li.active {
            width: 54%;
        }

            .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%;
            }

        .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            display: block;
        }

        .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

            .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none;
            }

                .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
                    display: none;
                }

                .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
                    position: relative;
                    top: 1px;
                    display: inline-block;
                    font-family: 'Glyphicons Halflings';
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .nav-tabs-responsive > li.prev > a:after {
                    content: "\e079";
                }

                .nav-tabs-responsive > li.next > a:after {
                    content: "\e080";
                }

        .nav-tabs-responsive > li.dropdown > a > .caret {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown > a:after {
            content: "\e114";
        }

        .nav-tabs-responsive > li.dropdown.active > a:after {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown.active > a > .caret {
            display: inline-block;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
            left: 0;
            right: auto;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
            left: auto;
            right: 0;
        }
}
/**
* Demo Styles
*/
.wrapper {
    padding: 15px 0;
}

.bs-example-tabs .nav-tabs {
    margin-bottom: 3px;
}

@media (max-width: 479px) {
    #narrow-browser-alert {
        display: none;
    }
}

.bs-example-tabs .nav-tabs {
    background: #5e5e5d;
}

div#myTabContent {
    border-top: 6px solid #000;
}

.nav-tabs > li > a,
.nav-tabs > li > input[type="submit"] {
    color: #fff;
    font-family: 'OpenSansHebrewBold';
    font-size: 18px;
    line-height: 18px;
    padding: 20px 36px;
    margin-right: 0;
    border: none;
    border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > input[type="submit"],
.nav-tabs > li.active > input[type="submit"]:hover,
.nav-tabs > li.active > input[type="submit"]:focus {
    border-radius: 0;
    color: #000;
    border: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > input[type="submit"]:hover {
    border-radius: 0;
    color: #000;
    border: none;
}

.p-table table, .s-table table {
    width: 100%;
    border: none;
}

    .p-table table thead, .s-table table thead {
        background: #d0cece;
    }

        .p-table table thead th {
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            font-family: 'OpenSansHebrewBold';
            padding: 13px 3px;
        }

    .p-table table tbody td {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        font-family: 'OpenSansHebrewRegular';
        padding: 13px 3px;
    }

    .s-table table thead th {
        font-size: 16px;
        line-height: 16px;
        font-family: 'OpenSansHebrewBold';
        padding: 13px 3px;
    }

    .s-table table tbody td {
        font-size: 16px;
        line-height: 16px;
        font-family: 'OpenSansHebrewRegular';
        padding: 13px 3px;
    }

    .p-table table tbody tr:nth-child(even), .s-table table tbody tr:nth-child(even) {
        background: #f6f6f6;
    }

    .p-table table tbody td a, .s-table table tbody td a {
        color: #e30000;
        text-decoration: none;
    }

        .p-table table tbody td a:hover, .s-table table tbody td a:hover {
            color: #000;
        }
/*@media screen and (min-width: 768px) {
.s-table table tbody td:nth-child(1), .s-table table thead th:nth-child(1){
padding-right:5%;
width:38%;
}.s-table table tbody td:nth-child(2), .s-table table thead th:nth-child(2){
width:33%;
}
}
@media screen and (max-width: 767px) {
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr{
	padding:2%;
}
}*/
.star-date {
    width: 11.06%;
}

.u-date {
    width: 15.16%;
}

.competition {
    width: 23.77%;
}

.game {
    width: 8.19%;
}

.point {
    width: 9.09%;
}

.level {
    width: 9.42%;
}

.outcome {
    width: 10.40%;
}

.rating {
    width: 13.11%;
}

.player-list {
    background: #fff;
    color: #000;
}

.list-page {
    text-align: center;
    margin-top: 30px;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #e30000;
    font-family: 'OpenSansHebrewBold';
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: transparent;
    color: #000;
}
/*==================================================================*/
/*========== Gamer Page End ==========*/
/*==================================================================*/







/**************** Model Start ****************/
.modal-dialog {
    width: 965px;
    margin: 200px auto;
}

.modal-content {
    background: #363f46;
    border: 2px solid #fff;
    border-radius: 15px;
}

.form-inline label {
    color: #fff;
}

.form-inline .form-control {
    border-radius: 0;
    background: #dddddd;
    box-shadow: none;
    border: none;
}

.form-inline .form-group {
    margin: 0 17px;
}

#myModal .btn-default {
    padding: 8px 5px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border: none;
}

    #myModal .btn-default:hover {
        background: #e30000;
        border: none;
        color: #fff;
    }

#myModal a {
    color: #fff;
    text-decoration: none;
    padding: 0 12px;
}

    #myModal a:hover {
        color: #e30000;
    }

/**************** Model End ****************/





/***************** Change 08-03-2018 Start ****************/
.m-logo .reg-img img {
    width: 14px;
}

.gamer-pg .p-profile .section-title h2 {
    color: #000;
}

.page-block {
    text-align: center;
    margin: 40px 0 0;
}

    .page-block ul {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .page-block ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0 11px;
        }

            .page-block ul li a {
                color: #fff;
                text-decoration: none;
            }

                .page-block ul li a:hover {
                    color: #e30000;
                }

.a-index-block {
    padding: 80px 0 0;
}

.bottom-footer {
    text-align: left;
    margin: 15px 0 0;
}

    .bottom-footer p {
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        font-family: 'OpenSansHebrewRegular';
        margin: 0;
        direction: ltr;
    }

        .bottom-footer p a {
            color: #ff0055;
            text-decoration: none;
            font-family: 'OpenSansHebrewRegular';
            font-size: 16px;
            line-height: 16px;
        }

            .bottom-footer p a:hover {
                color: #fff;
            }

.p-cal {
    text-align: center;
}

    .p-cal .xdsoft_datetimepicker .xdsoft_monthpicker {
        position: absolute;
        bottom: -10px;
        text-align: center;
        left: 19px;
        right: 10px;
    }

    .p-cal .xdsoft_datetimepicker .xdsoft_calendar td,
    .p-cal .xdsoft_datetimepicker .xdsoft_calendar th {
        height: 20px;
    }

    .p-cal h6 {
        font-size: 16px;
        line-height: 16px;
        color: #e30000;
        font-family: 'SecularOne-Regular';
    }



/***************** Change 08-03-2018 End ****************/
.league-banner {
    background: url(../images/league.png) no-repeat;
    background-position: 8% 0%;
}

@media screen and (max-width: 479px) {
    .league-banner,
    .player-banner,
    .personal-banner {
        background: none;
    }
}

.personal-banner {
    background: url(../images/personal-zone.png) no-repeat;
    background-size: cover;
}

select#type, select#year, select#level {
    background: url('../images/arrowdown.png') no-repeat right #FEFEFE;
    text-align-last: center;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.big-nav > li > a,
.big-nav > li > input[type="submit"] {
    padding: 12px 12px;
}

.s-link {
    position: absolute;
    top: 80%;
    /*padding-right: 15%;*/
    color: #fff;
    text-decoration: underline;
    padding-left: 15px;
}

    .s-link::before {
        position: absolute;
        content: "\f053";
        font-family: "FontAwesome";
        left: 0;
        font-size: 12px;
        line-height: 12px;
        top: 5px;
    }

/*********************  Shaul - from previous site and more *********/
.imagecrop {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.thumbnail {
    object-fit: scale-down;
    width: 200px;
    height: 200px;
}

.autocomplete {
    background-color: white;
    color: #333333;
    position: absolute;
    border: 2px solid #E2E2E2;
    width: 250px;
    height: 100px;
    display: none;
    z-index: 1000;
    overflow: auto;
}

.no_radius {
    border-radius: 0 !important;
}

.btn-default {
    color: #fff;
    background-color: #5e5e5d;
    border: none;
}

/*.btn-default:hover {
background-color: #cececd;
color: #000000;
border: none;
}*/

.btn-primary {
    background-color: #3e3e3d;
    color: #fff;
    border: none;
}

    .btn-default:hover,
    .btn-primary:hover {
        background-color: #e30000;
        border: none;
        color: #fff;
    }

.chess_text_box {
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.chess_text_box_full_width {
    width: 100%;
}

.pad10 {
    padding: 10px;
}

pad20 {
    padding: 20px;
}

/*.container a {
color: #e30000;
}*/

.ltr {
    direction: ltr;
}

.form_row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchbutton {
    position: relative;
    top: 5px;
    display: inline;
}

.bigselect {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #e30000;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    height: 45px;
    text-align-last: center;
    border-radius: 2px;
}

    .bigselect::-ms-expand {
        display: none;
    }

    .bigselect:hover {
        border-color: #e60000;
    }

    .bigselect:focus {
        border-color: #e80000;
        /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);*/
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #ffffff;
        outline: none;
    }

    .bigselect option {
        font-weight: normal;
    }

/********************* EOF Shaul - from previous site and more *********/
.ignore_stable {
    display: block !important;
}

/*** fix homepage calendar ***/
.xdsoft_datetimepicker .xdsoft_label {
    font-size: 10px !important;
    margin:0 !important;
}

/*********** custom overlay ********/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index:9999;
}

.inside_overay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 35px;
    background-color: rgb(54, 63, 70);
}

/*********** eof custom overlay ********/
