@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', Arial;
}
p, h4, h5, h6, h1 {
	color: #333;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	background-color: transparent;
}
a {
	color: #ed6a19;
	background-color: transparent;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
}
h2, h3 {
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #586a81;
}
.btn.btn-danger {
	background-color: #ed6a19!important;
	border-color: #fff;
	width: 100%;
	display: block;
}
.navbar-brand {
	display: block;
	background-image: url(../images/dunyagoz-logo.png);
	background-repeat: no-repeat;
	width: 315px;
	height: 70px;
	margin: 6px;
	background-position: center center;
}
.navbar-default {
	background-color: #eceff2;
}
.social {
	background-color: #fff!important;
	padding: 5px 12px 5px 0px;
}
.social a {
	color: #ee945e!important;
	margin-left: 8px;
}

.list-group-item-danger {
	background-color: #eceff2;
	color: #191919;
	font-weight: 700;
	font-size: 16px;
}
.collapse {
	margin-top: 10px;
}
.brd {
	border-top: none!important;
}
footer {
	background-color: #eceff2;
	font-size:24px;
	font-weight:700px;
	color:#98a6b8;
}
footer a {
	color:#98a6b8;
}
footer .social {
	background-color: #eceff2!important;
	padding: 5px 12px 5px 0px;
}
footer .social a {
	color: #98a6b8!important;
	margin-right: 8px;
	margin-left: 0px;
}
red {
	color: #FF0000;
}

orange {
	color: #ed6a19;
}


