@charset "UTF-8";
/*
Sass for default CSS file
by boomerank
*/
/* ! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 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: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: 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.
 */
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;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							SASS MIXINS
 < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								CLEARFIX
  =====================================================================*/
/*=====================================================================
								PIXEL 2 REM
  =====================================================================*/
/*=====================================================================
							GRADIENT BACKGROUND
  =====================================================================*/
/*=====================================================================
								TRANSFORM
  =====================================================================*/
/*=====================================================================
							ANIMATION & KEYFRAMES
  =====================================================================*/
/*=====================================================================
								FLEXBOX
  =====================================================================*/
/*=====================================================================
						BOX SHADOW (material design)
  =====================================================================*/
/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								VARIABLES
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
									FONTS
  =====================================================================*/
@font-face {
  font-family: "AgoraSlab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/agoraslab-bold2.woff2") format("woff2"), url("../fonts/agoraslab-bold2.woff") format("woff");
}
@font-face {
  font-family: "AgoraSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/agorasans-regular2.woff2") format("woff2"), url("../fonts/agorasans-regular2.woff") format("woff");
}
@font-face {
  font-family: "AgoraSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/agorasans-medium2.woff2") format("woff2"), url("../fonts/agorasans-medium2.woff") format("woff");
}
@font-face {
  font-family: "AgoraSans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/agorasans-medium-italic2.woff2") format("woff2"), url("../fonts/agorasans-medium-italic2.woff") format("woff");
}
@font-face {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons6.woff2") format("woff2"), url("../fonts/icons6.woff") format("woff");
}
/*=====================================================================
								COLORS
  =====================================================================*/
/*=====================================================================
							GUTTERS
  =====================================================================*/
/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
html {
  color: #58595b;
  font-family: "AgoraSans", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5em;
}

body {
  background: #fff;
  margin: 0 auto;
  overflow-y: scroll;
  padding-top: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 78px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 93px;
  }
}

#skiptocontent {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.ar #skiptocontent, .ka #skiptocontent {
  left: auto;
  right: -10000px;
}

/*=====================================================================
								HEADINGS
  =====================================================================*/
h1 {
  color: #e1252e;
  font-family: "AgoraSlab", serif;
  font-size: 26px;
  font-size: 1.4444444444rem;
  font-weight: 700;
  line-height: 34px;
  line-height: 1.8888888889rem;
  margin: 0.5em 0 1em 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    line-height: 40px;
    line-height: 2.2222222222rem;
  }
}

h2 {
  color: #4d4d4f;
  font-family: "AgoraSlab", serif;
  font-size: 28px;
  font-size: 1.5555555556rem;
  font-weight: 700;
  line-height: 42px;
  line-height: 2.3333333333rem;
  margin: 1em 0;
  padding: 0;
}

h3 {
  color: #939598;
  font-family: "AgoraSans", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1rem;
  margin: 0 0 1em 0;
  padding: 0;
}
.blog h3 {
  color: #4d4d4f;
  font-family: "AgoraSlab", serif;
  font-size: 22px;
  font-size: 1.2222222222rem;
  font-weight: 700;
  line-height: 26px;
  line-height: 1.4444444444rem;
  margin: 1em 0 0.75em 0;
  padding: 0;
}

/*=====================================================================
								PARAGRAPH
  =====================================================================*/
p {
  margin: 0 0 1.5em 0;
  padding: 0;
}
p.error {
  background: #e1252e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
p.error a {
  color: #fff;
}

/*=====================================================================
								STRONG
  =====================================================================*/
strong {
  font-weight: 500;
}
.bg strong {
  font-weight: 700;
}

/*=====================================================================
								LINK
  =====================================================================*/
a {
  color: #e1252e;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #000;
}

/*=====================================================================
								LIST
  =====================================================================*/
ul {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
ul li {
  margin: 3px 0 0 0;
  padding: 0;
}

ol {
  margin: -0.5em 0 1em 1.5em;
  padding: 0;
}
ol li {
  margin: 3px 0 0 0;
  padding: 0;
}

/*=====================================================================
								BLOCKQUOTE
  =====================================================================*/
/*=====================================================================
								TABLE
  =====================================================================*/
div.table-wrapper {
  overflow-x: scroll;
}

table {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 18px;
  line-height: 1rem;
  margin: 0 0 1em 0;
  text-align: left;
  width: 100%;
}
table thead tr td, table thead tr:hover td {
  border-bottom: 2px solid #cdced0;
  font-family: "AgoraSlab", serif;
  font-weight: 700;
  padding: 0.5em 0.75em;
}
table tfoot td, table tfoot tr:hover td {
  background: none;
  font-weight: 500;
  padding: 0.5em 0.75em;
}
table tfoot tr > td:first-child {
  border-left: none;
}
table tr td {
  border-bottom: 1px solid #cdced0;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
table tr.highlight td {
  background: #cdced0;
}
table tr:hover td {
  background: none;
}

/*=====================================================================
								HORIZONTAL RULE
  =====================================================================*/
hr {
  background: none;
  border: 0;
  border-bottom: 1px solid #9b9c9e;
  clear: both;
  height: 1px;
  margin: 2em auto;
  padding: 0;
  width: 220px;
}

/*=====================================================================
								IFRAME
  =====================================================================*/
iframe {
  border: 0;
}

/*=====================================================================
							VIDEO
  =====================================================================*/
div.video-wrapper {
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
div.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=====================================================================
								IMAGE
  =====================================================================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.inline {
  display: inline-block;
}
img.bordered {
  border: 1px solid #9b9c9e;
  padding: 2px;
}
img.rounded {
  border-radius: 3px;
}
img.floated-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
img.floated-right {
  float: right;
  margin-right: 0;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
img.centered {
  margin-left: auto;
  margin-right: auto;
}
img.spaced {
  display: inline-block !important;
  margin-left: 1em;
  margin-right: 1em;
}

/*=====================================================================
								MESSAGE
  =====================================================================*/
div.message {
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}
div.message div {
  padding: 0.5em;
}
div.message div.error {
  background: #e1252e;
}
div.message div.success {
  background: green;
}

/*=====================================================================
								COMMON
  =====================================================================*/
.off {
  display: none;
}

p.text-large, div.text-large, span.text-large {
  font-size: 19px;
  font-size: 1.0555555556rem;
  font-style: italic;
  font-weight: 500;
  line-height: 29px;
  line-height: 1.6111111111rem;
}
.bg p.text-large, .bg div.text-large, .bg span.text-large {
  font-weight: 700;
}

p.text-small, div.text-small, span.text-small {
  color: #78787b;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 18px;
  line-height: 1rem;
}

p.align-center, div.align-center, h2.align-center, h3.align-center {
  text-align: center;
}

p.align-right, div.align-right {
  text-align: right;
}

p.margin-bottom, div.margin-bottom {
  margin-bottom: 1em;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORM
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
form {
  margin: 0 0 1em 0;
  padding: 0;
  text-align: left;
}
.ar form, .ka form {
  text-align: right;
}

fieldset {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
}
fieldset p {
  position: relative;
}

label {
  color: #78787b;
  display: block;
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1rem;
  margin: 5px 0 3px 0;
}
label.label2 {
  display: inline;
  font-weight: 300;
}
label span {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-style: italic;
}
label span.radio {
  font-style: normal;
  padding-left: 24px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #58595b;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.1111111111rem;
  margin: 0;
  outline: none;
  padding: 0.6em;
  transition: all 0.2s linear;
  width: 100%;
  -webkit-appearance: none;
}
input[type=date].short,
input[type=email].short,
input[type=number].short,
input[type=password].short,
input[type=search].short,
input[type=text].short,
select.short,
textarea.short {
  width: auto;
}
input[type=date]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
  border: 1px solid #d1d3d4;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border: 1px solid #d1d3d4;
}
input[type=date].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=text].error,
select.error,
textarea.error {
  border: 1px solid #e1252e;
  color: #58595b;
}
input[type=date].field,
input[type=email].field,
input[type=number].field,
input[type=password].field,
input[type=search].field,
input[type=text].field,
select.field,
textarea.field {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
  margin: 0 6px 0 3px;
  width: auto;
}

::-webkit-input-placeholder {
  color: #58595b;
}

:-moz-placeholder {
  color: #58595b;
}

::-moz-placeholder {
  color: #58595b;
}

:-ms-input-placeholder {
  color: #58595b;
}

.validation {
  background: #e1252e;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
  margin-top: 2px;
  padding: 2px 10px;
}
.validation.error {
  display: inline-block;
}
.validation.ok {
  background: none;
  display: inline-block;
  position: absolute;
  bottom: 3.7em;
  right: -0.5em;
}
.validation.note {
  color: #58595b;
  display: none;
}
.validation.loading {
  display: none;
}

span.calendar {
  display: inline-block;
  position: relative;
}
span.calendar:after {
  color: #78787b;
  content: "c";
  cursor: pointer;
  font-family: Icons, sans-serif;
  font-size: 22px;
  font-size: 1.2222222222rem;
  position: absolute;
  right: 10px;
  top: 10px;
}

input#post, input#delivery_post {
  margin-right: 2%;
  width: 23%;
  float: left;
}

input#city, input#delivery_city {
  width: 75%;
}

body.ar input#post, body.ar input#delivery_post, body.ka input#post, body.ka input#delivery_post {
  margin-left: 2%;
  margin-right: 0;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								LAYOUT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 320px;
  padding: 0 10px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1024px) {
  #main:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 25px;
    left: 0;
    position: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  #main:after {
    height: 50px;
  }
}

