/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:auto}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #000;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    display:none;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}
 /**
 * Sitewide CSS variables
**/
/* Mixins */
/* HELPER CLASSES

Clearfix */
.clearfix, #collection-video, article.video-high, article.video-low {
  zoom: 1;
}
.clearfix:before, #collection-video:before, article.video-high:before, article.video-low:before, .clearfix:after, #collection-video:after, article.video-high:after, article.video-low:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, #collection-video:after, article.video-high:after, article.video-low:after {
  clear: both;
}

.disable {
  visibility: hidden;
}

/**
* @package Collections
* @file collections_mob.scss
* @author: barry.mcgee@othermedia.com
*
* @description: Mobile styles for the 'Collections' section Media query dimensions can be found in ps.info
 */
body.section-collections {
  /* Collections homepage */
}
body.section-collections.node-type-landing-page #inner-content #maximage img {
  width: 100%;
}
body.section-collections.node-type-landing-page #inner-content ul li span {
  display: none;
}
body.section-collections #maximage .image {
  min-height: 400px;
}
body.section-collections .galleria-container {
  height: 100%;
  background:url(../images/ajax-loader1.gif)  center #000;
  background-repeat:no-repeat ;
}
body.section-collections .galleria-container img {
  cursor: url(".../assets/pan.png") !important;
}
body.section-collections .galleria-close {
  display: block;
  background: url(../images/icons-low.png) no-repeat -338px -23px black;
  /* IE Support */
  background: url(../images/icons-low.png) no-repeat -338px -23px rgba(0, 0, 0, 0.7);
  top: 10px;
  right: 10px;
  height: 35px;
  width: 35px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}
body.section-collections .galleria-shopthelook {
  background: url("../assets/black-transparent.png") repeat;
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  width: 30%;
  float:right;
  right:0;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  padding: 10px;
  padding-left: 20px;
  cursor: pointer;
  color:#ffffff;
  font-size:13px;
  text-align:left;
}

