﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/*a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}*/
figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .custom-file-upload:before, .clearfix:after, .custom-file-upload:after {
  content: " ";
  display: table; }

.clearfix:after, .custom-file-upload:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-black-webfont.eot");
  src: url("../font/latotr-black-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-black-webfont.woff2") format("woff2"), url("../font/latotr-black-webfont.woff") format("woff"), url("../font/latotr-black-webfont.ttf") format("truetype"), url("../font/latotr-black-webfont.svg#lato_trblack") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-blackitalic-webfont.eot");
  src: url("../font/latotr-blackitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-blackitalic-webfont.woff2") format("woff2"), url("../font/latotr-blackitalic-webfont.woff") format("woff"), url("../font/latotr-blackitalic-webfont.ttf") format("truetype"), url("../font/latotr-blackitalic-webfont.svg#lato_trblack_italic") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-bold-webfont.eot");
  src: url("../font/latotr-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-bold-webfont.woff2") format("woff2"), url("../font/latotr-bold-webfont.woff") format("woff"), url("../font/latotr-bold-webfont.ttf") format("truetype"), url("../font/latotr-bold-webfont.svg#lato_trbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-bolditalic-webfont.eot");
  src: url("../font/latotr-bolditalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-bolditalic-webfont.woff2") format("woff2"), url("../font/latotr-bolditalic-webfont.woff") format("woff"), url("../font/latotr-bolditalic-webfont.ttf") format("truetype"), url("../font/latotr-bolditalic-webfont.svg#lato_trbold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-hairline-webfont.eot");
  src: url("../font/latotr-hairline-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-hairline-webfont.woff2") format("woff2"), url("../font/latotr-hairline-webfont.woff") format("woff"), url("../font/latotr-hairline-webfont.ttf") format("truetype"), url("../font/latotr-hairline-webfont.svg#lato_trhairline") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-hairlineitalic-webfont.eot");
  src: url("../font/latotr-hairlineitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-hairlineitalic-webfont.woff2") format("woff2"), url("../font/latotr-hairlineitalic-webfont.woff") format("woff"), url("../font/latotr-hairlineitalic-webfont.ttf") format("truetype"), url("../font/latotr-hairlineitalic-webfont.svg#lato_trhairline_italic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-italic-webfont.eot");
  src: url("../font/latotr-italic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-italic-webfont.woff2") format("woff2"), url("../font/latotr-italic-webfont.woff") format("woff"), url("../font/latotr-italic-webfont.ttf") format("truetype"), url("../font/latotr-italic-webfont.svg#lato_tritalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-light-webfont.eot");
  src: url("../font/latotr-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-light-webfont.woff2") format("woff2"), url("../font/latotr-light-webfont.woff") format("woff"), url("../font/latotr-light-webfont.ttf") format("truetype"), url("../font/latotr-light-webfont.svg#lato_trlight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-lightitalic-webfont.eot");
  src: url("../font/latotr-lightitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-lightitalic-webfont.woff2") format("woff2"), url("../font/latotr-lightitalic-webfont.woff") format("woff"), url("../font/latotr-lightitalic-webfont.ttf") format("truetype"), url("../font/latotr-lightitalic-webfont.svg#lato_trlight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../font/latotr-regular-webfont.eot");
  src: url("../font/latotr-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/latotr-regular-webfont.woff2") format("woff2"), url("../font/latotr-regular-webfont.woff") format("woff"), url("../font/latotr-regular-webfont.ttf") format("truetype"), url("../font/latotr-regular-webfont.svg#lato_trregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoone91a.eot?2du9fm");
  src: url("../font/icomoone91a.eot?2du9fm#iefix") format("embedded-opentype"), url("../font/icomoone91a.ttf?2du9fm") format("truetype"), url("../font/icomoone91a.woff?2du9fm") format("woff"), url("../font/icomoone91a.svg?2du9fm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\e90a"; }

.icon-caret-right:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.icon-angle-down:before {
  content: "\e906"; }

.icon-angle-right:before {
  content: "\e907"; }

.icon-angle-left:before {
  content: "\e908"; }

.icon-angle-up:before {
  content: "\e909"; }

/* ----------------------------------- //
//      Custom Mixins
// ----------------------------------- //*/
/*Cover Background Mixin*/
/*Color Palette*/
/*Fonts*/
.nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 23px;
    background: #5e5757;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 5px auto 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .nav-icon span:nth-child(1) {
    top: 0; }
  .nav-icon span:nth-child(2) {
    top: 8px; }
  .nav-icon span:nth-child(3) {
    top: 16px; }
  .nav-icon.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .nav-icon.open span:nth-child(2) {
    opacity: 0;
    right: 12px;
    left: -60px; }
  .nav-icon.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

