.iphone-container{
	
	width: 238px; 
	height: 500px; 
	margin: auto; 
	position: relative;}

.iphone-content{
	
    position: absolute;
    width: 205px;
    height: 360px;
    left: 15px;
    top: 70px;
   }

.iphone-content-hover{
    position: absolute;
    width: 200px;
    height: 360px;
    left: 19px;
    top: 70px;
	opacity: 0;
	transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
   }

.iphone-content-hover:hover{
	opacity: 1;
	transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
   }

.iphone-content-hover .message{
	background: #fff;
	width: 160px;
	height: 210px;
	padding: 10px;
	overflow: auto;
	margin: auto;
	color: #000;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 25px;
	position: relative;
	z-index: 10;
   }

.iphone-content-hover .iphone-author {
    position: absolute;
	top: 280px;
}


.iphone-content-hover .iphone-author .iphone-pic_h{  
    width: 60px;
    height: 60px;
    box-sizing: content-box;
    padding: 5px;
    border: #fff solid 1px;
    position: absolute;
    top: 0px;
    left: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}


.iphone-content-hover .iphone-author .iphone-pic_d{  
    width: 60px;
    height: 60px;
    box-sizing: content-box;
    padding: 5px;
    border: #000 solid 1px;
    position: absolute;
    top: 0px;
    left: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.iphone-content-hover .iphone-author .iphone-names{
    position: absolute;
    top: 0px;
    left: 91px;
    width: 150px;
}


.iphone-content-hover .iphone-author .iphone-names .strich_h{
	position: absolute;
    top: 33px;
    left: -9px;
    width: 104px;
    height: 5px;
    background: #fff;
}
.iphone-content-hover .iphone-author .iphone-names .from_h{ 
position: absolute;
    top: 15px;
    left: 0px;
    color: #fff;
    font-family: 'Open Sans';
    width: 105px;}

.iphone-content-hover .iphone-author .iphone-names .to_h{ 
    position: absolute;
    top: 40px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 9px;}

.iphone-content-hover .iphone-author .iphone-names .from_d{    position: absolute;
    top: 15px;
    left: 0px;
    color: #000;
    font-family: 'Open Sans';
    width: 105px;}
.iphone-content-hover .iphone-author .iphone-names .to_d{    position: absolute;
    top: 40px;
    color: #000;
    font-family: 'Open Sans';
    font-size: 9px;}


.iphone-content-hover .iphone-author .iphone-names .strich_d{
	position: absolute;
    top: 33px;
    left: -9px;
    width: 104px;
    height: 5px;
    background: #000;
}

 .iphone-arrow{     position: absolute;
    top: 231px;
    left: 15px;
    width: 58px;
    height: 26px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 1;}



.iphone-content .time{
    position: absolute;
    width: 200px;
	top: 35px;
	text-align: center;
}

.iphone-content .time .hours_h{
	color: #fff;
    font-size: 30px;
	font-family: 'Open Sans';


}
.iphone-content .time .date_h{
	color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 0;
	font-family: 'Open Sans';

}

.iphone-content .time .hours_d{
color: #000;
    font-size: 30px;
}
.iphone-content .time .date_d{
	color: #000;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 0;
}

.iphone-status{
    position: absolute;
    width: 205px;
    height: 15px;
    top: 70px;
    text-align: center;
    z-index: 5;
	background: #000;
	background-image:url(https://sweetsilverlining.fabulousworld.de/images/iphone/status.png);
    
    left: 15px;

}
		