<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.proje {
    text-align: center;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.proje h2 {
    margin: 0;
    padding: 30px 0;
}

.proje-item img{
    display: block;
    width: 100%;
    height: auto;
}

.proje-item{
    box-sizing: border-box;
    position: relative;
}
.proje-image {
    position: relative;
}
.proje-image img {
    width: 100%;
    height: auto;
}
.proje-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s;
}
.proje-image-overlay i {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    left: 50%;
    top: 90%;
    margin-left: -24px;
    margin-top: -24px;
    font-size: 48px;
    color: #ffffff;
    transition: top 0.4s;
}
.proje-item a:hover .proje-image-overlay {
    opacity: 1;
}
.proje-item a:hover .proje-image-overlay i {
    top: 50%;
}



/* Fix */
.proje {
    width: 100%;
    overflow: hidden;
}
.owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.proje-item a {
    color: #333333;
    text-decoration: none;
}
.proje-text {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -25px;
    background-color: #ffffff;
    padding: 20px;

-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.proje-text h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
.proje-text p {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    letter-spacing: 1.2px;
}
.proje-item a:hover .proje-text {
    background-color: #139cd6;
    color: #ffffff;
}




/* Styling Pagination*/

#proje .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
#proje .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50%;
    background: #869791;
}

#proje .owl-controls .owl-page.active span,
#proje .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
/* ek */
#proje .owl-controls {
    margin: 50px 0 15px 0;
    padding: 0;
}
#proje .owl-pagination {
    text-align: center;
}
#proje .owl-controls .owl-page span {
    width: 18px;
    height: 18px;
    border: 1px solid #666666;
    background: #ffffff;
    /* kare */
    /*
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    */
}


@media (max-width: 768px) {
	.proje h2 {
		padding: 15px 0 30px 0;
	}
} /* 768px */
</pre></body></html>