body.section-collections .galleria-shopthelook span {color:#fff;font-size:16px;float:left;line-height:24px;}
body.section-collections .galleria-exit {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  cursor: pointer;
}
body.section-collections .galleria-thumbnails {
  margin: auto;
  display: none!important;
}
body.section-collections .galleria-image-nav-right, body.section-collections .galleria-image-nav-left {
  background: url(../images/icons-low.png) no-repeat -1094px 0;
  width: 36px;
  opacity: 1;
  height: 108px;
}
body.section-collections .galleria-image-nav-right {
  background-position: -1150px 0;
  right: 0;
}
body.section-collections .galleria-image-nav-left {
  left: 0;
}
body.section-collections .galleria-stage {
  bottom: 0!important;
}
body.section-collections .galleria-stage .overlay-close {
  background: url(../images/icons-low.png) no-repeat -345px -20px rgba(0, 0, 0, 0.75);
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 50px;
  display: block;
  height: 20px;
  width: 20px;
}
body.section-collections input#edit-go {
  display: none!important;
}
body.section-collections div.video-js {
  position: relative;
  clear: both;
}
body.section-collections div.video-js .vjs-controls {
  display: block;
}
body.section-collections #content #inner-content {
  position: static;
  max-width: 100%;
  /* About Overlay */
  /* Shop the Look */
}
body.section-collections #content #inner-content .display-options {
  position: relative;
  top: 40px;
  right: auto;
  left: 0;
}
body.section-collections #content #inner-content .display-options > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px #666666 solid;
  padding-top: 20px;
}
body.section-collections #content #inner-content .display-options > ul > li {
  width: 100%;
  float: right;
  text-align: center;
}
body.section-collections #content #inner-content .display-options > ul > li .active {
  cursor: default;
}
body.section-collections #content #inner-content .display-options > ul > li > a {
  background: url(../images/icons-low.png) no-repeat -564px -72px;
  width: 50px;
  margin: auto;
  text-indent: -9999px;
  display: block;
}
body.section-collections #content #inner-content .display-options > ul > li > a.active {
  background-position: -564px -36px;
}
body.section-collections #content #inner-content .display-options > ul > li #gallery {
  background-position: -605px -72px;
}
body.section-collections #content #inner-content .display-options > ul > li #gallery.active, body.section-collections #content #inner-content .display-options > ul > li #gallery:hover {
  background-position: -605px -36px;
}
body.section-collections #content #inner-content .display-options > ul > li #video {
  background-position: -640px -72px;
}
body.section-collections #content #inner-content .display-options > ul > li #video.active, body.section-collections #content #inner-content .display-options > ul > li #video:hover {
  background-position: -640px -36px;
}
body.section-collections #content #inner-content .display-options > ul > li #about {
  background-position: -673px -72px;
}
body.section-collections #content #inner-content .display-options > ul > li #about.active, body.section-collections #content #inner-content .display-options > ul > li #about:hover {
  background-position: -673px -36px;
}
body.section-collections #content #inner-content .display-options > ul > li #tile.active, body.section-collections #content #inner-content .display-options > ul > li #tile:hover {
  background-position: -564px -36px;
}
body.section-collections #content #inner-content .display-options .views-2 > li {
  width: 46%;
}
body.section-collections #content #inner-content .display-options .views-3 > li {
  width: 32%;
}
body.section-collections #content #inner-content .display-options .views-4 > li {
  width: 24%;
}
body.section-collections #content #inner-content .views-row {
  min-height: 0;
  margin-left: 0;
}
body.section-collections #content #inner-content .overlay-about {
  display: none;
  position: absolute;
  background: url("../assets/black-transparent.png") repeat;
  background: rgba(0, 0, 0, 0.8);
  padding: 9px;
  top: 150px;
  width: 60%;
  height: auto;
  left: 50%;
  margin-left: -30%;
  z-index: 9999;
  max-width: 680px;
}
body.section-collections #content #inner-content .overlay-about h3 {
  border-top: 1px solid #666666;
  padding: 18px 18px 0;
  margin-bottom: 0;
  margin-top: 30px;
}
body.section-collections #content #inner-content .overlay-about p {
  margin-top: 9px;
  padding: 0 18px 18px;
}
body.section-collections #content #inner-content .overlay-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/icons-low.png) no-repeat -332px -21px;
}
body.section-collections #content #inner-content .overlay-close:hover {
  cursor: pointer;
}
body.section-collections #content #inner-content #shop_look {
  position: fixed;
  background: url(../images/icons-low.png) repeat;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 30%;
  width: 500px;
  display: none;
  height: auto;
  min-height: 100px;
  right: 50%;
  margin-right: -250px;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
}
body.section-collections #content #inner-content #shop_look #response {
  background: #666666;
  padding: 5px 3px 5px 8px;
  position: absolute;
  width: 95%;
  z-index: 99999999;
}
body.section-collections #content #inner-content #shop_look #response.false {
  background: #d71f26;
}
body.section-collections #content #inner-content #shop_look .more {
  text-decoration: underline;
  margin-bottom: 12px;
}
body.section-collections #content #inner-content #shop_look .size_options {
  width: 80px;
  float: left;
  margin-right: 10px;
}
body.section-collections #content #inner-content #shop_look .size_options select {
  float: left;
  width: 100%;
}
body.section-collections #content #inner-content #shop_look .colour_options {
  width: 80px;
  float: left;
  margin-right: 10px;
}
body.section-collections #content #inner-content #shop_look .colour_options select {
  float: left;
  width: 100%;
}
body.section-collections #content #inner-content #shop_look .qty_options {
  width: 80px;
  float: left;
  margin-right: 10px;
}
body.section-collections #content #inner-content #shop_look .qty_options select {
  float: left;
  width: 100%;
}
body.section-collections #content #inner-content #shop_look select {
  padding: 2px;
}
body.section-collections #content #inner-content #shop_look .field-sku {
  cursor: move;
}
body.section-collections #content #inner-content #shop_look .field-sku .products span {
  color: #fff;
}
body.section-collections #content #inner-content #shop_look .field-sku input[type=button] {
  background: #fff;
  color: #000;
  border: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.section-collections #content #inner-content #shop_look h2 {
  margin: 0;
}
body.section-collections #content #inner-content #shop_look #nextprev .inactive-link {
  cursor: default!important;
  text-decoration: none;
  color: #e0e0e0;
}
body.section-collections #content #inner-content #shop_look #nextprev span {
  text-decoration: underline;
}
body.section-collections #content #inner-content #shop_look #nextprev span:hover {
  cursor: pointer;
}
body.section-collections #content #inner-content #shop_look .shop-container ul li {
  padding-top: 9px;
  border-top: 1px solid #cccccc;
  margin-top: 9px;
  width: 100%;
  display: none;
}
body.section-collections #content #inner-content #shop_look .shop-container ul li:first-child {
  display: block;
}
body.section-collections #content #inner-content #shop_look .shop-container ul li img {
  float: left;
  width: 30%;
  margin-top: 10px;
  margin-right: 10px;
}
body.section-collections #content #inner-content #shop_look .shop-container ul li p {
  float: left;
  width: 68%;
}
body.section-collections #content #inner-content .container-inline {
  position: absolute;
  top: -5px;
  text-align: center;
  width: 100%;
}
body.section-collections #content #inner-content .container-inline select {
  height: 25px;
  outline: none;
  color: #fff;
  background: #000;
  border: 0;
  width: 100%;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/icons-low.png), -webkit-linear-gradient(black, black 40%, black);
  background-position: -845px -20px;
  background-repeat: no-repeat;
  border: 0;
  font-size: inherit;
  margin: auto;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: center;
}
body.section-collections #content #inner-content .container-inline select option {
  text-align: center;
}
body.section-collections #content #inner-content .view-content {
  margin: auto;
  padding: 0 9px 0 4.5px;
}
body.section-collections #content #inner-content .view-content .item-list ul {
  padding: 0;
}
body.section-collections #content #inner-content .view-content .item-list ul li {
  width: 97%;
  min-height: 190px;
}
@media all and (min-width: 480px) {
  body.section-collections #content #inner-content .view-content .item-list ul li {
    width: 46%;
  }
}
body.section-collections #content #inner-content .view-content .item-list ul li img {
  width: 100%;
  height: auto;
}
body.section-collections #content #inner-content .view-content .views-row {
  margin: 0 4.5px 12px;
}
@media all and (max-width: 340px) {
  body.section-collections #content #inner-content .view-content .views-row {
    width: 100%;
  }
}
@media all and (min-width: 390px) and (max-width: 460px) {
  body.section-collections #content #inner-content .view-content .views-row {
    width: 96%;
  }
}

