@media screen and (max-width:780px){ /*Mobile*/
	.property-filter{
		display: none;
	}
	#resim-btn {
		margin-bottom: 5px;
	}
	#video-btn {
		margin-bottom: 0px;
	}
	.mobil-gizle {
		display: none;
	}
	.talep_ek_bilgi {
		margin-top:15px;
	}
	.mtext_center {
		text-align:center;
	}
	.reklam-resim {
		margin-bottom: 15px;
	}
}
@media screen and (min-width:780px){ /*Desktop*/
	.mobile-filtre-button {
		display: none;
	}
	#resim-btn {
		padding-right:1px;
	}
	#video-btn {
		padding-left:1px;
	}
	.mpl {
		padding-left:0px;
	}
	.mpr {
		padding-right:0px;
	}
	.desktop_gizle {
		display:none;
	}
	#desktop_gizle {
		display:none;
	}
}

.index-sehir-liste {
    height: 350px;
    overflow-y: scroll;
}

#scrool-style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scrool-style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#scrool-style-3::-webkit-scrollbar-thumb
{
	background-color: #ffa800;
}

.blob {
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.blob.blue {
	box-shadow: 0 0 0 0 rgba(255, 193, 7, 1);
	animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
	}
}

.firma-iletisim .list-group-item {
	border-left:none;
	border-right:none;
}

.firma-iletisim .sosyalmedya li {
	margin-left:auto;
	margin-right:auto;
}

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.talep {
	color: #333333;
	background:#FFFFFF;
	padding-top:15px;
	padding-bottom:10px;
}

.talep i {
  font-size:50px;
  margin-top:5px;
  padding-bottom:15px;
  font-weight:bolder;
}

.talep .eski_sehir {
	text-align:center;
	font-weight:600;
	font-size:25px;
	margin-bottom:5px;
}

.talep .eski_ilce {
	text-align:center;
	font-weight:600;
	margin-bottom:0px;
}

.talep .yeni_sehir {
	text-align:center;
	font-weight:600;
	font-size:25px;
	margin-bottom:5px;
}

.talep .yeni_ilce {
	text-align:center;
	font-weight:600;
	margin-bottom:0px;
}

.badge-promo {
	 position: relative;
	 overflow: hidden;
	 max-height: 60px;
	 margin-bottom: -8px;
	 z-index: 1;
	 padding: 12px 14px;
	 border-radius: 2px 2px 0 0;
	 color: #fff;
	 text-align: left;
}
 .badge-promo:before, .badge-promo:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .badge-promo:before {
	 background: #88FF8E;
	 height: 100%;
	 width: 110%;
	 transform-origin: bottom right;
	 transform: rotate(1deg);
}
 .badge-promo:after {
	 background: #08EC05;
	 transform: rotate(-3deg);
	 transform-origin: bottom left;
	 height: 100%;
	 width: 110%;
}
 .badge-promo-content {
	 position: relative;
	 z-index: 1;
	 font-family: sans-serif;
	 font-size: 18px;
}
/*********************************/
.badge-firma {
	 position: relative;
	 overflow: hidden;
	 max-height: 60px;
	 margin-bottom: -8px;
	 z-index: 1;
	 padding: 12px 14px;
	 border-radius: 2px 2px 0 0;
	 color: #fff;
	 text-align: left;
}
 .badge-firma:before, .badge-firma:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .badge-firma:before {
	 background: #81A7ED;
	 height: 100%;
	 width: 110%;
	 transform-origin: bottom right;
	 transform: rotate(1deg);
}
 .badge-firma:after {
	 background: #1c58c7;
	 transform: rotate(-3deg);
	 transform-origin: bottom left;
	 height: 100%;
	 width: 110%;
}
 .badge-firma-content {
	 position: relative;
	 z-index: 1;
	 font-family: sans-serif;
	 font-size: 18px;
}

.index-firma {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #e4e6f1;
	border-radius:3px;
	padding:15px;
	background:#FFFFFF;
}

.index-firma .logo {
	width:auto;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.index-firma .firma-adi {
	height:45px;
	font-size:13px;
	overflow:hidden;
	text-align:center;
	font-weight:700;
}
 