.arkafooter {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.arka {
  background-image: url(../img/arka.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.s-button {
    background-color:#f5f5f5; 
    text-align: center;
    border-radius: 8px;
}
.s-border {
  border-radius:5px 40px 20px;
  
  }







  .s-sas{
	border-radius: 40px 20px ;
	
  }
	
  
 



  body {
    background: #fff!important;


}

li {
	
    float: left;
    position: relative;
    border-radius: 8px;
    margin: 5px;
    

  }
  
	


h1
{
	color:#fff;
	margin:40px 0 60px 0;
	font-weight:300;
}





.sosyalmedya:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.sosyalmedya {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

/*
   Multicoloured Hover Variations
*/



 .s-animasyon {

	animation: s-animasyon 6s ease-in 1s infinite alternate none;

}

@keyframes s-animasyon {
	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60% {
		transform: translateX(10px);
	}

	80% {
		transform: translateX(8px);
	}

	90% {
		transform: translateX(-8px);
	}
}

.sohbet {

	animation: sohbet 2s linear 0ms infinite normal forwards;

}
@keyframes sohbet {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

.shover:hover{transform:scale(1.03)} 

.media
{
	/*box-shadow:0px 0px 4px -2px #000;*/
	margin: 10px 0;
	padding:10px;
}







  
  
  
  input {
    outline: none;
    border: none
  }
  
  
  
  
  
  
 
  
  
 
  .loginboyut {
    width: 100%;
  
  }
  .loginalan {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
    
  }
  
  .loginborder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 50%;
    height: 75px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff
  }
  .loginborder.sas1 {
    border-top-left-radius: 12px;
    border-right: none
  }
  .loginborder.sas2 {
    border-top-right-radius: 12px
  }
  .loginx{
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 30px;
    left: 0;
    top: 28px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
  }
  .login {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 0 30px
  }
  input.login {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
  }
  .login:focus {
    height: 55px
  }
  .login:focus + .loginx {
    top: 10px;
    font-size: 13px;
    color: #111
  }
  
  .logincontainer-buton {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .loginbuton {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    background: #070707;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1
  }
  
 
  .validate-input {
    position: relative
  }
  
  @media(max-width:576px) {
    .loginborder {
      width: 100%
    }
    .loginborder.sas1 {
      border-top-right-radius: 12px;
      border-right: 1px solid #e0e0e0
    }
    .loginborder.sas2 {
      border-top-right-radius: 0
    }
  }
  
  
  
  
  