/*# Header #*/
header{position:absolute;display:block;width:100%;z-index:9;}

/* Heweso Üst Panel */
.heweso-ust-panel{padding:5px;}

/* 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: #fff;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:#fff;}
.heweso-ust-panel-liste li a:hover{color:#f5f5f5;}
.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 {
    border-bottom: 2px solid transparent;
    color: #313131;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 500;
    margin-top: 11px;padding:10px 13px;
}
.nav > li > a:hover{color:#313131;border-bottom:2px solid #76bd1d;}
.active_menu{color:#313131 !important;border-bottom:2px solid #76bd1d !important;}
.footer-bg-bg{
	background: rgba(0, 0, 0, 0) url(../images/banner-alt.png) repeat scroll 0 0;
    margin-top: -7px;
    height: 7px;
    width: 100%;
    position: relative;
    display: block;
    z-index: 999;
    transform: rotate(180deg);
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #76bd1d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(118, 189, 29);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(118, 189, 29);
}
input#txtCaptcha {
    width: 200px;
    float: left;
}
.formbaslik {
    font-weight: 900;
    font-size: 23px;
    border-bottom: 1px solid #76bd1d;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ikutu {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 3px #ddd;
    padding: 16px;
    margin-bottom: 20px;
}
.ikutu i {
    font-size: 32px;
    display: inline-block;
    position: relative;
    float: left;
}
.ikutu p {
    margin-left: 46px;
    font-size: 19px;
    font-weight: 800;
}
.ikutu p span {
    font-size: 14px;
    font-weight: 400;
    display: block;
	 color: #76bd1d;
}
.ikutu p span a {
    color: #76bd1d;
    font-weight: 400;
}
.f-2{display:none;}

	
.kapsa{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index: 99998;
	display:none;
}
.block{
	display:block !important;
}
.acildi{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	right:0 !important;
}
.kapandi{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	right:-300px !important;
}
.Mobil-Menu {
    background: #fff;
    position: fixed;
    width: 300px;
    height: 100%;
    right: -300px;
    z-index: 99999;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    overflow-x: hidden;
}
.Mobil-Menu ul.m-Menu{
    padding: 0;
    list-style: none;
    margin: 0;
}	
.Mobil-Menu ul.m-Menu li{
    border-bottom: 1px solid #ddd;
}
.Mobil-Menu ul.m-Menu li a {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.Mobil-Menu ul.m-Menu li .fa {
    margin-right: 10px;
}
.Mobil-Menu ul.m-Menu li a:hover {
    color: #071689;
}
.mobil-padding-0{padding:0;}
.nav > li:last-child a {
    padding-right: 0;
}
.p-r-0{padding-right:0;}
.p-l-0{padding-left:0;}

ul.headerSosyal li {
    display: inline-block;
    font-size: 22px;
    padding-right: 5px;
}
ul.headerSosyal li a {
    color: #fff;
}
ul.headerSosyal {
    padding: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 10px;
}
.ayir:after {
    content: '';
    color: #b1b1b1;
    position: absolute;
    margin-left: -1px;
    margin-top: -17px;
    height: 19px;
    border: 1px solid #9c9b9b;
}
.ayir {
    margin-right: 5px;
    margin-left: 5px;
}
.istekOneri h1 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}
.istekOneri h1:after {
    content: '';
    position: absolute;
    width: 200px;
    border: 1px solid #ed1c24;
    left: 0;
    margin-top: 31px;
}
.istekOneri p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
ul.mobil-sosyal-medya li {
    display: inline-block;
	padding-right:5px; 
}
ul.mobil-sosyal-medya li a {
    color: #000;
    font-size: 25px;
}
ul.mobil-sosyal-medya {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px;
	margin-bottom:20px;
}
.mbl-logo {
    width: 170px;
}
@media (max-width:1000px){
	header {
		position: relative;
	}
	section.container-gorunumu .aciklama {
		margin-top: 25px;
	}
	.heweso-haber-gorunumu-1-ic-content {
		margin-bottom: 10px;
	}
	footer {
		padding: 10px;
	}
	.altIletisim {
		margin: 0;
		border: 0;
	}
	.p-l-0{padding:0;}
	footer div {
		padding: 5px !important;
	}
	.bottom-bar{text-align:center;}
	section.heweso-icerik {
		padding: 5px;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after{display:none;}
	.SolTabMenu-UrunIcerik video {
		width: 100% !important;
		display: block;
		float: none !important;
		margin-bottom: 10px;
	}
	#map{margin-bottom:20px;}
}
.mobilMenuu {
    background: #76bd1d;
} 
.mbl-logo {
    padding: 5px;
    display: inline-block;
    float: left;
	margin-left: 10px;
}
.mobil-icon {
    float: right;
    background: #071689;
    padding: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
}