/*# Header #*/
header{position:relative;display:block;}

/* Heweso Üst Panel */
.heweso-ust-panel {
    background-color: #000;
    padding: 5px;
    height: 65px;
}
.heweso-ust-panel-2 {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.heweso-ust-panel-2 .container {
    background: #fff;
    margin-top: -32px;
    box-shadow: 1px 0px 10px 0px #00000091;
}
/* heweso-ust-panel-liste */
.heweso-ust-panel-liste{list-style:none;padding:0;margin:0;padding-top:2px;padding-bottom:2px;}
.heweso-ust-panel-liste li{font-size: 0.9286em;color: #aeaeae;display: inline-block;border-right:1px solid #ccc;padding-right: 5px;padding-left: 5px;}
.heweso-ust-panel-liste li:first-child{padding-left: 0px;}
.heweso-ust-panel-liste li:last-child{border:0;}
.heweso-ust-panel-liste li a{padding-left:5px;color:#aeaeae;}
.heweso-ust-panel-liste li a:hover{color:#000;}
.heweso-ust-panel-liste li a .fa{font-size:14px;padding-left: 3px;padding-right: 3px;}

/* heweso-ust-panel-arama */
.heweso-site-arama input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
.heweso-site-arama input[type=search]:hover {
	background-color: #fff;
}
.heweso-site-arama input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.heweso-site-arama input:-moz-placeholder {
	color: transparent;
}
.heweso-site-arama input::-webkit-input-placeholder {
	color: transparent;
}
input {
	outline: none;
}
.search-text {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
.search-text {
	background: url(../images/search-icon.png) no-repeat 9px center;
	width:0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	padding-left:35px;
}
.search-text:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Menü */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11px;
}
.nav > li > a {
    color: #000;
    line-height: 140%;
    font-size: 16px;
    font-weight: 300;
    margin-top: 19px;
}
.nav > li > a:hover{color:#f9a242;}
a.active_menu {
    color: #f9a242 !important;
}
ul.heweso-ust-panel-liste i {
    color: #faa547;
    font-size: 15px;
    padding-right: 5px;
}
ul.heweso-ust-panel-liste li:hover {
    color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;	
}ul.heweso-ust-panel-liste li:hover a{
    color: #fff;
}
h1.teklifalformbasligi {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.p-l-0{padding-left:0;}
.p-r-0{padding-right:0;}