﻿/* Add here all your CSS customizations */
 /*
 	font-family: 'PT Sans', sans-serif;
 	font-family: 'PT Sans Caption', sans-serif;
 	font-family: 'PT Sans Narrow', sans-serif;
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic,400italic|PT+Sans+Caption|PT+Sans+Narrow:400,700&subset=latin,latin-ext);
.main{
	padding-bottom: 0px;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
}

div#duyrubtn {
    margin-left: 1px;
}
.tabpasif
{
    display: none !important; 
}

.tabaktif
{
	display: block !important; 
}

.col-md-9.col-xs-12.no-p-left.livesearch-left {
    margin-top: 30px;
}
.col-md-3.visible-lg.no-p-right.no-p-left {
    margin-top: 10px;
}


body.home{
	overflow: hidden;
}
#homepage-wrapper{
	overflow: auto;
	height: 100%;
	overflow-x: hidden;
}
.page-view{
	background-color: #fff;
}

/* Show Hide by Opacity */
.show-0{
	opacity: 0.0 !important;
	transition: opacity 300ms linear;
}
.show-1{
	opacity: 1.0 !important;
	transition: opacity 300ms linear;
}
.bg-title-black{
	background-color: rgba(0,0,0,0.9) !important;
	transition: opacity 300ms linear;
}
/* Non Responsive*/
.container{
	width: 1170px !important;
}
/* Common Paddings */
.no-p-left{
	padding-left: 0 !important;
}
.no-p-right{
	padding-right: 0 !important;
}
.no-p-top{
	padding-top: 0 !important;
}
.no-p-bottom{
	padding-bottom: 0 !important;
}

/* Common Margins */
.no-m-left{
	margin-left: 0 !important;
}
.no-m-right{
	margin-right: 0 !important;
}
.no-m-top{
	margin-top: 0 !important;
}
.no-m-bottom{
	margin-bottom: 0 !important;
}

.m-top-10{
	margin-top: 10px;
}
.m-top-15{
	margin-top: 15px;
}
.m-top-20{
	margin-top: 20px;
}
.m-top-25{
	margin-top: 25px;
}

.m-bottom-10{
	margin-bottom: 10px;
}
.m-bottom-15{
	margin-bottom: 15px;
}
.m-bottom-20{
	margin-bottom: 20px;
}
.m-bottom-25{
	margin-bottom: 25px;
}

.m-left-10{
	margin-left: 10px;
}
.m-left-15{
	margin-left: 15px;
}
.m-left-20{
	margin-left: 20px;
}
.m-left-25{
	margin-left: 25px;
}

.m-right-10{
	margin-right: 10px;
}
.m-right-15{
	margin-right: 15px;
}
.carousel-indicators
{
z-index: 3 !important;
}

.sy-slides-wrap {
    z-index: 1;
}

.m-right-20{
	margin-right: 20px;
}
.m-right-25{
	margin-right: 25px;
}

/* Common Text Aligns */
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}

/* Common Colors */
.bg-kurumsal-lacivert{
	background-color: #3c6198 !important;
}
.bg-kurumsal-mavi{
	background-color: #1595d3 !important;
}

.bg-kurumsal-sari{
	background-color: #ffcb05 !important;
}

.border-kurumsal-sari{
	border-color: #ffcb05 !important;
}
.border-kurumsal-mavi{
	border-color: #1595d3 !important;
}
.border-kurumsal-lacivert{
	border-color: #3c6198 !important;
}


#header .header-logo img {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-sorg-column{
    padding-top: 6px;
}

.header-sorg-column .header-nav-top {
    margin-top: 2px !important;
}

#background_wrapper{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.bg-carousel {
	position: relative;
	height: 100%;
}

.bg-carousel .owl-stage-outer {
	height: 100% !important;
}
.bg-carousel .owl-stage {
	height: 100% !important;
}
.bg-carousel .owl-wrapper {
	height: 100%;
}

.bg-carousel .owl-item {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.bg-carousel .owl-item div.item{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.bg-carousel .b-Amarelo {
	height: 100%;
}

.bg-carousel .owl-item h1 {
	margin: 0;
}

.content_wrapper{
	position: absolute;
	z-index: 2;
	width: 100%;

}

#background_wrapper .mycanvas{

}

.main{
	position: relative;
	z-index: 2;
}

/* altsayfa-margin top                                                     ..............................*/
.col-md-4.col-xs-12.sidebar-mobil {
    margin-top: 30px;
}
.col-md-8.col-xs-12 {
    margin-top: 30px;
}


.silivri-header{
	/*
	background: none !important;
	background-image: url('../img/header-bg.png') !important;
	*/
	height: fit-content;
	border-bottom: 0px solid #3c6198 !important;
	padding-bottom: 20px;
	/*background-color: rgba(21,149,211,0.2); */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header.clone {
    position: fixed;
    top: -260px;
    background-color: rgba(21, 149, 211,0.95);
    left: 0;
    right: 0;
    z-index: 9999;
    transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
    -moz-box-shadow: 0 4px 31px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 4px 31px rgba(0,0,0,0.4);
    box-shadow: 0 4px 31px rgba(0,0,0,0.4);
}

body.down header.clone {
  top: 0;
}

.silivri-header-top-row{
	padding-top:8px;
	padding-bottom: 8px;
	border-bottom: 2px solid;
	color: #ffffff;
	width: 100% !important;
	background-color: rgba(21,149,211,0.6) !important;
}

.telefon-numarasi{
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	float: left;
}
.slogan{
	float: left;
	font-size: 20px;
	border-left: 1px solid #ffffff;
    margin-left: 8px;
    padding-left: 8px;
}
.site-dili{
	float: right;
}
.site-dili ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-dili ul li{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-left: 4px;
	padding: 4px;
}
.site-dili ul li.selected{
	background-color: #ffcb05;
	border-radius: 4px;
}
.site-dili ul li a, .site-dili ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}
.site-dili ul li.selected a, .site-dili ul li.selected a:hover{
	color: #232323;
	text-decoration: none;
}

input#search_box:hover {
    background: #0f5f94;
}

.arama-form-kutu button:hover {
    background-color: #fff;
}

.e-newsletter-register .detail input:hover {
	background: #275777;
	
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    
    height: 46px;
    margin-top: 7px;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #64a5d2;
    padding-left: 10px;
    color: #fff;
}

.arama-form-kutu{
	/*margin-top: 20px;
	margin-bottom: 20px;
	position: relative; */
	
	-webkit-transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
    max-width: 1200px;
    height: auto;
    min-height: 80px;
    margin: -40px auto;
    position: relative;
    background-color: #1377ba;
}
.arama-form-kutu button{
/*	
	position: absolute;
	background-color: rgba(21,149,211,0.6);
    font-size: 20px;
    font-family: 'PT Sans' sans-serif;
    border: none;
    right: 8px;
    top: 8px;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 192px; */

	    -webkit-transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    float: right;
    background-image: url(../images/search-button.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffcb08;
}
	.banner{
	width:100%;
	height: 93vh;
	z-index: 1;
	overflow: hidden;
}


.arama-form-kutu button span{
	display: inline-block;
	float: right;
    margin-right: 20px;
}
.arama-form-kutu input{
	/*
	padding: 8px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #a2a2a2;
    border: 5px solid rgba(21,149,211,0.6);
    border-radius: 10px;
    background-color: #eceded;
    outline-width: 0; 
*/
    /*
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 5px rgba(76,76,76,0.15);
    */
    width: calc(100% - 80px);
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    text-shadow: -1px 1px 5px rgba(0,0,0,0.3);
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    float: left;
    background-color: transparent;
    outline: none;
    border: none;
}
.ataturk{
	position: absolute;
	right: 15px;
	top: 45px;
}
.kurum-logo{
	float: left;
}

.sosyal-ikonlar{
	float: left;
    margin-left: 15px;
    border-left: 2px solid #ffffff;
    padding: 8px 15px;
    margin-top: 17px;
}
.sosyal-ikonlar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sosyal-ikonlar ul li{
	float: left;
	margin-left: 5px;
}
.sosyal-ikonlar ul li:first-child{
	margin-left: 0px;
}

/* Main Navigation */
.site-menu{
	float: right;
	margin-top: 18px;
}

.site-menu .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 5px;
}

.site-menu .container-fluid{
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}

.site-menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	padding-right: 0;
	padding-left: 0;
}

.site-menu .nav>li {
    width: 170px;
}

.site-menu .nav>li.home-button {
    width: 47px;
    height: 50px;
    /* padding-right: 11px; */
    border-right: 1px solid #156C9C;
}

.site-menu .nav>li:last-child.open{
    background-color: #ffcb05 !important;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
}

.site-menu .nav>li:last-child.open > a{
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
}

.site-menu .nav>li:first-child {
	text-align: right;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.site-menu .nav>li:first-child span{
	float: left;
	font-size: 20px;
}

.site-menu .nav>li.ebelediye {
	text-align: left;
}

.site-menu .nav>li.ebelediye span{
	float: right;
	font-size: 20px;
}

.site-menu .nav>li:last-child {
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 50px;
}

.site-menu .nav>li:last-child span{
   	float: right;
   	font-size: 20px;
   	margin-right: 5px;
}

.site-menu .navbar-default .navbar-nav>li>a {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
    color: #FFF;
    display: block;
    height: 50px;
}

.site-menu .dropdown-menu>li>a {
    padding: 6px 15px;
    font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.site-menu .dropdown-menu>li>a:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.site-menu .dropdown-menu {
	width: 100%;
	border: none;
}

.site-menu .dropdown-menu.sari{
	background-color: rgba(255, 203, 5, 1);
}

/* Main Slider */
.slider-container{
	border: 2px solid #3c6198;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #eceded;
}

#home-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slider-container .owl-theme .owl-controls {
    position: absolute;
    top: 365px;
    width: 100%;
}

/* Versiyon 1 */
.slider-container .owl-theme .owl-controls .owl-pagination{
    float: left;
    background-color: rgba(41,158,206,0.7);
    border: 1px solid #3c6198;
    border-radius: 5px;
    margin-left: 10px;
}
.slider-container .owl-theme .owl-controls .owl-pagination div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.slider-container .owl-theme .owl-controls .owl-pagination div:hover {
	background: #3c6198;
	cursor: pointer;
}
.slider-container .owl-theme .owl-controls .owl-pagination div.active {
	background: #3c6198;;
}
.slider-container .owl-theme .owl-controls .owl-pagination div {
	border-right: 1px solid #3c6198;
}
.slider-container .owl-theme .owl-controls .owl-pagination div:last-child {
	border-right: 0;
}

.slider-container .owl-theme .owl-controls .owl-page span {
	background: none;
	margin: 0;
	padding: 3px 10px;
	border-radius: 0;
}
.slider-container .owl-theme .owl-controls .owl-page span.owl-numbers {
	font-size: 16px;
}

.slider-container .owl-theme .owl-controls .owl-buttons{
    float: right;
    background-color: rgba(41,158,206,0.7);
    border: 1px solid #3c6198;
    border-radius: 5px;
    margin-right: 10px;
}

.slider-container .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.slider-container .owl-theme .owl-controls .owl-buttons div:hover {
	background: #3c6198;
	cursor: pointer;
}
.slider-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
	border-right: 1px solid #3c6198;
}

