@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans:400,700');
/* main styles */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.inline-block {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.vcenter {
  position: relative;
  top: 25%;
}
.pipe-separated:before {
  content: "|";
  float: left;
}
.pipe-separated:first-child:before {
  content: "";
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* config styles */
/* Custom responsive break points */
/*Colors*/
/* Links */
/* Buttons */
/*Fonts*/
/*Topbar setting*/
/*Logo setting*/
/*Menu setting*/
/* Slider settings */
/* Overall content settings */
/* Contentpage settings */
/* Photo gallery */
/* Google Maps */
/* Footer */
/* Block system */
/* Tiles */
/* Banners */
/* Form styles */
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 20px;
}
textarea.form-control {
  padding: 15px 0 0 22px;
}
input[type="submit"] {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 15px;
  font-weight: bold;
  border-radius: 0;
}
input[type="submit"]:hover {
  background-color: #fac23c;
  color: #3e3e3e;
  border: 1px solid #000000;
}
/* topbar styles */
#topbar {
  background-color: #ffffff;
  font-size: 16px;
  color: #ffffff;
}
#topbar .topbar-content {
  padding: 8px;
  text-align: left;
  float: left;
}
#topbar .topbar-content a {
  color: #ffffff;
  text-decoration: none;
}
#topbar .language-switcher {
  float: right;
  margin: 0 0 0 10px;
}
#topbar .language-switcher ul li:last-child a {
  padding: 5px 5px 5px 10px;
}
#topMenu {
  float: right;
  padding: 8px;
}
#topMenu div ul {
  padding: 0;
  margin: 0;
}
#topMenu div ul li a {
  padding: 0 9px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
#topMenu div ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#topMenu div ul li a:active {
  color: #ffffff;
  text-decoration: none;
}
#topMenu div ul li.current-menu-item a {
  text-decoration: none;
}
.menu-top-menu-container {
  float: left;
}
.menu-top-menu-container ul li {
  float: left;
  list-style-type: none;
}
@media (max-width: 767px) {
  #topMenu {
    display: none;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
}
@media (max-width: 535px) {
  #topbar a span {
    display: none;
  }
  .topbar-content .textwidget .fa {
    margin: 0 0 0 10px!important;
  }
}
@media (max-width: 767px) {
  #header .container .navbar-header .navbar-brand img {
    max-height: 38px;
  }
  #topbar .topbar-content {
    padding: 0;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 30px;
  }
  #topbar .topbar-content .textwidget {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite;
  }
}
/*menu styles */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #ffffff;
}
#header .container #mobile-menu .menu-mobile-menu-container ul li a {
  font-size: 20px;
  line-height: 40px;
}
#header .container #mobile-menu .menu-mobile-menu-container ul li:nth-child(6) {
  margin-top: 25px;
}
#header .container #mobile-menu .menu-mobile-menu-container ul li:nth-child(n+6) a {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 30px;
}
#header .container .navbar-header .navbar-brand {
  padding: 0;
}
#header .container .navbar-header .navbar-brand img {
  height: 101px;
  margin: -17px;
}
#header .container nav.nav {
  position: relative;
  float: right;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
}
#header .container nav.nav div > ul {
  margin: 0;
}
#header .container nav.nav div > ul > li {
  float: left;
  width: auto;
  text-align: center;
  color: #3e3e3e;
  position: relative;
}
#header .container nav.nav div > ul > li.menu-item-has-children > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  float: right;
  margin: 17px 7px;
}
#header .container nav.nav div > ul > li.current-menu-item > a,
#header .container nav.nav div > ul > li.current-menu-ancestor > a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
#header .container nav.nav div > ul > li.current-menu-item > a:after,
#header .container nav.nav div > ul > li.current-menu-ancestor > a:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header .container nav.nav div > ul > li a {
  height: 100%;
  padding: 5px 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  line-height: 50px;
  z-index: 10;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #39373a;
  float: left;
}
#header .container nav.nav div > ul > li a:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center center 0px;
  -moz-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-bottom: 2px solid;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin-top: -3px;
  position: relative;
  top: 2px;
  width: 100%;
}
#header .container nav.nav div > ul > li a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
#header .container nav.nav div > ul > li a:hover:after {
  display: none;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header .container nav.nav div > ul > li > ul {
  padding: 0 0 0 0;
  background: #ffffff;
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#header .container nav.nav div > ul > li > ul.openSubmenu {
  display: block;
}
#header .container nav.nav div > ul > li > ul > li {
  float: left;
  width: 100%;
}
#header .container nav.nav div > ul > li > ul > li.current-menu-item {
  background-color: #ffffff;
}
#header .container nav.nav div > ul > li > ul > li.current-menu-item a {
  color: #a40b2a;
  text-decoration: none;
}
#header .container nav.nav div > ul > li > ul > li.menu-item-has-children > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  float: right;
  margin: 17px 7px;
}
#header .container nav.nav div > ul > li > ul > li a {
  color: #39373a;
  white-space: nowrap;
  /* Keep submenu titles on one line */
}
#header .container nav.nav div > ul > li > ul > li > ul {
  padding: 0 0 0 0;
  background: #ffffff;
  display: none;
  position: absolute;
  top: -17px;
  left: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#header .container nav.nav div > ul > li > ul > li > ul.openSubmenu {
  display: block;
}
#header .container nav.nav div > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
}
#header .container nav.nav div > ul > li > ul > li:hover {
  background-color: #ffffff;
}
#header .container nav.nav div > ul > li > ul > li:hover > a {
  color: #a40b2a;
  text-decoration: none;
}
#header .container #menuIcon {
  background-color: #e9e9e9;
  border-radius: 37px;
  float: right;
  cursor: pointer;
  margin: 0 -20px 0 0;
}
#header .container #menuIcon img {
  width: 30px;
  margin: calc(15px);
}
#header .container #menuClose {
  background-color: #e9e9e9;
  border-radius: 37px;
  right: 0;
  position: absolute;
  z-index: 11;
  top: 0;
  cursor: pointer;
}
#header .container #menuClose img {
  width: 30px;
  margin: calc(15px);
}
#header .container nav.always-collapsable-nav {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  top: 0;
  left: 0;
  display: none;
}
#header .container nav.always-collapsable-nav .menu-header-menu-container {
  text-align: center;
}
#header .container nav.always-collapsable-nav ul {
  padding: 20vh 0 0 0;
}
#header .container nav.always-collapsable-nav ul li {
  margin: 0 0 15px 0;
}
#header .container nav.always-collapsable-nav ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 5vh;
  text-transform: normal;
  text-decoration: none;
}
#header .container nav.always-collapsable-nav ul li.current-menu-item a {
  color: #6d6d6d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
