#gallery {
  max-width: 1400px;
  margin: 0 auto; }

.gallery-item {
  width: 24.5%;
  margin-bottom: 1px;
  margin-right: 1px;
  display: inline-block; }
  .gallery-item .gallery-item__title {
    position: absolute;
    top: 54%;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-style: italic;
    color: #fff; }
  .gallery-item .gallery-item__button-wrapper {
    position: absolute;
    top: 70%;
    width: 100%; }
  .gallery-item .gallery-item__button {
    width: 55%;
    padding: 13px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    border-bottom: 3px solid #fff; }
    .gallery-item .gallery-item__button:after {
      content: '';
      background: url(/view.image?id=4415) no-repeat;
      position: absolute;
      top: 100%;
      display: block;
      height: 26px;
      width: 25px;
      margin-left: 20%;
      text-align: center; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
          transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #013879;
    opacity: 0.5; }
    .owl-theme .owl-controls .owl-buttons div:hover {
      opacity: 1;
      text-decoration: none; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      opacity: 0.5;
      border-radius: 20px;
      background: #013879; }
      .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 30px; }
  .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
    opacity: 1; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }
