/* Add here all your CSS customizations */

/* Preloader */
 
.wp{position:fixed;bottom:15px;left:15px;z-index: 999999;}.pulse-button{position:relative;width:58px;height:58px;border:none;box-shadow:0 0 0 0 rgba(41,167,26,.7);border-radius:50%!important;background-color:#29a71a;background-image:url(/img/wa.png);background-size:51%;background-repeat:no-repeat;cursor:pointer;background-position:center;float:left;cursor:pointer;-webkit-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);-moz-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);-ms-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1)}.pulse-button:hover{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}@-webkit-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}@-moz-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}@-ms-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}@keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}#wh-call-to-action a .wh-call-to-action-content{padding:5px 10px;line-height:18px;max-height:34px;max-width:176px;overflow:hidden;word-wrap:break-word;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;color:#333;text-decoration:none}#wh-call-to-action a:link{text-decoration:none}#wh-call-to-action{position:relative;top:49px;box-shadow:2px 2px 13px rgba(0,0,0,0.1);border:1px solid #e2e2e2;border-radius:5px;background:#fff;cursor:pointer;left:69px}
.wp-yazi{padding: 3px 5px;bottom: 30px;z-index: 9999999999;position: fixed;left: 80px;background: white;border-radius: 8px;}
.wp-yazi p {font-size:14px;margin: 0 0 0px;} 
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* sayfa yüklenirken gösterilen arkaplan rengimiz */
    z-index:99; /* efektin arkada kalmadığından emin oluyoruz */
}
 
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(resimklasorumuz/yukleniyor.gif); /* burası yazının ilk başında bahsettiğimiz animasyonu çağırır */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}
