@charset "UTF-8";
/* ---------------------------------------------------------
┬á┬á┬áCastom variables
┬á┬á┬á---------------------------------------------------------*/
/*
font-family: 'Libre Baskerville', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
.topics:after, .plan-block:after, .content-section .heading-block:after, .news-carousel:after, .news-carousel .time-box:after, .collection-list:after, .text-section .heading:after, .contacts-box .columns:after, .tabset-section .tabset:after, .image-text-section .columns:after, .filter-form .filter-block:after, .filter-form .filters > .frame:after, .follow-us-section .heading-block:after {
  content: " ";
  display: block;
  clear: both; }

.add-nav, .add-nav > li ul, .language-list, #menu > ul, #menu .drop ul, .add-menu ul, .social-networks,
.social-block, .topics ul, .mobile-drop .mobile-menu ul, .breadcrumbs, .content-menu, .content-menu > li ul, .content-box ul, .base-info-list, .info-list, .contacts-box .contacts-list, .menu-small-content, .map-section .text-block .phone-list, .tabset-section .tabset, .collection-menu ul, .search-menu ul, .page-section .pagination-list, .nav-history-menu ul, .widget-menu ul, .image-add-section .switcher, .outside .map ul, .footer-menu ul, .partners-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ---------------------------------------------------------
┬á┬á┬áEmbedded fonts styles
┬á┬á┬á---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?widi29");
  src: url("../fonts/icomoon.eot?#iefixwidi29") format("embedded-opentype"), url("../fonts/icomoon.woff?widi29") format("woff"), url("../fonts/icomoon.ttf?widi29") format("truetype"), url("../fonts/icomoon.svg?widi29#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tripadvisor:before {
  content: "\e61a"; }

.icon-svg:before {
  content: "\e611"; }

.icon-svg2:before {
  content: "\e613"; }

.icon-svg3:before {
  content: "\e614"; }

.icon-svg4:before {
  content: "\e615"; }

.icon-svg5:before {
  content: "\e616"; }

.icon-svg6:before {
  content: "\e617"; }

.icon-schedule:before {
  content: "\e600"; }

.icon-apps:before {
  content: "\e601"; }

.icon-dehaze:before {
  content: "\e619"; }

.icon-search:before {
  content: "\e602"; }

.icon-eye:before {
  content: "\e603"; }

.icon-clock:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-down:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-right:before {
  content: "\e608"; }

.icon-arrow-left2:before {
  content: "\e609"; }

.icon-arrow-down2:before {
  content: "\e60a"; }

.icon-arrow-up2:before {
  content: "\e60b"; }

.icon-uniE60C:before {
  content: "\e60c"; }

.icon-twitter:before {
  content: "\e60d"; }

.icon-facebook:before {
  content: "\e60e"; }

.icon-googleplus:before {
  content: "\e60f"; }

.icon-pinterest:before {
  content: "\e610"; }

.icon-instagram:before {
  content: "\e612"; }

.icon-info:before {
  content: "\e618"; }

.icon-pinterest2:before {
  content: "\f0d2"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-feuille:after, .feuille:after {
  content: "\e61c"; }

.icon-feuille2:after, .feuille2:after {
  content: "\e61e"; }

.icon-floral:after, .floral:after {
  content: "\e61b"; }

.icon-arabesque-flip:before {
  content: "\e61f"; }

/* ---------------------------------------------------------
┬á┬á┬áGeneral reset
┬á┬á┬á---------------------------------------------------------*/
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  tap-highlight-color: transparent; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*:before,
*:after {
  box-sizing: inherit; }

body {
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  text-decoration: underline;
  color: #080605;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  a:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  a:hover {
    text-decoration: underline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

img {
  border-style: none;
  vertical-align: top; }

input,
textarea,
select {
  font: 100% "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #080605;
  vertical-align: middle; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="search"]::-ms-clear {
  display: none; }

input[type="button"],
input[type="submit"] {
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

input[type="button"]::-moz-focus-inner {
  border: 0; }

input[type="submit"]::-moz-focus-inner {
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border-color: #999999;
    outline: none; }

input[type="submit"],
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
  -webkit-overflow-scrolling: touch; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input[type="search"]::-webkit-search-cancel-button {
  display: none; }

input[type="search"]::-webkit-search-results-button {
  display: none; }

input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em; }
  h1 .mark-uppercase, h2 .mark-uppercase, h3 .mark-uppercase, h4 .mark-uppercase, h5 .mark-uppercase, h6 .mark-uppercase {
    text-transform: uppercase; }

h2 {
  color: #777473; }

h3, h4 {
  font-family: "Raleway", sans-serif; }

h4 {
  font-weight: bold;
  margin-bottom: 18px; }

h6 {
  font-size: 11px/14px "Raleway", sans-serif;
  color: #777473;
  margin: 0 0 10px; }

code {
  font-family: inherit; }

.charte-page .content-box h5 {
  margin: 0 0 40px; }

/* ---------------------------------------------------------
┬á┬á┬áBase layout
┬á┬á┬á---------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/* ---------------------------------------------------------
┬á┬á┬áBotton styles
┬á┬á┬á---------------------------------------------------------*/
.btn {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .btn:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .btn:hover {
    text-decoration: none;
    box-shadow: none; }
  .btn:active {
    box-shadow: none;
    outline: none; }
  .btn:focus {
    outline: none; }
  .btn.btn-default {
    background: none;
    border: 1px solid #080605;
    color: #080605;
    padding-left: 37px;
    position: relative; }
    .btn.btn-default.white-style {
      color: #fff;
      border-color: #fff; }
      .btn.btn-default.white-style:hover {
        background: #fff;
        color: #080605; }
    .btn.btn-default.black-style {
      color: #fff;
      border-color: #080605;
      background: #080605; }
      .btn.btn-default.black-style:hover {
        background: #fff;
        color: #080605; }
    .btn.btn-default:after {
      content: '\e608';
      position: absolute;
      left: 15px;
      top: 50%;
      margin: -11px 0 0;
      font: 21px/21px "icomoon", sans-serif; }
    .btn.btn-default:hover {
      background: #080605;
      color: #fff; }
    .btn.btn-default.arrow-none {
      padding-left: 20px; }
      .btn.btn-default.arrow-none:after {
        display: none; }
    .btn.btn-default i {
      display: inline-block;
      vertical-align: middle;
      margin: -3px 9px 0 -20px;
      font-size: 1.1em; }
  .btn.btn-lg {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .btn.btn-md {
    font-size: 14px;
    padding: 8px 30px 7px; }
  .btn.btn-danger {
    position: relative;
    padding-left: 37px; }
    .btn.btn-danger:after {
      content: '\e608';
      position: absolute;
      left: 15px;
      top: 50%;
      margin: -11px 0 0;
      font: 21px/21px "icomoon", sans-serif; }
  @media screen and (max-width: 992px) {
    .btn.btn-lg {
      padding: 8px 12px;
      font-size: 13px; }
      .btn.btn-lg.arrow-none {
        padding-left: 12px; } }
  @media screen and (max-width: 767px) {
    .btn {
      width: 100%;
      text-align: left; }
      .btn.btn-lg {
        padding: 10px 8px;
        font-size: 9px;
        line-height: 12px; }
        .btn.btn-lg.arrow-none {
          padding-left: 12px; } }

input.btn.btn-danger {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 23px center; }

/* ---------------------------------------------------------
┬á┬á┬ágrayscale style
┬á┬á┬á---------------------------------------------------------*/
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }

/* ---------------------------------------------------------
┬á┬á┬áHeader style
┬á┬á┬á---------------------------------------------------------*/
#header {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 4; }
  #header .logo {
    position: absolute;
    top: 4px;
    width: 127px;
    margin: 0;
    z-index: 30;
    left: 30px; }
    #header .logo img {
      display: block;
      width: 100%;
      height: auto; }
  #header .affix .logo {
    display: none; }
  #header .carousel {
    clear: both; }
  @media screen and (max-width: 1200px) {
    #header .logo {
      width: 90px;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    #header .logo {
      width: 56px;
      left: 17px;
      top: 2px; } }

.fixed-header {
  width: 100%;
  z-index: 20;
  background-color: #fff; }

.top-bar {
  position: relative;
  z-index: 21;
  right: 0;
  top: 0;
  float: left;
  width: 100%;
  background-color: #f1f1f1; }
  .top-bar .column {
    background: #f1f1f1;
    float: right;
    margin: 0 0 0 1px;
    height: 35px; }
    .top-bar .column:first-child {
      margin-left: 205px;
      float: left; }
  .top-bar .social-networks {
    padding: 7px 16px; }
  .top-bar .language-list {
    padding: 11px 19px; }
  @media screen and (max-width: 767px) {
    .top-bar {
      background-color: transparent; }
      .top-bar .column {
        background-color: transparent; }
        .top-bar .column:first-child, .top-bar .column:nth-child(2), .top-bar .column:nth-child(4) {
          display: none; } }

.add-nav > li {
  position: relative; }
  .add-nav > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #080605;
    text-decoration: none;
    position: relative;
    margin: 0; }
    .add-nav > li > a:hover {
      text-decoration: none; }
  .add-nav > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 14px 19px 11px;
    background: #fff;
    font-size: 12px;
    line-height: 15px;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1); }
    .add-nav > li ul li {
      border-top: 1px solid #bababa; }
      .add-nav > li ul li:first-child {
        border-top: none; }
      .add-nav > li ul li a {
        display: block;
        text-decoration: none;
        color: #080605;
        padding: 7px 0; }
  .add-nav > li.hover > a {
    background: #080605;
    color: #fff; }
    .add-nav > li.hover > a:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -14px;
      border: solid;
      border-width: 7px 7px;
      border-color: #080605 transparent transparent transparent;
      z-index: 10;
      margin: 0 0 0 -7px; }
  .add-nav > li.hover ul {
    opacity: 1;
    visibility: visible; }
    .add-nav > li.hover ul li.hover a {
      text-decoration: none;
      color: #ef4123; }

.language-list {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  .language-list li {
    float: left;
    margin: 0 0 0 6px; }
    .language-list li:first-child {
      margin-left: 0; }
    .language-list li a {
      text-decoration: none;
      color: #080605; }
      .language-list li a:hover {
        color: #777473; }
    .language-list li.active a {
      color: #777473; }

.search-box {
  position: relative; }
  .search-box .opener {
    display: block;
    width: 47px;
    height: 35px;
    text-align: center;
    padding: 8px 2px 1px 3px;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px; }
    .search-box .opener:after, .search-box .opener:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      z-index: 10;
      background: none; }
    .search-box .opener:after {
      width: 0;
      height: 0;
      left: 50%;
      bottom: -14px;
      border: solid;
      border-width: 7px 7px;
      border-color: #080605 transparent transparent transparent;
      z-index: 10;
      margin: 0 0 0 -7px;
      display: none; }
  .search-box .drop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 762px;
    background: #fff;
    padding: 22px 20px 18px;
    margin-top: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1); }
  .search-box:hover .drop {
    opacity: 1;
    visibility: visible; }
  .search-box:hover .opener {
    background: #080605;
    color: #fff; }
    .search-box:hover .opener:after {
      display: block; }
  @media screen and (max-width: 992px) {
    .search-box .drop {
      width: 740px; } }

#search-block-form {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5; }
  #search-block-form > div {
    float: left;
    width: 100%; }
  #search-block-form .container-inline {
    margin: 0 131px 0 0; }
  #search-block-form .form-text {
    background: none;
    border: none;
    width: 100%;
    height: 62px;
    padding: 19px 20px;
    margin: 0;
    float: left;
    font: 16px/20px "Libre Baskerville", serif;
    color: #080605; }
    #search-block-form .form-text::-moz-placeholder {
      color: #080605;
      opacity: 1; }
    #search-block-form .form-text:-ms-input-placeholder {
      color: #080605; }
    #search-block-form .form-text::-webkit-input-placeholder {
      color: #080605; }
    #search-block-form .form-text:-moz-placeholder {
      color: #080605; }
    #search-block-form .form-text:focus {
      background: #fafafa; }
  #search-block-form .form-actions {
    float: right;
    width: 131px;
    border-left: 1px solid #e5e5e5;
    margin: 0 -131px 0 0; }
  #search-block-form .form-submit {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    background: #080605;
    width: 130px;
    height: 62px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    overflow: hidden;
    font: bold 14px/18px "Raleway", sans-serif;
    text-transform: uppercase;
    color: #fff; }
    #search-block-form .form-submit:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    #search-block-form .form-submit:hover {
      background: #777473; }
  @media screen and (max-width: 480px) {
    #search-block-form .container-inline {
      margin-right: 91px; }
    #search-block-form .form-actions {
      width: 91px;
      margin-right: -91px; }
    #search-block-form .form-submit {
      width: 90px; } }

#menu {
  float: right;
  margin-left: -35px;
  background-color: #fff; }
  #menu > ul > li {
    float: left;
    margin: 0 0 0 5px; }
    #menu > ul > li:first-child {
      margin-left: 0; }
    #menu > ul > li > a {
      display: block;
      text-decoration: none;
      padding: 24px 15px 21px;
      font: 16px/24px "Libre Baskerville", serif;
      position: relative; }
      #menu > ul > li > a:before, #menu > ul > li > a:after {
        content: '';
        position: absolute;
        left: 20px;
        top: 19px;
        width: 0;
        height: 1px;
        background: #ef4123;
        display: none; }
        @media screen and (max-width: 1200px) {
          #menu > ul > li > a:before, #menu > ul > li > a:after {
            left: 12px; } }
        @media screen and (max-width: 992px) {
          #menu > ul > li > a:before, #menu > ul > li > a:after {
            left: 21px; } }
      #menu > ul > li > a:before {
        -webkit-transition: width 0.5s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: width 0.5s cubic-bezier(0, 1, 0.5, 1);
        transition: width 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block; }
      #menu > ul > li > a:after {
        width: 0;
        height: 0;
        border: solid;
        border-width: 8px;
        border-color: #fff transparent transparent transparent;
        z-index: 20;
        top: auto;
        bottom: -16px;
        left: 50%;
        margin: 0 0 0 -8px;
        background: none; }
    #menu > ul > li:hover > a, #menu > ul > li.active > a {
      color: #ef4123; }
      #menu > ul > li:hover > a:before, #menu > ul > li.active > a:before {
        width: 25%; }
      #menu > ul > li:hover > a.has-drop-down-a:after, #menu > ul > li.active > a.has-drop-down-a:after {
        display: block; }
    #menu > ul > li.hover .drop {
      display: block; }
    #menu > ul > li.menu-logo {
      display: none; }
      #menu > ul > li.menu-logo > a {
        padding: 12px 0 0 20px; }
        #menu > ul > li.menu-logo > a:before {
          display: none; }
      .affix #menu > ul > li.menu-logo {
        display: block; }
  #menu .drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #e5e5e5;
    padding: 28px 0 42px;
    font: 14px/18px "Raleway", sans-serif;
    z-index: 10;
    display: none; }
    #menu .drop ul {
      float: left;
      width: 196px;
      margin: 0 0 0 14px; }
      #menu .drop ul > li {
        border-bottom: 1px solid #bababa; }
        #menu .drop ul > li > a {
          display: block;
          padding: 11px 0 10px;
          color: #080605;
          text-decoration: none; }
          #menu .drop ul > li > a:hover {
            color: #ef4123; }
    #menu .drop .columns {
      float: right; }
      #menu .drop .columns .column {
        float: left;
        margin: 0 0 0 30px;
        width: 263px; }
        #menu .drop .columns .column:first-child {
          margin-left: 0; }
    #menu .drop .title {
      display: block;
      font-size: 12px;
      line-height: 15px;
      font-weight: normal;
      text-transform: uppercase;
      margin: 0 0 9px; }
    #menu .drop .image-box {
      position: relative; }
      #menu .drop .image-box img {
        display: block;
        width: 100%;
        height: auto; }
      #menu .drop .image-box .text-block {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        white-space: nowrap;
        background: #fff;
        display: none; }
        #menu .drop .image-box .text-block:after {
          content: '';
          display: inline-block;
          height: 100%;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px;
          vertical-align: middle; }
        #menu .drop .image-box .text-block .frame {
          vertical-align: middle;
          display: inline-block;
          white-space: normal;
          padding: 4px 20px 0 48px; }
        #menu .drop .image-box .text-block h4 {
          margin: 0 0 17px;
          position: relative;
          padding: 0 0 12px; }
          #menu .drop .image-box .text-block h4:after {
            content: '';
            position: absolute;
            left: 2px;
            bottom: 0;
            width: 51px;
            height: 1px;
            background: #080605; }
          #menu .drop .image-box .text-block h4 .mark-uppercase {
            display: block; }
        #menu .drop .image-box .text-block .date {
          display: block;
          font: 11px/14px "Libre Baskerville", serif;
          color: #777473; }
        #menu .drop .image-box .text-block .link {
          overflow: hidden;
          text-indent: -9999px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
      #menu .drop .image-box:hover .text-block {
        display: block; }
  @media screen and (min-width: 1200px) {
    #menu .drop ul:first-child {
      margin-left: 150px; } }
  @media screen and (max-width: 1330px) {
    #menu > ul > li {
      margin-left: 1px; }
      #menu > ul > li > a {
        padding: 24px 8px 21px;
        font-size: 14px; } }
  @media screen and (max-width: 1050px) {
    #menu > ul > li > a {
      font-size: 13px; } }
  @media screen and (max-width: 992px) {
    #menu {
      margin-left: 0; }
      #menu > ul > li > a {
        padding: 24px 15px 21px; }
      #menu .drop {
        padding-bottom: 30px; }
        #menu .drop .image-box .text-block .frame {
          padding: 4px 20px 0; }
        #menu .drop .columns .column {
          margin: 0 0 0 20px;
          width: 220px; } }

