a {
    color: #b30609;
}
a:hover {
    color: #f5696b;
}
a.disabled:hover,a:disabled:hover {
    color: #b30609
}
/******************************************************************************/
/* Star Rating colour */
.checked {
  color: orange;
}
/******************************************************************************/
/*  */
.loose-background{
	background-image: url("../img/loose-background-3.jpg");
	background-attachment: fixed;
/*	background-repeat: repeat; */

	background-position: center; 
	background-size: cover; 

}
.page-background{
	background-image: url("/resources/images/backgrounds/loose-desert-2.jpg");
 /*	background-position: center; Center the image */
	background-repeat: no-repeat repeat; /* Do not repeat the image */
	/*background-size: cover;  Resize the background image to cover the entire container */
}
.container-background{
	background-color: ghostwhite;
	opacity: 0.8;
}
.big-link{
	font-weight: 500;
    text-decoration-line: underline;
}
.artist-link{
	font-size: 0.4em;
	vertical-align:top;
	margin-top:3px;
}
.review-quotes p{
	margin:0;
}
.article-image-block{
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.livesearch_result .list-group-item{
	color: #75747a;
	font-weight: 600;
}
/******************************************************************************/
/* Main Nav Hover Underlines */
.nav-item > a:hover span{
	border-bottom: 2px solid #b30609;
}
.nav-item > a span{
	border-bottom: 2px solid transparent;
}
.nav-item > a span.active{
	border-bottom: 2px solid #b30609;
}
.nav-item .nav-basket{
	line-height:1;
	margin-top:10px;
}
/******************************************************************************/
/* SmartCart Product Buy Buttons */
.buy-button-container{
	
}
.md-form select {
    border: none;
    border-bottom: 1px solid #ced4da;
    cursor: pointer;
    background-color: #fff;
}
.product-size-container{
	display:inline-flex;
}
.product-size{
	
	border: 1px solid silver;
	background: #eee;
	padding: 0.2em;
	min-width: 30px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	
}
.product-size.active{
	border: 1px solid red;
	padding:  0.2em;
	background-color: #f1f6f0;
	filter:drop-shadow(1px 1px 2px #807d7d);
}
.product-size.disabled{
	background-image: url('../img/cross.png');
	background-size: cover;
    background-repeat: no-repeat;
	z-index: 99;
	opacity: 0.5;
	cursor: none;
	background-position: center;
	background-size: contain;
}
.product-colour.active{
	border: 1px solid red;
	padding:  0.2em;
	background-color: #f1f6f0;
	filter:drop-shadow(1px 1px 2px #807d7d);
}
.product-colour-container{
	display:inline-flex;
}
.product-colour{
	
	border: 1px solid silver;
	background: #eee;
	padding: 0.2em;
	min-width: 80px;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	
}
.product-colour.disabled{
	/**/
	background-image: url('../img/cross.png');
	background-size: cover;
    background-repeat: no-repeat;
	z-index: 99;
	opacity: 0.5;
	cursor: none;
	background-position: center;
	background-size: contain;
	
}
.product-format-item.disabled{
	border: 1px solid #b5b2b2;
	background-color: #eeecec;
	
}
.product-format-item{
	cursor: pointer;
	padding: 5px 1px 5px 10px;
	border: 1px solid #b5b2b2;
	border-radius: 5px;
	margin-bottom: 0.7em;
	flex-basis: 100%;
}

.product-format-item.active{
  border: 1px solid red;
  padding: 5px 1px 5px 10px;
  background-color: #EDFDFF;
  filter:drop-shadow(1px 2px 3px #807d7d);
}

.product-title{
	font-weight: 600;
}
.product-avail{
	font-style: italic;
}
.product-msg{
	color:#9b0f0f;
	font-weight: 600;
}
.product-stp{
	color:#9b0f0f;
	font-weight: 600;
}
.product-buy-btn{
	border-radius: 5px;
	margin: 0;
}

/******************************************************************************/
/* MT_Product_Results/Nav Inifiniti Navigation */
.product-filter-scroll{
    overflow: hidden !important;
    overflow-y: scroll !important;
}
.artist-filter-scroll{
    overflow: hidden !important;
    overflow-y: scroll !important;
	text-overflow: ellipsis;
	max-height:850px;
}
.max-height-400{
	max-height:400px;
}
.max-height-450{
	max-height:450px;
}
.max-height-500{
	max-height:500px;
}
/******************************************************************************/
/*  */
.min-height-400{
	min-height:400px;
}
.review-card{
	min-height:350px;
	background-image: url("/loose/img/loose-paper.jpg"), url("/img/loose-paper.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
.artist-card{
	min-height:65px;
	padding:0.5em;
}
/******************************************************************************/
/*  */
.iframe-holder iframe{
	width:100%;
}
.iframe-sounds iframe{
	width:250px;
	height:300px;
	padding:3px;
}
.iframe-videos iframe{
	width:95%;
	height: 175px;
	padding:3px;
}
.iframe-videos li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/******************************************************************************/
/* Product Buy Buttons etc. + navbar facet checkboxes - top line */
/******************************************************************************/
.form-check {
    padding-top: 1px;
	display: table;
}

.form-hidden{
	height:0px;
}
.form-check-label p{
	margin-bottom:0px;
}
.form-check-label.active .form-check-price{
	color:crimson;
	font-weight:700;
}
.form-check-format{
	text-transform: capitalize;
}
.form-check-avail{
	text-transform: capitalize;
	font-style: italic;
}
.form-check-msg{
	color:green;
}
.form-check-msg:empty { 
	display:none;
}
.form-check-price{
	text-transform: capitalize;
}
.form-check-price:before{
	content: 'Our Price: '; 
}
.format-options{
	display:grid;
}
.price{
	color:crimson;
	font-weight:700;
}
.price-rrp{
	font-weight:300;
}
.price-msg{
	color:green;
}
.price-off{
	font-style: italic;
}
/******************************************************************************/
/* Banner Overlay [mt_Carousel_MDB_Basic.tpl] */
.mdb-overlay{
	position:absolute;
	top:0px;
	height: 100%;
	width: inherit;
	margin-top:0px;
	max-height:500px;
}
.mdb-overlay-image img{
	max-height:340px;
}
.carousel-inner,
.carousel-inner .carousel-item-image{
	
	top:-5px;
	width:100%;
}
.carousel-multi-item .carousel-indicators .active {
	background-color:#35383a;
}
.carousel-multi-item .carousel-indicators li {
	background-color:#ffeb3b;
}
.jarallax{
/* same height as carousel-inner and 100+ lees than height of image */
	min-height:500px !important;
}
.jarallax-img {
 margin-top: 0px !important;
 left:0px !important;
}
/******************************************************************************/
/* Special Offer Ribbons */
/* common */
.owl-item .item{
	position:relative;
	overflow:hidden;
}
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index:2;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #858e94;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #e11980;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 16px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
  outline: dotted;
  outline-offset: -3px;
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
  
/******************************************************************************/
/* Events */
    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(179,7,7);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(0,0,0);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 15pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 12pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 0px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
/******************************************************************************/
/*  */
.label-textarea{
	top: -12px !important;
    left: 1px !important;
}
/******************************************************************************/
/* Title Detail - Product Bibliographic list */
dl.inline-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;      /* set the container width*/
  overflow: visible;
}
dl.inline-flex dt {
  flex: 0 0 30%;	/* set the label width*/
  text-overflow: ellipsis;
  overflow: hidden;
}
dl.inline-flex dd {
  flex:0 0 70%;	 /* set the data width*/
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
/******************************************************************************/
/* Page Header (usually in header.inc as Section_01 */
.page-header{
	background-color: #fbfbfb;
	
}
@media (max-width: 575px) {
	
}
@media (min-width: 576px) and (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 1199px) {
	.page-header{margin-top:-10px;}
}
@media (min-width: 1200px) {
	.page-header{margin-top:-25px;}
}
@media (min-width: 1500px) {
	.page-header{margin-top:7px;}
}
/******************************************************************************/
/*  */
/* Product Detail = +/- Quantity */
.product-detail{
	font-size:0.9em;
}
.product-gallery figure:not(.main-img) {
    position: absolute;
    left: 0;
    right: 0;
}
.number-input input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.number-input button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	height: 2px;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	text-align: center;
}

.number-input.number-input {
	border: 1px solid #ced4da;
	width: 10rem;
	border-radius: .25rem;
}

.number-input.number-input button {
	width: 2.6rem;
	height: .7rem;
}

.number-input.number-input button.minus {
	padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
	width: .7rem;
	background-color: #495057;
}

.number-input.number-input input[type=number] {
	max-width: 4rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-width: 0 1px;
	font-size: 1rem;
	height: 2rem;
	color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color:transparent) {

	.number-input.def-number-input.safari_only button:before,
	.number-input.def-number-input.safari_only button:after {
		margin-top: -.3rem;
	}
}
}

.classic-tabs .nav.tabs-primary {
    background-color: #fff !important;
}
.classic-tabs .nav.tabs-primary li.nav-item {
    border-bottom: 1px solid #dee2e6;
}
.classic-tabs .nav.tabs-primary li {
    margin-left: 0;
}
.classic-tabs .nav.tabs-primary li a.active {
    color: #1266f1 !important;
    border-color: #1266f1;
}
.classic-tabs .nav.tabs-primary li a {
    color: #6c757d;
    font-weight: 500;
}
.badge-news {
    position: absolute;
    top: 10px;
    left: 10px;
}

/******************************************************************************/
/*  */
/* Search results Grid - MT_Search_Results_Grid.tpl */

.results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	grid-column-gap: 25px;
	grid-row-gap: 45px;
	 transition: all 2s ease;
	
	/*
	grid-auto-rows: 250px;
	grid-gap: 32px;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-auto-flow: dense;
	place-items: stretch;
	
	
	display: -ms-grid;
	-ms-grid-columns: ( 1fr )[4];
	-ms-grid-rows: ( 250px )[4];
	*/
}
.results-grid-row{
	grid-template-columns:1fr;
	
}
.results-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.results-biblio-list{
	padding: 0;
    list-style-type: none;
	font-size: 14px;
}
.results-biblio-list li{
	display:inline;
	float:left;
	margin-right: 5px;
	
}
.results-item-img img{
/* zooms the title image to a min-height of y - will 'trim' overflow */
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.results-item-img{
/* keeps the Title text all on same level */
	min-height:375px;
}
.results-grid.results-grid-row .results-item-img{
	min-height:auto;
}
.results-grid .results-item-img img{
/* makes all the jacket images this height(y): zoomed & overflow trimmed */
	min-height:375px;
}
.results-grid.results-grid-row .results-item-img img{
	min-height:auto;
	object-fit: fill;
}
.results-grid.results-grid-row .results-top{
	display:flex;
}
.results-grid-row .results-item{
	flex-direction: row;
}
.results-grid-row .results-item-img{
	float:left;
	width:150px;	/* width of jacket img in grid-row view */
	margin-right: 15px;
}
.results-grid-row .results-item-body{
	float:left;
	width:82%;
}
.results-item-header{
	font-size:1em;
	text-align: center;
}
.results-grid-row .results-item-header{
	font-size:1.4em;
	text-align: left;
}
.results-item-contributor{
	font-size:0.8em;
	text-align: center;
}
.results-grid-row .results-item-contributor{
	font-size:1.4em;
	text-align: left;
}
.results-item-text,
.results-biblio-list{
	display:none;
}
.results-grid-row .results-item-text,
.results-grid-row .results-biblio-list{
	display:block;
}
.results-grid-row .results-prices{
	min-width:250px;
	text-align:right;
}
.results-prices{
	text-align:center;
	display:inline-grid;
}

@media (max-width: 1200px) {
	.results-grid-row .results-item-img {
		min-height:0px;
	}
}
@media (max-width: 920px) {
	
	.results-grid-row .results-item{
		flex-direction:column;
	}
	.results-item-img img {
		width: initial;
		height: auto;
	}
	.results-grid-row .results-item-img {
		width:auto;
	}
	
	.results-grid-row .results-item-text,
	.results-grid-row .results-biblio-list{
		display:none;
	}
	.view img{
		display:initial;
		width:100%;
	}
	
	.side-nav .logo-wrapper{
		height:120px;
		display: flex;
		justify-content: center;
	}
	
}
/******************************************************************************/
/* Flex-Grid / List - MT_Search_Results.tpl  */
.view-group-container{
	padding-right:2px;
}
.view-group {
	
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .card-img {
    float: left;
    width: 20%;
}

.item.list-group-item .item-prices {
    float: left;
    width: 20%;
}

.item.list-group-item .item-image{
    margin-right: 10px;
}
.item.list-group-item .thumbnail{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .card-caption{
    float: left;
    width: 60%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after{
    display: table;
    content: " ";
}

.item.list-group-item:after{
    clear: both;
}

.item.grid-group-item .item-text,
.item.grid-group-item .item-biblio-list{
	display: none;
}
.item.grid-group-item .item-image{
	width:100%;
}
.view.overlay{
	cursor:pointer;
}
/******************************************************************************/
/* Default background & link colors 
body {
	background-color:rgb(248, 246, 244);
	overflow:hidden;
}
.navbar{
	background-color: rgb(248, 246, 244);
}
.page-footer{
	background-color: rgb(248, 246, 244);
}
.side-nav.side-nav-light{
	background-color: rgb(248, 246, 244);
}
a {
	color:#bab7b7;
}
a:hover,a:focus{
	color:#bab7b7;
	
}
.side-nav .social a:hover{
	opacity:0.4;
}
*/
footer {
	background-color: #142138;
}
/******************************************************************************/
/*  */
.breadcrumb li:first-child{
	margin-right: 10px;
}
/******************************************************************************/
/* Space between top and first container (so includes Main Nav) */
.top-margin{
	margin-top:50px;
	padding-top:50px;
}	

/******************************************************************************/
/* left - Right Conbtainer Margins */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width:90%;
	
 }
body{
	padding-top:94px;
}
/******************************************************************************/
/* 	navbar tweaks navbar mostly transparent: background-color:rgba(0,0,0,0.2) 
	remove transparency background-color:rgba(0,0,0);

.navbar{
	background-color:#fff;
}
.navbar-brand img{
	max-height: 70px;
	margin-top: 10px;
}
.nav-link>span{
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 18px;
}
.navbar-nav{
    margin-top: 49px;
}

*/
.nav-link.disabled{
	cursor: not-allowed;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
   
    text-transform: uppercase;
	font-weight:400;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu {
/* mega-menu flicker ?!? */
    -webkit-backface-visibility: hidden;
}
.nav-wrapper{
	margin-top:0;
}
.nav-break{
/* roughly the height of thenavbar to position the owl-carousel */
	margin-bottom:-10px;
	
}
.navbar-toggler{
	padding:0.25em 0.35em;
}
.navbar-side{
	font-size:0.8em;
}
/******************************************************************************/
/* Side Nav Bar */
.side-nav{
	width:75% !important;
}
.side-nav .logo-wrapper img {
    padding-right: 10px;
    padding-left: 10px;
	max-height:120px;
}
.side-nav .collapsible li a:hover {
    background-color: rgba(221, 221, 221, 0.15);
}
.side-nav .collapsible {
/* cos on some phones the sidebar won't scroll all the way to the bottom!! Which is crap by the way. */ 
    margin-bottom: 100px;
}
.side-nav .collapsible a{
	font-weight:400;
	font-size:1.1rem;
}
.side-nav .collapsible-body a {
	font-weight:300;
}
#sidenav-overlay{
	z-index:1037;
	opacity: 0.5;
}
/******************************************************************************/
/* Infiniti Search Results */
 
.infiniti-waiting{
	z-index: 99;
	position:fixed;
	top: 148px;
    left: 45%;
}
.filter-tag{
	padding: 2px 8px 2px 8px;
}

/******************************************************************************/
/* Image Grid */

.grid-container {
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-columns: ( 1fr )[4];
	grid-auto-rows: 250px;
	-ms-grid-rows: ( 250px )[4];
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-auto-flow: row dense;
	place-items: stretch;
}

@media (min-width: 576px) and (max-width: 991px) {
		
	.grid-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 400px;
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		grid-auto-flow: row dense;
		place-items: stretch;
	}	
		
}
@media (max-width: 575px) {
	
	.grid-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: 450px;
		grid-column-gap: 15px;
		grid-row-gap: 15px;
		grid-auto-flow: row dense;
		/*place-items: center stretch; This causes overflow issues*/
	}
	
}
.grid-item{
	
	position:relative;

}
/* This crap is for IE :( */
.grid-item:nth-child(4n+1){
    -ms-grid-column: 1;
}
.grid-item:nth-child(4n+2){
    -ms-grid-column: 2;
}
.grid-item:nth-child(4n+3){
    -ms-grid-column: 3;
}
.grid-item:nth-child(4n+4){
    -ms-grid-column: 4;
}
.grid-item:nth-child(-n+4){
    -ms-grid-row: 1;
}
.grid-item:nth-child(n+5):nth-child(-n+9){
    -ms-grid-row: 2;
}
.grid-item:nth-child(n+9):nth-child(-n+14){
    -ms-grid-row: 3;
}
	
	
.grid-item img{
	
	padding: 0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	
}
.grid-mask{ /* add to the anchor that wraps the image and caption */
	
	/*position: absolute;*/
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	
}
.grid-mask:hover{
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6; 
}
.grid-caption{
	visibility:hidden;
	position: absolute;
    top: 50%;
    width: 100%;
	color: #fff;
	
}
.grid-mask:hover .grid-caption{
	visibility:visible;
}
/******************************************************************************/
/* Card Grid */
.card-overlay{
	position:relative;
}
.card-mask{ /* add to the anchor that wraps the image and caption */

	position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	
}
.card-mask:hover{
    opacity: .6; 
}
.card-mask > i{
	top:50%;
}
/******************************************************************************/
/* Masonry / Packery Grid */


.masonry-grid-sizer,
.masonry-grid-item {
    width: 31%;
}
.masonry-grid-item-width-2 {
    width: 65%;
}
.masonry-grid-item-width-3 {
    width: 99%;
}
.masonry-gutter-sizer{
	width: 3%;
}
.masonry-grid-item img{
		width: 100%;
	}
@media (max-width: 575px) {
	.masonry-grid-sizer,
	.masonry-grid-item {
		width: 48%;
	}
	.masonry-gutter-sizer{
		width: 4%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.masonry-grid-sizer,
	.masonry-grid-item {
		width: 48%;
	}
	.masonry-gutter-sizer{
		width: 4%;
	}
}

/* To change the amount of columns on larger devices, uncomment the code below 

 @media (min-width: 768px) and (max-width: 991px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 25%;
  }
} 
*/

/******************************************************************************/
/* Home Page Images with text overlay */
.img-container{
	position:relative;
	display:inline-block;
}
.img-container img{
	display:block
}
.img-container .text-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333333;
	opacity:0.4;	/* set to '0.0' for full tranparency */
	transition:opacity 500ms ease-in-out;
}
.img-container:hover .text-overlay{
	opacity:0.5;
}
.text-overlay span{
	position:absolute;
	color:#fff;
	text-align: center;
	width: 100%;
	top:40%;
	text-transform: uppercase;
}
/******************************************************************************/
/* some base sizes for img containers */

.img-small{
	margin: 5px;
	width: 150px;
	height: 200px
}

.img-medium{
	margin: 5px;
	width: 250px;
	height: 300px;
	
}
.img-large{
	margin: 5px;
	width: 350px;
	height: 400px;
}
.img-right{
	margin-left:auto;
	margin-right:0;
}
.img-left{
	margin-right:auto;
	margin-left:0;
}
.img-center{
	margin-left:auto;
	margin-right:auto;
}
.img-grid{
	display:grid;
}
.img-float-left{
	float:left;
}
.img-float-right{
	float:right;
}
.img-border{
	margin: 5px;
	padding:5px;
	border: 0.5px solid silver;
}
.img-wrap-right{
	margin: 5px;
	padding:5px;
	-webkit-filter: drop-shadow(5px 5px 5px #acac9d);
	filter: drop-shadow(5px 5px 5px #acac9d);
	float:right;
}
.img-wrap-left{
	margin: 5px;
	padding:5px;
	-webkit-filter: drop-shadow(5px 5px 5px #acac9d);
	filter: drop-shadow(5px 5px 5px #acac9d);
	float:left;
}
/******************************************************************************/
/* Home Page Carousel */
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		/*background: #1C2331!important;
		background: linear-gradient(0deg, rgba(27, 28, 29, 0.9960121268656716) 22%, rgba(27,45,75,1) 94%);
		*/
	}
}

	

.carousel-wide-prev{
	left: -100px;
}
.carousel-wide-next{
	right: -100px;
}
.carousel-wide-next,
.carousel-wide-prev{

    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #b30609;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;

}
/******************************************************************************/
/* Hides the > caret in the nav without breaking the dropdown toggle function */
.dropdown-toggle:after {
	position:absolute;
	visibility: hidden;
}

/******************************************************************************/
/* ?used */
.results-select input.select-dropdown{
	margin: 0;
	font-weight:300;
}
.results-select span.caret{
}

/******************************************************************************/
/* Text: limit number of lines and add ... */
.text-lines-2 {
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (2) */
	max-height: 2.4em; 
	min-height: 2.4em; 
	text-align: justify;
	word-break: break-all;
	padding-right: 1em;
}
.text-lines-3 {
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (3) */
	max-height: 3.6em; 
	min-height: 3.6em; 
	text-align: justify;
	word-break: break-all;
	padding-right: 1em;
}
.text-lines-4 {
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (4) */
	max-height: 4.8em; 
	min-height: 4.8em; 
	text-align: justify;
	word-break: break-all;
	padding-right: 1em;
}
.text-lines-5 {
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (4) */
	max-height: 6.0em; 
	min-height: 6.0em; 
	text-align: justify;
	word-break: break-all;
	padding-right: 1em;
}
.text-lines-10 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
[class*=text-lines]:after {
	content: '...';
	position: absolute;
	right: 5px;
	bottom: 0;
}
/******************************************************************************/
/* Fills the parent <div class='fill-container fill'> with best part of contained image */
.fill-container{
	min-height: 200px !important;
	max-height: 200px !important;
}
.fill {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.detail-item-img img,
.img-fill img {
  object-fit: cover;
  width:100%;
  height:100%;
}

/******************************************************************************/
/* Simple 3x3 Image grid ala masonry - but which works */
.gallery {

	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-webkit-column-gap: 10px;
    -moz-column-count: 4; /* Firefox */
	-moz-column-gap: 10px;
    column-count: 4;
	column-gap: 10px;
	  
}	
.gallery-item{ 

	width: 100%; 
	padding: 0;	/* use mb-n margin inline instead */
	
}
.gallery-index{
	min-height:50px;
	max-height:50px;
}
@media (min-width: 576px) and (max-width: 991px) {
		
	.gallery {

		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
		
}
@media (max-width: 575px) {
		
	.gallery {

		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
		
}
/******************************************************************************/
/*  */
.card-title{
	overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    line-height: 1.2em;
}
.card-img-top{
	max-width:100%;
	max-height:100%;
	object-fit: cover;
    height: 275px;
}
.card-img-product{
	max-width:100%;
	max-height:100%;
	object-fit: cover;
}
.card-btn{
	display:inline-grid;
}
/******************************************************************************/
/* Back to top up arrow */
.back-to-top {

    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;

}

/******************************************************************************/
/* Mini Top Navbar */
.navbar.fixed-top{ 
	/* Push Main Nav down the thickness of the Mini-Navbar 
	top:36px;	*/
}
.navbar-mini-top{
	line-height: 1em;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: flex-end;
	
}
.navbar-mini-top .navbar-nav{
	flex-direction:row;
}
.navbar-mini-top .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(138,138,123,0.7);
}
.mini-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
	background-color: black;
}

/******************************************************************************/
/*  */
.w-brand {
    width: 50%
}
.w-brand img {
    width: 20%
}
.w-brand-center img {
    
	max-height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -279px !important;
    margin-top: -42px;
    display: block;
	
}
.w-brand-center-bg{
	/*background-color: #15233c !important;*/
	background-color: #142138 !important;
	/* blue
	background: linear-gradient(0deg, rgba(20,33,56,0.9960121268656716) 22%, rgba(27,45,75,1) 94%);
	*/
	/* blue-black */
	background: linear-gradient(0deg, rgba(27, 28, 29, 0.9960121268656716) 22%, rgba(27,45,75,1) 94%);
    
}

.navbar.scrolling-navbar {
    padding-top: 5px ;
    padding-bottom: 10px ;
}

.navbar .dropdown-menu form .md-form .form-control {
    color: #000000 !important; 
}
.navbar .dropdown-menu form {
    width: 100%;
}

/******************************************************************************/
/*  */
#quick-search-collapse-lg{
	position: fixed;
    /*top: 97px;	 i.e. 135px with/ 97px without .fixed-top*/
    left: 0px;
	width: -webkit-fill-available;
	width: -moz-available;
    z-index: 1050;
    font-weight: 100;
    background-color: white;
}
#quick-search-collapse-sm{
	position: fixed;
    /*top: 97px;	 i.e. 135px with/ 97px without .fixed-top*/
    left: 0px;
	width: -webkit-fill-available;
	width: -moz-available;
    z-index: 1050;
    font-weight: 100;
    background-color: white;
}
#quick-search-input-sm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adb2b7;
  opacity: 1; /* Firefox */
}
#quick-search-input-sm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #adb2b7;
}
.#quick-search-input-sm::-ms-input-placeholder { /* Microsoft Edge */
  color: #adb2b7;
}

#quick-search-input-lg::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adb2b7;
  opacity: 1; /* Firefox */
}
#quick-search-input-lg:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #adb2b7;
}
.#quick-search-input-lg::-ms-input-placeholder { /* Microsoft Edge */
  color: #adb2b7;
}
.md-form .form-control {
    color: #000;
    font-size: 1.6em;
}
/******************************************************************************/
/* ACS Forms: Login / Passwords */ 
.fa-password {
	position: relative;
    /*right: -96%;*/
    /*top: -24px;*/
    cursor: pointer;
	pointer-events: all;
}
.fa-password-account {
	position: relative;
    right: -95%;
    top: -2.5em;
    cursor: pointer;
	pointer-events: all;
}
@-webkit-keyframes autofill {
	to {
	color: #666;
	background: transparent; } 
}

