.vertical-3 {
  background: #fdfdfd;
  background: -moz-linear-gradient(top,#fafafa 30%,#fafafa 50%,#fdfdfd 100%);
  background: -ms-linear-gradient(top,#fafafa 30%,#fafafa 50%,#fdfdfd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#fafafa),color-stop(50%,#fafafa),color-stop(100%,#fdfdfd));
  background: -webkit-linear-gradient(top,#fafafa 30%,#fafafa 50%,#fdfdfd 100%);
  background: -o-linear-gradient(top,#fafafa 30%,#fafafa 50%,#fdfdfd 100%);
  background: linear-gradient(top,#fafafa 30%,#fafafa 50%,#fdfdfd 100%);
}

.resetmodal {
  position: relative;
  width: auto !important;
  left: auto !important;
  top: auto !important;
}

a.modal {
  position: relative;
  box-shadow: none;
  border: 0;
  padding: 0;
  width: auto;
  left: auto;
  margin-left: 0;
  background: none;
  border-radius: 0;
}

.shadow {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
}

.clearfix {
  height: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "AvenirLTStd-Light", Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6 {

  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote,q {
  quotes: none;
}

blockquote p:before,blockquote p:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

thead th,thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a img,th img,td img {
  vertical-align: top;
}

button,input,select,textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button {
  width: auto;
  overflow: visible;
}

input[type=button],input[type=submit],button {
  cursor: pointer;
}

input[type="radio"],input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

img,video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
}

audio {
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "";
  font-weight: 300;
}

a {
  color: #3570c3;
}

a:focus,a:hover {
  color: #0c4663;
}

.title,h1,h2,h3,h4,h5,h6 {
  font-family: "";
  font-weight: 300;
  color: #222;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 36px;
  line-height: 1.111em;
  margin-bottom: .25em;
}

h2 {
  font-size: 30px;
  line-height: 1.111em;
  margin-bottom: .5em;
}

h3 {
  font-size: 24px;
  line-height: 1.333em;
  margin-bottom: .5em;
}

h4 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: .333em;
}

h5 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: .25em;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6em;
  margin-bottom: .25em;
}

p,ul,ol,dl,dd,dt,blockquote,td,th {
  line-height: 1.6em;
}

ul,ol,ul ul,ol ol,ul ol,ol ul {
  margin: 0 0 0 1.6em;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

p,ul,ol,dl,blockquote,hr,pre,table,form,fieldset,figure,address {
}

address {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

dd {
  margin-left: 1em;
}

blockquote {
  font-size: 16px;
  font-style: italic;
  position: relative;
  padding-left: 1.6em;
  margin-left: 0;
  border-left: 2px solid #dbdada;
}

blockquote p {
  margin-bottom: .5em;
}

blockquote small,cite {
  color: #777;
  font-style: italic;
}

small,blockquote cite {
  font-size: 12px;
  line-height: 1;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

strong,b {
  font-weight: bold;
}

em,i {
  font-style: italic;
}

sub,sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figcaption {
  font-size: 12px;
  font-style: italic;
}

ins,mark {
  background-color: #fddc43;
  color: #0f0f0f;
  text-decoration: none;
}

pre,code,kbd,samp {
  font-size: 90%;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  font-size: 90%;
  line-height: 1.45em;
  color: #333;
  background: #f6f6f6;
  padding: 1.6em;
  overflow: auto;
}

code {
  padding: 3px 3px 1px 3px;
  display: inline-block;
  line-height: 1;
  background: #f6f6f6;
  border: 1px solid #ddd;
}

pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.6em;
}

button:active,button:focus {
  outline: none;
}

input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="search"],input[type="datetime-local"],textarea,select[multiple="multiple"] {
  line-height: 1;
  font-size: 14px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border: 1px solid #bbbcc0;
  outline: none;
  padding: 7px 5px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}

input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="search"],input[type="datetime-local"] {
  height: 2.3em;
}

input[type="range"] {
  position: relative;
  top: 3px;
}

select[multiple="multiple"],textarea {
  line-height: 1.35em;
}

fieldset {
  padding: 1.6em;
  margin-bottom: 1.6em;
  border: 1px solid #dbdada;
}

legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}

tfoot th,tfoot td {
  background-color: #f4f4f4;
}

th,td {
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
}

table caption {
  text-transform: uppercase;
  padding: 0 1em;
  color: #777;
  font-size: 12px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .left,.right {
    float: none;
  }
}

ul {
  margin-left: 0;
}

a {
  color: #333;
}

.inner {
  position: relative;
}

#bottomarea {
  float: left;
  width: 100%;
}

#main-content-link {
  margin-top: 30px;
}

#gallery li {
  list-style-type: none;
}

#gallery li img {
  width: 100%;
}

.top #gallery {
  padding-top: 60px;
}

h1 {
  color: #333;
  margin-bottom: 30px;
}

h2 {
  color: #333;
  margin-bottom: 30px;
}

.clearfix {
  height: 0;
}

h3 {
  color: #333;
  margin-bottom: 20px;
}

p {
  color: #000000;;
}

ul li {
  text-align: left;
}

#page-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  float: left;
}

#page-wrap.off-canvas-active {
}

#page-wrap.off-canvas-active #gallery {
  margin-left: -200px;
}

.fullscreen #page-wrap.off-canvas-active {
  margin-left: 300px;
}

.bottom #page-wrap {
  padding-top: 60px;
}

.bottom #gallery-type {
  padding-top: 4px;
}

.bottom #page-wrap {
  padding-top: 0;
}

.split-screen #page-wrap.off-canvas-active {
}

.padding {
  padding: 30px 0;
}

.nopadding {
  padding: 0 !important;
}

#gallery.loading,#bottomwrap.loading {
  opacity: 0.05;
}

.fullscreen #gallery,.fullscreen #page-wrap {
  background: none !important;
}

#gallery {
  padding-bottom: 60px;
}

.split #gallery {
  padding-bottom: 0;
}

.clearfour {
  clear: both;
}

@media screen and (max-width: 1200px) {
  .clearfour {
    clear: none;
  }
}

.vertical li {
  float: left;
  width: 100%;
}

.backstretch img {
  width: 100%;
  top: 70px !important;
}

#featured .featured-item {
  width: 100%;
  clear: both;
}

.twitter-share-button,.fb-like,.pin-it {
  float: right;
}

.fb-like {
  margin-top: -2px;
  margin-right: 20px;
}

.fb_iframe_widget {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .gallery-desc {
    width: 100%;
    clear: both;
    padding-top: 20px;
  }
}

#disqus_thread {
  margin-top: 30px;
  float: left;
  width: 100%;
}

#loading {
  width: 100%;
  height: 10px;
  left: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  display: none;
}

#loading .bar {
  height: 1px;
  margin-bottom: 30px;
  background: #e6e6e6;
  animation: infinite loading 1s ease;
  -webkit-animation: infinite loading 1s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  float: left;
}

#loading .bar.full {
  width: 100%;
}

#loading .bar.start {
  width: 0%;
}

#loading .bar-none {
  height: 4px;
  margin-bottom: 30px;
  background: #0c4663;
  animation: loading 1s ease;
  -webkit-animation: loading 1s ease;
  -moz-animation: loading 1s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  float: left;
}

#loading .bar-none.full {
  width: 100%;
}

#loading .bar-none.start {
  width: 0%;
}

@keyframes loading {
  0% {
    width: 0%;
    background: #136d9a;
  }

  100% {
    width: 100%;
    background: #0c4663;
  }
}

@-webkit-keyframes loading {
  0% {
    width: 0%;
    background: #136d9a;
  }

  100% {
    width: 100%;
    background: #0c4663;
  }
}

.offcanvas #marginless {
  padding-top: 0 !important;
}

.offcanvas #gallery {
  padding-top: 40px;
}

.split-screen .offcanvas .half {
  margin-top: -30px;
}

#offcanvas-trigger {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 0px;
}

#off-canvas {
  visibility: visible;
}

#off-canvas.closed {
  visibility: hidden;
}

#off-canvas.closed .off-canvas-content {
  left: -100px;
}

.off-canvas-content {
  padding: 120px 20px 20px;
  color: #fff;
  background: #000000;
  height: 100%;
  float: right;
  position: fixed;
  width: auto;
  z-index: 15;
  top: 70px;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.off-canvas-content .moduletable {
  margin-bottom: 40px;
}

.off-canvas-content a {
  text-decoration: none;
  color: #fff;
}

.off-canvas-content a:hover {
  color: #ccc;
}

.off-canvas-content .container {
  width: 100%;
}

.off-canvas-content img {
  width: 40px;
  margin-right: 20px;
  padding: 2px;
  background: rgba(0,0,0,0.4);
}

.off-canvas-content h4 {
  font-size: 100%;
  line-height: 200%;
}

.off-canvas-content li {
  padding: 10px 0 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f7f7f7;
  list-style-type: none;
}

.off-canvas-content li:last-child {
  border-bottom: 0;
}

.off-canvas-content li:first-child {
  border-top: 0;
}

.off-canvas-content #logo h1,.off-canvas-content #logo h2,.off-canvas-content #logo h3,.off-canvas-content #logo h4,.off-canvas-content #logo h5,.off-canvas-content #logo h6 {
  background: none;
  margin-bottom: 0;
  background: #fff;
  padding: 20px;
  display: block;
  margin: -20px -30px 20px -20px;
}

#gallery {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}

.off-canvas-active {
  overflow-x: hidden;
  opacity: 0.2;
}

.off-canvas-active img.featured {
  margin-left: 40px;
}

.mixin-col {
  border: 0px solid rgba(0,0,0,0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.col,ul.grid-2 li,ul.grid-3 li,ul.grid-4 li {
  border: 0px solid rgba(0,0,0,0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.mixin-span_first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 0px) {
  .col,ul.grid-2 li,ul.grid-3 li,ul.grid-4 li {
    margin-left: 0%;
    padding: 0;
    width: 100%;
  }

  #toprow .col {
    width: 50% !important;
  }

  #fixed-menu .span_4 {
    width: 33.333333333333%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
    float: left;
  }

  #fixed-menu .span_8 {
    width: 66.666666666667%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
    float: left;
  }
}

