@charset "UTF-8";
main {
  overflow-x: hidden; }

.diffuse_cookie-bar {
  -webkit-box-shadow: 0 0 5rem -4rem;
          box-shadow: 0 0 5rem -4rem; }

.diffuse_cookie-bar__icon svg g path:nth-child(1) {
  fill: #C09551; }

.diffuse_cookie-bar__icon svg g path:nth-child(2) {
  fill: #333; }

/* =Reset
-------------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.case {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

/* clearfix */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix,
* html .container,
* html .container-fluid,
* html .row {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix,
*:first-child + html .container,
*:first-child + html .container-fluid,
*:first-child + html .row {
  zoom: 1; }

/* IE7 */
/* =HTML5 element display
-------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
.case {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

@media print {
  * {
    text-shadow: none !important;
    color: #000000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important; }
  .label {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/***************************
****************************
scaffolding.less start
****************************
***************************/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */ }

body {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  font-size: 20px; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000000;
  text-decoration: none; }

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/***************************
****************************
scaffolding.less end
****************************
***************************/
/***************************
****************************
typography.less start
****************************
***************************/
/* =Basic Elements
-------------------------------------------------------------- */
body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
  body {
    font-size: 17px; } }

@media (min-width: 992px) {
  body {
    font-size: 18px; } }

a {
  color: #000000; }

p {
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000000;
  font-weight: 700;
  font-weight: 600; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #000000;
  text-decoration: none; }

h1,
.h1 {
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700; }

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 1.8em;
    letter-spacing: 3px; } }

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2em;
    letter-spacing: 4px; } }

h2,
.h2 {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 0.5em; }

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.4em; } }

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.5em; } }

h3,
.h3 {
  font-size: 1.3em;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.5em; }

small,
.small {
  font-size: 0.8em;
  margin-bottom: 0.8em; }

em {
  font-style: italic; }

blockquote {
  color: #666;
  font-family: 'ff-tisa-web-pro', georgia, serif;
  line-height: 1.3;
  margin-bottom: 1.3em; }

@media (min-width: 992px) {
  blockquote {
    font-size: 1.3em; } }

blockquote p {
  margin-bottom: 0.5em; }

blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote a {
  color: #666;
  border-bottom: 1px solid #dddddd; }

blockquote a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
  text-decoration: none; }

