.hizmet_detay_btn{
	float: right;
	margin-top: -37px;
	margin-right: 20px;
	text-transform: uppercase;
	background: #fff;
}

#canvas3d canvas{
  width: 100% !important;
  height: 500px !important;
}


.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}

@media (max-width: 479px){
  #header .header-logo img {
    width: 200px;
  }
}
