@import url("normalize.css");
@import url("formalize.css");

@font-face {
    font-family: 'layarbahteradooms-bold';
    src: url('../fonts/layarbahtera_doomsday_bold-webfont.woff2') format('woff2'),
         url('../fonts/layarbahtera_doomsday_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'layarbahteradooms-light';
    src: url('../fonts/layarbahtera_doomsday_light-webfont.woff2') format('woff2'),
         url('../fonts/layarbahtera_doomsday_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* GLOBAL */
body{
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

/* HEADER */
.Header{
	background:#141430;
	height:140px;
}
.Header-logo{
	float:left;
	margin-top:32px;
}
.Header-menus{
	float:left;
	margin-left:65px;
	margin-top:20px;
}
.mobile-nav-wrap{
	display:none;
}
.Header-page-menu{

}
.Header-page-menu a{
	color:#fff;
	font-size:12px;
	margin-right:0px;
	font-weight: 300;
	float:left;
	margin-right: 35px;
}
.Header-page-menu form{
	float:left;
	margin-top:-9px; 
	
}
.Header-page-menu input.s-box{
	width:190px;
	font-size:12px; 
	font-family: 'Poppins', sans-serif;
	color:rgba(255,255,255,.4);
	background: none;
	border:none;
	border-bottom:1px solid #2b2b48; 
	padding-bottom:3px;
}
.Header-page-menu input.s-box:focus{
	box-shadow:none;
	border:none;
}
.Header-page-menu button.s-btn{
	border:none;
	color:#616182;
	background:none;
	margin-left:-20px;
	position: relative;
	top: -5px;
	font-size:20px;
}
.Header-main-menu{}
.Header .container{
	position: relative;
}
.Header-main-menu:before{
	content:'';
	clear:both;
	display: block;
}
.Header-main-menu ul li{
	margin-top:60px;
	margin-right:48px;
	float:left;
}
.Header-main-menu ul li a{
	color:#fff;
	display: block;
	font-size:12px;
	font-weight: 500;
	height: 43px;
	position: relative;
	transition: all .3s;
}
.Header-main-menu ul li a:hover{
	color:#24a0ff;
	text-decoration: none;
}
.Header-main-menu ul li a:before{
	content:'';
	display:block;
	transition: all .3s;
	width:0;
}
.Header-main-menu ul li:hover a:before{
	
	background: #24a0ff;
	position: absolute;
	width:100%;
	height:3px;
	bottom:0;
}
.Header-main-menu ul li:hover .sub-menu a:before{
	display: none;
}
.Header-main-menu ul li:hover .sub-menu{
	display:block;
}
.sub-menu{
	background: #141430;
	border-top:3px solid #24a0ff;
	width:100%;
	padding:10px 20px;
	position: absolute;
	z-index:10;
	display: none;
	left: 0;
}
.sub-menu ul{
	float: left;
}
.sub-menu ul li{
	float: none;
	margin:0;
}
.sub-menu ul li a{
	height: 25px;
	line-height: 25px;
	color:#bde1fc;
}
.sub-menu ul li a:hover:before{
	display: none;
}
.image-menu{
	float: left;
	margin-left:50px;
}
.image-menu-box{
	float:left;
	margin-right:35px;
}
.image-menu-box a{
	color:#bde1fc !important;
	margin-top: 5px;
	display:block;
}
.image-menu-box a:hover{
	color:#24a0ff !important;
}
.image-menu-box a:hover:before{
	display: none;
}
.Header-right{
	float:right;
}
.Header-right img{

}
.Header-right ul.social-menu{
	display: table;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.Header-right ul.social-menu li{
	float:left;
	font-size:18px;
	margin-right:10px;
	
}
.Header-right ul.social-menu li a{
	color:#ceceff;
	transition: all .3s;
}
.Header-right ul.social-menu li a:hover{
	color:#fff;
}
/* Content */
.Content{
	margin-top:25px;
}

.main-slider{
	border-left:5px solid #ffb135;
	box-sizing: border-box;
	position: relative;
}
.main-slider .item:before{
	content:'';
	background: url(../img/slidershadow.png);
	display: block;
	position: absolute;
	width:334px;
	height:398px;
	z-index:1;
	left:0;
	top:0;

}
.main-slider .owl-prev{}
.main-slider .owl-next{}
.main-slider .owl-pagination{
	margin-top:-26px;
	margin-right: 60px;
	position: relative;
	z-index:2;
	float: right;
}
.main-slider .owl-page{
	width:10px;
	height: 10px;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	display: block;
	float: left;
	margin-right:3px;
}
.main-slider .owl-page.active{
	background: #ffb135;
}
.main-slider .owl-prev{
	background: url(../img/prev5.png);
	width:8px;
	height:14px;
	position: absolute;
	bottom:14px;
	right:133px;
	cursor: pointer;
}
.main-slider .owl-next{
	background: url(../img/next5.png);
	width:8px;
	height:14px;
	position: absolute;
	bottom:14px;
	right:47px;
	cursor: pointer;
}
.slider-text{
	position: absolute;
	bottom:30px;
	left:40px;
	z-index:5;
}
.slider-text h3{
	color:#fff;
	font-size:25px;
	font-weight:600;
}
.slider-text h3:before{
	content:'';
	display:block;
	background: #ffb135;
	border-radius: 50%;
	width:10px;
	height:10px;
	position: absolute;
	left:-15px;
	top:8px;
}
.slider-text h3 span{
	color:#ffb135;
	display: block;
}
.slider-text a.button{
	background: #ffb135;
	color: #fff;
	border-radius:20px;
	display: block;
	text-align: center;
	line-height:37px;
	width:170px;
	height:37px;
	margin-top:12px;
	transition: all .3s;
}
.slider-text a.button:hover{
	text-decoration: none;
	background: #141430;
}
.baskanimiz{
	position: relative;
}
.baskan-text{
	position:absolute;
	bottom:20px;
	width:calc(100% - 40px);
	text-align:center;
}
.baskan-isim{
	font-weight:600;
	color:#c1c2e9;
}
.baskan-unvan{
	color:#55658e;
	font-weight:300;
}
.baskanimiz img{
	height: 399px;
}
.baskan-icon{
	background: #f1eeec;
	min-width:40px;
	height:100%;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
}
.baskan-icon ul li{
	width:40px;
	height:39px;
	text-align: center;
	margin-bottom:10px;
	overflow: hidden;
	position: absolute;
	right:0;
	transition: all .3s;
}
.baskan-icon ul li:nth-child(1){top:0;}
.baskan-icon ul li:nth-child(2){top:45px;}
.baskan-icon ul li:nth-child(3){top:90px;}
.baskan-icon ul li:nth-child(4){top:135px;}
.baskan-icon ul li:nth-child(5){top:180px;}
.baskan-icon ul li:nth-child(6){top:225px;}
.baskan-icon ul li:nth-child(7){top:270px;}
.baskan-icon ul li:nth-child(8){top:315px;}
.baskan-icon ul li:nth-child(9){top:360px;}
.baskan-icon ul li:hover{
	background: #4b4f73;
	color: #fff;
	width: 220px;
}
.baskan-icon ul li svg{fill:#646786; float:right; margin-top:5px; width:40px; height:35px text-align:center;}
.baskan-icon ul li i{border:1px solid #646786; color:#646786;  line-height:28px; margin-right:5px; border-radius:50%; display:block; float:right; margin-top:5px; width:30px; height:30px; text-align:center;}
.baskan-icon ul li span{float:left; height:35px; line-height:38px; text-indent: 10px;  opacity:0; font-size:12px;}
.baskan-icon ul li:hover span{opacity:1;}
.baskan-icon ul li:hover svg{fill:#fff;}
.baskan-icon ul li:hover i{color:#fff; border-color: #fff;}

.takvim{
	width:100%; 
	height: 300px;
	background: url(../img/calendar.png) no-repeat center left #fff;
	box-shadow: 0px 1px 16px 0px rgba(176, 176, 176, 0.25);
	margin-top: 30px;
}

.page-title{
	background: url(../img/pagetitlebg.png) repeat-y top left;
	border-left:13px solid #ffb135;
	color:#fff;
	font-size:14px;
	font-weight: 700;
	line-height: 34px;
	height:33px;
	text-indent: 20px;
}
.page-title span{
	color:#243a4c;
	float: right;
	margin-right: 15px;
	font-size:12px;
}
.left-menu{
	margin-top: 20px;
}
.left-menu ul li{
	background-position:0 0;
	background-size:cover;
	width:100%;
	height:50px;
	font-family: 'layarbahteradooms-bold';
}
.left-menu ul li span{
	display: block;
	float:left;
	margin-top: 0px;
	margin-left:35px;
	margin-right:0px;
	width:50px;
}
.left-menu ul li a{
	color:#fff;
	line-height: 50px;
	font-size:16px;
}
.left-menu ul li.defin-listesi{
	background-image:url(../img/menu1.jpg);
}
.left-menu ul li.mezar-listesi{
	background-image:url(../img/menu11.png);
}
.left-menu ul li.nobetci-eczane{
	background-image:url(../img/menu2.jpg);
}
.left-menu ul li.hal-rayic{
	background-image:url(../img/menu3.jpg);
}
.left-menu ul li.tramvay-sefer{
	background-image:url(../img/menu4.jpg);
}
.left-menu ul li.enerji-yonetimi{
	background-image:url(../img/menu5.jpg);
}
.left-menu ul li.enerji-yeni{
	background-image:url(../img/menu12.png);
}
.left-menu ul li.ekolojik-bina{
	background-image:url(../img/menu6.jpg);
}
.left-menu ul li.hayvanat-bahcesi{
	background-image:url(../img/menu7.jpg);
}
.left-menu ul li.memnuniyet-anket{
	background-image:url(../img/menu8.jpg);
}
.left-menu ul li.botanik-bahce{
	background-image:url(../img/menu9.jpg);
}
.left-menu ul li.personal-webmail{
	background-image:url(../img/menu10.jpg);
}
.left-menu ul li.foto-album{
	margin-top:5px;
}
.left-menu ul li.kent-rehberi{
	margin-top:5px;
}
.left-menu ul li.foto-album,.left-menu ul li.video-album,.left-menu ul li.kent-rehberi{
	background: none;
	height:auto
}
.left-menu ul li.foto-album img,.left-menu ul li.video-album img,.left-menu ul li.kent-rehberi img{
	width:100%;
	display: block;
	margin: 0;
}

.events{
	background: url(../img/etkinlikbg.png) no-repeat bottom right #fff;
	box-shadow: 0px 1px 16px 0px rgba(176, 176, 176, 0.25);
	min-height:300px;
	margin-top: 30px;
}
#event-slider{
	padding:10px 0 10px 20px;
	position: relative;
}
#event-slider .owl-item{
	margin-right: 1px;
}
#event-slider .owl-prev{
	background:url(../img/prev3.png);
	width:59px;
	height:13px;
	display:block;
	position: absolute;
	top:-23px;
	right:78px;
}
#event-slider .owl-next{
	background:url(../img/next3.png);
	width:63px;
	height:13px;
	display:block;
	position: absolute;
	top:-23px;
	right:15px;
}
.event-box{
	padding-right:20px;
}
.event-box a{
	color:#4a4d6d;
	font-size:14px;
	display: block;
	margin-top: 10px;
}
.projeler{
	margin-top: 20px;
}
.projeler img{
	width:100%;
}
#proje-slider{
	position: relative;
	top:-1px;
}
#proje-slider .owl-prev{
	background: url(../img/prev.png);
	display: block;
	width:28px;
	height:28px;
	position: absolute;
	top:50%;
	left:15px;
	margin-top:-14px;
}
#proje-slider .owl-next{
	background: url(../img/next.png);
	display: block;
	width:28px;
	height:28px;
	position: absolute;
	top:50%;
	right:15px;
	margin-top:-14px;
}
.proje-text{
	position: absolute; 
	top:35px;
	left:50px;
}
.proje-text h3{
	font-weight:700;
	color:#fff;
	font-size:51px;
	line-height: 40px;
}
.proje-text h3 span{
	font-weight:500;
	font-size:27px;
	display: block;
}
.proje-text a{
	background: url(../img/projebtn.png);
	width:142px;
	height:35px;
	display: block;
	text-align: center;
	line-height:35px;
	color:#1e6a66;
	margin-top: 30px;
	margin-left:115px;
}
.proje-text a i{
	margin-left:5px;
}
.projeler2{
	background: url(../img/etkinlikbg.png) no-repeat bottom right #fff;
	box-shadow: 0px 1px 16px 0px rgba(176, 176, 176, 0.25);
	margin-top: 15px;
}

#proje-slider2{
	padding:15px 22px 10px 40px;
	position: relative;
}
#proje-slider2 .owl-item{
	margin-right: 1px;
}
#proje-slider2 .owl-prev{
	background: url(../img/prev2.png);
	width:8px;
	height:14px;
	position: absolute;
	top:50%;
	left:17px;
	margin-top: -7px;
}
#proje-slider2 .owl-next{
	background: url(../img/next2.png);
	width:8px;
	height:14px;
	position: absolute;
	top:50%;
	right:17px;
	margin-top: -7px;
}
.proje-box{
	padding-right: 20px;
}
.proje-box a{
	color:#4a4d6d;
	font-size:12px;
	display: block;
	margin-top: 5px;
}

