@font-face {
    font-family: 'Veneer';
    src: url('../fonts/veneer-webfont.eot');
    src: url('../fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veneer-webfont.woff2') format('woff2'), url('../fonts/veneer-webfont.woff') format('woff'), url('../fonts/veneer-webfont.ttf') format('truetype'), url('../fonts/veneer-webfont.svg#veneerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/brandon_reg-webfont.eot');
    src: url('../fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_reg-webfont.woff2') format('woff2'), url('../fonts/brandon_reg-webfont.woff') format('woff'), url('../fonts/brandon_reg-webfont.ttf') format('truetype'), url('../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_light-webfont.eot');
    src: url('../fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_light-webfont.woff2') format('woff2'), url('../fonts/bebasneue_light-webfont.woff') format('woff'), url('../fonts/bebasneue_light-webfont.ttf') format('truetype'), url('../fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_book-webfont.woff2') format('woff2'), url('../fonts/bebasneue_book-webfont.woff') format('woff'), url('../fonts/bebasneue_book-webfont.ttf') format('truetype'), url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: 700;
    font-style: normal;
}


/* ---------- =basic ---------- */

* {
    padding: 0;
    margin: 0;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
    min-height: 100%;
    font-family: 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    line-height: 1;
    font-size: 20px;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}
.skrollr-desktop body {
    height: 100% !important;
}
img {
    max-width: 100%;
}

.debug-url {
  background-color: #efe;
  border: 2px solid Green;
  padding:.5em;
  margin-bottom:.5em;
}


@media handheld, only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
}


/* ---------- =typography ---------- */

.page-content-wrapper {
    line-height: 1.4;
}
a {
    text-decoration: none;
}
a {
    color: #b05a2f;
}
a:hover, a:focus {
    color: #43450f;
}

ol, ul {
    list-style: none;
}
q {
    font-style: italic;
    color: #333;
}
ul.list-no-bullet {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
}
ul.list-no-bullet li {
    padding-bottom: 25px;
}
ul.list-no-bullet li:last-child {
    padding-bottom: 0;
}
ul.list-no-bullet li h3 {
    margin-bottom: 5px;
}
ul.list-no-bullet li .posted {
    margin-bottom: 5px;
}

h1, h2, h3, h4, p, ul, ol {
    margin-bottom: 20px;
}
.grid-unit > h1:last-child, .grid-unit > h2:last-child, .grid-unit > h3:last-child, .grid-unit > h4:last-child, .grid-unit > p:last-child, .grid-unit > ul:last-child, .grid-unit > ol:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4 {
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    line-height: 1.15;
    color: #000;
}
h1 > small, h2 > small, h3 > small {
    font-size: .71em;
    text-indent: 12em;
    color: #444;
}
h1 {
    font-size: 48px;
    margin-bottom: 40px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 1.11em;
    color: #444;
}

.interior-layout-main ul, .interior-layout-main ol {
    margin-left: 30px;
}
.interior-layout-main ul {
    list-style: disc;
}
.interior-layout-main ol {
    list-style: decimal;
}

.date {
    font-style: italic;
    color: #444;
}

.code {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #bbb;
    font-family: 'Inconsolada', 'Monaco', 'Lucida Console', 'Courier New', monospace;
    font-size: 14px;
    line-height: 18px;
    background: #f4f4f4;
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.15);
    overflow-x: auto;
}

