/*
Theme Name: Vadi Emlak
Theme URI: http://demo.temavadisi.com/vadiemlak
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress emlak ilan temasıdır.
Version: 10.0
Text Domain: temavadisi
Domain Path: /lang
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.screen-reader-text, .gizle {
	display:none !important;
}

body { 
	background:#f8f8f8;
	font-weight:normal; 
	line-height:23px; 
	color:#333;
	letter-spacing:0.2px;
	/* -webkit-text-stroke:0.1px; */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { 
	text-decoration:none; 
	color:#333; 
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
}

h1, h2, h3, h4, h5, h6, .sideyan .yanbaslik { 
	clear:both; 
	line-height:25px; 
	margin:0 0 10px;
	color:#41495b;
}

img { 
	max-width:100%;
	border-radius:3px 3px 0 0;
}

p { 
	margin-bottom:15px;padding:0 
}

ol, li { 
	list-style-position:inside; 
}

blockquote { 
	color:#666;
	font-size:16px;
	font-style:italic;
	line-height:1.7;
	margin:5px 15px 15px 15px;
	overflow:hidden;
	padding:10px 20px 0 15px;
	background:#f1f1f1;
	border:3px dashed #eaeaea;
}

.alignleft { 
	display:inline;
	float:left;
	margin-right:10px; 
}

.alignright { 
	display:inline;
	float:right !important;
	margin-left:10px;
}

.aligncenter { 
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

.clear{
	width:0;
	height:0;
	clear:both;
}

.pdr15 {
	padding-right:15px;
}

textarea {
	line-height:20px;
	color:#666;
	border:1px solid #eee;
	width:100%;
	max-width:100%;
	max-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:2px;
}

textarea:focus, input:focus, input[type]:focus {
	outline:0 none;
}

input[type=submit], button[type=submit], .dahafazla {
	border-radius:2px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	padding:10px 20px;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
	cursor:pointer;
}

input[type=submit]:hover, button[type=submit]:hover {
	opacity:0.9;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"], input[type=password] {
	line-height:20px;
	color:#666;
	border:1px solid #eee;
	width:100%;
	max-width:100%;
	height:35px;
	padding:0px 10px;
	border-radius:2px;
}

textarea:disabled, input:disabled {
	background:#ffef99;
	cursor:not-allowed;
}

select {
	-webkit-appearance:none;
	appearance:none;
}

.selectfield {
	position:relative;
}

.selectfield:after {
	font-family:"temavadisi";
	position:absolute;
	right:15px;
	top:6px;
	content:"\e947";
	color:#999;
}

.numberfield [type="number"]{
	width:47.3%;
	float:left;
	margin-right:15px;
	margin-top:10px;
	height:50px;
}

#head {
	border-bottom:1px solid rgba(0,0,0,0.04);
}

.anaform .numberfield [type="number"]:nth-child(even) {
	margin-right:0;
}

.search-form .search-submit {
	padding:8px 5px;
}

.wrap { 
	max-width:1170px;
	margin:0px auto;
	padding:0px 15px;
	position:relative; 
}

.section { 
	clear:both;
	padding:0px;
	margin:0px; 
}

.col { 
	display:block;
	float:left;
	margin:1% 0 1% 1%; 
}

.col:first-child { 
	margin-left:0;
}

.group:before, .group:after { 
	content:"";
	display:table; 
}

.group:after { 
	clear:both;
}

.group {
	zoom:1; 
}

.spanfoo {
	width:20.24%;
}

.span12 {
	width:100%; 
}

.span11 {
	width:91.58%; 
}

.span10 {
	width:83.16%; 
}

.span9 {
	width:74.75%; 
}

.span8 {
	width:66.33%; 
}

.span7 {
	width:57.91%; 
}

.span6 {
	width:49.5%; 
}

.span5 {
	width:41.08%; 
}

.span4 {
	width:32.66%; 
}

.span3 {
	width:24.25%; 
}

.span2 {
	width:15.83%; 
}