#header .container.always-collapsable-menu #menuIcon {
  position: absolute;
  right: 37px;
  top: 14px;
  cursor: pointer;
}
#header .container.always-collapsable-menu #menuClose {
  display: none;
  position: absolute;
  right: 17px;
  top: 15px;
  cursor: pointer;
}
@media (max-width: 1485px) {
  #header .container .navbar-header {
    padding: 0 20px;
  }
  #header .container .navbar-header .navbar-brand {
    position: absolute;
    left: -112px;
    width: 100%;
  }
  #header .container .navbar-header .navbar-brand img {
    max-height: 95px;
    margin: 0px 0 0 111px;
  }
  #header .container nav.nav {
    position: absolute;
    width: 100%;
    top: 0;
  }
  #header .container nav.nav div {
    position: relative;
  }
  #header .container nav.nav div > ul {
    float: left;
    background-color: #ffffff;
    margin: 0 -15px;
    padding: 20vh 0 0 0;
    width: 100%;
    min-height: 100vh;
  }
  #header .container nav.nav div > ul > li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #header .container nav.nav div > ul > li > a {
    font-size: 15px;
    padding: 0px 50px;
    color: #000000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    text-align: center;
  }
  #header .container nav.nav div > ul > li > a:after {
    border-bottom: 0px solid;
  }
  #header .container nav.nav div > ul > li > a:hover {
    color: #6d6d6d;
  }
  #header .container nav.nav div > ul > li > ul {
    position: relative;
    float: left;
    display: none;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    background-color: #f2f2f2;
  }
  #header .container nav.nav div > ul > li > ul.openSubmenu {
    display: block;
  }
  #header .container nav.nav div > ul > li > ul li {
    width: 100%;
    float: left;
  }
  #header .container nav.nav div > ul > li > ul li.menu-item-has-children > a:before {
    content: "\f0d7";
  }
  #header .container nav.nav div > ul > li > ul li a {
    padding: 0px 50px;
    font-weight: 400;
    color: #ffffff;
  }
  #header .container nav.nav div > ul > li > ul li a:after {
    border-bottom: 0px solid;
  }
  #header .container nav.nav div > ul > li > ul li:hover {
    background-color: transparent;
  }
  #header .container nav.nav div > ul > li > ul li:hover > a {
    color: #6d6d6d;
    text-decoration: none;
  }
  #header .container nav.nav div > ul > li > ul li:hover > a:after {
    border-bottom: 0px solid;
  }
  #header .container nav.nav div > ul > li > ul li > ul {
    padding: 0 0 0 0;
    background: #e5e5e5;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
  #header .container nav.nav div > ul > li > ul li > ul.openSubmenu {
    display: block;
  }
}
/* Slider styles */
.colorbarSlider {
  height: 300px !important;
  background: black;
}
.colorbarSlider .caption {
  height: 217px;
}
.colorbarSlider p {
  color: #ffffff;
  text-align: center;
  margin-top: 70px;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
.colorbarSlider p .title2 {
  color: #919396;
}
@media (max-width: 768px) {
  .colorbarSlider .slick-slide {
    margin-top: 100px;
  }
}
.logoScroll {
  float: left;
  width: 100%;
}
.headerSlider {
  background-color: none;
  overflow: hidden;
  height: 600px;
}
.arrow-slider-left {
  position: absolute;
  top: 50%;
  color: white;
  left: 15px;
  cursor: pointer;
  z-index: 998;
}
.arrow-slider-left:before {
  font-size: 25px;
}
.arrow-slider-right {
  position: absolute;
  top: 50%;
  color: white;
  right: 0px;
  cursor: pointer;
  z-index: 998;
}
.arrow-slider-right:before {
  font-size: 25px;
}
.slick-slide {
  margin-top: 100px;
  height: 600px;
}
.slick-slide .overlay {
  position: absolute;
  height: 100%;
  background-color: transparent;
  opacity: 0.1;
}
.slick-slide .image {
  height: 600px;
  background-size: 80% !important;
  background-position: 200% 20%;
  background-size: 50%;
}
.slick-slide .image .caption {
  background-color: #000000;
  width: 50%;
  height: 100%;
  font-size: 35px;
  color: #ffffff;
  text-shadow: none;
  text-transform: normal;
  position: relative;
}
@media (max-width: 767px) {
  .slick-slide .image .caption {
    width: 120%;
    height: 267px;
    border-radius: 0;
    left: -10%;
    padding: 3% 10%;
  }
}
.slick-slide .image .caption::after {
  content: "";
  background-color: #000000;
  width: 560px;
  height: 560px;
  border-radius: 312px;
  position: absolute;
  right: -30%;
  top: -14px;
}
@media (max-width: 1366px) {
  .slick-slide .image .caption::after {
    width: 400px;
    height: 400px;
    border-radius: 400px;
  }
}
@media (max-width: 767px) {
  .slick-slide .image .caption::after {
    display: none;
  }
}
.slick-slide .image .caption p {
  margin: 5.15vw 10vw;
  line-height: 3vw;
  width: 50%;
  text-shadow: 1px 1px 0.5px #000;
  font-weight: bold;
  background-color: transparent;
  float: left;
  position: absolute;
  z-index: 1;
}
.slick-slide .image .caption p .title1 {
  font-size: 1vw;
}
.slick-slide .image .caption p .title2 {
  font-size: 2.8vw;
  font-family: 'Open Sans', sans-serif;
}
.slick-slide .image .caption p .title2 span {
  color: #919396;
}
.slick-slide .image .caption a {
  font-size: 0.75vw;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
  text-transform: none;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.slick-slide .image .caption a:hover {
  color: #ffffff;
  background-color: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
}
.slick-slide img {
  width: 100%;
}
@media (max-width: 1366px) {
  .headerSlider {
    height: 450px;
  }
  .slick-slide {
    height: 450px;
  }
  .slick-slide .image {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .headerSlider {
    overflow: hidden;
    height: 60vh;
  }
  .slick-slide {
    height: 60vh;
  }
  .slick-slide .image {
    height: 60vh;
    background-size: cover;
    background-position: 395px -24px;
  }
  .slick-slide .image .caption {
    font-size: 25px;
  }
  .slick-slide .image .caption p {
    width: 100vw;
    text-align: center;
    margin: 105px 0 0 0;
    line-height: 4vh;
  }
  .slick-slide .image .caption p .title1 {
    font-size: 3vw;
  }
  .slick-slide .image .caption p .title2 {
    font-size: 3.7vw;
  }
  .slick-slide .image .caption a {
    font-size: 13px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .slick-slide {
    margin-top: 0;
  }
  .slick-slide .image .caption p .title2 span {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .slick-slide .image {
    height: 60vh;
    background-size: cover;
    background-position: 395px -24px;
  }
  .slick-slide .image .caption {
    font-size: 25px;
  }
  .slick-slide .image .caption p {
    width: 86%;
  }
  .slick-slide .image .caption a {
    font-size: 15px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .slick-slide .image {
    height: 60vh;
    background-size: 105% !important;
    background-position: -12px 250px;
  }
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('http://www.schrijvenisblijven.nl/wp-content/themes/sib/less/../images/slider/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Fixed photo styles */
.fixedPhoto .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.1;
}
.fixedPhoto .image {
  height: 350px;
  background-size: cover;
  background-position: 30% 30%;
}
.fixedPhoto .image .caption {
  font-size: 35px;
  color: #ffffff;
  text-shadow: none;
}
.fixedPhoto .image .caption p {
  margin: 10px 0;
  line-height: 3vw;
  width: 50%;
}
.fixedPhoto .image .caption a {
  font-size: 0.75vw;
  color: #ffffff;
  text-decoration: underline;
}
.fixedPhoto .image .caption a:hover {
  color: #ffffff;
  text-decoration: none;
}
.fixedPhoto img {
  width: 100%;
}
footer {
  font-size: 12px;
}
#copyrightBar {
  padding: 30px 0;
}
#sitemapFooter {
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
}
.social-icon {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.social-icon:hover {
  color: #ffffff;
  opacity: 1;
}
.fa,
.fab,
.fas {
  font-size: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  #sitemapFooter ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-3 {
    float: left;
  }
  .col-sm-3 .htitle ul,
  .col-sm-3 .htitle p {
    line-height: 1.5em;
    font-size: 14px;
  }
  .col-sm-3 .htitle a {
    line-height: 1.5em;
    font-size: 14px;
  }
  .col-sm-3 .htitle img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .container .htitle {
    width: 50%;
  }
  .container .htitle h3 {
    margin: 20px 0 30px 0;
    color: #f18f3a;
    font-weight: bold;
    font-size: 18px;
  }
  .container .htitle p {
    line-height: 1.5em;
    font-size: 14px;
  }
  .container .htitle a {
    line-height: 1.5em;
    font-size: 14px;
  }
  .container .htitle img {
    width: 80%;
  }
}
.htitle h3 {
  margin: 20px 0 30px 0;
  color: #f18f3a;
  font-weight: bold;
  font-size: 18px;
}
.htitle p {
  line-height: 1.5em;
  font-size: 14px;
}
.htitle a {
  text-decoration: none;
  line-height: 1.5em;
  font-size: 14px;
}
.htitle img {
  width: 250px;
  margin-bottom: 20%;
}
/* Photo gallery styles */
#photoGallery {
  padding: 0 0 0 0;
}
#photoGallery .photo {
  height: 300px;
  background-size: cover;
  padding: 0;
}
#photoGallery .photo .overlay {
  background-color: #fac23c;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#photoGallery .photo:hover .overlay {
  opacity: 0.5;
}
/* Google Maps styles */
#googleMaps {
  padding: 50%;
  border-radius: 50%;
  width: 100%;
  margin: 15px 0 0 0;
  float: left;
}
/* Address styles */
.address > div {
  width: 50%;
  margin: 0px auto;
}
.address .address-social > div {
  float: left;
  margin: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .address > div {
    width: 100%;
  }
}
/* Standard content pag styles */
.panel {
  font-family: 'Open Sans', sans-serif;
  background: none;
}
.panel-default {
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.panel-default .panel-heading {
  padding: 15px 18px 15px 18px;
  background-color: #ffffff;
  border-color: #ffffff;
}
.panel-success .panel-heading {
  background-color: #ffffff;
  border-color: #ffffff;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
/* Blog styles */
@media (max-width: 767px) {
  .blog {
    width: 300px;
    margin: 0 auto;
  }
}
.blog .tile-container {
  height: 400px;
}
.blog .tile-container .tile .tile-info {
  background: #FFF;
  top: 215px;
}
.blog .tile-container .tile .tile-info p {
  color: #000;
  font-size: 16px;
  height: 55px;
}
@media (max-width: 767px) {
  .blog .tile-container {
    width: 100%;
    padding: 0 1% 1% 0;
    float: left;
    height: 355px;
  }
  .blog .tile-container .tile .tile-info {
    top: 170px;
  }
}
@media (max-width: 535px) {
  .blog .tile-container {
    width: 100%;
    height: 355px;
  }
  .blog .tile-container .tile .tile-info {
    top: 200px;
  }
  .blog .tile-container .tile .tile-info p {
    line-height: 28px;
  }
}
.blog-entry {
  float: left;
  margin: 0 0 25px 0;
}
.blog-entry a {
  text-decoration: none;
}
.blog-entry .image {
  width: 100%;
  -webkit-clip-path: circle(100px at 171px 128px);
  clip-path: circle(100px at 50% 128px);
  margin: 0 0 15px 0;
}
.blog-entry .image img {
  height: 235px;
  width: auto;
}
.blog-entry .blog-content p {
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Contact widget styles */
#contactWidget .panel-body {
  padding: 0;
}
#contactWidget .bodyText {
  font-family: 'century_gothic-bold';
  font-size: 20px;
}
#contactWidget .bodyText small {
  font-family: 'century_gothic';
  font-size: 12px;
}
#contactWidget hr {
  margin: 0 -30px;
}
/* Styles for block structure */
.block {
  height: 400px;
  color: #ffffff;
  font-size: 15px;
}
.block h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}
.block.bg-color-1 {
  background-color: #c0d654;
}
.block.bg-color-2 {
  background-color: #f18f3a;
}
.block.bg-color-3 {
  background-color: #75b6f9;
}
.block.bg-color-4 {
  background-color: #ebebeb;
}
.block.center-horizontal {
  text-align: center;
}
.block .btn {
  text-transform: uppercase;
}
.block .block-content {
  margin: 5% 0;
}
.block .block-text-container {
  position: relative;
  top: 25%;
}
/* Layout tiles styles */
.tile-container {
  width: 25%;
  padding: 0 1% 1% 0;
  float: left;
}
.tile-container a {
  color: #000000;
}
.tile-container.third {
  width: 33%;
}
.tile-container.half {
  width: 50%;
}
.tile-container.full {
  width: 100%;
}
.tile-container.full .tile {
  text-align: right;
}
.tile-container .tile {
  position: relative;
}
.tile-container .tile.inner-padding {
  padding: 15px;
}
.tile-container .tile.tile-border {
  border: 1px solid #e9e9e9;
}
.tile-container .tile .tile-info {
  position: absolute;
  left: 0;
  bottom: -34px;
  font-size: 1.5vh;
  text-transform: none;
  width: 100%;
  padding: 15px;
  font-weight: bold;
}
.tile-container .tile .tile-info p span {
  margin: 0 0 0 0;
  border-left: 0px solid;
  padding: 0 0 0 0;
  font-weight: normal;
}
.tile-container .tile.tile-full img {
  width: 100%;
}
.tile-container .tile.tile-half img {
  width: 50%;
}
.tile-container .tile.bw-to-color img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.tile-container .tile.bw-to-color:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .tile-container {
    width: 33%;
    padding: 0 1% 1% 0;
    float: left;
  }
}
@media (max-width: 535px) {
  .tile-container {
    width: 50%;
    padding: 0 1% 1% 0;
    float: left;
  }
  .tile-container .tile .tile-info {
    line-height: 13px;
    bottom: -26px;
  }
  .tile-container .tile.tile-half img {
    width: 100%;
  }
}
/* Layout banners styles */
.banners-container {
  width: 25%;
  padding: 0 1% 1% 0;
  float: left;
}
.banners-container a {
  color: #000000;
}
.banners-container.half {
  width: 50%;
}
.banners-container.full {
  width: 100%;
}
.banners-container.full .banner {
  text-align: right;
}
.banners-container .banner {
  position: relative;
}
.banners-container .banner .banner-info {
  position: absolute;
  left: 45px;
  bottom: 30px;
  font-size: 20px;
  text-transform: none;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.banners-container .banner .banner-info p span {
  margin: 0 0 0 5px;
  border-left: 0px solid;
  padding: 0 0 0 5px;
  font-weight: normal;
}
.banners-container .banner.banner-full img {
  width: 100%;
}
.banners-container .banner.banner-half img {
  width: 50%;
}
@media (max-width: 767px) {
  .banners-container {
    width: 33%;
    padding: 0 1% 1% 0;
    float: left;
  }
  .banners-container .banner .banner-info {
    line-height: 13px;
    left: 0;
    bottom: -25px;
    font-size: 13px;
  }
}
@media (max-width: 535px) {
  .banner-container {
    width: 50%;
    padding: 0 1% 1% 0;
    float: left;
  }
  .banner-container .banner .banner-info {
    left: 4px;
    bottom: -31px;
    font-size: 13px;
  }
  .banner-container .banner.banner-half img {
    width: 100%;
  }
}
/* Layout lists styles - NO general <li> styling here */
/* Layout map and contact details styles */
/* Custom styles to apply for a website */
#page-projecten .tile-container {
  height: 400px;
}
.bg-circle {
  width: 500px;
  height: 500px;
  position: fixed;
  bottom: 0;
  right: -155px;
  background: #FBFBFB;
  border-radius: 50%;
}
.project-header {
  margin: 0 0 30px 0;
}
.project-header img {
  width: 100%;
}
.show-more-link {
  color: #000;
  text-decoration: underline;
}
.contentContainer {
  margin: 96px 0 0 0;
}
.panel a,
.panel a:visited,
.panel a:active {
  color: #000000;
}
.author-avatar {
  margin: 0 auto;
  width: 100%;
  border-radius: 50%;
  width: 250px;
}
.backlink {
  float: right;
}
.rotate:hover {
  transform: rotateY(6.142rad);
  transition-duration: 3s;
}
.grey-gradient {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.bg-black {
  background: #000;
}
.bg-black:hover {
  background: #424242;
}
.tile-info p {
  color: #fff;
}
.footer-circle {
  display: none;
  width: 100%;
  height: 195%;
  background: #000;
  float: left;
  border-radius: 50%;
  position: absolute;
  top: -128px;
  left: 0;
}
footer {
  margin: 130px 0 0 0;
}
.wp-block-button__link {
  border-radius: 0px !important;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #000 !important;
}
.wp-block-button__link:hover {
  background-color: #FFFFFF !important;
  outline: 1px solid #000!important;
  color: #000 !important;
}
.wp-block-image img {
  height: auto;
}
body {
  color: #3e3e3e;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  background-color: #ffffff;
}
p {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 25px 0;
}
#wrapper {
  min-height: calc(100vh - (30px * 2) - 0px - 1.65em);
}
#container {
  margin: 50px 0 0 0;
}
.content {
  padding: 10px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #919396;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #000000;
  text-transform: normal;
  margin: 0 0 5px 0;
  font-weight: 700;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  color: #000000;
  text-transform: normal;
  font-weight: bold;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #000000;
  text-transform: normal;
  margin: 0 0 20px 0;
  font-weight: 700;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000000;
  text-transform: none;
  margin: 10px 0 5px 0;
  font-weight: 700;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  font-weight: 700;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #000000;
  text-transform: none;
}
@media (max-width: 535px) {
  h2 {
    font-size: 22px;
  }
}
ul,
ol {
  padding: 0 0 0 20px;
}
a,
a:visited,
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: none;
}
.panel a,
.panel a:visited,
.panel a:active {
  color: #000000;
  text-decoration: underline;
}
.panel a:hover {
  color: #000000;
  text-decoration: none;
}
footer {
  font-size: 15px;
  position: relative;
}
.btn {
  border-radius: 0;
}
.btn-default {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  padding: 6px 12px;
  font-size: 15px;
}
.btn-default:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.btn-default:active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.container-full {
  width: 100%;
}