.headline, .left-headline, .right-headline {
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-size: 72px;
    text-transform: uppercase;
}
.headline {
    text-align: center;
    padding-top: 200px;
}
.left-headline {
    text-align: left;
    padding-top: 50px;
    padding-left: 375px;
    color: #000;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
.right-headline {
    text-align: left;
    float: right;
    padding-top: 75px;
    padding-right: 400px;
    color: #fff;
}
.right-headline .callout {
    color: #b05a2f;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
.left-headline-mobile,
.right-headline-mobile {
    display: none;
}

.interior-layout-main .sfContentBlock hr {
    clear: both;
}
.interior-layout-main .sfContentBlock table {
    border-collapse: collapse;
    margin-bottom: 40px;
}
.interior-layout-main .sfContentBlock tr + tr td {
    border-top: 1px solid #ddd;
}
.interior-layout-main .sfContentBlock td, .interior-layout-main .sfContentBlock th {
    padding: 0.5em 1em 0.5em 0;
}


@media handheld, only screen and (max-width: 767px) {
    .left-headline, .right-headline, .image-title {
        display: none;
    }
    .left-headline-mobile, .right-headline-mobile {
        font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
        display: block;
        padding-left: 20px;
        font-size: 60px;
    }
    .left-headline-mobile {
        position: static;
        margin-top: 0;
        padding-top: 20px;
    }
    .right-headline-mobile {
        text-transform: uppercase;
        text-align: left;
        float: none;
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 40px;
        color: #fff;
    }
    .right-headline-mobile .callout {
        color: #b05a2f;
    }

    .image-title-mobile {
        background: rgba(0, 0, 0, 0.4);
        font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
        font-size: 72px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        color: #fff;
        text-align: center;
        padding-top: 17px;
        padding-bottom: 17px;
        position: relative;
        top: 25%;
    }
    .caption-thumb {
        width: 130px;
        padding: 10px 10px 10px 10px;
        background: #434414;
        color: #fff;
        margin-top: -5px;
        margin-bottom: 40px;
        text-align: center;
        width: 130px;
    }
}


@media all and (min-width: 768px) and (max-width: 68em) {
    .left-headline {
        position: absolute;
        padding-left: 150px;
        /* right: 200px; */
        margin-top: 0;
    }
    .right-headline {
        padding-top: 290px;
        padding-right: 75px;
        float: right;
    }
    .image-title {
        top: 30%;
    }
}


@media (min-width: 768px) {
    h1 {
        font-size: 56px;
    }
    h1.pad-right {
        padding-right: 10%;
    }
}


/* ---------- =components ---------- */

div#preload {
    display: none;
}

.button, .HFBlog .pager a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 45px 10px 75px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-size: 32px;
    color: #fff;
    background: #43450f url(../images/globe.png) no-repeat left;
}
.button:hover, .button:active, .button:visited, .button:focus,
.more:hover, .more:active, .more:visited, .more:focus, .HFBlog .pager a:hover {
    color: #fff !important;
}
.button:hover, .HFBlog .pager a:hover {
    background-color: #b05a2f;
}
.button.long {
    display: block;
}
.button.transparent {
    background-color: rgba(67, 69, 15, 0.8);
}
.button a {
    color: #fff !important;
}
.ats-wrapper .button {
    padding: 10px 30px;
    background-image: none;
    font-size: 24px;
}

.more {
    padding: 10px 40px 10px 20px;
    margin-bottom: 20px;
    float: right;
    border-radius: 7px;
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-size: 24px;
    color: #fff;
    background: #43450f;
    position: relative;
}
.more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left-color: #fff;
    border-right-width: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    transform: scaleY(0.5);
}
.more:hover {
    color: #fff;
    background-color: #b05a2f;
}

.clear {
    clear: both;
}
.left {
    float: left;
}
img[style*="float: left"] {
    max-width: 50%;
    margin: 0 20px 10px 0;
}
img[style*="float: right"] {
    max-width: 50%;
    margin: 0 0 10px 20px;
}