aside.image {
  height: 225px;
}
aside.image.map {
  height: calc(100vh - 120px);
  max-height: 500px;
}
@media screen and (orientation: portrait) and (min-width: 480px) {
  aside.image {
    height: 360px;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  aside.image {
    height: 240px;
  }
}
@media screen and (orientation: portrait) and (min-width: 600px) {
  aside.image {
    height: 450px;
  }
}
@media screen and (orientation: landscape) and (min-width: 600px) {
  aside.image {
    height: 300px;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  aside.image {
    height: 570px;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  aside.image {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  aside.image {
    height: calc(100vh - 78px - 25px);
    position: fixed;
    width: calc((100vw - 25px - 25px) * 0.62);
    z-index: 0;
  }
  aside.image.relative {
    position: absolute;
    bottom: 0;
  }
  aside.image.map {
    max-height: none;
  }
}
@media screen and (min-width: 1280px) {
  aside.image {
    height: calc(100vh - 93px - 25px);
  }
}
@media screen and (min-width: 1600px) {
  aside.image {
    height: calc(100vh - 93px - 50px);
    width: calc((100vw - 50px - 50px) * 0.62);
  }
}
@media screen and (min-width: 1920px) {
  aside.image {
    width: 1128px;
  }
}

article#content {
  background: #e3e1dd;
  padding: 0 20px 30px 20px;
  text-align: center;
}
article#content div.top svg path {
  fill: #58595b;
}
article#content.models {
  padding-top: 1em;
}
article#content.blog, article#content.blog-list {
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  article#content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  article#content {
    margin-left: 62%;
    padding-top: 10px;
    position: relative;
    min-height: calc(100vh - 78px);
  }
  article#content:before, article#content:after {
    content: "";
    height: 40px;
    position: fixed;
    -webkit-transform: translate(-50%, 0);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    transform: translate(-50%, 0);
    /* IE 10, Fx 16+, Op 12.1+ */
    width: calc((100vw - 25px - 25px) * 0.38);
    z-index: 2;
  }
  .ar article#content, .ka article#content {
    margin-left: auto;
    margin-right: 62%;
  }
  .ar article#content:before, .ar article#content:after, .ka article#content:before, .ka article#content:after {
    -webkit-transform: translate(50%, 0);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: translate(50%, 0);
    /* IE 9 */
    transform: translate(50%, 0);
    /* IE 10, Fx 16+, Op 12.1+ */
  }
  article#content:before {
    background: linear-gradient(to bottom, #e3e1dd 10%, rgba(255, 255, 255, 0));
    top: 78px;
  }
  article#content:after {
    background: linear-gradient(to top, #e3e1dd 10%, rgba(255, 255, 255, 0));
    bottom: 25px;
  }
  article#content.models {
    margin-left: 0;
  }
  article#content.models:before, article#content.models:after {
    width: calc((100vw - 25px - 25px));
  }
  .ar article#content.models, .ka article#content.models {
    margin-left: auto;
    margin-right: 0;
  }
  article#content.blog, article#content.blog-list {
    margin-left: 0;
  }
  article#content.blog:before, article#content.blog:after, article#content.blog-list:before, article#content.blog-list:after {
    display: none;
  }
  .ar article#content.blog, .ka article#content.blog, .ar article#content.blog-list, .ka article#content.blog-list {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  article#content {
    min-height: calc(100vh - 93px);
  }
  article#content:before {
    top: 93px;
  }
}
@media screen and (min-width: 1600px) {
  article#content {
    padding-left: 80px;
    padding-right: 80px;
  }
  article#content:before, article#content:after {
    width: calc((100vw - 50px - 50px) * 0.38);
  }
  article#content:after {
    bottom: 50px;
  }
  article#content.models:before, article#content.models:after {
    width: calc((100vw - 50px - 50px));
  }
}
@media screen and (min-width: 1920px) {
  article#content:before, article#content:after {
    width: 692px;
  }
  article#content.models:before, article#content.models:after {
    width: 1820px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