@media screen and (min-width: 620px) {
  .col,ul.grid-2 li,ul.grid-3 li,ul.grid-4 li {
    margin-left: 1%;
    padding: 0 0.5%;
  }

  .row .col:first-child,.first-in-row,.item-0,.row:first-child *[class*='span_'] {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .span_1,.col-12 {
    width: 5.5833333333333%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_2,.col-6 {
    width: 14.166666666667%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_3,ul.grid-4 li,.col-4 {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_4,.col-3,ul.grid-3 li {
    width: 31.333333333333%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_5 {
    width: 39.916666666667%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_6,ul.grid-2 li,.col-2 {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_7 {
    width: 57.083333333333%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_8 {
    width: 65.666666666667%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_9 {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_10 {
    width: 82.833333333333%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_11 {
    width: 91.416666666667%;
    border-left-width: 0;
    padding: 0 0.5%;
    margin-left: 3%;
    float: left;
  }

  .span_12 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .col-5 {
    width: 20%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .col-7 {
    width: 14.285%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .col-8 {
    width: 12.5%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .col-9 {
    width: 11.111%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .col-10 {
    width: 10%;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .clearfix {
    width: 100%;
    clear: both;
  }
}

@media screen and (max-width: 787px) {
  ul.grid-2 li,ul.grid-3 li,ul.grid-4 li {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.content-page {
  padding-top: 60px;
}

@font-face {
  font-family:'fontello';src:url('../font/fontello.eot?92216850');src:url('../font/fontello.eot?92216850#iefix') format('embedded-opentype'), url('../font/fontello.woff?92216850') format('woff'), url('../font/fontello.ttf?92216850') format('truetype'), url('../font/fontello.svg?92216850#fontello') format('svg');font-weight:normal;font-style:normal;
}

#menu-button :before,.menu-trigger :before,.fullscreen span:before,#fullscreen span:before,.social-wrap :before,.mfp-bottom-bar :before,.btn-download :before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-down-open:before {
  content: '\e800';
}

.icon-left-open:before {
  content: '\e801';
}

.icon-right-open:before {
  content: '\e802';
}

.icon-up-open:before {
  content: '\e803';
}

.icon-menu:before {
  content: '\e805';
}

.icon-download:before {
  content: '\e80b';
}

.btn-download {
  padding: 4px 10px !important;
}

.social-wrap .icon-pinterest:before {
  content: '\e806';
}

.social-wrap .icon-twitter:before {
  content: '\e807';
}

.social-wrap .icon-facebook:before {
  content: '\e808';
}

.social-wrap .icon-googleplus:before {
  content: '\e809';
}

.icon-menu {
  font-size: 1.6em;
  line-height: 1.7em;
}

#gallery ul.grid-1 li,#gallery ul.grid-2 li,#gallery ul.grid-3 li,#gallery ul.grid-4 li,#gallery #home-grid li {
  margin-bottom: 30px;
  padding: 0 0 10px 0 !important;
}

#gallery ul.grid-1 li .gallery-item-description,#gallery ul.grid-1 li .gallery-item-title,#gallery ul.grid-2 li .gallery-item-description,#gallery ul.grid-2 li .gallery-item-title,#gallery ul.grid-3 li .gallery-item-description,#gallery ul.grid-3 li .gallery-item-title,#gallery ul.grid-4 li .gallery-item-description,#gallery ul.grid-4 li .gallery-item-title,#gallery #home-grid li .gallery-item-description,#gallery #home-grid li .gallery-item-title {
  padding: 0 20px 0;
}

#gallery ul.grid-1 li img,#gallery ul.grid-2 li img,#gallery ul.grid-3 li img,#gallery ul.grid-4 li img,#gallery #home-grid li img {
  width: 100% !important;
}

#gallery ul.grid-1 li p,#gallery ul.grid-2 li p,#gallery ul.grid-3 li p,#gallery ul.grid-4 li p,#gallery #home-grid li p {
  padding: 0 20px;
}

#gallery ul.grid-1 li p.image-wrap,#gallery ul.grid-2 li p.image-wrap,#gallery ul.grid-3 li p.image-wrap,#gallery ul.grid-4 li p.image-wrap,#gallery #home-grid li p.image-wrap {
  padding: 0;
}

#gallery ul.grid-3 h3,#gallery ul.grid-4 h3 {
  font-size: 1.2em;
}

#gallery #home-grid h2 {
  font-size: 130%;
  line-height: 3em;
  margin: 0;
  padding: 0 10px;
}

#gallery #home-grid li {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 787px) {
  #gallery #home-grid li {
    width: 48% !important;
    margin: 0;
  }

  #gallery #home-grid li:nth-child(3n+0) {
    margin: 0;
    float: left !important;
  }

  #gallery #home-grid li.item-1 {
    float: right;
  }

  #gallery #home-grid li.gallery-gallery-3,#gallery #home-grid li.gallery-gallery-9,#gallery #home-grid li.gallery-gallery-13 {
    float: right !important;
  }
}

@media screen and (max-width: 620px) {
  #gallery #home-grid li {
    width: 100% !important;
  }
}

@media screen and (max-width: 787px) {
  #gallery #home-grid .midclearfix {
    clear: both;
  }

  #gallery #home-grid .clearfix {
    display: none;
  }
}

input,textarea#message {
  background: #fff !important;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.06) !important;
  width: 100% !important;
  font-size: 1em;
  border-radius: 0 !important;
  font-weight: bold;
  color: #999;
  margin-bottom: 20px;
  text-transform: uppercase;
}

textarea {
  min-height: 250px;
}

input[type="radio"],input[type="checkbox"] {
  width: auto !important;
  line-height: 1em !important;
  height: auto;
}

.bottom #menu-button {
  height: 75px;
}

.menu-trigger {
  cursor: pointer;
}

#gallery-list {
  margin: 0px auto 0;
  width: 980px;
  max-width: 84%;
  padding-top: 30px;
  max-height: 90%;
}

#gallery-list h1,#gallery-list h2,#gallery-list h3,#gallery-list h4,#gallery-list p {
  color: #fff;
}

#gallery-list ul {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

#gallery-list ul ul {
  margin: 0;
  padding-top: 8px;
}

#gallery-list h4 {
  line-height: 1em;
}

#gallery-list .moduletable {
  padding: 30px 0 60px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

#gallery-list li {
  width: 33%;
  float: left;
  padding: 10px 20px;
  margin-left: 0;
  transition: all 0.6s;
  border: 1px solid rgba(0,0,0,0);
  list-style-type: none;
  font-size: 1.3em;
}

#gallery-list li a {
  line-height: 1.5em;
}

#gallery-list li li {
  width: 100%;
  padding-left: 10px;
}

#gallery-list li li a {
  font-size: 100%;
}

@media screen and (max-width: 980px) {
  #gallery-list li {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  #gallery-list li {
    width: 100%;
  }
}

#gallery-list li.span_12 {
  width: 100%;
  padding: 20px 30px !important;
}

#gallery-list li img {
  float: left;
  margin-right: 10px;
  padding: 2px;
}

#gallery-list li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 85%;
  color: #000000;
}

#gallery-list li.active,#gallery-list li:hover {
  text-decoration: underline;
}

#gallery-list li.active a,#gallery-list li:hover a {
  color: #000000;
}

#gallery-list li.active img,#gallery-list li:hover img {
  float: left;
  margin-right: 10px;
  padding: 2px;
}

#gallery-list ul.menu li {
  padding: 20px 10px !important;
}

#gallery-list ul.menu li a {
  padding: 20px 20px !important;
}

#fixed-menu {
  background: #ffffff;
  position: relative;
  z-index: 10;
  overflow: auto;
}

#fixed-menu .container {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#fixed-menu .container.menu-container {
  z-index: 1;
}

#fixed-menu .span_8 {
  min-height: 76px;
}

#fixed-menu h1,#fixed-menu h2 {
  line-height: 76px;
  margin-bottom: 0;
}

#fixed-menu a.btn {
  line-height: 33px;
  border: 0;
  position: fixed;
  z-index: 100;
  padding-left: 30px;
  padding-right: 40px;
  right: 0;
}

body.bottom #gallery-type {
  padding-top: 60px;
}

body.bottom section#fixed-menu {
  position: fixed !important;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 0px solid #eee;
  position: relative;
  z-index: 100 !important;
}

body.bottom section#fixed-menu .container {
  width: 100%;
  max-width: 100%;
}

body.bottom section#fixed-menu h1,body.bottom section#fixed-menu h2 {
  line-height: 75px;
  margin-bottom: 0;
}

body.bottom section#fixed-menu a.btn {
  border: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  padding-top: 20px;
}

@media screen and (max-width: 620px) {
  #fixed-menu .container {
    float: left;
    width: 100%;
  }
}

#logo {
  color: #fff;
  padding: 0;
}

#logo h1,#logo h2,#logo h3,#logo h4 {
  color: #fff;
  background: #c2c2c2;
  display: inline-block;
  padding: 0 30px;
  line-height: 2em;
  margin-top: 0;
}

#logo h1:hover,#logo h2:hover,#logo h3:hover,#logo h4:hover {
  background: #e6e6e6;
}

#logo a {
  color: #fff;
  text-decoration: none;
}

#logo.offcanvas {
  position: absolute;
  z-index: 20;
  margin-top: 4px;
  margin-left: 104px;
}

#logo.offcanvas h1,#logo.offcanvas h2,#logo.offcanvas h3,#logo.offcanvas h4 {
  font-size: 1.6em;
  padding: 14px 30px;
  line-height: 2em;
}

#logo.offcanvas h1:hover,#logo.offcanvas h2:hover,#logo.offcanvas h3:hover,#logo.offcanvas h4:hover {
  background: #e6e6e6;
}

#logo img {
  padding: 15px;
}

.top #logo h1,.top #logo h2,.top #logo h3,.top #logo h4 {
  padding: 8px 30px;
  line-height: 2em;
}

.offcanvas #gallery {
  margin-top: 120px;
}

.offcanvas .fullscreen #gallery {
  margin-top: 0;
}

.offcanvas .gallery-main-title {
  margin: 0;
}

.gallery-main-title {
  margin: 0;
}

.bottom .gallery-main-title {
  margin: 0;
}

.gallery-desc {
  margin: 30px 0;
}

#gallery-type p.gallery-item-date {
  font-style: italic;
  font-size: 90% !important;
  color: #999 !important;
  margin-bottom: 8px !important;
}

#gallery-type p.gallery-item-link a.btn {
  padding: 0 10px !important;
  margin-bottom: 10px;
  border: 1px solid;
  border-color: #000000;
}

#gallery-type p.gallery-item-author {
  font-size: 90% !important;
  color: #999 !important;
  margin-bottom: 0px !important;
}

#gallery-type.featured .cols,#gallery-type.featured-2 .cols {
  float: left;
  margin: 0;
  padding: 0;
}

#gallery-type.featured .inner-container,#gallery-type.featured-2 .inner-container {
  padding-bottom: 0 !important;
}

.bottom #gallery-type.featured .inner-container.leading,.bottom #gallery-type.featured-2 .inner-container.leading {
  padding-top: 0;
}

#display li {
  padding: 10px 0;
}

#display .featured-item {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
}

#display .featured-item img {
  float: right;
  width: 35%;
  margin-left: 30px;
}

@media screen and (max-width: 620px) {
  #display .featured-item img {
    width: 100%;
    margin-bottom: 15px;
  }
}

#display.display-left .featured-item img {
  float: left !important;
  width: 35%;
  margin-right: 30px;
  margin-left: 0;
}

@media screen and (max-width: 620px) {
  #display.display-left .featured-item img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.fullscreen .home #main.container {
  width: 100%;
  max-width: 100%;
}

.fullscreen #gallery {
  padding-top: 0;
}

.fullscreen .icon-left-open,.fullscreen .icon-right-open {
  color: #fff;
  font-size: 1.4em;
  line-height: 28px;
  cursor: pointer;
}

.fullscreen .icon-left-open:hover,.fullscreen .icon-right-open:hover {
  color: #c2c2c2;
}

#gallery-type.fullscreen {
  padding-top: 0 !important;
}

#gallery-type.fullscreen .gallery-title-wrap {
  background: rgba(0,0,0,0.4);
  color: #fff;
  max-width: 400px;
  position: absolute;
  z-index: 11;
  padding: 15px 30px;
  top: 40px;
  margin-left: 45px;
}

#gallery-type.fullscreen .gallery-title-wrap h1 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #gallery-type.fullscreen .gallery-title-wrap {
    display: none;
  }
}

#gallery-type.fullscreen #main.container {
  width: 100% !important;
  max-width: 100% !important;
}

#gallery-type.fullscreen .gallery-title p {
  margin: 0;
}

#gallery-type.fullscreen ul.fullscreen {
  margin: 0;
}

#gallery-type.fullscreen .gallery-title {
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 120px;
  padding: 10px;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#gallery-type.fullscreen .gallery-title.active {
  left: 0;
}

#gallery-type.fullscreen .gallery-title h3 {
  margin-bottom: 0;
  font-size: 1.4em;
  color: #fff !important;
}

