/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Tools -------------------------------------
    03. Sprite ------------------------------------
    04. Slick Carousel ----------------------------
         Slider -----------------------------------
    05. Magnific Popup ----------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    06. Generic -----------------------------------
    07. Base --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    08. Fonts -------------------------------------
    09. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
         Responsive Helpers -----------------------
    10. Reset -------------------------------------
    11. Regions -----------------------------------
    12. Container ---------------------------------
    13. Content -----------------------------------
    14. Footer ------------------------------------
         Footer Entry -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    15. Main --------------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. # Button ----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    21. Button Youtube ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    22. Copyright ---------------------------------
         Mobile -----------------------------------
    23. Form Elements -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    24. Form Newsletter ---------------------------
         Form Actions -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    25. List Partners -----------------------------
         Mobile -----------------------------------
    26. Section -----------------------------------
    27. Section Image Bottom ----------------------
         Section Image ----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    28. Section Background ------------------------
         Section Head -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    29. Section Newsletter ------------------------
         Section Head -----------------------------
         Section Foot -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    30. Section Image -----------------------------
         Section Body -----------------------------
         Section Image ----------------------------
         Section Content --------------------------
         Section Entry ----------------------------
         Section Actions --------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    31. Slick -------------------------------------
    32. Slider Image ------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    33. Slider Testimonials -----------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    34. Table -------------------------------------
    35. Widget ------------------------------------
    36. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Tools
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Slick Carousel
\* ------------------------------------------------------------ */

/* 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;
}

/* ------------------------------------------------------------ *\
	Magnific Popup
\* ------------------------------------------------------------ */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Gotham', sans-serif; font-size: 24px; line-height: 1.54; color: #726e69; font-weight: 400; }

