@font-face {
    font-family: 'Tiempos Headline-Black';
    src: url('Tiempos Headline-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-BlackItalic';
    src: url('Tiempos Headline-BlackItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-Bold';
    src: url('Tiempos Headline-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-BoldItalic';
    src: url('Tiempos Headline-BoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-Light';
    src: url('Tiempos Headline-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-LightItalic';
    src: url('Tiempos Headline-LightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-Medium';
    src: url('Tiempos Headline-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-MediumItalic';
    src: url('Tiempos Headline-MediumItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-Regular';
    src: url('Tiempos Headline-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-RegularItalic';
    src: url('Tiempos Headline-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-Semibold';
    src: url('Tiempos Headline-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline-SemiboldItalic';
    src: url('Tiempos Headline-SemiboldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




*:focus {
    outline: 0 !important;
}

a:hover {
	color: rgb(240,240,240) !important;
}

.MuiContainer-root.ad-container, 
.MuiBox-root.index-container,
.MuiBox-root.not-found-container {
	overflow: unset;
}

.ad-container, .index-container, .not-found-container {
}

.asset-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.asset-item {
	flex-direction: column;
	margin-bottom: 20px;
	padding-top: 0;
	border-radius: 0 0 4px 4px;
	background-color: #fcfcfc;
	box-shadow: rgb(80, 80 ,80);
	transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
    transition-duration: 0.5s;	
 }

.asset-item:hover {
	background-color: #fcfcfc;
	filter: brightness(95%);
}

.asset-masonry {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.asset-masonry img,
.masonry-img {
	width: 100%;
}

.asset-text {
	width: 100%;
	padding: 21px 4px 0 4px;
	text-align: center;
}

.asset-text-paragraph {
	padding-bottom: 13px;
    line-height: 1px;
}

.asset-carousel-wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.carousel-container {
	width: 100%;
	margin: 0 45px;
}

.carousel-item {
	padding: 20px;
}

li.carousel-item-container img {
	width: 100%;
}

.custom-btn-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.asset-carousel-btn-prev {
	position: absolute;
	left: 0;
}

.asset-carousel-btn-next {
	position: absolute;
	right: 0;
}

.MuiBox-root.image-carousel {
	background-color: none;
	padding: 0 2rem 2rem 2rem;
}

.image-carousel-item-container {
	display: flex;
	justify-content: center;
}

.image-carousel-image {
	object-fit: contain;
	object-position: top;
	width: -webkit-fill-available;
	max-height: 500px;
} 

.p-normal-margin {
	margin: 13px 0;
}

.p-extra-margin {
	margin: 25px 0;
}

#root {
}


.full-asset-root {
	display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
	box-shadow: none;
}

.full-asset-root-carousel {
	width: 100%;
}

.full-asset-content {
	padding-top: 21px;	
}

.full-asset-media {
	padding: 6px;
	min-width: 360px;
}

.full-asset-media-carousel {
	width: 100%;
}


.load-more-button {
	display: flex;
    justify-content: center;
}

.back-button {
	display: flex;
    justify-content: center;
}

.loading-spinner {
    display: flex;
    justify-content: center;
    padding: 21px 0;
}

.main-image {
	display: block;
	width: 100%;
	height: auto;
}

.main-image-missing {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100;
	color: #fff;
	background-color: #aaa;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1;
}

.asset-container-wrapper {
	margin: 6px;
}

.asset-container-link {
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    transition: filter 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-top: 0;
    border-radius: 0px 0px 4px 4px;
    flex-direction: column;
    background-color: #fff;	
    display: flex;
    align-items: center;
}

.asset-container-link:hover {
	background-color: #fcfcfc;
	filter: brightness(95%);
}

.asset-masonry-container-wrapper-link img {
	width: 100%;
}

.group-header-search {
	position: relative;
	border-radius: 13px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-left: 0;
	width: 100%;
}

.group-header-search:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.group-header-search-icon {
	padding: 0 5px;
	height: 100%;
	position: absolute;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-header-search-root {
	color: inherit !important;
}

.group-header-search-input {
	padding: 5px 5px 5px 36px !important;
	transition: width 0.5s;
    width: 100%;
}

.category-filter-button {
	margin-right: 12px;
	white-space: nowrap;
}

.asset-type-group {
	font-weight: bold !important;
    text-transform: uppercase;
}

.asset-type-child {
	padding-left: 32px !important;
}

.asset-carousel {
	max-width: 620px;
}

.asset-carousel-image {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.masonry-grid {
	display: flex;
	margin-left: 0;
	width: auto;	
}

.masonry-column {
	padding-left: 6px;
	background-clip: padding-box;
}

.group-footer {
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.group-footer-center {
    flex-grow: 1;
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.group-header {
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.group-header-center {
	flex-grow: 1;
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.MuiToolbar-root {
	min-height: inherit !important;
}

/* Special for non-hoverable devices such as mobile phone */
@media (hover: none) {
	.asset-container-link:hover { 
        filter: none;
	}
}

@media only screen and (min-width: 768px) {
	.full-asset-root {
		flex-direction: row;
		display: flex;
    	justify-content: center;
		width: 100%;
	}
}


@media only screen and (min-width: 600px) {
	.header-title {
		display: block;
    }

	.group-header-search {
		margin-left: 6px;
		width: auto;
	}
	
	.group-header-search-input {
		width: 12ch !important;
	}
	
	.group-header-search-input:focus {
        width: 20ch !important;	
	}
	
}