.margin-large {
    margin-bottom: 40px;
}
.margin, .margin-medium {
    margin-bottom: 20px;
}
.margin-small {
    margin-bottom: 10px;
}
.margin-top-large {
    margin-top: 40px;
}
.margin-top, .margin-top-medium {
    margin-top: 20px;
}
.margin-top-small {
    margin-top: 10px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.img-right, .img-right-small {
    max-width: 50%;
    float: right;
    clear: right;
    margin: 0 0 0.5em 1em;
}
.img-left, .img-left-small {
    max-width: 50%;
    float: left;
    clear: left;
    margin: 0 1em 0.5em 0;
}
.img-right-small, .img-left-small {
    max-width: 35%;
    max-height: 10em;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img,
.img-left a, .img-right a, .img-left-small a, .img-right-small a {
    display: block;
    max-width: 100%;
}

.item-list {
    overflow: hidden;
}
ul.item-list {
    margin-left: 0;
    list-style: none;
}
.item-list li {
    padding: 20px 0;
    /*font-size: 16px;*/
}
.item-list.limited > li + li + li + li {
    display: none;
}
.item-list.limited.toggle-active > li + li + li + li {
    display: block;
}
.item-list.limited.toggle-active + .toggle {
    display: none;
}
.item-list li:after {
    content: '';
    display: table;
    clear: both;
}
.item-list li:first-child {
    padding-top: 0;
}
.item-list li:last-child {
    padding-bottom: 0;
}
.item-list li + li {
    border-top: 1px solid #aaa;
}
.item-list-title, .item-list-title a {
    margin: 0;
    font-family: 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #b05a2f;
}
.item-list-title a:hover {
    color: #43450f;
}
.item-list p {
    margin: 10px 0 0;
}
.item-list-thumbnail {
    float: left;
    margin-right: 20px;
    max-width: 30%;
    max-height: 100px;
}

.accordion-header {
    padding: 10px 40px 10px 20px;
    margin-bottom: 20px;
    font-family: "Veneer", "Brandon Grotesque", 'Trebuchet MS', sans-serif;
    font-size: 30px;
    background: #43450f;
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: all 0.2s ease;
}
.accordion-header:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.25em;
    transform: scaleX(0.5);
    transition: all 0.2s ease;
}
.accordion-header.active {
    background: #ae5a35;
}
.accordion-header.active:after {
    transform: rotate(180deg) scaleX(0.5);
}
.accordion-pane {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.accordion-pane > .more:last-child {
    margin-bottom: 0;
}
.accordion-pane:after {
    content: '';
    display: table;
    clear: both;
}
.accordion-pane > .sf_colsOut > .sf_1col_1in_100 {
    padding-bottom: 0 !important;
}

.tabs-row {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
}
.tabs-tab {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px 0 0;
    border-radius: 3px 3px 0 0;
    font-family: 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-size: 20px;
    background: #43450f;
    cursor: pointer;
}
.tabs-tab, .tabs-tab:hover {
    color: #fff !important;
}
.tabs-tab.active {
    background: #b05a2f;
}
.tabs-pane {
    display: none;
}
.tabs-pane.active {
    display: block;
}

hr {
    height: 0;
    border-color: #888;
    padding: 0;
    margin: 40px 0;
}


@media handheld, only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
    img.left {
        float: none;
        text-align: center !important;
        margin-left: 2%;
        margin-right: 2%;
    }
    img.thumbnail-photo-gallery.left {
        float: none;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
    .left {
        float: none;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .list-with-thumbnail {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


@media all and (min-width: 768px) {
    .js .mobile-toggled, .hide-on-desktop {
        display: none;
    }
    img.left {
        clear: both;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}


/* ---------- =grids ---------- */


.grid {
  display: block;
  padding: 0;
  margin: 0 -40px 0 0 !important;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  clear: both;
  list-style: none;
}
.grid.align-left {
    text-align: left;
}
.grid.align-right {
    text-align: right;
}

.grid-unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0 40px 40px 0;
    margin: 0;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    text-align: left;
}
.lt-ie8 .grid-unit {
    behavior: url("/js/boxsizing.htc");
}

.grid-unit {
    width: 100%;
}

.sf_colsIn {
    padding-bottom: 40px;
}

.grid.compact {
    margin-right: -20px;
}
.grid.compact .grid-unit {
    padding-right: 20px;
    padding-bottom: 20px;
}

.grid-unit-1-2 {
    width: 50%;
}
.grid-unit-1-3 {
    width: 33.33%;
}
.grid-unit-2-3 {
    width: 66.66%;
}
.grid-unit-1-4 {
    width: 25%;
}
.grid-unit-3-4 {
    width: 75%;
}
.grid-unit-1-5 {
    width: 20%;
}
.grid-unit-2-5 {
    width: 40%;
}
.grid-unit-3-5 {
    width: 60%;
}
.grid-unit-4-5 {
    width: 80%;
}


@media only screen and (min-width: 470px) {
    .grid-unit-1-2-s {
        width: 50%;
    }
    .grid-unit-1-3-s {
        width: 33.33%;
    }
    .grid-unit-2-3-s {
        width: 66.66%;
    }
    .grid-unit-1-4-s {
        width: 25%;
    }
    .grid-unit-3-4-s {
        width: 75%;
    }
    .grid-unit-1-5-s {
        width: 20%;
    }
    .grid-unit-2-5-s {
        width: 40%;
    }
    .grid-unit-3-5-s {
        width: 60%;
    }
    .grid-unit-4-5-s {
        width: 80%;
    }
}


@media only screen and (min-width: 720px) {
    .grid-unit-1-2-m {
        width: 50%;
    }
    .grid-unit-1-3-m {
        width: 33.33%;
    }
    .grid-unit-2-3-m {
        width: 66.66%;
    }
    .grid-unit-1-4-m {
        width: 25%;
    }
    .grid-unit-3-4-m {
        width: 75%;
    }
    .grid-unit-1-5-m {
        width: 20%;
    }
    .grid-unit-2-5-m {
        width: 40%;
    }
    .grid-unit-3-5-m {
        width: 60%;
    }
    .grid-unit-4-5-m {
        width: 80%;
    }
}


@media only screen and (min-width: 980px) {
    .grid-unit-1-2-l {
        width: 50%;
    }
    .grid-unit-1-3-l {
        width: 33.33%;
    }
    .grid-unit-2-3-l {
        width: 66.66%;
    }
    .grid-unit-1-4-l {
        width: 25%;
    }
    .grid-unit-3-4-l {
        width: 75%;
    }
    .grid-unit-1-5-l {
        width: 20%;
    }
    .grid-unit-2-5-l {
        width: 40%;
    }
    .grid-unit-3-5-l {
        width: 60%;
    }
    .grid-unit-4-5-l {
        width: 80%;
    }
}


@media (max-width: 499px), (min-width: 768px) and (max-width: 1219px) {
    .sf_2cols_2in_50 {
        margin-top: 40px;
    }
}


@media (min-width: 500px) and (max-width: 767px) {
    .sf_2cols_1in_50 {
        margin-right: 10px !important;
    }
    .sf_2cols_2in_50 {
        margin-left: 10px !important;
    }
}


@media (min-width: 1220px) {
    .sf_2cols_1in_50 {
        margin-right: 20px !important;
    }
    .sf_2cols_2in_50 {
        margin-left: 20px !important;
    }
}


/* ---------- =header, =nav ---------- */

.mobile-nav {
    display: none;
}

.logo {
    float: left;
    z-index: -1;
}

.nav li {
    float: left;
}
.nav li a {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Bebas Neue", Arial, Helvetica, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    padding-right: 7px;
}
.nav li.nav-button {
    background: #333;
    border-radius: 10px;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-left: 40px;
    font-size: 24px;
}
.nav li.nav-button:hover {
    background: #43450f;
}
.nav li.nav-button a {
    padding-right: 0;
}
.nav ul {
    display: none;
}

.nav-button:hover {
    background: #43450f;
}

.in-this-section ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.in-this-section ul li a {
    font-weight: normal;
}
.in-this-section ul li a:hover,
.in-this-section ul li a:active {
    color: #43450f;
}
.in-this-section ul li a.sub-nav-on {
    color: #43450f;
    font-weight: bold;
}
.in-this-section ul li ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
}

.header-message {
    display: block;
    color: #fff;
}


@media handheld, only screen and (max-width: 767px) {
    .logo {
        background: #000;
        width: 55%;
        height: 310px;
        padding-left: 20px;
    }

    #search {
        display: none;
    }

    input.search-mobile {
        font-family: "Bebas Neue", Arial, Helvetica, 'Trebuchet MS', sans-serif;
        background: #333 url(../images/search.png) left no-repeat !important;
        border-radius: 25px;
        font-size: 24px;
        font-weight: normal;
        height: 47px;
        text-align: center;
        float: none;
        clear: both;
        margin: 10px auto 15px 0;
        width: 80%;
        border: none;
        color: #fff !important;
    }

    .nav {
        background: #222;
        clear: both;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0;
        text-align: center !important;
        width: 45%;
        padding-top: 10px;
        overflow: hidden;
    }
    .nav.buttons {
        margin-top: 135px;
    }
    .nav li {
        float: none;
        margin-top: 0;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 10px;
    }
    .nav li a {
        font-size: 24px;
    }
    .nav.buttons li.nav-button {
        float: left;
        background: #43450f;
        border-radius: 0;
        padding: 5px 0;
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 24px;
        margin-left: auto !important;
        margin-bottom: 20px;
    }
    .nav.buttons li.nav-button:hover {
        background: #43450f;
    }

    .welcome {
        display: none;
    }
    .welcome-mobile {
        display: block;
        margin-top: 10px;
        color: #d8b885;
        font-family: "Bebas Neue", Arial, Helvetica, 'Trebuchet MS', sans-serif;
        text-align: left;
        font-size: 24px;
    }

    .header-message {
        padding: 0 15px 20px;
        background: #222;
    }
}


@media all and (min-width: 30em) and (max-width: 767px) {
    .header-message {
        position: absolute;
        left: 8px;
        top: 200px;
        background: transparent;
    }
}


@media all and (max-width: 30em) {
    .logo {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .nav {
        clear: both;
        float: none;
        position: static;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0;
        text-align: center !important;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .nav.buttons {
        margin-top: 0;
        padding-top: 0;
    }
    .welcome-mobile {
        margin: 0 auto !important;
        padding: 0;
    }
    .header + .gap {
        margin-top: 0 !important;
    }
}


@media all and (min-width: 768px) {
    #mobile-nav-container,
    .js .mobile-nav-toggle,
    nav {
        display: none;
    }

    .nav-container {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        font-size: 26px;
        height: 119px;
        z-index: 1000;
    }

    .logo {
        margin-left: 40px;
    }
    .search-mobile {
        display: none;
    }
    #search {
        width: 47px;
        height: 47px;
        margin-top: 44px;
        margin-left: 40px;
    }
    #searchfield input[type=text] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }
    #searchfield input::-webkit-search-decoration,
    #searchfield input::-webkit-search-cancel-button {
        display: none;
        /* remove the search and cancel icon */
    }
    /* search input field */

    #searchfield input[type=text] {
        background: url(../images/search.png) no-repeat 0 center;
        border: none;
        padding: 0 0 0 0;
        height: 47px;
        transition: all .5s;
    }
    /* placeholder */

    #searchfield input:-moz-placeholder {
        color: #fff !important;
        font-weight: normal !important;
    }
    #searchfield input::-webkit-input-placeholder {
        color: #fff !important;
        font-weight: normal !important;
    }
    /* demo B */

    #searchfield input[type=text] {
        width: 47px;
        padding-left: 0;
        color: transparent !important;
        cursor: pointer;
    }
    #searchfield input[type=text]:hover {
        width: 175px !important;
        padding-left: 47px;
        color: #fff !important;
        cursor: auto;
        background-color: #333333;
        border-radius: 47px;
        color: #fff;
    }
    #searchfield input[type=text]:focus {
        width: 175px !important;
        padding-left: 47px;
        color: #fff !important;
        cursor: auto;
        background-color: #333333;
        border-radius: 47px;
        color: #fff;
    }
    @-moz-document url-prefix() {
        #searchfield input[type=text]:hover {
            width: 170px !important;
            padding-left: 47px;
            cursor: auto;
            background-color: #333333;
            border-radius: 47px;
            color: #fff;
        }
    }
    #searchfield input:-moz-placeholder {
        color: transparent;
    }
    #searchfield input::-webkit-input-placeholder {
        color: transparent;
    }

    .nav.main > li {
        position: relative;
    }
    .nav.main > li + li {
        margin-left: 0.88em;
    }
    .nav.main > li + li:before {
        content: '|';
        display: block;
        font-family: "Bebas Neue", Arial, Helvetica, 'Trebuchet MS', sans-serif;
        font-size: 26px;
        font-weight: 700;
        position: absolute;
        left: -0.84em;
        top: 0;
        pointer-events: none;
    }
    .nav.main > li > ul {
        display: block;
        width: 10em;
        position: absolute;
        left: 0;
        top: 80%;
        padding-top: 10px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: top 0.2s ease-out, opacity 0.2s ease, z-index 0s linear 0.2s, visibility 0s linear 0.2s;
    }
    .nav.main > li > ul:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #000;
        border-bottom-color: rgba(0,0,0,0.8);
        border-top-width: 0;
        position: absolute;
        left: 20px;
        top: 0;
    }
    .nav.main > li:hover > a {
        text-decoration: underline;
    }
    .nav.main > li:hover > ul {
        top: 100%;
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transition: top 0.2s ease-out, opacity 0.2s ease, z-index 0s linear, visibility 0s linear;
    }
    .nav.main li li {
        float: none;
        margin: 0;
        padding: 0;
    }
    .nav.main li li > a {
        display: block;
        padding: 10px 20px;
        font-size: 20px;
        color: rgba(255,255,255,0.8);
        background: #000;
        background: rgba(0,0,0,0.8);
    }
    .nav.main li li > a:hover {
        color: #fff;
    }
    .nav.main li li:first-child > a {
        padding-top: 20px;
    }
    .nav.main li li:last-child > a {
        padding-bottom: 20px;
    }

    .header-message {
        position: absolute;
        top: 47px;
        left: 230px;
        font-size: 18px;
    }
}


