/* 
	Table of Contents

         Slider -----------------------------------
    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
         Tablet Portrait --------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    12. Header ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
         Mobile -----------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Adv ---------------------------------------
    19. Article primary ---------------------------
         Tablet Portrait --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    20. Article primary alt -----------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    21. Author ------------------------------------
         Mobile -----------------------------------
    22. Button ------------------------------------
         Button Block -----------------------------
         Button default ---------------------------
         Button icon ------------------------------
         Button warning ---------------------------
         Button warning ---------------------------
         Mobile -----------------------------------
    23. Credists ----------------------------------
    24. Form Elements -----------------------------
    25. Form --------------------------------------
    26. Intro -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    27. Intro secondary ---------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    28. List --------------------------------------
    29. List buttons ------------------------------
         Mobile -----------------------------------
    30. Logo --------------------------------------
    31. Nav ---------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    32. Nav primary -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    33. Nav wrapper -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    34. Nav trigger wrapper -----------------------
         Tablet Portrait --------------------------
    35. Nav trigger -------------------------------
    36. Quote -------------------------------------
    37. Search main -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    38. Search wrapper ----------------------------
    39. Section tiles -----------------------------
         Tablet Portrait --------------------------
    40. Section tiles alt -------------------------
         Tablet Portrait --------------------------
    41. Section solid -----------------------------
    42. Section ads -------------------------------
         Tablet Portrait --------------------------
    43. Section article ---------------------------
    44. Section tiles primary ---------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    45. Section search ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    46. Slider ------------------------------------
         Tablet Portrait --------------------------
    47. Socials -----------------------------------
    48. Socials secondary -------------------------
    49. Table -------------------------------------
    50. Tiles primary -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    51. Tile primary ------------------------------
         Tablet Portrait --------------------------
    52. Tiles secondary ---------------------------
         Tablet Portrait --------------------------
    53. Tile secondary ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    54. Tiles list --------------------------------
         Mobile -----------------------------------
    55. Tile long ---------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    56. Widget ------------------------------------
    57. Themes ------------------------------------
 */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-bag
{ background-image: url(../images/sprite.png); background-position: 0% 0%; background-size: 100% 100%; width: 18px; height: 23px; display: inline-block; vertical-align: middle; font-size: 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi)
{
	.ico-bag
{ background-image: url(../images/sprite.@2x.png); background-position: 0% 0%; background-size: 100% 100%; width: 18px; height: 23px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'PT Serif', serif; font-size: 'PT Serif', serif; line-height: 1.3; color: #231f20; }
a { color: inherit; text-decoration: none; -webkit-transition: color .3s, background .3s; -o-transition: color .3s, background .3s; transition: color .3s, background .3s; }
a:hover,
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; color: #000; font-family: 'Meta Serif Pro Book', serif; }
h1 { font-size: 58px; }
h2 { font-size: 52px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
@media(min-width: 1025px){
	a:hover { color: #b3a168; text-decoration: none; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	h1 { font-size: 42px; }
	h2 { font-size: 36px; }
	h3 { font-size: 26px; }
	h4 { font-size: 22px; }
	h5 { font-size: 20px; }
	h6 { font-size: 18px; }
}
/* Mobile */
@media (max-width: 767px) {
	h1 { font-size: 36px; }
	h3 { font-size: 22px; }
}
blockquote { position: relative; padding-top: 39px; }
blockquote:before { content: ''; display: inline-block; width: 360px; height: 5px; background-color: #b3a168; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
blockquote p { font-family: 'Meta Serif Pro Book', serif; font-size: 36px !important; font-weight: 300; line-height: 1.4; text-align: center; color: #b3a168; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	blockquote {  padding-top: 30px; }
	blockquote:before { height: 4px; }

	blockquote p { font-size: 30px !important; }
}
/* Mobile */
@media (max-width: 767px) {
	blockquote { padding-top: 15px; }
	blockquote:before { width: 220px; height: 2px; }

	blockquote p { font-size: 22px !important; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Meta Serif Pro Book';
    src: url('../fonts/MetaSerifPro-Book.woff2') format('woff2'),
        url('../fonts/MetaSerifPro-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both; }
/*  Notext  */
.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.col--1of3 { max-width: 33.33%; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container { padding-top: 88px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.container { padding-top: 60px; }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 63px 0 30px; background-color: #121010; border-top: 8px solid #b3a168; color: #fff; }
.footer .footer__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1184px; margin: 0 auto; }
.footer .footer__aside { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; max-width: 240px; }
.footer .footer__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.footer .footer__content ul { margin-bottom: 16px; list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.footer .footer__content ul a { font-family: 'Fira Sans Condensed', sans-serif; font-size: 16px; font-weight: 300; text-decoration: underline; color: #949599; letter-spacing: -0.01em; }
.footer .footer__content ul li + li { margin-left: 17px; }
.footer .footer__content p { font-family: 'Fira Sans Condensed', sans-serif; font-size: 16px; font-weight: 300; color: #949599; letter-spacing: -0.012em; }
.footer .footer__content .socials { margin-bottom: 33px; }
.footer .footer__content .socials ul { margin-bottom: 0; }
.footer .footer__content .socials a { text-decoration: none; color: #fff; font-size: 28px; font-weight: normal; }
.footer .footer__content .socials li + li { margin-left: 43px; }
.footer .footer__logo { display: inline-block; margin-bottom: 30px; }
.footer .nav { margin-bottom: 53px; }
.footer .nav li + li { margin-top: 13px;  }
.footer .nav a { letter-spacing: 0.03em; }
.footer .nav--primary li + li { margin-top: 9px; }
@media(min-width: 1025px){
	.footer .footer__content ul a:hover { text-decoration: underline; color: #fff; }
	.footer .footer__content .socials a:hover { color: #b3a168; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.footer { padding: 30px 0 30px; }

	.footer .footer__content ul a { font-size: 14px; }
	.footer .footer__content p { font-size: 14px;  }

	.footer .footer__content .socials { margin-bottom: 25px; }
	.footer .footer__content .socials a { font-size: 24px; }
	.footer .footer__content .socials li + li { margin-left: 40px; }

	.footer .footer__aside { -webkit-box-flex: 0; -ms-flex: 0 0 220px; flex: 0 0 220px; max-width: 220px; }

	.footer .footer__logo { max-width: 300px; margin-bottom: 26px; }

	.footer .nav { margin-bottom: 25px; }
	.footer .nav a { font-size: 18px; }
	.footer .nav li + li { margin-top: 10px; }
	.footer .nav--primary a { font-size: 16px; }
	.footer .nav--primary li + li { margin-top: 7px; }
}
/* Mobile */
@media (max-width: 767px) {
 	.footer { padding: 25px 0 25px; }

	.footer .footer__inner { display: block; text-align: center; }

	.footer .footer__aside { max-width: 100%; }

	.footer .footer__content { margin-bottom: 30px; }
	.footer .footer__content ul { display: block; }
	.footer .footer__content ul li + li { margin-left: 0; margin-top: 2px; }
	.footer .footer__content .socials { margin-bottom: 9px; }
	.footer .footer__content .socials ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; }
	.footer .footer__content .socials li + li { margin-top: 0; margin-left: 30px; }
	.footer .footer__content .socials a { font-size: 20px; }

	.footer .footer__logo { max-width: 200px; margin-bottom: 15px; }

	.footer .nav { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { padding: 19px 0; position: fixed; top: 0; left: 0; right: 0; z-index: 100; background-color: #000000; }
.header .header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header .header__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header .nav-trigger-wrapper { margin-right: 50px; }
.header .nav-trigger-wrapper .socials { display: none; }
.header .logo { position: absolute; top: 2px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: inline-block; }
.header .search-wrapper { margin-right: 42px; }
@media (max-width: 1440px) {
	.header .search-wrapper { margin-right: 20px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.header { padding: 9px 0 8px; }

	.header .logo { max-width: 60px; }

	.header .header__content .socials { display: none; }

	.header .nav-trigger-wrapper .socials { display: inline-block; }

	.header .search-wrapper { position: absolute; top: 32px; left: 136px; }

	.header .search--main { width: 100% !important; position: fixed; top: 0; left: 0; height: 100vh; right: 0; z-index: 50; background-color: rgba(16, 0, 0, .5); visibility: hidden; opacity: 0; -webkit-transition: visibility .3s, opacity .3s; -o-transition: visibility .3s, opacity .3s; transition: visibility .3s, opacity .3s; pointer-events: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 15px;}
	.header .search--main .search__inner { min-width: 400px; }
}
/* Mobile */
@media (max-width: 767px) {
	.header .search--main .search__inner { min-width: 300px; }
}
/* Mobile */
@media (max-width: 374px) {
	.header .search-wrapper { left: 119px; }

	.header .search--main .search__inner { min-width: 260px; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1310px; padding-left: 15px; padding-right: 15px; margin: auto; }
.shell--fluid { max-width: none; }
.shell-xl { max-width: 1510px; }
/* Mobile */
@media (max-width: 767px) {
	.shell { padding-left: 25px; padding-right: 25px; }
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; overflow-x: hidden; }
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Adv
\* ------------------------------------------------------------ */
.adv { text-align: center; }
/* ------------------------------------------------------------ *\
	Article primary
\* ------------------------------------------------------------ */
.article--primary { padding: 30px 0 63px; }
.article--primary h6 { margin-bottom: 28px; font-family: 'PT Serif', serif; font-size: 20px; font-weight: 700;  }
.article--primary h6 + p { margin-top: 29px; }
.article--primary p { font-size: 18px; line-height: 1.6; }
.article--primary p + p { margin-top: 26px; }
.article--primary p + h6 { margin-top: 43px; }
.article--primary p + img { margin-top: 22px; }
.article--primary p + blockquote { margin-top: 61px; }
.article--primary p + .article__image { margin-top: 43px; }
.article--primary p + .alignleft { margin-top: 0; }
.article--primary p + .alignright { margin-top: 0; }
.article--primary p + .aligncenter { margin-top: 63px; }
.article--primary .article__entry { max-width: 770px; }
.article--primary .article__entry:after { content: ''; display: table; line-height: 0; clear: both; }
.article--primary .article__image + h6 { margin-top: 60px; }
.article--primary .article__image .article__image-title { position: absolute; left: 0; width: 100%; bottom: 84px; z-index: 1; padding: 0 15px; }
.article--primary .article__image .article__image-title h2 { max-width: 1290px; margin: 0 auto; }
.article--primary .article__image-caption small { font-family: 'Fira Sans Condensed', sans-serif; -webkit-box-flex: 0; -ms-flex: 0 0 52%; flex: 0 0 52%; font-size: 14px; font-weight: 400; color: #949599; display: inline-block; margin-right: 5px; margin-top: 3px; letter-spacing: -0.013em; letter-spacing: -0.015em; }
.article--primary .article__image-caption p { font-family: 'Fira Sans Condensed', sans-serif; font-size: 13px; color: #949599; font-weight: 400; text-transform: uppercase; text-align: right; letter-spacing: -0.02em; }
.article--primary .article__image-caption p a { font-weight: 600; }
.article--primary .article__image-caption img { width: 100%; max-width: 100%; }
.article--primary .article__image-caption { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 8px; }
.article--primary .article__image-caption p { font-size: 12px; }
.article--primary .article__image-inner { position: relative; }
.article--primary .article__image-inner:before { content: ''; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); opacity: 0.85; height: 280px; z-index: 1; }
.article--primary .article__entry + .article__inner { margin-top: 25px; }
.article--primary .alignright { margin: 0 0 5px 25px; }
.article--primary .alignright { margin-right: -220px; }
.article--primary .alignleft { margin: 0 25px 5px 0; }
.article--primary .aligncenter { width: 100vw; -webkit-transform: translateX(calc(-50% + 350px)); -ms-transform: translateX(calc(-50% + 350px)); transform: translateX(calc(-50% + 350px)); }
.article--primary .aligncenter img { width: 100%; }
.article--primary .aligncenter .article__image-caption { padding: 10px 60px; }
.article--primary .cols { margin: 0 -10px; }
.article--primary .col { position: relative; padding: 0 10px; }
.article--primary .col--size1 { -webkit-box-flex: 0; -ms-flex: 0 0 22.3%; flex: 0 0 22.3%; max-width: 22.3%; }
.article--primary .col--size2 { -webkit-box-flex: 0; -ms-flex: 0 0 77.7%; flex: 0 0 77.7%; padding-right: 30px; max-width: 77.7%; }
.article--primary blockquote { margin: 0 -40px; }
.article--primary blockquote + p { margin-top: 46px; }
.article--primary .socials--secondary { position: absolute; top: -10px; right: 9px; }
.article--primary .shell + .article__image { margin-top: 64px; }
.article--primary .article__image { position: relative; }
.article--primary .article__image + .credits { margin-top: 17px; }
.article--primary .credits { margin-bottom: 26px; }
.article--primary .article-image { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 600px; }
.article--primary .article__image h2 { font-family: 'Prata', serif; color: #fff; }
.article--primary .article__image img { width: 100%; }
.article--primary .article__image .article__content { text-align: left; padding: 0 15px; max-width: 1317px; margin: 0 auto; color: #fff; }
.article--primary .article__image .article__inner { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; width: 100%;  bottom: 33px; }
@media(max-width: 1440px){
	.article--primary .aligncenter .article__image-caption { padding: 10px 15px; }
	.article--primary .alignright { margin-right: -130px; }
}
@media(max-width: 1330px){
	.article--primary .aligncenter { -webkit-transform: translateX(-23.5%); -ms-transform: translateX(-23.5%); transform: translateX(-23.5%); }
}
/* Tablet Portrait */
@media (max-width: 1200px) {
	.article--primary .article__entry { max-width: 600px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.article--primary { padding: 30px 0 35px; }

	.article--primary h6 + p { margin-top: 23px; }

	.article--primary p + p { margin-top: 20px; }
	.article--primary p + h6 { margin-top: 30px; }
	.article--primary p + .article__image { margin-top: 39px; }
	.article--primary p + blockquote { margin-top: 35px; }

	.article--primary .aligncenter { -webkit-transform: translateX(-15px); -ms-transform: translateX(-15px); transform: translateX(-15px); }

	.article--primary .article-image { height: 500px; }

	.article--primary .article__image + h6 { margin-top: 45px; }

	.article--primary .article__image-small { max-width: 320px; }

	.article--primary .alignright { margin-right: 0; }

	.article--primary .cols { display: block; margin: 0; }
	.article--primary .col { padding: 0; }
	.article--primary .col + .col { margin-top: 30px; }
	.article--primary .col--size1 { max-width: 100%; }
	.article--primary .col--size2 { max-width: 100%; }
	.article--primary .col--size3 { max-width: 100%; text-align: left; }

	.article--primary .article__entry { max-width: 100%; padding-right: 0; }

	.article--primary .socials--secondary { position: static; margin-bottom: 30px; }
	.article--primary .socials--secondary ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.article--primary .socials--secondary li + li { margin-top: auto; margin-left: 20px; }

	.article--primary .article__image-caption + h6 { margin-top: 35px; }

	.article--primary blockquote { margin: 0; }
	.article--primary blockquote + p { margin-top: 35px; }

	.article--primary .shell + .article__image { margin-top: 44px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article--primary { padding: 20px 0 25px; }

	.article--primary h6 { font-size: 18px; }
	.article--primary h6 + p { margin-top: 15px; }
	.article--primary p { font-size: 16px; line-height: 1.4; margin-bottom: 15px; }
	.article--primary p + p { margin-top: 0; }
	.article--primary p + h6 { margin-top: 20px; }
	.article--primary p + .article__image { margin-top: 25px; }
	.article--primary p + blockquote { margin-top: 30px; }
	.article--primary .col + .col { margin-top: 20px; }

	.article--primary .article-image { height: 370px; }
	.article--primary .article__image + h6 { margin-top: 20px; }
	.article--primary .aligncenter { -webkit-transform: translateX(-25px); -ms-transform: translateX(-25px); transform: translateX(-25px); }

	.article--primary .article__image-caption { display: block; text-align: center; }
	.article--primary .article__image-caption small { margin: 0 0 3px; }
	.article--primary .article__image-caption p { text-align: center; }

	.article--primary .socials--secondary { margin-bottom: 20px; }

	.article--primary .alignright { margin: 0 auto 20px; float: none; display: block; text-align: center; }
	.article--primary .alignleft { margin: 0 auto 20px; float: none; display: block; text-align: center; }
	.article--primary .aligncenter { margin: 0 auto 20px; float: none; display: block; text-align: center; }

	.article--primary blockquote + p { margin-top: 25px; }

	.article--primary .article__image .article__image-title { bottom: 30px; }
	.article--primary .article__image .article__image-title h2 { font-size: 22px; }

	.article--primary .aligncenter .article__image-caption { padding: 0 25px; }

	.article--primary .shell + .article__image { margin-top: 15px; }
}
/* ------------------------------------------------------------ *\
	Article primary alt
\* ------------------------------------------------------------ */
.article--primary-alt { padding: 33px 0 100px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.article--primary-alt { padding: 5px 0 46px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article--primary-alt { padding: 5px 0 26px; }
}
/* ------------------------------------------------------------ *\
	Author
\* ------------------------------------------------------------ */
.author { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.author p { margin-bottom: 4px; font-family: 'Fira Sans Condensed', sans-serif; font-size: 16px; font-weight: normal; }
.author p a { font-weight: bold; letter-spacing: -0.03em; }
.author small { display: inline-block; margin-bottom: 3px; font-family: 'Fira Sans Condensed', sans-serif; font-size: 14px; font-size: 14px; }
.author .author__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.author .author__image { margin-right: 20px; display: inline-block; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 60px; height: 60px; border-radius: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; max-width: 60px; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; -o-transition: box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s; }
@media(min-width: 1025px){
	.author .author__image:hover { -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, .2); box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, .2); }
}
/* Mobile */
@media (max-width: 767px) {
	.author .author__image { margin-right: 10px; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/*  Button Block  */
.btn--block { display: block; padding-left: 0; padding-right: 0; }
/*  Button default  */
.btn--default { padding: 10px 20px; border-radius: 3px; border: 0; }
/*  Button icon  */
.btn--icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'Fira Sans Condensed', sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.btn--icon i { margin-right: 9px; }
.btn--icon span { position: relative; top: 2px;  }
/*  Button warning  */
.btn--warning { background-color: #b3a168; color: #fff; }
/*  Button warning  */
.btn--search { font-size: 24px; color: #b3a168; }
@media(min-width: 1025px){
	.btn--search:hover { color: #fff; }

	.btn--warning:hover { background-color: #9c8847; color: #fff; }
}
/* Mobile */
@media (max-width: 767px) {
	.btn--icon { padding: 10px 12px; }
	.btn--icon i { margin-right: 9px; }
}
/* ------------------------------------------------------------ *\
	Credists
\* ------------------------------------------------------------ */
.credits p { font-family: 'Fira Sans Condensed', sans-serif; font-size: 13px; text-transform: uppercase; color: #949599; }
.credits p a { font-weight: 600; letter-spacing: -0.03em; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { position: relative; height: 580px; color: #fff; background-color: #000000; }
.intro:before { content: ''; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); opacity: 0.85; height: 280px; z-index: 1; }
.intro + .credits { margin-top: 20px; }
.intro h2 { margin-bottom: 10px; font-weight: 300; color: #fff; letter-spacing: 0.06em; }
.intro p { font-family: 'Fira Sans Condensed', sans-serif; font-weight: normal; font-size: 18px; letter-spacing: 0.04em; }
.intro p a { text-decoration: none; font-weight: bold; }
.intro .intro__image { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; opacity: .9; }
.intro .intro__inner { position: absolute; bottom: 61px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; width: 100%; }
.intro .intro__content { text-align: center; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.intro { height: 500px; }
}
/* Mobile */
@media (max-width: 767px) {
	.intro { height: 352px; }
	.intro:before { height: 170px; }

	.intro h2 { margin-bottom: 1px; }
	.intro p { font-size: 16px; }

	.intro .intro__inner { bottom: 35px; }
}
/* ------------------------------------------------------------ *\
	Intro secondary
\* ------------------------------------------------------------ */
.intro--secondary { height: 600px; }
.intro--secondary h2 { margin-bottom: 0px; }
.intro--secondary h4 { color: #b3a168; font-weight: normal; font-style: italic; font-family: 'Fira Sans Condensed', sans-serif; letter-spacing: 0.034em; margin-right: -160px; }
.intro--secondary .intro__inner { position: absolute; bottom: 55px; }
.intro--secondary .intro__content { text-align: left; max-width: 698px; margin: 0 auto; }
@media (max-width: 1200px) {
	.intro--secondary h4 { margin-right: 0; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.intro--secondary { height: 500px; }
}
/* Mobile */
@media (max-width: 767px) {
	.intro--secondary { height: 370px; }

	.intro--secondary h2 { margin-bottom: 6px; line-height: 1.2; }

	.intro--secondary h4 { font-size: 20px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List buttons
\* ------------------------------------------------------------ */
.list--buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.list--buttons li + li { margin-left: 39px; }
.list--buttons .btn { font-family: 'Fira Sans Condensed', sans-serif; text-transform: uppercase; font-weight: normal; letter-spacing: 0.056em; padding: 11px 20px; }
/* Mobile */
@media (max-width: 767px) {
	.list--buttons li + li { margin-left: 11px; }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav li + li { margin-top: 12px; }
.nav a { display: block; text-decoration: none; font-family: 'Meta Serif Pro Book', serif; font-size: 22px; font-weight: 300; letter-spacing: 0.005em; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav a { font-size: 20px; }
}
/* Mobile */
@media (max-width: 767px) {
	.nav a { font-size: 18px; }
}
/* ------------------------------------------------------------ *\
	Nav primary
\* ------------------------------------------------------------ */
.nav--primary li + li { margin-top: 11px; }
.nav--primary a { display: block; text-decoration: none; font-family: 'Meta Serif Pro Book', serif; font-size: 20px; font-weight: 300; letter-spacing: 0.0em; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav--primary a { font-size: 18px; }
}
/* Mobile */
@media (max-width: 767px) {
	.nav--primary a { font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	Nav wrapper
\* ------------------------------------------------------------ */
.nav-wrapper { position: fixed; top: 0; left: 0; height: 100vh; right: 0; z-index: 50; background-color: rgba(16, 0, 0, .5); visibility: hidden; opacity: 0; -webkit-transition: visibility .3s, opacity .3s; -o-transition: visibility .3s, opacity .3s; transition: visibility .3s, opacity .3s; pointer-events: none; }
.nav-wrapper.expanded { visibility: visible; opacity: 1; pointer-events: all; }
.nav-wrapper.expanded .nav-content { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.nav-wrapper .nav-content { padding: 42px 41px; height: 100%; background-color: #231f20; color: #fff; width: 290px; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
.nav-wrapper .nav { margin-bottom: 50px; }
@media(min-width: 1024px){
	.nav-wrapper .socials { display: none; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav-wrapper .nav--primary { margin-bottom: 40px; }

	.nav-wrapper .nav-content { overflow-y: scroll; }
	.nav-wrapper .nav-content-inner { min-height: 500px; }
}
/* Mobile */
@media (max-width: 767px) {
	.nav-wrapper .nav-content { padding: 38px 25px; width: 220px; }

	.nav-wrapper .nav { margin-bottom: 35px; }
}
/* ------------------------------------------------------------ *\
	Nav trigger wrapper
\* ------------------------------------------------------------ */
.nav-trigger-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.nav-trigger-wrapper span { font-family: 'Fira Sans Condensed', sans-serif; font-weight: 600; color: #fff; text-transform: uppercase; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; letter-spacing: 0.02em;}
.nav-trigger-wrapper .nav-trigger { margin-right: 14px; }
@media(min-width: 1024px){
	.nav-trigger-wrapper:hover span { color: #b3a168; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav-trigger-wrapper .nav-trigger { margin-right: 0; }
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger { position: relative; display: inline-block; width: 36px; height: 27px; }
.nav-trigger span { position: absolute; display: block; height: 3px; width: 100%; background: #b3a168; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 12px; }
.nav-trigger span:nth-child(3) { top: 24px; }
.nav-close { position: relative; display: inline-block; width: 28px; height: 29px; }
.nav-close span { position: absolute; display: block; height: 3px; width: 100%; background: #b3a168; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-close span { -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-close span:nth-child(2),
.nav-close span:nth-child(1) { top: 12px; }
.nav-close span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-close span:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search main
\* ------------------------------------------------------------ */
.search--main { width: 404px; }
.search--main .search__field { display: block; width: 100%; border: 0; border-radius: 3px; background-color: #ffffff; height: 50px; color: #000000; font-size: 15px; font-family: 'Fira Sans Condensed', sans-serif; font-weight: 400; padding: 0 50px 0 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 1; }
.search--main .search__field::-webkit-input-placeholder { color: rgba(0, 0, 0, .5); }
.search--main .search__field:-ms-input-placeholder { color: rgba(0, 0, 0, .5); }
.search--main .search__field::-ms-input-placeholder { color: rgba(0, 0, 0, .5); }
.search--main .search__field::placeholder { color: rgba(0, 0, 0, .5); }
.search--main .search__inner { position: relative; }
.search--main .search__btn { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: transparent; border: 0; outline: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.search--main .search__btn i { color: #b3a168; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.search--main .js-close-search { position: absolute; top: 110px; right: 15px; display: inline-block; width: 28px; height: 29px; z-index: 50; }
.search--main .js-close-search span { position: absolute; display: block; height: 3px; width: 100%; background: #b3a168; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.search--main .js-close-search span { -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.search--main .js-close-search span:nth-child(2),
.search--main .js-close-search span:nth-child(1) { top: 12px; }
.search--main .js-close-search span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.search--main .js-close-search span:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
@media(min-width: 1025px){
	.search--main .search__btn:hover i { color: #000; }
}
/* Tablet Portrait */
/* Mobile */
@media (max-width: 767px) {
	.search--main .js-close-search { top: 80px; }

	.search--main .search__inner { min-width: 300px; }
}
/* Mobile */
@media (max-width: 374px) {
	.search--main .search__inner { min-width: 260px; }
}
/* ------------------------------------------------------------ *\
	Search wrapper
\* ------------------------------------------------------------ */
.search-wrapper { position: relative; }
.search-wrapper.expanded .search--main { width: 404px; visibility: visible; opacity: 1; pointer-events: all; }
.search-wrapper.expanded .btn--search { visibility: hidden; opacity: 0; pointer-events: none; }
.search-wrapper .search--main { width: 0; visibility: hidden; opacity: 0; -webkit-transition: width .3s, visibility .3s, opacity .3s; -o-transition: width .3s, visibility .3s, opacity .3s; transition: width .3s, visibility .3s, opacity .3s; }
.search-wrapper .btn--search { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; background-color: transparent; outline: 0; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }
@media (max-width: 1200px) {
	.search-wrapper.expanded .search--main { width: 300px; }
}
/* ------------------------------------------------------------ *\
	Section tiles
\* ------------------------------------------------------------ */
.section--tiles { padding: 60px 0 35px; }
.section--tiles .adv { margin-bottom: 25px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section--tiles { padding: 40px 0 15px; }

	.section--tiles .adv { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Section tiles alt
\* ------------------------------------------------------------ */
.section--tiles-alt { padding: 60px 0; }
.section--tiles-alt .adv { margin-bottom: 50px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section--tiles-alt { padding: 40px 0; }

	.section--tiles-alt .adv { margin-bottom: 30px; }
}
/* ------------------------------------------------------------ *\
	Section solid
\* ------------------------------------------------------------ */
.section--solid { background-color: #f1f1f1; }
/* ------------------------------------------------------------ *\
	Section ads
\* ------------------------------------------------------------ */
.section--ads { padding: 61px 0 80px; }
/* Tablet Portrait */
@media (max-width: 1023px)  {
	.section--ads { padding: 40px 0; }
}
/* ------------------------------------------------------------ *\
	Section article
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section tiles primary
\* ------------------------------------------------------------ */
.section--tiles-primary { padding: 82px 0 100px; }
.section--tiles-primary .section__head { text-align: center; margin-bottom: 30px; }
.section--tiles-primary .section__head h4 { font-family: 'Fira Sans Condensed', sans-serif; color: #b3a168; letter-spacing: 0.12em; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section--tiles-primary { padding: 50px 0 60px; }
}
/* Mobile */
@media (max-width: 767px) {
	.section--tiles-primary { padding: 35px 0 35px; }

	.section--tiles-primary .section__head { margin-bottom: 10px; }
}
/* ------------------------------------------------------------ *\
	Section search
\* ------------------------------------------------------------ */
.section--search { padding: 0 0 100px; }
.section--search .section__head { margin-bottom: 80px; padding: 57px 0 60px; background-color: #f1f1f1; text-align: center; }
.section--search .section__head h1 { margin-bottom: -2px; font-weight: 300; font-family: 'Meta Serif Pro Book', serif; letter-spacing: 0.06em; }
.section--search .section__head h4 { margin-bottom: 29px; font-family: 'Fira Sans Condensed', sans-serif; font-weight: normal; font-style: italic; color: #b3a168; letter-spacing: 0.04em; }
.section--search .section__head .adv { margin-bottom: 63px; }
.section--search .section__head .search--main { width: 100%; margin: 0 auto; max-width: 840px; }
.section--search .section__head .search--main .search__field { border: 1px solid rgba(35, 31, 32, 0.25); padding: 0 64px 0 28px; letter-spacing: -0.012em; }
.section--search .section__head .search--main .search__btn { font-size: 24px; right: 27px; }
.section--search .section__actions { margin-bottom: 80px; text-align: center; }
.section--search .section__actions .btn { min-width: 130px; }
.section--search .tiles-wrapper { margin-bottom: 79px; }
.section--search .tiles--list { margin-bottom: 62px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section--search { padding: 0 0 50px; }

	.section--search .section__head { margin-bottom: 50px; padding: 57px 0 20px; }

	.section--search .section__head .adv { margin-bottom: 30px; }

	.section--search .section__actions { margin-bottom: 35px; }

	.section--search .tiles-wrapper { margin-bottom: 60px; }

	.section--search .tiles--list { margin-bottom: 35px; }
}
/* Mobile */
@media (max-width: 767px) {
	.section--search .section__head { margin-bottom: 30px; padding: 42px 0 32px; }
	.section--search .section__head h1 { margin-bottom: 10px; font-size: 28px; }
	.section--search .section__head h4 { margin-bottom: 15px; font-size: 18px; }
	.section--search .section__head .adv { margin-bottom: 15px; }

	.section--search .section__actions { margin-bottom: 25px; }

	.section--search .tiles-wrapper { margin-bottom: 34px; }

	.section--search .tiles--list { margin-bottom: 30px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* Tablet Portrait */
@media (max-width: 1023px) {
	.slider--tiles .slick-arrow { display: none !important; }
	.slider--tiles .slider__slide { width: 304px; }
	.slider--tiles .tile__inner { min-height: 283px; }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.socials li + li { margin-left: 19px; }
.socials a { text-decoration: none; font-size: 20px; color: #b3a168; }
@media(min-width: 1025px){
	.socials a:hover { color: #fff; }
}
/* ------------------------------------------------------------ *\
	Socials secondary
\* ------------------------------------------------------------ */
.socials--secondary ul { display: block; text-align: center; }
.socials--secondary li + li { margin-left: 0; margin-top: 20px; }
.socials--secondary a { font-size: 22px; }
@media(min-width: 1025px){
	.socials--secondary a:hover { color: #231f20; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Tiles primary
\* ------------------------------------------------------------ */
@media(min-width: 1024px){
	.tiles--primary { margin: 0 -20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

	.tiles--primary .tile { padding: 15px 20px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
}
@media (max-width: 1440px) {
	.tiles--primary { margin: 0 -15px; }
	.tiles--primary .tile { padding: 15px 15px 15px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.tiles--primary { margin: 0 -20px; }
	.tiles--primary .tile { padding: 15px 5px 15px 25px; }
}
/* Mobile */
@media (max-width: 767px) {
	.tiles-wrapper { padding: 10px 0; margin: 0 -25px; }
	.tiles--primary { margin: 0; }
	.tiles--primary:after { content: ''; display: table; line-height: 0; clear: both; }
	.tiles--primary .tile { -webkit-box-flex: 0; -ms-flex: 0 0 304px; flex: 0 0 304px; max-width: 304px; }
}
/* Mobile */
@media (max-width: 374px) {
	.tiles--primary .tile { -webkit-box-flex: 0; -ms-flex: 0 0 298px; flex: 0 0 298px; max-width: 298px; }
}
/* ------------------------------------------------------------ *\
	Tile primary
\* ------------------------------------------------------------ */
.tile--primary h4 { margin-bottom: 1px; font-weight: 300; }
.tile--primary p { font-size: 15px; font-family: 'Fira Sans Condensed', sans-serif; font-weight: normal; }
.tile--primary p a { font-weight: 700; letter-spacing: 0.04em; }
.tile--primary a { display: inline-block; }
.tile--primary .tile__inner { position: relative; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); height: 100%; background-color: #fff; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; -o-transition: box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s; }
.tile--primary .tile__image { display: block; position: relative; overflow: hidden; }
.tile--primary .tile__image-inner { display: block; width: 100%; padding-top: 56.5%; background-size: cover; background-repeat: no-repeat; background-position: center center; display: block; width: 100%; height: 100%; -webkit-transition: -webkit-transform .1s; transition: -webkit-transform .1s; -o-transition: transform .1s; transition: transform .1s; transition: transform .1s, -webkit-transform .1s; }
.tile--primary .tile__content { padding: 27px 20px 29px; }
.tile--primary .badge { position: absolute; top: 0; left: 0; z-index: 1; font-family: 'Fira Sans Condensed', sans-serif; font-weight: normal; font-size: 14px; background-color: #b3a168; padding: 5px 16px; color: #fff; letter-spacing: 0.04em; }
@media(min-width: 1025px){
	.tile--primary .tile__inner:hover { -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.tile--primary .tile__content { padding: 17px 14px 35px; }
}
/* ------------------------------------------------------------ *\
	Tiles secondary
\* ------------------------------------------------------------ */
.tiles--secondary .cols { margin: 0 -45px; }
.tiles--secondary .cols .col { padding: 0 45px; }
.tiles--secondary .cols + .cols { margin-top: 20px; }
.tiles--secondary .tile { height: 100%; }
@media (max-width: 1440px) {
	.tiles--secondary .cols { margin: 0 -15px; }
	.tiles--secondary .cols .col { padding: 0 15px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.tiles--secondary .cols { margin: 0; display: block; }
	.tiles--secondary .cols .col { padding: 0; }
	.tiles--secondary .cols .col + .col { margin-top: 20px; }
	.tiles--secondary .cols .col--1of2 { width: 100%; max-width: 100%; }
	.tiles--secondary .cols .col--1of3 { width: 100%; max-width: 100%; }
}
/* ------------------------------------------------------------ *\
	Tile secondary
\* ------------------------------------------------------------ */
.tile--primary-alt h5 { margin-bottom: 2px; letter-spacing: 0.002em; font-weight: 300; }
.tile--primary-alt p { font-size: 14px; }
.tile--primary-alt .tile__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 110px; }
.tile--primary-alt .tile__image { padding-top: 0; -webkit-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; max-width: 110px; width: 110px; position: absolute; top: 0; left: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.tile--primary-alt .tile__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 24px 20px 20px 139px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.tile--primary-alt h5 { margin-bottom: 3px; }

	.tile--primary-alt .tile__inner { min-height: 110px; }
	.tile--primary-alt.tile--long .tile__inner { min-height: 110px; }

	.tile--primary-alt .tile__content { padding: 23px 20px 35px 131px; }
}
/* Mobile */
@media (max-width: 767px) {
	.tile--primary-alt .tile__inner { min-height: 109px; }
	.tile--primary-alt.tile--long .tile__inner { min-height: 122px; }
}
/* Mobile */
@media (max-width: 374px) {
	.tile--primary-alt .tile__image { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; width: 100px; }

	.tile--primary-alt .tile__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 24px 10px 20px 110px; }
}
/* ------------------------------------------------------------ *\
	Tiles list
\* ------------------------------------------------------------ */
.tiles--list .tile + .tile { margin-top: 30px; }
/* Mobile */
@media (max-width: 767px) {
	.tiles--list .tile + .tile { margin-top: 35px; }
}
/* ------------------------------------------------------------ *\
	Tile long
\* ------------------------------------------------------------ */
.tile--long-alt h3 { margin-bottom: 1px; font-family: 'Meta Serif Pro Book', serif; font-weight: 300; margin-top: -4px; }
.tile--long-alt h6 { margin-bottom: 14px; color: #231f20; font-family: 'Fira Sans Condensed', sans-serif; font-size: 18px; font-weight: normal; font-style: italic; letter-spacing: 0.034em; }
.tile--long-alt p { font-size: 16px; }
.tile--long-alt .tile__inner { -webkit-box-shadow: none; box-shadow: none; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.tile--long-alt .tile__content { padding: 0 0 0 70px; }
.tile--long-alt .tile__image { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 330px; flex: 0 0 330px; max-width: 330px; width: 330px; min-height: 186px; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; -o-transition: box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s; }
@media(min-width: 1025px){
	.tile--long-alt .tile__inner:hover { -webkit-box-shadow: none; box-shadow: none; }
	.tile--long-alt .tile__inner:hover .tile__image { -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); }
}
@media (max-width: 1200px) {
	.tile--long-alt .tile__content { padding: 0 0 0 30px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.tile--long-alt h6 { font-size: 16px; }

	.tile--long-alt .tile__image { -webkit-box-flex: 0; -ms-flex: 0 0 275px; flex: 0 0 275px; max-width: 275px; width: 275px; min-height: 160px; }

	.tile--long-alt .tile__content { padding: 0 0 0 15px; }
}
/* Mobile */
@media (max-width: 767px) {
	.tile--long-alt { text-align: center; }

	.tile--long-alt h3 { margin-bottom: 5px; }

	.tile--long-alt h6 { font-size: 15px; margin-bottom: 6px; }

	.tile--long-alt p { font-size: 15px; }

	.tile--long-alt .tile__inner { display: block; }

	.tile--long-alt .tile__image { max-width: 330px; width: 100%; min-height: 186px; margin-bottom: 10px; margin-left: auto; margin-right: auto; }

	.tile--long-alt .tile__content { padding: 0; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
