#contacts-cont{
 position:absolute;
 top:180px;
 left:-550px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#contacts-cont:hover{
    left:0;
}
#hidden{
height:300px;
width:550px;
background-color:navy;
float:left;
}
#shown{
height:300px;
width:20px;
background-color:navy;
float:left;
}
.sm{
font-family:arial;
font-size:10px;
font-weight:bold;
color:nayy;
text-decoration:none;
}
.sm:visited{
color:red;
text-decoration:none;
}
.sm:hover{
color:green;
text-decoration:none;
}
.toc{
font-family:arial;
font-size:10px;
color:navy;
font-weight:bold;
margin-left:10px;
}
#fc{
background-image:url(https://simplewebsites.pw/cp/imgs/7051zzFC.jpg);
background-position:top center;
background-repeat:no-repeat;
width:500px;
height:647px;
margin-left: auto ;
margin-right: auto ;
}
.sf{
font-family:arial;
font-size:12px;
color:white;
font-weight:bold;
text-align:left;
}