/* Generelles */
html {
  position: relative;
  min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	text-align:justify;
}


.breadcrumb {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	font-style:normal;
	line-height:40px;
	font-weight:400;
	color:#fff;
	margin-top:0px;
	margin-bottom: 0px;
	border-radius:0;
	background-color:#ff0000;
}
.breadcrumb>.active {
	color:#fff;
}
.breadcrumb>.nonactive {
	color:#fff;
}
.breadcrumb a {
	color:#fff;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}

.ww2 {
	min-height:100px;
	max-height:100px;
}
/* Margins */
.margin_top15 {
	margin-top:15px;
}
.margin5 {
	height:5px;
}
.margin10 {
	height:10px;
}
.margin15 {
	height:15px;
}
.margin20 {
	height:20px;
}
.margin30 {
	height:30px;
}
.margin40 {
	height:40px;
}
.margin45 {
	height:45px;
}
.margin55 {
	height:55px;
}
.p-top {
	padding-top:15px;
}
.p-top-bot {
	padding-top:15px;
	padding-bottom:15px;
}
.p-bot {
	padding-bottom:15px;
}

/* Buttons */
.a-btn-default {
	background-color:#ff0000;
	color:#fff;
	padding:5px 25px;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid transparent;
	line-height:32px;
	border-radius:0;
	font-size:20px;
}
.a-btn-default:hover {
	background-color:#242a35;
	color:#fff;
	border:2px solid #ff0000;
}

p {
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
}
.gallery {
	max-height:170px;
	min-height:170px;
	width:100%;
}

/* Header Tags */
h1 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:22px;
	font-style:normal;
	line-height:32px;
	font-weight:400;
	color:#ff0000;
	padding-left:16px;
	margin-top:0px;
}
h2 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:20px;
	font-style:normal;
	line-height:32px;
	font-weight:400;
	color:#ff0000;
	margin-top:0;
}
h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:18px;
	font-style:normal;
	line-height:34px;
	font-weight:400;
	color:#ff0000;
	margin-top:0;
}
@media (max-width: 767px) {
	h1 {
		font-size:20px;
		line-height:24px;
		padding-left:5px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:left;
	}
	h2 {
		font-size:16px;
	}
}

/* ------------------------------------------------------------------------------------- */
/* Menu Begin */
/* ------------------------------------------------------------------------------------- */
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	background-color:#1b1362;
	margin-left:50px;
	margin-right:50px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.6);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.6);
}

.navbar-brand {
	padding:0;
	margin:0px;
	height: 40px;
	width: 330px;
}
.lomlom1 {
	float:left;
	position:relative;
	top:0px;
	content:url(../images/corner_top_left.svg);
	display:inline-block;
	height:50px;
	width:50px;
}
.lomlom2 {
	float:right;
	position:relative;
	top:-50px;
	content:url(../images/corner_top_right.svg);
	display:inline-block;
	height:50px;
	width:50px;
}
.navbar {
	border-top:10px solid #1b1362;
	border-radius:0px;
	max-height:50px !important;
	margin-top:0px;
	margin-bottom:0px;
	z-index:10000;

}
.navbar-nav {
	float:right;
	margin:0px;
	background-color:#1b1362;
}
.navbar-nav>li>a {
	font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    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 {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color:#ff0000;
	color:#fff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#ff0000;
	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: 'Archivo Narrow', 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 #ff0000;
}
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;
	padding-right:0px;
}
.navbar-collapse.in {
	background-color:#1b1362;
}
@media (max-width: 767px) {
	header .container {
		padding-left:0;
		padding-right:0;
		background-color:#1b1362;
	}
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-left:0;
		margin-right:0;
	}
	.navbar-brand {
		float:none;
		display: inline-block;
		height: 40px;
	}
	.navbar-brand > img {
		padding-top:0px;
		float:none;
		height:50px !important;
		max-height:60px !important;
	}
	.container>.navbar-header {
		position:absolute;
		top:5px;
		right:0px;
		margin-right:0px;
		margin-left:0px;
	}
	.navbar-nav {
		float:left;
		margin-top:0;
		width:100%;
	}
	.navbar-nav>li>a {
		padding-left:35px;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		margin-right:0px;
	}
	.navbar-nav>li>a.active,
	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus,
	.nav>li>a:focus {
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	}
	.navbar-nav>li {
		border-bottom:1px solid #ff0000;
	}
	.navbar-nav>li:last-child {
		border-bottom:1px none #ff0000;
	}
}
/* ------------------------------------------------------------------------------------- */
/* Menu Ende */
/* ------------------------------------------------------------------------------------- */