@media all and (min-width: 390px) and (max-width: 460px) {
  body.section-collections #content #inner-content .view-content .views-row {
    width: 96%;
  }
}
@media all and (min-width: 768px) and (max-width: 799px) {
  body.section-collections #content #inner-content .view-content .views-row {
    width: 230px;
  }
}
body.section-collections #content #inner-content .view-content .views-row a {
  position: relative;
}
body.section-collections #content #inner-content .view-content .views-row a span {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
  -moz-transition: opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out;
  height: auto;
  color: #fff;
  position: absolute;
  bottom: 0px;
  background: url("../assets/black-transparent.png") repeat;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 9999;
  box-sizing: border-box;
  padding: 5px 0;
}
@media all and (min-width: 800px) {
  body.section-collections #content #inner-content .view-content .views-row a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
body.section-collections .ui-selectmenu-menu li {
  border-top: 1px solid #666666;
}
body.section-collections .ui-selectmenu-menu li a:hover, body.section-collections .ui-selectmenu-menu li a:focus, body.section-collections .ui-selectmenu-menu li a:active {
  background: #666666;
}
body.section-collections .ui-selectmenu-menu li:first-child {
  border: none;
}

body.node-type-collection #content #inner-content {
  /* Gallery view of Collections */
  /* Admin status box over-ride */
}
body.node-type-collection #content #inner-content .view-content {
  padding-top: 40px;
}
body.node-type-collection #content #inner-content ul.tile {
  width: 100%;
  height: 100%;
  padding-top: 20px!important;
  height: 600px;
}
body.node-type-collection #content #inner-content ul.tile li.views-row {
  padding-bottom: 0;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper {
  height: 0;
  width: 100%!important;
  transition: height 0.25s;
  -moz-transition: height 0.25s;
  /* Firefox 4 */
  -webkit-transition: height 0.25s;
  /* Safari and Chrome */
  -o-transition: height 0.25s;
  /* Opera */
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery {
  height: 100%!important;
  width: 100%!important;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery li {
  height: 100%!important;
  display: block;
  float: left;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery li a {
  cursor: default!important;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery span {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: 36px;
  z-index: 9999;
  height: 108px!important;
  width: 36px!important;
  background: url(../images/icons-low.png) -1150px 0;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 80px;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery #prevnext {
  display: none;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery #next {
  right: 0;
  left: auto;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery #prev {
  left: 0;
  background-position: -1094px 0;
}
body.node-type-collection #content #inner-content .caroufredsel_wrapper .gallery span.shop {
  bottom: 0!important;
  width: 100%!important;
  box-sizing: border-box;
  margin-top: 0;
  display: block;
  right: auto!important;
  left: 0!important;
  padding: 5px;
  height: auto!important;
  display: none;
  top: auto;
}
body.node-type-collection #content #inner-content #block-workbench-block {
  margin-top: 60px;
}
body.node-type-collection #content #inner-content #block-views-collection-list-block {
  position: static;
}

/* Collections Landings */
#video-menu {

  display: none;
}
#video-menu li a {
  background: none!important;
}

#collection-video {
  border: none;
  margin-bottom: 50px;
  border: 1px solid #666666;
  max-width: 768px;
  max-height: 432px;
  margin: auto;
  width: 100%!important;
  height: auto!important;
}
#collection-video video {
  width: 100%;
  height: auto;
  position: relative!important;
}
#collection-video img {
  position: absolute;
  top: 0;
  left: 0;
}

#collection-video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

article.video-high, article.video-low {
  padding-top: 48px;
  margin: 36px;
  height: 100%;
}

body.logged-in #content #inner-content {
  position: relative;
}
body.logged-in #content #inner-content .container-inline {
  top: 40px!important;
}