.guncel-haberler{
	background: #fff;
	box-shadow: 0px 1px 16px 0px rgba(176, 176, 176, 0.25);
	margin-top:15px;
}
.guncel-slider .owl-pagination{
	margin-top:-20px;
	position: relative;
	z-index:2;
	float:right;
	margin-right:30px;
}
.guncel-slider .owl-page{
	background: #403936;
	width:6px;
	height:6px;
	border-radius: 50%;
	display:block;
	float:left;
	margin-right: 3px;
}
.guncel-slider .owl-page.active{
	background: #ff9f2e;
}
.guncel-slider .owl-prev{
	background:url(../img/prev4.png);
	width: 4px;
	height:8px;
	display:block;
	position: absolute;
	bottom:13px;
	right:82px;
}
.guncel-slider .owl-next{
	background:url(../img/next4.png);
	width: 4px;
	height:8px;
	display:block;
	position: absolute;
	bottom:13px;
	right:20px;
}
.guncel-slider img{
	width: 100%;
	height: 291px;
}
#news-titles{
	background: #fff;
	width:207px;
	height:291px;
	float: left;
	position: relative;
	z-index: 99;
}
.news-slide{
	display: none;
}

.news-slide-wrapper{
	width:calc(100% - 207px);
	float:right;
}

#news-titles li{
	width:200px !important;
	height:32px;
	border-bottom:1px solid #e9e9f5;
	line-height: 32px;
	padding:0 10px;
	cursor: pointer;
	color:#2f3148;
	font-size:12px;
	font-weight:600;
	position: relative;
	
}
#news-titles li.active-slide{
	background: #ff2241;
	color:#fff;
}
#news-titles li.active-slide:after{
	content:'';
	display:block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #ff2241;
	position: absolute; 
	right:-8px;
	top:8px;
}
#news-titles li.active-slide i{
	color:#fff;
}
#news-titles li i{
	color:#d9daef;
	margin-right:5px;
}
.news-head{
	background: rgba(0,0,0,.5);
	height:36px;
	width:100%; 
	position: absolute;
	bottom:0;
	left:0;
	color:#fff;
	line-height: 36px;
}
.news-head h3{
	font-size:14px;
	line-height: 36px;
	text-indent:20px;
}
.sitemap{
	margin-top: 20px;
}