@keyframes autofill {
	to {
	color: #666;
	background: transparent; } 
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	animation-name: autofill;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
}

/******************************************************************************/
/* Owl Slider - Home Page Banners */
/* See also Responsive tweaks above */
.owl-banner-btn{
	/*right: 9%;*/
	bottom: 30px;
	position: absolute;
}
.owl-bg-img{
	
}
.owl-pr-img{
	position: absolute;
    top: 75px;
	right: 70px;
    max-width: 23%;
    z-index: 10;
    box-shadow: 4px 4px 2px rgba(0,0,0,.3);
}
.owl-copy-outer{

	background: rgba(0,0,0,.15);
    float: left;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-copy-inner{	
	float: left;
	margin-top: 80px;
	margin-left: 100px;
}
.owl-title-text,
.owl-subtitle-text
{
	color: #fff;
    text-shadow: 2px 2px 12px rgba(0,0,0,.5), -2px 2px 12px rgba(0,0,0,.5);
}

/******************************************************************************/
/* Animated Mnu Button - animated-icon1 
<!-- SideNav slide-out button  [first|second|third]-button-->
	<button class="navbar-toggler third-button always-on button-collapse" type="button" data-toggle="collapse" data-activates="slide-out"
		aria-controls="navbarSupportedContent20" aria-expanded="false" aria-label="Toggle navigation">
		<!-- animated-icon[1|2|3] (2 add <span></span>) -->
		<div class="animated-icon3"><span></span><span></span><span></span></div>
	</button>
*/
.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon1 span {
	background: #bab7b7;
}
.animated-icon2 span {
	background: #bab7b7;
}
.animated-icon3 span {
	background: #bab7b7;
}
.animated-icon1 span:nth-child(1) {
	top: 0px;
}
.animated-icon1 span:nth-child(2) {
	top: 10px;
}
.animated-icon1 span:nth-child(3) {
	top: 20px;
}
.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
	top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}