#gallery-type.fullscreen .gallery-title a {
  text-decoration: none;
  color: #fff;
}

#slide-nav {
  position: absolute;
  z-index: 10;
  right: 0px;
  top: auto;
  padding: 6px 4px 0;
  height: 40px;
  background: rgba(0,0,0,0.4);
}

#fullscreen {
  margin-bottom: 30px;
}

#fullscreen-thumbs {
  width: 75%;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin: 0 0 0 -37.5%;
  text-align: center;
}

#fullscreen-thumbs li {
  width: 75px;
  display: inline-block;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-bottom: 4px;
}

#fullscreen-thumbs li img {
  padding: 2px 2px 2px 2px !important;
}

#fullscreen-thumbs li.active,#fullscreen-thumbs li:hover {
  background: rgba(0,0,0,0.9);
}

#gallery-type.split {
  padding-top: 0 !important;
}

#gallery-type.split .half {
  float: right;
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 60%;
  overflow: auto;
  background: #fff;
  padding: 40px 30px 30px;
  right: 0px;
  top: 30px;
}

@media screen and (max-width: 787px) {
  #gallery-type.split .half {
    width: 90%;
  }
}

#gallery-type.split .pagination-container {
  clear: both;
}

#gallery-type.split .half-inner {
  float: left;
  width: 100%;
}

#gallery-type.split #gallery {
  margin-top: 0;
}

#gallery-type.split .social-wrap {
  right: auto;
  left: 0;
  z-index: 11;
}

#gallery-type.split .social-wrap span {
  margin-right: 0px !important;
}

#split-holder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  float: left;
}

.backstretch {
  z-index: 0 !important;
}

.top #gallery-type.split .half {
  padding: 100px 30px 30px;
}

.bottom #gallery-type.split .half {
  margin-top: -27px;
}

.split #main.container {
  width: 100%;
  max-width: 100%;
}

.split #gallery {
  padding-top: 0;
}

.split .icon-left-open,.split .icon-right-open {
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
}

.split .icon-left-open:hover,.split .icon-right-open:hover {
  color: #c2c2c2;
}

#gallery-type.parallax #gallery,#gallery-type.featured-2 #gallery {
  padding-top: 0;
}

#gallery-type.parallax #main.container img,#gallery-type.featured-2 #main.container img {
  width: 100%;
}

#gallery-type.parallax .inner-container,#gallery-type.featured-2 .inner-container {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

#gallery-type.parallax .inner-container.leading,#gallery-type.featured-2 .inner-container.leading {
  padding-bottom: 10px;
}

#gallery-type.parallax .featured-description,#gallery-type.featured-2 .featured-description {
  margin-bottom: 60px;
}

#gallery-type.parallax .parallax-image,#gallery-type.featured-2 .parallax-image {
  height: 400px;
  padding: 100px;
  clear: both;
}

#gallery-type.parallax .not-featured,#gallery-type.featured-2 .not-featured {
  padding-bottom: 30px;
}

#gallery-type.parallax .not-featured h3,#gallery-type.featured-2 .not-featured h3 {
  font-size: 1.2em;
}

.offcanvas #gallery-type.parallax #main.container,.offcanvas #gallery-type.featured-2 #main.container,.top #gallery-type.parallax #main.container,.top #gallery-type.featured-2 #main.container,.bottom #gallery-type.parallax #main.container,.bottom #gallery-type.featured-2 #main.container {
  width: 100%;
  max-width: 100%;
}

.bottom #gallery-type.parallax .inner-container.leading {
  padding: 0;
}

.parallax-image {
  height: 200px;
  padding: 50px;
  clear: both;
}

.touch .parallax-image {
  background-attachment: initial !important;
}

.front-masonry {
  float: left;
  width: 100%;
}

.front-masonry div.gallery-item {
  width: 300px;
  float: left;
  background: #333;
}

.front-masonry div.gallery-item.featured {
  width: 400px;
}

.front-masonry div.gallery-item img {
  width: 100%;
}

.front-masonry h2 {
  font-size: 110%;
  padding: 10px;
  margin: 0;
  background: #fafafa;
  color: #333;
}

.masonry .gallery-item {
  width: 230px;
  float: left;
  margin-bottom: 25px !important;
  margin-bottom: 10px;
  padding: 0 !important;
}

@media screen and (max-width: 787px) {
  .masonry .gallery-item {
    width: 100%;
  }
}

.masonry .gallery-item .gallery-item-description,.masonry .gallery-item .gallery-item-title {
  color: #333 !important;
}

.masonry .gallery-item img {
  width: 100% !important;
}

.masonry .gallery-item.featured-item {
  width: 480px;
}

@media screen and (max-width: 787px) {
  .masonry .gallery-item.featured-item {
    width: 100%;
  }
}

.masonry .gallery-item img {
  width: 100%;
}

.masonry h3 {
  font-size: 1em;
}

.masonry.home .gallery-item {
  width: 20%;
}

.masonry.home .gallery-item.featured {
  width: 45%;
}

@media screen and (max-width: 620px) {
  .masonry.home .gallery-item {
    width: 100% !important;
  }
}

#gallery-type.slideshow .events,#gallery-type.featured-slideshow .events {
  list-style: none;
}

#gallery-type.slideshow .callbacks1_container,#gallery-type.featured-slideshow .callbacks1_container {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

#gallery-type.slideshow .callbacks,#gallery-type.featured-slideshow .callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

#gallery-type.slideshow .callbacks li,#gallery-type.featured-slideshow .callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#gallery-type.slideshow .callbacks img,#gallery-type.featured-slideshow .callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

#gallery-type.slideshow .callbacks .caption,#gallery-type.featured-slideshow .callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

#gallery-type.slideshow .callbacks1_nav,#gallery-type.featured-slideshow .callbacks1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
}

#gallery-type.slideshow .callbacks1_nav,#gallery-type.featured-slideshow .callbacks1_nav {
  display: none !important;
}

#gallery-type.slideshow .callbacks1_nav:active,#gallery-type.featured-slideshow .callbacks1_nav:active {
  opacity: 1.0;
}

#gallery-type.slideshow .callbacks1_nav.next,#gallery-type.featured-slideshow .callbacks1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

#gallery-type.slideshow #thumb-pager .rslides_here a,#gallery-type.featured-slideshow #thumb-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#gallery-type.slideshow #thumb-pager a,#gallery-type.featured-slideshow #thumb-pager a {
  padding: 0;
}

#gallery-type.slideshow .gallery-item-description,#gallery-type.featured-slideshow .gallery-item-description {
  position: absolute;
  left: 0px;
  right: 4px;
  z-index: 10;
  bottom: -100px;
  padding: 20px 200px 20px 20px;
  margin-bottom: 0;
  background: #000;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 130%;
  transition: all 0.6s;
}

#gallery-type.slideshow .gallery-item-author,#gallery-type.slideshow .gallery-item-date,#gallery-type.slideshow .download-item,#gallery-type.featured-slideshow .gallery-item-author,#gallery-type.featured-slideshow .gallery-item-date,#gallery-type.featured-slideshow .download-item {
  position: absolute;
  z-index: 10;
  top: 90px;
  right: -100%;
  background: #000;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  transition: all 0.8s;
}

#gallery-type.slideshow .download-item,#gallery-type.featured-slideshow .download-item {
  background: none;
}

#gallery-type.slideshow .callbacks1_on .gallery-item-author,#gallery-type.slideshow .callbacks1_on .gallery-item-date,#gallery-type.slideshow .callbacks1_on .download-item,#gallery-type.featured-slideshow .callbacks1_on .gallery-item-author,#gallery-type.featured-slideshow .callbacks1_on .gallery-item-date,#gallery-type.featured-slideshow .callbacks1_on .download-item {
  right: 0;
}

#gallery-type.slideshow .callbacks1_on .gallery-item-description,#gallery-type.featured-slideshow .callbacks1_on .gallery-item-description {
  bottom: 0px;
  right: 0;
}

#gallery-type.slideshow .callbacks1_on .gallery-item-link,#gallery-type.featured-slideshow .callbacks1_on .gallery-item-link {
  right: 20px;
}

#gallery-type.slideshow .gallery-item-date,#gallery-type.featured-slideshow .gallery-item-date {
  top: 135px;
}

#gallery-type.slideshow .gallery-item-link,#gallery-type.slideshow .download-item,#gallery-type.featured-slideshow .gallery-item-link,#gallery-type.featured-slideshow .download-item {
  right: -100%;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 8px;
  transition: all 1s;
}

#gallery-type.slideshow .download-item,#gallery-type.featured-slideshow .download-item {
  bottom: 100px;
}

@media screen and (max-width: 700px) {
  #gallery-type.slideshow .gallery-item-link,#gallery-type.slideshow .gallery-item-date,#gallery-type.slideshow .gallery-item-author,#gallery-type.slideshow .gallery-item-description,#gallery-type.featured-slideshow .gallery-item-link,#gallery-type.featured-slideshow .gallery-item-date,#gallery-type.featured-slideshow .gallery-item-author,#gallery-type.featured-slideshow .gallery-item-description {
    display: none;
  }

  #gallery-type.slideshow .gallery-item-title,#gallery-type.featured-slideshow .gallery-item-title {
    bottom: 0;
    top: auto;
  }
}

#gallery-type.slideshow p,#gallery-type.slideshow .gallery-item-description,#gallery-type.featured-slideshow p,#gallery-type.featured-slideshow .gallery-item-description {
  margin-bottom: 0;
  font-size: 100%;
}

.extra-featured-slideshow {
  margin-top: 30px;
}

.extra-featured-slideshow h3 {
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0;
}

.extra-featured-slideshow li {
  margin-bottom: 30px;
}

.extra-featured-slideshow p.image-wrap {
  padding: 0 !important;
  margin: 0;
}

#thumb-pager {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  clear: both;
}

#thumb-pager li {
  display: inline-block;
  width: 75px !important;
}

#thumb-pager img {
  float: left;
  width: 75px !important;
}

#slideshow-layout li {
  width: 100%;
}

#gallery-type.marginless .container {
  width: 100%;
  max-width: 100%;
}

#gallery-type.marginless #gallery {
  padding: 4px 0 0 4px;
}

#gallery-type.marginless ul {
  margin-bottom: 30px;
}

#gallery-type.marginless .pagination {
  margin-top: 30px;
}

#gallery-type.marginless .gallery-main-title {
  padding: 20px 20px 0;
  margin-bottom: 8px;
}

#gallery-type.marginless .gallery-desc {
  padding: 0 20px;
}

#gallery-type.marginless .gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 33.33%;
  background: none;
  box-shadow: none;
}

#gallery-type.marginless .gallery-item:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 787px) {
  #gallery-type.marginless .gallery-item {
    width: 50%;
  }

  #gallery-type.marginless .gallery-item:nth-child(2n+1) {
    clear: left;
  }

  #gallery-type.marginless .gallery-item:nth-child(3n+1) {
    clear: none;
  }

  #gallery-type.marginless .gallery-item:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (min-width: 1200px) {
  #gallery-type.marginless .gallery-item {
    width: 25%;
  }

  #gallery-type.marginless .gallery-item:nth-child(3n+1) {
    clear: none;
  }

  #gallery-type.marginless .gallery-item:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 620px) {
  #gallery-type.marginless .gallery-item {
    width: 100%;
  }
}

#gallery-type.marginless .gallery-item p {
  margin-bottom: 0;
}

#gallery-type.marginless .gallery-item img {
  padding: 0 4px 4px 0;
}

