.site-branding-logo img {
    max-height: 90px;
    width: auto;
}
/*.gav-help-region {
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
    background-color: #7CCBEE;.duyurular{
border: 1px solid black;
    margin-bottom: 47px;
    padding: 25px;
}
}*/
.social-media{
	padding-top: 9px;
	display: flex;
	justify-content: center;
    align-items: center;
    transition: .4s;
	border-radius: 50%;
}
.social-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 6px;
    margin-left: 8px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.social-media a:hover {
	background: linear-gradient(to bottom right, #8b9dc3, #3b5998);
	background-color: #294B78;
	border: 1px solid #737373;
}
.js-form-item{
	visibility: hidden;
}
.after-content-spotify{
    padding: 5px 15px;
}
.topbar-left {
    padding-left: 45px;
}
.topbar-right {
    /*padding-right: 35px;*/
}
.fa-color{
	color: white;
}
.group-title{
	font-size: 22px;
    text-align: center;
}
.hızlı-erisimler-a{
	font-size: 22px;
    text-align-last: center;
}
/*media*/
@media (max-width: 768px) {
    header.header-v1 .header-inner {
        float: left;
        width: 100%;
		padding-right: 0px;
        padding-top: 0px; 
        width: 0px;
    }
   .gbb-row-wrapper {
        text-align: center;
    }
	
	
}
@media (min-width: 1200px) {
    .footer-col-lg-3 {
        width: 33.3333% !important;
    }
}
@media (max-width: 1199px) {
  header.header-v1 .header-inner {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .topbar-media {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .topbar-left-media {
    display: contents;
  }
}
@media (max-width: 992px) {
  .topbar {
    height: 125px;
  }
}
@media (max-width: 1199px) {
  .topbar-left {
    padding-left: 0px;
}
}
@media (max-width: 1199px) {
  .topbar-right {
    padding-right: 0px;
}
  }

@media (max-width: 990px) {
  .heading-social-media {
    width: 75% !important;
  }
}

@media (max-width: 668px) {
  .heading-social-media {
    width: 0% !important;
  }
}

@media (max-width: 668px) {
  .social-media {
   padding-left: 200px;
}
  }
  
  @media (max-width: 450px) {
  .social-media {
   padding-left: 110px;
}
  }
@media (max-width: 668px) {
  .gva-parallax-background {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
	background-size: cover;
}
  }
.duyurular{
	border: 4px solid #004990;
    margin-bottom: 47px;
    padding: 25px;
	border-radius: 20px;
}