.navigation-bar {
  position: relative; }
  .navigation-bar.affix {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0; }
  @media screen and (min-width: 992px) {
    .navigation-bar {
      background: linear-gradient(to right, #ffffff 0%, #ffffff 49.999%, #ef4123 50%, #ef4123 100%); } }
  @media screen and (max-width: 767px) {
    .navigation-bar {
      display: none; } }

.add-menu {
  float: right;
  font: 16px/20px "Libre Baskerville", serif; }
  .add-menu ul {
    float: left; }
    .add-menu ul li {
      float: left; }
      .add-menu ul li a {
        display: block;
        padding: 25px 30px 24px;
        color: #fff;
        text-decoration: none;
        background: #ef4123;
        position: relative;
        text-align: center;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .add-menu ul li a:hover {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .add-menu ul li a.style02 {
          background: #8d7953; }
          .add-menu ul li a.style02:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 15px;
            width: 15px;
            height: 1px;
            background: rgba(255, 255, 255, 0.3);
            margin: 0 0 0 -7px; }
        .add-menu ul li a:hover {
          background: #080605; }
  @media screen and (max-width: 1200px) {
    .add-menu ul li a {
      padding: 25px 15px 24px; } }
  @media screen and (max-width: 992px) {
    .add-menu {
      width: 100%; }
      .add-menu ul {
        width: 100%; }
        .add-menu ul li {
          width: 50%; }
          .add-menu ul li a {
            padding: 18px 30px; } }

.mobile-top-bar {
  padding-top: 19px;
  padding-bottom: 15px; }
  .mobile-top-bar .drop {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1px;
    padding: 102px 20px 18px;
    width: 100%;
    z-index: 16;
    list-style: none; }
    .mobile-top-bar .drop:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .mobile-top-bar .drop li {
      border-top: 1px solid #bababa; }
      .mobile-top-bar .drop li:first-child {
        border-top: none; }
      .mobile-top-bar .drop li a {
        display: block;
        text-decoration: none;
        color: #080605;
        padding: 7px 0;
        font-size: 14px; }
  .mobile-top-bar .box {
    float: right;
    padding: 0 2px 0 0; }
    .mobile-top-bar .box .cell {
      float: left;
      margin: 0 0 0 3px; }
      .mobile-top-bar .box .cell:first-child {
        margin-left: 0; }
      .mobile-top-bar .box .cell.hover .drop {
        opacity: 1;
        visibility: visible; }
    .mobile-top-bar .box .mobile-btn {
      display: block;
      width: 41px;
      height: 37px;
      border: 1px solid #080605;
      background: #fff;
      text-decoration: none;
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      padding: 5px 2px 1px; }
      .mobile-top-bar .box .mobile-btn.search-btn {
        font-size: 17px;
        padding-top: 6px; }
      .mobile-top-bar .box .mobile-btn.dehaze-btn {
        font-size: 27px; }
        .mobile-top-bar .box .mobile-btn.dehaze-btn:active .icon-dehaze {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -moz-transform: rotate(720deg);
          -ms-transform: rotate(720deg);
          -o-transform: rotate(720deg);
          -webkit-transform: rotate(720deg); }
          .mobile-top-bar .box .mobile-btn.dehaze-btn:active .icon-dehaze:hover {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .mobile-menu-on .mobile-top-bar .box .mobile-btn.dehaze-btn {
        padding-top: 3px; }
        .mobile-menu-on .mobile-top-bar .box .mobile-btn.dehaze-btn .icon-dehaze {
          font-family: "Open Sans", sans-serif; }
          .mobile-menu-on .mobile-top-bar .box .mobile-btn.dehaze-btn .icon-dehaze:before {
            content: '\d7'; }
      .mobile-top-bar .box .mobile-btn:hover {
        background: #080605;
        color: #fff; }

/* ---------------------------------------------------------
┬á┬á┬áðíommon site styles
┬á┬á┬á---------------------------------------------------------*/
/* main container styles */
#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  #wrapper:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.heading-border-style {
  padding: 0 0 12px;
  margin: 0 0 15px;
  position: relative; }
  .heading-border-style:after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 51px;
    height: 1px;
    background: #080605; }
  .heading-border-style.large:after {
    width: 130px; }
  .heading-border-style.medium:after {
    width: 85px; }
  @media screen and (max-width: 767px) {
    .heading-border-style {
      padding-bottom: 6px; } }

.carousel-indicators {
  bottom: 4px;
  margin-bottom: 0; }
  .carousel-indicators > li {
    width: 10px;
    height: 10px;
    border: none;
    background: #777473;
    margin: 0 1px; }
    .carousel-indicators > li.active, .carousel-indicators > li:hover {
      width: 10px;
      height: 10px;
      margin: 0 1px;
      background: #ef4123; }
  @media screen and (max-width: 767px) {
    .carousel-indicators {
      bottom: 7px;
      margin-bottom: 0; } }

.carousel-control.right, .carousel-control.left {
  width: 50px;
  height: 156px;
  background: none;
  top: 50%;
  margin: -78px 0 0;
  text-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  padding: 0;
  z-index: 12;
  opacity: 1; }
  .carousel-control.right:before, .carousel-control.left:before {
    content: '\e609';
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    background-color: #080605;
    margin: -14px 0 0;
    padding: 12px 8px;
    font: 26px/26px "icomoon", sans-serif;
    border-color: #080605;
    border-style: solid;
    border-width: 0;
    z-index: 1;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-delay: 0.5s; }
    .carousel-control.right:before:hover, .carousel-control.left:before:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .carousel-control.right .hover-block, .carousel-control.left .hover-block {
    color: #080605;
    background: #fff;
    text-align: left;
    font: 12px/19px "Libre Baskerville", serif;
    padding: 17px 60px 18px 18px;
    min-height: 156px; }
    .carousel-control.right .hover-block .image-box, .carousel-control.left .hover-block .image-box {
      float: left;
      width: 121px;
      margin: 0 45px 0 0; }
      .carousel-control.right .hover-block .image-box img, .carousel-control.left .hover-block .image-box img {
        display: block;
        width: 100%;
        height: auto; }
    .carousel-control.right .hover-block .text-holder, .carousel-control.left .hover-block .text-holder {
      display: block;
      overflow: hidden;
      padding: 20px 0 0; }
    .carousel-control.right .hover-block .heading-column, .carousel-control.left .hover-block .heading-column {
      float: left;
      width: 200px;
      margin: 0 44px 0 0;
      padding: 4px 0 0; }
    .carousel-control.right .hover-block .text-block, .carousel-control.left .hover-block .text-block {
      float: left;
      width: 280px; }
    .carousel-control.right .hover-block h4 .mark-uppercase, .carousel-control.left .hover-block h4 .mark-uppercase {
      display: block; }
    .carousel-control.right .hover-block .date, .carousel-control.left .hover-block .date {
      display: block;
      font-size: 11px;
      color: #777473; }
  .carousel-control.right:hover, .carousel-control.left:hover {
    width: auto;
    min-width: 50px; }
    .carousel-control.right:hover:before, .carousel-control.left:hover:before {
      color: #080605;
      background-color: #fff;
      border-color: #fff;
      margin-top: -78px;
      border-top-width: 55px;
      border-bottom-width: 54px;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-delay: 0; }
      .carousel-control.right:hover:before:hover, .carousel-control.left:hover:before:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .carousel-control.right:hover .hover-block, .carousel-control.left:hover .hover-block {
      display: block;
      width: 768px;
      transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-delay: 0.5s; }
      .carousel-control.right:hover .hover-block:hover, .carousel-control.left:hover .hover-block:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
.carousel-control.left .hover-block {
  transform: translate3d(-800px, 0, 0);
  -moz-transform: translate3d(-800px, 0, 0);
  -ms-transform: translate3d(-800px, 0, 0);
  -o-transform: translate3d(-800px, 0, 0);
  -webkit-transform: translate3d(-800px, 0, 0);
  padding: 17px 18px 18px 60px; }
  .carousel-control.left .hover-block .image-block {
    float: none;
    margin: 0 0 0 45px; }
  .carousel-control.left .hover-block .text-holder {
    float: left; }
  .carousel-control.left .hover-block .heading-column {
    margin: 0 0 0 44px; }
.carousel-control.right .hover-block {
  transform: translate3d(800px, 0, 0);
  -moz-transform: translate3d(800px, 0, 0);
  -ms-transform: translate3d(800px, 0, 0);
  -o-transform: translate3d(800px, 0, 0);
  -webkit-transform: translate3d(800px, 0, 0); }
.carousel-control.right:before {
  content: '\e60c';
  left: auto;
  right: 0; }
@media screen and (max-width: 992px) {
  .carousel-control.right .hover-block, .carousel-control.left .hover-block {
    padding-right: 50px; }
    .carousel-control.right .hover-block .image-box, .carousel-control.left .hover-block .image-box {
      margin: 0 20px 0 0; }
    .carousel-control.right .hover-block .heading-column, .carousel-control.left .hover-block .heading-column {
      width: 140px;
      margin: 0 20px 0 0;
      padding: 0; }
    .carousel-control.right .hover-block .text-block, .carousel-control.left .hover-block .text-block {
      width: 180px;
      font-size: 12px;
      line-height: 18px; }
    .carousel-control.right .hover-block .text-holder, .carousel-control.left .hover-block .text-holder {
      padding: 5px 0 0; }
    .carousel-control.right .hover-block h4, .carousel-control.left .hover-block h4 {
      font-size: 16px; }
      .carousel-control.right .hover-block h4.heading-border-style, .carousel-control.left .hover-block h4.heading-border-style {
        padding-bottom: 10px;
        margin-bottom: 10px; }
    .carousel-control.right .hover-block .date, .carousel-control.left .hover-block .date {
      font-size: 11px;
      line-height: 13px; }
  .carousel-control.right:hover .hover-block, .carousel-control.left:hover .hover-block {
    width: 560px; } }

.carousel-caption {
  bottom: 24.9%;
  text-align: right;
  text-shadow: none; }
  .carousel-caption .info-box {
    margin: 0 -30px 0 0; }
  .carousel-caption .title {
    display: inline-block;
    vertical-align: top;
    padding: 10px 17px 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #777473; }
  .carousel-caption .button-holder {
    padding: 0 4px 0 0; }
    .carousel-caption .button-holder .btn {
      margin: 0 -4px 0 0; }
  .carousel-caption .date {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #080605;
    padding: 15px 22px 11px;
    font: 18px/26px "Libre Baskerville", serif;
    color: #777473; }
  @media screen and (max-width: 1400px) {
    .carousel-caption {
      bottom: 14%; } }
  @media screen and (max-width: 1200px) {
    .carousel-caption {
      bottom: 8%; }
      .carousel-caption .info-box {
        margin-right: -80px; } }
  @media screen and (max-width: 992px) {
    .carousel-caption .title {
      padding: 8px 10px 6px;
      font-size: 13px; }
    .carousel-caption .date {
      font-size: 16px;
      padding: 10px 15px 6px; } }
  @media screen and (max-width: 767px) {
    .carousel-caption {
      bottom: 30px; }
      .carousel-caption .info-box {
        margin: 0 -18px 0 0; }
      .carousel-caption .date {
        font-size: 12px;
        line-height: 15px;
        padding: 11px 12px 7px; }
      .carousel-caption .title {
        font-size: 9px;
        line-height: 13px;
        padding: 6px 10px 5px; }
      .carousel-caption .button-holder .btn {
        width: auto; } }
  @media screen and (max-width: 480px) {
    .carousel-caption {
      bottom: 10px; } }

.carousel-inner .add-logo {
  position: absolute;
  left: 50%;
  top: 77px;
  width: 526px;
  margin: 0 0 0 -289px;
  z-index: 10; }
  .carousel-inner .add-logo img {
    display: block;
    width: 100%;
    height: auto; }
.carousel-inner .placeholder {
  overflow: hidden; }
  .carousel-inner .placeholder img {
    max-width: none;
    width: 100%; }
@media screen and (max-width: 1200px) {
  .carousel-inner .add-logo {
    width: 263px;
    margin-left: -120px; } }
@media screen and (max-width: 992px) {
  .carousel-inner .add-logo {
    width: 200px; } }
@media screen and (max-width: 767px) {
  .carousel-inner > .item img {
    height: 100%; }
  .carousel-inner .add-logo {
    width: 180px;
    margin-left: -70px;
    top: 62px; } }

.expo-modal .modal-dialog {
  height: 90vh; }
.expo-modal .modal-content,
.expo-modal .modal-body,
.expo-modal .carousel {
  width: 100%;
  height: 100%; }
.expo-modal .modal-body {
  padding: 0; }
  .expo-modal .modal-body img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto; }
.expo-modal .carousel-inner {
  height: 100%; }
  .expo-modal .carousel-inner .item {
    height: 100%; }
.expo-modal .close {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  background: #080605;
  border: 0;
  color: white;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0; }
  .expo-modal .close:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .expo-modal .close:hover {
    background: #fff;
    box-shadow: 0 0 0 1px #080605 inset;
    color: #080605; }
.expo-modal .carousel-control.right,
.expo-modal .carousel-control.left {
  width: 45px;
  height: 80px;
  transition: none; }
.expo-modal .carousel-control.right:before,
.expo-modal .carousel-control.left:before {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .expo-modal .carousel-control.right:before:hover,
  .expo-modal .carousel-control.left:before:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
.expo-modal .carousel-control.right:hover:before,
.expo-modal .carousel-control.left:hover:before {
  background-color: #fff;
  color: #080605;
  border-width: 0;
  box-shadow: 0 0 0 1px #080605 inset;
  margin-top: -15px; }

.social-networks,
.social-block {
  overflow: hidden; }
  .social-networks li,
  .social-block li {
    margin: 0 0 0 12px;
    float: left; }
  .social-networks li:first-child,
  .social-block li:first-child {
    margin: 0; }
  .social-networks a,
  .social-networks > span,
  .social-block a,
  .social-block > span {
    display: block;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .social-networks a:hover,
    .social-networks > span:hover,
    .social-block a:hover,
    .social-block > span:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .social-networks a:hover,
    .social-networks > span:hover,
    .social-block a:hover,
    .social-block > span:hover {
      text-decoration: none;
      color: #777473; }
    .social-networks a.instagram,
    .social-networks > span.instagram,
    .social-block a.instagram,
    .social-block > span.instagram {
      margin-top: 1px; }
    .social-networks a.pinterest,
    .social-networks > span.pinterest,
    .social-block a.pinterest,
    .social-block > span.pinterest {
      font-size: 20px; }
    .social-networks a.facebook,
    .social-networks > span.facebook,
    .social-block a.facebook,
    .social-block > span.facebook {
      font-size: 16px;
      margin-top: 2px; }
    .social-networks a.tripadvisor,
    .social-networks > span.tripadvisor,
    .social-block a.tripadvisor,
    .social-block > span.tripadvisor {
      font-size: 1.3em;
      margin: 1px 0 0 -4px; }

.social-block {
  float: right;
  position: relative;
  top: -14px; }
  .social-block > span {
    float: left;
    margin-left: 2px;
    border: 1px solid #080605;
    border-radius: 2px;
    padding: 2px 2px 0;
    line-height: 1;
    font-size: 15px; }
    .social-block > span:hover {
      background-color: #080605;
      color: #fff; }
    .social-block > span:first-child {
      border: 0;
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      font-size: 11px;
      line-height: 1.6;
      text-transform: uppercase; }
      .social-block > span:first-child:hover {
        background-color: transparent;
        color: #080605; }
    .social-block > span.facebook {
      margin-top: 0;
      font-size: 15px; }
    .social-block > span.pinterest {
      padding: 1px 0 1px 4px;
      font-size: 15px; }

.stButton {
  margin: 0 !important;
  font-size: 15px;
  line-height: 1; }
  .stButton .chicklets {
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 15px !important; }
    .stButton .chicklets:before {
      font-family: 'icomoon'; }
    .stButton .chicklets.facebook:before {
      content: "\e60e"; }
    .stButton .chicklets.twitter:before {
      content: "\e60d"; }
    .stButton .chicklets.googleplus:before {
      content: "\e60f"; }
    .stButton .chicklets:hover {
      background-color: #080605;
      color: #fff;
      opacity: 1 !important;
      -ms-filter: "alpha(opacity=100)" !important;
      filter: alpha(opacity=100) !important; }

#main {
  position: relative;
  z-index: 2; }

.feuille {
  position: relative; }
  .feuille:after {
    font: 11px/11px "icomoon", sans-serif;
    position: absolute;
    left: 0;
    top: -5px; }
  .widget-info .feuille:after {
    left: 1px;
    top: -7px; }

.feuille2 {
  position: relative; }
  .feuille2:after {
    font: 19px/19px "icomoon", sans-serif;
    position: absolute;
    top: 6px;
    margin-left: 5px; }

.floral {
  position: relative; }
  .floral:after {
    font: 24px/24px "icomoon", sans-serif;
    position: absolute;
    top: -16px;
    left: 11px; }

.info-section {
  padding: 40px 0 45px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 992px) {
    .info-section {
      padding: 30px 0; } }
  @media screen and (max-width: 767px) {
    .info-section {
      padding: 10px 0 24px; } }

.btn-top {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 30;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 17px 3px 2px;
  background: #080605;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  margin: 0 -675px 0 0; }
  .btn-top:hover {
    background: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #080605;
    -moz-box-shadow: inset 0 0 0 1px #080605;
    box-shadow: inset 0 0 0 1px #080605; }

@media only screen and (max-width: 1400px) {
  .btn-top {
    display: none; } }
.photo-section {
  margin-bottom: 75px; }
  @media screen and (max-width: 992px) {
    .photo-section {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .photo-section {
      margin-bottom: 20px; } }

/*
.placeholder {
	overflow: hidden;
	a {
		img {
			@include animation;
		}
		&:hover {
			img {
				@include animation;
				@include scale(1.05);
			}
		}
	}
}
*/
.photo-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  display: block;
  width: 100%;
  height: auto; }
  .photo-box .placeholder {
    margin: 0 0 6px;
    overflow: hidden; }
    .photo-box .placeholder a {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .photo-box .placeholder a:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .photo-box .placeholder a > .frame {
        vertical-align: middle;
        display: inline-block;
        white-space: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -14px 0 0 -15px; }
        .photo-box .placeholder a > .frame .play {
          display: inline-block;
          vertical-align: top;
          width: 29px;
          height: 28px;
          text-indent: -9999px;
          overflow: hidden;
          border-radius: 30px;
          background-color: #fff;
          margin: 0;
          position: relative; }
          .photo-box .placeholder a > .frame .play:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            border: solid;
            border-width: 6px 9px;
            border-color: transparent transparent transparent #080605;
            margin: -6px 0 0 -3px; }
      .photo-box .placeholder a:hover img {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05); }
        .photo-box .placeholder a:hover img:hover {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .photo-box .placeholder img {
      height: auto;
      display: block;
      width: 100%; }
  .photo-box .description {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .photo-box {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .photo-box {
      margin-bottom: 18px; } }

.text-block {
  font: 14px/22px "Libre Baskerville", serif;
  margin: 0 0 43px; }
  .text-block h2 {
    font-size: 32px;
    padding: 0 0 6px;
    position: relative;
    margin: 0 0 16px;
    color: #080605; }
    .text-block h2:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 130px;
      height: 1px;
      background: #080605; }
  @media screen and (max-width: 992px) {
    .text-block {
      margin: 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .text-block {
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 26px; }
      .text-block h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px; }
        .text-block h2:after {
          width: 85px; } }

.topics {
  font: 14px/18px "Libre Baskerville", serif; }
  .topics ul li {
    float: left;
    width: 33.333333332%; }
    .topics ul li a {
      display: block;
      text-align: center;
      text-decoration: none;
      height: 56px;
      padding: 20px 5px;
      color: #fff;
      background: #00a2d8; }
      .topics ul li a i {
        display: inline-block;
        vertical-align: top;
        margin: -2px 10px 0 0;
        font-size: 19px;
        line-height: 19px;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .topics ul li a i:hover {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .topics ul li a.topic-visiter {
        background: #ef4123; }
        .topics ul li a.topic-visiter i {
          margin-right: 14px; }
      .topics ul li a.topic-sinstruire {
        background: #ec797a; }
        .topics ul li a.topic-sinstruire i {
          font-size: 16px;
          line-height: 16px;
          margin: 0 10px 0 0; }
      .topics ul li a.topic-samuser {
        background: #ff9600; }
        .topics ul li a.topic-samuser i {
          margin-top: -4px; }
      .topics ul li a.topic-privatiser {
        background: #aec373; }
        .topics ul li a.topic-privatiser i {
          font-size: 20px;
          margin: -4px 13px 0 0; }
      .topics ul li a.topic-serestaurer {
        background: #b6a497; }
        .topics ul li a.topic-serestaurer i {
          font-size: 26px; }
      .topics ul li a.topic-partager i {
        font-size: 25px; }
      .topics ul li a:hover, .topics ul li a.active {
        background: #080605; }
        .topics ul li a:hover i, .topics ul li a.active i {
          -moz-transform: rotate(-11deg);
          -ms-transform: rotate(-11deg);
          -o-transform: rotate(-11deg);
          -webkit-transform: rotate(-11deg); }
  @media screen and (max-width: 992px) {
    .topics {
      margin: 0 0 30px; } }
  @media screen and (max-width: 767px) {
    .topics {
      margin: 0 -15px 25px; }
      .topics ul li {
        width: 50%; } }

.plan-block {
  position: relative;
  font: 14px/20px "Libre Baskerville", serif;
  margin: -12px 0 0; }
  .plan-block .plan-box {
    float: left;
    width: 42.8%;
    margin: 0 9.6% 0 0; }
    .plan-block .plan-box img {
      display: block;
      width: 100%;
      height: auto; }
  .plan-block .text-holder {
    overflow: hidden;
    padding: 2px 0 0; }
  .plan-block p {
    margin: 0 0 21px; }
  .plan-block .btn-holder .btn {
    margin: 0 10px 3px 0; }
  @media screen and (max-width: 992px) {
    .plan-block {
      margin: 0; }
      .plan-block .plan-box {
        width: 30%; } }
  @media screen and (max-width: 767px) {
    .plan-block {
      font-size: 12px;
      line-height: 18px; }
      .plan-block .plan-box {
        float: none;
        width: 198px;
        margin: -5px auto 28px; }
      .plan-block p {
        margin: 0 0 18px; } }

.content-section {
  padding: 42px 0;
  background-color: #ededed;
  filter: none;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05); }
  .content-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 22px;
    color: #080605; }
  .content-section p a:hover {
    color: #ef4123; }
  .content-section .news-carousel {
    float: left; }
  .content-section .frame-holder {
    margin: 0 -76px 0 -96px; }
  .content-section.style-background02 {
    background: #ececec;
    box-shadow: none; }
  .content-section.padding-style02 {
    padding: 51px 0; }
  .content-section.red-style {
    background: #ef4123; }
  .content-section .heading-block {
    position: relative;
    margin: 0 0 25px; }
    .content-section .heading-block h2 {
      font-size: 30px;
      line-height: 34px;
      font-weight: normal;
      padding: 0 0 13px;
      margin: 0 0 10px;
      position: relative;
      color: #080605; }
      .content-section .heading-block h2:after {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 85px;
        height: 1px;
        background: #080605; }
  .content-section.style-background02 {
    background: #ececec;
    box-shadow: none; }
  .content-section.style-background03 {
    background: #030406;
    box-shadow: none;
    padding: 0; }
    .content-section.style-background03 .text-section {
      margin: 80px 0 40px; }
    .content-section.style-background03 .heading-block h2 {
      color: #fff; }
      .content-section.style-background03 .heading-block h2:after {
        background: #fff; }
    .content-section.style-background03 p {
      color: #fff; }
  .content-section.padding-style02 {
    padding: 51px 0; }
  .content-section.visiter-style {
    background: #ef4123; }
    .content-section.visiter-style h3 {
      color: #fff; }
  .content-section.sinstruire-style {
    background: #ec797a; }
    .content-section.sinstruire-style h3 {
      color: #fff; }
  .content-section.samuser-style {
    background: #ff9600; }
    .content-section.samuser-style h3 {
      color: #fff; }
  .content-section.privatiser-style {
    background: #aec373; }
    .content-section.privatiser-style h3 {
      color: #fff; }
  .content-section.serestaurer-style {
    background: #b6a497; }
    .content-section.serestaurer-style h3 {
      color: #fff; }
  .content-section.partager-style {
    background: #00a2d8; }
    .content-section.partager-style h3 {
      color: #fff; }
  @media screen and (max-width: 1400px) {
    .content-section .frame-holder {
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .content-section {
      padding: 30px 0; }
      .content-section .news-carousel {
        float: none; } }
  @media screen and (max-width: 767px) {
    .content-section {
      padding: 27px 0 50px; }
      .content-section h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 9px; }
      .content-section .heading-block h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 10px; }
      .content-section .news-carousel {
        padding: 78px 25px 23px;
        margin-bottom: 10px; }
        .content-section .news-carousel .heading {
          padding: 0 0 8px;
          margin: 0 0 28px; }
        .content-section .news-carousel .time-box {
          padding: 0;
          margin: 0 0 22px; }
      .content-section.padding-style02 {
        padding: 25px 0; } }

.news-carousel {
  width: 360px;
  margin: 0 10px 0 0;
  background: #fff;
  padding: 28px 25px 33px;
  position: relative; }
  .news-carousel .slideset {
    float: left;
    width: 100%;
    position: relative; }
  .news-carousel .mask {
    overflow: hidden; }
  .news-carousel .slide {
    float: left;
    width: 310px;
    position: relative; }
  .news-carousel .heading {
    position: relative;
    padding: 0 0 14px;
    margin: 0 0 20px; }
    .news-carousel .heading:after {
      content: '';
      position: absolute;
      left: 1px;
      bottom: 0;
      width: 110px;
      height: 1px;
      background: #080605; }
    .news-carousel .heading .title {
      display: block;
      font: 18px/25px "Libre Baskerville", serif;
      padding: 0 114px 0 0; }
      .news-carousel .heading .title .mark01 {
        display: block;
        font-size: 25px;
        line-height: 29px; }
  .news-carousel .navigation-block {
    position: absolute;
    top: 19px;
    right: 22px; }
    .news-carousel .navigation-block .cell {
      float: left;
      margin: 0 0 0 3px; }
      .news-carousel .navigation-block .cell:first-child {
        margin-left: 0; }
  .news-carousel .time-box {
    padding: 0 0 0 8px;
    margin: 0 0 30px; }
    .news-carousel .time-box .icon-clock {
      float: left;
      font-size: 27px;
      line-height: 26px;
      width: 25px;
      margin: 6px 11px 0 0; }
    .news-carousel .time-box .text-holder {
      overflow: hidden;
      font-size: 12px;
      line-height: 18px;
      color: #777473; }
      .news-carousel .time-box .text-holder p {
        margin: 0; }
      .news-carousel .time-box .text-holder strong {
        font: bold 14px/22px "Libre Baskerville", serif;
        color: #080605; }
  .news-carousel .navigation-block {
    position: absolute;
    top: 19px;
    right: 23px;
    z-index: 10; }
    .news-carousel .navigation-block .calendar-blcok {
      float: left; }
    .news-carousel .navigation-block .btn-prev,
    .news-carousel .navigation-block .btn-next {
      float: left;
      margin: 0 0 0 3px;
      width: 32px;
      height: 33px;
      border: 1px solid #080605;
      background: #fff;
      text-decoration: none;
      text-align: center;
      padding: 5px 2px 2px; }
      .news-carousel .navigation-block .btn-prev:hover,
      .news-carousel .navigation-block .btn-next:hover {
        background: #080605;
        color: #fff; }
    .news-carousel .navigation-block .calendar-block {
      float: left;
      position: relative; }
  @media screen and (max-width: 1200px) {
    .news-carousel {
      width: 330px; }
      .news-carousel .slide {
        width: 280px; } }
  @media screen and (max-width: 992px) {
    .news-carousel {
      width: 100%;
      float: none;
      margin: 0 0 20px; }
      .news-carousel .heading .title {
        padding: 0; }
      .news-carousel .slide {
        width: 100%; } }

.news-block {
  position: relative;
  margin: 0 0 29px; }
  .news-block h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 12px; }
    .news-block h2:after {
      width: 110px; }
  .news-block .news-post {
    margin: 0 0 17px;
    font-size: 12px;
    line-height: 15px;
    color: #777473; }
    .news-block .news-post h3 {
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      margin: 0;
      color: #080605; }
      .news-block .news-post h3 a {
        text-decoration: none; }
        .news-block .news-post h3 a:hover {
          text-decoration: none;
          color: #ef4123; }
  @media screen and (max-width: 767px) {
    .news-block h2 {
      margin: 0 0 23px; } }

.link-holder {
  margin: 37px auto 0;
  display: table;
  overflow: hidden; }
  .link-holder.style02 {
    padding-left: 0;
    text-align: center; }

.events-section {
  overflow: hidden; }
  .events-section .event-box {
    float: left;
    margin-right: 10px; }
  .events-section.style02 .link-holder {
    padding-left: 0;
    text-align: center; }
  .events-section.style02 .event-box {
    width: 272px;
    margin: 0 9px 10px 0; }
  .events-section.style03 {
    margin-right: -10px; }
    .events-section.style03 .event-box {
      width: 278px;
      margin: 0 9px 10px 0; }
  @media screen and (max-width: 1400px) {
    .events-section .link-holder {
      padding-left: 14%; } }
  @media screen and (max-width: 1200px) {
    .events-section .link-holder {
      padding-left: 9%; }
    .events-section.style03 {
      padding-left: 45px;
      margin-right: 0; } }
  @media screen and (max-width: 992px) {
    .events-section {
      margin-right: -20px; }
      .events-section .link-holder {
        text-align: center;
        padding-left: 0; }
      .events-section.style03 {
        padding-left: 0;
        margin-right: -10px; }
        .events-section.style03 .event-box {
          width: 233px; } }
  @media screen and (max-width: 767px) {
    .events-section {
      text-align: center;
      margin: 0 -10px; }
      .events-section .event-box {
        float: none;
        margin-right: 4px;
        text-align: left; }
        .events-section .event-box .btn {
          text-align: center; }
      .events-section .link-holder {
        padding: 0 10px; }
      .events-section.style03 {
        margin: 0 -2px; }
        .events-section.style03 .event-box {
          width: 232px; } }
  @media screen and (max-width: 480px) {
    .events-section.style03 {
      margin: 0; }
      .events-section.style03 .event-box {
        width: 280px; } }

.event-box {
  width: 301px;
  display: inline-block;
  vertical-align: top;
  background: #777473;
  padding: 10px 11px 19px;
  margin: 0 7px 10px 0;
  color: #fff;
  overflow: hidden; }
  .event-box .placeholder {
    overflow: hidden; }
    .event-box .placeholder img {
      display: block;
      width: 100%;
      height: auto; }
  .event-box .date {
    display: block;
    font: 13px/16px Georgia, Times, "Times New Roman", serif;
    opacity: 0.6;
    margin: 0 0 14px; }
  .event-box .text-holder {
    padding: 18px 10px 17px;
    min-height: 105px;
    position: relative;
    background: inherit; }
  .event-box h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0 0; }
  .event-box .button-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 22px 20px 0;
    text-align: center;
    background: inherit;
    white-space: nowrap;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .event-box .button-holder .btn {
      width: 165px;
      margin: 0 0 5px; }
      .event-box .button-holder .btn.white-style:hover {
        color: #fff;
        background: #080605;
        border-color: #080605; }
    .event-box .button-holder:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .event-box .button-holder > .frame {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .event-box .button-holder > .frame:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .event-box .button-holder:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .event-box .text {
    font: 14px/18px Georgia, Times, "Times New Roman", serif;
    opacity: 0.6;
    padding: 4px 0 0;
    margin: 0 0 -2px; }
    .event-box .text p {
      margin: 0;
      padding-top: 17px; }
  .event-box.color-partager {
    background: #00a2d8; }
  .event-box.color-serestaurer {
    background: #b6a497; }
  .event-box.color-visiter {
    background: #ef4123; }
  .event-box.color-samuser {
    background: #ff9600; }
  .event-box.color-privatiser {
    background: #aec373; }
  .event-box.color-sinstruire {
    background: #ec797a; }
  .event-box.white-color-style {
    background: #fff;
    color: #080605; }
    .event-box.white-color-style h4 {
      color: #080605; }
  .event-box.transparent-color-style {
    background: #ef4123;
    color: #fff;
    text-align: center; }
    .event-box.transparent-color-style h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      margin: 0 0 20px; }
    .event-box.transparent-color-style blockquote {
      padding: 0;
      margin: 0;
      border: none;
      font: italic 16px/23px "Libre Baskerville", serif; }
      .event-box.transparent-color-style blockquote cite {
        display: block;
        text-align: right;
        font-size: 12px;
        line-height: 15px; }
  .event-box.hover .button-holder {
    opacity: 1;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .event-box.hover .button-holder:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .event-box.hover .button-holder > .frame {
      transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .event-box.hover .button-holder > .frame:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  @media screen and (max-width: 1200px) {
    .event-box {
      width: 290px; } }
  @media screen and (max-width: 992px) {
    .event-box {
      width: 354px; } }
  @media screen and (max-width: 767px) {
    .event-box {
      width: 290px;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 4px 10px; } }

.shop-section {
  float: right;
  width: 292px;
  padding: 71px 13px 999px 32px;
  margin: -40px -15px -999px 0;
  background: #e8e3e3;
  position: relative; }
  .shop-section .heading {
    margin: 0 0 18px;
    text-align: center;
    font: 12px/16px "Libre Baskerville", serif; }
    .shop-section .heading h2 {
      padding: 0 0 4px;
      margin: 0 0 17px; }
      .shop-section .heading h2:after {
        width: 24px;
        left: 50%;
        margin: 0 0 0 -10px; }
    .shop-section .heading p {
      margin: 0; }
  .shop-section:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 1500px;
    height: 100%;
    background: #e8e3e3; }
  @media screen and (max-width: 767px) {
    .shop-section {
      float: none;
      width: auto;
      margin: 0 -15px -24px;
      padding: 24px 36px 22px; }
      .shop-section:after {
        display: none; } }

.shop-carousel {
  position: relative;
  overflow: hidden; }
  .shop-carousel .mask {
    padding: 18px 15px 0 16px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 0 12px; }
  .shop-carousel .slideset {
    width: 100%;
    position: relative;
    overflow: visible; }
  .shop-carousel .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    min-height: 360px; }
    .shop-carousel .slide.active {
      position: relative;
      z-index: 4; }
  .shop-carousel .placeholder {
    position: relative;
    margin: 0 0 18px;
    height: auto;
    text-align: center; }
    .shop-carousel .placeholder img {
      max-width: 100%;
      height: auto;
      width: auto; }
  .shop-carousel .detailholder {
    position: absolute;
    bottom: -1px;
    width: 100%; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .shop-carousel .detailholder {
        bottom: -18px; } }
    @media screen and (max-width: 767px) {
      .shop-carousel .detailholder {
        position: static; } }
  .shop-carousel .note {
    display: block;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 2px;
    color: #8d7953; }
  .shop-carousel .title {
    display: block;
    margin: 0 0 12px;
    font: 15px/20px "Libre Baskerville", serif;
    color: #625d5a;
    padding: 0 30px 0 0; }
  .shop-carousel .price {
    display: block;
    text-align: right;
    font: 16px/20px "Libre Baskerville", serif;
    padding: 0 3px 10px 0; }
  .shop-carousel .link-holder {
    overflow: hidden;
    margin: 0 0 0 -16px;
    width: 115%; }
    .shop-carousel .link-holder a {
      float: left;
      width: 50%;
      text-decoration: none;
      border-left: 1px solid #fff;
      padding: 7px 2px;
      font-size: 13px;
      line-height: 15px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      background: #8d7953;
      text-align: center; }
      .shop-carousel .link-holder a:first-child {
        border: none; }
      .shop-carousel .link-holder a .mark01 {
        font-family: Tahoma, Verdana, Segoe, sans-serif; }
      .shop-carousel .link-holder a:hover {
        background: #080605; }
  .shop-carousel .switcher {
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 0 0 1px; }
    .shop-carousel .switcher li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 1px;
      list-style: none; }
      .shop-carousel .switcher li a {
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 12px;
        text-decoration: none;
        background: #777473;
        color: #fff;
        overflow: hidden;
        text-indent: -9999px; }
        .shop-carousel .switcher li a:hover {
          background: #ef4123;
          text-decoration: none; }
      .shop-carousel .switcher li.active a {
        background: #ef4123; }

.collection-section {
  padding: 27px 0 29px;
  overflow: hidden;
  float: left;
  width: 862px; }
  .collection-section .text-block {
    max-width: 500px;
    margin: 0 0 51px;
    font: 17px/24px "Libre Baskerville", serif; }
    .collection-section .text-block h2 {
      margin: 0 0 34px; }
  @media screen and (max-width: 1200px) {
    .collection-section {
      width: 662px; } }
  @media screen and (max-width: 992px) {
    .collection-section {
      width: 442px; } }
  @media screen and (max-width: 767px) {
    .collection-section {
      width: auto;
      float: none;
      padding: 25px 0 29px; }
      .collection-section .text-block {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 40px; }
        .collection-section .text-block h2 {
          margin: 0 0 27px; } }

.collection-list {
  margin: 0 0 14px -17px; }
  .collection-list .collection-box {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    margin: 0 -4px 20px 18px; }
    .collection-list .collection-box a {
      display: block;
      text-decoration: none;
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      text-decoration: none; }
      .collection-list .collection-box a:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .collection-list .collection-box a.hover {
        text-decoration: none;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
        .collection-list .collection-box a.hover .title {
          background: #ef4123; }
        .collection-list .collection-box a.hover img {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
          .collection-list .collection-box a.hover img:hover {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
          .collection-list .collection-box a.hover img.collection-zoom {
            opacity: 0; }
          .collection-list .collection-box a.hover img.collection-large {
            transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1; }
    .collection-list .collection-box .placeholder {
      display: block;
      position: relative;
      overflow: hidden; }
      .collection-list .collection-box .placeholder img {
        display: block;
        width: 100%;
        height: auto;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .collection-list .collection-box .placeholder img:hover {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .collection-list .collection-box .placeholder img.collection-zoom {
          opacity: 1; }
        .collection-list .collection-box .placeholder img.collection-large {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          -webkit-transform: scale(2); }
    .collection-list .collection-box .title {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      display: block;
      padding: 10px 5px;
      height: 52px;
      background: #080605;
      color: #fff;
      font: 13px/16px "Libre Baskerville", serif;
      text-align: center; }
      .collection-list .collection-box .title:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .collection-list .collection-box .title:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      .collection-list .collection-box .title .frame {
        vertical-align: middle;
        display: inline-block;
        white-space: normal; }
  .collection-list.style02 .collection-box {
    width: 220px;
    margin: 0 -4px 21px 21px; }
    .collection-list.style02 .collection-box .title {
      padding: 5px 15px;
      height: 60px;
      font-size: 14px;
      line-height: 18px;
      white-space: nowrap;
      position: relative; }
  @media screen and (max-width: 1200px) {
    .collection-list.style02 .collection-box {
      margin: 0 -4px 21px 20px; } }
  @media screen and (max-width: 767px) {
    .collection-list {
      margin: 0 0 20px;
      text-align: center; }
      .collection-list .collection-box {
        margin: 0 4px 10px; }
      .collection-list.style02 .collection-box {
        margin: 0 6px 20px 10px; } }

.history-section {
  position: relative;
  overflow: hidden;
  background: #695763;
  color: #fff; }
  .history-section .image-box {
    float: left;
    width: 54.7%; }
    .history-section .image-box img {
      display: block;
      width: 100%;
      height: auto; }
  .history-section .text-holder {
    overflow: hidden;
    padding: 3.4% 8% 10px 66px;
    font: 17px/23px "Libre Baskerville", serif; }
  .history-section .collection-logo {
    display: block;
    width: 302px;
    margin: 0 0 36px -7px; }
    .history-section .collection-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .history-section p {
    margin: 0 0 22px; }
  @media screen and (max-width: 1400px) {
    .history-section .collection-logo {
      margin: 0 0 10px; }
    .history-section p {
      margin: 0 0 10px; } }
  @media screen and (max-width: 1200px) {
    .history-section .text-holder {
      padding: 20px; }
    .history-section .collection-logo {
      width: 200px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 992px) {
    .history-section .image-box {
      width: 61%; }
    .history-section .text-holder {
      padding: 10px;
      font-size: 12px;
      line-height: 15px; }
      .history-section .text-holder p {
        margin: 0 0 15px; }
    .history-section .collection-logo {
      width: 180px;
      margin: 0 0 12px; } }
  @media screen and (max-width: 767px) {
    .history-section .image-box {
      float: none;
      width: 100%; }
    .history-section .text-holder {
      padding: 39px 14px 40px;
      font-size: 17px;
      line-height: 23px; }
      .history-section .text-holder p {
        margin: 0 0 32px; }
    .history-section .collection-logo {
      width: 270px;
      margin: 0 0 25px 2px; } }

.calendar-block {
  position: relative; }
  .calendar-block .calendar-btn {
    display: block;
    width: 32px;
    height: 33px;
    border: 1px solid #080605;
    background: #fff;
    position: relative; }
    .calendar-block .calendar-btn:after {
      content: '';
      position: absolute;
      left: 4px;
      top: 4px;
      width: 22px;
      height: 22px;
      background: url(../images/icon-calendar.png) no-repeat; }

.email-form {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  width: 256px; }
  .email-form .holder {
    margin: 0 47px 0 0; }
  .email-form .email {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 36px;
    padding: 10px 13px;
    margin: 0;
    float: left;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #737373; }
    .email-form .email:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .email-form .email::-moz-placeholder {
      color: #737373;
      opacity: 1; }
    .email-form .email:-ms-input-placeholder {
      color: #737373; }
    .email-form .email::-webkit-input-placeholder {
      color: #737373; }
    .email-form .email:-moz-placeholder {
      color: #737373; }
    .email-form .email:focus {
      background: #e4e4e4; }
  .email-form .email-btn {
    background: #080605;
    width: 42px;
    height: 36px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: right;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .email-form .email-btn:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .email-form .email-btn:hover {
      background: #fff;
      color: #080605;
      -webkit-box-shadow: inset 0 0 0 1px #080605;
      -moz-box-shadow: inset 0 0 0 1px #080605;
      box-shadow: inset 0 0 0 1px #080605; }
  @media screen and (max-width: 992px) {
    .email-form {
      width: 214px; } }
  @media screen and (max-width: 767px) {
    .email-form {
      width: 258px;
      margin-bottom: 30px; } }

.mobile-drop {
  position: absolute;
  top: 0;
  right: 0;
  width: 259px;
  background: #fff;
  padding: 18px 0 0;
  margin: 0;
  border-left: 1px solid #080605;
  z-index: 30;
  display: none;
  transform: translate3d(259px, 0, 0);
  -moz-transform: translate3d(259px, 0, 0);
  -ms-transform: translate3d(259px, 0, 0);
  -o-transform: translate3d(259px, 0, 0);
  -webkit-transform: translate3d(259px, 0, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .mobile-drop:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .mobile-drop .mobile-menu {
    font: 19px/24px "Libre Baskerville", serif;
    margin: 0; }
    .mobile-drop .mobile-menu ul li a {
      display: block;
      text-decoration: none;
      padding: 13px 28px;
      color: #080605;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
      .mobile-drop .mobile-menu ul li a:hover {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .mobile-drop .mobile-menu ul li .drop {
      display: none;
      margin-bottom: 28px; }
      .mobile-drop .mobile-menu ul li .drop .container {
        padding-left: 0;
        padding-right: 0; }
        .mobile-drop .mobile-menu ul li .drop .container a {
          font: 13px/16px "Libre Baskerville", serif;
          padding-top: 8px;
          padding-bottom: 8px; }
    .mobile-drop .mobile-menu ul li.hover > a {
      background: #f7f7f7;
      color: #ef4123; }
    .mobile-drop .mobile-menu ul li.hover .drop {
      display: block; }
  .mobile-drop .add-menu {
    margin-top: auto; }
    .mobile-drop .add-menu ul li {
      float: none;
      width: 100%; }
      .mobile-drop .add-menu ul li a {
        -webkit-transition: background 0.5s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: background 0.5s cubic-bezier(0, 1, 0.5, 1);
        transition: background 0.5s cubic-bezier(0, 1, 0.5, 1);
        text-align: left;
        padding: 25px 26px; }
        .mobile-drop .add-menu ul li a.style02:after {
          left: 70px;
          bottom: 20px;
          margin: 0; }

.mobile-menu-on #wrapper {
  transform: translate3d(-259px, 0, 0);
  -moz-transform: translate3d(-259px, 0, 0);
  -ms-transform: translate3d(-259px, 0, 0);
  -o-transform: translate3d(-259px, 0, 0);
  -webkit-transform: translate3d(-259px, 0, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .mobile-menu-on #wrapper:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
.mobile-menu-on .mobile-drop {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .mobile-menu-on .mobile-drop:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.image-section {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .image-section .text-holder {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .image-section .add-section-logo {
    position: absolute;
    top: 50%;
    left: 45%;
    margin: -73px 0 0 -8px; }
    .image-section .add-section-logo img {
      margin: 0 !important;
      width: 100% !important;
      height: auto !important; }
  .image-section.bg-stretch img {
    width: 100%; }
  .image-section img {
    display: block; }

.twocolumns,
.onecolumn {
  position: relative;
  overflow: hidden; }
  .twocolumns .content-column,
  .onecolumn .content-column {
    margin: 0 363px 0 0; }
    .twocolumns .content-column > .frame,
    .onecolumn .content-column > .frame {
      float: left;
      width: 100%;
      min-height: 1px; }
  .twocolumns .content-block,
  .onecolumn .content-block {
    font: 15px/24px "Libre Baskerville", serif;
    padding: 19px 20px 46px 0; }
    .twocolumns .content-block h1,
    .onecolumn .content-block h1 {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 41px;
      position: relative;
      padding: 0 0 12px;
      width: 72%; }
      .twocolumns .content-block h1:after,
      .onecolumn .content-block h1:after {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 85px;
        height: 1px;
        background: #080605; }
    .twocolumns .content-block h2,
    .onecolumn .content-block h2 {
      margin: 0 0 23px;
      color: #777473; }
    .twocolumns .content-block p,
    .onecolumn .content-block p {
      margin: 0 0 24px; }
    .twocolumns .content-block .sub-title,
    .onecolumn .content-block .sub-title {
      display: block;
      font: bold 12px/15px "Raleway", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      margin: -8px 0 8px;
      color: #ef4123; }
    .twocolumns .content-block .decor,
    .onecolumn .content-block .decor {
      display: block;
      text-align: center;
      padding: 7px 0 0; }
    .twocolumns .content-block.style03,
    .onecolumn .content-block.style03 {
      padding-bottom: 10px;
      font: 13px/24px "Raleway", sans-serif; }
      .twocolumns .content-block.style03:first-child,
      .onecolumn .content-block.style03:first-child {
        padding-top: 72px; }
      .twocolumns .content-block.style03 h2,
      .onecolumn .content-block.style03 h2 {
        margin: 0 0 25px; }
  .twocolumns .aside,
  .onecolumn .aside {
    float: right;
    width: 363px;
    min-height: 1px;
    background: #f2f2f2;
    padding: 53px 28px 9999px;
    margin: 0 0 -9999px; }
    .twocolumns .aside .shop-carousel,
    .onecolumn .aside .shop-carousel {
      width: 246px;
      margin: 0 0 47px; }
    .twocolumns .aside .widget-dark-block,
    .onecolumn .aside .widget-dark-block {
      padding: 38px 28px 30px;
      margin: 0 -28px;
      background: #080605;
      color: #fff; }
      .twocolumns .aside .widget-dark-block h3,
      .twocolumns .aside .widget-dark-block h2,
      .onecolumn .aside .widget-dark-block h3,
      .onecolumn .aside .widget-dark-block h2 {
        color: #fff; }
      .twocolumns .aside .widget-dark-block h2,
      .onecolumn .aside .widget-dark-block h2 {
        font-size: 24px;
        line-height: 28px;
        position: relative;
        padding: 0 0 5px;
        margin: 0 0 20px; }
        .twocolumns .aside .widget-dark-block h2:after,
        .onecolumn .aside .widget-dark-block h2:after {
          content: '';
          position: absolute;
          left: 2px;
          bottom: 0;
          width: 85px;
          height: 1px;
          background: #fff; }
      .twocolumns .aside .widget-dark-block .widget-menu ul li,
      .onecolumn .aside .widget-dark-block .widget-menu ul li {
        margin: 0 0 14px; }
        .twocolumns .aside .widget-dark-block .widget-menu ul li a,
        .onecolumn .aside .widget-dark-block .widget-menu ul li a {
          color: #fff; }
          .twocolumns .aside .widget-dark-block .widget-menu ul li a:hover,
          .onecolumn .aside .widget-dark-block .widget-menu ul li a:hover {
            color: #ef4123; }
    .twocolumns .aside.style03,
    .onecolumn .aside.style03 {
      background: #e8e3e3; }
    .twocolumns .aside .btn-danger,
    .onecolumn .aside .btn-danger {
      margin-bottom: 42px; }
  @media screen and (max-width: 1200px) {
    .twocolumns .content-column,
    .onecolumn .content-column {
      margin: 0 302px 0 0; }
    .twocolumns .aside,
    .onecolumn .aside {
      width: 302px; } }
  @media screen and (max-width: 992px) {
    .twocolumns .content-column,
    .onecolumn .content-column {
      margin: 0; }
      .twocolumns .content-column > .frame,
      .onecolumn .content-column > .frame {
        width: auto;
        float: none; }
    .twocolumns .aside,
    .onecolumn .aside {
      float: none;
      width: auto;
      padding: 35px 200px;
      margin: 0 -200px; }
    .twocolumns .content-block,
    .onecolumn .content-block {
      padding: 20px 0 30px; }
    .twocolumns .aside .widget-dark-block,
    .twocolumns .widget-note,
    .onecolumn .aside .widget-dark-block,
    .onecolumn .widget-note {
      margin: 0 -15px; }
    .twocolumns .aside .widget-dark-block,
    .onecolumn .aside .widget-dark-block {
      padding: 38px 15px 30px; } }
  @media screen and (max-width: 767px) {
    .twocolumns .content-block,
    .onecolumn .content-block {
      padding: 20px 0 21px;
      font-size: 12px;
      line-height: 18px; }
      .twocolumns .content-block h1,
      .onecolumn .content-block h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 20px; }
      .twocolumns .content-block h2,
      .onecolumn .content-block h2 {
        font-size: 24px;
        line-height: 28px; }
      .twocolumns .content-block p,
      .onecolumn .content-block p {
        margin: 0 0 18px; }
      .twocolumns .content-block .decor,
      .onecolumn .content-block .decor {
        padding-top: 10px; } }

.onecolumn .content-column {
  margin-right: 0; }

.breadcrumbs-block {
  overflow: hidden;
  margin: 0 0 46px;
  font-family: "Raleway", sans-serif; }
  @media screen and (max-width: 767px) {
    .breadcrumbs-block {
      margin-bottom: 20px; } }

.breadcrumbs {
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  color: #080605;
  margin: 0 0 0 -15px; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 10px;
    padding: 0 0 0 7px;
    position: relative; }
    .breadcrumbs li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 3px;
      height: 3px;
      background: #777473;
      margin: -2px 0 0;
      border-radius: 3px; }
    .breadcrumbs li a {
      text-decoration: none;
      color: #777473; }
      .breadcrumbs li a:hover {
        text-decoration: none;
        color: #ef4123; }

.content-menu {
  font: 18px/24px "Libre Baskerville", serif;
  padding-bottom: 50px; }
  .content-menu li.active > a {
    color: #ef4123; }
  .content-menu > li {
    padding: 5px 0; }
    .content-menu > li > a {
      display: inline-block;
      vertical-align: top;
      padding: 4px 0;
      position: relative;
      text-decoration: none; }
      .content-menu > li > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 85px;
        height: 1px;
        background: #080605; }
      .content-menu > li > a:hover {
        color: #ef4123; }
        .content-menu > li > a:hover:after {
          background: #ef4123; }
    .content-menu > li.active > a {
      color: #ef4123;
      margin-top: 20px; }
      .content-menu > li.active > a:after {
        bottom: auto;
        top: 0;
        width: 37px;
        background: #ef4123; }
    .content-menu > li.active:first-child > a {
      margin-top: 0; }
    .content-menu > li ul {
      padding: 11px 0 7px;
      font: 13px/16px "Open Sans", sans-serif; }
      .content-menu > li ul li {
        margin: 0 0 14px; }
        .content-menu > li ul li a {
          text-decoration: underline;
          display: inline-block;
          vertical-align: top;
          padding: 0 0 0 16px;
          position: relative; }
          .content-menu > li ul li a:after {
            content: '\e608';
            position: absolute;
            left: -5px;
            top: 50%;
            margin: -8px 0 0;
            font: 19px/19px "icomoon", sans-serif; }
          .content-menu > li ul li a:hover {
            color: #ef4123; }

.twoimages-container {
  position: relative;
  overflow: hidden; }
  .twoimages-container .column {
    float: left;
    width: 37.7%;
    max-height: 350px; }
    .twoimages-container .column:first-child {
      width: 62.3%; }
    .twoimages-container .column img {
      display: block;
      width: 100%;
      height: auto; }

.content-box {
  margin: 0 0 44px;
  line-height: 1.85em; }
  .content-box:last-child {
    margin-bottom: 0; }
  .content-box h2 {
    color: #777473; }
  .content-box h5 {
    font: 18px/24px "Raleway", sans-serif;
    color: #ef4123;
    margin: 0 0 4px; }
  .content-box p {
    margin: 0 0 1.9em; }
    .content-box p:last-child {
      margin-bottom: 0; }
    .content-box p a:hover {
      color: #ef4123; }
  .content-box .quote-holder {
    overflow: hidden; }
    .content-box .quote-holder .quote-box {
      float: right; }
  .content-box .text-holder {
    overflow: hidden; }
  .content-box .image-block {
    overflow: hidden; }
    .content-box .image-block .img-box {
      width: 209px;
      margin: 0 50px 0 0; }
      .content-box .image-block .img-box.alignright {
        margin: 0 0 0 110px; }
      .content-box .image-block .img-box .placeholder {
        border-radius: 210px;
        overflow: hidden; }
        .content-box .image-block .img-box .placeholder img {
          display: block;
          width: 100%;
          height: auto;
          border-radius: 210px; }
      .content-box .image-block .img-box .description {
        display: block;
        text-align: center;
        font: 11px/16px "Libre Baskerville", serif;
        padding: 8px 0 8px;
        position: relative; }
        .content-box .image-block .img-box .description:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 31px;
          height: 1px;
          background: #080605;
          margin: 0 0 0 -15px; }
    .content-box .image-block .text-holder {
      padding: 29px 0 0; }
      .content-box .image-block .text-holder.padding-small {
        padding: 16px 0 0; }
  .content-box ul {
    margin-bottom: 1.9em; }
    .content-box ul li {
      padding: 0 0 0 16px;
      position: relative;
      margin: 0 0 4px; }
      .content-box ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #080605;
        border-radius: 5px;
        overflow: hidden; }
    @media screen and (max-width: 767px) {
      .content-box ul {
        margin: 0 0 20px; } }
  @media screen and (max-width: 992px) {
    .content-box {
      margin-bottom: 30px; }
      .content-box .image-block .img-box {
        margin: 0 30px 0 0; }
        .content-box .image-block .img-box.alignright {
          margin: 0 0 0 50px; }
      .content-box .image-block .text-holder {
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .content-box {
      margin: 0 0 20px; }
      .content-box h2 {
        font-size: 24px; }
      .content-box p {
        margin: 0 0 1.2em; }
      .content-box .quote-holder .quote-box {
        float: none;
        width: auto;
        margin: 0 0 15px; }
      .content-box .image-block .img-box {
        width: 150px;
        margin: 0 20px 0 0; }
        .content-box .image-block .img-box.alignright {
          margin: 0 0 0 20px; } }
  @media screen and (max-width: 480px) {
    .content-box .image-block .img-box {
      width: 209px;
      margin: 0 auto 15px;
      float: none; }
      .content-box .image-block .img-box.alignright {
        margin: 0 auto 15px;
        float: none; } }

.quote-box {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 0 0 30px;
  padding: 12px 0 12px;
  position: relative; }
  .quote-box p {
    margin: 0; }
  .quote-box blockquote {
    padding: 0;
    margin: 0;
    border: none;
    font: italic 26px/33px "Libre Baskerville", serif;
    color: #ef4123;
    text-align: center; }
  .quote-box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 31px;
    height: 1px;
    background: #ef4123;
    margin: 0 0 0 -18px; }
  @media screen and (max-width: 767px) {
    .quote-box .quote-box blockquote {
      font-size: 22px;
      line-height: 26px; } }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.content-block img.alignleft {
  margin-right: 50px;
  margin-bottom: 20px; }
.content-block img.alignright {
  margin-left: 50px;
  margin-bottom: 20px; }

.image-content img {
  display: block;
  width: 100%;
  height: auto; }

.column-content h4 {
  margin: 0 0 18px; }

.base-info-list li {
  padding: 0 0 0 16px;
  position: relative;
  margin: 0 0 4px; }
  .base-info-list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #080605;
    border-radius: 5px;
    overflow: hidden; }
@media screen and (max-width: 767px) {
  .base-info-list {
    margin: 0 0 20px; } }

.list-administration-section {
  position: relative; }
  .list-administration-section h3 {
    font: bold 16px/20px "Raleway", sans-serif;
    margin: 0 0 21px; }
  .list-administration-section ul {
    padding-left: 17px; }

.info-list li {
  margin: 0 0 1px; }

.info-table {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 32px; }
  .info-table table {
    width: 100%;
    border-collapse: collapse;
    font: 12px/18px "Raleway", sans-serif;
    color: #080605;
    min-width: 500px; }
    .info-table table th,
    .info-table table tbody:first-child tr:first-child td {
      padding: 13px 26px 14px;
      border: solid;
      border-width: 3px 1px 1px 0;
      border-color: #ef4123 #b3b3b3 #b3b3b3 #b3b3b3;
      text-align: left;
      font-size: 14px;
      line-height: 18px; }
      .info-table table th:first-child,
      .info-table table tbody:first-child tr:first-child td:first-child {
        border-width: 3px 1px 1px 1px;
        padding-left: 18px; }
    .info-table table td {
      padding: 13px 26px;
      border: solid;
      border-width: 0 1px 1px 0;
      border-color: #b3b3b3;
      font-weight: 500; }
      .info-table table td:first-child {
        border-width: 0 1px 1px 1px;
        padding-left: 18px; }
      .info-table table td p {
        margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .info-table {
      margin: 0 0 20px; }
      .info-table table th {
        padding: 10px 12px; }
        .info-table table th:first-child {
          padding-left: 10px; }
      .info-table table td {
        padding: 10px 12px; }
        .info-table table td:first-child {
          padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .info-table {
      margin: 0 0 10px; }
      .info-table table {
        line-height: 15px; }
        .info-table table th {
          padding: 5px 8px;
          font-size: 13px;
          line-height: 16px; }
          .info-table table th:first-child {
            padding-left: 5; }
        .info-table table td {
          padding: 5px 8pxpx; }
          .info-table table td:first-child {
            padding-left: 5px; } }

.note-table {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #777473; }

#content {
  position: relative;
  padding: 18px 0 30px; }

.text-section {
  position: relative;
  margin: 0 0 40px;
  font: 15px/24px "Libre Baskerville", serif; }
  .text-section h1 {
    margin-bottom: 19px;
    padding: 0 0 12px;
    position: relative; }
    .text-section h1:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 86px;
      height: 1px;
      background: #080605; }
  .text-section .decor {
    display: block;
    text-align: center;
    padding: 23px 0 0; }
  .text-section .heading {
    margin: 0 0 34px; }
  .text-section.heading-margin-none {
    margin-bottom: 0; }
    .text-section.heading-margin-none h1 {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .text-section {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 20px; }
      .text-section h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px; }
      .text-section .decor {
        padding-top: 0; } }

.post-news {
  overflow: hidden;
  position: relative;
  margin: 0 0 28px;
  background: #f2f2f2;
  font: 13px/20px "Libre Baskerville", serif; }
  .post-news .image-box {
    float: left;
    width: 179px;
    position: relative;
    overflow: hidden; }
    .post-news .image-box img {
      display: block;
      width: 100%;
      height: auto; }
    .post-news .image-box:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      border: solid;
      border-width: 15px;
      border-color: transparent #f2f2f2 transparent transparent;
      margin: -14px 0 0; }
  .post-news .text-holder {
    overflow: hidden;
    padding: 23px 10px 5px 27px; }
  .post-news h3 {
    font: 18px/22px "Libre Baskerville", serif;
    padding: 0 0 6px;
    margin: 0 0 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .post-news h3 a {
      text-decoration: none; }
    .post-news h3:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 85px;
      height: 1px;
      background: #080605; }
  .post-news p {
    margin: 0 0 18px; }
  .post-news.dixans h3:after {
    background: #fff; }
  .post-news.dixans .btn-default {
    color: #fff;
    background: #A78651;
    border-color: #fff; }
    .post-news.dixans .btn-default:hover {
      color: #A78651;
      background: #fff; }
  @media screen and (max-width: 1200px) {
    .post-news {
      font-size: 12px; }
      .post-news h3 {
        margin-bottom: 10px; }
      .post-news p {
        margin: 0 0 10px; }
      .post-news .text-holder {
        overflow: hidden;
        padding: 14px 10px 5px 20px; } }
  @media screen and (max-width: 992px) {
    .post-news h3 {
      margin-bottom: 15px; }
    .post-news p {
      margin: 0 0 15px; } }
  @media screen and (max-width: 767px) {
    .post-news {
      margin-bottom: 20px; }
      .post-news h3 {
        margin-bottom: 10px; }
      .post-news p {
        margin: 0 0 10px; }
      .post-news .btn {
        display: inline-block;
        width: auto; } }
  @media screen and (max-width: 480px) {
    .post-news {
      font-size: 13px;
      line-height: 20px; }
      .post-news .image-box {
        float: none;
        width: 100%;
        margin: 0; }
        .post-news .image-box:after {
          display: none; }
      .post-news .text-holder {
        padding: 15px; }
      .post-news .btn {
        display: block;
        width: 100%; } }

.btn-top-button {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 30;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 17px 3px 2px;
  background: #080605;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  margin: 0 -675px 0 0; }
  .btn-top-button:hover {
    background: #372922; }
  @media screen and (max-width: 1400px) {
    .btn-top-button {
      display: none; } }

.contacts-box {
  float: left;
  width: 100%;
  border: 1px solid #080605;
  padding: 27px 30px 37px;
  margin: 9px 0 40px; }
  .contacts-box h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 5px;
    margin: 0 0 15px;
    position: relative;
    color: #080605; }
    .contacts-box h2:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 85px;
      height: 1px;
      background: #080605; }
  .contacts-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1px; }
  .contacts-box p {
    margin: 0; }
  .contacts-box .text {
    margin: 0 0 21px; }
  .contacts-box a:hover {
    color: #ef4123; }
  .contacts-box .columns .column {
    float: left;
    width: 53%;
    padding: 15px 0 3px 20px;
    border: dashed;
    border-width: 0 0 0 1px;
    border-color: #777473; }
    .contacts-box .columns .column:first-child {
      padding: 15px 20px 3px 0;
      border: none;
      width: 47%; }
  .contacts-box .contacts-list {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px; }
    .contacts-box .contacts-list .phone {
      display: block;
      font-size: 13px; }
      .contacts-box .contacts-list .phone a,
      .contacts-box .contacts-list .phone span {
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        pointer-events: none; }
        .contacts-box .contacts-list .phone a:hover,
        .contacts-box .contacts-list .phone span:hover {
          text-decoration: none;
          color: #080605; }
  .contacts-box .message-link {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 18px;
    position: relative; }
    .contacts-box .message-link:after {
      content: '\e60c';
      position: absolute;
      left: 0;
      top: 50%;
      font: 11px/11px "icomoon", sans-serif;
      margin: -6px 0 0; }
  @media screen and (max-width: 1200px) {
    .contacts-box {
      margin-top: 0;
      padding: 20px 22px;
      font-size: 13px;
      line-height: 18px; }
      .contacts-box h2 {
        margin: 0 0 15px; }
      .contacts-box h3 {
        font-size: 16px;
        line-height: 20px; }
      .contacts-box .columns .column {
        padding: 5px 0 5px 20px; }
        .contacts-box .columns .column:first-child {
          padding: 5px 20px 5px 0;
          border: none;
          width: 47%; }
      .contacts-box .text {
        margin: 0 0 15px; }
      .contacts-box .contacts-list {
        margin: 0 0 15px; } }
  @media screen and (max-width: 1200px) {
    .contacts-box .contacts-list .phone a,
    .contacts-box .contacts-list .phone span {
      pointer-events: auto; } }
  @media screen and (max-width: 992px) {
    .contacts-box {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .contacts-box {
      margin: 0 0 20px;
      padding: 20px 20px 10px; }
      .contacts-box .columns .column {
        float: none;
        width: auto;
        padding: 15px 0;
        border-width: 1px 0 0; }
        .contacts-box .columns .column:first-child {
          float: none;
          width: auto;
          padding: 0 0 15px; } }

.block-news {
  position: relative;
  margin: 0 0 30px;
  background: #f2f2f2;
  font: 15px/24px "Libre Baskerville", serif;
  overflow: hidden; }
  .block-news .image-box {
    float: left;
    width: 556px;
    position: relative;
    overflow: hidden; }
    .block-news .image-box img {
      display: block;
      width: 100%;
      height: auto; }
    .block-news .image-box:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      border: solid;
      border-width: 15px;
      border-color: transparent #f2f2f2 transparent transparent;
      margin: -14px 0 0; }
  .block-news .text-holder {
    overflow: hidden;
    padding: 46px 10px 5px 27px; }
  .block-news h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 6px;
    margin: 0 0 14px;
    position: relative;
    color: #080605; }
    .block-news h2:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 85px;
      height: 1px;
      background: #080605; }
  .block-news p {
    margin: 0 0 24px; }
  .block-news .menu-small-content {
    padding-top: 9px; }
  @media screen and (max-width: 1200px) {
    .block-news h2 {
      margin: 0 0 15px; }
    .block-news p {
      margin: 0 0 15px; }
    .block-news .image-box {
      width: 485px; }
    .block-news .text-holder {
      padding: 20px 15px 5px 20px; }
    .block-news .menu-small-content {
      padding-top: 0; } }
  @media screen and (max-width: 992px) {
    .block-news .image-box {
      float: none;
      width: auto;
      margin: 0; }
    .block-news .text-holder {
      padding: 22px 20px; } }
  @media screen and (max-width: 480px) {
    .block-news {
      margin: 0 0 20px; }
      .block-news .text-holder {
        padding: 20px; }
      .block-news h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px; }
      .block-news p {
        margin: 0 0 10px; } }

.menu-small-content {
  font: 13px/20px "Raleway", sans-serif; }
  .menu-small-content li {
    margin: 0 0 10px; }
    .menu-small-content li a {
      position: relative;
      padding: 0 0 0 18px;
      display: inline-block;
      vertical-align: top; }
      .menu-small-content li a:after {
        content: '\e60c';
        position: absolute;
        left: 0;
        top: 50%;
        margin: -5px 0 0;
        font: 11px/11px "icomoon", sans-serif; }
      .menu-small-content li a:hover {
        color: #ef4123; }
  @media screen and (max-width: 1200px) {
    .menu-small-content li {
      margin: 0 0 5px; } }

.map-section {
  position: relative;
  overflow: hidden; }
  .map-section .plceholder {
    position: relative;
    overflow: hidden;
    height: 540px; }
    .map-section .plceholder img {
      display: block;
      width: 100%;
      height: auto; }
  .map-section .info-block {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    background: #fff;
    white-space: nowrap;
    margin: 0 -570px;
    width: 360px;
    text-align: center; }
    .map-section .info-block:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .map-section .info-block .frame {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      width: 220px;
      padding: 16px 0 0; }
    @media screen and (max-width: 1200px) {
      .map-section .info-block {
        width: 302px; } }
  .map-section .add-logo {
    display: block;
    width: 92px;
    margin: 0 auto 38px; }
    .map-section .add-logo img {
      display: block;
      width: 100%;
      height: auto; }
  .map-section .text-block {
    position: relative; }
    .map-section .text-block h3 {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 12px; }
    .map-section .text-block address {
      display: block;
      font: 13px/22px "Raleway", sans-serif;
      font-style: normal;
      margin: 0 0 18px; }
    .map-section .text-block .phone-list li {
      margin: 0 0 2px; }
    .map-section .text-block .phone {
      display: inline-block;
      vertical-align: top;
      font: 13px/18px "Raleway", sans-serif; }
      .map-section .text-block .phone a,
      .map-section .text-block .phone span {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        margin: -2px 0 0; }
  @media screen and (max-width: 1200px) {
    .map-section .info-block {
      margin-right: -470px; } }
  @media screen and (max-width: 992px) {
    .map-section .info-block {
      width: 260px;
      margin-right: -380px; } }
  @media screen and (max-width: 767px) {
    .map-section .placeholder {
      height: 360px; }
    .map-section .info-block {
      display: none; } }

.contacts-form {
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 60px 0 0; }
  .contacts-form .form-block {
    margin: 0 0 78px; }
  .contacts-form h3 {
    font: 300 26px/30px "Raleway", sans-serif;
    margin: 0 0 26px; }
  .contacts-form .row-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px; }
    .contacts-form .row-holder .input-holder {
      margin: 0 0 0 290px; }
      .contacts-form .row-holder .input-holder input {
        background: #f1f1f1;
        border: none;
        width: 100%;
        height: 38px;
        padding: 10px 15px;
        margin: 0;
        float: left;
        font: 16px/20px "Raleway", sans-serif;
        color: #080605; }
        .contacts-form .row-holder .input-holder input:focus {
          background: #e4e4e4; }
      .contacts-form .row-holder .input-holder .select-holder {
        float: left;
        width: 100%;
        position: relative; }
        .contacts-form .row-holder .input-holder .select-holder select {
          display: block;
          width: 100%;
          font: 500 12px/38px "Raleway", sans-serif;
          outline: none;
          background: #f1f1f1;
          height: 38px;
          border-color: #f1f1f1;
          padding-left: 18px; }
          .contacts-form .row-holder .input-holder .select-holder select:focus {
            background: #e4e4e4;
            border-color: #e4e4e4; }
    .contacts-form .row-holder .label-holder {
      float: left;
      padding: 8px 0 0; }
      .contacts-form .row-holder .label-holder label {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        margin: 0; }
        .contacts-form .row-holder .label-holder label sup {
          background: none;
          position: relative;
          vertical-align: baseline;
          top: 1px;
          font-size: 18px;
          padding: 0;
          color: #ef4123; }
    .contacts-form .row-holder .error-note {
      float: left;
      width: 100%;
      color: #ef4123;
      font-size: 11px;
      line-height: 13px;
      font-weight: 500;
      padding: 5px 0 1px; }
    .contacts-form .row-holder.error-state .input-holder input {
      height: 39px;
      border-bottom: 1px solid #ef4123; }
    .contacts-form .row-holder .select-holder {
      float: left;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
  .contacts-form .textarea-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 36px; }
    .contacts-form .textarea-holder textarea {
      float: left;
      width: 100% !important;
      height: 210px !important;
      font-size: 16px;
      line-height: 24px;
      overflow: auto;
      background: #f1f1f1;
      border: none;
      margin: 0;
      padding: 10px 15px; }
      .contacts-form .textarea-holder textarea:focus {
        background: #e4e4e4; }
  .contacts-form .button-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 24px; }
    .contacts-form .button-block .reminder-message {
      margin: 0 218px 0 0; }
    .contacts-form .button-block .message {
      float: left;
      width: 100%;
      border: 1px solid #ef4123;
      padding: 0 24px;
      font-size: 11px;
      line-height: 14px;
      font-weight: 500;
      color: #ef4123; }
      .contacts-form .button-block .message em {
        display: table-cell;
        height: 40px;
        font-style: normal;
        width: 1000px;
        vertical-align: middle; }
  .contacts-form .btn {
    float: right;
    width: 212px;
    height: 42px; }
  .contacts-form .form-note {
    display: block;
    font-size: 13px;
    line-height: 16px; }
    .contacts-form .form-note .mark {
      display: inline-block;
      vertical-align: top;
      position: relative;
      vertical-align: baseline;
      top: 6px;
      font-size: 20px;
      background: none;
      color: #ef4123;
      padding: 0;
      margin: 0; }
  @media screen and (max-width: 992px) {
    .contacts-form {
      padding-top: 40px; }
      .contacts-form h3 {
        margin: 0 0 15px; }
      .contacts-form .form-block {
        margin: 0 0 30px; }
      .contacts-form .textarea-holder {
        margin: 0 0 20px; }
      .contacts-form .button-block {
        margin: 0 0 15px; } }
  @media screen and (max-width: 767px) {
    .contacts-form {
      padding-top: 20px; }
      .contacts-form h3 {
        font-size: 24px;
        line-height: 28px; }
      .contacts-form .row-holder .label-holder {
        padding: 0;
        width: 100%; }
        .contacts-form .row-holder .label-holder label {
          font-size: 14px; }
      .contacts-form .row-holder .input-holder {
        margin: 0; }
        .contacts-form .row-holder .input-holder input {
          height: 34px;
          padding: 8px 10px; }
      .contacts-form .textarea-holder textarea {
        padding: 10px;
        height: 160px !important; } }
  @media screen and (max-width: 480px) {
    .contacts-form .button-block .btn {
      width: 100%; }
    .contacts-form .button-block .reminder-message {
      float: left;
      width: 100%;
      margin: 10px 0 0; }
    .contacts-form .button-block .box {
      position: relative; } }

.tabset-section {
  position: relative;
  overflow: hidden;
  margin: -20px 0 0; }
  .tabset-section .tabset {
    float: left;
    width: 165px;
    margin: 0 50px 0 0;
    font: 14px/18px "Libre Baskerville", serif; }
    .tabset-section .tabset li {
      position: relative; }
      .tabset-section .tabset li a {
        display: block;
        text-align: center;
        text-decoration: none;
        height: 50px;
        padding: 16px 5px;
        color: #fff;
        background: #00a2d8; }
        .tabset-section .tabset li a i {
          display: inline-block;
          vertical-align: top;
          margin: -2px 7px 0 0;
          font-size: 16px;
          line-height: 18px;
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
          .tabset-section .tabset li a i:hover {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        .tabset-section .tabset li a:after {
          content: '';
          position: absolute;
          right: -14px;
          top: 50%;
          border: solid;
          border-width: 7px;
          border-color: transparent transparent transparent #00a2d8;
          margin: -7px 0 0;
          display: none; }
        .tabset-section .tabset li a.tab01 {
          background: #ef4123; }
          .tabset-section .tabset li a.tab01 i {
            margin-right: 14px; }
          .tabset-section .tabset li a.tab01:after {
            border-color: transparent transparent transparent #ef4123; }
        .tabset-section .tabset li a.tab02 {
          background: #ec797a; }
          .tabset-section .tabset li a.tab02 i {
            font-size: 14px;
            line-height: 16px;
            margin: 0 10px 0 0; }
          .tabset-section .tabset li a.tab02:after {
            border-color: transparent transparent transparent #ec797a; }
        .tabset-section .tabset li a.tab03 {
          background: #ff9600; }
          .tabset-section .tabset li a.tab03 i {
            margin-top: -4px; }
          .tabset-section .tabset li a.tab03:after {
            border-color: transparent transparent transparent #ff9600; }
        .tabset-section .tabset li a.tab04 {
          background: #aec373; }
          .tabset-section .tabset li a.tab04 i {
            font-size: 19px;
            margin: -4px 13px 0 0; }
          .tabset-section .tabset li a.tab04:after {
            border-color: transparent transparent transparent #aec373; }
        .tabset-section .tabset li a.tab05 {
          background: #b6a497; }
          .tabset-section .tabset li a.tab05 i {
            font-size: 22px; }
          .tabset-section .tabset li a.tab05:after {
            border-color: transparent transparent transparent #b6a497; }
        .tabset-section .tabset li a.tab06 i {
          font-size: 23px; }
        .tabset-section .tabset li a.active i, .tabset-section .tabset li a:hover i {
          -moz-transform: rotate(-11deg);
          -ms-transform: rotate(-11deg);
          -o-transform: rotate(-11deg);
          -webkit-transform: rotate(-11deg); }
        .tabset-section .tabset li a.active:after, .tabset-section .tabset li a:hover:after {
          display: block; }
  @media screen and (max-width: 767px) {
    .tabset-section {
      margin-top: 0; }
      .tabset-section .tabset {
        float: none;
        width: 100%;
        margin: 0 0 30px; }
        .tabset-section .tabset li {
          float: left;
          width: 33.33332%; }
          .tabset-section .tabset li a:after,
          .tabset-section .tabset li a.tab01:after,
          .tabset-section .tabset li a.tab02:after,
          .tabset-section .tabset li a.tab03:after,
          .tabset-section .tabset li a.tab04:after,
          .tabset-section .tabset li a.tab05:after,
          .tabset-section .tabset li a.tab06:after {
            right: auto;
            left: 50%;
            top: auto;
            bottom: 0;
            border-color: transparent transparent #fff transparent;
            margin: 0 0 0 -7px; } }
  @media screen and (max-width: 480px) {
    .tabset-section .tabset {
      margin: 0 0 20px; }
      .tabset-section .tabset li {
        width: 100%;
        float: none; } }

.tab-content {
  overflow: hidden; }
  .tab-content > div,
  .tab-content > article {
    position: relative;
    overflow: hidden;
    padding: 6px 0 0;
    display: none; }
  .tab-content #tab01 h1,
  .tab-content #tab01 .tab-heading-icon {
    color: #ef4123; }
  .tab-content #tab01 h1:after {
    background: #ef4123; }
  .tab-content #tab02 h1,
  .tab-content #tab02 .tab-heading-icon {
    color: #ec797a; }
  .tab-content #tab02 h1:after {
    background: #ec797a; }
  .tab-content #tab03 h1,
  .tab-content #tab03 .tab-heading-icon {
    color: #ff9600; }
  .tab-content #tab03 h1:after {
    background: #ff9600; }
  .tab-content #tab04 h1,
  .tab-content #tab04 .tab-heading-icon {
    color: #aec373; }
  .tab-content #tab04 h1:after {
    background: #aec373; }
  .tab-content #tab05 h1,
  .tab-content #tab05 .tab-heading-icon {
    color: #b6a497; }
  .tab-content #tab05 h1:after {
    background: #b6a497; }
  .tab-content .heading {
    position: relative; }
    .tab-content .heading .tab-heading-icon {
      position: absolute;
      top: -2px;
      right: 12px;
      font: 29px/29px "icomoon", sans-serif;
      color: #00a2d8; }
    .tab-content .heading h1 {
      padding: 0 0 12px;
      margin: 0 0 36px;
      position: relative;
      color: #00a2d8; }
      .tab-content .heading h1:after {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 90px;
        height: 1px;
        background: #00a2d8; }
  .tab-content .text-section {
    font: 15px/24px "Libre Baskerville", serif; }
  .tab-content .decor-holder {
    text-align: center;
    padding: 5px 50px 0 0; }
  @media screen and (max-width: 767px) {
    .tab-content .heading h1 {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 20px;
      padding: 0 0 6px; }
    .tab-content .heading .tab-heading-icon {
      font-size: 26px;
      line-height: 26px; }
    .tab-content .text-section {
      font-size: 13px;
      line-height: 20px; }
    .tab-content .decor-holder {
      padding-right: 0; } }

.selection-form {
  position: relative;
  overflow: hidden;
  margin: -13px 0 0 -10px; }
  .selection-form .form-box {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 5px;
    border-left: 1px dashed #b2b1b0;
    margin: 0 0 8px 3px; }
    .selection-form .form-box > .frame {
      width: 222px;
      padding: 23px 22px 4px;
      background: #ededed;
      font-size: 13px;
      line-height: 18px; }
  .selection-form h4 {
    font: 16px/20px "Raleway", sans-serif;
    font-weight: bold;
    margin: 0 0 19px; }
  .selection-form .row-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px; }
    .selection-form .row-holder input[type="checkbox"] {
      float: left;
      width: 16px;
      height: 16px;
      margin: 1px 10px 0 0; }
    .selection-form .row-holder label {
      display: block;
      overflow: hidden;
      font-weight: normal;
      font-size: 13px;
      line-height: 18px;
      overflow: hidden;
      margin: 0; }
  @media screen and (max-width: 1200px) {
    .selection-form .form-box > .frame {
      width: 354px; } }
  @media screen and (max-width: 992px) {
    .selection-form .form-box > .frame {
      width: 246px; } }
  @media screen and (max-width: 767px) {
    .selection-form {
      margin-top: 0; }
      .selection-form .form-box {
        width: 48.8%; }
        .selection-form .form-box > .frame {
          width: 100%;
          padding: 16px 15px; }
      .selection-form .row-holder input[type="checkbox"] {
        margin-right: 6px; } }
  @media screen and (max-width: 480px) {
    .selection-form {
      margin: 0; }
      .selection-form .form-box {
        width: 100%;
        margin: 6px 0 0;
        padding: 6px 0 0;
        border: dashed;
        border-width: 1px 0 0; }
        .selection-form .form-box > .frame {
          width: 100%;
          padding: 16px 15px;
          height: auto !important; }
        .selection-form .form-box:first-child {
          margin-top: 0;
          padding-top: 0;
          border-top: none; } }

.collection-menu {
  float: right;
  font: 16px/20px "Libre Baskerville", serif;
  position: relative;
  z-index: 2;
  margin: 14px -10px 0 0; }
  .collection-menu ul {
    float: left; }
    .collection-menu ul li {
      float: left;
      padding: 0 13px;
      position: relative; }
      .collection-menu ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        width: 1px;
        height: 18px;
        background: #dbdbdb; }
      .collection-menu ul li:first-child:after {
        display: none; }
      .collection-menu ul li a {
        text-decoration: none; }
        .collection-menu ul li a:hover {
          text-decoration: none;
          color: #ef4123; }
  @media screen and (max-width: 992px) {
    .collection-menu {
      float: none;
      overflow: hidden;
      margin: 0 0 30px; }
      .collection-menu ul {
        width: 100%; }
        .collection-menu ul li {
          width: 25%;
          padding: 0;
          margin: 0; }
          .collection-menu ul li:after {
            display: none; }
          .collection-menu ul li a {
            text-align: center;
            display: block;
            padding: 10px 5px;
            background: #8d7953;
            color: #fff;
            margin-left: 1px; }
            .collection-menu ul li a:hover {
              color: #fff;
              background: #080605; }
          .collection-menu ul li:first-child a {
            margin-left: 0; } }
  @media screen and (max-width: 992px) {
    .collection-menu {
      font-size: 13px;
      line-height: 18px; } }
  @media screen and (max-width: 480px) {
    .collection-menu ul li {
      float: none;
      width: 100%; }
      .collection-menu ul li a {
        margin: 1px 0 0; }
      .collection-menu ul li:first-child {
        margin-top: 0; } }

.image-text-section {
  overflow: hidden;
  position: relative;
  line-height: 24px; }
  .image-text-section .container {
    position: relative;
    z-index: 4; }
    .image-text-section .container div[class*="col-"] {
      background: #fff;
      padding-top: 40px;
      padding-bottom: 10px;
      position: relative; }
      .image-text-section .container div[class*="col-"]:before, .image-text-section .container div[class*="col-"]:after {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        width: 16px;
        background: inherit; }
      .image-text-section .container div[class*="col-"]:after {
        left: auto;
        right: -15px; }
  .image-text-section p {
    margin: 0 0 36px; }
  .image-text-section h4 {
    font: bold 16px/19px "Raleway", sans-serif;
    padding: 4px 0 0;
    margin: 0 0 4px; }
  .image-text-section .columns .column {
    float: left;
    width: 50%;
    padding: 0 0 0 15px; }
    .image-text-section .columns .column:first-child {
      padding: 0 15px 0 0; }
  .image-text-section .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .image-text-section .image-box img {
      width: 100px;
      display: block;
      height: auto; }
  @media screen and (max-width: 992px) {
    .image-text-section p {
      margin: 0 0 16px; }
    .image-text-section .container div[class*="col-"] {
      padding-top: 24px; }
    .image-text-section .columns .column {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; } }

.filter-form {
  position: relative;
  margin: 0 0 56px; }
  .filter-form .filter-block {
    margin: 0 0 14px; }
    .filter-form .filter-block .number-of-found {
      float: left;
      width: 33%;
      border: 1px solid #e5e5e5;
      padding: 10px 10px 18px 30px;
      background: #fff; }
      .filter-form .filter-block .number-of-found .number {
        float: left;
        margin: 0 22px 0 0;
        font-size: 36px;
        line-height: 40px;
        font-weight: bold; }
      .filter-form .filter-block .number-of-found .text-holder {
        overflow: hidden;
        padding: 5px 0 0; }
      .filter-form .filter-block .number-of-found .title {
        display: block;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #777473;
        margin: 0 0 1px; }
      .filter-form .filter-block .number-of-found .name-search {
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        padding: 0 0 0 3px; }
  .filter-form .filters {
    overflow: hidden;
    padding: 0 0 0 14px; }
    .filter-form .filters > .frame {
      background: #ededed;
      height: 74px;
      padding: 30px 20px 10px; }
    .filter-form .filters h4 {
      float: left;
      width: 38.4%;
      padding: 0 10px 0 0;
      font: bold 16px/20px "Raleway", sans-serif; }
    .filter-form .filters .cell-holder {
      float: left; }
    .filter-form .filters .cell {
      float: left;
      margin: 0 0 0 49px; }
      .filter-form .filters .cell:first-child {
        margin-left: 0; }
    .filter-form .filters input[type="checkbox"],
    .filter-form .filters input[type="radio"] {
      float: left;
      width: 15px;
      height: 15px;
      margin: 1px 14px 0 0; }
    .filter-form .filters label {
      float: left;
      margin: 0;
      font-size: 13px;
      line-height: 16px;
      font-weight: normal; }
  @media screen and (max-width: 1200px) {
    .filter-form .filters .cell {
      margin: 0 0 0 18px; } }
  @media screen and (max-width: 992px) {
    .filter-form .filters > .frame {
      padding: 19px 10px 10px 15px; }
    .filter-form .filters h4 {
      width: 30%; }
    .filter-form .filters .cell {
      margin: 0 0 0 12px;
      padding: 12px 0 0; } }
  @media screen and (max-width: 767px) {
    .filter-form {
      margin: 0 0 30px; }
      .filter-form .filter-block {
        margin: 0 0 10px; }
        .filter-form .filter-block .number-of-found {
          float: none;
          width: 100%;
          margin: 0 0 10px;
          padding: 10px 10px 14px 20px; }
        .filter-form .filter-block .filters {
          padding: 0; }
          .filter-form .filter-block .filters > .frame {
            padding: 16px 10px 14px 15px; }
          .filter-form .filter-block .filters h4 {
            width: 100%;
            float: none;
            margin: 0 0 5px;
            text-align: center; }
          .filter-form .filter-block .filters .cell-holder {
            float: none;
            text-align: center; }
          .filter-form .filter-block .filters .cell {
            padding-top: 0;
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 0 10px; } }
  @media screen and (max-width: 480px) {
    .filter-form .filter-block .filters > .frame {
      height: auto;
      padding: 16px 10px 10px 15px; } }

.filter-search-form {
  overflow: hidden;
  position: relative;
  background: #e5e5e5;
  padding: 40px 32px 30px; }
  .filter-search-form > .holder {
    margin: 0 131px 0 71px; }
  .filter-search-form label {
    float: left;
    width: 69px;
    height: 62px;
    background: #080605;
    color: #fff;
    text-align: center;
    padding: 19px 10px;
    font-size: 24px;
    line-height: 24px;
    margin: 0; }
  .filter-search-form .btn-search {
    float: right;
    background: #080605;
    width: 129px;
    height: 62px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    font: bold 14px/18px "Raleway", sans-serif;
    color: #fff;
    text-transform: uppercase;
    outline: none; }
  .filter-search-form .search {
    overflow: hidden; }
  .filter-search-form .text {
    background: #fff;
    border: none;
    width: 100%;
    height: 62px;
    padding: 20px 21px;
    margin: 0;
    float: left;
    font: 16px/20px "Libre Baskerville", serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #080605;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .filter-search-form .text::-moz-placeholder {
      color: #080605;
      opacity: 1; }
    .filter-search-form .text:-ms-input-placeholder {
      color: #080605; }
    .filter-search-form .text::-webkit-input-placeholder {
      color: #080605; }
    .filter-search-form .text:-moz-placeholder {
      color: #080605; }
    .filter-search-form .text:focus {
      background: #fafafa; }
  @media screen and (max-width: 767px) {
    .filter-search-form {
      padding: 15px; }
      .filter-search-form > .holder {
        margin: 0 101px 0 51px; }
      .filter-search-form label {
        width: 50px;
        height: 51px;
        font-size: 20px;
        line-height: 20px;
        padding: 16px 5px 10px; }
      .filter-search-form .btn-search {
        width: 100px;
        height: 51px;
        font-size: 12px;
        line-height: 15px; }
      .filter-search-form .text {
        height: 51px;
        padding: 14px 15px;
        font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .filter-search-form > .holder {
      margin: 0 101px 0 0; }
    .filter-search-form label {
      display: none; } }

.search-info-block {
  position: relative;
  margin: 0 0 45px;
  line-height: 24px; }
  .search-info-block h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 4px;
    position: relative;
    margin: 0 0 14px; }
    .search-info-block h3:after {
      content: '';
      position: absolute;
      left: 1px;
      bottom: 0;
      width: 85px;
      height: 1px;
      background: #080605; }
    .search-info-block h3 a {
      text-decoration: none; }
      .search-info-block h3 a:hover {
        text-decoration: none;
        color: #ef4123; }
  .search-info-block p {
    margin: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .search-info-block {
      margin: 0 0 30px; } }

.search-menu {
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold; }
  .search-menu ul {
    float: left;
    margin: 0 0 0 -12px; }
    .search-menu ul li {
      float: left;
      padding: 0 0 0 12px;
      position: relative; }
      .search-menu ul li:after {
        content: '>';
        position: absolute;
        left: 3px;
        top: -1px; }
      .search-menu ul li a {
        text-decoration: none; }
        .search-menu ul li a:hover {
          text-decoration: none;
          color: #ef4123; }

.page-section {
  text-align: right;
  padding: 26px 0 30px; }
  .page-section > .box {
    display: inline-block;
    vertical-align: top; }
  .page-section .title {
    float: left;
    margin: 10px 13px 0 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase; }
  .page-section .pagination-list {
    float: left;
    margin: 6px 18px 0 0; }
    .page-section .pagination-list li {
      float: left;
      padding: 0 0 0 10px;
      position: relative; }
      .page-section .pagination-list li:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        width: 3px;
        height: 1px;
        background: #080605;
        margin: 0; }
      .page-section .pagination-list li:first-child {
        padding-left: 0; }
        .page-section .pagination-list li:first-child:after {
          display: none; }
      .page-section .pagination-list li button {
        text-decoration: none;
        border: 0;
        background: none; }
        .page-section .pagination-list li button:hover {
          color: #ef4123; }
  .page-section .btn-prev,
  .page-section .btn-next {
    float: left;
    width: 32px;
    height: 33px;
    border: 1px solid #080605;
    text-align: center;
    text-decoration: none;
    margin: 0 4px 0 0;
    padding: 5px 2px 1px;
    background-color: transparent; }
    .page-section .btn-prev:hover,
    .page-section .btn-next:hover {
      background: #080605;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .page-section {
      padding: 0; } }

.latest-news-section {
  position: relative; }
  .latest-news-section h2 {
    font-size: 24px;
    line-height: 28px;
    color: #080605;
    margin: 0 0 41px; }
  .latest-news-section .events-section .link-holder {
    padding-left: 0;
    text-align: center; }

.nav-bar {
  position: relative;
  margin: 0 0 37px;
  overflow: hidden; }
  .nav-bar .date-form {
    width: 278px;
    float: left;
    margin: 0; }
    .nav-bar .date-form select {
      float: left;
      width: 100%;
      background: none;
      border-color: #080605;
      height: 39px;
      font-size: 13px;
      line-height: 39px;
      padding-left: 8px; }
  .nav-bar > .holder {
    float: right; }
  .nav-bar .topics {
    float: left;
    font-size: 12px;
    line-height: 15px; }
    .nav-bar .topics ul {
      float: left; }
      .nav-bar .topics ul li {
        width: auto; }
        .nav-bar .topics ul li a {
          height: 39px;
          padding: 12px 18px 11px; }
          .nav-bar .topics ul li a i {
            font-size: 14px;
            margin-right: 10px; }
  .nav-bar .title {
    float: left;
    margin: 12px 18px 0 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .nav-bar .date-form {
      width: 200px; }
    .nav-bar .topics ul li a {
      padding: 12px 10px 11px; } }
  @media screen and (max-width: 992px) {
    .nav-bar {
      margin: 0 0 20px; }
      .nav-bar .date-form {
        width: 100%;
        margin: 0 0 10px; }
      .nav-bar > .holder {
        width: 100%; }
      .nav-bar .title {
        float: none;
        display: block;
        margin: 0 0 8px; }
      .nav-bar .topics {
        width: 100%;
        margin: 0; }
        .nav-bar .topics ul {
          width: 100%; }
          .nav-bar .topics ul li {
            width: 16.65%; }
            .nav-bar .topics ul li a {
              padding: 12px 5px 11px; } }
  @media screen and (max-width: 767px) {
    .nav-bar .topics {
      width: 100%;
      margin: 0; }
      .nav-bar .topics ul {
        width: 100%; }
        .nav-bar .topics ul li {
          width: 33.33332%; } }
  @media screen and (max-width: 480px) {
    .nav-bar .topics {
      width: 100%;
      margin: 0; }
      .nav-bar .topics ul {
        width: 100%; }
        .nav-bar .topics ul li {
          width: 50%; } }

.collection-text-section {
  position: relative;
  z-index: 4;
  background: #695763;
  color: #fff;
  padding: 69px 0 53px; }
  .collection-text-section h1 {
    width: 351px;
    position: relative;
    padding: 0 0 21px;
    margin: 0; }
    .collection-text-section h1 img {
      display: block;
      width: 100%;
      height: auto; }
    .collection-text-section h1:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 88px;
      height: 1px;
      background: #fff; }
  .collection-text-section .text-block {
    font-size: 16px;
    line-height: 25px;
    padding: 12px 0 0; }
    .collection-text-section .text-block p {
      margin: 0 0 25px; }
  .collection-text-section .image-box {
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -63px; }
    .collection-text-section .image-box img {
      vertical-align: top; }
    .collection-text-section .image-box.style02 {
      top: 96px;
      margin: 0 0 0 -310px; }
  .collection-text-section .btn-down {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 64px;
    height: 64px;
    border-radius: 70px;
    color: #fff;
    background: inherit;
    margin: 0 0 0 -32px;
    text-decoration: none;
    text-align: center;
    padding: 22px 5px 2px;
    font-size: 22px; }
  @media screen and (max-width: 1200px) {
    .collection-text-section .image-box.style02 {
      top: 140px; } }
  @media screen and (max-width: 992px) {
    .collection-text-section {
      padding: 45px 0 30px; }
      .collection-text-section h1 {
        margin: 0 0 25px; }
      .collection-text-section .image-box {
        top: -150px;
        margin: 0;
        left: auto;
        right: 0;
        width: 100px; }
        .collection-text-section .image-box img {
          display: block;
          width: 100%;
          height: auto; }
        .collection-text-section .image-box.style02 {
          width: 150px;
          top: -150px;
          right: 170px; } }
  @media screen and (max-width: 767px) {
    .collection-text-section {
      padding: 30px 0 15px; }
      .collection-text-section h1 {
        width: 220px;
        padding: 0 0 15px; }
      .collection-text-section .image-box {
        top: -130px;
        width: 80px;
        right: 20px; }
        .collection-text-section .image-box.style02 {
          width: 130px;
          top: -135px;
          right: 110px; }
      .collection-text-section .text-block {
        font-size: 14px;
        line-height: 20px; }
        .collection-text-section .text-block p {
          margin: 0 0 20px; } }
  @media screen and (max-width: 480px) {
    .collection-text-section {
      padding-bottom: 10px; }
      .collection-text-section .image-box {
        display: none; }
        .collection-text-section .image-box.style02 {
          display: block;
          right: 20px;
          top: -120px;
          width: 100px; }
      .collection-text-section h1 {
        width: 180px; }
      .collection-text-section .text-block {
        margin: 0; } }

.dark-section {
  position: relative;
  overflow: hidden;
  background: #080605;
  color: #fff;
  padding: 31px 0 0;
  font: 14px/22px "Libre Baskerville", serif; }
  .dark-section .image-box {
    float: right;
    width: 32.9%;
    margin: 0 0 0 10%; }
    .dark-section .image-box img {
      display: block;
      width: 100%;
      height: auto; }
  .dark-section .text-holder {
    overflow: hidden;
    padding: 96px 0 50px; }
  .dark-section h2 {
    font-size: 40px;
    line-height: 42px;
    padding: 0 0 26px;
    margin: 0 0 47px;
    position: relative;
    color: #fff; }
    .dark-section h2:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 88px;
      height: 1px;
      background: #fff; }
  .dark-section p {
    margin: 0 0 22px; }
  @media screen and (max-width: 1200px) {
    .dark-section .image-box {
      width: 38%;
      margin: 0 0 0 2%; } }
  @media screen and (max-width: 992px) {
    .dark-section .text-holder {
      padding: 30px 0 20px; }
    .dark-section h2 {
      font-size: 26px;
      line-height: 30px;
      padding: 0 0 15px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .dark-section {
      line-height: 20px; }
      .dark-section .image-box {
        display: none; }
      .dark-section h2 {
        font-size: 24px;
        line-height: 28px; }
      .dark-section p {
        margin: 0 0 20px; } }

.chart-history-section {
  position: relative;
  overflow: hidden;
  background: #ececec; }
  .chart-history-section:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #acabaa; }
  .chart-history-section .event-block {
    float: left;
    width: 50%;
    padding: 0 51px 0 170px;
    position: relative;
    margin: 0 0 50px; }
    .chart-history-section .event-block:first-child {
      margin-top: 57px; }
    .chart-history-section .event-block .date {
      display: inline-block;
      vertical-align: top;
      font: 40px/44px "Libre Baskerville", serif;
      margin: 0 0 15px;
      padding: 20px 0 3px;
      border-bottom: 1px solid #080605;
      position: relative; }
      .chart-history-section .event-block .date:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 40px;
        height: 17px;
        background: url(../images/decor01.png) no-repeat;
        margin: 0 0 0 -20px; }
    .chart-history-section .event-block .info {
      height: 168px;
      background: #fff;
      margin: 0 0 0 4px;
      padding: 25px 30px;
      position: relative;
      font: 14px/20px "Libre Baskerville", serif; }
      .chart-history-section .event-block .info:before, .chart-history-section .event-block .info:after {
        content: '';
        position: absolute;
        right: -51px;
        top: 50%;
        width: 51px;
        height: 1px;
        background: #cacac9; }
      .chart-history-section .event-block .info:after {
        right: -36px;
        width: 0;
        height: 0;
        background: none;
        border: solid;
        border-width: 18px;
        border-color: transparent transparent transparent #fff;
        margin: -18px 0 0; }
      .chart-history-section .event-block .info p {
        margin: 0; }
    .chart-history-section .event-block .image-box {
      left: -34px;
      top: 28px;
      position: absolute;
      width: 172px;
      padding: 0 0 12px;
      background: #fff;
      -webkit-box-shadow: 0 15px 14px -14px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 15px 14px -14px rgba(0, 0, 0, 0.5);
      box-shadow: 0 15px 14px -14px rgba(0, 0, 0, 0.5);
      -moz-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      -o-transform: rotate(-4deg);
      -webkit-transform: rotate(-4deg); }
      .chart-history-section .event-block .image-box img {
        display: block;
        width: 100%;
        height: auto; }
      .chart-history-section .event-block .image-box.arrow:after {
        content: '';
        position: absolute;
        left: -62px;
        top: 14px;
        width: 50px;
        height: 49px;
        background: url(../images/decor02.png) no-repeat; }
    .chart-history-section .event-block .image-block {
      position: absolute;
      top: 92px;
      left: -30px;
      z-index: 4; }
      .chart-history-section .event-block .image-block img {
        vertical-align: top; }
    .chart-history-section .event-block.right {
      float: right;
      padding: 0 170px 0 51px; }
      .chart-history-section .event-block.right.style02 .image-box {
        top: -6px;
        right: -36px;
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -webkit-transform: rotate(3deg); }
      .chart-history-section .event-block.right .image-box {
        width: 178px;
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        left: auto;
        right: -44px;
        top: 20px; }
      .chart-history-section .event-block.right .image-block {
        left: auto;
        right: -16px; }
      .chart-history-section .event-block.right .info {
        padding: 25px 20px 20px 28px; }
        .chart-history-section .event-block.right .info:before {
          right: auto;
          left: -54px;
          width: 54px; }
        .chart-history-section .event-block.right .info:after {
          right: auto;
          left: -36px;
          border-color: transparent #fff transparent transparent; }
    .chart-history-section .event-block:last-child {
      margin-bottom: 140px; }
  .chart-history-section .event-block + .event-block {
    margin-top: 222px; }
    .chart-history-section .event-block + .event-block + .event-block {
      margin-top: 41px; }
  @media screen and (max-width: 1400px) {
    .chart-history-section .event-block {
      padding: 0 51px 0 200px; }
      .chart-history-section .event-block.right {
        padding: 0 210px 0 51px; }
        .chart-history-section .event-block.right .image-box {
          right: 0; }
        .chart-history-section .event-block.right.style02 .image-box {
          right: 0; }
      .chart-history-section .event-block .image-box {
        left: 0; }
      .chart-history-section .event-block .info {
        height: 206px; } }
  @media screen and (max-width: 1200px) {
    .chart-history-section .event-block .info {
      height: 260px;
      padding: 20px;
      font-size: 13px; }
    .chart-history-section .event-block.right .info {
      padding: 20px; } }
  @media screen and (max-width: 992px) {
    .chart-history-section .event-block {
      padding: 0 31px 0 110px; }
      .chart-history-section .event-block .image-box {
        width: 90px;
        padding-bottom: 5px; }
      .chart-history-section .event-block .image-block {
        width: 134px; }
        .chart-history-section .event-block .image-block img {
          display: block;
          width: 100%;
          height: auto; }
      .chart-history-section .event-block .date {
        font-size: 24px;
        line-height: 28px;
        padding: 12px 0 2px;
        margin: 0 0 10px; }
        .chart-history-section .event-block .date:after {
          width: 20px;
          height: 9px;
          background: url(../images/decor01.png) no-repeat;
          background-size: 20px 9px;
          margin-left: -10px; }
      .chart-history-section .event-block .info {
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        padding: 12px 15px;
        height: 190px; }
        .chart-history-section .event-block .info:before, .chart-history-section .event-block .info:after {
          width: 31px;
          right: -31px; }
      .chart-history-section .event-block.right {
        padding: 0 110px 0 31px; }
        .chart-history-section .event-block.right .image-box {
          width: 90px; }
          .chart-history-section .event-block.right .image-box.arrow:after {
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            left: -32px;
            top: 4px; }
        .chart-history-section .event-block.right .info {
          padding: 12px 15px; }
          .chart-history-section .event-block.right .info:before, .chart-history-section .event-block.right .info:after {
            width: 31px;
            left: -31px; } }
  @media screen and (max-width: 767px) {
    .chart-history-section:after {
      left: 15px; }
    .chart-history-section .event-block {
      float: none;
      width: 100%;
      padding: 0 110px 0 31px; }
      .chart-history-section .event-block:first-child {
        margin-top: 30px; }
      .chart-history-section .event-block.right {
        float: none;
        width: 100%; }
      .chart-history-section .event-block .info {
        padding: 9px 10px;
        height: auto; }
        .chart-history-section .event-block .info:before, .chart-history-section .event-block .info:after {
          right: auto;
          left: -31px; }
        .chart-history-section .event-block .info:after {
          border-color: transparent #fff transparent transparent; }
      .chart-history-section .event-block .image-box {
        left: auto;
        right: 0;
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg); }
      .chart-history-section .event-block .image-block {
        left: auto;
        right: 0;
        width: 120px;
        top: 30px; }
      .chart-history-section .event-block + .event-block {
        margin-top: 30px; }
      .chart-history-section .event-block.right.style02 .image-box {
        top: 20px; }
      .chart-history-section .event-block:last-child {
        margin-bottom: 40px; } }

.image-section-title {
  position: relative; }
  .image-section-title .placeholder {
    position: relative;
    overflow: hidden;
    height: 544px; }
  .image-section-title .text-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    white-space: nowrap; }
    .image-section-title .text-holder:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .image-section-title .text-holder .frame {
      width: 100%;
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      padding: 0 0 31px; }
    .image-section-title .text-holder h2 {
      font-size: 48px;
      line-height: 55px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin: 0; }
  @media screen and (max-width: 767px) {
    .image-section-title .placeholder {
      height: 260px; }
    .image-section-title .text-holder h2 {
      font-size: 24px;
      line-height: 28px; }
    .image-section-title .text-holder .frame {
      padding: 0; } }

.history-text-holder {
  line-height: 24px; }
  .history-text-holder p {
    margin: 0 0 24px; }
  .history-text-holder h5 {
    font: bold 13px/24px "Raleway", sans-serif;
    margin: 0; }

.nav-history-menu {
  position: absolute;
  right: 0;
  top: 158px;
  font: 12px/15px "Libre Baskerville", serif; }
  .nav-history-menu ul li {
    margin: 0 0 2px;
    text-align: right; }
    .nav-history-menu ul li a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      color: #fff;
      background: #080605;
      width: 83px;
      height: 27px;
      padding: 6px 11px; }
      .nav-history-menu ul li a:hover {
        width: 93px; }
    .nav-history-menu ul li.active a {
      width: 93px; }
  @media screen and (max-width: 1200px) {
    .nav-history-menu {
      display: none; } }

.widget-info {
  position: relative;
  margin: 0 0 42px;
  font-size: 13px;
  line-height: 20px; }
  .widget-info h3 {
    font: 24px/28px "Libre Baskerville", serif;
    margin: 0 0 12px; }
  .widget-info h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 12px;
    margin: 0 0 15px;
    position: relative;
    color: #080605; }
    .widget-info h2:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 51px;
      height: 1px;
      background: #080605; }
  .widget-info .color-style02 {
    display: block;
    color: #777473; }
  .widget-info p {
    margin: 0 0 12px; }
  .widget-info.add-padding-top {
    padding-top: 32px; }

.widget-menu {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  padding: 3px 0 0; }
  .widget-menu ul {
    font: 13px/16px "Open Sans", sans-serif; }
    .widget-menu ul li {
      margin: 0 0 9px; }
      .widget-menu ul li a {
        text-decoration: underline;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 16px;
        position: relative; }
        .widget-menu ul li a:after {
          content: '\e608';
          position: absolute;
          left: -5px;
          top: 50%;
          margin: -9px 0 0;
          font: 19px/19px "icomoon", sans-serif; }
        .widget-menu ul li a:hover {
          color: #ef4123; }

.tarif-info {
  margin: 0;
  overflow: hidden;
  font: 12px/19px "Libre Baskerville", serif;
  padding: 3px 0 0; }
  .tarif-info dt {
    float: left;
    margin: 0 4px 0 0;
    text-transform: uppercase;
    line-height: 19px; }
  .tarif-info dd {
    display: block;
    margin: 0;
    line-height: 19px; }
  .tarif-info p {
    margin: 0;
    font-size: 13px;
    font-family: "Raleway", sans-serif; }

.image-add-section {
  position: relative; }
  .image-add-section .slideset {
    overflow: hidden;
    position: relative; }
    .image-add-section .slideset .slide {
      float: left;
      width: 100%;
      height: 540px; }
      .image-add-section .slideset .slide img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0 !important;
        max-width: none; }
  .image-add-section .info-block {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    background: #cecece;
    white-space: nowrap;
    margin: 0 -570px;
    width: 360px; }
    @media screen and (max-width: 1200px) {
      .image-add-section .info-block {
        width: 302px; } }
    .image-add-section .info-block:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .image-add-section .info-block > .frame {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      width: 100%;
      padding: 30px 33px 8px; }
    .image-add-section .info-block h2 {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 29px;
      padding: 0 0 5px;
      position: relative;
      color: #080605; }
      .image-add-section .info-block h2:after {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 85px;
        height: 1px;
        background: #080605; }
  .image-add-section .switcher {
    position: absolute;
    left: 50%;
    bottom: -33px;
    margin: 0 0 0 -230px;
    z-index: 10; }
    .image-add-section .switcher li {
      float: left;
      margin: 0 0 0 5px; }
      .image-add-section .switcher li:first-child {
        margin: 0; }
      .image-add-section .switcher li a {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #777473;
        overflow: hidden;
        text-indent: -9999px;
        text-decoration: none; }
        .image-add-section .switcher li a:hover {
          background: #ef4123; }
      .image-add-section .switcher li.active a {
        background: #ef4123; }
  @media screen and (max-width: 1200px) {
    .image-add-section .info-block {
      margin-right: -470px; } }
  @media screen and (max-width: 992px) {
    .image-add-section .info-block {
      width: 260px;
      margin-right: -380px; }
    .image-add-section .switcher {
      margin-left: -140px; } }
  @media screen and (max-width: 767px) {
    .image-add-section .slideset .slide {
      height: 360px; }
    .image-add-section .info-block {
      width: auto;
      position: relative;
      left: 0;
      top: 0;
      margin: 0; }
      .image-add-section .info-block .frame {
        padding: 34px 15px 15px; }
      .image-add-section .info-block h2 {
        margin: 0 0 16px; }
    .image-add-section .switcher {
      bottom: 364px;
      margin-left: -16px;
      display: none; } }

.photo-container {
  position: relative;
  overflow: hidden;
  height: 370px;
  margin: 0 0 14px; }
  .photo-container > .holder {
    margin: 0 -5px 0 0;
    overflow: hidden; }
  .photo-container .box {
    float: left;
    width: 96px;
    margin: 0 2px 2px 0;
    position: relative; }
    .photo-container .box .placeholder {
      position: relative; }
      .photo-container .box .placeholder img {
        display: block;
        width: 100%;
        height: auto; }
    .photo-container .box .more {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      color: #fff;
      text-align: center;
      text-decoration: none;
      display: none; }
      .photo-container .box .more:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      .photo-container .box .more > .frame {
        vertical-align: middle;
        display: inline-block;
        white-space: normal; }
      .photo-container .box .more .play {
        display: inline-block;
        vertical-align: top;
        width: 29px;
        height: 28px;
        text-indent: -9999px;
        overflow: hidden;
        border-radius: 30px;
        overflow: hidden;
        background: #fff;
        margin: 4px 0 8px;
        position: relative; }
        .photo-container .box .more .play:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          border: solid;
          border-width: 6px 9px;
          border-color: transparent transparent transparent #080605;
          margin: -6px 0 0 -3px; }
      .photo-container .box .more .text {
        display: block;
        padding: 0 12px;
        font-size: 13px;
        line-height: 17px;
        font-weight: 500;
        text-decoration: underline; }
    .photo-container .box:hover .more {
      display: block; }
  @media screen and (max-width: 992px) {
    .photo-container > .holder {
      margin-right: -5px; } }
  @media screen and (max-width: 767px) {
    .photo-container {
      height: 246px; } }

.widget-note {
  position: relative;
  background: #8d7953;
  padding: 17px 18px;
  margin: 0 -28px; }
  .widget-note > .holder {
    border: 1px dashed #080605;
    padding: 23px 26px 25px;
    overflow: hidden; }
  .widget-note .image-box {
    float: left;
    width: 57px;
    margin: 7px 24px 0 0; }
    .widget-note .image-box img {
      display: block;
      width: 100%;
      height: auto; }
  .widget-note .text-holder {
    overflow: hidden;
    font: 12px/18px "Libre Baskerville", serif; }
  .widget-note p {
    margin: 0; }

.list-management-people {
  position: relative;
  overflow: hidden;
  padding: 39px 0 0; }
  .list-management-people > .holder {
    margin: 0 -33px -30px; }
  .list-management-people .info-people {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 35px 30px 34px;
    position: relative;
    font: 13px/18px "Raleway", sans-serif;
    padding: 0 0 40px; }
    .list-management-people .info-people:hover .placeholder img.grayscale {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: none;
      -webkit-filter: none; }
  .list-management-people .placeholder {
    position: relative;
    overflow: hidden;
    margin: 0 0 47px 10px;
    width: 183px; }
    .list-management-people .placeholder img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 200px; }
  .list-management-people h3 {
    font: bold 16px/20px "Raleway", sans-serif;
    margin: 0 0 26px;
    text-align: center;
    text-transform: uppercase; }
  .list-management-people p {
    margin: 0; }
  .list-management-people .more {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    padding: 0 0 0 14px;
    text-decoration: none; }
    .list-management-people .more span {
      text-decoration: underline; }
    .list-management-people .more:after {
      content: '\e60c';
      position: absolute;
      left: 0;
      top: 50%;
      margin: -9px 0 0;
      font-size: 10px;
      font-family: "icomoon", sans-serif; }
    .list-management-people .more:hover {
      color: #ef4123; }
  @media screen and (max-width: 1200px) {
    .list-management-people > .holder {
      margin: 0 -5px -30px; }
    .list-management-people .info-people {
      margin: 0 5px 30px; } }
  @media screen and (max-width: 992px) {
    .list-management-people {
      text-align: center; }
      .list-management-people > .holder {
        margin: 0 -40px -30px; }
      .list-management-people .info-people {
        margin: 0 40px 30px;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .list-management-people {
      padding-top: 0;
      height: auto !important; }
      .list-management-people .placeholder {
        margin-bottom: 30px; }
      .list-management-people h3 {
        margin: 0 0 15px; } }

.follow-us-section {
  position: relative;
  padding: 61px 0 30px;
  background: url(../images/decor03.png) 50% 0; }
  .follow-us-section .heading-block {
    position: relative;
    margin: 0 0 64px; }
    .follow-us-section .heading-block h2 {
      margin: 0; }
  .follow-us-section h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 0 0 13px;
    margin: 0 0 10px;
    position: relative;
    color: #080605; }
    .follow-us-section h2:after {
      content: '';
      position: absolute;
      left: 2px;
      bottom: 0;
      width: 85px;
      height: 1px;
      background: #080605; }
  .follow-us-section .social-networks {
    float: right;
    position: relative;
    z-index: 3; }
    .follow-us-section .social-networks a {
      font-size: 26px; }
      .follow-us-section .social-networks a.tripadvisor {
        font-size: 24px;
        margin: 1px 0 0 1px; }
  @media screen and (max-width: 767px) {
    .follow-us-section {
      padding-top: 50px; }
      .follow-us-section .social-networks {
        float: none;
        margin: 0 0 20px; }
      .follow-us-section .heading-block {
        margin-bottom: 40px; } }

.social-widget-holder {
  position: relative;
  margin: 0 -10px 0 0; }
  @media screen and (max-width: 767px) {
    .social-widget-holder {
      margin: 0;
      text-align: center; } }

.socials-widget {
  display: inline-block;
  vertical-align: top;
  width: 224px;
  margin: 0 1px 5px 0;
  background: #fff;
  font-size: 12px;
  line-height: 15px; }
  .socials-widget .placeholder {
    overflow: hidden; }
    .socials-widget .placeholder img {
      display: block;
      width: 100%;
      height: auto; }
  .socials-widget .text {
    padding: 17px 10px 19px 13px;
    word-wrap: break-word; }
    .socials-widget .text a:hover {
      color: #ef4123; }
  .socials-widget p {
    margin: 0; }
  .socials-widget footer a {
    display: block;
    padding: 6px 8px 9px 10px;
    text-decoration: none;
    background: #00a2d8;
    color: #fff; }
  .socials-widget footer i[class*="icon-"] {
    float: right;
    font-size: 20px;
    line-height: 20px; }
  .socials-widget footer .title {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 0 0; }
  .socials-widget.instagram-style footer a {
    background: #3e6d93; }
  .socials-widget.facebook-style footer a {
    background: #44619d; }
  .socials-widget.youtube-style footer a {
    background: #cc2222; }
  .socials-widget.tripadvisor-style footer a {
    background: #579441; }
  .socials-widget.googleplus-style footer a {
    background: #d73d32; }
  .socials-widget.pinterest-style footer a {
    background: #d01e15; }

.calendar-drop {
  position: absolute;
  left: 0;
  top: 40px;
  width: 374px;
  padding: 32px 0 0;
  z-index: 10; }
  .calendar-drop > .holder {
    padding: 31px 78px 24px;
    border: 1px solid #888887;
    background: #fff; }
  .calendar-drop .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 33px;
    border: solid;
    border-width: 1px 1px 0;
    border-color: #888887;
    background: #fff; }
    .calendar-drop .btn-close:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 10px;
      height: 10px;
      background: url(../images/icon-close.png) no-repeat;
      background-size: 10px 10px;
      margin: -5px 0 0 -5px; }
  .calendar-drop .calendar-title {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px;
    text-align: center; }
    .calendar-drop .calendar-title .link-start {
      float: left;
      width: 26px;
      height: 30px;
      position: relative; }
      .calendar-drop .calendar-title .link-start:after, .calendar-drop .calendar-title .link-start:before {
        content: '\e609';
        position: absolute;
        left: 3px;
        top: 8px;
        font: 14px/14px "icomoon", sans-serif;
        color: #080605;
        z-index: 4; }
      .calendar-drop .calendar-title .link-start:after {
        left: 7px; }
    .calendar-drop .calendar-title .link-prev {
      float: left;
      width: 26px;
      height: 30px;
      position: relative;
      margin-left: 2px; }
      .calendar-drop .calendar-title .link-prev:before {
        content: '\e609';
        position: absolute;
        left: 5px;
        top: 8px;
        font: 14px/14px "icomoon", sans-serif;
        color: #080605;
        z-index: 4; }
    .calendar-drop .calendar-title .date {
      display: block;
      font: 14px/18px "Libre Baskerville", serif;
      text-transform: uppercase;
      padding: 4px 0 0; }
    .calendar-drop .calendar-title .link-next {
      float: right;
      width: 26px;
      height: 30px;
      position: relative;
      margin-right: 2px; }
      .calendar-drop .calendar-title .link-next:before {
        content: '\e60c';
        position: absolute;
        left: 7px;
        top: 8px;
        font: 14px/14px "icomoon", sans-serif;
        color: #080605;
        z-index: 4; }
    .calendar-drop .calendar-title .link-end {
      float: right;
      width: 26px;
      height: 30px;
      position: relative; }
      .calendar-drop .calendar-title .link-end:after, .calendar-drop .calendar-title .link-end:before {
        content: '\e60c';
        position: absolute;
        left: 3px;
        top: 8px;
        font: 14px/14px "icomoon", sans-serif;
        color: #080605;
        z-index: 4; }
      .calendar-drop .calendar-title .link-end:after {
        left: 7px; }
  .calendar-drop .calendar-table {
    overflow: hidden; }
    .calendar-drop .calendar-table table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      border: none;
      font: 15px/20px "Libre Baskerville", serif; }
      .calendar-drop .calendar-table table th {
        text-transform: uppercase;
        padding: 2px 1px 6px;
        text-align: center; }
      .calendar-drop .calendar-table table td {
        padding: 1px;
        color: #777473;
        text-align: center; }
      .calendar-drop .calendar-table table .today {
        color: #fff;
        background: #ef4123; }
      .calendar-drop .calendar-table table a {
        display: block;
        text-decoration: none;
        padding: 4px 0; }
        .calendar-drop .calendar-table table a:hover {
          background: #777473;
          color: #fff; }
      .calendar-drop .calendar-table table span {
        display: block;
        padding: 4px 0; }
      .calendar-drop .calendar-table table .event {
        background: #080605;
        color: #fff; }
  @media screen and (max-width: 767px) {
    .calendar-drop {
      left: auto;
      right: -93px;
      width: 290px; }
      .calendar-drop .btn-close {
        left: auto;
        right: 93px; }
      .calendar-drop > .holder {
        padding: 20px 22px 18px; } }

.timeline {
  background: #695763; }
  .timeline #timeline {
    width: 970px;
    height: 600px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative; }
    .timeline #timeline:after {
      content: "";
      height: 0;
      width: 0;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-top: 20px solid #030406;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -40px; }
  .timeline #dates {
    width: 1100px;
    height: 60px;
    margin-bottom: 40px;
    overflow: visible;
    border-bottom: 1px solid #776772; }
    .timeline #dates li {
      list-style: none;
      float: left;
      width: 100px;
      height: 50px;
      text-align: center;
      position: relative; }
      .timeline #dates li:after {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #aba2a8;
        position: absolute;
        left: 50%;
        bottom: -14px;
        margin-left: -5px; }
      .timeline #dates li a {
        -moz-transition: all 0.4s ease-in-out 0.4s ease;
        -webkit-transition: all 0.4s ease-in-out 0.4s ease;
        -o-transition: all 0.4s ease-in-out 0.4s ease;
        transition: all 0.4s ease-in-out 0.4s ease;
        font-family: "Libre Baskerville", serif;
        font-size: 24px;
        line-height: 38px;
        color: #aba2a8;
        padding-bottom: 10px;
        text-decoration: none; }
        .timeline #dates li a.selected {
          font-size: 34px;
          color: #fff; }
  .timeline #issues {
    width: 970px;
    height: 480px;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .timeline #issues li {
      width: 1100px;
      height: 480px;
      list-style: none;
      float: left; }
      .timeline #issues li img {
        -moz-transition: all 0.4s ease-in-out 0.4s ease;
        -webkit-transition: all 0.4s ease-in-out 0.4s ease;
        -o-transition: all 0.4s ease-in-out 0.4s ease;
        transition: all 0.4s ease-in-out 0.4s ease;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        float: left;
        margin: 10px 30px 10px 50px;
        background: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
        /* IE 8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
        /* IE 6 & 7 */
        zoom: 1; }
      .timeline #issues li .timeline-title {
        font-family: "Libre Baskerville", serif;
        color: #fff;
        font-size: 40px;
        margin: 20px 0 23px; }
        .timeline #issues li .timeline-title span {
          padding-bottom: 15px;
          border-bottom: 1px solid #fff;
          position: relative; }
          .timeline #issues li .timeline-title span:before {
            content: "\e61f";
            position: absolute;
            left: 25px;
            top: -25px;
            font: 20px/20px "icomoon", sans-serif; }
      .timeline #issues li p {
        font-family: "Libre Baskerville", serif;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        margin-right: 120px;
        font-weight: normal; }
      .timeline #issues li.selected img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1); }
  .timeline #next,
  .timeline #prev {
    position: absolute;
    top: 0;
    top: 270px;
    overflow: hidden;
    text-decoration: none; }
    .timeline #next:before,
    .timeline #prev:before {
      color: #fff;
      font: 80px/80px "icomoon", sans-serif; }
  .timeline #next {
    right: -135px; }
    .timeline #next:before {
      content: '\e60c'; }
  .timeline #prev {
    left: -135px; }
    .timeline #prev:before {
      content: '\e609'; }
  .timeline #next.disabled,
  .timeline #prev.disabled {
    opacity: 0.2; }
  @media screen and (max-width: 992px) {
    .timeline #dates,
    .timeline #prev,
    .timeline #next {
      display: none; }
    .timeline #timeline {
      height: auto;
      width: auto; }
    .timeline #issues {
      height: auto;
      width: auto; }
      .timeline #issues li {
        height: auto;
        width: 100%; }
        .timeline #issues li img {
          margin-left: 0; }
        .timeline #issues li p {
          margin-right: 0; } }

.outside {
  height: auto; }
  .outside h2 {
    margin-bottom: 0 !important; }
  .outside em {
    color: #ef4123;
    font-style: normal; }
  .outside .map-wrapper {
    background-color: #ef4123; }
  .outside .map {
    margin: 0 auto;
    width: 1092px;
    max-width: 100%;
    height: auto;
    position: relative; }
    .outside .map:after {
      content: "";
      height: 0;
      width: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-bottom: 17px solid #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -17px; }
    .outside .map img {
      display: block;
      width: 100%;
      height: auto; }
    .outside .map .point {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      background-color: #fff;
      width: 8px;
      height: 8px;
      margin-left: -4px;
      margin-top: -4px;
      text-decoration: none;
      color: #fff;
      line-height: 1.33; }
      .outside .map .point span {
        -webkit-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
        transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1);
        content: "";
        width: 78px;
        height: 84px;
        background-image: url(../images/marker.png);
        position: relative;
        display: block;
        top: -87px;
        left: -34px;
        opacity: 0;
        visibility: hidden;
        text-indent: -9999px; }
    .outside .map .active span,
    .outside .map .point:hover span {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 767px) {
    .outside .map-wrapper {
      padding-left: 15px;
      padding-right: 15px; }
    .outside .map {
      padding-top: 30px;
      padding-bottom: 30px; }
      .outside .map img {
        display: none; }
      .outside .map li {
        padding: 5px 0; }
      .outside .map .point {
        width: auto;
        height: auto;
        position: static;
        margin: 0;
        background-color: transparent; }
        .outside .map .point span {
          position: static;
          width: auto;
          height: auto;
          background-image: none;
          opacity: 1;
          visibility: visible;
          text-indent: 0; }
      .outside .map .active span {
        font-weight: bold; } }

/*calendar page*/
.view-calendar {
  margin-top: 50px;
  margin-bottom: 50px; }

.views-exposed-form .views-exposed-widget select {
  font: 500 12px/38px "Raleway", sans-serif;
  outline: none;
  background: #f1f1f1;
  border-color: #f1f1f1;
  padding-left: 18px;
  height: 38px; }
.views-exposed-form .views-exposed-widget .form-submit {
  background: #080605;
  width: 130px;
  height: 38px;
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 28px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  font: bold 14px/18px "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .views-exposed-form .views-exposed-widget .form-submit:hover {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .views-exposed-form .views-exposed-widget .form-submit:hover {
    background: #777473; }
@media screen and (max-width: 480px) {
  .views-exposed-form .views-exposed-widget {
    padding: 0;
    float: none; }
    .views-exposed-form .views-exposed-widget select {
      padding-left: 20px; }
    .views-exposed-form .views-exposed-widget .form-submit {
      float: none;
      width: 100%;
      margin-top: 4px; } }

.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background: none;
  padding: 0; }
  .view .date-nav-wrapper .date-prev a,
  .view .date-nav-wrapper .date-next a {
    font-size: 0;
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 0 0 3px;
    width: 32px;
    height: 33px;
    border: 1px solid #080605;
    background: #fff;
    text-decoration: none;
    text-align: center;
    padding: 9px 2px 2px;
    border-radius: 0; }
    .view .date-nav-wrapper .date-prev a:before,
    .view .date-nav-wrapper .date-next a:before {
      font: 12px/12px "icomoon", sans-serif;
      content: "\e609"; }
    .view .date-nav-wrapper .date-prev a:hover,
    .view .date-nav-wrapper .date-next a:hover {
      background: #080605;
      color: #fff; }
.view .date-nav-wrapper .date-prev {
  right: 40px; }
.view .date-nav-wrapper .date-next a:before {
  content: "\e60c"; }
@media screen and (max-width: 480px) {
  .view .date-nav-wrapper .date-prev,
  .view .date-nav-wrapper .date-next {
    top: 42px; } }

.calendar-calendar {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .calendar-calendar table {
    min-width: 500px; }

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: transparent;
  border-radius: 0;
  right: 4px; }

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  background: #e5e5e5;
  border-radius: 0;
  border: 0; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.visiter,
  .calendar-calendar .week-view .full td.multi-day div.weekview.visiter,
  .calendar-calendar .day-view .full td.multi-day div.dayview.visiter,
  .calendar-calendar .month-view .full td.single-day div.monthview.visiter,
  .calendar-calendar .week-view .full td.single-day div.weekview.visiter,
  .calendar-calendar .day-view .full td.single-day div.dayview.visiter,
  .calendar-calendar .week-view .full div.single-day div.weekview.visiter,
  .calendar-calendar .day-view .full div.single-day div.dayview.visiter {
    background: #ef4123; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.sinstruire,
  .calendar-calendar .week-view .full td.multi-day div.weekview.sinstruire,
  .calendar-calendar .day-view .full td.multi-day div.dayview.sinstruire,
  .calendar-calendar .month-view .full td.single-day div.monthview.sinstruire,
  .calendar-calendar .week-view .full td.single-day div.weekview.sinstruire,
  .calendar-calendar .day-view .full td.single-day div.dayview.sinstruire,
  .calendar-calendar .week-view .full div.single-day div.weekview.sinstruire,
  .calendar-calendar .day-view .full div.single-day div.dayview.sinstruire {
    background: #ec797a; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.samuser,
  .calendar-calendar .week-view .full td.multi-day div.weekview.samuser,
  .calendar-calendar .day-view .full td.multi-day div.dayview.samuser,
  .calendar-calendar .month-view .full td.single-day div.monthview.samuser,
  .calendar-calendar .week-view .full td.single-day div.weekview.samuser,
  .calendar-calendar .day-view .full td.single-day div.dayview.samuser,
  .calendar-calendar .week-view .full div.single-day div.weekview.samuser,
  .calendar-calendar .day-view .full div.single-day div.dayview.samuser {
    background: #ff9600; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.privatiser,
  .calendar-calendar .week-view .full td.multi-day div.weekview.privatiser,
  .calendar-calendar .day-view .full td.multi-day div.dayview.privatiser,
  .calendar-calendar .month-view .full td.single-day div.monthview.privatiser,
  .calendar-calendar .week-view .full td.single-day div.weekview.privatiser,
  .calendar-calendar .day-view .full td.single-day div.dayview.privatiser,
  .calendar-calendar .week-view .full div.single-day div.weekview.privatiser,
  .calendar-calendar .day-view .full div.single-day div.dayview.privatiser {
    background: #aec373; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.serestaurer,
  .calendar-calendar .week-view .full td.multi-day div.weekview.serestaurer,
  .calendar-calendar .day-view .full td.multi-day div.dayview.serestaurer,
  .calendar-calendar .month-view .full td.single-day div.monthview.serestaurer,
  .calendar-calendar .week-view .full td.single-day div.weekview.serestaurer,
  .calendar-calendar .day-view .full td.single-day div.dayview.serestaurer,
  .calendar-calendar .week-view .full div.single-day div.weekview.serestaurer,
  .calendar-calendar .day-view .full div.single-day div.dayview.serestaurer {
    background: #b6a497; }
  .calendar-calendar .month-view .full td.multi-day div.monthview.visiter a, .calendar-calendar .month-view .full td.multi-day div.monthview.sinstruire a, .calendar-calendar .month-view .full td.multi-day div.monthview.samuser a, .calendar-calendar .month-view .full td.multi-day div.monthview.privatiser a, .calendar-calendar .month-view .full td.multi-day div.monthview.serestaurer a,
  .calendar-calendar .week-view .full td.multi-day div.weekview.visiter a,
  .calendar-calendar .week-view .full td.multi-day div.weekview.sinstruire a,
  .calendar-calendar .week-view .full td.multi-day div.weekview.samuser a,
  .calendar-calendar .week-view .full td.multi-day div.weekview.privatiser a,
  .calendar-calendar .week-view .full td.multi-day div.weekview.serestaurer a,
  .calendar-calendar .day-view .full td.multi-day div.dayview.visiter a,
  .calendar-calendar .day-view .full td.multi-day div.dayview.sinstruire a,
  .calendar-calendar .day-view .full td.multi-day div.dayview.samuser a,
  .calendar-calendar .day-view .full td.multi-day div.dayview.privatiser a,
  .calendar-calendar .day-view .full td.multi-day div.dayview.serestaurer a,
  .calendar-calendar .month-view .full td.single-day div.monthview.visiter a,
  .calendar-calendar .month-view .full td.single-day div.monthview.sinstruire a,
  .calendar-calendar .month-view .full td.single-day div.monthview.samuser a,
  .calendar-calendar .month-view .full td.single-day div.monthview.privatiser a,
  .calendar-calendar .month-view .full td.single-day div.monthview.serestaurer a,
  .calendar-calendar .week-view .full td.single-day div.weekview.visiter a,
  .calendar-calendar .week-view .full td.single-day div.weekview.sinstruire a,
  .calendar-calendar .week-view .full td.single-day div.weekview.samuser a,
  .calendar-calendar .week-view .full td.single-day div.weekview.privatiser a,
  .calendar-calendar .week-view .full td.single-day div.weekview.serestaurer a,
  .calendar-calendar .day-view .full td.single-day div.dayview.visiter a,
  .calendar-calendar .day-view .full td.single-day div.dayview.sinstruire a,
  .calendar-calendar .day-view .full td.single-day div.dayview.samuser a,
  .calendar-calendar .day-view .full td.single-day div.dayview.privatiser a,
  .calendar-calendar .day-view .full td.single-day div.dayview.serestaurer a,
  .calendar-calendar .week-view .full div.single-day div.weekview.visiter a,
  .calendar-calendar .week-view .full div.single-day div.weekview.sinstruire a,
  .calendar-calendar .week-view .full div.single-day div.weekview.samuser a,
  .calendar-calendar .week-view .full div.single-day div.weekview.privatiser a,
  .calendar-calendar .week-view .full div.single-day div.weekview.serestaurer a,
  .calendar-calendar .day-view .full div.single-day div.dayview.visiter a,
  .calendar-calendar .day-view .full div.single-day div.dayview.sinstruire a,
  .calendar-calendar .day-view .full div.single-day div.dayview.samuser a,
  .calendar-calendar .day-view .full div.single-day div.dayview.privatiser a,
  .calendar-calendar .day-view .full div.single-day div.dayview.serestaurer a {
    color: #fff; }

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  color: #fff; }

.calendar-calendar td .inner div.day a {
  color: #080605;
  font-weight: normal; }

.calendar-calendar td.empty {
  color: #777473; }

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #080605;
  border-right: 2px solid #080605; }

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #080605; }

.calendar-calendar .month-view .full td.date-box.today {
  border-color: #080605; }

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #080605; }

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a,
.calendar-calendar td.single-day .inner div.calendar div,
.calendar-calendar td.single-day .inner div.calendar div a {
  color: #080605; }

/* ---------------------------------------------------------
┬á┬á┬áFooter style
┬á┬á┬á---------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 3; }
  #footer h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    margin: 0 0 12px; }
  #footer .phone {
    display: block;
    font-size: 13px;
    line-height: 21px; }
    #footer .phone a,
    #footer .phone span {
      font-size: 18px;
      text-decoration: none;
      font-weight: 500;
      pointer-events: none; }
  @media screen and (max-width: 1200px) {
    #footer .phone a,
    #footer .phone span {
      pointer-events: auto; } }
  @media screen and (max-width: 992px) {
    #footer {
      font-size: 12px;
      line-height: 15px; }
      #footer h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px; }
      #footer .phone {
        font-size: 12px;
        line-height: 15px; }
        #footer .phone a,
        #footer .phone span {
          font-size: 15px; } }
  @media screen and (max-width: 767px) {
    #footer {
      font-size: 13px;
      line-height: 20px; }
      #footer h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 11px; }
      #footer .phone {
        font-size: 13px;
        line-height: 18px; }
        #footer .phone a,
        #footer .phone span {
          font-size: 18px; }
      #footer .social-networks li {
        margin: 0 0 0 7px; } }

.footer-menu {
  padding: 20px 0 13px;
  text-align: center;
  background: #777473;
  font-size: 1px;
  line-height: 1px; }
  .footer-menu ul {
    display: inline-block;
    vertical-align: top;
    overflow: hidden; }
    .footer-menu ul li {
      float: left;
      padding: 0 11px;
      position: relative; }
      .footer-menu ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        width: 1px;
        height: 12px;
        background: #908f8f; }
      .footer-menu ul li:first-child:after {
        display: none; }
      .footer-menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-menu ul li a:hover {
          text-decoration: none;
          color: #080605; }
  @media screen and (max-width: 992px) {
    .footer-menu ul li {
      padding: 0 5px; }
      .footer-menu ul li:after {
        top: -1px; }
      .footer-menu ul li a {
        font-size: 11px;
        line-height: 14px; } }
  @media screen and (max-width: 767px) {
    .footer-menu {
      padding: 18px 2px 23px;
      font-size: 12px;
      line-height: 24px; }
      .footer-menu ul {
        display: block;
        text-align: left; }
        .footer-menu ul li {
          float: none;
          display: block;
          padding: 0; }
          .footer-menu ul li:after {
            display: none; } }

.footer-columns {
  padding-top: 54px;
  padding-bottom: 0;
  margin-bottom: 33px;
  overflow: hidden; }
  .footer-columns .text-holder {
    overflow: hidden; }
  .footer-columns .divider-style {
    position: relative;
    min-height: 1px;
    padding-left: 30px; }
    .footer-columns .divider-style:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 600px;
      background: #080605; }
  .footer-columns p {
    margin: 0 0 14px; }
  .footer-columns .text {
    font-size: 13px;
    line-height: 20px;
    color: #747373; }
    .footer-columns .text .title {
      display: block;
      color: #080605; }
    .footer-columns .text p {
      margin: 0; }
  @media screen and (max-width: 992px) {
    .footer-columns {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .footer-columns .divider-style {
        padding-left: 20px; }
      .footer-columns .text {
        font-size: 11px;
        line-height: 15px; } }
  @media screen and (max-width: 767px) {
    .footer-columns {
      padding-top: 32px;
      padding-bottom: 26px;
      margin-bottom: 0; }
      .footer-columns .text-holder {
        text-align: center;
        margin: 0 0 55px;
        padding: 0 30px;
        font-size: 13px;
        line-height: 23px; }
      .footer-columns p {
        margin: 0 0 16px; }
      .footer-columns .text {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 39px; } }

.footer-logo {
  float: left;
  width: 93px;
  margin: -17px 6% 0 11px; }
  .footer-logo img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 992px) {
    .footer-logo {
      width: 60px; } }
  @media screen and (max-width: 767px) {
    .footer-logo {
      float: none;
      margin: 0 auto 31px;
      width: 93px;
      display: block; } }

.partners-list {
  padding: 32px 0 30px;
  background: #080605;
  position: relative; }

.partners-list {
  text-align: center; }
  .partners-list ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%; }
  @media screen and (max-width: 992px) {
    .partners-list {
      padding: 30px 0 40px; } }
  @media screen and (max-width: 767px) {
    .partners-list {
      padding: 25px 0; } }

.footer-topic-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }
  .footer-topic-nav .drop {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    width: 100%;
    background: #ededed;
    padding: 22px 32px 17px;
    margin-bottom: -88px;
    display: none; }
    .footer-topic-nav .drop:hover {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .footer-topic-nav .drop .topics ul li {
      float: left;
      margin: 0;
      width: 162px; }
      .footer-topic-nav .drop .topics ul li a {
        height: 49px;
        font-size: 14px;
        line-height: 18px;
        padding: 15px 5px; }
  .footer-topic-nav .opener {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
    background: #fff;
    padding: 8px 70px 6px 20px;
    font: 20px/24px "Libre Baskerville", serif;
    color: #080605;
    text-decoration: none;
    position: relative; }
    .footer-topic-nav .opener:after {
      content: '\e60a';
      position: absolute;
      right: 18px;
      top: 50%;
      font: 25px/25px "icomoon", sans-serif;
      margin: -10px 0 0; }
  .footer-topic-nav.hover .drop {
    margin-bottom: 0;
    display: block; }
  .footer-topic-nav.hover .opener {
    text-decoration: none;
    padding: 12px 70px 2px 20px;
    background: #ededed; }
    .footer-topic-nav.hover .opener:after {
      margin-top: -6px;
      content: '\e60b'; }
  @media screen and (max-width: 1200px) {
    .footer-topic-nav .drop .topics ul li {
      width: 152px; } }
  @media screen and (max-width: 992px) {
    .footer-topic-nav .drop {
      padding: 20px; }
    .footer-topic-nav .drop .topics ul li {
      width: 33.333332%; }
    .footer-topic-nav .drop .topics {
      margin: 0; } }
