/*
Theme Name: Vadi İlan
Theme URI: http://demo.temavadisi.com/vadiilan
Author: Tema Vadisi
Author URI: https://www.temavadisi.com
Description: Tema Vadisi tarafından tasarlanmış wordpress temasıdır.
Version: 7.5
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;
}

.screen-reader-text {
	display:none;
}

*,
*:before,
*:after {
	outline:0;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body { 
	background:#f5f7fa; 
	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 { 
	clear:both; 
	line-height:25px; 
	margin:0 0 10px;
	color:#181b31;
}

img { 
	max-width:100%;
	vertical-align: middle;
}

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;
}

textarea {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:168px;
	min-height:168px;
	padding:6px 9px 6px 9px;
	border-radius:4px;
}

textarea:focus, input:focus, input[type]:focus {
	outline:0 none;
}

input[type=submit], .resimbtn {
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	border:none;
	padding:8px 15px;
	-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, .resimbtn:hover {
	opacity:.8;
}

input[type=text], input[type=url], input[type=tel], input[type=email], input[type=search], select,[type="number"],[type="password"] {
	line-height:21px;
	color:#444;
	border:1px solid #e1e1e1;
	width:100%;
	max-width:100%;
	height:34px;
	padding:3px 9px;
	border-radius:3px;
}

label.error {
    font-size: 12px;
    margin: 5px;
}

.formhata {
	background:#ffba65;
    color:#fff;
    padding:5px;
    font-size:13px;
    border-radius:3px;
    width:95%;
	margin-bottom:10px;
}

.formhata.big {
	font-size:16px;
	line-height:25px;
	padding:15px 10px;
}

#gallery-metabox {
	margin-bottom:30px;
	background: #f7f7f7;
    padding: 20px 20px 10px;
}

.gallery-add.button {
	padding: 5px 16px;
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
	display:inline-block;
}

.gallery-desc {
    font-size: 12px;
}

.remove-image {
	color:red;
}

.search-submit {
	padding:8px 5px !important;
}

.hd{
	opacity:0;
}

.vs{
	opacity:1;
}

.site-head {
	padding:10px 0;
}

#logo h1 {
	margin-bottom:0;
}

#navmenu {
	margin-top:20px;
}

#navmenu ul > li > a {
	font-size:15px;
	font-weight:500;
	padding:10px 18px 18px;
	margin-right:0;
}

.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: 140%;
	left: 0;
	z-index: 99;
}

.sf-menu ul ul:before {
	display:none;
}

.sf-menu > li {
	float: left;
}

.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 {
	min-width: 250px;
	*width: 250px;
	background:#fff;
	border-top-width:2px;
	border-top-style:solid;
	-webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
	padding:15px 0;
}

.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 {
	width: 100%;
	float: left;
	padding:0 20px;
	margin-top:0px;
}

.sf-menu ul li a {
	padding:10px 15px !important;
	font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;
    text-transform: none;
    font-style: normal;
}

.sf-menu ul li a:hover {
	color:#fff !important;
}

.sf-menu ul li,.sf-menu ul ul li {

}

.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.sfHover ul li:hover {
	
}

.sf-menu li.sfHover ul li a {
	
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	margin-right:10px;
}

.sf-arrows .sf-with-ul:after {
	font-family:"temavadisi";
	position:absolute;
	right:5px;
	top:10px;
	content:"\e937";
}

.sf-arrows ul .sf-with-ul:after {
	right:15px;
	content:"\e935";
}

.mobil_menu {
	display:none;
}

.top-nav {
	display:flex;
	align-items:center;
	justify-content: flex-end;
}

.user-btn:hover {
	opacity:.8;
}

.user-btn i {
	font-size:20px;
}

.ilanver {
	color:#fff;
	padding:15px 30px;
	border-radius:40px;
	margin-left:17px;
}

.ilanver:hover {
	opacity:.9;
	color:#fff;
}

.archive #arama-formu, .search #arama-formu {
	position:relative;
	top:-70px;
}

.arama {
	display: flex;
	position:relative;
	bottom:-35px;
	margin-bottom:40px;
	width: 100%;
	background-color: #fbfdff;
	border-radius: 4px;
	border-width:3px;
	border-style:solid;
}

.archive .arama, .search .arama {
	margin-bottom:0;
}

.arama form {
	display:flex;
	width:100%;
}

.arama .aramatxt {
	padding:0px 12px;
	flex: 1;
	align-items: center;
	display: flex;
	position: relative;
	
}

.arama .aramatxt input {
	border: none;
	font-size: 14px;
	margin: 0;
	padding-left: 35px;
	color:#999;
}


.arama .aramaselect select {
	background-color:#fff;
	border: none;
	font-size: 14px;
	margin: 0;
	color:#999;
	appearance:none;
	border-right: 1px solid #e4e4e4;
}

.arama .aramaselect i {
	color: #999;
}

.arama .aramatxt i {
	left: 20px;
	position: absolute;
	font-size: 18px;
	color: #999;
}

.arama .aramaselect {
	padding:0px 12px;
	flex: 1;
	align-items: center;
	display: flex;
	position: relative;
}

.arama .aramabuton {
	margin-left: 0;
	flex: auto;
	flex-grow: 0;
	width:190px;
}

.arama .aramabuton .search-submit {
	height: 60px;
	line-height:50px;
	width:100%;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
	border:none;
	cursor:pointer;
}

.arama .aramabuton .search-submit i {
	color:#fff;
}

.arama .aramabuton .search-submit:hover {
	opacity:.8;
}

.golduyepage,.golduyepage ul li {
	    line-height: 2em;
}
#arama-formu2 {
    border-top: 5px solid #efefef;
	min-height: 300px;
    background-position: 50%;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}

.arama_content {
    padding: 70px 0 0;
}
.arama_content, .arama_content h2 {
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    margin-bottom: 20px;
    font-size: 20px;
}


.arama_content h2 {
    font-size: 40px;
	line-height: 40px;
}
.minitop{
	height:5px;
}

#builder_content, #main_content {
	padding:40px 0;
}

.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);
	text-align:center;
}

.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;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
	width:100%;
}

.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-arrow {
    cursor: pointer;
	font-size:22px;
	line-height:42px;
    position: absolute;
    top:40%;
	z-index:1;
	opacity:0;
	background:#fff;
}

.slick-slider:hover .slick-arrow {
	opacity:1;
}

.slick-arrow.icon-right-open {
	right:-30px;
}

.slick-arrow.icon-left-open {
	left:-30px;
}

.slick-dots {
    text-align:center;
}

.slick-dots li {
    position: relative;
    margin:4px;
    padding: 0;
	display:inline-block;
}

.slick-dots li button {
    opacity:0.4;
    background:rgba(255,255,255,.2);
    cursor: pointer;
	font-size:8px;
	color:#fff;
	border-radius:50%;
	border:2px solid rgba(255,255,255,.4);
	width:20px;
	height:20px;
}

.slick-dots li.slick-active button {
    opacity:1;
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}

.fmenu {
	background:#fff;
}

.fmenu .heading_title {
	padding: 12px 20px;
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
	
}

.fcontainer {
	padding:14px 20px 20px;
}

.fmclass li {
	font-size:15px;
	margin:8px 0;
	padding-left:0 !important;
}

.fmclass li:before {
	content:"" !important;
}

.fmclass li a {
	color:#444;
	display:inline-block;
	position:relative;
	padding:4px 0;
}

.fmclass li a img {
	margin-right: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}

.fmclass .menu-item-has-children {
	position:relative;
}

.fmclass .fmarrow {
	position:absolute;
	top:3px;
	right:0px;
	cursor:pointer;
	font-size:22px;
}
	
.fmsub {
	margin-left: 30px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 20px;
}

.fmsub li a:before {
	content: '\e939';
    font-family: "Temavadisi";
    left: -15px;
    top: 6px;
    vertical-align: top;
    line-height: 1;
    position: absolute;
}

.pbw_title {
	margin-bottom:20px;
}

.pbw_title h2 {
	position: relative;
    padding-bottom: 15px;
    font-size: 26px;
	line-height: 1.5;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 0;
}

.pbw_title h2:before {
	bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}

.ilanpost {
	margin-bottom: 30px;
    background-color: #fff;
	border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ilanpost:hover {
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
}

.ilanpost .postimg img {
    width: 100%;
    height: auto;
}

.ilanpost.blog img {
	width:100%;
}

.post-wrap {
	padding: 25px 20px;
}

.post-cat {
	color: #888;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    margin-top: 3px;
    display: block;
}

.post-title {
    display: inline;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	    height: 38px;
}

.post-title a {
	color: #2a2a2a;
}

.ilanaciklama.blog .post-img {
	margin-bottom:20px;
}

.ilanaciklama.blog .post-img img {
	height:auto;
}

.post-meta {
	margin-top: 15px;
}

.post-meta div {
	color: #999;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.post-meta div a {
	color: #999;
}

.ilanaciklama.blog .post-meta span {
	margin:0 15px 15px 0;
}
.ilanpost2 {
    margin-bottom: 5px;
}
.post-wrap-mini {
    padding: 6px 5px;
}
.mini-title {
    margin-bottom: 3px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-desc {
	color:#646464;
	margin-top:10px;
	line-height:24px;
}

.ilanpost .ilanFiyat {
	margin-top: 12px;
	font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.ilanpost .ilanFiyat i:before {
	font-size: 16px;
	margin:0;
}

.ilan-tab .tab_content {
	display:none;
}

.tab_baslik {
    width: 100%;
    display: inline-block;
}

.tab_baslik li  {
	float:left;
}

.tab_baslik li a {
	position:relative;
	display:block;
	color:#fff;
	padding:18px;
	font-size:14px;
	font-weight:700;
}

.tab_baslik li.active a {
	background:#fff;
	color:#222;
}

.tab_baslik li.active a:before {
	position: absolute;
    content: '';
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
}

.yazi_baslik {
	background-size:cover;
	padding:82px 0;
	position:relative;
}

.yazi_baslik h1 {
	line-height:35px;
	position:relative;
	z-index:99;
}

.yazi_baslik:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.navi ol {
	overflow:hidden;
	position:relative;
	z-index:99;
}

.navi li {
	list-style-type:none;
	display:inline-block;
}

.navi a, .seperator {
	color:#fff;
}

.navi {
	color:#cacaca;
}

.yazi_icerik {
	padding:30px 0;
}

.content-shadow {
	border-radius:2px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow:0 1px 1px 0 rgba(0,0,0,.1);
}

.content-wrap {
	padding:30px;
	background:#fff;
	margin-bottom:30px;
}

.ilangaleri {
	margin-bottom:20px;
	text-align:center;
}

.resimgaleri .slick-arrow {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 29px;
}

.resimgaleri .slick-arrow.icon-left-open-1 {
	left:0px;
}

.resimgaleri .slick-arrow.icon-right-open-1 {
	right:0px;
}

.resimgaleri .item a {
	display:flex;
	align-items:center;
	justify-content: center;
	height: 423px;
}

.resimgaleri img {
    min-height: 250px;
	max-height:423px;
	width:auto;
}

.resimgaleri-nav {
	margin-top:20px;
}

.resimgaleri-nav .item {
	margin-right:5px;
	cursor:pointer;
	opacity:.6;
}

.resimgaleri-nav .item.slick-current {
	opacity:1;
}

.resimgaleri-nav .item img {
	width:100px;
	height:75px;
}

.resimgaleri-nav .item.slick-active {
	
}

.singleFiyat {
	margin:1px 0 10px;
    display: inline-block;
    padding: 8px 35px 8px 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 25px) 50%,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,calc(100% - 25px) 50%,100% 100%,0 100%);
}

.content p {
	margin-bottom:10px;
	line-height: 28px;
	color:#646464;
}
.content ul {
margin: 0 0 20px 15px;}
.content li {
	margin-bottom:10px;
	line-height: 28px;
}
.content li:before {
font-family: "temavadisi";
    content: '\f138';
    margin-right: 10px;}

.meta-title {
	position:relative;
	font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
}


.single-custommeta {
	margin-bottom:20px;
}

.single-custommeta ul {
	
}

.single-custommeta ul li {
	font-size:15px;
	display: table;
	width: 100%;
    padding: 5px 0;
    margin-right: 0;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    line-height: 28px;
}

.single-custommeta ul li b {
	display:table-cell;
	width:50%;
}

.single-custommeta ul li span {
	margin-left:10px;
	color:#646464;
	line-height:20px;
	display: table;
	width:100%;
}

ul.single-postmeta {
	color:#646464;
    font-size: 15px;
    font-weight: 500;
}

ul.single-postmeta li {
	padding: 10px 0;
    margin-right: 0;
	position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
	line-height: 28px;
}

.paylasH {
	margin-bottom:10px;
}

.yazi_paylas a {
	color:#fff;
	width:35px;
	height:35px;
	line-height:36px;
	text-align:center;
	margin:3px;
	display:inline-block;
	border-radius:35px;
}

.yazi_paylas a:hover {
	opacity:.8;
}

.yazi_paylas a:hover {
	color:#fff;
}

a.facebook {
    background: #3b5998;
}

a.twitter {
    background: #00aced;
}

a.whatsapp {
    background: #5cbe4a;
}

.ozellik-wrap {
	margin-top:20px;
}

.ilan-ozellikler li {
	width:49%;
	float:left;
	padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 5px;
	line-height: 18px;
}

.ilan-ozellikler li:before {
	text-align: center;
    content: "\f105";
    height: 16px;
    width: 16px;
    position: absolute;
    font-family: "temavadisi";
    font-size: 15px;
    line-height: 17px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    z-index: 1;
    color: #ffffff;
}

.blog-bottom .paylasH, .blog-bottom .yazi_paylas {
	display:inline-block;
}

.post-tags, .postSh {
	margin-top:15px;
}

.post-tags a {
	color: #646464;
    padding: 7px 10px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 3px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    line-height: 1.5;
}

.postSh {
	text-align:right;
}

.blockH {
	border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 12px 30px;
	font-size:20px;
	color:#222;
	line-height:28px;
	margin-bottom:0;
}

#respond {
	margin-top:30px;
}

.yorumkural {
	padding:10px 0 !important;
	color:#929292;
	font-style:italic;
}

.commentlist li {
	list-style:none;
	margin-bottom: 30px;
	display: block;
	background: #ffffff;
	position:relative;
}

.nochild, .comment.parent {
	padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.comment.parent .nochild {
	padding:0;
    border-bottom:none;
	margin-bottom:0;
}

.commentlist li ul li {
	margin-left:30px;
	margin-top:20px;
    border-top: 1px solid #ebebeb;
    padding-top: 15px !important;
}

.commentlist li .comment-avatar {
	float:left;
	margin-right:20px;
}

.commentlist li .avatar {
	border-radius:50%;
}

.comment-body {
	display:table;
}

.comment-user {
    border-bottom:1px solid #ddd;
    display:block;
    overflow:hidden;
	padding-bottom:10px;
	margin-bottom:5px;
}

.commentlist li .fn {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	padding-bottom:5px;
	margin-top:15px;
}

.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:"";
}

.comS {
	color:#999;
	margin:0 5px;
}

.commentlist li .comment-meta {
	font-size:14px;
	display:inline-block;
}

.commentlist li .comment-meta a {
	color:#999;
}

.commentlist li .comment-edit {
	color:#bbb;
	font-size:11px;
	margin-bottom:0;
	margin-top:5px;
}

.commentlist li .comment-rating {
	position:absolute;
	right:15px;
	top:15px;
}

.commentlist li .comment-rating i:before {
	color:#FFC200;
	margin:0;
}

.yorum_kontrol, .cancel-comment-reply a {
	color:#ff6347;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

.commentlist li .comment-content {
	width:100%;
}

.commentlist li .comment-content p {
	line-height:26px;
}

.comment-reply-link, .comment-reply-login {
    font-size: 10px;
	color:#999;
}

.comment-reply-link:before {
	font-family:"temavadisi";
	content:"\e8f0";
	display:inline-block;
	padding-right:5px;
}

#commentform [class^="col-"] {
		margin-bottom:20px;
}

#commentform [type=text] {
	height:45px;
}

#commentform textarea {
	height:auto;
}

#commentform [type=text], #commentform  textarea {
    background-color: #f9f9f9;
    color: #222;
	border:none;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

#commentform [type=submit] {
	height: inherit;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}

.ratingbas {
    padding: 5px 0;
    line-height: 22px;
	float: left;
    margin-right: 20px;
}

.commentratingbox {
  display: inline-block;
  margin-top: 5px;
}

.commentratingbox * {
  float: right;
}

.commentratingbox input {
  display: none;
}

.commentratingbox label {
  font-size: 20px;
  cursor:pointer;
}

.commentratingbox input:checked ~ label {
  color: #FFC200;
}

.commentratingbox label:hover,
.commentratingbox label:hover ~ label {
  color: #FFC200;
}

.commentratingbox input:checked ~ label:hover,
.commentratingbox input:checked ~ label:hover ~ label {
  color: #FFC200 !important;
}

.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;
}

.rNav-wrap {
	position:relative;
	float:right;
}

.rNav .slick-arrow {
	opacity:1;
	background:transparent;
    position: relative;
    top:0;
    line-height:30px;
	display: inline-block !important;
	color:#a6a6a6;
}

.rNav .slick-arrow:before {
	width:auto;
	margin:0 7px;
}

.ilanpost.benzer {
	margin:15px;
	-webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
}

.ilanpost.benzer .post-wrap {
	text-align:left;
}

.temayan {
	border-radius:2px;
    -webkit-box-shadow:0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow:0 1px 1px 0 rgb(0 0 0 / 10%);
    background-color:#fff;
    color:#646464;
    border:none;
    margin-bottom:30px;
}

.temayan a {
	color:#646464;
}

.temayan .yankapsa {
	color:#222;
    border-bottom:1px solid #e1e1e1;
    font-size:20px;
    line-height:1.4;
    padding:12px 30px;
    margin-bottom:0;
	font-weight:bold;
}

#sidebar .temayan .yankapsa+* {
	padding:20px;
}

.temayan ul li {
    position: relative;
    padding-left: 20px;
	line-height: 28px;
    margin-bottom: 8px;
}

.temayan ul li:before {
	content: "\f105";
    font-family:"temavadisi";
    position:absolute;
    left:0;
    top:5px;
    line-height:18px;
}

.temayan.widget_tag_cloud a {
    font-size: 12px !important;
	padding: 9px 10px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    line-height: 1.5;
}

.temayan .textwidget p {
	line-height:1.5;
	font-size:14px;
}

.ilan-aut {
	margin-bottom:20px;
}

.ilan-aut .avatar {
	border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.ilan-aut .aut-name {
    font-size: 18px;
    line-height: 1.5;
	color:#222;
	font-weight:bold;
}

.ilan-aut small {
	display:block;
	margin-left:60px;
}

.ilan-aut small a {
	color:#aaa;
}

.info-wrap .item {
	margin-top:10px;
	display:table;
	font-size:14px;
	line-height:22px;
}

.info-wrap .item i {
	display:table-cell;
}

.ilan-telefon {
	background-color: #f2f2f2;
    border-radius: 2px;
    padding: 10px 20px;
    width:100%;
}

.ilan-telefon i {
	font-size:18px;
}

.ilan-telefon .numbers {
	font-size: 16px;
    line-height: 1.5;
    color: #444;
    font-weight: 600;
}

#show_ph {
	cursor:pointer;
}

.ilan-mail,.ilan-whatsapp {
	width:100%;
}

.ilan-mail a,.ilan-whatsapp a  {
	display:block;
    width: 100%;
    border-radius: 2px;
    background-color: #444;
    padding: 16px 20px;
    color: #fff;
	font-size:16px;
}

.ilan-whatsapp a:before {
		font-family:"temavadisi";
	content: '\f232';
	padding-right: 15px;
		font-size:16px;
color: #00e466;
	}

.ilan-mail a:before {
	font-family:"temavadisi";
	content:'\f0e0';
	padding-right: 15px;
}

#soruform {
	padding:30px 30px 20px;
}

#ilanmail input {
	margin-bottom:10px;
}

#ilanmail #submit {
	margin-top:10px;
}

#ajaxoutput {
	padding:5px;
	font-style:italic;
	font-size:12px;
}

#ajaxoutput li, #ajaxoutput {
	margin-bottom:2px;
	color:#ff6347;
}

#footer {
	
}

.altkisim {
	padding: 78px 0 44px;
}

.fooyan {
	margin-bottom:30px;
}

.fookapsa {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.fookapsa:before {
	bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}

.foobaslik {
	font-size: 24px;
	color:#fff;
	font-weight: 700;
}

.altkisim, .altkisim ul li, .fooyan .textwidget p {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 28px;
}

.sosyal_profil a {
	font-size:27px;
}

.copyright {
	padding: 25px 0;
	background-color:rgba(0,0,0,0.1);
}

.sayfalama {
	margin-top: 30px;
    background-color: #fff;
    padding: 15px 0 10px;
    border: 1px solid #e1e1e1;
}

.sayfalama ul{
	list-style-type:none;
}

.sayfalama li {
	display:inline-block;
	margin-right:5px;
}

.sayfalama li a, .sayfalama li span {
    border-radius: 2px;
    padding:8px 10px;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 15px;
    float: left;
}

.sayfalama li span.gizle {
	display:none;
}

.sayfalama li.active span, .sayfalama li:hover a {
	color:#fff;
	font-weight:bold;
}

.sayfalama .pOnce {
	float:left;
}

.sayfalama .pSonra {
	float:right;
}

.sayfalama .pOnce:hover a, .sayfalama .pSonra:hover a{
	background:transparent;
}

.sayfalama .pOnce a , .sayfalama .pSonra a {
	color:#646464;
}

.widget_kategori_menu .yankapsa {
	padding: 16px 20px;
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
	
}

.kat-top {
	background-color: #ffffff;
    padding: 12px 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.kat-top h2 {
    font-size: 20px;
    color: #111;
    line-height: 1.5;
    margin-bottom: 0;
}

#searchform {
	display:flex;
}

#searchform #s {
	background-color: #f9f9f9;
    color: #222;
    border: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
	border-radius: 3px;
	height:45px;
}

#searchform .searchsubmit {
	margin-left:5px;
    font-size: 14px;
}

.formbas h3 {
	font-size:24px;
	margin-bottom:15px;
}

.form_aciklama {
	font-size:14px;
	line-height:20px;
	margin-bottom:25px;
}

#user-form {
	max-width:550px;
}

#user-form label {
	display:block;
	margin-bottom:8px;
}

.login-button, .login-remember {
	display:inline-block;
}

.login-remember {
	margin-left:20px;
}

.sifreunut {
	display:block;
	margin-top:10px;
}

.hesabim_menu {
	background:#fff;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    color: #646464;
    border: none;
    margin-bottom: 30px;
}

.hesabimlinkler li {
	line-height:28px;
	padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #cccccc;
	position:relative;
}

.hesabimlinkler li:before {
	content: "\f105";
    font-family: "temavadisi";
    position: absolute;
    line-height: 18px;
	left: 30px;
    top: 15px;
}

.hesabimlinkler li:hover:before, .mactive:before {
	color:#fff !important;
}

.hesabimlinkler li:hover a, .mactive a {
	color:#fff !important;
}

.hesabimlinkler li a {
	padding: 17px 0 17px 30px;
    display: block;
    font-size: 14px;
    font-weight: 600;
	color:#646464;
}

.hesabim_wrap label, .cs-title h4 {
	display:block;
	margin-bottom:8px;
	font-weight:600;
	font-size:15px;
}

.hesabim_wrap small {
	font-weight:normal;
}

.hesabim_wrap .cs-element {
	margin-bottom:15px;
}

.hesabim_wrap a.button.remove-row {
    font-size: 12px;
    margin-left: 5px;
    background: #ddd;
    padding: 3px;
    border-radius: 3px;
}

.hesabim_wrap #add-row {
	margin-top:5px;
	color:#fff;
	border-radius:3px;
	padding:4px 7px;
	font-size: 12px;
	display:inline-block;
}

.kullanici {
    overflow: hidden;
	border-bottom:1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.kullanici .avt {
	float:left;
	margin-right:15px;
}

.kullanici .avt img {
	border-radius:60px;
	box-shadow:0 1px 2px #000;
}

.kullaniciadi span {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-top:10px;
}

.kullaniciadi small {
	display:block;
	margin-top:10px;
}

.kullaniciadi b {
	color:#ffd700;
	font-weight:normal;
}

.huc_baslik {
	border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 35px;
    color: #222222;
    font-size: 18px;
    line-height: 1.5;
}

.huc_baslik h2, .huc_baslik h3 {
	display:inline-block;
}

.ilansayisi {
	color:#888;
	font-size:16px;
}

.user-ilan {
	display:flex;
	margin-bottom:30px;
}

.user-ilan .post-wrap {
	display:flex;
	align-items: center;
}

.user-ilan .post-cat a {
	color:#888;
}

.user-ilan .post-meta {
	line-height:20px;
}

.user-ilan .post-meta div {
	display:inline;
	margin-right: 15px;
	line-height:1;
}

.user-ilan .list-meta {
	margin-top:10px;
	display:flex;
	align-items:center;
}

.user-ilan .ilan_durumu {
	font-size:14px;
	color:#888;
}

.wrap-right {
	margin-left:10px;
}

.ilan-edit, .ilan-gor, .eklebtn {
	color:#fff;
	display:inline-block;
    border-radius: 2px !important;
    padding: 6px 5px;
    font-weight: 500;
    font-size: 13px;
	width:105px;
	height:33px;
	line-height:20px;
	text-align:center;
	margin-right: 10px;
}

.ilan-edit:hover, .ilan-gor:hover, .eklebtn:hover {
	color:#fff;
	opacity:.8;
}

.user-ilan .ilanFiyat {
	text-align:center;
	margin-bottom:10px;
	font-size:20px;
	color:#000;
	font-weight: 600;
}

.siteorigin-panels-stretch {
	position:relative;
}

.siteorigin-panels-stretch .panel-grid-cell {
	z-index:2;
}

.siteorigin-panels-stretch:before {
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	position:absolute;
	top:0;
	left:0;
}

.backbefore:before {
	display:none;
}

.heading_widget p {
	margin-top:10px;
}

.kutular {
	display:inline-flex;
padding: 80px 10px;
	width: 25%;
}

.kutular .sayi_ikon {
	font-size: 60px;
	margin-right:25px;
}

.kutular .sayi_rakam {
	text-shadow: 0 0 2px #999;
	text-align:left;
}

.kutular .rakam {
    font-size: 46px;
    font-weight: bold;
	margin-bottom:15px;
}

.kutular .rakam_desc {
    font-size: 16px;
    font-weight: bold;
}

.bilgikutusu {
	margin-top:30px;
    padding:40px 30px;
	text-align:center;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.bilgikutusu:hover {
	-webkit-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
}

.bilgikutusu i {
	font-size:40px;
	margin-bottom: 20px;
	display:block;
}

.bilgibas {
	font-weight:700;
	margin-bottom:20px;
	font-size:20px;
}

.bilgicont p {
	line-height:24px;
	opacity:.8;
}

.fiyat_tablosu {
	background:#fff;
	text-align:center;
	transition:all .2s ease-in-out;
	position:relative;
	margin:30px 10px;
}

.fiyat_tablosu:hover {
	transition:all .2s ease-in-out;
	transform:scale(1.1);
	z-index:2;
}

.fiyat_tablosu.onecikan {
	transform:scale(1.1);
	color:#fff;
}

.tablobaslik {
	padding: 20px 15px;
    font-size: 20px;
    color: #2d3436;
    font-weight: 700;
    margin: 0;
}

.fiyat_tablosu.onecikan .tablobaslik {
	color:#fff;
}

.tablofiyat {
	margin: 0 -1px;
    padding: 26px 15px;
    transition: all .3s ease-in-out;
    font-size:48px;
	font-weight:700;
    color: #fff;
    line-height: 1;
    position: relative;
}

.fiyat_tablosu.onecikan .tablofiyat {
	background:#fff;
}

.tablofiyat span {
	font-size:14px;
	font-weight:400;
}

.tablolist ul {
	margin-top:10px;
}

.tablolist li {
	list-style-type:none;
	padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
	color:#646464;
}

.fiyat_tablosu.onecikan li {
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#fff;
}

.tablolist li:last-child {
	border:none;
	margin-bottom:30px;
}

.tablobuton {
	padding-bottom:30px;
}

.tablobuton a {
	color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    border-radius: 2px;
    padding: 20px;
    display: inline-block;
    min-width: 190px;
}

.fiyat_tablosu.onecikan .tablobuton a {
	background:#fff;
}

.tablobuton a:hover {
	color:#fff;
}

.blog_yazilari .pbw_title {
	text-align:center;
}

.blog_yazilari .pbw_title h2 {
	font-size:36px;
	color:#151515;
}

.blog_yazilari .pbw_title h2:before {
	display:none;
}

.content.iletisimpage {
	margin-top:30px;
	line-height:28px;
}

#yukari {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9999;
	width:44px;
	height:44px;
	text-align:center;
	line-height:36px;
	cursor:pointer;
	-webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	opacity:0;
	box-shadow:0 0 4px #999;
	border-radius:44px;
	border:3px solid rgba(0,0,0,0.15);
	font-size:18px;
}

#yukari .icon-angle-double-up {
	color:#fff;
}

#yukari:hover {
	background:#fff;
}

#yukari.show {
	opacity:1;
}
.footer-fix{
	position:fixed;
	bottom:0px;
	width:100%;
z-index:999;
	left:7.5px;
}
.footer-fix .ilan-telefon{
	width:50%;
	font-size: 14px;
	    padding: 6px 6px;
	background-color: #137b00;
}
.footer-fix .ilan-mail{
	width:50%;
	font-size: 14px;
}
.footer-fix .ilan-telefon {
		font-size: 14px;
	color:white;
}
.footer-fix .ilan-telefon .numbers{
		font-size: 15px;
	color:white;
}
.footer-fix .ilan-telefon a{
	font-size: 18px;
	color:white;
}
.footer-fix .numbers:before{
	content: '\e85e';
font-family: "temavadisi";
	font-size: 15px;
margin-right: .4em;}
.footer-fix #show_phh{
	font-size: 90%;
}
#yukari {
    position: fixed;
	bottom: 72px;}

.span6,.span12 {
	    padding: 3% 0 1% 0%;
	margin: 1% 0 1% 0%;
}
.span6 {
    border: 1px solid rgba(0,0,0,0.1);
	background: #ffffff; }

.span6:hover{
    box-shadow: 0px 2px 6px rgb(0 0 0 / 20%); }



@media only screen and (max-width: 768px) {
	#sidebar {
		width:100%;
	}
	
	#logo {
		margin-bottom:0;
		margin-top:10px;
		width:70%;
	}

	#anamenu {
		display:none;
	}
	
	#navmenu {
		margin:0;
		display:none;
	}
	
	.top-nav {
		justify-content:flex-end;
	}
		
	a.mobnav_bar {
		font-size:32px !important;
		display:block !important;
		margin-left:30px;
	}
	
	a.mobnav_bar:before {
		font-family:"temavadisi";
		content:"\f0c9";
	}
	
	a.mobnav_close {
		position:absolute;
		right:20px;
		top:25px;
	}
	
	.icon-cancel:before {
		font-size:36px !important;
	}
	
	.logged-in.admin-bar .mobil_menu.acilsin {
		top:40px;
	}
	
	.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 li {
		list-style:none;
		display:block !important;
		margin-bottom:15px;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	.mobilmenu a {
		padding-left:20px !important;
		font-size:18px;
	}
	
	.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;
	}
	
	.mobilmenu .has-sub:after {
		font-family:"temavadisi";
		content:"\e874";
		position:absolute;
		top:3px;
		right:20px;
		cursor:pointer;
	}
	
	.arama form {
		display:block;
	}
	
	.arama .aramaselect {
		width:33%;
		float:left;
		border-bottom:1px solid #e4e4e4;
		padding:10px 12px;
	}
	
	.arama .aramaselect select {
		border-right:none;
	}
	
	.arama .aramaselect.ililce select {
		border-right:1px solid #e4e4e4;
	}
	
	.arama .aramatxt {
		width:64%;
		float:left;
		padding:10px 12px;
	}
	
	.arama .aramabuton {
		width:36%;
		float:left;
	}
	
	.arama .aramabuton .search-submit {
		height:auto;
		line-height:25px;
		padding:15px 5px !important;
	}
	
	.ilanpost .postimg img {
		width:100%;
		height:auto;
	}
	
	.sayi_bilgi {
		display:flex;
	}
	
	.kutular {
		display:inline-block;
		flex:1;
		width: 50%;
	}
	
	.kutular .sayi_ikon {
		margin-right:0;
		margin-bottom:15px;
	}
	
	.kutular .sayi_rakam {
		text-align:center;
	}
	
	.user-ilan {
		display:block;
	}
	
}

@media only screen and (max-width: 600px) {
	.ilanver {
		font-size: 14px;
		margin-left: 5px;
		padding: 15px 10px;
	}
	
	a.mobnav_bar {
		margin-left: 10px;
	}
	
	.arama .aramaselect {
		width:100%;
	}
	
	.kutular {
		padding: 30px 20px;
	}
	
	.sayi_bilgi {
		display:block;
	}
	
	.user-ilan .post-wrap, .user-ilan .post-meta div {
		display:block;
	}
	
	.user-ilan .post-meta div {
		display:flex;
		line-height: 1.3;
	}
	
	.user-ilan .post-meta div i {
		margin-right:10px;
	}
	
	.wrap-right {
		margin-left:0;
		margin-top:15px;
	}
	
	.user-ilan .ilanFiyat {
		float:right;
	}
	
	.sosyal_profil {
		margin:15px 0 30px;
	}

	.resimgaleri .item a, .resimgaleri img {
		max-height: 250px;
	}
	
	.resimgaleri-nav .item img {
		height:60px;
	}
	
	.ilan-ozellikler li {
		width:48%;
		font-size:14px;
		padding-left:20px;
	}
	
	.ilan-ozellikler li:before {
		top:0;
	}
	
	.info-wrap {
		margin-top: 10px;
	}

	.commentlist li ul li {
		margin-left:0;
	}
	
	.commentlist li .avatar {
		width:50px;
		height:50px;
	}
	
	.comment-form-rating {
		display:flex;
	}
	
	.ratingbas {
		font-size:12px;
	}
	
	.widget_media_image {
		text-align:center;
	}
}