/* 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-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: #facf60;
  color: #000;
}
::-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-bottom: 1px ridge #004B85;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3%
}
i.far, i.fas {
  color: #004B85;
  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: #000;
  background-color: #facf60;
  border: 2px solid #fff;
  transition: all .5s ease-in-out;
  width: 60%;
}
.btn-lookUs strong, .btn-lookUs {
  font-size: 18px;
}
.btn-lookUs:hover {
  background-color: transparent;
  border: 2px solid #FACF60;
  color: #FACF60;
}
.badge {
  width: 55%;
}
.badgeFont95 {
  font-size: 90% !important;
}

.divider {
  margin: 2rem 0rem;
  border-bottom: 1px solid #5f5f5f;
}
/*****************************/
/* SCIENTIFIC PROGRAM STYLES */
/*****************************/

#scientificProgramBackground i.fas.fa-coffee,
#scientificProgramBackground i.fas.fa-utensils {
    color: #a43040;
}
#scientificProgramBackground strong {
    font-weight: 600;
}
#scientificProgramBackground .card {
	border: 1px solid rgba(0,0,0,.125);
}
#scientificProgramBackground .card-header {
	cursor: pointer;
	background-color: rgba(0,0,0,.03);
}
#scientificProgramBackground .card-header:hover {
	background-color: #ececec;
	cursor: pointer;
}
#scientificProgramBackground .card-header h5 {
	text-align: center;
}
#scientificProgramBackground .card-header button.btn-link {
	color: #004b85 !important;
	font-weight: 600;
	font-size: 18px;
}
#scientificProgramBackground .card-body {
	padding: 0rem!important;
}
table td {
	vertical-align: middle !important;
}
.opening,
.closure {
	background-color: #143f6c;
	color: #fff;
}
.time {
	text-align: center;
}
.session {
  background-color: #5167b03b;
	color: black;
}
.session2 {
	background-color: #5167b05d;
	color: black;
}
.satellite {
	background-color: #5b358f;
	color: #fff;
}
.break,
.lunch {
	background-color: bisque;
	font-weight: 600;
	color: #a43040;
}
.nav-tabs .nav-link.active,
.nav-tabs .show>.nav-link {
	border-radius: 0;
	background-color: #d0dce9;
	color: #3e519c;
	text-align: center;
	font-weight: 600;
}
.nav-tabs .nav-link {
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0;
	color: #982535;
	text-align: center;
	font-weight: 600;
	margin-top: 1rem;
}
ul.nav-tabs li::before {
	content: none !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: 50%;
    white-space: normal;
    text-align: right;
  }
  .lookUsTable tr td:first-child {
    color: #004B85;
  }
}
.lookUsTable .table {
  background: #fefefe;
}
.lookUsTable .table thead th {
  text-align: center;
}
/****************/
/* HEADER STYLES*/
/****************/
header {
  position: relative;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-weight: bold;
  -moz-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
@media(max-width:768px){
	.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
}
.nav-link:hover, .nav-link:active {
  background-color: #111d37;
  -moz-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.navbar-brand img {
  width: 160px;
}
.navbar {
  padding: 0 1rem;
}
.bg-customMenu {
  background: #facf60;
}
@media(max-width:768px){
	.bg-customMenu {
  background: #03122c;
}
}
.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=100") !important; 
  }
}
.headerBottom {
  position: absolute;
  width: 100%;
  height: 11vh;
  background: rgba(15, 27, 53, .8);
  z-index: 9999;
  bottom: 0;
  overflow: hidden;
}
.counterBg {
  background:  rgba(0, 13, 40, .5);
  height: 11vh;
}
header .table {
  height: 10vh;
}
header .table td {
  border: none;
}

.fixed-top {
	z-index: 99999;
}
/*******************/
/*COMMITTEES STYLES*/
/*******************/
.badge {
  font-size: 100%;
}
.wideListItem {
  padding: .75em;
}
/*****************************/
/* SCIENTIFIC PROGRAM STYLES */
/*****************************/


.programDetail{
	
}
/******************/
/* CONTACT STYLES */
/******************/
#contactBackground {
   background-image: url("../img/header-bg.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;
}
.subscribe{
	height: 200px;
    text-align: center;
    background-image: linear-gradient(180deg, #facf60, #daba1b);
    box-shadow: 5px 5px #DDD;
    border-radius: 10px;
}
/***************/
/*FOOTER STYLES*/
/***************/
footer {
  height: 50px;
  padding-top: 1%;
  font-weight: 200;
}
/**************/
/* BLINK TEXT */
/**************/
.blink-text {
	color:#fff !important;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 0.9s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 0.9s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.blink-text:hover {
	color:#fff !important;
}

@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
0% {opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}