/******************************************************************************/
/*  */

.banner-links a{
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	
}

.hlt1{
	color:#582A78;
	font-style: italic;
	font-weight: 700;
}
.menu{
	height:100%;
}
.menu-top{
	min-height: 250px;
	margin-top: -10px;
	color: #fff;
}
.text-logo-side{
	font-size: 1.4em;
	font-weight: 600;
}
.menu-top-bg{
	background-color: #0070C0 !important;
}
.menu-top > h2{
	color: #fff;
}
.menu-image{
	margin-top:-91px;
}
.menu-bg{
	background-color: #15013E !important;
}
.menu-bg-navy{
	background-color:#1B264D !important;
}
.menu-bg-dark-blue{
	background-color:#1F2A78 !important;
}
.menu-bg-light-blue{
	background-color:#0070C0 !important;
}
.menu-bg-mauve{
	background-color:#582A78;
}	
.margin-bg{
	background-color:#582A78;
}
.menu-middle{
	flex:1;
}
.sub-menu-list{
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.sub-menu-list li,.sub-menu-list a{
	color:#fff !important;
	
}
.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
	scroll-behavior: smooth;
}	
.testimonial-card .avatar {
	width: 125px;
}	
.testimonial-card {
	font-size:0.9em;
}
.bg-margin-image-1{
	background-image: url("../resources/images/hammick/Blue_canopy.jpeg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-2{
	background-image: url("/resources/images/backgrounds/paint08_008.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-3{
	background-image: url("/resources/images/backgrounds/Wind-in-my-Heart.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-4{
	background-image: url("/resources/images/backgrounds/xmas-card-2017.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-5{
	background-image: url("/resources/images/backgrounds/Violetta-and-Alfredos-retreat_2.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-6{
	background-image: url("/resources/images/backgrounds/Sea-Barn.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-7{
	background-image: url("/resources/images/backgrounds/paint09_675.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-8{
	background-image: url("/resources/images/backgrounds/pavilion-dusk.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}
.bg-margin-image-9{
	background-image: url("/resources/images/backgrounds/Fallout-2014.jpg");
	background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom center;
	z-index:-1;
	height:30%;
	margin-bottom: -10px;
}

.main-logo-text {
	letter-spacing: 0.07em;
	font-weight: 300;
	font-size: 1.5em;
}
.span-logo-grey {
	color: #d8d3d3;
}
.no-wrap{
	white-space: pre;
	overflow-wrap: normal;
}
.border-none{
	border:none !important;
}
h1 { font-size: 1.5rem; }
h2 { font-size: 1.3rem; margin-top: 1.2rem;}
h3 { font-size: 1.1rem; }
h4 { font-size: 1.0rem; }

/******************************************************************************/
/* Google Translate - position bar to bottom of page */
.goog-te-banner-frame{
	bottom: 0px !important;
	top: auto !important;
}
.dropcap:first-letter {
    float: left;
    color: #767d83;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding-right: 5px;
    padding-bottom: 3px
}
.full-width{				   
	width: 100vw;
	margin-left: calc(50% - 50vw);	
	margin-top: -50px;	
}
/******************************************************************************/
/* Overwrite mdb.min.css base font 

@font-face {
	font-family: Montserrat-regular;
	src: url("../fonts/montserrat/montserrat-regular.ttf") format("truetype");
}
@font-face {
	font-family: Marcellus;
	src: url("../fonts/marcellus/marcellus-v7-latin-regular.ttf") format("truetype");
}
@font-face {
	font-family: Rocksalt;
	src: url("../fonts/rocksalt/rocksalt-regular.ttf") format("truetype");
}

body {
	font-family: "Montserrat-regular", sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em; 
	font-size: 1.2em;
	background-color:rgb(248, 246, 244);
	overflow:hidden;
}

*/
body{
	padding-top:94px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {	
	max-width:85%;
}
.bg-header-top{
	background-image: linear-gradient(#00007e, #00004f);
	border-bottom: 1px black;
}
.flag-18{
	opacity: 0.9;
	border: 1px solid gray;
	height: 18px;
}
.flag-18:hover{
	opacity:1.0;
	border: 1px solid white;
}
.bg-header-top .nav-item .dropdown-menu{
	z-index:1050;
}

.bg-button{
	background-color:#00adff !important;
}
.md-form .nav-search-input{
	width:350px;
	font-size: 1.1rem !important;
	
}
.md-form .nav-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 0.8; /* Firefox */
}

.md-form .nav-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.md-form .nav-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.md-form.md-form-compact{
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}
.md-form select{
	border:none;
	border-bottom: 1px solid #ced4da;
	cursor: pointer;
	background-color: #fff;
 
  
}
/******************************************************************************/
/* Overwrite basic link colors 
a, a:link {
	color: #10457b;
	text-decoration: none;
}
a:hover, a:active {
	color: #6fa8e0;
	text-decoration: none;
} 
a:visited {
	color: #10457b;
	text-decoration: none;
}
b, strong {
    font-weight: 900;
}
.default-header-font{
	font-family: marcellus;
}
.default-color{
	color: #000;
}
.default-color-dark{
	color: #003d77;
}
.default-color-light{
	color: #5a758e;
}
.default-btn-orange{
	background-color: #F60;
}
.default-nav-font{
	font-family: 'Patua One', cursive;
	font-weight: 400;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link{
	color: #D8682A;
	transition: 0.35s;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .nav-link:active{
	color: #F60;
}
footer.page-footer a, a:link, a:visited {
	font-family: 'Patua', Georgia, serif;
	color: #FFCC33;
}
footer.page-footer a:hover, a:active {
	color: #D8682A;
	transition: 0.35s;
}*/
.page-footer{
	background-color: #15013e !important;
	font-size: 0.8rem;
}
.page-header{
	background-color: #fbfbfb;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: calc(50% - 49vw);
	margin-bottom: 1em;
}


/******************************************************************************/
/*
	General page layout - nav - top margin - containers - margins etc.
	
	N.B. While containers can be nested, most layouts do not require a nested container.
	
*/
/* teeny-eeny-meeny wee*/
	.w-brand img{height:36px;}
	
		
	
@media (min-width: 374px) { 
	.w-brand img{
		height:40px;
	}
	.main-logo-text {
		letter-spacing: 0.07em;
		font-weight: 300;
		font-size: 1.2em;
		margin-top: -16px;
	}
	
	.menu-top-email{
		margin-top:-50px;
	}
	.menu-top{
		margin-top:-80px;
	}
	
	.banner-title{
		margin-top:-50px;
	}
	.banner-title-text{
		letter-spacing: 0.07em;
		font-weight: 800;
		font-size: 1.6em;
		
	}
	
	gmp-map{
		min-height:200px;
	}
	.main-text{
		margin-top: 85px;
	}
}	
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.w-brand img{
		height:40px;
	}
	.main-logo-text {
		letter-spacing: 0.07em;
		font-weight: 300;
		font-size: 1.1em;
	}
	
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.w-brand img{
		height:44px;
	}
	.main-logo-text {
		letter-spacing: 0.07em;
		font-weight: 300;
		font-size: 1.5em;
		margin-top:0px;
		
	}
	.banner-title{
		margin-top:-100px;
	}
	.banner-title-text{
		letter-spacing: 0.07em;
		font-weight: 800;
		font-size: 2.1em;
		
	}
	
	h1 { font-size: 1.8rem; }
	h2 { font-size: 1.6rem; margin-top: 1.2rem;}
	h3 { font-size: 1.4rem; }
	h4 { font-size: 1.2rem; }
	}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.w-brand img{height:60px;}
	.container-top{margin-top:50px;}
	.menu-top{
		margin-top: 1px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.w-brand img{
		height:66px;
	}
}
/* Retina stuff >1500px */
@media (min-width: 1500px) {
	.w-brand img{height:68px;}
	
}
/******************************************************************************/
/******************************************************************************/
/* 	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;
}

*/
.navbar-topnav{
	z-index: 10;
}
.navbar-subnav{
	z-index: 9;
}
.navbar .dropdown-menu a {
    padding: 4px;
    font-size: 0.87rem;
    font-weight: 300;
	line-height: 1.5rem;
}
.nav-link{
	padding-top:0.9rem;
	padding-bottom:0.9rem;
}
.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.7em 0.7em;
}
.navbar-side{
	font-size:0.8em;
}
.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%;
}
#alt-header-search-input{
	width:300px;
}
.sub-title{
	line-height:1.2rem;
}
/******************************************************************************/
/* Transparent Nav - goes opaque on scroll */  
@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%);*/
	}
}

.view,body,html{height:100%}
.navbar{background-color:rgba(0,0,0,.2)}
.page-footer,.top-nav-collapse{background-color:#1C2331}
@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}

/******************************************************************************/
/* Hides the > caret in the nav without breaking the dropdown toggle function */
.dropdown-toggle:after {
	position:absolute;
	visibility: hidden;
}

/******************************************************************************/
/* Side Nav Bar */
/*
.side-nav.side-nav-light{
	background-color: rgb(248, 246, 244);
}
.side-nav .social a:hover{
	opacity:0.4;
}
*/
.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;
}
.sidebar-nav .nav-list{
	display:inherit;
}
.side-nav .fa-angle-right {
    position: absolute;
    top: .8rem;
    right: 0;
    margin-right: 1.25rem !important;
}

/******************************************************************************/
/* Mini Top Navbar */
.navbar.fixed-top{ 
	/* Push Main Nav down the thickness of the Mini-Navbar 
	top:36px;	*/
	z-index: 900;
}
.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;
}
/******************************************************************************/
/* Animated Underlines */
.animated-underline {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
}
.animated-underline:hover:after {
	width: 100%;
	background: #fff;
}
.animated-underline-light:hover:after {
	background: #fff;
}
.animated-underline-middle:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.animated-underline-left:after {
	content: '';
	display: block;
	margin-right: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.animated-underline-right:after {
	content: '';
	display: block;
	margin-left: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
/******************************************************************************/
/* Nav-Item dropdowns 
.nav-item > a:hover span{
	border-bottom: 2px solid #0036d9;
}
.nav-item > a span{
	border-bottom: 2px solid transparent;
}
.nav-item > a span.active{
	border-bottom: 2px solid #0036d9;
}
 */
/******************************************************************************/
/*  */
.did-you-mean{
	display:flex;  
	list-style:none;
}
.did-you-mean li+li:before{
  content: ', ';
}
.did-you-mean li a{
	white-space: normal;
}
/******************************************************************************/
/* SmartCart Product Buy Buttons */
.buy-button-container{
	
}
.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;
	
}
.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{
	position:relative;
}
.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;
}

.product-format-item.active{
  border: 1px solid red;
  padding: 5px 1px 5px 10px;
  background-color: #EDFDFF;
  filter:drop-shadow(1px 2px 3px #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;
	
}
.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;
}

/******************************************************************************/
/*  */
.series-list ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.clear-list{
	list-style: none;
	padding-left: 0px;
}
/******************************************************************************/
/* For use with the SmartScroll Nav Header */
.smart-scroll{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.scrolled-down{
	transform:translateY(-100%); transition: all 0.9s ease;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.9s ease;
}
.body-sticky-top{
	padding-top:0 !important;
}
.header-sticky-top{
	padding-top:0;
}
/******************************************************************************/
/* Resources - Documents - Table Listing */
.doc-title{
	font-size:16px;
	font-weight: 500;
}
.doc-data{
	font-size:0.6em;
	font-style:italic;
}
.doc-search-form .form-control {

    font-size: 1.0em !important;
}
.doc-highlight{
	font-size: 0.6em;
    margin-left: 50px;
    margin-right: 50px;
}
/******************************************************************************/
/* Used for AuthorListing */
.column-2 {
	text-align: left;
	column-count: 2;
	column-gap: 15px;
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
}
.column-3 {
	text-align: left;
	column-count: 3;
	column-gap: 15px;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
}
.column-4 {
	text-align: left;
	column-count: 4;
	column-gap: 15px;
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
}
.author-alphabet{
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.author-alphabet li{
	width:100%;
	border: 1px solid silver;
}
.author-alphabet li:hover{
	background-color:ghostwhite;
}
.author-alphabet .list-group-item{
	padding:0;
}
/******************************************************************************/
/* Title Detail Page - layouts */
.contributor-list{
	display:inline-block;
}
.contributor-detail{
	float:left;
	font-size:1.4em;
}
.contributor-detail:not(:last-of-type)::after{
   content: ",\2004"
}
/******************************************************************************/
/*  */
.pill-table{

	display:inline-flex;
	width: 40px;
	
}
.pill-left{
	width:50%;
	margin-top:-2px;
}
.pill-right{
	width:50%;
}
/******************************************************************************/
/* MT_Search_Results table */
.sr-table-image{
	width:100px;
}
.sr-table-title a{
	font-size:1.2em;
	font-weight:600;
}
.sr-table-list{
	margin:0;
	padding:0;
}
.sr-table-list li{
	display:inline-block;
	list-style-type:none;
}
.sr-table-prices{
	display:inline-grid;
}
.sr-title-link{
	color:#2f7dcc !important;
}
/* Table Column Widths */
.tcw-1{ width:8.33%;}
.tcw-2{ width:16.66%;}
.tcw-3{ width:25%%;}
.tcw-4{ width:33.33%;}
.tcw-5{ width:41.66%;}
.tcw-6{ width:50%;}
.tcw-7{ width:58.33%;}
.tcw-8{ width:66.66%;}
.tcw-9{ width:75%;}
.tcw-10{ width:83.33%;}
.tcw-11{ width:91.66%;}
.tcw-12{ width:100%;}
/******************************************************************************/
/* MT Footer Streak Photo */
.streak.streak-photo {
  /*
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  */
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
/******************************************************************************/
/*  */
.page-background{
	background-image: url("/loose/img/loose-background-3.jpg"), url("/img/loose-background-3.jpg");
	background-attachment: fixed;
	background-repeat: repeat; 
/*
	background-position: center; 
	background-size: cover; 
*/
}
.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;
}

/******************************************************************************/
/* 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("/longwater/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;
}
.feature-card{
	border-color: #efefef;
    border-left-style: groove;
    border-left-width: 1px;
    border-radius: 0;
	box-shadow: none;
	padding-left: 2em;
	
}
.feature-card-list{
	border-color: #efefef;
    border-left-style: groove;
    border-left-width: 1px;
    border-radius: 0;
	box-shadow: none;
	padding-left: 2em;
}
.feature-list-table th{
	background-color:#0663bb;
	color:#fff !important;
	font-weight:900;
	padding: 5px 5px 5px 10px;
}
.feature-list-table td{
	border-bottom:1px groove #0663bb;
}
.feature-list-link{
	line-height:1.2rem;
	font-weight:700;
}
.feature-list-img img{
	width:100%;
	max-height: 75px;
	object-fit: cover;
}
.feature-card-img{
	border-radius:0;
	min-height:300px;
	max-height:300px;
}
.feature-card-section{
	font-weight:900;
	font-size:1.0rem;
}
.feature-card-title{
	font-weight:900;
	font-size:2.0rem;
	line-height: 2.1rem;
}
.feature-card-text{
	font-weight:300;
}
.feature-card-btn{
	margin:0;
	background-color: #0663bb;
	color:#fff !important;
	font-weight:900;
}
.feature-card-mh-total{
	min-height: 700px;
}
.feature-card-mh-img{
	min-height: 300px;
}
.feature-card-mh-body{
	min-height:400px;
}
.feature-header-title{
	border-top: black 0.125rem solid;
	margin-bottom: 2.1em;
	margin-top: .8em;
}
.feature-header-title h2{
	font-weight:600;
	font-size:1.1rem;
	letter-spacing:0.1rem;
	padding-top:0.34em;
}
.feature-header-title a{
	font-size:0.82rem;
	text-transform:uppercase;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.text-card-img{
	min-height:auto;
	max-height:auto;
	max-width:225px;
}
.view .text-card-img{
	display:inherit;
}
/******************************************************************************/
/*  */
.photo-card-container{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:1000px;
	
}
.photo-card-1{
	position:absolute;
	width: 400px;
	-webkit-transform:  translateY(-100%) rotate(20deg) ;
	transform:  translateY(-100%) rotate(20deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin:10px;
	top:320px;
	left:1%;
	z-index:100;
}
.photo-card-2{
	position:absolute;
	width: 400px;
	-webkit-transform:  translateY(-100%) rotate(-20deg) ;
	transform:  translateY(-100%) rotate(-20deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin:10px;
	left: 400px;
	top:500px;
	left:40%;
	z-index:120;
}
.photo-card-3{
	position:absolute;
	width: 400px;
	-webkit-transform:  translateY(-100%) rotate(5deg) ;
	transform:  translateY(-100%) rotate(5deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin:10px;
	right: 1%;
	top:400px;
	z-index:110;
}
.photo-card-4{
	position:absolute;
	width: 400px;
	-webkit-transform:  translateY(-100%) rotate(5deg) ;
	transform:  translateY(-100%) rotate(5deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin:10px;
	left: 10%;
	top:850px;
	z-index:90;
}
.photo-card-5{
	position:absolute;
	width: 400px;
	-webkit-transform:  translateY(-100%) rotate(15deg) ;
	transform:  translateY(-100%) rotate(15deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin:10px;
	right: 15%;
	top:650px;
	z-index:110;
}
.photo-card-text{
  font-family: RockSalt;
}

/******************************************************************************/
/*  */
.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 */
/******************************************************************************/
.filter-check {
    padding-top: 1px;
	margin: 2px;
	
	padding-right: 10px;
}
.filter-check-highlight{
	background-color:#fff;
}
.form-check {
    padding-top: 1px;
	margin: 2px;
	border: solid 1px silver;
	padding-right: 10px;
}
.form-check-highlight{
	/*
	background-color:aliceblue;
	filter:drop-shadow(1px 1px 2px #807d7d);
	border-radius: 5px;
	*/
}
.form-check-plain{
	background-color:transparent !important;
	border:none !important;
}
.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;
}
.chrome-crap:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset;
}
#cms_address_postcode{
	 text-transform: uppercase;
}

/******************************************************************************/
/* 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;
}
/* align MDB Carousel Items bottom */
.carousel-multi-item .carousel-inner .carousel-item.active, 
.carousel-multi-item .carousel-item-next, 
.carousel-multi-item .carousel-item-prev {
    display: flex;
    align-items: flex-end;
}
/******************************************************************************/
/* Home Page Carousel */
.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,html{
	height:100%
}
/******************************************************************************/
/* Home Page Carousel */
.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;
}
/******************************************************************************/
/* 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(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.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: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		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: 40px;
		}	
		.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;
}
.large-text-2{
	font-size:2em;
}
/******************************************************************************/
/* 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;
}

/******************************************************************************/
/*  */
/* 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;
}
.badge.badge-pill{
	left: 11px;
	position: relative;
}
/******************************************************************************/
/*  */
/* Search results Grid - MT_Search_Results_Grid.tpl */

.results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 25px;
	grid-row-gap: 100px;
	 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{
/* Align jackets bottom of this container - so best if taller than tallest jacket */
	min-height:400px;
	display:flex;
	align-items:flex-end;
	justify-content:space-around;
}
.results-item-count{
	font-size:3em;
}
.results-grid.results-grid-row .results-item-img{
	min-height:auto;
}
.results-grid .results-item-img img{
/* jackets stay original size */
	min-height:375px;
	max-height:400px;
}
.results-grid.results-grid-row .results-item-img img{
	min-height:auto;
	object-fit: fill;
}
.results-grid.results-grid-row .results-top{
	display:flex;
	width:75%;
}
.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;
}


/******************************************************************************/
/* 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{
	min-height:375px;
	width:100%;
}
.list-group-item:focus{
	outline:none;
}
/******************************************************************************/
/*  */
.breadcrumb li:first-child{
	margin-right: 10px;
}
.breadcrumb-folders{
	display:flex;
	list-style-type: none;
	margin-bottom:0;
	padding-left:0;
}
.breadcrumb-folders li{
	margin-right:10px;
	 /* Remove bullets */
	padding: 0; /* Remove padding */
	 /* margin: 0;Remove margins */
}
.breadcrumb-folders li:after{
	content:' / ';
	color:white;
}


/******************************************************************************/
/* Infiniti Search Results */
 
.infiniti-waiting{
	z-index: 99;
	top: 148px;
	margin-left: auto!important;
	margin-right: auto!important;
  
}
.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%;
}
.card-grid{
	display: flex;
	flex-wrap: wrap;
}
.card-grid div{
	margin:5px;
}
.card-grid-item{
	flex: 30%;
	padding: 20px;
}
.md-accordion .card .card-header {
	padding: 0.75rem 1.1rem;
}
@media screen and (max-width: 992px) {
  .card-grid-item {
    flex: 45%;
  }
}
@media screen and (max-width: 600px) {
  .card-grid {
    flex-direction: column;
  }
}
/******************************************************************************/
/* 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 */


.carousel-wide-prev{
	left: 1px;
}
.carousel-wide-next{
	right: -34px;
}
.carousel-wide-next,
.carousel-wide-prev{

    position: absolute;
    top: -50%;
    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: #dfdfd0;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;

}

/******************************************************************************/
/* ?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;
}
/* NOT for IE */
.line-clamp {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    white-space: normal;
    width: 100%;
}
.line-clamp-2 {
	-webkit-line-clamp: 2;
}
.line-clamp-3 {
	-webkit-line-clamp: 3;
}
.line-clamp-4 {
	-webkit-line-clamp: 4;
}
.line-clamp-5 {
	-webkit-line-clamp: 5;
}
.line-clamp-10 {
	-webkit-line-clamp: 10;
}
/******************************************************************************/
/* 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;
	object-position: top;
    height: 350px;
}
.card-img-product{
	max-width:100%;
	max-height:100%;
	object-fit: cover;
}
.card-btn{
	display:inline-grid;
}
.card-img-articles{
	min-height:300px;
	max-height:300px;
}
/******************************************************************************/
/* 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;

}

/******************************************************************************/
/*  */
#quick-search-collapse-lg{
	position: fixed;
    top: 74px;	/* 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;
}
#quick-search-input-lg{
	color: navy;
	border-bottom: 1px solid #41403e;
    border-bottom-color: rgb(6, 99, 187);
	box-shadow: 0 1px 0 0 #41403e;
}
#quick-search-lg-clear{
	background-color:#a6afc5;
}
.md-form .form-control {
    color: #000;
    font-size: 1.3em;
}

/* Alt-Header (with Search form showing)
	N.B. change: .w-brand img {width: 80%;}
*/
.form-alt-header{
	margin-top: 26px;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-width: 250px;
	font-size: 0.7em;
	color:#2ba8a8;
	border:none;
	
}
.form-alt-header-livesearch{
	position: absolute;
	width: 90%;
	margin-top: 1px;
}
.form-alt-header .form-control{
	padding:0;
}
.form-alt-header .fas.fa-search{
	font-size:1rem;
}
#alt-header-search-collapse {
   /*  */
	position: fixed;
    left: 0px;
	top: 0px;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 400;
    font-weight: 100;
    background-color: white;
	
}
/******************************************************************************/
/* 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-container-height{
	min-height:650px;
}
.owl-card-height{
	min-height:450px;
}
.owl-bg-feature-img{
	
	filter: blur(5px);
	-webkit-filter: blur(5px);
	max-width:inherit !important;
	
}
.owl-banner-1 .owl-nav button.owl-prev, .owl-banner-1 .owl-nav button.owl-next{
	top:27%;
}
.owl-main-banner-bg{
	object-fit: cover;
	object-position: 50% 50%;
	max-width: none !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1453px;
	height: 683.5px;
	overflow: hidden;
	max-height: auto;
	pointer-events: none;
	margin-top: 91.75px;
	transform: translate3d(0px, -173.892px, 0px);
}
.owl-pr-img{
	position: absolute;
    top: 25px;
	right: 25px;
    z-index: 10;
    box-shadow: 4px 4px 2px rgba(0,0,0,.3);
	margin-left:20px;
}
.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);
}
.owl-title-likes{
	position: absolute;
	top:10px;
	left:10px;
	font-size:2em;
}
/* owl-books-cards */
.owl-card{
	box-shadow:none;
}
.owl-card-img{
	min-height:280px;
	display: flex;
    align-items: flex-end;
}
.owl-card-img > .view{
	overflow:initial;
}
.owl-card-img img{
	max-height:340px;
	display: flex;
    align-items: center;
}
.owl-card-title{
	font-weight: 600;
	letter-spacing: 0.04rem;
	line-height: 1rem;
}
.owl-card-text{
	font-weight: 300;
	letter-spacing: 0.04rem;
	line-height: 1rem;
}
.owl-carousel .owl-item img{
	
	max-height: 250px;
}
/******************************************************************************/
/* 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;
}

/******************************************************************************/
/* Mega Menu - SubNav dropdowns*/

.pagination .page-item.active .page-link {
    background-color: #b9af9f !important;
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover{
	background-color: #e0f0ff !important;
	color: black !important;
}


/******************************************************************************/
/*  */
.extract{
	font-size: 12px;
	font-weight:300;
	font-style: italic;
}
.suggest-highlight{
	font-weight:600;
	color:navy;
}
.img-center{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.header-section1-top{
	margin-top: 2.0em;
	margin-bottom: 0.7em;
}
.header-5{
	font-weight:300;
	font-size: 1.25rem;
	line-height: 1.2;
}
/******************************************************************************/
/* Scrollbars */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: grey #eeeeee;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #eeeeee;
}

*::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 20px;
  border: 3px solid silver;
}

/******************************************************************************/
/* really useful */
.hide{display:none;}
.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;}
.mb-250{margin-bottom: 250px;}
.mb-300{margin-bottom: 300px;}
.mb-400{margin-bottom: 400px;}
.mb-500{margin-bottom: 500px;}
.mr-10{margin-right:10px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}
.mr-40{margin-right:40px;}
.mr-50{margin-right:50px;}
.mr-100{margin-right:100px;}
.pr-10{padding-right:10px;}
.pr-20{padding-right:20px;}
.pr-30{padding-right:30px;}
.pr-40{padding-right:40px;}
.pr-50{padding-right:50px;}
.pr-100{padding-right:100px !important;}

.width-100{	width:100%;}
.width-75{	width:75%;}
.width-50{	width:50%;}
.width-25{	width:25%;}

/* Table Column Widths */
.tcw-1{ width:8.33%;}
.tcw-2{ width:16.66%;}
.tcw-3{ width:25%;}
.tcw-4{ width:33.33%;}
.tcw-5{ width:41.66%;}
.tcw-6{ width:50%;}
.tcw-7{ width:58.33%;}
.tcw-8{ width:66.66%;}
.tcw-9{ width:75%;}
.tcw-10{ width:83.33%;}
.tcw-11{ width:91.66%;}
.tcw-12{ width:100%;}


/******************************************************************************/
/* 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;
	}
	
}
/******************************************************************************/
/******************************************************************************/
/**/