html, body {
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: normal; }

body {
  background-color: #f5f2ef; }

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

html {
  position: relative;
  min-height: 100%; }

.header {
  height: 111px;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  padding: 26px 0 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .header__lang {
    display: flex;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 23px;
    padding-right: 30px;
  }
  .header__mobile-lang {
    display: none;
  }
  .header .nav-icon {
    display: none; }
  .header--sticky {
    height: 76px;
    position: fixed;
    padding: 12px 0 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .header--sticky .header__logo {
      width: 78px; }
    .header--sticky .header__nav {
      padding-top: 14px;
      height: 64px; }
      .header--sticky .header__lang {
        margin-top: 17px;
        font-weight: bold;
        color:#5e5757;
      }
    .header--sticky .header__subnav-container {
      top: 76px; }
    .header--sticky .header__nav__item--active {
      height: 49px; }
    .header--sticky .header__search-link, .header--sticky .header__social {
      margin-top: 15px; }
  .header--reverse, .header--sticky {
    background-color: #fff; }
    .header--reverse .header__container, .header--sticky .header__container {
      border-bottom: none; }
    .header--reverse .header__subnav-container, .header--sticky .header__subnav-container {
      border-top: 1px solid rgba(151, 151, 151, 0.34); }
    .header--reverse .header__nav__link, .header--reverse .header__search-link, .header--reverse .header__social__link, .header--sticky .header__nav__link, .header--sticky .header__search-link, .header--sticky .header__social__link {
      color: #5e5757; }
  .header__container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0; }
  .header__logo {
    float: left;
    margin-right: 50px; }
  .header__nav {
    height: 84px;
    float: left;
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none; }
    .header__nav__item {
      display: inline-block;
      margin: 0 15px;
      padding: 0 2px;
      border-bottom: 4px solid transparent; }
      .header__nav__item--active {
        height: 64px;
        border-bottom: 4px solid #95ba2f;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .header__nav__item--active .header__subnav-container {
          height: auto;
          opacity: 1;
          padding-top: 60px;
          padding-bottom: 50px; }
    .header__nav__link {
      display: block;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase; }
  .header__social {
    list-style-type: none;
    margin: 21px 30px 0 0;
    padding: 0;
    float: right; }
    .header__social__item {
      display: inline-block;
      margin: 0 10px; }
    .header__social__link {
      color: #fff;
      display: block;
      font-size: 12px; }
  .header__search-link {
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 23px; }
    .header__search-link span {
      width: 35px;
      display: inline-block; }
    .header__search-link:before {
      content: '\e905';
      display: block;
      float: left;
      font-family: icomoon;
      font-size: 17px;
      font-weight: 300;
      margin: -3px 12px 0; }
    .header__search-link--active:before {
      content: '\e901'; }
  .header__subnav-container {
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 111px;
    position: absolute;
    overflow: hidden;
    height: 0;
    padding: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .header__subnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .header__subnav__item {
      margin-right: 30px; }
      .header__subnav__item img {
        max-width: 215px; }
      .header__subnav__item:last-child {
        margin-right: 0; }
    .header__subnav__link {
      font-size: 24px;
      font-weight: normal;
      color: #5e5757; }
    .header__subnav__img {
      display: block;
      margin: 0 0 15px; }
  @media (max-width: 1199px) {
    .header__nav__item--active .header__subnav-container {
      padding-top: 40px;
      padding-bottom: 35px; }
    .header__subnav__item {
      margin-right: 20px; }
    .header__subnav__link {
      font-size: 22px; }
    .header__subnav__img {
      margin-bottom: 10px; } }
  @media (max-width:1224px) {
    .header__logo {
      margin-right: 10px;
    }
    .header__lang {
      margin-right: -15px;
    }
  }
  
  @media (max-width:1224px) {
    .header__social {
      margin-right:0;
    }
  }

  @media (max-width: 991px) {
    .header {
      height: 67px;
      position: fixed;
      padding: 0;
      background-color: #fff; }
      .header__lang {
        display: none;
      }
      .header__mobile-lang {
        float: left;
        display: flex;
        padding: 30px 0 0 25px;
        font-size: 15px;
        font-weight: bold;
        color:#5e5757;
      }
      .header .nav-icon {
        display: block;
        float: right;
        margin: 7px 30px 0; }
      .header--sticky {
        height: 67px;
        position: fixed;
        padding: 0; }
        .header--sticky .header__logo {
          width: 72px; }
        .header--sticky .header__nav {
          padding-top: 0;
          height: auto; }
        .header--sticky .header__subnav-container {
          top: 67px; }
        .header--sticky .header__nav__item--active {
          height: auto; }
        .header--sticky .header__search-link, .header--sticky .header__social {
          margin-top: 8px; }
      .header__container {
        border-bottom: none;
        padding-top: 12px;
        position: relative; }
      .header__logo {
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 72px; }
      .header__nav {
        display: none; }
      .header__social {
        display: none; }
      .header__search-link {
        float: left;
        color: #5e5757;
        font-size: 12px;
        margin: 8px 0 0 30px; }
        .header__search-link span {
          display: none; }
        .header__search-link:before {
          content: '\e905';
          font-size: 18px;
          margin: 0; }
        .header__search-link--active:before {
          content: '\e901'; }
      .header__subnav-container {
        display: none; }
      .header__subnav {
        display: none; } }

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  display: none;
  padding: 30px;
  list-style-type: none;
  margin: 0; }
  .mobile-menu--active {
    display: block !important; }
  .mobile-menu__top-item {
    display: block;
    border-bottom: 1px solid #cbcccd;
    margin-bottom: 15px; }
  .mobile-menu__top-link {
    color: #95ba2f;
    font-size: 20px;
    display: block;
    position: relative;
    padding: 5px 0 15px; }
    .mobile-menu__top-link:before {
      content: '\e908';
      font-family: icomoon;
      float: left;
      margin-right: 10px;
      margin-top: 5px;
      color: #5e5757;
      font-size: 12px; }
  .mobile-menu__item {
    display: block;
    margin-bottom: 15px; }
    .mobile-menu__item--dropdown {
      position: relative; }
      .mobile-menu__item--dropdown:after {
        content: '\e907';
        font-family: icomoon;
        position: absolute;
        right: 5px;
        top: 12px;
        color: #5e5757;
        font-size: 12px; }
  .mobile-menu__link {
    font-size: 20px;
    color: #5e5757;
    display: block;
    padding: 5px 0 5px 20px; }

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .cover:before {
    content: '';
    background-color: #06070b;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .cover__container {
    padding: 126px 0 0;
    position: relative;
    z-index: 10;
    height: 547px; }
  .cover--search {
    background-image: url(../image/covers/search-results.jpg); }
  .cover--about-us {
    background-image: url(../image/covers/about-us.jpg); }
  .cover--product {
    background-image: url(../image/covers/badem.jpg); }
  .cover--news {
    background-image: url(../image/covers/haberler.jpg); }
  .cover--contact {
    background-image: url(../image/covers/contact.jpg); }
  .cover--news-detail .cover__container {
    height: 679px; }
  .cover__search-form {
    max-width: 897px;
    margin: 200px auto 0; }
    .cover__search-form > form {
      margin: 0 auto !important;
      width: 100%; }
    .cover__search-form__desc {
      font-size: 16px;
      color: #a5c33d; }
      .cover__search-form__desc span {
        color: #fff; }
  .cover__title {
    font-size: 62px;
    color: #fff;
    font-weight: 400;
    line-height: 1.29;
    max-width: 600px;
    position: absolute;
    bottom: 40px; }
    .cover__title:after {
      content: '';
      width: 100px;
      height: 2px;
      background-color: #fff;
      display: block;
      margin: 15px 0; }
  @media (max-width: 991px) {
    .cover__container {
      padding: 80px 30px 15px;
      height: 440px; }
    .cover--news-detail .cover__container {
      height: 480px; }
    .cover__title {
      font-size: 48px;
      margin: 210px 0 0; }
      .cover__title:after {
        content: '';
        width: 80px;
        margin: 10px 0; }
    .cover__search-form {
      max-width: 630px;
      margin: 120px auto 0; }
      .cover__search-form > form {
        margin: 0 auto !important;
        padding: 0;
        width: 100%; }
      .cover__search-form__desc {
        font-size: 16px;
        color: #a5c33d; }
        .cover__search-form__desc span {
          color: #fff; } }
  @media (max-width: 767px) {
    .cover {
      margin-top: 67px; }
      .cover__container {
        padding: 30px;
        min-height: 123px;
        height: auto; }
      .cover--news-detail .cover__container {
        height: 180px; }
      .cover--search {
        background-image: none; }
        .cover--search:before {
          display: none; }
      .cover__title {
        font-size: 36px;
        margin: 0;
        text-align: center;
        position: static; }
        .cover__title:after {
          display: none; }
      .cover__search-form {
        margin: 10px auto 0; }
        .cover__search-form__desc {
          text-align: center;
          font-size: 13px;
          color: #95ba2f; }
          .cover__search-form__desc span {
            color: #5e5757; } }

.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .breadcrumb__item {
    display: inline-block;
    font-size: 9px;
    color: #fff;
    font-weight: bold; }
    .breadcrumb__item:last-child:after {
      display: none; }
    .breadcrumb__item:after {
      content: '\e900';
      font-family: icomoon;
      display: inline-block;
      margin: 0 4px;
      font-size: 7px; }
  .breadcrumb__link {
    color: #fff; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }

.pagination {
  text-align: center;
  margin: 30px 0 90px; }
  .pagination__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination__list__item {
      display: inline-block; }
    .pagination__list__link {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 16px;
      color: #5e5757;
      opacity: .9;
      border: 1px solid transparent;
      padding-top: 3px; }
      .pagination__list__link--active {
        background-color: #95ba2f;
        color: #fff; }
      .pagination__list__link--prev, .pagination__list__link--next {
        padding-top: 7px;
        font-size: 13px;
        border-color: rgba(151, 151, 151, 0.5); }

.tab {
  list-style-type: none;
  margin: 0 auto 80px;
  padding: 0;
  display: inline-block;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(94, 87, 87, 0.1); }
  .tab--menu {
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
    position: sticky;
    z-index: 89;
    top: 76px;
    background-color: #F5F2EF; }
    .tab--menu .tab__item {
      margin: 0 15px; }
    .tab--menu .tab__link {
      font-size: 11px;
      font-weight: bold;
      opacity: 1;
      padding: 26px 2px 22px;
      border-width: 4px; }
  .tab--menu-2 {
    width: 100%;
    display: block;
    margin: 0; }
    .tab--menu-2 .tab__item {
      margin: 0 15px;
      cursor: pointer; }
      .tab--menu-2 .tab__item.is-checked .tab__link {
        color: #5e5757;
        opacity: 1;
        border-color: #a5c33d; }
    .tab--menu-2 .tab__link {
      font-size: 14px;
      font-weight: normal;
      color: #a89e9e;
      opacity: 1;
      padding: 26px 2px 22px;
      border-width: 4px; }
      .tab--menu-2 .tab__link--active {
        color: #5e5757; }
  .tab__item {
    display: inline-block;
    margin: 0 25px; }
    .tab__item:first-child {
      margin-left: 0; }
    .tab__item:last-child {
      margin-right: 0; }
  .tab__link {
    font-size: 36px;
    color: #5e5757;
    display: block;
    opacity: .8;
    padding: 10px 0;
    border-bottom: 3px solid transparent; }
    .tab__link--active {
      opacity: 1;
      border-color: #a5c33d; }
  @media (max-width: 991px) {
    .tab {
      margin-bottom: 50px; }
      .tab__item {
        margin: 0 20px; }
      .tab__link {
        font-size: 32px;
        padding: 8px 0; } }
  @media (max-width: 767px) {
    .tab {
      display: block;
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
      margin-bottom: 30px; }
      .tab--menu {
        display: none; }
      .tab__item {
        margin: 0 15px; }
      .tab__link {
        font-size: 24px;
        padding: 6px 0; } }

.tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block !important;
  padding: 0 !important;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in; }
  .tab-content.active {
    display: block !important;
    opacity: 1 !important;
    height: auto !important; }

h2 {
  font-size: 36px;
  color: #5e5757;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px 0; }
  h2:after {
    content: '';
    width: 53px;
    height: 1px;
    background-color: #979797;
    opacity: .5;
    margin: 16px auto;
    display: block; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px;
      margin-bottom: 25px; }
      h2:after {
        margin: 15px auto; } }

.free-text {
  max-width: 830px;
  margin: 0 auto;
  font-size: 16px;
  color: #5e5757;
  font-weight: 300;
  text-align: center;
  padding: 60px 0 90px; }
  .free-text--text-2 {
    padding: 60px 0 30px; }
  .free-text p {
    margin-bottom: 25px;
    line-height: 1.63; }
  @media (max-width: 991px) {
    .free-text {
      padding: 45px 15px 60px; }
      .free-text--text-2 {
        padding: 45px 0 30px; } }
  @media (max-width: 767px) {
    .free-text {
      font-size: 13px;
      padding: 30px 15px 40px; }
      .free-text p {
        margin-bottom: 20px;
        line-height: 1.7; } }

.footer {
  background-color: #31302e; }
  .footer__news {
    padding: 90px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
    .footer__news__img {
      float: left;
      margin: 0 20px 0 0; }
    .footer__news__title {
      font-size: 16px;
      color: #fff;
      font-weight: normal;
      line-height: 1.26;
      margin: 18px 0 10px; }
    .footer__news__info {
      display: block;
      font-weight: 300;
      color: #fff;
      line-height: 2;
      font-style: italic; }
  .footer__news-slider {
    position: relative; }
    .footer__news-slider__item {
      padding: 30px; }
  .footer .swiper-pagination-bullets {
    display: none; }
  .footer__bottom {
    padding: 90px 0 120px; }
    .footer__bottom__logos {
      margin-bottom: 40px;
      text-align: center; }
      .footer__bottom__logos__item {
        margin: 0 15px; }
    .footer__bottom__copyright {
      font-size: 11px;
      color: #fff;
      opacity: .3;
      font-weight: 300;
      text-align: center;
      margin-bottom: 20px; }
    .footer__bottom__agency-logo {
      margin: 0 auto;
      display: block; }
  @media (max-width: 1199px) {
    .footer__news {
      padding: 70px 0; }
      .footer__news__img {
        margin-right: 15px; }
      .footer__news__title {
        font-size: 14px;
        margin: 16px 0 6px; }
      .footer__news__info {
        font-size: 12px; }
    .footer__news-slider__inner {
      overflow: hidden; }
    .footer__news-slider__item {
      padding: 20px; }
    .footer__bottom {
      padding: 70px 0 90px; } }
  @media (max-width: 991px) {
    .footer__news {
      padding: 60px 0; }
      .footer__news__img {
        float: none;
        margin: 0 auto;
        width: 100%; }
      .footer__news__title {
        font-size: 16px;
        line-height: 1.26;
        margin: 10px 0; }
      .footer__news__info {
        display: block;
        font-weight: 300;
        color: #fff;
        line-height: 2;
        font-style: italic; }
    .footer__news-slider {
      position: relative;
      overflow: hidden; }
      .footer__news-slider__item {
        padding: 20px; }
    .footer__bottom {
      padding: 60px 0 70px; }
      .footer__bottom__logos {
        margin-bottom: 30px; }
      .footer__bottom__copyright {
        margin-bottom: 20px; }
    .footer__middle {
      padding: 30px 0;
      border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
      .footer__middle__social {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        .footer__middle__social__item {
          display: inline-block;
          margin: 0 20px; }
        .footer__middle__social__link {
          color: #fff;
          display: block;
          font-size: 18px; } }
  @media (max-width: 767px) {
    .footer__news {
      padding: 45px 0; }
      .footer__news__img {
        float: none;
        margin: 0 auto 10px;
        width: 100%; }
      .footer__news__title {
        font-size: 16px;
        text-align: center;
        line-height: 1.63; }
      .footer__news__info {
        display: block;
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px; }
      .footer__news .swiper-pagination-bullets {
        display: block;
        margin-top: 20px; }
    .footer__news-slider {
      max-width: 260px;
      margin: 0 auto; }
      .footer__news-slider__item {
        padding: 10px;
        display: block; }
    .footer__bottom {
      padding: 60px 0 70px; }
      .footer__bottom__logos {
        margin-bottom: 30px; }
      .footer__bottom__copyright {
        margin-bottom: 20px; } }

.search-panel {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(94, 87, 87, 0.9);
  z-index: 90;
  overflow: hidden; }
  .search-panel--active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    -moz-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease; }
  .search-panel__form {
    width: 890px;
    margin: 170px auto 120px;
    display: block;
    height: 90px;
    padding: 13px;
    background-color: #fff;
    position: relative; }
  .search-panel__input-container {
    height: 64px;
    float: left;
    width: calc(100% - 115px);
    position: relative; }
    .search-panel__input-container:before {
      content: '\e905';
      font-family: icomoon;
      position: absolute;
      color: #95ba2f;
      font-size: 30px;
      font-weight: 300;
      left: 22px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10; }
  .search-panel__input {
    height: 64px;
    background-color: #fff !important;
    border: none;
    outline: none;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    padding: 0;
    width: 100%;
    padding: 12px 18px 12px 70px;
    font-size: 32px;
    color: #5e5757; }
  .search-panel__button {
    height: 64px;
    border: none;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    background-color: #95ba2f;
    color: #fff;
    font-size: 12px;
    width: 115px; }
  @media (max-width: 991px) {
    .search-panel__form {
      width: 100%;
      margin: 76px auto 60px;
      padding: 30px;
      height: auto;
      background-color: transparent;
      position: relative; }
      .search-panel__form:before {
        display: none; }
    .search-panel__input-container {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .search-panel__input-container:before {
        content: '\e905';
        font-family: icomoon;
        position: absolute;
        color: #95ba2f;
        font-size: 22px;
        left: 12px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10; }
    .search-panel__input {
      height: 64px;
      float: none;
      padding: 12px 16px 12px 44px;
      font-size: 18px; }
    .search-panel__button {
      height: 64px;
      width: 100%;
      display: block; } }

.section-title {
  font-size: 16px;
  color: #a5c33d;
  margin: 0 0 15px;
  font-weight: normal; }
  .section-title--center {
    text-align: center;
    margin-bottom: 40px; }

.btn {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  width: 160px;
  background-color: #95ba2f;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none; }
  .btn:hover {
    background-color: #78a00a;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .btn.btn-lg {
    height: 50px;
    width: 200px;
    line-height: 50px; }
  .btn.btn-xl {
    height: 60px; }
  .btn.btn-block {
    width: 100%;
    display: block; }
  .btn.btn-center {
    margin: 0 auto; }
  @media (max-width: 480px) {
    .btn {
      width: 100%; } }

.form-group {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .form-group {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .form-group {
      margin-bottom: 15px; } }

.form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  padding: 12px 15px;
  outline: none;
  font-size: 16px;
  color: #5e5757; }
  .form-control.parsley-error {
    border-color: #e00000; }

.custom-file-upload {
  position: relative;
  display: block;
  height: 56px;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  color: #5e5757;
  cursor: pointer !important; }
  .custom-file-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .custom-file-upload__label {
    font-size: 16px;
    float: left;
    padding: 4px 5px 4px 7px;
    margin-top: 5px; }
  .custom-file-upload__button {
    height: 40px;
    color: #fff;
    font-size: 12px;
    display: block;
    float: right;
    text-align: center;
    padding: 11px 16px;
    background-color: #5e5757; }

textarea.form-control {
  height: auto; }

.text-center {
  text-align: center; }

.swiper-pagination-bullets {
  display: block;
  text-align: center; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .7;
    z-index: 999;
    margin: 0 4px;
    background-color: transparent;
    outline: none; }
    .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #fff; }

.products-home .swiper-button-prev {
  display: none !important; }

.products-home .swiper-button-next {
  display: none !important; }

.products-home__slider .products-home__item__img {
  display: block;
  overflow: hidden; }
  .products-home__slider .products-home__item__img img {
    /*@include app-transition(transform .5s ease-in-out);*/ }
  .products-home__slider .products-home__item__img:hover img {
    /*transform: scale(1.2);*/ }

.products-home__slider .products-home__slider-inner {
  margin-bottom: 30px; }

.products-home__slider .promo__buttons-container {
  position: relative;
  width: 150px;
  bottom: auto;
  right: auto;
  margin: 0 auto;
  text-align: center; }
  .products-home__slider .promo__buttons-container .promo__btn {
    border-color: black;
    position: relative;
    left: auto;
    right: auto;
    display: inline-block !important; }
    .products-home__slider .promo__buttons-container .promo__btn.swiper-button-disabled {
      opacity: .35; }
    .products-home__slider .promo__buttons-container .promo__btn:before {
      color: black; }
    .products-home__slider .promo__buttons-container .promo__btn.promo__btn--next {
      float: right; }
    .products-home__slider .promo__buttons-container .promo__btn.promo__btn--next:before {
      content: '\e907'; }
    .products-home__slider .promo__buttons-container .promo__btn.promo__btn--prev {
      float: left; }
    .products-home__slider .promo__buttons-container .promo__btn.promo__btn--prev:before {
      content: '\e908'; }

.headline {
  padding-top: 25px; }
  .headline h1 {
    font-size: 36px; }
  .headline p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333; }

@media (min-width: 1440px) {
  .container {
    width: 1208px; } }

[data-zoom] {
  width: 100%; }

.parsley-errors-list {
  list-style-type: none;
  margin: 3px 0 0;
  padding: 0; }
  .parsley-errors-list li {
    display: block;
    color: #e00000;
    padding: 3px; }