#gallery-type.marginless .gallery-item h3,#gallery-type.marginless .gallery-item .gallery-item-description,#gallery-type.marginless .gallery-item .gallery-item-author,#gallery-type.marginless .gallery-item .gallery-item-date,#gallery-type.marginless .gallery-item .gallery-item-link,#gallery-type.marginless .gallery-item .download-item {
  position: absolute;
  top: 0px;
  font-size: 1.2em;
  padding: 20px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 100%;
}

#gallery-type.marginless .gallery-item .gallery-item-description {
  margin-top: 38px;
  font-size: 90%;
  width: 100%;
}

#gallery-type.marginless .gallery-item .download-item {
  top: auto;
  bottom: 20px;
}

#gallery-type.marginless .gallery-item.active img {
  opacity: 0.3;
}

#gallery-type.marginless .gallery-item.active h3,#gallery-type.marginless .gallery-item.active .gallery-item-description,#gallery-type.marginless .gallery-item.active .gallery-item-author,#gallery-type.marginless .gallery-item.active .gallery-item-date,#gallery-type.marginless .gallery-item.active .gallery-item-link,#gallery-type.marginless .gallery-item.active .download-item {
  left: 4px !important;
}

#gallery-type.marginless #bottomwrap,#gallery-type.marginless #footerwrap {
  margin-top: 30px;
}

#gallery-type.marginless #bottomwrap .container,#gallery-type.marginless #footerwrap .container {
  width: 980px;
}

.light #gallery-type.marginless h3,.light #gallery-type.marginless .gallery-item-description {
  color: #333 !important;
}

.light #gallery-type.marginless.active {
  background: #fff !important;
}

.dark #gallery-type.marginless h3,.dark #gallery-type.marginless .gallery-item-description,.background #gallery-type.marginless h3,.background #gallery-type.marginless .gallery-item-description {
  color: #fff !important;
}

.dark #gallery-type.marginless.active,.background #gallery-type.marginless.active {
  background: #333 !important;
}

.offcanvas #gallery {
  margin-top: 75px;
}

.photoset a {
  position: relative;
  z-index: 1;
}

.photoset .title-overlay {
  position: absolute;
  top: 10px;
  z-index: 1;
  background: #222;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 1.2em;
  padding: 8px;
  margin: 0;
}

@media screen and (max-width: 787px) {
  .photoset .photoset-cell {
    width: 100% !important;
    padding: 0 !important;
  }

  .photoset .cols-2 .photoset-cell,.photoset .cols-3 .photoset-cell,.photoset .cols-4 .photoset-cell,.photoset .cols-5 .photoset-cell {
    margin-bottom: 4px !important;
  }
}

#slideshow-layout,#slideshow-featured {
  margin-bottom: 30px !important;
  overflow: hidden;
}

#slideshow-layout li,#slideshow-featured li {
  overflow: hidden;
}

#slideshow-layout li.callbacks1_on h3,#slideshow-featured li.callbacks1_on h3 {
  right: 0;
}

#slideshow-layout h3,#slideshow-featured h3 {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.8);
  left: auto;
  right: -300px;
  width: 300px;
  top: 40px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#home-slideshow-grid h3 {
  font-size: 110%;
  line-height: 150%;
}

#home-slideshow-grid a:hover h3 {
  color: #c2c2c2;
}

#thumb-pager {
  z-index: 100;
}

#home-featured-slideshow.home #thumb-pager {
  margin-bottom: 30px !important;
}

#home-featured-slideshow.home p.image-wrap {
  margin-bottom: 20px !important;
}

#home-fullscreen.home #page-wrap,#home-fullscreen.home #gallery {
  background: none !important;
}

#home-fullscreen.home #gallery-type {
  padding-top: 0;
}

#home-fullscreen.home h2 {
  margin-bottom: 0;
}

#home-fullscreen.home .next {
  right: 0;
}

#home-fullscreen.home .icon-left-open,#home-fullscreen.home .icon-right-open {
  color: #fff;
  font-size: 1.4em;
  line-height: 28px;
  cursor: pointer;
}

#home-fullscreen.home .icon-left-open:hover,#home-fullscreen.home .icon-right-open:hover {
  color: #c2c2c2;
}

#home-fullscreen.home .gallery-title {
  position: absolute;
  z-index: 10;
  right: -100%;
  display: none;
  top: 80px;
  padding: 10px;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#home-fullscreen.home .gallery-title.active {
  right: 0;
  display: block;
}

#home-fullscreen.home .gallery-title h3 {
  margin-bottom: 0;
  font-size: 1.4em;
  color: #fff !important;
}

#home-fullscreen.home .gallery-title a {
  text-decoration: none;
  color: #fff;
}

#home-fullscreen.home #fullscreen {
  margin-bottom: 0;
}

#home-fullscreen.home .container,#home-fullscreen.home #gallery,#home-fullscreen.home #main-content {
  width: 100% !important;
  max-width: 100% !important;
}

#home-fullscreen.home #bottomwrap {
  margin-top: 0;
}

#home-fullscreen.home #bottomwrap .container,#home-fullscreen.home #bottomwrap .container-fix {
  width: 75% !important;
  max-width: 980px !important;
}

#home-fullscreen.home #slide-nav {
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 120px;
  padding: 6px 4px 0;
  height: 40px;
  background: rgba(0,0,0,0.4);
}

#home-fullscreen.home .overlay {
  display: none;
}

#fullscreen.home.top .gallery-title {
  top: 140px !important;
}

#home-marginless.home .container {
  width: 100%;
  max-width: 100%;
}

#home-marginless.home #gallery {
  padding: 4px 0 0 4px;
}

#home-marginless.home .gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 33.33%;
}

#home-marginless.home .gallery-item:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 787px) {
  #home-marginless.home .gallery-item {
    width: 50%;
  }

  #home-marginless.home .gallery-item:nth-child(2n+1) {
    clear: left;
  }

  #home-marginless.home .gallery-item:nth-child(3n+1) {
    clear: none;
  }

  #home-marginless.home .gallery-item:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (min-width: 1200px) {
  #home-marginless.home .gallery-item {
    width: 25%;
  }

  #home-marginless.home .gallery-item:nth-child(3n+1) {
    clear: none;
  }

  #home-marginless.home .gallery-item:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 620px) {
  #home-marginless.home .gallery-item {
    width: 100%;
  }
}

#home-marginless.home .gallery-item img {
  padding: 0 4px 4px 0;
}

#home-marginless.home .gallery-item h2 {
  position: absolute;
  top: 0px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 1.2em;
  right: 4px;
  padding: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: -100%;
}

#home-marginless.home .gallery-item.active h2 {
  right: 4px;
}

#home-marginless.home .gallery-item.active img {
  opacity: 0.3;
}

#home-marginless.home .gallery-item.active h3,#home-marginless.home .gallery-item.active .gallery-item-description {
  left: 4px !important;
}

#home-marginless.home #bottomwrap,#home-marginless.home #footerwrap {
  margin-top: 0;
}

#home-marginless.home #bottomwrap .container,#home-marginless.home #footerwrap .container {
  width: 980px;
}

.bottom #gallery-type.marginless {
  padding-top: 4px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0px;
  margin: 0 auto;
  padding: 4px;
  background: rgba(0,0,0,0.3);
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

@media screen and (max-width: 940px) {
  .mfp-align-top .mfp-content {
    top: 70px;
  }
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1640;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 4px;
  top: 0px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: auto;
  bottom: 20px;
  margin-top: -20px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0);
  background: none;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: 4px;
  position: relative;
  top: 100%;
  left: 0;
  width: 980px;
  max-width: 90%;
  cursor: auto;
  margin: 30px auto;
  padding: 10px 30px 60px;
}

.mfp-bottom-bar h3 {
  color: #fff !important;
  margin-bottom: 8px;
}

.mfp-bottom-bar h3 a {
  float: none !important;
}

.mfp-bottom-bar h3 a:hover {
  color: #c2c2c2 !important;
}

.mfp-bottom-bar h3 span {
  font-size: 90%;
  margin-left: 20px;
}

.mfp-bottom-bar a,.mfp-bottom-bar .fb-like,.mfp-bottom-bar .tweet-this,.mfp-bottom-bar .g-plusone {
  margin-right: 10px;
  float: left !important;
  color: #fff;
  margin-bottom: 10px;
}

.mfp-bottom-bar p {
  color: #fff !important;
  font-style: normal;
}

.mfp-bottom-bar .social-wrap {
  position: absolute;
  top: -100%;
}

.mfp-bottom-bar .fb-like {
  margin-top: 0;
}

.mfp-bottom-bar .lb_link {
  float: right;
  margin-right: -35px;
  margin-top: -10px;
  background: #c2c2c2;
  color: #fff;
  padding: 4px 8px;
  font-style: normal;
  border-radius: 2px;
}

.mfp-bottom-bar .lb_link:hover {
  background: #e6e6e6;
}

.mfp-bottom-bar .lb_meta {
  margin: 10px;
}

.mfp-bottom-bar .lb_meta span {
  margin-right: 10px;
}

.mfp-bottom-bar p {
  margin: 0;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  float: left;
  width: 100%;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

.mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

.pagination {
  padding: 10px;
  clear: both;
  margin-top: 40px;
  display:	none;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline;
}

.pagination ul li a {
  width: 140px;
  display: inline-block;
  margin: 0 4px 10px;
  text-decoration: none;
  padding: 20px;
  line-height: 20px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 0;
  height: auto;
  border: 0;
  border: 1px solid #eee;
}

.pagination ul li a:hover {
  background: #e6e6e6;
  color: #fff;
}

@media screen and (max-width: 620px) {
  .pagination ul li a {
    width: 100%;
    font-size: 90%;
  }
}

.pagination-container {
  clear: both;
}

#socialicons {
  padding: 0;
}

#socialicons a {
  line-height: 40px;
  text-decoration: none;
}

#socialicons.zenleft ul li {
  margin-right: 10px;
}

#socialicons.zencenter ul li {
  border: 0 !important;
  margin: 0 4px;
}

#socialicons.zencenter ul li a:hover,#socialicons.zencenter ul li span:hover {
  color: #e6e6e6;
}

.social-wrap {
  float: right;
  padding: 0 0 20px 20px;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 150px;
  width: 44px;
}

.social-wrap span {
  padding: 10px 6px;
  display: block;
  clear: both;
  float: right;
  width: 44px;
  height: 50px;
  line-height: 30px;
  font-size: 1.3em;
  margin-right: -10px;
  transition: all 0.2s;
}

.social-wrap span.active {
  margin-right: 0px;
  padding: 10px;
}

.social-wrap .icon-facebook {
  background: #3b5998;
  color: #fff;
}

.social-wrap .icon-pinterest {
  background: #cb2027;
  color: #fff;
}

.social-wrap .icon-twitter {
  background: #00aced;
  color: #fff;
}

.social-wrap .icon-googleplus {
  background: #d34836;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .social-wrap {
    float: left;
    padding: 0;
  }

  .twitter-share-button,.fb-like {
    float: left;
    margin-left: 0px;
  }

  .gallery-desc {
    width: 100%;
    clear: both;
    padding-top: 20px;
  }
}

#disqus_thread .share {
  display: none !important;
}

.btn,input.btn.btn-primary {
  text-decoration: none;
  padding: 18px 24px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 0;
  height: auto;
  border: 0;
  color: #000000 !important;
  line-height: 33px !important;
}

.btn:hover,input.btn.btn-primary:hover {
  background: #c2c2c2 !important;
  color: #fff;
}

.btn:hover,input.btn.btn-primary:hover {
  background: #c2c2c2;
  color: #fff;
}

a {
  text-decoration: none;
}

