
.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 100000001;
}
.loading2 {
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 20%;
    height: 20%;
    text-align: center;
    top: 40%;
    left: 40%;
}


.lang-link{
    padding-left:10px;
}

.sliderHeight {
    height: calc(100vh - 122px);
}
/*.classynav ul li{
    background-color:rgba(0,0,0,0.67);
        border-radius:10px;
        margin:0 5px;
}*/

 /*img grup başla*/
  .img-grup{
    position: relative;
  }
  .img-grup-perde{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transition: background-color, opacity 500ms;
  }
  .img-grup-perde>i{
    margin-top: 44%;
    font-size: 48px;
    color: #fff;

  }
  .img-grup-perde:hover{
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
  }
  /*img grup bitti*/

.bannerArea{
    margin-top:122px;height: 250px;
}


.social a {
  padding: 0 .5em;
}

.social-header{
  display: inline-block;
  height: 42px;
  width: 200px;
  text-align: right;

}
.social-header-item{
  display: inline-block;
  padding-top: 7px;
  margin-left: 10px;
}
.social-header-item a i{
  font-size: 28px !important;
  color: #E40521 !important;
}