header {
  background: #fff;
  height: 65px;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header.header-up {
  top: -65px;
}
header.stop-search, header.stop-menu {
  margin-top: -65px;
  position: relative;
  top: 0;
}
@media screen and (min-width: 768px) {
  header {
    height: 78px;
  }
  header.header-up {
    top: -78px;
  }
  header.stop-search, header.stop-menu {
    margin-top: -78px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  header.header-up {
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  header {
    height: 93px;
  }
}

/*=====================================================================
								LOGO
  =====================================================================*/
header .logo {
  display: block;
  margin: 10px 0;
}
header .logo svg {
  display: block;
  height: 45px;
  width: 164px;
}
@media screen and (min-width: 768px) {
  header .logo svg {
    height: 58px;
    width: 213px;
  }
}
@media screen and (min-width: 1280px) {
  header .logo {
    margin: 20px 0 15px 0;
  }
}

/*=====================================================================
								SEARCH
  =====================================================================*/
header form.search {
  background: #efeeec;
  border-bottom: 0;
  box-sizing: border-box;
  clear: both;
  float: right;
  margin: 0;
  max-height: 0;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s ease-in-out;
  width: 100%;
}
header form.search input[type=search] {
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.1111111111rem;
  padding: 10px 50px 10px 20px;
  width: 100%;
}
header form.search button[type=submit] {
  background: none;
  border: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 2;
}
header form.search button[type=submit] svg {
  display: block;
  height: 30px;
  margin: auto;
  width: 30px;
}
header form.search button[type=submit] svg path {
  fill: #fff;
  stroke: #cdced0;
  transition: all 0.2s linear;
}
header form.search button[type=submit]:hover svg path {
  stroke: #808285;
}
header form.search.on {
  border: 1px solid #cdced0;
  max-height: 50px;
}
@media screen and (min-width: 768px) {
  header form.search {
    background: none;
    border: 0;
    max-height: none;
    width: 200px;
    position: absolute;
    right: 105px;
    top: 18px;
  }
  header form.search input[type=search] {
    border-bottom: 1px solid #cdced0;
    padding: 12px 35px 2px 5px;
  }
  header form.search button[type=submit] {
    right: 0;
    width: 30px;
  }
  header form.search button[type=submit] svg {
    height: 24px;
    width: 24px;
  }
  header form.search.on {
    border: 0;
  }
}
@media screen and (min-width: 1280px) {
  header form.search {
    right: 30px;
    width: 100px;
    /*.us &, .en & {
    	right: 30px;
    }*/
  }
}
@media screen and (min-width: 1400px) {
  header form.search {
    width: 180px;
  }
}
@media screen and (min-width: 1600px) {
  header form.search {
    right: 50px;
    width: 200px;
    /*.us &, .en & {
    	right: 50px;
    }*/
  }
}

/*=====================================================================
								LANGUAGE
  =====================================================================*/
header div.language {
  background: #efeeec;
  box-sizing: border-box;
  border-top: 0;
  clear: both;
  float: right;
  max-height: 0;
  max-width: 500px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  width: 100%;
}
.ar header div.language, .ka header div.language {
  float: left;
}
header div.language button {
  display: none;
}
header div.language ul {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header div.language ul:before, header div.language ul:after {
  content: " ";
  display: table;
}
header div.language ul:after {
  clear: both;
}
header div.language ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
}
header div.language ul li a {
  color: #58595b;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
header div.language ul li a:hover, header div.language ul li a.selected {
  background: #e1252e;
  color: #fff;
}
header div.language.on {
  border: 1px solid #cdced0;
  max-height: 60px;
}
@media screen and (min-width: 1280px) {
  header div.language {
    border: 0;
    float: none;
    max-height: none;
    position: absolute;
    right: 25px;
    top: 22px;
    width: auto;
  }
  header div.language.on {
    border: 0;
  }
  .ar header div.language, .ka header div.language {
    left: 25px;
    right: auto;
  }
  header div.language button {
    background: #fff;
    border: 0;
    color: #cdced0;
    display: block;
    font-size: 14px;
    font-size: 0.7777777778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    line-height: 1rem;
    margin: 0;
    padding: 5px 1px;
    text-transform: uppercase;
  }
  header div.language button:after {
    content: "d";
    font-family: "Icons", sans-serif;
    font-size: 11px;
    font-size: 0.6111111111rem;
    font-weight: 400;
    line-height: 13px;
    line-height: 0.7222222222rem;
    padding-left: 4px;
    text-transform: none;
  }
  header div.language button:hover, header div.language button.on {
    color: #58595b;
  }
  header div.language ul {
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    z-index: 10;
  }
  header div.language ul li {
    float: none;
    width: auto;
  }
  header div.language ul li a {
    display: block;
    padding: 4px 6px;
  }
  header div.language ul li a.selected {
    display: none;
  }
  header div.language ul.on {
    max-height: 120px;
  }
}
@media screen and (min-width: 1600px) {
  header div.language {
    right: 50px;
  }
  .ar header div.language, .ka header div.language {
    left: 50px;
    right: auto;
  }
}

/*=====================================================================
								PHONE
  =====================================================================*/
a.phone {
  box-sizing: border-box;
  font-family: "AgoraSlab", serif;
  font-size: 26px;
  font-size: 1.4444444444rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.5555555556rem;
  height: 48px;
  padding-top: 4px;
  position: absolute;
  right: 68px;
  text-align: center;
  top: 10px;
  transition: all 0.2s linear;
  width: 48px;
}
a.phone.second {
  display: none;
}
a.phone:after {
  color: #58595b;
  content: "T";
  font-family: "Icons", sans-serif;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 36px;
  line-height: 2rem;
}
.ar a.phone, .ka a.phone {
  left: 68px;
  right: auto;
}
.basico a.phone {
  right: 58px;
}
a.phone span {
  display: none;
}
@media screen and (min-width: 480px) {
  a.phone {
    right: 78px;
    top: 12px;
    width: auto;
    /*.us & {
    	@include font-size(22);
    	top: 2px;

    	&:before {
    		left: 28px;
    	}

    	span {
    		padding-left: 0;

    		&.state {
    			color: $defaultColor;
    			display: inline-block;
    			margin-right: 26px;
    			@include font-size(16);
    		}
    	}

    	&.second {
    		display: block;
    		top: 28px;
    	}
    }*/
  }
  a.phone:after {
    display: none;
  }
  a.phone span {
    display: inline-block;
    padding-left: 22px;
  }
  a.phone:before {
    color: #e1252e;
    content: "T";
    display: inline-block;
    font-family: "Icons", sans-serif;
    font-size: 24px;
    font-size: 1.3333333333rem;
    font-weight: 400;
    left: 0;
    line-height: 24px;
    line-height: 1.3333333333rem;
    position: absolute;
    -webkit-transform: rotate(90deg);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* IE 10, Fx 16+, Op 12.1+ */
    top: 6px;
    transition: all 0.2s linear;
  }
  a.phone:hover:before {
    color: #000;
  }
  .basico a.phone {
    right: 68px;
    top: 10px;
    width: 48px;
  }
  .basico a.phone:before {
    display: none;
  }
  .basico a.phone:after {
    display: block;
  }
  .basico a.phone span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a.phone {
    right: 93px;
    top: 18px;
    /*.us & {
    	top: 8px;

    	&.second {
    		top: 34px;
    	}
    }*/
  }
  .ar a.phone, .ka a.phone {
    left: 93px;
  }
  .basico a.phone {
    right: 93px;
    top: 18px;
    width: auto;
  }
  .basico a.phone:before {
    display: inline-block;
  }
  .basico a.phone:after {
    display: none;
  }
  .basico a.phone span {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  a.phone {
    right: 25px;
    /*.us & {
    	top: 12px;

    	&.second {
    		top: 44px;
    	}
    }*/
    /*right: $gutterMedium;
    top: 12px;
    width: 48px;

    &:before {
    	display: none;
    }

    &:after {
    	display: block;
    }

    span {
    	display: none;
    }*/
  }
  .basico a.phone {
    top: 26px;
  }
  .ae a.phone {
    font-size: 22px;
    font-size: 1.2222222222rem;
    right: 70px;
    top: 16px;
  }
  .ae a.phone:before {
    display: none;
  }
  .de a.phone, .at a.phone, .lu a.phone {
    font-size: 16px;
    font-size: 0.8888888889rem;
    top: 14px;
  }
  .de a.phone:before, .at a.phone:before, .lu a.phone:before {
    display: none;
  }
  .ca a.phone, .cf a.phone {
    right: 65px;
  }
  .lu a.phone, .lf a.phone {
    right: 65px;
  }
}
@media screen and (min-width: 1400px) {
  a.phone {
    top: 17px;
    width: auto;
    /*&:before {
    	display: inline-block;
    }

    &:after {
    	display: none;
    }

    span {
    	display: block;
    }*/
  }
  .ae a.phone {
    font-size: 26px;
    font-size: 1.4444444444rem;
    top: 17px;
  }
  .ae a.phone:before {
    display: block;
  }
  .de a.phone, .at a.phone, .lu a.phone {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
@media screen and (min-width: 1600px) {
  a.phone {
    right: 50px;
  }
  .ae a.phone {
    right: 100px;
  }
  .ar a.phone, .ka a.phone {
    left: 100px;
  }
  .de a.phone, .at a.phone, .lu a.phone {
    font-size: 26px;
    font-size: 1.4444444444rem;
    top: 18px;
  }
  .de a.phone:before, .at a.phone:before, .lu a.phone:before {
    display: block;
  }
  .ca a.phone, .cf a.phone {
    right: 100px;
  }
  .kw a.phone {
    right: 100px;
  }
  .lu a.phone, .lf a.phone {
    right: 100px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								NAVIGATION
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
header button.icon-navigation {
  background: none;
  border: 0;
  color: #58595b;
  font-size: 12px;
  height: 48px;
  line-height: 16px;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 48px;
  z-index: 100;
}
.ar header button.icon-navigation, .ka header button.icon-navigation {
  left: 10px;
  right: auto;
}
header button.icon-navigation span.hamburger {
  background-color: #58595b;
  display: block;
  font-size: 30px;
  height: 0.1em;
  margin: 0.32em auto 0.45em auto;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 1.2em;
}
header button.icon-navigation span.hamburger:before, header button.icon-navigation span.hamburger:after {
  background: #58595b;
  content: "";
  height: 0.1em;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(0deg);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
  /* IE 10, Fx 16+, Op 12.1+ */
  -webkit-transition: top 0.2s ease 0.2s, bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: top 0.2s ease 0.2s, bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease 0.2s, bottom 0.2s ease 0.2s;
  transition: transform 0.2s ease, top 0.2s ease 0.2s, bottom 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
header button.icon-navigation span.hamburger:before {
  top: -0.3em;
}
header button.icon-navigation span.hamburger:after {
  bottom: -0.3em;
}
header button.icon-navigation.on span.hamburger {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: transparent;
}
header button.icon-navigation.on span.hamburger:before, header button.icon-navigation.on span.hamburger:after {
  -webkit-transition: top 0.2s ease, bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: top 0.2s ease, bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
  transition: top 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
  transition: top 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
header button.icon-navigation.on span.hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  /* IE 10, Fx 16+, Op 12.1+ */
}
header button.icon-navigation.on span.hamburger:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
  /* IE 10, Fx 16+, Op 12.1+ */
}
@media screen and (min-width: 768px) {
  header button.icon-navigation {
    right: 25px;
    top: 16px;
  }
  .ar header button.icon-navigation, .ka header button.icon-navigation {
    left: 25px;
    right: auto;
  }
}
@media screen and (min-width: 1280px) {
  header button.icon-navigation {
    display: none;
  }
}

nav.navigation {
  background: #efeeec;
  clear: both;
  float: right;
  margin: 0;
  max-height: 0;
  max-width: 500px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  width: 100%;
  z-index: 15;
}
.ar nav.navigation, .ka nav.navigation {
  float: left;
}
nav.navigation.on {
  max-height: 1500px;
}
nav.navigation ul {
  border: 1px solid #cdced0;
  font-family: "AgoraSlab", serif;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.1111111111rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
nav.navigation ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
nav.navigation ul li a {
  color: #78787b;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}
nav.navigation ul li a:hover, nav.navigation ul li a.selected {
  background: #d1d3d4;
  color: #e1252e;
}
nav.navigation ul li button.expand {
  background: none;
  border: 0;
  color: #78787b;
  cursor: pointer;
  display: inline;
  font-family: "Icons", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.1111111111rem;
  margin: 0;
  padding: 25px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 0;
  z-index: 2;
}
nav.navigation ul li button.expand:after {
  content: ">";
  display: block;
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}
.ar nav.navigation ul li button.expand, .ka nav.navigation ul li button.expand {
  left: 0;
  right: auto;
}
nav.navigation ul li button.expand.on:after {
  content: "d";
}
nav.navigation ul li div.submenu {
  display: none;
}
nav.navigation ul li div.submenu ul {
  background: #d1d3d4;
  border: 0;
  font-family: "AgoraSans", sans-serif;
  font-weight: 400;
  text-transform: none;
}
nav.navigation ul li div.submenu ul li a {
  padding: 12px 20px 12px 30px;
}
nav.navigation ul li div.submenu ul li a:hover, nav.navigation ul li div.submenu ul li a.selected {
  background: none;
  color: #e1252e;
}
nav.navigation ul li button.expand.on + div.submenu {
  display: block;
}
@media screen and (min-width: 1280px) {
  nav.navigation {
    background: none;
    clear: none;
    float: none;
    left: 26%;
    max-height: none;
    max-width: none;
    overflow: visible;
    position: absolute;
    top: 12px;
    width: auto;
	min-width: 436px;
  }
  .de nav.navigation, .at nav.navigation, .lu nav.navigation {
    left: 19%;
  }
  .ar nav.navigation, .ka nav.navigation {
    left: auto;
    right: 35%;
  }
  nav.navigation ul {
    border: 0;
    border-bottom: 1px solid #cdced0;
    padding: 0 5px;
  }
  nav.navigation ul:before, nav.navigation ul:after {
    content: " ";
    display: table;
  }
  nav.navigation ul:after {
    clear: both;
  }
  nav.navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: static;
  }
  nav.navigation ul li a {
    color: #78787b;
    display: inline-block;
    padding: 10px 19px 10px 16px;
    position: relative;
    transition: all 0.2s linear;
    z-index: 2;
  }
  nav.navigation ul li a:hover, nav.navigation ul li a.selected {
    background: none;
    color: #e1252e;
  }
  nav.navigation ul li a:after {
    color: #e1252e;
    content: "|";
    position: absolute;
    right: 0;
    top: 9px;
  }
  nav.navigation ul li:last-child a:after {
    display: none;
  }
  .ar nav.navigation ul li, .ka nav.navigation ul li {
    float: right;
  }
  .ar nav.navigation ul li:last-child a:after, .ka nav.navigation ul li:last-child a:after {
    display: block;
  }
  .ar nav.navigation ul li:first-child a:after, .ka nav.navigation ul li:first-child a:after {
    display: none;
  }
  nav.navigation ul li button.expand, nav.navigation ul li button.expand.on {
    display: none;
  }
  nav.navigation ul li a.selected + button.expand, nav.navigation ul li a:hover + button.expand {
    display: none;
  }
  nav.navigation ul li div.submenu, nav.navigation ul li button.expand.on + div.submenu {
    left: 0;
    margin: 0 0 0 -10%;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 120%;
  }
  .ar nav.navigation ul li div.submenu, .ka nav.navigation ul li div.submenu, .ar nav.navigation ul li button.expand.on + div.submenu, .ka nav.navigation ul li button.expand.on + div.submenu {
    margin-left: -50%;
    width: 200%;
  }
  nav.navigation ul li div.submenu ul, nav.navigation ul li button.expand.on + div.submenu ul {
    background: none;
    display: inline-block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    line-height: 18px;
    line-height: 1rem;
    margin: 0;
    padding: 0;
  }
  nav.navigation ul li div.submenu ul li, nav.navigation ul li button.expand.on + div.submenu ul li {
    float: left;
    margin: 0;
    padding: 0;
  }
  nav.navigation ul li div.submenu ul li a, nav.navigation ul li button.expand.on + div.submenu ul li a {
    padding: 0 8px;
  }
  nav.navigation ul li div.submenu ul li a:hover, nav.navigation ul li div.submenu ul li a.selected, nav.navigation ul li button.expand.on + div.submenu ul li a:hover, nav.navigation ul li button.expand.on + div.submenu ul li a.selected {
    background: none;
    color: #e1252e;
  }
  nav.navigation ul li div.submenu ul li a:after, nav.navigation ul li button.expand.on + div.submenu ul li a:after {
    display: none;
  }
  nav.navigation ul li div.submenu ul li:first-child a, nav.navigation ul li button.expand.on + div.submenu ul li:first-child a {
    padding-left: 0;
  }
  nav.navigation ul li div.submenu ul li:last-child a, nav.navigation ul li button.expand.on + div.submenu ul li:last-child a {
    padding-right: 0;
  }
  .ar nav.navigation ul li div.submenu ul li, .ka nav.navigation ul li div.submenu ul li, .ar nav.navigation ul li button.expand.on + div.submenu ul li, .ka nav.navigation ul li button.expand.on + div.submenu ul li {
    float: right;
  }
  .ar nav.navigation ul li div.submenu ul li:first-child a, .ka nav.navigation ul li div.submenu ul li:first-child a, .ar nav.navigation ul li button.expand.on + div.submenu ul li:first-child a, .ka nav.navigation ul li button.expand.on + div.submenu ul li:first-child a {
    padding-right: 0;
  }
  .ar nav.navigation ul li div.submenu ul li:last-child a, .ka nav.navigation ul li div.submenu ul li:last-child a, .ar nav.navigation ul li button.expand.on + div.submenu ul li:last-child a, .ka nav.navigation ul li button.expand.on + div.submenu ul li:last-child a {
    padding-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  nav.navigation ul li a {
    padding-left: 19px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .de nav.navigation, .at nav.navigation, .lu nav.navigation {
    left: 20%;
  }
  nav.navigation ul {
    padding: 0 12px;
  }
  nav.navigation ul li a {
    padding-left: 21px;
    padding-right: 24px;
  }
  nav.navigation ul li div.submenu ul li a, nav.navigation ul li button.expand.on + div.submenu ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
footer {
  background: #fff;
  color: #808285;
  font-size: 13px;
  font-size: 0.928rem;
  font-weight: 400;
  line-height: 17px;
  line-height: 1rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
.sl footer {
  padding-bottom: 3.5em;
}
footer .container.narrow {
  max-width: 1100px;
}
footer a {
  color: #808285;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .title {
  color: #58595b;
  font-family: "AgoraSlab", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 14px;
  line-height: 0.7777777778rem;
  margin: 2.5em 0 1em 0;
  padding: 0;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
footer ul li {
  margin: 0 0 1em 0;
  padding: 0;
}
footer ul li:before {
  color: #e1252e;
  content: ">";
  font-style: normal;
  margin-right: 5px;
}
.ar footer ul li:before, .ka footer ul li:before {
  margin-left: 5px;
  margin-right: 0;
}
footer span {
  color: #e1252e;
  font-weight: 500;
}
footer p {
  margin-bottom: 0.5em;
}
footer p.copy {
  font-size: 12px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 0;
  padding: 0.8em 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  footer .row3, footer .row4, footer .row5 {
    border-bottom: 1px solid #cdced0;
  }
  footer .row3 .col, footer .row4 .col, footer .row5 .col {
    float: left;
    width: 50%;
  }
  .ar footer .row3 .col, .ka footer .row3 .col, .ar footer .row4 .col, .ka footer .row4 .col, .ar footer .row5 .col, .ka footer .row5 .col {
    float: right;
  }
  footer .row3 .col:nth-child(odd), footer .row4 .col:nth-child(odd), footer .row5 .col:nth-child(odd) {
    clear: both;
  }
  footer .row3 .col:nth-child(3), footer .row3 .col:nth-child(4), footer .row4 .col:nth-child(3), footer .row4 .col:nth-child(4), footer .row5 .col:nth-child(3), footer .row5 .col:nth-child(4) {
    border-top: 1px solid #cdced0;
    margin-top: 1em;
    padding-bottom: 1.5em;
  }
  footer .row3 .col.topmargin, footer .row4 .col.topmargin, footer .row5 .col.topmargin {
    padding-top: 2.5em;
  }
  footer .row3 .col.double, footer .row3 .col.triple, footer .row4 .col.double, footer .row4 .col.triple, footer .row5 .col.double, footer .row5 .col.triple {
    width: 100%;
  }
  footer .row3 .col {
    float: none;
    padding-bottom: 0.5em;
    width: auto;
  }
  footer .row3 .col:nth-child(odd) {
    clear: none;
  }
  footer .row3 .col:nth-child(3) {
    border: 0;
    padding-bottom: 1.5em;
  }
  footer .row5 .col:nth-child(5) {
    border-top: 1px solid #cdced0;
    float: none;
    padding-bottom: 1.5em;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .sl footer {
    padding-bottom: 0;
  }
  footer .row3 .col {
    float: left;
    width: 33.33%;
  }
  footer .row3 .col:nth-child(3) {
    margin-top: 0;
  }
  footer .row3 .col.double {
    width: 66.67%;
  }
  footer .row3 .col.double .row2 .col {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    text-align: left;
  }
  footer .row4, footer .row5 {
    border: 0;
  }
  footer .row4 .col, footer .row5 .col {
    width: 25%;
  }
  footer .row4 .col:nth-child(odd), footer .row5 .col:nth-child(odd) {
    clear: none;
  }
  footer .row4 .col:nth-child(3), footer .row4 .col:nth-child(4), footer .row5 .col:nth-child(3), footer .row5 .col:nth-child(4) {
    border: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  footer .row4 .col.topmargin, footer .row5 .col.topmargin {
    padding-top: 4.4em;
  }
  footer .row3 {
    border: 0;
  }
  footer .row3 .col.double .row2 .col {
    width: 35%;
  }
  footer .row4 .col.triple {
    width: 75%;
  }
  footer .row5 .col {
    width: 20%;
  }
  footer .row5 .col:nth-child(5) {
    border: 0;
    float: left;
    padding-bottom: 0;
    width: 20%;
  }
  footer.fixed {
    bottom: 0;
    height: 55px;
    position: fixed;
    left: 0;
    width: 100%;
  }
  .home footer.fixed {
    bottom: auto;
    height: auto;
    position: relative;
    left: auto;
    width: auto;
  }
  footer ul li {
    margin-bottom: 4px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BUTTON
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
button, a.button {
  background: none;
  border: 2px solid #e1252e;
  border-radius: 0;
  color: #e1252e;
  display: inline-block;
  font-family: "AgoraSans", sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.3333333333rem;
  margin: 0;
  padding: 0.6em 2em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  /*&.grey {
  	border-color: $defaultColor;
  	color: $defaultColor;

  	&:hover {
  		background: $defaultColor;
  		color: #fff;
  	}
  }*/
}
button:hover, a.button:hover {
  background: #e1252e;
  color: #fff;
}
button.invert, a.button.invert {
  background: #e1252e;
  color: #fff;
}
button.invert:hover, a.button.invert:hover {
  background: #b91a21;
  border-color: #b91a21;
}
button.link, a.button.link {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
button.link:hover, a.button.link:hover {
  background: none;
  color: #4d4d4f;
}
button.loading, a.button.loading {
  background: #e75259;
  border-color: #e75259;
  color: #e75259;
}
button.loading:after, a.button.loading:after {
  -webkit-animation: rotate 3s infinite linear;
  -moz-animation: rotate 3s infinite linear;
  -ms-animation: rotate 3s infinite linear;
  -o-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
  color: #fff;
  content: "l";
  font-family: Icons, sans-serif;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-style: normal;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* IE 10, Fx 16+, Op 12.1+ */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* IE 10, Fx 16+, Op 12.1+ */
  }
}

a.button {
  margin: 0.5em;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								COLORBOX
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#colorbox, #cboxOverlay, #cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  border: 0;
  display: block;
  float: left;
  margin: auto;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: transparent;
  margin: 50px 0 60px 0;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  bottom: -24px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 300;
  height: 24px;
  left: 0;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  color: #fff;
  font-size: 12px;
  font-size: 0.6666666667rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: -22px;
  width: 100%;
}

#cboxLoadingOverlay {
  background: transparent url(../images/colorbox-loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: none;
  border: 0;
  font-style: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  bottom: 0;
  color: #444;
  position: absolute;
  right: 42px;
}

#cboxPrevious, #cboxNext {
  background: transparent;
  color: #9b9c9e;
  font-family: "Icons", sans-serif;
  font-size: 24px;
  font-size: 1.3333333333rem;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 32px;
}
#cboxPrevious:hover, #cboxNext:hover {
  color: #fff;
}
#cboxPrevious#cboxPrevious, #cboxNext#cboxPrevious {
  left: 0;
}
#cboxPrevious#cboxNext, #cboxNext#cboxNext {
  right: 0;
}
@media screen and (min-width: 840px) {
  #cboxPrevious, #cboxNext {
    font-size: 32px;
    font-size: 1.7777777778rem;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    width: 44px;
  }
}

#cboxClose {
  background: transparent url(../images/colorbox-close.png) no-repeat 10px 10px;
  color: #9b9c9e;
  display: block;
  height: 44px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -44px;
  width: 44px;
}
#cboxClose:hover {
  color: #fff;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								COOKIES
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#cookies {
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 3px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 0;
  line-height: 16px;
  overflow: hidden;
  padding: 10px 5px;
  position: fixed;
  text-align: left;
  z-index: 999;
}
#cookies .text {
  float: left;
  padding-right: 15px;
}
#cookies a {
  color: #fff;
  text-decoration: underline;
}
#cookies a:hover {
  text-decoration: none;
}
#cookies button {
  background: #339933;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 4px;
  padding: 8px 14px;
  text-decoration: none;
}
#cookies button:hover {
  background: #008000;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								GRID
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.row2:before, .row2:after, .row3:before, .row3:after, .row4:before, .row4:after, .row5:before, .row5:after, .row6:before, .row6:after {
  content: " ";
  display: table;
}
.row2:after, .row3:after, .row4:after, .row5:after, .row6:after {
  clear: both;
}
.row2 .col, .row3 .col, .row4 .col, .row5 .col, .row6 .col {
  box-sizing: border-box;
}
.row2 .col img, .row3 .col img, .row4 .col img, .row5 .col img, .row6 .col img {
  margin: 0 auto;
}

article.models .row4, article.models .row5, article.models .row6 {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 480px) {
  article.models .row4 .col, article.models .row5 .col, article.models .row6 .col {
    float: left;
    padding: 0;
    width: 50%;
  }
  .ar article.models .row4 .col, .ka article.models .row4 .col, .ar article.models .row5 .col, .ka article.models .row5 .col, .ar article.models .row6 .col, .ka article.models .row6 .col {
    float: right;
  }
}
@media screen and (min-width: 600px) {
  .row2, .row3, .row4 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row2 .col, .row4 .col {
    float: left;
    padding: 0 5px;
  }
  .ar .row2 .col, .ka .row2 .col, .ar .row4 .col, .ka .row4 .col {
    float: right;
  }

  .row2 .col {
    width: 50%;
  }

  .row4 .col {
    width: 50%;
  }
  .row4 .col.double {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  article.models .row4, article.models .row5, article.models .row6 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 840px) {
  .row3 .col {
    float: left;
    padding: 0 5px;
    width: 33.3%;
  }
  .row3 .col.double {
    width: 66.6%;
  }
  .ar .row3 .col, .ka .row3 .col {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  article.models .row4 .col {
    width: 25%;
  }
  article.models .row5 .col {
    width: 33.3%;
  }
  article.models .row6 .col {
    width: 16.66%;
  }
}
@media screen and (min-width: 1108px) {
  .row2, .row3, .row4 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row2 .col, .row3 .col, .row4 .col {
    padding: 0 25px;
  }

  .row4 .col {
    width: 25%;
  }
  .row4 .col.double {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  article.models .row5 .col {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  article.models .row4, article.models .row5, article.models .row6 {
    margin-left: -80px;
    margin-right: -80px;
  }
}
/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BLOG
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
div.blog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  text-align: left;
}
div.blog-list section.blog-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0;
  position: relative;
  vertical-align: top;
}
div.blog-list section.blog-item div.image {
  margin-bottom: 10px;
}
div.blog-list section.blog-item .category {
  color: #e1252e;
  float: left;
  font-size: 11px;
  font-size: 0.6111111111rem;
  font-weight: 500;
  line-height: 15px;
  line-height: 0.8333333333rem;
  text-transform: uppercase;
}
div.blog-list section.blog-item time {
  color: #78787b;
  float: right;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 15px;
  line-height: 0.8333333333rem;
}
div.blog-list section.blog-item div.title {
  clear: both;
  font-size: 17px;
  font-size: 0.9444444444rem;
  font-weight: 500;
  line-height: 21px;
  line-height: 1.1666666667rem;
  margin: 0 0 0.5em 0;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}
div.blog-list section.blog-item div.title a {
  color: #78787b;
  text-decoration: none;
  transition: all 0.2s linear;
}
div.blog-list section.blog-item div.title a:hover {
  color: #58595b;
}
div.blog-list section.blog-item div.summary {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 20px;
  line-height: 1.1111111111rem;
}
div.blog-list section.blog-item a.more {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.3333333333rem;
  position: relative;
  text-decoration: none;
}
div.blog-list section.blog-item a.more:after {
  content: ">";
  font-family: "Icons", sans-serif;
  font-size: 11px;
  font-size: 0.6111111111rem;
  position: absolute;
  right: -10px;
}
@media screen and (min-width: 768px) {
  div.blog-list {
    margin-left: -50px;
    margin-right: -50px;
  }
  div.blog-list section.blog-item {
    padding: 0 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  div.blog-list section.blog-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 1366px) {
  div.blog-list section.blog-item {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  div.blog-list section.blog-item {
    padding: 0 40px;
  }
}

#content.blog {
  text-align: left;
}
#content.blog div.inner {
  margin: 0 auto;
  max-width: 1140px;
}
#content.blog h1 {
  color: #58595b;
  font-size: 36px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.2222222222rem;
  margin-bottom: 0.5em;
  text-align: center;
  text-transform: none;
}
#content.blog div.blog-list {
  margin-bottom: -2em;
}
#content.blog p.tags {
  text-align: center;
}
#content.blog p.tags a {
  box-sizing: border-box;
  border: 1px solid #78787b;
  color: #58595b;
  display: inline-block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 20px;
  line-height: 1.1111111111rem;
  margin: 10px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s linear;
}
#content.blog p.tags a:hover {
  background: #e1252e;
  border-color: #e1252e;
  color: #fff;
}
#content.blog div.video-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
@media screen and (min-width: 1024px) {
  #content.blog p, #content.blog h1, #content.blog h2, #content.blog h3, #content.blog ol, #content.blog ul, #content.blog div.table-wrapper, #content.blog div.video-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  #content.blog p.image, #content.blog h1.image, #content.blog h2.image, #content.blog h3.image, #content.blog ol.image, #content.blog ul.image, #content.blog div.table-wrapper.image, #content.blog div.video-wrapper.image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1366px) {
  #content.blog div.blog-list section.blog-item {
    width: 33.3%;
  }
}

div.form {
  margin: auto;
  max-width: 700px;
  text-align: center;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BREADCRUMBS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#breadcrumbs {
  background: #cdced0;
  color: #e1252e;
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 0.8888888889rem;
  margin: -18px -20px 0.25em -20px;
  padding: 14px 20px;
  position: relative;
  text-align: center;
}
#breadcrumbs a {
  color: #58595b;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 1600px) {
  #breadcrumbs {
    margin-left: -80px;
    margin-right: -80px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							FLEXSLIDER 2.6.0
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								RESETS
  =====================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/*=====================================================================
								BASE STYLES
  =====================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
  width: 100%;
}
.flexslider .slides:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/*=====================================================================
								EDITABLE
  =====================================================================*/
.flexslider {
  height: 100%;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  height: 100%;
  position: absolute;
  width: 100%;
  zoom: 1;
  /*img {
  	height: auto;
  	-moz-user-select: none;
  }*/
}
.flexslider .slides:before, .flexslider .slides:after {
  content: " ";
  display: table;
}
.flexslider .slides:after {
  clear: both;
}
.flexslider .slides li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

/*----------------------------------------------------------------------
								DIRECTION
  ---------------------------------------------------------------------*/
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav li {
  margin: 0;
  padding: 0;
  font-size: 3.25rem;
  line-height: 4.2rem;
}
.flex-direction-nav a {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: -25px 0 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transition: all 0.3s linear;
  width: 40px;
  z-index: 10;
}
.flex-direction-nav a:before {
  color: #808285;
  content: "<";
  display: inline-block;
  font-family: "Icons", sans-serif;
  font-size: 36px;
  font-size: 2rem;
  line-height: 50px;
  line-height: 2.7777777778rem;
  transition: color 0.3s ease-in-out;
}
.flex-direction-nav a:hover:before {
  color: #4d4d4f;
}
.flex-direction-nav a.flex-prev {
  left: 0;
}
.flex-direction-nav a.flex-next {
  right: 0;
}
.flex-direction-nav a.flex-next:before {
  content: ">";
}
.flex-direction-nav a.flex-disabled {
  display: none;
}
@media screen and (min-width: 600px) {
  .flex-direction-nav a {
    height: 60px;
    margin: -30px 0 0 0;
    width: 50px;
  }
  .flex-direction-nav a:before {
    font-size: 42px;
    font-size: 2.3333333333rem;
    line-height: 60px;
    line-height: 3.3333333333rem;
  }
}

/*----------------------------------------------------------------------
								CONTROL
  ---------------------------------------------------------------------*/
.flex-control-nav {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  zoom: 1;
}
.flex-control-nav li a {
  background: #bcbdbc;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
  background: #e1252e;
}
@media screen and (min-width: 1024px) {
  .flex-control-nav {
    bottom: 15px;
  }
}

/*=====================================================================
								FAKESLIDER
  =====================================================================*/
#fakeslider {
  background: #efeeec;
  bottom: 0;
  display: none;
  height: 120px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#fakeslider .slides {
  display: none;
}
#fakeslider .flex-control-thumbs {
  box-sizing: border-box;
  bottom: 0;
  height: 120px;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#fakeslider .flex-control-thumbs li {
  display: none;
  margin: 0;
  text-align: center;
  width: 16.66%;
}
#fakeslider .flex-control-thumbs li img {
  margin: 0 auto;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								GALLERY
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
ul.images-list {
  list-style: none;
  margin: 0 auto;
  max-width: 400px;
  padding: 0;
  text-align: center;
}
ul.images-list:before, ul.images-list:after {
  content: " ";
  display: table;
}
ul.images-list:after {
  clear: both;
}
ul.images-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.images-list li a {
  display: block;
  position: relative;
}
ul.images-list li a:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  width: 100%;
}
ul.images-list li a:hover:before {
  opacity: 0.25;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								PAGE
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								TOP
  =====================================================================*/
div.top {
  background: inherit;
  padding: 20px 0 10px 0;
}
div.top svg {
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 50px;
}

/*=====================================================================
								TOP PIRNAR
  =====================================================================*/
div.top-pirnar {
  background: inherit;
  padding: 20px 0 10px 0;
}
div.top-pirnar svg {
  display: block;
  height: 25px;
  margin: 0 auto;
  width: 154px;
}

/*=====================================================================
								PAGEHEADER
  =====================================================================*/
div.pageheader {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  -ms-animation: fadein 1.2s;
  -o-animation: fadein 1.2s;
  animation: fadein 1.2s;
}
.tedencitalca div.pageheader {
  background-position: center bottom;
}
div.pageheader div.models {
  height: 100%;
  position: relative;
}
div.pageheader div.models a {
  float: left;
  height: 100%;
  width: 33.3%;
}
.ar div.pageheader div.models a, .ka div.pageheader div.models a {
  float: right;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=====================================================================
									TOGGLE
  =====================================================================*/
.toggle {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s linear;
}
.toggle.on {
  max-height: 3000px;
  padding-bottom: 15px;
}

/*=====================================================================
									MODELS
  =====================================================================*/
#content.models {
  padding-bottom: 0;
}
#content.models .row4 {
  margin-top: -15px;
}
#content.models .col img {
  transition: all 0.2s linear;
}
#content.models .col img:hover {
  -webkit-transform: scale(1.1);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: scale(1.1);
  /* IE 9 */
  transform: scale(1.1);
  /* IE 10, Fx 16+, Op 12.1+ */
}
#content.models .col h2 {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 20px;
  line-height: 1.1111111111rem;
  margin: -25px auto 10px auto;
  padding: 0;
  width: 260px;
}
#content.models .col h2 a {
  color: #58595b;
}
#content.models .col h2 a:hover {
  color: #4d4d4f;
}
#content.models .col p {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 22px;
  line-height: 1.2222222222rem;
  margin-left: 25px;
  margin-right: 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s linear;
}
#content.models .col .text-large {
  border-bottom: 1px solid #9b9c9e;
  border-top: 1px solid #9b9c9e;
  font-style: italic;
  margin-bottom: 10px;
  max-height: none;
  padding: 10px 0 25px 0;
}
#content.models .col .text-large p {
  max-height: none;
  margin-bottom: 0;
}
#content.models .col .text-large:after {
  color: #e1252e;
  content: "...";
  cursor: pointer;
  display: block;
  font-size: 42px;
  font-size: 2.3333333333rem;
  line-height: 10px;
  line-height: 0.5555555556rem;
}
.it #content.models .col .text-large, .fr #content.models .col .text-large, .ae #content.models .col .text-large, .ar #content.models .col .text-large, .ka #content.models .col .text-large {
  padding-bottom: 10px;
}
.it #content.models .col .text-large:after, .fr #content.models .col .text-large:after, .ae #content.models .col .text-large:after, .ar #content.models .col .text-large:after, .ka #content.models .col .text-large:after {
  display: none;
}
#content.models .col p.text-large {
  border-bottom: 1px solid #9b9c9e;
  border-top: 1px solid #9b9c9e;
  font-style: italic;
  margin-bottom: 10px;
  max-height: none;
  padding: 10px 0 25px 0;
}
#content.models .col p.text-large:after {
  color: #e1252e;
  content: "...";
  cursor: pointer;
  display: block;
  font-size: 42px;
  font-size: 2.3333333333rem;
  line-height: 10px;
  line-height: 0.5555555556rem;
}
.it #content.models .col p.text-large, .fr #content.models .col p.text-large, .ae #content.models .col p.text-large, .ar #content.models .col p.text-large, .ka #content.models .col p.text-large {
  padding-bottom: 10px;
}
.it #content.models .col p.text-large:after, .fr #content.models .col p.text-large:after, .ae #content.models .col p.text-large:after, .ar #content.models .col p.text-large:after, .ka #content.models .col p.text-large:after {
  display: none;
}
#content.models .col p.image {
  margin: 0 0 5px 0;
  max-height: none;
}
#content.models .col p.on {
  max-height: 500px;
}
#content.models .narrow-content {
  margin: auto;
  max-width: 800px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  #content.models .col:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  #content.models .col:nth-child(2n+1) {
    clear: none;
  }
  #content.models .row5 .col:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1280px) {
  #content.models .col div.text-large {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  #content.models .col p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  #content.models .col p.image {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  #content.models .row5 .col:nth-child(3n+1) {
    clear: none;
  }
}

