﻿/* April 2020 - Kadrius */
:root { --anarenk: #f3e31c; --yardimciRenk: #e22380; --bggri: #505763; --acikGri: #f7f8fa; --buttonBg: #e22380; --buttonText: #f7f8fa; --vurguText: #e22380; --anaRenkText: #313131; --Logo: url(/static/images/logo.png); --Altlogo: url(/uploaded/b/altlogo.png);}
body { background: #fff; font-family: 'Open Sans', Helvetica, sans-serif; font-size: 15px; color: #29303b; margin: 0 0 0 0; }
a, a:link, a:visited, a:hover { text-decoration: none; color: #29303b; }
a img { border: none; }
div.clr, div.clear { height: 1px; clear: both; overflow: hidden; }
h1, h2, h3, h4, ul { margin: 0px; padding: 0px; }
h1, h2, h3, h4 { font-size: 15px; }
ul li { }
.img-responsive { display: inline-block; }

header { width: 100%; height:calc(100vh - 50px); background: #fff; margin-bottom: 3px; top: 0px; transition: all 0.5s; display:flex; align-items:center; }
header .container {  }
.topBar + header { top:41px; }
.logo { width: 350px; margin:auto; }
.logo a { display: block; width: 350px; height: 130px; background: var(--Logo) no-repeat center left; background-size: contain; text-indent: -9999px; overflow: hidden; }
.egitimAra { width:50%; padding:0; margin:auto; position:relative; }
.egitimAra .form-control { height: 60px; border: 1px solid #ebebeb;  transition: all 0.2s; box-shadow:none; padding-left:50px; }
.egitimAra .form-control:focus { box-shadow: none; background: #fff; border: 1px solid #ebebeb; }
.egitimAra .input-group-addon { background: #fff; border: none; color: #000; border: 1px solid #ebebeb; border-right:none; }
.egitimAra:after { display:block;     content: "\f002"; font: normal normal normal 14px/1 FontAwesome; position:absolute; top:18px; left:15px; font-size:20px;}
.ustMenu { width: 520px; padding-left: 21px; text-align:right; padding-right:0; }
.ustMenu .navbar-nav { float:right; }
.ustMenu .navbar-nav > li > a { font-size: 14px; padding: 24px 8px; }
.ustMenu .navbar-nav > li > a.btn { padding: 5px; margin-top: 17px; margin-left: 8px; }
.ustMenu .navbar-nav > li > a.btn:hover { background: #fff; }
.ustMenu .navbar-nav > li.header-lang > a { font-weight:600; }
footer { background:var(--acikGri); height:45px; text-align:center; padding-top:10px; }

#egitimArama .easy-autocomplete-container ul { background: none; border-top: none; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; overflow: hidden; }
#egitimArama .easy-autocomplete-container ul li { margin-left: 0; color: #29303b; border: none; background: #f2f3f5; padding: 10px 10px; }
#egitimArama .easy-autocomplete-container ul li.selected { background: #d8d8d8; }
div.eac-item { display: flex; flex-wrap: nowrap; }
div.ara-Resim { display: inline-block; width: 80px; height: 50px; overflow: hidden; background: #fff; text-align: center; padding: 5px 0; }
div.ara-Resim img { width: 40px; max-height:40px; }
div.egitimAraText { width: calc(100% - 80px); padding-left: 20px; display: flex; flex-direction:column; justify-content:center; }
div.egitimAraText p { margin-bottom: 0; }
div.egitimAraText small { font-style:italic; color:#8f8f8f; }


@media (max-width:768px) {
	header .container { width:100%; }
	.logo { width:70%; }
	.logo a { width:100%; }
	.egitimAra { width:90%; }
	footer { font-size:13px; padding:12px; }
}
