/*! 2016-03-09 
Theme Name: jerome_theme 
Theme URI: Author: DreamteamParis 
Author URI: 
Version: 0.0.1 
Description: Jerome Lacombe Theme 
Theme Version: 1.0 
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Tags: Text 
Domain: jeromelacombe */

@charset "UTF-8";
/*!
Theme Name: Wynk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wynk
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SOSVE is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------*/
/**
 * Placeholder & focus Mixin
 */
/**
 * Font-Size Mixin
 * @param  {[type]} $size [description]
 * @return {[type]}       [description]
 */
/**
 * Calc Mixin
 * @param  {[type]} $property   [description]
 * @param  {[type]} $expression [description]
 * @return {[type]}             [description]
 */
/**
 * Center text vertically ( https://css-tricks.com/centering-in-the-unknown/ )
 * @return {[type]} [description]
 */
/**
 * Rotate Font-icon Mixin
 * @param  {[type]} $degrees [description]
 * @return {[type]}          [description]
 */
/**
 * Dotted Border Mixin
 * @param  {[type]} $dot-size    :             1      [description]
 * @param  {[type]} $spacing     :             4      [description]
 * @param  {[type]} $square-size :             1      [description]
 * @param  {[type]} $color       :             $black [description]
 * @return {[type]}              [description]
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(bower_components/owl.carousel/dist/assets/owl.carousel.css);
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "canada-type-gibson", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
}

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

a {
  color: blue;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0000b3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1310px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1340px) {
  .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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1339px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1340px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1340px) {
  .visible-lg-inline-block {
    display: inline-block !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: 1339px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1340px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'cerise';
  src: url("fonts/les_sensations_de_cerise-webfont.eot");
  src: url("fonts/les_sensations_de_cerise-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/les_sensations_de_cerise-webfont.woff2") format("woff2"), url("fonts/les_sensations_de_cerise-webfont.woff") format("woff"), url("fonts/les_sensations_de_cerise-webfont.ttf") format("truetype"), url("fonts/les_sensations_de_cerise-webfont.svg#les_sensations_de_ceriseIt") format("svg");
  font-weight: normal;
  font-style: normal;
}
.article-title {
  font-size: 260px;
  font-size: 16.25rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #eed064;
  line-height: 0.4em;
  margin: 0;
  font-family: 'cerise';
  font-weight: normal;
}
.article-title.closer {
  line-height: 0.4em;
}

.article-sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  line-height: 1em;
  margin: 0 0 50px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.article-preview-text {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1.8em;
  margin: 0 0 50px 0;
  color: #ffffff;
}

.background-image-link {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin: 0 0 5px 10px;
  max-width: calc(100% - 10px);
  font-family: "Reenie Beanie";
  text-transform: capitalize;
}
.background-image-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.background-image-link.dark-font {
  color: #342e28;
}
.background-image-link.dark-font:hover {
  color: #342e28;
}
.background-image-link.small-text {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 1339px) {
  .background-image-link.small-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .background-image-link.small-text .mega-article-title {
    line-height: 0.3em;
  }
}
.background-image-link.tiny-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ff-dagny-web-pro", Arial, sans-serif;
  text-transform: none;
}
.background-image-link .link-seperator {
  margin: 0 10px;
}
.background-image-link .grey-background {
  position: absolute;
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: 0;
  background-color: #342e28;
  width: 100%;
  z-index: -1;
}
.background-image-link .grey-background:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-grey-left.png") no-repeat 100%;
}
.background-image-link .grey-background:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-grey-right.png") no-repeat 100%;
}
.background-image-link .gold-background {
  position: absolute;
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: 0;
  background-color: #eed064;
  width: 100%;
  z-index: -1;
}
.background-image-link .gold-background:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-gold-left.png") no-repeat 100%;
}
.background-image-link .gold-background:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-gold-right.png") no-repeat 100%;
}

.background-underline-link {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-family: "Reenie Beanie";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.background-underline-link:hover {
  text-decoration: none;
  color: #000000;
}
.background-underline-link:hover:before {
  height: 70%;
}
.background-underline-link:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 6px;
  width: 100%;
  bottom: 6px;
  left: 0;
  background: #eed064;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.background-underline-link.invert {
  color: #342e28;
}

.dark-font {
  color: #342e28;
}
.dark-font:hover {
  color: #342e28;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.background-text {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 3px;
  display: block;
  width: 100%;
  color: rgba(52, 46, 40, 0.04);
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 72px;
  font-size: 4.5rem;
}
@media (max-width: 1339px) {
  .background-text {
    max-heigth: 400px;
    overflow: hidden;
    left: -5px;
  }
}
.background-text.higher {
  top: -30px;
}

.citation {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
}
.citation::before, .citation .content::after {
  quotes: "“" "”" "‘" "’";
}
.citation::before {
  position: relative;
  top: .5em;
  left: .5em;
  display: block;
  content: open-quote;
}
.citation .content {
  line-height: 1.5em;
  padding-left: 1em;
}
.citation .content::after {
  position: relative;
  top: 1em;
  content: close-quote;
}

body {
  background-color: #F8F3EC;
}

.main-wrapper {
  position: relative;
}

.bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  border-left: 1px solid rgba(51, 51, 51, 0.05);
  z-index: -1;
}
.bg-container div {
  position: relative;
  flex-grow: 1;
  border-right: 1px solid rgba(51, 51, 51, 0.05);
}
.bg-container div:before {
  content: "";
  height: 100%;
  width: 1px;
  left: calc(50% - 1px);
  background-color: rgba(51, 51, 51, 0.05);
  position: absolute;
}

.pattern .bg-container {
  border-color: rgba(255, 255, 255, 0.1);
  top: 20px;
  bottom: 20px;
}
.pattern .bg-container div {
  border-color: rgba(255, 255, 255, 0.1);
}
.pattern .bg-container div:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.central-wrapper,
.bg-container {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .central-wrapper,
  .bg-container {
    max-width: 708px;
  }
}
@media (min-width: 992px) {
  .central-wrapper,
  .bg-container {
    max-width: 990px;
  }
}
@media (min-width: 1340px) {
  .central-wrapper,
  .bg-container {
    max-width: 1280px;
  }
}

.plus-background {
  background: transparent url("images/icons/plus.png") no-repeat 15px 0;
  font-family: 'Lora', serif;
  font-style: italic;
  padding-top: 17px;
  padding-left: 35px;
  font-size: 24px;
  font-size: 1.5rem;
}

.main-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 740px;
  line-height: 740px;
  padding: 10px;
}

.main-header .header-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-header .header-image .header-logo-link {
  position: absolute;
  display: block;
  height: 300px;
  width: 980px;
  top: 0;
  left: 50%;
  margin-left: -490px;
  line-height: 1em;
}
.main-header .header-image .header-article-preview {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1em;
}

.main-header.article-header {
  position: relative;
  height: 605px;
  line-height: 605px;
}
.main-header.article-header .main-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.main-header.article-header .main-nav .main-nav-link > a {
  color: #ffffff;
}
.main-header.article-header .main-nav .main-nav-search-container .search-nav-form input.search-submit {
  background-image: url("./images/icons/search-white.png");
}
.main-header.article-header .main-nav .form-search-btn {
  display: none;
}
.main-header.article-header .header-logo-link {
  display: none;
}
.main-header.article-header .article-text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1em;
}
.main-header.article-header .article-text-wrapper .prev-wrapper,
.main-header.article-header .article-text-wrapper .inner-text-wrapper,
.main-header.article-header .article-text-wrapper .next-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.main-header.article-header .article-text-wrapper .prev-wrapper {
  width: 10%;
  color: #ffffff;
  padding: 0 0 0 20px;
}
.main-header.article-header .article-text-wrapper .prev-wrapper > a {
  height: 20px;
  line-height: 20px;
}
.main-header.article-header .article-text-wrapper .prev-wrapper > a > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.4;
}
.main-header.article-header .article-text-wrapper .prev-wrapper > a:hover > span {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.main-header.article-header .article-text-wrapper .inner-text-wrapper {
  width: 70%;
}
.main-header.article-header .article-text-wrapper .next-wrapper {
  width: 20%;
  text-align: right;
  color: #ffffff;
  padding: 0 20px 0 0;
}
.main-header.article-header .article-text-wrapper .next-wrapper > a {
  height: 20px;
  line-height: 20px;
}
.main-header.article-header .article-text-wrapper .next-wrapper > a > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.4;
}
.main-header.article-header .article-text-wrapper .next-wrapper > a:hover > span {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.main-header.article-header .article-text-wrapper .back-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  background: url("./images/icons/back-link.png");
  margin: 0 10px 0 0;
}
.main-header.article-header .article-text-wrapper .prev-article:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 8px;
  background: url("./images/icons/prev-link.png");
  margin: 0 0 0 10px;
}
.main-header.article-header .article-text-wrapper .next-article:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 8px;
  background: url("./images/icons/next-link.png");
  margin: 0 0 0 10px;
}
.main-header.article-header .article-text-wrapper .prev-article,
.main-header.article-header .article-text-wrapper .next-article {
  float: right;
  clear: both;
}
.main-header.article-header .article-text-wrapper .prev-article {
  margin: 0 0 24px 0;
}
.main-header.article-header .background-image-link,
.main-header.article-header .article-title {
  margin: 0 0 12px 0;
}

@media (max-width: 992px) {
  .main-header .mega-article-link-image .background-image-link,
  .main-header .mega-article-link-image .article-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-header {
    height: 935px;
    line-height: 935px;
  }
  .main-header .header-article-preview {
    margin: 100px 0 0 0;
  }
  .main-header .article-title {
    font-size: 250px;
    font-size: 15.625rem;
  }
}
@media (max-width: 768px) {
  .main-header {
    height: 480px;
    line-height: 480px;
  }
  .main-header .header-article-preview {
    margin: 40px 0 0 0;
  }
  .main-header .article-title {
    font-size: 150px;
    font-size: 9.375rem;
  }
  .main-header .background-image-link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.page-template-about-php .main-nav {
  margin-bottom: 0px;
}

footer {
  padding: 50px 0;
  color: #ffffff;
  background-color: #ac9881;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .title {
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 0 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 21px;
  font-size: 1.3125rem;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 10px;
  }
}
footer .social-counters {
  color: #ffffff;
}
footer .social-counters a::before {
  background: transparent url("images/social/sprite.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 11px;
  width: 15px;
  margin-right: 20px;
}
footer .social-counters .facebook::before {
  background-position: 0 0;
}
footer .social-counters .instagram::before {
  background-position: 0 -11px;
}
footer .social-counters .pinterest::before {
  background-position: 0 -22px;
}
footer .social-counters .twitter::before {
  background-position: 0 -33px;
}
footer .social-counters a,
footer .links a {
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.picture-container img,
.picture-lg img,
.media-container img {
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.articles {
  margin-bottom: 70px;
}
.articles .title-wrapper {
  position: relative;
}
.articles .picture-lg {
  position: relative;
}
.articles .picture-lg img {
  width: 100%;
}
.articles .article-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}
.articles .article-title-container.single {
  right: auto;
}
@media (min-width: 768px) {
  .articles .article-title-container.single {
    right: 16.66%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .articles .article-title-container.single {
    right: 75%;
    left: auto;
  }
}
.articles .article-title-container .tags {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.articles .article-title-container .tags.black {
  color: #342e28;
}
.articles .article-title {
  line-height: .4em;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 150px;
  font-size: 9.375rem;
}
@media (min-width: 768px) {
  .articles .article-title {
    font-size: 260px;
    font-size: 16.25rem;
  }
}
.articles .article-summary {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.articles .article-summary .content {
  line-height: 1.8em;
  margin: 20px 0 30px 0;
  padding-left: 10%;
}
.articles .load-more {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .articles .load-more {
    margin-top: 100px;
  }
}

.cite-article {
  position: relative;
}
.cite-article .article-title-container {
  margin-bottom: -40px;
  padding-bottom: 0;
}
.cite-article .article-title-container .article-title {
  display: block;
  width: auto;
}
@media (max-width: 992px) {
  .cite-article .article-title-container {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .cite-article .article-title-container {
    margin-bottom: -30px;
  }
}
.cite-article .article-summary {
  margin-top: 52px;
}
.cite-article .citation {
  margin: 10px 0;
}
.cite-article.black-tags .article-title-container .tags {
  color: #342e28 !important;
}

@media (min-width: 992px) {
  .articles-2 .article:nth-child(odd) .picture-container {
    margin-right: -5%;
  }
  .articles-2 .article:nth-child(even) .picture-container {
    margin-left: -5%;
  }
}
.articles-2 .article-title-container {
  margin-bottom: -1.8em;
}
@media (min-width: 768px) {
  .articles-2 .article-title-container {
    margin-bottom: 0;
    bottom: 5px;
  }
}
.articles-2 .article-summary {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .articles-2 .article-summary {
    margin-top: 0;
  }
}

.rendezvous {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .rendezvous .plus-background {
    margin-left: -6px;
    background-position-x: 0;
  }
}
.rendezvous .plus-background,
.rendezvous .counter {
  padding-left: 25px;
}
.rendezvous .see-all a {
  margin-left: 25px;
}
.rendezvous .background-text {
  top: -17px;
  white-space: nowrap;
}
.rendezvous > .title {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
}
.rendezvous .counter {
  margin-top: 5px;
}
.rendezvous .position {
  line-height: .7em;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 60px;
  font-size: 3.75rem;
}
.rendezvous .see-all {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .rendezvous .see-all {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.rendezvous .total {
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  background-color: #eed064;
  font-size: 13px;
  font-size: 0.8125rem;
}
.rendezvous .total::before {
  display: inline-block;
  content: '/';
  transform: scale(1.5);
}
.rendezvous .previous,
.rendezvous .next {
  display: block;
  float: right;
  clear: both;
  min-width: 100px;
}
.rendezvous .previous {
  padding-left: 20px;
  text-align: right;
  background: url("images/icons/arrow-left.png") no-repeat left center;
}
.rendezvous .next {
  padding-right: 20px;
  background: url("images/icons/arrow-right.png") no-repeat right center;
}
.rendezvous .owl-item {
  display: inline-block;
  vertical-align: top;
}

.saw {
  font-size: 0;
  margin-top: 80px;
  text-align: justify;
}
.saw::after {
  content: '';
  width: 100%;
  display: inline-block;
}
.saw .owl-stage-outer {
  overflow: hidden;
}
.saw .media-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 767px) {
  .saw .media-container {
    margin-top: 40px;
  }
  .saw .media-container:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .saw .media-container {
    width: calc(33.33% - 14px);
  }
}
@media (min-width: 992px) {
  .saw .media-container {
    width: calc(25% - 15.75px);
  }
}
.saw.slider .media-container {
  width: 100%;
}
.saw .media {
  position: relative;
  margin-bottom: 10px;
}
.saw .media img {
  width: 100%;
}
.saw .media a {
  position: relative;
  z-index: 10;
}
.saw .video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2) url("images/icons/play.png") no-repeat center center;
  z-index: 10;
}
.saw .title {
  font-family: "cerise";
  color: #ffffff;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.4em;
}

.big-one {
  margin: 60px 0 50px 0;
}
.big-one .article-title-container {
  position: static;
  margin-top: -5.8em;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .big-one .article-title-container {
    position: absolute;
    margin-top: 0;
    padding-bottom: 25px;
  }
}

.about {
  margin-top: 50px;
}
.about .plus-background {
  padding-left: 20px;
  background-position-x: 0;
  margin-left: 49.5%;
}
.about em.gold-background {
  line-height: .6em;
  display: inline-block;
  background-color: #eed064;
}
.about .title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about .title {
    margin-bottom: 70px;
  }
}

.small-articles .article {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .small-articles .article {
    margin-top: 0;
  }
}
.small-articles .article:first-child {
  margin-top: 0;
}
.small-articles .article-title-container {
  right: 0;
  left: auto;
  padding-right: 20px;
  margin: 0 0 55px 0;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .small-articles .article-title-container {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .small-articles .article-title-container {
    margin-top: -4.3em;
    position: static;
  }
}
.small-articles .article-title {
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 0.4em;
}
.small-articles .load-more {
  text-align: center;
}
.small-articles .article-summary {
  padding-right: 20px;
}

.small-article-trigger .article {
  min-height: 410px;
  max-height: 410px;
  overflow: hidden;
}
.small-article-trigger .picture-lg {
  max-height: 258px;
  overflow: hidden;
}

.in-eye {
  position: relative;
  background-color: #F0ECE6;
  padding: 50px 0 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.in-eye .medias {
  font-size: 0;
  margin-bottom: 20px;
  text-align: justify;
}
.in-eye .medias::after {
  content: '';
  width: 100%;
  display: inline-block;
}
.in-eye .medias:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .in-eye .medias {
    margin-bottom: 0;
  }
}
.in-eye .media-container {
  display: inline-block;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .in-eye .media-container {
    width: calc(20% - 16px);
  }
}
.in-eye .media-container img {
  width: 100%;
}
.in-eye .big-text {
  font-family: "cerise";
  line-height: 0.3em;
  color: #eed064;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 150px;
  font-size: 9.375rem;
}
@media (min-width: 768px) {
  .in-eye .big-text {
    font-size: 260px;
    font-size: 16.25rem;
  }
}

.zoom {
  position: relative;
}
.zoom .action {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("images/zoom.png");
}

.image-zoom {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.image-zoom.active {
  display: block;
}
.image-zoom > img {
  max-height: 90%;
  max-width: 90%;
}
.image-zoom .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
}
.image-zoom .close:hover {
  text-decoration: none;
}
.image-zoom .close:after {
  content: "✖";
  height: 100%;
  width: 100%;
  font-size: 30px;
}
.image-zoom img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-zoom .back-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

.categories {
  position: relative;
  margin-bottom: 80px;
  padding-top: 17px;
  padding-left: 20px;
  color: #342e28;
  background-position-x: 0;
  margin-left: -6px;
  padding-top: 10px;
}
.categories .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.6em;
  margin-bottom: 16px;
}
.categories .list {
  font-family: "ff-dagny-web-pro", Arial, sans-serif;
  font-style: normal;
}
.categories .category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 20px;
}
.categories .category.selected {
  font-weight: bold;
}
.categories .category:not(.selected) {
  color: #aaa49e;
}

.pattern {
  background: url("images/pattern.png");
  color: #ffffff;
  padding: 20px;
}
.pattern.free {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.single-post .social {
  margin-top: 50px;
}

.social {
  position: relative;
  margin-bottom: 50px;
}
.social .background-image-link {
  margin-bottom: 0;
  height: 11px;
  line-height: 11px;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.social .background-image-link > a {
  margin: 0 0 0 55px;
}
.social .list {
  font-size: 180px;
  font-size: 11.25rem;
  font-family: "cerise";
  color: rgba(52, 46, 40, 0.1);
  text-align: center;
}
.social .list li {
  padding: 0 3px 0 0;
  height: 0.375em;
  line-height: 0.375em;
}
.social .list .counter {
  display: inline-block;
  width: 100%;
  background-color: #F8F3EC;
}
.social .list .counter::before {
  content: "";
  display: inline-block;
}
@media (min-width: 768px) {
  .social .list .counter::before {
    display: inline;
    content: attr(data-count);
  }
}
.social .list .counter:hover {
  text-decoration: none;
}
.social .list img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
  background: transparent;
}

input.background-underline-link {
  color: #342e28;
  background: transparent;
  border: 0px solid transparent;
  border-bottom: 6px solid #eed064;
  line-height: 1em;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
input.background-underline-link:hover {
  color: #342e28;
}

/*--------------------------------------------------------------
# Wrappers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
  line-height: 50px;
  margin-bottom: 70px;
}
.main-nav .main-nav-container {
  display: inline-block;
  vertical-align: middle;
}
.main-nav .main-nav-logo,
.main-nav .main-nav-search-container {
  width: 10%;
}
.main-nav .main-nav-logo > a {
  width: 100%;
  height: 100%;
}
.main-nav .main-nav-logo > a img {
  height: 100%;
}
@media (max-width: 1339px) {
  .main-nav .main-nav-logo > a img {
    height: auto;
    width: 120%;
  }
}
.main-nav .main-nav-nav {
  position: relative;
  width: 80%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-nav .main-nav-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 60px 0 0;
  text-align: left;
}
@media (max-width: 1339px) {
  .main-nav .main-nav-link {
    margin: 0 25px 0 0;
  }
}
.main-nav .main-nav-link:last-child {
  margin: 0;
}
.main-nav .main-nav-link:hover .about {
  max-height: 500px;
}
.main-nav .main-nav-link > a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  height: 100%;
  width: 100%;
  color: #342e28;
  text-transform: uppercase;
}
@media (max-width: 1339px) {
  .main-nav .main-nav-link > a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.main-nav .main-nav-link > a:hover {
  text-decoration: none;
}
.main-nav .main-nav-link > a.active {
  position: relative;
}
.main-nav .main-nav-link > a.active .gold-background {
  position: absolute;
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
  left: 0;
  background-color: #eed064;
  width: 100%;
  z-index: -1;
}
.main-nav .main-nav-link > a.active .gold-background:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-gold-left.png") no-repeat 100%;
}
.main-nav .main-nav-link > a.active .gold-background:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 11px;
  background: url("images/url/background-gold-right.png") no-repeat 100%;
}
.main-nav .main-nav-search-container {
  text-align: right;
}
.main-nav .main-nav-search-container .search-nav-form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0px;
}
.main-nav .main-nav-search-container .search-nav-form .form-search-btn {
  display: none;
}
.main-nav .main-nav-search-container .search-nav-form input {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  background: transparent;
}
.main-nav .main-nav-search-container .search-nav-form input.search-field {
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0px;
  border: 0px solid transparent;
}
.main-nav .main-nav-search-container .search-nav-form input.search-field.active {
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 100%;
  border: 1px solid #efefef;
}
.main-nav .main-nav-search-container .search-nav-form .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20%;
  height: 20px;
  background: url("./images/icons/search.png") center center no-repeat;
  border: 0px solid transparent;
}
.main-nav .main-nav-search-container .search-nav-form .search-submit:focus, .main-nav .main-nav-search-container .search-nav-form .search-submit:active {
  outline: 0px solid transparent;
}
.main-nav .burger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}
.main-nav .burger-icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  color: #252525;
  text-transform: uppercase;
  text-indent: -55px;
  background: #342e28;
}
.main-nav .burger-icon i::before, .main-nav a i::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  width: 20px;
  height: 3px;
  background: #342e28;
  position: absolute;
  left: 0;
}
.main-nav .burger-icon i::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -8px;
}
.main-nav .burger-icon i::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -8px;
}
.main-nav .burger-icon:hover i::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -5px;
}
.main-nav .burger-icon:hover i::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -5px;
}
.main-nav .burger-icon.active i {
  background: transparent;
}
.main-nav .burger-icon.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.main-nav .burger-icon.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.main-nav .main-nav-link > a {
  position: relative;
}
.main-nav .main-nav-link:after {
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.main-nav .main-nav-link:hover > a:after {
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -2.5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #eed064;
}
.main-nav .main-nav-link.no-mega > a:after {
  display: none;
}
.main-nav .main-nav-link .main-nav-mega {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  text-align: left;
  z-index: 4000;
}
.main-nav .main-nav-link:hover .main-nav-mega {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  height: auto;
  opacity: 1;
  border-top: 2px solid #eed064;
}
.main-nav .main-nav-mega .mega-left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 210px;
  padding: 30px 0 30px 30px;
}
.main-nav .main-nav-mega .mega-left .mega-sub-menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: calc(100% - 20px);
  list-style: none;
  padding: 0;
}
.main-nav .main-nav-mega .mega-left .mega-sub-menu > li {
  height: auto;
  line-height: 1em;
  margin: 0 0 15px 0;
}
.main-nav .main-nav-mega .mega-left .mega-sub-menu .mega-sub-menu-link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #342e28;
}
.main-nav .main-nav-mega .mega-left .mega-read-more {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  height: 20px;
  line-height: 20px;
  color: #eed064;
  font-weight: bold;
}
.main-nav .main-nav-mega .mega-left .mega-read-more:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 5px;
  background: url("images/icons/gold-arrow.png") no-repeat;
  margin: -2px 8px 0 0;
}
.main-nav .main-nav-mega .mega-right {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  height: 210px;
  padding: 30px 0 30px 0;
}
.main-nav .main-nav-mega .mega-right > .col-xs-4 {
  height: 100%;
  padding: 0;
}
.main-nav .main-nav-mega.about {
  left: auto;
  right: 10px;
  width: 120px;
  margin: 0;
  height: auto;
  min-height: auto;
  max-height: 0;
}
.main-nav .main-nav-mega.about .mega-left {
  padding: 20px;
  width: 100%;
  height: auto;
}

.mega-article-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.mega-article-link:hover {
  text-decoration: none;
  color: inherit;
}

.mega-article-link-image {
  width: 100%;
  min-height: 85px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mega-article-title {
  font-size: 72px;
  font-size: 4.5rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 0.1em;
  color: #342e28;
  font-family: 'cerise';
}
@media (min-width: 992px) and (max-width: 1339px) {
  .mega-article-title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 0.4em;
  }
}

.mobile-background-wrapper {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #5b554f;
  opacity: 0;
  z-index: 3000;
}
.mobile-background-wrapper.active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.8;
}

.burger-container {
  position: relative;
}

.mobile-menu {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 80px;
  left: -100vw;
  width: 100%;
  height: calc(100vh - 80px);
  text-align: left;
  padding: 70px 20%;
  background: #ffffff;
  z-index: 4000;
  overflow-y: scroll;
}
.mobile-menu .mobile-menu-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #342e28;
}
.mobile-menu .mobile-menu-link.gold {
  color: #eed064;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}
.mobile-menu .mobile-menu-link.gold:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 5px;
  background: url("images/icons/gold-arrow.png") no-repeat;
  margin: -2px 8px 0 0;
}
.mobile-menu .mobile-menu-sub-links {
  padding: 0 0 0 20px;
}
.mobile-menu .mobile-menu-sub-links .mobile-menu-link {
  text-transform: capitalize;
}
.mobile-menu.active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
}

.main-nav.sticky-menu {
  position: fixed;
  top: -10vh;
  left: 0;
  z-index: 5000;
  margin: 0;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-nav.sticky-menu.active {
  top: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-nav .main-nav-logo,
  .main-nav .main-nav-search-container {
    width: 20%;
  }
  .main-nav .burger-container {
    width: 60%;
    text-align: center;
  }
  .main-nav .main-nav-logo img {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .main-nav .main-nav-logo {
    width: 50%;
  }
  .main-nav .burger-container {
    width: 50%;
    text-align: right;
  }

  .mobile-menu .col-xs-12:first-of-type {
    margin: 0 0 70px 0;
  }

  .main-nav-logo img {
    width: 60% !important;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.about-page,
.about-image-header {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.about-image-header {
  height: 785px;
  line-height: 785px;
  background: url("images/about-bg.jpg") no-repeat center;
  background-size: 100%;
  text-align: center;
}
.about-image-header .pres-image {
  max-width: 1040px;
  width: 100%;
}

.about-page-text .col-xs-12 {
  text-align: center;
}
.about-page-text .col-xs-12 .text-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 540px;
  text-align: left;
  margin-bottom: 40px;
}
.about-page-text .col-xs-12 .text-wrapper > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  color: #342e28;
}
.about-page-text .col-xs-12 .text-wrapper > p.first-of-type {
  margin: 0 0 40px 0;
}
.about-page-text .col-xs-12 .text-wrapper > p.last-of-type {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .about-image-header {
    height: 590px;
    line-height: 590px;
  }

  .about-page-text .col-xs-12 .text-wrapper {
    max-width: 375px;
  }
}
@media (max-width: 768px) {
  .about-image-header {
    height: 300px;
    line-height: 300px;
  }
  .about-image-header .pres-image {
    max-width: 70%;
    width: auto;
  }

  .about-page-text .col-xs-12 .text-wrapper {
    max-width: auto;
  }
}
.contact-page,
.contact-top,
.contact-bottom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.contact-top {
  min-height: 500px;
  padding: 60px 0;
  font-size: 36px;
  font-size: 2.25rem;
  color: #342e28;
}
.contact-top .contact-title,
.contact-top .autosize {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.contact-top .contact-title {
  font-weight: bold;
  margin: 0 0 85px 0;
}
.contact-top .autosize {
  border: 0px solid transparent;
  line-height: 2em;
  resize: none;
}
.contact-top .autosize:focus {
  outline: transparent;
}

.contact-bottom {
  height: 105px;
  line-height: 105px;
  background: url("images/contact-footer-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.contact-bottom .background-underline-link,
.contact-bottom .select-styled {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.contact-bottom .background-underline-link {
  margin: 0 15px 0 0;
}
.contact-bottom .input-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 33.3333333333%;
}
.contact-bottom .input-wrapper.right-align {
  text-align: right;
}
.contact-bottom .input-wrapper.email > label,
.contact-bottom .input-wrapper.email > input {
  display: inline-block;
  vertical-align: middle;
}
.contact-bottom .input-wrapper.email > label {
  width: 80px;
}
.contact-bottom .input-wrapper.email > input {
  width: calc(100% - 95px);
}

.select-styled {
  font-size: 30px;
  font-size: 1.875rem;
  background: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-family: "Reenie Beanie";
  text-transform: capitalize;
  padding: 0 30px 0 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-image: url("images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.select-styled option {
  font-size: 16px;
  font-size: 1rem;
  color: #342e28;
  font-family: "ff-dagny-web-pro", Arial, sans-serif;
}
.select-styled:focus {
  outline: 0;
}

.input-styled {
  font-size: 30px;
  font-size: 1.875rem;
  background: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-family: "Reenie Beanie";
  text-transform: capitalize;
  border-bottom: 2px solid white;
  height: 30px;
  line-height: 1em;
}
.input-styled:focus {
  outline: 0;
}

.send-btn {
  background: transparent;
  border: 0px solid transparent;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact-top {
    min-height: 920px;
  }
}
@media (max-width: 768px) {
  .contact-top {
    min-height: 300px;
  }

  .contact-bottom {
    height: 195px;
    line-height: 1em;
  }
  .contact-bottom .input-wrapper {
    vertical-align: top;
    width: 100%;
    height: 62.5px;
    line-height: 62.5px;
  }
  .contact-bottom .input-wrapper.right-align {
    text-align: center;
  }
}
.search-page,
.search-top,
.search-center,
.search-bottom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.search-center {
  font-size: 0px;
}

.search-title {
  font-size: 260px;
  font-size: 16.25rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "cerise";
  color: #eed064;
  font-weight: normal;
  margin: 60px 0 50px 0;
  line-height: 0.4em;
}

.search-index-results {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #342e28;
  font-weight: normal;
  margin: 0 0 40px 0;
}
.search-index-results .results {
  color: #eed064;
  font-weight: bold;
}

.search-result {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 15px 0 0;
  margin: 0 0 40px 0;
}
.search-result:focus {
  outline: 0;
}
.search-result:hover {
  text-decoration: none;
}

.search-result-image {
  display: inline-block;
  vertical-align: top;
  height: 180px;
  line-height: 210px;
  width: 100%;
  text-align: right;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.search-result-image .search-inner-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1em;
  padding: 0 20px 0 0;
}
.search-result-image .search-result-date,
.search-result-image .search-result-title,
.search-result-image .search-result-preview {
  display: inline-block;
  vertical-align: top;
}
.search-result-image .search-result-date {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 10px 5px 0;
}
.search-result-image .search-result-title {
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "cerise";
  color: #eed064;
  width: 100%;
  line-height: 0.4em;
  margin: 0 0 15px 0;
}
.search-result-image .search-result-preview {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
}

.search-result-text {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
  color: #342e28;
  line-height: 1.8em;
  margin: 20px 0 0 0;
}

.search-bottom {
  text-align: center;
  margin: 40px 0 80px 0;
}
.search-bottom .loadmore-btn {
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .search-result {
    width: 50%;
  }

  .search-result-image {
    height: 195px;
    line-height: 240px;
    padding: 0 15%;
  }

  .search-inner-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .search-result {
    width: 100%;
    position: relative;
    padding: 0 0 75px 0;
  }

  .search-result-image {
    height: 165px;
    line-height: 200px;
  }

  .search-inner-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .search-result-title {
    max-width: 200px;
  }

  .search-result-image .search-result-preview {
    color: #342e28;
  }
}
.article-page {
  font-family: "ff-dagny-web-pro", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 60px;
}
.article-page .picture-container img,
.article-page .picture-wrapper img {
  width: 100%;
}
.article-page .text + .text {
  margin-top: 40px;
}
.article-page .text-body {
  line-height: 1.6em;
  margin: 0 0 10px 0;
}
.article-page .text-body strong {
  font-weight: bold;
  color: #eed064;
}
.article-page .citation-wrapper {
  text-align: center;
}
.article-page .citation {
  text-align: left;
  display: inline-block;
  margin: 50px 0;
  font-size: 36px;
  font-size: 2.25rem;
}
.article-page .citation .content {
  display: inline-block;
  text-align: center;
}
.article-page .picture-wrapper {
  margin: 80px 0;
}
.article-page .picture-wrapper.pictures-2 img, .article-page .picture-wrapper.pictures-3 img {
  margin-top: 20px;
}
.article-page .picture-wrapper.pictures-2 img:first-child, .article-page .picture-wrapper.pictures-3 img:first-child {
  margin-top: 0;
}
.article-page .plus-background {
  position: relative;
  background-position-x: 0;
  margin-left: -11px;
  margin-bottom: 50px;
}
.article-page .video-container {
  margin: 40px 0 80px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.article-page .video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-page .side-image {
  margin: 80px 0;
}
.article-page .side-image strong {
  color: #eed064;
}
.article-page .tips {
  margin: 70px 0;
}
.article-page .tips .list {
  font-size: 0;
  font-family: "Reenie Beanie";
}
.article-page .tips .list li {
  display: inline-block;
  width: 50%;
  font-size: 24px;
  font-size: 1.5rem;
}
.article-page .tips .list li:before {
  content: '\2022';
  color: #eed064;
  vertical-align: center;
}
@media (min-width: 768px) {
  .article-page .tips .list li {
    width: auto;
    margin-right: 40px;
  }
}
.article-page .tips .jackpot {
  text-align: center;
}
.article-page .credits {
  margin-bottom: 100px;
}
.article-page .credits em {
  font-style: normal;
  color: #eed064;
}
.article-page .comments {
  margin-top: 80px;
  padding-bottom: 100px;
}
.article-page .comments .comment-zone > .row {
  margin-top: 50px;
}
.article-page .comments .comment-zone > .row:first-child {
  margin-top: 0;
}
.article-page .comments .add-comment label,
.article-page .comments .add-comment textarea {
  height: 60px;
}
.article-page .comments .add-comment input[type="text"] {
  height: 35px;
  margin: 0 0 5px 0;
  padding: 0 10px;
}
.article-page .comments .add-comment label {
  line-height: 1em;
  color: rgba(52, 46, 40, 0.6);
}
.article-page .comments .add-comment strong {
  display: inline-block;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.article-page .comments .add-comment textarea, .article-page .comments .add-comment input[type="text"] {
  width: 100%;
  background: #fff;
  border: 0px solid transparent;
  padding: 0 10px;
}
.article-page .pattern {
  padding: 70px 0;
  margin-bottom: 50px;
}

.other-articles {
  margin: 0 0 40px 0;
}
.other-articles .title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 45px;
  max-width: 60%;
}
.other-articles .pattern {
  padding: 75px 0;
}
.other-articles .picture-container {
  margin-bottom: 0;
}
.other-articles .media-container .media img {
  width: 100%;
  margin-bottom: 15px;
}
.other-articles .media-container .title {
  font-family: "cerise";
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.4em;
}
.other-articles .small-articles .article-title-container {
  margin-top: -5em;
}
.other-articles .small-articles .article-title {
  font-size: 150px;
  font-size: 9.375rem;
}

/*--------------------------------------------------------------
# Carousels
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile / Tablets
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
  .main-header {
    height: 930px;
    line-height: 930px;
    padding-bottom: 0px;
  }

  .main-nav .main-nav-logo,
  .main-nav .burger-container,
  .main-nav .main-nav-search-container {
    width: 33.3333333%;
  }

  .main-nav .burger-container {
    text-align: center;
  }

  .articles .article-title-container.single .tags {
    padding: 0 10px 0 0;
  }

  .rendezvous .counter {
    padding: 0 0 0 36px;
  }

  .see-all .background-underline-link.invert {
    margin: 0 0 0 36px;
  }

  .owl-stage-outer {
    overflow: hidden;
  }

  .articles .article-summary {
    padding-right: 0;
  }

  .social .list {
    font-size: 9rem;
  }

  .saw .media-container:nth-child(2) {
    margin-top: 50px !important;
  }

  .multi-shift .media-container:nth-child(4),
  .articles.small-articles .article:nth-child(3) {
    display: none;
  }

  footer .copyright {
    margin: 15px 0 0 0;
  }

  .mobile-menu .mega-article-link {
    line-height: 1.5em;
  }

  .mobile-menu .col-xs-12:first-of-type,
  .mobile-menu .col-xs-12 {
    margin: 0 0 25px 0;
  }

  .mobile-menu .mega-article-link-image {
    margin: 0 0 15px 0;
  }

  .mobile-menu {
    padding: 70px 20% 130px 20%;
  }

  .main-nav {
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    padding: 5px 10px;
  }
  .main-nav.active {
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #fff;
  }

  .main-nav .row {
    width: 100%;
    margin: 0;
  }

  .main-nav .row .col-xs-12 {
    padding: 0;
  }

  .main-nav .container {
    width: 100%;
    padding: 0;
  }

  .mobile-menu.active {
    top: 80px;
  }

  .article-page .tips .list li {
    display: inline-block;
    width: auto;
  }

  .other-articles .title {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 70%;
  }

  .row.author em {
    font-family: "ff-dagny-web-pro", Arial, sans-serif;
    font-style: normal;
  }

  .about-image-header {
    height: 500px;
    line-height: 500px;
    margin: 0 0 60px 0;
  }

  .about-image-header .pres-image {
    max-width: 100%;
  }

  .about-page-text {
    font-family: "ff-dagny-web-pro", Arial, sans-serif;
  }

  .categories {
    padding: 0 10%;
  }

  .plus-background.categories {
    background-position: 8% 0;
  }
  .plus-background.categories .background-text.higher {
    left: 8%;
  }

  .picture-lg.black-tags .tags {
    color: #000;
  }

  .articles .article:nth-child(odd) {
    display: block;
    float: left;
  }
  .articles .article:nth-child(even) {
    display: block;
    float: right;
  }
}
@media (max-width: 768px) {
  .central-wrapper {
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .central-wrapper .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-text {
    font-size: 3rem;
  }

  .social .background-image-link .gold-background {
    z-index: 10;
    background: transparent;
  }
  .social .background-image-link .gold-background:before {
    left: -15px;
  }
  .social .background-image-link .gold-background:after {
    right: -25px;
  }

  .social .background-image-link {
    z-index: 1;
    margin: 0;
  }

  .saw .about .title {
    margin: 0;
  }

  .saw .media-container {
    margin-top: 40px !important;
  }

  .small-articles .article-title {
    max-width: 60%;
  }

  .articles .article-title-container .tags {
    color: #000;
  }

  .about-image-header .pres-image {
    max-width: 100%;
  }

  .saw .title {
    color: #000;
  }

  .main-nav {
    margin: 0 0 40px 0;
  }

  .contact-top .autosize {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .citation::before {
    padding: 0 0 0 20px;
  }

  .pictures-2 .picture-container:last-child {
    margin: 30px 0 0 0 !important;
  }

  .side-image .picture-container {
    margin: 0 0 30px 0;
  }

  .article-page .tips .list li {
    width: 50%;
    float: left;
  }

  .pictures-3 .picture-container {
    margin: 0 0 20px 0;
  }
  .pictures-3 .picture-container:last-child {
    margin: 0;
  }

  .list-3 .media-container {
    padding: 0 40px;
  }

  .row.author {
    padding: 0;
  }

  footer .col-xs-12 {
    text-align: center;
    margin: 0 0 10px 0;
  }
  footer .col-xs-12 > img {
    margin: 0 0 10px 0;
  }
}
body {
  font-family: "ff-dagny-web-pro", Arial, sans-serif;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

a {
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

p,
blockquote {
  margin: 0;
}

h3, h4 {
  margin: 0;
  font-weight: normal;
}

.no-margin {
  margin: 0px !important;
}
