/* FONTLAR */
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext");

/*AYARLAR*/
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 200px;
	background: #fff;
	/* background: url('../images/bg.jpg'); */
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #002651;
	padding: 15px 0
}

footer .grafil {
    margin-right: 15px;
}
footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800;
}
footer a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #a34c06;
}

.lang {
	position: absolute;
	right: 10px;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 3
}

.nav-item {
	position: relative;

}

.nav-item a {
	color: #fff !important;
	font-size: 18px;
	/* font-weight: bold; */
}

.nav-item a:hover {
	background: rgb(219 80 142);
	color: #fff !important;
}

.active-menu {
	background: rgb(219 80 142);
	color: #fff !important;
}

.nav-item .nav-link {
	font-family: sans-serif;
	padding: 1rem;
}

.icon-m {
	border-bottom: 1px solid #9093a9;
}

.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.dropdown ul {
	position: absolute;
	width: 250px;
	padding: 0;
	list-style: none;
	background: #032437;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	text-align: left;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
}

.dropdown ul li a:hover {
	background: rgba(0, 0, 0, 0.40);
	color: #fff !important;
}

.dropdown ul li:last-child {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.dropdown:hover ul {

	visibility: visible;
	opacity: 1;
	display: block;
}

@media (max-width: 1330.98px) {
	#clock div {
		width: 72px !important;
		height: 59px !important;
		font-size: 13px !important;
		padding-top: 0px !important;
	}
}

@media (min-width: 991.98px) and (max-width: 1250.98px) {
	.boxing {
		margin-top: 0 !important;
	}

}

@media (max-width: 991.98px) {

	.fast-menu {
		flex-direction: column;
		margin-top: 0 !important;
		align-items: center !important;
	}

	.fast-menu-button {
		width: 100% !important;
		margin: 10px 0;
	}

	.fast-menu .text::before {
		display: none;
	}

	.fast-menu .image::before {
		display: none;
	}

	.fast-menu .image::after {
		display: none;
	}

	.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%;
		background: #bbbeba;
	}

	.dropdown ul li a {
		color: #000 !important;
	}

	.dropdown ul li a:hover {
		background: #68b852;
		color: #000 !important;
	}

	.onemli-tarihler {
		margin-top: 30px !important;
	}

	.navbar {
		display: block;
	}

	.navbar-toggler {
		margin: 10px;
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-family: sans-serif;
		padding: 0.5rem 1rem;
	}

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

	.navbar .container {
		max-width: 100%;
	}

	.nav-item,
	.sub-item {
		text-align: left !important;
	}

	.lang {
		top: -40px;
		position: absolute;
		right: 10px;
	}

	.nav-item:hover .nav-link {
		background: rgba(255, 255, 255, 0.45);
	}

	.navbar-dark .navbar-toggler {
		color: #fff;
		border-color: rgb(255 255 255 / 0%);
		transition: 0.5s;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #fff;
		color: #2394b7;
	}
}

.bg-theme {
	position: sticky;
	right: 0;
	background: #032437;
	z-index: 1;
}



/*HEADER*/
.header {
	position: relative;
}



/*Content Area*/
.content-section {
	position: relative;
	margin-top: 10px
}

.content-section .no-gutters {
	padding: 0;
}

.content-section .mini-menu {
	display: table;
	width: 100%;
	margin-top: 37px;
}

.content-section .mini-menu a {
	display: table-cell;
	clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	background: #d80038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: sans-serif;
	height: 87px;
	padding: 0 10px;
	vertical-align: middle;
	text-decoration: none;
}

.content-section .mini-menu a:hover {
	text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
	clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%)
}

.n-width {
	margin-bottom: 30px;
	margin-top: 30px;
}

.n-width:after {
	content: ' ';
	clear: both;
	display: block;
}

.n-width .coll-4 {
	width: 370px;
	float: right;
	z-index: 9;
	position: relative;
}

.n-width .coll-8 {
	width: calc(100% - 380px);
	float: right;
}

.boxing {
	height: 370px;
	background: url(../images/dating.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	margin-top: -10px;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: 26px;
	color: #ffffff;
	padding-top: 8px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}

.n-width .content-web {
	text-align: justify;
	padding: 10px;
	border-radius: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 4px #dedede;
	background: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.n-width .content-web p {
	margin-right: 10px;
}

.n-width .content-web h1 {
	text-transform: uppercase;
	font-size: 33px;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	font-family: sans-serif;
	background: #032437;
	border-radius: 10px;
	box-shadow: 0px 4px 2px 0px #0f0f0f;
}



.n-width .content-web h2 {
	font-size: 24px;
    color: #000000;
    margin: 0;
    font-family: sans-serif;
    margin-bottom: 15px;
    background: #efc3d77d;
    padding: 10px 15px;
    text-align: center;
}

.n-width .content-web h3 {
	font-size: 20px;
	color: #d3588f;
}



.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 65px;
	left: 60px;
}

.dating h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}

