/* CSS Document */
@import url("fonts.css");
@import url("font-awesome.min.css");
/* width */
/* Track */
/* Handle */
/* Handle on hover */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --swiper-theme-color: #3C1331;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Open Sans', sans-serif, arial;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  margin-top: 60px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-left {
  text-align: left !important;
}

.font-bold {
  font-weight: bold !important;
}

body {
  font-family: 'Open Sans', sans-serif, arial;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  margin-top: 60px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

.clear {
  clear: both;
  width: 100%;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header {
  min-height: 50px;
  height: 110px;
  position: fixed !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 99 !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
  border-top: 11px solid #3C1331;
  -webkit-box-shadow: 2px 2px 5px #CCC;
          box-shadow: 2px 2px 5px #CCC;
}

#header .mobile-menu {
  display: none;
}

#header .logo {
  background: url(../img/apec-logo.png) no-repeat center center;
  width: 160px;
  height: 100px;
  display: block;
  float: left;
  background-size: contain;
}

#header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#header #nav {
  height: 100px;
  line-height: 100px;
  list-style: none;
  float: right;
}

#header #nav li {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  padding: 0;
  font-size: 1hw;
  white-space: nowrap;
}

#header #nav li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-bottom: 3px;
}

#header #nav li a:hover {
  color: #3C1331;
}

#header #nav li a.active {
  color: #3C1331;
  border-bottom: 2px solid #3C1331;
}

#header #nav li .buton {
  display: inline;
  padding: 10px;
  color: #FFF !important;
}

#header .bars {
  display: none;
}

#slide {
  width: 100%;
  height: 470px;
  display: inline-block;
  background: url(../img/slide/0.jpg) top center no-repeat;
}

#slide h1 {
  color: #FFF;
  font-size: 28px;
  position: absolute;
  top: 180px;
  text-shadow: 0px 0px 5px #000;
  text-rendering: optimizeLegibility;
  line-height: normal;
}

#slide h2 {
  color: #FFF;
  font-size: 35px;
  position: absolute;
  top: 220px;
  text-shadow: 0px 0px 5px #000;
  text-rendering: optimizeLegibility;
  line-height: normal;
}

#slider .home-slider {
  width: 100%;
  height: 100%;
  line-height: 1.5;
}

#slider .home-slider .swiper-scrollbar-drag {
  background: #452638;
}

#slider .home-slider .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

#slider .home-slider .swiper-slide .text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: left;
}

#slider .home-slider .swiper-slide .text h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 3.75em;
  text-shadow: 3px 0px 5px #452638;
}

#slider .home-slider .swiper-slide .text p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.1em;
  text-shadow: 3px 0px 3px #452638;
}

#slider .home-slider .swiper-slide a {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 16px;
  display: block;
  width: 175px;
  border-radius: 4px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3C1331), to(#6f1f5a));
  background-image: linear-gradient(to top, #3C1331 0%, #6f1f5a 100%);
  background-color: #3C1331;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f1f5a', endColorstr='#3C1331');
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78);
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

#slider .home-slider .swiper-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bayi-girisi {
  background: #eaeded;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  color: #666666;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px;
  width: 175px;
  font-size: 14px;
}

