body{
	position:relative;
	
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	/*background-image:url(../../../../Homek_05_10_20105/HomekTeknoloji/Homek%20Teknoloji_files/newbg.jpg);*/
	border: 1px solid #000;
	box-shadow: 0 3px 5px #666;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.slider2-wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	/*background-image:url(../../../../Homek_05_10_20105/HomekTeknoloji/Homek%20Teknoloji_files/newbg.jpg);*/
	border: 1px solid #000;
	box-shadow: 0 3px 5px #666;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.slider3-wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	/*background-image:url(../../../../Homek_05_10_20105/HomekTeknoloji/Homek%20Teknoloji_files/newbg.jpg);*/
	border: none;
	box-shadow: none;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.slider{
	position:relative;
	width:100%; 
	/*height:600px;  when responsive, comment this out */
	margin:0 auto;
	
	/*background:#1b1b1b;*/
	background-image:url(../images/newbg.jpg);
}

.slider2{
	position:relative;
	width:100%; 
	/*height:600px;  when responsive, comment this out */
	margin:0 auto;
	/*background:#1b1b1b;*/
	background-image:url(../images/newbg.jpg);
	
}
.slider3{
	position:relative;
	width:100%; 
	/*height:600px;  when responsive, comment this out */
	margin:0 auto;
	/*background:#1b1b1b;*/
	background-image:url(../images/newbg.jpg);
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
	.slider2{
		width:2000px;
	}
	.slider3{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
	.slider2{
		width:2000px;
	}
	.slider3{
		width:1440px;
	}
}

/* ELEMENT STYLES */

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.black{background:#000000;color:#ffffff;
	width:250px;}

.black2{background:#000000;color:#ffffff;
	width:350px; border-style:solid; border-left-width: 30px; border-left-color:#F00;}
	
.blue{background:#01A9DB;color:#ffffff;
	width:250px;}
.red{background:#ff0000; color:#fff}

.red_anim{
	background:#ff0000; color:#fff;
	-webkit-transform-origin: left;
   -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s step-start;
	-moz-transition: all 0.5s step-start;
	-o-transition: all 0.5s step-start;
	transition: all 0.5s step-start;
    animation-name:mymove;
	animation-iteration-count:1;
	animation-duration:4s;
	animation-delay:0.1s;
}


.red_anim2{
	background:none; color:#000000;
	-webkit-transform-origin: right;
   -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s step-start;
	-moz-transition: all 0.5s step-start;
	-o-transition: all 0.5s step-start;
	transition: all 0.5s step-start;
    animation-name:mymove2;
	animation-iteration-count:1;
	animation-duration:2s;
	animation-delay:0.1s;
}


@-webkit-keyframes mymove {
    0% {
    background: red;
	
  }
  100% {
    background: none;
	
  }
}


@keyframes mymove {
    0% {
    background: none;
	animation-timing-function: ease-in;
	
  }
  15% {
   
	-webkit-transform: rotateY(-120deg);
	animation-timing-function: ease-out;
	
  }
  100% {
    background: red;
  }
}


@keyframes mymove2 {
    0% {
    background: none;
	animation-timing-function: ease-in;
	
  }
  15% {
   
	-webkit-transform: rotateY(120deg);
	animation-timing-function: ease-out;
	background: none;
  }
  100% {
	background: none;
  }
}

.redsecure{background:#ff0000;color:#ffffff;
	width:250px;}

.secure{background:#01A9DB; color:#fff}
.green{background:#7CB761}
.orange{background:#EF7D00}
.yellow{background:#F7FE2E}
.turky{background:#348E8A}
.white{background:#fff; color:#333}
