body {
    background: url('../img/mobile-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

a {
	text-decoration: none !important;
}

a:link {
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
}

a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

.none li{
	list-style-type: none;
}

.bg {
	background: #fff;
}

.menu ul {
	padding: 0;
}

.menu li {
	color: #fff;
	list-style: none;
	padding: 14px 15px;
	display: block;
	border-bottom: grey dotted 3px;
	font-size: 1.2em;
	font-weight: 700;
}

.orange {
	color: orange;
}

.head {
	background: rgba(0,0,0,.8);
	color: white;
	border-bottom: #000 solid 1px;
}

.hizmet {
	background: rgba(0,0,0,.75);
	color: white;
	margin-bottom: 20px;
	padding: 10px;
}

.faliyet {
	background: rgba(0,0,0,.8);
	color: white;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.footer {
	background: #fcd846;
	position: fixed;
	bottom: 0;
	padding-top: 10px;
}

.footer a {
	color: #333;
}

.icon {
	padding-right: 10px;
}

.copyright {
	padding-top: 2px;
	font-size: 14px;
}

.copyimg {
	padding-top: 2px;
}