.inline{
	display: inline !important;
}

/* Dropdown Button */
.dropbtn {
  position: relative;
  display: inline-block;
  width: 16.66%;
  height: 100%;
    transition: all .3s ease;
    text-align: center;
    vertical-align: top;
    color: #192e58;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: -webkit-fill-available;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  min-height: -webkit-fill-available;
  text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #f1f1f1
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  text-shadow: none !important;
}

.dropdownYazi:hover {
	background-color: #f1f1f1 !important;
	color: #000000 !important;
	border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    text-shadow: none !important;
}

/* Change color of dropdown links on hover */
.header .bottom_bar .main_menu li:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.specialLi {
	text-align: left;
}

.logolu {

	text-indent: -9999px;
    background-color: #fff !important;
    background-image: url(../resimler/ekstra/farkstorLogomKucuk.jpg)!important;
    background-repeat: no-repeat;
    background-position: center top 13px;
}