@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,700i,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03rem;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 400;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

ul {
  list-style: none;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

.front-page .content {
  padding-top: calc(115px + 90px);
}

a.link1 {
  color: #E51937;
}
a.link1:hover {
  color: #000;
}

.header {
  box-shadow: 0 5px 10px -2px gainsboro;
  z-index: 100;
  position: fixed;
  top: initial;
  border-bottom: #E51937 5px solid;
  width: 100%;
  background-image: url("../img/pigeon_flay.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.header .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .Tlogin {
  display: flex;
  justify-content: flex-end;
}
.header .Tlogin li a {
  color: #fff;
  font-weight: 500;
}
.header .Tlogin li a:hover {
  color: #000;
}
.header .Tuser {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
.header .Tuser a {
  color: #fff;
  font-weight: 500;
}
.header .Tuser a:hover {
  color: #000;
}
.header .Tuser .dropdown-menu {
  background-color: #E51937;
  border: 1px solid rgba(212, 161, 161, 0.15);
  font-size: 12px;
}
.header .Tuser .us {
  display: flex;
  align-items: center;
}
.header .Tuser .us .media-body span {
  padding: 5px;
}
.header .Tuser .us .avatar {
  width: 25px;
  display: inline-flex;
}
.header .Tuser .us .avatar img {
  width: 25px;
  height: auto;
  border-radius: 100%;
}
.header .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .title h1 {
  color: #E51937;
  font-size: 25px;
}
.header .flex {
  display: grid;
  align-items: center;
}
.header .bant {
  background: #E51937;
  display: flex;
  align-items: center;
}
.header .logo {
  width: 150px;
  height: 150px;
  background: url(../img/logo.svg);
}
.header nav {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #E51937;
}
.header nav ul {
  display: flex;
  justify-content: space-between;
}
.header nav ul li {
  position: relative;
  white-space: nowrap;
}
.header nav ul li a {
  display: block;
  position: relative;
  color: #fff;
  padding: 3px 15px;
  transition: 0.3s;
  font-weight: 500;
}
.header nav ul li a:hover {
  color: #000;
}
.header nav ul .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.header nav ul .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.header nav ul .drop-down li {
  min-width: 180px;
  position: relative;
}
.header nav ul .drop-down ul a {
  padding: 5px 20px;
  color: #000;
}
.header nav ul .drop-down ul a:hover,
.header nav ul .drop-down ul .active > a,
.header nav ul .drop-down ul li:hover > a {
  color: #E51937;
}
.header nav ul .drop-down > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  font-weight: 900;
}
.header nav ul .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.header nav ul .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.header nav ul .drop-down .drop-down > a {
  padding-right: 35px;
}
.header nav ul .drop-down .drop-down > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 15px;
}
.header nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

section .card {
  margin-bottom: 5px;
}

.space {
  justify-content: space-between;
}

.card .card-body {
  padding: 5px;
}
.card .card-header {
  color: #fff;
  padding: 0.15rem 1.25rem;
  background-color: #E51937;
  font-weight: 500;
}

.content .container .row .col-md-8, .content .container .row .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.content .container .breadcrumb {
  background-color: #E51937;
  padding: 0.15rem 1.25rem;
}
.content .container .breadcrumb .breadcrumb-item a {
  font-weight: 500;
  color: #fff;
}
.content .container .breadcrumb .breadcrumb-item.active {
  color: #000;
}
.content .container .breadcrumb .breadcrumb-item::before {
  color: #fff;
}

@media only screen and (max-width: 576px) {
  #manset {
    background-color: #333;
  }
  #manset .ui-tabs-panel {
    width: 100% !important;
    display: flex;
  }
  #manset ul {
    position: unset !important;
    width: 100% !important;
    float: left;
  }
}
#manset {
  position: relative;
}
#manset .ui-tabs-panel {
  width: 50%;
  height: 250px;
  position: relative;
}
#manset .ui-tabs-panel img {
  width: 100%;
  height: 250px;
}
#manset .ui-tabs-panel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  background-color: #212529;
  opacity: 80%;
}
#manset ul {
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0;
  margin: 0;
}
#manset ul li {
  float: left;
  color: #000;
  height: 58px;
  margin-bottom: 5px;
}
#manset ul li img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 2px 5px;
  background: #fff;
  padding: 3px;
  border: 1px solid #eee;
}
#manset ul.ui-tabs-nav li.ui-tabs-selected a, #manset #manset ul.ui-tabs-nav li.ui-tabs-active a {
  background-color: #E51937;
}
#manset li.ui-tabs-nav-item a {
  display: block;
  height: 58px;
  color: #333;
  background: #fff;
  line-height: 15px;
  outline: none;
}
#manset li.ui-tabs-nav-item a:hover li {
  background-color: #E51937;
}
#manset ul.ui-tabs-nav li span {
  line-height: 15px;
}
#manset .info h1 {
  color: #fff;
  padding: 5px;
  margin: 0px;
  font-size: 14px;
  overflow: hidden;
}
#manset .ui-tabs-hide {
  display: none;
}
#manset .info p {
  margin: 0 5px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
}
#manset .info a {
  color: #fff;
  font-weight: normal;
}