#sitemap-slider .owl-prev{
	background: url(../img/prev.png);
	display: block;
	width:28px;
	height:28px;
	position: absolute;
	top:50%;
	left:15px;
	margin-top:-7px;
	opacity:.5;
}
#sitemap-slider .owl-next{
	background: url(../img/next.png);
	display: block;
	width:28px;
	height:28px;
	position: absolute;
	top:50%;
	right:15px;
	margin-top:-7px;
	opacity:.5;
}
.ihaleler{
	background: url(../img/ihaleler.jpg);
	height:190px;
	margin-top:20px;
}
.duyurular{
	background: url(../img/duyurular.jpg);
	height:190px;
}
.duyurular .bottom-box-list li{
	border-bottom:1px solid #3694D5;
}
.bottom-box-title{
	font-size:14px;
	font-weight:700;
	color: #fff;
	line-height: 40px;
	text-indent:300px;
}
.date-titles{
	text-indent:0px;
	float: right;
}
.date-titles span{
	display: block;
	float: left;
	margin-right:40px;
}
.bottom-box-list{
	color:#fff;
	font-size:12px;
	padding-left:300px;
	margin-top: 5px;
}
.bottom-box-list li{
	border-bottom:1px solid #3ebdfd;
	padding-bottom:3px;
	padding-top:3px;
}
.bottom-box-list li:after{
	content:'';
	display: block;
	clear:both;
}
.bottom-box-list li span{
	display: block;
	float:left;
}
.bottom-box-list li span:nth-child(1){
	width:550px;
}
.bottom-box-list li span:nth-child(2){
	width:140px;
	text-align: center;
	font-size:12px;
}
.bottom-box-list li span:nth-child(3){
	width:140px;
	text-align: center;
	font-size:12px;
}
a.more-btn{
	width:154px;
	height:34px;
	display:block;
	border:1px solid #91daff;
	border-radius:20px; 
	text-align: center;
	line-height:34px;
	font-size: 12px;
	font-weight:600;
	color:#fff;
	margin:12px auto;
}
a.more-btn:hover{
	background:#fff;
	color:#19b1ff;
	text-decoration: none;
}

