@charset "UTF-8";
/*------------------------------------*\
   Front End
\*------------------------------------*/
/* normalize.css v3.0.3 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *		 without disabling user zoom.
 */
@import "../js/slick-1.5.7/slick/slick.css";
@import "../fonts/elegant_font/HTML CSS/style.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 * Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		 and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		 `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Only GRID
 */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
/*------------------------------------*\
   Variables
\*------------------------------------*/
/*------------------------------------*\
   Buttons
\*------------------------------------*/
.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 40px;
  color: #1c487e;
  border-radius: 50px;
  border: 1px solid #1c487e;
  line-height: 1.8;
  font-family: 'DINPro';
  font-weight: 700;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn .icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.btn:hover {
  text-decoration: none;
  color: #FFF;
  background: #1c487e;
}
.btn.btn-secondary {
  color: #b88f61;
  border-color: #b88f61 !important;
}
.btn.btn-secondary:hover {
  color: #FFF;
  background: #b88f61;
}
.btn.btn-large {
  font-size: 18px;
}
/*------------------------------------*\
   Mixins
\*------------------------------------*/
@font-face {
  font-family: 'ElegantIcons';
  src: url('../fonts/ElegantIcons.woff');
}
/*@font-face {
    font-family: 'DinPro';
    src: url('../fonts/dinpro/DINPRO-LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DinPro';
    src: url('../fonts/dinpro/DINPRO-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DinPro';
    src: url('../fonts/dinpro/DINPRO-MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DinPro';
    src: url('../fonts/dinpro/DINPRO-BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/din/DINPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/din/DINPro-Black.otf') format('opentype'), url('../fonts/din/DINPro-Black.woff') format('woff'), url('../fonts/din/DINPro-Black.ttf') format('truetype'), url('../fonts/din/DINPro-Black.svg#DINPro-Black') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/din/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/din/DINPro-Bold.otf') format('opentype'), url('../fonts/din/DINPro-Bold.woff') format('woff'), url('../fonts/din/DINPro-Bold.ttf') format('truetype'), url('../fonts/din/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/din/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/din/DINPro-Light.otf') format('opentype'), url('../fonts/din/DINPro-Light.woff') format('woff'), url('../fonts/din/DINPro-Light.ttf') format('truetype'), url('../fonts/din/DINPro-Light.svg#DINPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/din/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/din/DINPro-Medium.otf') format('opentype'), url('../fonts/din/DINPro-Medium.woff') format('woff'), url('../fonts/din/DINPro-Medium.ttf') format('truetype'), url('../fonts/din/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/din/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/din/DINPro-Regular.otf') format('opentype'), url('../fonts/din/DINPro-Regular.woff') format('woff'), url('../fonts/din/DINPro-Regular.ttf') format('truetype'), url('../fonts/din/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*
Light 300
Light 300 Italic
Normal 400
Normal 400 Italic
Semi-Bold 600
Semi-Bold 600 Italic
Bold 700
Bold 700 Italic
Extra-Bold 800
Extra-Bold 800 Italic
*/
/*
Thin 100
Thin 100 Italic
Extra-Light 200
Extra-Light 200 Italic
Light 300
Light 300 Italic
Normal 400
Normal 400 Italic
Medium 500
Medium 500 Italic
Semi-Bold 600
Semi-Bold 600 Italic
Bold 700
Bold 700 Italic
Extra-Bold 800
Extra-Bold 800 Italic
Ultra-Bold 900
Ultra-Bold 900 Italic
*/
/*------------------------------------*\
   Box
\*------------------------------------*/
/*
::selection {
	background: @primary;
}
*/
* {
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container,
aside,
header,
section {
  position: relative;
}
div:before,
article:before,
section:before,
aside:before,
main:before {
  content: '';
  display: table;
}
div:after,
article:after,
section:after,
aside:after,
main:after {
  content: '';
  display: table;
  clear: both;
}
.clear {
  width: 100%;
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*------------------------------------*\
   Classes
\*------------------------------------*/
.zm {
  color: #ed1c24 !important;
}
.img-responsive,
img.alignright,
img.alignleft,
img.aligncenter,
.wp-caption img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.total-responsive {
  display: inline-block;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.uppercase {
  text-transform: uppercase !important;
}
.underline {
  text-decoration: underline !important;
}
.brdr-none {
  border: none !important;
}
.owr-hidd {
  overflow: hidden;
}
.tbl {
  display: table;
}
.tbl-cll {
  display: table-cell;
}
.vertical {
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.strike {
  text-decoration: line-through;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.normal_link {
  color: inherit !important;
}
.normal_links a {
  color: inherit !important;
}
/*------------------------------------*\
   Components
\*------------------------------------*/
*[data-href],
*[data-blank-href] {
  cursor: pointer;
}
hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #eee;
}
p {
  margin: 15px 0 0 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li a {
  display: block;
}
.icon-wrap {
  display: table;
  width: auto;
}
.icon-wrap > .icon-left {
  display: table-cell;
}
.icon-wrap > .icon-right {
  display: table-cell;
}
.icon-wrap > div {
  display: table-cell;
  vertical-align: top;
  width: inherit;
}
.icon-left {
  float: left;
  margin: 2px 10px 0 0;
}
.icon-right {
  float: right;
  margin: 2px 0 0 10px;
}
.icon-bleft {
  float: left;
  margin: 0 10px 10px 0;
}
.icon-bleft {
  float: left;
  margin: 0 0 10px 10px;
}
.video_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.table {
  width: 100%;
  margin-bottom: 60px;
  font-size: 0.7em;
}
table.table td,
table.table th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
table.table.striped tr:nth-child(odd) td {
  background: #f8f8f8;
}
/*------------------------------------*\
   Wordpress Styles
\*------------------------------------*/
img.alignright {
  float: right;
  margin: 0 1em 15px 0;
}
img.alignleft {
  float: left;
  margin: 0 1em 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin: 5px;
  padding: 5px;
  border: solid 1px #eee;
  background: #f8f8f8;
  font-size: 0.7em;
}
.wp-caption img {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  img.alignright,
  img.alignleft,
  img.aligncenter,
  .wp-caption {
    display: block;
    float: none !important;
    margin: 0 auto 15px auto;
  }
  .wp-caption {
    display: inline-block;
  }
}
/*------------------------------------*\
   Forms
\*------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 14px;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: none;
  outline: 0 !important;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control:focus {
  border-color: #1c487e;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
/*------------------------------------*\
   Buttons
\*------------------------------------*/
/*------------------------------------*\
   Grayscale
\*------------------------------------*/
/*------------------------------------*\
   Margins & Paddings
\*------------------------------------*/
/*------------------------------------*\
   Borders
\*------------------------------------*/
/*------------------------------------*\
   Assets Media Query
\*------------------------------------*/
/*------------------------------------*\
   App Style
\*------------------------------------*/
/*------------------------------------*\
   Misc
\*------------------------------------*/
#map {
  height: 370px;
  width: 100%;
}
body {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
p {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
}
li {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
}
h1 {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #1c487e;
  text-transform: uppercase;
}
h2 {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #b88f61;
}
h3,
h4,
h5,
h6 {
  font-family: 'DINPro';
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}
.minibutton {
  display: block;
  width: 200px;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #1c487e;
  border-radius: 20px;
  padding: 8px 30px 10px 20px;
  font-family: 'DINPro';
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #1c487e;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.minibutton:hover {
  background-color: #1c487e;
  color: #ffffff;
}
.minibutton .icon {
  margin-left: 5px;
  line-height: 1.7;
}
.news {
  padding-top: 45px !important;
}
.section {
  padding: 15px 0 45px;
}
.section .container {
  text-align: justify;
}
.section__title {
  margin: 30px 0;
  text-align: center;
  color: #1c487e;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-family: 'DINPro';
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
}
.section__title:after {
  content: "";
  display: block;
  background: #cccccc;
  position: absolute;
  bottom: 0px;
  height: 5px;
  width: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section__subtitle,
.section h2 {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #b88f61;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
.section__desc {
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: 300;
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
  line-height: 1.4;
}
.section__desc_small {
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
  padding: 0 30px;
}
.section ol {
  padding: 10px 30px 0;
}
.section li {
  padding: 5px 10px;
}
.section ul {
  padding: 10px 0 0;
  list-style: none;
}
.section ul li {
  display: table;
  list-style: none;
  padding-bottom: 5px;
}
.section ul li:before {
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #b88f61;
  content: url('../img/arrow.svg');
  padding-right: 15px;
  display: table-cell;
}
.section.content__img {
  padding: 0 10px;
}
.panels {
  padding-bottom: 0;
}
.panels .row > div {
  padding: 0;
}
.option {
  transform: all;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 300px;
  background: #333;
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 22px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
}
.option__icon {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.option__bottom_text {
  width: 170px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.option--select {
  background: url('../img/content/option_bg.jpg');
  background-size: cover;
}
.option--brown {
  position: relative;
  top: 0;
  background: #b88f61;
}
.option--brown.active {
  background-color: #ffffff;
}
.option--brown.active .option__bottom_text {
  color: #b88f61;
}
.option--brown.active:hover {
  background-color: white;
}
.option--brown:hover {
  cursor: pointer;
  background-color: #9f7647;
}
.option--blue {
  background: #1c487e;
}
.option--blue:hover {
  cursor: pointer;
  background-color: #173c69;
}
.option .arrow_right {
  position: absolute;
  right: 100%;
  top: 5px;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-30px, 2px);
  opacity: 0;
}
.option__xs {
  height: 170px;
}
.option__xs .option__icon {
  display: none;
}
.top-tel {
  margin: 8px 0px 18px 0px;
}
header {
  padding-top: 30px;
  overflow: hidden;
}
header .logo {
  margin-bottom: 20px;
}
header .info {
  text-align: center;
  position: relative;
}
header .info .icon-wrap {
  min-width: 180px;
  color: #b88f61;
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  display: inline-block;
}
header .info .icon-wrap .icon-left {
  width: 30px;
  height: 30px;
}
header .info .icon-wrap .icon-left span {
  color: #FFF;
  background: #b88f61;
  border-radius: 100%;
  font-size: 20px;
  padding: 6px 6px 5px 5px;
  text-align: center;
}
.header__banner {
  padding-top: 20px;
}
.article_thumbnail {
  margin-bottom: 60px;
}
.article_thumbnail:last-child {
  margin-bottom: 0;
}
.article_thumbnail__date {
  color: #b88f61;
  width: 74px;
  margin-right: 20px;
}
.article_thumbnail__date .day {
  display: block;
  float: left;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-right: 3px;
}
.article_thumbnail__date .month-year {
  display: block;
  float: left;
}
.article_thumbnail__date .month-year span:first-child {
  font-size: 15px;
  display: block;
}
.article_thumbnail__date .month-year span:last-child {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.article_thumbnail__text {
  border-left: 1px solid #e6e6e6;
  padding: 0 30px 20px 30px;
}
.article_thumbnail__title {
  margin-top: 0;
  color: #1c487e;
}
.article_thumbnail .read-more {
  color: #b88f61;
}
.contactus {
  background: #f8f2ec;
  padding: 30px 0;
  text-align: center;
}
.contactus .container {
  text-align: center !important;
}
.contactus__title {
  color: #b88f61;
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.contactus__item {
  margin-bottom: 30px;
}
.contactus__item img {
  width: 50px;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contactus__item__title {
  font-size: 24px;
  color: #b88f61;
  font-family: 'DINPro';
  font-weight: 300;
}
.contactus__item:hover img {
  transform: scale(1.15);
}
.contactus_blue {
  bottom: 0;
  width: 100%;
  background-color: #1c487e;
  padding: 30px 0 45px;
  text-align: center;
}
.contactus_blue__text {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.contactus_blue__item {
  margin-bottom: 10px;
}
.contactus_blue__item img {
  width: 50px;
}
.contactus_blue__title {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}
form {
  padding-top: 10px;
}
form textarea,
form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #b88f61;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #b88f61;
}
form textarea {
  resize: none;
  oultine: none;
}
form .button_send {
  width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #9f7647;
  background-color: #b88f61;
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
form .button_send:hover {
  background-color: #9f7647;
}
.partners_carousel img {
  padding: 30px;
}
.partners_carousel img:focus {
  outline: 0!important;
}
.lang_select {
  margin-top: 5px;
}
.lang_select ul {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.lang_select ul li {
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  width: 30px;
  height: 30px;
  display: table;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lang_select ul li:last-child {
  margin-right: 0;
}
.lang_select ul li a {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 12px;
  line-height: 2.2;
  color: #999999;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  padding-right: 1px;
}
.lang_select ul li:hover a {
  color: #FFF;
}
.lang_select ul li.active {
  background-color: #1c487e;
  border-color: #1c487e;
}
.lang_select ul li.active a {
  color: #FFF;
  font-weight: 800;
}
.lang_select ul li:hover {
  background-color: #1c487e;
  border-color: #1c487e;
  color: #FFF;
}
#toggle {
  cursor: pointer;
  width: 40px;
  position: absolute;
  right: 15px;
  top: -5px;
}
#toggle span {
  width: 100%;
  background: #1c487e;
  display: block;
  height: 2px;
  margin-bottom: 10px;
  transition: all .2s ease;
}
#toggle span:nth-child(2) {
  transition-delay: .2s;
}
#toggle span:nth-child(3) {
  transition-delay: .4s;
}
#toggle.active span {
  width: 0%;
}
#cross {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: -5px;
  transform: rotate(45deg);
}
#cross span {
  background: #1c487e;
  position: absolute;
  display: block;
  transition: all .3s ease;
}
#cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition-delay: 0s;
}
#cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transition-delay: 0s;
}
#cross.active span:nth-child(1) {
  height: 100%;
  transition-delay: .4s;
}
#cross.active span:nth-child(2) {
  width: 100%!important;
  transition-delay: .6s;
}
.main_nav {
  padding: 15px 30px;
  display: none;
}
.main_nav li {
  display: block;
  margin-right: -4px;
  text-align: center;
}
.main_nav li:before {
  content: '';
  display: block;
  width: 85%;
  height: 1px;
  background: #cccccc;
  margin: 15px auto;
}
.main_nav li:first-child:before {
  display: none;
}
.main_nav li.active a {
  color: #1c487e;
}
.main_nav li a {
  color: #999999;
  font-size: 22px;
  font-family: 'DINPro';
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main_nav li a:hover {
  text-decoration: none;
  color: #1c487e;
}
.main_nav.visible {
  display: block;
}
.home_banner {
  height: 630px;
  background-image: url('../img/content/home_slide1.jpg');
  background-size: cover;
  color: #ffffff;
  display: table;
  width: 100%;
}
.home_banner .container {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.home_banner .banner_text {
  margin-bottom: 60px;
}
.home_banner.h330 {
  height: 330px;
  background-position: bottom;
}
.home_banner.h330 .container {
  vertical-align: bottom;
}
.banner_text {
  border-left: 1px solid #b88f61;
  padding-left: 30px;
}
.banner_text__title {
  font-size: 36px;
  font-family: 'DINPro';
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.banner_text__desc {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}
footer {
  text-align: center;
  background-image: url('../img/footer_bg.jpg');
  background-size: cover;
  padding: 30px 0px;
  color: #95b9e5;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  color: #95b9e5;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer ul li a:hover,
footer ul li a:active {
  color: white;
  text-decoration: none;
}
footer .widgetsection {
  margin-bottom: 0px;
}
footer .widget {
  border-bottom: 1px solid #568bcc;
  margin-bottom: 20px;
}
footer .widget__title {
  color: #568bcc;
  font-size: 17px;
  font-family: 'DINPro';
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
footer .widget ul {
  margin-bottom: 20px;
}
footer .copyright_content {
  text-align: center;
  padding-top: 0;
}
footer .copyright_content p {
  margin: 0;
}
footer .copyright_content .copyright {
  font-size: 17px;
  color: #95b9e5;
  text-transform: uppercase;
  font-family: 'DINPro';
  font-weight: 400;
  margin-bottom: 20px;
}
footer .copyright_content .author {
  color: #568bcc;
}
footer .copyright_content .author a {
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer .copyright_content .author a:hover,
footer .copyright_content .author a:active {
  color: white !important;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .option__xs {
    height: 300px;
  }
  .option__xs .option__icon {
    display: block;
  }
  #toggle {
    right: 0;
    top: 1px;
  }
  #cross {
    right: 0;
    top: -6px;
  }
  .panels {
    padding: 30px;
  }
  .panels .row > div {
    padding: 0 15px;
  }
  footer .widgetsection > div {
    border-left: 1px solid #568bcc;
  }
  footer .widgetsection > div:first-child {
    border-left: none;
  }
  footer .widget {
    border: none;
  }
  footer .widget ul {
    margin: 0;
  }
  footer .widget ul li:last-child {
    margin-bottom: 0;
  }
  .copyright_content {
    border-top: 1px solid #568bcc;
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 991px) {
  #toggle,
  #cross {
    display: none;
  }
  header .info {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .header__banner {
    padding-top: 0px;
  }
  .contactus_blue {
    position: absolute;
    background: rgba(28, 72, 126, 0.92);
  }
  .main_nav {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .main_nav li {
    display: inline-block;
  }
  .main_nav li:before {
    display: none;
  }
  .main_nav li:after {
    content: '•';
    display: inline;
    background: transparent;
    margin: 0 10px;
  }
  .main_nav li:first-child:before {
    content: '•';
    display: inline;
    background: transparent;
    margin: 0 10px;
  }
  .main_nav li a {
    font-size: 15px;
  }
}
.content__img {
  background-color: #e3e3e3;
}
.content__img p,
.content__img h1,
.content__img h2,
.content__img h3,
.content__img h4,
.content__img h5,
.content__img h6 {
  text-align: justify;
  padding: 0 10px;
}
.content__img .container {
  min-height: 400px;
  padding: 15px 0 45px;
  background-repeat: no-repeat;
}
.people {
  padding: 0;
}
.people__item {
  padding: 60px 0px;
}
.people__item__photo {
  display: block;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 10px auto 30px;
}
.people__item:nth-child(even) {
  background-color: #f8f2ec !important;
}
.people__item:nth-child(even) .photo {
  float: right;
}
.people__item:nth-child(odd) {
  background-color: white !important;
}
.people .person__name {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #666666;
  text-transform: uppercase;
  text-align: center;
  margin: 0 10px 0 0;
}
.people .person__title {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  color: #666666;
  text-align: center;
  margin: 0 10px 5px 0;
}
.people .person__char {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: #666666;
  text-transform: uppercase;
  margin: 10px 10px 5px 0;
}
.people .person__text {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
  text-align: justify;
}
.people .icon-wrap {
  margin-top: 30px;
}
.people .icon-wrap .icon-left {
  width: 50px;
  height: 50px;
}
.people .lawyer .person__title,
.people .lawyer .person__name {
  color: #1c487e;
}
.people .lawyer .person__char {
  color: #b88f61;
}
.people .expert .person__title,
.people .expert .person__name {
  color: #b88f61;
}
.people .expert .person__char {
  color: #1c487e;
}
.people .row .row ul {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.people .row .row ul li {
  list-style: none;
  padding-top: 5px;
}
.need_help {
  padding: 60px 0;
  background-color: #f8f2ec;
}
.need_help__text {
  font-family: 'DINPro';
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  color: #b88f61;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 10px;
}
.need_help__button {
  display: block;
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 42px;
  color: inherit;
  width: 330px;
  height: 45px;
  margin: 10px auto;
  padding: 0;
  border-radius: 3px;
  text-transform: none;
}
.counter {
  padding: 30px 0;
  background-color: #d2dae5;
  text-align: center;
}
.counter .row > div {
  margin: 30px auto;
}
.counter__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}
.counter__count {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  color: #1c487e;
  margin: 0;
}
.counter__description {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #1c487e;
  margin: 0;
}
.counter-euro {
  font-size: 20px;
}
.spincrement {
  opacity: 0;
}
.references {
  padding: 0 0 60px;
  text-align: center;
}
.references__item {
  background-color: #fbfbfb;
  margin: 60px auto 10px;
  width: 250px;
  height: 250px;
  border-radius: 125px;
}
.references__item__hover {
  background-color: rgba(184, 143, 97, 0.92);
  display: table;
  position: absolute;
  width: 250px;
  height: 250px;
  top: 60px;
  border-radius: 125px;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.6s;
  transform: scale(0.9);
  opacity: 0;
}
.references__item:hover .references__item__hover {
  opacity: 1;
  transform: scale(1);
}
.references__centered {
  display: table-cell;
  vertical-align: middle;
}
.references__company {
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #1c487e;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0;
}
.references__sector {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  margin: 5px 0 0;
  color: #ffffff;
}
.references__logo {
  margin-top: 40px;
  width: 170px;
  height: 170px;
}
.references__text {
  max-width: 250px;
  margin: 0 auto;
}
.references__text-name {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #1c487e;
  margin: 0 0 10px;
}
.references__text-desc {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #b88f61;
  margin: 0 0 5px;
}
.references__text-numb {
  font-family: 'DINPro';
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
  color: #b88f61;
  margin: 0 0 5px;
}
.references__text-euro {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #b88f61;
  margin: 0;
}
.ptmd {
  padding-top: 0;
}
.ptmd .col-lg-2 .sector__text {
  font-size: 13px;
}
.pblg {
  padding-bottom: 60px;
}
.lg-divider {
  display: none;
}
.sector {
  padding: 0 0 30px;
}
.sector__item {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.sector__item__hover {
  background-color: transparent;
  display: table;
  position: absolute;
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 1.1s;
}
.sector__item.active {
  background-image: none;
  border: 1px solid #1c487e;
}
.sector__item:hover .sector__item__hover {
  background-color: rgba(28, 72, 126, 0.92);
  cursor: pointer;
}
.sector__item.active .sector__text {
  color: #1c487e;
}
.sector__item.active:hover .sector__item__hover {
  background: none;
  cursor: default;
}
.sector__centered {
  display: table-cell;
  vertical-align: middle;
}
.sector__text {
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
}
.onsite_menu:before {
  display: block;
  content: '';
}
.onsite_menu__list {
  margin: 0;
  padding: 15px 0 10px;
}
.onsite_menu__item {
  width: 100%;
  list-style: none;
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #b88f61;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #f8f2ec;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.onsite_menu__item:last-child {
  border: 0;
}
.onsite_menu__item.active {
  color: #1c487e;
}
.onsite_menu__item:hover {
  color: #1c487e;
  cursor: pointer;
}
.onsite_menu__item__content {
  display: none;
  padding: 10px;
}
.onsite_menu__item__content.active {
  display: block;
}
.onsite_menu__option {
  padding: 0;
}
.onsite_menu__title {
  font-family: 'DINPro';
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #b88f61;
  text-transform: uppercase;
  margin: 5px 0 30px offset-xs;
}
.onsite_menu__text {
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
  text-align: justify;
  margin: 5px 0 30px offset-xs;
}
.onsite_menu__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  outline: 0;
  border: 1px solid #b88f61;
  border-radius: 3px;
  margin: 30px auto 0;
  padding: 5px 10px;
  background-color: transparent;
  font-family: 'DINPro';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  text-transform: uppercase;
}
.onsite_menu__select option {
  padding: 10px;
}
.onsite_menu__select option:hover {
  background-color: #b88f61;
}
.onsite_menu .visible-xs:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 25px;
  background-image: url('../img/expand.svg');
  background-size: 40px;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
  .onsite_menu:before {
    margin: 30px 15px 0;
    border-top: 1px solid #b88f61;
  }
  .onsite_menu__list {
    min-height: 400px;
    padding: 15px 0 60px;
  }
  .onsite_menu__item__content {
    min-height: 570px;
    border-left: 1px solid #b88f61;
    padding: 30px;
  }
  .onsite_menu__option {
    padding: 0 15px;
  }
  .option--select {
    margin: 0;
  }
  .option--select .arrow_right {
    position: static !important;
    display: inline-block;
    transform: translate(-3px, 2px);
  }
  .option--brown.active {
    top: 31px;
    border: 1px solid #b88f61;
    border-bottom: 1px solid white;
  }
  .option:hover .arrow_right {
    transform: translate(-3px, 2px);
    opacity: 1;
  }
  .need_help__text {
    text-align: right;
  }
  .need_help__button {
    margin: 10px;
  }
  .people .person__text {
    text-align: left;
    margin-right: 30px;
  }
  .sector__item_01 {
    background-image: url('../img/sector1.jpg');
  }
  .sector__item_02 {
    background-image: url('../img/sector2.jpg');
  }
  .sector__item_03 {
    background-image: url('../img/sector3.jpg');
  }
  .sector__item_04 {
    background-image: url('../img/sector4.jpg');
  }
  .sector__item_05 {
    background-image: url('../img/sector5.jpg');
  }
  .sector__item_06 {
    background-image: url('../img/sector6.jpg');
  }
}
@media only screen and (max-width: 991px) {
  .content__img .container {
    background-image: none !important;
  }
}
@media only screen and (min-width: 991px) {
  #map {
    height: 650px;
    width: 100%;
  }
  .people__item.lawyer .photo_circle,
  .people__item.expert .photo_circle {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .people__item.lawyer .person__name,
  .people__item.expert .person__name,
  .people__item.lawyer .person__title,
  .people__item.expert .person__title {
    text-align: left;
  }
  .people .person__text {
    margin-right: 10px;
  }
  .content__right .container {
    background-position: bottom right;
  }
  .content__left .container {
    background-position: bottom left;
  }
  .content__img_01 .container {
    background-image: url('../img/img1.jpg');
  }
  .content__img_02 .container {
    background-image: url('../img/img2.jpg');
  }
}
@media only screen and (min-width: 1200px) {
  .lg-divider {
    display: inline;
  }
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
.gmnoprint:nth-child(7) {
  top: 0 !important;
}
.breadcrumbs {
  color: #f7f3ee !important;
  background-color: transparent !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.breadcrumbs a {
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #e7dacb !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: #f7f3ee !important;
}