a h1,a h2,a h3,a h4,a h5,a h6 {
  border: 0;
}

.image-rounded .gallery-item img,.image-rounded .photoset img {
  border-radius: 4px;
}

.image-border .gallery-item img,.image-border .photoset img {
  padding: 4px;
  border: 1px solid #eee;
}

.image-shadow .gallery-item img,.image-shadow .photoset img {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  padding: 4px;
}

.image-shadow #slideshow-layout .gallery-item-title,.image-shadow #slideshow-layout .gallery-item-description,.image-shadow #slideshow-featured .gallery-item-title,.image-shadow #slideshow-featured .gallery-item-description {
  margin-left: 4px;
  margin-bottom: 34px !important;
}

.image-border #slideshow-layout .gallery-item-title,.image-border #slideshow-layout .gallery-item-description,.image-border #slideshow-featured .gallery-item-title,.image-border #slideshow-featured .gallery-item-description {
  margin-left: 4px !important;
  margin-bottom: 4px !important;
}

@media screen and (max-width: 620px) {
  #logo h1,#logo h2,#logo h3,#logo h4,#logo h5,#logo h6,#logo p {
    font-size: 130%;
  }

  #fixed-menu,#fixed-menu .span_8 {
    min-height: 50px;
  }

  body.bottom section#fixed-menu h1,body.bottom section#fixed-menu h2 {
    line-height: 50px;
  }

  #menu-button {
    padding: 7px 20px 6px !important;
  }

  #gallery-list ul.menu {
    margin-bottom: 0 !important;
  }

  #gallery-list ul.menu li {
    padding: 12px !important;
    font-size: 110%;
  }

  #gallery-list .moduletable {
    padding: 20 0 !important;
  }

  .social-wrap {
    top: 52px;
  }

  .social-wrap span {
    padding: 8px;
    display: block;
    clear: both;
    float: right;
    width: 40px;
    height: 38px;
    line-height: 22px;
    font-size: 1.1em;
    transition: all 0.2s;
  }

  #gallery-type.fullscreen .gallery-title {
    display: none;
  }

  #gallery-type.fullscreen #fullscreen-thumbs {
    left: 10px;
    margin: 30px 0 0 0 !important;
    width: 80%;
    text-align: left;
  }

  #gallery-type.fullscreen #fullscreen-thumbs li {
    width: 40px;
  }

  #gallery-type.fullscreen #slide-nav {
    display: none;
  }
}

#bottomwrap {
  margin-top: 40px;
  float: left;
  width: 100%;
  clear: both;
  border-top: 2px solid;
  border-color: #e6e6e6;
  padding: 20px;
}

#bottomwrap .container {
  width: 100%;
}

#bottomwrap ul li {
  list-style-type: none;
  padding: 4px 0;
}

#bottomwrap h3 {
  font-weight: bold;
}

#bottomwrap .moduletable {
  padding-right: 30px;
  margin-bottom: 30px;
}

#footerwrap {
  clear: both;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.bottom #footerwrap {
  padding-bottom: 100px;
}

html.light,html.light body {
  background: #f9f9f9;
}

html.light body#home-fullscreen.home #page-wrap,html.light body#home-fullscreen.home #gallery {
  background: none !important;
}

html.light body {
  color: #333;
}

html.light body #page-wrap {
  background: #f9f9f9;
}

html.light body p {
  color: #333;
}

html.light body h1,html.light body h2,html.light body h3,html.light body h4,html.light body h5,html.light body h6 {
  color: #333;
}

html.light body .off-canvas-content p,html.light body .off-canvas-content h1,html.light body .off-canvas-content h2,html.light body .off-canvas-content h3,html.light body .off-canvas-content h4,html.light body .off-canvas-content h5,html.light body .off-canvas-content h6 {
  color: #fff;
}

html.light body #gallery ul.grid-1 li,html.light body #gallery ul.grid-2 li,html.light body #gallery ul.grid-3 li,html.light body #gallery ul.grid-4 li,html.light body #gallery #home-grid li {
  margin-bottom: 30px;
}

html.light body #gallery ul.grid-1 li .gallery-item-description,html.light body #gallery ul.grid-1 li .gallery-item-title,html.light body #gallery ul.grid-1 li p,html.light body #gallery ul.grid-2 li .gallery-item-description,html.light body #gallery ul.grid-2 li .gallery-item-title,html.light body #gallery ul.grid-2 li p,html.light body #gallery ul.grid-3 li .gallery-item-description,html.light body #gallery ul.grid-3 li .gallery-item-title,html.light body #gallery ul.grid-3 li p,html.light body #gallery ul.grid-4 li .gallery-item-description,html.light body #gallery ul.grid-4 li .gallery-item-title,html.light body #gallery ul.grid-4 li p,html.light body #gallery #home-grid li .gallery-item-description,html.light body #gallery #home-grid li .gallery-item-title,html.light body #gallery #home-grid li p {
  padding: 0;
}

html.light body #gallery ul.grid-1 li h1,html.light body #gallery ul.grid-1 li h2,html.light body #gallery ul.grid-1 li h3,html.light body #gallery ul.grid-1 li h4,html.light body #gallery ul.grid-1 li h5,html.light body #gallery ul.grid-1 li h6,html.light body #gallery ul.grid-1 li p,html.light body #gallery ul.grid-2 li h1,html.light body #gallery ul.grid-2 li h2,html.light body #gallery ul.grid-2 li h3,html.light body #gallery ul.grid-2 li h4,html.light body #gallery ul.grid-2 li h5,html.light body #gallery ul.grid-2 li h6,html.light body #gallery ul.grid-2 li p,html.light body #gallery ul.grid-3 li h1,html.light body #gallery ul.grid-3 li h2,html.light body #gallery ul.grid-3 li h3,html.light body #gallery ul.grid-3 li h4,html.light body #gallery ul.grid-3 li h5,html.light body #gallery ul.grid-3 li h6,html.light body #gallery ul.grid-3 li p,html.light body #gallery ul.grid-4 li h1,html.light body #gallery ul.grid-4 li h2,html.light body #gallery ul.grid-4 li h3,html.light body #gallery ul.grid-4 li h4,html.light body #gallery ul.grid-4 li h5,html.light body #gallery ul.grid-4 li h6,html.light body #gallery ul.grid-4 li p,html.light body #gallery #home-grid li h1,html.light body #gallery #home-grid li h2,html.light body #gallery #home-grid li h3,html.light body #gallery #home-grid li h4,html.light body #gallery #home-grid li h5,html.light body #gallery #home-grid li h6,html.light body #gallery #home-grid li p {
  color: #333 !important;
}

html.light body #gallery ul.grid-1 li p.image-wrap,html.light body #gallery ul.grid-2 li p.image-wrap,html.light body #gallery ul.grid-3 li p.image-wrap,html.light body #gallery ul.grid-4 li p.image-wrap,html.light body #gallery #home-grid li p.image-wrap {
  padding: 0;
}

html.light body #footerwrap,html.light body #bottomwrap {
  border-top: 1px solid #eee !important;
  padding-top: 40px;
}

html.light body #footerwrap .container h1,html.light body #footerwrap .container h2,html.light body #footerwrap .container h3,html.light body #footerwrap .container h4,html.light body #footerwrap .container h5,html.light body #footerwrap .container h6,html.light body #footerwrap .container p,html.light body #bottomwrap .container h1,html.light body #bottomwrap .container h2,html.light body #bottomwrap .container h3,html.light body #bottomwrap .container h4,html.light body #bottomwrap .container h5,html.light body #bottomwrap .container h6,html.light body #bottomwrap .container p {
  color: #999;
}

html.light.style-boxed #gallery ul.grid-1 li,html.light.style-boxed #gallery ul.grid-2 li,html.light.style-boxed #gallery ul.grid-3 li,html.light.style-boxed #gallery ul.grid-4 li,html.light.style-boxed #gallery #home-grid li {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
  padding: 0 0 10px 0 !important;
}

html.light.style-boxed #gallery ul.grid-1 li .gallery-item-description,html.light.style-boxed #gallery ul.grid-1 li .gallery-item-title,html.light.style-boxed #gallery ul.grid-1 li p,html.light.style-boxed #gallery ul.grid-2 li .gallery-item-description,html.light.style-boxed #gallery ul.grid-2 li .gallery-item-title,html.light.style-boxed #gallery ul.grid-2 li p,html.light.style-boxed #gallery ul.grid-3 li .gallery-item-description,html.light.style-boxed #gallery ul.grid-3 li .gallery-item-title,html.light.style-boxed #gallery ul.grid-3 li p,html.light.style-boxed #gallery ul.grid-4 li .gallery-item-description,html.light.style-boxed #gallery ul.grid-4 li .gallery-item-title,html.light.style-boxed #gallery ul.grid-4 li p,html.light.style-boxed #gallery #home-grid li .gallery-item-description,html.light.style-boxed #gallery #home-grid li .gallery-item-title,html.light.style-boxed #gallery #home-grid li p {
  padding: 0 20px;
}

html.light.style-boxed .featured-2 .not-featured,html.light.style-boxed .featured .gallery-item,html.light.style-boxed #parallax .not-featured,html.light.style-boxed .extra-featured-slideshow li,html.light.style-boxed #display .gallery-item,html.light.style-boxed #blank li,html.light.style-boxed #home-slideshow-grid li {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
  padding: 0 0 10px 0;
}

html.light.style-boxed .featured-2 .not-featured .gallery-item-description,html.light.style-boxed .featured-2 .not-featured .gallery-item-title,html.light.style-boxed .featured-2 .not-featured p,html.light.style-boxed .featured-2 .not-featured h1,html.light.style-boxed .featured-2 .not-featured h2,html.light.style-boxed .featured-2 .not-featured h3,html.light.style-boxed .featured-2 .not-featured h4,html.light.style-boxed .featured .gallery-item .gallery-item-description,html.light.style-boxed .featured .gallery-item .gallery-item-title,html.light.style-boxed .featured .gallery-item p,html.light.style-boxed .featured .gallery-item h1,html.light.style-boxed .featured .gallery-item h2,html.light.style-boxed .featured .gallery-item h3,html.light.style-boxed .featured .gallery-item h4,html.light.style-boxed #parallax .not-featured .gallery-item-description,html.light.style-boxed #parallax .not-featured .gallery-item-title,html.light.style-boxed #parallax .not-featured p,html.light.style-boxed #parallax .not-featured h1,html.light.style-boxed #parallax .not-featured h2,html.light.style-boxed #parallax .not-featured h3,html.light.style-boxed #parallax .not-featured h4,html.light.style-boxed .extra-featured-slideshow li .gallery-item-description,html.light.style-boxed .extra-featured-slideshow li .gallery-item-title,html.light.style-boxed .extra-featured-slideshow li p,html.light.style-boxed .extra-featured-slideshow li h1,html.light.style-boxed .extra-featured-slideshow li h2,html.light.style-boxed .extra-featured-slideshow li h3,html.light.style-boxed .extra-featured-slideshow li h4,html.light.style-boxed #display .gallery-item .gallery-item-description,html.light.style-boxed #display .gallery-item .gallery-item-title,html.light.style-boxed #display .gallery-item p,html.light.style-boxed #display .gallery-item h1,html.light.style-boxed #display .gallery-item h2,html.light.style-boxed #display .gallery-item h3,html.light.style-boxed #display .gallery-item h4,html.light.style-boxed #blank li .gallery-item-description,html.light.style-boxed #blank li .gallery-item-title,html.light.style-boxed #blank li p,html.light.style-boxed #blank li h1,html.light.style-boxed #blank li h2,html.light.style-boxed #blank li h3,html.light.style-boxed #blank li h4,html.light.style-boxed #home-slideshow-grid li .gallery-item-description,html.light.style-boxed #home-slideshow-grid li .gallery-item-title,html.light.style-boxed #home-slideshow-grid li p,html.light.style-boxed #home-slideshow-grid li h1,html.light.style-boxed #home-slideshow-grid li h2,html.light.style-boxed #home-slideshow-grid li h3,html.light.style-boxed #home-slideshow-grid li h4 {
  padding: 0 20px;
}