/* Versiyon 2 */
.slider-container .owl-theme .owl-controls .owl-dots{
	float: left;
	background-color: rgba(41,158,206,0.7);
	border: 1px solid #3c6198;
	border-radius: 5px;
	margin-left: 10px;
}
.slider-container .owl-theme .owl-controls .owl-dots div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.slider-container .owl-theme .owl-controls .owl-dots div:hover {
	background: #3c6198;
	cursor: pointer;
}
.slider-container .owl-theme .owl-controls .owl-dots div.active {
	background: #3c6198;;
}
.slider-container .owl-theme .owl-controls .owl-dots div {
	border-right: 1px solid #3c6198;
}
.slider-container .owl-theme .owl-controls .owl-dots div:last-child {
	border-right: 0;
}

.slider-container .owl-theme .owl-controls .owl-dots .owl-dot {
	background: none;
	margin: 0;
	padding: 3px 10px;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
}

.slider-container .owl-theme .owl-controls .owl-nav{
	float: right;
	background-color: rgba(41,158,206,0.7);
	border: 1px solid #3c6198;
	border-radius: 5px;
	margin-right: 10px;
}

.slider-container .owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.slider-container .owl-theme .owl-controls .owl-nav div:hover {
	background: #3c6198;
	cursor: pointer;
}
.slider-container .owl-theme .owl-controls .owl-nav div.owl-prev {
	border-right: 1px solid #3c6198;
}

.haber-video-tab{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.haber-video-tab .tab-content{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 320px;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.haber-video-tab .nav-tabs.nav-justified {
	background-color: #6AB7DC;
    width: 100%;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.haber-video-tab .nav-tabs.nav-justified>li {
    -moz-box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
    box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
}

.haber-video-tab .nav-tabs.nav-justified>li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.haber-video-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #1595d3;
    border: none;
    border-bottom-color: transparent;
    -moz-box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
    box-shadow: -6px 0 6px -3px rgba(0,0,0,0.1) inset;
}

.haber-video-tab .nav-tabs.nav-justified>li>a {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
    letter-spacing: 1px;
	color: #525252;
    margin-right: 0;
    border-radius: 0px;
    border: none;
    border-bottom: none;
}

.haber-video-tab .nav-tabs.nav-justified>li.active>a, .haber-video-tab .nav-tabs.nav-justified>li:hover>a {
	color: #ffffff !important;
}
.haber-video-tab .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: none;
}

.haber-video-tab .nav>li>a:hover {
    background-color: #1595d3;
}

#haber-slider a, #video-slider a{
	color: #3a3a3a;
	text-decoration: none;
}

.haber-video-tab .kutu-item{
	background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    height: 260px;
    position: relative;
}
.haber-video-tab .kutu-item:hover{
	background-color: #FFCB05;
}

.haber-video-tab .kutu-item .gorsel{
	width: 100%;
    height: 120px;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.haber-video-tab .video .kutu-item .gorsel{
	width: 100%;
    height: 150px;
    background-size: cover;
    border-radius: 5px;
}

.haber-video-tab .kutu-item .baslik{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    line-height: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.haber-video-tab .video .kutu-item .baslik{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.haber-video-tab .kutu-item .aciklama{
	font-family: 'PT Sans Narrow', sans-serif;
    line-height: 16px;
}

.haber-video-tab .kutu-item .yeni-haber{
	position: absolute;
	top: 6px;
    left: 6px;
	display: none;
}

.haber-video-tab .kutu-item.yeni .yeni-haber{
	display: block;
}
.tab-slider .item{
    display: block;
    width: 100%;
    height: 260px;
    padding: 0px 10px;
}

.tab-slider.owl-theme .owl-controls {
    position: absolute;
    top: 273px;
    width: 100%;
}

/* Versiyon 1 */
.tab-slider.owl-theme .owl-controls .owl-pagination{
    margin: auto;
    margin-top: 4px;
}
.tab-slider.owl-theme .owl-controls .owl-pagination div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.tab-slider.owl-theme .owl-controls .owl-pagination div:hover {
	cursor: pointer;
}
.tab-slider.owl-theme .owl-controls .owl-pagination div.active span{

}
.tab-slider.owl-theme .owl-controls .owl-pagination div {

}
.tab-slider.owl-theme .owl-controls .owl-pagination div:last-child {
	border-right: 0;
}

.tab-slider.owl-theme .owl-controls .owl-page span {
	width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #FFCB05;
}
.tab-slider.owl-theme .owl-controls .owl-page span.owl-numbers {
	font-size: 16px;
}

.tab-slider.owl-theme .owl-controls .owl-buttons{
    float: right;
    background-color: rgba(41,158,206,0.7);
    border: 1px solid #3c6198;
    border-radius: 5px;
    margin-right: 10px;
}

.tab-slider.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.tab-slider.owl-theme .owl-controls .owl-buttons div:hover {
	background: #3c6198;
	cursor: pointer;
}
.tab-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    background-color: #FFCB05;
    color: #545454;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 12px;
}
.tab-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #FFCB05;
    color: #545454;
    border-radius: 5px;
    padding-right: 8px;
    padding-left: 12px;
}

/* Versiyon 2 */
.tab-slider.owl-theme .owl-controls .owl-dots{
	margin: auto;
	margin-top: 4px;
}
.tab-slider.owl-theme .owl-controls .owl-dots div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.tab-slider.owl-theme .owl-controls .owl-dots div:hover {
	cursor: pointer;
}
.tab-slider.owl-theme .owl-controls .owl-dots div.active span{

}
.tab-slider.owl-theme .owl-controls .owl-dots div {

}
.tab-slider.owl-theme .owl-controls .owl-dots div:last-child {
	border-right: 0;
}

.tab-slider.owl-theme .owl-controls .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 4px;
	opacity: 0.5;
	background-color: #FFCB05;
	font-size: 16px;
}
.tab-slider.owl-theme .owl-controls .owl-dot.active span {
	opacity: 1;
}
.tab-slider.owl-theme .owl-controls .owl-nav{
	float: right;
	background-color: rgba(41,158,206,0.7);
	border: 1px solid #3c6198;
	border-radius: 5px;
	margin-right: 10px;
}

.tab-slider.owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.tab-slider.owl-theme .owl-controls .owl-nav div:hover {
	background: #3c6198;
	cursor: pointer;
}
.tab-slider.owl-theme .owl-controls .owl-nav div.owl-prev {
	position: absolute;
	left: 10px;
	top: 0;
	background-color: #FFCB05;
	color: #545454;
	border-radius: 5px;
	padding-left: 8px;
	padding-right: 12px;
}
.tab-slider.owl-theme .owl-controls .owl-nav div.owl-next {
	position: absolute;
	right: 10px;
	top: 0;
	background-color: #FFCB05;
	color: #545454;
	border-radius: 5px;
	padding-right: 8px;
	padding-left: 12px;
}

/*Lacivert*/
.sari.arrow_box{
	background: #FFCB05 !important;
	color: #333333;
}
.sari.arrow_box:after{
	border-left-color: #FFCB05 !important;
}
/*Kırmızı*/
.kirmizi.arrow_box{
	background: #E4133E !important;
}
.kirmizi.arrow_box:after{
	border-left-color: #E4133E !important;
}
/*Lacivert*/
.lacivert.arrow_box{
	background: #034D71 !important;
}
.lacivert.arrow_box:after{
	border-left-color: #034D71 !important;
}
/*Gri*/
.gri.arrow_box{
	background: #333333 !important;
}
.gri.arrow_box:after{
	border-left-color: #333333 !important;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 8px;
    margin-top: -8px;
}

