.ust {
	background-color: #CC0202;
	border: 1px solid #C61331;
}
.ust-sorgu {
	border: 1px solid #C61331;
	background-image: url(images/aramazemin.jpg);
	background-repeat: repeat-y;
}
.telefon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0202;
	text-decoration: none;
}
.ust-sag-ana-1-1
{
		width:138px;
		height:30px;
}
.ust-sag-ana-1-1-1
{
		width:46px;
		height:22px;
		position:relative;
		float:left;
}
.whatsapp1{
width: 55px;
    height: 50px;
    position: relative;
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-left:5px;
}
.whatsapp2{
width: 260px;
    height: 55px;
    position: relative;
	float:left;

}
.buyutec
{
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .2s ease-in;
}
.buyutec:hover
{
    z-index:4;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);  
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.telefon_ana_div_1 {
    width: 255px;
    height: 20px;
    position: relative;
    margin: auto;
	margin-top:3px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	animation: blinker 0.9s linear infinite;
	
}
@keyframes blinker {  
      50% { opacity: 0; }
      }
.telefon_ana_div_2 {
    width:255px;
    height: 20px;
    position: relative;
    margin: auto;
	margin-top:-5px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 26px;
	font-weight:bolder;
	color: #ffffff;
	text-decoration: none;
	
}
.telefon_ana_div {
	width: 331px;
	height: 55px;
	position: relative;
	margin: auto;
	margin-top:15px;
	border-radius:10px 10px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:#6CAA23;
	background-color: #1B9A10;
}
.ekstralar_ana
{
		width:300px;
		min-height:580px;
		padding:10px;
		font-family: 'Jura', sans-serif;	
		font-size:25px;
		border-style:solid;
		border width:1px;
		border-color:#efefef;
}
.ekstra_ic
{
		width:290px;
		height:60px;
		font-family: 'Jura', sans-serif;	
		font-size:25px;
		background-color:#ffffff;
		border-style:solid;
		border width:1px;
		border-color:#efefef;
		position: relative;
		float:left;
		margin:3px;
}
/* üzerine gelince açiklama css baslangiç*/

.resimpozisyon
{
top: -20px;
    left: 25px;
	border:0;
	cursor:help;
}
.aciklama
{
    position: relative;
    display: inline-block;
}

.aciklama:after
{
    content: attr(data-title);
    position: absolute;
    top: -100px;
    left: -50px;
    padding: 5px;
	background-color:#FFFFFF;
    opacity: 0;
    word-wrap: break-word;
    height: auto;
    width: 200px;
    -moz-box-shadow: 0 0 4px #333333;
    -webkit-box-shadow: 0 0 4px #333333;
    box-shadow: 0 0 10px #333333;
    pointer-events: none;
	font-size:10px;
	color:#333333;
	font-family: 'Didact Gothic', sans-serif;
}

.aciklama:active::after
{
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: auto;
}
/* üzerine gelince açiklama css bitis*/