blockquote cite {
  font-size: 15px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

article blockquote {
  border-left: 2px solid #aaa;
  padding-left: 1em;
  font-size: 1em;
  margin-bottom: 1em; }

abbr {
  border-bottom: 1px dotted;
  cursor: help; }

address ul {
  list-style: none; }

address ul li {
  margin: 7px 0;
  padding-left: 24px;
  position: relative; }

address span {
  position: absolute;
  left: 0;
  top: 0; }

article ul {
  list-style: disc;
  margin: 0 0 1em 1em; }

article ul ul {
  margin-bottom: 0; }

article ol {
  list-style: decimal;
  margin: 0 0 1em 1em; }

article ol ol {
  margin-bottom: 0; }

article hr {
  clear: both;
  display: block;
  width: 15%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #dddddd; }

@media (min-width: 992px) {
  article hr {
    margin-top: 50px;
    margin-bottom: 50px; } }

.lead {
  color: #333;
  font-family: 'ff-tisa-web-pro', georgia, serif;
  font-size: 1.15em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: 400; }

.lead.lead-lg {
  font-size: 1.15em; }

@media (min-width: 768px) {
  .lead.lead-lg {
    font-size: 1.6em; } }

::-moz-selection {
  background: #555555;
  color: #fff; }

/* Works in Safari */
::-moz-selection {
  background: #555555;
  color: #fff; }
::selection {
  background: #555555;
  color: #fff; }

/***************************
****************************
typography.less end
****************************
***************************/
/* =Generic Classes
-------------------------------------------------------------- */
.small-text {
  font-size: 0.8em;
  margin-bottom: 0.8em; }

.avatar {
  border-radius: 50%;
  margin-bottom: 1em;
  max-width: 120px;
  max-height: 120px; }

.ajax-loader {
  width: 32px; }

.lead-intro {
  margin-bottom: 0;
  margin-top: 6px; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.clear {
  clear: both; }

.centered {
  text-align: center !important; }

/***************************
****************************
grid.less start
****************************
***************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; } }

.container-small {
  max-width: 600px; }

.container-large {
  max-width: 1200px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.container-fluid-no-padding .col-xs-1,
.container-fluid-no-padding .col-sm-1,
.container-fluid-no-padding .col-md-1,
.container-fluid-no-padding .col-lg-1,
.container-fluid-no-padding .col-xs-2,
.container-fluid-no-padding .col-sm-2,
.container-fluid-no-padding .col-md-2,
.container-fluid-no-padding .col-lg-2,
.container-fluid-no-padding .col-xs-3,
.container-fluid-no-padding .col-sm-3,
.container-fluid-no-padding .col-md-3,
.container-fluid-no-padding .col-lg-3,
.container-fluid-no-padding .col-xs-4,
.container-fluid-no-padding .col-sm-4,
.container-fluid-no-padding .col-md-4,
.container-fluid-no-padding .col-lg-4,
.container-fluid-no-padding .col-xs-5,
.container-fluid-no-padding .col-sm-5,
.container-fluid-no-padding .col-md-5,
.container-fluid-no-padding .col-lg-5,
.container-fluid-no-padding .col-xs-6,
.container-fluid-no-padding .col-sm-6,
.container-fluid-no-padding .col-md-6,
.container-fluid-no-padding .col-lg-6,
.container-fluid-no-padding .col-xs-7,
.container-fluid-no-padding .col-sm-7,
.container-fluid-no-padding .col-md-7,
.container-fluid-no-padding .col-lg-7,
.container-fluid-no-padding .col-xs-8,
.container-fluid-no-padding .col-sm-8,
.container-fluid-no-padding .col-md-8,
.container-fluid-no-padding .col-lg-8,
.container-fluid-no-padding .col-xs-9,
.container-fluid-no-padding .col-sm-9,
.container-fluid-no-padding .col-md-9,
.container-fluid-no-padding .col-lg-9,
.container-fluid-no-padding .col-xs-10,
.container-fluid-no-padding .col-sm-10,
.container-fluid-no-padding .col-md-10,
.container-fluid-no-padding .col-lg-10,
.container-fluid-no-padding .col-xs-11,
.container-fluid-no-padding .col-sm-11,
.container-fluid-no-padding .col-md-11,
.container-fluid-no-padding .col-lg-11,
.container-fluid-no-padding .col-xs-12,
.container-fluid-no-padding .col-sm-12,
.container-fluid-no-padding .col-md-12,
.container-fluid-no-padding .col-lg-12 {
  padding-left: 0;
  padding-right: 0; }

/***************************
****************************
grid.less start
****************************
***************************/
.btn,
a.btn {
  background: transparent;
  border: 2px solid #000000;
  border-color: rgba(0, 0, 0, 0.8);
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  padding: 8px 15px 8px 15px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 16px; }

.btn:hover,
a.btn:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

.btn.btn-white {
  border-color: #FFF;
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFF; }

.btn.btn-white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
  text-shadow: none; }

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

.btn.btn-icon {
  padding-left: 38px; }

.btn-play, .btn-cta {
  color: #FFF;
  display: inline-block;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 24px;
  text-indent: 2px; }

@media (min-width: 768px) {
  .btn-play,
  .btn-cta {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 32px;
    text-indent: 3px;
    border-width: 3px; } }

.btn-play:hover, .btn-cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #FFF; }

.btn.btn-social {
  padding: 0px 10px;
  border: 1px solid #dddddd;
  text-transform: none;
  font-size: 12px;
  color: #555555; }

.btn.btn-social:hover {
  background: #FFF;
  color: #000000;
  border-color: #555555; }

.btn.btn-red-fill {
  background-color: #d00;
  border-color: #d00; }

.btn.btn-gold-fill {
  background-color: #C09551;
  border-color: #C09551; }

/** new **/
.btn.btn-primary {
  background-color: #C09551;
  border-color: #C09551;
  color: #FFFFFF; }

.btn.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF; }

.btn.btn-gray {
  background-color: #d1d3d4;
  border-color: #d1d3d4;
  color: #000000; }

.btn.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000; }

.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #C09551;
  color: #C09551; }

.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000; }

.btn.btn-gray-ghost {
  background-color: transparent;
  border-color: #d1d3d4;
  color: #d1d3d4; }

.btn.btn-white-ghost {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }

.btn.btn-black-fill {
  background-color: #333;
  border-color: #333;
  color: #fff; }

/***************************
****************************
main-components.less start
****************************
***************************/
/* =Header
-------------------------------------------------------------- */
/* =Content
-------------------------------------------------------------- */
/***************************
****************************
main-components.less start
****************************
***************************/
/***************************
****************************
intro-header.less start
****************************
***************************/
body,
html {
  height: 100%; }

#main-container,
.intro-header-container,
.intro-header {
  height: 100%;
  top: 0;
  left: 0; }

@media (min-width: 768px) {
  .touch #main-container,
  .touch .intro-header-container,
  .touch .intro-header {
    height: 671px; } }

.intro-header-container {
  position: relative; }

.intro-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.intro-header .container-fluid,
.intro-header .container {
  z-index: 2;
  position: relative; }

.intro-header div {
  height: 100%; }

.intro-header h1 {
  margin-bottom: 0.3em; }

.intro-header a {
  color: #fff; }

.intro-header .link-small {
  font-size: 20px;
  display: inline-block;
  margin-top: 20px; }

.intro-header.intro-header-dark {
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }

.intro-header.intro-header-dark h1 {
  color: #FFF; }

.intro-header.intro-header-dark .lead {
  color: #FFF; }

.intro-header-content {
  color: #FFF;
  height: 100%;
  width: 100%;
  display: table; }

.intro-header-content-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.intro-header-content-inner p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.intro-header-overlay {
  background: #000000;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  position: absolute;
  z-index: 2;
  -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

@media (max-width: 767px) {
  .intro-header-overlay {
    opacity: 0.5 !important; } }

.intro-header.intro-header-dark.intro-header-darker .intro-header-overlay {
  opacity: 0.25; }

.article-title {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .article-title h1 {
    margin: 0; }

.intro-header-overlay.hover {
  opacity: 0.6 !important; }

.loading .intro-header-overlay {
  opacity: 0 !important; }

.intro-header-effect.intro-header-effect-black {
  background: #000000; }

.intro-header-video {
  overflow: hidden; }

@media (max-width: 767px) {
  .intro-header-video .intro-header-overlay {
    opacity: 0.4 !important; } }

.touch .intro-header-video {
  background: url(/app/themes/marktuitert3/images/intro-home.jpg) no-repeat center center;
  background-size: cover; }

.intro-header-video #bgvid {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.touch .intro-header-video #bgvid {
  display: none; }

.touch .intro-header-effect .article-title {
  display: none; }

.no-touch {
  /* Delays */ }

.no-touch .intro-header-effect:not(.notrans) .intro-header-container,
.no-touch .intro-header-effect:not(.notrans) .article-title,
.no-touch .intro-header-effect:not(.notrans) .article-content,
.no-touch .intro-header-effect:not(.notrans) .home-blocks,
.no-touch .intro-header-effect:not(.notrans) .home-blocks h2 {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.no-touch .intro-header-effect:not(.notrans) .intro-header-container {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s; }

.no-touch .intro-header-effect .intro-header-container {
  /*position: absolute;
	z-index: 1500;*/
  width: 100%; }

/* Trigger Button */
button.trigger {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1500;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

/*.intro-header-effect:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.intro-header-effect.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/
@media (min-width: 768px) {
  button.trigger::before {
    position: absolute;
    bottom: 100%;
    left: -100%;
    padding: 0.8em 0.8em 0.2em 0.8em;
    width: 300%;
    color: #fff;
    content: attr(data-info);
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } }

button.trigger:focus {
  outline: none; }

button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

button.trigger span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "\f103";
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'FontAwesome';
  line-height: 1;
  speak: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

button.trigger span::before {
  -webkit-animation: buttonTriggerHover 1s linear infinite normal;
          animation: buttonTriggerHover 1s linear infinite normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes buttonTriggerHover {
  0% {
    bottom: 0; }
  33% {
    bottom: -3px;
    opacity: 0.5; }
  66% {
    bottom: 3px;
    opacity: 1; }
  0% {
    bottom: 0; } }

@keyframes buttonTriggerHover {
  0% {
    bottom: 0; }
  33% {
    bottom: -3px;
    opacity: 0.5; }
  66% {
    bottom: 3px;
    opacity: 1; }
  0% {
    bottom: 0; } }

.loading .intro-header-content {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0; }

.intro-header-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/***************************
****************************
intro-header.less end
****************************
***************************/
/***************************
****************************
main-nav.less start
****************************
***************************/
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  height: 35px;
  width: 100%;
  z-index: 1600;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }

@media (min-width: 992px) {
  .mobile-nav {
    display: none; } }

.nav-toggle,
.nav-toggle:hover {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: auto !important;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  padding: 5px;
  height: 35px; }

.nav-open .nav-toggle {
  left: 165px; }

.nav-toggle .icon-bar {
  background: #fff;
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 5px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.nav-toggle .nav-toggle-label {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  position: absolute;
  left: 40px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.nav-open .nav-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  right: 4px;
  width: 22px;
  height: 3px; }

.nav-open .nav-toggle .icon-bar:nth-child(2) {
  opacity: 0; }

.nav-open .nav-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -10px;
  right: 4px;
  width: 22px;
  height: 3px; }

.nav-open .nav-toggle .nav-toggle-label {
  opacity: 0; }

.logo-mobile {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 1601; }

.logo-mobile img {
  max-height: 46px;
  position: relative;
  left: -24px; }

/***************************
****************************
timeline.less start
****************************
***************************/
/* =Timeline
-------------------------------------------------------------- */
.timeline-section {
  background: #fff;
  padding: 0;
  -webkit-transition: background 0.4s ease-in-out 1.1s;
  transition: background 0.4s ease-in-out 1.1s; }

.section-timeline-quote {
  padding-top: 0;
  -webkit-transition: background 0.4s ease-in-out 1.1s;
  transition: background 0.4s ease-in-out 1.1s; }

.timeline-section-first {
  padding-top: 5em; }

.timeline-section-first .timeline {
  padding-top: 0;
  margin-top: 3em; }

.timeline h4 {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff; }

.timeline h4 span {
  font-weight: 400; }

.timeline:before {
  content: "";
  display: block;
  height: 1px;
  background: #aaa;
  width: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px; }

.timeline:after {
  content: "";
  display: block;
  height: 1px;
  background: #aaa;
  width: 26px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px; }

.timeline {
  margin: 0px auto;
  max-width: 768px;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 3em 15px;
  list-style-type: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE3RDYyNTAzMUVFOTExRTQ5NDZCREZFQUQ3QUNDODI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE3RDYyNTA0MUVFOTExRTQ5NDZCREZFQUQ3QUNDODI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTdENjI1MDExRUU5MTFFNDk0NkJERkVBRDdBQ0M4MjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTdENjI1MDIxRUU5MTFFNDk0NkJERkVBRDdBQ0M4MjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6UrA9qAAAAD0lEQVR42mI4c+YMQIABAATMAmU0GLzEAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: 50% 0;
  z-index: 2; }

@media (min-width: 768px) {
  .timeline {
    padding-top: 4em;
    padding-bottom: 4em; } }

@media (min-width: 992px) {
  .timeline {
    padding-top: 5em;
    padding-bottom: 5em; } }

.timeline .mark-profiel,
.mark-profiel-quote {
  background: #ffffff url(/app/themes/marktuitert3/images/timeline/mark-profiel.jpg) no-repeat center center;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  margin-bottom: 5em; }

.mark-profiel-quote {
  margin-bottom: 1em; }

.timeline *,
.timeline *:after,
.timeline:after,
.timeline *:before,
.timeline:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.timeline .event {
  width: 100%;
  max-width: 354px;
  position: relative;
  text-align: center;
  clear: both;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .timeline .event {
    width: 50%;
    padding-left: 30px;
    float: right;
    max-width: 100%; } }

.timeline .event .event-inner {
  background: #000000;
  position: relative;
  width: 100%;
  list-style-type: none;
  display: block;
  z-index: 15;
  text-decoration: none;
  padding-bottom: 8px; }

.timeline .event:nth-of-type(2n) {
  clear: both; }

@media (min-width: 768px) {
  .timeline .event:nth-of-type(2n) {
    padding-right: 30px;
    padding-left: 0;
    float: left; } }

.timeline .event img {
  width: 100%;
  margin-bottom: 8px; }

/*.csstransitions.no-touch .timeline .event {
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.csstransitions.no-touch .intro-header-effect.modify:not(.notrans) .timeline .event.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.csstransitions.no-touch .timeline-info-block {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}*/
.csstransitions.no-touch .timeline-info-block.active {
  opacity: 1; }

@media all and (min-width: 768px) {
  .timeline .event:after {
    border: 1px solid #f1f1f1;
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #666;
    position: absolute;
    left: -4px;
    top: 6px; }
  .timeline .event:nth-of-type(2n):after {
    left: auto;
    right: -5px; } }

/***************************
****************************
timeline.less end
****************************
***************************/
label {
  color: #000000;
  display: block; }

#respond label {
  display: inline; }

input[type="text"],
textarea,
input[type="password"],
input[type="email"],
input[type="tel"] {
  background: #fff;
  border: 2px solid #dddddd;
  padding: 10px;
  width: 100%;
  color: #000000;
  font-family: 'proxima-nova', sans-serif, sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 17px;
  -webkit-appearance: none; }

textarea {
  min-height: 100px;
  resize: vertical; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

#commentform input[type="text"] {
  max-width: 180px; }

#commentform textarea:focus,
#commentform input[type="text"]:focus {
  background: #ffffff; }

.wpcf7-response-output {
  font-size: 0.8em;
  margin-bottom: 0.8em;
  margin: 0 !important;
  margin-top: 1em !important;
  padding: 0.5em !important;
  font-weight: 600; }

span.wpcf7-not-valid-tip {
  display: none !important; }

input.wpcf7-not-valid {
  border-color: #F00; }

div.wpcf7 img.ajax-loader {
  display: none; }

html #mc_embed_signup form {
  padding: 0;
  text-align: center; }
  html #mc_embed_signup form h2 {
    font-family: 'proxima-nova', sans-serif; }
  html #mc_embed_signup form p {
    font-family: 'proxima-nova', sans-serif; }

html #mc_embed_signup .mc-field-group {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%; }
  html #mc_embed_signup .mc-field-group label {
    font-weight: 600;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 10px; }
  html #mc_embed_signup .mc-field-group input {
    height: 48px;
    font-size: 1.5em;
    padding: 8px;
    margin-bottom: 0; }

html #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 0;
  padding: 5px 0; }

html #mc-embedded-subscribe {
  clear: unset;
  display: inline-block;
  width: 200px; }

html #mc_embed_signup div.response {
  margin: 1em auto; }

.form_container {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 2rem; }
  @media (min-width: 600px) {
    .form_container {
      padding: 4rem; } }

/***************************
****************************
post.less start
****************************
***************************/
.post-main a:not(.btn) {
  border-bottom: 1px solid #dddddd; }

.post-main a:not(.btn):hover {
  border-bottom: 1px solid #000000;
  text-decoration: none; }

.article-title-meta {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #888888;
  font-weight: 600; }

.article-title-meta a {
  color: #888888; }

.article-title-meta.white,
.article-title-meta.white a {
  color: #FFF; }

.post-meta:before,
.post-meta:after {
  clear: both; }

.post-meta {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 96px; }

.post-meta .avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  height: 60px; }

.post-meta a {
  color: #666; }

.post-meta strong {
  font-weight: 600;
  color: #000000; }

.post-meta p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 0.8em;
  padding-top: 8px; }

@media (min-width: 992px) {
  .post-meta p {
    padding-top: 0; } }

.post-meta-social {
  margin-top: 12px;
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .post-meta-social {
    float: right;
    margin-bottom: 12px; } }

/***************************
****************************
post.less start
****************************
***************************/
/***************************
****************************
gallery.less start
****************************
***************************/
.gallery {
  width: 100%;
  margin: 1em 0;
  position: relative;
  float: left; }

.gallery-item {
  border: 1px solid #FFF;
  float: left;
  position: relative;
  width: 25%; }

@media (min-width: 768px) {
  .gallery-item {
    width: 16.66666667%; } }

.gallery-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: auto; }

.gallery-item:hover {
  opacity: 0.7; }

.gallery-item a {
  text-decoration: none;
  border-bottom: none; }

.gallery-item img {
  width: 100%; }

.gallery-caption {
  display: none; }

/***************************
****************************
gallery.less end
****************************
***************************/
/***************************
****************************
comments.less start
****************************
***************************/
/* = Comments
-------------------------------------------------------------- */
#comments,
.nocomments,
#respond {
  margin-top: 30px;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #dddddd; }

#comments,
#respond {
  padding-bottom: 5px; }

.commentlist {
  margin: 10px 0px;
  list-style: none;
  font-size: 0.8em; }

.commentlist a {
  text-decoration: none; }

.commentlist a:hover {
  text-decoration: underline; }

.commentlist {
  margin-bottom: 14px; }

.commentlist li {
  padding: 15px 0 15px 40px;
  position: relative;
  border-bottom: 1px solid #dddddd; }

.commentlist .avatar {
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
  border: none;
  padding: 0px; }

.commentlist .alt {
  background: #FFF; }

.commentlist cite,
.commentlist cite a,
.commentlist cite a:visited {
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  color: #000000;
  text-decoration: none; }

.commentlist small {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  color: #777; }

.commentlist .comment-meta {
  font-size: 12px;
  color: #777; }

.commentlist .comment-meta a {
  text-decoration: none;
  color: #777; }

#commentform {
  margin-top: 10px;
  margin-bottom: 40px; }

#commentform p {
  padding: 5px 0px;
  margin: 0px; }

#commentform #submit {
  background: transparent;
  border: 2px solid #000000;
  border-color: rgba(0, 0, 0, 0.8);
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  padding: 8px 15px 8px 15px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 16px; }

#commentform #submit:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

/***************************
****************************
comments.less end
****************************
***************************/
/***************************
****************************
wp-images.less start
****************************
***************************/
.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignnone {
  margin-top: 3px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

img.alignleft {
  margin-bottom: 8px;
  margin-right: 20px;
  margin-top: 3px;
  margin-left: 0px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

img.alignright {
  margin-bottom: 8px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

img.aligncenter {
  margin-top: 3px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.wp-caption {
  position: relative;
  margin-bottom: 8px; }

.wp-caption .wp-caption-text {
  background: #000000;
  color: #fff;
  position: relative;
  max-width: 100%;
  padding: 10px 20px;
  font-size: 0.8em; }

@media (min-width: 768px) {
  .wp-caption .wp-caption-text {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0; } }

@media (min-width: 768px) {
  .wp-caption.aligncenter .wp-caption-text {
    max-width: 66.666%; } }

.wp-caption img {
  height: auto !important;
  max-width: 100% !important; }

.wp-caption.alignleft {
  margin-bottom: 8px;
  margin-right: 20px;
  margin-top: 3px;
  margin-left: 0px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.wp-caption.alignright {
  margin-bottom: 8px;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 0px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.wp-caption.aligncenter,
.wp-caption.alignnone {
  margin-top: 3px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

@media (min-width: 768px) {
  article.post img.alignleft,
  article.post .wp-caption.alignleft {
    margin-left: -8.33333333%; }
  article.post img.alignright,
  article.post .wp-caption.alignright {
    margin-right: -8.33333333%; }
  article.post img.aligncenter,
  article.post .wp-caption.aligncenter,
  .rve {
    margin-left: -8.33333333%;
    margin-right: -8.33333333%;
    max-width: 116.66666667%; } }

@media (min-width: 992px) {
  article.post img.alignleft,
  article.post .wp-caption.alignleft {
    margin-left: -16.66666667%; }
  article.post img.alignright,
  article.post .wp-caption.alignright {
    margin-right: -16.66666667%; }
  article.post img.aligncenter,
  article.post .wp-caption.aligncenter,
  .rve {
    margin-left: -16.66666667%;
    margin-right: -16.66666667%;
    max-width: 133.33333334%; } }

@media (max-width: 767px) {
  img.alignleft,
  img.alignright,
  .wp-caption.alignleft,
  .wp-caption.alignright {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0; }
  article.post img.alignleft,
  article.post .wp-caption.alignleft {
    margin-left: 0; }
  article.post img.alignright,
  article.post .wp-caption.alignright {
    margin-right: 0; }
  .wp-caption p {
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: left !important;
    margin-bottom: 0; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/***************************
****************************
wp-images.less start
****************************
***************************/
/***************************
****************************
blog.less start
****************************
***************************/
.blog-item {
  background: #000000;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

.blog-item img {
  width: 100%;
  position: relative;
  max-width: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0.6; }

.blog-item:hover img {
  opacity: 0.85;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.blog-item-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  width: 100%;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }

.blog-item-title time {
  display: block;
  font-size: 12px;
  font-weight: 400; }

#pagination {
  margin-top: 15px;
  margin-bottom: 30px; }

#pagination .label {
  display: none; }

@media all and (min-width: 768px) {
  #pagination .label {
    display: inline; } }

/***************************
****************************
blog.less end
****************************
***************************/
/***************************
****************************
fontello.less start
****************************
***************************/
@font-face {
  font-family: 'fontello';
  src: url("/app/themes/marktuitert3/fonts/fontello.eot?34170611");
  src: url("/app/themes/marktuitert3/fonts/fontello.eot?34170611#iefix") format("embedded-opentype"), url("/app/themes/marktuitert3/fonts/fontello.woff?34170611") format("woff"), url("/app/themes/marktuitert3/fonts/fontello.ttf?34170611") format("truetype"), url("/app/themes/marktuitert3/fonts/fontello.svg?34170611#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('/app/themes/marktuitert3/font/fontello.svg?34170611#fontello') format('svg');
	}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-strava:before {
  content: '\e800'; }

/* '' */
/***************************
****************************
fontello.less end
****************************
***************************/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/app/themes/marktuitert3/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/app/themes/marktuitert3/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/app/themes/marktuitert3/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/app/themes/marktuitert3/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/app/themes/marktuitert3/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/***************************
****************************
magnific-popup.less start
****************************
***************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6001;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

.mfp-preloader a:hover {
  color: white; }

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

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;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

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

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

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid rgba(0, 0, 0, 0.3); }

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

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid rgba(0, 0, 0, 0.3); }

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

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

.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%;
  background: black; }

/* 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;
  background: #444444; }

.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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/***************************
****************************
magnific-popup.less end
****************************
***************************/
/***************************
****************************
utilities.less start
****************************
***************************/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/***************************
****************************
utilities.less end
****************************
***************************/
/***************************
****************************
responsive-utilities.less start
****************************
***************************/
@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 991px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/***************************
****************************
responsive-utilities.less end
****************************
***************************/
/***************************
****************************
editor-styles.less start
****************************
***************************/
body#tinymce {
  padding: 20px;
  max-width: 990px; }

body#tinymce ul,
body#tinymce ol {
  list-style-position: inside;
  margin-bottom: 1em; }

body#tinymce .columns-2 {
  padding: 10px;
  border: 1px solid #DDD; }

/***************************
****************************
editor-styles.less end
****************************
***************************/
.fa-empty {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 24px;
  position: relative;
  top: 2px; }

.quote {
  margin: 0 auto;
  display: block; }

.fa-first-energy-gum {
  background-image: url("/app/themes/marktuitert3/images/icon-first-energy-gum-white.svg");
  fill: #222; }

.fa-fitchannel {
  background-image: url("/app/themes/marktuitert3/images/icon-fitchannel-white.svg");
  fill: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media (max-width: 360px) {
  .hide-watch {
    display: none; } }

@media (max-width: 840px) {
  .hide-mobile {
    display: none; } }

@media (max-width: 991px) {
  .main-nav::after {
    display: none; } }

.grecaptcha-badge {
  display: none; }

hr {
  height: 1px;
  border: none;
  position: relative;
  margin: 2rem auto;
  max-width: 120rem; }
  hr::after {
    content: "";
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #ddd; }
    @media (max-width: 600px) {
      hr::after {
        left: 0;
        right: 0; } }

.post-type-archive hr + section, .blog hr + section, .archive hr + section {
  padding-top: 2rem; }

.post-type-archive .main-content, .blog .main-content, .archive .main-content {
  padding-top: 2rem; }

.post-type-archive .sidebar, .blog .sidebar, .archive .sidebar {
  display: block; }
  .post-type-archive .sidebar .topics, .blog .sidebar .topics, .archive .sidebar .topics {
    margin-bottom: 2rem; }
    .post-type-archive .sidebar .topics__links, .blog .sidebar .topics__links, .archive .sidebar .topics__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -.5rem 0; }
      .post-type-archive .sidebar .topics__links a, .blog .sidebar .topics__links a, .archive .sidebar .topics__links a {
        margin: .5rem; }

.article-content .post-main > p,
.article-content .post-main > blockquote {
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .article-content .post-main > p,
    .article-content .post-main > blockquote {
      margin-bottom: 4rem; } }

.wp-block-separator.is-style-wide {
  width: 100%; }

.wp-block-quote {
  border: none;
  padding: 0;
  display: grid;
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  position: relative; }
  @media (min-width: 800px) {
    .wp-block-quote {
      max-width: none;
      width: calc(100% + (100% / 3));
      margin-left: calc(100% / -6); } }
  .wp-block-quote::before {
    content: "“";
    font-size: 10rem;
    margin-right: 2rem;
    color: #000000;
    line-height: 1;
    position: absolute;
    right: 100%; }
  .wp-block-quote .image {
    height: 100px;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .wp-block-quote .image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center left;
         object-position: center left;
      height: 100%;
      width: 100%;
      margin-right: auto;
      max-width: 220px; }
  .wp-block-quote p {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .wp-block-quote p {
        font-size: 4rem; } }
    .wp-block-quote p::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 52px;
      background-color: #000000; }
  .wp-block-quote cite {
    margin-top: 2rem;
    text-transform: none;
    font-size: 2rem; }

.wp-block-embed,
.wp-block-image {
  margin-bottom: 4rem; }
  @media (min-width: 800px) {
    .wp-block-embed,
    .wp-block-image {
      margin-bottom: 8rem; } }

@media (min-width: 800px) {
  .wp-block-image img,
  :not(.wp-block-column) .wp-block-image img {
    max-width: none;
    width: calc(100% + (100% / 3));
    margin-left: calc(100% / -6); } }

.wp-block-image.not-full-width img,
:not(.wp-block-column) .wp-block-image.not-full-width img {
  width: initial;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.wp-block-gallery ul.blocks-gallery-grid {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100%; }
  .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    width: calc(25% - 2em) !important;
    margin: .5em !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    max-width: 80px !important;
    min-width: 80px !important; }

/* =Sections
-------------------------------------------------------------- */
.section {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .section {
      padding-top: 4em;
      padding-bottom: 4em; } }
  @media (min-width: 992px) {
    .section {
      padding-top: 5em;
      padding-bottom: 5em; } }
  .section__header {
    margin-bottom: 2em; }
  .section__title {
    font-size: 2em; }
    .section__title::after {
      content: "";
      display: block;
      line-height: 1;
      margin-top: 1rem;
      position: relative;
      border-bottom: 3px solid #000000;
      width: 2.5rem;
      margin-left: auto;
      margin-right: auto; }
  .section__lead {
    font-size: 1.25em; }
  .section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section__buttons a {
      margin: 5px; }
  .section.section-first {
    margin-top: 50px; }

.section--text-align-center .section__header {
  text-align: center; }

.section--full {
  margin: 8rem 0;
  padding: 0;
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.section.section-cta .container {
  max-width: 800px; }

.home_hero__visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover; }

.home_hero__audience {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto !important;
  -webkit-transition: -webkit-transform 10s ease-out;
  transition: -webkit-transform 10s ease-out;
  transition: transform 10s ease-out;
  transition: transform 10s ease-out, -webkit-transform 10s ease-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom; }
  .home_hero__audience img {
    height: 40vh;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom; }
    @supports ((-o-object-fit: contain) or (object-fit: contain)) {
      .home_hero__audience img {
        max-width: 70vw; } }
  .loading .home_hero__audience {
    -webkit-transform: translateX(-3vw) scale(0.95);
            transform: translateX(-3vw) scale(0.95); }

.home_hero__mark {
  position: absolute;
  right: 5vw;
  bottom: 0;
  height: auto !important;
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  -webkit-transform: translateX(0) scale(1.08);
          transform: translateX(0) scale(1.08);
  -webkit-transform-origin: top;
          transform-origin: top; }
  .home_hero__mark img {
    width: auto;
    height: 40vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom; }
    @media (min-width: 500px) {
      .home_hero__mark img {
        height: 52vh; } }
    @media (min-width: 700px) {
      .home_hero__mark img {
        height: 60vh; } }
    @media (min-width: 900px) {
      .home_hero__mark img {
        height: 80vh; } }
    @supports ((-o-object-fit: contain) or (object-fit: contain)) {
      .home_hero__mark img {
        max-width: 55vw; } }
  .loading .home_hero__mark {
    -webkit-transform: translateX(-1vw) scale(1);
            transform: translateX(-1vw) scale(1); }

.home_hero__title {
  color: #fff;
  text-align: left;
  font-size: 3.5rem;
  max-width: 700px; }
  @media (min-width: 600px) {
    .home_hero__title {
      font-size: 5rem; } }

.home_hero__button_bar {
  margin-top: 4rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home_hero__button_bar > li:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 1em; }
  @media (max-width: 1000px) {
    .home_hero__button_bar {
      margin-bottom: 100px; } }

.home_hero .btn {
  min-width: 150px;
  line-height: 1.2em;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1); }

.home-blocks {
  position: relative; }
  @media (min-width: 992px) {
    .home-blocks {
      height: 100%; } }

.home-block-row-first {
  position: relative; }
  @media (min-width: 992px) {
    .home-block-row-first {
      height: 40%; } }

.home-block-row-second {
  position: relative; }
  @media (min-width: 992px) {
    .home-block-row-second {
      height: 40%; } }

.home-block {
  background: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  height: 200px; }
  .home-block::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #fff; }
  @media (min-width: 768px) {
    .home-block {
      height: 400px; } }
  @media (min-width: 992px) {
    .home-block {
      height: 100%; } }
  .home-block figure {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .home-block img {
    opacity: 0.5;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .home-block:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.home-block .home-block-img {
  opacity: 0.25;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.home-block:hover .home-block-img {
  opacity: 0.9;
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

.home-block figcaption {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.home-block .caption {
  height: 100%;
  width: 100%;
  display: table;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0; }

.home-block .caption-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center; }

.home-block h2 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s; }
  .home-block h2 > span {
    font-weight: 400;
    color: #C09551; }

.home-block h2 span {
  font-size: 0.6em; }

@media (min-width: 768px) {
  .home-block.home-block-sm h2 {
    font-size: 1.1em; } }

.home-block h2:after {
  content: "_";
  display: block;
  line-height: 1;
  margin-top: -0.7em;
  position: relative;
  font-family: "Arial", sans-serif;
  font-weight: bold; }

.home-block-podcasts .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-podcast.jpg") no-repeat center center;
  background-size: cover; }

.home-block-presentaties .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-presentaties.jpg") no-repeat center center;
  background-size: cover; }

.home-block-artikelen .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-podcast-2.jpg") no-repeat center center;
  background-size: cover; }

.home-block-prestatie-filosofie .home-block-img,
.home-block-mindset .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-filosofie.jpg") no-repeat center center;
  background-size: cover; }

.home-block-ondernemen .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-ondernemen.jpg") no-repeat center center;
  background-size: cover; }

.home-block-biografie .home-block-img {
  background: url("/app/themes/marktuitert3/images/home-block-mark-biografie.jpg") no-repeat center top;
  background-size: cover; }

.notification-bar {
  position: fixed;
  height: 40px;
  z-index: 10000;
  color: #000;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-transform: uppercase;
  background-color: #F1D096;
  background-image: url("/app/themes/marktuitert3/images/notification-bar-background.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.6); }
  .notification-bar a {
    color: #000;
    text-decoration: underline; }
  .notification-bar .thin {
    font-weight: 400; }

.notification-bar--enabled .mobile-nav,
.notification-bar--enabled .main-nav {
  top: 40px; }

.main-nav {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(34, 34, 34, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(34, 34, 34, 0.5) 100%);
  width: 160px;
  position: fixed;
  z-index: 1600;
  top: 0;
  padding: 0 10px;
  left: -100%;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .main-nav {
      left: 0;
      top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      width: 100%;
      text-align: center;
      position: fixed;
      height: 35px; } }
  .main-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-box-shadow: 10px 0px 50px 30px rgba(0, 0, 0, 0.8);
            box-shadow: 10px 0px 50px 30px rgba(0, 0, 0, 0.8); }
  .main-nav .nav-bar {
    position: relative;
    z-index: 10; }
  .main-nav .logo {
    display: none; }
    @media (min-width: 992px) {
      .main-nav .logo {
        display: inline-block;
        padding-top: 6px;
        position: relative; } }
    .main-nav .logo img {
      max-height: 46px;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    .main-nav .logo img.logo-black {
      position: absolute;
      top: 6px;
      left: 0; }
    .main-nav .logo:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

@media (min-width: 992px) {
  body.admin-bar .main-nav {
    top: 32px; } }

.main-nav.active {
  left: 0; }

.main-nav ul {
  list-style: none; }

@media (min-width: 992px) {
  .main-nav ul {
    display: inline-block;
    position: absolute;
    line-height: 35px;
    top: 0; } }

@media (min-width: 992px) {
  .main-nav ul.left-nav {
    right: 50%;
    margin-right: 40px; } }

@media (min-width: 992px) {
  .main-nav ul.right-nav {
    left: 50%;
    margin-left: 40px; } }

.main-nav ul li {
  display: block; }

@media (min-width: 992px) {
  .main-nav ul li {
    display: inline; } }

.main-nav ul li a {
  color: #FFF;
  display: block;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  padding: 10px 0;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

@media (min-width: 992px) {
  .main-nav ul li a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    padding: 0; } }

.main-nav ul li a:after {
  content: " ";
  background: #FFF;
  position: absolute;
  bottom: 3px;
  height: 2px;
  width: 16px;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0; }

@media (min-width: 992px) {
  .main-nav ul li a:after {
    left: 50%;
    margin-left: -8px; } }

.main-nav ul li a:hover:after,
.main-nav ul li.current-menu-item a:after,
.main-nav ul li.current-page-ancestor a:after,
.single-post .main-nav ul li.current_page_parent a:after {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 1; }

@media (min-width: 992px) {
  .intro-header-effect.modify .main-nav::after {
    height: 75px; } }

.content-quote .blockquote__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  margin-right: 2rem; }
  @media (min-width: 620px) {
    .content-quote .blockquote__wrapper {
      margin-left: 8rem;
      margin-right: 8rem; } }
  .content-quote .blockquote__wrapper::before {
    content: "“";
    font-size: 10rem;
    margin-right: 2rem;
    color: #000000;
    line-height: 1; }

.content-quote blockquote {
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  position: relative; }
  .content-quote blockquote p {
    position: relative;
    font-size: 4rem;
    font-weight: 600;
    padding-bottom: 3.5rem;
    margin-bottom: 1.5rem; }
    .content-quote blockquote p::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 52px;
      background-color: #000000; }
  .content-quote blockquote cite {
    text-transform: none;
    font-size: 2rem; }

/* =Footer
-------------------------------------------------------------- */
.main-footer {
  background-color: #C09551;
  color: #FFFFFF;
  text-align: center; }
  .main-footer a {
    color: #FFFFFF; }
    .main-footer a:hover {
      color: #FFFFFF; }

.footer-navigation {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .footer-navigation ul {
    padding-bottom: 2rem;
    border-bottom: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-navigation li {
    margin: 1rem; }
  .footer-navigation a {
    font-weight: 800; }

.footer-social {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer-social a {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px;
    margin: .5rem;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    .footer-social a:hover {
      background: #000000;
      border-color: #000000;
      color: #FFF; }

.footer-copyright {
  text-align: center;
  padding-top: 10px;
  font-size: .625em;
  text-transform: uppercase;
  color: #333;
  font-weight: 600; }
  .footer-copyright .divider {
    margin-left: .5rem;
    margin-right: .5rem; }
  .footer-copyright a {
    color: #333;
    font-weight: 400; }

.podcast_excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 3rem 0; }
  @media (max-width: 600px) {
    .podcast_excerpt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .podcast_excerpt__image {
    background-color: #333;
    width: 180px;
    height: 180px;
    margin-right: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .podcast_excerpt__image {
        width: 100%;
        height: auto;
        margin-bottom: 2rem; } }
    .podcast_excerpt__image a {
      display: inline-block;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .podcast_excerpt__image img {
      -o-object-fit: cover;
         object-fit: cover; }
  .podcast_excerpt__title {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .podcast_excerpt__title {
        font-size: 1.75rem; } }
  .podcast_excerpt__text {
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .podcast_excerpt__text {
        font-size: 1.5rem; } }
  .podcast_excerpt__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875em;
    color: #999; }
  .podcast_excerpt__play {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background-color: #333;
    border: none;
    margin-right: 1rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
    .podcast_excerpt__play i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .podcast_excerpt__play i > svg {
      position: relative;
      fill: #fff;
      width: 10px;
      height: 10px;
      margin: auto;
      left: 5%; }
    .podcast_excerpt__play:hover {
      background-color: #C09551; }
  .podcast_excerpt--play {
    background-color: #C09551;
    border-color: #C09551;
    border-radius: 52px;
    height: 52px;
    width: 52px; }
    .podcast_excerpt--play i > svg {
      width: 22px;
      height: 22px; }
  .podcast_excerpt .divider {
    margin-left: .5rem;
    margin-right: .5rem; }
  .podcast_excerpt--mini {
    border-bottom: 0;
    border: 2px solid #f3f3f3;
    padding: 1rem; }
    .podcast_excerpt--mini .post_excerpt, .podcast_excerpt--mini .podcast_excerpt {
      min-width: 340px;
      max-width: 340px; }
      .podcast_excerpt--mini .post_excerpt__image, .podcast_excerpt--mini .podcast_excerpt__image {
        margin-right: 2rem;
        width: 100px;
        height: 100px; }
      .podcast_excerpt--mini .post_excerpt__title, .podcast_excerpt--mini .podcast_excerpt__title {
        font-size: 1em;
        margin-bottom: 1rem; }
      .podcast_excerpt--mini .post_excerpt__text, .podcast_excerpt--mini .podcast_excerpt__text {
        display: none; }

.post_excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 3rem 0; }
  @media (max-width: 600px) {
    .post_excerpt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .post_excerpt__image {
    background-color: #333;
    width: 180px;
    height: 180px;
    margin-right: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .post_excerpt__image {
        width: 100%;
        height: auto;
        margin-bottom: 2rem; } }
    .post_excerpt__image a {
      display: inline-block;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .post_excerpt__image img {
      -o-object-fit: cover;
         object-fit: cover; }
  .post_excerpt__title {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .post_excerpt__title {
        font-size: 1.75rem; } }
  .post_excerpt__text {
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .post_excerpt__text {
        font-size: 1.5rem; } }
  .post_excerpt__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875em;
    color: #999; }
  .post_excerpt__play {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background-color: #333;
    border: none;
    margin-right: 1rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
    .post_excerpt__play i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .post_excerpt__play i > svg {
      position: relative;
      fill: #fff;
      width: 10px;
      height: 10px;
      margin: auto;
      left: 5%; }
    .post_excerpt__play:hover {
      background-color: #C09551; }
  .post_excerpt--play {
    background-color: #C09551;
    border-color: #C09551;
    border-radius: 52px;
    height: 52px;
    width: 52px; }
    .post_excerpt--play i > svg {
      width: 22px;
      height: 22px; }
  .post_excerpt .divider {
    margin-left: .5rem;
    margin-right: .5rem; }
  .post_excerpt--mini {
    border-bottom: 0;
    border: 2px solid #f3f3f3;
    padding: 1rem; }
    .post_excerpt--mini .post_excerpt, .post_excerpt--mini .podcast_excerpt {
      min-width: 340px;
      max-width: 340px; }
      .post_excerpt--mini .post_excerpt__image, .post_excerpt--mini .podcast_excerpt__image {
        margin-right: 2rem;
        width: 100px;
        height: 100px; }
      .post_excerpt--mini .post_excerpt__title, .post_excerpt--mini .podcast_excerpt__title {
        font-size: 1em;
        margin-bottom: 1rem; }
      .post_excerpt--mini .post_excerpt__text, .post_excerpt--mini .podcast_excerpt__text {
        display: none; }

.site_banner {
  height: 100%;
  height: 100vh;
  position: relative;
  display: grid;
  justify-items: stretch;
  grid-template-rows: 1fr auto;
  padding-top: 80px; }
  .site_banner__background, .site_banner__visual, .site_banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .site_banner__background img, .site_banner__visual img, .site_banner__overlay img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .site_banner__overlay {
    background-color: #000000;
    opacity: .8; }
  .site_banner__content {
    height: 100%;
    align-self: stretch;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    text-align: center; }
  .site_banner__intro, .site_banner__title {
    color: #FFFFFF;
    text-transform: uppercase; }
  .site_banner__intro {
    color: #C09551;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0; }
  .site_banner__title {
    font-size: 10rem;
    margin: 0;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .site_banner__title {
        font-size: 5rem; } }
  .site_banner__subtitle {
    font-size: 2rem;
    margin: -1rem auto 0 auto;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #FFFFFF;
    max-width: 720px; }
  .site_banner__player {
    z-index: 5; }
  .site_banner--medium .site_banner__title {
    font-size: 3.5rem;
    line-height: 1.25; }
  .site_banner--small .site_banner__title {
    font-size: 2.5rem;
    line-height: 1.25; }
  .site_banner--medium .site_banner__intro,
  .site_banner--small .site_banner__intro {
    margin-bottom: 10px; }

.pagination {
  margin-top: 3rem; }

.podcast_invitation {
  height: 360px;
  width: 100%;
  padding: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0; }
  .podcast_invitation__title {
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    font-size: 1.25em; }
  .podcast_invitation__description {
    color: #FFFFFF; }
  .podcast_invitation__actions {
    margin-top: auto;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .podcast_invitation__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #333;
    z-index: -1; }
    .podcast_invitation__background img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center 25%;
         object-position: center 25%;
      height: 100%;
      width: 100%; }

.archive_intro {
  text-align: center; }
  .archive_intro__text {
    max-width: 640px;
    margin: auto; }
  .archive_intro__buttons {
    margin-top: 4rem; }

.post_topics, .more_topics {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post_topics a, .more_topics a {
    display: inline-block;
    margin: .5rem; }
  @media (max-width: 600px) {
    .post_topics, .more_topics {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.more_topics {
  margin-bottom: 0; }

body {
  overflow-y: scroll; }

.more_posts {
  width: 100%; }
  .more_posts h2 {
    text-align: center;
    margin-bottom: 4rem; }
  .more_posts__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 2rem; }

.dialog {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  padding: 2rem;
  overflow: auto;
  display: grid; }
  @media (min-width: 900px) {
    .dialog {
      padding: 8rem; } }
  .dialog__wrapper {
    height: 100%;
    width: 100%;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto; }
    @media (min-width: 900px) {
      .dialog__wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .dialog__content {
    background-color: #fff;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.8);
            box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .dialog__content {
        display: grid;
        min-width: 860px;
        min-height: 500px;
        max-width: 920px; } }
  @media (min-width: 900px) {
    .dialog.newsletter_dialog .dialog__content {
      grid-template-columns: 1fr 1fr; } }
  .dialog__image {
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px; }
    @media (min-width: 900px) {
      .dialog__image {
        min-height: 400px;
        height: auto; } }
    .dialog__image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      height: 100%;
      width: 100%; }
  .dialog__form {
    padding: 2rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .dialog__form {
        padding: 4rem; } }
    .dialog__form .btn {
      margin: 5px 0 !important;
      width: 200px; }
  .dialog__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .dialog__close {
    cursor: pointer; }
  .dialog[open] {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.podcast_player {
  display: grid;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  .podcast_player, .podcast_player > div {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  @media (min-width: 700px) {
    .podcast_player {
      grid-template-columns: auto 1fr auto;
      position: relative;
      background-color: rgba(0, 0, 0, 0.4); } }
  .podcast_player__toggler {
    position: absolute;
    bottom: 100%;
    width: 100%; }
    @media (min-width: 700px) {
      .podcast_player__toggler {
        display: none; } }
  .podcast_player__controls {
    padding: 2rem;
    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; }
    @media (min-width: 700px) {
      .podcast_player__controls {
        padding: 4rem; } }
  .podcast_player__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    padding: 0 2rem; }
    @media (min-width: 700px) {
      .podcast_player__progress {
        padding: 5px 0; } }
  .podcast_player__progress_bar {
    margin: auto;
    position: relative;
    height: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    margin-bottom: 4rem; }
    @media (min-width: 700px) {
      .podcast_player__progress_bar {
        margin-bottom: 0; } }
  .podcast_player__progress_inner {
    height: 5px;
    border-radius: 5px;
    background-color: #C09551;
    width: 0; }
  .podcast_player__progress_mousebar {
    z-index: 5;
    position: relative; }
    .podcast_player__progress_mousebar::after {
      opacity: 0;
      content: "";
      height: 5px;
      background-color: #FFFFFF;
      width: 5px;
      border-radius: 5px;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4); }
  .podcast_player__time {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none; }
    .podcast_player__time > div {
      pointer-events: none; }
  .podcast_player__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem; }
    @media (min-width: 700px) {
      .podcast_player__subscribe {
        padding: 4rem; } }
    .podcast_player__subscribe a {
      margin: auto; }
  .podcast_player__control {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 42px;
    height: 42px;
    width: 42px;
    cursor: pointer;
    margin: .25rem;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    position: relative; }
    .podcast_player__control:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .podcast_player__control:hover {
      border: 2px solid white; }
    .podcast_player__control:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .podcast_player__control i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .podcast_player__control i > svg {
      fill: #fff;
      width: 16px;
      height: 16px;
      margin: auto; }
    .podcast_player__control--play {
      background-color: #C09551;
      border-color: #C09551;
      border-radius: 52px;
      height: 52px;
      width: 52px; }
      .podcast_player__control--play i > svg {
        width: 22px;
        height: 22px; }
    .podcast_player__control .icon-play {
      margin-left: 3%; }
    .podcast_player__control .icon-pause {
      position: absolute;
      opacity: 0; }
  @media (max-width: 699px) {
    .podcast_player.player--hidden {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
      .podcast_player.player--hidden > div {
        opacity: 0;
        pointer-events: none; } }
  .podcast_player.player--playing .icon-play {
    opacity: 0; }
  .podcast_player.player--playing .icon-pause {
    opacity: 1; }
  .podcast_player.player--paused .icon-play {
    opacity: 1; }
  .podcast_player.player--paused .icon-pause {
    opacity: 0; }

#player_container {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden; }

.banner_image {
  margin: 8rem 0;
  padding: 0;
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.quotes blockquote p {
  font-size: 2rem;
  font-weight: 400; }

.quotes .quote {
  margin-bottom: 4rem; }

.wp-block-separator.is-style-wide {
  width: 100%; }

.wp-block-quote {
  border: none;
  padding: 0;
  display: grid;
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  position: relative; }
  @media (min-width: 800px) {
    .wp-block-quote {
      max-width: none;
      width: calc(100% + (100% / 3));
      margin-left: calc(100% / -6); } }
  .wp-block-quote::before {
    content: "“";
    font-size: 10rem;
    margin-right: 2rem;
    color: #000000;
    line-height: 1;
    position: absolute;
    right: 100%; }
  .wp-block-quote .image {
    height: 100px;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .wp-block-quote .image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center left;
         object-position: center left;
      height: 100%;
      width: 100%;
      margin-right: auto;
      max-width: 220px; }
  .wp-block-quote p {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .wp-block-quote p {
        font-size: 4rem; } }
    .wp-block-quote p::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 52px;
      background-color: #000000; }
  .wp-block-quote cite {
    margin-top: 2rem;
    text-transform: none;
    font-size: 2rem; }

.wp-block-embed,
.wp-block-image {
  margin-bottom: 4rem; }
  @media (min-width: 800px) {
    .wp-block-embed,
    .wp-block-image {
      margin-bottom: 8rem; } }

@media (min-width: 800px) {
  .wp-block-image img,
  :not(.wp-block-column) .wp-block-image img {
    max-width: none;
    width: calc(100% + (100% / 3));
    margin-left: calc(100% / -6); } }

.wp-block-image.not-full-width img,
:not(.wp-block-column) .wp-block-image.not-full-width img {
  width: initial;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.wp-block-gallery ul.blocks-gallery-grid {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100%; }
  .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    width: calc(25% - 2em) !important;
    margin: .5em !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    max-width: 80px !important;
    min-width: 80px !important; }

.shop_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.shop_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .shop_feature__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px; }
    .shop_feature__icon img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }

.section.video_section .section__video {
  display: grid;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 600px; }
  @media (min-width: 1080px) {
    .section.video_section .section__video {
      max-width: 100%; } }
  .section.video_section .section__video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none; }
  .section.video_section .section__video::before {
    content: "";
    display: block;
    margin-bottom: calc(100% / 16 * 9); }

.section.video_section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.section.graphic_cta_section .graphic_cta__row {
  display: grid;
  gap: 40px; }
  @media (min-width: 740px) {
    .section.graphic_cta_section .graphic_cta__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.section.graphic_cta_section .graphic_cta__col {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  min-height: 30vh;
  display: grid; }

.section.graphic_cta_section .graphic_cta__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section.graphic_cta_section .graphic_cta__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0;
       object-position: 50% 0; }

.section.shop_content_section .shop_content__help {
  border: 1px solid #ddd;
  padding: 1rem;
  font-size: 14px; }

.section.shop_content_section .shop_content__row {
  gap: 40px;
  display: grid; }
  @media (min-width: 740px) {
    .section.shop_content_section .shop_content__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.section.shop_content_section .shop_content__col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 30vh;
  display: grid; }

.section.shop_content_section .shop_content__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section.shop_content_section .shop_content__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0;
       object-position: 50% 0; }

.image_wall {
  display: grid;
  gap: 20px; }
  .image_wall__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .image_wall__items .image {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .image_wall__items .image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }

.review {
  color: #000000;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / 3 - 40px);
          flex: 1 0 calc(100% / 3 - 40px);
  min-width: 300px;
  margin-bottom: 20px; }
  .review::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    background-image: url("/app/themes/marktuitert3/images/icon-quote.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .review__wrapper {
    width: 100%; }
    .review__wrapper > * {
      margin-bottom: 20px; }
  .review__logo {
    position: relative;
    height: 80px; }
    .review__logo::after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: calc(100% / 6 * 1); }
    .review__logo img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 0 0;
         object-position: 0 0; }
  .review__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .review__portrait {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 20px;
    overflow: hidden; }
    .review__portrait img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .review__name {
    font-weight: 600; }
  .review__score {
    position: relative; }
    .review__score .top {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0; }
    .review__score img {
      height: 24px; }

.section.introduction_section > .container {
  -webkit-box-shadow: 0 0 4rem 4rem rgba(255, 255, 255, 0.925);
          box-shadow: 0 0 4rem 4rem rgba(255, 255, 255, 0.925);
  background-color: rgba(255, 255, 255, 0.925);
  position: relative;
  z-index: 5; }

.section.introduction_section .section__background {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.section.introduction_section .section__background_left, .section.introduction_section .section__background_right {
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section.introduction_section .section__background_left img, .section.introduction_section .section__background_right img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.section.introduction_section .section__background_left {
  left: 0; }
  .section.introduction_section .section__background_left img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.section.introduction_section .section__background_right {
  right: 0; }
  .section.introduction_section .section__background_right img {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.drive_banner {
  position: relative;
  display: grid;
  justify-items: stretch;
  grid-template-rows: 1fr auto;
  padding-top: 80px;
  margin-top: 0; }
  .drive_banner__split {
    display: grid;
    gap: 40px;
    padding: 8rem 0; }
  .drive_banner__background, .drive_banner__visual, .drive_banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .drive_banner__background img, .drive_banner__visual img, .drive_banner__overlay img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .drive_banner__background {
    z-index: -5; }
  .drive_banner__overlay {
    background-color: #000000;
    opacity: .8; }
  .drive_banner__content {
    height: 100%;
    z-index: 5;
    text-align: center;
    margin: 4rem 0; }
    .drive_banner__content > * {
      margin-bottom: 4rem; }
      .drive_banner__content > *:last-of-type() {
        background-color: red;
        margin-bottom: 0; }
  .drive_banner__intro, .drive_banner__title {
    color: #FFFFFF;
    text-transform: uppercase; }
  .drive_banner__intro {
    color: #C09551;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0; }
  .drive_banner__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #C09551; }
    .drive_banner__title span {
      display: block;
      margin-top: 10px;
      font-size: 11rem;
      color: #FFFFFF;
      font-weight: 800; }
  .drive_banner__subtitle {
    font-size: 2rem;
    margin: -1rem auto 0 auto;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    max-width: 720px; }
  .drive_banner__video {
    display: grid;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
    .drive_banner__video::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      pointer-events: none; }
    .drive_banner__video::before {
      content: "";
      display: block;
      margin-bottom: calc(100% / 16 * 9); }
    .drive_banner__video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .drive_banner__image {
    padding: 0; }
    .drive_banner__image img {
      max-height: 35vmax; }