.duyurular ul{
	margin: 0;
	padding: 15px;
	list-style: none;
	height: 290px;
    position: relative;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.duyurular ul li{
	background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 5px;
}
.duyurular .duyuru-item{

}
.duyurular .duyuru-item .label{
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
    padding: 12px;
    font-size: 16px;
    border-radius: 0;
    width: 100px;
    text-align: left;
    font-weight: normal;
}
.duyurular .duyuru-item .baslik{
	font-family: 'PT Sans Narrow', sans-serif;
	float: left;
	font-size: 16px;
    padding: 8px 20px;
    text-emphasis: dot;
}

.duyurular .duyuru-item .date{
	float: right;
	color: #333;
	font-size: 1.2rem;
	margin-top: 13px;
    margin-right: 13px;
}

.duyurular.imar-planlari .alt-bilgi{
	position: absolute;
    width: 100%;
    background: #0E5A80;
    color: #ffffff;
    padding: 18px 20px;
    text-align: center;
    bottom: 0;
}
.duyurular.imar-planlari .alt-bilgi a{
    color: #FFCB05;
    font-weight: bold;
}
.duyurular.imar-planlari .alt-bilgi a:hover{
    text-decoration: underline;
}
.etkinlik-takvimi{
	border-radius: 5px;
	overflow: auto;
    min-height: 362px;
    position: relative;
}
.box-title{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    background-color: #727272;
    text-align: center;
    padding: 11px 16px;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}
.etkinlik-takvimi .prev_btn, .etkinlik-takvimi .next_btn{
	position: absolute;
}
.etkinlik-takvimi .prev_btn a, .etkinlik-takvimi .next_btn a{
	color: #ffffff;
	font-size: 20px;
}
.etkinlik-takvimi .prev_btn{
	top: 7px;
    left: 15px;
}
.etkinlik-takvimi .next_btn{
	top: 7px;
    right: 15px;
}
.etkinlik-takvimi table{
	border-collapse: separate;
	border-spacing: 5px;
}
.etkinlik-takvimi .month-title{
	height: 42px;
    background-color: rgba(255,255,255,0.5);
}
.etkinlik-takvimi .month-title th{
	text-align: center;
    width: 1%;
    border-radius: 4px;
}
.etkinlik-takvimi .day-title{
	background-color: rgba(255,255,255,0.8);
}
.etkinlik-takvimi .day-title td{
	text-align: center;
	padding: 8px;
	border-radius: 4px;
	width: 14.28%;
}
.etkinlik-takvimi .day-cell{

}
.etkinlik-takvimi .day-cell td{
	overflow: hidden;
	position: relative;
	text-align: center;
    padding: 10px;
    margin: 2px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.3);
}
.etkinlik-takvimi .day-today{
	font-size: 16px;
	font-weight: bold;
}
.etkinlik-takvimi .day-has-event{
	background-color: rgba(21,149,211,0.6) !important;
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    color: #fff;
}
.etkinlik-takvimi .day-other-month td{

}
.etkinlik-takvimi .takvim-loader{
	position: absolute;
    background-color: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 98;
    display: none;
}
.etkinlik-takvimi .takvim-loader div{
	color: #fff;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    font-size: 32px;
    z-index: 999;
}
.etkinlik-listesi{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #1595D3;
    z-index: 9999;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.etkinlik-listesi .box-title .title{
	float: left;
}
.etkinlik-listesi .box-title .close{

}
.etkinlik-listesi .box-title .date{
	font-weight: normal;
}
.etkinlik-listesi .event-list{
	padding: 15px;
    height: 322px;
}
.etkinlik-listesi .event-list ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
.etkinlik-listesi .event-list ul li{
	float: left;
	margin-right: 15px;
}
.etkinlik-listesi .event-list ul li:last-child{
	margin-right: 0;
}
.etkinlik-listesi .event-list ul li img{
	height: 268px;
}

/* Live Search */
.content{
	width:900px;
	margin:0 auto;
}
#result {

	
    float: left;
    width: 100%;
    height: 560px;
    padding: 10px;
    padding-left: 6px;
    display: none;
    margin-top: -1px;
    
    overflow: hidden;
    border: 5px solid #6AB7DC;
    background-color: white;
    z-index: 99999;
    border-radius: 4px;
    
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
	
	

}
#result-container {
    position: absolute;
    width: 100%;
    height: auto;
    top: -610px;
    padding-top: 9px;
    display: none;
    overflow: hidden;
    z-index: 99999;
}
#result-container:before {
	font-family: FontAwesome;
	content: '\f0d8';
	position: absolute;
	font-size: 24px;
	color: #6AB7DC;
	top: -12px;
	left: 36px;
}
#result_scroll{
	height: 477px;
}
.show
{
	padding:10px;
	border-bottom:1px #999 dashed;
	font-size:15px;
	height:50px;
}
.show:hover
{
	background:#4c66a4;
	color:#FFF;
	cursor:pointer;
}

ul.livesearch-results{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

ul.livesearch-results li{
	padding: 0px;
	padding-bottom: 6px;
	float:left;
	margin:1%;
	border: solid 1px rgba(0,0,0,.1);
	border-radius: 4px;
	width: 100% !important;
	height: auto !important;
}

ul.livesearch-results li a{
	color: #000 !important;
	float: left;
	padding-top: 5px !important;
	font-size: 0.97em;
}

ul.livesearch-results li a i{
	float: left;
	margin-right: 8px;
	margin-left: 5px;
	font-size: 18px;
	padding-top: 2px;
}

ul.livesearch-results li.no-result{
	background:#fff;
	border:none;
	height:auto !important;
	text-align:center;
}

.livesearch-sections h4, .livesearch-news h4, .livesearch-pages h4{
	font-family: 'PT Sans', sans-serif;
    padding: 8px;
    margin: 0;
    /* border-bottom: 1px dotted #e3e3e3; */
    background-color: #6AB7DC;
    color: #ECEDED;
    border-radius: 4px;
    font-size: 18px;
}

.livesearch-sections h4 span, .livesearch-news h4 span, .livesearch-pages h4 span{
	font-size: 18px;
}

.livesearch-sections ul, .livesearch-news ul, .livesearch-pages ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 15px;
}

.livesearch-sections ul li, .livesearch-news ul li, .livesearch-pages ul li{
	padding: 5px 9px;
    border-bottom: 1px solid #e3e3e3;
}
.livesearch-sections ul li a, .livesearch-news ul li a, .livesearch-pages ul li a{
	font-size: 18px;
	color: #232323;
}
.livesearch-sections ul li a i, .livesearch-news ul li a i, .livesearch-pages ul li a i{
	width: 25px;
	text-align: center;
}
.livesearch-sections ul li:last-child, .livesearch-news ul li:last-child, .livesearch-pages ul li:last-child{
    border-bottom: 0px;
}

.livesearch-news ul li span, .livesearch-sections ul li span, .livesearch-pages ul li span{
	font-family: 'PT Sans', sans-serif;
}

.livesearch-news ul li span.date{
	font-family: 'PT Sans', sans-serif;
}

.baskan-foto{
	height: 320px !important;
    width: 277px !important;
	border-radius: 5px;
	padding: 10px;
	/* box-shadow: 0 0 10px rgba(76,76,76,0.25); */
	background-size: cover;
	float:right;
	position: relative;
}
.baskan-title{
	position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.7);
    padding: 3px 2px 10px 8px;
}
.baskan-foto img{
	height: 224px !important;
	width: 250px !important;
}

h4.baskan-isim{
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size: 1.6em;
}

h5.baskan-aciklama{
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: -5px;
}
.baskan-sosyal{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.baskan-sosyal ul.social-icons li{
	color: #282828;
	text-shadow: none;
}

.baskan-menu{
	height: auto !important;
	width: 277px !important;
	border-radius: 5px;
	margin-top: 15px;
	/* box-shadow: 0 0 10px rgba(76,76,76,0.25); */
	background: #fff;
	float:right;
	position: relative;
}

.baskan-menu .list-group{
  border-radius: 0px !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 margin-bottom: 0px;
}
.baskan-menu .list-group li {
	padding-bottom: 11px;
    padding-top: 11px;
}

.baskan-menu .list-group-item a{
	color: #000;
}

.baskan-menu .list-group-item span{
	margin-right: 8px;
}

.baskan-menu  .list-group-item>.badge {
	float: left;
	margin-right: 8px;
}
.social-icons-container{
	position: absolute;
	right: 165px;
	top: 70px;
}

ul.social-icons{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
ul.social-icons li{
	float: left;
	margin-left: 8px;
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1px rgba(56,56,56,0.42);
}

ul.social-icons li a{
	color: #fff !important;
}
.livesearch-logo-sosyal{
	margin-bottom: 15px;
	margin-top: 5px;
}
.livesearch-logo-sosyal .logo{
	float: left;
}
.livesearch-logo-sosyal .logo img{
	height: 35px;
	margin-top: 30px;
    margin-left: 41px;
}

.livesearch-logo-sosyal .sosyal-ikonlar{
	float: right;
    margin-left: 5px;
    border-left: 0px solid #ffffff;
    padding: 0;
    margin-top: 0;
}
.livesearch-logo-sosyal .sosyal-ikonlar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.livesearch-logo-sosyal .sosyal-ikonlar ul li{
	float: left;
	margin-left: 5px;
}
.livesearch-logo-sosyal .sosyal-ikonlar ul li:first-child{
	margin-left: 0px;
}
.livesearch-alert{
	font-family: 'PT Sans', sans-serif;
	background-color: #3C6198;
    color: #e3e3e3;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
}
.search-loader{
	position: absolute;
    display: none;
    font-size: 22px;
    right: 212px;
    top: 14px;
	    color: white;
}
.search-close{
	position: absolute;
    display: none;
    font-size: 22px;
    right: 212px;
    top: 14px;
    cursor: pointer;
	   color: white;
}
.latestVideoEmbed{
	width: 100%;
    height: 100%;
}
/*
.footer{
	background-color: rgba(188, 188, 188, 0.75);
   	margin-top: 25px;
	margin-bottom: 20px;
    padding-top: 20px;
	padding-bottom: 20px;
	
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	box-shadow: 0 0 10px rgba(76,76,76,0.25);
}
.footer .contact{
	text-align: center;
}
.footer .contact span.email{
	font-weight: bold;
}
.footer .footer-logo{
	text-align: center;
	margin-bottom: 15px;
	opacity: 0.5;
}
.footer .footer-logo:hover{
	opacity: 1;
}
.footer .footer-logo img{
	height: 100px
}
.footer .footer-copyright{
	text-align: center;
}
.footer .footer-copyright .container{
	padding-top: 15px;
}
.footer .min-200{
	min-height: 200px;
}
.footer-phone{
	font-family: 'PT Sans Narrow', sans-serif;
    float: right;
    font-size: 49px;
    font-weight: bold;
    padding-right: 7px;
    margin-top: 15px;
}

.footer .container{
	width: 100% !important;
}

.footer .border-right{
	border-right: 1px dashed rgba(0,0,0,0.5);
}
.footer .border-left{
	border-left: 1px dashed rgba(0,0,0,0.5);
}
.footer .border-top{
	border-top: 1px dashed rgba(0,0,0,0.5);
}
.footer-logo-sosyal{
	margin-bottom: 15px;
	margin-top: 5px;
}
.footer-logo-sosyal .logo{
	float: left;
}
.footer-logo-sosyal .logo img{
	height: 35px;
}

.footer-logo-sosyal .sosyal-ikonlar{
	float: right;
    margin-left: 5px;
    border-left: 0px solid #ffffff;
    padding: 0;
    margin-top: 0;
}
.footer-logo-sosyal .sosyal-ikonlar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-logo-sosyal .sosyal-ikonlar ul li img{
	height: 58px;
	width: 58px;
}
.footer-logo-sosyal .sosyal-ikonlar ul li{
	float: left;
	margin-left: 5px;
}
.footer-logo-sosyal .sosyal-ikonlar ul li:first-child{
	margin-left: 0px;
}
.footer .footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .footer-menu ul li{
	
}
.footer .footer-menu ul li:hover{
	opacity: 0.7;
}
.footer .footer-menu ul li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #232323;
    text-decoration: none;
    padding: 3px 5px;	
}
.footer .footer-menu ul li i{
	width: 20px;
	text-align: center;
	margin-right: 5px;
}
.page-container{
	background-color: #ffffff;
	border-radius: 4px;
	padding: 20px;
	min-height: 800px;
	position: relative;
	box-shadow: 0 0 10px rgba(76,76,76,0.25);
	border-bottom: 2px solid #1595D3;
    border-top: 2px solid #1595D3;
} */
.page-container .page-content{
	z-index: 9000;
}
.page-container .page-border{
	position: absolute;
	width: 754px;
    left: -2px;
	top: 487px;
	z-index: 8000;
	border-bottom: 2px solid #337ab7;
	border-left: 2px solid #337ab7;
	border-right: 2px solid #337ab7;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: none;
}
.sidebar-container{
	background-color: #ffffff;
	border-radius: 4px;
}

.page-view #background_wrapper{
	height: 768px;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: absolute;
	border-bottom: 2px solid #337ab7;
}

#share{
	position: absolute;
    background: #fff;
    padding: 3px;
    width: 60px;
    left: -50px;
    top: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#share .item{
	float: left;
	margin: 0.3em;
}

