html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-thumb{background:#434343;border-radius:10px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0,#c1c1c1 0,#c1c1c1)} 


/*Menu mouse over bg transparent black*/ .collapse:hover { display: block; } .collapse:hover .dropbtn { background-color: #3e8e41; } .backdrop { background-color:rgba(0,0,0,0.9); opacity: 0.5; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index:100; display: none; }



.golge:before {
    font-size: 14vmin;
}
.golge:before {
    content: attr(data-title);
    color: rgba(189, 189, 189, 0.1);
    position: absolute;
    letter-spacing: -4px;
	font-weight: bold;
    width: 100%;
    white-space: nowrap;
    left: 0;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}




.yorum{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: var(--grey-1000);
	margin-bottom: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devam {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #60666D;
	cursor: pointer
}
.devami > .yorum {
    display: block !important;
}








.whatsapp-btn{
	right: 5px; bottom:65px; position: fixed; border: 0px;  text-decoration: none;  z-index: 5;
}


.telefon {
    position: fixed;
    right: 10px;
    bottom: 10px;
	border-radius: 30px;
    background: #DC3545;
    color: #fff;
    padding: 8px;
    font-weight: 400;
    font-size: 17px;
	font-weight: bold;
    box-shadow: 0px 2px 14px 0px #000;
    -moz-box-shadow: 0px 2px 14px 0px #000;
    -webkit-box-shadow: 0px 2px 14px 0px #000;
    z-index: 999;
}
.telefon:hover {
	text-decoration: none;
	color: white;
}




/* mobil hÃƒâ€Ã‚Â±zlÃƒâ€Ã‚Â± iletiÃƒâ€¦Ã…Â¸im */
.kisayol a{
	background-color: rgba(0,0,0,0.75);
	margin:0px 1px;
}

.kisayol a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	margin:0px 0px 0px 5px;
}
.kisayol a:last-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
	margin: 0px 5px 0px 0px;
}