@import url("print.css") print;
body, ul, li, img, a, h1 {
	margin:0;
	padding:0;
	border: 0;
}
li {
	list-style: none;
}
body {
	font-family: "Open Sans",sans-serif;
	font-size : 13px;
	background: transparent 
				url(https://obaemlak.com/wp-content/uploads/2016/06/sayagata-400px.png) 
				repeat 
				left top;
	background-size: inherit;
}
a {
	text-decoration: none;
	color: #dd3333;
}
.emlak-detay ul .dark a, .ilan-liste li .konum a, .ilan-katalog li .konum a {
	color: #000;
}
.item p span a {
	color: #666;
}
.clear {
	clear:both;
}
.alignright{
	float:right;
	margin:5px 0 10px 10px; 
}
.alignleft{
	float:left;
	margin:5px 10px 10px 0; 
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/****************** Header *******************/
#header {
	position: absolute;
	width:100%;
	z-index: 2;	
}
.top {
	width: 100%;
	height: 40px;
	background: #333;	
	border-bottom: 5px solid #fff;
}
.top-content {
	padding:0!important;
}
.top-content ul li {
	float:left;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding-right: 10px;
	line-height: 40px;
}
.top-content .top-right {
	float:right;
	line-height: 40px;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.top-content .face-giris, .facebook-kayit a {
	border-left: 1px solid rgba(255,255,255,0.1);
	background: #3b5998;
}
.top-content .fa-cog {
	font-size: 18px;
	margin-right: 5px;
}
.top-content .uye {
	height: 30px;
	padding: 5px 10px;
}
.top-content .uye img {
	background: #fff;
	border-left: 1px solid rgba(0,0,0,0.1);
}
#uye-bilgi, #uye-giris {
	position: absolute;
    top: 40px;
    right: 0;
    width: 175px;
    z-index: 2;
    background: #333;
	border: 1px solid #474747;
	border-top:0;
	border-radius: 0 0 5px 5px;
}
#uye-bilgi ul li {
	padding: 0 10px;
	border-top: 1px dotted rgba(255,255,255,0.1);
	border-right:0;
	width: 155px;
	margin:0;
}
#uye-bilgi ul li:hover {
	background: rgba(255,255,255,0.1); 
}
#uye-bilgi ul li i {
	width:17px;
}
#uye-giris {
	width: 305px;
}
#uye-giris input {
	margin: 10px 10px 0 10px!important;
	width:264px!important;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    float: left;	
	background: rgba(255,255,255,0.7); 
}
#uye-giris button, #uye-giris a, .kayit-form button {
	background: #dd3333;
    border: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 34px;
    height: 35px;
    display: block;
    float: left;
	margin:10px;
	font-size:16px;
}
#uye-giris button {
	width: 235px;
}
#uye-giris i {
	font-size:20px;
	margin-right: 7px;
    color: #fff;	
}
#uye-giris a {
	margin-left:0;
	padding:0 3px 0 10px;
}
.header {
	width: 1080px;
	margin: 0 auto;
    height: 120px;
    background: rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(235,235,235,0.8);
	border-radius: 0 0 10px 10px;
	display: table;
}
.logo {
	padding: 10px;
	width: 280px;
	text-align: center;
	float:left;
}
.logo img{
	max-width: 100%;
	height: auto;
}
.nav {
	width: 750px;
}
.nav, .home-button {
	display: table-cell;
	vertical-align: middle;
}
.home-button {
	float:left;
	color: #fff;
	background: #dd3333;
	font-size:25px;
	border-radius: 5px;
	height: 40px;
	width:40px;
	text-align: center;
}
.nav ul {
	display: inline-block;
    margin: 0 15px 0 5px;
}
.nav ul li {
	float:left;
	font-size: 16px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.nav ul li:before {
    font-size: 18px;
    line-height: 40px;
    margin-right: 5px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav ul li a, .detayli-arama .sekmeler li a {
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.45);
}
.nav ul li:hover, .hizli-arama button {
	background: #dd3333;
	border-radius: 5px;
	color: #fff;
}
.nav ul li:hover a {
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.45);	
}
.nav ul ul{
	padding: 0;
	margin: 0;
	z-index: 2000;
	}
.nav ul li:hover ul, ul.menu li.over ul { 
	display: block;
	}
.nav ul li ul {
    border-radius:5px;
	background:#dd3333;
	display: none;
	position: absolute;
	list-style:none; 
    margin-left: -10px;
    padding-bottom:5px;
	border-top: 3px solid;
	}
.nav ul li ul li {
	display:block;
    float: none;
    min-width: 200px;
    height: 30px;
	line-height: 30px;
    padding: 7px 10px;
	}
.sub-menu li {
	color:#fff;
	border:0;
	}
