.divslider { 
background: #000000;
 position: fixed;
 top: 0px;
 display: block; 
left: -300px;
 -webkit-transition: 0.6s;
 -moz-transition: 0.6s;
 display: block;
 border-right: #A0A096 solid 15px;
 z-index: 999;
 opacity: 0.7;
 margin-top: 190px;
 } 

.divsliderinside { 
width: 300px !important;
 height: 400px;
 overflow: hidden;
 display: block;
 margin-top: -700px;
 padding-top: 700px;
 }
 .divslider:hover{ 
left: 0px;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 }

.hoverselection{
  background: #000;
  padding: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
  letter-spacing: 1px !important;
  font-size: 10px;
  color: #7A4521;
}

.hovered{
 height: 16px;
  overflow: hidden;
  -webkit-transition: 0.9s;
-moz-transition: 0.9s;
}

.hovered:hover{
 height: 30px;
  overflow: hidden;
  -webkit-transition: 0.9s;
-moz-transition: 0.9s;
}

.sidetext2{
  
width: 20px;
  font-family: "April Fatface";  
  font-size: 12px; 
  color: #7A4521; 
  text-transform: uppercase; 
margin-left: -80px;
    -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
    inline-size: auto;
}

.puan1{
padding: 10px;
}

.puan2{
  width: 200px;
  height: 120px;
  padding: 10px;
  margin-top: 20px;
  background: #0a0a0a;
  display:block;
}

.puan3{
  width: 200px !important;
  padding: 5px;
  height: 120px;
  display: block;
  font-family: "April Fatface"; 
  color: #6a6a6a; 
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: auto;
  font-size: 7px;
}

.mainBox{
  font-size: 7px; 
  background: #0a0a0a;
  font-family: "Oswald"; 
  color: #6a6a6a; 
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px !important;
  width: 220px !important;
}

.secondBox{
  display: block;
  width: 220px !important;
  height: 300px;
  overflow: auto;
}

.adminsname{
  font-size: 20px; 
  font-family: "April Fatface"; 
  color: #816634; 
  margin-top: -40px;
  margin-bottom: 60px;
  padding-right: 20px;
}

.adminsname2{
  font-size: 7px; 
  font-family: "April Fatface"; 
  color: #6a6a6a; 
  padding-right: 25px;
  margin-top: -75px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admins{
   font-size: 9px; 
  color: #6c614b;
padding-top: 30px;
  height: 280px;
  width: 240px;
  display: block;
}

.divbutton{
  background: #0a0a0a; 
  display: block; 
  width: 58px;
  font-family: "Oswald"; 
  text-align:center; 
  font-size: 12px; 
  color: #5B341A; 
  text-transform: uppercase;
  padding: 5px;
}

.divbutton:hover{
  background: #7A4521;
}

.divbutton:active{
}

.divbutton:focus{
  background: #817886;
}

.duyurulinki {
	background: #7A4521;
	width: 260px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	margin-left: -18px;
	margin-top: -12px;
	margin-bottom: 15px;
	font-family: "Oswald";
	font-size: 11px;
  -webkit-transition: 0.9s;
-moz-transition: 0.9s;
transition:0.9s;
}
.duyurulinki:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
  -webkit-transition: 0.4s;
-moz-transition: 0.4s;
transition:0.4s;
        box-shadow: inset 0 0 0 1px #6a6a6a;
}

.staffhover:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
  -webkit-transition: 0.4s;
-moz-transition: 0.4s;
transition:0.4s;
        box-shadow: inset 0 0 0 3px #7A4521;
}


		
		
		
		