
.page-head-telephely-nev {
	color: #FED615;
	font-size: 20px;
	font-weight: bold;
	padding: 9px;
}


@media only screen and (max-width : 480px) {
	.page-head-telephely-nev {
		color: #FED615;
		font-size: 14px;
		font-weight: bold;
		padding: 14px 9px;
	}
}

@media only screen and (max-width : 1100px) {
	
	.headerMenu {
		display:none !important;
	}
}


#loader{
 z-index:999999;
 display:none;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:url(/public/img/page-loader.gif) 50% 50% no-repeat #cccccc;
	opacity: 0.7;
	background-size: 100px 100px;
}

