html {
  height: 100%;
  width: 100%;
  font-size: 67%;
  background-image: url('/img/bg/tile_13.png');
  background-repeat: repeat;
}
body {
  width: 100%;
  font-family: "open sans", "tahoma";
  font-size: 1.5rem;
  min-height: 100%;
}
h1.baslik-1 {
  margin: 0 0 10px 0;
  font: 100 1.3em "verdana", "tahoma";
  color: #5a5a5a;
  padding: 4px 8px;
  background-color: #DBE6E8;
  position: relative;
  border-bottom: 2px solid #AAB3B4;
}
h1.baslik-1::after {
  position: absolute;
  top: 100%;
  left: 12px;
  content: ' ';
  width: 0;
  height: 0;
  border-top: solid 8px #DBE6E8;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
h1.baslik-1::before {
  position: absolute;
  top: 100%;
  left: 10px;
  content: ' ';
  width: 0;
  height: 0;
  border-top: solid 10px #AAB3B4;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
h2.baslik-2 {
  margin: 2px 0 6px 0;
  padding: 3px 6px;
  font-family: "segoe ui", tahoma;
  font-size: 14px;
  font-size: 1.4em;
  font-weight: 400;
  border-color: #4C9ED9;
  border-bottom: 2px solid;
  color: #4C9ED9;
}
h3 {
  border-bottom: 1px solid #3498DB;
  color: #3498DB;
  padding: 4px 8px 4px 8px;
  margin: 0;
  margin-bottom: 4px;
  font-size: 120%;
  font-weight: bold;
}
h4 {
  margin: 0 0;
  padding: 4px 6px;
  background-color: #dedede;
  font-family: "segoe ui", tahoma;
  font-size: 10px;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
hr {
  background-color: #88b9e3;
  border: 0 none;
  height: 2px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #C66111;
}
.kvkk {
  padding: 4px 6px;
  border: 2px dashed #ececec;
  border-radius: 4px;
  margin: 4px 0;
}
.kvkk a {
  color: #0B85DB;
}
.tip {
  font: 14px Helvetica, sans-serif;
  position: relative;
  border-radius: 4px;
  margin-bottom: 2px;
  max-height: 800px;
  color: #000;
  background-color: #b9d5f0;
  overflow: hidden;
}
.tip .title {
  font-weight: bold;
  margin: 6px;
  color: #fff;
  background-color: #409bf0;
  padding: 4px 8px;
  border-radius: inherit;
}
.tip .text {
  color: #000;
  margin: 0 6px;
}
.tip .icon {
  background-color: #067cea;
}
.tip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tip ul li {
  margin: 5px 0;
}
.tip ul li:before {
  content: "\00BB \0020";
}
.p_c_birim_adi {
  display: block;
  color: cadetblue;
  font-size: 0.9em;
}
.p_c_birim_adi + .p_c_birim_adi {
  margin-top: 2px;
}
.akademisyen-guncel-veri {
  background-color: #b4c7f5;
  transition: background-color 1s ease-in !important;
}
.body-section {
  max-width: 1280px;
  margin: 10px auto 0 auto;
  overflow-x: auto;
  background-color: transparent;
  padding: 0 10px;
}
.body-section .content-section {
  display: flex;
  flex-flow: column;
  overflow-x: auto;
}
.header-section .site-info {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 6px 6px 10px 6px;
}
.header-section .site-info .site-logo {
  flex: 0 0 64px;
  margin-right: 6px;
}
.header-section .site-info .site-title {
  font-size: 180%;
}
.header-section .site-info .site-title .title2 {
  font-size: 80%;
}
.header-section .site-info .site-theme {
  font-size: 1.5em;
  font-style: italic;
  text-align: right;
}
.content-section {
  max-width: 1200px;
  margin: 0 auto;
  flex-flow: row;
  flex: 2 1 auto;
  /* 2 and it will fill whole space left */
  align-items: stretch;
  display: flex;
}
.content-section page-content {
  flex: 2 1 auto;
  padding: 4px 0;
  font-family: "open sans";
  font-size: 0.8em;
  overflow-y: auto;
}
.search-section form {
  margin-bottom: 10px;
}
.search-section form .flex-input {
  width: 100%;
}
.search-section form .flex-input input {
  width: 100%;
}
.search-section table {
  margin-bottom: 10px;
}
.hp-blocks {
  background-color: none;
}
.hp-blocks .hp-block {
  background-color: #fff;
  margin-bottom: 16px;
  border: 1px solid #dedede;
}
.footer-wrapper {
  background-color: none;
  margin-bottom: 10px;
  max-width: 1280px;
  margin: 10px auto 0 auto;
  padding: 0 10px;
  border-top: 1px solid #ececec;
  color: #000;
  font-size: 12px;
  font-size: 1.2em;
  font-weight: 100;
}
.footer-wrapper .footer-blocks {
  display: flex;
  flex-flow: row nowrap;
}
.footer-wrapper .footer-blocks .footer-block {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.footer-wrapper .footer-blocks .footer-block:not(:last-child) {
  margin-right: 10px;
}
.footer-wrapper .footer-blocks .footer-block.fb-pages-block {
  flex-grow: 2;
}
.footer-wrapper .footer-blocks .footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-blocks .footer-block ul li {
  display: flex;
}
.footer-wrapper .footer-blocks .footer-block ul li a {
  display: flex;
  width: 100%;
  flex-flow: row;
  padding: 0 4px;
  align-items: center;
  color: #000;
}
.footer-wrapper .footer-blocks .footer-block ul li a * {
  font-size: 10px;
  font-size: 1em;
  display: inline-block;
  margin-right: 6px;
}
.footer-wrapper .footer-blocks .footer-block ul li a.hilight-bg:hover {
  background-color: #FAEB8A;
}
.footer-wrapper .footer-blocks .footer-block ul li a:hover {
  color: #dd4b39;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-info {
  flex-grow: 2;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-details {
  font-size: 8px;
  font-size: 0.8em;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-details .post-detail {
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #a0a0a0;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-details .post-detail a {
  color: #a0a0a0;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-details .post-detail a:hover {
  color: #dd4b39;
}
.footer-wrapper .footer-blocks .footer-block ul li .post-title {
  font-size: 10px;
  font-size: 1em;
}
.footer-wrapper .footer-blocks .footer-block .fb-title {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.guncel-akademisyenler {
  display: flex;
  flex-wrap: wrap;
}
.guncel-akademisyenler a {
  flex-basis: 19%;
  margin: 10px 3px;
  display: flex;
  border-left: 2px solid #a0a0a0;
  padding-left: 4px;
  flex-grow: 2;
}
.guncel-akademisyenler a .ga-image {
  width: 48px;
  height: 48px;
}
.guncel-akademisyenler a .ga-image img,
.guncel-akademisyenler a .ga-image svg {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.guncel-akademisyenler a .ga-text {
  display: flex;
  flex-flow: column;
  margin-left: 6px;
}
.guncel-akademisyenler a .ga-text .ga-text-ad {
  font-weight: bold;
}
.guncel-akademisyenler a .ga-text .ga-text-unvan {
  font-size: 0.7em;
  color: #a0a0a0;
}
.guncel-akademisyenler a:hover {
  border-left-color: orange;
}
.calisma-toplamlari {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calisma-toplamlari a {
  flex-basis: 140px;
  margin: 10px 3px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.calisma-toplamlari a .act-simge {
  width: 48px;
  height: 48px;
}
.calisma-toplamlari a .act-simge img,
.calisma-toplamlari a .act-simge svg {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.calisma-toplamlari a .act-toplam {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 50%;
  background-color: #ececec;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 2px 3px;
  font-size: 10px;
  color: #a08000;
}
.calisma-toplamlari a:hover {
  border-left-color: orange;
}
.giris-yazilar {
  display: flex;
  flex-flow: column;
}
.table-1 thead tr th {
  background-color: #3498DB;
  font-weight: bold;
  text-align: left;
  padding: 6px;
  border: 1px solid #CDCDCD;
  color: #fff;
}
.table-1 tbody tr td {
  padding: 3px 5px;
}
.table-1 tbody tr:hover {
  background-color: #dedede;
  cursor: pointer;
}
.table-2 thead tr th {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  padding: 6px;
  border-bottom: 2px solid #CDCDCD;
  color: #000;
}
.table-2 tbody tr td {
  padding: 3px 5px;
}
.table-2 tbody tr:hover {
  background-color: #dedede;
  cursor: pointer;
}
.switch-button-label {
  font-size: 16pt;
}
.hidden {
  display: none;
}
.navigateable > tbody tr.selected {
  background-color: #cfcfcf;
}
.a-page .a-left-nav {
  min-width: 230px;
  max-width: 230px;
  border-right: 1px solid #dedede;
  flex-flow: column;
  display: flex;
  padding: 4px;
}
.a-page .a-left-nav .a-info {
  display: flex;
  flex-flow: column;
  text-align: left;
}
.a-page .a-content {
  flex-grow: 2;
  padding: 6px;
  overflow: hidden;
}
.a-page .a-content article {
  padding: 16px 0;
}
.a-page .a-infos {
  display: flex;
  flex-flow: row;
  flex-basis: 60%;
  flex-grow: 2;
}
.a-page .a-general {
  display: flex;
  flex-flow: row;
  margin: 4px;
  border: 2px solid #f2f2f2;
  border-radius: 6px;
}
.a-page .a-general .a-info {
  padding: 1em;
}
.a-page .a-photo img {
  width: 222px;
  height: auto;
  border-radius: 10px;
}
.a-page .a-titles {
  display: flex;
  flex-flow: column;
  flex-grow: 2;
  padding: 10px 0;
}
.a-page .a-titles .a-name {
  font-size: 2.6em;
  font-weight: bold;
}
.a-page .a-titles .a-title {
  font-size: 2em;
  font-weight: normal;
}
.a-page .a-department {
  margin-top: 1em;
}
.a-page .a-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.a-page .a-info-list ul li {
  color: #999999;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 6px 0;
}
.a-page .a-info-list ul li i {
  margin: 4px 4px 0 0;
  vertical-align: middle;
  width: 20px;
}
.a-page .a-info-list ul li a {
  flex-grow: 2;
  color: inherit;
  word-break: break-all;
}
.a-page .a-info-list ul li a:hover {
  color: #000;
}
.a-page .a-info-list .categories li,
.a-page .a-info-list .categories li * {
  font-size: 0.9em;
}
.a-page .a-links {
  margin: 4px;
  padding: 10px 6px;
  border: 2px solid #f2f2f2;
  border-radius: 6px;
}
.a-page .a-links a:not(:first-child) {
  margin-left: 10px;
}
.a-page .a-contacts {
  border-radius: 8px;
  flex-basis: 40%;
  padding: 6px 8px;
}
.a-page .a-contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a-page .a-contacts ul li {
  padding: 0.2em 0;
  position: relative;
}
.a-page .a-contacts ul li .baslik {
  font-size: 0.7em;
  position: absolute;
  top: -2px;
  left: 8px;
  background-color: #fff;
  padding: 0 6px;
  color: darkcyan;
}
.a-page .a-contacts ul li .bilgi {
  display: flex;
  margin: 4px 0;
  border: 1px dashed #a0a0a0;
  border-radius: 6px;
  padding: 5px;
  align-items: center;
}
.a-page .a-contacts ul li .bilgi i {
  margin-right: 6px;
}
.a-smenu {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #AAB3B4;
}
.a-smenu a {
  display: flex;
  flex-flow: row;
  margin: 0 4px;
  height: 48px;
  font-size: 1em;
  padding: 6px 10px;
  color: #000;
  position: relative;
}
.a-smenu a.open * {
  color: #0B85DB;
  font-weight: bold;
}
.a-smenu a.open::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  content: ' ';
  width: 0;
  height: 0;
  border-top: solid 8px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.a-smenu a.open::before {
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  content: ' ';
  width: 0;
  height: 0;
  border-top: solid 10px #5390bb;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.a-smenu a:hover {
  color: #1472B4;
  border-color: #1472B4;
}
.a-smenu a .menu-title {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-grow: 2;
  line-height: 1.4;
}
.a-smenu a .menu-icon {
  display: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.a-smenu a.empty-menu {
  visibility: hidden;
  flex-grow: 2;
}
.a-smenu h1 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.a-smenu h1 span {
  padding: 6px 10px;
  background-color: #5390bb;
  display: block;
  color: #fff;
  border-radius: 6px;
}
.form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-list .input-row {
  display: block;
  padding: 8px;
}
.form-list .input-row.active {
  background-color: #ECF4FC;
}
.form-list .header {
  border-bottom: 1px solid #3498DB;
  color: #3498DB;
  padding: 4px 8px 4px 8px;
  margin-bottom: 4px;
  font-size: 120%;
  font-weight: bold;
}
.form-list .header i {
  margin-right: 6px;
}
.form-list .button-row {
  text-align: center;
  padding: 4px;
}
.form-list .label-col {
  display: inline-block;
  padding: 4px 20px 4px 4px;
  text-align: left;
  width: 200px;
  vertical-align: top;
  font-weight: bold;
  white-space: normal;
}
.form-list .input-col {
  display: inline-block;
  vertical-align: top;
}
.form-list .input-block {
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
}
.form-list .input-block .help-text {
  clear: both;
  font-size: 80%;
  color: #a0a0a0;
}
.form-list .input-block .validation-text {
  clear: both;
  /*background-color: #B74A43;
            border-radius: 4px;*/
  color: #B74A43;
  display: none;
  padding: 2px 6px;
  font-size: 80%;
}
.form-list .input-block .validation-text::before {
  content: '* ';
  display: inline-block;
  margin-right: 3px;
}
.page-layout-1 {
  display: flex;
  height: 100%;
  flex-flow: row nowrap;
}
.page-layout-1 .pl1-left {
  flex-grow: 2;
  order: 1;
  padding-right: 6px;
}
.page-layout-1 .pl1-right {
  width: 400px;
  padding: 0 10px;
  order: 2;
  border-left: 1px solid #ddd;
}
.list-style-1 {
  margin: 0;
  padding: 0;
}
.list-style-1 li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  margin: 0.5em 0 0.5em 2.5em;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-out;
  counter-increment: li;
}
.list-style-1 li:hover {
  background-color: #efefef;
}
.list-style-1 li::before {
  content: counter(li);
  position: absolute;
  left: -2.5em;
  top: 0;
  margin-top: 0;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
.list-style-1 li::after {
  position: absolute;
  content: '';
  border: 0.5em solid transparent;
  left: -1.5em;
  top: 1em;
  margin-top: -0.5em;
  transition: all 0.3s ease-out;
}
.list-style-1 li:hover::before {
  background-color: #efefef;
}
.list-style-1 li:hover::after {
  left: -0.5em;
  border-left-color: #efefef;
}
.list-style-1 li .alt-bilgi {
  font-size: 80%;
  color: #a0a0a0;
  display: flex;
  flex-flow: row wrap;
}
.list-style-1 li .alt-bilgi i {
  margin-right: 4px;
}
.list-style-1 li .alt-bilgi > div {
  margin-right: 10px;
  border-radius: 4px;
  padding: 2px 4px;
  background-color: aliceblue;
  color: #a0a0a0;
}
.list-style-1 li .baslik {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.1em;
}
.list-style-2 {
  margin: 0;
  padding: 0;
}
.list-style-2 li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2.5em;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-out;
  counter-increment: li;
  margin: 4px 0;
  border: 1px solid transparent;
}
.list-style-2 li:nth-child(even) {
  background-color: #f7f7f7;
}
.list-style-2 li:hover {
  border-color: brown;
}
.list-style-2 li::before {
  content: counter(li);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2em;
  font-weight: bold;
  background-color: #ececec;
  display: inline-block;
  text-align: center;
  border-right: 1px solid white;
  padding-top: 6px;
}
.list-style-2 li .alt-bilgi {
  font-size: 80%;
  color: #a0a0a0;
  display: flex;
  flex-flow: row wrap;
}
.list-style-2 li .alt-bilgi i {
  margin-right: 4px;
}
.list-style-2 li .alt-bilgi > div {
  border-radius: 4px;
  padding: 2px 4px;
  background-color: #dfe9f2;
  color: #434a57;
  margin: 4px;
}
.list-style-2 li .alt-bilgi > div:hover {
  background-color: orange;
  color: #fff;
}
.list-style-2 li .baslik {
  margin-bottom: 6px;
  font-weight: bold;
}
.post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-list li {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}
.post-list li .post-image {
  flex-basis: 120px;
}
.post-list li .post-info {
  display: flex;
  flex-flow: column;
}
.post-list li .post-info .post-title {
  font-size: 1.4em;
}
.post-list li .post-info .post-details {
  flex-grow: 2;
  color: #a0a0a0;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.post-list li .post-info .post-details .post-detail {
  font-size: 0.8em;
  margin-right: 10px;
}
.post-list li .post-info .post-details .post-detail i {
  margin-right: 4px;
}
.page-picture {
  margin-bottom: 6px;
}
.page-picture img {
  height: auto;
  width: 100%;
}
.ist {
  display: flex;
  flex-flow: row nowrap;
}
.ist .ist-blok {
  flex-basis: 50%;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}
.ist .ist-blok .ist-liste {
  max-height: 280px;
  overflow-y: auto;
}
.ist .ist-blok .ist-liste.no-scroll {
  max-height: none;
  overflow-y: none;
}
.ist .ist-blok .ist-liste table {
  width: 100%;
}
.ist .ist-blok .ist-liste table tbody tr:nth-child(even) {
  background-color: #ececec;
}
.ist .ist-blok .ist-liste table tr {
  cursor: pointer;
}
.ist .ist-blok .ist-liste table tr th {
  border-bottom: 2px solid #acacac;
}
.ist .ist-blok .ist-liste table tr td {
  padding: 2px 4px;
}
.ist .ist-blok .ist-liste table tr td.ist-toplam {
  text-align: center;
  width: 10%;
}
.ist .ist-blok .ist-liste table tr td.ist-oran {
  text-align: left;
  width: 20%;
}
.ist .ist-blok .ist-liste table tr td.ist2-toplam {
  border: 1px solid #A4DEA4;
  border-radius: 4px;
  min-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.ist .ist-blok .ist-liste table tr td.ist2-oran {
  min-width: 80px;
}
.ist .ist-blok .ist-liste table tr td.ist2-oran div {
  display: inline-block;
}
.ist .ist-blok .ist-liste table tr td.ist2-oran .ist2-grafik {
  background-color: #a4dea4;
  position: relative;
}
.ist .ist-blok .ist-liste table tr td.ist2-oran .ist2-grafik + .ist2-grafik {
  margin-top: 2px;
}
.ist .ist-blok .ist-liste table tr td.ist2-oran .ist2-per {
  position: absolute;
  left: 2px;
  top: 0;
  color: #000;
  font-size: 90%;
}
.ist .ist-blok + .ist-blok {
  margin-left: 6px;
}
.ist .ist-oran div {
  display: inline-block;
}
.ist .ist-oran .ist-grafik {
  background-color: green;
  height: 100%;
}
.post-page {
  display: flex;
  flex-flow: column;
}
.post-page .post-col-content {
  padding: 0 8px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.post-page .post-title {
  font-size: 2em;
  margin: 0 0 16px 0;
  color: #000;
}
.post-page .post-excerpt {
  font-size: 1em;
  margin: 16px 0;
}
.post-page .post-image {
  margin: 16px;
}
.post-page .post-image img {
  width: 100%;
}
.post-page .post-info-bar {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 4px;
}
.post-page .post-info-bar .post-info {
  display: flex;
  flex-flow: row;
  padding: 4px 0;
  margin: 4px 0;
  border-bottom: 1px dashed #dedede;
}
.post-page .post-info-bar .post-info .post-info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.post-page .post-info-bar .post-info .post-info-image img {
  border-radius: 6px;
}
.post-page .post-info-bar .post-info .post-info-text {
  display: flex;
  flex-flow: column;
  padding: 4px;
}
.post-page .post-info-bar .post-info .post-info-text .post-info-key {
  font-size: 1em;
  font-weight: bold;
}
.post-page .post-info-bar .post-info .post-info-text .post-info-value {
  font-size: 0.8em;
}
.related-posts .related-post {
  display: flex;
  flex-flow: row;
  flex-basis: 260px;
  font-size: 1.2em;
  margin: 4px 0;
  padding: 4px 0;
}
.related-posts .related-post:not(:last-child) {
  border-bottom: 1px dashed #dedede;
}
.related-posts .related-post .rp-link {
  display: flex;
  flex-flow: column;
}
.related-posts .related-post .rp-infos {
  display: flex;
  flex-flow: column;
  font-size: 0.8em;
  padding: 0 4px;
}
.related-posts .related-post .rp-infos .rp-info {
  margin-bottom: 4px;
}
.related-posts .related-post .rp-title {
  font-weight: bold;
  font-size: 1.5em;
  text-overflow: ellipsis;
}
.author-posts {
  padding: 4px;
}
.author-posts a {
  display: flex;
  flex-flow: row;
  padding: 4px 0;
  margin: 4px 0;
  font-size: 1.2em;
}
.author-posts a:not(:last-child) {
  border-bottom: 1px dashed #dedede;
}
.author-posts a .ap-info {
  display: flex;
  flex-flow: column;
  padding: 0 6px;
}
.author-posts a .ap-info .ap-image {
  width: 160px;
  margin-right: 4px;
}
.author-posts a .ap-info .ap-title {
  flex-grow: 2;
  text-overflow: ellipsis;
}
.as-search-blocks {
  display: flex;
  flex-flow: row nowrap;
}
.as-search-blocks .as-search-block {
  border: 1px solid #dedede;
}
.as-search-blocks .as-search-block:not(:last-child) {
  margin-right: 10px;
}
.as-search-blocks .as-search-block .flex-list {
  max-height: 250px;
  overflow: auto;
}
.as-search-blocks .as-search-block.enlarge {
  flex-grow: 2;
  flex-shrink: 4;
}
.a-aramasonuclari-blok {
  margin-top: 16px;
}
.a-aramasonuclari {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.a-aramasonuclari li {
  flex-basis: 320px;
  flex-grow: 2;
  padding: 6px;
  margin: 0 10px 10px 0;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.a-aramasonuclari li:hover {
  border-color: brown;
}
.a-aramasonuclari li:hover .bilgiler * {
  color: brown;
}
.a-aramasonuclari li a {
  display: flex;
  flex-flow: row nowrap;
}
.a-aramasonuclari li a .gorsel {
  min-width: 80px;
  max-width: 80px;
}
.a-aramasonuclari li a .gorsel img {
  border-radius: 6px;
}
.a-aramasonuclari li a .bilgiler {
  flex-grow: 2;
  padding-left: 8px;
}
.a-aramasonuclari li a .bilgiler .ad-soyad {
  font-size: 1.1em;
  font-weight: bold;
  color: #55acee;
}
.a-aramasonuclari li a .bilgiler .unvan {
  margin-bottom: 4px;
  font-size: 0.8em;
}
.a-aramasonuclari li a .bilgiler .birim,
.a-aramasonuclari li a .bilgiler .bolum {
  color: #a0a0a0;
  font-size: 0.8em;
}
.a-page-details {
  display: flex;
  flex-flow: row;
  border-top: 3px solid #ececec;
  padding: 0 4px;
}
.a-page-details .a-page-detail {
  padding: 4px 8px;
  background-color: #ececec;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-flow: column nowrap;
}
.a-page-details .a-page-detail:not(:last-child) {
  margin-right: 10px;
}
.a-page-details .a-page-detail .key {
  margin-right: 8px;
  color: #5598db;
  text-align: center;
}
.a-page-details .a-page-detail .key i {
  margin-right: 4px;
}
.a-page-details .a-page-detail .value {
  text-align: center;
  font-size: 0.8em;
}
.a-page-details .a-page-detail.right {
  margin-left: auto;
}
@media all and (max-width: 540px) {
  .post-page {
    flex-flow: column;
  }
  .post-page .post-info-bar {
    flex-flow: column;
  }
  .post-page .post-info-bar .post-info {
    margin: 0 3px;
    padding: 0 3px;
  }
  .post-page .post-info-bar .post-info:not(:last-child) {
    border-right: 1px dashed #dedede;
  }
  .post-page .post-info-bar .post-info .post-info-key {
    display: none;
  }
  .post-page .post-info-bar .post-info .post-info-text {
    margin-top: auto;
    flex-flow: row;
    flex-grow: 2;
  }
  .post-page .post-info-bar .post-info .post-info-text .post-info-key {
    text-align: left;
  }
  .post-page .post-info-bar .post-info .post-info-text .post-info-value {
    text-align: right;
    margin-left: auto;
  }
  .post-page .post-col-content {
    border: none;
    padding: 6px 0;
  }
  .author-posts a {
    flex-flow: column;
  }
  .related-posts .related-post {
    flex-flow: column;
  }
  .a-smenu {
    justify-content: center;
  }
  .a-smenu a {
    font-size: 0.8em;
  }
  .a-smenu a .menu-title {
    display: none;
  }
  .a-smenu a .menu-icon {
    margin: 0;
    font-size: 2em;
    display: flex;
  }
  .a-smenu a.empty-menu {
    flex-grow: 0;
  }
  .a-page .a-titles .a-title {
    font-size: 1em;
    font-weight: normal;
  }
  .a-page .a-titles .a-name {
    font-size: 1.1em;
  }
  .hp-blocks .hp-block .a-page .a-general {
    flex-flow: column;
  }
  .hp-blocks .hp-block .a-page .a-general .a-infos {
    flex-flow: column;
  }
  .hp-blocks .hp-block .a-page .a-general .a-infos .a-info.a-photo img {
    width: 100%;
    height: auto;
  }
  .hp-blocks .hp-block .a-page .a-content .a-smenu a {
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .menu-section .horizantal-menu ul li a .hide-sml {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .hp-blocks .hp-block.guncel .profile-cards .profile-card.p-c-tall {
    flex-flow: row;
    width: 100%;
    height: auto;
  }
  .hp-blocks .hp-block.guncel .profile-cards .profile-card.p-c-tall .p-details {
    text-align: center;
    font-size: 1.3em;
  }
  .hp-blocks .hp-block.guncel .profile-cards .profile-card.p-c-tall .p-details .p-detail {
    height: auto;
    padding: 4px 0;
  }
  .hp-blocks .hp-block.guncel .profile-cards .profile-card.p-c-tall .p-image {
    justify-content: flex-end;
  }
  .hp-blocks .hp-block.guncel .profile-cards .profile-card.p-c-tall .p-image img {
    height: 80px;
  }
  .hp-blocks .hp-block .calisma-toplamlari a {
    flex-basis: auto;
    margin: 10px;
  }
  .footer-wrapper .footer-blocks .footer-block.fb-pages-block .fb-pages .post-list li {
    flex-flow: column;
    border-bottom: 1px solid #a0a0a0;
  }
  .footer-wrapper .footer-blocks .footer-block.fb-pages-block .fb-pages .post-list li .post-image {
    flex-basis: auto;
    width: 100%;
    text-align: center;
  }
  .hp-blocks .hp-block .a-page .a-content article .post-list li {
    flex-flow: column;
  }
  .hp-blocks .hp-block .a-page .a-content article .post-list li .post-image {
    flex-basis: auto;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 720px) {
  .as-search-blocks {
    flex-flow: column;
  }
  .as-search-blocks .as-search-block {
    border: none;
    margin-right: 0;
    width: 100%;
  }
  .ist {
    flex-flow: column;
  }
  .ist .ist-blok + .ist-blok {
    margin-left: 0;
  }
  .ist .ist-blok {
    width: 100%;
    margin-left: 0;
  }
  .ist .ist-blok .ist-liste {
    max-height: none;
    overflow-y: none;
  }
  .ist .ist-blok .ist-liste table {
    table-layout: fixed;
  }
  .ist .ist-blok .ist-liste table tr td.ist-ad {
    width: 77%;
  }
  .ist .ist-blok .ist-liste table tr td.ist-toplam {
    width: 5%;
  }
  .ist .ist-blok .ist-liste table tr td.ist-oran {
    width: 18%;
  }
  .header-section .site-info .site-title {
    font-size: 120%;
  }
  .header-section .site-info .site-logo img {
    width: 32px;
  }
  .footer-section {
    font-size: 100%;
  }
  html {
    font-size: 55%;
  }
  .top-nav a {
    font-size: 10px !important;
    font-size: 1em !important;
    word-break: break-word;
  }
  .flex-col {
    width: 100%;
  }
  .page-content {
    flex-flow: column;
  }
  .page-content .left-side-bar {
    width: 100%;
    max-width: 100%;
  }
  .form-list .label-col {
    width: 100%;
  }
  .a-smenu a {
    font-size: 0.8em;
  }
  .list-style-1 li .alt-bilgi {
    flex-flow: column nowrap;
  }
  .list-style-1 li .alt-bilgi div {
    width: 100%;
  }
  .list-style-1 li .alt-bilgi div + div {
    margin-left: 0;
  }
  .page-layout-1 {
    flex-flow: column nowrap;
  }
  .page-layout-1 .pl1-left {
    order: 2;
    padding-right: 0;
  }
  .page-layout-1 .pl1-right {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .footer-wrapper .footer-blocks {
    flex-flow: column nowrap;
  }
  .footer-wrapper .footer-blocks .footer-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .footer-wrapper .footer-blocks .fb-pages-block {
    margin-top: 0;
  }
  .related-posts ul {
    flex-flow: column;
  }
  .related-posts ul li {
    margin: 0;
    flex-basis: 100%;
    padding: 3px 0;
    margin: 3px 0;
    border-bottom: 1px dashed #dedede;
  }
  .related-posts ul li .rp-link {
    flex-flow: row;
  }
  .related-posts ul li .rp-link .rp-image {
    flex-basis: 96px;
  }
  .related-posts ul li .rp-link .rp-image img {
    width: 96px;
    height: auto;
    margin-right: 4px;
  }
  .related-posts ul li .rp-infos {
    flex-flow: row;
  }
  .related-posts ul li .rp-infos .rp-info:not(:last-child) {
    margin-right: 6px;
  }
  .related-posts ul li .rp-infos i {
    margin-right: 3px;
  }
  .related-posts ul li .rp-infos .rp-info {
    margin: 4px;
  }
  .hp-blocks .hp-block .a-page .a-general .a-infos {
    font-size: 0.8em;
  }
  .hp-blocks .hp-block .a-page .a-general .a-infos .a-info.a-photo img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    width: auto;
  }
  .hp-blocks .hp-block .a-page .a-titles .a-name {
    font-size: 1.6em;
    font-weight: bold;
  }
}
@media all and (min-width: 400px) and (max-width: 540px) {
  .hp-blocks .hp-block .a-page .a-general .a-infos {
    flex-flow: row;
  }
}
@media all and (max-width: 375px) {
  .hp-blocks .hp-block .a-page .a-general .a-infos {
    flex-flow: column;
    align-items: center;
  }
}
@media all and (min-width: 720px) and (max-width: 850px) {
  .footer-wrapper .footer-blocks {
    flex-wrap: wrap;
  }
  .footer-wrapper .footer-blocks .footer-block {
    flex-grow: 2;
  }
  .footer-wrapper .footer-blocks .footer-block:nth-child(2) {
    margin-right: 0;
  }
  .footer-wrapper .footer-blocks .fb-pages-block {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
