.language-dropdown>ul {
	list-style-type: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.language-dropdown>ul a {
	color: #363636;
	font-size: .9rem;
}

.alt-text {
	color: #fff;
}

.page_footer {
	border-top: 1px solid #ccc !important;
}

.truncgil-link {
	letter-spacing: inherit;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.truncgil-link:hover {
	letter-spacing: 5px;
	color: orangered !important;
}

.footer-map {
	width: 100%;
	height: 13rem;
}

.iletisim-iframe {
	width: 100%;
	height: 45vh;
}

.photo-gallery {
	width: 100;
}

.photo-gallery .gallery-item {
	width: 50%;
	overflow: hidden;
	float: left;
}

@media (min-width: 767px) {
	.photo-gallery .gallery-item {
		width: 33.3333333333333333%;
	}
}

@media (min-width: 992px) {
	.photo-gallery .gallery-item {
		width: 25%;
	}
}

@media (min-width: 1024px) {
	.photo-gallery .gallery-item {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.photo-gallery .gallery-item {
		width: 16.6666666666666666%;
	}
}

.photo-gallery .gallery-item .gallery-image {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.photo-gallery .gallery-item .gallery-image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.photo-gallery .gallery-item a:hover .gallery-image {
	-webkit-transform: scale(1.2) rotate(-10deg);
	transform: scale(1.2) rotate(-10deg);
	-webkit-transformm: scale(1.2) rotate(-10deg);
	-moz-transformm: scale(1.2) rotate(-10deg);
	-o-transformm: scale(1.2) rotate(-10deg);
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}

.fs-1p6rem {
	font-size: 1.6rem !important;
}

.fs-p8rem {
	font-size: .8rem !important;
}

.ptb-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.default-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.mb-20{
	margin-bottom: 20px;
}

.unstyled-list{
	list-style-type: none;
}

.unstyled-list li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.default-page-img{
	height: 10rem;
	width: auto;
}

.pb-2rem{
	padding-bottom: 2rem;
}

.default-page-ul li{
	margin-top: 1rem;
}

.item-media.spe{
	max-height: 15rem;
}

.with-corner-label.special{
	max-height: 30rem !important;
}

section:not(#urunler) .item-media img{
	height: 100%;
	width: auto
}

.s-title{
	width: 100%;
	text-align: center;
}

.jc-center{
	justify-content: center;
	display: flex;
}

.def-section{
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.container-fluid{
	padding-bottom: unset !important;
}

.intro_section .hero-text i{
	color: #c93838 !important;
	font-family: 'Nunito', sans-serif !important;
	margin-left: 25px !important;
}

.intro_section .hero-text{
	font-family: 'Nunito', sans-serif !important;
    color: var(--color-1) !important;
}

/*# sourceMappingURL=custom.css.map */