
.carousel{
    margin-top: 98px;
	height: 86%; /* Slider Yükseklik oranı*/
	overflow: hidden !important;
}
.item,
.active {
    height: 100%;
	overflow: hidden !important;
}

.carousel-inner {
    height: 100%;
}


.carousel-control {
	overflow:hidden;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    width: 48px;
    height: 97px;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.carousel-control.left {
    background-image: url("../images/slide-control-left.png");
	background-position: center; 
    filter: none !important;
}

.carousel-control.right {
    background-image: url("../images/slide-control-right.png");
	background-position: center; 
    filter: none !important;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .3);
}
.bg-dark-alfa-40:before,
.bg-dark-alfa-40 .YTPOverlay:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .4);
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .5);
}
.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(17,17,17, .7);
}


.slideyazibg {
    width: 420px; padding: 30px 36px;
    background-image: url("../images/slide-yazi-bg.png");
    
    font-family: 'Dosis', sans-serif; font-weight: 500; color: #FFF;
}
.slideyazibg .slidebaslik{
    font-size: 27px;    
    text-align: center;
    letter-spacing: 0.2em;
}
.slideyazibg .slideicerik{
    font-size: 14px;
}

.slideyazibg .slidebtnkalip{ text-align: center;}
.slideyazibg .slidebtn{
    color: #fff;
    letter-spacing: 0.15em;
    background: none;
    border: 2px solid #fff;
    padding: 3px 30px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.slideyazibg .slidebtn:hover{
    background-color: #fff;
    color: #000;
}