@import 'https://fonts.googleapis.com/css?family=Cardo:400,400i,700';

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Regular.ttf');
}


html { }
body {
  font-family: "Cardo", sans-serif;
  padding: 0;
  margin: 0;
  color: #777;
  font-size: 1.08em;
  line-height: 1.3;
  background-color: #fff;
}
a:link {
  text-decoration: none;
  color: inherit;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:ink, a:active, a:visited {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h4 {
  font-family: "Lora", serif;
  font-weight: normal;
  color: #ff0000;
  letter-spacing: 1px;
}

.nav {
  padding: 10px 20px;
  line-height: 45px;
  background: #fff;
  opacity: 1;
  font-size: 1.1em;
}
.logohover {
  position: relative;
  left: 0;
  max-height: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
}
.logo {
  max-width: 121px;
  margin-right: 20px;
  padding-bottom: 9px;
  position: relative;
  top: 1px;
}
.menu {
  display: none;
  font-family: "Lora", serif;
}
.menu li {
  float: left;
  padding: 0px 10px;
  text-transform: lowercase;
}
.menu li a, .mobile-menu li a {
  color: #a2a2a2;
}
.menu li a:hover, .mobile-menu li a:hover, .menu li a.active, .mobile-menu li a.active, span.active-page {
  color: #ff0000 !important;
}
span.active-page {
  padding: 0px 20px;
}
.menu-toggle {
  position: relative;
  /*top: 8px;*/
  font-size: 2em;
  font-family: serif;
}
.menu-toggle .menu-icon {
  display: block;
  border-bottom: 1px solid #000;
  height: 1px;
  padding: 3px 0;
  width: 24px;
}
.mobile-menu {
  display: none;
  border-top: 1px solid #aaa;
  list-style: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  min-width: auto;
  left: 0;
  top: 65px;
  padding: 10px 20px;
  background: #fff;
}
.mobile-menu li:first-child {
  
}
.mobile-menu li {
  line-height: 1;
  text-align: left;
  text-transform: lowercase;
  margin: 0;
  padding: 10px 0;
}
@media (min-width:992px) {
  .menu {
    display: block;
  }
}

.content {
  padding-top: 65px;
  font-family: "Montserrat", sans-serif;
}
.content .about, .content .contact {
  padding-top: 100px;
}

.slide {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.banner {
  background: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.banner .title {
  padding: 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
  color: #000;
  text-align: center;
  padding: 0 0px;
  font-weight: normal;
  line-height: 1;
  font-family: "Lora", serif;
}

@media (min-width:992px) {
	.banner .title {
		font-size: 4em;
	}
}

.grid-sizer,
.grid-item {
  width: 50%;
}
.grid-item--width2 {
  width: 100%;
}
.gutter-sizer {
  width: 0;
}
.grid-item .grid-overlay {
  position: absolute;
  background: #222;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.grid-item .grid-caption p {
  font-family: "Lora", serif;
  position: absolute;
  opacity: 0;
  display: block;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  width: auto;
  cursor: pointer;
}
@media (min-width:992px) {
  .grid-item .grid-caption p {
    font-size: 2.5em;
    letter-spacing: 2px;
  }
}

.loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  /*background: #fff url('../img/loading.gif') no-repeat center center;*/
}

.post-nav {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 50%;
  bottom: 50%;
  font-size: 3em;
  width: 100%;
  opacity: 0.5;
}
.post-nav a {
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.9;
  padding: 5px 0;
}
.post-nav a img {
  width: 33px;
  max-width: 33px;
}
.post-nav .prev {
  left: 20px;
}
.post-nav .next {
  right: 20px;
}
.toggle-post-caption, .post-caption {
  display: block;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fff;
  color: inherit;
  opacity: 1;
}
.toggle-post-caption {
  font-family: Arial, sans-serif;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent url('../img/buttons.svg') no-repeat 0 0;
}
.toggle-post-caption:hover {
  background-position: 0px -40px;
}
.toggle-post-caption.clicked {
  background-position: 0px -80px;
}
.toggle-post-caption.clicked:hover {
  background-position: 0px -120px;
}
.post-caption {
  bottom: 60px;
  left: 60px;
  padding: 15px;
  min-width: 200px;
  max-width: 80%;
  text-align: left;
}
.mobile-post-caption p, .post-caption p {
  padding: 0;
  margin: 0px 0;
}
.mobile-post-caption span.title, .post-caption span.title {
  font-family: "Lora", serif;
  display: block;
  color: #444;
  font-size: 1.6em;
}
.mobile-post-caption a, .post-caption a {
  color: #ff0000;	
}
.backstretch {
    display: none;
  }
@media (min-width:992px) {
  .post-caption {
    width: 300px;
  }
  .backstretch {
    display: block;
  }
}
.image-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  transition: width 2s ease-out;
  overflow-x:hidden;
  display: none;
  background: #fff url('../img/loading2.gif') no-repeat center center;
  filter: grayscale(100%);
} 