   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
  input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }


@-ms-viewport {
  width: device-width; }


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 480px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 480px) {
  .container {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 768px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 992px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%; } }

@media (min-width: 390px) and (max-width: 479px) {
  .container {
    width: 390px; } }

@media (min-width: 600px) and (max-width: 767px) {
  .container {
    width: 600px; } }

@media (min-width: 1824px) {
  .container {
    width: 1400px; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 480px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 480px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.ag {
  font-family: AG-Icons;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 42px;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
.ag-engine-motor:before {
  content: "\E062"; }

.ag-power:before {
  content: "\E076"; }

.ag-bar-length:before {
  content: "\E075"; }

.ag-weight:before {
  content: "\E071"; }

.ag-category-accessories-and-parts:before {
  content: "\E00B"; }

.ag-category-aerator:before {
  content: "\E00C"; }

.ag-category-axes-and-tools:before {
  content: "\E00D"; }

.ag-category-battery-series:before {
  content: "\E00E"; }

.ag-category-blower:before {
  content: "\E00F"; }

.ag-category-blowers:before {
  content: "\E010"; }

.ag-category-brush-cutters:before {
  content: "\E011"; }

.ag-category-chainsaws:before {
  content: "\E012"; }

.ag-category-clearing-saw:before {
  content: "\E013"; }

.ag-category-cultivators:before {
  content: "\E014"; }

.ag-category-dethatcher:before {
  content: "\E015"; }

.ag-category-earth-auger:before {
  content: "\E016"; }

.ag-category-edger:before {
  content: "\E017"; }

.ag-category-firewood-splitter:before {
  content: "\E018"; }

.ag-category-front-lawn-mowers:before {
  content: "\E019"; }

.ag-category-garden-tractors:before {
  content: "\E01A"; }

.ag-category-hedge-trimmers:before {
  content: "\E01B"; }

.ag-category-ice-auger:before {
  content: "\E01C"; }

.ag-category-lawn-mowers:before {
  content: "\E01D"; }

.ag-category-lubricant-and-fuel:before {
  content: "\E01E"; }

.ag-category-pole-saws:before {
  content: "\E01F"; }

.ag-category-power-cutters:before {
  content: "\E020"; }

.ag-category-pressure-washer:before {
  content: "\E021"; }

.ag-category-protective-equipment:before {
  content: "\E022"; }

.ag-category-riders:before {
  content: "\E023"; }

.ag-category-robotic-lawn-mowers:before {
  content: "\E024"; }

.ag-category-snow-throwers:before {
  content: "\E025"; }

.ag-category-sod-cutter:before {
  content: "\E026"; }

.ag-category-stump-grinder:before {
  content: "\E027"; }

.ag-category-tiller-cultivator:before {
  content: "\E028"; }

.ag-category-top-handle-chainsaws:before {
  content: "\E029"; }

.ag-category-trimmers:before {
  content: "\E02A"; }

.ag-category-workwear:before {
  content: "\E02B"; }

.ag-category-zero-turn:before {
  content: "\E02C"; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }
  .agromec-instagram .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    opacity: .4;
}
.agromec-instagram .eapps-instagram-feed-posts-item-image-wrapper {
  background: #000;
}
.agromec-instagram .eapps-instagram-feed-posts-grid-load-more { display: none }

.no-scroll--y {
  overflow-y: hidden; }

.no-scroll--x {
  overflow-x: hidden; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

@media (max-width: 767px) {
  .mt-0 {
    margin-top: 0 !important; }
  .hidden-xs {
    display: none !important; } }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.text-center {
  text-align: center; }

.pos {
  position: relative; }

.icon {
  font-size: 18px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }

.section-header.type--1 {
  text-align: center; }

.section-header.type--2 {
  text-align: left; }
  @media (max-width: 767px) {
    .section-header.type--2 {
      text-align: center; } }

.section-header .heading {
  color: #333333;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px; }
  @media (max-width: 767px) {
    .section-header .heading {
      font-size: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-header .heading {
      font-size: 36px; } }

.section-header .text {
  margin-top: 5px;
  color: #b3080f;
  font-size: 16px;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-header .text {
      font-size: 14px; } }

.content-text {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify; }

.content-text.type--2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-left: 5px solid #b3080f;
  padding-left: 100px;
  margin-bottom:40px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .content-text.type--2 {
      padding-left: 30px; } }
  .content-text.type--2:before {
    content: "";
    position: absolute;
    left: 38px;
    background: url("../img/nail.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 320px) and (max-width: 479px) {
      .content-text.type--2:before {
        display: none; } }

        .buttons-container {text-align:center;
          margin-top:30px;
        }
        
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  height: 50px;
  min-width: 170px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #b3080f;
  font-size: 13px;
  margin:2px;
  font-weight: 700;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  transition: .3s; }
  .button:hover {
    background: none;
    color: #fff;
    border: 2px solid #fff; }
  .button .icon {
    margin-right: 10px;
    font-size: 16px; }
  .button.type--2:hover {
    background: #b3080f;
    color: #fff;
    border: 2px solid transparent; }
    .button.type--3 {
      background: #b3080f;
      color: #fff; }
      .button.type--4 {
        background: none;
        color: #b3080f;
      border: 2px solid #b3080f;}
	  .button.type--5 {
        background-color: #b3080f;
		font-size:12px;
        color: white;
      border: 2px solid #b3080f; 
	  font-family:"Open Sans", sans-serif;}
	    .button. input {
      width: 100%;
      height: 60px;
	  text-align:center;
      border-radius: 100px;
      padding-left: 25px;
      padding-right: 25px;
      color: #b3080f;
      font-size: 14px;
      font-family: inherit;
      border: 2px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: .3s;
      transition: .3s; }
.button::-webkit-input-placeholder {
  color: #b3080f;
  text-align:center;
  font-size:16px;
}
	  
      .banka {
        text-align: center;
      }
      .banka2 {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
      }
  .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }
.urunoze {width:100%;}
.ordered-card {
  position: relative; }
  .ordered-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #b3080f;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s; }
  .ordered-card:hover .ordered-sub:before {
    opacity: 1;
    visibility: visible; }
  .ordered-card:hover:after {
    width: 100%; }
  .ordered-card:hover .photo img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.ordered-header {
  height: 220px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  @media (min-width: 1824px) {
    .ordered-header {
      height: 310px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .ordered-header {
      height: 190px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .ordered-header {
      height: 210px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ordered-header {
      height: 190px; } }
  .ordered-header .photo {
    height: 100%;
    width: 100%; }
    .ordered-header .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.ordered-sub {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: relative; }
  .ordered-sub:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
  .ordered-sub .name, .ordered-sub .text {
    position: relative;
    z-index: 12; }
  .ordered-sub .name {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    max-height: 57px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ordered-sub .name {
        font-size: 20px;
        max-height: 45px; } }
  .ordered-sub .text {
    color: #333333;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    margin-top: 10px;
    overflow: hidden;
    max-height: 41px; }
    @media (min-width: 1824px) {
      .ordered-sub .text {
        font-size: 14px; } }

.ordered.type--2 .ordered-sub {
  background: #f1f1f1; }

.ordered.type--2 a {
  margin-bottom: 20px;
  display: block;
  position: relative; }

.ordered .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #b3080f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px; }

.app-overlay {
  background: #2e2e2e;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: .3s;
  transition: .3s; }
  .app-overlay.is-visible {
    opacity: 0.9;
    visibility: visible; }

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.pace.pace-inactive {
  opacity: 0;
  visibility: hidden; }

.pace .pace-progress {
  background: #b3080f;
  height: 4px;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
  pointer-events: none; }

.header-nav {
  --nav-sub-height: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px; }
  @media (max-width: 767px) {
    .header-nav {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-nav {
      display: none; } }
  .header-nav__item > a {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 90px;
    position: relative;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    -webkit-transition: .3s;
    transition: .3s; }
    .header-nav__item > a:before {
      content: "";
      position: absolute;
      bottom: 40px;
      left: 10px;
      right: 10px;
      height: 2px;
      background: #fff;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .header-nav__item > a {
        font-size: 16px; } }
  .header-nav__item:hover > a:before {
    width: calc(100% - 20px); }
  .header-nav__item > ul {
    position: absolute;
    background: #fff;
    width: 225px;
    top: var(--header-height);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15); }
    .header-nav__item > ul > li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .header-nav__item > ul > li:nth-last-child(1) {
        border-bottom: 0 none; }
      .header-nav__item > ul > li > a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 17px 15px;
        letter-spacing: -0.5px;
        color: #666;
        -webkit-transition: .3s;
        transition: .3s; }
        .header-nav__item > ul > li > a:hover {
          background: #b3080f;
          color: #fff; }
  .header-nav__item:hover > ul {
    opacity: 1;
    visibility: visible; }
  .header-nav__item:hover .header-nav__sub {
    opacity: 1;
    visibility: visible; }
  .header-nav__sub {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    background: #fff;
    padding: 35px 20px 20px 20px;
    min-height: var(--nav-sub-height);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .header-nav__sub .row {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .header-nav__sub--description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-nav__sub--description .title {
        color: #333333;
        font-size: 36px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        border-left: 5px solid #b3080f;
        padding-left: 20px; }
      .header-nav__sub--description .text {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px;
        padding-right: 40px; }
    .header-nav__sub--boxes {
      min-height: var(--nav-sub-height);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-nav__sub--boxes ul li {
        margin-bottom: 20px; }
        .header-nav__sub--boxes ul li a {
          display: block;
          position: relative; }
          .header-nav__sub--boxes ul li a:hover .photo img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .header-nav__sub--boxes .photo {
        overflow: hidden;
        height: 130px; }
        .header-nav__sub--boxes .photo img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-filter: blur(3px);
                  filter: blur(3px);
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s; }
      .header-nav__sub--boxes .description {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6); }
        .header-nav__sub--boxes .description .text {
          color: #fff;
          font-family: "Oswald", sans-serif;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.4;
          position: absolute;
          bottom: 15px;
          left: 15px;
          right: 15px;
          padding-left: 20px; }
          .header-nav__sub--boxes .description .text:before {
            --circle-size: 8px;
            content: "";
            position: absolute;
            left: 0;
            background: #fff;
            width: var(--circle-size);
            height: var(--circle-size);
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 100%; }
  .header-nav__categories {
    padding-top: 40px; }

.categories-list {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;}
  .mmikon {    width: 32px;
    margin-right: 10px;}
  .categories-list .heading {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px; }
	.categories-list .heading a{
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px; }
  .categories-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .categories-list ul li:last-child {
      border-bottom: 0 none; }
    .categories-list ul li a {
      color: #333333;
      font-size: 16px;
      font-weight: 300;
      font-family: "Oswald", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50px;
      -webkit-transition: .3s;
      transition: .3s; }
      .categories-list ul li a:hover {
        background: #b3080f;
        color: #fff; }
        .categories-list ul li a:hover .icon {
          color: #fff; }
      .categories-list ul li a .icon {
        color: #b3080f;
        font-size: 36px;
        width: 50px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 10px; }

.mobile-nav {
  --common-height: 55px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: var(--common-height);
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 10010;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s; }
  @media (min-width: 320px) and (max-width: 479px) {
    .mobile-nav {
      width: 320px; } }
  .mobile-nav.is-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .mobile-nav__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: var(--common-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px; }
    .mobile-nav__header .title {
      color: rgba(0, 0, 0, 0.4);
      font-size: 14px;
      font-weight: 700; }
    .mobile-nav__header .close {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      font-weight: 700; }
  .mobile-nav__wrapper {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    min-height: calc(100% - var(--common-height)*2);
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .mobile-nav__wrapper > ul > li {
      display: block; }
      .mobile-nav__wrapper > ul > li > a {
        color: #666;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 20px;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        letter-spacing: -0.5px;
        font-family: "Open Sans", sans-serif; }
        .mobile-nav__wrapper > ul > li > a:hover {
          background: #fff;
          color: #b3080f; }
      .mobile-nav__wrapper > ul > li.is-open > a {
        background: #fff;
        color: #b3080f;
        border-bottom: 0 none; }
        .content-description img {max-width: 100%;}
  .mobile-nav__plus {
    position: absolute;
    right: 20px;
    font-size: 16px;
    margin-right: 0;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    display: none; }
    .mobile-nav__sub > li {
      display: block; }
      .mobile-nav__sub > li > a {
        color: #888;
        display: block;
        font-size: 14px;
        padding: 10px 20px;
        -webkit-transition: .3s;
        transition: .3s; }
        .mobile-nav__sub > li > a:hover {
          color: #b3080f; }
  .mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: var(--common-height);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff; }
  .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .mobile-nav__social a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #777 none repeat scroll 0 0;
      border-radius: 100%;
      color: #fff;
      font-size: 18px;
      height: 40px;
      margin-left: 5px;
      margin-right: 5px;
      width: 40px;
      -webkit-transition: .3s;
      transition: .3s; }
      .mobile-nav__social a:hover {
        background: #b3080f; }
ul.user{
	height:50px;}
ul.user >li {float:left;position:relative;font-size: 11px;font-weight: 600;}
ul.user >li img {border: 1px solid #e1dede;margin-left: 5px; margin-right: 5px; margin-top: 5px;}
ul.user >li >a{
	display:block;
	font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
	color:#fff;
	padding:0 15px;
	line-height:50px;
}
ul.user ul{background:#fff;width:400px;position:absolute;top:30px;left:0;visibility:hidden;transition:250ms all;opacity:0;}
ul.user ul li a {padding:20px 12px;
color: #333333;
    font-size: 12px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}
ul.user >li:hover ul {visibility:visible;opacity:1;top:50px;}
.slide {
  position: relative;
  overflow: hidden; }

.slide-list {
  position: relative;
  top: 0;
  left: 0; }
  .slide-list li {
    display: none; }

.slide-photo,
.slide, .header-sub {
  height: 570px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .slide-photo,
    .slide, .header-sub {
      height: 300px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .slide-photo,
    .slide, .header-sub {
      height: 400px; } }
  @media (min-width: 1824px) {
    .slide-photo,
    .slide, .header-sub {
      height: 700px; } }

.slide-photo {
  overflow: hidden; }
  .slide-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 10s ease-in 0s;
    transition: all 10s ease-in 0s; }

.slide-list li.is-active .slide-photo img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15); }

.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
  display: none; }
  .slide-wrapper .container {
    height: 100%; }

.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  max-width: 100%;
  width: 1000px;
  margin: -15px auto 0; }
  .slide-content h1.heading {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    padding-bottom: 20px;
    margin-bottom: 20px; }
	.slide-content h2.sl {
    color: #fff;
    font-size: 18px;
	list-style:none;
	display:inline-block;}
	.slide-content h3.sl {
    color: #fff;
    font-size: 18px;
	list-style:none;
	display:inline-block;}
    .slide-content h1.heading:before {
      position: absolute;
      content: "";
      background: #b3080f;
      width: 116px;
      height: 4px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .slide-content h1.heading span {
      font-weight: 300; }
      @media (min-width: 320px) and (max-width: 479px) {
        .slide-content h1.heading span {
          font-size: inherit; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .slide-content h1.heading {
        font-size: 32px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .slide-content h1.heading {
        font-size: 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slide-content h1.heading {
        font-size: 48px; } }
  .slide-content p.text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }

.slide-list li.is-active .slide-content h1.heading, .slide-list li.is-active .slide-content p.text h2.sl h3.sl{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

/**
 ** Pagination
 **/
.slide-pagination {
  bottom: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1180px;
  z-index: 12;
  display: none; }
  @media (max-width: 767px) {
    .slide-pagination {
      display: none;
      text-align: center; } }
  .slide-pagination li {
    display: inline-block;
    margin: 0 3px; }
    .slide-pagination li a {
      background: #fff;
      border-radius: 20px;
      cursor: pointer;
      display: inline-block;
      font-size: 0;
      height: 13px;
      width: 13px;
      cursor: pointer;
      opacity: .3; }
    .slide-pagination li.is-active a {
      opacity: 1;
      -webkit-transform: scale(1.3);
              transform: scale(1.3); }

/**
 ** Controls
 **/
.slide-buttons {
  position: absolute;
  top: 50%;
  z-index: 12;
  left: 0;
  right: 0;
  display: block;
  margin-top: -35px; }
  @media (max-width: 767px) {
    .slide-buttons {
      display: none; } }
  .slide-buttons a {
    background: #b3080f;
    color: #fff;
    position: absolute;
    width: 45px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slide-buttons a .icon {
      font-size: 24px;
      padding-top: 5px; }
    .slide-buttons a.next {
      right: 0; }
    .slide-buttons a.prev {
      left: 0; }

.scroll-top__btn {
  --circle-size: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 95px;
  right: 35px;
  background: #fff;
  width: var(--circle-size);
  height: var(--circle-size);
  text-align: center;
  color: #b3080f;
  font-size: 24px;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 10000;
  -webkit-transition: .3s;
  transition: .3s; }
  .scroll-top__btn .icon {
    font-size: 20px; }
  .scroll-top__btn.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }

.select {
  -webkit-tap-highlight-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-size: 14px;
  height: 60px;
  outline: none;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .select .current {
    color: rgba(51, 51, 51, 0.6);
    font-size: 16px; }
  .select:after {
    border-bottom: 2px solid #b3080f;
    border-right: 2px solid #b3080f;
    content: '';
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    margin-top: -5px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .select.disabled:after {
      border-color: #cccccc; }
  .select.wide {
    width: 100%; }
  .select.right {
    float: right; }
    .select.right .list {
      left: auto;
      right: 0; }
  .select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .select.small:after {
      height: 4px;
      width: 4px; }
    .select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .select .list {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
    padding-top: 58px;
    border-radius: 30px 30px 0 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }
  .select .option {
    color: rgba(51, 51, 51, 0.6);
    cursor: pointer;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: .2s;
    transition: .2s;
    /*&:hover {
      background-color: #f1f1f1;
      color: $color-primary;
    }*/ }
    .select .option:last-child {
      border-bottom: 0 none; }
    .select .option.selected.focus {
      color: #b3080f; }
    .select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .select .list {
  display: none; }

.no-csspointerevents .select.open .list {
  display: block; }

.search {
  background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: .3s;
  transition: .3s; }
  .search.is-visible {
    opacity: 1;
    visibility: visible; }
  .search-header {
    background: #fff;
    height: 130px;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .search-header {
        height: 80px; } }
    .search-header.is-visible {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .search-header .container, .search-header form {
      position: relative;
      height: 100%; }
    .search-header input {
      background: #fff;
      border: 0 none;
      color: rgba(51, 51, 51, 0.6);
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 42px;
      height: 100%;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 479px) {
        .search-header input {
          font-size: 28px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .search-header input {
          font-size: 32px; } }
  .search-close {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    .search-close .icon {
      color: #b3080f;
      font-size: 28px; }
  .search-lists {
    margin-top: 40px; }
    .search-lists .container {
      display: block !important; }
  
    .search-lists ul li {
      margin-bottom: 30px; }
      .search-lists ul li a:hover .description {
        background: #333333; }
    .search-lists .photo {
      height: 200px;
      padding: 20px;
      position: relative;
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
      .search-lists .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .search-lists .description {
      background: #b3080f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 20px;
      padding-right: 20px;
      height: 70px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: .3s;
      transition: .3s; }
      .search-lists .description .name {
        font-weight: 300;
        font-size: 16px;
        color: #fff; }
      .search-lists .description .code {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        margin-top: 5px; }

.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(46, 46, 46, 0.9);
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .popup.is-visible {
    opacity: 1;
    visibility: visible; }

.popup-wrapper {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
  .popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .popup-wrapper .cover {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .popup-wrapper .cover a {
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .popup-wrapper .cover img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1em;
  height: 1em;
  font-size: 32px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100%; }
  .popup-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.custom-form {
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .custom-form {
      margin-top: 30px; } }
  .custom-form ul li {
    margin-bottom: 20px; }
    .custom-form ul li.is-error input, .custom-form ul li.is-error textarea .custom-form ul li.is-error select, .custom-form ul li.is-error label {
      border: 2px solid #b3080f; }
    .custom-form ul li:not(.col-12) .form--error {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .custom-form ul li input, .custom-form ul li select, .custom-form ul li textarea {
      width: 100%;
      height: 60px;
      padding-right: 20px;
      padding-left: 20px;
      font-family: inherit;
      color: #666;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 14px;
      -webkit-transition: .3s;
      transition: .3s; }
    .custom-form ul li select {
      width: 100%;
      height: 60px;
      padding-right: 20px;
      padding-left: 20px;
      font-family: inherit;
      color: #666;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 18px;
      -webkit-transition: .3s;
      transition: .3s; }
      .custom-form ul li input:focus, .custom-form ul li textarea:focus {
        border: 2px solid #b3080f; }
    .custom-form ul li input {
      padding-left: 80px; }
	  .custom-form ul li select:focus, .custom-form ul li textarea:focus {
        border: 2px solid #b3080f; }
    .custom-form ul li select {
      padding-left: 30px; }
    .custom-form ul li textarea {
      padding-top: 20px;
      height: 150px; }
    .custom-form ul li .icon {
      margin-right: 0;
      width: 65px;
      height: 100%;
      position: absolute;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #666;
      font-size: 18px; }
      .custom-form ul li .icon:before {
        position: absolute;
        right: 0;
        content: "";
        background: rgba(0, 0, 0, 0.15);
        width: 1px;
        height: 20px; }
  .custom-form .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .custom-form .send input {
      background: #333333;
      height: 40px;
      border: 0 none;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      font-family: inherit;
      cursor: pointer;
      border: 2px solid transparent;
      -webkit-transition: .3s;
      transition: .3s;
      letter-spacing: 1px;
      border-radius: 3px;
      position: relative; }
      .custom-form .send input:before {
        content: "\f105";
        font-family: "FontAwesome"; }
      .custom-form .send input:hover {
        background: #b3080f; }
		

.form--error {
  position: absolute;
  color: #b3080f;
  font-size: 11px;
  right: 25px;
  top: 10px; }

.form--loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 111; }
  .form--loading.style--2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0; }
  .form--loading .icon {
    color: #b3080f;
    font-size: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s ease .15s;
    transition: all .3s ease .15s; }
  .form--loading.is-visible {
    opacity: 1;
    visibility: visible; }
    .form--loading.is-visible .icon {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600; }
  .form-messages.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6; }
  .form-messages.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }

    .header {
      --header-height: 130px;
      background: #b3080f;
      height: var(--header-height);
      position: relative;
      z-index: 1005; }
      @media (max-width: 767px) {
        .header {
          height: 80px; } }
      .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header-bar {
        display: none;
        margin-right: 20px;
        display: none; }
        @media (max-width: 767px) {
          .header-bar {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header-bar {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; } }
        .header-bar .icon {
          font-size: 18px;
          color: #fff; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header-bar .icon {
              font-size: 20px; } }
      .header-logo a {
        display: block; }
        .header-logo a img {
          width: 180px; }
          @media (max-width: 767px) {
            .header-logo a img {
              width: 120px; } }
          @media (min-width: 992px) and (max-width: 1200px) {
            .header-logo a img {
              width: 150px; } }
			  
      .header-buttons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 50px;
        margin-right: 20px; }
        @media (max-width: 767px) {
          .header-buttons a {
            margin-right: 1px;
            margin-top: -10px !important;
            margin-left: 20px;
            margin-bottom: -13px;} }
        .header-buttons a:last-child {
          margin-right: 0; }
        .header-buttons a:hover .text:before {
          width: 100%; }
      .header-buttons span {
        color: #fff; }
      .header-buttons .icon {
        font-size: 20px;
        margin-right: 15px; }
        @media (min-width: 320px) and (max-width: 479px) {
          .header-buttons .icon {
            margin-right: 10px; } }
      .header-buttons .text {
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-weight: 600;
        position: relative; }
        @media (min-width: 320px) and (max-width: 479px) {
          .header-buttons .text {
            font-size: 14px;
            } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .header-buttons .text {
            font-size: 16px; } }
        .header-buttons .text:before {
          content: "";
          position: absolute;
          bottom: -15px;
          left: 0;
          right: 0;
          height: 2px;
          background: #fff;
          width: 0;
          -webkit-transition: width .3s;
          transition: width .3s; }

.header-lang {
  display: flex;
  flex-wrap: wrap
}
.header-lang a {
  margin-right: 5px;
  display: inline-block
}
.header-lang a:last-child {
  margin-right: 0;
}
.header-lang img {
  width: 20px;
}


.section .container-fluid {
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 767px) {
    .section .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .section .container-fluid {
      max-width: 390px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .section .container-fluid {
      max-width: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 768px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .section .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 992px; } }

.section.bg {
  background: #b3080f;
  padding-top: 40px;
  padding-bottom: 40px; }
.section.hd {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.showcased {
  margin-top: -110px;
  position: relative;
  z-index: 12; }
  @media (max-width: 767px) {
    .showcased {
      --showcase-height: 290px; } }
  @media (max-width: 767px) {
    .showcased {
		
		display:none;
      margin-top: 10px; } }
	  
	  .showcased-carousel {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    height: var(--showcase-height);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 50%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .showcased-carousel {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .showcased-carousel {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
        max-width: 65%; } }
	  
	  
	  
	  .showcase {
  --showcase-height: 307px;
  margin-top: -160px;
  position: relative;
  z-index: 12; }
  @media (max-width: 767px) {
    .showcase {
      --showcase-height: 290px; } }
  @media (max-width: 767px) {
    .showcase {
      margin-top: 10px; } }
  .showcase-info {
    height: var(--showcase-height);
    background: #b3080f;
    padding: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    position: relative; }
    @media (max-width: 767px) {
      .showcase-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        height: 200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .showcase-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%; } }
    .showcase-info .heading {
      color: #fff;
      font-weight: 200;
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      line-height: 1.4; }
      @media (min-width: 320px) and (max-width: 479px) {
        .showcase-info .heading {
          font-size: 32px; } }
    .showcase-info .link {
      position: absolute;
      bottom: 30px;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
  .showcase-carousel {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background: #fff;
    height: var(--showcase-height);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .showcase-carousel {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .showcase-carousel {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
        max-width: 65%; } }
  .showcase-card {
    height: var(--showcase-height);
    position: relative; }
    .showcase-card:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #b3080f;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
    .showcase-card:hover:before {
      width: 100%; }
  .showcase-header .photo {
    height: 230px;
    padding: 10px;
    position: relative; }
    @media (min-width: 1824px) {
      .showcase-header .photo {
        height: 260px;
        padding: 10px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .showcase-header .photo {
        height: 200px; } }


    .showcase-header .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;}
	.showcase-header .photo:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
}

  .showcase-header .sale {background-color:b3080f;
animation:image 5s infinite alternate;
-webkit-animation:image 5s infinite alternate;
-modz-animation:image 5s infinite alternate;
}
@keyframes image{
0%{
background-color:#b3080f;
}
25%{
background-color:#188038;
}
50%{
background-color:#b3080f;
}
75%{
background-color:#188038;
}
100%{
background-color:#188038;
}
}
  .showcase-header .sale {
    position: absolute;
    top: 20px;
    right: 0;
    width: 125px;
    height: 30px;
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .showcase-subcat{
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
	min-height:135px;
    padding: 15px;
    display: -ms-flexbox;
	border-radius:5px;
    display: flex;
    z-index: 99;
    background-color: #f9f9f9;
    position: relative;
-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;}
    .showcase-subcat .info {
		margin:0 auto ;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .showcase-subcat .info span {
        color: #333333; }
      .showcase-subcat .info .name {
        font-weight: bold;
        font-size: 13px;
        color: #333333;
 }
      .showcase-subcat .info .code {
        font-weight: 700;
        font-size: 11px;
        margin-top: 10px;
		margin:0 auto;
		color:#b3080f;		
		margin-top:15px;} 
		.ciso { border: 1px solid #dadce0;
    border-radius: 8px;
	margin-bottom:13px;}
	
		
		.showcase-sub {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .showcase-sub .info {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .showcase-sub .info span {
        color: #333333; }
      .showcase-sub .info .name {
        font-weight: 300;
        font-size: 16px;
        color: #333333; }
      .showcase-sub .info .code {
        font-weight: 700;
        font-size: 14px;
        margin-top: 10px; }
  @media (max-width: 767px) {
    .showcase .showcase-carousel .owl-dots {
      position: relative;
      margin-top: 20px;
      top: inherit;
      left: inherit;
      margin-top: 30px !important; }
      .showcase .showcase-carousel .owl-dots .owl-dot span {
        background: rgba(51, 51, 51, 0.5) !important; }
      .showcase .showcase-carousel .owl-dots .owl-dot.active span, .showcase .showcase-carousel .owl-dots .owl-dot:hover span {
        background: #333333 !important; } }

.agromec {
  margin-top: 70px; }
  
  .agromec-info .img {margin-top:25px;}
  .agromec-info .text {
    font-size: 13px;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
    padding-right: 40px;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .agromec-info .text {
        padding-right: 0;
        margin-bottom: 50px; } }
    @media (min-width: 1824px) {
      .agromec-info .text {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .agromec-info .text {
        padding-right: 0; } }
  .agromec-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .agromec-heading .title {
      font-size: 36px;
      font-weight: 800;
      color: #333333;
      font-family: "Montserrat", sans-serif;
      letter-spacing: -0.5px; }
      @media (max-width: 767px) {
        .agromec-heading .title {
          text-align: center;
          font-size: 32px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .agromec-heading .title {
          font-size: 28px; } }
      .agromec-heading .title span {
        color: #b3080f; }
    .agromec-heading .all-button {
      color: #b3080f;
      font-size: 14px;
      font-weight: 600; }
      .agromec-heading .all-button:hover {
        color: #333333;
        text-decoration: underline; }
  .agromec-sss {
    margin-top: 25px; }
    .agromec-sss ul li {
      margin-bottom: 10px; }
      .agromec-sss ul li:nth-last-child(1) {
        margin-bottom: 0; }
      .agromec-sss ul li.kirmizi .is-open  > a {
		  background-color:#b3080f;
        border: 2px solid #b3080f;
        color: #b3080f; }
      .agromec-sss ul li.is-open > a {
        border: 2px solid #b3080f;
        color: #b3080f; }
        .agromec-sss ul li.is-open > a:before {
          background-image: url("/img/arrow-up-ss.svg"); }
      .agromec-sss ul li:hover > a {
        background: #b3080f;
        color: #fff;
        border: 2px solid #b3080f; }
      .agromec-sss ul li a {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 2px solid #e6e6e6;
        height: 55px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 0px;
        padding-left: 30px;
        padding-right: 30px;
        color: #333333;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s; }
        .agromec-sss ul li a:before {
          content: "";
          position: absolute;
          right: 20px;
          width: 20px;
          height: 20px;
          background-image: url("/img/arrow-right-ss.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          border-radius: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .agromec-sss ul li a .icon {
          font-size: 14px;
          margin-right: 20px; }
		   .agromec-sss ul li a .iconmak {
          font-size: 36px;
          margin-right: 20px; }
        .agromec-sss ul li a .text {
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 500; }
		  .agromec-sss ul li a .texta {
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 500; }
        .agromec-sss ul li a .circle {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 18px; }
      .agromec-sss ul li:first-child .agromec-sss__sub {
        display: block; }
    .agromec-sss__sub {
      display: none; }
      .agromec-sss__sub .text {
        font-size: 13px;
        color: #333333;
        line-height: 1.7;
        text-align: justify;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 20px;
        padding-bottom: 20px; }
        @media (min-width: 1824px) {
          .agromec-sss__sub .text {
            font-size: 14px; } }

.categories {
  margin-top: 70px; }
  .categories-carousel {
    position: relative; }
    .categories-carousel:before {
      content: "";
      bottom: -2px;
      left: 0;
      right: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute; }

.contact-us ul:not(.list) {
  margin-top: 50px; }
  .contact-us ul:not(.list) li:not(.option) {
    position: relative;
    z-index: 100; }
    @media (max-width: 767px) {
      .contact-us ul:not(.list) li:not(.option) {
        margin-bottom: 20px; }
        .contact-us ul:not(.list) li:not(.option):last-child {
          margin-bottom: 0; } }
    .contact-us ul:not(.list) li:not(.option).is-error input, .contact-us ul:not(.list) li:not(.option).is-error textarea {
      border: 2px solid #b3080f; }
    .contact-us ul:not(.list) li:not(.option) .form--error {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 60px; }
    .contact-us ul:not(.list) li:not(.option) input {
      background: #fff;
      width: 100%;
      height: 60px;
      border-radius: 100px;
      padding-left: 25px;
      padding-right: 25px;
      color: #333333;
      font-size: 14px;
      font-family: inherit;
      border: 2px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: .3s;
      transition: .3s; }
      .contact-us ul:not(.list) li:not(.option) input:focus {
        border: 2px solid #b3080f; }
    .contact-us ul:not(.list) li:not(.option) .icon {
      position: absolute;
      right: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #b3080f;
      font-size: 14px; }

.contact-us .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px; }
  .contact-us .send input {
    background: #b3080f;
    width: 180px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s; }
    .contact-us .send input:hover {
      background: none;
      color: #b3080f;
      border: 2px solid #b3080f; }

.contact-us.type--2 .section-header .heading {
  color: #fff; }

.contact-us.type--2 .section-header .text {
  color: #fff; }

.contact-us.type--2 ul:not(.list) li:not(.option) input {
  background: transparent;
  color: #fff;
  border: 2px solid #fff !important; }
  .contact-us.type--2 ul:not(.list) li:not(.option) input::-webkit-input-placeholder {
    color: #fff; }
  .contact-us.type--2 ul:not(.list) li:not(.option) input::-moz-placeholder {
    color: #fff; }
  .contact-us.type--2 ul:not(.list) li:not(.option) input:-ms-input-placeholder {
    color: #fff; }
  .contact-us.type--2 ul:not(.list) li:not(.option) input:-moz-placeholder {
    color: #fff; }

.contact-us.type--2 ul:not(.list) li:not(.option) .icon {
  color: #fff;
  font-size: 28px; }

.contact-us.type--2 .send input {
  background: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  border: 2px solid transparent; }
  .contact-us.type--2 .send input:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff; }

.support {
  margin-top: 70px;
  border-top: 3px solid #b3080f;
  padding-top: 40px; }
  .support-carousel {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .support-carousel {
        margin-top: 40px; } }
  .support-card {
    --content-height: 115px;
    position: relative; }
    @media (min-width: 1824px) {
      .support-card {
        --content-height: 150px; } }
    .support-card .photo {
      overflow: hidden;
      height: 360px; }
      @media (min-width: 1824px) {
        .support-card .photo {
          height: 490px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .support-card .photo {
          height: 300px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .support-card .photo {
          height: 300px; } }
      .support-card .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .support-card:hover .support-content {
      height: 100%; }
    .support-card:hover .more:before {
      width: 100%; }
    .support-card:hover .text {
      opacity: 1;
      visibility: visible; }
    .support-card:hover .more {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .support-content {
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #b3080f;
    height: var(--content-height);
    -webkit-transition: height .4s;
    transition: height .4s; }
    .support-content .text {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease .2s;
      transition: all .3s ease .2s;
      overflow: hidden;
      max-height: 195px; }
      @media (min-width: 320px) and (max-width: 479px) {
        .support-content .text {
          overflow: hidden;
          height: 195px; } }
    .support-content .more {
      position: absolute;
      bottom: 40px;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 16px;
      font-weight: 700;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
      .support-content .more:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        width: 0;
        -webkit-transition: width .3s;
        transition: width .3s; }
      .support-content .more .icon {
        margin-right: 10px; }
  .support-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--content-height); }
    .support-header .icon {
      width: 65px;
      height: 65px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 3px solid #fff;
      border-radius: 100%;
      font-size: 24px;
      color: #fff; }
      @media (min-width: 320px) and (max-width: 479px) {
        .support-header .icon {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .support-header .icon {
          display: none; } }
      @media (min-width: 1824px) {
        .support-header .icon {
          width: 100px;
          height: 100px;
          font-size: 36px; } }
    .support-header .title {
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      font-size: 21px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: -1px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 320px) and (max-width: 479px) {
        .support-header .title {
          padding-left: 0;
          padding-right: 0;
          font-size: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .support-header .title {
          padding-right: 0;
          padding-left: 0;
          font-size: 28px; } }
      @media (min-width: 1824px) {
        .support-header .title {
          font-size: 36px; } }

@media (max-width: 767px) {
  .owl-nav__type--2 .owl-nav {
    margin-top: 30px !important;
    position: relative;
    text-align: inherit;
    top: inherit;
    margin: 0 auto; } }
.section-header .webparakende {
    color: #333333;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
	text-decoration:underline;
    letter-spacing: -0.5px;
	margin: 30px 0px 0px 0px;
}
.webparakende {
  margin-top: 5px; 
  margin-bottom: 0px;
  text-align:center;
}
  .webparakende-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float:right;}
    .webparakende-logo img {
      width: 450px;
      max-width: 100%; }
	  .webparakende-text {
    color: #000;
    letter-spacing: -0.5px;
	font-size: 14px;
    line-height: 1.5;
	text-align: center;}
	  .webparakende-text span{
		color: #b3080f;
    font-size: 24px;
	font-weight:bold;
    line-height: 1.1;
	text-align: center;
	letter-spacing: -0.5px;	
	  }
	  .ort{
	margin: 20px;
    width: 95%;
	  }
	  .price a{
	color: #b3080f;
    font-size: 48px;
    text-align:center;
	font-weight:bold;
    line-height: 1.1;
	letter-spacing: -0.5px;
    margin: 35px 0px 0px 0px;	
	text-decoration:none;
	line-height: 0.9;
	  }
	  .price span a{
	color: #333333;
	font-size: 18px;
    font-family: "Montserrat", sans-serif;
	text-decoration:underline;
	display:block;
	  }
	  .price i {
	color: #333333;
	font-size: 24px;
    font-family: "Montserrat", sans-serif;
	
	  }
	.webfiyat {position:relative}
	.webfiyatyaz {position:absolute;left:10px;top:10px;}
	 @media (min-width: 320px) and (max-width: 729px) {.kaybol{visibility: hidden;
    clear: both;
    height: auto;display:none;}
	 }
.sprite {
    background-image: url(/img/banka.png);
    background-repeat: no-repeat;
    display: block;
	float:right;
	margin-left:10px;
	bottom:0px;
}
.spritessl {
    background-image: url(/img/banka.png);
    background-repeat: no-repeat;
    display: block;
	float:left;
	margin-left:10px;
	position: relative;
	bottom:10px;
}
.agromail i {
    background-image: url(/img/agromail.jpg);
    background-repeat: no-repeat;
	float:left;
	width:145px;
	height:15px;
	margin-left:10px;
	margin-bottom:10px;
}
.sprite-advantage {
    width: 79px;
    height: 12px;
    background-position: -5px -5px;
}

.sprite-axess {
    width: 40px;
    height: 12px;
    background-position: -94px -5px;
}

.sprite-bonuscard {
    width: 80px;
    height: 12px;
    background-position: -144px -5px;
}

.sprite-cardfinans {
    width: 73px;
    height: 12px;
    background-position: -234px -5px;
}

.spritessl-iyzicokorumali {
    width: 116px;
    height: 40px;
    background-position: -317px -5px;
}

.sprite-maestro {
    width: 20px;
    height: 12px;
    background-position: -443px -5px;
}

.sprite-mastercard {
    width: 20px;
    height: 12px;
    background-position: -473px -5px;
}

.sprite-maximum {
    width: 47px;
    height: 12px;
    background-position: -503px -5px;
}

.sprite-paraf {
    width: 19px;
    height: 12px;
    background-position: -560px -5px;
}

.spritessl-ssl-secure {
    width: 107px;
    height: 40px;
    background-position: -589px -5px;
}

.spritessl-visa {
    width: 93px;
    height: 40px;
    background-position: -706px -5px;
}

.sprite-ykworld {
    width: 65px;
    height: 10px;
    background-position: -809px -5px;
}


.blog {
  --item-height: 360px;
  margin-top: 0px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .blog {
      --item-height: 300px; } }
  .blog ul {
    margin-top: 20px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .blog ul {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog ul {
        margin-left: -10px;
        margin-right: -10px; } }
    .blog ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog ul li:nth-child(3), .blog ul li:nth-child(4) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .blog ul li:hover .photo img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      @media (max-width: 767px) {
        .blog ul li {
          margin-bottom: 20px;
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
              -ms-flex-direction: column !important;
                  flex-direction: column !important; }
          .blog ul li:last-child {
            margin-bottom: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .blog ul li {
          padding-left: 10px !important;
          padding-right: 10px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog ul li {
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin-bottom: 20px;
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
              -ms-flex-direction: column !important;
                  flex-direction: column !important; } }
  .blog .section-header .heading {
    font-size: 32px; }
    .blog .section-header .heading span {
      color: #b3080f; }
  .blog .photo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    height: var(--item-height);
    overflow: hidden; }
    @media (min-width: 1824px) {
      .blog .photo {
        height: 450px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .blog .photo {
        width: 100%;
        height: auto; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .blog .photo {
        width: 100%;
        height: 210px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog .photo {
        width: 100%; } }
    .blog .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }
  .blog .description {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ebebeb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: var(--item-height); }
    @media (min-width: 1824px) {
      .blog .description {
        height: 450px; } }
    @media (max-width: 767px) {
      .blog .description {
        width: 100%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .blog .description {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog .description {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .blog .description .heading {
      color: #333333;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.5px;
      line-height: 1.4;
      overflow: hidden;
      max-height: 67px; }
      @media (max-width: 767px) {
        .blog .description .heading {
          font-size: 20px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .blog .description .heading {
          max-height: 55px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .blog .description .heading {
          font-size: 18px;
          max-height: 50px; } }
    .blog .description .text {
      color: #333333;
      font-size: 14px;
      margin-top: 15px;
      line-height: 1.6;
      overflow: hidden;
      max-height: 160px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .blog .description .text {
          display: none; } }
    .blog .description .more {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 120px;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #333333;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: -0.5px;
      font-weight: 500;
      border: 2px solid #b3080f;
      border-radius: 100px;
      margin-top: 40px;
      -webkit-transition: .3s;
      transition: .3s; }
      .blog .description .more:hover {
        background: #b3080f;
        color: #fff; }

.inner-page {
  --height-photo-lg: 211px; }
  .inner-page.type--2 {
    --height-photo-lg: 260px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .inner-page.type--2 {
        --height-photo-lg: 180px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .inner-page {
      --height-photo-lg: 250px; } }
  @media (min-width: 1824px) {
    .inner-page {
      --height-photo-lg: 800px; } }
  .inner-page__header {
    position: relative;
		}
  .inner-page__photo {
    height: var(--height-photo-lg);
    background: #231f20; }
    .inner-page__photo img {
      height: calc( (var(--height-photo-lg)));
      width: 100%;
      -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
      position: absolute; }
  .inner-page__heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 12; }
    .inner-page__heading .button {
      min-width: 190px;
      max-width: 190px;
    }
    .inner-page__heading .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .inner-page__heading .container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .inner-page__heading .title {
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 800;
      text-transform: uppercase;
      position: relative;
	  max-width:650px;
      letter-spacing: -1px;
      padding-left: 20px; }
      @media (min-width: 320px) and (max-width: 479px) {
        .inner-page__heading .title {
          font-size: 24px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .inner-page__heading .title {
          font-size: 28px; } }
      .inner-page__heading .title:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 80px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 10px;
        background: #b3080f; }
    .inner-page__heading .text {
	color: #cc0b0b;
    font-size: 14px;
    width: 650px;
    max-width: 100%;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 40px; }
      @media (max-width: 767px) {
        .inner-page__heading .text {
           font-size: 16px; max-width:250px; text-align:center;} }
    @media (min-width: 320px) and (max-width: 479px) {
      .inner-page__heading .button {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: inherit;
        height: 45px;
        font-size: 0;
        width: 45px; }
        .inner-page__heading .button .icon {
          margin-right: 0; } }
  .inner-page__wrapper {
    min-height: 900px;
  margin-bottom: 60px; }
  .inner-page__breadcrumbs {
    background: #f1f1f1;
    height: 60px; }
    .inner-page__breadcrumbs .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .inner-page__breadcrumbs ul li:first-child a:before {
      display: none; }
    .inner-page__breadcrumbs ul li a {
      color: #666;
      font-size: 14px;
      position: relative;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
      .inner-page__breadcrumbs ul li a:before {
        padding-left: 10px;
        padding-right: 10px;
        content: " / ";
        position: relative;
        top: 1px;
        color: #b3080f; }
      .inner-page__breadcrumbs ul li a .icon {
        font-size: 14px; }
  @media (max-width: 767px) {
    .inner-page__content .categories-list {
      margin-top: 40px;
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 767px) {
  .col-sidebar {
    margin-top: 40px; } }

.col-sidebar .heading {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px; }

.col-sidebar__nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .col-sidebar__nav ul li:last-child {
    border-bottom: 0 none; }
  .col-sidebar__nav ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding-left: 25px; }
    .col-sidebar__nav ul li a:before {
      --circle-size: 8px;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 100%;
      background: #b3080f;
      width: var(--circle-size);
      height: var(--circle-size); }
    .col-sidebar__nav ul li a:hover {
      color: #b3080f; }

.col-sidebar__box {
  background: #f1f1f1;
  width: 100%;
  min-height: 120px;
  padding: 20px; }
  .col-sidebar__box .heading {
    color: #b3080f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Oswald", sans-serif; }
  .col-sidebar__box .text {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 20px;
    color: #666; }

.col-sidebar__posts ul {
  margin-top: 15px; }
  .col-sidebar__posts ul li {
    margin-bottom: 10px; }
    .col-sidebar__posts ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .col-sidebar__posts ul li a:hover .photo img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .col-sidebar__posts ul li a:hover .description {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.col-sidebar__posts .photo {
  width: 120px;
  height: 90px;
  overflow: hidden; }
  .col-sidebar__posts .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.col-sidebar__posts .description {
  background: #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s; }
  .col-sidebar__posts .description .title {
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    max-height: 58px;
    line-height: 1.4; }

.col-sidebar__posts .all-news {
  background: #b3080f;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  transition: .3s; }
  .col-sidebar__posts .all-news:hover {
    background: none;
    color: #b3080f;
    border: 2px solid #b3080f; }

.page-content__heading {
  margin-bottom: 10px; }
  .page-content__heading .title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2; }
    @media (min-width: 320px) and (max-width: 479px) {
      .page-content__heading .title {
        font-size: 28px; } }
  .page-content__heading.style--1 .title {
    color: #b3080f;
    font-size: 20px;
    letter-spacing: inherit; }

.page-content__info .date {
  color: #999;
  font-size: 13px; }

.page-content__summary {
  margin-bottom: 50px;
  margin-top: 50px; }
  .page-content__summary .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-content__summary .title {
    font-size: 28px;
    font-weight: 700;
    color: #b3080f;
    line-height: 1.3; }
  .page-content__summary .text {
    line-height: 1.7;
    color: #666;
    font-size: 14px; }

.content-description {
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .content-description {
      padding-right: 0; } }

.sss {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .sss {
      padding-right: 0; } }
  .sss .agromec-sss {
    margin-top: 0; }
.agromec-instagram {}
.product-promotion {
  --item-height: 530px;
  margin-bottom: 60px;
}
  @media (max-width: 767px) {
    .product-promotion {
      --item-height: auto; } }
  @media (max-width: 767px) {
    .product-promotion {
      margin-top: 15px; } }
  @media (min-width: 1824px) {
    .product-promotion {
      --item-height: 650px; } }
  .product-promotion .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .product-promotion .row:nth-child(even) .description {
      padding-right: 40px; }
  .product-promotion .row:nth-child(odd) .description {
    padding-left: 40px; }
  .product-promotion .photo {
    height: var(--item-height); }
    .product-promotion .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .product-promotion .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      .product-promotion .description {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .product-promotion .description .heading {
      font-size: 42px;
      color: #666; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-promotion .description .heading {
          font-size: 32px; } }
    .product-promotion .description .text {
      font-size: 13px;
      color: #666;
      line-height: 1.8;
      margin-top: 20px; }

      .product-list {
        margin-top: 0px; 
        width: 100%;
        margin-bottom: 20px;
      }
        
        .product-list .row {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
     }
          
                @media (max-width: 767px) {
    .product-list {
      margin-top: 30px; } }

.product-detail.type--2 .content-description {
  font-size: 16px;
  width: 100%;
  max-width: 100%; }

.product-detail__info--header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .product-detail__info--header .category-name {
    color: #666;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    display: block; }
  .product-detail__info--header .title {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    color: #b3080f;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 320px) and (max-width: 479px) {
      .product-detail__info--header .title {
        font-size: 32px; } }

.product-detail__photo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .product-detail__photo {
      height: auto; } }
  .product-detail__photo img {
    width: 100%; }

    .product-detail__property {
      margin-top: 30px; }
      .product-detail__property img {
        width: 25px !important;
        margin-right: 20px;
        height: auto !important;
    }
      .product-detail__property .text {
        font-size: 14px; }
            .product-detail__property ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-detail__property ul li:last-child {
      margin-bottom: 0; }
    @media (min-width: 320px) and (max-width: 479px) {
      .product-detail__property ul li {
        height: auto;
        margin-bottom: 25px; } }
  .product-detail__property .title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            font-weight: 700;
            color: #333;    font-size: 14px;
    padding-right: 20px;
    line-height: 1.5; }
    .product-detail__property .text strong {font-weight: 400;
    color:#666;}
    .product-detail__property .title .icon {
      color: #b3080f;
      font-size: 24px;
      margin-right: 10px;
      width: 32px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .product-detail__property .figure {
    margin-right: 10px; }
    .product-detail__property .figure img {
      width: 28px; }

.product-go {
  color: #888;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s; }
  .product-go:hover {
    background: #b3080f;
    color: #fff; }
    .product-go:hover .icon {
      color: #fff; }
  .product-go .icon {
    color: #b3080f;
    margin-left: 10px;
    font-size: 14px; }

.button-pdf {
  background: #fff;
  width: 400px;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  color: #888;
  margin-top: 20px;
  font-size: 14px; }
  .button-pdf .icon {
    color: #b3080f;
    margin-right: 15px;
    font-size: 24px; }

.documents {
  padding-right: 20px;
  margin-bottom: 20px; }
  .documents:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .documents {
      padding-right: 0; } }
  .documents ul:hover li a {
    opacity: .7; }
  .documents ul li {
    margin-bottom: 30px; }
    .documents ul li a {
      display: block;
      position: relative;
      -webkit-transition: .3s;
      transition: .3s; }
      .documents ul li a:hover {
        opacity: 1; }
  .documents .photo {
    overflow: hidden;
    height: 380px; }
    @media (max-width: 767px) {
      .documents .photo {
        height: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .documents .photo {
        height: 315px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .documents .photo {
        height: 315px; } }
    @media (min-width: 1824px) {
      .documents .photo {
        height: 460px; } }
    .documents .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.documents-2 ul li {
  margin-bottom: 20px; }
  .documents-2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f1f1f1;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    position: relative;
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s; }
    .documents-2 ul li a:before {
      position: absolute;
      content: "";
      top: -3px;
      left: 0;
      right: 0;
      background: #b3080f;
      height: 3px;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
    .documents-2 ul li a:hover:before {
      width: 100%; }
    .documents-2 ul li a:hover {
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

.documents-2 .heading {
  color: #333333;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px; }

.documents-2 .date {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #a1a1a1;
  font-size: 13px; }

.videos {
  margin-bottom: 20px; }
  .videos:last-child {
    margin-bottom: 0; }
  .videos ul li {
    margin-bottom: 30px; }
    .videos ul li a {
      position: relative;
      display: block; }
      .videos ul li a:hover .photo img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .videos .photo {
    height: 289px;
    overflow: hidden; }
    @media (min-width: 320px) and (max-width: 479px) {
      .videos .photo {
        height: auto; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .videos .photo {
        height: 180px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .videos .photo {
        height: 180px; } }
    .videos .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
      transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }
  .videos-sub {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px; }
    .videos-sub .description {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .videos-sub .description .icon {
        color: #fff;
        font-size: 37px;
        margin-right: 12px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .videos-sub .description .icon {
            display: none; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .videos-sub .description .icon {
            display: none; } }
      .videos-sub .description .title {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        width: 250px;
        max-width: 100%;
        line-height: 1.4; }
        @media (min-width: 320px) and (max-width: 479px) {
          .videos-sub .description .title {
            line-height: 1.2; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .videos-sub .description .title {
            font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .videos-sub .description .title {
            font-size: 20px; } }
	.turun-sub {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px; }
    .turun-sub .description {
		background: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .turun-sub .description .icon {
        color: #fff;
        font-size: 28px;
        margin-right: 12px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .turun-sub .description .icon {
            display: none; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .turun-sub .description .icon {
            display: none; } }
      .turun-sub .description .title {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        width: 250px;
        max-width: 100%;
		text-align: center;
        line-height: 1.4; }
        @media (min-width: 320px) and (max-width: 479px) {
          .turun-sub .description .title {
            line-height: 1.2; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .turun-sub .description .title {
            font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .turun-sub .description .title {
            font-size: 20px; } }
.brands ul li {
  margin-bottom: 30px; }
  .brands ul li a {
    display: block;
    position: relative;
    height: 180px;
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
    background: #f1f1f1; }
    .brands ul li a:before {
      position: absolute;
      content: "";
      top: -3px;
      left: 0;
      right: 0;
      background: #b3080f;
      height: 3px;
      width: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
    .brands ul li a:hover:before {
      width: 100%; }
    .brands ul li a:hover {
      background: #fff;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

.brands .photo {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  .brands .photo img {
    width: 100%;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain; }

.news-detail {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .news-detail {
      padding-right: 0; } }
  .news-detail__header {
    margin-top: 20px; }
  .news-detail__photo {
    overflow: hidden; }
    .news-detail__photo img {
      width: 100%;
      max-height: 450px;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-detail__spot {
    margin-top: 20px; }
    .news-detail__spot .text {
      font-size: 20px;
      line-height: 1.5;
      color: #333333; }
      @media (min-width: 320px) and (max-width: 479px) {
        .news-detail__spot .text {
          font-size: 20px; } }
  .news-detail__description {
    margin-top: 40px; }
    .news-detail__description .content-description {
      font-weight: 300;
      font-size: 16px; }

.apply-description .title {
  color: #b3080f;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700; }

.apply-description .text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8; }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile-1 {
  display: none; }

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

.inputfile-1 + label {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #999; }

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: none;
  color: #666;
  border: 2px solid #b3080f; }

.turkey-map__drawing {
  text-align: center;
 }
  .turkey-map__drawing svg {
    width: 100%;
    height: auto; }

.turkey-map__name {
  position: absolute;
  z-index: 2; }
  .turkey-map__name div {
    display: inline-block;
    background: #f1f1f1;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 2px; }

#turkey-map__drawing path {
  cursor: pointer;
  fill: #d8d8d8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#turkey-map__drawing g.completed path {
  fill: #b3080f; }

#turkey-map__drawing path:hover {
  fill: #b3080f !important; }

/*#turkey-map__drawing path.completed {
  fill: $color-primary;
}*/
.ordered-info__list ul li {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ordered-info__list .box {
  background: #f1f1f1;
  padding: 20px;
  height: 155px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ordered-info__list ul li:hover .box {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.ordered-info__list .box .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #b3080f;
  line-height: 1.4;
  position: relative; }
  .ordered-info__list .box .title:before {
    content: '';
    position: absolute;
    background: url("../img/border.png") repeat-x 0 0 transparent;
    width: 100%;
    height: 7px;
    bottom: -12px; }

.ordered-info__list .boxservis {
  background: #25c22a38;
  padding: 20px;
  height: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.ordered-info__list ul li:hover .boxservis {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.ordered-info__list .boxservis .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #b3080f;
  line-height: 1.4;
  position: relative; }
  .ordered-info__list .boxservis .title:before {
    content: '';
    position: absolute;
    background: url("../img/border.png") repeat-x 0 0 transparent;
    width: 100%;
    height: 7px;
    bottom: -12px; }

.ordered-info__list .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }
  .ordered-info__list .info .name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px; }
  .ordered-info__list .info .phone {
    font-size: 12px;
    margin-top: 2px;
    color: #999;
    display: block; }
  .ordered-info__list .info .map {
    color: #b3080f;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0; }
	  .ordered-info__list .info .adres {
    font-size: 12px;
    margin-top: 2px;
    color: #999;
    display: block; }

.contact-address ul {
  margin-top: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 320px) and (max-width: 479px) {
    .contact-address ul li {
      margin-bottom: 70px; } }

.contact-address .item {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  height: 300px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 479px) {
    .contact-address .item {
      padding-bottom: 20px;
      height: auto; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .contact-address .item {
      height: 330px; } }
  .contact-address .item .title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-bottom: 15px; }
  .contact-address .item .icon {
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #b3080f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    height: 70px;
    width: 70px;
    margin-top: -40px; }
  .contact-address .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    font-size: 14px;
    line-height: 1.5; }
  .contact-address .item .button {
    max-width: inherit;
    margin-top: 20px; }

.footer {
  margin-top: 0; }
  .footer .container-fluid {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .footer .container-fluid {
        max-width: 390px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .footer .container-fluid {
        max-width: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 768px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 992px; } }
  .footer-top {
    background: #b3080f;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer-heading {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .footer-heading:before {
      position: absolute;
      content: "";
      background: #fff;
      width: 50px;
      height: 3px;
      bottom: 0; }
  .footer-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
    .footer-social a {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .footer-social a:hover .icon {
        background: #fff;
        color: #b3080f; }
    .footer-social .icon {
      --icon-size: 50px;
      width: var(--icon-size);
      height: var(--icon-size);
      border: 2px solid #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 100%;
      margin-right: 10px;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 18px; }
  .footer-blog ul {
    margin-top: 20px; }
    .footer-blog ul li {
      margin-bottom: 20px; }
      .footer-blog ul li:hover .footer-text {
        color: #fff;
        text-decoration: underline; }
      .footer-blog ul li:last-child {
        margin-bottom: 0; }
      .footer-blog ul li a {
        display: block; }
  .footer-blog .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    color: #b3080f;
    font-size: 13px;
    padding: 5px;
    font-weight: 700;
    margin-bottom: 10px; }
  .footer-list {
    margin-top: 20px;
    position: relative; }
    .footer-list .trigger {
      height: 50px;
      border: 2px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 25px;
      padding-left: 25px;
      border-radius: 100px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s;
      position: relative;
      z-index: 12; }
      .footer-list .trigger .icon {
        font-size: 18px; }
    .footer-list:hover .trigger {
      background: #fff;
      color: #b3080f; }
    .footer-list__dropdown {
      position: absolute;
      bottom: 0;
      background: #fff;
      left: 0;
      right: 0;
      padding-bottom: 50px;
      border-radius: 0 0 25px 25px;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      transition: .3s; }
      .footer-list__dropdown li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .footer-list__dropdown li a {
          height: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 15px;
          padding-right: 15px;
          color: #666;
          font-size: 14px;
          font-weight: 600;
          -webkit-transition: .3s;
          transition: .3s; }
          .footer-list__dropdown li a:hover {
            background: #b3080f;
            color: #fff; }
            .footer-list__dropdown li a:hover .icon {
              color: #fff; }
          .footer-list__dropdown li a .icon {
            color: #b3080f;
            font-size: 32px;
            margin-right: 15px; }
    .footer-list:hover .footer-list__dropdown {
      opacity: 1;
      visibility: visible; }
  .footer-item:not(.cat) {
    padding-right: 30px; }
    @media (max-width: 767px) {
      .footer-item:not(.cat) {
        padding-right: 0;
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-item:not(.cat) {
        margin-bottom: 40px; } }
    .footer-item:not(.cat) ul li a {
      display: block;
      color: #fff;
      font-size: 13px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-family: "Montserrat", sans-serif; }
      .footer-item:not(.cat) ul li a:hover {
        text-decoration: underline; }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
    .footer-contact:last-child {
      margin-bottom: 0; }
    .footer-contact a {
      color: #fff;
      font-size: 13px;
      padding-top: 7px;
      padding-bottom: 7px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Montserrat", sans-serif;
      line-height: 1.5; }
    .footer-contact .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .footer-contact .icon {
      width: 40px; }
  .footer-bottom {
    height: 70px; }
    .footer-bottom .container-fluid {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer-bottom .text {
      color: #333333;
      font-size: 13px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      text-align: center; }


@media (min-width: 768px) and (max-width: 991px) {
  .product-detail__photos {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; } }

.product-detail__photos #sync1 {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }

.product-detail__photos #sync2 {
  margin-top: 10px; }
  .product-detail__photos #sync2 .item {
    padding-left: 5px;
    padding-right: 5px; }

.product-detail__photos .photo {
  overflow: hidden;
  height: 380px;
  padding: 10px; }
  @media (min-width: 1824px) {
    .product-detail__photos .photo {
      height: 480px; }}
  @media (max-width: 991px) {
    .product-detail__photos .photo {
      height: 100%;
      padding: 10px; } }
  .product-detail__photos .photo.sm {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    height: 90px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 2px; }
    @media (min-width: 1824px) {
      .product-detail__photos .photo.sm {
        height: 100px; }}
    .product-detail__photos .photo.sm:hover {
      border: 1px solid #b3080f; }
    @media (max-width: 767px) {
      .product-detail__photos .photo.sm {
        height: 100%; } }

.product-detail__photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.product-detail__photos-sync {
  padding-left: 5px;
  padding-right: 5px; 
  margin-top: 5px;}
  @media (max-width: 767px) {
    .product-detail__photos-sync {
      padding-left: 0;
      padding-right: 0; } }

.video-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}
.about-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
padding: 70px 20px 20px 20px;}
	  
	  .about-logo img {
    width: 400px;
    max-width: 100%;
}
.about-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
padding: 70px 20px 20px 20px;}
	  
	  .about-product img {
    width: 800px;
    max-width: 100%;
}
@media all and (max-width: 980px) {
  .nonedir {
    display:none;
  }
}
.col-sol {
    margin-top: 25x; } 
	.col-sol li{margin-bottom: 13px; }
	.col-sol span{color:#b3080f }
  .col-sol .text {
	  color: #333333;
      font-size: 14px;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      text-align: left;
	  padding-left: 20px;
	  
  }
  .yetkilibayi ul li {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.yetkilibayi .box {
  background: #f1f1f1;
  padding: 20px;
  height: 170px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.yetkilibayi ul li:hover .box {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.yetkilibayi .box .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #252324;
  line-height: 1.4;
  position: relative; }
.yetkilibayi .box .firmalogo {
    background: url("../img/firmalogo.png") no-repeat 0 0 transparent;
    width: 100%;
    height: 40px;
    bottom: -12px; }
	.yetkilibayi .box .servislogo {
    background: url("../img/firmalogo.png") no-repeat 0 0 transparent;
    width: 100%;
    height: 40px;
    bottom: -12px; }
  .yetkilibayi .box .title:before {
    content: '';
    position: absolute;
    background: url("../img/border.png") repeat-x 0 0 transparent;
    width: 100%;
    height: 7px;
    bottom: -12px; }

.yetkilibayi .boxservis {
  background: #25c22a38;
  padding: 20px;
  height: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.yetkilibayi ul li:hover .boxservis {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.yetkilibayi .boxservis .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  position: relative; }
  .yetkilibayi .boxservis .title:before {
    content: '';
    position: absolute;
    background: url("../img/border.png") repeat-x 0 0 transparent;
    width: 100%;
    height: 7px;
    bottom: -12px; }

.yetkilibayi .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }
  .yetkilibayi .info .name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px; }
  .yetkilibayi .info .phone {
    font-size: 16px;
    margin-top: 2px;
    color: #999;
	font-weight:bold; 
	display:block;}
  .yetkilibayi .info .phone a{
    font-size: 16px;
    margin-top: 2px;
    color: #999;
	font-weight:bold; }
  .yetkilibayi .info .map {
    color: #b3080f;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0; }
	  .yetkilibayi .info .adres {
    font-size: 12px;
    margin-top: 2px;
    color: #999;
    display: block; }
	.ciz {
		border-top: 3px solid #b3080f;
    padding-top: 5px;
	}
	/*-----------------------------
    5. MENUS AREA
-------------------------------*/

.menus-area {
    position: relative;
}

.menus-area.section-padding {
    padding-bottom: 60px;
}

.ag-menu-list-menu {
    margin-bottom: 60px;
}

.ag-menu-list-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.ag-menu-list-menu ul li {
    border: 1px solid;
    color: #231f20;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 4px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	min-width: 85px;
	margin-top:7px;
	float:left;
}

.ag-menu-list-menu ul li:hover,
.ag-menu-list-menu ul li.active {
    background: #b3080f none repeat scroll 0 0;
    border-color: #b3080f;
    color: #fff;
}

.single-menu .single-menu-details {
    border-bottom: 1px solid #231f20;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 140px;
    position: relative;
}

.ag-menu-img {
    border-radius: 50%;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
    -webkit-box-shadow: 0 0 0 10px #ddd;
    box-shadow: 0 0 0 10px #ddd;
}

.ag-menu-details {
    color: #231f20;
    padding: 0;
    text-align: inherit;
}

.ag-menu-details h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.ag-menu-details p span {
    display: inline-block;
    width: 30%;
}

.ag-menu-details h3 span {
    color: #b3080f;
    float: right;
}

.menu-speacification {
    margin-bottom: 0;
}

.mix {
    display: none;
}
.about{
	padding-top:40px;
}
.red{background-color:#f1f1f1}
@media all and (max-width: 980px) {
.col-md-6 img {
	/*width:100%;
	height:100%;	*/
}
}
.bar {
    background: #f1f1f1;
    height: 30px;
}
.solok {   
	border-right: 30px solid #f1f1f1;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
	}
	
.bsgecis {
  position: relative;
  border: 0;
  font:bold 14px 'Open Sans';
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius:3px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
  outline:none;
  background: -webkit-linear-gradient(left, #2a83be 40px, #3498db 0);
}
 
.bsgecis > span > i.fa{
  margin-right:20px;
}
.bsgecis > * {
  position: relative;
  z-index: 5;
}
 
.bsgecis-saga:after, .bsgecis-sola:after, .bsgecis-yukari:after, .bsgecis-asagi:after{
  position: absolute;
  background: #2a83be;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 1s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: 1s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.bsgecis-saga:hover:after {
  left: 0;
}
 
.bsgecis-saga:after {
  top: 0;
  left: -100%;
}
 
.bsgecis-sola:hover:after {
  right: 0;
}
 
.bsgecis-sola:after {
  top: 0;
  right: -100%;
}
 
.bsgecis-yukari:hover:after {
  bottom: 0;
}
 
.bsgecis-yukari:after {
  bottom: -100%;
  left: 0;
}
 
.bsgecis-asagi:hover:after {
  top: 0;
}
 
.bsgecis-asagi:after {
  top: -100%;
  left: 0;
}
.bsgecis-kirmizi{
  background: -webkit-linear-gradient(left, #b3080f 25px, #de2121 0);
}
.bsgecis-mavi{
  background: -webkit-linear-gradient(right, #b3080f 25px, #de2121 0);
}
 
.bsgecis-kirmizi:after{
  background-color:#b3080f;
}
.bsgecis-mavi:after{
  background-color:#b3080f;
}
.ligetir ul li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); 
  max-width:600px;}
  .ligetir ul li:last-child {
    border-bottom: 0 none; }
  .ligetir ul li  {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding-left: 5px; }
	.seg-sticky-sidebar-rec > .seg-sidebar-title {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 0px;
    top: 40%;
    transform: rotate(-90deg) translateY(-50%);
    background: #f8a48d !important;
    padding: 12px;
    width: 163px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}
.ceoli ul li{
	  list-style: none;
	  font-size:11px;
	  line-height: 13px;
	  font-weight:bold;
	  padding:5px;
	  color:#565657;
}
@media all and (max-width: 728px) {
.ceoli ul li{ 
	display:none;
	
	/*width:100%;
	height:100%;	*/
	
}
}
.ceoli ul li a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e6e6e6;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: #333333;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
}
.ceoli ul li a:hover{
	  border: 2px solid #b3080f;
    color: #b3080f;
 background: #de2121;
	  
}
.ceoli ul{
	  margin-top:20px;
	  
}.detaykatlink{
	  margin-top:100px;
	  color: #b3080f;
	  font-size: 12px;
	  font-weight: 600;
	  display: inline-block;
	  position: absolute;
	  right: 10px;
	  absolute;bottom: 0;
	  
}.detaykatlink a{
	color:#949494;
	font-size:12px;		  
}.ceoli .fofo{
	background-image: url("/img/arrow-right.svg") no-repeat;
position:absolute;
right:20px;
font-size:14px;
}
.dez-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 10px;
	color:#000;
}	.dez-post-title .post-title a {
	color:#000;
}	.dez-post-title .post-title a:hover {
	color:#de2121;
}
.urun-detay-arka {
	margin-top:20px;
    background-color: #f1f1f1;
    padding: 30px 30px 60px 30px;
    border-radius: 30px;
    color: #7b7b7b;
}
.backli {
	margin-top:20px;
    background-color: #f9f9f9;
    padding: 30px 30px 60px 30px;
    color: #7b7b7b;
	font-size:13px;
}
.backli h2 {
	color:#000;
	float:left;
	display:block;
	font-weight:bold;
	font-size:21px;
}
.ziygor {
	margin-top:20px;
	margin-bottom:20px;
    background-color: #f9f9f9;
    padding: 30px 30px 60px 30px;
    color: #7b7b7b;
	font-size:21px;
	display:block;
	line-height:21px;
}
.ziygor h4 {
	color:#b3080f;
	float:left;
	display:block;
	font-weight:bold;
	font-size:21px;
	line-height:21px;
	margin:auto;
}
.urun-detay-arka .discount {
    right: -22px;
    top: 0;
}
.discountL {
    position: absolute;
    right: -8px;
    height: 45px;
    width: 120px;
}
.urun-detay-arka, .discount {
    background-image: url(../../img/layout/sprite-64.png?v=1623124997067);
    background-repeat: no-repeat;
}
.stokyesili {
	color:#188038;
}

.cc-window a{color:rgb(0, 0, 0);font-size:14px}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:14px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}	

@media all and (max-width: 728px) {
.cc-window a{color: rgb(0, 0, 0);font-size:11px}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:11px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:right;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
}	