.section-sm
{
	padding: 10px 0;
}

.header .m-toggle
{
    margin-right: -20px;
	margin-top: 5px;
}

.header-placeholder
{
	height: 200px;
}

.header-main
{
	height: 210px;
}
.header-main .container-fluid
{
	padding: 0 210px;
}
.header-main .container
{
	align-items: flex-start !important;
}
.header-main .logo img {
	height: 132px;
	max-height: 132px;
}
.header-main .header-menu-wrapper .header-menu .m-item .m-link
{
	margin-top: 100px;
	line-height: 75px;
}
.header-main .header-menu-wrapper .header-menu .m-item .m-dropdown
{
	top: 164px;
}

.header .logo img.logo
{
	height: 210px;
	max-height: 210px;
}

.header-main
{
	background-image: url('header_back.png') !important;
}

.header .logo .title
{
	position: absolute;
	float: right;
	right: 5px;
	top: 40px;
	width: 522px;
	height: auto;
}

.header .logo .title.thin
{
	top: 20px;
	display: none;
	height: auto;
}

@media (max-width: 991px)
{
	.header .logo .title
	{
		display: none;
	}
	.header .logo .title.thin
	{
		width: 50%;
		max-width: 275px;
		display: block;
	}
}

@media (max-width: 467px)
{
	.header .logo .title.thin
	{
		margin-top: 60px;
		max-width: 165px;
	}
}

@media (max-width: 360px)
{
	.header .logo .title.thin
	{
		margin-top: 80px;
		max-width: 125px;
	}
}

@media (max-width: 340px)
{
	.header .logo .title.thin
	{
		display: none;
	}

	.header .logo img.logo
	{
		margin: auto auto 0;
	}
}

.albumholder
{
	/* border: 1px solid red; */
	box-sizing: content-box;
	width:  350px;
	height: 350px;

	/* margin: auto auto; */
}

.albumholder iframe
{
	border: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px)
{
	.albumholder
	{
		width:  280px;
		height: 280px;
	}
}
@media (max-width: 991px)
{
	.albumholder
	{
		width:  240px;
		height: 240px;
	}
}
@media (max-width: 767px)
{
	.albumholder
	{
		margin-top: 30px;
		width:  480px;
		height: 480px;
	}
}

@media (max-width: 529px)
{
	.albumholder
	{
		width:  100%;
		height: 380px;
	}
}

@media (max-width: 380px)
{
	.albumholder
	{
		display: none;
	}
}

.add-to-cart a
{
	margin-right: 10px;
}

.bg-blur
{
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.list-releases
{

}

@media (min-width: 992px)
{
	.list-releases>li>p,.list-releases>li
	{
		font-size: 0.8em;
		line-height: 1.7em;
	}
}
.list-releases>li>p
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 	0px;
	padding: 	0px;
}

.list-releases>li>span
{
	display: block;
	float: left;
	margin-right: 20px;
	font-weight: lighter;
}

.list-social>div
{
	margin-bottom: 5px !important;
}

.about-picture
{
	float: right;
	padding: 15px;
	width: 165px;
	height:165px;
}

.about-picture.smaller
{
	width: 140px;
	height: 140px;
}

@media (max-width: 767px)
{
	.about-picture
	{
		float: right;
		padding: 15px;
		width: 134px;
		height:134px;
	}
}

.folio-list li>h6, .folio-list li>p
{
	line-height: 1.2em;
	margin: 5px;
	padding: 0px;
}
.folio-list li>h6
{
	margin-top: 15px;
	text-transform: uppercase;
}
.folio-list li>p
{
	font-size: 0.8em;
	margin-bottom: 20px;
}

.product-box .product-img .product-badge-left.smaller,
.product-box .product-img .product-badge-right.smaller
{
	top: 8px;
	right: 8px;
	background: none;
	padding: 0px;
	border-radius: 0px;
}

@media (min-width: 768px)
{
	.product-box .product-img .product-badge-left.hover,
	.product-box .product-img .product-badge-right.hover
	{
		opacity: 0;
	}
	.product-box:hover .product-img .product-badge-left.hover,
	.product-box:hover .product-img .product-badge-right.hover
	{
		opacity: 1;
	}
}

.product-box .product-img .product-badge-left.lower,
.product-box .product-img .product-badge-right.lower
{
	top: unset;
	bottom: 8px;
}


.product-box .product-img .product-badge-left.lower i,
.product-box .product-img .product-badge-right.lower i
{
	text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.clients-grid.franchises li:after
{
	border-bottom: none;
}

.product-box .product-title
{
	text-align: center;
	padding-right: 0px;
}

.product-box .links a
{
	padding: 2px;
}
.product-box .links
{
	text-align: center;
	margin-bottom: 50px;
}
.product-box .brsoFeaturenameandsubtitle
{
	margin-top: 4px;
	min-height: 2.75em;
}

.clients-grid img
{
	/* max-width: 120px;*/
	max-height: 110px;
	max-height: 110px;
}
.clients-grid h6
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
}
.clients-grid p
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clients-grid h6:nth-of-type(2)
{
	color: rgba(255,255,255,0.6);
	font-size: 0.6em;
}


module {
	font-size: 1rem;
	line-height: 1.5;
  }



  button.collapsable
  {
	  margin: auto auto;
  }
  button.collapsable::after
  {
	content: 'Show More...';
  }

  button.collapsable:not(.collapsed)
  {
	display: none;
  }

  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #565A5D;
    border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #565A5D;
}

/*a 		{	color: #FFFFFF !important;}*/
a:hover {	color: #92AAC8 !important;}

::-webkit-scrollbar {width: 12px;height: 6px;}
::-webkit-scrollbar-thumb {background: rgba(86, 90, 93, 1.0);}
::-webkit-scrollbar-track {background: rgba(46, 50, 53, 1.0);}

.form-control option
{
	color: #000;
}

select.form-control
{
	border: 1px solid #777;
}