/* = Menu
-------------------------------------------------------------- */

 #fb7 .fb7-menu {
	position: relative;
} 

#fb7 .fb7-menu img{
	width: 6.3%;
	float: left ;
	margin-right: 2%;
	cursor: pointer;
}

#fb7 .fb7-menu a{
	display: block;
	width: 6.3%;
	float: left ;
	margin-right: 2%;
}
#fb7 .fb7-menu a img{
	width: 100%;
	cursor: pointer;
}

#fb7 .fb7-menu img:last-child{
	margin-right: 0;
}

#fb7 .fb7-menu#fb7-center {
	width: 60%;
    top: 0px;
    left: 0px;
}
/*  page manager   /*/	
#fb7 .fb7-menu .fb7-goto{
	width: 100%;
}
#fb7 .fb7-menu .fb7-autoflip{
	width: 100%;
}
#fb7 .fb7-menu .fb7-stopauto{
	width: 9.7%;
	display: none;
}


#fb7 .fb7-menu .label-goto{
	width: 11%;
	position: relative;
	float: left;
	margin-right: 2%;
}

#fb7 .fb7-menu .label-goto input[type="text"] {
   	color:white;
   	position: absolute;
   	width: 100%;
   	top:20%;
   	left:0;
   	z-index: 2;
   	font-weight: bold;
	text-align: center;
}


#fb7 .fb7-menu .fb7-pageSecs {
	width: 9.7%;
	position: relative;
	float: left;
	margin-right: 2%;
}


#fb7 .fb7-menu .fb7-pageSecs input[type='text'] {
   	color:white;
   	position: absolute;
   	width: 100%;
   	top:18%;
   	left:0;
   	z-index: 2;
   	font-weight: bold;
	text-align: center;
}
#fb7 .fb7-cross{
	width: 4%;
	display: none;
	position: fixed;
	z-index: 1000;
	top:40px;
	right: 40px;
	cursor: pointer;
}



/* = Footer
-------------------------------------------------------------- */


#fb7 #fb7-footer {
   opacity:1;	
}

#fb7 #fb7-footer {
	position: fixed; 
	bottom: 5%; 
	z-index: 15;
	left:0px;
	width: 100%; 
	margin: 0; 
	padding: 0;
}

/*leftbar
---------------------------------------------------------------*/

#fb7-sidebar{
	position: fixed;
	left:2%;
	top:5%;
	z-index: 15;
}
#fb7-sidebar ul{
	list-style: none;
}
#fb7-sidebar li{
	position: relative;
}
#fb7-sidebar img{
	width: 100%;
	cursor: pointer;
}


/* = Tooltip
-------------------------------------------------------------- */

#fb7 .fb7-tooltip {
	font-family:Nunito,sans-serif;
	position: absolute; left: 10px; top: 0; z-index: 5;
	display: none;
	padding: 2px 10px;
	background: #64c8d3;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	/*text-transform: uppercase/*/
	color: #616465;
	
	background: -webkit-linear-gradient(#FFFFFF,#EAEAEA); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFFFFF,#EAEAEA); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFFFFF,#EAEAEA); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFFFFF,#EAEAEA); /* Standard syntax */
	
	
	border-radius: 5px;
	border:1px solid #D4D4D4;
	box-shadow: 0 0 1px 1px #DBDBDB;
	font-size:12px;
}