:root{
    --color-link: #8c0404;
    --color-link-hover: #c90a0a;
    --general-font: 'Titillium Web', sans-serif;
}

body{
    font-family: var(--general-font) !important;
}

.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;
}
/*# sourceMappingURL=custom.css.map */

.urun {
	box-shadow: 0px 4px 8px #c0c0c06b;
	margin: 20px 0;
	height: 400px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	display: block;
}
.urun * {
	transition: all 0.5s;
	
}
.urun:hover .bir {
	left:-100%;
}
.urun:hover .iki {
	left:0%;
}
.urun:hover .title {
	color: var(--color-link-hover);
}
.urun img {
}
.urun .bir {
	position:absolute;
	top:0px;
	left:0px;
}
.urun .iki {
	position:absolute;
	top:0px;
	left:100%;
}
.urun .title {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: var(--color-link);
    border-top: solid 3px #b7a4833b;
    padding-top: 20px;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.sf-menu > li > a{
    font-size: 25px;
}