/**
 *
 * Marco Stylesheet
 * by Puruno
 * https://themeforest.net/user/puruno
 * 
 * please do not edit directly in theme, for any adjustments we recomend using child theme
 * https://codex.wordpress.org/Child_Themes
 *
 *  *
 * 1. 	Foundation base styles
 * 2. 	Global elements
 * 3. 	Navbar styles
 * 4. 	Home templates styles
 * 5. 	Blog template styles
 * 6. 	Food menu templates styles
 * 7. 	Gallery templates styles
 * 8. 	Restaurant reservation styles
 * 9. 	Contact form styles
 * 10. 	Team members element styles
 * 11.	Mosaic element styles
 * 12.	Widgets sidebar/footer styles
 * 13.	Footer styles
 * 14.	Animations
 * 15.	Vegas slider styles
 * 16.	Swiper slider styles
 * 17.	Swipebox slider styles
 */
/**
 *
 * 1. Foundation base styles
 *
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
@font-face {
  font-family: CoconVU;
  src: url(./fonts/CoconVU.ttf);
}
@font-face {
  font-family: Cocon Regular;
  src: url(./fonts/Cocon-RegularTR.ttf);
}
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; }
:focus {
    outline: none;
}

/* 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: 1em 40px; }

/**
   * 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: not-allowed; }

/**
   * 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: content-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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  background: #ec2224 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }
.main-nav-right .lg a {margin:0;}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }
.classic {
  max-width: 1244px;
    margin: 0 auto;
}
.row {
 
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
           margin-left: -0.625rem;
    margin-right: -0.625rem;} }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  margin-bottom: 0;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #ddd;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64.0625em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.125rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; 
    text-decoration: underline;
}
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.75em;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
blockquote {padding-top: 106px;}
blockquote:before {
    content: "“";
    position: absolute;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 180px;
    color: #d8d8d8;
    top: 0;
        left: -10px;
    line-height: 120px;
  }
  blockquote, blockquote p {
    line-height: normal;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #333;
  cursor: help;
  border-bottom: 1px dotted #111; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #111;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f5f5f5;
  color: #111;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #111;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd; }

input::placeholder,
textarea::placeholder {
  color: #ddd; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #111; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #111; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f5f5f5;
  color: #111;
  border: 1px solid #ddd;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #111;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f5f5f5;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #111; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .menu-icon:hover::after {
    background: #ddd;
    box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #111, 0 14px 0 #111; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    color: #333; }
  tfoot {
    background: #f2f2f2;
    color: #333; }
  thead tr, tfoot tr {
    background: transparent; 
    border-bottom: 1px solid #b5d0dc;
}
  thead th, thead td, tfoot th, tfoot td {
    padding: 30px 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left; }
  tbody tr:nth-child(even) {
    border: 1px solid #b5d0dc;
   }
  tbody th, tbody td {
     padding: 30px 15px; }

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/**
 *
 * 2. Global elements
 *
 */
/**
 *
 * Mixins
 *
 */
body {
  overflow-x: hidden; }
  body a, body button {
    color: inherit; }
    body a:hover, body button:hover {
      color: inherit; }
    body a:hover, body a:focus, body a:active, body a:visited, body button:hover, body button:focus, body button:active, body button:visited {
      outline: none;
      color: inherit; }
  body .content a:not(.btn) {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    transition: border-color .4s; }
    body .content a:not(.btn):hover {
      border-color: inherit; }
  body .content p {
    font-size: 18px; }
    body .content p * {
      font-size: inherit; }
  body.no-scroll {
    overflow: hidden; }

.columns {
  min-height: 1px; }

.header-uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6{
  margin-bottom: 30px; }

.italic-header {
  font-family: "Lora";
  font-style: italic; }

.page-wrapper {
  overflow: hidden;
  width: 100%; 
      background: #fff;
}

.btn-content {
  display: inline-block; }
  .btn-content .button-border {
    background: #111; }

.content-left {
  margin-left: 0;
  text-align: left; }

.content-right {
  margin-right: 0;
  text-align: right; }

.content-center {
  margin: 0 auto;
  text-align: center; }

.element-cta {
  width: 100%; }
  .element-cta .cta-content, .element-cta .image-content {
    vertical-align: middle; }
  .element-cta .cta-content {
    padding: 0 30px; }
    .element-cta .cta-content *:not(.btn-text) {
      color: inherit; }
  .element-cta.cta-bg-img {
    position: relative;
    display: block; }
    .element-cta.cta-bg-img .cta-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      display: block;
      width: 100%; }
      .element-cta.cta-bg-img .cta-content p:empty {
        display: none; }
    .element-cta.cta-bg-img .image-content {
      display: block; }
    .element-cta.cta-bg-img .cta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      opacity: .6;
      z-index: 2; }
  @media screen and (max-width: 64em) {
    .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .image-content {
      margin-bottom: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .element-cta.cta-left-img, .element-cta.cta-right-img {
      display: table;
      table-layout: fixed; }
      .element-cta.cta-left-img .cta-content, .element-cta.cta-left-img .image-content, .element-cta.cta-right-img .cta-content, .element-cta.cta-right-img .image-content {
        display: table-cell;
        direction: ltr; }
    .element-cta.cta-right-img {
      direction: rtl; } }

.default-content {
  margin-bottom: 30px; }

.loading-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 999; }

.loading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.7s ease-in; }

.page-intro {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(-20px); }
  .page-intro .row, .page-intro .columns, .page-intro .intro-content-wrapper {
    height: inherit; }
  .page-intro:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1; }
  .page-intro.intro-loaded {
    opacity: 1;
    transform: translateX(0); }
    .page-intro.intro-loaded:before {
      transform: translateY(-100%) translateX(0) translateZ(0);
      opacity: 1; }
    .page-intro.intro-loaded:after {
      transform: translateY(0%); }

.intro-content-wrapper {
  transform: translateY(-50px);
  transition: transform 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.5s 0s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0; }

.intro-loaded .intro-content-wrapper {
  transform: translateY(0);
  opacity: 1; }

.link-hover, .wpb_text_column p a {
  position: relative;
  border-bottom: none !important; }
  .link-hover:after, .wpb_text_column p a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform-origin: top; }
  .link-hover:hover:after, .wpb_text_column p a:hover:after {
    opacity: 1;
    transform: scale3d(1, 2, 1);
    transform-origin: top; }

.link-hover-text:hover:after, .wpb_text_column p a:after {
  transform: scale3d(1, 1, 1); }

.link-hover-text:after, .wpb_text_column p a:after {
 display: none;}

.page-padding-top {
  position: relative; }

.standard-page {
  padding-bottom: 90px; }

.single-post-nav .arrow-prev, .single-post-nav .arrow-next {
  width: auto; }

.single-post-nav .arrow-prev {
  text-align: right; }

.single-post-nav .arrow-next {
  text-align: left; }

.lead {
  font-size: 24px !important;
  margin-bottom: 45px !important; }

.element-gallery-grid {
  overflow: hidden; }
  .element-gallery-grid:last-of-type {
    margin-bottom: 60px; }
  @media screen and (min-width: 64.0625em) {
    .element-gallery-grid.two-columns .image-content {
      width: 50%; }
    .element-gallery-grid.three-columns .image-content {
      width: 33.3332%; }
    .element-gallery-grid.four-columns .image-content {
      width: 25%; }
    .element-gallery-grid .image-content {
      float: left; } }

.element-list-table {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .element-list-table li {
    width: 50%;
    float: left;
    border-top: 1px solid;
    padding: 20px 30px;
    position: relative;
    list-style-type: none; }

ul.element-list-table li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  left: 10px;
  background: #ddd;
  border-radius: 50%; }

ol.element-list-table {
  counter-reset: counter_level1; }
  ol.element-list-table li:before {
    content: counter(counter_level1) ".";
    counter-increment: counter_level1;
    position: absolute;
    left: 10px;
    background: transparent; }


.dropcap {
  font-family: "Lora";
  font-size: 32px;
  line-height: 1; }

.el-intro-page > .row {
  margin-bottom: 0 !important; }

.default-page > .row {
  margin-bottom: 60px; }

.img-content.float-left {
  margin: 8px 30px 15px 0; }

.img-content.float-right {
  margin: 8px 0px 15px 30px; }

figcaption {
  margin-top: 5px;
  font-family: "Lora";
  font-size: 12px;
  color: #8a8a8a; }

.img-content-lightbox, .gallery-content-lightbox {
  position: relative;
  display: block;
  overflow: hidden; }
  .img-content-lightbox:before, .gallery-content-lightbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }
  .img-content-lightbox:hover:before, .gallery-content-lightbox:hover:before {
    opacity: 1;
    transform: translateY(0); }