@media all and (min-width: 48em) and (max-width: 74em) {
    .nav {
        width: 60%;
        float: left;
        margin-top: -3px;
        margin-right: 20px;
    }
    .nav li {
        margin-top: 20px;
    }
    .nav li.nav-button {
        margin-top: 10px;
    }
    .nav.buttons li.welcome {
        position: absolute;
        right: 20px;
        top: 1%;
    }
    .nav li.nav-button {
        margin-left: 0;
        margin-right: 10px;
    }
    #search {
        position: absolute;
        top: 16%;
        right: 25%;
    }
}


@media all and (min-width: 68em) {
    .nav li.nav-button {
        margin-left: 0;
        margin-right: 15px;
    }
}



@media all and (min-width: 74em) {
    .nav {
        position: absolute;
        left: auto;
        right: 550px;
        margin-top: 45px;
        margin-left: 70px;
    }
    .nav.buttons {
        position: absolute;
        left: auto;
        right: 260px;
        margin-top: 40px;
    }
    #search {
        position: absolute !important;
        top: -8px;
        right: 200px !important;
    }
    .header-message {
        left: auto;
        right: 275px;
        top: 89px;
    }
}


/* ---------- =footer ---------- */

#footer {
    width: 100%;
    background: url(../images/018-MoodShot.jpg) top left no-repeat;
    color: #fff;
    padding-bottom: 40px;
    margin-top: 20px;
}
#footer a {
    color: #fff;
}
.footer-content {
    clear: both;
    background: rgba(0, 0, 0, 0.8);
    width: auto;
    padding: 20px 40px 20px 40px;
}
.footer-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer-title {
    color: #b05a2f;
    font-size: 36px;
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
}
.footer-callout {
    color: #b05a2f;
    font-weight: bold;
}