.span1 {
	width:7.416%; 
}

.last {
	margin-right:0 !important; 
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
	padding-top:20px;
	padding-bottom:20px;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	width:100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	zoom: 1;
}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	padding:10px 0;
	margin-top:0px;
}

.sf-menu ul li,.sf-menu ul ul li {
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.11);
}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sfHover ul li:hover {
	background:#f7f7f7;
}

.sf-menu li.sfHover ul li a {
	color:#444 !important;
	font-size:15px !important;
}

.sf-arrows .sf-with-ul {
	padding-right: 1em;
	*padding-right: 1em;
	margin-right:10px;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:5px;
	top:2px;
	font-size:10px;
	content:"\e874";
}

.sf-arrows ul .sf-with-ul:after {
	right:5px;
	content:"\e877";
}

.mobil_menu {
	display:none;
}

#navmenu {
	margin:20px 0 15px 0;
	padding:0;
}

#navmenu [class*="icon-"]:before {
    float: left;
	margin-top:4px;
}

#navmenu li {
	padding:10px;
	display:inline-flex;
}

#navmenu a {
	font-weight:bold;
}

#navmenu li ul li {
	border:0;
	display:block;
}

.anaarama {
	background-size:100%;
	padding-top:150px;
	padding-bottom:100px;
	position:relative;
}

.anaarama:before {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    display: block;
    opacity: 1;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2));
    background: -webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2));
}

.arama_content {
	color:#fff;
	text-shadow:0 -1px 1px #000;
	margin-bottom:20px;
	font-size:36px;
	line-height:50px;
}

.arama_content {
	margin-top:80px;
}

.aramaform {
	padding:15px 15px 35px 15px;
	background:rgba(255,255,255,0.2);
}

.arama_content h2 {
	font-size:40px;
}

.anaform {
	margin-top:10px;
}

.anaform h3 {
	color:#fff;
	text-shadow:0 -1px 1px #000;
}

.anaform .formcontrol {
	margin-top:10px;
	box-shadow:0px 2px 2px rgba(0, 0, 0, 0.15);
	width:99%;
	height:50px;
}

.anaform .selectfield:after {
	top:2px;
}

.anaform .search-submit {
	padding:16px 45px;
}

.baslik_aciklama {
	text-align:center;
	padding:20px 0;
	letter-spacing:1px;
}

.baslik_aciklama .bas {
	font-size:42px;
	font-weight:bold;
	margin-bottom:20px;
}

.slick-slider {
	position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
     touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	position:relative;
	margin:0 3px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
}

.slick-next:before, .slick-prev:before {
	font-family:"temavadisi";
	font-size:20px;
	color:#444;
	line-height:42px;
    position: absolute;
    top: 40%;
	z-index:7;
	background:#fff;
	width:33px;
	height:33px;
	line-height:33px;
	box-shadow:0 0 10px 0px rgba(0,0,0,.12);
}

.slick-next:before {
	content:"\e935";
	right:-5px;
}

.slick-prev:before {
	content:"\e934";
	left:-5px;
}

.slick-dots {
    position: absolute;
    bottom:10px;
    display:block;
    width: 100%;
    padding:0;
    margin:0 10px;
    list-style:none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin:0 8px;
    padding: 0;
}
.slick-dots li button {
    background:#575757;
    cursor: pointer;
	color:#fff;
	border-radius:50%;
	border:1px solid rgba(255, 255, 255, 0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.6) inset;
	width:30px;
	height:30px;
}

