.hidden {
	display:none;
}

.projeDetayBilgi {height:auto; padding:0px !important }
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 479px) and (max-width: 991px) {
  /*Css Onur*/
.affix-top .buyukLogo {display:none !important;  transition: all 0.4s ease 0s;}
.affix-top .kucukLogo {display:block !important;  transition: all 0.4s ease 0s;}
.logo span {display: none;}
.projeDetayBilgi {height:auto; padding:0px !important }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  /*Css Onur*/
.affix-top .buyukLogo {display:none !important;  transition: all 0.4s ease 0s;}
.affix-top .kucukLogo {display:block !important;  transition: all 0.4s ease 0s;}
.logo span {display: none;}
	
.projeDetayBilgi {height:auto; padding:0px !important }
}