@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  header .bant {
    min-height: 50px;
  }
  header .container:nth-child(2) {
    display: flex;
    justify-content: center;
  }
  header .container:nth-child(2) .row:nth-child(1) {
    display: flex;
  }
  header .container:nth-child(2) .row:nth-child(1) .title {
    display: none;
  }

  .front-page .content {
    padding-top: calc(120px + 90px);
  }
}
@media only screen and (min-width: 576px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .header .line {
    justify-content: flex-end;
  }
  .header .bant {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mobile-nav-toggle {
  z-index: 1;
  border: 0;
  background: none;
  font-size: 18px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
}
.mobile-nav-toggle svg {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 50px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  background-color: #E51937;
  transition: 0.4s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  position: absolute;
  right: 15px;
  font-weight: 900;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

footer {
  background: #000;
  background: -webkit-linear-gradient(0deg, #404242, #000);
  background: linear-gradient(0deg, #404242, #000);
  color: white;
  margin-top: 10px;
  padding-top: 10px;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #E51937;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #fff;
}

ul.social-network {
  list-style: none;
  display: flex;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover {
  color: #3B5998;
  background-color: #fff;
}

.social-network a.icoLinkedin:hover {
  color: #007bb7;
  background-color: #fff;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  background-color: #E51937;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.yonetim .profil {
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px;
}
.yonetim .profil .avatar {
  display: flex;
  justify-content: center;
}
.yonetim .profil .avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.yonetim .profil .noavatar {
  display: flex;
  justify-content: center;
}
.yonetim .profil .noavatar::after {
  color: #E51937;
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-size: 5rem;
  text-align: center;
  font-weight: 600;
}
.yonetim .line {
  color: #000;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.yonetim .line::after {
  content: "\f0e8";
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: -1.5rem;
  font-size: 1.5rem;
  background-color: #fff;
  font-weight: 600;
}

.dernekler .bolge {
  display: flex;
}
.dernekler .line {
  color: #000;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.dernekler .line h1 {
  font-weight: 600;
  position: relative;
  top: -1.4rem;
  font-size: 0.8rem;
}
.dernekler .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.dernekler .dernek {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.dernekler .dernek .title {
  display: flex;
}
.dernekler .dernek .nonelogo {
  display: flex;
  justify-content: center;
}
.dernekler .dernek .nonelogo::after {
  color: #E51937;
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-size: 5rem;
  text-align: center;
  font-weight: 500;
}

.onelofts .loft {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.onelofts .loft .title {
  display: flex;
}
.onelofts .loft .logo {
  display: flex;
  justify-content: center;
  min-height: 120px;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .table {
    width: 100%;
  }
  .table thead tr {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .table tbody {
    display: block;
  }
  .table tbody tr {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table tbody tr td {
    display: block;
    position: relative;
    padding-left: 50%;
  }
  .table tbody tr td::before {
    content: attr(data-title);
    position: absolute;
    left: 10px;
  }
}
.haber .block a {
  color: #000;
}

.duyuru .block {
  padding: 0.5rem;
}
.duyuru .block:not(:first-child) {
  margin-bottom: 0rem;
}
.duyuru .block img {
  width: 100%;
}
.duyuru .block .col-md-10 {
  position: relative;
}
.duyuru .block .col-md-10 a {
  color: #000;
}
.duyuru .block .col-md-10 a:hover {
  color: #E51937;
}
.duyuru .block .col-md-10 .tarih {
  position: absolute;
  right: 0.7rem;
  bottom: 0;
}
.duyuru .block .col-md-10 .tarih svg {
  color: #E51937;
}

@media (max-width: 500px) {
  .block .col-md-2 {
    display: flex;
    justify-content: center;
  }
  .block .col-md-2 img {
    width: 50% !important;
  }
}