/*=====================================================================
							BUSINESS OPPORTUNITY
  =====================================================================*/
#content.models {
  overflow: hidden;
}
#content.models .row3.opportunity .col:nth-child(2) img {
  margin-bottom: -25%;
  margin-left: -80%;
  max-width: 200%;
}
#content.models .row3.opportunity p {
  max-height: none;
}
@media screen and (min-width: 600px) {
  #content.models .row3.opportunity .col:nth-child(2) img {
    margin-bottom: -25%;
    margin-left: -40%;
    max-width: 150%;
  }
}
@media screen and (min-width: 840px) {
  #content.models .row3.opportunity .col:nth-child(2) {
    position: relative;
  }
  #content.models .row3.opportunity .col:nth-child(2) p.image {
    max-width: none;
  }
  #content.models .row3.opportunity .col:nth-child(2) p.image img {
    position: absolute;
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #content.models .row3.opportunity .col p {
    max-width: none;
  }
  #content.models .row3.opportunity .col p.image {
    max-width: none;
  }
}

/*=====================================================================
								MODAL
  =====================================================================*/
.modal-back {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  transition: all 0.2s linear;
  z-index: 200;
}
.modal-back.show {
  display: block;
}

div.modal {
  background: #fff;
  box-sizing: border-box;
  bottom: 0;
  display: none;
  left: 50%;
  max-width: 500px;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, 0);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  transform: translate(-50%, 0);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 94%;
  z-index: 201;
}
div.modal.on {
  display: block;
}
div.modal .header {
  background: #cdced0;
  border: 1px solid #9b9c9e;
  border-bottom: 0;
  padding: 12px 15px;
  position: relative;
}
div.modal .header .title {
  font-family: "AgoraSlab", serif;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.5555555556rem;
  margin: 0;
}
div.modal .header button {
  border: 0;
  color: #58595b;
  font-family: Verdana, sans-serif;
  font-size: 22px;
  font-size: 1.2222222222rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  line-height: 1.8888888889rem;
  padding: 8px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.ar div.modal .header button, .ka div.modal .header button {
  left: 0;
  right: auto;
}
div.modal .header button:hover {
  background: none;
  color: #e1252e;
}
div.modal form {
  border: 1px solid #9b9c9e;
  border-top: 0;
  margin-bottom: 0;
}
div.modal form p.text-small label.label2 {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 18px;
  line-height: 1rem;
}
div.modal .response p:first-child {
  padding-top: 15px;
}
div.modal fieldset {
  padding: 0 15px 10px 15px;
}
div.modal fieldset p {
  margin-bottom: 12px;
}
div.modal fieldset p:first-of-type {
  padding-top: 6px;
}
div.modal fieldset p.image {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding-top: 0;
}
div.modal input[type=email],
div.modal input[type=text],
div.modal select,
div.modal textarea {
  border: 1px solid #d1d3d4;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 18px;
  line-height: 1rem;
  padding: 0.5em;
}
div.modal input[type=email]:hover,
div.modal input[type=text]:hover,
div.modal select:hover,
div.modal textarea:hover {
  border: 1px solid #9b9c9e;
}
div.modal input[type=email]:focus,
div.modal input[type=text]:focus,
div.modal select:focus,
div.modal textarea:focus {
  border: 1px solid #9b9c9e;
}
div.modal div.content {
  border: 1px solid #9b9c9e;
  border-top: 0;
  padding: 10px 15px;
}
div.modal div.content p {
  margin-bottom: 12px;
}

/*=====================================================================
								ONETOUCH VIDEO
  =====================================================================*/
#player {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
#player video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  #player {
    margin-left: 0;
    margin-right: 0;
  }
}

