@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
html, body, * {
	font-family: 'Open Sans', sans-serif;
}
body {
	font-size: 15px;
	background: #EFEFEF;/*background-image: url("../images/squairy_light.png")*/
}
a {
	color: #1E3E59
}
.head-con {
	background: url(../images/topbg.png) #162C3F center bottom no-repeat;
	border-bottom: 3px solid #D5D5D5;
}
.head {
	color: #8AB5D4
}
h1 small {
	color: #FFF
}


.navbar-nav li a {
	border-right: #1E3E59 1px solid;
	color:#FFF;
}
.main {
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #FFF;
	background:#162C3F;
}
.page-header {
	margin-top: 0
}
.clear {
	clear: both
}
.logo-img {
	margin: auto auto;
	max-width: 120px
}
.btn-black {
	color: #fff;
	background-color: #333333;
	border-color: #357ebd;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open > .dropdown-toggle.btn-black {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-black:active, .btn-black.active, .open > .dropdown-toggle.btn-black {
	background-image: none;
}
.btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black[disabled].active, fieldset[disabled] .btn-black.active {
	background-color: #333333;
	border-color: #357ebd;
}
.btn-black .badge {
	color: #333333;
	background-color: #fff;
}
.adubutton div {
	padding: 1px
}
.adubutton .btn-primary {
	-o-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-khtml-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.footer {
	color: #FFF;
	min-height: 50px;
}
#myCarousel img {
}
h1 {
	font-size: 2.6em;/*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
}
.hT img {
	max-width: 100%
}
.sayfa_icerik img, table {
	max-width: 100%;
	height: auto
}

.sayfa_icerik p {
	line-height:2em !important;
	
}

@media screen and (max-width: 768px) {
	.h1_baslik{font-size:20px}
	#myCarousel img {
		max-width: 100%;
		min-width: 100%;
		height: 260px;
	}
	h1 {
		font-size: 2em;
		margin: 0;
	}
	.logo-img {
		max-width: 60px
	}
	.adubutton div .btn-block {
		display: inline-block;
		
	}
	.service_button img {
		width: 90%;
		margin-bottom: 5px;
		display: block
	}
	.row {
		margin: 0 -15px 0 -15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	#myCarousel img {
		max-width: 100%;
		min-width: 100%;
		height: 400px;
	}
	.abspan {
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	
	.truncate {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	h1 {
		font-size: 2.3em;
	}
}
@media screen and (min-width: 768px) {
	
	.adubutton {
		margin-right: 0;
		margin-left: 0px;
		padding-left:20px;
		padding-right: 0;
		padding-top: 0px;
	}
	.adubutton .btn {
		padding:18px;
		
	}
	.bannerblok {
		padding: 0 10px 0 1px
	}
	#myCarousel img {
		max-width: 100%;
		min-width: 100%;
		height: 433px;
	}
	.navbar-brand {
		display: none
	}
	
	.service_button img {
		width: 100%;
		margin-bottom: 3px;
	}
	.haberblok .panel-body {
		height: 330px;
		overflow: hidden
	}
	.arabosluk {
		clear: both;
		height: 30px;
	}
	.bannerblok, .adubutton {
		margin-top: 20px
	}
}
.panel-title a {
	text-decoration: none
}
/*.panel-title a:hover{color:#000}*/

.carousel {
	max-height: 433px;
	overflow: hidden;
	.item img {
		width: 100%;
		height: auto;
	}
}
.btn-primary {
	color: #FFF;
	background-color: #1A354C;
	border-color: #357EBD;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #003A6A;
	border-color: #1684c2;
}
.haber_title {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color: #1E3E59;
	text-align: left
}

.altlink {	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size:smaller;
	color:#CCC;
text-align: left}

.altlink:hover {color:#FFF; text-decoration:none}

.haber_tek{
	padding:10px 5px;
	display:block;
	
	webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	
}


.haber_tek:hover{
	background:#1A354C;
	text-decoration:none;
	webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	
}


.haber_tek:hover  span{
	
	color:#FFF;
	
	
}

.haber_tek:hover  i{
	
	color:#FFF;
	
	
}


.haberblok .panel-default {
	border: none;
}
.haberblok .panel-heading {
	background: #FFF;
	font-weight: bold;
	font-size: larger;
	padding: 15px;
	color: #000
}
.carousel-caption {
	text-align: left;
	
	padding:0px;
	margin:0px;
	bottom: 0;
	left: 0
}
.carousel-caption span{
	background: rgba(22, 44, 63,0.9);
	display:inline-block;
	padding:10px;
	margin:15px;
	font-size:1.2em;
	
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #162C3F;
}
.umenu {
	margin: 0;
	background: #1A354C;
	border: 1px solid #1E3E59;
	border-radius: 0px
}
.dropdown li a {
	background: #1A354C;
	color: #FFF;
	border-bottom: 1px solid #162C3F
}
.dropdown-menu {
	padding: 0;
}

.footer {padding:15px}
footer a { color:#CCC}
footer a:hover {color:#FFF; text-decoration:none;}
.topmenu_con {background:#162C3F;  color:#FFF}
.topmenu_bar {color:#FFF; padding:12px 0px 12px 5px;}
.topmenu_bar a {color:#FFF;}
.topmenu_bar span{display:inline-block;background:#02192B;  cursor:pointer}
.topmenu {display:none; padding: 10px 0 10px 0}
.adulink { padding:5px 0}
.adulink > i {margin-left:5px;}


.umenu1 > a {max-width:166px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.haber_title > img {max-height:16px}

.umenu1 > a > img {max-height:16px}




.solmenu > li > a {background:#FFF; border:1px solid #8AB5D4;font-weight:bold}

.navbar-inner {
    background:transparent;
}

.navbar-inverse {
	background:transparent;
border:none; 