#blog-mobile-menu {
  position: absolute;
  z-index: 700;
  margin-top: -53px;
}

/*Strip the ul of padding and list styling*/
.brmm ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.brmm li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.brmm li a {
	display:block;	
	text-align: left;
	padding-left:20px;
	line-height: 35px;	
	color: #fff;	
	background: #505052;
	background: -moz-linear-gradient(top, #505052 0%, #322e2f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #505052), color-stop(100%, #322e2f));
	background: -webkit-linear-gradient(top, #505052 0%, #322e2f 100%);
	background: -o-linear-gradient(top, #505052 0%, #322e2f 100%);
	background: -ms-linear-gradient(top, #505052 0%, #322e2f 100%);
	background: linear-gradient(to bottom, #505052 0%, #322e2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505052', endColorstr='#322e2f', GradientType=0 );
	text-decoration: none;
}

/*Hover state for top level links*/
.brmm li:hover a {
	/*background: #ccc;*/
}

.brmm li a.taphover:hover, .brmm li a.taphover.hover {
    /*background: #ccc;*/   
}

/*Style for dropdown links*/
.brmm li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.brmm li:hover ul a:hover {
	background: #ccc;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.brmm li ul {
	display: none;
}

/*Make dropdown links vertical*/
.brmm li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.brmm li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.brmm ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.brmm .blogshow-menu {	
	text-decoration: none;
	color: #fff;
	/*background: #ccc;*/	
	padding: 2px 7px 22px;	
	margin-left: 533px;
	margin-top: -20px;
	display: none;
	float:right;
	width:40px;
}

/*Hide checkbox*/
.brmm input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.brmm input[type=checkbox]:not(:checked) ~ #blogmobilemenu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 800px){
	/*Make dropdown links appear inline*/
	.brmm ul {
		display: none;
		position: fixed;
		top: 75px;
		width: 100%;
	}
	/*Create vertical spacing*/
	.brmm li {
		border-bottom: 1px solid #999999;
		margin-bottom: 0;
	}
	/*Make all menu links full width*/
	.brmm ul li, li a {
		width: 96.6%;
	}
	/*Display 'show menu' link*/
	.brmm .blogshow-menu {
		display:block;
		position: fixed;
    	top: 44px;
    	right: 10px;
	}
	.menu-wrap{display: none;}
	#search-block{display: none;}
	.wrap .icons-block-bottom {display: none;}	
	#mobile-menu {display: none;}	
	#blog-mobile-menu {display: block !important;}	
}

@media screen and (min-width : 481px) and (max-width:640px){ 	
	.brmm .blogshow-menu {margin-left: 585px;padding-bottom: 22px;}		
}
		
@media screen and (max-width : 667px){ 
	.brmm .blogshow-menu {margin-left: 567px;padding-bottom: 22px;}	
}
				
@media screen and (max-width : 568px){
	.brmm .blogshow-menu {margin-left: 485px;padding-bottom: 22px;}	
}

@media screen and (max-width : 480px){
	.brmm .blogshow-menu {margin-left: 400px;padding-bottom: 22px;}	
}
						
@media screen and (max-width : 375px){  
	.brmm .blogshow-menu {margin-left: 300px;padding-bottom: 22px;}	
}
								
@media screen and (max-width : 360px){  
	.brmm .blogshow-menu {margin-left: 305px;padding-bottom: 22px;}	
}

@media screen and (max-width : 320px){ 
	.brmm .blogshow-menu {margin-left: 250px;padding-bottom: 22px;}	
}





















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