.slick-dots li.slick-active button {
    opacity:0.8;
	transform:scale(1.2);
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

.onecikanilanlar {
	padding:30px 0;
}

.hbaslik {
	margin-bottom:20px;
	padding:10px 0;
}

.onecikanilanlar .emlak_post {
    width:100%;
    margin-left:0px;
}

.emlak_post {
    width: 23.8%;
    float: left;
	min-height:360px;
    margin-left: 1%;
    margin-bottom: 1%;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:5px 5px 0px 0px;
	background:#fff;
}

.emlak_post:hover {
	box-shadow:0 0 10px 0px rgba(0,0,0,.1);
}

.emlak_post.blog {
	width:31.5% !important;
	min-height:310px !important;
}

.home .emlak_post.blog {
	min-height:360px !important;
}

.home .emlak_post.blog img {
	height:255px;
}

.emlak_post.blog .icon-clock {
	color:#666;
}

.turu {
	position:absolute;
	left:10px;
	top:10px;
	color:#fff;
	padding:3px 10px;
	font-size:12px;
	letter-spacing:1px;
	border-radius:20px;
}

.emlak_post img {
	width:100%;
}

.emlak_post .post-wrap {
	padding:10px 10px 0;
}

.post-title {
	font-size:18px;
	overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.post-desc .icon-location {
	margin-bottom:10px;
	font-size:13px;
}

.ilan_info {
    background:#f3f3f3;
    padding:10px 0;
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	line-height:12px;
	display: flex;
    justify-content: center;
}

.ilan_info span {
    width:33%;
    display:block;
    float:left;
	font-size:11px;
	text-align:center;
	
}

.ilan_info span b {
	display:block;
	margin-bottom:10px;
}
.ilan_info2{
    padding: 5px 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 5px;
	opacity:0.75;
	background:#000;
}
.ilan_info2 p{
	font-size:18px;
	font-weight: 600;
  text-align: center;
	margin-top: auto;
  margin-bottom: auto;
	padding:5px 0;
}
#kategori_sayfasi .emlak_post .ilan_info2 {
	position: relative;
}
.archive-description {
    padding: 15px 15px 0;
    background: #fff;
    margin: 0 0 15px 15px;
    float: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
}

.emlak_post:hover .ilan_info2  {
    opacity:1;
}
.sayfalama {
	display:none;
}

.pix-wrapper.pix-load-more {
    clear:both;
    text-align:center;
}

.anaside section {
	padding:40px 0;
}

.anaside section:nth-child(odd) {
	background:#fff;
}

.anaside .kategori_yazilari, .son_eklenenler {
	margin-left:-15px;
	margin-right:-15px;
}

.altkisim {
	padding:75px 0 25px;
	position:relative;
}

.altkisim:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#333;
    display:block;
    width:100%;
    height:100%;
    opacity:0.9;
}

.altkisim li {
	list-style-type:none;
	margin-bottom:5px;
	font-size:15px;
}

.altkisim a:hover {
	color:#fff;
}

.foowidget:first-child {
	margin-right:40px;
}

.foowidget .yanbaslik {
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
}

.copyright {
	padding:20px 0;
}

.sosyalbaglanti a {
	margin-right:15px;
}

.sosyalbaglanti a:hover {
	color:#fff;
}

#yukari {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9999;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff !important;
	cursor:pointer;
	transition:opacity 0.2s ease-out;
	-webkit-transition:opacity 0.2s ease-out;
	opacity:0;
	box-shadow:0 0 4px #999;
	border-radius:40px;
}

#yukari:hover {
	background:#fff;
}

#yukari.show {
	opacity:1;
}

.yazi_baslik {
	background-size:cover;
	padding:50px 0;
	position:relative;
}

.yazi_baslik h1 {
	line-height:35px;
}

.yazi_baslik:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#333;
	opacity:0.8;
}

.navi ol {
	overflow:hidden;
}

.navi li {
	list-style-type:none;
	display:inline-block;
	opacity:0.8;
}

.navi li a {
	opacity:0.8;
}

.navi a, .navi {
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

.yazi_icerik {
	padding:30px 0;	
}

.sideyan {
	padding:15px;
	background:#fff;
	margin-bottom:15px;
	position:relative;
}

.sideyan .yanbaslik {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	font-weight:bold;
	font-size:18px;
}

.sideyan li {
	list-style-type:none;
	margin-bottom:10px;
}

#hata_sayfasi h1 {
	text-transform:uppercase;
}

#hata_sayfasi .content {
	padding:100px 0;
	position:relative;
}