html.light.style-boxed .featured-2 .not-featured p.image-wrap,html.light.style-boxed .featured .gallery-item p.image-wrap,html.light.style-boxed #parallax .not-featured p.image-wrap,html.light.style-boxed .extra-featured-slideshow li p.image-wrap,html.light.style-boxed #display .gallery-item p.image-wrap,html.light.style-boxed #blank li p.image-wrap,html.light.style-boxed #home-slideshow-grid li p.image-wrap {
  padding: 0;
}

html.light.style-boxed .featured-2 .not-featured .image-wrap,html.light.style-boxed .featured .gallery-item .image-wrap,html.light.style-boxed #parallax .not-featured .image-wrap,html.light.style-boxed .extra-featured-slideshow li .image-wrap,html.light.style-boxed #display .gallery-item .image-wrap,html.light.style-boxed #blank li .image-wrap,html.light.style-boxed #home-slideshow-grid li .image-wrap {
  margin-bottom: 0;
}

html.light.style-boxed .featured-2 .not-featured .featured-item .image-wrap,html.light.style-boxed .featured .gallery-item .featured-item .image-wrap,html.light.style-boxed #parallax .not-featured .featured-item .image-wrap,html.light.style-boxed .extra-featured-slideshow li .featured-item .image-wrap,html.light.style-boxed #display .gallery-item .featured-item .image-wrap,html.light.style-boxed #blank li .featured-item .image-wrap,html.light.style-boxed #home-slideshow-grid li .featured-item .image-wrap {
  margin-bottom: 20px !important;
}

html.light.style-boxed .featured-2 .not-featured .col,html.light.style-boxed .featured .gallery-item .col,html.light.style-boxed #parallax .not-featured .col,html.light.style-boxed .extra-featured-slideshow li .col,html.light.style-boxed #display .gallery-item .col,html.light.style-boxed #blank li .col,html.light.style-boxed #home-slideshow-grid li .col {
  padding-bottom: 0 !important;
}

html.light.style-boxed #gallery-type.featured .gallery-item {
  padding-bottom: 0;
}

html.light.style-boxed #gallery-type.featured .featured-item {
  padding-bottom: 20px;
}

html.light.style-boxed #gallery-type.featured .featured-item .image-wrap {
  margin-bottom: 20px;
}

html.light.style-boxed #gallery-type.featured-2 .not-featured {
  margin-bottom: 30px;
}

html.light.style-boxed #gallery-type.featured-2 .not-featured .image-wrap {
  margin-bottom: 20px;
}

html.light.style-boxed #parallax .not-featured p.image-wrap {
  margin-bottom: 20px;
}

html.light.style-boxed .masonry li.gallery-item {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
}

html.light.style-boxed .masonry li.gallery-item .gallery-item-description,html.light.style-boxed .masonry li.gallery-item .gallery-item-title,html.light.style-boxed .masonry li.gallery-item p {
  color: #333 !important;
  padding: 0 20px;
}

html.light.style-boxed .masonry li.gallery-item p.image-wrap {
  padding: 0;
}

html.light.style-boxed .photoset,html.light.style-boxed #slideshow-layout li,html.light.style-boxed #slideshow-featured li {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
  padding: 4px;
}

html.light.style-boxed #slideshow-layout p,html.light.style-boxed #slideshow-layout h3,html.light.style-boxed #slideshow-featured p,html.light.style-boxed #slideshow-featured h3 {
  margin-left: 4px;
}

html.light.style-boxed #slideshow-layout .callbacks1_on .gallery-item-description,html.light.style-boxed #slideshow-featured .callbacks1_on .gallery-item-description {
  bottom: 4px;
  right: 4px;
}

html.light.style-boxed #slideshow-layout .callbacks1_on .gallery-item-author,html.light.style-boxed #slideshow-layout .callbacks1_on .gallery-item-date,html.light.style-boxed #slideshow-featured .callbacks1_on .gallery-item-author,html.light.style-boxed #slideshow-featured .callbacks1_on .gallery-item-date {
  right: 4px;
}

html.light.style-boxed #slideshow-layout .callbacks1_on .gallery-item-link,html.light.style-boxed #slideshow-featured .callbacks1_on .gallery-item-link {
  right: 20px;
}

html.light.style-boxed #slideshow-layout .callbacks1_on h3,html.light.style-boxed #slideshow-featured .callbacks1_on h3 {
  right: 4px;
}

html.light.style-boxed #slideshow-layout .gallery-item-title,html.light.style-boxed #slideshow-featured .gallery-item-title {
  margin-right: 4px;
}

html.light.style-boxed #slideshow-layout p.image-wrap,html.light.style-boxed #slideshow-featured p.image-wrap {
  margin-left: 0;
}

@media screen and (max-width: 700px) {
  html.light.style-boxed #slideshow-layout .gallery-item-title,html.light.style-boxed #slideshow-featured .gallery-item-title {
    left: 0 !important;
    right: 4px !important;
  }
}

html.light.style-boxed #slideshow-featured .callbacks1_on h3 {
  margin-right: 4px;
}

html.light.style-boxed .callbacks1_container {
  margin-bottom: 0 !important;
}

html.light.style-boxed .extra-featured-slideshow p.image-wrap {
  margin-bottom: 20px !important;
}

html.light.style-boxed #display .gallery-item {
  padding-bottom: 0;
}

html.light.style-boxed #display .gallery-item.featured-item {
  padding: 20px;
}

html.light.style-boxed #display .gallery-item.featured-item p,html.light.style-boxed #display .gallery-item.featured-item h3 {
  padding: 0;
}

html.light.style-boxed #gallery-type.marginless .gallery-item {
  padding: 0 !important;
  box-shadow: none !important;
}

html.light.style-boxed #blank li p.image-wrap {
  margin-bottom: 20px;
}

html.light body#home-fullscreen.home #page-wrap,html.light body#home-fullscreen.home #gallery {
  background: none !important;
}

html.dark {
  background: #212121;
  color: #eee;
}

html.dark #page-wrap {
  background: #212121;
}

html.dark.split-screen #page-wrap {
  background: none !important;
}

html.dark p {
  color: #eee;
}

html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6 {
  color: #fff;
}

html.dark .off-canvas-content p,html.dark .off-canvas-content h1,html.dark .off-canvas-content h2,html.dark .off-canvas-content h3,html.dark .off-canvas-content h4,html.dark .off-canvas-content h5,html.dark .off-canvas-content h6 {
  color: #fff;
}

html.dark #gallery ul.grid-1 li .gallery-item-description,html.dark #gallery ul.grid-1 li .gallery-item-title,html.dark #gallery ul.grid-1 li p,html.dark #gallery ul.grid-2 li .gallery-item-description,html.dark #gallery ul.grid-2 li .gallery-item-title,html.dark #gallery ul.grid-2 li p,html.dark #gallery ul.grid-3 li .gallery-item-description,html.dark #gallery ul.grid-3 li .gallery-item-title,html.dark #gallery ul.grid-3 li p,html.dark #gallery ul.grid-4 li .gallery-item-description,html.dark #gallery ul.grid-4 li .gallery-item-title,html.dark #gallery ul.grid-4 li p,html.dark #gallery #home-grid li .gallery-item-description,html.dark #gallery #home-grid li .gallery-item-title,html.dark #gallery #home-grid li p {
  padding: 0;
}

html.dark #gallery ul.grid-1 li h1,html.dark #gallery ul.grid-1 li h2,html.dark #gallery ul.grid-1 li h3,html.dark #gallery ul.grid-1 li h4,html.dark #gallery ul.grid-1 li h5,html.dark #gallery ul.grid-1 li h6,html.dark #gallery ul.grid-1 li p,html.dark #gallery ul.grid-2 li h1,html.dark #gallery ul.grid-2 li h2,html.dark #gallery ul.grid-2 li h3,html.dark #gallery ul.grid-2 li h4,html.dark #gallery ul.grid-2 li h5,html.dark #gallery ul.grid-2 li h6,html.dark #gallery ul.grid-2 li p,html.dark #gallery ul.grid-3 li h1,html.dark #gallery ul.grid-3 li h2,html.dark #gallery ul.grid-3 li h3,html.dark #gallery ul.grid-3 li h4,html.dark #gallery ul.grid-3 li h5,html.dark #gallery ul.grid-3 li h6,html.dark #gallery ul.grid-3 li p,html.dark #gallery ul.grid-4 li h1,html.dark #gallery ul.grid-4 li h2,html.dark #gallery ul.grid-4 li h3,html.dark #gallery ul.grid-4 li h4,html.dark #gallery ul.grid-4 li h5,html.dark #gallery ul.grid-4 li h6,html.dark #gallery ul.grid-4 li p,html.dark #gallery #home-grid li h1,html.dark #gallery #home-grid li h2,html.dark #gallery #home-grid li h3,html.dark #gallery #home-grid li h4,html.dark #gallery #home-grid li h5,html.dark #gallery #home-grid li h6,html.dark #gallery #home-grid li p {
  color: #fff !important;
}

html.dark .masonry li.gallery-item * {
  color: #fff;
}

html.dark .masonry li.gallery-item .gallery-item-description,html.dark .masonry li.gallery-item .gallery-item-title {
  color: #333 !important;
}

html.dark #gallery-type.display .featured-item {
  border-top: 1px solid #3b3b3b;
}

html.dark #footerwrap,html.dark #bottomwrap {
  border-top: 1px solid #3b3b3b !important;
  padding-top: 40px;
}

html.dark #footerwrap .container h1,html.dark #footerwrap .container h2,html.dark #footerwrap .container h3,html.dark #footerwrap .container h4,html.dark #footerwrap .container h5,html.dark #footerwrap .container h6,html.dark #footerwrap .container p,html.dark #bottomwrap .container h1,html.dark #bottomwrap .container h2,html.dark #bottomwrap .container h3,html.dark #bottomwrap .container h4,html.dark #bottomwrap .container h5,html.dark #bottomwrap .container h6,html.dark #bottomwrap .container p {
  color: #999;
}

html.dark #gallery-type.split .half {
  background: #212121;
}

html.dark .pagination a {
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 0;
  height: auto;
  border: 0;
  background: #e6e6e6 !important;
  color: #fff !important;
  line-height: 34px !important;
  border-color: #999;
  color: #fff;
}

html.dark .pagination a:hover {
  background: #c2c2c2 !important;
  color: #fff;
}

html.dark .pagination a:hover {
  background: #c2c2c2;
  color: #fff;
}

html.dark .pagination a:hover {
  border-color: #212121;
}

html.dark.style-boxed #gallery ul.grid-1 li,html.dark.style-boxed #gallery ul.grid-2 li,html.dark.style-boxed #gallery ul.grid-3 li,html.dark.style-boxed #gallery ul.grid-4 li,html.dark.style-boxed #gallery #home-grid li {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  padding: 20px;
  background: #1f1f1f;
  margin-bottom: 30px;
  background: #242424;
  padding: 0 0 10px 0 !important;
}

