@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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
::-webkit-selection {
    text-shadow: none;
    background: #333;
    color: #fff;
}
::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #333;
    color: #fff;
}
:focus {
    outline: none;
}
html,
body {
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    margin: 20px 0 10px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
a,
a:visited {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
p {
    margin: 10px 0;
}
b,
strong {
    font-weight: bold;
}
i,
em,
cite {
    font-style: italic;
}
blockquote {
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    margin: 10px;
    quotes: none;
}
blockquote p {
    margin: 0;
}
ul,
ol {
    margin: 10px 0;
    padding: 0 0 0 25px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,
th,
td {
    vertical-align: middle;
}
var,
code {
    font-family: Courier New, Courier, monospace;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.hidden {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.form {
    display: block;
}
fieldset > div {
    padding: 5px 0;
}
fieldset > div.buttons {
    text-align: right;
}
label {
    cursor: pointer;
    display: block;
    color: #fff;
}
input,
textarea,
select {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    margin: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="date"],
textarea,
select {
    display: block;
    border: none;
    height: 34px;
    padding: 5px;
    width: 100%;
    background: url('../../img/ie/black-25.png') repeat 0 0;
    background: rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    resize: vertical;
    height: auto;
    min-height: 100px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    background: url('../../img/ie/white-25.png') repeat 0 0;
    background: rgba(255, 255, 255, .25);
}
input[type="radio"] {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px;
}
input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    border: none;
    outline: none;
    padding: 7px 20px;
    background: url('../../img/ie/black-25.png') repeat 0 0;
    background: rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.error {
    display: block;
    font-style: italic;
    color: #c3354c;
}
p.alert {
    text-align: center;
    font-style: italic;
    color: #c3354c;
}
p.success {
    color: green;
    text-align: center;
    margin: 30px 0;
}
body {
    background: #2f3635;
    width: 100%;
    min-width: 720px;
    min-height: 500px;
    position: relative;
}
.heading {
    font-size: 24px;
    font-weight: 200;
    color: #b49d59;
    text-transform: uppercase;
    margin: 20px 0;
}
.landing {
    min-width: 460px;
}
.landing #main {
    position: absolute;
    top: 0;
    min-width: 460px;
    overflow: hidden;
}
.landing .header,
.landing .footer {
    height: 50%;
    min-height: 160px;
    width: 100%;
    min-width: 100%;
    text-align: center;
    background: #2f3635;
    border: none solid #333;
    position: relative;
    z-index: 1;
}
.landing .header > div:first-child {
    position: absolute;
    bottom: 10px;
    left: 0;
    min-width: 460px;
}
.landing .footer {
    border-width: 1px;
    margin-top: -1px;
}
.landing .footer .divider {
    height: 0px;
    max-width: 440px;
    border-top: 1px solid #060707;
    border-bottom: 1px solid #3f4645;
    margin: 0 auto -2px;
    position: relative;
    top: -1px;
}
.landing .footer article {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 10px;
    color: #848887;
}
.landing .footer .enter {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
[role="banner"] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    height: 102px;
    width: 100%;
    min-width: 720px;
    text-align: center;
    background: url('../img/ie/white-25.png') repeat 0 0;
    background: rgba(255, 255, 255, .25);
}
[role="banner"]:not(.header) {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
[role="banner"] > div:first-child {
    float: left;
    width: 100%;
    min-width: 720px;
}
#logo {
    display: block;
    margin: 15px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 20px;
    line-height: 72px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b49d59;
}
#logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.social {
    float: right;
    height: 22px;
    margin: -33px 15px 0;
}
.social a {
    vertical-align: top;
    display: inline-block;
    height: 22px;
    line-height: 100px;
    overflow: hidden;
    margin-left: 10px;
    text-decoration: none;
    background: url('../img/sprite.png') no-repeat -999px -999px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    -ms-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}
.social a.twitter {
    width: 18px;
    background-position: -16px -25px;
}
.social a.twitter:hover {
    background-position: -16px -3px;
}
.social a.facebook {
    width: 10px;
    background-position: -71px -25px;
}
.social a.facebook:hover {
    background-position: -71px -3px;
}
.social a.instagram {
    width: 18px;
    background-position: -115px -75px;
}
.social a.instagram:hover {
    background-position: -115px -53px;
}
.social a.pinterest {
    width: 18px;
    background-position: -115px -25px;
}
.social a.pinterest:hover {
    background-position: -115px -3px;
}
.social a.linkedin {
    width: 17px;
    background-position: -166px -25px;
}
.social a.linkedin:hover {
    background-position: -166px -3px;
}
#main {
    height: 100%;
    width: 100%;
    min-width: 720px;
}
[role="main"] {
    height: 100%;
}
#slide {
    height: 50%;
    padding-top: 250px;
    margin-left: 445px;
}
#slide #images {
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 85px;
    overflow: hidden;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999998;
    background: url('../img/default-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#bg img {
    opacity: 0;
    visibility: hidden;
}
#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    opacity: 0.7;
    text-indent: -9999px;
    background: url('../img/loading.gif') no-repeat center center;
}
#prev,
#next {
    display: none;
    float: left;
    position: relative;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../img/sprite.png') no-repeat -999px -999px;
}
#prev {
    margin-left: 20px;
    background-position: -1px -51px;
}
.ready + #prev {
    display: block;
}
#prev:hover {
    background-position: -1px -101px;
}
#next {
    margin-right: 20px;
    background-position: -51px -51px;
}
.ready + #prev + #next {
    display: block;
}
#next:hover {
    background-position: -51px -101px;
}
#prev + #next {
    float: right;
}
#pinit {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 60px;
}
#slide #pinit {
    position: relative;
    float: right;
    bottom: 50px;
    right: 95px;
}
#pinit > a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url('../img/sprite.png') no-repeat -159px -109px;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#pinit > a:hover {
    opacity: 1;
}
.error-404 {
    font-size: 18px;
}
.error-404 ul {
    list-style: none;
    padding: 0;
}
.error-404 a.return {
    color: #fff;
}
.single {
    float: left;
    width: 390px;
    padding-left: 35px;
    padding-right: 255px;
    margin-right: -255px;
    background: url('../img/content-bg.png') repeat-y right top;
}
.single.full {
    width: 590px;
    padding-right: 55px;
    margin-right: -55px;
}
.single.full-width {
    width: auto;
    padding-right: 35px;
    background-position: left top;
}
.single article {
    padding-top: 130px;
    padding-bottom: 42px;
    color: rgba(255, 255, 255, .9);
}
.single .images {
    float: left;
    width: 200px;
    margin: 5px 0;
}
.single .images img {
    display: block;
}
.single .images img + img {
    margin-top: 20px;
}
.single .images + .content {
    margin-left: 200px;
}
.single .subtitle {
    font-size: 14px;
    margin: -10px 0 15px;
    font-weight: normal;
}
.info-toggle {
    clear: both;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
.info-toggle span {
    width: 4px;
    height: 18px;
}
#info-close.info-toggle span {
    float: left;
    margin-right: 10px;
    background: url('../img/sprite.png') no-repeat -223px -65px;
}
#info-open.info-toggle span {
    float: right;
    margin-left: 10px;
    background: url('../img/sprite.png') no-repeat -273px -65px;
}
#info-open.info-toggle {
    position: absolute;
    left: 29px;
    bottom: 50px;
}
.parallax {
    width: 100%;
    overflow: hidden;
}
.parallax .entries {
    overflow: hidden;
    margin: auto;
    min-height: 390px;
}
.parallax .entries article {
    float: left;
    margin: 20px 10px;
    width: 295px;
    height: 350px;
}
.parallax .entries article .image {
    display: block;
    width: 100%;
    height: 295px;
    overflow: hidden;
}
.parallax .entries article .image a {
    display: block;
    height: 100%;
}
.parallax .entries article .image img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.press.parallax .entries {
    min-height: 280px;
}
.press.parallax .entries article {
    width: 185px;
    height: 240px;
}
.press.parallax .entries article .image {
    height: 185px;
}
.parallax .entries .heading {
    font-size: 16px;
    margin: 0;
}
.parallax .entries .heading a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    color: #b49d59;
    height: 32px;
    padding: 10px 30px 10px 0;
    text-decoration: none;
    background: url('../img/arrow.png') no-repeat right center;
}
.parallax .entries .heading a strong {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}
.parallax.active {
    display: block;
    position: relative;
    top: 102px;
    height: auto;
}
.parallax.active .entries {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    white-space: nowrap;
}
.parallax.active .parallax-controls {
    display: none;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -44px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../img/sprite.png') no-repeat -999px -999px;
}
.parallax.active .parallax-controls.prev {
    left: 10px;
    background-position: -1px -101px;
}
.parallax.active .parallax-controls.next {
    right: 10px;
    background-position: -51px -101px;
}
[role="contentinfo"] {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 38px;
    width: 100%;
    min-width: 720px;
    background: url('../img/ie/white-25.png') repeat 0 0;
    background: rgba(255, 255, 255, .25);
    border-bottom-color: #2f3635;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
[role="contentinfo"]:not(.footer) {
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .05);
}
.nav {
    position: relative;
    width: 100%;
    height: 38px;
}
.nav ul {
    height: 38px;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.nav ul.primary-nav {
    float: left;
    padding: 0 20px;
}
.nav ul.secondary-nav {
    float: right;
    padding: 0 0 0 20px;
}
.nav li {
    float: left;
}
.nav li a {
    color: #2f3635;
}
.nav li a:hover {
    color: #fff;
}
.nav li.current a {
    color: #fff;
    background: url('../img/ie/gray-25.png') repeat 0 0;
    background: rgba(47, 54, 53, .25);
}
.nav li.prev span,
.nav li.next span {
    width: 4px;
    height: 18px;
    background: url('../img/sprite.png') no-repeat -999px -999px;
}
.nav li.prev span {
    float: left;
    margin-right: 10px;
    background-position: -223px -65px;
}
.nav li.next span {
    float: right;
    margin-left: 10px;
    background-position: -273px -65px;
}
.nav a {
    display: block;
    white-space: nowrap;
    padding: 10px;
    font-weight: 300;
    text-decoration: none;
}
.nav .credit {
    float: right;
    padding: 0 0 0 15px;
    margin: 10px;
    border-left: 1px solid #2f3635;
}
.nav .border {
    position: absolute;
    bottom: -3px;
    left: -50px;
    width: 50px;
    height: 0;
    border-top-color: #c3b17a;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #aa9761;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}
.mCSB_scrollTools {
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 205px 0 31px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 100%;
    min-height: 100%;
    margin: -1px auto 0;
    padding: 1px 0;
    background: url('../img/ie/black-35.png') repeat 0 0;
    background: rgba(0, 0, 0, .35);
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    left: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: url('../img/ie/white-35.png') repeat 0 0;
    background: rgba(255, 255, 255, .35);
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    background: url('../img/sprite.png') no-repeat -999px -999px;
}
.mCSB_scrollTools .mCSB_buttonUp {
    margin-top: 175px;
    background-position: -210px -10px;
}
.mCSB_scrollTools .mCSB_buttonDown {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-position: -260px -10px;
}
.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin: 0 0 25px 0;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCSB_horizontal > .mCSB_scrollTools {
    opacity: 1;
    width: 70%;
    height: 25px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0 15%;
    z-index: 99;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 11px auto;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    float: left;
    width: 100%;
    height: 4px;
    margin: 10px 0 10px -1px;
    min-height: 0;
    padding: 0 1px;
}
.mCustomScrollBox {
    -ms-touch-action: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    [role="banner"],
    [role="contentinfo"] {
        position: absolute;
    }
}