.new-liteline { /* comment out in Production */
    /* width: 85%; */
    margin: 0 auto !important;
}

.productsCardTitle {
    padding: 0 1em 1em 1em;
}

#InspireFilter {
    max-width: 910px;
    margin: 0 auto;
}

#InspireFilter li {
    padding: 0;
    margin: 0;
}

#InspireFilter li a {
    border-radius: 0.5em;
    color: #999;
    padding: 0.2em 1em;
    font-size: 0.85em;
    width: 11.1em;
}

#InspireFilter li a:hover {
    background: none;
}

#InspireFilter li.active a {
    color: #fff;
}

#InspireFilter li.active:hover {
    background-color: #007ac2;
    border-radius: 0.5em;
}

/* BANNER menu */
.inspBannerMenu {
    list-style: none;
    padding: 1em;
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inspBannerMenu li {
    padding: 0;
    text-transform: uppercase;
}
.inspBannerMenu li a {
    color: #888;
    padding: 1em 1.5em;
}
.inspBannerMenu li:after {
    content: "|";
    color: #888;
    padding: 0;
}
.inspBannerMenu li:last-child:after {
    content: "";
}
.inspBannerLabel {
    position: absolute;
    bottom: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0.3em 0.8em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.inspBannerLabel li {
    line-height: 1.3em;
    font-size: 0.8em;
}

/* --------------------- NEW CODE --------------------- */















.gal-carousel-hide {
    display: none;
}

.gal-container{
	padding: 0;
}
.gal-item{
	overflow: hidden;
	padding: 0;
}
.gal-item .box{
	/* height: 350px; */
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
/* .gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
} */
div.box a:after {
	content:"\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
    line-height: 5.5em;
    font-size: 2.5em;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}

.gal-item .carousel-indicators {
    bottom: 0;
}

.gal-item .carousel-indicators li {
    border-color: #fff;
    margin: 0 0.2em;
}

.gal-item .carousel-indicators .active {
    background-color: #fff;
}

.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
i.red{
    color:#BC0213;
}
.gal-container{
    /* padding-top :75px; */
    padding-bottom:75px;
}
/* footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
} */