/* Sidebar */
.Sidebar{}
.Sidebar-menu{
	background:#fff;  
	box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.1);
}
.Sidebar-title{
	background:#4d4d5f;
	height:33px;
	border-left:15px solid #ffb135;
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height: 33px;
	text-indent: 35px;
}
.Sidebar-menu ul{
	padding:20px 45px;
}
.Sidebar-menu ul li{
	margin-bottom:10px;
	text-transform: uppercase;
}
.Sidebar-menu ul li a i{
	color:#ffb135; 
	font-size:9px;
	position: relative;
	top:-2px;
	margin-right: 13px;
}
.Sidebar-menu ul li a{
	font-size:14px;
	font-weight:600;
	color:#4d4d5f;
}
.Sidebar-banners{
	margin-bottom:20px;
}
.banner{
	margin-top:30px;
}
.banner img{
	max-width: 100%;
}
.Page{}
.posts{}
.post{
	background: #141430; 
	min-height: 270px;
	padding: 0;
	margin-bottom:30px;
}
.post-image{
	padding: 0;
	position: relative;
}
.post-image img{
	min-height: 270px;
}
.post-image:after{
	background: url(../img/photoimg.png);
	width:238px;
	height:270px;
	content:'';
	display: block;
	position: absolute;
	top:0;
	right:0;
}
.post-content{
	padding-left: 0;
}
.post-content:after{
	content:'';
	display: block;
	clear:both;
}
.post-content h3{
	font-size:14px;
	font-weight:500;
	line-height: 20px;
	padding-top: 40px;
}
.post-content h3 a{
	color:#fff;
}
.post-summary{
	color:#9696ac;
	font-size: 12px;
	margin-top:15px;
}
.post-share{
	float: left;
	margin-top:30px;
}
.post-share ul li{
	float: left;
	margin-right:2px;
}
.post-share ul li a{
	color: #fff;
	display: block;
	width:31px; 
	height:29px;
	line-height: 29px;
	text-align: center;
}
.post-share ul li.facebook a{
	background:#3386da;
}
.post-share ul li.twitter a{
	background:#3aaff2;
}
.post-share ul li.google a{
	background:#ff4f3d;
}
.post-share ul li.pinterest a{
	background:#fd2f2f;
}
.post a.more-btn{
	background:#3aaff2;
	border: none;
	color: #fff;
	float: left;
	margin-top: 27px;
	margin-left: 30px;
}
.view-more{
	margin-bottom: 20px;
}
.view-more a{
	background: #e7e7e7;
	display:block;
	height:40px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	line-height: 40px;
	text-align: center;
}
.post-detail{}
.post-detail-content{
	background: #fff;
	box-shadow: 0px 5px 16px 0px rgba(176, 176, 176, 0.52); 
	padding:15px;
	font-size:14px;
}
.post-detail-title{
	border-bottom:1px solid #ebebeb;
	padding-bottom:9px;
	font-size:14px;
	font-weight:600;
}
.post-detail-title:before{
	content:'';
	display:block;
	background: #54a9f2;
	width:3px;
	height:10px;
	margin-right:10px; 
	float:left;
	margin-top: 5px;
}
.post-detail-content h3{
	font-size:18px;
	font-weight: 600;
	text-transform:uppercase;
}
.post-date{
	font-weight:300;
	margin:10px 0;
}
.post-detail-content blockquote{
	margin:10px -15px;
	border-left:5px solid #1fc5fc;
	background:#f8f8f8;
	padding: 30px 20px;
	color:#5f5b5b;
	font-size: 14px;
}
.view-number{
	font-size:11px;
	font-weight:300;
	opacity:.8;
	text-align: right;
	margin-top:15px;
}
.post-photos{
	background: #fff;
	box-shadow: 0px 5px 16px 0px rgba(176, 176, 176, 0.52); 
	padding:15px;
	padding-right: 0px;
	font-size:14px;
	margin-top: 30px;
}
.post-photos .post-detail-title{
	margin-right: 15px;
}
.post-photos:after{
	content:'';
	display:block; 
	clear:both;
}
.post-photos ul li{
	margin-top: 15px;
	margin-right: 15px;
	width:calc(20% - 15px);
	float:left;
}
.post-photos ul li img{
	width: 100%;
}
.recent-news{
	background: #fff;
	box-shadow: 0px 5px 16px 0px rgba(176, 176, 176, 0.52); 
	padding:15px;
	font-size:14px;
	margin-top: 30px;
}
.news{
	padding: 0;
	margin-top: 15px;
	margin-bottom:15px;
}
.news-img{
	padding: 0;
}
.news-img img{
	width:100%;
}
.news-content{
	padding-right: 0;
}
.news-content h3{
	font-size: 16px;
	font-weight: 600;
}
.news-content h3 a{
	color:#000;
}
.news-date{
	font-size:12px;
	color:#737373;
	margin: 11px 0;
	text-align: right;
}
.news-summary{
	font-size:12px;
	font-weight:300;
	line-height: 14px;
}
.news-more{
	background: #1fc5fc;
	color:#fff;
	text-align: center;
	line-height:38px;
	height: 38px;
	display: block;
	margin-top:10px
}
.recent-news .view-more{
	margin-bottom: 0;
}
.Page-detail-title{
	height:76px;
	border-left:5px solid #ffb135;
	color:#49545e;
	padding-left:17px;
	font-size:24px;
	font-weight:600;
	line-height: 76px;
	margin-bottom:10px;
}
.birim{
	border:1px solid #d7d7d7;
	margin-bottom:25px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.birim-head{
	background: #efefef;
	padding: 22px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.birim-head h4,.birim-sub-head h4{
	font-size: 18px;
	color:#0067b1;
	font-weight: 600;
}
.birim-head h5,.birim-sub-head h5{
	margin-top:20px;
	font-size:14px;
	color:#0067b1;
	text-decoration: underline;
}
.birim-head p,.birim-sub-head p{
	color:#5b6870;
	font-size: 14px;
}
.birim ul{
	padding: 22px;
}
.birim ul li{
	line-height: 2;
	color:#0067b1;
	font-weight:600;
	font-size: 14px;
}
.birim ul li span{
	color:#5b6870;
	font-weight: 300;
	float:right;
}
.birim ul li ul li{
	color:#5b6870;
	font-weight: 300;
}
.birim ul li ul{
	padding:5px 0 5px 20px;
}
.birim-sub-head{
	background: #f7f7f7;
	padding: 22px;
	border:1px solid #ebebeb;
	margin:22px;
	margin-bottom:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* Footer */
.Footer{
	background:url(../img/footer.png) bottom center no-repeat;
	margin-top: 10px;
}

.ebulten{
	background: #141430;
	height:170px;
	position: relative;
}
.ebulten:before{
	content:'';
	display: block;
	background: url(../img/bulten.png);
	width:149px;
	height:107px;
	position: absolute; 
	left:20%;
	top:40px;
}
.ebulten form{
	display: table;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	position: relative;
	z-index:9;
}
.ebulten form p{
	color:#fff;
	font-size:14px;
	margin-bottom:20px;
}
.b-box{
	background: #fff;
	border:none;
	box-sizing: border-box;
	color:#91bed5;
	font-family: 'Poppins', sans-serif;
	width:308px;
	height: 36px;
	padding:0 10px;
}
.b-box::-webkit-input-placeholder { 
	color:#91bed5;
  }
.b-box::-moz-placeholder { 
	color:#91bed5;
  }
.b-box:-ms-input-placeholder { 
	color:#91bed5;
  }
.b-box:-moz-placeholder { 
	color:#91bed5;
  }
.b-btn{
	background: #2e69ff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-weight:600;
	width:127px;
	height:36px;
	border:none;
	text-align: center;
}
.Footer-content{
	height:537px;
}
.Footer-logo{
	text-align: center;
	margin-top: 30px;
}
.Footer-menu{
	float: left;
	max-width:340px;
	margin-left:40px;
	margin-right:40px;
	margin-top: 60px;
}
.Footer-title{
	color:#576d8d;
	font-size:14px;
	font-weight:600;
	margin-bottom: 15px;
}
.Footer-title:after{
	content:'';
	display: block;
	width:46px;
	height:1px;
	background: #3ea72c;
	margin-top: 15px;
}
.Footer-menu ul.two-col li {
	float: left;
	width:170px;
	margin-bottom:8px;
}
.Footer-menu ul li {
	margin-bottom:8px;
}
.Footer-menu ul li a{
	color:rgba(0,0,0,.3);
	font-size:12px;
}
.Footer-menu ul li i{
	color:#576d8d;
	margin-right:10px;
	font-size:8px;
}
.Footer-social{
	margin-left: 40px;
	margin-top: 50px;
	float: left;
}
.Footer-social ul li{
	float:left;
	margin-right: 10px;
}
.Footer-social ul li a{
	color:#88a1a9;
	font-size:18px;
}
.Footer-copyright{
	color:#7b8487;
	float: left;
	margin-top: 52px;
	margin-left:230px;
	font-size:12px;
}
.Top-button{
	float:right;
	margin-top: 77px;
}


/* RESPONSIVE */
@media only screen and (max-width: 1170px) { 
	.Header{height:auto; padding:20px 0;}
	.Header-logo{float: none; margin:0; text-align:center;}
	.Header-right,.Header-menus{display: none;}
	.mobile-nav-wrap{display:block;}
	.responsive-menu{background:rgba(255,255,255,.1); margin-top:15px; line-height:40px; font-size:14px; color:#fff; cursor:pointer; display: block;}
	.responsive-menu i{margin:0 10px 0 10px;}
	.menu-logo{text-align:center; margin-bottom:30px;}
	.menu-logo img{width:150px;}
	.overlay.opened{height:auto !important; margin-left:-15px; -moz-transform: scale(1);-o-transform: scale(1);	-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);visibility: visible;opacity: 1 !important;		z-index: 10;	overflow: auto;	}
	.overlay{position:fixed;width:100%;background:#141430;   background:-moz-linear-gradient(top,#141430 0,#141430 100%);background:-webkit-linear-gradient(top,#141430 0,#141430 100%);background:linear-gradient(to bottom,#141430 0,#141430 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#141430', endColorstr='#141430', GradientType=0 );top:0;bottom:-100px;padding-bottom:100px;z-index:9999999!important;visibility:hidden;opacity:0;-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}
	.overlay-content {  position: relative;  width: 100%;  }
	.overlay-content ul.mobile-user{border-bottom:1px solid rgba(255,255,255,.3); border-top:1px solid rgba(255,255,255,.3); padding:10px 0;}
	.overlay-content ul.mobile-user:after{clear:both; content:''; display: block;}
	.overlay-content ul.mobile-user li{float:left; width:calc(50% - 20px); margin-left:10px;}
	.overlay-content ul.mobile-user li a{color:#fff; padding:10px 20px; display:block; background:#222;border-radius: 3px;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);transition: 250ms all;}
	.overlay-content ul.mobile-user li a:hover{background:#fff; color:#222;}
	.overlay-content ul.mobile-nav{display:block; border-top:1px solid rgba(255,255,255,.1);}
	.overlay-content ul.mobile-nav li{float:none; text-align: left; border-bottom:1px solid rgba(255,255,255,.1); text-indent:20px; }
	.overlay-content ul.mobile-nav li a{height:45px; line-height:45px; padding:0 10px; font-size:14px; color:#fff;}
	.overlay-content ul.mobile-nav li a:hover{}
	.overlay .closebtn {font-size: 40px;  height: 60px;width: 100%; line-height:60px;  display: block; padding: 0 20px;  text-align: right;  box-sizing: border-box;	color: #fff;}
	.overlay .closebtn:hover{text-decoration: none;}
	.takvim{position: relative;}
	.event-content{background:#fff; box-shadow: 0px 1px 16px 0px rgba(176, 176, 176, 0.25); width:100%; left:0; top:0; border-radius:20px;}
	.cld-number{position:static}
	.event-image img{margin:0; width:100%;}
	.baskanimiz{margin-top: 30px;}
	.baskanimiz img{width:100%; height:auto;}
	.ihaleler,.duyurular{display:none;}
	#proje-slider img{min-height:150px;}
	#proje-slider .owl-prev{top: auto; bottom:10px !important;}
	#proje-slider .owl-next{top: auto; bottom:10px !important;}
	.page-title span{display: none;}
	.proje-text{top:15px;}
	.proje-text h3{font-size:20px; line-height:22px;}
	.proje-text h3 span{font-size:20px;}
	.proje-text a{margin-left:0;}
	.sitemap img{max-width:100%;}
	.guncel-haberler{display: none;}
	.Sidebar-banners{text-align: center;}
	.post-image img{width:100%;}
	.post-image:after{display:none;}
	.post-content{padding: 15px;}
	.post-content h3{padding:0;}
	.post-photos ul li{width:calc(50% - 15px);}
	.news-content{padding:15px 0;}
	.birim ul li{font-size:12px;}
	.birim-head h4,.birim-sub-head h4{font-size:14px;}
	.birim-head h5,.birim-head p,.birim-sub-head h5,.birim-sub-head p{font-size:12px;}
	.birim-head p,.birim-sub-head p{margin-top: 5px;}
	.birim ul li span{float: none; display: block;font-size: 11px; font-style:italic; color:#0067b1;}
	.Footer{background: none;}
	.b-box{width:100%;}
	.b-btn{width:100%;}
	.Footer-social{float: none; display:table; margin:30px auto;}
	.Footer-copyright{float: none; text-align: center;  margin-top:0; margin-left:0;}
	.Top-button{float:none; margin:20px auto 0 auto; display: table;}
}