/*

It is the future

*/
.theme-clean {
  /** gradients **/
  /** !gradients **/
  /* the "system" font family, used when webfonts are turned off in the portal brand settings */
}
.theme-clean .fill {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.theme-clean .flex-column-grid {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-box-pack: stretch;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
}
.theme-clean .flex-row-grid {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.theme-clean .flex-row-grid-wrap {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.theme-clean .flex-item {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.theme-clean .flex-item-fluid {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.theme-clean .flex-justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.theme-clean .flex-justify-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.theme-clean .flex-justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-clean .flex-justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.theme-clean .flex-align-center {
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
}
.theme-clean .flex-align-start {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -ms-box-pack: flex-start;
}
.theme-clean .flex-nowrap {
  -webkit-flex-wrap: nowrap!important;
  -moz-flex-wrap: nowrap!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}
.theme-clean .position-relative {
  position: relative!important;
}
.theme-clean .abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.theme-clean .va {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@font-face {
  font-family: 'themeFontRegular';
  src: url('../font/source-sans-pro/sourcesanspro-regular-webfont.eot');
  src: url('../font/source-sans-pro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/source-sans-pro/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../font/source-sans-pro/sourcesanspro-regular-webfont.woff') format('woff'), url('../font/source-sans-pro/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../font/source-sans-pro/sourcesanspro-regular-webfont.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'themeFontRegular';
  src: url('../font/source-sans-pro/sourcesanspro-bold-webfont.eot');
  src: url('../font/source-sans-pro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/source-sans-pro/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../font/source-sans-pro/sourcesanspro-bold-webfont.woff') format('woff'), url('../font/source-sans-pro/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../font/source-sans-pro/sourcesanspro-bold-webfont.svg') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'themeFontLight';
  src: url('../font/source-sans-pro/sourcesanspro-light-webfont.eot');
  src: url('../font/source-sans-pro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/source-sans-pro/sourcesanspro-light-webfont.woff2') format('woff2'), url('../font/source-sans-pro/sourcesanspro-light-webfont.woff') format('woff'), url('../font/source-sans-pro/sourcesanspro-light-webfont.ttf') format('truetype'), url('../font/source-sans-pro/sourcesanspro-light-webfont.svg') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'themeFontSemibold';
  src: url('../font/source-sans-pro/sourcesanspro-semibold-webfont.eot');
  src: url('../font/source-sans-pro/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/source-sans-pro/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('../font/source-sans-pro/sourcesanspro-semibold-webfont.woff') format('woff'), url('../font/source-sans-pro/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('../font/source-sans-pro/sourcesanspro-semibold-webfont.svg') format('svg');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
.theme-clean .primary-background {
  background-color: #ddd;
}
.theme-clean .text-color {
  color: #000;
}
.theme-clean [data-nx-pager] {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 8.5px 10px;
  text-align: center;
  width: 100%;
}
.theme-clean [data-nx-pager] .btn {
  margin: 0px 2px;
}
.theme-clean [data-nx-pager] > div {
  margin: auto;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-clean [data-nx-pager] > div .btn {
  line-height: 100%;
  padding-bottom: 0;
  padding: 7px;
  margin: 0px 2px;
  display: flex;
  height: 100%;
}
.theme-clean [data-nx-pager] > div .btn.active,
.theme-clean [data-nx-pager] > div .btn.active[disabled] {
  background: #e6e6e6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.theme-clean .assets-view {
  width: 100%;
  position: relative;
}
.theme-clean .assets-view .flex .flex-column {
  max-width: 100%;
}
.theme-clean .assets-view .nx-assets {
  min-height: 50px;
}
.theme-clean .assets-view .nx-assets header {
  padding: 13px 0px 1.2em 0px;
}
.theme-clean .assets-view .nx-assets header .dropdown {
  display: none;
}
.theme-clean .asset {
  display: inline-block;
  margin: 0px 0.33333333em 0.83333333em 0px;
  position: relative;
  vertical-align: top;
  width: 180px;
}
.theme-clean .asset .thumbnail {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: white;
  line-height: inherit;
  margin: 0;
  padding: 0px;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.theme-clean .asset .thumbnail .thumbnail-holder {
  height: 100%;
  width: auto;
  position: relative;
}
.theme-clean .asset .thumbnail img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.theme-clean .asset .thumbnail .actions {
  background: none;
  background-color: rgba(221, 221, 221, 0.9);
  bottom: 0px;
  color: #fff;
  display: none;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
}
.theme-clean .asset .thumbnail .actions .action {
  color: white!important;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.theme-clean .asset .thumbnail .actions .action.detail-view {
  width: auto;
  height: inherit;
  line-height: inherit;
  border: 1px solid white;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  font-size: 1.1em;
  padding: 0.5em 1.58333333em;
}
.theme-clean .asset .thumbnail .actions .action.detail-view:hover {
  background-color: #fff;
  color: #ddd;
}
.theme-clean .asset .thumbnail .actions [data-action]:not(button):not(.btn):hover:not(.disabled):not([disabled]):not(.active),
.theme-clean .asset .thumbnail .actions .action:not(button):not(.btn):hover:not(.disabled):not([disabled]):not(.active) {
  color: #6a6a6a;
}
.theme-clean .asset .thumbnail .actions .action-items {
  bottom: 0.5em;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
}
.theme-clean .asset .thumbnail .actions .action-items .action {
  height: auto;
  line-height: 24px;
  font-size: 24px;
  padding: 0;
  position: relative;
  width: auto;
}
.theme-clean .asset .thumbnail .actions .action-items .action:not(:first-child) {
  margin-left: 0.33333333em !important;
}
.theme-clean .asset .thumbnail .actions .action-items .action:hover {
  color: #6a6a6a;
  cursor: pointer;
}
.theme-clean .asset .attribute {
  color: #000;
  padding: 0.4em 1em 0.4em 0;
  text-align: left;
  word-break: break-word;
}
.theme-clean .asset .attribute .text {
  display: block;
}
.theme-clean .asset:hover:not(.pending) .actions:not(.attribute) {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.theme-clean .asset.netx-drag-select-selected .thumbnail,
.theme-clean .asset.in-cart .thumbnail {
  background: transparent;
  position: relative;
}
.theme-clean .asset.netx-drag-select-selected .thumbnail::before,
.theme-clean .asset.in-cart .thumbnail::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.16666667em 3.16666667em 0;
  border-color: transparent #ddd transparent transparent;
  z-index: 1;
}
.theme-clean .asset.netx-drag-select-selected .thumbnail::after,
.theme-clean .asset.in-cart .thumbnail::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: '\e03f';
  display: block;
  font: normal normal normal 14px/1 "FontAwesome-NX";
  font-size: 1em;
  position: absolute;
  right: 0.41666667em;
  text-rendering: auto;
  top: 0.41666667em;
  transform: translate(0, 0);
  z-index: 2;
}
.theme-clean .asset .thumbnail .actions .action.remove-from-cart {
  display: none;
}
.theme-clean .asset.in-cart .thumbnail .actions .action.add-to-cart {
  display: none;
}
.theme-clean .asset.in-cart .thumbnail .actions .action.remove-from-cart {
  display: inline-block;
}
.theme-clean .nx-assets > .container {
  padding-bottom: 1em;
  width: 100%;
  position: relative;
}
.theme-clean .nx-assets > .container .empty-results {
  text-align: center;
  margin-top: 2em;
}
.theme-clean .nx-assets.no-assets header {
  display: none;
}
.theme-clean .nx-asset-list {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.theme-clean .nx-sortable .handle {
  cursor: pointer;
  padding: 7px 10px 0px 0px;
}
.theme-clean .video-js {
  width: 100%;
  height: 100%;
}
.theme-clean .video-js .vjs-tech {
  position: relative;
}
.theme-clean .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  height: 3em;
  width: 3em;
  line-height: 3em;
  border-radius: 3em;
  border-width: 1px;
  z-index: 1000;
}
.theme-clean .nx-header {
  margin-bottom: 0px;
  z-index: 1;
  height: auto;
}
.theme-clean .nx-header .list-actions-bar {
  border: 0;
  background: white;
  padding: 0;
  z-index: 10;
  position: relative;
  margin: 0;
}
.theme-clean .nx-header .list-actions-bar .asset-count {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 3px 5px 1px 5px;
  margin: 0px 20px 2px 0px;
  line-height: 100%;
}
.theme-clean .nx-header .list-actions-bar a.text {
  color: black;
}
.theme-clean .nx-header .list-actions-bar .actions {
  margin: -2px 10px 0px 20px;
}
.theme-clean .nx-header .list-actions-bar .action {
  font-size: 16px;
  padding: 3px;
}
.theme-clean .nx-header .nx-facets {
  background: #fcfcfc;
  padding: 0;
  border: 1px solid #efefef;
  border-top: 0;
  z-index: 0;
  position: relative;
}
.theme-clean .nx-header .selectAll {
  padding: 0;
  margin: 0;
}
.theme-clean .nx-header .selectAll label {
  color: black;
  font-size: 12px;
  min-height: 0;
  line-height: 100%;
  margin-top: 0;
}
.theme-clean .nx-header .selectAll input[type="checkbox"]:not(.switch) + label .inner-square,
.theme-clean .nx-header .selectAll input[type="checkbox"]:not(.switch) + label .inner-check {
  height: 12px;
  width: 12px;
}
.theme-clean .nx-header .selectAll input[type="checkbox"]:not(.switch) + label .inner-square.inner-check i,
.theme-clean .nx-header .selectAll input[type="checkbox"]:not(.switch) + label .inner-check.inner-check i {
  top: -1px;
  position: absolute;
  left: 1px;
}
.theme-clean .nx-header .selectAll input[type="checkbox"]:not(.switch) + label .text {
  vertical-align: text-top;
  margin-left: 20px;
}
.theme-clean .nx-header.cant-select-all .selectAll {
  display: none;
}
.theme-clean .nx-header .nx-sort.controls {
  margin: 0;
  padding: 0;
}
.theme-clean .nx-assets {
  width: 100%;
  padding-top: 0;
  margin: 0;
  position: relative;
  z-index: 0;
}
.theme-clean .nx-assets.loading [data-nx-pager] {
  display: none!important;
}
.theme-clean .nx-assets [data-nx-thumbsize="50"] .asset .thumbnail .actions .action-items,
.theme-clean .nx-assets [data-nx-thumbsize="60"] .asset .thumbnail .actions .action-items {
  display: none;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset .thumbnail .actions .action-items,
.theme-clean .nx-assets [data-nx-thumbsize="80"] .asset .thumbnail .actions .action-items,
.theme-clean .nx-assets [data-nx-thumbsize="90"] .asset .thumbnail .actions .action-items {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0px;
  text-align: center;
  bottom: 0;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset .thumbnail .actions .action-items .action,
.theme-clean .nx-assets [data-nx-thumbsize="80"] .asset .thumbnail .actions .action-items .action,
.theme-clean .nx-assets [data-nx-thumbsize="90"] .asset .thumbnail .actions .action-items .action {
  font-size: 16px;
  margin: 0!important;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="80"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="90"] .asset .thumbnail .actions .detail-view {
  padding: 3px;
  position: absolute;
  top: 6px;
  font-size: 1em;
  border-radius: 0;
  border: none;
  width: 100%;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset .thumbnail .actions .action-items {
  bottom: 1px;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset .thumbnail .actions .detail-view {
  top: 2px;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset.in-cart .thumbnail::before {
  border-width: 0 25px 25px 0;
}
.theme-clean .nx-assets [data-nx-thumbsize="70"] .asset.in-cart .thumbnail::after {
  font-size: 11px;
  right: 2px;
  top: 1px;
}
.theme-clean .nx-assets [data-nx-thumbsize="80"] .asset .thumbnail .actions .detail-view {
  top: 10px;
}
.theme-clean .nx-assets [data-nx-thumbsize="90"] .asset .thumbnail .actions .detail-view {
  top: 12px;
}
.theme-clean .nx-assets [data-nx-thumbsize="100"] .asset .thumbnail .actions .action-items,
.theme-clean .nx-assets [data-nx-thumbsize="110"] .asset .thumbnail .actions .action-items,
.theme-clean .nx-assets [data-nx-thumbsize="120"] .asset .thumbnail .actions .action-items {
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0.3em;
}
.theme-clean .nx-assets [data-nx-thumbsize="100"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="110"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="120"] .asset .thumbnail .actions .detail-view {
  padding: 0.4em 1em;
  margin-top: -2.3em;
}
.theme-clean .nx-assets [data-nx-thumbsize="130"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="140"] .asset .thumbnail .actions .detail-view,
.theme-clean .nx-assets [data-nx-thumbsize="150"] .asset .thumbnail .actions .detail-view {
  margin-top: -2em;
}
.theme-clean .nx-assets [data-nx-thumbsize] .asset {
  width: 150px;
}
.theme-clean .nx-assets [data-nx-thumbsize] .asset .hover-cover,
.theme-clean .nx-assets [data-nx-thumbsize] .asset .thumbnail .thumbnail-holder {
  height: 150px;
}
.theme-clean .nx-assets .assets {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-box-pack: top;
  -webkit-flex-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
  align-content: center;
  -ms-box-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='50'] .asset {
  width: 50px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='50'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='50'] .asset .thumbnail .thumbnail-holder {
  height: 35px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='60'] .asset {
  width: 60px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='60'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='60'] .asset .thumbnail .thumbnail-holder {
  height: 42px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='70'] .asset {
  width: 70px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='70'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='70'] .asset .thumbnail .thumbnail-holder {
  height: 49px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='80'] .asset {
  width: 80px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='80'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='80'] .asset .thumbnail .thumbnail-holder {
  height: 56px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='90'] .asset {
  width: 90px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='90'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='90'] .asset .thumbnail .thumbnail-holder {
  height: 63px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='100'] .asset {
  width: 100px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='100'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='100'] .asset .thumbnail .thumbnail-holder {
  height: 70px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='110'] .asset {
  width: 110px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='110'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='110'] .asset .thumbnail .thumbnail-holder {
  height: 77px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='120'] .asset {
  width: 120px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='120'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='120'] .asset .thumbnail .thumbnail-holder {
  height: 84px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='130'] .asset {
  width: 130px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='130'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='130'] .asset .thumbnail .thumbnail-holder {
  height: 91px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='140'] .asset {
  width: 140px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='140'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='140'] .asset .thumbnail .thumbnail-holder {
  height: 98px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='150'] .asset {
  width: 150px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='150'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='150'] .asset .thumbnail .thumbnail-holder {
  height: 105px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='160'] .asset {
  width: 160px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='160'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='160'] .asset .thumbnail .thumbnail-holder {
  height: 112px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='170'] .asset {
  width: 170px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='170'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='170'] .asset .thumbnail .thumbnail-holder {
  height: 119px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='180'] .asset {
  width: 180px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='180'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='180'] .asset .thumbnail .thumbnail-holder {
  height: 126px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='190'] .asset {
  width: 190px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='190'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='190'] .asset .thumbnail .thumbnail-holder {
  height: 133px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='200'] .asset {
  width: 200px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='200'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='200'] .asset .thumbnail .thumbnail-holder {
  height: 140px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='210'] .asset {
  width: 210px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='210'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='210'] .asset .thumbnail .thumbnail-holder {
  height: 147px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='220'] .asset {
  width: 220px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='220'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='220'] .asset .thumbnail .thumbnail-holder {
  height: 154px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='230'] .asset {
  width: 230px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='230'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='230'] .asset .thumbnail .thumbnail-holder {
  height: 161px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='240'] .asset {
  width: 240px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='240'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='240'] .asset .thumbnail .thumbnail-holder {
  height: 168px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='250'] .asset {
  width: 250px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='250'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='250'] .asset .thumbnail .thumbnail-holder {
  height: 175px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='260'] .asset {
  width: 260px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='260'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='260'] .asset .thumbnail .thumbnail-holder {
  height: 182px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='270'] .asset {
  width: 270px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='270'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='270'] .asset .thumbnail .thumbnail-holder {
  height: 189px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='280'] .asset {
  width: 280px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='280'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='280'] .asset .thumbnail .thumbnail-holder {
  height: 196px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='290'] .asset {
  width: 290px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='290'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='290'] .asset .thumbnail .thumbnail-holder {
  height: 203px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='300'] .asset {
  width: 300px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='300'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='300'] .asset .thumbnail .thumbnail-holder {
  height: 210px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='310'] .asset {
  width: 310px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='310'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='310'] .asset .thumbnail .thumbnail-holder {
  height: 217px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='320'] .asset {
  width: 320px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='320'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='320'] .asset .thumbnail .thumbnail-holder {
  height: 224px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='330'] .asset {
  width: 330px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='330'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='330'] .asset .thumbnail .thumbnail-holder {
  height: 231px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='340'] .asset {
  width: 340px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='340'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='340'] .asset .thumbnail .thumbnail-holder {
  height: 238px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='350'] .asset {
  width: 350px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='350'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='350'] .asset .thumbnail .thumbnail-holder {
  height: 245px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='360'] .asset {
  width: 360px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='360'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='360'] .asset .thumbnail .thumbnail-holder {
  height: 252px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='370'] .asset {
  width: 370px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='370'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='370'] .asset .thumbnail .thumbnail-holder {
  height: 259px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='380'] .asset {
  width: 380px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='380'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='380'] .asset .thumbnail .thumbnail-holder {
  height: 266px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='390'] .asset {
  width: 390px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='390'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='390'] .asset .thumbnail .thumbnail-holder {
  height: 273px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='400'] .asset {
  width: 400px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='400'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='400'] .asset .thumbnail .thumbnail-holder {
  height: 280px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='410'] .asset {
  width: 410px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='410'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='410'] .asset .thumbnail .thumbnail-holder {
  height: 287px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='420'] .asset {
  width: 420px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='420'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='420'] .asset .thumbnail .thumbnail-holder {
  height: 294px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='430'] .asset {
  width: 430px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='430'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='430'] .asset .thumbnail .thumbnail-holder {
  height: 301px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='440'] .asset {
  width: 440px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='440'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='440'] .asset .thumbnail .thumbnail-holder {
  height: 308px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='450'] .asset {
  width: 450px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='450'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='450'] .asset .thumbnail .thumbnail-holder {
  height: 315px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='460'] .asset {
  width: 460px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='460'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='460'] .asset .thumbnail .thumbnail-holder {
  height: 322px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='470'] .asset {
  width: 470px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='470'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='470'] .asset .thumbnail .thumbnail-holder {
  height: 329px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='480'] .asset {
  width: 480px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='480'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='480'] .asset .thumbnail .thumbnail-holder {
  height: 336px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='490'] .asset {
  width: 490px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='490'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='490'] .asset .thumbnail .thumbnail-holder {
  height: 343px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='500'] .asset {
  width: 500px;
}
.theme-clean .nx-assets .assets[data-nx-thumbsize='500'] .asset .hover-cover,
.theme-clean .nx-assets .assets[data-nx-thumbsize='500'] .asset .thumbnail .thumbnail-holder {
  height: 350px;
}
.theme-clean .nx-assets .assets .asset {
  margin: 0px 6px 15px 0px;
}
.theme-clean .nx-assets .assets .asset .add-to-cart {
  display: inline-block;
}
.theme-clean .nx-assets .assets .asset .remove-from-cart {
  display: none;
}
.theme-clean .nx-assets .assets .asset.in-cart .add-to-cart {
  display: none;
}
.theme-clean .nx-assets .assets .asset.in-cart .remove-from-cart {
  display: inline-block;
}
.theme-clean .nx-assets#cart-assets .assets .asset,
.theme-clean .nx-assets#search-assets .assets .asset,
.theme-clean .nx-assets#saved-cart-assets .assets .asset {
  margin: 0px 5px 15px 0px;
}
.theme-clean .netx-drag-select-ghost-box {
  background: rgba(0, 0, 0, 0.1);
  border: 1px #ccc solid;
  position: absolute;
  z-index: 9999;
}
.theme-clean .pager {
  margin: 0px;
  text-align: right;
}
.theme-clean .pager .btn {
  background: none;
  vertical-align: initial;
}
.theme-clean .pager .btn.disabled {
  display: none;
}
.theme-clean .nx-assets [data-count] {
  color: #080c1b;
}
.theme-clean [data-nx-control="slider"] {
  background: transparent;
}
.theme-clean .resize-controls {
  color: white;
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
  margin: 6px 28px 6px 15px;
  width: 80px;
}
.theme-clean .resize-controls input[type="range"] {
  padding: 0px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.theme-clean .resize-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: #cccccc;
  border: none;
  border-radius: 3px;
}
.theme-clean .resize-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #c7cbd6;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: white;
  margin-top: -5px;
}
.theme-clean .resize-controls input[type="range"]::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.theme-clean .resize-controls input[type="range"]::-ms-fill-lower {
  background: #c7cbd6;
  border-radius: 10px;
}
.theme-clean .resize-controls input[type="range"]::-ms-fill-upper {
  background: #c7cbd6;
  border-radius: 10px;
}
.theme-clean .resize-controls input[type="range"]::-ms-thumb {
  border: 1px solid #c7cbd6;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: white;
}
.theme-clean .resize-controls .square {
  display: inline-block;
  background: white;
  cursor: pointer;
  position: absolute;
  border: 1px solid #c7cbd6;
}
.theme-clean .resize-controls .square.square-sm {
  width: 8px;
  height: 8px;
  left: -17px;
  top: 7px;
}
.theme-clean .resize-controls .square.square-lg {
  width: 15px;
  height: 15px;
  right: -25px;
  top: 4px;
}
.theme-clean .nx-header .sort {
  margin: 2px 0px 0px 15px;
}
.theme-clean .nx-header .sort > .form-group {
  margin: 0;
}
.theme-clean .nx-header .sort .nx-sort-order-toggle {
  border: 1px solid #c7cbd6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
  height: 20px;
  padding: 0;
  width: 20px;
}
.theme-clean .nx-header .sort .nx-sort-order-toggle .order {
  height: 7px;
  line-height: 5px;
}
.theme-clean .nx-header .sort .nx-sort-order-toggle .order.ascending {
  margin: -7px 0 0 0;
}
.theme-clean .nx-header .sort .nx-sort-order-toggle .order i {
  color: #777777;
}
.theme-clean .nx-header .sort.descending .nx-sort-order-toggle .order.ascending {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme-clean .nx-header .sort.descending .nx-sort-order-toggle .order.descending {
  opacity: 1;
  filter: alpha(opacity=100);
}
.theme-clean .nx-header .sort.ascending .nx-sort-order-toggle .order.ascending {
  opacity: 1;
  filter: alpha(opacity=100);
}
.theme-clean .nx-header .sort.ascending .nx-sort-order-toggle .order.descending {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme-clean .nx-header .sort .dropdown-toggle {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  height: 20px;
  line-height: 12px;
  margin: 0 0 0 -4px;
  width: 140px;
  padding: 0 6px;
  text-align: left;
}
.theme-clean .nx-header .sort .dropdown-toggle > span {
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  line-height: 14px;
  width: 110px;
}
.theme-clean .nx-header .sort .dropdown-toggle .fa-nx-caret-down {
  float: right;
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 0 5px;
}
.theme-clean .nx-header .sort .dropdown-toggle + .dropdown-menu {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  height: 300px;
  left: 19px;
  overflow: auto;
  padding: 0;
  top: 1px;
  width: 188px;
}
.theme-clean .nx-header .sort .dropdown-toggle + .dropdown-menu > header {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 8px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.theme-clean .nx-header .sort .dropdown-toggle + .dropdown-menu > header .pull-right {
  margin-top: -1px;
}
.theme-clean .nx-header .sort .dropdown-toggle + .dropdown-menu li a {
  text-wrap: nowrap;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 12px;
  padding: 4px 10px;
  width: 100%;
}
.theme-clean #asset-context-menu .asset-action {
  color: black;
}
.theme-clean #asset-context-menu .asset-action:hover {
  background-color: #f5f5f5;
}
.theme-clean #asset-context-menu .dropdown-menu {
  min-width: 160px;
  padding: 8px 0px;
}
.theme-clean #asset-context-menu .dropdown-menu .actions {
  margin: 0px;
  font-size: 12px;
}
.theme-clean #asset-context-menu .dropdown-menu .actions a {
  color: inherit;
  padding: 3px 10px;
  display: inline-block;
}
.theme-clean #detailcrumb {
  margin-top: 15px;
}
@media only screen and (max-width: 1150px) {
  .theme-clean .nx-assets#cart-assets .assets .asset:nth-child(5n+5),
  .theme-clean .nx-assets#search-assets .assets .asset:nth-child(5n+5),
  .theme-clean .nx-assets#saved-cart-assets .assets .asset:nth-child(5n+5) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 500px), screen and (max-height: 500px) {
  .theme-clean.touch .nx-sortable .handle {
    display: none;
  }
  .theme-clean.touch body.category-nav #wrapper #cart-actions-bar,
  .theme-clean.touch body.page-nav #wrapper #cart-actions-bar,
  .theme-clean.touch body.category-nav #wrapper .asset-detail-actions,
  .theme-clean.touch body.page-nav #wrapper .asset-detail-actions,
  .theme-clean.touch body.category-nav #asset-details .sub-header .dropdown,
  .theme-clean.touch body.page-nav #asset-details .sub-header .dropdown {
    display: none !important;
  }
  .theme-clean.touch body.selection .nx-assets {
    margin-bottom: 100px;
  }
  .theme-clean.touch #asset-details #detailcrumb {
    margin-top: 0px;
    font-size: 18px;
  }
  .theme-clean.touch #asset-details #detailcrumb a {
    display: block;
  }
  .theme-clean.touch .nx-header .list-actions-bar .asset-count {
    margin: 5px 20px 8px 0px;
  }
  .theme-clean.touch .nx-header .list-actions-bar .asset-count-label {
    flex-grow: 1;
  }
  .theme-clean.touch .nx-header .list-actions-bar .gallery-title {
    flex-grow: 1;
  }
  .theme-clean.touch .nx-header .selectAll {
    padding: 7px;
    flex-grow: 0;
    text-align: right;
  }
  .theme-clean.touch .resize-controls,
  .theme-clean.touch .user-sort {
    display: none;
  }
  .theme-clean.touch #search-list label {
    padding-right: 15px;
  }
  .theme-clean.touch .nx-assets .selectAll {
    margin-right: 15px;
  }
  .theme-clean.touch #search-list .header-title .sub,
  .theme-clean.touch #saved-cart-list .header-title .sub {
    margin-top: 14px;
    padding-left: 0px;
  }
  .theme-clean.touch .assets-view > .container {
    margin: 0;
  }
  .theme-clean.touch .nx-assets {
    margin-bottom: 85px;
    position: relative;
    padding-top: 0;
    margin-top: 0;
  }
  .theme-clean.touch .nx-assets.loading .spinner {
    margin-top: 2em;
    margin-left: -37px;
  }
  .theme-clean.touch .nx-assets#category-assets.loading .spinner {
    margin-left: -27px;
  }
  .theme-clean.touch .nx-assets .container {
    width: 100%;
    padding-bottom: 0px;
  }
  .theme-clean.touch .nx-assets .assets {
    min-height: 100px;
  }
  .theme-clean.touch .nx-assets .assets .asset {
    margin: 0px!important;
    width: 100%!important;
    min-height: 0px;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    max-height: 61px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-box-pack: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: left;
    -ms-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .theme-clean.touch .nx-assets .assets .asset .thumbnail {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border: none;
    display: block;
    position: static;
  }
  .theme-clean.touch .nx-assets .assets .asset .thumbnail .thumbnail-holder {
    height: 100%!important;
    background: #f6f8fb;
  }
  .theme-clean.touch .nx-assets .assets .asset .thumbnail img {
    width: auto!important;
    height: auto!important;
  }
  .theme-clean.touch .nx-assets .assets .asset.with-actions .actions {
    right: 0px;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions {
    left: auto;
    right: -180px;
    width: auto;
    background-color: #ddd;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action.detail-view {
    display: none;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action-items {
    position: static;
    font-size: 2.2em;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-box-pack: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: left;
    -ms-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action-items .action {
    border: none;
    border-radius: 0;
    padding: 16px 17px;
    margin: 0px;
    border-left: 1px solid white;
    width: 60px;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action-items .action:not(:first-child) {
    margin-left: 0 !important;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action-items .action:first-child {
    border-left: none;
  }
  .theme-clean.touch .nx-assets .assets .asset .actions .action-items .action:hover {
    background-color: transparent;
  }
  .theme-clean.touch .nx-assets .assets .asset .attribute {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-box-pack: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: left;
    -ms-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    padding-left: 15px;
    max-width: 80%;
  }
  .theme-clean.touch .nx-assets .mobile-footer {
    color: #ddd;
    height: 2.5em;
    border-bottom: 4px solid #ddd;
    margin-left: -15px;
    margin-top: 25px;
    text-align: center;
  }
  .theme-clean.touch .nx-assets .pager {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-box-pack: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: flex-end;
    -ms-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    padding-top: 20px;
  }
  .theme-clean.touch .nx-assets .pager > div .btn {
    font-size: 1.2em;
  }
  .theme-clean.touch .nx-assets .pager > div .btn.disabled {
    display: inline-block;
    visibility: hidden;
  }
  .theme-clean.touch .nx-assets .pager > div .info {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .theme-clean.touch #search-assets.nx-assets .assets .asset {
    width: 100%;
  }
}
.theme-clean .block-carousel {
  margin-top: 0;
  margin-bottom: 0.83333333em;
  max-height: 365px;
}
.theme-clean .block-carousel > div {
  height: 100%;
}
.theme-clean .block-carousel .carousel {
  display: block;
  height: auto;
  line-height: 1;
  margin: 0;
  position: relative;
}
.theme-clean .block-carousel .carousel .carousel-controls-wrap {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.theme-clean .block-carousel .carousel .carousel-controls-wrap .carousel-indicators {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  bottom: auto;
  left: auto;
  list-style: none;
  margin: 0px;
  padding: 0;
  position: static;
  width: auto;
  z-index: 15;
}
.theme-clean .block-carousel .carousel .carousel-controls-wrap .carousel-indicators li {
  background-color: #f8f8f8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  justify-content: center;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.theme-clean .block-carousel .carousel .carousel-controls-wrap .carousel-indicators li.active {
  background-color: #ababab;
  display: inline-block;
}
.theme-clean .block-carousel .carousel .carousel-inner {
  height: 100%;
  position: relative;
  max-height: 290px;
}
.theme-clean .block-carousel .carousel .carousel-inner .item {
  height: 100%;
  display: none!important;
}
.theme-clean .block-carousel .carousel .carousel-inner .item.active,
.theme-clean .block-carousel .carousel .carousel-inner .item.next {
  display: block!important;
}
.theme-clean .block-carousel .carousel .carousel-inner .item img {
  margin: 0 auto;
  width: 100%;
}
.theme-clean .block-carousel .carousel .carousel-inner .item .carousel-caption {
  background: none;
  top: 0;
  left: 8.33333333em;
  text-align: left;
}
.theme-clean .block-carousel .carousel .carousel-inner .item .carousel-caption h1 {
  color: white;
  font-size: 2em;
  line-height: 6.25em;
  margin: 3% 0px 3% 0px;
  max-width: 79.33333333em;
}
.theme-clean .block-carousel .carousel .carousel-inner .item .carousel-caption p {
  font-size: 2em;
}
.theme-clean .block-carousel .carousel .carousel-control {
  background-image: none;
  color: #ccc;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1.91666667em;
  margin: 0px;
  position: static;
  text-align: center;
  text-shadow: none;
  width: 3.33333333em;
  z-index: 20;
}
@media only screen and (max-width: 500px), screen and (max-height: 500px) {
  .theme-clean.touch [data-nx-block="carousel"] {
    height: 200px;
  }
  .theme-clean.touch [data-nx-block="carousel"] .carousel .carousel-controls {
    margin-top: -60px;
    text-align: center;
  }
  .theme-clean.touch [data-nx-block="carousel"] .carousel .carousel-controls .left,
  .theme-clean.touch [data-nx-block="carousel"] .carousel .carousel-controls .right {
    display: none;
  }
  .theme-clean.touch [data-nx-block="carousel"] .carousel .carousel-controls .carousel-indicators {
    margin: 20px auto;
  }
}
.theme-clean .cms-form h5 {
  line-height: 1em;
  margin: 1em 0 0;
  border-top: 1px solid #000;
  padding: 1em 0 0;
}
.theme-clean .cms-form .radio input[type="radio"] + label,
.theme-clean .cms-form input[type="radio"] + label {
  margin-bottom: 1em;
}
.theme-clean .cms-form .radio input[type="radio"] + label .text,
.theme-clean .cms-form input[type="radio"] + label .text {
  white-space: normal;
}
.theme-clean .modal-content .modal-body [data-nx-control="modal-content"] .cms-form.container-fluid .row p {
  font-size: 1.2em;
}
.theme-clean body.page-page #cms-page-view {
  display: block!important;
}
.theme-clean #cms-page-view {
  display: none!important;
}
.theme-clean .modal .page {
  padding-bottom: 0;
}
.theme-clean .page-home-page #cms-page-view > .container > h1 {
  display: none;
}
.theme-clean #cms-page-view {
  width: 100%;
}
.theme-clean .page {
  color: #000;
  padding-bottom: 4em;
  margin: 0;
}
.theme-clean .page ul {
  padding-left: 2em;
  margin-top: 0px;
}
.theme-clean .page ul ul {
  margin-top: 0px;
  margin-bottom: 0.4em;
  list-style: initial;
}
.theme-clean .page li {
  list-style-type: disc;
  list-style-position: outside;
}
.theme-clean .page .panel-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
.theme-clean .page div[class*="template"] {
  max-width: 1100px;
  margin: 0px auto;
}
.theme-clean .page div[class*="template"] > h1 {
  margin: 0px 0px 20px 0px;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div {
  margin-bottom: 30px;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div.block-html.empty {
  display: block;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div.block-html a {
  color: #ddd;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div.nx-assets .assets {
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-clean .page div[class*="template"].template1 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template8 > [data-nx-childviews] > div {
  width: 100%;
}
.theme-clean .page div[class*="template"].template2 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template5 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template9 > [data-nx-childviews] > div {
  width: 48%;
}
.theme-clean .page div[class*="template"].template3 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template6 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template10 > [data-nx-childviews] > div {
  width: 31%;
}
.theme-clean .page div[class*="template"].template4 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div,
.theme-clean .page div[class*="template"].template11 > [data-nx-childviews] > div {
  width: 23%;
}
.theme-clean .page div[class*="template"].template4 > [data-nx-childviews] > div.block-html,
.theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div.block-html,
.theme-clean .page div[class*="template"].template11 > [data-nx-childviews] > div.block-html {
  margin-right: 2%
					;
}
.theme-clean .page div[class*="template"].template4 > [data-nx-childviews] > div.block-html:nth-child(4n + 1),
.theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div.block-html:nth-child(4n + 1),
.theme-clean .page div[class*="template"].template11 > [data-nx-childviews] > div.block-html:nth-child(4n + 1) {
  margin-right: 0;
}
.theme-clean .page div[class*="template"].template5 > [data-nx-childviews] > div:nth-child(1),
.theme-clean .page div[class*="template"].template6 > [data-nx-childviews] > div:nth-child(1),
.theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div:nth-child(1) {
  width: 100%;
}
.theme-clean .page div[class*="template"].template9 > [data-nx-childviews] > div:nth-child(2),
.theme-clean .page div[class*="template"].template10 > [data-nx-childviews] > div:nth-child(2),
.theme-clean .page div[class*="template"].template11 > [data-nx-childviews] > div:nth-child(2) {
  width: 100%;
}
.theme-clean .page div[class*="template"].template8 > [data-nx-childviews] > div:nth-child(1),
.theme-clean .page div[class*="template"].template9 > [data-nx-childviews] > div:nth-child(1),
.theme-clean .page div[class*="template"].template10 > [data-nx-childviews] > div:nth-child(1),
.theme-clean .page div[class*="template"].template11 > [data-nx-childviews] > div:nth-child(1) {
  width: 56%;
}
.theme-clean .page div[class*="template"] h1,
.theme-clean .page div[class*="template"] h2,
.theme-clean .page div[class*="template"] h3,
.theme-clean .page div[class*="template"] h4,
.theme-clean .page div[class*="template"] h5,
.theme-clean .page div[class*="template"] h6 {
  font: 24px/30px 'themeFontRegular', sans-serif;
  color: #000;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-clean .page div[class*="template"] h1 {
  font: 40px/150% 'themeFontLight', sans-serif;
  white-space: nowrap;
}
.theme-clean .page div[class*="template"] h2 {
  font: 24px/30px 'themeFontRegular', sans-serif;
}
.theme-clean .page div[class*="template"] h4 {
  font: 20px/24px 'themeFontSemibold', sans-serif;
}
.theme-clean .page div[class*="template"] h5 {
  font: 16px/20px 'themeFontSemibold', sans-serif;
}
.theme-clean .page div[class*="template"] p {
  font: 16px/20px 'themeFontRegular', sans-serif;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div.block-divider {
  width: 100%;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > div.block-divider hr {
  background-image: none;
  background-color: #ccc;
}
.theme-clean .page div[class*="template"] .thumb-size .nx-image-container {
  max-width: 150px;
}
.theme-clean .page div[class*="template"] .preview-size .nx-image-container {
  max-width: 500px;
}
.theme-clean .page div[class*="template"] [class^="block-"] .category {
  position: relative;
}
.theme-clean .page div[class*="template"] [class^="block-"] ul {
  padding-left: 20px;
  margin-bottom: 2em;
}
.theme-clean .page div[class*="template"] .list .asset {
  display: block;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset .nx-preview-zoom {
  display: none;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset .actions .action {
  display: inline-block;
  padding: 1em 1em 0.3em 0;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset img.cms-preview {
  width: auto;
  max-width: 500px;
  max-height: 500px;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset .preview-wrapper img {
  max-width: 100%!important;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset .preview-wrapper.nx-preview-wrapper .buttons {
  margin-top: 10px;
}
.theme-clean .page div[class*="template"] [data-nx-childviews] > .block-asset .asset-link {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
}
.theme-clean .page div[class*="template"] .block-html {
  width: 100%;
}
.theme-clean .page div[class*="template"] .block-html.empty {
  display: none;
}
.theme-clean .page .block-asset {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-box-pack: stretch;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  align-content: flex-start;
  -ms-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
}
.theme-clean .page .block-asset .preview-wrapper {
  background-color: #fff;
}
.theme-clean .page .block-asset-list {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-box-pack: top;
  -webkit-flex-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
  align-content: left;
  -ms-box-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
}
.theme-clean .page .block-asset-list .asset {
  margin: 0px 6px 15px 0px;
  width: 150px;
}
.theme-clean .page .block-asset-list .asset .thumbnail {
  height: 150px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-clean .page .block-asset-list.original .asset {
  width: auto;
}
.theme-clean .page .block-asset-list.original .asset .thumbnail {
  height: auto;
}
.theme-clean .page .block-asset-list.preview .asset {
  width: auto;
  max-width: 500px;
}
.theme-clean .page .block-asset-list.preview .asset .thumbnail {
  height: auto;
  max-height: auto;
}
.theme-clean .page .block-asset-list.list-item-size-preview .asset {
  width: 500px;
}
.theme-clean .page .block-asset-list.list-item-size-preview .asset .thumbnail {
  height: 500px;
}
.theme-clean .page .block-asset-list.list-item-size-preview .asset {
  width: auto;
}
.theme-clean .page .block-asset-list.list-item-size-preview .asset .thumbnail {
  height: auto;
}
.theme-clean .page .block-category .categories {
  background-color: #fff;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.theme-clean .page .block-category .categories:after {
  content: "";
  flex: auto;
}
.theme-clean .page .block-category .categories .category {
  color: #000;
  border: none;
  display: inline-block;
  min-height: 16.66666667em;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  min-width: 253px;
}
.theme-clean .page .block-category .categories .category:nth-child(3n+0) {
  margin-right: 0;
}
.theme-clean .page .block-category .categories .category a {
  color: #000;
}
.theme-clean .page .block-category .categories .category .category-details h2 {
  text-align: left;
  margin-top: 0.5em;
  letter-spacing: 1px;
  font: 1.17em/2em 'themeFontRegular', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
}
.theme-clean .page .block-category .categories .category .category-actions {
  display: none;
}
.theme-clean .page .block-category .categories .category .preview {
  color: #ccc;
  display: block;
  height: 200px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.theme-clean .page .block-category .categories .category .preview div {
  display: block;
  width: auto;
}
.theme-clean .page .block-category .categories .category .preview div img {
  min-width: 100%;
}
.theme-clean .page .block-category .categories .category .preview.folder::after {
  color: rgba(121, 140, 194, 0.2);
  content: "\e025";
  display: block;
  font-family: "FontAwesome-NX";
  font-size: 140px;
  line-height: 1em;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -68px;
}
.theme-clean .page .block-category .categories .category .preview-cover {
  display: none;
  position: absolute;
  height: 200px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-clean .page .block-category .categories .category:hover .preview-cover {
  display: block;
}
.theme-clean .page .block-category .categories .category:hover .category-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.theme-clean .page .block-category .categories .category:hover .category-actions .description {
  color: #fff;
  padding: 0px 40px;
  margin: 0px;
  text-align: center;
}
.theme-clean .page .block-category .categories .category:hover .preview.folder {
  background-color: #f8f8f8;
}
.theme-clean .page .block-category .categories .category:hover {
  color: #000;
}
.theme-clean .page .block-category .folder i {
  font-size: 10.83333333em;
  line-height: 1;
  margin-top: 0.25em;
}
.theme-clean .page .video-preview {
  position: relative;
}
.theme-clean #mobile-nav {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 70px;
}
.theme-clean #mobile-nav #mobile-flex-tree,
.theme-clean #mobile-nav #mobile-page-menu {
  display: none;
}
.theme-clean .page-nav #mobile-nav {
  right: 0px;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu {
  display: block;
  position: absolute;
  left: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu li a {
  color: black;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  -ms-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: min-content;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav li {
  width: 100%;
  padding: 4px 0px;
  border-bottom: 1px solid #f2f2f2;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav li.open .dropdown-menu {
  display: block;
  padding-top: 0px;
  float: none;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav li:not(.open) .dropdown-menu {
  display: none!important;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav li:first-child {
  border-top: 1px solid #f2f2f2;
}
.theme-clean .page-nav #mobile-nav #mobile-page-menu .navbar-nav.nav li .fa {
  display: none;
}
.theme-clean .category-nav #mobile-nav,
.theme-clean .page-nav #mobile-nav {
  display: block;
}
@media only screen and (max-width: 900px) {
  .theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div.block-html:not(:first-child) {
    width: 31%;
    margin-right: 3%;
    min-width: 0;
  }
  .theme-clean .page div[class*="template"].template7 > [data-nx-childviews] > div.block-html:not(:first-child):nth-child(3n+1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .theme-clean #cms-page-detail-view div[class*="template"] {
    margin: 0px 15px;
  }
  .theme-clean .page-page #header #pagecrumb {
    margin-left: 15px;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .theme-clean .page .container .block-category .categories .category {
    width: 49%;
  }
}
@media only screen and (max-width: 450px) {
  .theme-clean .page .container .block-category .categories .category {
    width: 100%;
    margin-right: 0px;
  }
  .theme-clean .page .container .block-category .categories .category .category-details h2 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 500px), screen and (max-height: 500px) {
  .theme-clean.touch body.selection .page div[class*="template"] {
    margin-bottom: 70px;
  }
  .theme-clean.touch .page-page #header #pagecrumb {
    display: none;
  }
  .theme-clean.touch .page {
    margin: 0px;
  }
  .theme-clean.touch .page div[class*="template"] {
    margin: 20px auto;
  }
  .theme-clean.touch .page div[class*="template"].template4 [data-nx-childviews] > div {
    width: 31%;
  }
  .theme-clean.touch .page div[class*="template"].template5 [data-nx-childviews] > div > div:not(:first-child) {
    width: 31%;
  }
  .theme-clean.touch .page div[class*="template"].template7 [data-nx-childviews] {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .theme-clean.touch .page div[class*="template"].template7 [data-nx-childviews] > div:not(:first-child) {
    width: 47%;
    margin: 0;
    min-width: 0;
  }
  .theme-clean.touch #cms-page-view {
    padding: 0px 15px;
  }
  .theme-clean.touch #cms-page-view.page .block-category .categories .category {
    margin-right: 0px;
  }
  .theme-clean.touch #cms-page-view.page .block-category .categories .category .preview {
    height: 150px;
  }
  .theme-clean.touch #cms-page-view.page .block-category .categories .category .preview.folder::after {
    font-size: 8em;
    left: 61%;
  }
}
.theme-clean.touch .page .block-category .categories .category:hover .category-actions {
  display: none;
}
@media only screen and (max-width: 350px) {
  .theme-clean.touch #cms-page-view .page .block-category .categories .category {
    width: 100%;
  }
  .theme-clean.touch #cms-page-view .page .block-category .categories .category .preview {
    height: 150px;
  }
  .theme-clean.touch .page div[class*="template"].template4 [data-nx-childviews] > div:not(.block-category) {
    width: 48%;
  }
  .theme-clean.touch .page div[class*="template"].template5 [data-nx-childviews] > div:not(.block-category) {
    width: 48%;
  }
}
.theme-clean #page-contact .page .container header {
  height: 10em;
}
.theme-clean #page-contact .page .container form > .container-fluid {
  padding-top: 14.16666667em;
}
.theme-clean .panel-group .row {
  margin-bottom: 1.66666667em;
  margin-left: -30px;
  margin-right: -30px;
}
.i18n .theme-clean .page .block-category .categories .category .category-details h2,
.i18n #cms-page-detail-view .page .block-category .categories .category .category-details h2 {
  text-transform: none !important;
}
