/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	/*background: url(../img/bg-0.jpg) no-repeat;*/
	background-size:cover;
	font-family: 'Roboto Condensed', sans-serif;
}

.clr {
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.hidden {
	display:none;
}

a {
	transition: all 0.3s ease;
}

.wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:99;
	padding-bottom:50px;
}

.header {
	clear:both;
}

.logo {
	background:#001488;
	width:240px;
	padding:30px 30px 30px 30px;
	margin:0 0 10px 0;
	float:left;
}

.left-menu {
	width:300px;
	float:left
}

.left-menu ul li {
 	padding:4px 0 0 0;
	position:relative
}

.left-menu ul li a {
 	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../img/menu-arrow.png);
	background-repeat:no-repeat;
	background-position:280px 10px;
	font-size:18px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:8px 25px 8px 10px;
	text-align:right;
	font-weight:700;
	transition: background-color 0.5s ease;
}

.left-menu ul li a:hover {
 	background-color: rgba(0, 0, 0, 0.9);
}

.left-menu ul li ul {
	display:none;
	position:absolute;
	left:305px;
	top:0;
	width:300px;
}

.left-menu ul li {
 	padding:2px 0 0 0;
}

.left-menu ul li ul li a {
	font-size:16px;
	padding:8px 25px 8px 10px;
}

.lang a {
	background:#001488;
	display:inline-block;
	padding:5px 5px 5px 5px;
	margin:37px 0 0 0;
	float:right;
	color:#fff;
	text-decoration:none;
}

.banner-title h1 {
	background:#001488;
	display:inline-block;
	padding:10px 25px 10px 25px;
	float:right;
	color:#fff;
	font-weight:700;
	font-size:30px;
	right:0!important;
	left:auto!important;
}

.home-box-area {
	padding:100px 0 0 0;
}

.home-box {
	width:202px;
	padding:20px 20px 10px 20px;
	background-color: rgba(0, 0, 0, 0.7);
	float:left;
	margin-right:4px;
}

.home-box-last {
	margin-right:0;
}

.home-box h2 {
	font-size:17px;
	font-weight:700;
	line-height:20px;
	color:#fff;
	/*background:url(../img/home-box-arrow.png) no-repeat left 4px;*/
	padding-bottom:10px;
}

.home-box img {
	float:left
}

.home-box p {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	width:120px;
	color:#ddd;
	padding-left:10px;
	padding-bottom:10px
}

.home-box p a {
	color:#ddd;
	text-decoration:none
}

.home-box p.more {
	text-align:right;
	width:100%;
}

.bg-slider {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:80
}

.bg-slider .slide-item {
	background-size: cover;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

/* Footer */

.footer {
	width:100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding:20px 0;
	margin-top:20px;
	position:relative;
	z-index:99;
	
	position:fixed;
	left:0px;
	bottom:0px;
}

.footer-inner {
	width:980px;
	margin:0 auto;
}

.footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#ddd;
}

.footer p a {
	color:#ddd;
	text-decoration:none;
}

/* Subpage */

.subpage .logo {
	background:#001488;
	width:280px;
	padding:10px;
	margin:0 0 10px 0;
	float:left;
}

.subpage .header {
	background:url(../img/bg-header.png) center no-repeat;
	height:45px;
	position:relative;
	z-index:99
}

.subpage .header-inner {
	width:980px;
	margin:0 auto;
}

.top-menu {
	float:left;
	padding-left:20px;
}

.subpage .top-menu ul li {
 	padding:6px 0 0 10px;
	float:left;
	position:relative
}