#share .share-logo{
	width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}
#share .share-link{
	display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
#share .mail{
	background: #3490F3;
}
#share .facebook{
	background: #3b5998;
}
#share .twitter{
	background: #00aced;
}
#share .whatsapp{
	background: #29a628;
}

.jssocials-share:first-child {
    margin-left: 0.3em;
}

ul.wrapper-menu {
   
}

/*
.sidebar-container.other-titles {
    width: 69%;
}

.sidebar-container.side-menu {
    width: 69%;
}
*/

.col-md-4.col-xs-12.sidebar-mobil {
    margin-top: 30px;
    width: 20%;
	flex: 0 0 23%;
	margin-left: -76px;
    margin-top: 0px;
}
}


.sidebar-container{
	background-color: #FFF;
	border-radius: 4px;
	border-bottom: 2px solid #1595D3;
    border-top: 2px solid #1595D3;
	box-shadow: 0 0 5px rgba(76,76,76,0.15);
}

.side-menu ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
	    border-left: 5px solid #ffcb08;
    /* margin-left: -15px; */
    /* width: 270px; */
}

.side-menu ul li{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    list-style: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    width: 100%;
	box-shadow: inset 0px -2px 3px rgba(0,0,0,0.2);
background-color: #1377ba;


}

.side-menu ul li:hover{
	background: #FFCB05;
}

.side-menu ul li a{
	padding-left: 18px;
	padding-bottom: 15px;
    padding-top: 15px;
	/*color: #515151;*/
	display: block;
	color:#fff;
	line-height: 0.40;
}

.side-menu ul li a:hover{
	text-decoration: none;
}

.side-menu ul li a i{
	float: left;
	margin-top: -4px;
    width: 30px;
    text-align: center;
    margin-right: 8px;
    padding-right: 6px;
    border-right: 1px dotted #232323;
}

.side-menu ul li:first-child{

}
.side-menu ul li:last-child{
	border: none;

}

.other-titles ul li a:first-letter {
    text-transform: capitalize;
}



.other-titles {
	margin-bottom: 37px;
	box-shadow: 0 0 5px rgba(76,76,76,0.15);
	height: 467px;
}
.other-titles ul.side-menu-list-title{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.other-titles ul{
	    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: fit-content;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;

   /* list-style: none; */
/*    padding: 0px; */ /*6px*/
   /* margin: 0px;
	max-height: 397px;
	overflow: hidden;
	position: relative; */
    /* margin-left: -15px; */
    /* width: 270px; */
}

.other-titles ul li.first-title{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    list-style: none;
    font-size: 1.3em;
    letter-spacing: 1px;
    width: 100%;
    border-bottom: 1px dashed #FFF;
    padding: 15px;
    background: #1595D3;
    color: #fff;
}
.other-titles ul li.first-title:hover{
	background: #1595D3;
}

.other-titles ul li{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    list-style: none;
    font-size: 1em;
    width: 100%;
   /* border-bottom: 1px dashed #ccc; */
}

.other-titles ul li:hover{
	background: #FFCB05;
}

.other-titles ul li a{

	color: #fff;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.15;
    font-weight: normal;


	/*
	padding-left: 10px;
	padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
	color: #515151;
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
*/
}

.other-titles ul li a:hover{
	text-decoration: none;
}

.other-titles ul li a i{
	float: left;
	margin-top: 4px;
	width: 20px;
	text-align: center;
}

.other-titles ul li:first-child{

}

.other-titles ul li::first-letter {
    text-transform: capitalize;
}


.other-titles ul li:last-child{
	border: none;

}
.page-container .page-title{
    font-family: "PT Sans", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
}

.page-container .page-title .title-text{
   	padding: 0;
   	font-size: 1.2em;
}

.page-container .news-title{
    font-family: "PT Sans", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
}
.page-container .news-image{
	position: relative;
}
.page-container .news-desc{
	font-size: 1.5em;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.page-container .news-detail{
    font-family: "PT Sans", sans-serif;
    font-size: 1.1em;
}

.page-container .news-photos{
	padding: 10px;
	background: #F1F0F0;
	display: none;
}

.news-photos.active {
    display: contents;
}

.page-container .news-photos ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-container .news-photos li{
    background-size: cover;
    width: 32%;
    height: 132px;
    float: left;
    margin: 0.3em;
}
.page-container .page-tools{
	padding: 15px;
    background: #E0E0E0;
}


.page-container .page-tools .show-photos{
	padding: 8px;
    color: #FFFFFF;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    background: #1595D3;
    float: right;
    letter-spacing: 1px;
    cursor: pointer;
}

span.share{
	float: left;
}

span.share .item{
	float: left;
}

span.share .share-logo{
	width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}
span.share .share-link{
	display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
span.share .mail{
	background: #3490F3;
}
span.share .facebook{
	background: #3b5998;
}
span.share .twitter{
	background: #00aced;
}
span.share .whatsapp{
	background: #29a628;
}

.ribbon {
	font-size: 16px !important;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 1em;
    right: -12px;
}
.ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
	bottom: -1em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 0.8em 0 0;
}

.cal-tools{
	font-family: "PT Sans", sans-serif;
    padding: 0;
    font-size: 1em;
    float: right;
}
.cal-tools .year-tool{
	padding: 0;
	text-align: right;
	float: right;
}
.cal-tools .year-tool .next{

}
.cal-tools .year-tool .prev{

}
.cal-tools .year-tool .text{
	font-weight: bold;
    font-size: 1.3em;
}

.cal-tools .month-tool{
	padding: 0;
	text-align: right;
	float: right;
}
.cal-tools .month-tool .next{

}
.cal-tools .month-tool .prev{

}
.cal-tools .month-tool .text{
	font-weight: bold;
    font-size: 1.3em;
}
ul.event-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.event-list li{
	padding: 15px;
    background: rgba(21, 149, 211, 0.15);
    margin-bottom: 20px;

    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.event-list li.disabled{
	opacity: 0.5;
}

ul.event-list .event-title{
	font-family: "PT Sans", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #1595D3;
    margin-bottom: 10px;
}
ul.event-list .event-image{
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px dashed #1595D3;
	border-left: 1px dashed #1595D3;
}
ul.event-list .event-image .img{
	height: 115px;
	width: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.event-list .event-image .img span{
	height: 115px;
	width: 100px;
	position: absolute;
	text-align: center;
	display: none;
	vertical-align: middle;
	font-size: 2.2em;
	color: #fff;
	padding-top: 38px;
}

ul.event-list .event-image .img:hover span{
	display: table-cell;
	background-color: rgba(0, 0, 0, 0.26);
}

ul.event-list .event-detail{
	font-family: "PT Sans", sans-serif;
	font-size: 1.1em;
	float: left;
	max-width: 455px;
}
ul.event-list .event-detail .event-date{

}
ul.event-list .event-detail .event-place{

}
ul.event-list .event-detail .event-desc{
	font-size: 1.4rem;
}
ul.event-list .left-box{
	float: left;
	width: 60px;
    margin-right: 15px;
}
ul.event-list .left-box .share-box{
	position: static !important;
	padding: 0 !important;
	float: left !important;
	width: 100% !important;
	margin-top: 5px;
	background: none !important;
}
ul.event-list .left-box .share-box .facebook{
	margin: 0 !important;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.event-list .left-box .share-box .facebook a{
	padding: .2em !important;
}
ul.event-list .left-box .share-box .twitter{
	margin: 0 !important;
	float: right !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.event-list .left-box .share-box .twitter a{
	padding: .2em !important;
}
ul.event-list .left-box .date-box{
	font-family: "PT Sans Narrow", sans-serif;
    float: left;
    background: #FFCB05;
    border-radius: 4px;
    overflow: hidden;
    width: 60px;
}
ul.event-list .left-box .month{
	float: left;
    width: 100%;
    text-align: center;
    background-color: #1595D3;
    color: #fff;
}
ul.event-list .left-box .day-text{
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 3px;
    border-top: 1px solid rgba(193, 155, 9, 0.66);
}
ul.event-list .left-box .day-number{
	float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 0;
    line-height: 36px;
}
.iframe-holder{
	background-image: url('../img/frame-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.plan-details{
	font-family: "PT Sans", sans-serif;
	font-size: 17px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.plan-details td{
	padding: 10px;
}
.plan-details .title{
	font-weight: bold;
	width: 250px;
}
#bel-main-menu1 li i{
	width: 18px;
	text-align: center;
	margin-right: 5px;
}
.error-pages{
	font-family: "PT Sans", sans-serif;
	min-height: 472px !important;
}
.error-pages .error-icon{
	color: #1595D3;
    text-align: center;
    font-size: 120px;
}
.error-pages .error-title{
	text-align: center;
    font-size: 42px;
}
.error-pages .error-title .strong{
	font-weight: bold;
}
.error-pages .error-text{
	border-top: 1px dashed rgba(0,0,0,0.5);
    padding-top: 20px;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #1595D3;
}
.page-category-list{
	padding: 0;
    margin: 0;
    list-style: none;
}
.page-category-list li{
	border-left: 4px solid #1595D3;
    margin-bottom: 12px;
    border-bottom: 1px solid #1595D3
}
.page-category-list li:hover{
	background: #1595D3;
}
.page-category-list li:hover a{
	color: #ffffff;
	text-decoration: none;
}
.page-category-list li .item-title{
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
}
.page-category-list li .item-title a{
	padding: 8px 15px;
	display: block;
}
.card-container{
	
}
.card{
	border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
    padding: 0;
    height: 140px;
    overflow: hidden;
    font-family: "PT Sans", sans-serif;
    background-color: aliceblue;
    
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.card.img-left .card-img{
	float: left;
}
.card.img-left .card-title, .card.img-left .card-detail{
	float: right;
	text-align: right;
}
.card.img-right .card-img{
	float: right;
}
.card.img-right .card-title, .card.img-right .card-detail{
	float: left;
	text-align: left;
}

.card.img-right.col-xs-12 {
    width: 100%;
    height: 30%;
}
.card-img{
	height: 262px;
    /*width: 220px;*/
    background-position: center;
    background-size: cover;
    
}
.card-title{
	width: 477px;
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.card-detail{
	width: 100%;
    padding: 8px;
    font-size: 12px;
}
.card-detail .card-sub-title{
	font-size: 1.1em;
	font-weight: bold;
}
.card-detail .card-sub-desc{
	font-size: 1.1em;
    line-height: 16px;
}
.card:hover {
	background-color: rgba(255, 203, 5, 0.09);
	
	-moz-box-shadow: 0 0 5px rgba(76,76,76,0.15);
    -webkit-box-shadow: 0 0 5px rgba(76,76,76,0.15);
    box-shadow: 0 0 5px rgba(76,76,76,0.15);
}
.card-container a{
	color: #000000;
	text-decoration: none;
}
.top-pagination .pagination, .bottom-pagination .pagination{
	float: right;
}
.top-pagination .pagination{
	margin-top: 0;
}
.bottom-pagination .pagination{
	margin-top: 0;
}
.top-pagination .loader-msg, .bottom-pagination .loader-msg{
	float: left;
	margin-top: 5px;
}
#videolar #yottie_1 .yottie-widget-video {
    background: rgb(243, 243, 243);
    border-radius: 4px;
    overflow: hidden;
}
#videolar #yottie_1 .yottie-widget-header {
    background: rgb(255, 203, 5);
    height: 42px;
}
#videolar .yottie-widget-header-minimal .yottie-widget-header-channel-inner {
    height: 39px !important;
}
#videolar #yottie_1 .yottie-widget-header-channel-title a {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #525252;
    margin-right: 0;
    border: none;
}
#videolar .yottie-widget-video-preview-thumbnail {
    border-radius: 4px 4px 0 0;
}
#videolar .yottie-widget-header-minimal .yottie-widget-header-subscribe {
    right: 9px !important;
    bottom: 5px !important;
}
.haber-video-tab.videolar .nav-tabs>li{
	float: left;
    margin-bottom: -2px;
}
 .haber-video-tab .nav-tabs {
   /* border-bottom: 2px solid #FFCB05;*/
	 border-bottom: none;
} 


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.burst-container{
	background-color: #1595D3;
    font-size: 12px;
    padding: 3px 6px;
    line-height: 10px;
    position: absolute;
    top: 13px;
    right: 10px;
    color: #fff;
    border-radius: 2px;
}
.haber-video-tab .nav-tabs>li.active>a .burst-container, .haber-video-tab .nav-tabs>li:hover>a .burst-container {
    color: #333;
    background-color: #FFCB05;
}
.search-results{
	
}
.search-results .nav-tabs>li.active>a, .search-results .nav-tabs>li.active>a:focus, .search-results .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #1595D3;
}
.search-results .nav-tabs>li.active>a, .search-results .nav-tabs>li.active>a:focus, .search-results .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1) inset;
}
.search-results .nav-tabs>li>a {
    border: none;
}
.search-results .nav-tabs>li>a:hover {
    background-color: #FFFFFF;
}
.search-result-list{
	margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px;
}
.search-result-list li{
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.search-result-list li:last-child{
	border-bottom: 0;
}
.search-result-list li:hover{
	
}
.search-result-list li a{
	padding: 7px 0px;
    display: block;
}
.search-result-list li a:hover{
	text-decoration: none;
}
.filter-wrapper{
	padding: 0px 0px;
}
.filter-wrapper input{
	
}
.filter-wrapper  input{
	font-family: 'PT Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid rgba(21, 149, 211, 0.53);
    padding: 7px 10px;
    width: 100%;
    margin-top: 15px;
}
.filter-wrapper  input:focus{
	background-color: rgba(255, 203, 5, 0.34);
    border: 1px solid rgba(21, 149, 211, 1);
}
.search-results .pagination{
	float: right;
}
.animalList .item{
	background:#9CC4D1;
	padding:8px;
	border: 1px solid #7A98A2;
	margin-top:13px;
	clear:both; 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	float: left;
    width: 100%;
}
.animalList .animalImg{
	width: 240px;
    height: 237px;
	position:relative;
	overflow:hidden;
	text-align:center;
	float:left;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.animalList .animalImg img{
	max-height:250px !important;
	min-height:180px !important;
	min-width:180px !important;
	max-width: 240px !important;
}
.animalInfo{
	float:right;
	width: 451px;
}
.animalInfo .row{
	background:#E7F4F8;
	margin: 0;
}
.mt5{
	margin-top:5px !important;
}
.animalInfo .col-md-6,  .animalInfo .col-md-12{

    padding: 3px 7px;
    margin-top: 10px;
}
.animalDesc{
	min-height:55px;
}
.background-tools{
	float: right;
	margin-right: 8px;
}
.background-tools a{
	   color:  #ffffff;
	   font-size: 1.4em;
	   opacity: 0.5;
	   margin-left: 5px;
 }
.background-tools a:hover{
	opacity: 0.7;
	cursor: pointer;
}
.baskan-footer{
	background-image: url('../images/baskan-footer-bg2.png');
	position: fixed;
	bottom: 0;
	width: 1180px;
	height: 100px;
	z-index: 9999;
    left: 50%;
    margin-left: -598px;
}
.baskan-footer .baskan-footer-foto{
	position: absolute;
	overflow: hidden;
	right: 15px;
    top: -118px;
    width: 180px;
}
.baskan-footer .baskan-footer-foto img{
	width: 100%;
}
.popup-banner button {
  	position: absolute;
    background: #fff;
    border: 4px solid #14a1e2;
    border-radius: 100%;
    top: -16px;
    right: -16px;
    font-weight: bold;
    height: 35px;
    width: 35px;
}

.popup-banner {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup-banner > div {
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  /* Width of popup can be changed */
  width: 80%;
  max-width: 880px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  border: 5px solid #14a1e2;
}
#result_scroll1 {
    overflow: auto;
    height: 477px;
    padding-right: 10px;
}
.scrollstyle::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar{
	width: 6px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #3c6198;
}


/* News- uretken */



	.uretken-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:left;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #fff;
	color: #1377ba;
	font-weight: 700;
	margin-top: 20px;
}

.uretken-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:left;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #2b5c86;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
}
	
	.uretken-sol{
	width:50%;
	height:650px;
	float:left;
	color: #fff;
}
	
	.uretken-content{
	width:auto;
	max-width: 1200px;
	margin: auto;
	height:650px;
}
	
	.uretken-title{
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	margin-top: 30px;
}

