@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
.blf-srs .srs-product-list .grid .srs-catalog-rates {
	display: none;
}
.blf-header {
	background: #F8F8F8;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
.blf-header a {
	display: inline-block;
	padding: 10px 5px;
	font-size: .8em;
}
.blf-header a, .blf-header a i {
	color: #666;
	text-decoration: none;
}
.blf-header a:hover, .blf-header a i:hover {
	color: #222222;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.blf-logo img {
	margin: 0 auto;
}
.blf-top-nav .dropdown-menu {
	left: initial;
}
.blf-top-nav .dropdown-menu {
	background: #00558c;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	font-family: 'Titillium Web', sans-serif;
	text-transform: capitalize;
}
.blf-top-nav .dropdown-menu li a {
	color: #f2f2f2;		
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.blf-top-nav .dropdown-menu li a:hover {
	background: #007cba;
}
.blf-footer {
	background: #252525;
	color: #ccc;
	padding-top: 45px;
	padding-bottom: 45px;
}
.blf-footer h4 {
	color: #777;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 25px;
}
.blf-footer li {
	margin-bottom: 8px;
}
.blf-footer a, .blf-footer a:active, .blf-footer a:visited, .blf-copyright a, .blf-copyright a:active, .blf-copyright a:visited {
	color: #ccc;
	text-decoration: none;
}
.blf-footer a:hover, .blf-copyright .blf-social i:hover {
	color: #00558c;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.blf-copyright {
	background: #1c1c1c;
	color: #777;
	padding-top: 20px;
	padding-bottom: 20px;
}
.blf-copyright .blf-social a i {
	font-size: 1.5em;
	color: #777;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
@media only screen and (min-width : 768px) {
	.blf-header .blf-social {
		text-align: left;
	}
	.blf-top-nav {
		text-align: right;
	}
	.blf-copyright .blf-social {
		text-align: right;
	}
	.blf-logo img {
		padding-top: 10px;
	}
	.blf-nav {
		text-align: right;
	}
	.blf-nav .dropdown-menu {
		left: initial;
	}
	.blf-rentals {
		font-family: 'Titillium Web', sans-serif;
		text-transform: uppercase;
		font-size: 1.4em;
		padding-top: 40px;
	}
	.blf-rentals a, .blf-rentals a:visited, .blf-rentals a:active, .blf-rentals a:hover {
		color: #888888;
		text-decoration: none;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	.blf-links > li > a {
		border-bottom: 2px solid #fff;
	}
	.blf-links > li > a:hover {
		border-bottom: 2px solid #00558c;
	}
	.blf-rentals .dropdown-menu, .blf-top-nav .dropdown-menu {
		background: #00558c;
		box-shadow: none;
		border: 0;
		border-radius: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
		font-family: 'Titillium Web', sans-serif;
		text-transform: capitalize;
		font-size: .8em;	
	}
	.blf-top-nav .dropdown-menu {
		padding: 10px;
	}
	.blf-top-nav .dropdown-menu a {
		font-size: 1em;
	}
	.blf-rentals .dropdown-menu li a {
		color: #f2f2f2;		
		color: #fff;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
	}
	.blf-rentals .dropdown-menu li a:hover {
		background: #007cba;
	}
}

@media only screen and (min-width : 992px) {
	.blf-header ul {
		margin: 0;
	}
	.blf-header li {
		padding: 0;
	}
	.blf-header a {
		display: inline-block;
		padding: 10px;
		border-left: 1px solid rgba(0,0,0,0.1);
		text-align: center;
	}
	.blf-header li:last-child a {
		border-right: 1px solid rgba(0,0,0,0.1);
	}
}
@media (max-width: 1200px) {
   
}







.category-product-img-holder img {
    max-width: 95%;
}
.category-product-img-holder img.img-responsive {
    max-width: 95%;
}