/* ------------------------------------------------------------ *\
	Section Assets
\* ------------------------------------------------------------ */

.section-assets { max-width: 1100px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-family: "FlamaRegular", sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; }
.section-assets .section__entry { width: 100%; padding: 0 20px; }
.section-assets .section__sidebar { width: 27.67%; -ms-flex-negative: 0; flex-shrink: 0; padding: 20px 0; }
.section-assets .section__content { width: 72.33%; -ms-flex-negative: 0; flex-shrink: 0; padding: 20px 0; }
.section-assets .section__breadcrumbs { margin-bottom: 10px; padding: 0 5px; }
.section-assets .section__breadcrumbs ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-assets .section__breadcrumbs ul li {}
.section-assets .section__breadcrumbs ul li ~ li:before { content: '/'; margin: 0 5px; }
.section-assets .section__sortby { padding: 5px; }

/* ------------------------------------------------------------ *\
	List Filters
\* ------------------------------------------------------------ */

.list-filters {  }
.list-filters ul { list-style: none; margin: 0; padding: 0; }
.list-filters > ul > li ~ li { margin-top: 10px; }
.list-filters ul p { margin-bottom: 5px; }
.list-filters .filter__name { font-weight: bold; }
.list-filters ul ul { margin-left: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.list-filters ul ul li { position: relative; padding-left: 20px; cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.list-filters ul ul li ~ li { margin-top: 5px; }
.list-filters ul ul li:before { position: absolute; top: 2px; left: 0; width: 15px; height: 15px; background-color: #eee; content: ''; }
.list-filters ul ul li.active:after { position: absolute; top: 3px; left: 4px; color: #333; content: 'X'; font-size: 11px; font-weight: 700; }
.list-filters ul ul li.parent { margin-left: -20px; }
.list-filters ul ul li.parent:before { display: none; }
.list-filters ul ul li.parent:after { display: none; }
.list-filters ul ul li.child { margin-left: 10px; font-weight: 400; }
.list-filters ul ul li.normal { font-weight: 400; }
.list-filters .term__desc { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 0; position: fixed; top: 50%; left: 50%; background-color: #eee; padding: 20px 20px 40px; z-index: 999; }
.list-filters .term__desc > span { display: block; font-size: 16px; line-height: 1; font-weight: 700; cursor: pointer; text-align: right; margin-bottom: 30px; }
.list-filters .term__desc.active { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 500px; max-height: 500px; }

/* ------------------------------------------------------------ *\
	List Assets
\* ------------------------------------------------------------ */

.list-assets { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.list-assets li { width: 33.333%; }

.list-assets .asset { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; background-color: #eee; border: 5px solid #fff; padding: 8px; }
.list-assets .asset > p { margin-bottom: 5px; font-weight: 700; }
.list-assets .asset > *:last-child { margin-top: auto; }
.list-assets .asset a { text-decoration: underline; color: inherit; }
.list-assets .asset .asset__btn { display: inline-block; background-color: #0c4e5c; color: #fff; border-radius: 5px; padding: 5px 12px; text-decoration: none; text-align: center; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.list-assets .asset .asset__btn:hover { background-color: #666; }

/*  Asset Video  */
.list-assets .asset .asset__video { position: relative; width: 100%; padding-bottom: 56.25%; margin-bottom: 10px; }
.list-assets .asset .asset__video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.list-assets .asset .asset__video span { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image: url(../images/default.jpg); }

/*  Asset Links  */
.list-assets .asset .asset__links { font-size: 12px; }
.list-assets .asset .asset__links a {  }

/*  Asset Music  */
.list-assets .asset .asset__music { position: relative; margin-bottom: 10px; padding-bottom: 56.25%; height: 0; background-color: #eee; }
.list-assets .asset .asset__music audio { width: 100%; position: absolute; left: 0; right: 0; top: 50%; }

/*  Asset Image  */
.list-assets .asset .asset__image { margin-bottom: 10px; }
.list-assets .asset .asset__image { position: relative; display: block; }
.list-assets .asset .asset__image span { display: block; width: 100%; padding-bottom: 56.25%; background-size: contain; background-repeat: no-repeat; background-position: center center; background-color: #ccc; }
.list-assets .asset .asset__image .asset__btn { margin: 10px 0; }

/*  Asset Download  */
.list-assets .asset .asset__file { margin: 15px 0; }
.list-assets .asset_separator { width: 100%; background-color: #ccc; color: #333; margin: 5px; padding: 9px 8px; font-style: italic; font-weight: 700; }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico-info { display: inline-block; background-image: url(../images/info.svg); width: 12px; height: 12px; background-size: contain; background-repeat: no-repeat; background-position: center center; margin: 3px 0 0 4px; }

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.mfp-content img.mfp-img { padding: 40px 0 !important; }