
@charset "UTF-8";

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-long-down:before {
  content: "\e900";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

*:hover, *:focus, *:active, img {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

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

/** 2.0 - Elements */
a, img {
  outline: none;
}

img {
  border: 0;
  height: auto;
  vertical-align: middle;
}

img, iframe, video, audio {
  max-width: 100%;
}

a {
  cursor: pointer;
  color: #b59f5b;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: normal;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.1;
  color: #0f0d0e;
  font-weight: 700;
  text-transform: uppercase;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

.h1, h1 {
  margin-bottom: 35px;
  font-size: 32px;
}

.h2, h2 {
  font-size: 24px;
}

.h3, h3 {
  font-size: 20px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

.small, small {
  font-size: 85%;
  line-height: 1;
  color: #828282;
}

.bold, strong, b {
  font-weight: bold;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

dfn, cite, em, i, var {
  font-style: italic;
}

s, strike, del {
  text-decoration: line-through;
}

u, ins {
  text-decoration: underline;
}

blockquote {
  margin: 40px auto;
  padding: 45px 20px 45px;
  width: 70%;
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #b59f5b;
}

blockquote.style-2 {
  border: none;
  background-color: #f4f7f6;
}

blockquote cite, blockquote small, blockquote footer {
  display: block;
  padding-top: 20px;
  color: #acabac;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

blockquote p {
  margin-bottom: 20px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

.mark, mark {
  padding: .2em;
  background: #ff0;
  color: #747374;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

ul, ol {
  margin: 0 0 25px 20px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt {
  font-weight: 700;
}

dd, dt {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd {
    *zoom: 1;
  }
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-width: 0;
  margin: 0 0 25px 0;
  table-layout: fixed;
  width: 100%;
}

table thead th {
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
}

table th, table td {
  padding: 12px 10px;
  vertical-align: middle;
  border-bottom: 3px solid #f4f7f6;
}

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

table th {
  font-weight: 700;
}

table td {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, html {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

body{
  background-image: url(images/preview-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-wrapper {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
  padding: 15vh 20px;
}

.header {
  clear: both;
  margin-bottom: 47px
}

.header .branding {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.header .branding .logo {
  display: inline-block;
  font-size: 108px;
  line-height: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.header .branding .site-description {
  margin: 14px 0 10px;
  color: #b59f5b;
  font-family: "Mrs Sheppards", cursive;
  font-size: 36px;
}

.header .site-intro {
  text-align: center;
  padding-top: 40px;
}

.header .site-intro .title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 13px;
}

.header .site-intro .text {
  margin-bottom: 43px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  color: #787878;
  font-size: 30px;
  line-height: 33px;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 16px 65px;
  background-color: #b59f5b;
  border: 1px solid #b59f5b;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  background-color: transparent;
  color: #b59f5b;
}

.preview-about{
  position: relative;
  margin-bottom: 20px;
}

.preview-btn{
  text-align: center;
}

.preview-btn button{
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: #000;
  color: #aaa;
  border: 0;
  cursor: pointer;

}

.preview-info {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  display: inline-block;
}

.preview-info span {
  font-family: "Mrs Sheppards", cursive;
  font-size: 22px;
  margin-right: 6px;
}

.preview-info strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 20px;
}

.grid {
  clear: both;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.grid.col-3 .item:nth-child(3n+1) {
  clear: both;
}

.grid.col-3 .item {
  width: 33.333%;
}

.grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  padding: 0;
  overflow: hidden;
}

.item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 30px;
  border: 3px solid #b59f5b;
  opacity: 0;
  -ms-transform: scale(0.7); /* IE 9 */
  -webkit-transform: scale(0.7); /* Safari */
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.item.item-2:after {
  border-color: #caaaac;
}

.item.item-3:after {
  border-color: #92c0cd;
}
.item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.item .item-thumbnail {
  margin-bottom: 25px;
}

.item h2 {
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #b59f5b;
}

.item h1 {
  margin: 10px 0 0px;
  font-size: 20px;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.item .item-content {
  display: inline-block;
  width: 80%;
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #787878;
}

.item .item-thumbnail {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.item .item-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.15);
  z-index: 1;
}

.item .item-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.item:hover:after {
  opacity: 0.4;
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari */
  transform: scale(1);
}

.item:hover .item-thumbnail:before {
  content: none;
}

.item:hover .item-thumbnail {
  box-shadow: -0.309px 0.951px 13px 0px rgba(0, 0, 0, 0.27);
}

@media screen and (max-width: 992px) {
  .content {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
  }
  .grid.col-3 .item, .grid.col-3 .item:nth-child(3n+1) {
    clear: none;
    width: 100%;;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .preview-about{
    margin-bottom: 0;
  }

  .preview-btn{
    display: none;
  }

  .preview-info{
    position: relative;
    display: block;
    text-align: center;
  }

  .preview-info strong{
    margin: 0 10px;
  }

  .header .branding .logo{
    font-size: 60px;
  }

  .item:hover:after{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header .site-intro {
    clear: both;
    float: none;
    width: 100%;
    margin: 30px 0 0;
  }
}