body
{
	margin: 0;
	padding: 0;
}
.tt{	
	background-image: url('../img/slider1.jpg');
	width: 100%;
	height: 100%;
	opacity: .1;
	position: absolute;
    opacity: .1;
    z-index: 99999999999999;
}
.container{
    scroll-behavior: none;
	z-index: 1;
	position: absolute;
	width: 1250px;
}
.background-image1,.background-image4{
    margin: 0;
    z-index: 1;
    padding: 0;
} 
.background-image3 img{
    z-index: 166;
    position: absolute;
    bottom: 0;
    right: 0%
}
.background-image4 img{	
    z-index: 166;
    position: absolute;
    bottom: 0;
    left: 0%;
}
.im{
	width: 19%
}
.fr{float: right;}
.fl{float: left;}

.yapim{
	color: red;
    margin-left: 57%;
    top: 40%;
    left: -23%;
    position: absolute;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    font-size: 54pt;
}
.yapim {

    -webkit-animation:flash 4s linear infinite;
    -moz-animation:flash 4s linear infinite;
    animation:flash 4s linear infinite;
}


@media (max-width: 1367px) {

.yapim{
    font-size: 24pt;
}

}