#openvid, #closevid {
  position: relative;
}
#openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  #openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
    height: 260px;
  }
}
@media screen and (min-width: 600px) {
  #openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  #openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
    height: 160px;
  }
}
@media screen and (min-width: 1280px) {
  #openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
    height: 260px;
  }
}
@media screen and (min-width: 1600px) {
  #openvid .otopen-dimensions, #openvid .otclose-dimensions, #closevid .otopen-dimensions, #closevid .otclose-dimensions {
    height: 280px;
  }
}

#closevid {
  display: none;
}

.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings,
.vjs-big-play-button {
  display: none;
}

.cfx:after {
  content: "";
  display: block;
  clear: both;
}

#openr {
  left: 50%;
  margin: 12px 0 0 -100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}
@media screen and (min-width: 480px) {
  #openr {
    margin: 20px 0 0 -145px;
  }
}
@media screen and (min-width: 600px) {
  #openr {
    margin: 20px 0 0 -155px;
  }
}
@media screen and (min-width: 1024px) {
  #openr {
    margin: 12px 0 0 -90px;
  }
}
@media screen and (min-width: 1280px) {
  #openr {
    margin: 15px 0 0 -115px;
  }
}
@media screen and (min-width: 1400px) {
  #openr {
    margin: 20px 0 0 -140px;
  }
}
@media screen and (min-width: 1600px) {
  #openr {
    margin: 20px 0 0 -130px;
  }
}
@media screen and (min-width: 1600px) {
  #openr {
    margin: 20px 0 0 -160px;
  }
}

