/*************************
*******Header BAŞI()******
**************************/
#header .search{
  display: inline-block;
}

.top-bar {
  padding: 10px 0;
  background: #363539;
  border-bottom: 1px solid #222;
  line-height: 28px;
  font-family: 'Open Sans Condensed', sans-serif; /* ben ekledim */
  font-size: 18px; /* ben ekledim */
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}
/*************************
*******Header SONU******
**************************/

/* btn-primary VERSIYON 1: dışı kırmızı, üzerine gelince açık ton */
.btn-primary {
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-right: 10px;
  font-family: 'Open Sans Condensed', sans-serif; /* ben ekledim */
  font-size: 15px; /* ben ekledim */
  font-weight: 500; /* 400:normal,700:bold, 100-900 */
  letter-spacing: 1px;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #e06466;
  outline: none;
  box-shadow: none;
}

/* btn-primary VERSIYON 2
.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 
*/

/* btn-primary VERSIYON 3: dışı kırmızı çizgi, içi transparan, üzerine gelince kırmızı 
.btn-primary {
  background: transparent;
  color: #fff;
  border-radius: 4px;
  border:2px solid #c52d2f;
  margin-right: 10px;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;  
}
*/

/* btn-primary VERSIYON 4 
.btn-primary {
  background: transparent;
  color: #fff;
  border-radius: 4px;
  border:2px solid #000;
  margin-right: 10px;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;  
}
*/ 

.btn-transparent {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.topbar-link {
  color:#fff;
}
.topbar-link a,
.topbar-link a:hover,
.topbar-link a:focus {
  color:#fff;
  text-decoration:none;
}
.glyphicon-fw {
    width: 1.28571429em;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* Üye Menüsü ()
/*-----------------------------------------------------------------------------------*/
#hornavtop {
  position: relative; /* ilk=absolute */
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0px !important;
}
#hornavtop > ul {
  border-radius: 0 5px 0 5px;
  padding: 0; /* ilk= padding: 0 10px 0 12px; */
  margin: 0;
  /* line-height: 18px; menü yüksekliği */
}
#hornavtop > ul > li {
  margin: 0px 0px; /* ilk= margin: 0px 5px;  her menü kutusunun sağındaki boşluk. menü arası boşluk.*/
  padding: 3px 0px 0px 0px; /* padding: 1px 0 1px 0; ilk menünün etrafındaki boşluklar */
  border:0px solid red;
}
#hornavtop > ul > li > a,
#hornavtop > ul > li > span {
  color: #fff;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif; /* ilk= font-family: 'Lato', sans-serif; */
  font-size: 16px; /* ilk: font-size: 20px; Lato fontu seçiliyken */
  letter-spacing: 1px;
  padding: 6px 6px; /* ilk menünün içindeki boşluklar */
  text-decoration: none;
  margin: 0px;
  z-index: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  border-radius: 5px;
}
#hornavtop > ul > li > a:hover,
#hornavtop > ul > li > span:hover,
#hornavtop > ul > li > a:active,
#hornavtop > ul > li > span:active,
#hornavtop > ul > li > a.current,
#hornavtop > ul > li > span.current {
  background-color: rgba(0, 0, 0, 0.043);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  margin: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
}
/* Dropdown Menu */
#hornavtop ul ul {
  background: #363539; /* alt menü rengi */
  font-family: 'Open Sans Condensed', sans-serif; /* ben ekledim */
  font-size: 16px; /* alt menü font ölçüsü */
  border-radius: 5px;
  border: 1px solid #363539; /* alt menü kenarlık rengi */
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0px;
  padding: 5px 0 !important;
  min-width: 100px;
  z-index: 20;
}
#hornavtop ul ul li {
  min-height: 18px;
  float: none;
  position: relative;
  padding: 0px 0px; /* alt menülerin birbirinden uzaklığını içerir */
}
#hornavtop ul ul li a,
#hornavtop ul ul li span {
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 7px 11px 7px 0px; /* alt menünün yüksekliğini içerir */
  color: #ffffff !important;
  text-transform: none;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
}
#hornavtop ul ul li:first-child a {
  border: none;
}
#hornavtop ul ul li a:active,
#hornavtop ul ul li a:focus,
#hornavtop ul ul li a:hover {
  text-decoration: none;
  background-color: rgba(99, 97, 105, 0.3); /* alt menü üstüne gelince renk #363539 */
}
#hornavtop ul ul li:hover a {
  text-decoration: none;
}
#hornavtop ul ul ul:before {
  display: none;
}
#hornavtop li ul,
#hornavtop li ul li ul {
  position: absolute;
  height: auto;
  min-width: 150px; /* açılır menünün min genişliği */
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  top: 43px; /* açılır menünün açılma efektinin uzaklığı */
  z-index: 1000;
}
#hornavtop li:hover > ul,
#hornavtop li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 33px; /* açılır menünün üst menüden dikey uzaklığı */
}
#hornavtop li ul li ul {
  left: 220px;
  top: 0;
}
#hornavtop li ul li:hover > ul {
  top: 0px;
  left: 200px;
}
#hornavtop ul ul .parent:after {
  top: 10px;
  right: 15px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
/*-----------------------------------------------------------------------------------*/
/* Üye Menüsü
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/* Media'lı Olanlar()
/*-----------------------------------------------------------------------------------*/
.hornavtop-text {	
	display:inline;
	font-size: 16px;	
}
@media only screen and (max-width: 991px) { /* menüde 991px'de kayboluyor */
	.hornavtop-text {
		display: none;		
		font-size: 0px;
		/*visibility: visible;visibility: hidden;*/
	}
	.btn-primary {  
		letter-spacing: 0px;
	}
	.user-menu {
		width: 43px !important;
	}
}

/*****************************
***********LOGO()
*****************************/
.logodiv {
	position: absolute;
	z-index: 3;
	left: 50%;
	top:7px;
}
.logoicdiv {
	position: relative;
	z-index: 3;
	left: -50%;
	top:0;
	border:0px solid lightgreen;
}
@media only screen and (max-width: 991px) { 
	.logodiv {
		position: absolute;
		z-index: 3;
		left:15px;
		top:12px;
	}
	.logoicdiv {
		position: relative;
		z-index: 3;
		left:0;
		top:0;
		border:0px solid lightgreen;
	}
}
/*****************************
***********LOGO
*****************************/

/*****************************
***********Search-Ara olayı()
*****************************/
.search-typeahead-div {
	display: none;
}
@media only screen and (max-width: 991px) {
	.search-typeahead-div {
		display: inline;
	}
}

.search i {
  color: #fff;
}
.fa-search:before{color:#ffffff;font-size:14pt;}
.fa-bell:before{color:#ffffff;font-size:14pt;}
input.search-form{
  background: transparent;
  border: 0 none; /*border: 1 solid #c52d2f;*/
  width: 60px; /* Kutunun ilk genişliği */
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input.search-form::-webkit-input-placeholder{
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}
input.search-form:hover {
  width: 76%; /* Kutunun aktifken genişliği. İlk= width: 180px; */
}
input.search-form:focus {
  width: 76%; /* Kutunun aktifken genişliği. İlk= width: 180px; */
}
/*****************************
***********Search-Ara olayı
*****************************/

/*-----------------------------------------------------------------------------------*/
/* End Media'lı Olanlar
/*-----------------------------------------------------------------------------------*/