@charset "utf-8";
/* CSS Document */
.menu-icon{
    width: 100%;
    height:128px;
    position:relative;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
	line-height:16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .item {
    position:relative;
    background-color:#f0f0f0;
    float:right;
    width:78px;
    margin:0px 5px;
    height:78px;
    border:2px solid #8ad4d5;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    -moz-box-shadow:1px 1px 3px #8ad4d5;
    -webkit-box-shadow:1px 1px 3px #8ad4d5;
    box-shadow:1px 1px 3px #8ad4d5;
    cursor:pointer;
    overflow:hidden;
  }
}




.item{
    position:relative;
    background-color:#f0f0f0;
    float:right;
    width:118px;
    margin:0px 5px;
    height:118px;
    border:2px solid #8ad4d5;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    -moz-box-shadow:1px 1px 3px #8ad4d5;
    -webkit-box-shadow:1px 1px 3px #8ad4d5;
    box-shadow:1px 1px 3px #8ad4d5;
    cursor:pointer;
    overflow:hidden;
}


@media screen and (max-width: 800px) {
  .link {
    left:2px;
    top:2px;
    position:absolute;
    width:58px;
    height:58px;
  }
}






.link{
	 
    left:2px;
    top:2px;
    position:absolute;
    width:148px;
    height:148px;
}
.icon_home{
    background:transparent url(../images/home.png) no-repeat top left;
}
.icon_mail{
    background:transparent url(../images/mail.png) no-repeat top left;
}
.icon_help{
    background:transparent url(../images/help.png) no-repeat top left;
}
.icon_find{
    background:transparent url(../images/find.png) no-repeat top left;
}
.icon_photos{
    background:transparent url(../images/photos.png) no-repeat top left;
}
.item_content{
    position:absolute;
    height:252px;
    width:140px;
    overflow:hidden;
    left:115px;
    top:7px;
    background:transparent;
    display:none;
}

.item_content a{
    background-color:transparent;
    float:left;
    margin-right:3px;
    margin-top:7px;
    color:#000;
    text-shadow: 0px 0px 0px #fff;
    text-decoration:none;
    font-size:12px;
	line-height: 12px;
}
.item_content h2 a, .item_content h2{
    color:#000;
    text-shadow: 0px 0px 0px #fff;
    background-color:transparent;
    font-size:14px;
	line-height: 14px;
	margin:0;
	padding:0;
	clear:both;
	float:inherit;
}
.item .link img {
	width: 108px;
	height: 108px;
}
.item_content a:hover{
    color:#5bbabb;
}
.item_content p {
    background-color:transparent;
    display:none;
	margin:0!important;
	padding:0!important;

}
.item_content p input{
    border:0px solid #5bbabb;
    padding:1px;
    width:155px;
    float:left;
    margin-right:5px;
}