@charset "UTF-8";
/*!* AYBE Interactive v4.3.1 (https://aybereklam.com/)
  * Copyright 2011-2019 The AYBE Interactive Authors 
  * Licensed under MIT (https://aybereklam/master/LICENSE) */
/* Laptop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}
/* Normal desktop (LG) :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	.site__logo img { height: 55px; margin: 2rem 0 !important; }
}
/* Tablet desktop (MD) :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.site__logo img { height: 50px;margin: 2rem 0 !important; }
}
/* small mobile (XS) :320px. */
@media (max-width: 767px) {
	.site__logo img {height: 50px; margin: 1rem 0 !important;}
}

@media only screen and (max-width: 479px) {
  
}