#hata_sayfasi .content_wrap:before {
	content:"404";
	font-size:280px;
	font-weight:bold;
	opacity:0.2;
	position:absolute;
	left:0;
	top:45%;
	right:0;
	text-align:center;
}

.ilangaleri {
	margin-bottom:25px;
}

.resimgaleri .slick-slide {
	margin:0 0 10px 0;
}

.resimgaleri .slick-slide img {
	margin:0 auto;
	height:415px;
}

.resimgaleri-nav .item {
	width:145px;
	margin-right:22px;
	cursor:pointer;
}

.resimgaleri-nav .item img {
	width:145px;
	height:80px;
}

.emlakinfo, .ilanaciklama, .ozellikleri, .yazi_paylas {
	padding:15px;
	background:#fff;
	margin-bottom:15px;
	position:relative;
}

.ilanaciklama h2:first-child, .ozellikleri h2, .yazi-yorumlari h3 {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.ozellikleri li {
	list-style-type:none;
	opacity:.4;
	padding-left:10px;
	width:25%;
	display:inline-block;
	font-size:14px;
	margin-bottom:10px;
	position:relative;
}

.ozellikleri li.active {
	opacity:1;
}

.ozellikleri li.active:before {
	content: "\e828";
    font-family: "Temavadisi";
    position: absolute;
    left: -5px;
    font-size: 14px;
}

.emlakinfo li.telefon {
	color: #fff;
    padding:15px 10px;
    border-radius: 3px;
    font-weight: bold;
	position:relative;
	overflow:hidden;
	font-size:17px;
}

.emlakinfo li.telefon a{
	color: #fff;
}

.emlakinfo li.telefon:before {
    content: '\e85e';
    font-family: "temavadisi";
    position: absolute;
	top:40%;
    right: 20px;
    font-size: 86px;
    color: rgba(255,255,255,0.3);
}

.emlakinfo li.efiyat {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding:15px 10px;
    background: #ff5a5f;
    color: #fff;
	position:relative;
	overflow:hidden;
}

.emlakinfo li.efiyat:before {
    content: "\e846";
    font-family: "temavadisi";
    position: absolute;
    left: 50px;
    font-size: 55px;
    transform: rotate(106deg);
    color: rgba(255,255,255,0.3);
}

.emlakinfo iframe {
	width:100%;
	height:250px;
}

.emlakinfo h3 {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.emlakinfo ul {
	list-style-type:none;
}

.emlakinfo li {
	padding-bottom:8px;
	color:#666;
	border-bottom:1px solid #f7f7f7;
}
.emlakinfo li:nth-child(even) {
  background-color: #f3f3f3;
}

.emlakinfo li:last-child {
	margin-bottom:0;
	border-bottom:none;
}

.emlakinfo span {
	margin-bottom:5px;
	display:inline-block;
	font-weight:bold;
	width:150px;
}

.yazi_paylas span {
	font-weight:bold;
	font-size:18px;
	margin-right:20px;
}

.yazi_paylas a {
    font-size:18px;
    margin-right:15px;
	color:#666;
}

#respond, .yazi-yorumlari {
	margin-top:25px;
	padding:15px;
	background:#fff;
}

.yorumkural {
	padding:10px;
	color:#929292;
	background:rgba(251,255,0,0.36);
	font-style:italic;
}

.commentlist li {
	list-style:none;
	padding:15px 0px 25px;
	border-radius:3px;
}

.commentlist li ul li {
	margin-left:30px;
}

.commentlist li header {
	
}

.commentlist li .avatar {
	float:left;
	border-radius:50%;
	margin-right:10px;
}

.comment-user {
    border-bottom:1px solid #ddd;
    display:block;
    overflow:hidden;
	padding-bottom:10px;
	margin-bottom:5px;
}

.commentlist li .fn {
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
}

.commentlist li.comment-author-admin .fn:before {
	font-family:"temavadisi";
	content:"\e8ca";
	margin-right:5px;
}

.commentlist li.comment-author-admin ul.children .fn:before {
	content:"";
}

.commentlist li .says {
	display:none;
}

.commentlist li .comment-meta {
	font-size:12px;
	margin-left:20px;
}

.commentlist li .comment-meta a {
	color:#999;
}

.commentlist li .comment-edit {
	color:#bbb;
	font-size:11px;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#ff6347;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.commentlist li .comment-edit {
	text-align:right;
	margin-bottom:0;
}

.commentlist li .comment-content {
	padding:20px 30px;
	background:#f7f7f7;
	color:#666;
}

.comment-reply-link, .comment-reply-login {
	color:#999;
	font-size:11px;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\e8f0";
	display:inline-block;
	padding-right:5px;
}

.comment-pagination {
	padding:20px 0;
}

.comment-pagination .page-numbers {
	padding:5px 10px;
	background:#ededed;
	color:#999;
	border-radius:3px;
}

.comment-pagination .page-numbers:hover, .comment-pagination .current {
	color:#fff !important;
}

.postinfo {
	padding:15px;
	background:#fff;
	margin-bottom:15px;
	position:relative;
	font-size:13px;
	color:#999;
}

.postinfo span {
	margin-right:15px;
}

.postinfo .yazi_paylas {
	margin:0;
	padding:0;
	text-align:right;
}

.postinfo .yazi_paylas span {
	display:none;
}

.postinfo .yazi_paylas a {
	font-size:16px;
}

.danismanlar {
	margin-left:-50px;
}

.danisman {
	display:inline-block;
	margin-left:50px;
	margin-bottom:25px;
    width: 20%;
}

.danisman strong {
	font-size:22px;
}

.danisman span {
	color:#666;
}

.danisman span:before {
	padding-right:20px;
}

.danisman strong, .danisman .icon-phone {
	display:block;
	margin:10px 0;
}

#kategori_sayfasi .emlak_post {
width: 100%;	
	min-height:1px;
}