html.dark.style-boxed #gallery ul.grid-1 li .gallery-item-description,html.dark.style-boxed #gallery ul.grid-1 li .gallery-item-title,html.dark.style-boxed #gallery ul.grid-1 li p,html.dark.style-boxed #gallery ul.grid-2 li .gallery-item-description,html.dark.style-boxed #gallery ul.grid-2 li .gallery-item-title,html.dark.style-boxed #gallery ul.grid-2 li p,html.dark.style-boxed #gallery ul.grid-3 li .gallery-item-description,html.dark.style-boxed #gallery ul.grid-3 li .gallery-item-title,html.dark.style-boxed #gallery ul.grid-3 li p,html.dark.style-boxed #gallery ul.grid-4 li .gallery-item-description,html.dark.style-boxed #gallery ul.grid-4 li .gallery-item-title,html.dark.style-boxed #gallery ul.grid-4 li p,html.dark.style-boxed #gallery #home-grid li .gallery-item-description,html.dark.style-boxed #gallery #home-grid li .gallery-item-title,html.dark.style-boxed #gallery #home-grid li p {
  padding: 0 20px;
}

html.dark.style-boxed #gallery ul.grid-1 li p.image-wrap,html.dark.style-boxed #gallery ul.grid-2 li p.image-wrap,html.dark.style-boxed #gallery ul.grid-3 li p.image-wrap,html.dark.style-boxed #gallery ul.grid-4 li p.image-wrap,html.dark.style-boxed #gallery #home-grid li p.image-wrap {
  padding: 0;
}

html.dark.style-boxed .featured-2 .not-featured,html.dark.style-boxed .featured .gallery-item,html.dark.style-boxed #parallax .not-featured,html.dark.style-boxed .extra-featured-slideshow li,html.dark.style-boxed #display .gallery-item,html.dark.style-boxed #blank li,html.dark.style-boxed #home-slideshow-grid li {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  padding: 20px;
  background: #1f1f1f;
  margin-bottom: 30px;
  background: #242424;
  padding: 0 0 10px 0;
}

html.dark.style-boxed .featured-2 .not-featured .gallery-item-description,html.dark.style-boxed .featured-2 .not-featured .gallery-item-title,html.dark.style-boxed .featured-2 .not-featured p,html.dark.style-boxed .featured-2 .not-featured h1,html.dark.style-boxed .featured-2 .not-featured h2,html.dark.style-boxed .featured-2 .not-featured h3,html.dark.style-boxed .featured-2 .not-featured h4,html.dark.style-boxed .featured .gallery-item .gallery-item-description,html.dark.style-boxed .featured .gallery-item .gallery-item-title,html.dark.style-boxed .featured .gallery-item p,html.dark.style-boxed .featured .gallery-item h1,html.dark.style-boxed .featured .gallery-item h2,html.dark.style-boxed .featured .gallery-item h3,html.dark.style-boxed .featured .gallery-item h4,html.dark.style-boxed #parallax .not-featured .gallery-item-description,html.dark.style-boxed #parallax .not-featured .gallery-item-title,html.dark.style-boxed #parallax .not-featured p,html.dark.style-boxed #parallax .not-featured h1,html.dark.style-boxed #parallax .not-featured h2,html.dark.style-boxed #parallax .not-featured h3,html.dark.style-boxed #parallax .not-featured h4,html.dark.style-boxed .extra-featured-slideshow li .gallery-item-description,html.dark.style-boxed .extra-featured-slideshow li .gallery-item-title,html.dark.style-boxed .extra-featured-slideshow li p,html.dark.style-boxed .extra-featured-slideshow li h1,html.dark.style-boxed .extra-featured-slideshow li h2,html.dark.style-boxed .extra-featured-slideshow li h3,html.dark.style-boxed .extra-featured-slideshow li h4,html.dark.style-boxed #display .gallery-item .gallery-item-description,html.dark.style-boxed #display .gallery-item .gallery-item-title,html.dark.style-boxed #display .gallery-item p,html.dark.style-boxed #display .gallery-item h1,html.dark.style-boxed #display .gallery-item h2,html.dark.style-boxed #display .gallery-item h3,html.dark.style-boxed #display .gallery-item h4,html.dark.style-boxed #blank li .gallery-item-description,html.dark.style-boxed #blank li .gallery-item-title,html.dark.style-boxed #blank li p,html.dark.style-boxed #blank li h1,html.dark.style-boxed #blank li h2,html.dark.style-boxed #blank li h3,html.dark.style-boxed #blank li h4,html.dark.style-boxed #home-slideshow-grid li .gallery-item-description,html.dark.style-boxed #home-slideshow-grid li .gallery-item-title,html.dark.style-boxed #home-slideshow-grid li p,html.dark.style-boxed #home-slideshow-grid li h1,html.dark.style-boxed #home-slideshow-grid li h2,html.dark.style-boxed #home-slideshow-grid li h3,html.dark.style-boxed #home-slideshow-grid li h4 {
  padding: 0 20px;
}

html.dark.style-boxed .featured-2 .not-featured p.image-wrap,html.dark.style-boxed .featured .gallery-item p.image-wrap,html.dark.style-boxed #parallax .not-featured p.image-wrap,html.dark.style-boxed .extra-featured-slideshow li p.image-wrap,html.dark.style-boxed #display .gallery-item p.image-wrap,html.dark.style-boxed #blank li p.image-wrap,html.dark.style-boxed #home-slideshow-grid li p.image-wrap {
  padding: 0;
}

html.dark.style-boxed .featured-2 .not-featured .image-wrap,html.dark.style-boxed .featured .gallery-item .image-wrap,html.dark.style-boxed #parallax .not-featured .image-wrap,html.dark.style-boxed .extra-featured-slideshow li .image-wrap,html.dark.style-boxed #display .gallery-item .image-wrap,html.dark.style-boxed #blank li .image-wrap,html.dark.style-boxed #home-slideshow-grid li .image-wrap {
  margin-bottom: 0;
}

html.dark.style-boxed .featured-2 .not-featured .featured-item .image-wrap,html.dark.style-boxed .featured .gallery-item .featured-item .image-wrap,html.dark.style-boxed #parallax .not-featured .featured-item .image-wrap,html.dark.style-boxed .extra-featured-slideshow li .featured-item .image-wrap,html.dark.style-boxed #display .gallery-item .featured-item .image-wrap,html.dark.style-boxed #blank li .featured-item .image-wrap,html.dark.style-boxed #home-slideshow-grid li .featured-item .image-wrap {
  margin-bottom: 20px !important;
}

html.dark.style-boxed .featured-2 .not-featured .col,html.dark.style-boxed .featured .gallery-item .col,html.dark.style-boxed #parallax .not-featured .col,html.dark.style-boxed .extra-featured-slideshow li .col,html.dark.style-boxed #display .gallery-item .col,html.dark.style-boxed #blank li .col,html.dark.style-boxed #home-slideshow-grid li .col {
  padding-bottom: 0 !important;
}

html.dark.style-boxed #gallery-type.featured .gallery-item {
  padding-bottom: 0;
}

html.dark.style-boxed #gallery-type.featured .featured-item {
  padding-bottom: 20px;
}

html.dark.style-boxed #gallery-type.featured .featured-item .image-wrap {
  margin-bottom: 20px;
}

html.dark.style-boxed #gallery-type.featured-2 .not-featured {
  margin-bottom: 30px;
}

html.dark.style-boxed #gallery-type.featured-2 .not-featured .image-wrap {
  margin-bottom: 20px;
}

html.dark.style-boxed #parallax .not-featured p.image-wrap {
  margin-bottom: 20px;
}

html.dark.style-boxed .masonry li.gallery-item {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  padding: 20px;
  background: #1f1f1f;
  margin-bottom: 30px;
  background: #242424;
}

html.dark.style-boxed .masonry li.gallery-item .gallery-item-description,html.dark.style-boxed .masonry li.gallery-item .gallery-item-title,html.dark.style-boxed .masonry li.gallery-item p {
  color: #333 !important;
  padding: 0 20px;
}

html.dark.style-boxed .masonry li.gallery-item p.image-wrap {
  padding: 0;
}

html.dark.style-boxed .photoset,html.dark.style-boxed #slideshow-layout li,html.dark.style-boxed #slideshow-featured li {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  padding: 20px;
  background: #1f1f1f;
  margin-bottom: 30px;
  background: #242424;
  padding: 4px;
}

html.dark.style-boxed #slideshow-layout p,html.dark.style-boxed #slideshow-layout h3,html.dark.style-boxed #slideshow-featured p,html.dark.style-boxed #slideshow-featured h3 {
  margin-left: 4px;
}

html.dark.style-boxed #slideshow-layout p.image-wrap,html.dark.style-boxed #slideshow-featured p.image-wrap {
  margin-left: 0;
}

html.dark.style-boxed #slideshow-layout .callbacks1_on .gallery-item-description,html.dark.style-boxed #slideshow-featured .callbacks1_on .gallery-item-description {
  bottom: 4px;
  right: 4px;
}

html.dark.style-boxed #slideshow-layout .callbacks1_on .gallery-item-author,html.dark.style-boxed #slideshow-layout .callbacks1_on .gallery-item-date,html.dark.style-boxed #slideshow-featured .callbacks1_on .gallery-item-author,html.dark.style-boxed #slideshow-featured .callbacks1_on .gallery-item-date {
  right: 4px;
}

html.dark.style-boxed #slideshow-layout .callbacks1_on .gallery-item-link,html.dark.style-boxed #slideshow-featured .callbacks1_on .gallery-item-link {
  right: 20px;
}

html.dark.style-boxed #slideshow-featured .gallery-item-title {
  margin-right: 4px;
}

html.dark.style-boxed .callbacks1_container {
  margin-bottom: 0 !important;
}

html.dark.style-boxed .extra-featured-slideshow p.image-wrap {
  margin-bottom: 20px !important;
}

html.dark.style-boxed #display .gallery-item {
  padding-bottom: 0;
}

html.dark.style-boxed #display .gallery-item.featured-item {
  padding: 20px;
}

html.dark.style-boxed #display .gallery-item.featured-item p,html.dark.style-boxed #display .gallery-item.featured-item h3 {
  padding: 0;
}

html.dark.style-boxed #gallery-type.marginless p.image-wrap {
  padding: 0;
}

html.dark.style-boxed #gallery-type.marginless .gallery-item {
  padding: 0 !important;
  box-shadow: none !important;
}

html.dark.style-boxed #blank li p.image-wrap {
  margin-bottom: 20px;
}

.background {
  background: #121212;
  color: #eee;
}

.background #page-wrap {
  background: none;
}

.background.split-screen body {
  color: #333 !important;
}

.background p {
  color: #eee;
}

.background h1,.background h2,.background h3,.background h4,.background h5,.background h6,.background .page-header a {
  color: #fff;
}

.background .off-canvas-content p,.background .off-canvas-content h1,.background .off-canvas-content h2,.background .off-canvas-content h3,.background .off-canvas-content h4,.background .off-canvas-content h5,.background .off-canvas-content h6 {
  color: #fff;
}

.background #gallery ul.grid-1 p,.background #gallery ul.grid-1 h3,.background #gallery ul.grid-2 p,.background #gallery ul.grid-2 h3,.background #gallery ul.grid-3 p,.background #gallery ul.grid-3 h3,.background #gallery ul.grid-4 p,.background #gallery ul.grid-4 h3,.background #gallery #home-grid p,.background #gallery #home-grid h3 {
  padding: 0;
}

.background .masonry .gallery-item .gallery-item-description,.background .masonry .gallery-item .gallery-item-title,.background .masonry .gallery-item p {
  color: #fff !important;
  padding: 0 20px;
}

.background .masonry .gallery-item p.image-wrap {
  padding: 0;
}

.background #gallery-type.display .featured-item {
  border-top: 1px solid #4d4d4d;
}