#closer {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

/* Demo specific styles */
.btn-container {
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100px;
  -webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
  transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
}

/* ripple styles */
.ripple {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: block;
  position: absolute;
  transform: scale(0);
}
.ripple.animate {
  animation: ripple 1.2s infinite;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(1);
    opacity: 0;
  }
}
/*=====================================================================
						VIMEO VIDEO (AUTOPLAY)
  =====================================================================*/
div.about-video-container {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
div.video-container {
  height: 0;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
div.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.about-video-container {
    margin-left: -50px;
    margin-right: -50px;
  }
  div.video-container {
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1600px) {
  div.about-video-container{
    margin-left: -80px;
    margin-right: -80px;
  }
  div.video-container {
    margin-left: -80px;
    margin-right: -80px;
    padding-top: 90px;
  }
}

/*=====================================================================
								PRICE (basico)
  =====================================================================*/
p.price {
  color: #e1252e;
  font-size: 48px;
  font-size: 2.6666666667rem;
  font-weight: 700;
  line-height: 54px;
  line-height: 3rem;
  margin: -10px 0 0.25em 0;
}

/*=====================================================================
								BIG (basico)
  =====================================================================*/
p.big {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 34px;
  line-height: 1.8888888889rem;
  margin-bottom: 0.5em;
}

/*=====================================================================
								MAP
  =====================================================================*/
#map {
  height: 100%;
  width: 100%;
}
#map .g-info-window {
  margin: 8px 0;
  overflow: hidden;
}
#map .g-info-window h3 {
  color: #333;
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-bottom: 0.5em;
}
#map .g-info-window p {
  margin: 0 0 8px 0;
  padding: 0;
}

