/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: local('Electrolize'), local('Electrolize-Regular'), url(https://themes.googleusercontent.com/static/fonts/electrolize/v2/DDy9sgU2U7S4xAwH5thnJ4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

body {
  padding-bottom: 00px;
  color: #5a5a5a;
	background-color: #f7f7f7;
}

.no-side-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.thumbnail-div {
	border-radius: 4px;
	margin-bottom: 20px;
}

.thumbnail-div img.thumbnail {
	max-height: 150px;
	min-height: 150px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
/*  position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-top-inverse .navbar-nav.navbar-left:first-child, .navbar-top-inverse .navbar-nav.navbar-right:last-child {
	margin-left: 0;
	margin-right: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}

/*26-05-2014 Start*/
/*
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
*/
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	/* left: 0; */
	/* min-width: 100%; */
	height: 500px;
	/* text-align: center; */
	/* background-position: center; */
	margin: 0 auto;
}
@media (max-width: 769px) {
	.carousel {
	  height: 350px !important;
	}
	.carousel .item {
	  height: 350px !important;
	}
	.carousel-inner > .item > img {
	    position: absolute;
	    top: 0;
	    min-width: 100%;
	    max-width: inherit !important;
	    height: 350px !important;
	    margin: 0 auto;
	    margin-left: 50%;
	    transform: translateX(-50%);
	}
}

/*26-05-2014 End*/
.carousel-indicators {
	bottom: 30px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.home-image-thumbnail {
  height: 75px;
  overflow: hidden;
  padding: 0px;
  border: 5px solid #333333;
  background-color: #333333;
}

/* Featurettes
------------------------- */
.featurette {
	background-color:#333333;
	color: #fff;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: #036;
}
.featurette .featurette-heading {
  color: #fff;
}
.featurette .home-image-thumbnail {
	border-color: #f7f7f7;
	background-color: #f7f7f7;
}

.thumbnail-row {
	margin-top: 20px;
}
.row-box {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .filter-box .filter-list > li > a .checkbox label, .filter-box .filter-list > li > a .radio label {
	max-width: 66%;
	margin-bottom: 0px;
	margin-left: 20px;
  }
  .detail-label {
    max-width: 100% !important;
    margin-left: 10px !important;
  }

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption h1, .carousel-caption h2 {
    font-size: 36px;
    text-shadow: 1px 1px 1px rgba(253, 254, 255, 1);
  }
  
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
	
	.body-container {
		border-radius: 0px;
		border: 1px solid #a9a9a9;
		-moz-box-shadow:    0px 3px 10px 2px #d6d3d3;
		-webkit-box-shadow: 0px 3px 10px 2px #d6d3d3;
		box-shadow:         0px 3px 10px 2px #d6d3d3;
		margin-bottom: 0px;
	}
	.c-types > li {
		border-right: 1px solid #000000;
	}
	.c-types > li.noborder {
		border-right: 0px;
	}
	.c-types > li:first-child
	{ 
		border-left: 1px solid #000000;
	}
}
@media (min-width: 1048px) {
	.navbar-top-inverse .navbar-nav.navbar-left:first-child {
		margin-left: -15px;
	}
	.navbar-top-inverse .navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}
@media (min-width: 992px) {
  .featurette-heading {
/*    margin-top: 120px;*/
  }
	.move-right {
		float: right !important;
	}
}
.navbar-wrapper .navbar {
	margin-bottom: 0px;
}
.navbar-top-wrapper > .navbar > .container { height: 35px; }
.navbar-top-wrapper .navbar-brand { padding: 5px 15px; line-height: 40px; }
.navbar-top-wrapper .navbar-nav > li > a { line-height: 25px; padding: 5px 15px; }
.navbar-top-inverse {
	min-height: 35px;
	background-color: #f3f3f3;
  border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #a9a9a9;
	
	-moz-box-shadow:    0px 3px 10px 2px #d6d3d3;
  -webkit-box-shadow: 0px 3px 10px 2px #d6d3d3;
  box-shadow:         0px 3px 10px 2px #d6d3d3;
	
	margin-bottom: 0px;
}
.navbar-top-inverse .navbar-brand {
  color: #000;
}
.navbar-top-inverse .navbar-brand:hover,
.navbar-top-inverse .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}
.navbar-top-inverse .navbar-text {
  color: #000;
}
.navbar-top-inverse .navbar-nav > li > a, a.navbar-brand {
  color: #000;
	font-size: 12px;
	font-weight: bold;
}
.navbar-top-inverse .navbar-nav > li > a:hover,
.navbar-top-inverse .navbar-nav > li > a:focus {
  color: #f3f3f3;
	background-color: #000;
}
.navbar-top-inverse .navbar-nav > .active > a,
.navbar-top-inverse .navbar-nav > .active > a:hover,
.navbar-top-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-top-inverse .navbar-nav > .disabled > a,
.navbar-top-inverse .navbar-nav > .disabled > a:hover,
.navbar-top-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-top-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-top-inverse .navbar-toggle:hover,
.navbar-top-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-top-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-top-inverse .navbar-collapse,
.navbar-top-inverse .navbar-form {
  border-color: #101010;
}
.navbar-top-inverse .navbar-nav > .open > a,
.navbar-top-inverse .navbar-nav > .open > a:hover,
.navbar-top-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 970px) {
	.home-image-thumbnail {
 		height: 150px;
	}
}
@media (max-width: 767px) {
	.home-image-thumbnail {
 		height: auto;
	}
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-top-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-top-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
	.navbar-nav {
		margin: 0;
	}
	.navbar-top-collapse {
		background-color: #F3F3F3;
		border-bottom: #000000 1px solid;
	}
}
.navbar-top-inverse .navbar-link {
  color: #999;
}
.navbar-top-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-top-inverse .container {
	padding-left: 0;
	padding-right: 0;
}
.navbar-top-collapse {
	padding-left: 0;
	padding-right: 0;
	z-index: 9999;
}
.logo-slider {
	position:absolute;
	z-index: 999;
	padding-top: 20px;
	margin-right: 0px;
	width: 100%;
}
.logo > a {
	color: #fff;
}

