/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.kontorluyazi {
	/*color: black;*/
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mobilbar {
	position: fixed;
	width: 100%;
	height: 55px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	background-color: #0066a4;
}

.arala {
	height: 30px;
}

@media (min-width:500px) {
	.mobilbar {
		display: none;
	}

	.mobildevar {
		display: none;
	}

	.arala {
		display: none;
	}
}

@media (max-width:499px) {
	.mobildeyok {
		display: none;
	}
}