.bayi-girisi a {
  display: block;
  width: 175px;
  border-radius: 4px;
  overflow: hidden;
  -image: -ms-linear-gradient(bottom, #3C1331 0%, #6f1f5a 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3C1331), to(#6f1f5a));
  background-image: linear-gradient(to top, #3C1331 0%, #6f1f5a 100%);
  background-color: #3C1331;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f1f5a', endColorstr='#3C1331');
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78);
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.buton {
  display: block;
  width: 175px;
  border-radius: 4px;
  overflow: hidden;
  -image: -ms-linear-gradient(bottom, #3C1331 0%, #6f1f5a 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3C1331), to(#6f1f5a));
  background-image: linear-gradient(to top, #3C1331 0%, #6f1f5a 100%);
  background-color: #3C1331;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f1f5a', endColorstr='#3C1331');
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78);
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.alt-nav {
  position: absolute;
  top: 497px;
  width: 100%;
  background: url(../img/nav-ht-bg.png) #cccccc;
  max-width: 1920px;
  height: 93px;
  opacity: .8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.alt-nav ul {
  margin: 0 auto;
  width: 960px;
  display: block;
}

.alt-nav ul li {
  float: left;
  display: block;
  width: 137px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 25px 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.alt-nav ul li:first-child {
  border-left: 2px solid #FFF;
}

.alt-nav ul li:last-child {
  border-right: 2px solid #FFF;
}

.alt-nav ul li small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.alt-nav ul li a {
  color: #000;
  text-decoration: none;
}

#content {
  padding: 20px 0;
}

#content h1 {
  color: #3C1331;
  margin-bottom: 5px;
}

#content h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.threecol {
  list-style: none;
  margin: 20px 0;
}

.threecol li {
  width: 278px;
  float: left;
  padding: 0 20px;
  line-height: 22px;
  font-weight: lighter;
  border-right: 1px solid #CCC;
  margin: 30px 0;
}

.threecol li:last-child {
  border: 0;
}

.threecol li center {
  margin: 20px 0;
}

.threecol li h3 {
  margin-bottom: 20px;
}

.threecol li span {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  padding-left: 10px;
}

.threecol li span i {
  font-size: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}

.threecol li a {
  color: #567d17;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
  display: block;
}

hr {
  height: 2px;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: inline-block;
}

.text {
  margin: 40px 0;
  display: inline-block;
}

.text p {
  text-align: center;
  margin: 20px 0;
}

.katalog-box {
  margin-top: 50px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #d8ecf2;
  position: relative;
  text-align: left;
  overflow: visible;
  padding: 30px 50px;
}

.katalog-box p {
  padding-right: 200px;
}

.katalog-box .buton {
  position: absolute;
  right: 50px;
  top: 50px;
}

.katalog-box .art {
  background: url(../img/katalog-art.png);
  width: 251px;
  height: 143px;
  display: block;
  margin-top: -123px;
}

.preview {
  padding: 40px 0;
  display: inline-block;
  border-bottom: 0px solid #CCC;
}

.preview p {
  text-align: left;
  margin: 20px 0;
}

.preview .ulogo {
  width: 200px;
  display: block;
  float: left;
  margin-right: 50px;
}

.preview .ulogo img {
  width: 200px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}

.preview .buton {
  display: inline-block !important;
  width: auto;
  padding: 10px !important;
}

.aright .buton {
  display: inline-block !important;
  width: auto;
  padding: 10px !important;
  float: right;
}

.aright h2 {
  text-align: right;
}

.aright h1 {
  text-align: right;
}

.aright .ulogo {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}

#footer {
  height: 62px;
  line-height: 60px;
  border-bottom: 11px solid #3C1331;
  margin-top: 40px;
}

.top {
  width: 100%;
  height: 275px;
  position: relative;
  padding: 20px;
}

.top h4 {
  position: relative;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  content: "";
  z-index: 1;
}

.about {
  background: url(../img/about2.png) center center no-repeat;
}

.inner {
  margin: 0;
  display: inline-block;
}

.inner p {
  text-align: left;
  margin: 20px 0;
}

.inner .row {
  gap: 20px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner .row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin: 0;
  padding: 0;
}

.inner .item {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(31, 27, 90, 0.5);
          box-shadow: 0 2px 5px rgba(31, 27, 90, 0.5);
  height: 200px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inner .item:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.inner .item:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.inner .item img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}

.inner .item span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(60, 19, 49, 0.8);
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.london {
  float: left;
  width: 204px;
  height: 40px;
  float: right;
  margin-top: 10px;
}

.london a {
  display: block;
  width: 204px;
  height: 40px;
  background: url(../img/london.png) 0px -40px no-repeat;
}

.london a:hover {
  background: url(../img/london.png) 0px 0px no-repeat;
}

.iletisim-left {
  float: left;
  width: 380px;
  margin-right: 38px;
}

.iletisim-right {
  float: left;
  width: 540px;
}

.iletisim-right .first {
  margin-bottom: 20px;
}

.iletisim-right strong {
  font-weight: normal;
}

.iletisim-right td {
  padding: 8px;
}

.iletisim-right td strong {
  color: #900;
}

.iletisim-right h2 {
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  border-bottom: 1px dotted #e9efff;
  margin-bottom: 20px;
}

.iletisim-right .form-element {
  padding: 5px;
  border: 1px solid #cccccc;
  width: 250px;
}

.iletisim-right .form-text {
  height: 150px;
}

.iletisim-right .form-button {
  padding: 8px;
  background: #3c1331;
  cursor: pointer;
  color: #FFF;
  border-bottom: 3px solid #92457d;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.iletisim-right .form-button:hover {
  background: #92457d;
}

.iletisim-right a {
  color: #00F;
  text-decoration: none;
}

.iletisim-right a:hover {
  color: #F00;
  text-decoration: none;
}

#map-canvas {
  width: 380px;
  height: 400px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.iletisim {
  font-weight: 300;
}

#mesaj {
  margin-bottom: 10px;
}

.ulogo ul {
  list-style: none;
  float: left;
}

.ulogo li {
  font-size: 12px;
}

.ulogo li a {
  color: #00F;
  text-decoration: none;
}

.ulogo li a:hover {
  color: #F00;
}

.external {
  list-style: none;
  float: left;
}

.external a {
  color: #00F;
  text-decoration: none;
}

.external a:hover {
  color: #F00;
}

.pubmed {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0px 10px 0px;
}
.presentation {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.presentation .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.presentation .wrapper .src {
  width: 381px;
  margin: 2%;
}
.presentation .wrapper .src span {
  font-weight: 700;
  font-size: 14px;
  color: #452638;
}
.presentation .wrapper .src .box {
  width: 381px;
  height: 233px;
  background-color: #ab899d;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 5px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  margin-top: 10px;
}
.presentation .wrapper .src .box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.presentation .wrapper .src .box a i {
  font-size: 50px;
  z-index: 3;
  color: #d7b56d;
  position: absolute;
  transition: 0.3s ease;
  text-shadow: 0 5px 3px rgb(0 0 0 / 20%);
}
.presentation .wrapper .src .box a i:hover {
  opacity: 75%;
}
.presentation .wrapper .src .box a img {
  height: 100%;
}
.presentation .wrapper .src .box a:focus i {
  transform: scale(0.9);
}
.presentation .wrapper .src .box .after {
  content: "";
  position: absolute;
  top: 100px;
  opacity: 0;
  transition: 0.4s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(69, 38, 56, 0) 0%, rgba(69, 38, 56, 0.5) 50%, rgba(69, 38, 56, 1) 100%);
}
.presentation .wrapper .src .box:hover .after {
  opacity: 1;
  top: 10px;
}
.presentation .wrapper .src .box:hover a i {
  color: white;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .iletisim-left, .wrapper .iletisim-right {
    float: unset;
    width: 100%;
  }
  #header #nav {
    display: none;
  }
  #header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  #header .mobile-menu {
    display: block;
    opacity: 0;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    overflow: auto;
    background: #ffffff;
    z-index: 9999;
  }
  #header .mobile-menu .logo {
    display: block;
    float: unset;
    margin: 0 auto;
  }
  #header .mobile-menu #nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #header .mobile-menu #nav li {
    margin: 0;
  }
  #header .mobile-menu.show {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #header .bars {
    display: block;
    color: #000;
  }
  #slider .wrapper {
    width: 100% !important;
  }
  #slider .container {
    padding: 0;
    width: 100%;
  }
  #slider .home-slider .swiper-slide .text {
    bottom: 20%;
  }
  #slider .home-slider .swiper-slide .text h4 {
    font-size: 2.4em;
  }
  .about {
    background-size: cover;
  }
  #content .wrapper {
    padding: 10px;
  }
  #content .inner {
    display: block;
    width: 100%;
  }
  #content .inner .col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
            flex: 0 0 calc(100%);
    margin: 0;
    padding: 0;
  }
  #content .katalog-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  #content .katalog-box .buton {
    position: relative;
    top: 0;
    left: 0;
  }
  #footer {
    height: 100%;
  }
  #footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999999999;
  background: #FFFFFF;
}

.preloading img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
