/* = Menu
-------------------------------------------------------------- */

#fb5 .fb5-menu {
	
}

#fb5 .fb5-menu ul {
	list-style: none; 
	margin: 0; padding: 0;	
	
}

#fb5 .fb5-menu#fb5-center li {
	float: left;
	position: relative;
	width: 55px;
	height:48px;
	margin: 0 0px;
	border:0px solid #F00;
	
	list-style: none;
    background:none;
	border-right:1px solid #092659;
	
		
	
}

#fb5 .fb5-menu#fb5-center li:hover {
	background:#0A275C;
	
}

#fb5 .fb5-menu#fb5-center li:last-child {
	border-right:none;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#fb5 .fb5-menu#fb5-center li:first-child {
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}



#fb5 .fb5-menu li a {
	display: block;
	
	width: 55px;
	height: 48px;
}

#fb5 .fb5-menu li a.fb5-download				{ background-position: 0 0; }
#fb5 .fb5-menu li a.fb5-download:hover			{ background-position: 0 0px; }

#fb5 .fb5-menu li a.fb5-home					{ background-position: -55px 0px; }
#fb5 .fb5-menu li a.fb5-home:hover				{ background-position: -55px 0px; }

#fb5 .fb5-menu li a.fb5-zoom-in				{ background-position: -110px 0px; }
#fb5 .fb5-menu li a.fb5-zoom-in:hover			{ background-position: -110px 0px; }

#fb5 .fb5-menu li a.fb5-zoom-out				{ background-position: -170px 0px; }
#fb5 .fb5-menu li a.fb5-zoom-out:hover			{ background-position: -170px 0px; }

#fb5 .fb5-menu li a.fb5-zoom-original			{ background-position: -225px 0px; }
#fb5 .fb5-menu li a.fb5-zoom-original:hover	{ background-position: -225px 0px; }

#fb5 .fb5-menu li a.fb5-zoom-auto				{ background-position: -235px 0px; }
#fb5 .fb5-menu li a.fb5-zoom-auto:hover		{ background-position: -235px 0px; }


#fb5 .fb5-menu li a.fb5-show-all				{ background-position: -340px 0px; }
#fb5 .fb5-menu li a.fb5-show-all:hover			{ background-position: -340px 0px; }

#fb5 .fb5-menu li a.fb5-languaje				{ background-position: -400px 0px; }
#fb5 .fb5-menu li a.fb5-languaje:hover			{ background-position: -400px 0px; }


#fb5 .fb5-menu li a.contact				{ background-position: -284px 0px; }
#fb5 .fb5-menu li a.contact:hover			{ background-position: -284px 0px; }

#fb5 .fb5-menu li a.btn-share				{ background-position: -515px 0px; }
#fb5 .fb5-menu li a.btn-share:hover			{ background-position: -515px 0px; }

#fb5 .fb5-menu li a.btn-print				{ background-position: -571px 0px; }
#fb5 .fb5-menu li a.btn-print:hover			{ background-position: -571px 0px; }


#fb5 .fb5-menu li a.fb5-fullscreen				{ background-position: -458px 0px; }
#fb5 .fb5-menu li a.fb5-fullscreen:hover			{ background-position: -458px 0px; }



	

	





#fb5 .fb5-menu#fb5-center {
	width: auto;
	margin-top: 7px;
	margin-down: 0;
	position:absolute;
	
	background-color:#0B2A63;
	border-radius:0;
	box-shadow:0 -1px 0 #092659;
	
	
	
	
	/*
	margin-left: auto;
	margin-right: auto;
    /*/
}

#fb5 .fb5-menu#fb5-right {
	float: right;
	width: auto;
	margin: 17px 15px 0 0;
	opacity:0;
}

#fb5 .fb5-menu li.fb5-goto {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}

#fb5 .fb5-menu li.fb5-goto #fb5-label-page-number {
	font-family:Arial,sans-serif;
	display:inline;
	float: left;
	margin: 6px;
	line-height: 12px;
	font-size: 11px;
	font-weight:normal;
	color: #5f6f7b;
	-webkit-font-smoothing: antialiased;
	width:auto;
}


#fb5 .fb5-menu li.fb5-goto input[type='text'] {
	background: #141f28;
	width: 28px;
	height: 13px;
	border: none;
	box-shadow: none;
	padding: 6px 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	display:inline;
	border-radius:0;
}
	
#fb5 .fb5-menu li.fb5-goto button {
	box-shadow:none;
	text-shadow:none;
	font-family: Arial;
	position: static; 
	right: 0px; 
	top: 11px;
	height:17px;
	display:inline;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	background:#2b3e4d;background:-moz-linear-gradient(top,#2b3e4d 0,#1f303d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b3e4d),color-stop(100%,#1f303d));background:-webkit-linear-gradient(top,#2b3e4d 0,#1f303d 100%);background:-o-linear-gradient(top,#2b3e4d 0,#1f303d 100%);background:-ms-linear-gradient(top,#2b3e4d 0,#1f303d 100%);background:linear-gradient(to bottom,#2b3e4d 0,#1f303d 100%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#2b3e4d',endcolorstr='#1f303d',gradienttype=0);
	color: #5f6f7b;
	border-radius:0;
}

#fb5 .ui-btn-text { display: none; }


/* = Tooltip
-------------------------------------------------------------- */

#fb5 .fb5-tooltip {
	font-family:Arial,sans-serif;
	position: absolute; left: 0; top: -25px; z-index: 5;
	display: none;
	padding: 2px 10px;
	background: #64c8d3;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	/*text-transform: uppercase/*/
	color: white;
	border-radius:12px;
}
	#fb5 .fb5-tooltip b {
	/*background: url("../img/arrow-tooltip.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);/*/
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #64c8d3;
    top: -7px;
    display: block;
    height: 0;
    left: 6px;
    position: absolute;
    width: 0;
	display:none;
	}


/* = Footer
-------------------------------------------------------------- */

#fb5 #fb5-footer {
   opacity:0;
   background-color:#000;
}

#fb5 #fb5-footer {
	position: absolute; top: 0; z-index: 15;
	/*background: url(../img/bg-footer.png);/*/
	/*background-color: rgba(0, 0, 0, .55);/*/
	/*border-top: 3px solid #0A334A;/*/
	width: 100%; height: 60px;
	margin: 0; padding: 0;

}

#fb5 #fb5-footer #fb5-logo {
	position: absolute; left: 10px; top: 13px; z-index: 5;
	opacity:0;
}

#fb5 #fb5-footer .fb5-bcg-tools {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
    width: 100%;
}


