/*!
 * Yamm! - Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * @geedmo - Licensed under the MIT license
 */.yamm .collapse,.yamm .dropup,.yamm .dropdown{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .yamm-content{padding:1rem}.yamm .dropdown.yamm-fw .dropdown-menu,.yamm .dropup.yamm-fw .dropdown-menu{left:0;right:0}

body {
	background-color: #111;
	margin-top: 66px;
}

.nav-user-icon .fa-user {
	font-size: 1.5em;
}

.navbar-toggler-icon {
	width: 1em;
}

.navbar {
	min-height: 66px;
}

.navbar-brand img {
	width: 130px;
}

/* footer */
.footer-links p {
	margin-bottom: .25em;
	
}

.fine-print, .call-us, .back-to-top {
	text-align: center;
}

.site-wide-notifications {
	background-color: black;
}

/* swiper carousel */
.swiper-button-prev {
	background-image: url(/images/arrows_2_dark.png)!important;
	width: 64px!important;
	height: 64px!important;
	left: -10px!important;
}

.swiper-button-next {
	background-image: url(/images/arrows_2_dark.png)!important;
	background-position: 64px 0px!important;
	width: 64px!important;
	height: 64px!important;
	right: -10px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	content: ''!important;
}
.swiper-container-landscape > .swiper-button-next, .swiper-container-landscape > .swiper-button-prev {
	top: 33%;
}

.scrolling-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.home-row .poster, .home-row .square, .home-row .landscape {
	display: inline-block;
}

.home-row .poster img, .home-row .square img, .home-row .landscape img {
	border-color: rgba(179,179,179,0.2)!important;
}

.home-row .poster {
	width: 120px;
}

.home-row .poster img {
	width: 120px;
	height: 172px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

.home-row .square {
	width: 120px;
}

.home-row .square img {
	width: 120px;
	height: 120px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

.home-row .landscape {
	width: 252px;
}

.home-row .landscape img {
	width: 100%;
	height: 100%;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

.home-row .landscape .gradient-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.4) 0,transparent 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,transparent));
	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.4) 0,transparent 100%);
	background: -o-linear-gradient(45deg,rgba(0,0,0,0.4) 0,transparent 100%);
	background: -ms-linear-gradient(45deg,rgba(0,0,0,0.4) 0,transparent 100%);
	background: linear-gradient(45deg,rgba(0,0,0,0.4) 0,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000',endColorstr='black00',GradientType=1);
}

.home-row .landscape .description {
	background-image: none;
/* 	position: absolute; */
	width: 100%;
	z-index: 1;
	bottom: 0;
	padding: 10px;
}

.home-row .landscape .progress {
	height: 0.5rem;
	background-color: rgba(233,236,239,.4)
}

.home-row .landscape .description .title {
	font-size: 1rem;
	font-weight: 400;
	color: white;
}

.home-row .landscape .description .subtitle {
	font-size: .75rem;
	color: white;
}

.landscape a:hover{
	color:white;
}

.square-progress, .square-progress .progress-bar {
    border-radius: 0;
}

#page-wrapper {


}

.product-related h2 .series-overview h2 {
	font-size: 1.2em;
	font-weight: 300;
}

.home-row {

}

.home-row h2 {
	font-size: 1.2em;
	font-weight: 300;
}

/* grid pages */

.grid-container {
	padding-left: 10px;
	padding-right: 10px;
}

.grid-container .row {
	margin-left: 0px;
	margin-right: 0px;
}

.grid-container .poster img, .grid-container .square img, .grid-container .landscape img {
	border-color: rgba(179,179,179,0.2)!important;
}