.sub-menu li:hover {
	border:0;
	background:rgba(0,0,0,0.3)!important;
	border-radius:0!important;
}
.sub-menu li a {
	margin:0px;
	padding:0px;
}
#page-top {
	background: #eee url() no-repeat;
	height: 560px;
	border-bottom: 5px solid #eee;
}
#subpage-top {
	background: #eee url(https://obaemlak.com/wp-content/uploads/2022/08/ust-resim-obaemlak.png) no-repeat;
	height: 200px;
}
.f-menu {
	z-index: 9999!important;
    position: fixed!important;
	background: #fff;
	border-bottom: 2px solid rgba(235,235,235,0.8);
    height: 60px;	
}
.f-menu .top {
	display:none;
}
.f-menu .header {
	height:60px;
	display: block;
	border-radius: 0;
	background: #fff;
	border:0;
}
.f-menu .logo {
	padding: 0;
}
.f-menu .logo img {
	height: 60px!important;
	width:auto!important;
}
.f-menu .nav {
	display: inline-block;
    margin-top: 10px;
}
/************************* Container ******************/
#main-container, .footer-content, .index-bottom, .top-content {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding:10px 0;
}
#page-container {
	margin-top: -350px;
	background: #fff;
}
.right-container {
	float:right;
	width: 830px;
}
.left-container {
	width: 810px;
	float:left;
}
#page-container h1 {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
/***** Hızlı Arama *****/
.hizli-arama {
	width:70%;
	position: absolute; 
	top:-250px;
	left:15%;	
}
.hizli-arama h2 {
	background: #dd3333;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	top: -61px;
	position: absolute;
	left: 15px;
}
.hizli-arama h2 i {
	margin-right: 5px;
}
.hizli-arama ::-webkit-input-placeholder {
	color: #aaa;
}
.hizli-arama input {
	padding: 14px 2%;
	border-radius: 5px;
	border:0;
	width:85%;
	margin: 15px 0.5% 15px 2%;
	border: 1px solid #e2e2e2;
}
.hizli-arama button {
    border: 0;
    width: 6%;
    padding: 15px 2%;
}
.index-bottom .box {
	border: 1px solid #e2e2e2;
	float:left;
	margin-left: 10px;
	background-color: #F5F5F5;
	padding: 10px;
	width: 331px;
}
.index-bottom .twobox {
	width: 1050px;
}
.index-bottom .box h4 {
	background: #e2e2e2;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	font-size: 16px;
}
.index-bottom .box ul li {
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px dotted #e2e2e2;
	height: 40px;
}
.index-bottom .box ul li span {
	width: 80px;
	display: block;
	float:left;
	text-align: center;
	height: 35px;
}
.index-bottom .box ul li .doviz {
	width: 170px;
	text-align: left;
}
.index-bottom .box ul li i {
	background: #6e9e30;
	line-height: 30px;
	width:30px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 22px;
}
.index-bottom .box ul li .fa-euro {
	background: #6666cc;
}
.index-bottom .box ul li .fa-gbp {
	background: #f6931e;
}
.index-bottom .box .duyuru li {
	width: 347px;
	float:left;
	height: 71px;
	padding: 5px 0;
	line-height: 16px;
	position: relative;
	overflow: hidden;
}
.index-bottom .box .duyuru li p {
	margin: 0 0 10px 0;
}
.index-bottom .box .duyuru li span {
	width: 240px;
	color: #333;
	text-align: left;
	font-size: 12px;
}
.index-bottom .box .duyuru li img {
	float:left; 
	margin-right: 5px;
}
/********** FullWidth Sayfa *************/
.full-container {
	display: inline-block;
}
.full-container h1 {
	margin-bottom: 15px!important;
}
/****** Haritalı Arama Sayfası *********/
.map-ilan {
	width: 300px;
	position: relative;
	display: inline-block;
}
.map-img {
	float:left;
	margin-right: 5px;
}
.map-title {
	font-size: 16px;
	font-weight: 400;
}
.map-detail {
	color: #111;
	position: absolute;
	bottom: 2px;
    left: 105px;
}
.map-detail span {
	float: left;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 2px 5px 0 5px;
    line-height: 18px;
    height: 18px;
    margin-right: 2px;
}
.map-detail .map-price {
	background: #dd3333;
	border: 1px solid #dd3333;
	color: #fff;
}
/****** Detaylı Arama Sayfası *********/
.detayli-arama {
	width:1080px;
	position: absolute; 
	top:-300px;
	left:0;
}
.detayli-arama .sekmeler {
	display: inline-block;
	padding: 0 25px;
}
.detayli-arama .sekmeler li {
	float:left;
	margin: 0 5px;
}
.detayli-arama .sekmeler li a {
	text-align: center;
	width:196px;
	padding: 15px 0;
	font-size:16px;
	display: block;
	background: rgba(255,255,255,0.8);
	border-radius: 5px 5px 0 0;
	font-weight: 600;
}
.detayli-arama .sekmeler li a:hover, .detayli-arama .sekmeler .sekmeSecili a {
	background: #dd3333;
}
.detayli-arama .sekmeler li a:before {
	background: url(admin/images/sprite.png)  top left no-repeat;
	content: " ";
	width: 26px;
    height: 25px;
	display: inline-block;
	background-position: 0 0;
	margin-right: 7px;
}
.li2 a:before { background-position:-30px 0!important;}
.li3 a:before { background-position:-61px 0!important;}
.li4 a:before { background-position:-90px 0!important;}
.li5 a:before { background-position:-119px 0!important;}
.detayli-arama .tab-content, .hizli-arama {
	margin-top: -4px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;	
	border-top: 5px solid #dd3333;	
}
.detayli-arama form {
	padding: 15px;
}
.detayli-arama form input, .detayli-arama form select {
	width:240px;
	padding: 0 5px;
	margin: 5px 3px;
	height: 32px;
	line-height:32px;
	border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
}
.detayli-arama form .uctebir {
	width: 70px;
}
.detayli-arama .tab-content form select {
	width: 257px; 
	height:34px;
}
.detayli-arama form .submit {
	border: 0;
	width:252px;
	text-align: center;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.45);
	background:#dd3333;
	line-height:34px;
	height: 34px;
}
.detayli-arama h2 {
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.45);
	text-align: center;
	margin: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #dd3333;
}
/******** Sidebar **********/
.sidebar {
	float: left;
	width: 250px;
}
.sidebar-alan, .homepage-box, .main-title, .full-container {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.sidebar-alan:last-child {
	margin-bottom:-2px;
}
.sidebar-alan h3, .homepage-box h3, .category-list h1, .benzer-yazilar h3, .aciklama-konum h2, .yorum .title, .hakkimda h2, .ilanlarim h2, .agents h2, .full-container h1 {
	border-bottom: 3px solid #e2e2e2;
    margin: 0;
    position: relative;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.sidebar-alan h3 span, .homepage-box h3 span, .category-list h1 span, .benzer-yazilar h3 span, .aciklama-konum h2 span, .yorum .title span, .hakkimda h2 span, .ilanlarim h2 span, .agents h2 span, .full-container h1 span {
    margin-bottom: -3px;
    line-height: 32px;
	float:left;
	border-bottom: 3px solid #dd3333;
}
.sidebar-alan ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #e2e2e2;
	font-size: 14px;
}
.sidebar-alan ul li .count {
	color: #aaa;
}
.kredi li {
	border:0!important;
	position: relative;
	padding: 10px 0 0 0!important;
}
.kredi li label {
	float:left;
	width: 86px;
	line-height: 35px;
}
.kredi li span {
	width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    background-color: #F5F5F5;
    line-height: 35px;
    text-align: center;
    border-left: 1px solid #e2e2e2;
}
.kredi p {
	margin-bottom:5px;
}
.kredi .kredi-sonuc {
	font-size: 14px;
	border: 1px solid rgba(221,51,51,0.2)!important;
	margin-top: 10px;
	background:rgba(221,51,51,0.1);
	display: inline-block;
	padding: 10px!important;
}
.kredi .kredi-sonuc div {
	float: right;
	color: #dd3333;
	width: 100px;
	line-height: 35px;
	text-align: right;
}
.kredi .kredi-sonuc div strong {
	font-size: 16px;
}
.kredi .kredi-sonuc label {
	width: 100px;
}
.kredi input {
	padding: 0 40px 0 5px;
	line-height: 35px;
	border: 1px solid #e2e2e2;
	width: 95px;
	text-align: right;
}
/********** Bileşenler *********/
.ilan-menu {
	border: 1px solid #dedede;
	padding: 0 10px;
	width: 200px;
}
.ilan-menu ul li {
	border-bottom: 1px dotted #dedede;
	padding: 7px 0;
}
.ilan-menu ul li:last-child {
	border-bottom: 0;
}
.ilan-menu ul li a {
	font-size: 14px;
	font-weight: 600;
}
.ilan-menu ul li span {
	margin-left: 5px;
	color: #aaa;
}
.homepage-box {
	position: relative;
	width:798px;
	float:right;
}
.owl-carousel {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
}
.item {
	background: #eee;
}
.item p {
	margin: 0;
	padding: 5px;
	color: #666;
}
.item .title {
	font-size: 16px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}
.item .fiyat {
	text-align: center;
    background: #f5f5f5;
    border-bottom: 3px solid #eee;
	font-size: 20px;
	font-weight: 600;
	color: #dd3333;	
}
.item .fiyat i {
	font-size: 15px;
}
.item img, .ilan-liste li .resim img, .ilan-katalog li .resim img {
	width:100%;
	height: auto;
}
.owl-nav {
	display: none;
}
.owl-theme .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	cursor:
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.durum {
    height: 25px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
.durum span {
	color:#fff;
	line-height:25px;
	padding: 0 10px;
	float:right;
}
.rent {
	border-bottom: 5px solid #007bb0;
}
.rent span {
	background: #007bb0;
}
.sale {
	border-bottom: 5px solid #ea4d39;
}
.sale span {
	background: #ea4d39;
}
.daily {
	border-bottom: 5px solid #f75f1c;
}
.daily span {
	background: #f75f1c;
}
.fullbox, .halfbox {
	padding-right:0;
    display: inline-block;	
	width: 808px;
}
.halfbox {
	width:393px;
	margin-left:10px;
}
.right-container [class*="homepage-box"]:first-child, .index-bottom .box:first-child {
    margin-left: 0;
}
.fullbox h3, .halfbox h3 {
	margin-right: 10px;
}
.fullbox .item, .halfbox .item {
	margin: 10px 10px 0 0;
	width:192px;
	float:left;
}
.halfbox .item {
	width:186px;
}
.fullbox .item .title, .halfbox .item .title {
	font-size: 14px;
	height:35px;
	overflow: hidden;
}
.fullbox .item .fiyat, .halfbox .item .fiyat {
	font-size: 16px;
}
.agent  {
	margin-right:-10px;
}
.agent .item {
    margin: 10px 10px 0 0;
    width: 192px;
    float: left;
	background: #fff;
}
.agent img {
	width: 125px;
	height: 125px;
}
/********** İlanlar Sayfası ********/
.category-list {
	width: 820px;
}
.category-listing {
	text-align: right;
	position: relative;
	margin-bottom: 10px;
}
.category-listing .filter {
	padding: 7px 10px;
	border: 1px solid #e2e2e2;
	line-height: 35px;
    background: #fff;	
}
.category-listing ul {
	position: absolute;
	background: #fff;
	border: 1px solid #e2e2e2;
	right:0;
	top: 42px;
	text-align: left;
	z-index: 1;
}
.category-listing ul li {
	padding: 10px 20px;
	border-bottom: 1px solid #e2e2e2;	
}
.category-listing ul li:hover,.ilan-liste li:hover {
	background:rgba(221,51,51,0.08);
}
.ilan-liste {
	border: 1px solid #e2e2e2;
	background: #fff;
}
.ilan-liste li {
	border-bottom: 1px solid #e2e2e2;
	height: 100px;
}
.ilan-liste .top-bar {
	height: 30px;
}
.ilan-liste .top-bar .resim {
	height: 20px;
}
.ilan-liste li div {
	padding: 5px;
	float:left;
}
.ilan-liste .dark {
	background:rgba(0,0,0,0.05);
}

.ilan-liste .dark div {
	border-right: 1px solid #fff;
}
.ilan-liste li .resim {
	width: 125px;
	height:90px;
}
.ilan-liste li .fiyat, .ilan-liste li .tarih, .ilan-liste li .konum {
	width: 85px;
	text-align: center;
}
.ilan-liste li .oda {
	width: 40px;
	text-align: center;	
}
.ilan-liste li .mkare {
	width: 59px;
	text-align: center;
}
.ilan-katalog {
	margin-left:-9px;
}
.blog {
	margin-top:10px;
}
.ilan-katalog li {
	border: 1px solid #e2e2e2;
	float:left;
	margin: 0 0 10px 10px;
	width:264px;
	height: 325px;
	position: relative;
	background: #fff;
}
.blog li {
	height: 319px;	
}
.ilan-katalog li div {
	padding: 0 5px 5px 5px;
}
.ilan-katalog li .resim {
	padding: 5px;
}
.ilan-katalog li .detay, .page-nav {
	background: #f2f2f2;
	border-top: 1px solid #e2e2e2;
	padding:0;
	height: 40px;
	position: absolute;
	bottom: 0;
}
.ilan-katalog li .detay div:first-child {
	border-left: 0;
}
.ilan-katalog li .detay div {
	padding: 5px;
	font-weight: 600;
	float:left;
	width: 70px;
	line-height: 30px;
	border-left: 1px solid #e2e2e2;
	text-align: center;
	font-size: 14px;
}
.ilan-katalog li .detay .fiyat {
	width: 92px;
}
.blog li .detay div {
	width: 121px;
	font-size: 13px;
}
.blog li .detay .tarih {
	font-weight: 400;
	color: #545454;
}
.blog li .icerik {
	height:50px;
	overflow: hidden;
}
/********** İletişim Sayfası **********/
.contact-form, .contact-form .row {
	width:50%;
	float:left;
}
.contact-form .row {
	width:49%;
}
.contact-form label, .wpcf7-form p {
	color:#777777;
}
.contact-form input, .contact-form textarea, .iletisim .wpcf7-form input, .page-content .wpcf7-form input, .iletisim .wpcf7-form textarea, .page-content .wpcf7-form textarea, .iletisim .wpcf7-form select, .page-content .wpcf7-form select {
	width:93%;
	height: 25px;
	padding: 3px 3%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin:7px 0 15px 0;
}
.iletisim span.wpcf7-list-item {
	margin-left: -27.5em;
}
.contact-form textarea, .iletisim .wpcf7-form textarea, .page-content .wpcf7-form textarea {
	height:auto;
}
.submitcontact, .iletisim .wpcf7-submit, .page-content .wpcf7-submit  {
	width:100px!important;
	padding:7px 0!important;
	height:35px!important;
	text-align:center;
	font-weight:bold;
	background: #dd3333;
	color: #fff;
	border:0!important;
}
#callback .yanlis, .contact-form .yanlis {
	border-color: #ff0000;
	-moz-box-shadow: 0 0 2px #ff0000;
	-webkit-box-shadow: 0 0 2px #ff0000;
	box-shadow: 0 0 2px #ff0000; 
}
/**** sayfalama ***/
.page-nav {
	position: relative;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 4px 0;
	height: 32px;
}
.page-nav a, .page-nav span {
	background: rgba(0,0,0,0.3);
	margin: 1px;
	line-height:30px;
	height:30px;
	width:30px;
	text-align: center;
	display:inline-block;
	border-radius:3px;
	color:#fff;
}
.page-nav span, .page-nav a:hover {
	background: #dd3333;
}
.page-nav .dots {
	background: rgba(0,0,0,0.3);
}
/********** İlan Sayfası ********/
.postslider {
	float:left;
	margin:10px 0;
}
#postslide, #paginate-postslide {
	width:450px;
	text-align:center;
}
#postslide img {
	padding:4px;
	border: 1px solid #f2f2f2;
}
.toc {
	margin-right:1px;
}
.toc img {
	padding:3px;
	border: 1px solid #f2f2f2;
}
.toc img:hover {
	border: 1px solid #dd3333;
}
.emlak-detay {
	width: 340px;
	margin:10px 0;
	float:right;
}
.emlak-detay ul {
	border: 1px solid #f2f2f2;
}
.emlak-detay ul li {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.emlak-detay ul .price {
	text-align: center;
	background:#dd3333;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
    height: 45px;
}
.emlak-detay ul .price i {
	margin:0 5px;
}
.emlak-detay ul .dark {
	background:#f2f2f2;
}
.emlak-detay ul li span {
	float:left;
	padding: 0 10px;
	width:133px;
}
.emlak-detay ul .light {
	border-right: 2px solid #fff;
}
.danisman .resim {
	border: 1px solid #e2e2e2;
	padding: 3px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 5px;
}
.danisman .isim {
	text-align: center;
	font-size: 16px;
}
.danisman p, .paylas p {
	font-size:15px;
	border-bottom: 1px dotted #e2e2e2;
	padding: 5px 0;
	margin: 5px 0;
}
.danisman p i, .share a {
	width: 30px;
	height: 30px;
	background:#dd3333;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.danisman .mesaj {
	display: block;
	width: 100%;
	line-height: 40px;
	background:#dd3333;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.paylas p, .paylas a  {
	font-size: 14px;
	color: #333;
	padding: 0;
	line-height:35px;
}
.paylas p:hover, .paylas p:hover a {
	color: #dd3333;
}
.share a, .share:hover a {
	float:right;
	font-size: 16px;
	color: #fff!important;
	margin-left: 2px;
	line-height:30px;
}
.aciklama-konum h2 i {
	margin-right: 5px;
}
.sayac {
	background:#dd3333;
    color: #fff;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    display: table;
}
.sayac span {
	font-size: 26px;
	font-weight: 600;
}
/*************** Tekil Yazı Sayfası ******************/
.yorum {
	background: #fff;
}
#respond h3 {
	margin: 5px;
}
#comments {
	padding: 5px;
	border: 1px solid #e2e2e2;
	border-top:0;
}
ul.commentlist li {
	border: 1px solid #dfdfdf;
	list-style: none outside none;
	margin: 0 0 20px 35px;
	padding: 4px;
}
.fn {
	padding:5px;
	background-color: #dfdfdf;
}
.fn a { color:#000; font-weight:bold;}
.diskadate {
	float: right;
	margin-right: 10px;
}
.comment-avatar {
	overflow: hidden;
	margin: 0 0 0 -33px;
	float: left;
	position: absolute;
	border-radius: 50%;
	background: #fff;
	border-left: 1px solid #dfdfdf!important;
	padding: 5px;
}
.comment-avatar img {border-radius: 50%;}
.comment-avatar img:hover {
	opacity: .7;
	transform:scale(1.2);
	-ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;}
	.diskacontent {
	font-size: 0.95em;
	line-height: 1.5;
	padding: 18px 10px 30px 40px;
	position: relative;
	color: #333333;
}
.comment-reply-link {
	color : #fff!important;
	float: right;
	background:#888888; padding: 5px 10px;
	margin:-5px;
}
.comment-reply-link:hover {
	background:#dd3333;
}
.children {
	padding:5px;
}
#respond {
	margin : 20px 10px;
}
#commentform .form-allowed-tags, .comment-form-comment label {
	display : none;
}
#commentform textarea, #commentform input {
	background : #FCFCFC;
	color : #777;
	font : 14px Calibri;
	padding :7px;
	width:775px;
	margin-bottom : 7px;
	border : #dfdfdf solid 1px;
}
#commentform #submit, .tarif-gonder-form #submit { 
	width:200px; 
	background:#dd3333;
	color:#fff; 
	font-weight:bold;
	border:0;
} 
.commentBox .tabs {
	display:flex;
	background: #f2f2f2;
    border: 1px solid #e2e2e2;	
}
.commentBox .tabs li {
	float:left;
}
.commentBox .tabs li h3 {
	margin: 10px
}
.commentBox .tabs .selectTab {
	background: #e2e2e2;
}
/************ Kayıt Sayfası *************/
.kayit-form, .facebook-kayit {
	background-color: #F5F5F5;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 15px;
	width: 450px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.facebook-kayit {
	text-align: center;
	margin-top:10px;
}
.facebook-kayit a {
	padding: 7px 10px;
	font-size: 18px;
	border-radius: 5px;
	color:#fff;
}
.kayit-form p {
	margin:0 0 10px 0;
	display: inline-block;
}
.kayit-form input {
	width: 378px;
	float:left;
	border-radius: 0 5px 5px 0;
	height: 18px;
}
.kayit-form i, .tarif-gonder-form i {
	width: 40px;
	height:40px;
	background: #e2e2e2;
	color: #333;
	border-radius: 5px 0 0 5px;	
	float:left;
	font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.kayit-form button {
	margin:0;
	padding: 0 10px;	
}
.kayit-form .red, .kayit-form .onay, .tarif-gonder-form .red {
	background:#ed1c24;
	width:439px;
	color:#fff;
	line-height: 40px;
	border-radius: 5px;
}
.kayit-form .onay {
	background: #02B356;
}
.kayit-form .red i, .kayit-form .onay i, .tarif-gonder-form i {background: transparent;}
.kayit-form input {
	border-radius: 0 5px 5px 0;
	padding: 10px;
	border: 1px solid #e2e2e2;
	float: left;
	width:385px;
}
/*************************** Yazar Sayfası **********************/
.yazar, .ilanlarim, .hakkimda .meta {
	margin: 10px 0;
}
.yazar .photo {
	float:left;
	margin-right: 10px;
}
.yazar .photo img {
	border: 1px solid #e2e2e2;
	padding: 3px;
	background: #fff;
}
.yazar .contact ul li {
	font-size: 16px;
	line-height: 35px;
	border-bottom: 1px dotted #e2e2e2;
}
.yazar .contact ul li i {
	color: #dd3333;
	width: 25px;
	text-align: center;
	font-size: 20px;
}
.yazar .contact ul li a i {
	color: #333;
	margin: 0 5px;
	line-height: 53px;
}
.yfacebook:hover i { color:#3b5998!important; }
.ytwitter:hover i { color:#3bc6f5!important; }
.ygoogle:hover i { color:#d94a39!important; }
.yinstagram:hover i { color:#8b5c48!important; }
.ymail:hover i{ color:#ff6501!important; }
/**************************** Yazarlar Sayfası **********************************/
.agents ul {
	margin: 5px -5px;
}
.agents ul li {
	float:left;
	margin: 5px;
	width:262px;
	font-size: 16px;
	background: #fff;
}
.agents ul li p {
	margin: 5px 0; 
}
.agent-top {
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 10px; 0;
}
.agent-top img {
	border-radius: 50%;
	padding: 2px; 
	border: 1px solid #e2e2e2;
}
.agent-bottom {
	background:#dd3333;
	padding: 10px;
	text-align: center;
}
.agent-bottom a i, .agent-bottom a:hover i {
	color: #fff!important;
	margin: 0 7px
}
/******************** 404 Sayfası *************************/
.page404 {
	background: url(images/404bg.png) no-repeat top center;
	margin:50px 0 0 0;
	height:450px;
	padding-top:48px;
}
.page404 .message {
	background: #dd3333;
	border-radius: 50%;
	width:250px;
	height:200px;
	margin: 0 auto;
	text-align:center;
	padding-top:50px;
}
.page404 .message div {
    color: #fff;
    line-height: 75px;
    font-size: 20px;
}
.page404 .message input {
	border:0;
	padding:10px;
}
/*************** Footer ****************/
.footer-top {
	width:1080px;
	margin: 0 auto;
	background: url(images/footer-silhouette.png) right bottom no-repeat;
	height: 105px;
	position: relative;
    z-index: 1;
}
.footer-bottom {
	background: #333;
	color: #b8b8b8;
}
.footer-bottom .fleft {
	float:left;
	width: 300px;
	margin-right: 10px;
	text-align: center;
}
.footer-bottom .fright, .footer-bottom-menu .menu {
	float:right;
	width:750px;
}
.footer-bottom .fright a, #header .top a  {
	color: #B8B8B8;
	cursor: pointer;
}
.footer-bottom .fright .menu {
	margin: 10px 0;
}
.footer-bottom .fright .menu li {
	float:left;
	width: 187px;
	font-size: 14px;
	line-height: 25px;
}
.footer-bottom-menu {
	background:#dd3333;	
	height: 50px;
}
.footer-bottom-menu .footer-content {
	padding: 0;
}
.footer-bottom-menu a {
	color:#fff;
	float:left;
	height: 50px;
	line-height: 55px;
	display: block;
}
.footer-bottom-menu a i {
	font-size: 20px;
	width: 50px;
	text-align: center;
}
.footer-bottom-menu .menu a {
	line-height: 50px;
}
.facebook:hover, .share .facebook { background:#3b5998; }
.twitter:hover, .share .twitter { background:#3bc6f5; }
.google-plus:hover, .share .google { background:#d94a39; }
.instagram:hover { background:#8b5c48; }
.youtube:hover { background:#e90a07; }
.pinterest:hover { background:#cc2128; }
.rss:hover { background:#ff6501; }
.footer-bottom-menu .menu {
	height:50px;
	border-left: 1px solid rgba(255,255,255,0.2); 
	padding-left: 20px;
}
.footer-bottom-menu .menu li {
	line-height: 10px;
	padding-right: 30px;
	display: inline-block;
}
.copyright {
	font-size:12px;
	padding: 30px;
	color: #bbb;
	text-align: center;
}
#back-top {
	margin: 0 auto;
	width: 1080px;
	height: 0;
	text-align: right;
}
#back-top .move-top {	
  display: none;
  position: fixed;
  z-index: 999;
  margin-left: 25px;
  bottom: 35px;
}
#back-top .move-top i {
	width: 48px;
	height: 48px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 43px;
	border: 1px solid 3d3d3d;
	cursor: pointer;
	background: #3d3d3d;
	color: #fff;
}
/********************************************************** Mobil - Responsive ****************************************************************/
.mobil-nav {
	display:none;
	float: right;
    font-size: 30px;
    line-height: 55px;
}
.mobil-nav i {
    margin-right: 15px;
	line-height: 55px;	
}	
#mobil-menu {
	position: absolute;
	z-index: 4;
	border-bottom:2px solid #e2e2e2;
	top: 55px;
	left:0;
	width: 100%;
	background: #fff;
}
#mobil-menu ul li {
	border-top: 1px solid rgba(0,0,0,0.1);
	line-height: 40px;
	padding: 0 10px;
}
.mobil-arama {
	display: none;
	width: 100%;
	position: absolute;
	margin-top: 56px;
	z-index: 3;
    text-align: center;	
}
.mobil-arama .mobil-button {
	background: #fff;
	padding: 10px 15px;
	font-size: 20px;
	display: inline-block;
	border:2px solid #e2e2e2;
	border-top:0;
	color:#dd3333;	
}
.mobil-arama .mobil-button span {
	float:left;
	margin: 0 5px;
}
.mobil-arama .mobil-button i {
	width: 20px;
	float:left;
	line-height: 26px;
}
#arama {
	width:296px;
	padding: 10px;
	background: #fff;
	margin: 0 auto;
	border: 2px solid #e2e2e2;
    border-top: 0;
}
#arama div {
	display:none;
}
#arama #konutDiv {
	display: block;
}
#arama select, #arama input, #arama form .submit {
	width:290px;
    padding: 0 5px;
    margin: 5px 3px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
}
#arama input {
	width: 279px;
}
#arama form .submit {
	background: #dd3333;
	border:0;
	color: #fff;
}
#aramatip {
	border-color:#dd3333!important;	
}
@media all and (max-width:1080px) { 
	#harita #footer {
		display:none;
	}
	#header {
		position: absolute!important;
	}
	#page-top {
		height: 500px;
	}
	.index-bottom .box .duyuru li img, .top, .nav {
		display:none!important;
	}
	.mobil-nav {
		display:block;
	}
	.logo {
		height: 50px;
		width: auto;
		padding: 3px;
	}
	.logo img {
		height:50px;
		width:auto;
	}
	.header {
		height: 50px;
		border-radius: 0;
		background: #fff;
	}	
	.footer-content, .top-content, .header, .footer-top {
		width: 100%;
	}
	#main-container, .index-bottom, .sidebar, .detayli-arama {
		width:830px;
	}
	.footer-bottom .fleft {
		width: 30%;
		margin-right:0;
	}
	.footer-bottom .fright {
		width: 70%;
	}
	.footer-bottom-menu .menu {
		width: 675px;
	}
	.sidebar-alan {
		width: 798px;
		float: left;
		margin-left: 10px;
	}
	.sidebar-alan ul li {
		float:left;
		margin-right: 15px;
	}
	.kredi .kredi-sonuc div {
		float:left;
		margin-right: 15px;
	}
	.index-bottom .box {
		margin-left: 10px!important;
		width: 298px;
	}
	.index-bottom .twobox {
		width: 468px;
	}
	.index-bottom .box ul li .doviz, .detayli-arama .sekmeler li a {
		width: 143px;
	}
	.index-bottom .box ul li span {
		width: 77px;
	}
	.index-bottom .box .duyuru li {
		width: 234px;
	}
	.index-bottom .box .duyuru li span {
		position: relative;
		margin-top: 10px;
		bottom: inherit;
	}
}
@media all and (max-width:830px) { 
	#page-top {
		height: 400px;
	}
	.footer-bottom-menu .menu, .ilan-liste li .oda, .ilan-liste li .mkare, .detayli-arama .sekmeler li a:before, .detayli-arama, .kc_fab_wrapper {
		display:none;
	}
	.mobil-arama {
		display:block;
	}
	#main-container, .index-bottom, .sidebar, .detayli-arama, .right-container {
		width:628px;
	}
	.homepage-box {
		width:606px;
		margin-left: 0;
	}
	.fullbox, .halfbox {
		width:616px;
	}
	.fullbox .item, .halfbox .item {
		width: 195px;
	}
	.footer-bottom .fleft {
		width: 30%;
		margin-right:0;
	}
	.footer-bottom .fright {
		width: 70%;
	}
	.sidebar-alan, .index-bottom .box, .index-bottom .twobox {
		width: 605px;
		margin-left: 0!important;
		margin-bottom: 10px;
	}
	.index-bottom .box .duyuru li, .index-bottom .box .duyuru li span, #postslide, #paginate-postslide, .emlak-detay {
		width: 300px;
	}
	.ilan-liste li .baslik {
		width:191px!important;
	}
	#postslide img {
		width: 290px;
		height: auto;
	}
	.ilan-katalog li {
		width: 200px;
		height: 280px;
	}
	.ilan-katalog li .detay div {
		width: 49px;
	}
	.ilan-katalog li .detay .fiyat {
		width: 70px;
	}
	.emlak-detay ul li span {
		width: 120px;
	}
}
@media all and (max-width:628px) { 
	#main-container, .index-bottom, .sidebar, .detayli-arama, .right-container, .hizli-arama {
		width: 320px;
	}
	.hizli-arama {
		left:0;
	}
	.hizli-arama input {
		width: 75%;
	}
	.hizli-arama button {
		width: 15%;
	}
	.homepage-box, .agent .item {
		width:308px;
	}
	.fullbox .item, .halfbox .item, .sidebar-alan, .index-bottom .box, .index-bottom .twobox {
		width:298px;
	}
	.footer-bottom .fleft, .footer-bottom .fright {
		width: 100%;
	}
	.footer-bottom .fright .menu li {
		padding: 0 10px;
	}
	.ilan-katalog li {
		width: 316px;
		height: 365px;
	}
	.ilan-katalog li .detay div{
		width: 71px;
	}
	.ilan-katalog li .detay .fiyat {
		width: 142px;
	}
}
/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}


.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}


.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left:2px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
  .spinner7 {
      width: 90px;
      height: 30px;
      text-align: center;
    }

    .spinner7 > div {
      background-color: #fff;
      height: 15px;
      width: 15px;
      margin-left:3px;
      border-radius: 50%;
      display: inline-block;
      
      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
      animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .spinner7 .circ2 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
    }

    .spinner7 .circ3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
    }

    .spinner7 .circ4 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

    .spinner7 .circ5 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
    }

    @-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
      20% { -webkit-transform: translateY(-20px) }
    }

    @keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }
