.main{
  border: 1px solid;
  margin: 20px;
  padding: 20px;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#header{
  text-align: center;
  padding: 20px;

}
#header .logo{
  width: 400px;
}

.sube_item{
  text-align: center;
  border: 1px solid;
  padding: 10px;
}

.hr_style{
  border-bottom: 2px dashed #000 !important;
  border-top: none;
}


/* Flash class and keyframe animation */
.flash_banner{
  padding-top: 50px;
}
.flash_banner a{
  text-decoration: none !important;
  text-align: center;
}
.flash_banner a h1{
  color: #e90000;
  font-weight: 600;
  margin: 0;

}
.flashit{
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}

.ikonlar{
  position: fixed;
  z-index: 99999;
  list-style: none;
  padding: 0;
  bottom: 10px;
  left: 20px;
}
.ikonlar li{
  float: left;
  margin-right: 10px;
}
.ikonlar h3{
  background: #fff;
}
.ikonlar li img{
  width: 150px;
}

.vcenter{
  display: flex;
  align-items: center;
}

.playbtn{
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto 100px auto;
  width: 100px;
  z-index: 9;
  cursor: pointer;
}
.playbtnEfects{
  border-radius: 50%;
  position: relative;
  width: 37px;
  height: 37px;
  position: absolute;
  left: -250px;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
}
.playbtnEfects::after {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1600ms linear infinite;
}
.playbtnEfects::before {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 1800ms linear;
}
@keyframes anim {
  from {
      margin: 0px;
      opacity: 1;
  }

  to {
      margin: -15px;
      opacity: 0;
  }
}

.dil-list{
	list-style: none;
	padding: 0;
  margin: 0 0 0 30px;
}
.dil-list li{
	float: left;
	margin-right: 10px;
}
.dil-list li a{}

.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}

.kvkk-div{
  position: fixed;
  bottom: 40px;
  width: 80%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
}
.kvkk-div h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.kvkk-div button{
  border: 0;
  float: right;
  margin-top: -100px;
  margin-right: -30px;
  background: #fff;
}

@media (max-width: 479px){
  .kvkk-div {
    position: fixed;
    bottom: 50px;
    width: 95%;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
  }
  .kvkk-div button {
    border: 0;
    float: right;
    margin-top: -80px;
    margin-right: -5px;
  }

  .mobilGizle{
    display: none !important;
  }

  .ikonlar li img{
    width: 150px;
  }

  .mobilFontSizeTel{
    font-size: 11px !important;
  }

  #header .logo{
    width: 100%;
  }
}

@media (max-width: 1230px){

}

@media (max-width: 1120px){

}

@media (max-width: 1080px){

}

@media (max-width: 990px){

}