div#minheight {
	height:150px;
	clear:both;
	position:relative;
}
main {
	position:relative;
	top:-100px;
}
@media (max-width: 767px) {
	main {
		top:0;
	}
}
.blue_bg {
	background-color:#1b1362;
}
.white_box {
	background-color:#fff;
	border-radius:8px;
}

/*===================================================================================*/
/* Anasayfa Slider                                                                   */
/*===================================================================================*/
.carousel {
	margin-top:0px;
	margin-bottom:0px;
}
.carrousel {
	border-bottom:10px solid #ff0000;
}
.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: 'Archivo Narrow', 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;}
}

/* ================================================================
					GOOGLE MAPS
===================================================================*/
.content_map {
	position: relative;
	height: 522px;
}
.content_map.indent {
	height: 527px;
}
/*.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}*/
#map-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:500px;
}

#map-container img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: left;
	/*width: 330px !important;
	height: 127px !important;*/
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Archivo Narrow', sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 10px 0 10px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 28px;
}



/* ================================================================
					TEAM-AREA START
===================================================================*/
.team-area {
	background: #1b1363 none repeat scroll 0 0;
	padding: 40px 0;
}
.team-area-single-content {
    position: relative;
	height: 100%;
    width: 100%;
}
.team-area-single-content-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	text-align: center;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	z-index: 1;
}
.hover-text-area {
    background: #ff0000 none repeat scroll 0 0;
    margin-top: 66%;
    padding: 10px 0;
    transition: all 0.6s ease 0s;
}
.hover-text-area > h4 {
    margin: 0;
}
.hover-text-area > h4 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.hover-icon {
    position: absolute;
	left: 32%;
    top: 44%;
}
.team-area-single-content-hover::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.80;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team-area-single-content:hover .team-area-single-content-hover {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.team-area-single-content:hover .hover-text-area {
    margin-top: 0;
}

.team-area-single-content:hover::after {
	opacity:0;
	visibility:hidden;
}
.team-area-single-content::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td {
	text-align:center;
}
.table-bordered>tbody>tr>td>img {
	width:78%;
	padding:8px;
}
@media (max-width: 767px) {
	.table-bordered>tbody>tr>td>img {
		width:45%;
	}
}

/* ------------------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------------------- */
.footer {
	position: absolute;
	z-index:1000;
	bottom: 0px !important;
	width: 100%;
	height: 150px;
}
.footer_top {
	padding-bottom:0px;
	padding-top:15px;
	background-color:#1b1362;
}
.footer_bottom {
	background-color:#fff;
}
.copyright {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
    color: #000;
	padding-top:10px;
}
.copyright_2 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
    color: #000;
	display:inline;
}
.footer_txt {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	font-weight:400;
    color: #fff;
}
.footer_txt_2 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:20px;
	font-weight:700;
    color: #fff;
	text-align:left;
}
.lonlon1 {
	float:left;
	position:relative;
	top:50px;
	content:url(../images/corner_bottom_left.svg);
	display:inline-block;
	height:50px;
	width:50px;
}
.lonlon2 {
	float:right;
	position:relative;
	top:0px;
	content:url(../images/corner_bottom_right.svg);
	display:inline-block;
	height:50px;
	width:50px;
}
.white {
	position:relative;
	top:50px;
	height:50px;
	margin-left:50px;
	margin-right:50px;
	background-color:#fff;
}
.bb{
	border-bottom: 1px solid #1b1362;
}
@media (max-width: 767px) {
	.footer {
		height:0px;
	}
	.copyright_2 {
		font-size:12px;
	}
	.copyright {
		font-size:12px;
		text-align:center;
	}
}