﻿/* SAYFA BASI APARATI */
.GD-Sayfa-Basi { display:none; border:1px solid #666; position:fixed; bottom:50px; right:30px; background:#000 url(sayfa-basi.png) 50% 50% no-repeat; width:50px; height:50px; border-radius:3px; z-index:9999; cursor:pointer; }

/* MEDIA AYARLARI */
@media screen and (max-width:700px) {
	.GD-Sayfa-Basi { bottom:10px; right:10px; }
}

@media screen and (max-width:480px) {
	.GD-Sayfa-Basi { width:40px; height:40px; }
}