/* Generelles */
html {
  position: relative;
  min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
	font-family: 'Khand', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:24px;
	text-align:justify;
}

/* main */
.breadcrumb {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	font-family: 'Khand', sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:32px;
	font-weight:400;
	color:#fff;
	margin-top:5px;
	margin-bottom: 0px;
	border-radius:0;
	background-color:#5e636b;
}
.breadcrumb>.active {
	color:#fff;
}
.breadcrumb>.nonactive {
	color:#fff;
}
.breadcrumb a {
	color:#fff;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}

/* Margins */
.margin_top15 {
	margin-top:15px;
}
.margin5 {
	height:5px;
}
.margin10 {
	height:10px;
}
.margin15 {
	height:15px;
}
.margin30 {
	height:30px;
}
.margin40 {
	height:40px;
}
.margin45 {
	height:45px;
}
.margin55 {
	height:55px;
}
.number {
	color:#003875;
	font-size:36px;
	font-weight:600;
}
.number2 {
	color:#fff;
	font-size:36px;
	font-weight:600;
}
.box_shadow {
	-webkit-box-shadow: 0 0 10px 1px #A3A3A3;
	box-shadow: 0 0 10px 1px #A3A3A3;
}
.box_header {
	background-color:#155caa;
}

/* Buttons */
.btn {
	font-size:18px;
}
.btn-default {
	background-color:#155caa;
	border:1px solid #155caa;
	color:#fff;
}
.btn-default:hover {
	background-color:#123985;
	border:1px solid #123985;
	color:#fff;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	font-family: 'Khand', sans-serif;
	font-size:14px;
	color:#000;
	border:1px solid #d0d0d0;
	padding:5px;
	max-width:100%;
	min-width:100%;
	margin-bottom:10px;
}
textarea {
	font-family: 'Khand', sans-serif;
	font-size:14px;
	color:#000;
	border:1px solid #d0d0d0;
	padding:5px;
	max-width:100%;
	min-width:100%;
	min-height:150px;
}
@media (max-width: 767px) {
	input[type="text"],
	input[type="email"] {
		margin-bottom:5px;
	}
}
/* Header Tags */
h1 {
	font-family: 'Khand', sans-serif;
	font-size:24px;
	font-style:normal;
	line-height:40px;
	font-weight:500;
	color:#fff;
	padding-left:16px;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-family: 'Khand', sans-serif;
	font-size:28px;
	font-style:normal;
	text-align:center;
	line-height:32px;
	font-weight:400;
	color:#2b190d;
}
h3 {
	font-family: 'Khand', sans-serif;
	font-size:24px;
	font-style:normal;
	line-height:32px;
	font-weight:600;
	text-align:left;
	color:#2b190d;
}
h4 {
	font-family: 'Khand', sans-serif;
	font-size:20px;
	font-style:normal;
	line-height:28px;
	font-weight:500;
	text-align:left;
	color:#2e3191;
	padding-left:15px;
}
@media (max-width: 767px) {
	h1 {
		font-size:16px;
		line-height:20px;
		padding-left:5px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
	}
	h2 {
		font-size:16px;
	}
}

/* ------------------------------------------------------------------------------------- */
/* Menu Begin */
/* ------------------------------------------------------------------------------------- */
.navbar-brand {
	height:125px;
	line-height:0;
	padding:15px 0 0 0;
}
.navbar {
	background-color:#155caa;
	border:none;
	border-radius:0px;
	/*max-height:50px;*/
	margin-top:0px;
	margin-bottom:0px;

}
.navbar-nav {
	float:left;

}
.navbar-nav>li>a {
	font-family: 'Khand', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
	line-height:50px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:13px;
	padding-right:13px;
	margin-right:2px;
}

.navbar-nav>li>a.active,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.nav>li>a:focus { 
	background-color:#000;
	color:#fff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#000;
	color:#fff;
}
header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
	font-family: 'Khand', sans-serif;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px none #ccc;
    border: 1px none rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
header .dropdown-menu>li>a {
	line-height:35px;
}
header .dropdown-menu>li {
	border-bottom:1px solid #000;
}
header .dropdown-menu>li:last-child {
	border-bottom:none !important;
}
.navbar-toggle {
	background-color:#000;
	margin-top:3px;
	margin-bottom:3px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-collapse {
	border-top:none;
	padding-left:0px;
}
.navbar-collapse.in {
	background-color:#242a35;
}
@media (max-width: 767px) {
	.navbar-brand {
		float:none;
	}
	.navbar-brand img {
		padding-top:10px;
		float:none;
		height:90px !important;
		max-height:90px !important;
	}
	.container>.navbar-header {
		position:absolute;
		top:5px;
		right:5px;
		margin-right:0px;
		margin-left:0px;
	}
	.navbar-nav {
		float:left;
		margin-top:0;
	}
	.navbar-nav>li>a {
		padding-left:25px;
	}
	.dropdown-menu>li {
		border-bottom:1px solid #242a35;
	}
	.dropdown-menu>li>a {
		color:#fff;
		background-color:#ff0000;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li>a {
		font-size: 13px;
		padding-left:7px;
		padding-right:7px;
	}
}
/* ------------------------------------------------------------------------------------- */
/* Menu Ende */
/* ------------------------------------------------------------------------------------- */

div#minheight {
	height:150px;
	clear:both;
	position:relative;
}

/*===================================================================================*/
/* Anasayfa Slider                                                                   */
/*===================================================================================*/
.carousel {
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:10px solid #242a35;
}
.carousel-inner img {
	max-height:500px;
	min-height:200px;
}
.transition-timer-carousel .carousel-caption {
    background-color: rgba(0, 0, 0, .45);
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	font-size: 18px;
	background-image:none !important;
	color:#fff;
	font-style:normal;
	padding-left:0px;
	line-height:16px;
}
@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 24px;
	}
	.carousel-caption {
		padding-bottom:10px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
.item h1 {
	font-family: 'Khand', sans-serif;
	font-size:18px;
	font-style:italic;
	line-height:24px;
	font-weight:400;
	color:#00929e;
	background-image:none;
	padding-left:5px;
	padding-top:10px;
}
.item p {
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #333;
	padding-top:10px;
	padding-left:5px;
}

@media (max-width: 767px) {
	.item h1 { font-size:14px; line-height:18px;}
	.item p {font-size:12px; line-height:16px;}
}


/* ------------------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------------------- */
.footer {
	position: absolute;
	z-index:1000;
	bottom: 0px !important;
	width: 100%;
	height: 150px;
	background-color:#123985;
}
.footer_txt {
	font-family: 'Khand', sans-serif;
	font-size:22px;
	font-weight:400;
    color: #fff;
	text-align:left;
	padding-top:45px;
}