@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Source+Sans+Pro:400,600&subset=latin-ext');

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
	position: relative;
	min-height: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 36px;
	color: #525252;
	background-color: #F4F4F4;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.container {
	width: auto;
	max-width: 1300px;
}
a:focus {
    outline: thin dotted;
    text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
}
.btn {   
    outline: none !important;
}
.whatsapp {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
	margin-bottom: 30px;
	margin-right: 30px;
}
.whatsapp img {
	width: 50px;
}
.menu-alani {
	background-color: #FFF;
	border-top: solid 5px #61c3f1;
	font-family: 'Roboto Condensed', sans-serif;
}
.menu-alani a {
	font-size: 14.5px;
}
.navbar-default ul li a {
	color: #525252 !important;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 15px;
}
.navbar-default ul li a:hover {
	color: #49a5ce !important;
	background-color: #e7e7e7 !important;
}
.navbar-default ul li ul li a {
	font-size: 15px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #525252;
}
.icerik-alani {
	margin-top: 96px;
	height: auto;
}
.google-map {
	width: 100%;
	height: 300px;
	margin-top: 96px;
	background-color: #e5e3df;
	overflow: hidden;
}
.google-map-iframe {
	width: 100%;
	min-height: 300px;
	border: 0px;
}
.iletisim-bilgileri {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.iletisim-bilgileri h2 {
	font-weight: 400;
	font-size: 18px;
	color: #23527C;
	font-family: 'Roboto Condensed', sans-serif;
}
.iletisim-bilgileri a  {
	color: #525252;
}
.iletisim-bilgileri a:hover {
	color: #23527C;
	text-decoration: underline !important;
}
.iletisim-bilgileri th, label {
	font-weight: 600;
}
aside {
	min-height: 400px;
	border-right: solid 1px #e7e7e7;
	padding-right: 25px;
	color: #525252;
	margin-top: 0px !important;
}
.aside-baslik {
	border-bottom: dashed 1px #e7e7e7;
	padding-top: 75px;
}
.aside-baslik h3 {
	margin: 0px;
	padding: 0 0 15px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
aside ul {
	margin-top: 10px;
	list-style-type: none;
}
aside ul li {
	padding: 0px;
	margin: 0px;
}
aside ul li a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sayfa-baslik {
	border-bottom: solid 3px #e6e1e1;
	margin-top: 55px;	
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}
.sayfa-baslik h1 {
	margin: 0px;
	padding-bottom: 15px;
	color: #525252;
	font-weight: 200;
	font-size: 30px;
}
article {
	padding-bottom: 10px;
}
article h2 {
	font-size: 22px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
article p {
	font-size: 15px;
	line-height: 22px;
	color: #777;
	text-align: justify;
}
.makale-resim {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.foto-galeri {
	margin-bottom: 40px;
}
.thumbnail {
	border-radius: 0px;
}
.icerikler h2 {
	font-weight: 600;
	font-size: 15px;
	margin-top: -10px;
	padding-bottom: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 35px;
  font-size: 11px;
  text-align: left;
  border-top: solid 1px #e7e7e7;
}
.footer p {
	color: #525252 !important;
}
.container .text-muted {
  margin: 8px 0;
}
.logo2 {
	max-width: 220px;
}
@media (max-width: 768px) {
	aside {
		display: none;
	}
	article {
		padding-left: 0px;
	}
	.logo2 {
		margin-left: 15px;
	}
	.whatsapp {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 5;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.whatsapp img {
		width: 50px;
	}
}
