/**
* mixin for setting a grid-based width
*/
.fiu-sample-list {
  list-style-type: none;
  margin: 0; }
  .fiu-sample-list__item {
    display: block;
    position: relative;
    border-bottom: 1px #E7E7E7 solid;
    min-height: 46px;
    min-width: 220px;
    margin: 0 0 0 0px;
    padding: 0 0 -10px 0; }
    .fiu-sample-list__item img {
      vertical-align: middle; }
    .fiu-sample-list__item .sample-not-available {
      line-height: 46px;
      margin-left: 5px;
      font-size: 10px;
      color: #999;
      white-space: nowrap;
      overflow: hidden; }

img.fiu-sample {
  max-width: 220px; }

img.fiu-render {
  max-width: 200px; }

/**
* mixin for setting a grid-based width
*/
.fiu-gallery-head {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 20px; }
  .fiu-gallery-head:before, .fiu-gallery-head:after {
    content: "";
    display: table; }
  .fiu-gallery-head:after {
    clear: both; }
  .fiu-gallery-head h1 {
    margin-bottom: 0; }
  .fiu-gallery-head ul {
    margin: 0;
    list-style: none; }
  .fiu-gallery-head ul.inline {
    display: inline;
    margin: 0;
    list-style: none; }
    .fiu-gallery-head ul.inline li {
      display: inline; }
    .fiu-gallery-head ul.inline li {
      margin-right: .2em; }
  .fiu-gallery-head__row {
    display: table; }
    .fiu-gallery-head__row + .fiu-gallery-head__row {
      padding-top: 10px; }
    .fiu-gallery-head__row-left {
      display: table-cell;
      position: relative;
      width: 340px;
      padding-right: 20px; }
      @media only screen and (min-width: 1220px) {
        .fiu-gallery-head__row-left {
          width: 580px;
          padding-right: 20px; } }
      @media only screen and (min-width: 1460px) {
        .fiu-gallery-head__row-left {
          width: 820px;
          padding-right: 20px; } }
    .fiu-gallery-head__row-right {
      display: table-cell;
      width: 580px;
      text-align: right; }
  .fiu-gallery-head__text {
    display: table-cell;
    width: 460px;
    line-height: 1.6em; }

.fiu-gallery {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .fiu-gallery:before, .fiu-gallery:after {
    content: "";
    display: table; }
  .fiu-gallery:after {
    clear: both; }
  .fiu-gallery--masonry #deck-holder {
    height: auto;
    margin-bottom: 30px; }
  .fiu-gallery--masonry .fiu-sample-list {
    display: none; }

.fiu-gallery--masonry .fiu-gallery-item {
  height: auto;
  overflow: visible;
  margin-bottom: 30px;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s; }
  .fiu-gallery--masonry .fiu-gallery-item__img-wrapper {
    height: auto; }

.fiu-footer, .fiu-pagination {
  -webkit-transition: margin-top 0.1s;
  transition: margin-top 0.1s; }

/* responsive for gallery */
.fiu-header {
  width: 940px; }
  @media only screen and (min-width: 1220px) {
    .fiu-header {
      width: 1180px; } }
  @media only screen and (min-width: 1460px) {
    .fiu-header {
      width: 1420px; } }
  .fiu-header__right {
    width: 700px; }
    @media only screen and (min-width: 1220px) {
      .fiu-header__right {
        width: 940px; } }
    @media only screen and (min-width: 1460px) {
      .fiu-header__right {
        width: 1180px; } }

