@charset "UTF-8";


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, 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{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}body{line-height: 1;}ol, ul{list-style:none}blockquote, q{quotes:none}blockquote:before, blockquote:after, q:before, q:after{content:''; content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse; border-spacing:0} .clear {clear:both;} .left {float:left;} .right {float:right;} .center {text-align: center;}
header, footer, article, aside, section, nav {display: block;}

/* TYPOGRAPHY --------------------------------------------------------- */

@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter ui';
  src: url('fonts/Inter-UI-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Nitti regular';
  src: url('fonts/nitti_medium.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'Nitti light';
  src: url('fonts/nitti_light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'regular';
  src: url('fonts/BaskervilleMTStd-Regular.woff2') format('woff2'),
    url('fonts/BaskervilleMTStd-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'regular',Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:1.3em;
  line-height:1.2;
  color: #ECE6C1;
	font-size: 18px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	background-color: #132824;

  text-align:center;
}

.v-align-wrapper{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.v-align-parent{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.v-align-content{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}


p{background-color: #e6e6e6;}
::selection {
  background:#101010;
}
::-moz-selection {
  background:#101010;
}
::-webkit-selection {
  background:#101010;
}

a{
  outline: 0;
  color:#C67B5E;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor:pointer;
  transition: all 0.3s ease-out;
}
a:hover,a:focus{
    text-decoration:none;
    cursor:pointer;
    opacity:0.6;
}

.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	}
.item{
  max-width: 1000px;
  margin:0 auto;
  font-family: 'Nitti light',Helvetica Neue, sans-serif;
  font-size:14px;
  letter-spacing: -1px;
  
}
.itemImgHolder{
  position:relative;
  width:100%;
  line-height: 0;
}
.itemImg{
  width:100%;
}
.info{
  font-size: 1.3em;
  padding: 0px 20px;
}
.itemInfo{
  margin-top:24px;
  margin-bottom:56px;
}
.readMore{
  display:none;
}
.content {
	width: 100%;
	padding: 0px;
}
.footer {
  margin-top:120px;
}

.footer a{
  color:inherit;
}


