@media screen and (max-width: 868px) {

	/* nav-wrap */
	.bm-cool-menu-wrap {
		position: relative;
	}



	/* menu icon */
	.bm-cool-menu-trigger {
		display: block; 
		height: 40px; 
		margin-top:10px; 
		line-height: 40px; 
		text-align:center;
		cursor: pointer;		
		padding: 0 0 0 15px;
		border: 1px solid #be854c;
		color: #be854c;
		font-weight: bold;
	}
	
	/* main nav */
	.bm-cool-menu {
		margin: 0; 
		padding: 10px;
		position: absolute;
		top: 40px;
		width: 95%;
		z-index: 1;
		display: none;


		
	}



	.bm-cool-menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;				
	}

	.bm-cool-menu ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;		
	}

	.bm-cool-menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;			
	}

	.bm-cool-menu ul li{
		margin-left: 20px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;		
	}

	
	
.bm-cool-menu li.active > a {
    background-color: #ea1539;
	color:#ffffff !important;
}
	
.bm-cool-menu li.hover > a {
    background-color: #ea1539;
	color:#ffffff !important;
}	
.bm-cool-menu a:hover {
    background-color: #ea1539;
	color:#ffffff !important;
}	
	
	
	
	.bm-cool-menu a{
		display: block;
		float: none;
		padding: 0;
		color: #999;
		padding: 6px 5px;
	}

	.bm-cool-menu a:hover{
		color: #ffffff;
	}
	
	.bm-cool-menu a:active{
		color: #ffffff;
	}

	.bm-cool-menu ul a{
		padding: 4px;
		width: auto;		
	}

	.bm-cool-menu ul a:hover{
		background: #ea1539;	
	}

	.bm-cool-menu ul li:first-child a:after,
	.bm-cool-menu ul ul li:first-child a:after {
		border: 0;
	}		

}



.bm-cool-menu a {
 transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
-moz-transition: all 1s ease;}

.bm-cool-menu a:hover{
transform: translate(0, 2px) scale(1.1);
-webkit-transform: translate(0, 2px) scale(1.1);
-moz-transform: translate(0, 2px) scale(1.1); 
-o-transform: translate(0, 2px) scale(1.1);}*/