.ui-selectmenu-status {
  line-height: 2em;
}

.ui-selectmenu {
  outline: none;
}

.ui-icon.ui-selectmenu-icon {
  top: 17px;
  right: 30px;
}

.galleria-counter,
galleria-thumbnails-container {
  display: none!important;
}

/* Display labels for touch devices which do not have hover */
html.touch body.section-collections #content #inner-content .view-content .views-row a span {
  height: auto;
  padding: 5px 0;
  opacity: 1;
}
html.touch body.section-collections #content #inner-content .view-content .views-row a span.shop {
  display: none;
}

ul.menu.level3 {
  text-transform: none!important;
  display: none!important;
}

ul.menu.level2 .sub-nav-toggle {
  display: none!important;
}

/**
 * @package Collections
 * @file collections_main.scss
 * @author: barry.mcgee@othermedia.com
 *
 * @description: Stylesheet used for devices generally grouped as desktop & above. Media query dimensions can be found in ps.info
 */
.node-type-collection .item-list {
  margin-top: -11px;
}

body.section-collections #main {
  padding-bottom: 75px;
}
body.section-collections #page #content {
  padding-top: 0;
}
body.section-collections #block-menu-block-3, body.section-collections #block-menu-block-4, body.section-collections #block-menu-block-5 {
  position: static;
}
body.section-collections html body #main-menu ul.menu li.collections {
  position: inherit;
}
body.section-collections html body #main-menu ul.menu li.collections ul.menu {
  top: auto;
  left: auto;
  display: block!important;
  visibility: visible!important;
}
body.section-collections html body #main-menu ul.menu li.collections ul.menu li {
  width: auto;
  float: inherit;
}
body.section-collections .view-content {
  padding-right: 0!important;
  padding-left: 0!important;
}
body.section-collections .isotope {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024) {
  body.section-collections .caroufredsel_wrapper {
    height: 540px!important;
  }
}
body.section-collections .caroufredsel_wrapper .gallery span.shop {
  display: block;
}
body.section-collections #maximage img {
  max-width: none;
}
body.section-collections #block-ps-core-footer-links {
  padding-bottom: 0;
}
body.section-collections .view-filtered-collections {
  margin-top: -36px;
}
body.section-collections #main-menu ul.menu li.menu-mlid-1012 > ul.menu {
  /* Secondary Nav */
  min-width: 200px;
  top: 35px;
}
body.section-collections #main-menu ul.menu li.menu-mlid-1012 > ul.menu > li {
  width: 15%;
  max-width: 7em;
}
body.section-collections #main-menu ul.menu li.menu-mlid-1012 > ul.menu .menu {
  top: 36px;
}
body.section-collections #content {
  margin-top: -7px;
}
body.section-collections #content #inner-content .display-options {
  position: absolute;
  top: 5px;
  width: 230px;
  right: 20px;
  left: auto;
}
body.section-collections #content #inner-content .display-options ul {
  border-top: none;
  padding-top: 10px;
}
body.section-collections #content #inner-content .display-options ul li a {
  background: none;
  text-indent: 0;
}
body.section-collections #content #inner-content ul.tile li.views-row {
  width: 250px;
}
body.section-collections #content #inner-content .ui-selectmenu-menu-dropdown {
  z-index: 9999;
}
body.section-collections #content #inner-content .container-inline {
  padding-top: 5px;
  position: absolute;
  top: 5px;
  left: 20px;
  margin: 0;
  width: auto;
  min-width: 288px;
  text-align: left;
}

.ui-selectmenu-status {
  line-height: inherit;
}

#video-menu {
  display: block;
  padding: 0;
  margin: 0;
}
#video-menu li {
  position: relative;
  padding: 0;
  width: 100%;
  float: left;
  z-index: 9999999999;
  background: black;
  text-align: center;
  padding: 2px;
}

.display-options ul ul {
  width: 100px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}

.ui-icon.ui-selectmenu-icon {
  top: 12px;
  right: 10px;
}

@media all and (min-width: 1300px) {
  div.overlay-about {
    margin-left: -340px!important;
    background: blue;
  }
}
.ie9 .caroufredsel_wrapper {
  height: 720px!important;
}

body #main-menu ul.menu ul.menu ul.menu {
  width: 300px;
  left: -100px;
  background: white;
  padding-bottom: 9px;
}
body #main-menu ul.menu ul.menu ul.menu li {
  width: 100%;
  background: none;
}

body.section-collections #content #inner-content .display-options .views-2 > li {
  width: 20%;
}

ul.menu.level3 {
  display: block!important;
}

@media screen and (max-width: 1024px) {
  body.section-collections #content #inner-content .view-content .views-row {
    width: 24%;
  }
}
/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #000 url(../images/galleria-bg.jpg) repeat ;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    display:none;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}

