/* CSS Document */
/******************/
/* FONT CREATIONS */
/******************/
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LookUsFontFamily";
  src: url("../fonts/LookUsFont/LookUs-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
/*****************/
/* GLOBAL STYLES */
/*****************/
* {
  font-family: "LookUsFontFamily";
  font-size: 14px;
  scroll-behavior: smooth;
}
::selection {
  background-color: #6AAB35;
  color: #FFF;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #2d86e4;
  border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html, body {
  height: 100%;
  background-color: #F7F7F7;
  line-height: 1.9;
}
.container-fluid {
  padding: 0;
}
.fullscreen {
  height: 100%;
  min-height: 100vh;
}
.bg-primary {
  background-color: #2D86E4 !important;
}
section {
  padding: 2% 0;
}
.baslik {
  color: #2D86E4;
  font-weight: 800;
  font-size: 26px;
  cursor: default;
  margin-bottom: 1%;
}
.baslikLight {
  color: #F4F4F4;
  font-weight: 800;
  font-size: 26px;
  cursor: default;
  margin-bottom: 1%;
}
.baslikLight hr {
  border-color: #f4f4f4;
}
.baslikLight i.fas, .baslikLight i.far {
  color: #f4f4f4;
}
.minibaslik {
  color: #DC3545;
  font-size: 16px;
}
.minibaslikLight {
  color: #F4F4F4;
  font-size: 16px;
}
small {
  color: #DC3545;
  font-size: 14px;
  font-weight: 500;
}
hr {
  width: 15%;
  border: 1px ridge #004B85;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3%
}
i.far, i.fas {
  color: #004B85!important;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
}
.gradientToBottom {
  background-image: linear-gradient(to bottom, #F7F7F7, #deeefb);
}
.gradientToTop {
  background-image: linear-gradient(to top, #F7F7F7, #deeefb);
}
.marqueeWidth {
  max-width: 450px;
}
.le-toplink {
  position: fixed;
  top: 90%;
  right: 2%;
  width: 4%;
  height: 7%;
  text-align: center;
  padding-top: .6%;
  color: #333;
  background-image: linear-gradient(45deg, #fff, #fff, #96cdf7);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.row {
  margin: 0;
  padding: 0;
}
.centerPosition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-lookUs {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  color: #fff;
  background-color: #346182;
  border: 2px solid #fff;
  transition: all .5s ease-in-out;
  width: 100%;
}
.btn-lookUs strong, .btn-lookUs {
  font-size: 18px;
}
.btn-lookUs:hover {
  background-color: transparent;
  border: 2px solid #346182;
  color: #346182;
}
.badge {
  width: 55%;
}
.badgeFont95 {
  font-size: 90% !important;
}
/***************/
/* TABLE STYLE */
/***************/
@media only screen and (max-width: 800px) {
  /*TABLONUN ARTIK TABLE YERİNE BLOCK ELEMENT OLARAK DAVRANMASI SAĞLANIYOR */
  /*.lookUsTable table, .lookUsTable thead, .lookUsTable tbody, .lookUsTable th, .lookUsTable td, .lookUsTable tr {
    display: block;
  }*/
  
  /* TABLE HEADER GİZLENİYOR, BURAYI DISPLAY NONE YAPMA, KİMSE GEREKSİZ YERE JS YAZMAK İSTEMEZ. AMA BU UYARIYI YAZABİLİR */
  /*.lookUsTable thead tr {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }*/
  .lookUsTable tr {
    border: 1px solid #96c8d4;
  }
  .lookUsTable td:before {
    /* BURADA İLK TD'LERİN THEAD GİBİ DAVRANILMASI SAĞLANIYOR */
    position: absolute;
    content: attr(data-title);
    top: 12px;
    left: 10px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .lookUsTable td {
    /*TD ETİKETLERİNİN ROW GİBİ DAVRANMASI SAĞLANIYOR*/
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 5%;
    white-space: normal;
  }
  .lookUsTable tr td:first-child {
    color: #004B85;
  }
}
.lookUsTable .table {
	background: #fefefe;
}
.lookUsTable thead tr {
	background-color: #982535;
	color: #fff;
}
.lookUsTable .table thead th {
	text-align: center;
}
.lookUsTable .table td p {
	margin-bottom: 0rem;
}
.lookUsTable h3 {
	color: #982535;
}
.lookUsTable .card-body {
	padding: .75rem;
}
.lookUsTable .card img.card-img-top {
	box-shadow: 0 0 11px rgb(33 33 33 / 20%);
}
.lookUsTable img.img-thumbnail {
	width: 180px;
}
/****************/
/* HEADER STYLES*/
/****************/
header {
  position: relative;
}
.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}
.navbar-brand img {
  width: 160px;
}
.navbar {
  padding: 0 1rem;
}
.bg-customMenu {
  background: #3b7299;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cilek1 {
    background-image: url("../img/mobile_bg.jpg?a=120") !important;
  }
}
.headerBottom {
  position: absolute;
  width: 100%;
  height: 10vh;
  background: rgba(77, 110, 131, .8);
  z-index: 9999;
  bottom: 0;
  overflow: hidden;
}
.counterBg {
  background: rgba(42, 82, 106, .8);
  height: 10vh;
}
header .table {
  height: 10vh;
}
header .table td {
  border: none;
}

.fixed-top {
	z-index: 99999;
}


.opening,
.closure {
	background-color: #143f6c;
	color: #fff;
}
.time {
	text-align: center;
}
.session {
	background-color: rgba(40, 98, 126, 0.646) ;
	color: #fff;
}
.satellite {
	background-color: #8fb7ac;
	color: #fff;
}
.break,
.lunch
{
	background-color: #dfdf8e;
	font-weight: 600;
 }

.uydu{
  background-color: #d18b52;
  color: white;
}
.bildiri{
  background-color: #1ebab2;
  color: white;
}
/*******************/
/*COMMITTEES STYLES*/
/*******************/
.badge {
  font-size: 100%;
}
.wideListItem {
  padding: .75em;
}
/*****************************/
/* SCIENTIFIC PROGRAM STYLES */
/*****************************/
#scientificProgramBackground {
  background: url("../img/scientific.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#scientificProgramBackground .baslik, #scientificProgramBackground i.fas {
  color: #f4f4f4;
}
#scientificProgramBackground hr {
  border-color: #f4f4f4;
}
/******************/
/* CONTACT STYLES */
/******************/
#contactBackground {
  background-image: url("../img/contactBackground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.contactBox {
  background: #fff;
  border: 1px solid #777;
  padding: 1.5%;
  border-radius: 5px;
}
.contactLogo img {
  max-width: 200px;
}
/***************/
/*FOOTER STYLES*/
/***************/
footer {
  height: 50px;
  padding-top: 1%;
  font-weight: 200;
}