.li_ayar .active{
	border-color: #A94545 !important;
	background-color: #A94545 !important;
}
.li_ayar .active a{
	color: #fff !important;
}
.li_ayar li { transition: 0.3s; padding: 0px !important; }
.li_ayar li a{ display: block; padding: 10px 15px !important; color: #333; }
.li_ayar li:hover{
	border-color: #A94545 !important;
	background-color: #A94545 !important;
	color: #fff !important;
}
.li_ayar li:hover>a{
	color: #fff !important;
}
.margin-0{
	margin: 0px !important;
}
.toggle-ayar{
	margin-top: 0px !important;
}
.kaldir{
	display: none !important;
}
.toggle-ayar .active label{
    background-color: #A94545 !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.list-type-none{
	list-style-type: none;
}
.list-type-none li{ padding: 5px 0px; }
.color-green{
    color: #00a65a !important;
}
.baslik{
	font-size: 25px !important;
    margin-bottom: 15px !important;
    color: #a94545 !important;
}
.baslik2{
	font-size: 18px !important;
    margin-bottom: 15px !important;
    color: #a94545 !important;
}
.header_ayar{
    background-position: bottom center !important;
    background-size: cover !important;
    background-attachment: inherit !important;
}
.header_ayar2{
    background-position: center !important;
    background-size: cover !important;
    background-attachment: inherit !important;
}
.header_ayar3{
    background-position: center 20% !important;
    background-size: cover !important;
    background-attachment: inherit !important;
}
.ayarla_kutu{
	height: 150px;
}
.hizmetler{
	min-height: 300px;
    background-position: center !important;
    background-size: cover !important;
    padding: 45px 15px;
    margin-bottom: 20px !important;
}
.hizmetler h3{
	font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    margin: 0px;
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
}
.hizmetler h4{
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    font-size: 30px;
    letter-spacing: 1px;
}
.hizmetler span{
	font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    bottom: 100px;
    font-size: 16px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: solid 1px #ddd;
}
.dropdown-content a:hover {background-color: #E3000F; color: #fff;}
.dropdown:hover .dropdown-content {display: block;}