.animated-icon2 span:nth-child(4) {
	top: 20px;
}
.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}
.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}
/******************************************************************************/
/* Buy Now Sticker  */ 

	.sticker-wrapper {
	  font-size: 1em;
	}
	.sticker {
	  position: relative;
	  display: table;
	  width: 10em;
	  height: 10em;
	  padding: 1em;
	  border-radius: 100%;
	  background: rgb(255,215,7);
	  box-sizing: border-box;
	  overflow: hidden;
	  box-shadow: -1px 1px 7px 2px #e1d8d6;
	}
	.sticker p {
	  display: table-cell;
	  text-align: center;
	  vertical-align: middle;
	  color: white;
	  font-size: 3em;
	  font-weight: 700;
	  line-height: 47px;
	}
	.sticker .fold {
	  content: "";
	  display: block;
	  width: 10em;
	  height: 10em;
	  position: absolute;
	  right: -6em;
	  top: -6em;
	  border-radius: 100%;
	  background: -webkit-linear-gradient(-135deg, transparent 11.3em, #feeba7 10em, #feeba7 10em, #feeba7 85%);
	}

	.sticker-color {
	  background: rgb(255,215,7);
	  background: -webkit-linear-gradient(-135deg, transparent 2.82em, #b41717 0, #b41717);
	}	
/******************************************************************************/
/* Road Sign  */ 
	
	.road-sign {
	  display: block;
	  width: 150px;
	  height: 150px;
	  background-color: #FFFFFF;
	  box-shadow: 4px 2px 18px #B0B4B4;
	  border: 20px solid #EE0000;
	  border-radius: 100px;
	}
  
	.road-sign-text {
		text-align: center;
		padding-top: 18px;
		margin: auto;
		color: #000000;
		font-family: Trebuchet MS;
		font-size: 37px;
		font-weight: 900;
		line-height: 33px;
	}

	.RIGHT{
		right: 9%;
	}

/******************************************************************************/
/* Responsive - tweaks */ 
@media (max-width: 575px) {
	
    .w-brand {
        width:49%
    }
	.w-brand img {
		width: 50%;
    }
	.navbar-brand{
		margin-right:0px;
	}
	body{
		padding-top:70px;
	}
	
}
@media (min-width: 576px) and (max-width: 767px) {
	
	.w-brand {
        width:50%
    }
	
	body{
		padding-top:63px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
	.w-brand {
        width:50%
    }
	.w-brand img{
        width:25%
    }
	
	body{
		padding-top:72px;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	body{
		padding-top:80px;
	}
	.w-brand img{
        width:33%
    }
}
@media (min-width: 1200px) {
	body{
		padding-top:84px;
	}
	
}

/******************************************************************************/
/* really useful */
.pt-10{padding-top :10px;}
.pt-15{padding-top :15px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}
.pt-120{padding-top: 120px;}
.pt-130{padding-top: 130px;}
.pt-140{padding-top: 140px;}
.pt-150{padding-top: 150px;}
.mt-10{margin-top :10px;}
.mt-15{margin-top :15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-75{margin-top: 75px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.mt-120{margin-top: 120px;}
.mt-125{margin-top: 125px;}
.mt-130{margin-top: 130px;}
.mt-140{margin-top: 140px;}
.mt-150{margin-top: 150px;}
.mt-160{margin-top: 160px;}
.mt-200{margin-top: 200px;}
.mt-40p{margin-top: 40%;}
.mt-50p{margin-top: 50%;}
.mt-60p{margin-top: 60%;}
.mt-70p{margin-top: 70%;}
.mt-80p{margin-top: 80%;}
.mt-90p{margin-top: 90%;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-100{margin-bottom: 100px;}
.mb-150{margin-bottom: 150px;}
.mb-175{margin-bottom: 175px;}
.mb-200{margin-bottom: 200px;}
.rm-10{margin-right:10px;}
.rm-20{margin-right:20px;}
.rm-30{margin-right:30px;}
.rm-40{margin-right:40px;}
.rm-50{margin-right:50px;}

.width-100{	width:100%;}
.width-75{	width:75%;}
.width-50{	width:50%;}
.width-25{	width:25%;}
/********************************/

/******************************************************************************/
/* IE10+ !! */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
	.nav-link > span{
		background: transparent !important;
		color: #cac6c6 !important;
	}
	
	.metal-text, .metal-text a{
		background: transparent !important;
		color: #ffffff !important;
		
	}
	
	#quick-search-collapse-lg{
		width: 100%;
		top: 0px;
	}
	#quick-search-collapse-sm{
		width: 100%;
		top: 0px;
	}
	
}