/*=====================================================================
								SME CERT
  =====================================================================*/
.safesigned_container_classic {
  text-align: center;
  width: 100% !important;
  z-index: 1 !important;
}
.safesigned_container_classic img {
  display: inline-block;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								PAGINATION
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.pagination {
  text-align: center;
}
.pagination a {
  box-sizing: border-box;
  border: 1px solid #78787b;
  color: #58595b;
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 18px;
  line-height: 1rem;
  margin: 0 5px;
  padding: 9px 0;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 36px;
}
.pagination a:hover {
  background: #58595b;
  color: #fff;
}
.pagination a.selected {
  background: #58595b;
  color: #fff;
  cursor: default;
}
.pagination a.selected:hover {
  text-decoration: none;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #58595b;
  background: #fff;
  border: 1px solid #9b9c9e;
  border-bottom-color: #bbb;
  font-family: "AgoraSans", sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #58595b;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-prev:hover,
.is-rtl .pika-next:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-next:hover,
.is-rtl .pika-prev:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
  border: 0;
}
.pika-table th {
  color: #78787b;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #58595b;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #fff;
}
.is-today .pika-button {
  color: #cdced0;
  font-weight: 500;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: 500;
  background: #e1252e;
  box-shadow: inset 0 1px 3px #e1252e;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #e1252e;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								PRODUCT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
aside.product-list div.top svg path, #main.product article#content div.top svg path {
  fill: #58595b;
}
aside.product-list div.brand, #main.product article#content div.brand {
  color: #58595b;
  font-family: "AgoraSlab", serif;
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 2.2222222222rem;
  margin: 0;
  padding: 0;
}
aside.product-list div.title, #main.product article#content div.title {
  border-bottom: 1px solid #9b9c9e;
  color: #9b9c9e;
  display: inline-block;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.3333333333rem;
  letter-spacing: 2px;
  margin: 0.2em auto 0.8em auto;
  padding-bottom: 12px;
  text-transform: uppercase;
}
aside.product-list div.title-h1, #main.product article#content div.title-h1 {
  color: #e1252e;
  font-family: "AgoraSlab", serif;
  font-size: 26px;
  font-size: 1.4444444444rem;
  font-weight: 700;
  line-height: 34px;
  line-height: 1.8888888889rem;
  margin: 0.5em 0 1em 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  aside.product-list div.title-h1, #main.product article#content div.title-h1 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    line-height: 40px;
    line-height: 2.2222222222rem;
  }
}
aside.product-list a.button, #main.product article#content a.button {
  text-align: center;
}
aside.product-list a.button span.upper, #main.product article#content a.button span.upper {
  text-transform: uppercase;
}

/*=====================================================================
								PRODUCT LIST
  =====================================================================*/
aside.product-list {
  background: #e3e1dd;
  box-sizing: border-box;
  float: left;
  padding: 25px 10px;
  text-align: center;
  width: 38%;
  z-index: 0;
}
aside.product-list div.top, aside.product-list div.brand, aside.product-list div.title, aside.product-list div.title-h1, aside.product-list div.more {
  display: none;
}
aside.product-list hr.products {
  border-bottom: 6px dotted #9b9c9e;
  margin-top: 1.5em;
  width: 60px;
}
@media screen and (min-width: 768px) {
  aside.product-list div.top, aside.product-list div.brand, aside.product-list div.more {
    display: block;
  }
  aside.product-list div.title, aside.product-list div.title-h1 {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  aside.product-list {
    min-height: calc(100vh - 78px);
  }
  aside.product-list:before, aside.product-list:after {
    content: "";
    height: 40px;
    position: fixed;
    -webkit-transform: translate(-50%, 0);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    transform: translate(-50%, 0);
    /* IE 10, Fx 16+, Op 12.1+ */
    width: calc((100vw - 25px - 25px) * 0.36);
    z-index: 2;
  }
  aside.product-list:before {
    background: linear-gradient(to bottom, #e3e1dd 10%, rgba(255, 255, 255, 0));
    top: 78px;
  }
  aside.product-list:after {
    background: linear-gradient(to top, #e3e1dd 10%, rgba(255, 255, 255, 0));
    bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  aside.product-list {
    margin-left: 62%;
    min-height: calc(100vh - 93px);
  }
  aside.product-list:before {
    top: 93px;
  }
  aside.product-list p {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  aside.product-list:before, aside.product-list:after {
    width: calc((100vw - 50px - 50px) * 0.36);
  }
  aside.product-list:after {
    bottom: 50px;
  }
}
@media screen and (min-width: 1920px) {
  aside.product-list:before, aside.product-list:after {
    width: 655px;
  }
}

#main.product ul.product-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#main.product ul.product-list li {
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0;
}
#main.product ul.product-list li div.inner {
  text-align: center;
}
#main.product ul.product-list li div.inner a {
  color: #58595b;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}
#main.product ul.product-list li div.inner a span.image {
  display: block;
}
#main.product ul.product-list li div.inner a span.image img {
  display: block;
  margin: auto;
}
#main.product ul.product-list li div.inner a span.title {
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  #main.product ul.product-list li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #main.product ul.product-list li {
    margin-bottom: 25px;
    width: 33.3%;
  }
}

/*=====================================================================
								PRODUCT
  =====================================================================*/
#main.product .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#main.product article#content {
  background: #f3f3f4;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  padding: 25px 10px;
  width: 62%;
}
#main.product article#content div.top {
  padding-top: 0;
}
#main.product article#content h1 {
  color: #58595b;
  margin: 0.5em 0;
}
#main.product article#content .description {
  text-align: left;
}
#main.product article#content .description ul {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.2222222222rem;
  margin-bottom: 2em;
  margin-left: 1em;
}
#main.product article#content .description ul li {
  margin: 0.5em 0;
}
#main.product article#content a.button {
  padding-left: 1em;
  padding-right: 1em;
}
#main.product article#content div.buttons {
  margin: -0.5em 0;
}
#main.product article#content div.buttons button, #main.product article#content div.buttons a.button {
  box-sizing: border-box;
  margin: 0 0.75em 0.75em 0;
  max-width: 350px;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.product article#content {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  #main.product article#content div.top, #main.product article#content div.brand, #main.product article#content div.title, #main.product article#content div.title-h1, #main.product article#content div.more {
    display: none;
  }
  #main.product article#content a.button {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 1024px) {
  #main.product article#content:before, #main.product article#content:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #main.product article#content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh - 78px - 25px);
    padding-left: 0;
    position: fixed;
    width: calc((100vw - 25px - 25px) * 0.62);
    z-index: 0;
  }
  #main.product article#content .image {
    float: left;
    width: 70%;
  }
  #main.product article#content .description {
    float: left;
    margin-left: -5%;
    width: 35%;
  }
}
@media screen and (min-width: 1600px) {
  #main.product article#content .description {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1920px) {
  #main.product article#content .image {
    width: 800px;
  }
  #main.product article#content .description {
    margin-left: -80px;
    max-width: 390px;
    width: auto;
  }
}

