/*
	MAX-WIDTH:992px
----------------------------------------------------------- */
body{
	margin-top:74px;
}

.container-fluid{
	background:#f7f7f7;
}

/* --- SEARCH BLOCK --- */
#header .search_block label{
	display:none;
}
#header .search_block .search-submit{
	display:none;
}
#header .search_block,
#header .search_block .form-group{
	width:100%;
}
#header .search_block .form-group{
	padding:10px;
}
#header .search_block .form-group input[type="search"]{
	padding:10px;
}


/*
	PAGE CSS
-------------------------------------------- */
.page .container-fluid{
	padding-left:30px;
	padding-right:30px;
}

/*
	CUSTOM BOX
-------------------------------------------- */
	.custom-box{
		margin-bottom:10px;
	}
	.custom-box .cb_content{
		display:none;
	}
	
/* CONTACT */
	.front_page_bottom_boxes .contact .col-xs-6{
		/*width:100%;*/
	}
	

/*
	HEADER
--------------------------------------------- */
	#header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}

	/* --- SEARCH BLOCK & CART BLOCK display none --- */
		#header .search_block,
		#header .cart_block{
			display:none;
		}
		
	/* --- LOGO --- */
		.logo{
			margin:9px 0;
		}

/*
	CONTENT
--------------------------------------------------------------- */

/* SIDEBAR */
	
	/* SIDEBAR_NAV
	--------------------------*/
		.sidebar_nav .sidebar_nav_wrap{
			position:fixed;
			top:0;
			left:0;
			width:100%;
			height:100%;
			padding:50px 50px;
			background:rgba(17, 17, 17, 0.84);
			z-index:99999;
		}
		.sidebar_nav .sidebar_nav_wrap .fa-times{
			display:block;
		}
		
		/* kosár
		------------------------- */
			.kosarsb{
				display:none;
			}
		
		/* Táblázatos
		------------------------- */	
			.tablazatos article{
				width:25%!important;
				float:left;
			}
				
		
	/* Elérhetőség
	------------------------- */
		.elerhetosegek .col-md-6{
			margin-bottom:20px;
		}