.social {
    display: inline-block;
    margin-left: 20px;
}


@media all and (max-width: 30em) {
    #footer {
        font-size: 16px;
    }
}


@media handheld, only screen and (max-width: 767px) {
    #footer {
        width: 100%;
        background: url(../images/018-MoodShot.jpg) top left no-repeat;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-content {
        clear: both;
        background: rgba(0, 0, 0, 0.7);
        width: auto;
        padding: 20px 40px 20px 40px;
    }
}


@media all and (max-width: 30em) {
    .social {
        margin-left: 5px;
    }
}


@media only screen and (min-width: 768px) {
    #footer {
        padding-top: 40px;
    }
    .footer-content {
        padding: 40px 40px 20px;
    }
    .footer-contact {
        width: 50%;
        float: left;
    }
    .footer-links {
        text-align: right;
    }
}


/* ---------- =home, =parallax ---------- */

.welcome {
    color: #d8b885;
    font-family: "Bebas Neue";
    font-size: 22px;
}
.welcome-mobile {
    display: none;
}

.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    padding: 80px;
    margin: 0;
    position: relative;
    z-index: 3;
}

.gap-100 {
    position: relative;
    overflow: hidden;
}
.gap-100 * {
    position: relative;
    z-index: 2;
}

.home-parallax-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 80%;
    min-width: 100%;
    max-width: none;
    z-index: 1;
}
.home-parallax-image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}
.csstransforms .home-parallax-image {
    left: 50%;
    transform: translateX(-50%);
}