#main.product.new article#content div.top, #main.product.new article#content div.title-h1 {
  display: none;
}
#main.product.new article#content .image {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -25px;
}
#main.product.new article#content .image div.single {
  background-size: 0;
}
#main.product.new article#content .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#main.product.new article#content .images span {
  margin: 10px;
  overflow: hidden;
}
#main.product.new article#content .images span img {
  cursor: pointer;
  transition: all 0.2s linear;
}
#main.product.new article#content .images span img:hover {
  transform: scale(1.05);
}
#main.product.new article#content .description {
  text-align: center;
}
#main.product.new article#content .description h1 {
  font-family: "AgoraSans", sans-serif;
  font-weight: 500;
}
#main.product.new article#content .description h1 span {
  font-weight: 400;
}
#main.product.new aside.product-list {
  margin: 0;
  padding: 25px;
  width: calc((100vw - 50px) * 0.38);
}
@media screen and (min-width: 768px) {
  #main.product.new article#content .image {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
  }
}
@media screen and (min-width: 1280px) {
  #main.product.new article#content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: block;
    height: calc(100vh - 78px - 25px);
    padding: 0;
    position: fixed;
    width: calc(100vw - 50px - 280px);
  }
  #main.product.new article#content .image {
    height: 100%;
    margin: 0;
    position: absolute;
    width: 66.7%;
  }
  #main.product.new article#content .image a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .ar #main.product.new article#content .image a, .ka #main.product.new article#content .image a {
    left: auto;
    right: 0;
  }
  #main.product.new article#content .image a img {
    display: none;
  }
  #main.product.new article#content .image div.single {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    margin-left: -100px;
    margin-right: -100px;
    position: absolute;
    width: calc(100% + 200px);
  }
  .ar #main.product.new article#content .image div.single, .ka #main.product.new article#content .image div.single {
    left: auto;
    right: 0;
  }
  #main.product.new article#content .image div.single img {
    display: none;
  }
  #main.product.new article#content .text {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 66.7%;
    padding: 1em 25px 0 25px;
    width: 33.3%;
  }
  .ar #main.product.new article#content .text, .ka #main.product.new article#content .text {
    margin-left: 0;
    margin-right: 66.7%;
  }
  #main.product.new article#content .text .buttons {
    margin-top: 1em;
  }
  #main.product.new article#content .text .images {
    bottom: 25px;
    position: absolute;
  }
  #main.product.new article#content .text .images span {
    margin: 0 10px;
  }
  #main.product.new article#content .text .description {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0;
    max-width: none;
    padding: 0;
  }
  #main.product.new article#content .text .description #sharing {
    display: block;
  }
  #main.product.new aside.product-list {
    margin-left: calc(100vw - 50px - 280px);
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
  }
  .ar #main.product.new aside.product-list, .ka #main.product.new aside.product-list {
    margin-left: 0;
    margin-right: calc(100vw - 50px - 280px);
  }
  #main.product.new aside.product-list:before, #main.product.new aside.product-list:after {
    width: 280px;
  }
  #main.product.new aside.product-list ul.product-list li {
    float: left;
    width: 50%;
  }
  .ar #main.product.new aside.product-list ul.product-list li, .ka #main.product.new aside.product-list ul.product-list li {
    float: right;
  }
}
@media screen and (min-width: 1600px) {
  #main.product.new article#content {
    width: calc(100vw - 100px - 280px);
  }
  #main.product.new article#content .text .images {
    bottom: 50px;
  }
  #main.product.new aside.product-list {
    margin-left: calc(100vw - 100px - 280px);
  }
  .ar #main.product.new aside.product-list, .ka #main.product.new aside.product-list {
    margin-left: 0;
    margin-right: calc(100vw - 100px - 280px);
  }
}
@media screen and (min-width: 1920px) {
  #main.product.new article#content {
    width: 1540px;
  }
  #main.product.new aside.product-list {
    margin-left: 1540px;
  }
  .ar #main.product.new aside.product-list, .ka #main.product.new aside.product-list {
    margin-left: 0;
    margin-right: 1540px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								SHARING
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#sharing {
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
#sharing .sharrre {
  background: #cdced0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 40px;
}
#sharing .sharrre .count {
  display: none;
}
#sharing .sharrre .share {
  color: #f3f3f4;
  font-family: Icons, sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  text-decoration: none;
}
#sharing .sharrre:hover {
  background: #808285;
}
#sharing.blog {
  z-index: 2;
}
#sharing.blog .sharrre {
  background: #808285;
  margin: 2px;
}
#sharing.blog .sharrre:hover {
  background: #4d4d4f;
}
@media screen and (min-width: 768px) {
  #sharing.blog {
    display: block;
    left: 25px;
    position: fixed;
    top: 190px;
  }
  #sharing.blog .sharrre {
    display: block;
    margin: 6px 0;
  }
}
@media screen and (min-width: 1600px) {
  #sharing.blog {
    left: 50px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								SIDEBAR
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
ul.sidebar {
  bottom: 0;
  left: 50%;
  list-style: none;
  margin: 0 0 0 -102px;
  padding: 0;
  position: fixed;
  z-index: 100;
}
ul.sidebar:before, ul.sidebar:after {
  content: " ";
  display: table;
}
ul.sidebar:after {
  clear: both;
}
.en ul.sidebar {
  margin-left: -127px;
}
ul.sidebar li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.sidebar li a {
  display: block;
  height: 50px;
  margin-right: 1px;
  position: relative;
  text-decoration: none;
  width: 50px;
}
ul.sidebar li a:before {
  background: #63656a;
  color: #fff;
  content: "";
  font-family: Icons, sans-serif;
  font-size: 32px;
  font-size: 1.7777777778rem;
  line-height: 50px;
  position: absolute;
  height: 50px;
  text-align: center;
  transition: background-color 0.2s ease;
  width: 50px;
}
ul.sidebar li a.call:before {
  content: "T";
}
ul.sidebar li a.location:before {
  content: "L";
}
ul.sidebar li a.email:before {
  content: "E";
}
ul.sidebar li a.catalog:before {
  content: "C";
  font-size: 24px;
  font-size: 1.3333333333rem;
}
ul.sidebar li a.configurator:before {
  content: "M";
}
ul.sidebar li a:hover:before {
  background: #e1252e;
}
ul.sidebar li a.whatsapp:before {
  background: #25d366;
  content: "W";
}
ul.sidebar li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  ul.sidebar {
    left: auto;
    margin: -182px 0 0 0;
    right: 0;
    top: 50%;
  }
  ul.sidebar li {
    border: 0;
    display: block;
    float: none;
    height: 61px;
    position: relative;
  }
  ul.sidebar li a {
    background: #63656a;
    box-sizing: border-box;
    height: 60px;
    position: absolute;
    right: -180px;
    transition: right 0.2s ease;
    width: 240px;
  }
  ul.sidebar li a:before {
    line-height: 60px;
    height: 60px;
    width: 60px;
  }
  ul.sidebar li a:hover {
    right: -1px;
  }
  ul.sidebar li a span {
    color: #fff;
    display: block;
    height: 60px;
    font-family: "AgoraSlab", serif;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 60px;
    margin-left: 60px;
    text-align: center;
    text-transform: uppercase;
  }
  .de ul.sidebar li a, .at ul.sidebar li a, .lu ul.sidebar li a {
    right: -220px;
    width: 280px;
  }
  .de ul.sidebar li a:hover, .at ul.sidebar li a:hover, .lu ul.sidebar li a:hover {
    right: -1px;
  }
  .ar ul.sidebar, .ka ul.sidebar {
    left: 0;
    right: auto;
  }
  .ar ul.sidebar a, .ka ul.sidebar a {
    left: -180px;
    right: auto;
    transition: left 0.2s ease;
  }
  .ar ul.sidebar a:hover, .ka ul.sidebar a:hover {
    left: -1px;
    right: auto;
  }
  .ar ul.sidebar a span, .ka ul.sidebar a span {
    margin-left: 0;
    margin-right: 60px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							BASICO 45, ONETOUCH
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								LOGO
  =====================================================================*/
body.basico header .logo {
  display: block;
  margin: 10px 0;
}
body.basico header .logo svg {
  display: block;
  height: 45px;
  width: 240px;
}
@media screen and (min-width: 480px) {
  body.basico header .logo svg {
    height: 45px;
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  body.basico header .logo svg {
    height: 58px;
    width: 426px;
  }
}
@media screen and (min-width: 1280px) {
  body.basico header .logo {
    margin: 20px 0 15px 0;
  }
}

body.onetouch header .logo {
  display: block;
  margin: 10px 0;
}
body.onetouch header .logo svg {
  display: block;
  height: 45px;
  width: 216px;
}
@media screen and (min-width: 480px) {
  body.onetouch header .logo svg {
    height: 45px;
    width: 297px;
  }
}
@media screen and (min-width: 768px) {
  body.onetouch header .logo svg {
    height: 58px;
    width: 385px;
  }
}
@media screen and (min-width: 1280px) {
  body.onetouch header .logo {
    margin: 20px 0 15px 0;
  }
}

/*=====================================================================
								NAVIGATION
  =====================================================================*/
@media screen and (min-width: 1280px) {
  body.basico nav.navigation {
    left: 40%;
    top: 26px;
  }
  body.basico nav.navigation ul {
    border: 0;
  }
}

/*=====================================================================
								FOOTER
  =====================================================================*/
body.basico footer, body.onetouch footer {
  /*p.copy {
  	border-top: 1px solid $greyLight;
  	margin-top: 1em;
  }*/
}
body.basico footer img.vilabravum, body.onetouch footer img.vilabravum {
  margin: 2em auto 1em auto;
}
@media screen and (min-width: 1600px) {
  body.basico footer img.vilabravum, body.onetouch footer img.vilabravum {
    left: 50px;
    margin: 0;
    position: absolute;
    top: 2.5em;
  }
}
@media screen and (min-width: 1920px) {
  body.basico footer img.vilabravum, body.onetouch footer img.vilabravum {
    left: calc((100vw - 1820px)/2);
  }
}

/*=====================================================================
								ONETOUCH
  =====================================================================*/
h1.onetouch {
  color: #58595b;
  font-family: "AgoraSans", sans-serif;
  font-size: 48px;
  font-size: 2.6666666667rem;
  font-weight: 700;
  text-transform: none;
}

