/* CSS Document */

/*--------------------------Home--------------------------*/
.image-slides 
		{position:relative;
			overflow:hidden;
			width:100%;
			height:100%;}
.image-slides:before 
		{content: "";
  			position: absolute;
  			width: 3155px;
  			height: 3155px;
 			top: -40%;
  			left: 0%;
  			background: url(../images/stip-images.gif) 0 -3px no-repeat;
  			background-size: cover;
  			-webkit-transform: rotate(-2deg);
  			-moz-transform: rotate(-2deg);
  			-ms-transform: rotate(-2deg);
  			-o-transform: rotate(-2deg);
  			transform: rotate(-2deg);}
			
/*.big-reel 
		{position:relative;
			overflow:hidden;
			width: 900px;
			height:525px;}*/
			
.image-slides:after
		{content: "";
  			position: absolute;
  			bottom: 0px;
  			right: 0;
  			background: url(../images/big_reel_bk.png) 0 0 no-repeat;
  			width: 480px;
  			height: 522px;
  			background-size: cover;}
			
			
/*--------------------------Bio--------------------------*/

.bio {color: #ddd; font-size:12px; font-weight:250; background:url(../images/bgReel.png) 0 0 no-repeat; background-size:cover;}
.bio .kenan {background:url(../images/bioPic.png) 0 0 no-repeat; background-position:bottom left; height:100%}
.bio h2 {font-size:16px; font-weight:400; margin-bottom: 0px}
.bio .logo {
	float:left;
	position: relative;
	width: 114px;
	height: 97px;
}
	.bio .logo:after {
	content: "";
	position:absolute;
	background-position:left;
	background: url(../images/ktlogo.png) -16px 0 no-repeat;
	width: 205px;
	height: 149px;
	background-size:66%;
}

.bio p {
	clear: both; margin-top: 0;
}