@font-face {
  font-family: Roboto-Medium;
  src: url("../font/roboto/Roboto-Medium.woff");
}



@font-face {
  font-family: Roboto-Regular;
  src: url("../font/roboto/Roboto-Regular.woff");
}

strong{
    font-weight:600;
}

body {
	background-color: #cfcfcf;
	background: url("../img/bg.png") no-repeat;
	font-family: Roboto-Regular;
    font-size:15px
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgb(17, 78, 150);
    color: #FFFFFF;
    border-radius: 16px;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: rgb(231, 106, 11);
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-primary .dropdown-item.active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-primary .dropdown-item.active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:active, .dropright .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-primary .dropdown-item.active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:active, .dropup .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #114e96!important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-toggler {
    color: #FFF;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #114e96;
}

.navbar .dropdown-menu a {
    color: #114e96;
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: 0em;
}

.carousel-multi-item .carousel-indicators li {
    height: 0.8rem;
    width: 0.8rem;
}

.carousel-multi-item .carousel-indicators .active {
    height: 1rem;
    width: 1rem;
}

.carousel-multi-item {
    margin-bottom: 3.5rem;
}

.card .card-body h4 {
	margin-bottom: 0!important;
	font-size: 17px!important;
	font-weight: normal!important;
}

.card-body {
    background-color: #114e96;
    color: #ffffff;
	text-align: center;
	padding: 0.6rem!important;
	border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}

.js .cd-h-timeline__filling-line {
    background-color: hsl(212, 80%, 33%)!important;
}

.js .cd-h-timeline__date--selected::after {
	background-color: hsl(212, 80%, 33%)!important;
	border-color: hsl(36, 100%, 50%)!important;
	border-width: 3px!important;
}

.js .cd-h-timeline__date--older-event::after {
    border-color: hsl(212, 80%, 33%)!important;
}

.js .cd-h-timeline__date:hover::after {
    background-color: hsl(212, 80%, 33%)!important;
	border-color: hsl(212, 80%, 33%)!important;
}

.js .cd-h-timeline__navigation:hover {
    border-color: hsl(212, 80%, 33%)!important;
}

.js .cd-h-timeline__date::after {
    bottom: -10px!important;
    height: 20px!important;
    width: 20px!important;
}

@media (min-width: 64rem) {
.js .cd-h-timeline__date {
    font-size: 0.8em!important;
}
}

.js .cd-h-timeline__date {
	padding-bottom: 15px!important;
}

.js .cd-h-timeline__event-title {
	color: hsl(212, 80%, 33%)!important;
}

.js .cd-h-timeline__event-title {
    font-size: 1.5em!important;
}

.js .cd-h-timeline__dates {
    margin: 0 25px 0 40px!important;
}

.orange-text {
    color: #ffa858 !important;
}

.etkinlik-div {
	margin-top: 15px
}

.et-tarih {
    font-size: 1.2rem;
    background-color: #a4f1ed;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgba(253,15,0,1.00);
}

.et-tarih span{
	color: #114e96;
}

.et-altyazi{
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.et-altyazi span{
	color: #114e96;
}

#duyurular .card:hover {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(255,140,0,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(255,140,0,1);
	box-shadow: 0px 3px 5px 0px rgba(255,140,0,1);
}

#ana-slider .carousel-indicators {
	left:auto!important;
    top:0!important;
	margin-right: 1%!important;
	margin-left: auto!important;
}

.carousel-control-next, .carousel-control-prev {
	z-index: 16;
}

.sayfa {
    box-shadow: 0px 5px 9px 1px rgba(168,168,168,1);
    background-color: #FFFFFF;
    padding: 12px;
    margin-bottom:30px;
    border-radius: 5px;
    min-height: 400px;
}

.baslik {
    background-color: rgb(17, 78, 150);
    color: #FFFFFF;
    padding:5px 11px;
    font-size:20px;
    font-weight:bold;
    border-radius: 5px;
    margin-bottom: 12px
}

.icerik {
    padding: 5px 11px;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 620px;
}}

.video {
    width: 100% !important;
}