.subpage .top-menu ul li a {
	background-image:url(../img/menu-arrow.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	font-size:16px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:8px 10px 8px 15px;
	text-align:right;
	font-weight:700;
	transition: background-color 0.5s ease;
}

.subpage .top-menu ul li a:hover {
 	 color:#f3f3f3
}

.subpage .top-menu ul li ul {
	display:none;
	position:absolute;
	left:8px;
	top:45px;
	width:300px;
}

.subpage .top-menu ul li ul li {
	float:none;
	padding:1px 0 0 0;
}

.subpage .top-menu ul li ul li a {
 	background-color: rgba(0, 0, 0, 0.7);
	background-image:none;
	font-size:15px;
	line-height:18px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:8px 15px 8px 15px;
	text-align:left;
	font-weight:700;
	transition: background-color 0.5s ease;
	width:250px;
	font-weight:500
}

.subpage .top-menu ul li ul li a:hover {
 	background-color: rgba(0, 0, 0, 0.9);
}

.subpage .header-back {
	width:100%;
	height:370px;
	background:url(../img/slider-icerik-1.jpg) no-repeat center;
	position:relative;
	z-index:90;
	margin-top:-45px;
}

.subpage .header .lang a {
	margin:10px 0 0 0;
}

/* Content */

.subpage .wrapper .content {
	padding:30px 0 20px 0;
}

.subpage .wrapper .content h1 {
	font-size:20px;
	font-weight:700;
	line-height:24px;
	color:#001488;
	padding:0 0 20px 0
}

.subpage .wrapper .content h2 {
	font-size:18px;
	font-weight:700;
	line-height:24px;
	color:#4c4c4c;
	padding:0 0 20px 0
}

.subpage .wrapper .content p {
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#111;
	padding:0 0 20px 0
}

.subpage .wrapper .content ul li {
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#111;
	padding:0 30px 10px 15px;
	background:url(../img/bg-list.png) no-repeat left 6px
}

.subpage .wrapper .content .content-img {
	float:right;
	margin-left:30px
}

.subpage .wrapper .content p strong {
	font-weight:700;
}

.subpage .wrapper .content.contact {
	padding-right:80px
}

.subpage .wrapper .content.contact p {
	padding:0 0 15px 0
}

.subpage .wrapper .content.contact p img {
	vertical-align:middle;
	padding-right:10px
}

.subpage .wrapper .content.contact p a  {
	color:#001488;
}

.subpage .footer {
	margin:0;
}

.yonetim-kurulu {
	font-size:15px;
	overflow:hidden;
	background:url(../img/border.png) no-repeat 50px 95px;
}

.yonetim-kurulu span {
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#fff;
	background:#333;
	padding:20px;
	display:block;
	float:left;
	text-align:center
}

.yonetim-kurulu span i {
	display:block;
	font-style:italic
}

.yonetim-kurulu span.erdogan-cakir {
	margin:0 280px 15px 280px;
}

.yonetim-kurulu span.taha-cakir {
	margin:20px 0;
}

.yonetim-kurulu span.burak-cakir {
	margin:20px 160px;
}

.yonetim-kurulu span.tarik-cakir {
	margin:20px 0;
}

.tabs-button a {
	display:inline-block;
	padding:15px 24px;
	background:#001488;
	color:#fff;
	text-decoration:none;
	margin-right:10px
}

.tabs-button a.last {
	margin-right:0
}

.tabs-button a.active {
	background:#000c4f;
}

.list-content {
	width:980px;
}

.list-content .img {
	width:180px;
	float:left;
	margin-right:20px;
	border:5px solid #4c4c4c
}

.list-content .text {
	width:650px;
	float:left
}

/*
.list-content .detail {
	width:50px;
	height:165px;
	background:#4c4c4c;
	float:right;
	margin-right:5px
}
*/

.list-item {
	padding:15px 15px;
	margin:15px 0;
	overflow:hidden;
	background-color:rgba(0,0,0,0.10);
	transition: all 0.3s ease;
}

.list-item .img {
	overflow:hidden;
	width:180px;
	height:102px;
}

.list-item .img img {
	overflow:hidden;
	width:180px;
}

.list-item:hover {
	background-color:rgba(0,0,0,0.2);
}

/**/

.gallery {}

.gallery .gallery-list {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	overflow:hidden;
	width:180px;
	height:102px;
}

.gallery .gallery-list a {
	float:left;
	overflow:hidden;
	width:180px;
	height:102px;
}

.gallery .gallery-list img {
	width:180px;
}

#map-canvas {
	width:100%;
	height:370px;
	position:relative;
	z-index:90;
	margin-top:-45px;
	overflow:visible!important
}


.info_content {
	width:200px;
	overflow:hidden;
	text-align:center;
}

.lazy{
    background-color:#fff;
    background-image:url(../img/loader.gif);
    background-repeat:no-repeat;
    background-position:center;
}