.uretken-subtitle{
	font-size: 25px;
	font-weight: 800;
	font-style: italic;
	margin-top: 20px;
}

.uretken-text{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	margin-top: 20px;
}
	
	


.uretken-content{
	width:auto;
	max-width: 1200px;
	margin: auto;
	height:650px;
}
	
	.news-button{
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:15px 20px 20px 15px;
	background-color: #1377ba;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}

.news-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:15px 20px 20px 15px;
	background-color: #1e3c56;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}
	
	.news-title{
	margin-top: 20px;
	font-size: 30px;
	color: #1e3c56;
	line-height: 35px;
	font-weight: 700;
}
	
	.news-subtitle{
	margin-top: 20px;
	font-size: 16px;
	color: #1e3c56;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
}

.news-text{
	margin-top: 20px;
	font-size: 14px;
	color: #615b5b;
	line-height: 25px;
}


/****************2 ******************************************/



	.uretken-belediyecilik-frame{
	width:100%;
	height:742px;
	background-image: url(../images/uretkenbelediyecilik-bg.jpg);
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding-top:47px;
}


	/*Arama kutusu*/
::placeholder {
    color: white;
}

.clear{
	clear:both;
}

/*------------ bulten ----------------------------*/


.bulten-frame{
	position: relative;
	width:auto;
	max-width: 1200px;
	height: 60px;
	margin: 30px auto;
	background-color: #1377ba;
}

.bulten-title{
	top:-5px;
	left:9px;
	background-image: url(../images/bulten-mailing-ico.png);
	background-repeat: no-repeat;
	background-size: auto 20%;
	background-position: 10px center;
	background-color: #ffcb08;
	line-height: 70px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	padding-left:43px;
	width: 208px;
	height: 70px;
	position: absolute;
}

.bulten-right{
	width: calc(100% - 240px);
	height: 60px;
	float: right;
}

.bulten-box{
	margin: auto 1% auto 1%;
	width:23%;
	height: 60px;
	float:left;
}

.bulten-field{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
	box-shadow: none;
}

.bulten-field:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
}





.e-newsletter-register{
/*
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 0px 15px;
	overflow: hidden;
	border: 2px solid #1595d3;
	height: 60px;
	position: relative; */

/*	    position: relative;
    width: auto;
    max-width: 1200px;
    height: 60px;
    margin: 30px auto;
    background-color: #1377ba; */

    position: relative;
    width: auto;
    max-width: 1200px;
    height: 62px;
    margin: 32px auto;
    background-color: #1377ba;

}
.e-newsletter-register .form-overlay{
	position: absolute;
	display: none;
	width: 910px;
    right: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.e-newsletter-register .form-overlay .message{
	padding: 15px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.e-newsletter-register .title{
	/*font-family: 'PT Sans', sans-serif;
	margin: 0px -15px;
    padding: 17px 15px;
    background-color: #1595d3;
    width: 230px;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    float: left; */

	    top: -5px;
    left: 9px;
    background-image: url(../images/bulten-mailing-ico.png);
    background-repeat: no-repeat;
    background-size: auto 20%;
    background-position: 10px center;
    background-color: #ffcb08;
    line-height: 70px;
    color: #1377ba;
    font-weight: 700;
    text-align: left;
    padding-left: 43px;
    width: 208px;
    height: 70px;
    position: absolute;
}
.e-newsletter-register .title:after {
    border-left-color: #1595d3 !important;
}
/*.e-newsletter-register .title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #88b7d5;
    border-width: 8px;
    margin-top: -8px;
} */
.e-newsletter-register .detail{
   float: left;
      margin-left: 340px;
}

#eNewsletterForm {
    /* width: calc(100% - -113px);
    height: 60px;
	float: right; */
	
	width: calc(100% - -152px);
    height: 60px;
    float: right;
	padding-left: 26px;
	
}

.e-newsletter-register .detail input{
	/*font-family: 'PT Sans', sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
   	border-radius: 4px;
    border: 1px solid rgba(21, 149, 211, 0.53);
    padding: 7px 10px;
    margin-top: 8px; */

	/*font-family: 'PT Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid rgba(21, 149, 211, 0.53);
    padding: 7px 10px;
    margin-top: 8px;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #64a5d2;
    -webkit-transition: all 0.2s ease-in-out; */

	    font-family: 'PT Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    /* border-radius: 4px; */
    border: 1px solid rgba(21, 149, 211, 0.53);
    padding: 7px 10px;
    margin-top: 5px;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #64a5d2;
    -webkit-transition: all 0.2s ease-in-out;
	height: 50px;
	margin-left: 9px;

}
.e-newsletter-register .detail input.transform{
	text-transform: capitalize;
}
.e-newsletter-register .detail input:focus{
/*	background-color: rgba(255, 203, 5, 0.34);
	border: 1px solid rgba(21, 149, 211, 1); */
	

	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    /*width: 100%; */
    height: 46px;
    margin-top: 7px;
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #64a5d2;
    padding-left: 10px;
    color: #fff;
}
.e-newsletter-register .register-button{
	/* font-family: 'PT Sans', sans-serif;
    font-size: 1.3rem;
    padding: 11px 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: bold;
    margin-top: -4px;
    width: 172px;
    margin-right: -15px;
    overflow: hidden; */

	width: 25%;
    height: 43px;
    background-color: #ffcb08;
    text-align: center;
    font-size: 15px;
    color: #3789c2;
    line-height: 32px;
    margin-top: -2px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
	margin-left: 5px;
	height: 52px;
    border-radius: 0px;
}

.e-newsletter-register .register-button:hover{
	background-color: #044e7f;
}

#eNewsletterForm input::placeholder {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    outline-offset: -2px;
    box-sizing: border-box;
    overflow: visible;
    font-style: italic;
}

