.hikayedaire {
	float:left;
	width: 100%;
	height: 105px;
	overflow:hidden;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align:center;
	}

.icdaire {
	position:relative;
	display:inline-block;
	width: 110px;
	height: 105px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}

.icdaireborder {
	position:absolute;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	width: 80px;
	height: 80px;
	overflow:hidden;
	border-radius: 100%;
	border: 5px solid transparent;
	border-radius: 100%;
	background-image: linear-gradient(white, white), linear-gradient(to right, #f69c4d, #c12291);
	background-origin: border-box;
	background-clip: content-box, border-box;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; 
	animation: spinat 5s linear infinite;
  	}

.icdaire a {
	position:relative;
	z-index:9989;
	float:left;
	width: 100%;
	height: 105px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align:center;
	}

.icdaire a p {
	float:left;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align:center;
	font-size: 13px;
	font-weight:700;
	color:#515151;
	text-decoration:none;
	}

.icdaire a:hover p {
	color:#c12291;
	}

.icdaire a img {
	width: 70px;
	height: 70px;
	overflow:hidden;
	margin: 5px auto 12px;
	padding: 0px 0px 0px 0px;
	border-radius: 100%;
	}

@keyframes spinat { 
  100% { 
    transform: rotateZ(360deg);
  }
}

@media only screen and (max-width: 1000px) { 

.hikayedaire { height: 105px; margin: 7px 0px 18px 0px; }

.icdaire { width: 110px; height: 105px; margin: 0px 0px 0px 0px; }
.icdaireborder { width: 80px; height: 80px; animation: none; }
.icdaire a p { font-size: 12px; font-weight:700; }
.icdaire a img { width: 70px; height: 70px; }
	
}