.image-title {
    background: rgba(0, 0, 0, 0.4);
    font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
    font-size: 72px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 25%;
}

.nav-arrow {
    background: rgba(0, 0, 0, 0.8) url(../images/nav-arrow.png) no-repeat center;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: -20px auto 0 auto;
    color: #fff;
    display: block;
    position: relative;
    z-index: 5;
}
a[href="#top"] + .gap-100 {
    margin-top: -25px;
}


@media handheld, only screen and (max-width: 767px) {
    /* remove parallax effects for mobile */
    .home-parallax-image {
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .csstransforms .home-parallax-image {
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
    .home-parallax-image img {
        width: 100%;
    }

    .bacons h2 {
        padding-left: 30px;
    }
    .kittens h2 {
        padding-left: 30px;
    }
    h2.what {
        font-size: 60px;
        padding-top: 25px;
        padding-bottom: 45px;
        padding-left: 50px;
    }
    .headline {
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding-top: 30px;
        padding-bottom: 17px;
        text-transform: uppercase;
        display: block;
    }
    .adventure {
        clear: both;
        /*margin-top: 90px;*/
    }
    .gap-100 {
        min-height: 300px !important;
        /*position: static;*/
        zoom: 1;
    }
    .content {
        padding: 20px;
        margin: 0;
        height: 100%;
    }
    .button.transparent {
        clear: both;
    }
    .gap-100 {
        background: transparent right no-repeat;
        background-size: cover;
        height: 100%;
        zoom: 1;
    }
    .nav-arrow.image-top {
        position: relative;
        top: -20px;
    }
    .image-title {
        display: none;
    }
}


@media all and (min-width: 768px) and (max-width: 68em) {
    .bacons.content {
        background: #fff;
        padding: 20px 80px 0 80px;
        margin: 0;
        height: 100%;
    }
    .kittens.content {
        background: #fff;
        padding: 20px 80px 0 80px;
        margin: 0;
        height: 100%;
    }
    .done.content {
        background: #fff;
        padding: 60px 80px 0 80px;
        margin: 0;
        height: 100%;
    }
    #join {
        margin-top: 0;
    }
}


@media all and (min-width: 768px) {
    .parallax-image-wrapper {
        position: fixed;
        left: 0;
        width: 100%;
        overflow: hidden;
        zoom: 1;
        display: block;
    }
    .parallax-image-wrapper-50 {
        height: 100%;
        top: -100%;
    }
    .parallax-image-wrapper-100 {
        height: 100%;
        top: -100%;
        display: block;
    }
    .parallax-image {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        zoom: 1;
    }
    .parallax-image-50 {
        height: 100%;
        top: 0;
    }
    .parallax-image-100 {
        height: 100%;
        top: 0;
    }
    .parallax-image.skrollable-between {
        display: block;
    }
    .no-skrollr .parallax-image-wrapper {
        display: none !important;
    }
    #skrollr-body {
        height: 100%;
        overflow: visible;
        position: relative;
        zoom: 1;
    }
    .gap-50 {
        height: 100%;
    }
    .gap-100 {
        height: 100%;
        zoom: 1;
    }

    h2.what {
        font-size: 60px;
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 75px;
    }
    .what-bar {
        background: rgba(67, 69, 15, 0.8);
        height: 56px;
        text-align: center;
        padding-top: 6px;
    }
    .what-bar a {
        color: #fff;
        font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
        font-size: 36px;
        padding-right: 40px;
    }
    .what-bar-mobile {
        display: none;
    }
}


@media all and (min-width: 48em) and (max-width: 63em) {
    .what-bar a {
        font-size: 20px !important;
    }
    .gap-100 {
        background: transparent right no-repeat;
        background-size: cover;
        height: 100%;
        zoom: 1;
    }
}


@media all and (max-width: 63em) {
    .what-bar {
        display: none;
    }
    .what-bar a {
        display: none;
    }
    .what-bar-mobile {
        display: block;
        background: rgba(67, 69, 15, 0.8);
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 40px;
        float: left;
    }
    .what-bar-mobile a {
        display: block;
        color: #fff;
        font-family: 'Veneer', Impact, 'Brandon Grotesque', 'Trebuchet MS', sans-serif;
        font-size: 24px;
        padding-right: 40px;
        clear: both;
        float: left;
        text-align: center;
        padding-bottom: 20px;
        width: 75%;
        margin: 0 5% 0 10%;
    }
}


@media all and (min-width: 63em) and (max-width: 80em) {
    .what-bar a {
        font-size: 28px !important;
    }
}


@media all and (min-width: 80em) {
    .welcome {
        position: absolute;
        top: -40px;
        left: 0;
    }
}


