@media (min-width: 768px) and (max-width: 991px) { 
	.fixed_menu .utility { margin-left: 32px;}
	
	.news_box .more { margin-left: 268px;}
	.store_box .pic { 
		height: 140px;
		line-height: 125px;
	}
	.info_section .video {
		margin-top: 2%;
		height: 400px;
		width: 100%;
	}
	ul li a {
        background: url(email-icon.png) left center no-repeat;
    }
	
	.leftmenu li{
		line-height:1.7em;
        padding: 5px 15px;
        margin-bottom: 5px;
		display:inline-block;
		background:#F5F5F5;
		width:33%;	
	}
	
	.leftmenu>li.active{ background: #6CCE35; }
	.leftmenu>li.active a{ color: #fff; }
	.leftmenu>li.active::before{
		content: "\e131";
		padding: 0 5px;
		color: #fff;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		left: 5px;
	}
	
	.leftmenu>li.active::after{
		content: "";
	}
	

}