	.reveal-modal-bg-btm { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #fff;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal2 {
		visibility: hidden;
		top: 100px; 
		width: 100%;
		background:rgba(141,7,4,0.9);
		position: absolute;
		z-index: 101;
		padding: 30px 0px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal2 .close-btmcat {
		font-size: 18px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #fff;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
/*=============*/
.catnameslide h2 {
color: #fff;
font-size: 18px;
font-weight: normal;
margin-top: 5;
padding:40px 20px 5px;
position: relative;
display: inline-block;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

/*--------------btm nav---------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald);
#btmover div {
	/* Repeating background image */
	height:auto;
	width:100%;
	text-align:center;
}
#btmover div ul {
	list-style:none;
	margin:0;
	padding:0;
}
#btmover div ul li {
	position:relative;
	text-align:left;
}
#btmover div ul li a {
	border-left:solid;
	border-left-width:5px;
	border-left-color:#598bfd;
	color:#000;
	font-weight:400;
	padding:12px 0px;
	margin-bottom:2px;
	background: RGBA(43, 46, 56, 0.2);
	display: block;
	float:left;
	width:100%;
	text-decoration:none;
	transition:background 1s;
	-moz-transition:background 1s;
	-webkit-transition:background 1s;
	-o-transition:background 1s;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size:13px;
	text-transform:uppercase;
	padding-left:20px;
}
#btmover div a:hover {
	background:#4a4a4a;
	color:#fff;
}
