/* Costume CSS Intheweb */
/* Body */
body{
	margin: 0 0 50px !important;
	overflow-x: hidden;
}
#Main{
	margin: 0 auto;
}

#Space{
	padding-top: 20px;
}

h1{
	font-weight: bold;
	color: #57ab3b;
	text-align: center;
}

.thumbnail{
	border: 0px;
}

.table_year > tbody > tr{
	text-align: center;
}


/* Header */
.top-header{
	background: url('/media/bg_header1.png');
}

.vad_ovdim_slogan{
	max-width: 77% !important;
	margin-top: 20px;
}



#Sub_right_menu li a{
background: rgb(0,91,253);
background: linear-gradient(90deg, rgba(0,91,253,1) 0%, rgba(0,199,182,1) 48%, rgba(0,237,110,1) 100%)!important;
}

#Sub_right_menu .menu-current a {

    background: #00d471!important;
    }
    
/* Navigation */
#Header_table{
	background: url('/media/212.png');
	background-color:#efefef;
	height: 45px;
	overflow: hidden;
}

.nav-menu a{
	height: 42px;
	font-size: 16px;
	line-height: 43px;
	padding: 0 15px;
}

.nav-menu li:hover ul{
	display: none;
}




/* Left Navigation */
.mm-list>li>a, .mm-list>li>span{
	color: black !important;
}



/* Menu */
.groups-sport > .mm-page > #Main >.row > #Sub_right_menu > .menu-top > .menu-first > a {
	display: none !important;
}

.groups-sport > .mm-page > #Main >.row > #Sub_right_menu > .menu-top > .menu-expand > a{
	display: none !important;
}

.groups-sport > .mm-page > #Main >.row > #Sub_right_menu > .menu-top > .menu-last > a {
	display: none !important;
}



/* Slide */
.slide{
	margin: 20px 0;
}

.flexslider{
	border-radius: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
	overflow: hidden !important;
	margin: 0px !important;
}

.facebook{
	margin: 0 auto;
	max-width: 285px;
}







/* Note */
.note_box{
	background: url('/media/bg_note.png');
}

.note{
	max-width: 25%;
	display: inline-block;
	/*margin: 0 auto;*/
	padding: 20px 0;
	position: relative;
}

.note_text{
	position: absolute;
	z-index: 2;
	top: 42%;
	left: 50%;
	margin-left: -42px;
	text-align: center;
}





/* Categories */
.category{
	position: relative;
	max-width: 262px;
	margin: 0 auto;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 2px;
	margin-bottom: 15px;
}

.category-img{

}

.category-title{
	display: block;
	max-width: 100%;
	width: 100%;
	text-align: center;
	color: #002f75 !important;
	font-size: 17px;
	padding: 6px;
	border-bottom: 1px solid rgb(226, 226, 226);
}






/* Bezeq Connection */
#bezeq-connection > tbody > tr > td{
	padding: 5px;
}



/* Back */
.back-link{
	display: inline-block;
	background: #d92676;
	padding: 6px 10px;
	color: white !important;
}




/* News blog  */
.news_blog{
	border: 1px solid #B9B9B9;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-m-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
}

.news_blog_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #B9B9B9;
	padding-bottom: 4px;
}

.news_blog_content{
	margin: 5px 0;
}

.news_blog_link{
	margin-top: 15px;
}



/* Footer */
#Bottom_sitemap{
	height: auto !important;
}

#Credits{
	display: none !important;
}

.top_footer{
	background: url('/media/texture.jpg');
	padding: 20px 0;
}

.bottom_footer{
	background: url('/media/212.png');
	padding: 10px 0;
}

.home_footer{
background: url('/media/texture.jpg');

}







/* Pages */
/* Home */
.home > .mm-page > #Main{
	max-width: 100%;
}

/* Group Sport */
.group-sport-main > .mm-page > #Main{
	max-width: 100%;
	width: 100%;
}


/* News  - Galleries*/






/* Benfits Box */
.benfits-box{
	border: 1px solid rgb(174, 174, 174);
	padding: 15px 10px;
	box-sizing: content-box;
	border-bottom: 2px solid rgb(179, 179, 179);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-m-border-radius: 5px;
	-o-border-radius: 5px;
	 margin-bottom: 20px;
	 min-height: 130px;
}

.benfits-img{
	text-align: center;
}

.benfits-img img {max-height:56px!important;}

.benfits-title{
	margin: 5px 0;
	font-weight: bold;
}

.benfits-link{
	margin-top: 25px;
	text-align: center;
}

.container.flex{
display: flex;
justify-content: space-between;
}

/* Main div responsive */
@media (min-width: 768px){
	#Main{
		max-width: 750px;
	}
	
}

@media (min-width: 992px){
	#Main{
		max-width: 970px;
	}
}


@media (min-width: 1200px){
	#Main{
		max-width: 1170px ;
	}
}


/* Responsive */
@media (max-width: 1200px){
	.nav-menu a{
		padding: 0 18px;
	}
	
	.category-title{
		font-size: 16px;
	}
}

@media (max-width: 992px){
	.nav-menu a{
		padding: 0px 10px;
		font-size: 14px;
	}
	
	.vad_ovdim_slogan{
		margin-top: 5px;
	}
	
}

@media (max-width: 768px){
	#Main{
		padding-top: 70px;
	}
	.note_box .container.flex{
	        flex-direction: column;
	}
	.note{
	    width:100%;
		max-width: 100%;
		display: block;
	}
	.note img{
	width:100%;
	    
	}
	
	#Space{
		padding-top: 0px;
	}
	
	#Bottom_sitemap{
		position: static !important;
	}
	
	body{
		margin: 0 !important;
	}
	
	.bottom_footer {
		visibility: hidden;
	}
	
	#Header_table{
	background: none;
	background-color:#efefef;
	height: 55px;
	overflow: hidden;
}

}