.grid-table {
  border: 1px solid #ddd;
  margin-bottom: 10px !important; }
  .grid-table .columns:nth-child(2) {
    background: #e1e1e1; }
  .grid-table .columns {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px; }

.fluid-row {
  background: #e1e1e1; }

.grid-page > .row {
  margin-bottom: 30px; }

.grid-page .grid-padding-top {
  margin-top: 60px; }

.separator {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 60px 0; }

.el-block-page .separator {
  margin-bottom: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

pre {
  background: #f5f5f5;
  padding: 15px; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  margin-top: 5px;
  font-family: "Lora";
  font-size: 12px !important;
  color: #8a8a8a;
  margin-bottom: 5px !important; }

img.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

img.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.alignleft {
  margin: 0;
  float: left;
  margin-right: 1.5em; }

.alignright {
  margin: 0;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto; }

.alignnone {
  margin: 30px 0; }

/**
 *
 * Pagination 
 *
 */
.nav-links {
  width: 100%;
  text-align: center; }
  .nav-links a, .nav-links span {
    display: inline-block;
    vertical-align: middle; }
  .nav-links .arrow-prev, .nav-links .arrow-next {
    width: 50px; }
  .nav-links .page-numbers, .nav-links .page-number {
  	width:50px;
  	height: 50px;
  	line-height: 50px;
  	background: #0c5eb1;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 2px;
    }
    .nav-links .page-numbers.next, .nav-links .page-number.next,
    .nav-links .page-numbers.prev, .nav-links .page-number.prev {
    	background: transparent;
    }
    .nav-links .page-numbers:not(.prev):not(.next):not(.current), .nav-links .page-number:not(.prev):not(.next):not(.current) {
    opacity: 1;
    transition: opacity .4s;
    background: #6fd4fd; }
    .nav-links .page-numbers:hover, .nav-links .page-number:hover {
      opacity: 0.5 !important; }

.page-links {
  width: 100%;
  text-align: center; }
  .page-links a, .page-links span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
    font-family: "Lora";
    font-style: italic; }
  .page-links a {
    opacity: .5;
    transition: opacity .4s; }
    .page-links a:hover {
      opacity: 1; }

/**
 *
 * Buttons
 *
 */
.btn {
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .btn.btn-full {
    display: block;
    width: 100%; }

.btn-xs {
  padding: 10px 20px;
  font-size: 12px; }

.btn-sm {
  padding: 10px 20px; }

.btn-md {
  padding: 15px 30px; }

.btn-lg {
  padding: 25px 75px; }

.btn-load-more {
  text-align: center;
  background: transparent !important; }
  .btn-load-more.btn-dark {
    color: #333; }
    .btn-load-more.btn-dark .btn-text {
      color: #333; }
    .btn-load-more.btn-dark .link-hover:after {
      background: #111; }
  .btn-load-more.btn-light {
    color: #fff; }
    .btn-load-more.btn-light .btn-text {
      color: #fff; }
    .btn-load-more.btn-light .link-hover:after {
      background: #fff; }
  .btn-load-more .btn-text {
    text-transform: uppercase;
    color: inherit;
    padding-bottom: 5px; }

.btn-rounded {
  border-radius: 40px; }

.btn-solid {
  transition: opacity .4s; }
  .btn-solid:hover {
    opacity: .85; }

.btn-custom.btn-solid {
  background: #fff;
  color: #333; }

.btn-custom.btn-border-animate .btn-text {
  color: #fff; }

.btn-custom.btn-border-animate .button-border {
  background: #fff; }

.btn-icon .icon-rounded {
  border-radius: 50%; }
  .btn-icon .icon-rounded:before {
    border-radius: 50%; }

.btn-icon.btn-lg .btn-text {
  padding-right: 64px; }

.btn-icon.btn-lg span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 64px; }
  .btn-icon.btn-lg span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 70px;
    height: 70px;
    border: 1px solid; }

.btn-icon.btn-lg svg {
  width: 64px;
  height: 64px; }

.btn-icon.btn-md .btn-text {
  padding-right: 44px; }

.btn-icon.btn-md span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 44px; }
  .btn-icon.btn-md span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 50px;
    height: 50px;
    border: 1px solid; }

.btn-icon.btn-md svg {
  width: 44px;
  height: 44px; }

.btn-icon.btn-sm .btn-text {
  padding-right: 34px; }

.btn-icon.btn-sm span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 34px; }
  .btn-icon.btn-sm span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 40px;
    height: 40px;
    border: 1px solid; }

.btn-icon.btn-sm svg {
  width: 34px;
  height: 34px; }

.btn-icon.btn-xs .btn-text {
  padding-right: 28px; }

.btn-icon.btn-xs span:not(.btn-text) {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 28px; }
  .btn-icon.btn-xs span:not(.btn-text):before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    width: 34px;
    height: 34px;
    border: 1px solid; }

.btn-icon.btn-xs svg {
  width: 28px;
  height: 28px; }

.btn-light {
  background: #fff;
  color: #333; }
  .btn-light .btn-text {
    color: #333; }
  .btn-light.btn-icon span:not(.btn-text) {
    background: #333; }
    .btn-light.btn-icon span:not(.btn-text):before {
      border-color: #333; }
    .btn-light.btn-icon span:not(.btn-text) svg * {
      stroke: #fff;
      fill: #fff; }

.btn-dark {
  background: #111;
  color: #fff; }
  .btn-dark .btn-text {
    color: #fff; }
  .btn-dark.btn-icon span:not(.btn-text) {
    background: #fff; }
    .btn-dark.btn-icon span:not(.btn-text):before {
      border-color: #fff; }
    .btn-dark.btn-icon span:not(.btn-text) svg * {
      stroke: #111;
      fill: #111; }

.btn-border-animate {
  position: relative;
  overflow: hidden;
  background: transparent !important; }
  .btn-border-animate .button-border {
    position: absolute; }
  .btn-border-animate .top {
    top: 0;
    left: 30px;
    width: 100%;
    height: 1px;
    transition: left .4s, background .4s; }
  .btn-border-animate .left {
    left: 0;
    width: 1px;
    height: 100%;
    transition: top .3s .1s, background .4s; }
  .btn-border-animate .left-bottom {
    top: 30px; }
  .btn-border-animate .left-top {
    top: -100%; }
  .btn-border-animate .bottom {
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: right .4s .2s, background .4s; }
  .btn-border-animate .bottom-right {
    right: 0; }
  .btn-border-animate .bottom-left {
    right: 100%; }
  .btn-border-animate .right {
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    transition: top .4s .1s, background .4s; }
  .btn-border-animate.btn-dark {
    color: #333; }
    .btn-border-animate.btn-dark .btn-text {
      color: #333; }
    .btn-border-animate.btn-dark .button-border {
      background: #111; }
  .btn-border-animate.btn-light {
    color: #fff; }
    .btn-border-animate.btn-light .btn-text {
      color: #fff; }
    .btn-border-animate.btn-light .button-border {
      background: #fff; }
  .btn-border-animate.btn-xs .top {
    left: 15px; }
  .btn-border-animate.btn-xs .left-bottom {
    top: 15px; }
  .btn-border-animate.btn-sm .top {
    left: 20px; }
  .btn-border-animate.btn-sm .left-bottom {
    top: 20px; }
  .btn-border-animate:hover .top {
    left: 0; }
  .btn-border-animate:hover .left-bottom {
    top: 0; }
  .btn-border-animate:hover .bottom-right {
    right: 30px; }
  .btn-border-animate:hover .right {
    top: -30px; }
  .btn-border-animate:hover.btn-xs .bottom-right {
    right: 15px; }
  .btn-border-animate:hover.btn-xs .right {
    top: -15px; }
  .btn-border-animate:hover.btn-sm .bottom-right {
    right: 20px; }
  .btn-border-animate:hover.btn-sm .right {
    top: -20px; }

#scroll-up {
  width: 50px;
  height: 50px;
  cursor: pointer; }
  #scroll-up svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px; }
  @media screen and (max-width: 64em) {
    #scroll-up {
      margin: 0 auto; } }
  @media screen and (min-width: 64.0625em) {
    #scroll-up {
      margin-right: 0;
      margin-left: auto; } }

/**
 *
 * Forms
 *
 */
.forms-style fieldset {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .forms-style fieldset:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #ddd;
    height: 1px;
    z-index: -1; }
    @media screen and (max-width: 64em) {
      .forms-style fieldset:after {
        width: 100%; } }

.forms-style .mf-input {
  float: left;
  width: calc(100% / 3);
  position: relative; }
  .forms-style .mf-input.message {
    width: 100%; }
    .forms-style .mf-input.message label, .forms-style .mf-input.message .border-label {
      width: calc(100% / 3); }
    .forms-style .mf-input.message .border-label {
      position: relative; }
    .forms-style .mf-input.message textarea {
      resize: none;
      text-align: left; }
    .forms-style .mf-input.message:after {
      left: 33%;
      margin-left: 0; }
  .forms-style .mf-input:not(.message):after, .forms-style .mf-input .border-label:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    background: #111;
    z-index: 1;
    transition: transform .4s, background .4s; }
  .forms-style .mf-input.message-error:not(.message):after, .forms-style .mf-input.message-error .border-label:after {
    background: #f10a4a !important; }
  .forms-style .mf-input.message-error label {
    color: #f10a4a !important; }

.forms-style label {
  position: absolute;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  bottom: 0;
  transition: bottom .4s, opacity .4s, font-size .4s, color .4s; }
  .forms-style label span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0;
    transition: opacity .4s; }
    .forms-style label span svg {
      position: absolute;
      top: 0;
      left: 0; }
  .forms-style label .clear-input {
    opacity: 1;
    cursor: pointer; }

@keyframes autofill {
  to {
    background: transparent; } }

.forms-style input, .forms-style select, .forms-style textarea {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 10px; } }
  @media screen and (min-width: 40em) {
    .forms-style input, .forms-style select, .forms-style textarea {
      padding: 0 30px; } }
  .forms-style input:focus, .forms-style select:focus, .forms-style textarea:focus {
    outline: none; }
  .forms-style input:-webkit-autofill, .forms-style select:-webkit-autofill, .forms-style textarea:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }

.forms-style .active-input label {
  bottom: -60px;
  opacity: .4;
  font-size: 12px; }

.forms-style .active-input:after, .forms-style .active-input .border-label:after {
  transform: scale3d(1, 2, 1) !important; }

@media screen and (max-width: 64em) {
  .form-with-image.img_right .form-image {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 50%; } }

.form-with-image.img_right fieldset:after {
  left: 0;
  right: -50% !important; }

@media screen and (min-width: 64.0625em) {
  .form-with-image.img_right .form-image .form-image-wrapper {
    padding-left: 0;
    padding-right: 60px; } }

@media screen and (max-width: 64em) {
  .form-image {
    max-width: 50%;
    margin-bottom: 30px; } }

@media screen and (min-width: 64.0625em) {
  .form-image .form-image-wrapper {
    padding-left: 60px; } }

.form-container {
  margin-bottom: 60px; }

@media screen and (min-width: 64.0625em) {
  .form-container {
    display: table;
    width: 100%; }
  .marco-form {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle; }
  .form-image {
    width: 33.3332%;
    display: table-cell;
    vertical-align: middle; } }

.form-container:not(.form-with-image) .marco-form fieldset:after {
  left: 0;
  right: 0; }

.marco-form {
  text-align: center; }
  .marco-form fieldset:after {
    right: 0; }
    @media screen and (max-width: 64em) {
      .marco-form fieldset:after {
        width: 100%; } }
    @media screen and (min-width: 64.0625em) {
      .marco-form fieldset:after {
        left: -50%; } }
  .marco-form .btn-contact {
    margin: 0 auto;
    display: block;
    transition: color .4s; }
    @media screen and (max-width: 64em) {
      .marco-form .btn-contact {
        margin-bottom: 60px; } }
    .marco-form .btn-contact .button-border {
      background: #111; }
    .marco-form .btn-contact.button-success {
      color: #2ec556 !important; }
      .marco-form .btn-contact.button-success .button-border {
        background: #2ec556; }

.post-password-form fieldset {
  margin-bottom: 30px; }
  .post-password-form fieldset p {
    display: none; }

.post-password-form p {
  text-align: right; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }
  .gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%; }
  .gallery-item a img {
    display: block;
    transition: filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gallery-item a:hover img, .gallery-item a:focus img {
    filter: opacity(60%); }

.gallery-columns-1 .gallery-item {
  float: none;
  width: 100%;
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  float: none;
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  float: none;
  max-width: 33.3332%; }

.gallery-columns-4 .gallery-item {
  float: none;
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  float: none;
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  float: none;
  max-width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  float: none;
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  float: none;
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  float: none;
  max-width: 11.11%; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/**
 *
 * Page Intro
 *
 */
.page-intro {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .page-intro .intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5; }
  .page-intro .intro-content-wrapper {
    display: table;
    min-height: 350px;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    width: 100%; }
  .page-intro .intro-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px; }
    .page-intro .intro-content p:last-of-type {
      margin-bottom: 0; }
    .page-intro .intro-content.intro-content-left {
      text-align: left; }
    .page-intro .intro-content.intro-content-right {
      text-align: right; }
    .page-intro .intro-content.intro-content-center {
      text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 0 30px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page-intro .intro-header:last-child {
      margin: 0 30px 30px; } }
  @media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
    .page-intro .intro-header:last-child {
      margin: 0 60px 60px; } }
  @media screen and (min-width: 75em) {
    .page-intro .intro-header:last-child {
      margin: 0 120px 90px; } }
  .page-intro .intro-header .post-meta {
    margin-bottom: -60px;
    position: relative;
    padding-top: 60px; }
  .page-intro .page-header {
    padding: 0; }

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

.classic .page-header {
  margin-bottom: 0; }
  .classic .page-header > div {
    margin-bottom: 30px; }
    .classic .page-header > div * {
      margin-bottom: 0; }
    .classic .page-header > div:last-of-type {
      margin-bottom: 0; }

.page-header {
  padding: 60px 30px 30px;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .page-header .header {
      width: 100%; }
    .page-header .content {
      width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page-header .header {
      width: 75%; }
    .page-header .content {
      width: 75%; } }
  @media screen and (min-width: 64.0625em) {
    .page-header .header {
      width: 50%;
      float: left;
      padding-right: 30px; }
    .page-header .content {
      width: 50%;
      float: right;
      padding-left: 30px; } }
  .page-header .content p {
    font-size: 16px; }
  .page-header .header h3 {
    margin-bottom: 30px;
    letter-spacing: 1px; }
  .page-header a {
    color: inherit; }
  .page-header .post-meta {
    margin-bottom: 30px; }

/**
 *
 * Elements typo
 *
 */
.el-table {
  display: table;
  width: 100%; }
  .el-table .el-table-cell {
    display: table-cell;
    padding: 15px; }

.section-dark {
  background: #333;
  padding: 15px; }

.el-intro .el-table .el-table-cell {
  padding: 15px 0; }

/**
 *
 * 404 error
 *
 */
.error-404 {
  margin: 60px 0 120px 0; }
  .error-404 h1 {
    z-index: -1;
    font-size: 260px;
    font-family: "Lora";
    font-style: italic;
    color: #f5f5f5;
    line-height: 1;
    text-align: center;
    margin-bottom: 0; }
  .error-404 .page-content {
    margin-top: 15px; }
  .error-404 fieldset {
    margin-bottom: 0; }
  @media screen and (max-width: 64em) {
    .error-404 {
      text-align: center; }
      .error-404 h1 {
        margin-bottom: 30px; }
      .error-404 .search-input {
        margin: 0 auto;
        width: 70%; } }
  @media screen and (max-width: 39.9375em) {
    .error-404 h1 {
      font-size: 150px; } }

.search-input {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd; }
  .search-input:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #111; }
  .search-input input {
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    height: 60px;
    display: inline-block;
    padding-right: 30px; }
    .search-input input:focus {
      border: none;
      box-shadow: none; }
  .search-input button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 30px;
    bottom: 0;
    text-align: center;
    cursor: pointer; }

/**
 *
 * SVG icons
 *
 */
.arrow-prev {
  width: 100px;
  height: 50px;
  cursor: pointer;
  text-align: right; }
  .arrow-prev svg {
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform: translate3d(0, 0, 0);
    transform-origin: left;
    width: 50px;
    height: 50px; }
    .arrow-prev svg:hover {
      opacity: 1;
      transform: translateX(-15px); }

.arrow-next {
  width: 100px;
  height: 50px;
  opacity: .5;
  transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
  transform: translateX(0);
  transform-origin: right; }
  .arrow-next svg {
    width: 50px;
    height: 50px; }
  .arrow-next:hover {
    opacity: 1;
    transform: translateX(15px); }

.arrow-prev line, .arrow-next line {
  stroke: #111; }

svg#icon-big-arrow-prev, svg#icon-big-arrow-next {
  width: 90px;
  height: 50px; }
  svg#icon-big-arrow-prev line, svg#icon-big-arrow-next line {
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
    fill: none; }

/**
 *
 * Colors
 *
 */
.page-header-intro li {
  color: #8a8a8a; }

.page-header-intro .link-hover:after, .page-header .link-hover:after {
  background: #333; }

.page-intro .intro-overlay {
  background: #111; }

.page-intro .intro-content, .page-intro .page-header-intro li {
  color: #fff; }

.page-intro .link-hover:after {
  background: #fff; }

.element-list-table li {
  color: #8a8a8a;
  border-color: #ddd; }
  .element-list-table li:before {
    background: #ddd; }

.element-cta.cta-content-light {
  color: #fff; }

.content a {
  border-color: #ddd; }

.vc_row-flex > .columns {
  display: -ms-flexbox;
  display: flex; }
  .vc_row-flex > .columns > .vc_column-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row-o-content-bottom > .columns > .vc_column-inner {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row-o-content-middle > .columns > .vc_column-inner {
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -ms-flex-align: center;
  align-items: center; }

/**
 *
 * 3. Navbar styles
 *
 */
/**
 *
 * Main navigation 
 *
 */
body.admin-bar.nav-top .main-navigation {
  top: 0px; }

@media screen and (max-width: 782px) {
  body.admin-bar.nav-top .main-navigation {
    top: 46px; } }

@media screen and (max-width: 64em) {
  .nav-solid .page-wrapper {
    padding-top: 100px; }
    .nav-solid .page-wrapper .home-bg-slider {
      top: 100px; }
    .nav-solid .page-wrapper .page-intro {
      margin-top: 100px; }
  .main-navigation {
    height: 100px; }
    .main-navigation .nav-wrapper {
      height: 100px; }
  .nav-transparent .intro-content-wrapper {
    padding-top: 160px !important; }
  .mobile-navbar-overlay .menu-mobile {
    margin-top: 130px !important; }
  .nav-solid.nav-home > .page-wrapper {
    padding-top: 0;
    top: 0; }
    .nav-solid.nav-home > .page-wrapper .page-wrapper {
      top: 0; } }

@media screen and (min-width: 64.0625em) {
  .main-navigation .nav-wrapper {
    height: 150px; }
  .nav-solid.nav-top .page-wrapper {
    padding-top: 150px; }
    .nav-solid.nav-top .page-wrapper .home-bg-slider {
      top: 150px; }
    .nav-solid.nav-top .page-wrapper .page-intro {
      margin-top: 150px; }
  .nav-transparent.nav-top .page-wrapper .intro-content-wrapper {
    padding-top: 240px !important; }
  .nav-transparent.nav-top .page-wrapper .home-content {
    padding-top: 210px; }
    .nav-transparent.nav-top .page-wrapper .home-content .home-top {
      top: 210px; }
  .nav-solid.nav-bottom .page-wrapper .home-bg-slider {
    bottom: 150px; }
  .nav-transparent.nav-bottom .page-wrapper .home-content {
    padding-bottom: 210px; }
    .nav-transparent.nav-bottom .page-wrapper .home-content .home-bottom {
      bottom: 210px; } }

@media screen and (max-width: 64em) {
  .page-padding-top {
    padding-top: 60px; }
  .nav-solid .page-wrapper .page-intro .page-header-intro {
    top: 0; }
  .home-bg-slider {
    bottom: 0 !important; }
  .nav-bottom .main-navigation, .nav-center-ver .main-navigation {
    bottom: auto;
    top: 0; }
  #reorder-mobile {
    width: 34px;
    height: 34px;
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px; }
  .nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
    top: 0;
    bottom: 0; }
  .nav-transparent .page-wrapper .page-intro {
    top: 0; }
  .main-navigation {
    text-align: center !important; }
    .main-navigation .nav-logo {
      position: relative;
      z-index: 2;
      float: left !important;
      margin-right: 35px; }
      .main-navigation .nav-logo a {
        margin-left: 15px !important;
        padding: 20px 0 !important; }
      .main-navigation .nav-logo img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .main-navigation .nav-logo h1 {
        margin-bottom: 0; } }

@media screen and (min-width: 64.0625em) {
  .nav-solid.nav-top .page-wrapper .home-bg-slider {
    bottom: 0; }
  .nav-solid.nav-top .page-wrapper .page-intro .page-header-intro {
    top: 0; }
  .nav-transparent .page-wrapper .home-bg-slider, .nav-transparent .page-wrapper .page-padding-top {
    top: 0;
    bottom: 0; }
  .nav-transparent .page-wrapper .page-intro {
    top: 0; }
  .nav-transparent.nav-top .page-wrapper .page-intro + .page-padding-top, .nav-transparent.nav-top .page-wrapper .page-header-intro + .page-padding-top {
    padding-top: 60px !important; }
  .nav-solid.nav-bottom .page-wrapper .home-bg-slider {
    top: 0; }
  .nav-solid.nav-bottom .page-wrapper .page-padding-top {
    bottom: 0; }
  .nav-solid.nav-center-ver .page-wrapper .home-bg-slider, .nav-solid.nav-center-ver .page-wrapper .page-padding-top {
    top: 0;
    bottom: 0; }
  .home-content {
    padding-top: 60px; }
    .home-content .home-top {
      top: 60px; } }

.nav-classes {
  width: 100%; }

.main-navigation {
  z-index: 4;
  width: 100%; }
.main-navigation.classmobile {
  z-index: 6;
}
  .main-navigation .nav-wrapper {
    position: relative; }
  .main-navigation .nav-items {
    transition: opacity .4s;
    height: inherit; }
    .main-navigation .nav-items ul {
      margin: 0;
      height: 100%; }
    .main-navigation .nav-items li {
      list-style-type: none;
      position: relative;
      height: 50px;
      line-height: 50px;
      top: 50%;
      margin-top: -25px; }
    .main-navigation .nav-items a {
      font-size: 16px;
      padding: 8px 0;
     margin: 0 40px;
     text-transform: uppercase;
     font-weight: 500;
      text-align: center; }
    .main-navigation .nav-items li.lang-item a {
       margin: 0 5px;
    }
      .main-navigation .nav-items a[href="#"] {
        cursor: default; }
  .main-navigation .nav-logo {
    height: 100%;
    opacity: 0;
    transition: opacity .4s; }
    .main-navigation .nav-logo a {
      display: inline-block;
      height: 120px;
      margin: 0 0px;
      padding: 40px 0; }
    .main-navigation .nav-logo img {
      max-height: 100%; }
    .main-navigation .nav-logo.active-logo {
      opacity: 1; }
    .main-navigation .nav-logo h1 {
      margin-bottom: 0;
      line-height: 60px; }
  .main-navigation .menu-item .sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
    .main-navigation .menu-item .sub-menu li {
      position: relative;
      width: 100%;
      text-align: left !important; }
      .main-navigation .menu-item .sub-menu li:hover > a {
        opacity: 1; }
      .main-navigation .menu-item .sub-menu li a {
        white-space: nowrap;
        transition: opacity 0.4s;
        opacity: 0.6; }

.show-plus .menu-item-has-children.first-level > a::before {
  right: -15px;
  position: absolute;
  content: '+';
  opacity: 1; }

.menu-item-has-children:not(.first-level) > a::after {
  right: 15px;
  position: absolute;
  content: '+';
  opacity: 1;
  background: transparent !important; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 19;
    height: auto !important;
    padding: 7px 0; }
    .menu-item-has-children .sub-menu .sub-menu {
      left: 100%;
      margin-left: 0; }
    .menu-item-has-children .sub-menu .dropdown-left {
      left: auto;
      right: 100%;
      margin-right: 0; }
    .menu-item-has-children .sub-menu li {
      top: 0;
      margin-top: 0;
      padding: 7px 15px;
      height: auto !important;
      line-height: 1; }
    .menu-item-has-children .sub-menu a {
      display: block;
      font-size: 12px !important;
      letter-spacing: 2px; }

.dropdown > li > a {
  position: relative;
  border-bottom: none !important; }
.nav-top .menu-item-has-children .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu {
  top: 100%; }
  .nav-top .menu-item-has-children .sub-menu .sub-menu, .nav-center-ver .menu-item-has-children .sub-menu .sub-menu {
    top: -7px; }

.nav-bottom .menu-item-has-children .sub-menu {
  bottom: 100%; }
  .nav-bottom .menu-item-has-children .sub-menu .sub-menu {
    top: auto;
    bottom: -7px; }

.nav-top .main-navigation {
  position: relative;
  background: #ec2224;
  left: 0;
  top: 0; }

.nav-center-ver .main-navigation {
  position: absolute;
  left: 0; }
  @media screen and (min-width: 64.0625em) {
    .nav-center-ver .main-navigation {
      top: 50%;
      transform: translateY(-50%); } }

.nav-bottom .main-navigation {
  position: absolute;
  bottom: 0;
  left: 0; }

.nav-left-all .nav-logo, .nav-left-all .nav-items {
  float: left; }

.nav-left-all .nav-items li {
  float: left; }

.nav-left .nav-logo {
  float: left; }

.nav-left .nav-items {
  float: right; }
  .nav-left .nav-items li {
    float: left; }

.nav-right-all .nav-logo, .nav-right-all .nav-items {
  float: right; }

.nav-right-all .nav-items li {
  float: left; }

.nav-right .nav-logo {
  float: right; }

.nav-right .nav-items {
  float: left; }
  .nav-right .nav-items li {
    float: left; }

.nav-center .main-navigation {
  text-align: center; }
  .nav-center .main-navigation .nav-items {
    position: relative;
    
    }
    .nav-center .main-navigation .nav-items li {
      float: left; }
  .nav-center .main-navigation .nav-logo {
    display: inline-block;
    bottom: -25px;
    position: relative;
    float: left;
    display: block; }
    .nav-center .main-navigation .nav-logo a {
      position: relative;
      z-index: 3; }
  .nav-center .main-navigation .main-nav-left {
   
    text-align: right;
    height: 100%;
    float: left; }
    .nav-center .main-navigation .main-nav-left > ul {
      float: right; }
      .nav-center .main-navigation .main-nav-left > ul:after {
        content: "";
        clear: both; }
  .nav-center .main-navigation .main-nav-right {
  
    height: 100%;
    float: left; }

.nav-icons {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 3; }
  .nav-icons a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
    position: absolute; }

.nav-right .nav-icons, .nav-right-all .nav-icons {
  right: auto;
  left: 0; }

/**
 *
 * Fixed navigation
 *
 */
.fixed-nav {
  position: relative;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.4s;
  display: table;
  width: 100%;
  white-space: nowrap; }
  .fixed-nav .menu-main-menu {
    margin: 0;
    padding-left: 30px;
    padding-right: 45px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%; }
  .fixed-nav .nav-logo {
    display: table-cell !important;
    text-align: left;
    vertical-align: middle;
    height: inherit;
    float: none; }
    .fixed-nav .nav-logo a {
      display: block;
      height: inherit;
      margin: 0 30px;
      padding: 15px 0; }
      .fixed-nav .nav-logo a img {
        max-height: 100%; }
    .fixed-nav .nav-logo h1 {
      margin-bottom: 0;
      line-height: 60px; }
  .fixed-nav > ul > li {
    padding: 15px;
    display: inline-block; }
    .fixed-nav > ul > li > a {
      font-size: 12px;
      padding-bottom: 5px; }
  .fixed-nav a {
    text-transform: uppercase;
    letter-spacing: 2px; }
    .fixed-nav a[href="#"] {
      cursor: default; }
    .fixed-nav a span {
      display: block;
      white-space: nowrap; }
  .fixed-nav .dropdown .dropdown a {
    color: #fff; }
  .fixed-nav.show-fixed-nav {
    transform: translateY(0); }
  .fixed-nav .menu-item-has-children.first-level > a::before, .fixed-nav .menu-item-has-children > a span.title::after {
    line-height: 1;
    top: 50%;
    margin-top: -9px; }
  .fixed-nav li {
    list-style-type: none;
    text-align: center; }
    .fixed-nav li .title {
      transition: opacity 0.4s;
      opacity: 0.6; }
  .fixed-nav .menu-item-has-children .sub-menu a {
    margin: 0 10px;
    padding: 8px 0;
    transition: opacity 0.4s;
    opacity: 0.6;
    white-space: nowrap; }
    .fixed-nav .menu-item-has-children .sub-menu a:hover {
      opacity: 1; }
    .fixed-nav .menu-item-has-children .sub-menu a:after {
      right: 10px; }

.nav-top .fixed-nav .menu-item-has-children .dropdown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .nav-top .fixed-nav .menu-item-has-children .dropdown .dropdown {
    top: -7px; }

/**
 *
 * Mobile navigation
 *
 */
@media screen and (max-width: 64em) {
  .home-mobile-icon {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 6;
    bottom: 30px; }
    .home-mobile-icon .homepage-icon {
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      width: 50px;
      height: 50px;
      position: relative;
      display: inline-block;
      margin: 0 5px; }
      .home-mobile-icon .homepage-icon a {
        display: block; }
      .home-mobile-icon .homepage-icon svg {
        width: 25px;
        height: 50px; }
      .home-mobile-icon .homepage-icon.video-mobile-control svg {
        width: 40px; }
  .info-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64) 0.2s, opacity 0.5s 0.2s;
    z-index: 6;
    background: rgba(0, 0, 0, 0.7); }
    .info-mobile-overlay.open-overlay {
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64), opacity 0.5s; }
    .info-mobile-overlay .close-nav {
      z-index: 30;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 30px;
      padding: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .info-mobile-overlay .close-nav circle {
        opacity: .2; }
    .info-mobile-overlay .home-mobile-corners {
      margin-top: 100px;
      text-align: center; }
    .info-mobile-overlay .home-social-media {
      margin: 0 0 60px; }
      .info-mobile-overlay .home-social-media li {
        list-style-type: none; }
      .info-mobile-overlay .home-social-media a {
        padding: 2px 0;
        display: block;
        display: inline-block;
        font-size: 16px; }
    .info-mobile-overlay .home-contact-info {
      margin-bottom: 60px; }
      .info-mobile-overlay .home-contact-info * {
        font-size: 16px;
        text-align: center !important; }
  .mobile-navbar-helper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64) 0.2s, opacity 0.5s 0.2s;
    z-index: 7; }
    .mobile-navbar-helper.open-overlay {
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.5s cubic-bezier(0.16, 0.51, 0.78, 0.64), opacity 0.5s; }
  .mobile-navbar-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
    background: #ec2224;
    transition: opacity .4s 0s, transform .4s 0s, visibility .4s .4s;
    padding: 0 60px 60px;
    text-align: center;
    overflow: hidden;
    top: 0; }
    .mobile-navbar-overlay.show-mobile-nav {

      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      transition: opacity .4s .4s, transform .4s .4s, visibility .4s 0s;
      overflow-y: scroll; }
    .mobile-navbar-overlay .menu-mobile {
      margin: 0; }
      .mobile-navbar-overlay .menu-mobile li {
        list-style-type: none;
        padding: 0 15px !important; }
        .mobile-navbar-overlay .menu-mobile li a {
          display: inline-block; }
      .mobile-navbar-overlay .menu-mobile > li {
        margin-bottom: 15px; }
        .mobile-navbar-overlay .menu-mobile > li > a {
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 3px;
          padding-bottom: 5px; }
        .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li > a {
          letter-spacing: 2px;
          margin: 5px 0;
          padding: 5px 0;
          text-transform: uppercase;
          font-size: 14px; }
        .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li .sub-menu {
          display: block; }
          .mobile-navbar-overlay .menu-mobile > li > .sub-menu > li .sub-menu a {
            letter-spacing: 2px;
            margin: 5px 0;
            padding: 5px 0;
            font-size: 14px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > .sub-menu > li {
        margin-bottom: 20px; }
      .mobile-navbar-overlay .menu-mobile > .menu-item-has-children > a {
        margin-bottom: 15px; }
    .mobile-navbar-overlay .sub-menu {
      margin: 0;
      padding: 0; }
    .mobile-navbar-overlay .close-nav {
      z-index: 30;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 30px;
      padding: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .mobile-navbar-overlay .close-nav circle {
        opacity: .2; }
  .menu-mobile .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    left: 0;
    top: auto !important; }
    .menu-mobile .menu-item-has-children .sub-menu a {
      position: relative; }
      .menu-mobile .menu-item-has-children .sub-menu a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        bottom: 0;
        opacity: .5;
        transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
        transform-origin: top; }
      .menu-mobile .menu-item-has-children .sub-menu a:hover:after {
        transform: scale3d(1, 2, 1);
        opacity: 1;
        transform-origin: top; }
  .menu-mobile > .menu-item-has-children > a:after {
    display: none; }
  .home-content .content {
    position: relative; } }

#fixed-nav .menu-item-has-children .sub-menu {
  bottom: initial;
  top: 100%; }

/**
 *
 * Navigation Colors 
 *
 */
.nav-light-text .main-navigation, .nav-light-text .menu-item-has-children .sub-menu {
  background: #111; }

.nav-light-text .menu-item-has-children .sub-menu {
  border-color: #fff !important; }

.nav-light-text .nav-items a, .nav-light-text .nav-icons a {
  color: #fff; }
  .nav-light-text .nav-items a:after, .nav-light-text .nav-icons a:after {
    background: #fff; }
  .nav-light-text .nav-items a:hover, .nav-light-text .nav-icons a:hover {
    border-color: #fff; }

.nav-light-text #reorder-mobile line {
  stroke: #fff; }

.nav-dark-text .desktop-menu .main-navigation, .nav-dark-text .desktop-menu .menu-item-has-children .sub-menu {
  background: #fff; }

.nav-dark-text .menu-item-has-children .sub-menu {
  border-color: #333 !important; }

.nav-dark-text .nav-items a, .nav-dark-text .nav-icons a {
  color: #fff; }
  .nav-dark-text .nav-items a:after, .nav-dark-text .nav-icons a:after {
    background: #333; }
  .nav-dark-text .nav-items a:hover, .nav-dark-text .nav-icons a:hover {
    border-color: #333; }

.nav-dark-text #reorder-mobile line {
  stroke: #ed1c24 !important; }

.fixed-nav {
  background: #fff; }
  .fixed-nav > ul > li > a:after {
    background: #111; }
  .fixed-nav a {
    color: inherit; }

.mobile-navbar-helper {
  background: #ec2224 !important;}

.mobile-navbar-overlay .menu-mobile a {
  color: #fff; }

.mobile-navbar-overlay .menu-mobile li > a:after {
  background: #fff; }

.homepage-icon {
  background: #fff; }

/**
 *
 * 4. Home template styles
 *
 */
.homepage .home-top {
  bottom: auto; }

.homepage .home-bottom {
  bottom: 60px;
  top: auto; }

.homepage .home-left {
  left: 30px;
  right: auto; }

.homepage .home-right {
  right: 30px;
  left: auto; }

  @media screen and (max-width: 64em) {
    .homepage .home-bg-slider {
      position: relative;
      height: auto !important; } }

.homepage .home-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1.5s;
  opacity: 0; }

.homepage .home-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 90px; }
  .homepage .home-content .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s 0s, visibility 0s .4s; }
    .homepage .home-content .content.show-content {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s; }

.homepage .content, .homepage .columns {
  height: 100%; }

.homepage .home-slider-pagination {
  position: absolute;
  z-index: 4;
  width: 100px;
  height: 50px;
  text-align: center; }
  .homepage .home-slider-pagination .slide-number {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-family: "Lora";
    transition: opacity .4s; }
    .homepage .home-slider-pagination .slide-number span {
      font-style: italic;
      font-size: 18px;
      vertical-align: baseline;
      padding: 0 10px; }
    .homepage .home-slider-pagination .slide-number.slide-active {
      opacity: .8;
      background: transparent !important; }
  .homepage .home-slider-pagination .progress-slide {
    transition: left .4s;
    width: 100%; }
    .homepage .home-slider-pagination .progress-slide .vegas-timer {
      height: 1px; }
  .homepage .home-slider-pagination:before, .homepage .home-slider-pagination .progress-slide {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 1px; }
  .homepage .home-slider-pagination:before {
    opacity: .3;
    width: 100%; }

.homepage .home-contact-info {
  position: absolute;
  z-index: 4;
  text-align: center; }
  .homepage .home-contact-info span, .homepage .home-contact-info a {
    font-size: 14px; }
  .homepage .home-contact-info > span {
    vertical-align: middle; }
    .homepage .home-contact-info > span svg {
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      transform: rotate(25deg); }
    .homepage .home-contact-info > span:after {
      content: "/";
      color: inherit;
      padding: 0 2px; }
    .homepage .home-contact-info > span:last-of-type:after {
      display: none; }
  .homepage .home-contact-info a {
    color: inherit;
    position: relative; }
  .homepage .home-contact-info a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    transition: border-color .4s;
    background: transparent; }
    .homepage .home-contact-info a:after:hover {
      border-color: inherit; }

.homepage .home-slider-languages {
  position: absolute;
  z-index: 4;
  height: 50px;
  margin: 0;
  overflow: hidden; }
  .homepage .home-slider-languages li {
    list-style-type: none;
    float: left;
    margin-right: 40px;
    position: relative; }
    .homepage .home-slider-languages li:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      top: 50%;
      right: -30px;
      opacity: .5; }
    .homepage .home-slider-languages li:last-of-type {
      margin: none; }
      .homepage .home-slider-languages li:last-of-type:after {
        display: none; }
  .homepage .home-slider-languages a {
    opacity: .5;
    transition: opacity .4s; }
    .homepage .home-slider-languages a:hover {
      opacity: 1; }
    .homepage .home-slider-languages a.active {
      font-style: italic;
      opacity: 1; }

.homepage .home-video-controls {
  position: absolute;
  z-index: 4;
  margin: 0; }
  .homepage .home-video-controls a:after {
    bottom: -5px; }

.homepage .home-slider-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 80%;
  height: 50%;
  transform: translate3d(0, -50%, 0);
  perspective: 800px;
  left: 10%;
  z-index: 3; }

.homepage .slider-text {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%); }
  .homepage .slider-text .btn-rounded {
    position: relative; }
  .homepage .slider-text .slider-text-first {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text .slider-text-second {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text .slider-text-third {
    opacity: 0;
    transition: opacity .7s 0s, transform .7s 0s;
    transform: translate3d(0, 20px, 0);
    display: inline-block; }
  .homepage .slider-text.slide-active {
    z-index: 4; }
    .homepage .slider-text.slide-active .slider-text-first, .homepage .slider-text.slide-active .slider-text-second, .homepage .slider-text.slide-active .slider-text-third {
      opacity: 1 !important;
      transform: translate3d(0, 0, 0); }
    .homepage .slider-text.slide-active .slider-text-first {
      transition: opacity 1s 0.4s, transform 1s 0.4s; }
    .homepage .slider-text.slide-active .slider-text-second {
      transition: opacity 1s 0.6s, transform 1s 0.6s; }
    .homepage .slider-text.slide-active .slider-text-third {
      transition: opacity 1s 0.8s, transform 1s 0.8s; }
  .homepage .slider-text h1, .homepage .slider-text h2, .homepage .slider-text h3, .homepage .slider-text h4, .homepage .slider-text h5, .homepage .slider-text h6 {
    font-style: italic;
    font-family: "Lora";
    margin: 30px 0; }

.homepage .home-slider-arrows {
  cursor: pointer; }
  .homepage .home-slider-arrows line {
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
    fill: none; }
  .homepage .home-slider-arrows .arrow-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  .homepage .home-slider-arrows .arrow-next {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    z-index: 4; }
  @media screen and (min-width: 90em) {
    .homepage .home-slider-arrows .arrow-prev {
      left: 100px; }
    .homepage .home-slider-arrows .arrow-next {
      right: 100px; } }

.homepage .home-social-media {
  margin: 0;
  position: absolute; }
  .homepage .home-social-media li {
    list-style-type: none; }
  .homepage .home-social-media a {
    padding: 2px 0;
    display: block;
    display: inline-block; }

.homepage .btn-slider-1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s 0s, visibility 0s .4s;
  text-align: center;
  cursor: pointer;
  padding: 0 5px; }
  .homepage .btn-slider-1.btn-slider-active {
    opacity: 0.7;
    visibility: visible;
    transition: opacity .4s 0s, visibility 0s 0s; }
    .homepage .btn-slider-1.btn-slider-active:hover {
      opacity: 1; }
  .homepage .btn-slider-1 a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px; }

.homepage .btn-rounded {
  position: absolute; }

.content-loaded .home-overlay.active-overlay {
  opacity: 1; }

/**
 *
 * Home Slider Centered
 *
 */
.homepage-slider2 .home-overlay.active-overlay {
  opacity: 1; }

.homepage-slider2 .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.homepage-slider2 .swiper-slide {
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw !important;
  max-width: 60vw !important; }
  .homepage-slider2 .swiper-slide .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .homepage-slider2 .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 2;
    transition: opacity .4s; }
  .homepage-slider2 .swiper-slide.active:after {
    opacity: 0;
    transition: opacity .4s; }

.homepage-slider2 .home-social-media, .homepage-slider2 .btn-slider-1 {
  z-index: 3; }

/**
 *
 * Home Video
 *
 */
.homepage-video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.homepage-video .video-mobile-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

/**
 *
 * Home Mobile
 *
 */
@media screen and (max-width: 64em) {
  .homepage .home-slider-arrows .arrow-prev, .homepage .home-slider-arrows .arrow-next {
    top: auto;
    bottom: 90px; }
  .homepage .home-content .content {
    padding-bottom: 50px; } }

@media screen and (max-width: 64em) {
  .homepage-slider2 .home-left {
    left: 30px; }
  .homepage-slider2 .home-right {
    right: 30px; }
  .homepage-slider2 .home-content .content {
    position: static; } }

/**
 *
 * Home Colors 
 *
 */
.homepage .home-content {
  color: #fff; }

.homepage .home-slider-pagination .slide-number {
  color: #fff; }

.homepage .home-slider-pagination:before {
  background: #fff; }

.homepage .home-slider-arrows line {
  stroke: #fff; }

.homepage .home-slider-languages li:after {
  background: #fff; }

.homepage .home-slider-languages a {
  color: #fff; }

.homepage .home-social-media a {
  color: #fff; }
  .homepage .home-social-media a:after {
    background: #fff; }

.homepage .home-contact-info a {
  color: #fff; }
  .homepage .home-contact-info a:after {
    border-color: #fff; }

.homepage .btn-slider-1 a {
  color: #fff; }

.homepage .home-video-controls a {
  color: #fff; }
  .homepage .home-video-controls a:after {
    background: #fff; }

.homepage-slider1 .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.homepage-slider2 .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.homepage-slider2 .home-slider-pagination .progress-slide {
  background: #fff; }

.homepage-video .home-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); }

.page-wrapper .page-wrapper {
  padding-bottom: 0;
  padding-top: 0 !important;
  z-index: 5; }
  @media screen and (max-width: 64em) {
    .page-wrapper .page-wrapper {
      margin-top: 0; } }

.nav-transparent .page-wrapper .page-wrapper {
  top: 0; }

/**
 *
 * 5. Blog template styles
 *
 */
/**
 *
 * Blog
 *
 */
.post-content p:last-of-type {
  margin-bottom: 0; }

.post-content p a {
  position: relative;
  border-bottom: none !important; }
  .post-content p a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: inherit;
    background: transparent !important;
    z-index: -1; }
  .post-content p a:hover:after {
    opacity: 1; }

.post-meta ul {
  margin: 0; }

.post-meta li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px; }
  .post-meta li:after {
    content: "/";
    position: relative;
    margin-left: 3px;
    font-size: 12px; }
  .post-meta li:last-of-type:after, .post-meta li:first-of-type:after {
    display: none; }
  .post-meta li a {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 3px; }

.post-date {
  margin-bottom: 15px; }
  .post-date a {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: color .4s; }

.blog a {
  color: inherit; }

@media screen and (max-width: 39.9375em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image, .blog .post-header {
    margin-bottom: 30px; }
  .blog .post-header h4 {
    margin-bottom: 5px; }
  .blog .blog-load-more {
    padding-top: 30px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .blog .blog-filter-posts {
    margin-bottom: 30px; }
  .blog .post-image {
    width: 50%;
    float: left;
    padding-right: 15px; }
  .blog .post-header {
    margin-bottom: 30px; }
  .blog .blog-load-more {
    padding-top: 30px; } }

@media screen and (min-width: 64.0625em) {
  .blog .blog-load-more {
    padding: 60px 60px 0 60px; }
  .blog .post-header h4 {
    margin-bottom: 15px; }
  .blog .blog-filter-posts {
    height: 60px;
    line-height: 60px; }
    .blog .blog-filter-posts .blog-input-wrapper {
      height: 60px; }
    .blog .blog-filter-posts .blog-search {
      float: left;
      width: auto;
      margin: 0;
      padding-left: 30px; }
    .blog .blog-filter-posts .blog-filters-views {
      float: right; }
    .blog .blog-filter-posts .blog-filters li {
      padding-bottom: 0; } }

.blog .post-header h4 a {
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background .5s !important;
  background-repeat: no-repeat; }
  .blog .post-header h4 a:hover {
    background-size: 100% 100%; }

.blog .footer {
  margin-top: 0; }

.blog .blog-load-more-content {
  display: none; }

/**
 *
 * Blog classic
 *
 */
.blog-classic .post-image {
  margin-top: 30px; }

.blog-classic .post-content {
  margin-bottom: 30px; }

.blog-classic .post-item.sticky {
  position: relative; }
  .blog-classic .post-item.sticky:after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -30px;
    right: -30px;
    z-index: -1; }

/**
 *
 * Blog grid
 *
 */
.blog-grid .blog-content-rows {
  display: none; }

.blog-grid .blog-load-more {
  clear: both;
  padding-top: 0; }

.blog-grid .blog-content > div {
  overflow: hidden;
  margin:0 -15px;

}
.blog-grid .post-header {
  margin-bottom: 0; }
  .blog-grid .post-header h2 {
  	font-size: 24px;
  	line-height: normal;
    color:#3e3d3d;
    margin-bottom: 15px; 
}
.blog-grid .post-header .read-more {
   font-size: 13px;
   color: #cf1f21;
   font-weight: bold;
   text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  .blog-grid .post-item {
    width: 100%;
    margin-bottom: 60px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .blog-grid .post-item {
    width: calc(100% / 2);
    padding: 0px 30px 60px;
    float: left; }
    .blog-grid .post-item:nth-child(2n + 1) {
      clear: both; }
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%; } }

@media screen and (min-width: 64.0625em) {
  .blog-grid .post-item {
    width: calc(100% / 3);
    padding: 0px 15px;
    float: left; 
    margin-bottom: 0;
}
  .blog-grid .post-image {
    display: inline-block;
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    vertical-align: middle;
    margin: 0px; }
    .blog-grid .post-image a {
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      overflow: hidden; }
      .blog-grid .post-image a.img-high {
        height: 100%;
        width: 100%;
        text-align: center; }
        .blog-grid .post-image a.img-high img {
          height: 100%;
          width: auto; }
      .blog-grid .post-image a.img-wide, .blog-grid .post-image a.img-wide img {
        width: 100%;
        height: auto; }
      .blog-grid .post-image a span {
        display: inline-block;
        height: 100%;
        position: relative; 
        border-radius: 7px;
    }
        .blog-grid .post-image a span:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform: translateY(30px);
          opacity: 0;
          transition: opacity .4s, transform .4s;
          z-index: 1; }
      .blog-grid .post-image a:hover span:before {
        opacity: 1;
        transform: translateY(0); } }

/**
 *
 * Blog rows
 *
 */
.blog-rows {
  padding-bottom: 60px; }
  .blog-rows .blog-content-grid {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .blog-rows .post-item {
      margin-bottom: 30px; }
    .blog-rows .post-content {
      margin-bottom: 15px; }
    .blog-rows .post-btn-more {
      margin-bottom: 1px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .blog-rows .post-item {
      overflow: hidden;
      padding-bottom: 30px;
      margin-bottom: 30px; }
    .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
      margin-left: 50%;
      width: 50%;
      padding-left: 15px; }
    .blog-rows .post-content {
      margin-bottom: 15px; } }
  @media screen and (min-width: 64.0625em) {
    .blog-rows .post-item {
      display: table;
      width: 100%;
      table-layout: fixed; }
    .blog-rows .post-image {
      display: table-cell;
      text-align: right;
      vertical-align: middle;
      padding: 60px 0px 60px 30px; }
    .blog-rows .post-header, .blog-rows .post-content, .blog-rows .post-btn-more {
      display: table-cell;
      vertical-align: middle;
      padding: 60px 30px; } }
  .blog-rows .post-item {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .blog-rows .post-btn-more {
    width: 200px !important; }
    .blog-rows .post-btn-more a {
      padding-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px; }
  .blog-rows .post-image span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .blog-rows .post-image span:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translateY(30px);
      opacity: 0;
      transition: opacity .4s, transform .4s;
      z-index: 1; }
  .blog-rows .post-image a:hover span:before {
    opacity: 1;
    transform: translateY(0); }

/**
 *
 * Blog filters
 *
 */
.blog-filter-posts {
  width: 100%;
  position: relative; }
  .blog-filter-posts .blog-input-wrapper {
    position: relative; }
  .blog-filter-posts .blog-search, .blog-filter-posts .blog-filters-views {
    float: none; }
  .blog-filter-posts .blog-search {
    margin-bottom: 15px; }
  .blog-filter-posts .blog-filters-views .blog-filters, .blog-filter-posts .blog-filters-views .post-views {
    margin: 0;
    display: inline-block;
    height: 100%; }
  .blog-filter-posts .blog-filters-views li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .blog-filter-posts .blog-filters-views li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s;
      background: #111; }
    .blog-filter-posts .blog-filters-views li:hover:after {
      opacity: 1; }
    .blog-filter-posts .blog-filters-views li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .blog-filter-posts .blog-filters-views li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .blog-filter-posts:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    z-index: -1; }
  .blog-filter-posts .search-icon {
    position: relative;
    width: 30px;
    display: inline-block;
    height: 100%;
    text-align: center;
    margin-right: 15px; }
    .blog-filter-posts .search-icon .search-icon-close {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-filter-posts .search-icon > i {
      opacity: 1;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s;
      display: inline-block; }
  .blog-filter-posts .search-input {
    display: inline-block;
    height: 60px;
    width: 0;
    transition: width .4s 0s, visibility 0s .4s;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    visibility: hidden;
    position: relative; }
    .blog-filter-posts .search-input input {
      position: relative;
      border: none;
      background: transparent;
      box-shadow: none;
      margin-bottom: 0;
      height: 60px;
      display: inline-block;
      padding-right: 30px; }
    .blog-filter-posts .search-input button {
      position: absolute;
      right: 0;
      height: 60px;
      width: 30px;
      bottom: 0;
      text-align: center;
      opacity: 0;
      transition: opacity .4s;
      cursor: pointer; }
  .blog-filter-posts .blog-search {
    width: 100%; }
    .blog-filter-posts .blog-search.active-search .search-icon > svg {
      opacity: 0;
      visibility: hidden;
      transition: opacity .4s 0s, visibility 0s .4s; }
    .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close {
      opacity: .5;
      visibility: visible;
      transition: opacity .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-icon .search-icon-close:hover {
        opacity: 1; }
    .blog-filter-posts .blog-search.active-search .search-input {
      width: 200px;
      visibility: visible;
      transition: width .4s 0s, visibility 0s 0s; }
      .blog-filter-posts .blog-search.active-search .search-input button {
        opacity: .5; }
        .blog-filter-posts .blog-search.active-search .search-input button:hover {
          opacity: 1; }

/**
 *
 * Single Post
 *
 */
.single-post .post-content p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4e4e4e;
}

.single-post a {
  color: inherit; }

.single-post-nav {
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 60px; }
  .single-post-nav a {
    display: inline-block; }
  .single-post-nav .arrow-prev, .single-post-nav .arrow-next, .single-post-nav .icon-close {
    display: table-cell;
    vertical-align: middle;
    cursor: default; }
  .single-post-nav .icon-close a {
    padding: 15px; }

@media screen and (max-width: 64em) {
  .single-post-header {
    margin-bottom: 30px; }
    .single-post-header .post-meta {
      margin-bottom: 30px; }
    .single-post-header .post-date {
      margin-bottom: 15px; }
    .single-post-header h3 {
      margin-bottom: 15px; } }

@media screen and (min-width: 64.0625em) {
  .single-post-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px; }
    .single-post-header .post-header, .single-post-header .post-image {
      display: block;
      vertical-align: middle;
      text-align: left; }
    .single-post-header .post-date {
      margin-bottom: 30px; }
    .single-post-header h3 {
      margin-bottom: 30px; } }

.post-tags {
  margin: 30px 0 60px; }
  .post-tags li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px; }
    .post-tags li:after {
      content: "/";
      position: relative;
      margin-left: 3px;
      font-size: 10px; }
    .post-tags li:last-of-type:after, .post-tags li:first-of-type:after {
      display: none; }
    .post-tags li a {
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 3px; }

/**
 *
 * Comments
 *
 */
.post-comments {
  margin-top: -1px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .post-comments > h6 {
    margin-bottom: 30px; }
  .post-comments > .comment-list {
    margin: 0; }
    .post-comments > .comment-list li {
      list-style-type: none; }
    @media screen and (max-width: 64em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 0; } }
    @media screen and (min-width: 64.0625em) {
      .post-comments > .comment-list .comment-list {
        margin-left: 80px; } }
  .post-comments .comment-list .comment-body ul li {
    list-style-type: disc; }
  .post-comments .comment-list .comment-body ol li {
    list-style-type: decimal; }
  .post-comments .comment-list {
    overflow: hidden;
    clear: both; }
    .post-comments .comment-list > li:last-of-type {
      margin-bottom: 0 !important; }
  .post-comments .recentcomments {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden; }
  .post-comments .comment-author-avatar {
    float: left;
    width: 50px; }
  .post-comments .comment-header {
    margin-bottom: 15px; }
    .post-comments .comment-header .comment-author-link {
      font-weight: bold;
      margin-bottom: 3px; }
    .post-comments .comment-header .comment-date {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .post-comments .comment-header, .post-comments .comment-body {
    margin-left: 80px; }
  .post-comments .comment-reply-link {
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    letter-spacing: 1px; }

#recentcomments {
  margin-bottom: 90px; }

.comment-form fieldset:after {
  left: 0;
  right: 0; }

.btn-comment {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  .btn-comment .button-border {
    background: #111; }
  .btn-comment.button-success {
    color: #2ec556 !important; }
    .btn-comment.button-success .button-border {
      background: #2ec556; }

/**
 *
 * Blog Colors
 *
 */
.blog .post-item {
  border-color: #ddd; 
    margin-bottom: 45px;
}

.blog-grid .post-image a span:before, .blog-rows .post-image a span:before {
  display: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%, black 100%); }

.post-header h4 a {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, black 100%); }

.blog .blog-filter-posts:after {
  background: #ddd; }

.blog .blog-filter-posts .blog-filter-views li:after {
  background: #111; }

.blog .post-meta, .single-post .post-meta {
  color: #8a8a8a; }

.blog .post-content {
  color: #fff; }

.single-post .post-content {
  color: #696969; }

.blog .link-hover:after {
  background: #333; }

.blog .blog-filter-posts .search-input {
  border-color: #111; }

.blog .post-date a, .single-post .post-date a {
  color: #8a8a8a; }

.post-date a:hover {
  color: #333; }

.single-post .link-hover:after {
	display: none;
  background: #333; }

/**
 *
 * 6. Food menu templates styles
 *
 */
/**
 *
 * Food menu
 *
 */
@media screen and (max-width: 39.9375em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .food-menu .food-menu-filters-list {
    margin-bottom: 30px; }
  .food-menu .food-menu-featured-img {
    margin-bottom: 30px; }
  .food-menu .grid-sizer {
    width: 100%; }
  .food-menu .food-menu-cat-img {
    padding: 0 30px;
    transform: none !important; }
  .food-menu .food-menu-items {
    padding: 0 30px; }
  .food-menu .food-menu-category {
    margin-bottom: 60px; } }

@media screen and (min-width: 64.0625em) {
  .food-menu .grid-sizer {
    width: 50%; }
  .food-menu .food-menu-filters-list {
    height: 60px;
    line-height: 60px; }
    .food-menu .food-menu-filters-list li {
      padding-bottom: 0; }
  .food-menu.food-menu-img .food-menu-cat-img {
    width: 33.332%;
    padding: 0 30px; }
  .food-menu.food-menu-img .food-menu-items {
    width: 66.666%;
    padding: 0 30px; }
  .food-menu.food-menu-img.all-img-right .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.all-img-right .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.all-img-left .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-cat-img {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-cat-img {
    float: right;
    padding-left: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-items {
    float: left;
    padding-right: 60px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
    float: left;
    padding-right: 60px;
    padding-left: 30px; }
  .food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-items {
    float: right;
    padding-left: 60px;
    padding-right: 30px; }
  .food-menu.food-menu-img.cat-above-img .food-menu-items {
    margin-top: 45px; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-cat-header h4 {
    text-align: center; }
  .food-menu.food-menu-img.cat-title-above-img .food-menu-items {
    margin-top: 60px; }
  .food-menu.food-menu-img .food-menu-category {
    margin-bottom: 90px; } }

.food-menu.food-menu-img.cat-above-items .food-menu-cat-img .food-menu-cat-header {
  display: none; }

.food-menu.food-menu-img.cat-above-img .food-menu-items .food-menu-cat-header {
  display: none; }

.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-img .food-menu-subtitle {
  display: none; }

.food-menu.food-menu-img.cat-title-above-img .food-menu-items .food-menu-cat-header h4 {
  display: none; }

.food-menu.food-menu-standard {
  overflow: hidden; }
  .food-menu.food-menu-standard .food-menu-cat-img {
    display: none; }
  .food-menu.food-menu-standard .food-menu-cat-header h4 {
    text-align: left; }
  .food-menu.food-menu-standard .food-menu-category {
    padding: 0 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 64em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 100%; } }
    @media screen and (min-width: 64.0625em) {
      .food-menu.food-menu-standard .food-menu-category {
        width: 50%; } }
  .food-menu.food-menu-standard .food-menu-icon {
    display: none !important; }

.food-menu .footer {
  margin-top: 60px; }

.food-menu-category {
  cursor: default; }
  .food-menu-category::before, .food-menu-category::after {
    content: ' ';
    display: table; }
  .food-menu-category::after {
    clear: both; }
  .food-menu-category:last-of-type {
    margin-bottom: 0; }

.food-menu-items .food-menu-cat-header {
  margin-top: 0;
  margin-bottom: 45px; }
  .food-menu-items .food-menu-cat-header h4 {
    margin-bottom: 15px; }

.food-menu-cat-img {
  position: relative; }
  .food-menu-cat-img.stuck {
    position: fixed;
    top: 0; }
  .food-menu-cat-img .food-menu-cat-header {
    margin-top: 0;
    margin-bottom: 30px; }
    .food-menu-cat-img .food-menu-cat-header h4 {
      margin-bottom: 15px; }

.food-menu-featured-img {
  position: relative; }
  .food-menu-featured-img img {
    opacity: 1;
    transition: opacity .4s; }
  .food-menu-featured-img img:first-of-type {
    opacity: 1; }
  .food-menu-featured-img img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    opacity: 0;
    max-width: 100%; }
  .food-menu-featured-img .show-img:not(:first-of-type) {
    opacity: 1; }

.food-menu-item {
  margin-bottom: 30px;
  position: relative;
  cursor: default; }
  .food-menu-item .gallery-icon {
    position: absolute;
    top: 2px;
    left: -25px;
    width: 20px;
    opacity: .2; }
    .food-menu-item .gallery-icon svg {
      width: 16px; }

.food-menu-title {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px; }
  .food-menu-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-item-header {
  margin-bottom: 5px;
  display: inline-block;
  position: relative; }
  .food-menu-item-header:not(.food-menu-no-separator):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; }

.food-menu-price {
  margin-left: 30px;
  position: relative;
  float: right;
  line-height: 1.8em;
  padding-bottom: 5px; }
  .food-menu-price:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

.food-menu-desc {
  font-style: italic;
  font-family: "Lora";
  font-style: italic;
  font-size: 14px; }

.food-menu-filters {
  margin-bottom: 60px; }

.food-menu-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px; }
  .food-menu-filters-list.filters-right {
    text-align: right; }
  .food-menu-filters-list.filters-center {
    text-align: center; }
  .food-menu-filters-list.filters-left {
    text-align: left; }
  .food-menu-filters-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .food-menu-filters-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .food-menu-filters-list li:hover:after {
      opacity: 1; }
    .food-menu-filters-list li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .food-menu-filters-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .food-menu-filters-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.food-menu-icon {
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 10px;
  height: 6px;
  width: 6px;
  background: transparent;
  border: 1px solid #111;
  opacity: 0.5;
  border-radius: 50%;
  transition: background-color 0.4s; }

.food-menu-image-active .food-menu-icon {
  background: #111; }

/**
 *
 * Colors
 *
 */
.food-menu-filters-list li:after {
  background: #111; }

.food-menu-filters-list:after {
  background: #ddd; }

.food-menu-item-header:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-price .food-menu-price:after {
  background: #ddd; }

.food-menu-item-header.food-menu-border-title .food-menu-title:after {
  background: #ddd; }

.food-menu-item-header.food-menu-featured:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-price .food-menu-price:after {
  background: #f10a4a; }

.food-menu-item-header.food-menu-featured-title .food-menu-title:after {
  background: #f10a4a; }

.food-menu-desc {
  color: #8a8a8a; }

/**
 *
 * 7. Gallery templates styles
 *
 */
/**
 *
 * Gallery
 *
 */
@media screen and (max-width: 39.9375em) {
  .gallery .gallery-filters-list {
    margin-bottom: 30px; }
  .gallery .marco-gallery-item {
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .gallery .gallery-filters-list {
    margin-bottom: 30px; }
  .gallery .marco-gallery-item {
    width: 50%; } }

@media screen and (min-width: 64.0625em) {
  .gallery .gallery-filters-list {
    height: 60px;
    line-height: 60px; }
    .gallery .gallery-filters-list li {
      padding-bottom: 0; }
  .gallery .gallery-4-col .marco-gallery-item {
    width: calc(100% / 4); }
  .gallery .gallery-3-col .marco-gallery-item {
    width: calc(100% / 3); }
  .gallery .gallery-2-col .marco-gallery-item {
    width: 50%; }
  .gallery .gallery-load-more {
    padding: 60px 60px 0 60px; } }

.gallery .gallery-load-more {
  clear: both;
  margin: 15px 0;
  padding-top: 45px; }

.gallery .footer {
  margin-top: 60px; }

.gallery .gallery-load-more-content {
  display: none; }

.gallery-grid {
  padding-bottom: 60px; }

.gallery-filters {
  margin-bottom: 60px; }

.gallery-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px; }
  .gallery-filters-list.filters-right {
    text-align: right; }
  .gallery-filters-list.filters-center {
    text-align: center; }
  .gallery-filters-list.filters-left {
    text-align: left; }
  .gallery-filters-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
    height: 60px;
    position: relative; }
    .gallery-filters-list li:after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #111;
      opacity: 0;
      transition: opacity .4s, transform .4s; }
    .gallery-filters-list li:hover:after {
      opacity: 1; }
    .gallery-filters-list li.active-filter:after {
      opacity: 1;
      transform: scale3d(1, 2, 1); }
    .gallery-filters-list li a {
      font-size: 14px;
      display: block;
      line-height: 60px; }
  .gallery-filters-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1; }

.gallery-container {
  overflow: hidden;
  padding: 0 15px; }

.marco-gallery-item {
  float: left;
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .marco-gallery-item:hover .marco-gallery-item-overlay {
    opacity: 1;
    transform: translateY(0); }
  .marco-gallery-item:hover .marco-gallery-item-title {
    opacity: 1; }
  .marco-gallery-item .marco-gallery-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    opacity: 0;
    transition: opacity .4s 0s;
    z-index: 2; }
    .marco-gallery-item .marco-gallery-item-title h6 {
      letter-spacing: 1px; }
    .marco-gallery-item .marco-gallery-item-title *:last-child {
      margin-bottom: 0; }
  .marco-gallery-item .marco-gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity .4s, transform .4s;
    z-index: 1; }
  .marco-gallery-item .marco-gallery-item-img {
    position: relative;
    display: block;
    overflow: hidden; }

.marco-gallery-item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.marco-gallery-item .gallery-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2; }
  .marco-gallery-item .gallery-icon circle, .marco-gallery-item .gallery-icon rect {
    stroke: #fff; }
  .marco-gallery-item .gallery-icon path {
    fill: #fff; }
  .marco-gallery-item .gallery-icon .icon {
    margin-left: 5px; }

.gallery.hide-icon .gallery-icon {
  display: none; }

/**
 *
 * Single gallery
 *
 */
.single-gallery {
  padding-bottom: 60px; }
  .single-gallery .slide {
    text-align: center;
    padding: 0 30px; }
  .single-gallery .swiper-arrows {
    cursor: pointer; }
    .single-gallery .swiper-arrows line {
      stroke-width: 1px;
      vector-effect: non-scaling-stroke;
      fill: none; }
    .single-gallery .swiper-arrows .arrow-prev {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -25px;
      z-index: 4; }
    .single-gallery .swiper-arrows .arrow-next {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -25px;
      z-index: 4; }
    @media screen and (min-width: 64.0625em) {
      .single-gallery .swiper-arrows .arrow-prev {
        left: 15px; }
      .single-gallery .swiper-arrows .arrow-next {
        right: 15px; } }
    @media screen and (min-width: 75em) {
      .single-gallery .swiper-arrows .arrow-prev {
        left: 0px; }
      .single-gallery .swiper-arrows .arrow-next {
        right: 0px; } }
    @media screen and (min-width: 90em) {
      .single-gallery .swiper-arrows .arrow-prev {
        right: 100%;
        left: auto; }
      .single-gallery .swiper-arrows .arrow-next {
        left: 100%;
        right: auto; } }
  .single-gallery .page-header {
    padding: 60px 30px 0 30px; }
  .single-gallery .single-gallery-content {
    padding: 60px 30px 0 30px; }
  .single-gallery .footer {
    margin-top: 90px; }
  .single-gallery .gallery-video-wrapper {
    position: relative;
    display: inline-block; }
    .single-gallery .gallery-video-wrapper .gallery-video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #111;
      opacity: 0.5; }
    .single-gallery .gallery-video-wrapper .gallery-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      right: auto;
      opacity: 1; }
      .single-gallery .gallery-video-wrapper .gallery-icon circle, .single-gallery .gallery-video-wrapper .gallery-icon rect {
        stroke: #fff; }
      .single-gallery .gallery-video-wrapper .gallery-icon path {
        fill: #fff; }

/**
 *
 * Colors
 *
 */
.gallery .gallery-filters-list:after {
  background: #ddd; }

.gallery .marco-gallery-item-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.8) 80%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0); }

.gallery .marco-gallery-item-title {
  color: #fff; }

.gallery-load-more .link-hover:after {
  background: #333; }

.single-gallery .swiper-arrows line {
  stroke: #111; }

/**
 *
 * 8. Restaurant reservation styles
 *
 */
@media screen and (max-width: 64em) {
  .reservation {
    padding-top: 90px; } }

@media screen and (min-width: 64.0625em) {
  .reservation .reservation-container {
    display: table;
    width: 100%; }
  .reservation .reservation-form {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle; }
  .reservation .reservation-content {
    width: 33.3332%;
    display: table-cell;
    vertical-align: middle; } }

.reservation .footer {
  margin-top: 90px; }

.reservation-form .btn-reservation {
  margin: 0 auto;
  display: block;
  transition: color .4s; }
  @media screen and (max-width: 64em) {
    .reservation-form .btn-reservation {
      margin-bottom: 60px; } }
  .reservation-form .btn-reservation.button-success {
    color: #2ec556 !important; }
    .reservation-form .btn-reservation.button-success .button-border {
      background: #2ec556; }

@media screen and (max-width: 64em) {
  .reservation-form fieldset:after {
    width: 100%; } }

@media screen and (min-width: 64.0625em) {
  .reservation-content .reservation-content-wrapper {
    padding-right: 60px; } }

.rtb-booking-form {
  text-align: center;
  padding: 60px 0; }
  .rtb-booking-form fieldset {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 60px !important;
    padding-bottom: 0 !important;
    border: none; }
    .rtb-booking-form fieldset:after {
      content: "";
      position: absolute;
      bottom: 0;
      background: #ddd;
      height: 1px;
      z-index: -1;
      right: 0;
      left: 0; }
  .rtb-booking-form legend {
    display: none !important; }
  .rtb-booking-form input, .rtb-booking-form select, .rtb-booking-form textarea {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    height: 60px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    z-index: 2;
    max-width: 100% !important;
    min-height: 0 !important; }
    @media screen and (max-width: 39.9375em) {
      .rtb-booking-form input, .rtb-booking-form select, .rtb-booking-form textarea {
        padding: 0 10px; } }
    @media screen and (min-width: 40em) {
      .rtb-booking-form input, .rtb-booking-form select, .rtb-booking-form textarea {
        padding: 0 30px; } }
    .rtb-booking-form input:focus, .rtb-booking-form select:focus, .rtb-booking-form textarea:focus {
      outline: none; }
    .rtb-booking-form input:-webkit-autofill, .rtb-booking-form select:-webkit-autofill, .rtb-booking-form textarea:-webkit-autofill {
      -webkit-animation-name: autofill;
      -webkit-animation-fill-mode: both; }
  .rtb-booking-form select {
    text-align-last: center; }
  .rtb-booking-form .add-message {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0; }
    .rtb-booking-form .add-message a {
      position: relative;
      display: inline-block; }
      .rtb-booking-form .add-message a:before {
        content: "";
        position: absolute;
        left: -20px;
        width: 10px;
        height: 1px;
        background: #ddd;
        top: 50%; }
      .rtb-booking-form .add-message a:after {
        content: "";
        position: absolute;
        left: -15px;
        width: 1px;
        height: 10px;
        background: #ddd;
        top: 50%;
        margin-top: -5px; }

.rtb-text:after, .rtb-textarea:not(.message):after, .rtb-select:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  height: 1px;
  background: #111;
  z-index: 1;
  transition: transform .4s, background .4s; }

.rtb-text, .rtb-textarea, .rtb-select {
  float: left;
  position: relative !important; }
  .rtb-text label, .rtb-textarea label, .rtb-select label {
    position: absolute;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: 0;
    transition: bottom .4s, opacity .4s, font-size .4s, color .4s; }
    .rtb-text label span, .rtb-textarea label span, .rtb-select label span {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      margin-left: 5px;
      margin-top: -5px;
      opacity: 0;
      transition: opacity .4s; }
      .rtb-text label span svg, .rtb-textarea label span svg, .rtb-select label span svg {
        position: absolute;
        top: 0;
        left: 0; }
    .rtb-text label .clear-input, .rtb-textarea label .clear-input, .rtb-select label .clear-input {
      opacity: 1;
      cursor: pointer; }
  .rtb-text.active-input label, .rtb-textarea.active-input label, .rtb-select.active-input label {
    bottom: -60px;
    opacity: .4;
    font-size: 12px; }
  .rtb-text.active-input:after, .rtb-text.active-input .border-label:after, .rtb-textarea.active-input:after, .rtb-textarea.active-input .border-label:after, .rtb-select.active-input:after, .rtb-select.active-input .border-label:after {
    transform: scale3d(1, 2, 1) !important; }
  .rtb-text.message-error:not(.message):after, .rtb-text.message-error .border-label:after, .rtb-textarea.message-error:not(.message):after, .rtb-textarea.message-error .border-label:after, .rtb-select.message-error:not(.message):after, .rtb-select.message-error .border-label:after {
    background: #f10a4a !important; }
  .rtb-text.message-error label, .rtb-textarea.message-error label, .rtb-select.message-error label {
    color: #f10a4a !important; }

.rtb-checkbox, .rtb-radio {
  float: left;
  position: relative; }
  .rtb-checkbox label:first-of-type, .rtb-radio label:first-of-type {
    position: absolute;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: -60px;
    opacity: .4;
    font-size: 12px;
    transition: bottom .4s, opacity .4s, font-size .4s, color .4s; }
  .rtb-checkbox label:not(:first-of-type), .rtb-radio label:not(:first-of-type) {
    display: inline-block;
    margin-right: 10px; }
    .rtb-checkbox label:not(:first-of-type):last-of-type, .rtb-radio label:not(:first-of-type):last-of-type {
      margin-right: 0; }
  .rtb-checkbox:after, .rtb-radio:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    background: #111;
    z-index: 1;
    transition: transform .4s, background .4s; }

.rtb-confirm {
  float: left;
  position: relative; }
  .rtb-confirm label {
    position: relative;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1; }
  .rtb-confirm:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    height: 1px;
    background: #111;
    z-index: 1;
    transition: transform .4s, background .4s; }
  .rtb-confirm.active-input:after {
    transform: scale3d(1, 2, 1) !important; }

.rtb-select .clear-input {
  display: none !important; }

.rtb-select.active-input:after, .rtb-checkbox.active-input:after, .rtb-radio.active-input:after {
  transform: scale3d(1, 1, 1) !important; }

.rtb-select.active-border:after, .rtb-checkbox.active-border:after, .rtb-radio.active-border:after {
  transform: scale3d(1, 2, 1) !important; }

.rtb-textarea.message {
  width: 100%;
  top: auto !important;
  left: auto !important; }
  .rtb-textarea.message label, .rtb-textarea.message .border-label {
    width: calc(100% / 3); }
  .rtb-textarea.message .border-label {
    position: relative; }
    .rtb-textarea.message .border-label:after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 90px;
      left: 50%;
      margin-left: -45px;
      height: 1px;
      background: #111;
      z-index: 1;
      transition: transform .4s, background .4s; }
  .rtb-textarea.message textarea {
    resize: none;
    text-align: left; }

.rtb-error {
  display: none !important; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #3c3c3c !important; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #fff !important;
  background: #616161 !important; }

.picker__day {
  transition: 0.3s background-color, 0.3s color; }

/* Frontend CSS Stylesheet for Restaurant Reservations */
.rtb-booking-form fieldset {
  padding-bottom: 1em;
  margin-bottom: 1em; }

.rtb-booking-form legend {
  padding: 0 0.5em; }

.rtb-booking-form fieldset > div {
  margin-top: 1em; }

.rtb-booking-form fieldset > div:first-child {
  margin-top: 0; }

.rtb-booking-form label {
  display: block; }

.rtb-booking-form input {
  width: 100%;
  max-width: 15em; }

.rtb-booking-form input[type="checkbox"],
.rtb-booking-form input[type="radio"] {
  width: auto;
  margin-right: 0.25em;
  vertical-align: middle; }

.rtb-booking-form textarea {
  width: 100%;
  max-width: 30em; }

.rtb-booking-form .add-message {
  margin-top: 1em; }

.rtb-booking-form .message {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.rtb-booking-form .message-open {
  position: relative;
  top: auto;
  left: auto; }

.rtb-booking-form .message textarea {
  min-height: 6em; }

.rtb-booking-form .rtb-error {
  font-size: 0.85em;
  padding: 0.25em;
  background: #f50;
  color: #fff; }

.rtb-booking-form .rtb-error:before {
  content: ' ';
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0.25em 0.5em; }

/* Compatibility styles for pickadate on common themes */
.picker {
  outline: 0; }

#rtb-date_root .picker__button--clear,
#rtb-date_root .picker__button--today {
  /* don't adopt the theme's button text color */
  color: #000; }

#rtb-date_root .picker__nav--next,
#rtb-date_root .picker__nav--prev {
  /* next/prev calendar arrows button areas sometimes don't cover the arrows */
  min-height: 2em; }

#rtb-time_root .picker__list,
#rtb-time_root .picker__list li {
  /* override some theme's list styles */
  list-style: none;
  margin: 0 0 0 1px; }

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: #0089ec; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out;
  transform: background 0s .15s;
  -webkit-backface-visibility: hidden; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame, .picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%); }

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out; }

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; }
  .picker__wrap {
    display: block; } }

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; }
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

.picker--opened .picker__holder {
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background .15s ease-out; }

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

.picker__footer, .picker__header, .picker__table {
  text-align: center; }

.picker__day--highlighted, .picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec; }

.picker__box {
  padding: 0 1em; }

.picker__header {
  position: relative;
  margin-top: .75em; }

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__select--month, .picker__select--year {
    margin-top: -.5em; }
  .picker__nav--next, .picker__nav--prev {
    top: -.33em; }
  .picker__nav--prev {
    padding-right: 1.5em; }
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000; }

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb; }

.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff; }

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0; }

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {
  background: #b1dcfb;
  cursor: pointer;
  color: #000; }

.picker__list {
  list-style: none;
  padding: .75em 0 4.2em;
  margin: 0; }

.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

.picker__list-item--highlighted, .picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10; }

.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10; }

.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto; }

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0; }

.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700; }

.picker--time .picker__button--clear:focus:before, .picker--time .picker__button--clear:hover:before {
  color: #fff;
  border-color: #fff; }

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

/**
 *
 * 9. Contact form styles
 *
 */
@media screen and (max-width: 64em) {
  .contact #map {
    height: 400px;
    width: 100%; } }

@media screen and (min-width: 64.0625em) {
  .contact #map {
    height: 400px; } }

.contact .footer {
  margin-top: 90px; }

.contact-container {
  margin-bottom: 90px; }

.contact .link-hover:after {
  background: #333; }

/**
 *
 * 10. Team members element styles
 *
 */
.team-select {
  position: relative;
  margin-bottom: 60px; }
  .team-select .team-member {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s 0s, visibility 0s .4s; }
  .team-select .team-member-active {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s .4s, visibility 0s 0s; }
  .team-select .team-members {
    overflow: hidden; }
    .team-select .team-members .team-header {
      float: left;
      cursor: pointer;
      text-align: left;
      padding: 0 30px; }
    @media screen and (max-width: 39.9375em) {
      .team-select .team-members .team-header {
        width: 100% !important; } }
    @media screen and (min-width: 40em) and (max-width: 64em) {
      .team-select .team-members .team-header {
        width: 50% !important; } }

.team-img-right .team-image {
  padding-right: 60px; }

.team-img-right .team-header {
  margin-top: 60px !important; }
  .team-img-right .team-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    left: 100%; }

.team-img-right .team-info, .team-img-right .team-image {
  width: 50%; }

.team-img-right .team-info {
  float: left; }

.team-img-right .team-image {
  float: right; }

.team-img-left .team-image {
  padding-left: 60px; }

.team-img-left .team-header {
  margin-top: 60px !important; }
  .team-img-left .team-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    right: 100%; }

.team-img-left .team-info, .team-img-left .team-image {
  width: 50%; }

.team-img-left .team-info {
  float: left; }

.team-img-left .team-image {
  float: left; }

.team-img-top .img-wrapper {
  text-align: center; }

.team-member {
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
  padding-bottom: 1px; }
  .team-member .member-desc {
    padding: 0 30px;
    margin-bottom: 30px; }
    .team-member .member-desc p a {
      position: relative; }
      .team-member .member-desc p a:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: .5;
        transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-color: inherit;
        background: transparent !important; }
      .team-member .member-desc p a:hover:after {
        opacity: 1; }
  .team-member .team-image {
    position: relative;
    z-index: 2; }
    .team-member .team-image .team-member-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .4s;
      z-index: 1; }
    .team-member .team-image a {
      position: relative;
      display: inline-block; }
      .team-member .team-image a:hover .team-member-overlay {
        opacity: 1; }
  .team-member .member-socials {
    text-align: center;
    margin: 0; }
    .team-member .member-socials li {
      list-style-type: none;
      display: inline-block; }
      .team-member .member-socials li:first-of-type {
        margin-right: 5px; }
      .team-member .member-socials li:after {
        content: "/";
        position: relative;
        margin: 0 3px;
        font-size: 14px; }
      .team-member .member-socials li:last-of-type:after, .team-member .member-socials li:first-of-type:after {
        display: none; }
      .team-member .member-socials li a {
        display: inline-block;
        padding-bottom: 3px; }

.team-name {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  z-index: 2; }

.team-member .team-name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 2px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team-members .team-name:after {
  background: transparent;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 1px;
  z-index: 2;
  transition: transform .4s, background .4s; }

.team-members .team-header.active .team-name:after {
  transform: scale3d(1, 2, 1); }

.team-header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px; }
  .team-header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    transition: transform .4s, background .4s;
    left: 0; }

.member-name {
  margin-bottom: 0; }

.member-status {
  font-size: 14px; }

@media screen and (max-width: 64em) {
  .team-img-right .team-image {
    padding-right: 0;
    text-align: center; }
  .team-img-right .team-member .team-header {
    margin-top: 30px; }
  .team-img-right .team-info, .team-img-right .team-image {
    width: 100%;
    float: none; }
  .team-img-left .team-image {
    padding-left: 0;
    text-align: center; }
  .team-img-left .team-member .team-header {
    margin-top: 30px; }
  .team-img-left .team-info, .team-img-left .team-image {
    width: 100%;
    float: none; }
  .team-select .team-members .team-header {
    width: 50%; }
  .team-grid .team-member {
    width: 100%;
    float: none; }
  .team-grid .team-image {
    text-align: center; } }

/**
 *
 * 11. Mosaic element styles
 *
 */
.mosaic-item {
  position: relative;
  margin-bottom: 30px; }
  .mosaic-item:hover .mosaic-item-overlay {
    opacity: 1; }

.mosaic-img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mosaic-info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 30px 30px 30px; }
  .mosaic-info .mosaic-text {
    font-style: italic;
    font-family: "Lora";
    font-size: 18px; }
    .mosaic-info .mosaic-text p:last-of-type {
      margin-bottom: 0 !important; }
  .mosaic-info .mosaic-link {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px; }
    .mosaic-info .mosaic-link:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      height: 1px;
      width: 100%; }

div.mosaic-link {
  display: inline; }

.mosaic-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  transition: opacity .4s;
  z-index: 1; }

@media screen and (max-width: 64em) {
  .mosaic-item-overlay {
    opacity: 1; } }

@media screen and (min-width: 40em) {
  .mosaic-no-gutter .columns {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .mosaic-no-gutter .columns .mosaic-item {
      margin-bottom: 0; } }

/**
 *
 * 12. Widgets sidebar/footer styles
 *
 */

  .widget select {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #333;
    height: 60px;
    vertical-align: middle;
    padding-left: 15px;
    color: #696969; }
    .widget select:focus, .widget select:active {
      outline: none; }

@media screen and (min-width: 64.0625em) {
  margin-left: 60px; }

.widget-title {
  border-bottom: 1px solid #ddd; }
  .widget-title span {
    border-bottom: 1px solid #333;
    margin-bottom: -1px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 10px; }

.widget_archive ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .widget_archive ul li {
    border-top: 1px dotted #ddd;
    padding: 10px 15px;
    position: relative;
    list-style-type: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .widget_archive ul li a {
      transition: opacity .4s;
      opacity: .7; }
      .widget_archive ul li a:hover {
        opacity: 1; }
    .widget_archive ul li:first-of-type {
      border-top: none; }

.widget_categories ul, .widget_pages ul, .widget_meta ul {
  margin: 0; }

.widget_categories > ul, .widget_pages > ul, .widget_meta > ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .widget_categories > ul li, .widget_pages > ul li, .widget_meta > ul li {
    position: relative;
    list-style-type: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px; }
    .widget_categories > ul li a, .widget_pages > ul li a, .widget_meta > ul li a {
      transition: opacity .4s;
      opacity: .7; }
      .widget_categories > ul li a:hover, .widget_pages > ul li a:hover, .widget_meta > ul li a:hover {
        opacity: 1; }
  .widget_categories > ul > li, .widget_pages > ul > li, .widget_meta > ul > li {
    border-bottom: 1px dotted #ddd; }
    .widget_categories > ul > li:last-of-type, .widget_pages > ul > li:last-of-type, .widget_meta > ul > li:last-of-type {
      border: none; }

.widget_categories ul li, .widget_pages ul li, .widget_meta ul li {
  padding: 8px 15px; }

.widget_categories .children li:last-of-type, .widget_pages .children li:last-of-type, .widget_meta .children li:last-of-type {
  padding-bottom: 0px !important; }

.widget_nav_menu ul {
  margin: 0; }

.widget_nav_menu .menu {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .widget_nav_menu .menu li {
    position: relative;
    list-style-type: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px; }
    .widget_nav_menu .menu li a {
      transition: opacity .4s;
      opacity: .6; }
      .widget_nav_menu .menu li a:hover {
        opacity: 1; }
  .widget_nav_menu .menu > li {
    border-bottom: 1px dotted #ddd; }
    .widget_nav_menu .menu > li:last-of-type {
      border: none; }

.widget_nav_menu ul li {
  padding: 8px 0 8px 15px; }

.widget_nav_menu .sub-menu li:last-of-type {
  padding-bottom: 0px !important; }

.widget_nav_menu .sub-menu {
  display: block;
  position: relative;
  left: auto !important;
  top: auto !important; }
  .widget_nav_menu .sub-menu li {
    padding-right: 0 !important; }

.widget_calendar caption {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 5px; }

.widget_calendar thead {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ddd; }
  .widget_calendar thead th {
    text-align: center;
    font-size: 12px; }

.widget_calendar tbody {
  background: transparent;
  border: none;
  text-align: center; }
  .widget_calendar tbody tr {
    background: transparent;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px; }
  .widget_calendar tbody td a {
    color: #f10a4a; }
  .widget_calendar tbody #today {
    font-weight: bold; }

.widget_calendar tfoot {
  background: transparent;
  border: none; }
  .widget_calendar tfoot td {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 3px; }

.widget_recent_comments ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }
  .widget_recent_comments ul li {
    border-top: 1px dotted #ddd;
    padding: 10px 0;
    position: relative;
    list-style-type: none;
    font-size: 14px;
    color: #696969; }
    .widget_recent_comments ul li:first-of-type {
      border-top: none; }
    .widget_recent_comments ul li > a {
      background-size: 100% 0;
      background-position: 0 100%;
      transition: background .5s !important;
      background-repeat: no-repeat;
      background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, black 100%);
      color: #333;
      margin-left: 5px;
      font-size: 16px; }
      .widget_recent_comments ul li > a:hover {
        background-size: 100% 100%; }

.widget_recent_comments .comment-author-link a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 5px 0;
  transition: opacity .4s;
  opacity: .7;
  color: #333;
  margin-right: 5px; }
  .widget_recent_comments .comment-author-link a:hover {
    opacity: 1; }

.widget_recent_entries ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.widget_recent_entries li {
  list-style-type: none;
  border-top: 1px dotted #ddd;
  padding: 10px 0;
  position: relative; }
  .widget_recent_entries li:first-of-type {
    border-top: none; }

.widget_recent_entries a {
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background .5s !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, black 100%);
  color: #333;
  font-size: 16px; }
  .widget_recent_entries a:hover {
    background-size: 100% 100%; }

.widget_recent_entries .post-date {
  display: block;
  margin-bottom: 0; }

.widget_rss ul {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.widget_rss li {
  list-style-type: none;
  border-top: 1px dotted #ddd;
  padding: 10px 0;
  position: relative; }
  .widget_rss li:first-of-type {
    border-top: none; }

.widget_rss .rss-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 5px 0;
  transition: opacity .4s;
  opacity: .7;
  color: #333;
  margin-right: 5px;
  display: block;
  margin-bottom: 10px; }
  .widget_rss .rss-date:hover {
    opacity: 1; }

.widget_rss .rsswidget {
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background .5s !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 95%, black 100%);
  color: #333;
  font-size: 16px; }
  .widget_rss .rsswidget:hover {
    background-size: 100% 100%; }

.widget_rss .rssSummary {
  margin-bottom: 15px;
  font-size: 14px; }

.widget_tag_cloud .tagcloud a {
  font-size: 10px !important;
  padding: 0 3px 3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  opacity: .7;
  transition: opacity .4s; }
  .widget_tag_cloud .tagcloud a:hover {
    opacity: 1; }
  .widget_tag_cloud .tagcloud a:after {
    content: "/";
    position: absolute;
    right: -3px;
    color: inherit; }
  .widget_tag_cloud .tagcloud a:last-of-type:after {
    display: none; }

.newsletter-details .mf-input {
  width: 100%; }
  .newsletter-details .mf-input input {
    position: relative;
    z-index: 1; }
  .footer p {color: #fff !important;}
.footer .widget-title {
  border: none;
  margin-bottom: 25px; }
  .footer .widget-title span {
    font-weight: 300;
  font-size:36px;
  color: #f8d571 !important;
      border: 0;
  }
.footer .social {
  display: inline-block;
    margin-right: 25px;
      width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #f8d571;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer .social .fa {
      font-size: 18px;
      color: #f8d571;
    position: relative;
    transform: rotate(45deg);
    top: 12px;
}
/**
 *
 * 13. Footer styles
 *
 */
.newsletter-form fieldset {
  margin-bottom: 15px;
  text-align: left; }
  .newsletter-form fieldset label {
    text-align: left;
    line-height: 35px; }
  .newsletter-form fieldset input {
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: left; }
  .newsletter-form fieldset:after {
    left: 0;
    right: 0; }
  .newsletter-form fieldset .mf-input:after {
    margin-left: 0 !important;
    left: 0 !important; }

.newsletter-form .btn-newsletter {
  margin: 0 auto;
  margin-right: 0;
  display: block;
  transition: color .4s; }
  .newsletter-form .btn-newsletter .button-border {
    background: #111; }
  .newsletter-form .btn-newsletter.button-success {
    color: #2ec556 !important; }
    .newsletter-form .btn-newsletter.button-success .button-border {
      background: #2ec556; }

.newsletter-form .active-input label {
  bottom: -30px; }

@media screen and (max-width: 39.9375em) {
  .footer-grid .newsletter-form {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 64em) {
  .footer-grid {
    text-align: center; }
    .footer-grid .footer-content {
      margin-bottom: 0px; margin-top: 0px; }
    .footer-grid .newsletter-form {
      width: 50%;
      margin: 0 auto; } }
.footer-content.footer-widget-1 {margin-top: 15px;}
.footer-widget-2.footer-content {text-align: left;}
.footer-widget-4.footer-content {text-align: right;}
.footer .footer-content a {  color:#f7d26d !important; }
.footer-content {text-align: center;
  color:#f7d26d;
  margin-top: 85px; }
  .footer-content h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold; }
  .footer-content small {
    font-size: 12px;
    line-height: 1.5em;
    display: inline-block; }
  .footer-content #scroll-up {
    float: right;
    margin-left: 30px;
    display: block;
    transition: color .4s; }
    .footer-content #scroll-up .button-border {
      background: #f7d26d !important; }
    .footer-content #scroll-up.button-success {
      color: #2ec556 !important; }
      .footer-content #scroll-up.button-success .button-border {
        background: #2ec556; }
.footer .arrow-svg line {
    stroke:#f7d26d !important;
}
.footer {
      padding: 210px 0 0px;
    background: url(../img/bgfooter.png) no-repeat #fff;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 0;
    z-index: 5;}
  .footer select, .footer input {
    background: transparent !important; }
    .footer select:focus, .footer input:focus {
      outline: none; }
  .footer .forms-style fieldset:after {
    z-index: 0; }
  .footer .link-hover:after {
    background: #111; }

/**
 *
 * 14. Animations
 *
 */
.img-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .img-wrapper:after {
    content: '';
    margin: 0 -5px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #ddd;
    z-index: 3;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .img-wrapper img:first-child {
    transition: opacity 0s 0.6s, transform 1s 0.6s;
    opacity: 0;
    transform: translateX(-20px) translateZ(0); }
  .img-wrapper .gallery-icon {
    transition: opacity 0s .6s;
    opacity: 0; }
  .img-wrapper.loaded-img:after {
    margin-right: 0;
    right: -3px;
    bottom: 0;
    left: 100%; }
  .img-wrapper.loaded-img img:first-child {
    transform: translateX(0);
    opacity: 1; }
  .img-wrapper.loaded-img .gallery-icon {
    opacity: 1; }

.mosaic-item {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .mosaic-item:after {
    content: '';
    margin: 0 -5px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #ddd;
    z-index: 3;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .mosaic-item .mosaic-link {
    transition: opacity 0s 0.7s, transform 1s 0.6s;
    opacity: 0;
    transform: translateX(-20px) translateZ(0); }
  .mosaic-item.mosaic-loaded:after {
    margin-right: 0;
    right: -3px;
    bottom: 0;
    left: 100%; }
  .mosaic-item.mosaic-loaded .mosaic-link {
    transform: translateX(0);
    opacity: 1; }

.animate-text {
  transition: transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
  transform: translateY(-30px);
  opacity: 0; }
  .animate-text.loaded-text {
    transform: translateY(0);
    opacity: 1; }
  .animate-text.animate-second {
    transition-delay: 0.5s; }

/**
 *
 * 15. Vegas slider styles
 *
 */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body .parallax-image .vegas-container {
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  transform: scale(1.3);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(1.3);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  animation: kenburns ease-out; }

@keyframes kenburns {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out; }

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.05) translate(1%, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out; }

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.05) translate(-1%, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out; }

@keyframes kenburnsDown {
  0% {
    transform: scale(1.05) translate(0, -1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out; }

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.05) translate(1%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out; }

@keyframes kenburnsRight {
  0% {
    transform: scale(1.05) translate(-1%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out; }

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.05) translate(1%, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out; }

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.05) translate(-1%, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out; }

@keyframes kenburnsUp {
  0% {
    transform: scale(1.05) translate(0, 1%); }
  100% {
    transform: scale(1) translate(0, 0); } }

/**
 *
 * 16. Swiper slider styles
 *
 */
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/**
 *
 * 17. Swipebox slider styles
 *
 */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.8s cubic-bezier(0.61, 0.21, 0.25, 1);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    padding: 50px 65px 50px 50px; }
    @media screen and (max-width: 39.9375em) {
      #swipebox-slider .slide {
        padding: 0; } }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

#swipebox-top-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-title {
  display: none;
  width: 100%;
  text-align: center; }

#swipebox-prev {
  top: 50%;
  margin-top: -50px;
  left: 10px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line1" x1="25" y1="0" x2="10" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="10" y1="15" x2="25" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-next {
  top: 50%;
  margin-top: -50px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="100px" viewBox="0 0 30 30" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line2" x1="5" y1="0" x2="20" y2="15" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="20" y1="15" x2="5" y2="30" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') !important;
  background-repeat: no-repeat !important; }

#swipebox-close {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" style=""\a 		 xml:space="preserve"><line id="e4_line3" x1="35" y1="35" x2="65" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="65" y1="35" x2="35" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/>\a 		</svg>');
  background-repeat: no-repeat; }
  @media screen and (max-width: 39.9375em) {
    #swipebox-close {
      top: 10px;
      right: 10px; } }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/**
 *
 * 18. Wordpress specifc styles
 *
 */
.post-edit-link {
  margin-left: 10px; }

.page-header {
  padding: 0; }

.comment-awaiting-moderation {
  display: block; }

.post-comments .pingback, .post-comments .comment {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden; }

.comment .comment-respond {
  margin-left: 75px;
  clear: both;
  padding-top: 30px; }

.comment-list .pingback a:not(.comment-edit-link) {
  font-weight: 700; }

.logged-in-as {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.75em;
  margin: 0; }

.comment-reply-title {
  margin: 0 0 3px;
  line-height: 1.75em; }

#cancel-comment-reply-link {
  font-weight: normal;
  margin-left: 15px;
  opacity: 0.5; }

.comment-form fieldset {
  margin-top: 60px; }

.post-comments > .comment-list {
  margin-bottom: 30px; }

.cat-tags-links {
  margin: 60px 0 45px; }

.post-tags {
  margin: 0 0 15px; }

/* add '.post-date' to '.post-date a' */
.post-date {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: color .4s;
  color: #8a8a8a; }

/* add  */
.single-post-nav {
  table-layout: fixed; }

.slider-text .slider-text-first:empty,
.slider-text .slider-text-second:empty {
  display: none !important; }

.blog-classic .post-image {
  width: 100%; }

.blog-classic .post-content-wrapper {
  width: 100%;
  padding: 14px 0; }

.blog-classic .post-meta {
  margin-bottom: 30px; }

.blog-classic .no-thumbnail .post-content-wrapper {
  width: 100%; }

.wp-caption {
  max-width: 100%; }

.blog .post-header h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.forms-style input, .forms-style select, .forms-style textarea {
  line-height: inherit; }

@media screen and (min-width: 40em) {
  .forms-style input, .forms-style select, .forms-style textarea {
    padding: 18px 30px; } }

.bypostauthor {
  background: transparent; }

.home-contact-info p:last-child {
  margin-bottom: 0; }

.home-contact-info, body .home-contact-info p {
  font-size: 14px; }

.row.remove-gap {
  margin-left: 0;
  margin-right: 0; }

.remove-gap .columns {
  padding: 0; }

.remove-gap .mosaic-item {
  margin-bottom: 0; }

.row-wrapper .vc_row-o-full-height {
  min-height: 100vh; }

.row-wrapper .vc_row-flex {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }

.row-wrapper .vc_row-flex > .vc_column_container {
  display: -ms-flexbox;
  display: flex; }

.vc_ie-flexbox-fixer,
.row-wrapper .vc_row-flex > .vc_column_container > .vc_column-inner {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.row-wrapper .vc_row-flex > .vc_column_container > .vc_column-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.row-wrapper .vc_row-o-columns-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.row-wrapper .vc_row-o-columns-top {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.row-wrapper .vc_row-o-columns-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.row-wrapper .vc_row-o-columns-middle {
  -ms-flex-line-pack: center;
  align-content: center; }

.row-wrapper .vc_row-o-columns-bottom::after,
.row-wrapper .vc_row-o-columns-middle::after,
.row-wrapper .vc_row-o-columns-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block; }

.row-wrapper {
  width: 100%;
  position: relative; }

.row-parallax {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  width: inherit; }

.classic .columns {
  position: relative; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.classic .page-header-title {
  margin: 82px 0 100px;
  text-align: center; }

.page-header-title h3 {
  margin: 0; }

.row-wrapper > div:not(.vc_clearfix) {
  position: relative;
  z-index: 1; }

div.wpb_button, div.wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px; }
/**
cuongcss
**/
.main-navigation .nav-items li.hotline-top{
	border:1px solid #fccf71;
	margin-left: 40px;
	
}
.main-navigation .nav-items li.hotline-top a {
	color: #fccf71 !important;
	padding: 20px;
    margin: 0;
}
.vc_section .vc_grid-filter {    border-bottom: 1px solid #e4e4e4;

    display: flex;

    list-style: none;
    justify-content: center;
    margin: 0;
    margin-bottom: 84px;
  }
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item {
       font-size: 18px;
    font-weight: 400;
    margin: 20px 45px;
    padding: 0;
    position: relative;
}
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, 
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {background: none;}
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active:before, 
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover:before{
    content: "";
    position: absolute;
    background: #df2228;
    width: 100%;
    height: 1px;
    bottom: -21px;
}
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active> span,
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active> a span,
.vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover> a {
  color: #df2228;
  font-weight:600;
  text-decoration: none;
}
.vc_section[data-vc-full-width] .row-wrapper{width:1264px;margin:0 auto;}
.vc_section[data-vc-full-width] .row-wrapper.full-row {width:100%;}
#gioithieu {background: #f9f4e8;padding-top: 195px;}
#lichsu {padding-top: 180px;}
#lichsu thead,#lichsu tbody,#lichsu tfoot {border:0;background: transparent;}
#lichsu tbody th,#lichsu tbody td {padding-left: 0;padding-bottom: 45px;}
#vectorbanh {margin-top: -227px;}
#vectorbanh .columns {padding: 0;}
#sanphamnoibat {color: #fff;padding: 200px 0;}
.features_product.col4 .items {padding: 0 27px;}
.features_product .jeg_postblock_content {text-align: center;}
.features_product .jeg_postblock_content .caption a {    
  font-size: 20px;
    font-weight: 600;
    margin-top: 45px;
    display: block;}
#tintuc {padding-top: 166px;padding-bottom: 50px;}
#tintuc .columns,#truyenthong .large-12.columns {padding:0;}
#tintuc h2,#truyenthong h2  {color: #d61804;margin-bottom: 40px;}
.jeg_thumb {margin-bottom: 25px;}
.jeg_postblock_content .category {margin-bottom: 20px;font-size: 13px;font-weight: bold;text-transform: uppercase;color:#d61804;}
.jeg_postblock_content .caption h3 {font-size: 24px;color: #3e3d3d;line-height: 28px;margin-bottom: 5px;max-height: 56px;overflow: hidden;}
.jeg_postblock_content .excerpt {margin-bottom: 27px;}
.readmore {color: #cf1f21 !important;font-weight: bold;font-size: 13px; text-transform: uppercase;}
.col4 .items_news {padding: 0 10px;}
.ult-carousel-wrapper .slick-arrow.slick-prev {    
  left: -165px;
    top: 37px;}
.ult-carousel-wrapper .slick-arrow.slick-next {
  right: -165px;
    top: 37px;
}
.ult-carousel-wrapper .slick-arrow .ultsl-arrow-left2:before,
.ult-carousel-wrapper .slick-arrow .ultsl-arrow-right2:before {color: #fff06d;font-size: 45px;}
#sanphamnoibat .slick-arrow {border: 1px solid #fff;border-radius: 50%;width: 40px;height: 40px;color: rgba(0,0,0,0) !important;top: 72px;left: -27px;position: absolute;}
#sanphamnoibat .slick-arrow:before {
   content: "\f104";
   position: relative;
   color: #fff;
   font-family: 'FontAwesome';
   font-size: 28px;
}
#sanphamnoibat .slick-arrow:hover {
  background: #9d171b;
  border-color:#9d171b; 
}
#sanphamnoibat .slick-next.slick-arrow {right: -27px;left: auto;}
#sanphamnoibat .slick-next.slick-arrow:before { content: "\f105";}
.navigation-top {padding-bottom: 10px;}
.navigation-top .wrap {
  border-bottom: 1px solid #fccf71;
  padding-bottom: 4px;
}
.navigation-top .main-navigation {
  border-bottom: 1px solid #fccf71;
}
div#wpb-scroll-div.wpb-image-popup {margin-top:15%;}
.page-header h1 {
   color: #ec2224;
   font-weight: 600;
   font-size: 48px;
   margin-bottom: 10px;
}
#breadcrumbs span{font-size: 13px;color: #808080;}
h2 {
  font-size: 39px;
  line-height: 41px;
  font-weight: 300;
}
.page-template-aboutus .footer {
  margin-top: -97px;
   background: url(../img/bgfooter.png) no-repeat transparent;
   background-position: center;
    background-size: cover;
}
#vechungtoi {padding-top: 60px;padding-bottom: 30%;}
#vechungtoi .columns {
  padding:0 30px;
  border-radius: 16px;
}
#vechungtoi .columns .vc_column-inner {    
  background-size: cover;
    padding-top: 45.45%;
    padding-bottom: 16.6%;
    padding-right: 60px;
    padding-left: 60px;
     cursor: pointer;
    color: #fff;
    background-position: right !important;}
#vechungtoi .columns .vc_column-inner:hover .arr-readmore .fa,#section1_sanpham .columns .vc_column-inner:hover .arr-readmore .fa{
   transform: translateX(10px);

}
#section1_sanpham .columns .vc_column-inner {cursor: pointer;}
#vechungtoi h2 {
   height: 112px;
  margin-bottom: 55px;
}
.arr-readmore {color: rgba(0,0,0,0);}
.arr-readmore .fa {margin-top: 60px;-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;}
#vechungtoi .arr-readmore .fa:before {color:#fff06d; }
#section1_sanpham .arr-readmore .fa:before {color:#cccccc; }
#section3_gt .columns {padding: 0;}
 #section1_lichsu {overflow: visible;padding-top: 235px; }
#section1_lichsu .vc_custom_1608740737690{
  border-radius: 15px;
  height: 612px;
  padding: 70px 65px;
  color: #fff;
  margin-bottom: -114px;
}
#section2_lichsu {padding-top: 280px;}
#section2_lienhe ul {list-style: none;margin-left:0;}
#section2_lienhe ul li .fa {font-size: 0;margin-right: 15px;}
#section2_lienhe ul li .fa:before {font-size: 16px;}
#section2_lienhe .border-top {
   background: url(../img/border-top.png) no-repeat transparent;
   background-size: 100%;
  padding-top: 25px;
} 
#section2_lienhe #border-top {
   background: url(../img/bordertopdai.png) no-repeat transparent;
   background-size: 100%;
  padding-top: 67px;
} 
input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder{ /* Edge */
  color: #5e5e5e;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5e5e5e;
}

input::placeholder,textarea::placeholder {
  color: #5e5e5e;
}
#section2_lienhe .wpcf7-form .large-6,
#section2_lienhe .wpcf7-form .large-12{
   padding: 0 10px;
}
#section2_lienhe .wpcf7-form input,
#section2_lienhe .wpcf7-form textarea {padding: 0;box-shadow:none;border:0;border-bottom: 1px solid #bbb5a5;}
#section2_lienhe .wpcf7-form textarea {height: 110px !important;}
#section2_lienhe .wpcf7-form .wpcf7-submit {
   border: 1px solid #bbb5a5;
    border-radius: 5px;
    padding: 13px 60px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}
#section2_lienhe .fa{font-size: 0;margin-right: 12px;}
#section2_lienhe .fa:before {
  font-size: 30px;
}
.thuonghieu {
    padding: 50px 45px 20px !important;
    margin-bottom: 0 !important;
    border: 1px solid #ddd;
}
.vc_pageable-wrapper {margin:0 -10px;}
.vc_pageable-wrapper .vc_grid-item-product  {float: left;padding: 0 10px;}
.vc_pageable-wrapper .vc_grid-item-product .vc_grid-item-mini {padding: 0 25px;}
.vc_gitem-zone-product {background-color: transparent !important;}
.vc_gitem_row .vc_gitem-col {padding: 25px 0;}

.vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title h2 {    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    line-height: normal;
    margin-bottom: 80px;}
.main_slider {margin-top: 92px;}
.main_slider .slider-nav img {padding: 0 11px;}
.main_slider .slider-for {margin-bottom: 42px;}
.single-product h1 {font-size: 48px;font-weight: 600;color: #ec2224;}
.single-product #breadcrumbs {margin-bottom: 5px;}
.single-product ul {list-style: none; margin:0;}
.single-product-relate {margin-top: 130px;margin-bottom: 100px;}
.single-product-relate h2 {text-align: center;font-size: 36px;color: #ec2224;font-weight: 600;margin-bottom: 95px;}
.classic-820 {max-width: 820px;margin:0 auto;}
.single-post-relate {margin-bottom: 130px;}
.single-post-relate .item-relate-img img {width:100%;height: auto;}
.single-post-relate h2 {font-size: 18px;font-weight: 500;color: #3e3d3d;}
.single-post-relate .row,.archive.category .row {margin:0 -10px;}
.single-post-relate .item-relate-img {margin-bottom: 25px;}
.single-post-relate .category {margin-bottom: 20px;}
.single-post-relate .category a {font-size: 13px;font-weight: 500;text-transform: uppercase;color: #ec2224;}
.single-post-relate h3 {margin-bottom: 15px;}
.single-post-relate h3,.single-post-relate h3 a {font-size: 24px;font-weight: 500;color: #3e3d3d;line-height: normal;} 
.single-post-relate .entry-meta {margin-bottom: 45px;}
.single-post-relate .read-more {text-transform: uppercase;font-size: 13px;font-weight: 500;color: #cf1f21;}
.single-post-relate .read-more .fa {display: none;}
.single-post-bottom {border-top: 1px solid #d5d5d5;padding-top: 80px;}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_thumb {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 7px;
}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content {
    float: left;
    max-width: 500px;
    margin-top: 35px;
}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_post_category a {
  font-size: 13px;
  font-weight: 500;
  color: #ec2224;
  margin-bottom: 24px;
}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_post_title {margin-bottom: 30px;}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_post_excerpt p {font-size: 16px;}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_readmore {
      margin-top: 45px;
    padding: 0;
    border: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #515151;
}
.jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_post_meta {display: none;}
.jeg_postblock_2 .jeg_posts_wrap .jeg_pl_sm {padding:0 10px;}
.jeg_postblock_2 .jeg_posts_wrap .jeg_pl_sm .jeg_thumb {width: 100%;margin: 0;}
.jeg_postblock_2 .jeg_posts_wrap .jeg_posts { margin: 0 -10px;}
.jeg_postblock_2 .jeg_posts_wrap .jeg_pl_sm .jeg_postblock_content {
  margin:0;
  padding: 0;
  padding-top: 15px;
}
.jeg_postblock_2 .jeg_posts_wrap .jeg_pl_sm .jeg_postblock_content .jeg_post_title {
  font-size: 24px;
  margin-bottom: 10px;
}
.truyenthongnoidung .ult-carousel-wrapper .slick-slider{background-color: #ec2224;color: #fff; }
.truyenthongnoidung .truyenthongnoidungr {
    padding-top: 62px;
    padding-left: 115px;
}
.truyenthongnoidungr .box-tvc {
   max-width: 295px;
}
.truyenthongnoidungr .box-tvc span {display: block;line-height: normal;}
.truyenthongnoidungr .box-tvc .chanel {margin-top:30%;}
#truyenthong .ult-carousel-wrapper .slick-arrow.slick-prev{
      color: rgb(51, 51, 51) !important;
    font-size: 12px !important;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background: #ebebeb;
    border-radius: 50%;
    border: 3px solid #fff;
}
#truyenthong .ult-carousel-wrapper .slick-arrow.slick-next {
    color: rgb(51, 51, 51) !important;
    font-size: 12px !important;
    left: auto;
    right: -20px;
    top: 50%;
    margin-top: -20px;
      border-radius: 50%;
    height: 40px;
    width: 40px;
    background: #ebebeb;
    border: 3px solid #fff;
}
#tintuc .category-contents .slick-arrow {
   height: 40px;
    width: 40px;
    background: #ebebeb;
    border: 3px solid #fff;
    border-radius: 50%;
    top: 80px;
    left:-10px;
    z-index: 1;
}
#tintuc .category-contents .slick-arrow.slick-next{
   left: auto;
   right: -10px;
}
#tintuc .category-contents .slick-arrow:before {
   content: "\f104";
   position: relative;
  color: #636363;
   font-family: 'FontAwesome';
   font-size: 20px;
   opacity: 1;
}
#tintuc .category-contents .slick-next.slick-arrow:before { content: "\f105";}
.product-category-template .vc_section .vc_pageable-slide-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination {text-align: center;margin-bottom: 200px;}
.pagination .page-numbers {
  color: #212121;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin: 0 5px 10px 0;
    cursor: pointer;
}
 .pagination .page-numbers.current {
    color: #fff;
    border-color: #f70d28;
    background: #f70d28;
  }
@media (max-width: 480px) {
	.home div#wpb-scroll-div.wpb-main-wrapper.wpb-image-popup {
	margin-top: 45%;
	height: auto;
	}
	.footer .social {
    width: 40px;
    height: 40px;
	}
.footer .social .fa {
top: 7px;
}
 .nav-center .main-navigation .nav-logo {
 	bottom: -20px;
 	width: 89px;
 }
 .main-navigation .nav-logo a {height: 100%;}
 .nav-dark-text #reorder-mobile line {stroke: #ffffff !important;}
 .classic,.vc_section[data-vc-full-width] .row-wrapper {width:100%;}
 #gioithieu,#lichsu {padding-top: 40px;}
 h2, h2 span {
 	font-size: 33px !important; 
 }
 #gioithieu .wpb_text_column {margin-bottom: 40px;}
 #lichsu {background: #f7f4e8 !important;}
  #lichsu table tr td {width:50% !important;padding-bottom: 20px;}
  #sanphamnoibat {background: #cb2a23 !important; padding: 40px 0;}
  #tintuc {padding-top: 40px;padding-bottom: 0}
  #tintuc .columns, #truyenthong .large-12.columns {

    padding-left: 0.625rem;
    padding-right: 0.625rem;

  }
  .truyenthongnoidung .truyenthongnoidungr {padding: 40px;}
  .footer {background: #ec2324;padding: 10px 0 0px;}
  .footer .widget-title span {font-size: 14px;}
  .footer-widget-2.footer-content {
  	 text-align: center;
  	 margin-top: 10px;
  }
  #vechungtoi .columns {
  	padding: 0 10px;
  	margin-bottom: 40px;
  }
  #vechungtoi .columns .vc_column-inner {
  	 padding: 20px;
  }
  #vechungtoi h2 {height: auto;}
  .page-template-aboutus .footer {
  	background: #ec2324;
  }
  #section2_gt.vc_custom_1608733225283 {
     padding-top: 40px !important;
  }
  blockquote {padding-top: 80px;}
  blockquote:before {font-size: 160px;}
    blockquote p span {
      font-size: 35px !important;
    }
  #section4_gt.vc_custom_1608733370875 {
    padding-top: 40px !important;
  }
  #section5_gt {
      background-image: none !important;
    border-top: 4px double #bbb4b4;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: 4px double #bbb4b4;
  }
  .wpb_text_column.vc_custom_1608733085698 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #section1_lichsu .vc_custom_1608740737690 {
         padding: 40px;
    height: auto;
  }
  .ult-carousel-wrapper .slick-arrow.slick-prev {
    left: -40px;
    top: 50%;
  }
  .ult-carousel-wrapper .slick-arrow.slick-next {
    right: -15px;
    top: 50%;
   }
   #section2_lichsu {padding-top: 175px;}
   .product-category-template .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {margin-right: 0;}
   .main_slider {margin-top:40px;margin-bottom: 40px;}
   .single-product-relate {
      margin-top: 40px;
   }
   .jeg_postblock_2 .jeg_block_container .jeg_post .jeg_thumb {
    width: 100%;
    margin: 0;

   }
   .jeg_postblock_2 .jeg_block_container .jeg_post .jeg_postblock_content .jeg_post_title {
      font-size: 24px;
    margin-bottom: 10px;
   }
   .archive.category .row,.blog-grid .blog-content > div {margin:0;}
   .blog-classic .post-image {margin-bottom: 0;}
   #lichsu td p:nth-child(1) {
      margin-bottom: 20px;
   }
   h3 span {
    font-size: 22px !important;
   }
   #sanphamnoibat h2 {margin-bottom: 40px !important;}
   .features_product.col4 .items {
     padding: 0 10px;
   }
   #sanphamnoibat .slick-arrow {
      left: 0px;
      z-index: 23;
      background: #cb2a23;
   }
   #sanphamnoibat .slick-next.slick-arrow {
    right: 0px;
    left: auto;
   }
   .vc_responsive .vc_section .vc_grid-filter {
      display: block !important;
      white-space: nowrap;
      padding-bottom: 10px;
          margin-bottom: 20px;
	          overflow-x: scroll;
   }
   .vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item {
       display: inline-block;
      vertical-align: top;
      white-space: normal;
      width: 150px;
      padding: 0 5px;
      margin: 0;
   }
   .vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active:before, .vc_section .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover:before {
         width: 50%;
      height: 1px;
      bottom: -11px;
   }
   .vc_pageable-wrapper .vc_grid-item-product {
      width:50%;
      float: left;
   }
   .single-product-relate .vc_pageable-wrapper .vc_grid-item-product {
          float: none;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 170px;
        padding: 0 5px;
   }
   .vc_pageable-wrapper .vc_grid-item-product .vc_grid-item-mini {
     padding: 0;
   }
   .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title h2 {
     font-size: 18px !important;
     margin-bottom: 30px;
   }
   .single-product-relate h2 {
    font-size: 27px !important;
        margin-bottom: 30px;
   }
    .single-product-relate .vc_section {
      margin: 0;
    }
   .single-product-relate .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {margin-right: 0; white-space: nowrap;
    padding-bottom: 10px; overflow-x: scroll;}
}

@media (min-width: 380px) and (max-width: 480px) { 
  #lichsu td p:nth-child(2) {
       font-size: 27px !important;
  }

}
