/* Bootstrap override */
 .navbar.transparent.navbar-inverse .navbar-inner {
   background: rgba(0,0,0,0.4);
}


@font-face {
	font-family: 'Labtop Wide';
	src: url('../fonts/Labtop Wide.WOFF') format('woff'), 	/* Pretty Modern Browsers */
    url('../fonts/Labtop Wide.ttf')  format('truetype') 	/* Safari, Android, iOS */
}
body {
      font-family: 'Labtop Wide', Tahoma;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

/* static logo  */
.logo {
	height: 120px;
	width: 100px;
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
	z-index: 999;
	cursor: pointer;
}
.logo.img{
	background-size: 120px;
	background-repeat: no-repeat;
	background-image: url(../images/pbm.png);
	background-position: -10px 0;
}
.logo.preload {
	height: 180px;
	width: 200px;
	position: absolute;
	z-index: 999
}


/* background pbm word */
.logobgp {
	position: absolute;
	margin-left: -20px;
	background-color: rgb(106,105,109);
	width: 12px;
	height: 460px;
}
.logobgb {
	position: absolute;
	margin-left: -20px;
	margin-top: -180px;
	background-color:rgb(106,105,109);
	width: 12px;
	height: 460px;
}
.logobgm {
	position: absolute;
	margin-left: -20px;
	background-color:rgb(106,105,109);
	width: 12px;
	height: 184px;
}

ul li {
	list-style-type: square;
	color:rgb(121,18,20);
}
ul li span {
	color:black;
}

/* menu */
.menu {
	width: 377px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
	top: 44px;
    left: 18px;
	font-size: 10px;
}
.menu a, .menu a:visited, .menu a:hover, .menu a:active {
	color: inherit;
	text-decoration: none;
}
.menu .selected, .menu td:hover {
	background-color: #6b6a6f;
    color: #ffffff;
}
.menu table {
	table-layout: fixed;
	border-collapse: collapse;
}
.menu tr {
	height: 25.5px;
}
.menu td {
	border: 1px solid #6b6a6f;
	text-align: center;
}
.menu td.text-bottom {
	vertical-align: bottom;
	padding-bottom: 10px;
}
#page .menu td.col-1 { width: 100px; border: 0;}
.menu td.col-1 { width: 94px; border: 0;}
.menu td.col-2 { width: 47px; }
.menu td.col-3 { width: 47px; }
.menu td.col-4 { width: 47px; }
.menu td.col-5 { width: 47px; }
.menu td.col-6 { width: 47px; }
.menu td.col-7 { width: 47px; }



/* Social icons / animated
* --------------------------------------- */
.instagram-hover {
	background-image: url('../images/instagram-hover.png');
}
.facebook-hover {
	background-image: url('../images/facebook-hover.png');
}
.social-slide {
	height: 48px;
	width: 48px;
	margin: 4px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
#social-container {
	height: 48px;
	width: 140px;
	bottom: 0px;
	right: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	position: absolute;
	z-index: 9999
}

/*--------------------------------------- */