#kategori_sayfasi .emlak_post .aligncenter {
	float:left;
	margin-bottom:-6px;
}

#kategori_sayfasi .emlak_post .post-wrap {
	display:table;
	width:65%;
}

#kategori_sayfasi .emlak_post.blog .post-wrap {
	width:100%;
}

#kategori_sayfasi .emlak_post .ilan_info {
	position:relative;
	margin-top:20px;
	height: 55px;
}
#kategori_sayfasi .wrap {
    padding: 0px 4px;
}
.detayli_arama select {
	height:50px;
}

.detayli_arama .selectfield:after {
	content:"\e937";
	top:40%;
}

.detayli_arama .selectfield {
	display:block;
}

.detayli_arama .formcontrol {
	margin-top:10px;
}

.detayli_arama .numberfield [type="number"] {
	margin-right:13px;
}

.detayli_arama .numberfield [type="number"]:nth-child(even) {
	margin-right:0;
}

.detayli_arama .numberfield {
	display:block;
	overflow:hidden;
}

.mdanisman img {
	float:left;
	margin-right:10px;
}

.danismanadi {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.mdanisman .icon-mail {
	float:left;
	margin-right:15px;
}

.mdanisman .icon-mail, .mdanisman .icon-phone {
	font-size:14px;
}

#emlakmail input {
	margin-bottom:10px;
}

#ajaxoutput {
	color:red;
	margin-bottom:10px;
}

.firmakonum embed, .firmakonum iframe {
	width:100%;
	min-height:450px;
}

.contactform {
	padding:15px;
	background:#fff;
}

.textwidget iframe {
	width:100%;
	min-height:400px
}
.widget_kredi_hesaplama {
	padding: 22px 23px 8px !important;
    border: 3px solid #e4e6ea !important;
}

.widget_kredi_hesaplama .yanbaslik {
    line-height: 21px !important;
    font-weight: 400 !important;
	display:flex;
}

.widget_kredi_hesaplama .yanbaslik i {
    font-size: 42px;
}

.kredi_hesaplama .input-grup {
	margin-bottom:17px;
}