button.navbar-toggle {
	background-color: #000;
}
span.icon-bar {
	background-color: #fff;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}

.carousel-footer-text {
	bottom: 0px;
	list-style: none outside none;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 15;
	color: #FDC857;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	background-color: rgba(0, 0, 0, 0.5);
}
.carousel-footer-text a {
	color: #9d0404;
	text-decoration: none;
}
.carousel-footer-text a:hover, .carousel-footer-text a:focus {
	color: #4f0f0f;
	text-decoration: none;
}
.search-btn-group {
	margin-top: 10px;
}
.search-btn, .search-btn:focus {
	font-size: 14px;
	background-color: #b22520;
	color: #fff;
	background-image: linear-gradient(to bottom, #e75a53 0%, #b22520 100%);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 80px;
}
.search-btn:hover {
	background-color: #b22520;
	color: #000;
}
.bottom-most-footer {
	background-color:#777;
	color:#FFFFFF;
	font-size:11px;
}
p.copyright {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
footer.nav {
	background-color:#DADADA;
	margin-top: 20px;
}
.footer-title {
	font-size: 14px;
	color: #F7F7F7;
	background-color: #868686;
	margin-top: 0px;
	padding: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.footer-nav {
	font-size: 12px;
}
.footer-nav > li, .footer-nav > li > a, .footer-nav ul li, .footer-nav ul li > a {
	padding: 2px 0px;
	font-size: 12px;
	color: #333333;
}
.footer-nav ul {
	list-style: none;
	padding-left: 10px;
}
.footer-nav ul > li > a:before {
	content:" - ";
}
.footer-nav .nav-divider {
	margin: 0;
}
.big-menu-img {
	max-height: 180px;
	max-width: 180px;
}
.panel-title i {
	color: #FFFFFF;
	font-weight: bold;
	float:right;
	cursor: pointer;
}
.widgets-cols {
	min-height: 100px;
}

.portlet-placeholder {
	display: block;
	width: 100%;
	min-height: 200px;
	background-color:#0066CC;
}
.ui-corner-all {
}
.widgets-cols .panel-body {
	padding: 0px;
}
.widgets-cols .panel-body .panel-content, .widgets-cols .panel-body .tab-content {
	padding: 15px;
	background-color:#FFFFFF;
	width:100%;
	height:200px;
	overflow-y: scroll;
	position:relative;
}
.widgets-cols .nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 5px;
}
.s-news {
	display: block;
	margin-bottom: 10px;
}
.s-title, .s-title a, .s-title a:focus, .s-title a:hover {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	color:#000000;
}
.s-intro, .s-intro a, .s-intro a:visited, .s-intro a:focus {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	color:#666666;
}
.s-story {
	font-size: 12px;
	color:#000000;
	text-align:justify;
}
.image-heading {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.photos-container > .row, .home-container > .row, .articles-container  > .row {
	padding: 15px;
}
.logo-container {
	padding-top: 20px;
	margin-bottom: 30px;
}
.page-heading {
    border-bottom: 2px solid #000000;
    margin-bottom: 30px;
    margin-top: 35px;
}
.page-heading1 {
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    margin-top: 35px;
}


@media (min-width: 767px) {
	html {
		overflow: -moz-scrollbars-vertical; 
		overflow-y: scroll;
	}
	.logo-container {
		height: 70px;
	}
}

dt {
	margin-top: 20px;
}
.search-select {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 5px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
	border-right: 0px;
	border-left: 0px;
	text-transform: uppercase;
}
.search-select option {
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-text {
	border-right: 0px;
	font-size: 14px;
}

.filter-box {
	box-shadow: 2px 1px 5px #CCCCCC;
  display: block;
}

.filter-box .filter-header {
	display: block;
	background-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 15px;
}
.filter-box .filter-header > input {
	margin-top: 5px;
	display: block;
}
.filter-box .filter-list > li > a {
	padding: 2px 5px;
	text-decoration: none;
}
.filter-box .filter-list > li > a .checkbox {
	margin-bottom: 0px;
	margin-top: 0px;
}

.filter-box .filter-list > li > a .checkbox label, .filter-box .filter-list > li > a .radio label {
	display: inline-block;
}

.filter-box .filter-list {
	max-height: 210px;
	overflow-y: scroll;
}
.toggle-btn {
	margin-right: 5px;
	cursor: pointer;
}

.filter-box .filter-list .radio label, .filter-box .filter-list .checkbox label {
	font-size: 13px;
}

.filter-box .filter-list .radio label span.badge,  .filter-box .filter-list .checkbox label span.badge {
	font-size: 10px;
}

.filter-box .filter-list .radio input[type="radio"], .filter-box .filter-list .radio-inline input[type="radio"], .filter-box .filter-list .checkbox input[type="checkbox"], .filter-box .filter-list .checkbox-inline input[type="checkbox"] {
	margin-left: -20px;
	margin-right: 5px;
}

.filter-box .filter-list .radio, .filter-box .filter-list .checkbox {
	padding-left: 0px;
}
h1 {
	font-size: 24px;
	color: #003366;
}
h2 {
	color: #003366;
}
h1 a, h1 a:hover, h1 a:focus {
	text-decoration: none;
	color: #003366;
}

h2 a, h2 a:hover, h2 a:focus {
	text-decoration: none;
	color: gray;
}

.featurette a {
	color: #fff;
}

.image-desc img.thumbnail {
	max-width: 100%;
}

.image-desc dl {
	margin-bottom: 10px;
}
.image-desc dl dt {
	margin-top: 0px;
}
.img-detail strong {
	color: rgb(172, 171, 171);
	font-size: 12px;
}
.img-detail span {
	font-size: 12px;
}
.article-meta {
	margin-bottom: 10px;
	display: block;
}
.top-line {
	margin-top: 20px;
}
.filter-box .no-filter-box {
	overflow-y: auto;
}
.mark-important {
	color: red !important;
}
.read-more {
	font-size: 85%;
}

.read-more a {
	color: #FFF;
}
.h2-margin {
	margin-top: 30px;
}
.init-hidden {
	display: none;
}
.side-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.popover {
	position: absolute;
	left: 0;
	max-width: 400px;
	width: 400px;
}
.popover .popover-content img {
	max-height: 100%;
	max-width: 100%;
}
.featurette-heading {
	font-size: 36px;
}
.featurette-heading .text-muted {
	display: block;
	margin-top: 10px;
	font-size: 24px;
}
.featurette .lead {
	color: rgb(223, 223, 223);
}
.lead {
	font-size: 18px;
}
/*26-05-2014 Start*/
.carousel-caption {
	color: #0067C7;
}
.carousel .item {
	height: 500px;
	background-color: #FAF7F7;
}
/*26-05-2014 End*/
ul.similar-ul {
	padding-left: 20px;
}
ul.similar-ul a {
	display: block;
	padding: 3px;
}
ul.errorMessage {
	color: #A81818;
	padding-left: 5px;
}
ul.errorMessage li {
	text-align: left;
}

.carousel-caption-container {
	text-align: center;
/* 	width: 100%; */
	z-index: 15;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	/* position: absolute;
	bottom: 26px; */
}
.carousel-caption-container .box {
	/* background-color: rgba(0, 0, 0, 0.5); */
	border-left: 1px solid #fff;	
}
.carousel-caption-container h1, .carousel-caption-container h2, .carousel-caption-container p {
	color: #ffffff;	
}
.carousel-caption-container h1, .carousel-caption-container h2 {
	font-size: 24px;	
}
.carousel-caption-container p {
	font-size: 14px;
}
.carousel-caption-container a {
	color: #67b4d2;
	text-decoration: none;
}
.carousel-caption-container a:hover, .carousel-caption-container a:focus {
	color: #04882c;
	text-decoration: none;
}
ul.bottom-nav > li > a {
	margin-right: 20px;
	padding: 5px 10px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-submenu .dropdown-menu {min-width: 180px;}


.highlighted-container {
	font-family: 'Electrolize';
}

.highlighted-container .highlighted-sub-container {
	z-index: 0;
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	padding-top: 10px;
	padding-bottom: 10px;
}

.highlighted-container .highlighted-sub-container h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px; 
	text-align: center;
	line-height: 32px;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}

.highlighted-container .highlighted-sub-container h2 ul li {
	display: none;
}
.social-link a {
	font-size: 36px;
	color: #000;
}
.navbar-top-inverse .navbar-nav > li > a, a.navbar-brand {
	text-transform: uppercase;
}
.fix-height-160 {
	height:160px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
}
.fix-height-160 img {
	height:160px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}
.article-text img {
  float: right;
  max-width: 450px;
  margin: 10px;
  margin-bottom: 10px;  
  width: -webkit-fill-available;
 
}

li.special a {
    color: #ffffff !important;
}
li.special {
    background-color: red;
    margin-left: -1px;
    border-left: 1px solid #462323;
}
li.special:hover {
	background-color: #462323;
    border-left-color: red;
    border-right-color: red;
}
a.slider-banner {
	padding: 0 !important;
	margin-right: 20px;
}
a.slider-banner img {
	max-height: 70px;
}
.search-bar {
	width: 335px;
}
div.logo {
	margin-right: 20px;
}
.logo-topbar {
	margin-top: 20px;
	margin-bottom: 20px;
}
.big-story-panel {
	height: 250px;
    overflow-y: scroll;	
}
.big-story-panel .s-news {
    padding: 10px;
    border-bottom: 1px solid #d4cfcf;
}
.embed-container { 
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	min-height: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.panel-title > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

.carousel-caption {
    color: #f9f9f9;
    background-color: #00000075;
    padding: 6px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
.carousel-caption.mobile-carousel-caption h2 {
    color: #f9f9f9;
}
label.required:after {
    content: '*';
    color: #f00;
    font-size: 18px;
    position: absolute;
    margin-top: -2px;
}
@media (max-width: 767px) {
	.filter-column {
	    display: none!important;
	}
	.filter-column.collapse.in {
	    display: block!important;
	}
}
.filter-btn-cont {
	margin-bottom: 10px;
	margin-top: 10px;
}
