
.tampon20pxclear {
	width: 100%;
	height: 20px;
	clear: both;
	background-color: hsla(359,100%,20%,1.00);
}

/*///////////////////////////////////////////////////////////*/

.container-index{
	width: 100%;
	height: auto;
	background-color: hsla(0,0%,100%,1.00);
	float: left;
}
.container-index-animation {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    position: absolute;
    top: 180px;
    z-index: 10;
}
.container-index-animation-ic-resim {
    width: 20%;
    height: 400px;
    margin-top: 50px;
    margin-left: 40%;
    margin-right: 40%;
    visibility: hidden;
    animation: container-index-animation-ic-resim  5s 1;
}
@keyframes container-index-animation-ic-resim  {
    0% { visibility: visible; transform: scale(0); width: 0%; height: 0px; }
    50% {  visibility: visible; transform: scale(1); width: 20%; height: auto;}
    100% {  visibility: visible; transform: scale(1); width: 20%; height: auto;}
}
.container-index-animation-ic-yazi {
    width: 50%;
    height: auto;
    line-height: 30px;
    margin-left: 25%;
    margin-right: 25%;
    padding:10px;
    text-align: center;
    position: absolute;
    top: 640px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 20px;
    font-weight: bolder;
    background-color: hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    border-radius: 5px;
    transform: skewX(-20deg);
    animation: container-index-animation-ic-yazi 5s 1;
    opacity: 0.6;
}
.container-index-animation-ic-yazi:hover {
    background-color: hsla(359,100%,31%,1.00);
    opacity: 1;
}
@keyframes container-index-animation-ic-yazi  {
    0% { position: absolute; left:-2000px; opacity: 0;}
    50% {position: absolute; left:0; opacity: 1; background-color: hsla(359,100%,31%,1.00);}
    100% {position: absolute; left:0; opacity: 1;}
}

/*///////////////////////////////////////////////////////////*/

#myCarousel1 {
    width: 100%;
    height: 800px;
    float: left;
    position: relative;
	background-color:hsla(0,0%,100%,1.00);
}
.kayan-resim {
	width: 100%;
    height: 800px;
}	

/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/

@media screen and (max-width: 850px) {
    
.tampon20pxclear {
	width: 100%;
	height: 10px;
	clear: both;
	background-color: hsla(359,100%,20%,1.00);
}
.container-index{
	width: 100%;
	height:auto;
	background-color: hsla(0,0%,100%,1.00);
    float: left;
}
.container-index-animation {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    position: absolute;
    top: 80px;
    z-index: 10;
}
.container-index-animation-ic-resim {
    width: 20%;
    height: 80px;
    margin-top: 10px;
    margin-left: 40%;
    margin-right: 40%;
    visibility: hidden;
    animation: container-index-animation-ic-resim  5s 1;
}  
.container-index-animation-ic-yazi {
    width: 90%;
    height: auto;
    line-height: 20px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    top: 0px;
    font-family:Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
    font-size: 12px;
    font-weight: bolder;
    background-color: hsla(359,100%,31%,1.00);
    color: hsla(0,0%,100%,1.00);
    border-radius: 2px;
    transform: skewX(0deg);
    animation: container-index-animation-ic-yazi-screen 5s 1;
    opacity: 0.8;
    z-index: 20;
}
.container-index-animation-ic-yazi:hover {
    background-color: hsla(0,0%,0%,1.00);
    opacity: 1;
}
#myCarousel1 {
    width: 100%;
    height: auto;
	background-color:hsla(359,100%,31%,1.00);
}
.carousel-inner {
    height: auto;
    position: relative; 
    float: left;
}
.carousel-indicators {
    height: auto;
    position: relative;
    top: 200px;
}
.carousel-control-prev , .carousel-control-next {
    height: 100px;
    position: absolute;
    margin-top: 12%;  
}
.kayan-resim {
	width: 100%;
    height: 250px;
}	

}