/* ---------- =interior ---------- */

.page-content-wrapper {
    min-height: 400px;
}

.interior-layout, .interior-layout-single {
    width: auto !important;  /* override sf-cols */
    padding: 40px 20px;
}
.interior-layout-side, .interior-layout-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.interior-layout-single {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.interior-layout-main {
    overflow: hidden;
}

.interior-layout-main .sfContentBlock {
    overflow: hidden;
}

.breadcrumb {
    margin-bottom: 10px;
    margin-left: -0.3em;
    overflow: hidden;
}
.breadcrumb .rsmFlow {
    padding: 0 !important;
}
.breadcrumb a {
    font-family: "Brandon Grotesque", 'Trebuchet MS', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #b05a2f !important;
}
.breadcrumb a:hover {
    border: none !important;
    color: #43450f !important;
    background: transparent !important;
}

.interior-nav {
    border-bottom: 1px solid #444;
}
.interior-nav a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.interior-nav ul a {
    padding-left: 15px;
}
.interior-nav ul ul a {
    padding-left: 30px;
}
.interior-nav ul ul ul a {
    padding-left: 45px;
}
.interior-nav ul {
    margin-bottom: 0;
}
.interior-nav li {
    border-top: 1px solid #444;
}
.interior-nav .current > a {
    font-weight: 700;
    color: #43450f;
}
.interior-nav li:not(.current) > ul {
    display: none;
}




.media-photo {
    background: #eee;
    width: 100%;
    height: auto;
}
img.thumbnail-photo-gallery {
    width: 150px;
    height: 150px;
}
img.high-res {
    width: auto;
    max-width: 90%;
}
.caption {
    width: 90%;
    margin-top: 20px;
}
.caption-thumb {
    width: 130px;
    padding: 0 10px 10px;
    background: #434414;
    color: #fff;
    margin-bottom: 40px;
}

.posted {
    color: #43450f;
}

.interior-bottom-boxes {
    margin: 40px 0;
}

.detail-back {
    display: inline-block;
    margin: 5px 0 20px;
}
.detail-back:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    margin-right: 0.4em;
    border: 0.5em solid transparent;
    border-right-color: #b05a2f;
    border-left-width: 0;
    position: relative;
    top: 0.2em;
    transform: scaleY(0.5);
}
.detail-back:hover:before {
    border-right-color: #43450f;
}
h1 + .detail-meta {
    margin-top: -20px;
}

.header {
    position: relative;
    z-index: 10;
}


@media handheld, only screen and (max-width: 767px) {
    .interior-hero {
        clear: both;
        background: transparent top right no-repeat;
        background-size: cover;
        zoom: 1;
        height: 220px;
        overflow: hidden;
    }

    .interior-layout {
        padding-top: 0;
        padding-bottom: 0;
    }

    .interior-nav-header {
        margin: 0 -20px;
    }
    .interior-nav-header.active {
        margin-bottom: 20px;
    }

    .col-1-3.gallery {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
}


@media all and (min-width: 768px) {
    .interior-hero {
        background: transparent top center no-repeat;
        background-size: cover;
        zoom: 1;
        height: 300px;
    }
    .header {
        background: #fff;
        padding: 0 1em;
        box-sizing: border-box;
        z-index: 9999;
    }

    .interior-nav-header {
        padding: 0;
        background: transparent;
        color: #000;
        cursor: default;
    }
    .interior-nav-header:after {
        display: none;
    }
    .interior-nav-header.active {
        background: transparent;
    }

    .interior-layout {
        padding: 40px;
    }
    .interior-layout:after {
        content: '';
        display: table;
        clear: both;
    }
    .interior-layout-side {
        width: 33%;
        float: left;
    }
    .interior-layout-main {
        width: 66%;
        margin: 0 0 0 auto;
        padding-left: 40px;
    }

    .interior-nav {
        /* override accordion */
        display: block !important;
        height: auto !important;
    }

    #progress {
        height: 2%;
        background: #444;
        bottom: 0;
        z-index: 200;
    }
    #scrollbar {
        position: fixed;
        right: 2px;
        height: 50px;
        width: 6px;
        background: #444;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.6);
        z-index: 300;
        border-radius: 3px;
    }
    .skrollr-desktop #scrollbar {
        display: none;
    }
    #bg1, #bg2, #bg3 {
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bubbles.png) repeat 0 0;
    }
    #bg2 {
        z-index: 49;
        background-image: url(../images/images/bubbles2.png);
    }
    #bg3 {
        z-index: 48;
        background-image: url(../images/images/bubbles3.png);
    }
    #intro {
        width: 80%;
        left: 50%;
        top: 1em;
        margin-left: -40%;
        padding: 2em;
        background: #fff;
        text-align: center;
        border-radius: 1em;
        transform-origin: 0 0;
        box-sizing: border-box;
    }
    #intro .arrows {
        font-size: 2em;
        color: #09f;
    }
    #transform {
        width: 70%;
        left: 50%;
        top: 20%;
        margin-left: -35%;
        text-align: center;
        font-size: 150%;
        transform-origin: 50%, 50%;
    }
    #properties {
        width: 100%;
        height: 100%;
        padding-top: 10%;
        text-align: center;
        box-sizing: border-box;
    }
    #easing_wrapper {
        width: 100%;
        height: 100%;
    }
    #easing {
        top: 10%;
        width: 50%;
        z-index: 101;
    }
    .drop {
        background: #09f;
        font-weight: bold;
        padding: 1em;
    }
    #download {
        width: 80%;
        left: 10%;
        height: 80%;
        padding: 3em;
        border: 0 solid #222;
        box-sizing: border-box;
    }

    .image-title-mobile {
        display: none;
    }
}