a { color: #b29752; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.77em; color: #000; }

h1 { font-size: 53px; font-family: 'STIX General', serif; line-height: 1.02; font-weight: normal; }

h2 { font-size: 32px; font-family: 'STIX General', serif; line-height: 1.2; font-weight: normal; }

h3 { font-size: 28px; }

h4 { font-size: 24px; }

h5 { font-size: 18px; letter-spacing: 2.16px; text-transform: uppercase; }

h6 { font-size: 14px; letter-spacing: 1.68px; text-transform: uppercase; color: #b29752; }

h1 em { font-weight: 500; }

h2 em { font-weight: 500; }

h3 em { font-weight: 500; }

h4 em { font-weight: 500; }

h5 em { font-weight: 500; }

h6 em { font-weight: 500; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.54em; }

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; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	body { font-size: 18px; }

	h1 { font-size: 40px; }
}

/* Mobile */

@media (max-width: 767px) {
	body { font-size: 16px; }

	h1 { font-size: 38px; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium-Italic.woff2') format('woff2'),
        url('../fonts/GothamMedium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'STIX General';
    src: url('../fonts/STIXGeneral-Regular.woff2') format('woff2'),
        url('../fonts/STIXGeneral-Regular.woff') format('woff');
    font-weight: normal;
    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; margin: 0 -20px; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 0 20px; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/* Small Desktop */

@media (max-width: 1200px) {
	.cols { margin: 0 -7px; }
	.col { padding: 0 7px; }
}

/* Mobile */

@media (max-width: 767px) {
	.col { -webkit-box-flex: 100%; -ms-flex: 100% 1; flex: 100% 1; max-width: 100%; }
}

/*  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: 1024px) {
	.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: 1025px) 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
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding: 287px 0 145px; background: #202830; color: #dfdfdf; text-align: center; }

.footer .form-newsletter { position: relative; z-index: 10; margin-bottom: 37px; }

/*  Footer Entry  */

.footer .footer__entry { max-width: 661px; margin: 0 auto 273px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.footer { padding-top: 240px; }
}

/* Tablet Portrait */

@media (max-width: 1024px) {
	.footer { padding: 180px 0 50px; }
	.footer .footer__entry { margin-bottom: 80px; }
}

/* Mobile */

@media (max-width: 767px) {
	.footer { padding: 120px 0 28px; }
	.footer .form-newsletter { margin-bottom: 30px; }
	.footer .footer__entry { margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\ 
	# Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 20; padding: 18px 0 15px; background: #000; text-align: center; }

.header + * { margin-top: 56px; }

.header h4 { -webkit-transform: translateX(-31px); -ms-transform: translateX(-31px); transform: translateX(-31px); font-size: 15px; color: #b29752; letter-spacing: 1.8px; text-transform: uppercase; }

.header h4 a { display: block; }

.header h4 a:hover { color: #fff; text-decoration: underline; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.header h4 { -webkit-transform: none; -ms-transform: none; transform: none; }
}

/* Mobile */

@media (max-width: 767px) {
	.header + * { margin-top: 54px; }
	.header h4 { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1290px; padding-left: 15px; padding-right: 15px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	# Button
\* ------------------------------------------------------------ */

[class^="btn"] { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.btn { min-width: 222px; height: 79px; padding: 0 47px; border: 0; border-radius: 0; background: -webkit-gradient(linear, left top, right top, from(#b79c55), color-stop(70%, #876f3b)); background: -o-linear-gradient(left, #b79c55, #876f3b 70%); background: linear-gradient(to right, #b79c55, #876f3b 70%); font-size: 15px; line-height: 79px; color: #fff; font-weight: bold; letter-spacing: 1.8px; text-transform: uppercase; -moz-appearance: none; appearance: none; -webkit-appearance: none; -webkit-transition: color 0.4s, background 0.4s, opacity 0.4s; -o-transition: color 0.4s, background 0.4s, opacity 0.4s; transition: color 0.4s, background 0.4s, opacity 0.4s; }

.btn:hover { opacity: .8; }

.btn--large { min-width: 345px; }

.btn--block { display: block; padding-left: 0; padding-right: 0; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.btn { min-width: 160px; height: 70px; padding: 0 20px; font-size: 13px; line-height: 70px; }
}

/* Mobile */

@media (max-width: 767px) {
	.btn { height: 58px; line-height: 58px; }
}

/* ------------------------------------------------------------ *\
	Button Youtube
\* ------------------------------------------------------------ */

.btn-video { font-size: 15px; line-height: 1; color: #292e37; font-weight: bold; letter-spacing: 1.8px; text-transform: uppercase; position: relative; overflow: hidden; -webkit-transition: color 0.4s, background 0.4s, opacity 0.4s; -o-transition: color 0.4s, background 0.4s, opacity 0.4s; transition: color 0.4s, background 0.4s, opacity 0.4s; cursor: pointer; }

.btn-video:hover { color: #b29752; }

.btn-video i { vertical-align: middle; margin-right: 10px; }

.btn-video span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.btn-video { font-size: 12px; }
	.btn-video i { margin-right: 3px; }
}

/* ------------------------------------------------------------ *\ 
	- Menu
\* ------------------------------------------------------------ */

.btn-menu { position: absolute; top: 20px; right: 20px; display: none; width: 32px; height: 32px; }

.btn-menu *,
.btn-menu *:before,
.btn-menu *:after { -webkit-transition: background 0.4s, margin 0.4s, -webkit-transform 0.4s; transition: background 0.4s, margin 0.4s, -webkit-transform 0.4s; -o-transition: background 0.4s, margin 0.4s, transform 0.4s; transition: background 0.4s, margin 0.4s, transform 0.4s; transition: background 0.4s, margin 0.4s, transform 0.4s, -webkit-transform 0.4s; }

.btn-menu span,
.btn-menu span:before,
.btn-menu span:after { content: ' '; position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px; height: 2px; background-color: #000; }

.btn-menu span:before { margin-top: -7px; }

.btn-menu span:after { margin-top: 5px; }

body.show-nav-main .btn-menu span { background-color: transparent; }

body.show-nav-main .btn-menu span:before,
body.show-nav-main .btn-menu span:after { margin-top: -1px; }

body.show-nav-main .btn-menu span:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

body.show-nav-main .btn-menu span:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Mobile */

@media (max-width: 767px) {
	.btn-menu { display: block; }
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright { padding-left: 27px; font-size: 12px; opacity: .12; text-transform: uppercase; }

/* Mobile */

@media (max-width: 767px) {
	.copyright { padding-left: 0; }
}

/* ------------------------------------------------------------ *\
	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; }

.field { width: 100%; height: 79px; padding: 0 37px; border: 0; border-radius: 0; background: #f5f5f5; font-size: 15px; color: #999; letter-spacing: 1.8px; -moz-appearance: none; appearance: none; -webkit-appearance: none; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; }

.field::-webkit-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.field:-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.field::-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.field::placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.field:focus { background: rgb(255, 252, 243); }

.textarea { width: 100%; height: 300px; padding: 27px 37px; border: 0; border-radius: 0; background: #f5f5f5; font-size: 15px; color: #999; letter-spacing: 1.8px; -moz-appearance: none; appearance: none; -webkit-appearance: none; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; resize: none; }

.textarea::-webkit-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.textarea:-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.textarea::-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.textarea::placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.textarea:focus { background: rgb(255, 252, 243); }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.field { height: 70px; }
}

/* Mobile */

@media (max-width: 767px) {
	.field { height: 58px; padding: 0 25px; font-size: 13px; }
	.textarea { height: 200px; padding: 20px; font-size: 13px; }
}

/* ------------------------------------------------------------ *\
	Form Newsletter
\* ------------------------------------------------------------ */

.form-newsletter { position: relative; max-width: 746px; margin: 0 auto; }

.form-newsletter #mc_embed_signup form { padding: 0; }

.form-newsletter #mc_embed_signup .button { min-width: 222px; height: 79px; padding: 0 47px; border: 0; border-radius: 0; background: -webkit-gradient(linear, left top, right top, from(#b79c55), color-stop(70%, #876f3b)); background: -o-linear-gradient(left, #b79c55, #876f3b 70%); background: linear-gradient(to right, #b79c55, #876f3b 70%); font-size: 15px; line-height: 79px; color: #fff; font-weight: bold; letter-spacing: 1.8px; text-transform: uppercase; -moz-appearance: none; appearance: none; -webkit-appearance: none; -webkit-transition: color 0.4s, background 0.4s, opacity 0.4s; -o-transition: color 0.4s, background 0.4s, opacity 0.4s; transition: color 0.4s, background 0.4s, opacity 0.4s; }

.form-newsletter #mc_embed_signup .button:hover { opacity: .8; }

.form-newsletter #mc_embed_signup input.email { width: 100%; height: 79px; padding: 0 258px 0 37px; border: 0; border-radius: 0; background: #f5f5f5; font-size: 15px; color: #999; letter-spacing: 1.8px; -moz-appearance: none; appearance: none; -webkit-appearance: none; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; }

.form-newsletter #mc_embed_signup input.email::-webkit-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.form-newsletter #mc_embed_signup input.email:-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.form-newsletter #mc_embed_signup input.email::-ms-input-placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.form-newsletter #mc_embed_signup input.email::placeholder { color: #999; font-weight: bold; text-transform: uppercase; }

.form-newsletter #mc_embed_signup input.email:focus { background: rgb(255, 252, 243); }

/*  Form Actions  */

.form-newsletter .button { position: absolute; top: 0; right: 0; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.form-newsletter #mc_embed_signup input.email { height: 70px; }
	.form-newsletter #mc_embed_signup .button { height: 70px; padding: 0 20px; font-size: 13px; line-height: 70px; }
}

/* Mobile */

@media (max-width: 767px) {
	.form-newsletter #mc_embed_signup input.email { height: 58px; padding: 0 25px; margin-bottom: 15px; font-size: 14px; }
	.form-newsletter #mc_embed_signup .button { position: static; width: 100%; height: 58px; line-height: 58px; }
}

/* ------------------------------------------------------------ *\ 
	# Icons
\* ------------------------------------------------------------ */

[class^="ico-"] { font-size: 0; line-height: 0; text-indent: -4004px; display: inline-block; vertical-align: top; position: relative; }

.ico-play-black { width: 28px; height: 28px; background: url(../images/play-black@2x.png); background-size: 100%; }

.ico-play-grey { width: 28px; height: 28px; background: url(../images/play-grey@2x.png); background-size: 100%; }

.ico-play-grey { width: 28px; height: 28px; background: url(../images/play-grey@2x.png); background-size: 100%; }

.ico-amazon { width: 135px; height: 40px; background: url(../images/amazon@2x.png); background-size: 100%; }

/* ------------------------------------------------------------ *\ 
	# Lists
\* ------------------------------------------------------------ */

[class^="list-"] > ul { list-style: none; position: relative; }

/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */

.list-partners { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; list-style: none; }

.list-partners li { padding: 0 20px; }

.list-partners a { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .7; }

.list-partners a:hover { -webkit-filter: none; filter: none; opacity: 1; }

@media (max-width: 1300px) {
	.list-partners { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; }
	.list-partners li { width: 33.33%; margin-bottom: 40px; }
}

/* Mobile */

@media (max-width: 767px) {
	.list-partners li { padding: 0 10px; margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\ 
	# Logos
\* ------------------------------------------------------------ */

[class^="logo"] { font-size: 0; line-height: 0; text-indent: -4004px; position: relative; display: inline-block; vertical-align: middle; text-decoration: none; }

[class^="logo"] > img { display: block; width: 100%; }

[class^="logo"]:hover { opacity: 0.75; }

[class^="logo"] > img + img { display: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo img { display: none; }
	.logo img + img { display: block; }
}

/* ------------------------------------------------------------ *\ 
	# Navigations
\* ------------------------------------------------------------ */

[class^="nav"] > ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; }

[class^="nav"] > ul > li { position: relative; }

[class^="nav"] > ul a { display: block; text-decoration: none; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 100px 0; }

/* ------------------------------------------------------------ *\
	Section Image Bottom
\* ------------------------------------------------------------ */

.section-image-bottom { position: relative; padding: 155px 0 441px; text-align: center; }

/*  Section Image  */

.section-image-bottom .section__image { position: absolute; bottom: -39%; left: 50%; -webkit-transform: translateX(-48%); -ms-transform: translateX(-48%); transform: translateX(-48%); }

/* Small Desktop */

@media (max-width: 1200px) {
	.section-image-bottom { padding-bottom: 250px; }
	.section-image-bottom .section__image { max-width: 515px; }
}

/* Tablet Portrait */

@media (max-width: 1024px) {
	.section-image-bottom { padding: 80px 0 200px; }
	.section-image-bottom .section__image { max-width: 385px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-image-bottom { padding: 35px 0 145px; }
	.section-image-bottom .section__image { bottom: -30%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); max-width: 320px; width: 100%; padding: 0 20px; }
}

/* ------------------------------------------------------------ *\
	Section Background
\* ------------------------------------------------------------ */

.section-background { position: relative; display: table; width: 100%; height: 829px; background-size: cover; background-position: center; color: #fff; text-align: center; }

.section-background .btn-video { display: table; width: 100%; height: 100%; padding: 50px 0; text-decoration: none; }

.section-background .btn-video:hover { background: rgba(255, 255, 255, 0.1); }

/*  Section Head  */

.section-background .section__head { position: relative; display: table-cell; vertical-align: middle; padding-bottom: 50px; }

.section-background .section__head h2 { margin-bottom: 22px; font-size: 53px; line-height: 1.02; color: #fff; }

.section-background .section__head h6 { font-size: 15px; letter-spacing: 1.8px; }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.section-background { height: 600px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-background { height: auto; }
	.section-background .section__head { padding-bottom: 0; }
	.section-background .section__head h2 { font-size: 42px; }
}

/* ------------------------------------------------------------ *\
	Section Newsletter
\* ------------------------------------------------------------ */

.section-newsletter { padding: 95px 0 128px; text-align: center; }

/*  Section Head  */

.section-newsletter .section__head { max-width: 1060px; margin: 0 auto 45px; }

.section-newsletter .section__head h6 { margin-bottom: 20px; }

/*  Section Foot  */

.section-newsletter .section__foot { margin-top: 156px; }

.section-newsletter .section__foot h6 { margin-bottom: 70px; }

/* Tablet Portrait */

@media (max-width: 1024px) {	
	.section-newsletter { padding-bottom: 70px; }
	.section-newsletter .section__foot { margin-top: 80px; }
	.section-newsletter .section__foot h6 { margin-bottom: 30px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-newsletter { padding: 25px 0 20px; }
	.section-newsletter .section__head { margin-bottom: 22px; }
	.section-newsletter .section__head h6 { margin-bottom: 10px; }
	.section-newsletter .section__foot { margin-top: 25px; }
	.section-newsletter .section__foot h6 { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	Section Image
\* ------------------------------------------------------------ */

.section-image { padding: 64px 0 102px; background: #fbfbfb; }

.section-image .shell { position: relative; }

.section-image .section__head { margin-bottom: 60px; text-align: center; }

.section-image .section__head img { margin-right: 70px; }

/*  Section Body  */

.section-image .section__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 60px 0 111px; }

/*  Section Image  */

.section-image .section__image { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 441px; flex: 0 0 441px; max-width: 441px; width: 40.5%; text-align: right; }

/*  Section Content  */

.section-image .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 630px; flex: 0 0 630px; max-width: 630px; width: 63.5%; padding-left: 43px; }

/*  Section Entry  */

.section-image .section__entry { margin: 52px 0 35px; }

.section-image .section__entry h1 { max-width: 530px; margin-bottom: 21px; }

.section-image .section__entry h6 { margin-bottom: 19px; margin-left: 2px; }

/*  Section Actions  */

.section-image .section__actions { text-align: center; }

.section-image .section__actions .btn-video { margin-top: 25px; margin-right: 15px; }

.section-image .section__actions .col:first-child { text-align: center; }

.section-image .section__actions a { display: inline-block; }

.section-image .section__actions a:not(.btn-video):hover { opacity: .7; }

.section-image .section__actions a + a { margin-top: 47px; margin-left: 10px; }

@media (max-width: 1275px) {
	.section-image .section__body { padding: 0 45px; }
}

/* Small Desktop */

@media (max-width: 1200px) {
	.section-image .section__body { padding: 0; }
	.section-image .section__image { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
	.section-image .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; padding-left: 20px; }
}

/* Tablet Portrait */

@media (max-width: 1024px) {
	.section-image .section__head img { margin-right: 0; }
	.section-image .section__image { -webkit-box-flex: 0; -ms-flex: 0 0 42%; flex: 0 0 42%; max-width: 42%; }
	.section-image .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 58%; flex: 0 0 58%; max-width: 58%; }
	.section-image .section__content { padding-left: 10px; }
	.section-image .section__entry { margin: 30px 0 55px; }
	.section-image .section__actions .col .btn { width: 100%; }
	.section-image .section__actions .btn-video { margin-top: 22px; margin-right: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-image { padding: 50px 0 28px; text-align: center; }

	.section-image .section__head { margin-bottom: 35px; }

	.section-image .section__image,
	.section-image .section__content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

	.section-image .section__content { padding-left: 0; }

	.section-image .section__entry { margin: 15px 0 20px; }
	.section-image .section__entry h1 { max-width: 100%; margin-bottom: 15px; }
	.section-image .section__entry h6 { margin-bottom: 15px; margin-left: 0; }

	.section-image .section__actions .col:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section-image .section__actions .col:first-child a { width: 100%; }
	.section-image .section__actions .col:first-child a:first-child { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-bottom: 15px; }
	.section-image .section__actions a + a { margin: 0 0 25px; margin-left: 0; }
	.section-image .section__actions .btn-video { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */

.slick-dots { position: absolute; bottom: 7px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100%; height: 1px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; list-style: none; }

.slick-dots li button { width: 88px; height: 1px; border: 0; background: #fffff9; -webkit-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; }

.slick-dots .slick-active button { background: #b79c55; }

/* ------------------------------------------------------------ *\
	Slider Image
\* ------------------------------------------------------------ */

.slider-image img { -webkit-box-shadow: 0 16px 35px rgba(0,0,0,.2); box-shadow: 0 16px 35px rgba(0,0,0,.2); }

.slider-image .slide { padding: 20px 20px 30px; }

/* Small Desktop */

@media (max-width: 1200px) {
	.slider-image .slide { padding: 20px 35px 40px; }
}

/* Mobile */

@media (max-width: 767px) {
	.slider-image { width: calc(100% + 30px); margin: 0 -15px; }
	.slider-image img { margin: 0 auto; -webkit-box-shadow: 0 16px 35px rgba(0,0,0,.2); box-shadow: 0 16px 35px rgba(0,0,0,.2); }
	.slider-image .slide { padding: 20px 20px 40px; }
	.slider-image .slick-dots { bottom: 10px; }
}

/* ------------------------------------------------------------ *\
	Slider Testimonials
\* ------------------------------------------------------------ */

.slider-testimonials { max-width: 780px; margin: 0 auto 48px; }

.slider-testimonials .slide { position: relative; }

.slider-testimonials .slide h2 { margin-bottom: 24px; font-size: 53px; line-height: 1.02; }

.slider-testimonials .slide h5 { padding-bottom: 35px; font-size: 15px; letter-spacing: 1.8px; color: #afa8a0; }

.slider-testimonials .slide h6 { margin-bottom: 33px; }

.slider-testimonials .slick-dots { bottom: 0px; }

.slider-testimonials .slick-dots button { background: rgb(255, 255, 255); }

.slider-testimonials .slick-dots .slick-active button { background: rgb(209, 209, 209); }

/* Tablet Portrait */

@media (max-width: 1024px) {
	.slider-testimonials .slide h2 { font-size: 40px; }
}

/* Mobile */

@media (max-width: 767px) {
	.slider-testimonials { margin-bottom: 37px; }
	.slider-testimonials .slide h2 { font-size: 30px; }
	.slider-testimonials .slide h5 { padding-bottom: 30px; }
	.slider-testimonials .slide h6 { margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
