.intro {
	position: relative;
	/* height: 50vh; */
	/* min-height: 700px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}


.header__top{
	z-index: 10 !important;
}

.intro__video{
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 0;
}

/* .intro:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
} */

.newsView .img__wrapper{
	padding: 0 0 100% 0;
}

.newsView img{
	object-fit: contain !important;
	height: auto !important;
}

.intro__bgc {
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
}

.intro .container {
	z-index: 1;
}

.intro__title {
	font-size: 80px;
	font-weight: 700;
}

.intro .white__btn{
	/*position: absolute;*/
	bottom: 20px;
}



.white__btn:hover {
	background-color: var(--red-c);
	color: #fff;
	transition: background-color .4s linear;
}


.section__title {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.section__title span {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 8px;
	position: relative;
	font-weight: 500;
}

.section__title span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: var(--red-c);
}

.section__title span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: var(--red-c);
}


@media screen and (max-width: 767px) {
	.section__title span{
		font-size: 30px;
	}
}
.img__wrapper {
	position: relative;
	padding: 0 0 141% 0;
	overflow: hidden;
}

.img__wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s linear;
}

.img__wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s linear;
}

.card__item {
	position: relative;
	min-height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(179, 179, 179, 1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(179, 179, 179, 1);
	box-shadow: 0px 0px 11px 0px rgba(179, 179, 179, 1);
	padding-bottom: 40px;
}

.card__item:hover img{
	transform: scale(1.1);
	transition: transform .4s linear;
}

.card__info {
	padding: 10px;
}

.card__btns{
	position: absolute;
	bottom: 10px;
	padding: 0 10px;
}

.card__btns{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.card__btns a{
	padding: 5px 10px;
	font-weight: bold;
	transition: transform .3s linear
}

.card__btns a:hover{
	transform: scale(1.05);
	transition: transform .3s linear
}

.card__btns .cardRed__btn{
	background-color: var(--red-c);
	color: #fff;
}

.card__btns .cardWhite__btn{
	border: 1px solid var(--red-c);
	color: var(--red-c);
}

.time{
	display: flex;
	font-size: 14px;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
}


.about__inner{
	background-color: var(--red-c);
	color: #fff;
}

.about__inner img{
	height: 100%;
	width: 100%;object-fit: cover;
}

table.iksweb{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table.iksweb,table.iksweb td, table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #347c99; 
	color: #fff; 
	font-weight: normal;
}


.news .img__wrapper{
	padding: 0 0 58% 0;
}

.news .card__title{
	font-weight: bold;
	font-size: 23px;
}

.news .card__text{
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}



/*.footer{*/
/*	background-color: var(--red-c);*/
/*	color: #fff;*/
/*	padding: 50px 0;*/
/*	z-index: 10;*/
/*}*/

.view .section__title{
	margin-bottom: 25px;
}
.view .section__title span{
	font-size: 35px;
}
.view .red__btn{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.share{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.share a{
	font-size: 25px;
	color: var(--red-c);
	display: inline-block;
	margin-left: 10px;
	transition: color .2s linear;
}
.share a:hover{
	color: #232323;
	transition: color .2s linear;
}

.date{
	font-size: 12px;
	color: grey;
	margin-top: 10px;
}

.event__time{
	margin-bottom: 10px;
}

.event__time span{
	margin-right: 20px;
	font-weight: bold;
}

.manual .card__item{
	text-align: center;
	padding-bottom: 40px !important;
}

.manual .card__item .card__title{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.manual .card__btns{
	justify-content: center;
	position: relative;
	margin-top: 20px;
	position: absolute;
	bottom: 10px;
}

.social a{
	color: var(--red-c);
	margin-left: 5px;
	font-size: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: var(--red-c) !important;
}

.nav-pills .nav-link{
	color: #232323;
}

footer {
		background-color: var(--red-c);
		color: #fff;
		padding: 50px 0;
		z-index: 10;
	/*background-color: #f55d90;*/
	/*padding: 76px 0;*/
	/*color: #212529;*/
}

footer a {
	color: #fff !important;
	transition: color .2s linear;
}

footer a:hover{
	color: #fff;
	transition: color .2s linear;
}

.footer__title{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 22px;
}



footer iframe{
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

footer .col-12{
	display: flex;
	justify-content: center;
}

/*.footer__item{*/
/*	text-align: center;*/
/*}*/

/* @media screen and (max-width: 1024px) {
	.intro{
		height: 50vh ;
	}
} */


/* @media screen and (max-width: 620px) {
	.intro{
		height: 30vh !important;
	}
} */

.ornek::before {
	content: '';
	position: fixed;
	width: 10%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/ornek.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	z-index: 0;
	opacity: .1;
}

/*.ornek::after {*/
/*	content: '';*/
/*	position: fixed;*/
/*	width: 10%;*/
/*	height: 100%;*/
/*	top: 0;*/
/*	left: 0;*/
/*	background: url(../img/ornek.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right;*/
/*	background-size: cover;*/
/*	z-index: 0;*/
/*	opacity: .1;*/
/*}*/

.audion__btn{
	background-color: transparent;
	border:none;
	outline: none;
}

.audion__btn i{
	font-size: 35px;
	color: var(--red-c);
}
.audion__btn i:hover{
	color: #000;
}

.ots{
	margin-top: 20px !important;
}

.controlSeek{
	margin-left: 0 !important;
}