/******************* footer *******************************/









.footer-title{
	width:100%;
	height:40px;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
}

.footer-link{
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	padding-left: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-top:10px;
	background-image: url(../images/footer-arrow-2.png);
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
}

.footer-link:hover{
	margin-top:10px;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/footer-arrow.png);
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}


.social-footer{
	width:auto;
	max-width: 1200px;
	height: 130px;
	margin:50px auto;
	text-align: center;
	border-bottom:1px solid #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}

.social-img{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}

.social-img:hover{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.6;
}

.copyright{
	width:auto;
	max-width: 1200px;
	text-align: center;
	height:40px;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin: auto;
}


	.footer{
	background-color: #1377ba;
	width: 100%;
	height:auto;
	margin-top: 120px;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}


.footer-box{
	width:25%;
	height: auto;
	padding-top: 5px;
	padding-bottom:5px;
	float:left;
}
	
	.footer-content{
	width:auto;
	max-width: 1200px;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	margin: auto;
}
	
	.footer-logo{
	width: 82px;
	height:126px;
	position: absolute;
	left:0px;
	right: 0px;
	top:-41px;
	margin: auto;
	background-image: url(../images/footer-logo.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*--------------- navigasyon */


.nav-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:100px;
	margin:auto;
}

.nav-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}



	.header{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:150px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: url(../images/header-bg.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: none;
}

.header.active{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: none;
	background-size: 100%;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.top{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #1377ba;
}

.top.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #333;
}

.top-content{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	min-height: 50px;
	height: auto;
	max-width: 1200px;
	margin:auto;
	line-height: 50px;
	color:#fff;
}

.top-left{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
}

.top-right{
	-webkit-transition: all 0.2s ease-in-out;
	width:50%;
	height:50px;
	float:right;
}


/**************** YENI TEMA ***********************/


body{
	/* -webkit-transition: all 0.2s ease-in-out;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin:0px; */

	-webkit-transition: all 0.2s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
	margin: 0px;
	
}

a {
 text-decoration: none;
}




html {
  touch-action: manipulation;
}







.news-date{
	font-size: 13px;
	color:#4a4747;
	font-style: italic;
}








.news-frame{
	width:auto;
	max-width: 1200px;
	height:auto;
	margin:100px auto;
}

::-webkit-input-placeholder { /* Edge */
  color: white;
	font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
	font-style: italic;
}

::placeholder {
  color: white;
	font-style: italic;
}















.video-title{
	width:100%;
	height:50px;
	font-size: 22px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	line-height: 50px;
}

.video-all-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	padding-left:35px;
	padding-right:15px;
	background-color: #1595d3;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-image: url(../images/video-all.png);
	background-repeat: no-repeat;
	background-size: auto 32%;
	background-position: 10px center;
}

.video-all-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	padding-left:35px;
	padding-right:15px;
	background-color: #0973a7;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-image: url(../images/video-all.png);
	background-repeat: no-repeat;
	background-size: auto 32%;
	background-position: 10px center;
}

.video-content{
	width: 100%;
	height:auto;
	margin-top: 20px;
}




.video-poster{
	overflow: hidden;
	width:100%;
	height:200px;
	position: relative;
	pointer-events: none;
	
}

.video-poster:hover{
	overflow:hidden;
	width:100%;
	height:200px;
	position: relative;
}

.video-poster-img{
	transform: scale(1);
	transition: transform 0.5s ease;
}

.video-poster-img:hover{
	transition: transform 1s ease;
	transform: scale(1.2);
}



.video-content-title{
	width:100%;
	height:auto;
	line-height: 25px;
	color: #363535;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
}

.video-date{
	margin-top: 5px;
	width:100%;
	height:auto;
	line-height: auto;
	font-size: 14px;
	color: #6b6363;
	font-weight: 400;
	font-style: italic;
}



.play-button{
	transition: transform 0.4s ease;
	background-image: url(../images/playbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 50px;
	z-index: 998;
	height: 50px;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	transform: scale(1);
}

.play-button:hover{
	transition: transform 0.4s ease;
	background-image: url(../images/playbutton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 50px;
	z-index: 998;
	height: 50px;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin: auto;
	transform: scale(1.2);
}














.footer-title{
	width:100%;
	height:40px;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
}

.footer-link{
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	padding-left: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-top:10px;
	background-image: url(../images/footer-arrow-2.png);
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
}

.footer-link:hover{
	margin-top:10px;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/footer-arrow.png);
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}


.social-footer{
	width:auto;
	max-width: 1200px;
	height: 130px;
	margin:50px auto;
	text-align: center;
	border-bottom:1px solid #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}

.social-img{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}

.social-img:hover{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.6;
}

.copyright{
	width:auto;
	max-width: 1200px;
	text-align: center;
	height:40px;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin: auto;
}



.wrapper{
	width:auto;
	max-width: 1200px;
	padding-top:30px;
	padding-bottom:30px;
	margin: auto;
}









.wrapper-menu-box-act{
	position: relative;
	width:100%;
	height: auto;
	padding-top:14px;
	padding-bottom:14px;
	text-align: left;
	padding-left:20px;
	background-color: #0a3e60;
	line-height: auto;
	color: #fff;
   box-shadow:inset 0px -2px 3px rgba(0,0,0,0.2);
}

.wrapper-menu-box-act:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
	  top: 35%;
    right: -22px;
  
	  border-bottom: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-top: 10px solid transparent;
	  border-left: 12px solid #0a3e60;
  
	  margin-top: -5px;
}





.wrapper-menu-box{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
	text-align: left;
	padding-left:20px;
	background-color: #1377ba;
	line-height: auto;
	padding-top:14px;
	padding-bottom:14px;
	color: #fff;
   box-shadow:inset 0px -2px 3px rgba(0,0,0,0.2);
}

.wrapper-menu-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height: auto;
	padding-top:14px;
	padding-bottom:14px;
	text-align: left;
	padding-left:20px;
	background-color: #ffcb08;
	line-height: auto;
	color: #0a3e60;
   box-shadow:inset 0px -2px 3px rgba(0,0,0,0.2);
}


.gen-title{
	font-size: 26px;
	color: #0a3e60;
	font-weight: 700;
	float: left;
  clear: left;
	line-height: 30px;
}

.gen-subtitle-light{
	font-size: 17px;
	color: #0a3e60;
	font-weight: 400;
	float: left;
  clear: left;
	line-height: 30px;
}

.gen-subtitle-bold{
	font-size: 18px;
	color: #0a3e60;
	font-weight: 700;
	float: left;
  clear: left;
	line-height: 50px;
}


.gen-text{
	float: left;
  clear: left;
color: #666;
	font-size: 13px;
	line-height: 26px;
}





