body{
background: #fff;
margin : auto;

max-width : 100%;

}

.stt{width : 15%;height:10vh;border-right: 1px solid #000;float:left;background: #ffff;}


.nazvanie_kategory{
	font-family: Arial;
	font-weight: 500;
	color: #737171;
	padding:10px;
font-size: 15px;
background: #fff;
border-bottom: 1px solid #eae5e5;
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex-wrap:wrap;
  }
  
 .nazvanie_kategory a{
	 
	 font-weight: 500;
  display:inline-block;
  color: #474747;
  } 
  
.kategory{
background: #ffff;
border-right: 1px solid #eae5e5;
border-left: 1px solid #eae5e5;
border-top: 1px solid #eae5e5;
box-shadow:  0 12px 12px -12px rgba(0,0,0,.2);
}
.wrapper {overflow-x: hidden;
	background: #f8f8f8;
	transition: all 0.4s linear;
  display: flex;
  flex-direction: column;
  
}
.syte{font-family: Arial;font-size: 16px;color: #737171;font-weight: 500;}
.news_text{background: #ffff;padding:10px;}


a:link, a:active, a:visited {
        text-decoration: none;
	color: #737171;
	
}

aside.delete_r{padding:0; margin-right:6px;}

footer {
    box-shadow: 0 0 8px #666;
    font-size: 13px;
    background: #65806f;
  width: 100%;
  height: 70px;
}
.container {
  flex-grow: 1;
  display: flex;
  width: 100%;
}
aside{
	padding:4px;
  width: 270px;
  
}
main {
  padding:4px;
  flex-grow: 1;
  width:570px;
}

span.st1 {
	margin-left:4px;
    padding: 1px 7px 1px 7px;
    background: #ececec;
    border-radius: 2px 0px 0px 2px;
    color: #908c8c;
    font-size: 11px;
}

span.st2 {
    padding: 1px 7px 1px 7px;
    background: #e8f7e9;
    border-radius: 0px 2px 2px 0px;
    color: #908c8c;
    font-size: 11px;
}

*{
box-sizing: border-box;
  margin:0;
  padding:0;
}
.header{
    -webkit-box-shadow: 0px 5px 7px rgba(93,109,157,0.3);
    -moz-box-shadow: 0px 5px 7px rgba(93,109,157,0.3);
    box-shadow: 0px 5px 7px rgba(93,109,157,0.4);
    font-size:13px;
  height:70px;
  background:#65806f;
  padding-left: 20px;
  color:#fff;
}
.logo{font-weight: 300;
	font-family: Arial;
	transition:0.7s;
	color:#fff;
  line-height:70px;
  float:left;
}

.logo a{
	color:#fff;
 font-size: 30px;
}

.foot{

padding: 6px; 
text-align:center;
 width:100%;
 margin : auto;
}

 .foot a{
color:#506859;
 font-size:12px;
 }

 
.menu{
  float:right;
  line-height:70px;
}
.menu a{
  text-transform:uppercase;
  text-decoration:none;
  padding:10px;
  transition:0.4s;
  color:#fff;
}
.show-menu-btn,.hide-menu-btn{
  transition:0.4s;
  font-size:30px;
  cursor:pointer;
  display: none;/*DİV'i gizler*/
}
.show-menu-btn{
  float:right;
}
.show-menu-btn i{
  line-height:70px;
}
.menu a:hover, /*menülerin üzerine gelince renk değiştir*/
.show-menu-btn:hover,
.hide-menu-btn:hover{
  color:#3498db;
}
#chk{
  position:absolute;
  visibility:hidden;
  z-index:-1111;
}
.content{
  padding: 0 20px;
}
.content img{
  width:100%;
  max-width:950px;
  margin:20px 0;
}


.cat_razd{
border-bottom: 1px solid #eae5e5;
	padding: 11px;
        text-decoration: none;
        color: #737171;
         }


.rr  {
	font-weight: 500;
	color: #737171;
	padding:10px;
font-size: 17px;
background: #fff;
border-bottom: 1px solid #eae5e5;
border-top: 1px solid #eae5e5;
  text-align:center;
  }

.content p{
  text-align:justify; /*Textleri sağ ve sola tam sığacak şekilde yaslıyor*/
}
/*800px'in altındaysa sayfa WİDTH'si*/
@media screen and (max-width:800px){ /*En fazla 800px'e kadar gözükebilir. Daha altında gözükemez*/
  .show-menu-btn,.hide-menu-btn{
    display:block; /*3 nokta simgesi ve X simgesi alt alta gelmesi için*/
  }
  .menu{
	  box-shadow: 0 0 6px 1px rgba(221, 221, 221, 2);
	color: #737171;
    position:fixed;
    width:290px;
    height:100vh;
    background:#fff;
    right:-100%;
    top:0;
    text-align:left;
    padding: 80px 0;
    line-height:normal;
    transition:0.7s;
  }
  .menu a{
	  border-bottom : 1px solid #f8f8f8; 
    display:block;
    padding:15px;
	color: #737171;
  }
  
  .hide-menu-btn{
    position:absolute;
    top:20px;
    right:20px;
  }
  #chk:checked ~ .menu{ /*3 noktaya tıklayınca*/
    right:0;/*menüyü getir*/
  }
}

@media screen and (max-width: 1120px) {
	
aside.delete_r{display: none;}	
	
	
	
}

.table-container {
	margin-bottom:4px;
	width: 100%;
	height:10vh;
	display: table;
	border: 1px solid #b7b7b7;
}

.table-item {
	background: #fff;
	color: #b7b7b7;
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	
}

.table-item.first {
	vertical-align: middle;
	background: #fff;
	font-size: 20px;
	text-align: center;
	width: 11%;
	border-right: 1px solid #b7b7b7;
}

.table-item.last {
	vertical-align: middle;
	text-align: center;
	width: 11%;
	border-left: 1px solid #b7b7b7;
}

.cifr {
	color: #989696;
    border: #d9d9d9 solid 1px;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    line-height:45px;
    font-size: 14px;
    margin: 2px;
    text-align: center;
}

@media screen and (min-width: 801px) {
.razdel{display: none;}	
}
	@media screen and (max-width: 801px) {
.razdel{display: block;}	
}
@media screen and (max-width: 801px) {
	
aside.menu_r{display: block;}	
	
}

@media screen and (max-width: 801px) {
	
aside{display: none;}	
	
.logo a{transition:0.4s;
	color:#fff;
 font-size: 25px;
}	
}

@media screen and (max-width: 390px) {
.nazvanie_kategory{
font-size: 16px;
padding:7px;
}

.rr  {
font-size: 16px;
padding:7px;	
  }
	
.logo a{
	color:#fff;
 font-size: 18px;
}	

 .foot a{
 font-size:10px;
 }

	
}



@media screen and (max-width: 320px) {
.nazvanie_kategory{
font-size: 16px;
padding:7px;
}

.rr  {
font-size: 16px;
padding:7px;	
  }
	
.logo a{
	color:#fff;
 font-size: 16px;
}
	
}







@media screen and (min-width: 1120px) {
	
.ipad{display: none;}	
	
	
	
}
@media screen and (min-width: 800px) {
.hr a{
  color:#fff;
  
  text-decoration:none;
  padding:10px;
  transition:0.4s;
  
}
}

.auts{
background:#7a9e88;
width:20%;
display:inline-block;
outline: 1px dashed rgba(255,255,255,0.8);
outline-offset: -4px;
padding: 6px;
box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .4);
margin-right:4px;
}
.hes{
font-family: Arial;
background: #7a9e88;
    outline: 1px dashed rgba(255,255,255,0.8);
    outline-offset: -4px;
    padding: 0px;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .4);
font-weight: 300;
display:inline-block;
float:right;
line-height:40px;
margin-top:10px;
font-size: 18px;
}

@media screen and (max-width: 800px){
	.hes{display:none;}
	.header{padding-right:15px;}
}
@media screen and (min-width: 800px){
	.menu2{display:none;}
	
}