@media all and (min-width: 68em) {
    .list-with-thumbnail {
        min-height: 120px;
    }
}


@media all and (min-width: 1220px) {
    .interior-layout {
        padding: 60px 40px;
    }
    .interior-layout-side {
        width: 24%;
        float: left;
    }
    .interior-layout-main {
        width: 76%;
        margin: 0 0 0 auto;
        padding-left: 60px;
    }
}


/* ---------- =search ---------- */

.search-results-refine {
    margin-bottom: 40px;
}
.search-results-refine .interior-nav {
    border-bottom: none;
}
.search-results-facets-title {
    margin-bottom: 10px;
}
ul + .search-results-facets-title {
    margin-top: 10px;
}
.search-results-facets-list li:first-child {
    border-top: none;
}
.search-results-facets-list li {
    border-top-color: #ccc;
}
.search-results-facets-list a {
    padding: 10px 0 !important;
    text-transform: none;
}

.search-results-selected-facet {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 20px 0;
    padding: 7px 35px 7px 15px;
    border-radius: 3px;
    color: #fff;
    background: #434608 url('../Images/icon-x.png') no-repeat 95% 50%;
    background-position: calc(100% - 15px) 50%;
}
.search-results-selected-facet:hover {
    color: #fff;
    background-color: #af5a2f;
}

.search-pagination {
    margin: 0 0 40px;
}
.pagerPage, .pagerNext, .pagerPrev {
    display: inline-block;
    vertical-align: middle;
    min-width: 15px;
    padding: 5px;
    margin: 0 3px 3px 0;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    background: #eee;
}
span.pagerPage {
    font-weight: 700;
    color: #fff;
    background: #434608;
}


/* ---------- =unique, =misc ---------- */

.photo-gallery img {
    display: block;
    margin: 0 auto 10px;
}
.photo-gallery figcaption {
    font-size: 18px;
    text-align: center;
    color: #666;
}

.leaders h3 {
    margin-bottom: 0;
}

.site-map ul {
    margin-bottom: 10px;
}
.site-map > ul {
    list-style: none;
    margin: 0;
}
.site-map > ul:after {
    content: '';
    display: table;
    clear: both;
}
.site-map > ul > li {
    margin-bottom: 30px;
}
.site-map > ul > li > a {
    font-size: 24px;
    font-weight: 700;
    color: #43450f;
}


@media (min-width: 1220px) {
    .site-map > ul {
        margin-right: -40px;
    }
    .site-map > ul > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3%;
        float: left;
        padding-right: 40px;
    }
}


/* ---------- =Ingeniux ---------- */

/*.sfPageEditor #preload {
    display: block !important;
}*/
.sfPageEditor .nav-container, .sfPageEditor .logo, .sfPageEditor .nav, .sfPageEditor .nav.buttons, .sfPageEditor #search {
    float: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 !important;
}
.sfPageEditor .igx-page-resources {
    clear: both !important;
    padding-bottom: 150px !important;
    margin-top: 800px;
}


/* ---------- =fancybox ---------- */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,'Trebuchet MS', sans-serif;
    position: relative;
    text-shadow: none;
    max-width: 100%;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/**
 * Hunt Forever BLOG STYLE
 */
.HFBlog, .blog-main {
    box-sizing: border-box;
    
}
.HFBlog {
    padding: 15px;
}

/*.sfpostListFFHBlog .sfpostListItem {
	padding: 0 15px;
}*/
#fb-root {
	display: none;
}
/*.sfpostListFFHBlog .sfimagesTmb {
    background: #b2b2b2 url('../Images/pattern-light.svg') repeat;
}*/
.sfpostListFFHBlog .sfimagesTmb img {
    height: 350px;
    transition: opacity .3s ease;
}
.sfpostListFFHBlog .sfimagesTmb img:hover {
    opacity: .7;
}
.HFBlog .grid.photo-gallery {
    margin: 0!important;
}
@media only screen and (max-width: 470px) {
    .sfpostListFFHBlog .sfimagesTmb img {
        height: auto;
    }
}
@media (min-width: 768px) {
    .HFBlog {
        padding: 60px 40px;
    }
    .HFBlog .blog-main {
        padding: 0 40px;
    }
}