@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.nav-link {
		padding: 1rem 0.5rem !important;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
	.banner {
		padding: 10px
	}

	.carousel-item speaker {
		width: 20% !important;
		margin-bottom: 70px !important;
		margin-left: auto;
		margin-right: auto
	}

	.my {
		margin: 50px 0 !important
	}

	.navbar {
		padding: 0.5rem 1rem!important
	}

	.carousel-caption h2 {
		font-size: 1rem!important
	}

	.carousel-caption h5 {
		font-size: .7rem !important
	}

	#duyuru li {
		font-size: 12px;
	}

		/*#duyuru li:hover {
        background: #F2F2F2;
    }*/

		#duyuru li strong {
			font-size: 12px;
		}

	body {
		background-size: 150%!important;
	}

	.swiper-bg {
		padding: 1.5rem !important;
	}
}
/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	.Onemli-Tarih {
		margin-right: 0 !important;
	}
	.duyurular{
		flex-wrap: wrap
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{

}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{

}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{

}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}