.kredi_hesaplama .input-grup label {
	display:block;
	margin-bottom: 6px;
    font-size: 13px;
    color: #888;
}

.kredi_hesaplama .sonuc {
	color:#fff;
	padding:18px 24px 14px;
	font-size:13px;
	line-height:30px;
	position:relative;
}

.kredi_hesaplama .sonuc:before {
	width: 20px;
    height: 20px;
    transition: all .5s;
    position: absolute;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    display: inline-flex;
    color: #fff;
    top: 3px;
    left: 5%;
    font-size: 15px;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hizlimenu {
    position: fixed;
    left: -175px;
    bottom: 110px;
    z-index: 9999;
}
.gsmi {
    position: relative;
    left: 0;
    width: 235px;
    font-size: 23px;
    background: #2196f3;
    color: #fff!important;
    border-radius: 0 20px 20px 0;
    padding: 10px 5px;
    box-shadow: 0 3px 7px #0000002e;
    transition: .7s;
    margin-bottom: 10px;
}
.gsmi:hover {
    left: 175px;
}
.gsmi i {
    padding-top: 1px;
    padding-right: 11px;
    float: right;
    font-size: 25px;
}
.whatsappi i {
    padding-bottom: 2px;
    padding-right: 9px;
    font-size: 28px;
    float: right;
}
.whatsappi {
    position: relative;
    left: 0;
    width: 235px;
    font-size: 23px;
    background: #69ad53;
    color: #fff!important;
    border-radius: 0 20px 20px 0;
    padding: 10px 5px;
    box-shadow: 0 3px 7px #0000002e;
    transition: .7s;
    margin-bottom: 10px;
}
.whatsappi:hover {
    left: 175px;
}

.konumi {
    position: relative;
    cursor: pointer;
    left: 0;
    width: 235px;
    font-size: 23px;
    color: #fff!important;
    border-radius: 0 20px 20px 0;
    padding: 10px 5px;
    box-shadow: 0 3px 7px #0000002e;
    transition: .7s;
	background: #f58936;
}
.konumi i {
    padding-top: 0px;
    padding-right: 11px;
    float: right;
    font-size: 25px;
}
.konumi:hover {
    left: 175px;
}
.hizlimenu a,.hizlimenu a:hover{
	color: #fff;
}
#taksitsayi {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
.ilan-whatsapp.icon-whatsapp {
    display: block;
    width: 38%;
    border-radius: 2px;
    background-color: #37ab22;
    padding: 5px 6px;
    color: #fff!important;
    font-size: 14px;
	float:left
}
.ilan-whatsapp.icon-phone {
	    display: block;
    width: 38%;
    border-radius: 2px;
    background-color: #444;
    padding: 5px 6px;
    color: #fff!important;
    font-size: 14px;
	float:left;
margin-bottom:2px;}
.ilan-whatsapp:before {
    color: #fff;
}
.ilan-whatsapp a {
    color: #fff!important;

}

.emlak_post .ilan_info2{
	margin-top :-30px;
}
.emlak_list .ilan_info2{
	margin-top :-25px;
}

@media only screen and (max-width: 1033px) {
	.ilan-whatsapp.icon-whatsapp, .ilan-whatsapp.icon-phone { 
		    width: 60%;	
			float:right;
}
.emlakinfo li.telefon {
		font-size: 14px;
	}

	.telefon span {
    width: 40%;
}
}
@media only screen and (max-width: 768px) {
	.span7, .span8, .span9, .span10, .span11, .sidemob, .ilanaciklama, .aramaform, .side, #sidebar, #iletisim_sayfasi .content, .contactform {
		width:100%;
	}
	
	h2.hbaslik {
		font-size:20px;
	}

	#logo {
		width:65%;
		margin-top:20px;
	}

	#anamenu {
		display:none;
	}
	
	#navmenu {
		margin:0;
	}
		
	.mobnav_bar {
		font-size:32px;
		position:absolute;
		top:30px;
		right:30px;
		display:block !important;
	}

	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
	}
	
	a.mobnav_close {
		float:right;
		margin-top:20px;
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	
	.mobil_menu {
		display:block;
		background-color:#fff;
		background-size:50%;
		background-repeat:no-repeat;
		background-position:bottom center;
		padding:40px 20px 20px 20px;
		box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		-webkit-box-shadow:3px 5px 14px -3px rgba(0, 0, 0, 0.11);
		left:100%;
		overflow-x:hidden;
		position:fixed;
		top:0;
		width:100%;
		height:100%;
		z-index:99999;
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
	}
	
	.mobil_menu.acilsin {
		left:0;
	}
	
	.mobilmenu {
		margin-top:10%;
	}
	
	.mobilmenu , .mobilmenu a {
		color:#fff !important;
	}
	
	.mobilmenu li {
		list-style:none;
		display:block !important;
	}
	
	.mobilmenu li ul li {
		margin:5px;
	}
	
	.mobilmenu li ul li a {
		font-weight:normal !important;
		font-size:16px !important;
	}
	
	.mobilmenu li ul li a:before {
		content:"-";
		padding-right:5px;
	}
	
	.mobilmenu .has-sub {
		position:relative;
	}
	.ilan_info span {
    zoom: 0.75;
}
	.mobilmenu .has-sub:after {
		font-family:"temavadisi";
		content:"\e937";
		position:absolute;
		top:13px;
		right:20px;
		cursor:pointer;
	}
	
	.anaarama {
		background-size:cover;
		padding:0;
	}
	
	.arama_content {
		font-size:20px;
		line-height:30px;
	}
	
	.anaform .formcontrol {
		width:98%;
	}
	
	.baslik_aciklama .bas {
		font-size:30px;
		line-height:30px;
	}
	
	.danisman {
		margin-bottom:15px;
		width: 35%;
		float: left;
		font-size: 14px;
	}
	
	.danisman strong, .danisman .icon-phone {
		margin:0;
	}
	
	.danisman :before {
		display:none !important;
	}
	
	.emlak_post {
		width:48.5%;
		min-height: 400px;
	}
	#kategori_sayfasi .emlak_post {
width: 49.5%;
		min-height: 300px;
}
	.emlak_post .post-title {
		font-size: 15px;}
	
	.home .emlak_post.blog {
		min-height:270px !important;
	}
	
	.home .emlak_post.blog img {
		height:130px;
	}
	
	.emlak_post.blog {
		width:50% !important;
	}
	.kategori_yazilari	.emlak_post.blog {
		width:49% !important;
	}
	
	#kategori_sayfasi .emlak_post {
		min-height:280px;
		margin-left:0;
	}
	
	#kategori_sayfasi .emlak_post .aligncenter {
		width:100%;
	}
	
	#kategori_sayfasi .emlak_post img {
		max-height:120px;
	}
	.emlak_post img{
		height:auto;
	}
	
	#kategori_sayfasi .emlak_post .post-wrap {
		width:100%;
	}
	
	#kategori_sayfasi .emlak_post .ilan_info {
		position:absolute;
	}
	
	.yazi_baslik h1 {
		font-size:22px;
	}
	
	.resimgaleri .slick-slide img {
		height:250px;
	}
	
	.emlakinfo span {
		width:50%;
	}
	
	.contactform {
		margin:10px 0;
	}
	
	.altkisim .foowidget, .sitedesc {
		width:100%;
		margin-bottom:15px;
	}
	
	.sosyalbaglanti {
		width:100%;
		text-align:center;
	}
	
	.ozellikleri li {
		width:50%;
	}
	
}
@media only screen and (max-width: 600px) {			.emlak_post {
		min-height: 350px;
	}}
@media only screen and (max-width: 480px) {
	.numberfield [type="number"] {
		width:46.5%;
	}
	
	.selectfield select {
		background:#fff;
	}
	
	.home_widget iframe {
		width:100%;
		height:auto;
	}
			.emlak_post {
		min-height: 300px;
	}
}