.clear{
	clear:both;
}




	.header{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
background-image: none;
	background-size: 100%;
	/*background-color: #fff;*/
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.header.active{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: none;
	background-size: 100%;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.top{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #1377ba;
}

.top.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #333;
}

.top-content{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	min-height: 50px;
	height: auto;
	max-width: 1200px;
	margin:auto;
	line-height: 50px;
	color:#fff;
}

.top-left{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	/*display: none;*/
}

.top-right{
	-webkit-transition: all 0.2s ease-in-out;
	width: 30%;
	height:50px;
	float:right;
}


.e-belediye{
	margin-right: 15px;
	width:auto;
	display: block;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.e-belediye:hover{
	margin-right: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.borc-odeme{
	margin-left: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.borc-odeme:hover{
	margin-left: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.nav-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}

.nav-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}

.logo{
	-webkit-transition: all 0.2s ease-in-out;
	width:132px;
	height:50px;
	float:left;
	margin-left: 25px;
	margin-top: 5px;
	background-image: url(../images/logo2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}

.logo.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:132px;
	height:50px;
	float:left;
	background-image: url(../images/logo2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}


.menu-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:0px;
}

.menu-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:0px;
}

.home-icon{
	background-image: url(../images/home.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	opacity: 1;
	width: 15px;
	height:15px;
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.home-icon:hover{
	background-image: url(../images/home.png);
	background-size: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
}


.home-icon.active{
	background-image: url(../images/home2.png);
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in-out;
}


.imar-frame{
	width:auto;
	padding:20px;
	max-width: 1200px;
	height: auto;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 50px;
	border-bottom: 5px solid #1e3c56;
}

ul.imarlist {
	margin-left: -44px;
	
}

.imar-title{
	width:100%;
	height:50px;
	font-size: 22px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	line-height: 50px;
}


.imar-box{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box-left{
	width: auto;
	height: auto;
	min-height: 50px;
	float: left;
	line-height: 50px;
	padding-left:20px;
	padding-right: 20px;
	background-color: #1595d3;
	color: #fff;
	font-size: 14px;
}


.imar-box-right{
	width: auto;
	height: auto;
	min-height: 50px;
	float: left;
	line-height: 50px;
	padding-left:20px;
	padding-right: 20px;
	font-size: 15px;
	color: #666;
	text-align: left;
}


/***************-----------------------------480px---------------------------------************************/
@media only screen and (min-width: 480px) {
	
	.imartab{
		margin-bottom: 25px;
	}

	.imar-frame{
	width:auto;
	padding:20px;
	max-width: 1200px;
	height: auto;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 50px;
	border-bottom: 5px solid #1e3c56;
}



.imar-title{
	width:100%;
	height:50px;
	font-size: 22px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	line-height: 50px;

	padding-top: 30px;
}


.imar-box{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box-left{
	width: auto;
	height: auto;
	min-height: 50px;
	float: left;
	line-height: 50px;
	padding-left:20px;
	padding-right: 20px;
	background-color: #1595d3;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

li {
    list-style-type: none;
}
.imar-box-right{
	width: auto;
	height: auto;
	min-height: 50px;
	float: left;
	line-height: 50px;
	padding-left:20px;
	padding-right: 20px;
	font-size: 15px;
	color: #666;
	text-align: left;
}

.baslik{
    width: auto;
    height: auto;
    min-height: 50px;
    float: left;
    line-height: 50px;
    padding-left: 20px;
    
    font-size: 15px;
    color: #666;
	text-align: left;
	
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-left: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
	
	.hizli-erisim-ico{
		display: none;
	}
	
	.baskan-field-mail{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail::placeholder {
   color: #0a3e60;
	opacity: 0.6;
	font-style: normal;
}


.baskan-field-phone{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-name{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-subject{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	width: 60%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-message{
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	padding-top:10px;
	width: 60%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	padding-top:10px;
	width: 60%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 15px;
	padding-top:10px;
	width: 60%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:60%;
	height:50px;
	margin-top:20px;
	background-color:#1377ba;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
}

.baskan-field-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:60%;
	height:50px;
	margin-top:20px;
	background-color:#0a3e60;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
}
	
	.swipe-ico{
		display: none;
	}
	
	.footer{
	background-color: #1377ba;
	width: 100%;
	height:auto;
	margin-top: 70px;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
	
	
	.cont-dropdown{
		width: 100%;
		height: 50px;
		display: none;
	}
	
	.detail-banner{
	position: relative;
	width:100%;
	height:300px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}

.detail-banner-content{
	position: absolute;
	width:auto;
	max-width: 1200px;
	height:120px;
	margin: auto;
	bottom:0px;
	left:0px;
	right:0px;
}

.detail-banner-content-title{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.detail-banner-content-subtitle{
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}
	
.detail-banner-content span {
    padding-left: 10px;
}

	.wrapper-content-baskan-left{
	width:55%;
	height: auto;
	float:left;
}

.wrapper-content-baskan-right{
	width:40%;
	height: auto;
	float:right;
	text-align: center;
	font-size: 14px;
	color: #1377ba;
}
	
	.wrapper-content{
	width:77%;
	height:auto;
	float: right;
}
	
	.wrapper-menu{
	width:100%;
	height:auto;
	float: left;
	border-left: 5px solid #ffcb08;
}


	.secret-img{
		
	}
	
	.uretken-belediyecilik-frame{
	width:100%;
	height:742px;
	background-image: url(../images/uretkenbelediyecilik-bg.jpg);
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding-top:47px;
}
	
	.video-text-detail{
	margin-top: 5px;
	width:100%;
	height:auto;
	line-height: 28px;
	color:#363535;
	font-weight: 400;
	font-style: italic;
	text-align: justify;
}
	
	.footer-box{
	width:25%;
	height: auto;
	padding-top: 5px;
	padding-bottom:5px;
	float:left;
}
	
	.footer-content{
	width:auto;
	max-width: 1200px;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	margin: auto;
}
	
	.footer-logo{
	width: 82px;
	height:126px;
	position: absolute;
	left:0px;
	right: 0px;
	top:-41px;
	margin: auto;
	background-image: url(../images/footer-logo.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
	
	.bulten-frame{
	position: relative;
	width:auto;
	max-width: 1200px;
	height: 60px;
	margin: 30px auto;
	background-color: #1377ba;
}

.bulten-title{
	top:-5px;
	left:9px;
	background-image: url(../images/bulten-mailing-ico.png);
	background-repeat: no-repeat;
	background-size: auto 20%;
	background-position: 10px center;
	background-color: #ffcb08;
	line-height: 70px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	padding-left:43px;
	width: 208px;
	height: 70px;
	position: absolute;
}

.bulten-right{
	width: calc(100% - 240px);
	height: 60px;
	float: right;
}

.bulten-box{
	margin: auto 1% auto 1%;
	width:23%;
	height: 60px;
	float:left;
}

.bulten-field{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
	box-shadow: none;
}

.bulten-field:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
}


.bulten-button{
	width:100%;
	height: 46px;
	background-color: #ffcb08;
	text-align: center;
	font-size: 15px;
	color: #3789c2;
	line-height: 46px;
	margin-top: 7px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
}

.bulten-button:hover{
	width:100%;
	height: 46px;
	background-color: #044e7f;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 46px;
	margin-top: 7px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
}
	
	.video-content-text{
	margin-top: 10px;
	width: 100%;
	height:180px;
}
	
	.video-content-box{
	-webkit-transition: all 0.2s ease-in-out;
	width: 31.3%;
	height:95%;
	margin:1%;
	float:left;
	box-shadow: none;
	padding:10px;
}

.video-content-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width: 31.3%;
	height:95%;
	margin:1%;
	float:left;
	box-shadow: none;
	padding:10px;
}
	
	.video-box{
	width:auto;
	padding:20px;
	max-width: 1200px;
	min-height: 500px;
	height: auto;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 50px;
	border-bottom: 5px solid #1e3c56;
}
	
	.uretken-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:left;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #fff;
	color: #1377ba;
	font-weight: 700;
	margin-top: 20px;
}

.uretken-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:left;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #2b5c86;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
}
	
	.uretken-sol{
	width:50%;
	height:650px;
	float:left;
	color: #fff;
}
	
	.uretken-content{
	width:auto;
	max-width: 1200px;
	margin: auto;
	height:650px;
}
	
	.uretken-title{
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	margin-top: 30px;
}

.uretken-subtitle{
	font-size: 25px;
	font-weight: 800;
	font-style: italic;
	margin-top: 20px;
}

.uretken-text{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	margin-top: 20px;
}
	
	


.uretken-content{
	width:auto;
	max-width: 1200px;
	margin: auto;
	height:650px;
}
	
	.news-button{
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:15px 20px 20px 15px;
	background-color: #1377ba;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}

.news-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:15px 20px 20px 15px;
	background-color: #1e3c56;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
}
	
	.news-title{
	margin-top: 20px;
	font-size: 30px;
	color: #1e3c56;
	line-height: 35px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
	
	.news-subtitle{
	margin-top: 20px;
	font-size: 16px;
	color: #1e3c56;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
}

.news-text{
    margin-top: 20px;
    font-size: 14px;
    color: #615b5b;
	/*width: 50%;*/
	width: 100%;
    line-height: 25px;
}
	
	.mobil-banner-area{
		width: 100%;
		height: 500px;
		display: none;
	}
	
	.search-bar{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	width:auto;
	max-width: 1200px;
	height: auto;
	min-height: 80px;
	margin: -40px auto;
	position: relative;
	z-index: 998;
	background-color: #1377ba;
}

.search-bar:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	width:auto;
	max-width: 1200px;
	height: auto;
	min-height: 80px;
	margin: -40px auto;
	position: relative;
	z-index: 998;
	background-color: #0f6ba9;
}

.search-now{
	-webkit-transition: all 0.2s ease-in-out;
	width:80px;
	height:80px;
	float:right;
	background-image: url(../images/search-button.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffcb08;
}

.search-now:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:80px;
	height:80px;
	float:right;
	background-image: url(../images/search-button.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}


.search-field{
	width: calc(100% - 80px);
	height: 80px;
	line-height: 80px;
	padding-left:30px;
	text-shadow: -1px 1px 5px rgba(0,0,0,0.3);
	font-size: 22px;
	color:#fff;
	font-weight: 700;
	float:left;
	background-color: transparent;
	outline:none;
	border:none;
}
	
	.banner{
	width:100%;
	height: 93vh;
	z-index: 1;
	overflow: hidden;
}
	
	.header{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:150px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: url(../images/header-bg.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: none;
}

.header.active{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: none;
	background-size: 100%;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.top{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #1377ba;
}

.top.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #333;
}

.top-content{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	min-height: 50px;
	height: auto;
	max-width: 1200px;
	margin:auto;
	line-height: 50px;
	color:#fff;
}

.top-left{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
}

.top-right{
	-webkit-transition: all 0.2s ease-in-out;
	width:50%;
	height:50px;
	float:right;
}


.e-belediye{
	width:auto;
	display: block;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.e-belediye:hover{
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.borc-odeme{
	margin-left:30px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.borc-odeme:hover{
	margin-left:30px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.nav-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:100px;
	margin:auto;
}

.nav-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}

.logo{
	-webkit-transition: all 0.2s ease-in-out;
	width:264px;
	height:100px;
	float:left;
	background-image: url(../images/logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}

.logo.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:132px;
	height:50px;
	float:left;
	background-image: url(../images/logo2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}


.menu-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:10px;
}

.menu-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:-15px;
}

.home-icon{
	background-image: url(../images/home.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	opacity: 1;
	width: 15px;
	height:15px;
	-webkit-transition: all 0.2s ease-in-out;
	display: block;
}

.home-icon:hover{
	background-image: url(../images/home.png);
	background-size: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
}


.home-icon.active{
	background-image: url(../images/home2.png);
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in-out;
}





	
}


/***************-----------------------------479px---------------------------------************************/
@media only screen and (max-width: 479px) {
	
	.col-md-4.col-xs-12.sidebar-mobil
	{
		display: none;
	
	
	}
	
	
.btn.btn-primary.register-button {
    width: 100%;
    height: 46px;
    background-color: #ffcb08;
    text-align: center;
    font-size: 15px;
    color: #3789c2;
    line-height: 38px;
    margin-top: 7px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
}

	.arama-form-kutu input {
		padding: 15px 6px;
		font-family: 'PT Sans', sans-serif;
		font-weight: normal;
		font-style: italic;
		font-size: 1em;
		color: #1377ba;
		border: 2px solid #1377ba;
		border-radius: 10px;
		background-color: #1377ba;
		outline-width: 0;
		padding-right: 50px;
		width: 80%;
	}

	.imartab{
		margin-bottom: 105px;
}
	.imar-frame{
	width:90%;
	padding:20px;
	height: auto;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 50px;
	border-bottom: 5px solid #1e3c56;
}


.imar-title{
	width:100%;
	height:50px;
	font-size: 20px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	line-height: 50px;
}


.imar-box{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top: 10px;
	line-height: 50px;
	margin-bottom: 10px;
	background-color: #fff;
}

.imar-box-left{
	width: auto;
	height: auto;
	min-height: 50px;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	line-height: 50px;
	padding-left:20px;
	padding-right: 20px;
	background-color: #1595d3;
	color: #fff;
	font-size: 14px;
	display: none;
}


.imar-box-right{
	border-left: 5px solid #1595d3;
	width: auto;
	height: auto;
	min-height: 50px;
	float: left;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:20px;
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
	
	.hizli-erisim-ico{
		width: 30px;
		height: 30px;
		background-color: #f06;
		float: right;
	}
	
	.baskan-field-mail{
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-mail.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-mail::placeholder {
   color: #0a3e60;
	opacity: 0.6;
	font-style: normal;
}


.baskan-field-phone{
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-phone.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-phone::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-name{
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-name.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-name::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-subject{
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 50px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-subject.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 30%;
}

.baskan-field-subject::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-message{
	-webkit-transition: all 0.2s ease-in-out;
	padding-top:10px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	padding-top:10px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message:focus{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	padding-top:10px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 150px;
	border: 1px solid #aed1e7;
	text-align: left;
	font-size: 14px;
	color: #0a3e60;
	font-weight: 400;
	font-style: normal !important;
	outline: none;
	padding-left:40px;
	background-image: url(../images/baskanfield-message.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	background-size: 17px;
}

.baskan-field-message::placeholder {
   color: #0a3e60;
	font-style: normal;
	opacity: 0.6;
}


.baskan-field-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:50px;
	margin-top:20px;
	background-color:#1377ba;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
}

.baskan-field-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:50px;
	margin-top:20px;
	background-color:#0a3e60;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
}
	
	.swipe-ico{
		width: 100%;
		height: 50px;
	}
	
	.footer{
	background-color: #1377ba;
	width: 100%;
	height:auto;
	margin-top: 120px;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
	
	.cont-dropdown{
		width: 100%;
		min-height: auto;
	}
	
	.detail-banner{
	position: relative;
	width:100%;
	height:200px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}

.detail-banner-content{
	position: absolute;
	width:100%;
	height:70px;
	text-align: center;
	margin: auto;
	bottom:0px;
	left:0px;
	right:0px;
}

.detail-banner-content-title{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 15px;
}

.detail-banner-content-subtitle{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}
	
	.wrapper-content-baskan-left{
	width:90%;
	height: auto;
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wrapper-content-baskan-right{
	width:90%;
	height: auto;
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	font-size: 14px;
	color: #1377ba;
}
	
	.wrapper-content{
	width:90%;
	height:auto;
	float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
}
	
	.wrapper-menu{
	width:20%;
	height:auto;
	float: left;
	border-left: 5px solid #ffcb08;
		display: none;
}
	
	.secret-img{
		display: none;
	}
	

	
	.video-text-detail{
	margin-top: 5px;
	width:100%;
	height:auto;
	line-height: 23px;
	color:#363535;
	font-weight: 400;
	font-style: italic;
	text-align: justify;
}
	
	.footer-box{
	text-align: center !important; 
	width:100%;
	height: auto;
	padding-top: 20px;
	padding-bottom:5px;
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
	
	.footer-content{
	width: 90%;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	margin: auto;
}
	
	.footer-logo{
	width: 50px;
	height:77px;
	position: absolute;
	left:0px;
	right: 0px;
	top:-41px;
	margin: auto;
	background-image: url(../images/footer-logo.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
	
	.bulten-frame{
	position: relative;
	width:100%;
	height: auto;
	margin: 30px auto;
	background-color: #1377ba;
}

.bulten-title{
	top:-5px;
	left:9px;
	background-image: url(../images/bulten-mailing-ico.png);
	background-repeat: no-repeat;
	background-size: auto 20%;
	background-position: 10px center;
	background-color: #ffcb08;
	line-height: 50px;
	color: #1377ba;
	font-weight: 700;
	text-align: left;
	padding-left:43px;
	width: 100%;
	height: 50px;
}

.bulten-right{
	width: 90%;
	height: auto;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

.bulten-box{
	margin-top: 20px;
	width:100%;
	height: 60px;
	float:none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bulten-field{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
	box-shadow: none;
}

.bulten-field:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:46px;
	margin-top:7px;
	outline: none;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #64a5d2;
	padding-left:10px;
	color: #fff;
}


.bulten-button{
	width:100%;
	height: 46px;
	background-color: #ffcb08;
	text-align: center;
	font-size: 15px;
	color: #3789c2;
	line-height: 46px;
	margin-top: 7px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
}

.bulten-button:hover{
	width:100%;
	height: 46px;
	background-color: #044e7f;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 46px;
	margin-top: 7px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
}
	
	.video-content-text{
	margin-top: 10px;
	width: 100%;
	height:auto;
}
	
	.video-content-box{
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	height:auto;
	margin-top:30px;
	float:none!important;
	margin-left: auto !important;
	margin-right: auto;
	box-shadow: none;
	padding: 10px 10px 25px 10px;
	border-bottom: 2px solid #ccc;
}

.video-content-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	height:auto;
	margin-top:30px;
	float:none!important;
	margin-left: auto !important;
	margin-right: auto;
	box-shadow: none;
	padding: 10px 10px 25px 10px;
}
	
	.video-box{
	width:90%;
	padding:20px;
	min-height: auto;
	height: auto;
	margin: auto;
	background-color: #f2f2f2;
	margin-top: 50px;
		margin-left: auto !important;
		margin-right: auto !important;
	border-bottom: 5px solid #1e3c56;
}
	
	.uretken-button{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #fff;
	color: #1377ba;
	font-weight: 700;
	margin-top: 20px;
}

.uretken-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	float:none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	padding: 15px 30px 15px 30px;
	text-align: center;
	background-color: #2b5c86;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
}
	
	.uretken-sol{
	width:100%;
	height:auto;
	float:none !important;
		margin: auto !important;
	color: #fff;
}
	
	.uretken-content{
	width:90%;
		text-align: center;
	margin: auto;
	height:auto;
		padding-bottom: 40px;
}
	
	
	.uretken-title{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	margin-top: 30px;
}

.uretken-subtitle{
	font-size: 18px;
	font-weight: 800;
	font-style: italic;
	margin-top: 20px;
}

.uretken-text{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	margin-top: 20px;
}
	
	.uretken-belediyecilik-frame{
	width:100%;
	height:auto;
	background-color: #ca2023;
	margin-top: 0px;
	padding-top:47px;
	background-image: none;
}



	
	.news-button{
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:10px 10px 10px 5px;
	background-color: #1377ba;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
}

.news-button:hover{
	background-color: #1e3c56;
	-webkit-transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	float: left;
	padding:10px 10px 10px 5px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
}
	
	.news-title{
	margin-top: 20px;
	font-size: 20px;
	color: #1e3c56;
		letter-spacing: -1px;
	line-height: 30px;
	font-weight: 700;
}
	
	.news-subtitle{
	margin-top: 20px;
	font-size: 16px;
	color: #1e3c56;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
		display: none;
}

.news-text{
	margin-top: 20px;
	font-size: 14px;
	color: #615b5b;
	line-height: 25px;
	display: none;
}
	
	.mobil-banner-area{
		width: 100%;
		height: auto;
		margin-top: 100px;

	}
	
	.search-bar{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	width:auto;
	max-width: 1200px;
	height: auto;
	min-height: 80px;
	margin: 0px auto;
	position: relative;
	z-index: 998;
	background-color: #1377ba;
}

.search-bar:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	width:auto;
	max-width: 1200px;
	height: auto;
	min-height: 80px;
	margin: 0px auto;
	position: relative;
	z-index: 998;
	background-color: #0f6ba9;
}

.search-now{
	-webkit-transition: all 0.2s ease-in-out;
	width:80px;
	height:80px;
	float:right;
	background-image: url(../images/search-button.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffcb08;
}

.search-now:hover{
	-webkit-transition: all 0.2s ease-in-out;
	width:80px;
	height:80px;
	float:right;
	background-image: url(../images/search-button.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}


.search-field{
	width: calc(100% - 80px);
	height: 80px;
	line-height: 80px;
	padding-left:15px;
	text-shadow: -1px 1px 5px rgba(0,0,0,0.3);
	font-size: 12px;
	color:#fff;
	font-weight: 700;
	float:left;
	background-color: transparent;
	outline:none;
	border:none;
}

	
	.banner{
	width:100%;
	height: 500px;
	z-index: 1;
	overflow: hidden;
		display: none;
}
	
	.header{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
background-image: none;
	background-size: 100%;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.header.active{
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height:100px;
	position: fixed;
	left:0px;
	top:0px;
	right:0px;
	background-image: none;
	background-size: 100%;
	background-color: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.top{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #1377ba;
}

.top.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:auto;
	min-height: 50px;
	background-color: #333;
}

.top-content{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	min-height: 50px;
	height: auto;
	max-width: 1200px;
	margin:auto;
	line-height: 50px;
	color:#fff;
}

.top-left{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	display: none;
}

.top-right{
	-webkit-transition: all 0.2s ease-in-out;
	width:100%;
	height:50px;
	float:right;
}


.e-belediye{
	margin-right: 15px;
	width:auto;
	display: block;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.e-belediye:hover{
	margin-right: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:right;
	padding-left:35px;
	padding-right: 10px;
	background-image: url(../images/ebelediye.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.borc-odeme{
	margin-left: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}

.borc-odeme:hover{
	margin-left: 15px;
	display: block;
	width:auto;
	height:auto;
	min-height: 50px;
	float:left;
	padding-left:40px;
	padding-right: 10px;
	background-image: url(../images/borc-odeme.png);
	background-size: auto 30%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #0665a5;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
}


.nav-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}

.nav-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	max-width: 1200px;
	height:50px;
	margin:auto;
}

.logo{
	-webkit-transition: all 0.2s ease-in-out;
	width:132px;
	height:50px;
	float:left;
	margin-left: 25px;
	margin-top: 5px;
	background-image: url(../images/logo2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}

.logo.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:132px;
	height:50px;
	float:left;
	background-image: url(../images/logo2.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}


.menu-frame{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:0px;
}

.menu-frame.active{
	-webkit-transition: all 0.2s ease-in-out;
	width:auto;
	height:50px;
	float:right;
	line-height: 50px;
	margin-top:0px;
}

.home-icon{
	background-image: url(../images/home.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	opacity: 1;
	width: 15px;
	height:15px;
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.home-icon:hover{
	background-image: url(../images/home.png);
	background-size: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
}


.home-icon.active{
	background-image: url(../images/home2.png);
	background-size: 100%;
	-webkit-transition: all 0.2s ease-in-out;
}
	
}