.background #footerwrap,.background #bottomwrap {
  padding-top: 40px;
}

.background #footerwrap .container h1,.background #footerwrap .container h2,.background #footerwrap .container h3,.background #footerwrap .container h4,.background #footerwrap .container h5,.background #footerwrap .container h6,.background #footerwrap .container p,.background #bottomwrap .container h1,.background #bottomwrap .container h2,.background #bottomwrap .container h3,.background #bottomwrap .container h4,.background #bottomwrap .container h5,.background #bottomwrap .container h6,.background #bottomwrap .container p {
  color: #999;
}

.background .divider {
  border-top: 1px solid #4d4d4d;
}

.background #gallery-type.split .half h1,.background #gallery-type.split .half h2,.background #gallery-type.split .half h3,.background #gallery-type.split .half h4,.background #gallery-type.split .half h5,.background #gallery-type.split .half h6,.background #gallery-type.split .half p,.background #gallery-type.split .half li {
  color: #333;
}

.background .pagination a {
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 0;
  height: auto;
  border: 0;
  border: 1px solid #eee;
  color: #fff;
}

.background .pagination a:hover {
  border: 0;
}

.background.split-screen .pagination a {
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-size: 90%;
  border-radius: 0;
  height: auto;
  border: 0;
  background: #e6e6e6;
  color: #fff;
  line-height: 34px;
}

.background.split-screen .pagination a:hover {
  background: #c2c2c2 !important;
  color: #fff;
}

.background.split-screen .pagination a:hover {
  background: #c2c2c2;
  color: #fff;
}

.background.split-screen .container {
  width: 100%;
}

.background.split-screen .divider {
  border-color: #eee;
}

.background .overlay {
  background: rgba(0,0,0,0.6) url(../images/pixelblack.png);
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

html.background.style-boxed #gallery ul.grid-1 li,html.background.style-boxed #gallery ul.grid-2 li,html.background.style-boxed #gallery ul.grid-3 li,html.background.style-boxed #gallery ul.grid-4 li,html.background.style-boxed #gallery #home-grid li {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
  padding: 0 0 10px 0 !important;
}

html.background.style-boxed #gallery ul.grid-1 li .gallery-item-description,html.background.style-boxed #gallery ul.grid-1 li .gallery-item-title,html.background.style-boxed #gallery ul.grid-1 li p,html.background.style-boxed #gallery ul.grid-1 li h2,html.background.style-boxed #gallery ul.grid-2 li .gallery-item-description,html.background.style-boxed #gallery ul.grid-2 li .gallery-item-title,html.background.style-boxed #gallery ul.grid-2 li p,html.background.style-boxed #gallery ul.grid-2 li h2,html.background.style-boxed #gallery ul.grid-3 li .gallery-item-description,html.background.style-boxed #gallery ul.grid-3 li .gallery-item-title,html.background.style-boxed #gallery ul.grid-3 li p,html.background.style-boxed #gallery ul.grid-3 li h2,html.background.style-boxed #gallery ul.grid-4 li .gallery-item-description,html.background.style-boxed #gallery ul.grid-4 li .gallery-item-title,html.background.style-boxed #gallery ul.grid-4 li p,html.background.style-boxed #gallery ul.grid-4 li h2,html.background.style-boxed #gallery #home-grid li .gallery-item-description,html.background.style-boxed #gallery #home-grid li .gallery-item-title,html.background.style-boxed #gallery #home-grid li p,html.background.style-boxed #gallery #home-grid li h2 {
  padding: 0 20px;
  color: #333 !important;
}

html.background.style-boxed #gallery ul.grid-1 li p.image-wrap,html.background.style-boxed #gallery ul.grid-2 li p.image-wrap,html.background.style-boxed #gallery ul.grid-3 li p.image-wrap,html.background.style-boxed #gallery ul.grid-4 li p.image-wrap,html.background.style-boxed #gallery #home-grid li p.image-wrap {
  padding: 0;
}

html.background.style-boxed .featured-2 .not-featured,html.background.style-boxed .featured .gallery-item,html.background.style-boxed #parallax .not-featured,html.background.style-boxed .extra-featured-slideshow li,html.background.style-boxed #display .gallery-item,html.background.style-boxed #blank li,html.background.style-boxed #home-slideshow-grid li {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
  padding: 0 0 10px 0;
}

html.background.style-boxed .featured-2 .not-featured .gallery-item-description,html.background.style-boxed .featured-2 .not-featured .gallery-item-title,html.background.style-boxed .featured-2 .not-featured p,html.background.style-boxed .featured-2 .not-featured h1,html.background.style-boxed .featured-2 .not-featured h2,html.background.style-boxed .featured-2 .not-featured h3,html.background.style-boxed .featured-2 .not-featured h4,html.background.style-boxed .featured .gallery-item .gallery-item-description,html.background.style-boxed .featured .gallery-item .gallery-item-title,html.background.style-boxed .featured .gallery-item p,html.background.style-boxed .featured .gallery-item h1,html.background.style-boxed .featured .gallery-item h2,html.background.style-boxed .featured .gallery-item h3,html.background.style-boxed .featured .gallery-item h4,html.background.style-boxed #parallax .not-featured .gallery-item-description,html.background.style-boxed #parallax .not-featured .gallery-item-title,html.background.style-boxed #parallax .not-featured p,html.background.style-boxed #parallax .not-featured h1,html.background.style-boxed #parallax .not-featured h2,html.background.style-boxed #parallax .not-featured h3,html.background.style-boxed #parallax .not-featured h4,html.background.style-boxed .extra-featured-slideshow li .gallery-item-description,html.background.style-boxed .extra-featured-slideshow li .gallery-item-title,html.background.style-boxed .extra-featured-slideshow li p,html.background.style-boxed .extra-featured-slideshow li h1,html.background.style-boxed .extra-featured-slideshow li h2,html.background.style-boxed .extra-featured-slideshow li h3,html.background.style-boxed .extra-featured-slideshow li h4,html.background.style-boxed #display .gallery-item .gallery-item-description,html.background.style-boxed #display .gallery-item .gallery-item-title,html.background.style-boxed #display .gallery-item p,html.background.style-boxed #display .gallery-item h1,html.background.style-boxed #display .gallery-item h2,html.background.style-boxed #display .gallery-item h3,html.background.style-boxed #display .gallery-item h4,html.background.style-boxed #blank li .gallery-item-description,html.background.style-boxed #blank li .gallery-item-title,html.background.style-boxed #blank li p,html.background.style-boxed #blank li h1,html.background.style-boxed #blank li h2,html.background.style-boxed #blank li h3,html.background.style-boxed #blank li h4,html.background.style-boxed #home-slideshow-grid li .gallery-item-description,html.background.style-boxed #home-slideshow-grid li .gallery-item-title,html.background.style-boxed #home-slideshow-grid li p,html.background.style-boxed #home-slideshow-grid li h1,html.background.style-boxed #home-slideshow-grid li h2,html.background.style-boxed #home-slideshow-grid li h3,html.background.style-boxed #home-slideshow-grid li h4 {
  padding: 0 20px;
  color: #333 !important;
}

html.background.style-boxed .featured-2 .not-featured p.image-wrap,html.background.style-boxed .featured .gallery-item p.image-wrap,html.background.style-boxed #parallax .not-featured p.image-wrap,html.background.style-boxed .extra-featured-slideshow li p.image-wrap,html.background.style-boxed #display .gallery-item p.image-wrap,html.background.style-boxed #blank li p.image-wrap,html.background.style-boxed #home-slideshow-grid li p.image-wrap {
  padding: 0;
}

html.background.style-boxed .featured-2 .not-featured .image-wrap,html.background.style-boxed .featured .gallery-item .image-wrap,html.background.style-boxed #parallax .not-featured .image-wrap,html.background.style-boxed .extra-featured-slideshow li .image-wrap,html.background.style-boxed #display .gallery-item .image-wrap,html.background.style-boxed #blank li .image-wrap,html.background.style-boxed #home-slideshow-grid li .image-wrap {
  margin-bottom: 0;
}

html.background.style-boxed .featured-2 .not-featured .featured-item .image-wrap,html.background.style-boxed .featured .gallery-item .featured-item .image-wrap,html.background.style-boxed #parallax .not-featured .featured-item .image-wrap,html.background.style-boxed .extra-featured-slideshow li .featured-item .image-wrap,html.background.style-boxed #display .gallery-item .featured-item .image-wrap,html.background.style-boxed #blank li .featured-item .image-wrap,html.background.style-boxed #home-slideshow-grid li .featured-item .image-wrap {
  margin-bottom: 20px !important;
}

html.background.style-boxed .featured-2 .not-featured .col,html.background.style-boxed .featured .gallery-item .col,html.background.style-boxed #parallax .not-featured .col,html.background.style-boxed .extra-featured-slideshow li .col,html.background.style-boxed #display .gallery-item .col,html.background.style-boxed #blank li .col,html.background.style-boxed #home-slideshow-grid li .col {
  padding-bottom: 0 !important;
}

html.background.style-boxed #gallery-type.featured .gallery-item {
  padding-bottom: 0;
}

html.background.style-boxed #gallery-type.featured .featured-item {
  padding-bottom: 20px;
}

html.background.style-boxed #gallery-type.featured .featured-item .image-wrap {
  margin-bottom: 20px;
}

html.background.style-boxed #gallery-type.featured-2 .not-featured {
  margin-bottom: 30px;
}

html.background.style-boxed #gallery-type.featured-2 .not-featured .image-wrap {
  margin-bottom: 20px;
}

html.background.style-boxed #parallax .not-featured p.image-wrap {
  margin-bottom: 20px;
}

html.background.style-boxed .masonry li.gallery-item {
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.3);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 2px 0px rgba(180,180,180,0.4) !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
  background: #1f1f1f;
}

html.background.style-boxed .masonry li.gallery-item .gallery-item-description,html.background.style-boxed .masonry li.gallery-item .gallery-item-title {
  color: #333 !important;
  padding: 0 20px;
}

html.background.style-boxed #slideshow-layout li,html.background.style-boxed #slideshow-featured li {
  padding: 4px;
  background: rgba(0,0,0,0.4);
}

html.background.style-boxed .photoset {
  padding: 4px;
  background: rgba(0,0,0,0.4);
}

html.background.style-boxed #slideshow-layout p,html.background.style-boxed #slideshow-layout h3 {
  margin-left: 4px;
}

html.background.style-boxed #slideshow-layout p.image-wrap {
  margin-left: 0;
}

html.background.style-boxed #slideshow-featured .gallery-item-title {
  margin-right: 4px;
}

html.background.style-boxed .callbacks1_container {
  margin-bottom: 0 !important;
}

html.background.style-boxed .extra-featured-slideshow p.image-wrap {
  margin-bottom: 20px !important;
}

html.background.style-boxed #display .gallery-item {
  padding-bottom: 0;
}

html.background.style-boxed #display .gallery-item.featured-item {
  padding: 20px;
}

html.background.style-boxed #display .gallery-item.featured-item p,html.background.style-boxed #display .gallery-item.featured-item h3 {
  padding: 0;
}

html.background.style-boxed #gallery-type.marginless .gallery-item {
  padding: 0 !important;
  box-shadow: none !important;
}

html.background.style-boxed #blank li p.image-wrap {
  margin-bottom: 20px;
}

html.blank,html.blank body {
  background: #fff;
}

html,body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  width: 100% !important;
}

.container,.container-fix {
  width: 75%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  clear: both;
}

.items-leading.clearfix {
  height: auto;
}

html.blank,html.blank body {
  background: #fff;
}
