/* Fixed sidenav, full height */
.sidenav {
     width: 270px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #efefef;
    overflow-x: hidden;
    padding-top: 0px;
	font-family: "URW Gothic L" !important;
	min-height: 633px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
 .sidenav {
   
    width: 170px !important;
   }
	.sidenav a, .dropdown-btn {
    padding: 5px 0px !important;
    text-decoration: none;
    font-size: 14px !important;
}
	#mainbaslik img {
		max-width: 140px !important;
	}
	#mainbaslik {
		font-size: 20px !important;
	}
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 3px 6px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #5b5b5b;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
	transition:  all 0.3s ease;
	font-family: "URW Gothic L" !important;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #c83f51;
  text-decoration: none !important;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 16px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}
@media screen and (max-width:490px) {
	.main {
	 font-size: 13px !important;
	}
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #5b5b5b;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #e1dede !important;
  border: 0px solid !important;
  cursor: pointer;
}

.dropdown-container a {
	font-size: 14px !important;
	/*color: #DA475A !important;*/
}

.dropdown-container a:hover {
	background-color: #F7F7F7 !important;
	color:  #5b5b5b !important;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 20px;
}

.fa-caret-down{
	margin-top: 3px !important;
}
@media screen and (max-width:768px){
	.sidenav{
	  text-align: center !important;
	  margin: auto !important;
	  padding: 0px !important;
      margin: 0px !important;
      float: none !important;
	  width: 100% !important;
	}
}