.dating font {
	font-weight: bold;
	font-size: 60px;
	color: #003e9d;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 25px;
	margin-top: -22px;
	font-weight: bold;
	color: #003e9d;
}

.dating .p2 {
	padding: 5px;
	margin-top: 8px;
	color: #000;
	font-weight: bold;
	padding-top: 0;
}

.nbuton {
	padding: 10px;
	background: #00354b;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.bg-theme {
		background: #2081cf;
	}

	.nav-item a {
		color: #fff !important;
	}

	.nav-item a:hover {
		color: #fff !important;
	}

	.n-width {
		rgb(23, 110, 153) display: grid;
	}

	.n-width .coll-4 {
		display: block;
		margin: auto;
		float: inline-start;
	}

	.n-width .coll-8 {
		width: 100%;
	}

	.boxing {
		margin-top: 10px;
	}

	.mini-menu {
		margin-top: 0 !important;

	}

	.mini-menu a {
		width: 100%;
		display: flex !important;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
		margin-bottom: 5px;
		vertical-align: middle !important;
		align-items: center;
		justify-content: center;
		height: 50px !important;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto
	}



	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

.content-menu {
	position: relative;
	padding-right: 20px;
	margin-top: 15px;
	font-family: sans-serif;
}

.content-menu ul {
	list-style: none;
	padding: 0;
}

.content-menu ul li {
	position: relative;
}

.content-menu ul li a {
	padding: 10px;
	background: #dc002d;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	transition: 0.5s all;
}

.content-menu ul li:last-child a {
	border: none;
}

.content-menu ul li:hover a {
	background: #b31901;
	text-decoration: none;
}

.content-menu .day-left {
	background: #dc002d;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
	width: 50px;
	float: left;
	margin: 10px 0;
}

.content-menu .day-left p {
	padding-left: 65px;
	font-size: 23px;
	margin-bottom: 10px;
}

/*CONTACT*/
.contact {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}



.contact .contact-title {
	width: 100%;
    position: relative;
    margin-right: 5px;
    margin-top: 33px;
    text-align: left;
}


.contact .contact-text {
	    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
}

img {
	max-width: 100%;
}

.lang a {
	display: inline-block;
	vertical-align: middle;
}