.grid-container .poster img, .grid-container .square img {
	width: 100%;
	height: auto;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

.grid-container .landscape {
	margin-bottom: 10px;
	text-align: center;
}

.grid-container .landscape img {
	width: 100%;
	height: auto;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

.grid-container h2 {
	font-size: 1.2em;
	font-weight: 300;
	padding-bottom: 20px;
}

.grid-container .grid-item {
	margin-bottom: 30px;
}

/* marquee */
.marquee .carousel-item img {
	height: 220px;
	width: 100%;
	object-fit: cover;
}

/* autocomplete search suggestions */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	padding-bottom: 15px;
	padding-top: 5px;
}
.autocomplete-suggestion {
	cursor: pointer;
	padding: 2px 20px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-selected {
	background: rgb(229, 229, 229);
}
.autocomplete-suggestions strong {
	font-weight: 600;
	/* color: #3399FF; */
}

.autocomplete-group { 
	font-weight: 600;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	color: #808080;
}


/* small devices */
@media (min-width: 576px){
	
	.navbar-brand {
		margin-left: 0px;
	}
	
	.navbar-brand img {
		width: 130px;
	}
	
	.navbar-toggler-icon {
		width: 1em;
	}
	
	.marquee .carousel-item img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	
	.product-related h2, .series-overview h2 {
		font-size: 1.4em;
	}
	
	.home-row h2 {
		font-size: 1.4em;
	}
	
	.home-row .poster {
		width: 140px;
	}
	
	.home-row .poster img {
		width: 140px;
		height: 201px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .square {
		width: 140px;
	}
	
	.home-row .square img {
		width: 140px;
		height: 140px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape {
		width: 292px;
	}
	
	.home-row .landscape img {
		width: 100%;
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape .description .title {
		font-size: 1.1rem;
		font-weight: 400;
		color: white;
	}
	
	.home-row .landscape .description .subtitle {
		font-size: .85rem;
		color: white;
	}
	
	.grid-container h2 {
		font-size: 1.4em;
	}
	
	.grid-container .grid-item {
		margin-bottom: 30px;
	}
	
	.grid-container .poster {

	}
	
	.grid-container .poster img, .grid-container .square img {
		width: 100%;
		height: auto;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;

	}
	
}

/* medium devices */
@media (min-width: 768px){

	body {
/* 		margin-top: 60px; */
	}

	.navbar-brand {
		margin-left: 10px;
	}

	.navbar-brand img {
		width: 150px;
	}

	.nav-user-icon {
		padding-right: 1em;
	}

	.nav-user-icon .fa-user {
		font-size: 2em;
	}

	.fine-print {
		text-align: left;
	}

	.call-us {
		text-align: left;
	}
	
	.back-to-top {
		text-align: right;
	}
	
	.marquee .carousel-item img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}

	.product-related h2, .series-overview h2 {
		font-size: 1.6em;
	}

	.home-row h2 {
		font-size: 1.6em;
	}
	
	.home-row .poster {
		width: 180px;
	}
	
	.home-row .poster img {
		width: 180px;
		height: 258px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .square {
		width: 180px;
	}
	
	.home-row .square img {
		width: 180px;
		height: 180px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape {
		width: 372px;
	}
	
	.home-row .landscape img {
		width: 100%;
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape .description .title {
		font-size: 1.2rem;
		font-weight: 400;
		color: white;
	}
	
	.home-row .landscape .description .subtitle {
		font-size: .95rem;
		color: white;
	}
	
	.breadcrumb {
		padding-left: 20px;
	}

	.grid-container {
		padding-left: 20px;
		padding-right: 20px;
		
	}

	.grid-container h2 {
		font-size: 1.6em;
	}
	
	.grid-container .grid-item {
		margin-bottom: 40px;
	}
	
	.grid-container .poster {

	}
	
	.grid-container .poster img, .grid-container .square img {
		width: 150px; 
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;

	}

}

/* large devices */
@media (min-width: 992px){

	.navbar-brand {
		margin-left: 10px;
	}
	
	.nav-user-icon {
		padding-right: 1.5em;
	}
	
	.marquee .carousel-item img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}

	.product-related h2, .series-overview h2 {
		font-size: 1.8em;
	}

	.home-row h2 {
		font-size: 1.8em;
	}

	.home-row .poster {
		width: 200px;
	}

	.home-row .poster img {
		width: 200px;
		height: 286px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .square {
		width: 200px;
	}
	
	.home-row .square img {
		width: 200px;
		height: 200px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape {
		width: 412px;
	}
	
	.home-row .landscape img {
		width: 100%;
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape .description .title {
		font-size: 1.3rem;
		font-weight: 400;
		color: white;
	}
	
	.home-row .landscape .description .subtitle {
		font-size: 1.05rem;
		color: white;
	}
	
	.breadcrumb {
		padding-left: 20px;
	}

	.grid-container {
		padding-left: 20px;
		padding-right: 20px;
		
	}

	.grid-container h2 {
		font-size: 1.8em;
	}

	.grid-container .grid-item {
		margin-bottom: 40px;
	}

	.grid-container .poster {

	}

	.grid-container .poster img, .grid-container .square img {
		width: 160px;
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;

	}

}

/* x-large devices */
@media (min-width: 1200px){

	body {

	}

	.navbar-brand {
		margin-left: 30px;
	}
	
	.navbar-brand img {
		width: 170px;
	}
	
	.nav-user-icon {
		padding-right: 3em;
	}
	
	.marquee .carousel-item img {
		height: 100%;
		width: 100%;
		object-fit: unset;
	}

	.product-related h2, .series-overview h2 {
		font-size: 1.8em;
	}

	.home-row h2 {
		font-size: 1.8em;
	}

	.home-row .poster {
		width: 200px;
	}

	.home-row .poster img {
		width: 200px;
		height: 286px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .square {
		width: 200px;
	}
	
	.home-row .square img {
		width: 200px;
		height: 200px;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.home-row .landscape {
		width: 412px;
	}
	
	.home-row .landscape img {
		width: 100%;
		height: 100%;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}
	
	.breadcrumb {
		padding-left: 20px;
	}

	.grid-container {
		padding-left: 20px;
		padding-right: 20px;
		
	}

	.grid-container h2 {
		font-size: 1.8em;
	}

	.grid-container .grid-item {
		margin-bottom: 50px;
	}

	.grid-container .poster {

	}

	.grid-container .poster img, .grid-container .square img {
		width: 160px; 
		height: 100%; 
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
	}

}