.fiu-sponsor__wrapper {
  width: 460px;
  padding-right: 20px; }
  @media only screen and (min-width: 1220px) {
    .fiu-sponsor__wrapper {
      width: 700px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1460px) {
    .fiu-sponsor__wrapper {
      width: 940px;
      padding-right: 20px; } }

.fiu-site-container {
  width: 960px; }
  @media only screen and (min-width: 1220px) {
    .fiu-site-container {
      width: 1200px; } }
  @media only screen and (min-width: 1460px) {
    .fiu-site-container {
      width: 1440px; } }

.fiu-main-menu {
  width: 480px; }
  @media only screen and (min-width: 1220px) {
    .fiu-main-menu {
      width: 720px; } }
  @media only screen and (min-width: 1460px) {
    .fiu-main-menu {
      width: 960px; } }

/**
* mixin for setting a grid-based width
*/
.sort-filter-menu {
  font-size: 12px; }
  .sort-filter-menu a {
    text-decoration: none; }
  .sort-filter-menu .current {
    font-weight: bold; }
  .sort-filter-menu .gallery-dropdown-menu {
    display: inline-block;
    position: relative; }
    .sort-filter-menu .gallery-dropdown-menu:hover ul {
      display: inline-block;
      z-index: 5; }
    .sort-filter-menu .gallery-dropdown-menu .opener {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default;
      display: inline-block;
      height: 30px;
      font-weight: bold; }
      .sort-filter-menu .gallery-dropdown-menu .opener .prefix {
        font-weight: normal; }
      .sort-filter-menu .gallery-dropdown-menu .opener .arr {
        font-weight: normal;
        font-size: 10px; }
    .sort-filter-menu .gallery-dropdown-menu ul {
      background-color: white;
      position: absolute;
      margin: 0;
      list-style: none;
      display: none;
      padding: 5px 10px 10px 10px;
      top: 25px;
      min-width: 140px;
      right: 0;
      box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2); }
      .sort-filter-menu .gallery-dropdown-menu ul li {
        padding: 3px 3px; }
  .sort-filter-menu .sort-menu {
    padding-left: 10px; }
  .sort-filter-menu .filter-menu {
    display: inline-block; }
    .sort-filter-menu .filter-menu ul {
      display: inline;
      margin: 0;
      list-style: none; }
      .sort-filter-menu .filter-menu ul li {
        display: inline; }
    .sort-filter-menu .filter-menu li + li:before {
      color: #999;
      content: '/'; }
  .sort-filter-menu .gallery-settings-menu {
    display: inline-block;
    padding-left: 8px; }
    .sort-filter-menu .gallery-settings-menu ul {
      display: inline;
      margin: 0;
      list-style: none; }
      .sort-filter-menu .gallery-settings-menu ul li {
        display: inline; }
      .sort-filter-menu .gallery-settings-menu ul li {
        display: inline-block;
        vertical-align: bottom; }
        .sort-filter-menu .gallery-settings-menu ul li a {
          cursor: pointer;
          display: inline-block;
          width: 17px;
          height: 17px; }
      .sort-filter-menu .gallery-settings-menu ul li + li {
        margin-left: 2px; }
    .sort-filter-menu .gallery-settings-menu .choose-grid-layout {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: 0px 0px;
      width: 17px;
      height: 17px; }
    .sort-filter-menu .gallery-settings-menu .choose-grid-layout.current {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: 0px -36px;
      width: 17px;
      height: 17px; }
    .sort-filter-menu .gallery-settings-menu .choose-masonry-layout {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: -36px 0px;
      width: 17px;
      height: 17px; }
    .sort-filter-menu .gallery-settings-menu .choose-masonry-layout.current {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: -36px -36px;
      width: 17px;
      height: 17px; }

/**
* mixin for setting a grid-based width
*/
/* item ad */
#ad-holder {
  float: right;
  height: 380px;
  width: 220px;
  margin: 0px 10px 10px; }
  #ad-holder .ad-contents {
    display: none; }
    #ad-holder .ad-contents .sponsor-title {
      padding-left: 5px;
      font-weight: bold;
      color: #999;
      font-size: 10px; }
      #ad-holder .ad-contents .sponsor-title a {
        text-decoration: none;
        color: #999; }
    #ad-holder .ad-contents #ad-title {
      font-size: 14px;
      font-weight: bold;
      font-family: BentonSansRE, Verdana, sans-serif;
      padding-left: 5px; }
      #ad-holder .ad-contents #ad-title a {
        text-decoration: none; }
    #ad-holder .ad-contents #ad-text {
      line-height: 15px;
      margin: 8px 0 0; }
      #ad-holder .ad-contents #ad-text a {
        text-decoration: none; }
        #ad-holder .ad-contents #ad-text a:hover {
          color: black; }
    #ad-holder .ad-contents #ad-text, #ad-holder .ad-contents #ad-text-link {
      font-size: 10px;
      padding-left: 5px; }

#deck {
  margin-top: -2px; }

#deck-holder {
  float: right;
  height: 380px;
  width: 220px;
  margin: 0 10px 10px;
  font-size: 9px;
  line-height: 140%;
  color: #666; }
  #deck-holder img {
    float: left;
    padding-right: 10px; }
  #deck-holder a {
    text-decoration: none; }
  #deck-holder img.ad {
    float: left;
    padding-right: 10px; }
  #deck-holder #contribute p {
    margin: 8px 0 0 0; }
  #deck-holder p.ads {
    float: right;
    width: 90px; }
  #deck-holder .deck-subhead {
    font-weight: bold;
    color: #999;
    font-size: 10px; }
    #deck-holder .deck-subhead a {
      text-decoration: none; }
  #deck-holder .deck-content {
    margin-top: 7px; }
