/* Mobil Stiller */
@media screen and (max-width: 999px) 
{
.desktop {display:none;}
}

/* Desktop Stiller*/
@media screen and (min-width: 1000px) 
{
.mobile {display:none;}
}

.bakim_uyari
{
padding:10px;
background:#ff3a00;
color:white;	
}

.crwp
{
position:fixed;
z-index:5;
bottom:50px;
}

.crwp img
{
width:75px;	
}