.facebook,
.instagram {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.facebook:hover,
.instagram:hover {
	color: #fff;
	text-decoration: none;
}

.sub {
	width: 1px;
	background: #fff;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.grey-box {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(50% - 20px);
}


.sslider,
.sslider2 {
	text-align: center;
	display: table;
	width: 100%;
}

.sslider .item {

	margin: 1px;
	display: table-cell;

}

.sslider .item img {
	overflow: hidden;
}

.sslider2 {
	width: 100%;
	margin: auto;
}

.sslider2 .item {
	margin: 1px;
	display: table-cell;
	padding: 0 10px;
}

.sslider2 .item img {
	max-width: 100px;
}






@media (max-width: 767.98px) {
	.lastDays {
		overflow: hidden
	}

	.lastDays .logo {
		margin-right: 15px;
		margin-left: 15px;
	}

	.lastDays .logo img {
		margin-right: 9px;
		height: auto !important;
		width: 25px !important;
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.lastDays .text {
		display: flex;
		flex-wrap: wrap;
		font-size: 18px !important;
	}

	.lastDays .text span {
		width: calc(50% - 30px);
		border-bottom: 1px solid #fff;
		border-right: none !important;
		text-align: center;
		padding-right: 0 !important;
		letter-spacing: 0
	}

	.lastDays .text span:nth-last-child(2) {
		border: none !important;
	}

	.kutu {
		margin-bottom: 20px;
	}

	.header .sponsor .fGroup {
		margin: 0 -15px;
		background: #e6e7e9;
		margin-bottom: 10px
	}

	.header .sponsor .lGroup .item {
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.header .sponsor .lGroup img {
		width: auto;
		height: 80px
	}

	.box-system {
		margin-top: 20px
	}
}

.yanson {

	transition: 0.5s;
	animation: hideshow 2s infinite;
}

@keyframes hideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.kutu {
	display: flex;
	flex-direction: column;

}

.kutu:hover {
	box-shadow: 0px 1px 10px #000;
	border-radius: 15px;
}

.item:hover a {
	text-decoration: none;
}

.item:hover a p {
	color: #000;
}


.alt-kutu {
	background-color: #fff;
	width: 100%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	box-shadow: 0px 1px 10px #000;
}

.kutu .alt-kutu p {
	margin: 0;
	padding: 10px;
	color: #484949;
}

.orta-banner {
	display: flex;
	justify-content: center;
}

.orta-banner img {
	border: 1px solid #1c75bc;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 4px #cecece;
	width: 50%;
}

.nav-item .aktif {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.lastDays {
	overflow: hidden;
	background: #d72a1c;

	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.lastDays .logo {
	margin-right: 30px;
	padding: 15px;
}

.lastDays .logo img {
	height: 65px;
	margin-top: -5px;
	margin-bottom: -5px;
}


.lastDays .text {
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: lighter;
}

.lastDays .text span {
	margin-right: 30px;
	border-right: 1px solid #fff;
	padding-right: 30px
}

.lastDays .text span:last-child {
	border: none;
	margin: none;
	padding: none
}

.nav-fill .nav-item {
	flex: 0.04 0 auto;
}

.navbar-expand-lg .navbar-nav {
	justify-content: center;
}

.headOne {
	position: relative;
}

.mini-menu2 {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.mini-menu2 .menuler {
	display: flex;
	justify-content: end;
}

.mini-menu2 .menuler .menu {
	margin: 0 15px;
	border: 5px solid #008fcd;
}

.mini-menu2 .menuler .menu img {
	max-width: 100%;
}

.mini-menu2 .menuler .yazi-alani {
	background: #fff;
	text-align: center;
	padding: 30px;
	color: #006089;
	font-weight: bold;
	font-size: 18px;
}

.menuler a:hover .menu {
	text-decoration: none;
	box-shadow: 0px 0px 10px 1px #000000;
}

@media (max-width: 1700.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 220px;
	}
}

@media (max-width: 1600.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 180px;
	}
}

@media (max-width: 1400.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 160px;
	}
}

@media (max-width: 1200.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 140px;
	}

	.mini-menu2 .menuler .yazi-alani {
		background: #fff;
		text-align: center;
		padding: 30px;
		color: #006089;
		font-weight: bold;
		font-size: 15px;
	}
}

@media (max-width: 1000.98px) {
	.mini-menu2 {
		display: none;
	}
}

.iletisim {
	background: #ffffffb5;
	text-align: left;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px #fff2f9;
	margin: auto;
}

.footer-media {
	color: #fff;
	padding-left: 35px;
	font-size: 20px;

}

.footer-media:hover {
	text-decoration: none;
	color: #dedede;
}

.footer-media i {
	font-size: 25px;
}

.speakers {
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
	margin-bottom: 20px
}

.speakers:hover {
	z-index: 25;
	position: relative;
}

.speakers>div.top {
	position: relative;
	z-index: 6;
	border-radius: 10px;
	transition: 0.5s;
	padding-top: 50px;
}

.speakers .name {
	color: #2b2b2b;
	text-align: center;
	font-weight: bold;
	padding: 10px
}

.speakers .image {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.speakers img {
	max-width: 100%;
	border-radius: 50%;
	width: 180px;
	margin: auto;
	display: block;
	transition: 0.5s;
	box-shadow: 0 0 1px #fff;
}

.speakers:hover img {
	width: 180px;
	box-shadow: 0 0 25px #0079e3;

}

.speakers .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 10;
	transform: translateY(-50%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.speakers .follower a {
	color: #000;
	display: block;
	padding: 10px;
	transition: 0.5s;
}

.speakers .follower a:hover {
	color: rgb(214, 32, 90);
}



/*Animate*/

.speakers.animate .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 0;
	transform: translateY(-50%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.5s;
	border: 1px solid #ddd
}

.speakers.animate .top .image {
	position: relative;
	z-index: 4;
	background: #fff;
	border-radius: 10px;
}

.speakers.animate:hover .follower {
	right: -35px;
}

.feature-box h4 {
	color: #fff;
	font-size: 1rem;
	background-image: linear-gradient(to right, #0d7daf 0, #6bb2d3 51%, #0d7daf 100%);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.feature-box img {
	width: 36px;
	margin-right: 15px;
}

.feature-box h4:hover {
	background-image: linear-gradient(173deg, #d76009, #404040d1);

}

.mini-left-menu:hover {
	text-decoration: none;
	transition: 1s;
}

.etkinlik-p {
	margin-bottom: 35px;
}

.etkinlik-p:hover {
	animation: animasyonAdi 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.etkinlik-buton {
	background: #0e71b8;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.etkinlik-buton:hover {
	text-decoration: none;
	background: #092c45;
	color: #fff;
	transform: rotate(90deg);
}

@keyframes animasyonAdi {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.fast-menu {
	display: flex;
	justify-content: end;
	align-items: flex-start;
	z-index: 0;
	position: relative;
	margin-top: -40px;
}

.fast-menu-button {
	margin-right: 25px;
	display: flex;
	background: #eae4e4;
	justify-content: start;
	align-items: center;
	border-radius: 50px;
	width: 280px;
	border: 5px solid #8c8c8c;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.fast-menu-button:hover {
	color: #032437;
	text-decoration: none;
}

.fast-menu .image {
	padding: 5px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 80px;
	position: relative;
	padding-left: 14px;
}

.fast-menu .bilimsel {
	background: linear-gradient(263deg, #c32d44, #922f3e);
}

.fast-menu .kayit {
	background: linear-gradient(263deg, #dc9b34, #dc9b348f);
}

.fast-menu .bildiri {
	background: linear-gradient(263deg, #433bd1, #433bd1b8);
}

.fast-menu .image img {
	max-width: 35px;
}

.fast-menu .text {
	margin-left: 20px;
	position: relative;
}

.fast-menu .image::after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: -12px;
	width: 35px;
	height: 6px;
	border-radius: 9999px;
	background-color: #a7a8ab;
	transform-origin: 2px 50%;
}

.fast-menu .image::before {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -12px;
	width: 35px;
	height: 6px;
	border-radius: 9999px;
	background-color: #a7a8ab;
	transform-origin: 2px 50%;
}



.fast-menu .text::before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px 20px 23px 0px;
	border-color: transparent #eae4e4 transparent transparent;
	transform: rotate(0deg);
	left: -36px;
	position: absolute;
	bottom: -11px;
}

.fast-menu .image::before {
	transform: rotate(45deg);
}

.fast-menu .image::after {
	transform: rotate(-45deg);
}

.main-topics {
	position: relative;
}

.main-topics li {
	list-style-type: none;
	margin-bottom: 20px;
}

.main-topics li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left: 0;
	color: #957763;
}

.main-topics li:hover::before {
	color: #3f332b;
}


.content-web {
	text-align: left !important;
	color: #000;
}

.hesapbilgileri {
	width: 50%;
}

@media (max-width: 991.98px) {
	.hesapbilgileri {
		width: 100%;
	}

	.flex-area {
		overflow: hidden
	}
}

.btn2 {
	display: block;
	width: 300px;
	padding: 15px;
	margin: auto;
	background: #3b708c;
	box-shadow: 0px 0px 9px #3b708c;
	color: #fff;
	border-radius: 33px;
	text-align: center;
	transition: 0.5s all;
	margin-bottom: 15px;
}

.btn2:hover {
	background: #1f81b5;
	text-decoration: none;
	color: #fff;
}

table td p {
	padding: 0;
}

.kayan-yazi {
	background: #222c49;
	padding: 10px 0px;
}

.kayitkonak {
	width: 100%;
}

.fast-menu-ic {
	margin-top: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	margin-top: -15px;
	z-index: 50;
}

.on-program {
	margin-bottom: 15px;
}

.on-program td {
	padding: 15px;
	border: 1px solid #292929;

}

.kurullar strong {
	color: #c6a077;
}

.onemli-tarihler {
	margin-top: -85px;
	margin-left: 50px;
}

.onemli-tarihler .icerik-alani {
	width: calc(100% - 30px);
}

.onemli-tarihler .icerik {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 1px solid #008a00;
	margin: 5px;
	padding: 5px;
	text-align: right;
	align-items: center;
}

.onemli-tarihler .icerik-alani p {
	color: #d3588f;
	margin-bottom: 0;
	font-size: 17px;

}

.onemli-tarihler .icerik-alani span {
	color: #d3588f;
	font-weight: bold;
	font-size: 28px;
}

.onemli-tarihler .icerik-alani .icerik div {
	text-align: left;
}

.onemli-tarihler .icerik-alani .icerik:last-child {
	border: none;
}


.onemli-tarihler .baslik-alani h4 {
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}

#clock {
	position: relative;
	bottom: 20px;
	z-index: 0;
}

#clock div:first-child {
	
}

#clock div {
	display: inline-block;
    width: 72px;
    height: 59px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    border: 4px solid #16598f;
    font-size: 13px;
    color: #ffffff;
    margin-right: 15px;
    margin: 5px;
}
#clock div:nth-child(1){
	border: 4px solid #2081cf;
}
#clock div:nth-child(2){
	border: 4px solid #fc7ba2;
}
#clock div:nth-child(3){
	border: 4px solid #f2ce86;
}
#clock div:nth-child(4){
	border: 4px solid #a8dd58;
}

#clock div span {
	font-weight: bold;
	color: #0d3556;
	display: block;
	line-height: 10px;
	margin-top: 10px;
}

.countdown {
	text-align: center;
	margin-top: 20px;
}
.kvkk {
    margin: 0;
}
.kvkk a {
    color: #d1b315 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.kvkk a:hover {
	cursor: pointer;
    font-weight: bold;
    color: #efce24 !important;
}
.general-informations {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}