﻿.rcorners2 {
	border-radius: 25px 25px 5px 5px;
	border: 2px solid #080808;
	margin-top: 5px;
}
.rcorners2 h1 {
    font-size: 80px;
	font-family: 'Open Sans', sans-serif;
}
.rcorners2 span {
    font-size: 60px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-left: 20px;
}
.logo {
  -webkit-animation: mymovee 5s infinite; /* Chrome, Safari, Opera */
   animation: mymovee 5s infinite;
   animation-direction: alternate;
}.rcorners2 p {
  font-size: 20px;
  padding-top: 50px;
  margin-right: 0px;
}
	 	 
	   /* Chrome, Safari, Opera */
@-webkit-keyframes mymovee {
    from {top: 0px;}
    to {top: 100px;}
}
 
@keyframes mymovee {
    from {top: 0px;}
    to {top: 100px;}
	 }
	 
	#myDIV {
    color: red;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {color: blue;}
    75% {color: black;}

}

/* Standard syntax */
@keyframes mymove {
    50% {color: blue;}
    75% {color: black;}
}
#my {
    -webkit-animation: test 5s infinite; /* Chrome, Safari, Opera */
    animation: test 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes test {
    50% {text-shadow: 10px 20px 30px blue;}
}

/* Standard syntax */
@keyframes test {
    50% {text-shadow: 10px 20px 30px blue;}
}
 .thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;

}
.thumbnail img {
	
 width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  
   .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
.btn {
	margin-top: 10px;
}
.elmas {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
}

.w3-animate-fading
{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.mySlides {display:none;}
.w3-red{
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.tag {
	float: left;
	margin-top: 0px;
}
.tag h1 {
	display: inline-block;
	float: left;
}

.fiyat {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #3878A8;
  color: #fff;
  f
}
