html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

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; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c4c4c5; }

.row {
  letter-spacing: -0.65em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block; }
  .row.align-center {
    text-align: center; }
  .row.align-right {
    text-align: right; }

[class*="col-"] {
  letter-spacing: normal;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box; }
  [class*="col-"].align-baseline {
    vertical-align: baseline; }
  [class*="col-"] .row {
    margin: auto -12px;
    width: auto;
    max-width: initial; }

.col-xs-1 {
  width: 8.33333%; }

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

.col-xs-push-1 {
  margin-right: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-push-2 {
  margin-right: 16.66667%; }

.col-xs-3 {
  width: 25%; }

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

.col-xs-push-3 {
  margin-right: 25%; }

.col-xs-4 {
  width: 33.33333%; }

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

.col-xs-push-4 {
  margin-right: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-push-5 {
  margin-right: 41.66667%; }

.col-xs-6 {
  width: 50%; }

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

.col-xs-push-6 {
  margin-right: 50%; }

.col-xs-7 {
  width: 58.33333%; }

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

.col-xs-push-7 {
  margin-right: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-push-8 {
  margin-right: 66.66667%; }

.col-xs-9 {
  width: 75%; }

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

.col-xs-push-9 {
  margin-right: 75%; }

.col-xs-10 {
  width: 83.33333%; }

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

.col-xs-push-10 {
  margin-right: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

.col-xs-push-11 {
  margin-right: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-push-12 {
  margin-right: 100%; }

@media (min-width: 680px) {
  .col-s-1 {
    width: 8.33333%; }
    .col-s-2 {
      width: 16.66667%; }
    .col-s-3 {
      width: 25%; }
    .col-s-4 {
      width: 33.33333%; }
    .col-s-5 {
      width: 41.66667%; }
    .col-s-6 {
      width: 50%; }
    .col-s-7 {
      width: 58.33333%; }
    .col-s-8 {
      width: 66.66667%; }
    .col-s-9 {
      width: 75%; }
    .col-s-10 {
      width: 83.33333%; }
    .col-s-11 {
      width: 91.66667%; }
    .col-s-12 {
      width: 100%; }
    .col-s-offset-0 {
      margin-left: 0%; }
    .col-s-offset-1 {
      margin-left: 8.33333%; }
    .col-s-offset-2 {
      margin-left: 16.66667%; }
    .col-s-offset-3 {
      margin-left: 25%; }
    .col-s-offset-4 {
      margin-left: 33.33333%; }
    .col-s-offset-5 {
      margin-left: 41.66667%; }
    .col-s-offset-6 {
      margin-left: 50%; }
    .col-s-offset-7 {
      margin-left: 58.33333%; }
    .col-s-offset-8 {
      margin-left: 66.66667%; }
    .col-s-offset-9 {
      margin-left: 75%; }
    .col-s-offset-10 {
      margin-left: 83.33333%; }
    .col-s-offset-11 {
      margin-left: 91.66667%; }
    .col-s-offset-12 {
      margin-left: 100%; }
    .col-s-push-0 {
      margin-right: 0%; }
    .col-s-push-1 {
      margin-right: 8.33333%; }
    .col-s-push-2 {
      margin-right: 16.66667%; }
    .col-s-push-3 {
      margin-right: 25%; }
    .col-s-push-4 {
      margin-right: 33.33333%; }
    .col-s-push-5 {
      margin-right: 41.66667%; }
    .col-s-push-6 {
      margin-right: 50%; }
    .col-s-push-7 {
      margin-right: 58.33333%; }
    .col-s-push-8 {
      margin-right: 66.66667%; }
    .col-s-push-9 {
      margin-right: 75%; }
    .col-s-push-10 {
      margin-right: 83.33333%; }
    .col-s-push-11 {
      margin-right: 91.66667%; }
    .col-s-push-12 {
      margin-right: 100%; } }

@media (min-width: 768px) {
  .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-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%; }
    .col-sm-push-0 {
      margin-right: 0%; }
    .col-sm-push-1 {
      margin-right: 8.33333%; }
    .col-sm-push-2 {
      margin-right: 16.66667%; }
    .col-sm-push-3 {
      margin-right: 25%; }
    .col-sm-push-4 {
      margin-right: 33.33333%; }
    .col-sm-push-5 {
      margin-right: 41.66667%; }
    .col-sm-push-6 {
      margin-right: 50%; }
    .col-sm-push-7 {
      margin-right: 58.33333%; }
    .col-sm-push-8 {
      margin-right: 66.66667%; }
    .col-sm-push-9 {
      margin-right: 75%; }
    .col-sm-push-10 {
      margin-right: 83.33333%; }
    .col-sm-push-11 {
      margin-right: 91.66667%; }
    .col-sm-push-12 {
      margin-right: 100%; } }

@media (min-width: 992px) {
  .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-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%; }
    .col-md-push-0 {
      margin-right: 0%; }
    .col-md-push-1 {
      margin-right: 8.33333%; }
    .col-md-push-2 {
      margin-right: 16.66667%; }
    .col-md-push-3 {
      margin-right: 25%; }
    .col-md-push-4 {
      margin-right: 33.33333%; }
    .col-md-push-5 {
      margin-right: 41.66667%; }
    .col-md-push-6 {
      margin-right: 50%; }
    .col-md-push-7 {
      margin-right: 58.33333%; }
    .col-md-push-8 {
      margin-right: 66.66667%; }
    .col-md-push-9 {
      margin-right: 75%; }
    .col-md-push-10 {
      margin-right: 83.33333%; }
    .col-md-push-11 {
      margin-right: 91.66667%; }
    .col-md-push-12 {
      margin-right: 100%; } }

@media (min-width: 0px) {
  .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-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%; }
    .col-lg-push-0 {
      margin-right: 0%; }
    .col-lg-push-1 {
      margin-right: 8.33333%; }
    .col-lg-push-2 {
      margin-right: 16.66667%; }
    .col-lg-push-3 {
      margin-right: 25%; }
    .col-lg-push-4 {
      margin-right: 33.33333%; }
    .col-lg-push-5 {
      margin-right: 41.66667%; }
    .col-lg-push-6 {
      margin-right: 50%; }
    .col-lg-push-7 {
      margin-right: 58.33333%; }
    .col-lg-push-8 {
      margin-right: 66.66667%; }
    .col-lg-push-9 {
      margin-right: 75%; }
    .col-lg-push-10 {
      margin-right: 83.33333%; }
    .col-lg-push-11 {
      margin-right: 91.66667%; }
    .col-lg-push-12 {
      margin-right: 100%; } }

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

.clearfix:after {
  clear: both; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.nospace {
  padding: 0 !important; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

*:hover, *:after, *:before, a, span, li, p, h1, h2, h3, h4, h5, h6, input, button, label {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.slider-item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .slider-item:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

img {
  max-width: 100%;
  height: auto; }

ul li {
  list-style: none; }
  ul li:before {
    list-style: none;
    content: '\2022';
    color: #49ae4e;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -18px;
    top: -4px;
    font-size: 20px; }
  ul li p a:hover {
    color: #272827; }
  ul li a {
    color: #49ae4e; }
  ul li.active a {
    color: #49ae4e; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 22px; }
  ul li, ol li {
    font-size: 14px;
    color: #272827;
    font-weight: normal;
    margin: 14px 0; }
  ul li a, ol li a {
    color: #49ae4e;
    display: block; }
    ul li a:hover, ol li a:hover {
      color: #272827; }

.horizontal ul {
  margin: 0; }
  .horizontal ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 10px; }
    .horizontal ul li:before {
      content: ''; }

.vertical ul {
  margin: 0; }
  .vertical ul li {
    list-style: none;
    display: block;
    padding: 10px; }
    .vertical ul li:before {
      content: ''; }

.file-list-icons ul {
  margin-top: 20px;
  padding: 0; }
  .file-list-icons ul li:before {
    display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #262626;
  line-height: 1.2; }

h1 {
  color: #000;
  font-size: 35px;
  font-weight: bold; }

h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px; }

h3 {
  font-size: 25px;
  margin-bottom: 7px;
  font-weight: 900; }

h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 900; }

h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px; }

h6 {
  font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit; }

p {
  font-size: 14px;
  color: #272827;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 22px 0; }
  p a {
    color: #49ae4e; }
  p a:hover {
    color: #272827; }

b {
  font-weight: bold; }

a {
  font-size: 14px;
  font-weight: normal;
  color: #49ae4e;
  text-decoration: none; }
  a:hover {
    color: #272827; }

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

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

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

table tr th {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

table tr td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #272827;
  padding: 11px;
  font-family: "Roboto", sans-serif; }

@font-face {
  font-family: 'Maxsolen';
  src: url("/typo3conf/ext/iconfont/Resources/Public/Lib/font-deepscreen/fonts/Maxsolen.eot?3wyvq6");
  src: url("/typo3conf/ext/iconfont/Resources/Public/Lib/font-deepscreen/fonts/Maxsolen.eot?3wyvq6#iefix") format('embedded-opentype'), url("/typo3conf/ext/iconfont/Resources/Public/Lib/font-deepscreen/fonts/Maxsolen.ttf?3wyvq6") format('truetype'), url("/typo3conf/ext/iconfont/Resources/Public/Lib/font-deepscreen/fonts/Maxsolen.woff?3wyvq6") format('woff'), url("/typo3conf/ext/iconfont/Resources/Public/Lib/font-deepscreen/fonts/Maxsolen.svg?3wyvq6#Maxsolen") 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: 'Maxsolen' !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-magnifire:before {
  content: "\5a"; }

.icon-down:before {
  content: "\64"; }

.icon-left:before {
  content: "\61"; }

.icon-right:before {
  content: "\72"; }

.icon-up:before {
  content: "\e903"; }

.icon-cart:before {
  content: "\62"; }

.icon-pdf:before {
  content: "\50"; }

.icon-gears:before {
  content: "\73"; }

.icon-hands:before {
  content: "\68"; }

.icon-links:before {
  content: "\4c"; }

.icon-play:before {
  content: "\76"; }

.icon-share:before {
  content: "\4d"; }

.icon-facebook:before {
  content: "\66"; }

.icon-google:before {
  content: "\67"; }

.icon-instagram:before {
  content: "\49"; }

.icon-linked-in:before {
  content: "\6c"; }

.icon-youtube:before {
  content: "\79"; }

.icon-calendar:before {
  content: "\63"; }

.icon-zoom:before {
  content: "\7a"; }

.icon-info:before {
  content: "\69"; }

.icon-globe:before {
  content: "\47"; }

.icon-mail:before {
  content: "\6d"; }

.icon-news:before {
  content: "\4e"; }

.icon-phone:before {
  content: "\74"; }

.icon-pin:before {
  content: "\70"; }

.icon-at:before {
  content: "@"; }

.slider {
  margin-bottom: 50px; }
  .slider .slides-container {
    position: relative;
    z-index: 2; }
  .slider .slides-container .slider-item {
    position: relative; }
  .slider .slides-container .img-wrapper {
    position: relative; }
  .slider .slides-container .slider-text {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    z-index: 3; }
    .slider .slides-container .slider-text .container {
      overflow: hidden; }
  .slider .slides-container h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    position: relative;
    opacity: 0;
    max-width: 680px;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 30px; }
    .slider .slides-container h2:before {
      content: '';
      width: 3px;
      height: 85%;
      background: #49ae4e;
      position: absolute;
      top: 10px;
      left: 0; }
    .slider .slides-container h2.done {
      opacity: 1; }
  .slider .slides-container .teaser {
    position: relative;
    top: 140px;
    opacity: 0;
    max-width: 340px;
    width: 100%; }
    .slider .slides-container .teaser.done {
      top: 0;
      opacity: 1; }
  .slider .slides-container .teaser p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    line-height: 1.33; }
  .slider .slides-container .btn {
    margin-top: 28px;
    opacity: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #272827;
    margin-bottom: 50px; }
    .slider .slides-container .btn i:before, .slider .slides-container .btn span:before {
      color: #272827; }
    .slider .slides-container .btn:hover {
      color: #fff;
      background: #49ae4e;
      border-color: #49ae4e; }
      .slider .slides-container .btn:hover i:before, .slider .slides-container .btn:hover span:before {
        color: #fff; }
    .slider .slides-container .btn.done {
      opacity: 1; }
  .slider .slides-container .flag {
    font-size: 24px;
    font-weight: 300;
    color: #fff; }
    .slider .slides-container .flag .icon-flag {
      background: url("/typo3conf/ext/provider/Resources/Public/css/img/swiss.svg") no-repeat center;
      background-size: cover;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 16px; }
  .slider .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: top;
    width: 64px;
    height: 98px;
    z-index: 9; }
    .slider .flex-direction-nav li:before {
      display: none; }
    .slider .flex-direction-nav li a {
      opacity: 1;
      text-indent: -99999px;
      text-align: left;
      position: relative;
      display: table-cell;
      font-size: 36px; }
      .slider .flex-direction-nav li a:before {
        text-indent: 0;
        font-family: 'Maxsolen';
        width: 10px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: -12px; }
    .slider .flex-direction-nav li:hover a:before {
      color: #686868; }
  .slider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -49px; }
    .slider .flex-direction-nav .flex-nav-prev a:before {
      content: "\61";
      color: #fff; }
  .slider .flex-direction-nav .flex-nav-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -49px; }
    .slider .flex-direction-nav .flex-nav-next a:before {
      content: "\72";
      color: #fff; }

.form-element {
  margin-bottom: 23px;
  position: relative; }

.form-element-submit {
  text-align: right; }

label {
  color: #272827;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  display: block;
  margin-bottom: 7px; }
  label:hover {
    color: #49ae4e; }
  label.error {
    font-size: 13px;
    position: absolute;
    bottom: -25px;
    right: 13px;
    color: red; }

.error label {
  color: red !important; }
  .error input {
    border: 1px solid red !important; }
  .error input:focus {
    outline: none; }

input {
  color: #272827;
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  border: 0;
  width: 100%;
  padding-left: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"], input[type="password"], input[type="email"] {
    height: 39px;
    border: 1px solid #c4c4c5;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 39px; }
  input[type="radio"] {
    display: none; }
  input[type="radio"] + label {
    background: url('/typo3conf/ext/provider/Resources/Public/css/img/radio-btn.svg') no-repeat left 3px;
    padding: 2px 25px;
    font-size: 12px;
    color: #464448; }
  input[type="radio"]:checked + label {
    background: url('/typo3conf/ext/provider/Resources/Public/css/img/radio-btn-check.svg') no-repeat left 3px;
    padding: 2px 25px; }
  input[type='submit'] {
    width: 168px;
    height: 39px;
    background: #49ae4e;
    color: #fff;
    border: 1px solid #49ae4e;
    font-size: 14px;
    font-weight: normal;
    line-height: 39px;
    cursor: pointer;
    border-radius: 5px; }
  input[type='submit']:hover {
    background: #676767;
    color: #fff;
    border: 1px solid #fff; }
  input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none; }
  input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.71; }
  input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 3px; }
  input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    top: -9px;
    left: 2px;
    font-size: 20px;
    color: #49ae4e;
    transition: all 0.2s;
    font-weight: bold; }
  input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }

button[type='submit'] {
  width: 168px;
  height: 39px;
  background: #49ae4e;
  color: #fff;
  border: 1px solid #49ae4e;
  font-size: 14px;
  font-weight: normal;
  line-height: 39px;
  cursor: pointer;
  border-radius: 5px;
  text-align: left;
  text-transform: none;
  padding: 0 18px 0 20px; }
  button[type='submit']:hover {
    background: #676767;
    color: #fff;
    border: 1px solid #676767; }
    button[type='submit']:hover [class^="icon-"]:before {
      color: #fff; }
  button[type='submit'] [class^="icon-"] {
    margin-top: 2px;
    float: right;
    margin-left: 0; }

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

legend {
  display: none; }

textarea {
  color: #272827;
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  border: 0;
  min-height: 100px;
  width: 100%;
  border: 1px solid #c6c5c5;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 12px;
  padding-top: 12px;
  resize: vertical; }

::-webkit-input-placeholder {
  color: #353535;
  font-size: 14px; }

:-moz-placeholder {
  color: #353535;
  font-size: 14px; }

::-moz-placeholder {
  color: #353535;
  font-size: 14px; }

:-ms-input-placeholder {
  color: #353535;
  font-size: 14px; }

.select2-container, .select2-container .select2-choice {
  width: 100%;
  min-width: 100px; }

.select2-container a {
  font-size: 14px;
  font-weight: normal; }

.select2-container .select2-choice {
  height: 39px;
  line-height: 39px;
  padding: 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #272827;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.select2-container .select2-choice, .select2-dropdown-open .select2-choice {
  border: 1px solid #c6c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  background-image: none;
  /*max-width: 364px;*/ }

.select2-container, .select2-container .select2-choice:focus, .select2-dropdown-open .select2-choice:focus, .select2-container-active .select2-choice {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-drop, .select2-drop-active {
  border: none;
  border-top: none; }

.select2-container .select2-choice .select2-arrow {
  /*height: 100%;*/
  text-align: center;
  background: url('/typo3conf/ext/provider/Resources/Public/css/img/arrow-down-gray.png') no-repeat center;
  width: 15px;
  height: 10px;
  border: none;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px; }

.select2-results .select2-highlighted {
  background: #49ae4e;
  color: #fff; }

ul.select2-results {
  padding-left: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #c6c5c5; }

ul.select2-results li {
  list-style: none;
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  margin: 0; }

ul.select2-results li:before {
  display: none; }

.select2-results .select2-result-label {
  padding: 0; }

.divider {
  margin: 40px 0; }

.btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 138px;
  line-height: 32px;
  border: 1px solid #49ae4e;
  padding: 0 16px 0 25px;
  font-size: 14px;
  color: #fff;
  background: #49ae4e;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 5px; }
  .btn [class^="icon-"] {
    margin-left: 20px;
    vertical-align: middle;
    float: right;
    line-height: 32px; }
  .btn span:before, .btn i:before {
    color: #fff; }
  .btn:hover {
    color: #000;
    border: 1px solid #000;
    background: transparent; }
  .btn:hover span:before, .btn:hover i:before {
    color: #49ae4e; }
  .btn.dark {
    background: transparent;
    border: 1px solid #000;
    color: #000; }
  .btn.dark span:before, .btn.dark i:before {
    color: #000; }
  .btn.dark:hover {
    color: #fff;
    background: #49ae4e;
    border: 1px solid #49ae4e; }
    .btn.dark:hover span:before, .btn.dark:hover i:before {
      color: #fff; }
  .btn.back [class^="icon-"] {
    margin-right: 20px;
    margin-left: 0; }
  .btn.to-basket {
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #444;
    border: 1px solid #444;
    font-size: 12px; }
  .btn.to-basket [class^="icon-"] {
    line-height: 36px; }
    .btn.to-basket [class^="icon-"]:before {
      color: #49ae4e; }
  .btn.to-basket:hover {
    background: #f5f5f5; }
    .btn.to-basket:hover [class^="icon-"]:before {
      color: #444; }
  .btn.back [class^="icon-"] {
    float: none; }

.more {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase; }
  .more [class^="icon-"] {
    margin-left: 20px; }

header {
  background: url("/typo3conf/ext/provider/Resources/Public/css/img/header-bg.png") no-repeat left 50px bottom -10px;
  padding: 0 30px; }
  header .lang {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 13px 22px 9px;
    border-left: 1px solid #c6c5c5;
    border-right: 1px solid #c6c5c5; }
  header .lang ul {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 999; }
    header .lang ul li {
      padding: 10px 20px;
      text-align: center;
      margin: 0;
      color: #fff;
      background: #000; }
      header .lang ul li:hover {
        background: #49ae4e; }
      header .lang ul li a {
        display: block;
        color: #fff; }
  header .search {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    margin-right: 15px; }
  header .search input {
    height: 28px;
    line-height: 28px;
    border: 1px solid #c6c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 18px;
    font-size: 12px; }
  header .search ::-webkit-input-placeholder {
    font-size: 12px; }
  header .search :-moz-placeholder {
    font-size: 12px; }
  header .search ::-moz-placeholder {
    font-size: 12px; }
  header .search :-ms-input-placeholder {
    font-size: 12px; }
  header .current-lang {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #040609;
    text-transform: uppercase; }
  header .current-lang .icon-down {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #49ae4e;
    position: relative;
    margin-top: -3px;
    display: inline-block; }
  header .logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px; }
  header .basket {
    padding: 14px 22px 35px;
    border-left: 1px solid #686868;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #040609; }
  header .basket [class*='icon-'] {
    cursor: pointer;
    padding-left: 10px;
    text-align: left; }
    header .basket [class*='icon-']:before {
      font-size: 26px;
      color: #737373; }
    header .basket [class*='icon-']:hover:before {
      color: #49ae4e; }
  header .basket #cart a {
    color: #040609; }
    header .basket #cart a:hover {
      color: #49ae4e; }
    header .basket #cart a > span {
      display: block;
      min-width: 78px;
      padding-bottom: 10px;
      text-align: center;
      border-bottom: 1px solid #c6c5c5;
      margin-bottom: 10px; }
    header .basket #cart .count {
      background: #ff5900;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      font-family: "Roboto", sans-serif;
      line-height: 24px;
      margin: 4px 0 0 10px; }

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 80px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998; }
  .overlay.active {
    display: block; }

footer {
  background: #202020;
  margin-top: 70px;
  padding: 75px 0 85px; }
  footer .row > div {
    position: relative; }
    footer .row > div:before {
      content: '';
      width: 2px;
      height: 100%;
      background: rgba(208, 206, 205, 0.23);
      position: absolute;
      top: 0;
      left: 75px; }
  footer ul {
    padding: 0;
    margin: 0 0 0 93px; }
  footer ul li {
    color: #e5e5e4;
    margin: 12px 0; }
    footer ul li:before {
      display: none; }
    footer ul li a {
      color: #e5e5e4;
      font-size: 16px;
      font-weight: 300; }
    footer ul li a:hover {
      color: #49ae4e; }
  footer a.mail:hover {
    color: #e5e5e4;
    font-size: 16px; }
  footer h3 {
    color: #e5e5e4;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    padding-left: 90px;
    position: relative; }
  footer h3 [class*='icon-'] {
    color: #49ae4e;
    position: absolute;
    left: 0;
    font-size: 42px; }
  footer h3 .icon-pin {
    font-size: 35px; }
  footer p {
    color: #e5e5e4;
    font-size: 16px;
    font-weight: 300;
    margin-left: 93px; }

header .nav-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 260px);
  text-align: right; }
  header .nav-wrapper nav {
    display: inline-block;
    vertical-align: top; }
  header .nav-wrapper .navigation {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px; }
  header .nav-wrapper .meta {
    position: relative;
    margin-bottom: 10px; }
    header .nav-wrapper .meta > ul > li {
      padding: 15px 14px 6px;
      position: relative; }
    header .nav-wrapper .meta > ul > li > ul {
      position: absolute;
      top: 35px;
      left: 50%;
      width: 150px;
      margin: 0 0 0 -75px;
      border-top: 1px solid #c6c5c5;
      border-bottom: 1px solid #c6c5c5;
      border-radius: 0;
      background: #fff;
      z-index: 999; }
      header .nav-wrapper .meta > ul > li > ul li a {
        padding: 10px 28px; }
      header .nav-wrapper .meta > ul > li > ul > li:hover {
        background: #414141; }
        header .nav-wrapper .meta > ul > li > ul > li:hover a {
          color: #fff; }
    header .nav-wrapper .meta > ul > li.active > a {
      color: #49ae4e; }
    header .nav-wrapper .meta a {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      color: #040609; }
    header .nav-wrapper .meta a:hover {
      color: #49ae4e; }
  header .nav-wrapper .main a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #2e2e2e;
    text-transform: uppercase;
    position: relative;
    display: block; }
    header .nav-wrapper .main a:hover {
      color: #49ae4e; }
    header .nav-wrapper .main li {
      position: relative; }
    header .nav-wrapper .main li.last {
      padding-right: 0; }
      header .nav-wrapper .main li.last:after {
        display: none; }
    header .nav-wrapper .main li.action:after {
      content: '%';
      background: #ff5900;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      font-family: "Roboto", sans-serif;
      line-height: 24px;
      position: absolute;
      top: 12px;
      right: -30px; }
    header .nav-wrapper .main > ul > li {
      padding: 0 18px; }
    header .nav-wrapper .main > ul > li.active > a {
      color: #49ae4e; }
    header .nav-wrapper .main > ul > li.open > ul:before {
      width: 100%; }
      header .nav-wrapper .main > ul > li.open > ul:after {
        border-width: 0 7px 9px 7px; }
    header .nav-wrapper .main > ul > li > ul {
      background: #fff;
      border: 1px solid #c6c5c5;
      top: 42px;
      position: absolute;
      left: 50%;
      z-index: 99;
      padding-top: 6px !important; }
      header .nav-wrapper .main > ul > li > ul:before {
        content: '';
        width: 0;
        height: 6px;
        background: #49ae4e;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      header .nav-wrapper .main > ul > li > ul:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: -6px;
        border-style: solid;
        border-width: 0 7px 9px 7px;
        border-color: transparent transparent #49ae4e transparent; }
      header .nav-wrapper .main > ul > li > ul > li:hover {
        background: #414141; }
      header .nav-wrapper .main > ul > li > ul > li:hover a {
        color: #fff; }
    header .nav-wrapper .main > ul > li > a {
      line-height: 50px; }
  header .nav-wrapper .sub-menu {
    display: none;
    padding: 0;
    margin: 0 0 0 -148px;
    text-align: left;
    width: 296px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95); }
    header .nav-wrapper .sub-menu li {
      display: block;
      border-bottom: 1px solid #c6c5c5;
      padding: 0; }
    header .nav-wrapper .sub-menu li.last {
      border-bottom: none; }
    header .nav-wrapper .sub-menu li a {
      padding: 20px 28px; }
    header .nav-wrapper .sub-menu li.active {
      background: #414141; }
      header .nav-wrapper .sub-menu li.active > a {
        color: #fff; }
  header .nav-wrapper .sub-menu.level-2 {
    position: relative;
    margin: 0;
    width: auto;
    border-radius: 0;
    background: #f5f5f5; }
    header .nav-wrapper .sub-menu.level-2 li a {
      color: #414141 !important; }
    header .nav-wrapper .sub-menu.level-2 li.last {
      border-bottom: none; }
    header .nav-wrapper .sub-menu.level-2 li:hover {
      background: #555; }
      header .nav-wrapper .sub-menu.level-2 li:hover a {
        color: #fff !important; }
    header .nav-wrapper .sub-menu.level-2 li.active {
      background: #555; }
      header .nav-wrapper .sub-menu.level-2 li.active > a {
        color: #fff !important; }

.list-view .list-item {
  margin-bottom: 25px; }
  .list-view .list-item .img-wrapper {
    position: relative; }
    .list-view .list-item .img-wrapper:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #a4a4a4;
      position: absolute;
      right: 0;
      top: 0; }
    .list-view .list-item .img-wrapper a {
      display: inline-block;
      position: relative; }
    .list-view .list-item .img-wrapper a:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .list-view .list-item .img-wrapper a:after {
      content: "\7a";
      position: absolute;
      top: 50%;
      left: 50%;
      font-family: Maxsolen;
      color: #fff;
      font-size: 40px;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
    .list-view .list-item .img-wrapper a:hover:before {
      opacity: 1; }
      .list-view .list-item .img-wrapper a:hover:after {
        opacity: 1;
        webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .list-view .list-item .top-tag {
    margin-bottom: 40px; }
  .list-view .list-item .description {
    padding-top: 7px; }
    .list-view .list-item .description h3, .list-view .list-item .description h5 {
      margin-bottom: 14px; }
    .list-view .list-item .description h3:hover a {
      color: #49ae4e; }
    .list-view .list-item .description h5 {
      font-size: 14px; }
    .list-view .list-item .description h5 span {
      font-weight: normal;
      font-size: 13px; }
    .list-view .list-item .description p {
      max-width: 465px;
      font-size: 13px;
      line-height: 1.54;
      margin-bottom: 16px; }
  .list-view .list-item .separator {
    border-bottom: 1px solid #bdbdbd;
    max-width: 1042px;
    width: 100%;
    height: 1px;
    margin-left: 12px; }
  .list-view .list-item .btn {
    margin-left: auto;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 30px; }

.filter-wrapper {
  margin-bottom: 25px; }

.news-item {
  border: 1px solid #c6c5c5;
  position: relative;
  overflow: hidden; }
  .news-item:hover .teaser {
    top: 0; }
  .news-item .teaser {
    background: #4a4a4a;
    padding: 15px 18px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .news-item .teaser a:hover {
    color: #fff; }
  .news-item .teaser .date {
    font-size: 12px;
    margin-bottom: 3px;
    padding-left: 20px;
    color: #49ae4e; }
  .news-item .teaser h5 {
    text-transform: uppercase;
    line-height: 1.25;
    padding-left: 20px;
    min-height: 55px;
    margin-bottom: 24px;
    position: relative;
    color: #fff; }
    .news-item .teaser h5:before {
      content: '';
      width: 2px;
      height: 55px;
      background: #49ae4e;
      position: absolute;
      top: -15px;
      left: 0; }
  .news-item .teaser p {
    margin-bottom: 0;
    color: #fff; }

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

.single-top {
  padding-top: 45px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.73); }
  .single-top h2 {
    margin: 25px 0 14px;
    color: #49ae4e; }
  .single-top .title-line {
    position: relative; }
  .single-top .title-line:after {
    content: '';
    width: calc(100% - 12px);
    height: 9px;
    background: #303030;
    position: absolute;
    right: 0;
    bottom: 0; }
  .single-top .pdf-wrapper {
    text-align: right; }

.single-middle {
  position: relative; }
  .single-middle:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f0f0; }
  .single-middle .single-left {
    padding-top: 50px;
    position: relative; }
  .single-middle .single-left .top-tag {
    position: absolute;
    right: 8px;
    top: 8px; }
  .single-middle .single-left .img-wrapper a:first-child {
    display: inline-block;
    position: relative; }
    .single-middle .single-left .img-wrapper a:first-child:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .single-middle .single-left .img-wrapper a:first-child:after {
      content: "\7a";
      position: absolute;
      top: 50%;
      left: 50%;
      font-family: Maxsolen;
      color: #fff;
      font-size: 40px;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
    .single-middle .single-left .img-wrapper a:first-child:hover:before {
      opacity: 1; }
    .single-middle .single-left .img-wrapper a:first-child:hover:after {
      opacity: 1;
      webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .single-middle .zoom-btn {
    position: absolute;
    bottom: 0;
    left: calc(50% - 51px);
    width: 51px;
    height: 51px;
    background: #49ae4e;
    z-index: 9;
    cursor: pointer; }
  .single-middle .zoom-btn:hover {
    background: #686868; }
  .single-middle .zoom-btn [class*="icon-"] {
    font-size: 30px;
    line-height: 51px;
    color: #fff;
    margin-left: 11px; }
  .single-middle .single-right {
    padding-top: 40px; }
  .single-middle .single-right .content-wrapper {
    padding: 0 0 24px 20px; }
    .single-middle .single-right .content-wrapper > h5 {
      padding-left: 25px; }
  .single-middle .single-right h4 {
    position: relative;
    padding: 0 0 12px 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(101, 101, 101, 0.48); }
    .single-middle .single-right h4:before {
      content: '';
      width: 5px;
      height: 24px;
      background: #49ae4e;
      position: absolute;
      left: 0;
      top: 0; }
  .single-middle .single-right p {
    padding-left: 25px; }
  .single-middle .single-right h5 {
    font-size: 14px;
    margin-bottom: 12px; }
    .single-middle .single-right h5 span {
      font-weight: normal; }
  .single-middle .single-right p {
    font-size: 13px;
    line-height: 1.62; }
  .single-middle .single-right .additional-info {
    margin-bottom: 45px; }
    .single-middle .single-right .additional-info h5 {
      padding-left: 25px; }
  .single-middle .single-right .order {
    position: relative;
    margin-bottom: 30px; }
    .single-middle .single-right .order:before, .single-middle .single-right .order:after {
      content: '';
      width: 1px;
      height: 100%;
      background: rgba(164, 164, 164, 0.43);
      position: absolute;
      top: 0; }
    .single-middle .single-right .order:before {
      left: 46%; }
    .single-middle .single-right .order:after {
      left: 80%; }
    .single-middle .single-right .order h5 {
      margin-bottom: 18px; }
    .single-middle .single-right .order .col-lg-6 h5 {
      padding-left: 25px; }
    .single-middle .single-right .order input {
      height: 27px;
      background: #fff;
      max-width: 136px;
      line-height: 27;
      margin-bottom: 8px;
      margin-left: 25px; }
  .single-middle .single-right .add-to-cart {
    text-align: right; }
    .single-middle .single-right .add-to-cart button:hover {
      color: #272827; }
    .single-middle .single-right .add-to-cart [class*='icon-'] {
      margin: 0; }
    .single-middle .single-right .add-to-cart .btn {
      min-width: 185px; }

.related .related-header {
  background: #000;
  padding: 24px 0;
  border-bottom: 5px solid #49ae4e;
  margin-bottom: 35px; }
  .related .related-header h4 {
    margin: 0;
    padding: 10px 0 10px 35px;
    position: relative;
    color: #fff; }
    .related .related-header h4:before {
      content: '';
      width: 7px;
      height: 44px;
      background: #49ae4e;
      position: absolute;
      left: 0;
      top: 0; }
    .related .related-header h4:after {
      content: '';
      width: 1px;
      height: 44px;
      background: rgba(255, 255, 255, 0.53);
      position: absolute;
      left: 12px;
      top: 0; }
  .related .related-item {
    position: relative;
    margin-bottom: 40px;
    min-height: 120px; }
  .related .related-item:last-child .separator {
    display: none; }
  .related .related-item .description p {
    max-width: 500px; }
  .related .related-item .img-wrapper {
    position: relative; }
    .related .related-item .img-wrapper:after {
      content: '';
      width: 1px;
      height: 100%;
      background: #a4a4a4;
      position: absolute;
      right: 20px;
      top: 0; }
    .related .related-item .img-wrapper a {
      display: inline-block;
      position: relative; }
    .related .related-item .img-wrapper a:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .related .related-item .img-wrapper a:after {
      content: "\7a";
      position: absolute;
      top: 50%;
      left: 50%;
      font-family: Maxsolen;
      color: #fff;
      font-size: 40px;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
    .related .related-item .img-wrapper a:hover:before {
      opacity: 1; }
    .related .related-item .img-wrapper a:hover:after {
      opacity: 1;
      webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .related .related-item ul li {
    margin: 4px 0; }
  .related .related-item .btn {
    position: absolute;
    right: 12px;
    bottom: 0; }
  .related .related-item .separator {
    border-bottom: 1px solid #bdbdbd;
    max-width: 1042px;
    width: 100%;
    height: 1px;
    margin: 30px 0 0 12px; }
  .related .related-navigation {
    border-top: 1px solid rgba(189, 189, 189, 0.73);
    padding: 100px 0 30px;
    background: #f1f1f1; }

.product-slider {
  position: relative; }
  .product-slider .product-slider-item {
    position: relative;
    overflow: hidden; }
  .product-slider .product-slider-item .slide-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #c6c5c5; }
    .product-slider .product-slider-item .slide-top .img-wrapper {
      min-height: 243px; }
  .product-slider .product-slider-item .top-tag {
    position: absolute;
    top: 8px;
    right: 19px;
    z-index: 3; }
  .product-slider .product-slider-item .small-img-wrapper {
    position: absolute;
    top: 60px;
    right: 85px;
    z-index: 2; }
  .product-slider .product-slider-item h5 {
    min-height: 55px;
    margin-bottom: 25px;
    position: relative; }
    .product-slider .product-slider-item h5:before {
      content: '';
      width: 2px;
      height: 100%;
      background: #49ae4e;
      position: absolute;
      top: 0;
      left: -22px;
      color: #fff; }
    .product-slider .product-slider-item h5 a {
      color: #fff; }
    .product-slider .product-slider-item h5:hover a {
      color: #49ae4e; }
  .product-slider .product-slider-item .teaser {
    background: #4a4a4a;
    padding: 20px 48px 20px;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 244px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .product-slider .product-slider-item .teaser p {
      margin-bottom: 0;
      max-width: 270px;
      line-height: 1.57;
      color: #fff; }
  .product-slider .product-slider-item:hover .teaser {
    top: 0; }
  .product-slider .product-slider-item .button-wrapper {
    text-align: right; }
    .product-slider .product-slider-item .button-wrapper .btn {
      text-align: left; }
    .product-slider .product-slider-item .button-wrapper .btn:hover {
      border: 1px solid #686868;
      background: #686868;
      color: #fff; }
    .product-slider .product-slider-item .button-wrapper .btn:hover [class*='icon-']:before {
      color: #fff; }
  .product-slider .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -10px; }
  .product-slider .owl-controls .owl-prev {
    position: absolute;
    left: -54px; }
  .product-slider .owl-controls .owl-next {
    position: absolute;
    right: -54px; }
  .product-slider .owl-controls [class*="icon-"] {
    font-size: 20px; }
    .product-slider .owl-controls [class*="icon-"]:hover:before {
      color: #cdcdcd; }

.middle-accordion .content-accordion {
  display: none; }
  .middle-accordion .open-accordion {
    cursor: pointer;
    position: relative;
    padding: 28px 32px 28px 0;
    border-top: 1px solid #c6c5c5; }
  .middle-accordion .open-accordion h4 {
    text-transform: uppercase;
    max-width: 1024px;
    float: left;
    margin-bottom: 0; }
  .middle-accordion .open-accordion:hover h4 {
    color: #49ae4e; }
  .middle-accordion .open-accordion .icon-down {
    display: inline-block;
    float: right;
    width: 31px;
    height: 31px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%; }
  .middle-accordion .open-accordion.active h4 {
    color: #49ae4e; }
    .middle-accordion .open-accordion.active .icon-down {
      background: #c9c9cb;
      color: #fff;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.team-list .row > div:first-child .open-accordion {
  border-top: 1px solid transparent; }
  .team-list .row > div:last-child .open-accordion {
    border-bottom: 1px solid #c6c5c5; }
  .team-list .row > div:last-child .open-accordion.active {
    border-bottom: 1px solid transparent; }

.team-item {
  margin-bottom: 30px; }
  .team-item .img-wrapper {
    margin-bottom: 20px; }
  .team-item .team-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px; }
  .team-item .team-title:before {
    content: '';
    width: 5px;
    height: 32px;
    background: #49ae4e;
    position: absolute;
    top: 6px;
    left: 0; }
  .team-item .team-title h5 {
    margin-bottom: 0;
    line-height: 1.57; }
  .team-item .contact-info {
    margin-bottom: 15px; }
  .team-item .contact-info .phone {
    margin-right: 15px; }
  .team-item .contact-info .fax {
    margin-right: 15px; }
  .team-item .contact-info .email {
    margin-right: 15px; }
  .team-item .contact-info p {
    margin-bottom: 0; }
  .team-item p {
    font-size: 13px;
    margin-bottom: 7px; }

.basket-steps-wrapper {
  padding-top: 10px; }

.basket-list-view {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.basket-step {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  max-width: 152px;
  position: relative; }
  .basket-step:after {
    content: "";
    width: 63%;
    height: 1px;
    background: #c6c5c5;
    position: absolute;
    right: -50px;
    top: 25px; }
  .basket-step:last-child:after {
    display: none; }
  .basket-step span {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 25px;
    color: #181818;
    border-radius: 50%;
    background: #fff;
    position: relative;
    text-align: center;
    line-height: 46px;
    font-weight: 900;
    margin: 0 auto 20px; }
  .basket-step span:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #c6c5c5;
    position: absolute;
    top: -7px;
    left: -7px; }
  .basket-step.step-one {
    margin-left: 38px; }
  .basket-step.active span:before {
    border: 1px solid #49ae4e; }

.basket-item {
  padding: 28px 0 0; }
  .basket-item .img-wrapper {
    position: relative; }
  .basket-item .img-wrapper:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #a4a4a4;
    position: absolute;
    right: 0;
    top: 0; }
  .basket-item .img-wrapper a {
    display: inline-block;
    position: relative; }
  .basket-item .img-wrapper a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .basket-item .img-wrapper a:after {
    content: "\7a";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Maxsolen;
    color: #fff;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  .basket-item .img-wrapper a:hover:before {
    opacity: 1; }
  .basket-item .img-wrapper a:hover:after {
    opacity: 1;
    webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .basket-item .title {
    min-height: 86px;
    padding-top: 15px; }
  .basket-item .title h3 {
    margin-bottom: 0; }
  .basket-item .title h3:hover a {
    color: #49ae4e; }
  .basket-item .quantity {
    border-left: 1px solid rgba(164, 164, 164, 0.41);
    min-height: 86px; }
  .basket-item .quantity h5 {
    padding-left: 25px; }
  .basket-item .quantity .count-wrapper {
    padding-left: 25px; }
  .basket-item .quantity span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #353535;
    color: #fff;
    font-size: 14px;
    margin-left: -4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer; }
  .basket-item .quantity span:hover {
    background: #49ae4e; }
  .basket-item .quantity span:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .basket-item .quantity span:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .basket-item .quantity input {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width: 70px;
    height: 40px;
    border: 1px solid #c6c5c5;
    border-radius: 5px;
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 40px; }
  .basket-item .packaging, .basket-item .article-num {
    border-left: 1px solid rgba(164, 164, 164, 0.41);
    min-height: 86px; }
  .basket-item .packaging h5, .basket-item .article-num h5 {
    padding-left: 25px; }
  .basket-item .packaging span, .basket-item .article-num span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px; }
  .basket-item .packaging {
    border-right: 1px solid rgba(164, 164, 164, 0.41); }
  .basket-item .remove span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px;
    margin-left: 7px;
    cursor: pointer; }
  .basket-item .remove span:hover {
    color: #49ae4e; }
  .basket-item .remove .icon-remove {
    margin-top: 0;
    font-size: 14px;
    color: #272827;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #272827;
    font-family: Roboto, sans-serif !important; }
  .basket-item .remove .icon-remove:hover {
    background: #272827;
    color: #fff; }
  .basket-item .separator {
    border-bottom: 1px solid #bdbdbd;
    margin-top: 28px;
    max-width: 1042px;
    width: 100%;
    height: 1px; }

.basket-control {
  padding-top: 55px; }
  .basket-control.form {
    padding-top: 0;
    margin-top: 30px; }
  .basket-control.form .separator {
    border-bottom: 1px solid #bdbdbd;
    height: 1px;
    margin-bottom: 35px; }
  .basket-control.form .btn {
    height: 39px;
    line-height: 39px; }
  .basket-control.form .btn [class*="icon-"] {
    margin-top: 2px; }
  .basket-control.form .btn.cart-next {
    background: #363636;
    border: 1px solid #363636; }
  .basket-control.form .btn.cart-next:hover {
    background: transparent; }
  .basket-control.form .btn.cart-next:hover [class*="icon-"]:before {
    color: #49ae4e; }

.confirmation-wrapper {
  padding-top: 90px;
  margin-bottom: 85px; }
  .confirmation-wrapper h3 {
    color: #373737;
    font-weight: normal;
    line-height: 1.44;
    margin-bottom: 44px; }
  .confirmation-wrapper h4 {
    padding: 0 10px;
    font-size: 25px;
    font-weight: normal;
    color: #49ae4e;
    font-style: italic;
    position: relative;
    margin-bottom: 80px; }
  .confirmation-wrapper h4:before, .confirmation-wrapper h4:after {
    content: '';
    width: 390px;
    height: 1px;
    background: rgba(126, 126, 126, 0.43);
    position: absolute;
    top: 50%; }
  .confirmation-wrapper h4:before {
    left: 10px; }
  .confirmation-wrapper h4:after {
    right: 10px; }

.btn.cart-next {
  background: #363636;
  border: 1px solid #363636; }
  .btn.cart-next:hover {
    color: #363636;
    background: transparent; }

.loader *, .loader *:after, .loader *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.loader {
  position: relative;
  margin: 97px auto;
  display: block;
  width: 49px; }

.sheath {
  position: absolute;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%; }

.segment {
  background-color: #49ad4d;
  border-radius: 27px;
  height: 6px;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  width: 18px; }

.sheath:nth-child(1) {
  animation: segment-orbit-1 2070ms infinite linear, segment-opacity-1 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-1 2070ms infinite linear, segment-opacity-1 1293.75ms infinite linear;
  -moz-animation: segment-orbit-1 2070ms infinite linear, segment-opacity-1 1293.75ms infinite linear;
  transform: rotate(-30deg) translate(23px);
  -webkit-transform: rotate(-30deg) translate(23px);
  -moz-transform: rotate(-30deg) translate(23px); }

.sheath:nth-child(1) .segment {
  animation: segment-scale-1 1293.75ms infinite linear;
  -webkit-animation: segment-scale-1 1293.75ms infinite linear;
  -moz-animation: segment-scale-1 1293.75ms infinite linear; }

.sheath:nth-child(2) {
  animation: segment-orbit-2 2070ms infinite linear, segment-opacity-2 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-2 2070ms infinite linear, segment-opacity-2 1293.75ms infinite linear;
  -moz-animation: segment-orbit-2 2070ms infinite linear, segment-opacity-2 1293.75ms infinite linear;
  transform: rotate(-60deg) translate(23px);
  -webkit-transform: rotate(-60deg) translate(23px);
  -moz-transform: rotate(-60deg) translate(23px); }

.sheath:nth-child(2) .segment {
  animation: segment-scale-2 1293.75ms infinite linear;
  -webkit-animation: segment-scale-2 1293.75ms infinite linear;
  -moz-animation: segment-scale-2 1293.75ms infinite linear; }

.sheath:nth-child(3) {
  animation: segment-orbit-3 2070ms infinite linear, segment-opacity-3 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-3 2070ms infinite linear, segment-opacity-3 1293.75ms infinite linear;
  -moz-animation: segment-orbit-3 2070ms infinite linear, segment-opacity-3 1293.75ms infinite linear;
  transform: rotate(-90deg) translate(23px);
  -webkit-transform: rotate(-90deg) translate(23px);
  -moz-transform: rotate(-90deg) translate(23px); }

.sheath:nth-child(3) .segment {
  animation: segment-scale-3 1293.75ms infinite linear;
  -webkit-animation: segment-scale-3 1293.75ms infinite linear;
  -moz-animation: segment-scale-3 1293.75ms infinite linear; }

.sheath:nth-child(4) {
  animation: segment-orbit-4 2070ms infinite linear, segment-opacity-4 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-4 2070ms infinite linear, segment-opacity-4 1293.75ms infinite linear;
  -moz-animation: segment-orbit-4 2070ms infinite linear, segment-opacity-4 1293.75ms infinite linear;
  transform: rotate(-120deg) translate(23px);
  -webkit-transform: rotate(-120deg) translate(23px);
  -moz-transform: rotate(-120deg) translate(23px); }

.sheath:nth-child(4) .segment {
  animation: segment-scale-4 1293.75ms infinite linear;
  -webkit-animation: segment-scale-4 1293.75ms infinite linear;
  -moz-animation: segment-scale-4 1293.75ms infinite linear; }

.sheath:nth-child(5) {
  animation: segment-orbit-5 2070ms infinite linear, segment-opacity-5 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-5 2070ms infinite linear, segment-opacity-5 1293.75ms infinite linear;
  -moz-animation: segment-orbit-5 2070ms infinite linear, segment-opacity-5 1293.75ms infinite linear;
  transform: rotate(-150deg) translate(23px);
  -webkit-transform: rotate(-150deg) translate(23px);
  -moz-transform: rotate(-150deg) translate(23px); }

.sheath:nth-child(5) .segment {
  animation: segment-scale-5 1293.75ms infinite linear;
  -webkit-animation: segment-scale-5 1293.75ms infinite linear;
  -moz-animation: segment-scale-5 1293.75ms infinite linear; }

.sheath:nth-child(6) {
  animation: segment-orbit-6 2070ms infinite linear, segment-opacity-6 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-6 2070ms infinite linear, segment-opacity-6 1293.75ms infinite linear;
  -moz-animation: segment-orbit-6 2070ms infinite linear, segment-opacity-6 1293.75ms infinite linear;
  transform: rotate(-180deg) translate(23px);
  -webkit-transform: rotate(-180deg) translate(23px);
  -moz-transform: rotate(-180deg) translate(23px); }

.sheath:nth-child(6) .segment {
  animation: segment-scale-6 1293.75ms infinite linear;
  -webkit-animation: segment-scale-6 1293.75ms infinite linear;
  -moz-animation: segment-scale-6 1293.75ms infinite linear; }

.sheath:nth-child(7) {
  animation: segment-orbit-7 2070ms infinite linear, segment-opacity-7 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-7 2070ms infinite linear, segment-opacity-7 1293.75ms infinite linear;
  -moz-animation: segment-orbit-7 2070ms infinite linear, segment-opacity-7 1293.75ms infinite linear;
  transform: rotate(-210deg) translate(23px);
  -webkit-transform: rotate(-210deg) translate(23px);
  -moz-transform: rotate(-210deg) translate(23px); }

.sheath:nth-child(7) .segment {
  animation: segment-scale-7 1293.75ms infinite linear;
  -webkit-animation: segment-scale-7 1293.75ms infinite linear;
  -moz-animation: segment-scale-7 1293.75ms infinite linear; }

.sheath:nth-child(8) {
  animation: segment-orbit-8 2070ms infinite linear, segment-opacity-8 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-8 2070ms infinite linear, segment-opacity-8 1293.75ms infinite linear;
  -moz-animation: segment-orbit-8 2070ms infinite linear, segment-opacity-8 1293.75ms infinite linear;
  transform: rotate(-240deg) translate(23px);
  -webkit-transform: rotate(-240deg) translate(23px);
  -moz-transform: rotate(-240deg) translate(23px); }

.sheath:nth-child(8) .segment {
  animation: segment-scale-8 1293.75ms infinite linear;
  -webkit-animation: segment-scale-8 1293.75ms infinite linear;
  -moz-animation: segment-scale-8 1293.75ms infinite linear; }

.sheath:nth-child(9) {
  animation: segment-orbit-9 2070ms infinite linear, segment-opacity-9 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-9 2070ms infinite linear, segment-opacity-9 1293.75ms infinite linear;
  -moz-animation: segment-orbit-9 2070ms infinite linear, segment-opacity-9 1293.75ms infinite linear;
  transform: rotate(-270deg) translate(23px);
  -webkit-transform: rotate(-270deg) translate(23px);
  -moz-transform: rotate(-270deg) translate(23px); }

.sheath:nth-child(9) .segment {
  animation: segment-scale-9 1293.75ms infinite linear;
  -webkit-animation: segment-scale-9 1293.75ms infinite linear;
  -moz-animation: segment-scale-9 1293.75ms infinite linear; }

.sheath:nth-child(10) {
  animation: segment-orbit-10 2070ms infinite linear, segment-opacity-10 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-10 2070ms infinite linear, segment-opacity-10 1293.75ms infinite linear;
  -moz-animation: segment-orbit-10 2070ms infinite linear, segment-opacity-10 1293.75ms infinite linear;
  transform: rotate(-300deg) translate(23px);
  -webkit-transform: rotate(-300deg) translate(23px);
  -moz-transform: rotate(-300deg) translate(23px); }

.sheath:nth-child(10) .segment {
  animation: segment-scale-10 1293.75ms infinite linear;
  -webkit-animation: segment-scale-10 1293.75ms infinite linear;
  -moz-animation: segment-scale-10 1293.75ms infinite linear; }

.sheath:nth-child(11) {
  animation: segment-orbit-11 2070ms infinite linear, segment-opacity-11 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-11 2070ms infinite linear, segment-opacity-11 1293.75ms infinite linear;
  -moz-animation: segment-orbit-11 2070ms infinite linear, segment-opacity-11 1293.75ms infinite linear;
  transform: rotate(-330deg) translate(23px);
  -webkit-transform: rotate(-330deg) translate(23px);
  -moz-transform: rotate(-330deg) translate(23px); }

.sheath:nth-child(11) .segment {
  animation: segment-scale-11 1293.75ms infinite linear;
  -webkit-animation: segment-scale-11 1293.75ms infinite linear;
  -moz-animation: segment-scale-11 1293.75ms infinite linear; }

.sheath:nth-child(12) {
  animation: segment-orbit-12 2070ms infinite linear, segment-opacity-12 1293.75ms infinite linear;
  -webkit-animation: segment-orbit-12 2070ms infinite linear, segment-opacity-12 1293.75ms infinite linear;
  -moz-animation: segment-orbit-12 2070ms infinite linear, segment-opacity-12 1293.75ms infinite linear;
  transform: rotate(-360deg) translate(23px);
  -webkit-transform: rotate(-360deg) translate(23px);
  -moz-transform: rotate(-360deg) translate(23px); }

.sheath:nth-child(12) .segment {
  animation: segment-scale-12 1293.75ms infinite linear;
  -webkit-animation: segment-scale-12 1293.75ms infinite linear;
  -moz-animation: segment-scale-12 1293.75ms infinite linear; }

@keyframes segment-orbit-1 {
  from {
    transform: rotate(30deg) translate(23px); }

  50% {
    transform: rotate(210deg) translate(28px); }

  to {
    transform: rotate(390deg) translate(23px); } }

@-webkit-keyframes segment-orbit-1 {
  from {
    -webkit-transform: rotate(30deg) translate(23px); }

  50% {
    -webkit-transform: rotate(210deg) translate(28px); }

  to {
    -webkit-transform: rotate(390deg) translate(23px); } }

@-moz-keyframes segment-orbit-1 {
  from {
    -moz-transform: rotate(30deg) translate(23px); }

  50% {
    -moz-transform: rotate(210deg) translate(28px); }

  to {
    -moz-transform: rotate(390deg) translate(23px); } }

@keyframes segment-orbit-2 {
  from {
    transform: rotate(60deg) translate(23px); }

  50% {
    transform: rotate(240deg) translate(28px); }

  to {
    transform: rotate(420deg) translate(23px); } }

@-webkit-keyframes segment-orbit-2 {
  from {
    -webkit-transform: rotate(60deg) translate(23px); }

  50% {
    -webkit-transform: rotate(240deg) translate(28px); }

  to {
    -webkit-transform: rotate(420deg) translate(23px); } }

@-moz-keyframes segment-orbit-2 {
  from {
    -moz-transform: rotate(60deg) translate(23px); }

  50% {
    -moz-transform: rotate(240deg) translate(28px); }

  to {
    -moz-transform: rotate(420deg) translate(23px); } }

@keyframes segment-orbit-3 {
  from {
    transform: rotate(90deg) translate(23px); }

  50% {
    transform: rotate(270deg) translate(28px); }

  to {
    transform: rotate(450deg) translate(23px); } }

@-webkit-keyframes segment-orbit-3 {
  from {
    -webkit-transform: rotate(90deg) translate(23px); }

  50% {
    -webkit-transform: rotate(270deg) translate(28px); }

  to {
    -webkit-transform: rotate(450deg) translate(23px); } }

@-moz-keyframes segment-orbit-3 {
  from {
    -moz-transform: rotate(90deg) translate(23px); }

  50% {
    -moz-transform: rotate(270deg) translate(28px); }

  to {
    -moz-transform: rotate(450deg) translate(23px); } }

@keyframes segment-orbit-4 {
  from {
    transform: rotate(120deg) translate(23px); }

  50% {
    transform: rotate(300deg) translate(28px); }

  to {
    transform: rotate(480deg) translate(23px); } }

@-webkit-keyframes segment-orbit-4 {
  from {
    -webkit-transform: rotate(120deg) translate(23px); }

  50% {
    -webkit-transform: rotate(300deg) translate(28px); }

  to {
    -webkit-transform: rotate(480deg) translate(23px); } }

@-moz-keyframes segment-orbit-4 {
  from {
    -moz-transform: rotate(120deg) translate(23px); }

  50% {
    -moz-transform: rotate(300deg) translate(28px); }

  to {
    -moz-transform: rotate(480deg) translate(23px); } }

@keyframes segment-orbit-5 {
  from {
    transform: rotate(150deg) translate(23px); }

  50% {
    transform: rotate(330deg) translate(28px); }

  to {
    transform: rotate(510deg) translate(23px); } }

@-webkit-keyframes segment-orbit-5 {
  from {
    -webkit-transform: rotate(150deg) translate(23px); }

  50% {
    -webkit-transform: rotate(330deg) translate(28px); }

  to {
    -webkit-transform: rotate(510deg) translate(23px); } }

@-moz-keyframes segment-orbit-5 {
  from {
    -moz-transform: rotate(150deg) translate(23px); }

  50% {
    -moz-transform: rotate(330deg) translate(28px); }

  to {
    -moz-transform: rotate(510deg) translate(23px); } }

@keyframes segment-orbit-6 {
  from {
    transform: rotate(180deg) translate(23px); }

  50% {
    transform: rotate(360deg) translate(28px); }

  to {
    transform: rotate(540deg) translate(23px); } }

@-webkit-keyframes segment-orbit-6 {
  from {
    -webkit-transform: rotate(180deg) translate(23px); }

  50% {
    -webkit-transform: rotate(360deg) translate(28px); }

  to {
    -webkit-transform: rotate(540deg) translate(23px); } }

@-moz-keyframes segment-orbit-6 {
  from {
    -moz-transform: rotate(180deg) translate(23px); }

  50% {
    -moz-transform: rotate(360deg) translate(28px); }

  to {
    -moz-transform: rotate(540deg) translate(23px); } }

@keyframes segment-orbit-7 {
  from {
    transform: rotate(210deg) translate(23px); }

  50% {
    transform: rotate(390deg) translate(28px); }

  to {
    transform: rotate(570deg) translate(23px); } }

@-webkit-keyframes segment-orbit-7 {
  from {
    -webkit-transform: rotate(210deg) translate(23px); }

  50% {
    -webkit-transform: rotate(390deg) translate(28px); }

  to {
    -webkit-transform: rotate(570deg) translate(23px); } }

@-moz-keyframes segment-orbit-7 {
  from {
    -moz-transform: rotate(210deg) translate(23px); }

  50% {
    -moz-transform: rotate(390deg) translate(28px); }

  to {
    -moz-transform: rotate(570deg) translate(23px); } }

@keyframes segment-orbit-8 {
  from {
    transform: rotate(240deg) translate(23px); }

  50% {
    transform: rotate(420deg) translate(28px); }

  to {
    transform: rotate(600deg) translate(23px); } }

@-webkit-keyframes segment-orbit-8 {
  from {
    -webkit-transform: rotate(240deg) translate(23px); }

  50% {
    -webkit-transform: rotate(420deg) translate(28px); }

  to {
    -webkit-transform: rotate(600deg) translate(23px); } }

@-moz-keyframes segment-orbit-8 {
  from {
    -moz-transform: rotate(240deg) translate(23px); }

  50% {
    -moz-transform: rotate(420deg) translate(28px); }

  to {
    -moz-transform: rotate(600deg) translate(23px); } }

@keyframes segment-orbit-9 {
  from {
    transform: rotate(270deg) translate(23px); }

  50% {
    transform: rotate(450deg) translate(28px); }

  to {
    transform: rotate(630deg) translate(23px); } }

@-webkit-keyframes segment-orbit-9 {
  from {
    -webkit-transform: rotate(270deg) translate(23px); }

  50% {
    -webkit-transform: rotate(450deg) translate(28px); }

  to {
    -webkit-transform: rotate(630deg) translate(23px); } }

@-moz-keyframes segment-orbit-9 {
  from {
    -moz-transform: rotate(270deg) translate(23px); }

  50% {
    -moz-transform: rotate(450deg) translate(28px); }

  to {
    -moz-transform: rotate(630deg) translate(23px); } }

@keyframes segment-orbit-10 {
  from {
    transform: rotate(300deg) translate(23px); }

  50% {
    transform: rotate(480deg) translate(28px); }

  to {
    transform: rotate(660deg) translate(23px); } }

@-webkit-keyframes segment-orbit-10 {
  from {
    -webkit-transform: rotate(300deg) translate(23px); }

  50% {
    -webkit-transform: rotate(480deg) translate(28px); }

  to {
    -webkit-transform: rotate(660deg) translate(23px); } }

@-moz-keyframes segment-orbit-10 {
  from {
    -moz-transform: rotate(300deg) translate(23px); }

  50% {
    -moz-transform: rotate(480deg) translate(28px); }

  to {
    -moz-transform: rotate(660deg) translate(23px); } }

@keyframes segment-orbit-11 {
  from {
    transform: rotate(330deg) translate(23px); }

  50% {
    transform: rotate(510deg) translate(28px); }

  to {
    transform: rotate(690deg) translate(23px); } }

@-webkit-keyframes segment-orbit-11 {
  from {
    -webkit-transform: rotate(330deg) translate(23px); }

  50% {
    -webkit-transform: rotate(510deg) translate(28px); }

  to {
    -webkit-transform: rotate(690deg) translate(23px); } }

@-moz-keyframes segment-orbit-11 {
  from {
    -moz-transform: rotate(330deg) translate(23px); }

  50% {
    -moz-transform: rotate(510deg) translate(28px); }

  to {
    -moz-transform: rotate(690deg) translate(23px); } }

@keyframes segment-orbit-12 {
  from {
    transform: rotate(360deg) translate(23px); }

  50% {
    transform: rotate(540deg) translate(28px); }

  to {
    transform: rotate(720deg) translate(23px); } }

@-webkit-keyframes segment-orbit-12 {
  from {
    -webkit-transform: rotate(360deg) translate(23px); }

  50% {
    -webkit-transform: rotate(540deg) translate(28px); }

  to {
    -webkit-transform: rotate(720deg) translate(23px); } }

@-moz-keyframes segment-orbit-12 {
  from {
    -moz-transform: rotate(360deg) translate(23px); }

  50% {
    -moz-transform: rotate(540deg) translate(28px); }

  to {
    -moz-transform: rotate(720deg) translate(23px); } }

@keyframes segment-scale-12 {
  0% {
    transform: scaleX(1); }

  8.33333% {
    transform: scaleX(0.93333); }

  16.66667% {
    transform: scaleX(0.86667); }

  25% {
    transform: scaleX(0.8); }

  33.33333% {
    transform: scaleX(0.73333); }

  41.66667% {
    transform: scaleX(0.66667); }

  50% {
    transform: scaleX(0.6); }

  58.33333% {
    transform: scaleX(0.53333); }

  66.66667% {
    transform: scaleX(0.46667); }

  75% {
    transform: scaleX(0.4); }

  83.33333% {
    transform: scaleX(0.33333); }

  91.66667% {
    transform: scaleX(0.26667); }

  100% {
    transform: scaleX(1); } }

@-webkit-keyframes segment-scale-12 {
  0% {
    -webkit-transform: scaleX(1); }

  8.33333% {
    -webkit-transform: scaleX(0.93333); }

  16.66667% {
    -webkit-transform: scaleX(0.86667); }

  25% {
    -webkit-transform: scaleX(0.8); }

  33.33333% {
    -webkit-transform: scaleX(0.73333); }

  41.66667% {
    -webkit-transform: scaleX(0.66667); }

  50% {
    -webkit-transform: scaleX(0.6); }

  58.33333% {
    -webkit-transform: scaleX(0.53333); }

  66.66667% {
    -webkit-transform: scaleX(0.46667); }

  75% {
    -webkit-transform: scaleX(0.4); }

  83.33333% {
    -webkit-transform: scaleX(0.33333); }

  91.66667% {
    -webkit-transform: scaleX(0.26667); }

  100% {
    -webkit-transform: scaleX(1); } }

@-moz-keyframes segment-scale-12 {
  0% {
    -moz-transform: scaleX(1); }

  8.33333% {
    -moz-transform: scaleX(0.93333); }

  16.66667% {
    -moz-transform: scaleX(0.86667); }

  25% {
    -moz-transform: scaleX(0.8); }

  33.33333% {
    -moz-transform: scaleX(0.73333); }

  41.66667% {
    -moz-transform: scaleX(0.66667); }

  50% {
    -moz-transform: scaleX(0.6); }

  58.33333% {
    -moz-transform: scaleX(0.53333); }

  66.66667% {
    -moz-transform: scaleX(0.46667); }

  75% {
    -moz-transform: scaleX(0.4); }

  83.33333% {
    -moz-transform: scaleX(0.33333); }

  91.66667% {
    -moz-transform: scaleX(0.26667); }

  100% {
    -moz-transform: scaleX(1); } }

@keyframes segment-scale-11 {
  0% {
    transform: scaleX(0.93333); }

  8.33333% {
    transform: scaleX(0.86667); }

  16.66667% {
    transform: scaleX(0.8); }

  25% {
    transform: scaleX(0.73333); }

  33.33333% {
    transform: scaleX(0.66667); }

  41.66667% {
    transform: scaleX(0.6); }

  50% {
    transform: scaleX(0.53333); }

  58.33333% {
    transform: scaleX(0.46667); }

  66.66667% {
    transform: scaleX(0.4); }

  75% {
    transform: scaleX(0.33333); }

  83.33333% {
    transform: scaleX(0.26667); }

  91.66667% {
    transform: scaleX(1); }

  100% {
    transform: scaleX(0.93333); } }

@-webkit-keyframes segment-scale-11 {
  0% {
    -webkit-transform: scaleX(0.93333); }

  8.33333% {
    -webkit-transform: scaleX(0.86667); }

  16.66667% {
    -webkit-transform: scaleX(0.8); }

  25% {
    -webkit-transform: scaleX(0.73333); }

  33.33333% {
    -webkit-transform: scaleX(0.66667); }

  41.66667% {
    -webkit-transform: scaleX(0.6); }

  50% {
    -webkit-transform: scaleX(0.53333); }

  58.33333% {
    -webkit-transform: scaleX(0.46667); }

  66.66667% {
    -webkit-transform: scaleX(0.4); }

  75% {
    -webkit-transform: scaleX(0.33333); }

  83.33333% {
    -webkit-transform: scaleX(0.26667); }

  91.66667% {
    -webkit-transform: scaleX(1); }

  100% {
    -webkit-transform: scaleX(0.93333); } }

@-moz-keyframes segment-scale-11 {
  0% {
    -moz-transform: scaleX(0.93333); }

  8.33333% {
    -moz-transform: scaleX(0.86667); }

  16.66667% {
    -moz-transform: scaleX(0.8); }

  25% {
    -moz-transform: scaleX(0.73333); }

  33.33333% {
    -moz-transform: scaleX(0.66667); }

  41.66667% {
    -moz-transform: scaleX(0.6); }

  50% {
    -moz-transform: scaleX(0.53333); }

  58.33333% {
    -moz-transform: scaleX(0.46667); }

  66.66667% {
    -moz-transform: scaleX(0.4); }

  75% {
    -moz-transform: scaleX(0.33333); }

  83.33333% {
    -moz-transform: scaleX(0.26667); }

  91.66667% {
    -moz-transform: scaleX(1); }

  100% {
    -moz-transform: scaleX(0.93333); } }

@keyframes segment-scale-10 {
  0% {
    transform: scaleX(0.86667); }

  8.33333% {
    transform: scaleX(0.8); }

  16.66667% {
    transform: scaleX(0.73333); }

  25% {
    transform: scaleX(0.66667); }

  33.33333% {
    transform: scaleX(0.6); }

  41.66667% {
    transform: scaleX(0.53333); }

  50% {
    transform: scaleX(0.46667); }

  58.33333% {
    transform: scaleX(0.4); }

  66.66667% {
    transform: scaleX(0.33333); }

  75% {
    transform: scaleX(0.26667); }

  83.33333% {
    transform: scaleX(1); }

  91.66667% {
    transform: scaleX(0.93333); }

  100% {
    transform: scaleX(0.86667); } }

@-webkit-keyframes segment-scale-10 {
  0% {
    -webkit-transform: scaleX(0.86667); }

  8.33333% {
    -webkit-transform: scaleX(0.8); }

  16.66667% {
    -webkit-transform: scaleX(0.73333); }

  25% {
    -webkit-transform: scaleX(0.66667); }

  33.33333% {
    -webkit-transform: scaleX(0.6); }

  41.66667% {
    -webkit-transform: scaleX(0.53333); }

  50% {
    -webkit-transform: scaleX(0.46667); }

  58.33333% {
    -webkit-transform: scaleX(0.4); }

  66.66667% {
    -webkit-transform: scaleX(0.33333); }

  75% {
    -webkit-transform: scaleX(0.26667); }

  83.33333% {
    -webkit-transform: scaleX(1); }

  91.66667% {
    -webkit-transform: scaleX(0.93333); }

  100% {
    -webkit-transform: scaleX(0.86667); } }

@-moz-keyframes segment-scale-10 {
  0% {
    -moz-transform: scaleX(0.86667); }

  8.33333% {
    -moz-transform: scaleX(0.8); }

  16.66667% {
    -moz-transform: scaleX(0.73333); }

  25% {
    -moz-transform: scaleX(0.66667); }

  33.33333% {
    -moz-transform: scaleX(0.6); }

  41.66667% {
    -moz-transform: scaleX(0.53333); }

  50% {
    -moz-transform: scaleX(0.46667); }

  58.33333% {
    -moz-transform: scaleX(0.4); }

  66.66667% {
    -moz-transform: scaleX(0.33333); }

  75% {
    -moz-transform: scaleX(0.26667); }

  83.33333% {
    -moz-transform: scaleX(1); }

  91.66667% {
    -moz-transform: scaleX(0.93333); }

  100% {
    -moz-transform: scaleX(0.86667); } }

@keyframes segment-scale-9 {
  0% {
    transform: scaleX(0.8); }

  8.33333% {
    transform: scaleX(0.73333); }

  16.66667% {
    transform: scaleX(0.66667); }

  25% {
    transform: scaleX(0.6); }

  33.33333% {
    transform: scaleX(0.53333); }

  41.66667% {
    transform: scaleX(0.46667); }

  50% {
    transform: scaleX(0.4); }

  58.33333% {
    transform: scaleX(0.33333); }

  66.66667% {
    transform: scaleX(0.26667); }

  75% {
    transform: scaleX(1); }

  83.33333% {
    transform: scaleX(0.93333); }

  91.66667% {
    transform: scaleX(0.86667); }

  100% {
    transform: scaleX(0.8); } }

@-webkit-keyframes segment-scale-9 {
  0% {
    -webkit-transform: scaleX(0.8); }

  8.33333% {
    -webkit-transform: scaleX(0.73333); }

  16.66667% {
    -webkit-transform: scaleX(0.66667); }

  25% {
    -webkit-transform: scaleX(0.6); }

  33.33333% {
    -webkit-transform: scaleX(0.53333); }

  41.66667% {
    -webkit-transform: scaleX(0.46667); }

  50% {
    -webkit-transform: scaleX(0.4); }

  58.33333% {
    -webkit-transform: scaleX(0.33333); }

  66.66667% {
    -webkit-transform: scaleX(0.26667); }

  75% {
    -webkit-transform: scaleX(1); }

  83.33333% {
    -webkit-transform: scaleX(0.93333); }

  91.66667% {
    -webkit-transform: scaleX(0.86667); }

  100% {
    -webkit-transform: scaleX(0.8); } }

@-moz-keyframes segment-scale-9 {
  0% {
    -moz-transform: scaleX(0.8); }

  8.33333% {
    -moz-transform: scaleX(0.73333); }

  16.66667% {
    -moz-transform: scaleX(0.66667); }

  25% {
    -moz-transform: scaleX(0.6); }

  33.33333% {
    -moz-transform: scaleX(0.53333); }

  41.66667% {
    -moz-transform: scaleX(0.46667); }

  50% {
    -moz-transform: scaleX(0.4); }

  58.33333% {
    -moz-transform: scaleX(0.33333); }

  66.66667% {
    -moz-transform: scaleX(0.26667); }

  75% {
    -moz-transform: scaleX(1); }

  83.33333% {
    -moz-transform: scaleX(0.93333); }

  91.66667% {
    -moz-transform: scaleX(0.86667); }

  100% {
    -moz-transform: scaleX(0.8); } }

@keyframes segment-scale-8 {
  0% {
    transform: scaleX(0.73333); }

  8.33333% {
    transform: scaleX(0.66667); }

  16.66667% {
    transform: scaleX(0.6); }

  25% {
    transform: scaleX(0.53333); }

  33.33333% {
    transform: scaleX(0.46667); }

  41.66667% {
    transform: scaleX(0.4); }

  50% {
    transform: scaleX(0.33333); }

  58.33333% {
    transform: scaleX(0.26667); }

  66.66667% {
    transform: scaleX(1); }

  75% {
    transform: scaleX(0.93333); }

  83.33333% {
    transform: scaleX(0.86667); }

  91.66667% {
    transform: scaleX(0.8); }

  100% {
    transform: scaleX(0.73333); } }

@-webkit-keyframes segment-scale-8 {
  0% {
    -webkit-transform: scaleX(0.73333); }

  8.33333% {
    -webkit-transform: scaleX(0.66667); }

  16.66667% {
    -webkit-transform: scaleX(0.6); }

  25% {
    -webkit-transform: scaleX(0.53333); }

  33.33333% {
    -webkit-transform: scaleX(0.46667); }

  41.66667% {
    -webkit-transform: scaleX(0.4); }

  50% {
    -webkit-transform: scaleX(0.33333); }

  58.33333% {
    -webkit-transform: scaleX(0.26667); }

  66.66667% {
    -webkit-transform: scaleX(1); }

  75% {
    -webkit-transform: scaleX(0.93333); }

  83.33333% {
    -webkit-transform: scaleX(0.86667); }

  91.66667% {
    -webkit-transform: scaleX(0.8); }

  100% {
    -webkit-transform: scaleX(0.73333); } }

@-moz-keyframes segment-scale-8 {
  0% {
    -moz-transform: scaleX(0.73333); }

  8.33333% {
    -moz-transform: scaleX(0.66667); }

  16.66667% {
    -moz-transform: scaleX(0.6); }

  25% {
    -moz-transform: scaleX(0.53333); }

  33.33333% {
    -moz-transform: scaleX(0.46667); }

  41.66667% {
    -moz-transform: scaleX(0.4); }

  50% {
    -moz-transform: scaleX(0.33333); }

  58.33333% {
    -moz-transform: scaleX(0.26667); }

  66.66667% {
    -moz-transform: scaleX(1); }

  75% {
    -moz-transform: scaleX(0.93333); }

  83.33333% {
    -moz-transform: scaleX(0.86667); }

  91.66667% {
    -moz-transform: scaleX(0.8); }

  100% {
    -moz-transform: scaleX(0.73333); } }

@keyframes segment-scale-7 {
  0% {
    transform: scaleX(0.66667); }

  8.33333% {
    transform: scaleX(0.6); }

  16.66667% {
    transform: scaleX(0.53333); }

  25% {
    transform: scaleX(0.46667); }

  33.33333% {
    transform: scaleX(0.4); }

  41.66667% {
    transform: scaleX(0.33333); }

  50% {
    transform: scaleX(0.26667); }

  58.33333% {
    transform: scaleX(1); }

  66.66667% {
    transform: scaleX(0.93333); }

  75% {
    transform: scaleX(0.86667); }

  83.33333% {
    transform: scaleX(0.8); }

  91.66667% {
    transform: scaleX(0.73333); }

  100% {
    transform: scaleX(0.66667); } }

@-webkit-keyframes segment-scale-7 {
  0% {
    -webkit-transform: scaleX(0.66667); }

  8.33333% {
    -webkit-transform: scaleX(0.6); }

  16.66667% {
    -webkit-transform: scaleX(0.53333); }

  25% {
    -webkit-transform: scaleX(0.46667); }

  33.33333% {
    -webkit-transform: scaleX(0.4); }

  41.66667% {
    -webkit-transform: scaleX(0.33333); }

  50% {
    -webkit-transform: scaleX(0.26667); }

  58.33333% {
    -webkit-transform: scaleX(1); }

  66.66667% {
    -webkit-transform: scaleX(0.93333); }

  75% {
    -webkit-transform: scaleX(0.86667); }

  83.33333% {
    -webkit-transform: scaleX(0.8); }

  91.66667% {
    -webkit-transform: scaleX(0.73333); }

  100% {
    -webkit-transform: scaleX(0.66667); } }

@-moz-keyframes segment-scale-7 {
  0% {
    -moz-transform: scaleX(0.66667); }

  8.33333% {
    -moz-transform: scaleX(0.6); }

  16.66667% {
    -moz-transform: scaleX(0.53333); }

  25% {
    -moz-transform: scaleX(0.46667); }

  33.33333% {
    -moz-transform: scaleX(0.4); }

  41.66667% {
    -moz-transform: scaleX(0.33333); }

  50% {
    -moz-transform: scaleX(0.26667); }

  58.33333% {
    -moz-transform: scaleX(1); }

  66.66667% {
    -moz-transform: scaleX(0.93333); }

  75% {
    -moz-transform: scaleX(0.86667); }

  83.33333% {
    -moz-transform: scaleX(0.8); }

  91.66667% {
    -moz-transform: scaleX(0.73333); }

  100% {
    -moz-transform: scaleX(0.66667); } }

@keyframes segment-scale-6 {
  0% {
    transform: scaleX(0.6); }

  8.33333% {
    transform: scaleX(0.53333); }

  16.66667% {
    transform: scaleX(0.46667); }

  25% {
    transform: scaleX(0.4); }

  33.33333% {
    transform: scaleX(0.33333); }

  41.66667% {
    transform: scaleX(0.26667); }

  50% {
    transform: scaleX(1); }

  58.33333% {
    transform: scaleX(0.93333); }

  66.66667% {
    transform: scaleX(0.86667); }

  75% {
    transform: scaleX(0.8); }

  83.33333% {
    transform: scaleX(0.73333); }

  91.66667% {
    transform: scaleX(0.66667); }

  100% {
    transform: scaleX(0.6); } }

@-webkit-keyframes segment-scale-6 {
  0% {
    -webkit-transform: scaleX(0.6); }

  8.33333% {
    -webkit-transform: scaleX(0.53333); }

  16.66667% {
    -webkit-transform: scaleX(0.46667); }

  25% {
    -webkit-transform: scaleX(0.4); }

  33.33333% {
    -webkit-transform: scaleX(0.33333); }

  41.66667% {
    -webkit-transform: scaleX(0.26667); }

  50% {
    -webkit-transform: scaleX(1); }

  58.33333% {
    -webkit-transform: scaleX(0.93333); }

  66.66667% {
    -webkit-transform: scaleX(0.86667); }

  75% {
    -webkit-transform: scaleX(0.8); }

  83.33333% {
    -webkit-transform: scaleX(0.73333); }

  91.66667% {
    -webkit-transform: scaleX(0.66667); }

  100% {
    -webkit-transform: scaleX(0.6); } }

@-moz-keyframes segment-scale-6 {
  0% {
    -moz-transform: scaleX(0.6); }

  8.33333% {
    -moz-transform: scaleX(0.53333); }

  16.66667% {
    -moz-transform: scaleX(0.46667); }

  25% {
    -moz-transform: scaleX(0.4); }

  33.33333% {
    -moz-transform: scaleX(0.33333); }

  41.66667% {
    -moz-transform: scaleX(0.26667); }

  50% {
    -moz-transform: scaleX(1); }

  58.33333% {
    -moz-transform: scaleX(0.93333); }

  66.66667% {
    -moz-transform: scaleX(0.86667); }

  75% {
    -moz-transform: scaleX(0.8); }

  83.33333% {
    -moz-transform: scaleX(0.73333); }

  91.66667% {
    -moz-transform: scaleX(0.66667); }

  100% {
    -moz-transform: scaleX(0.6); } }

@keyframes segment-scale-5 {
  0% {
    transform: scaleX(0.53333); }

  8.33333% {
    transform: scaleX(0.46667); }

  16.66667% {
    transform: scaleX(0.4); }

  25% {
    transform: scaleX(0.33333); }

  33.33333% {
    transform: scaleX(0.26667); }

  41.66667% {
    transform: scaleX(1); }

  50% {
    transform: scaleX(0.93333); }

  58.33333% {
    transform: scaleX(0.86667); }

  66.66667% {
    transform: scaleX(0.8); }

  75% {
    transform: scaleX(0.73333); }

  83.33333% {
    transform: scaleX(0.66667); }

  91.66667% {
    transform: scaleX(0.6); }

  100% {
    transform: scaleX(0.53333); } }

@-webkit-keyframes segment-scale-5 {
  0% {
    -webkit-transform: scaleX(0.53333); }

  8.33333% {
    -webkit-transform: scaleX(0.46667); }

  16.66667% {
    -webkit-transform: scaleX(0.4); }

  25% {
    -webkit-transform: scaleX(0.33333); }

  33.33333% {
    -webkit-transform: scaleX(0.26667); }

  41.66667% {
    -webkit-transform: scaleX(1); }

  50% {
    -webkit-transform: scaleX(0.93333); }

  58.33333% {
    -webkit-transform: scaleX(0.86667); }

  66.66667% {
    -webkit-transform: scaleX(0.8); }

  75% {
    -webkit-transform: scaleX(0.73333); }

  83.33333% {
    -webkit-transform: scaleX(0.66667); }

  91.66667% {
    -webkit-transform: scaleX(0.6); }

  100% {
    -webkit-transform: scaleX(0.53333); } }

@-moz-keyframes segment-scale-5 {
  0% {
    -moz-transform: scaleX(0.53333); }

  8.33333% {
    -moz-transform: scaleX(0.46667); }

  16.66667% {
    -moz-transform: scaleX(0.4); }

  25% {
    -moz-transform: scaleX(0.33333); }

  33.33333% {
    -moz-transform: scaleX(0.26667); }

  41.66667% {
    -moz-transform: scaleX(1); }

  50% {
    -moz-transform: scaleX(0.93333); }

  58.33333% {
    -moz-transform: scaleX(0.86667); }

  66.66667% {
    -moz-transform: scaleX(0.8); }

  75% {
    -moz-transform: scaleX(0.73333); }

  83.33333% {
    -moz-transform: scaleX(0.66667); }

  91.66667% {
    -moz-transform: scaleX(0.6); }

  100% {
    -moz-transform: scaleX(0.53333); } }

@keyframes segment-scale-4 {
  0% {
    transform: scaleX(0.46667); }

  8.33333% {
    transform: scaleX(0.4); }

  16.66667% {
    transform: scaleX(0.33333); }

  25% {
    transform: scaleX(0.26667); }

  33.33333% {
    transform: scaleX(1); }

  41.66667% {
    transform: scaleX(0.93333); }

  50% {
    transform: scaleX(0.86667); }

  58.33333% {
    transform: scaleX(0.8); }

  66.66667% {
    transform: scaleX(0.73333); }

  75% {
    transform: scaleX(0.66667); }

  83.33333% {
    transform: scaleX(0.6); }

  91.66667% {
    transform: scaleX(0.53333); }

  100% {
    transform: scaleX(0.46667); } }

@-webkit-keyframes segment-scale-4 {
  0% {
    -webkit-transform: scaleX(0.46667); }

  8.33333% {
    -webkit-transform: scaleX(0.4); }

  16.66667% {
    -webkit-transform: scaleX(0.33333); }

  25% {
    -webkit-transform: scaleX(0.26667); }

  33.33333% {
    -webkit-transform: scaleX(1); }

  41.66667% {
    -webkit-transform: scaleX(0.93333); }

  50% {
    -webkit-transform: scaleX(0.86667); }

  58.33333% {
    -webkit-transform: scaleX(0.8); }

  66.66667% {
    -webkit-transform: scaleX(0.73333); }

  75% {
    -webkit-transform: scaleX(0.66667); }

  83.33333% {
    -webkit-transform: scaleX(0.6); }

  91.66667% {
    -webkit-transform: scaleX(0.53333); }

  100% {
    -webkit-transform: scaleX(0.46667); } }

@-moz-keyframes segment-scale-4 {
  0% {
    -moz-transform: scaleX(0.46667); }

  8.33333% {
    -moz-transform: scaleX(0.4); }

  16.66667% {
    -moz-transform: scaleX(0.33333); }

  25% {
    -moz-transform: scaleX(0.26667); }

  33.33333% {
    -moz-transform: scaleX(1); }

  41.66667% {
    -moz-transform: scaleX(0.93333); }

  50% {
    -moz-transform: scaleX(0.86667); }

  58.33333% {
    -moz-transform: scaleX(0.8); }

  66.66667% {
    -moz-transform: scaleX(0.73333); }

  75% {
    -moz-transform: scaleX(0.66667); }

  83.33333% {
    -moz-transform: scaleX(0.6); }

  91.66667% {
    -moz-transform: scaleX(0.53333); }

  100% {
    -moz-transform: scaleX(0.46667); } }

@keyframes segment-scale-3 {
  0% {
    transform: scaleX(0.4); }

  8.33333% {
    transform: scaleX(0.33333); }

  16.66667% {
    transform: scaleX(0.26667); }

  25% {
    transform: scaleX(1); }

  33.33333% {
    transform: scaleX(0.93333); }

  41.66667% {
    transform: scaleX(0.86667); }

  50% {
    transform: scaleX(0.8); }

  58.33333% {
    transform: scaleX(0.73333); }

  66.66667% {
    transform: scaleX(0.66667); }

  75% {
    transform: scaleX(0.6); }

  83.33333% {
    transform: scaleX(0.53333); }

  91.66667% {
    transform: scaleX(0.46667); }

  100% {
    transform: scaleX(0.4); } }

@-webkit-keyframes segment-scale-3 {
  0% {
    -webkit-transform: scaleX(0.4); }

  8.33333% {
    -webkit-transform: scaleX(0.33333); }

  16.66667% {
    -webkit-transform: scaleX(0.26667); }

  25% {
    -webkit-transform: scaleX(1); }

  33.33333% {
    -webkit-transform: scaleX(0.93333); }

  41.66667% {
    -webkit-transform: scaleX(0.86667); }

  50% {
    -webkit-transform: scaleX(0.8); }

  58.33333% {
    -webkit-transform: scaleX(0.73333); }

  66.66667% {
    -webkit-transform: scaleX(0.66667); }

  75% {
    -webkit-transform: scaleX(0.6); }

  83.33333% {
    -webkit-transform: scaleX(0.53333); }

  91.66667% {
    -webkit-transform: scaleX(0.46667); }

  100% {
    -webkit-transform: scaleX(0.4); } }

@-moz-keyframes segment-scale-3 {
  0% {
    -moz-transform: scaleX(0.4); }

  8.33333% {
    -moz-transform: scaleX(0.33333); }

  16.66667% {
    -moz-transform: scaleX(0.26667); }

  25% {
    -moz-transform: scaleX(1); }

  33.33333% {
    -moz-transform: scaleX(0.93333); }

  41.66667% {
    -moz-transform: scaleX(0.86667); }

  50% {
    -moz-transform: scaleX(0.8); }

  58.33333% {
    -moz-transform: scaleX(0.73333); }

  66.66667% {
    -moz-transform: scaleX(0.66667); }

  75% {
    -moz-transform: scaleX(0.6); }

  83.33333% {
    -moz-transform: scaleX(0.53333); }

  91.66667% {
    -moz-transform: scaleX(0.46667); }

  100% {
    -moz-transform: scaleX(0.4); } }

@keyframes segment-scale-2 {
  0% {
    transform: scaleX(0.33333); }

  8.33333% {
    transform: scaleX(0.26667); }

  16.66667% {
    transform: scaleX(1); }

  25% {
    transform: scaleX(0.93333); }

  33.33333% {
    transform: scaleX(0.86667); }

  41.66667% {
    transform: scaleX(0.8); }

  50% {
    transform: scaleX(0.73333); }

  58.33333% {
    transform: scaleX(0.66667); }

  66.66667% {
    transform: scaleX(0.6); }

  75% {
    transform: scaleX(0.53333); }

  83.33333% {
    transform: scaleX(0.46667); }

  91.66667% {
    transform: scaleX(0.4); }

  100% {
    transform: scaleX(0.33333); } }

@-webkit-keyframes segment-scale-2 {
  0% {
    -webkit-transform: scaleX(0.33333); }

  8.33333% {
    -webkit-transform: scaleX(0.26667); }

  16.66667% {
    -webkit-transform: scaleX(1); }

  25% {
    -webkit-transform: scaleX(0.93333); }

  33.33333% {
    -webkit-transform: scaleX(0.86667); }

  41.66667% {
    -webkit-transform: scaleX(0.8); }

  50% {
    -webkit-transform: scaleX(0.73333); }

  58.33333% {
    -webkit-transform: scaleX(0.66667); }

  66.66667% {
    -webkit-transform: scaleX(0.6); }

  75% {
    -webkit-transform: scaleX(0.53333); }

  83.33333% {
    -webkit-transform: scaleX(0.46667); }

  91.66667% {
    -webkit-transform: scaleX(0.4); }

  100% {
    -webkit-transform: scaleX(0.33333); } }

@-moz-keyframes segment-scale-2 {
  0% {
    -moz-transform: scaleX(0.33333); }

  8.33333% {
    -moz-transform: scaleX(0.26667); }

  16.66667% {
    -moz-transform: scaleX(1); }

  25% {
    -moz-transform: scaleX(0.93333); }

  33.33333% {
    -moz-transform: scaleX(0.86667); }

  41.66667% {
    -moz-transform: scaleX(0.8); }

  50% {
    -moz-transform: scaleX(0.73333); }

  58.33333% {
    -moz-transform: scaleX(0.66667); }

  66.66667% {
    -moz-transform: scaleX(0.6); }

  75% {
    -moz-transform: scaleX(0.53333); }

  83.33333% {
    -moz-transform: scaleX(0.46667); }

  91.66667% {
    -moz-transform: scaleX(0.4); }

  100% {
    -moz-transform: scaleX(0.33333); } }

@keyframes segment-scale-1 {
  0% {
    transform: scaleX(0.26667); }

  8.33333% {
    transform: scaleX(1); }

  16.66667% {
    transform: scaleX(0.93333); }

  25% {
    transform: scaleX(0.86667); }

  33.33333% {
    transform: scaleX(0.8); }

  41.66667% {
    transform: scaleX(0.73333); }

  50% {
    transform: scaleX(0.66667); }

  58.33333% {
    transform: scaleX(0.6); }

  66.66667% {
    transform: scaleX(0.53333); }

  75% {
    transform: scaleX(0.46667); }

  83.33333% {
    transform: scaleX(0.4); }

  91.66667% {
    transform: scaleX(0.33333); }

  100% {
    transform: scaleX(0.26667); } }

@-webkit-keyframes segment-scale-1 {
  0% {
    -webkit-transform: scaleX(0.26667); }

  8.33333% {
    -webkit-transform: scaleX(1); }

  16.66667% {
    -webkit-transform: scaleX(0.93333); }

  25% {
    -webkit-transform: scaleX(0.86667); }

  33.33333% {
    -webkit-transform: scaleX(0.8); }

  41.66667% {
    -webkit-transform: scaleX(0.73333); }

  50% {
    -webkit-transform: scaleX(0.66667); }

  58.33333% {
    -webkit-transform: scaleX(0.6); }

  66.66667% {
    -webkit-transform: scaleX(0.53333); }

  75% {
    -webkit-transform: scaleX(0.46667); }

  83.33333% {
    -webkit-transform: scaleX(0.4); }

  91.66667% {
    -webkit-transform: scaleX(0.33333); }

  100% {
    -webkit-transform: scaleX(0.26667); } }

@-moz-keyframes segment-scale-1 {
  0% {
    -moz-transform: scaleX(0.26667); }

  8.33333% {
    -moz-transform: scaleX(1); }

  16.66667% {
    -moz-transform: scaleX(0.93333); }

  25% {
    -moz-transform: scaleX(0.86667); }

  33.33333% {
    -moz-transform: scaleX(0.8); }

  41.66667% {
    -moz-transform: scaleX(0.73333); }

  50% {
    -moz-transform: scaleX(0.66667); }

  58.33333% {
    -moz-transform: scaleX(0.6); }

  66.66667% {
    -moz-transform: scaleX(0.53333); }

  75% {
    -moz-transform: scaleX(0.46667); }

  83.33333% {
    -moz-transform: scaleX(0.4); }

  91.66667% {
    -moz-transform: scaleX(0.33333); }

  100% {
    -moz-transform: scaleX(0.26667); } }

@keyframes segment-opacity-12 {
  0% {
    opacity: 1; }

  8.33333% {
    opacity: 0.93333; }

  16.66667% {
    opacity: 0.86667; }

  25% {
    opacity: 0.8; }

  33.33333% {
    opacity: 0.73333; }

  41.66667% {
    opacity: 0.66667; }

  50% {
    opacity: 0.6; }

  58.33333% {
    opacity: 0.53333; }

  66.66667% {
    opacity: 0.46667; }

  75% {
    opacity: 0.4; }

  83.33333% {
    opacity: 0.33333; }

  91.66667% {
    opacity: 0.26667; }

  100% {
    opacity: 1; } }

@-webkit-keyframes segment-opacity-12 {
  0% {
    opacity: 1; }

  8.33333% {
    opacity: 0.93333; }

  16.66667% {
    opacity: 0.86667; }

  25% {
    opacity: 0.8; }

  33.33333% {
    opacity: 0.73333; }

  41.66667% {
    opacity: 0.66667; }

  50% {
    opacity: 0.6; }

  58.33333% {
    opacity: 0.53333; }

  66.66667% {
    opacity: 0.46667; }

  75% {
    opacity: 0.4; }

  83.33333% {
    opacity: 0.33333; }

  91.66667% {
    opacity: 0.26667; }

  100% {
    opacity: 1; } }

@-moz-keyframes segment-opacity-12 {
  0% {
    opacity: 1; }

  8.33333% {
    opacity: 0.93333; }

  16.66667% {
    opacity: 0.86667; }

  25% {
    opacity: 0.8; }

  33.33333% {
    opacity: 0.73333; }

  41.66667% {
    opacity: 0.66667; }

  50% {
    opacity: 0.6; }

  58.33333% {
    opacity: 0.53333; }

  66.66667% {
    opacity: 0.46667; }

  75% {
    opacity: 0.4; }

  83.33333% {
    opacity: 0.33333; }

  91.66667% {
    opacity: 0.26667; }

  100% {
    opacity: 1; } }

@keyframes segment-opacity-11 {
  0% {
    opacity: 0.93333; }

  8.33333% {
    opacity: 0.86667; }

  16.66667% {
    opacity: 0.8; }

  25% {
    opacity: 0.73333; }

  33.33333% {
    opacity: 0.66667; }

  41.66667% {
    opacity: 0.6; }

  50% {
    opacity: 0.53333; }

  58.33333% {
    opacity: 0.46667; }

  66.66667% {
    opacity: 0.4; }

  75% {
    opacity: 0.33333; }

  83.33333% {
    opacity: 0.26667; }

  91.66667% {
    opacity: 1; }

  100% {
    opacity: 0.93333; } }

@-webkit-keyframes segment-opacity-11 {
  0% {
    opacity: 0.93333; }

  8.33333% {
    opacity: 0.86667; }

  16.66667% {
    opacity: 0.8; }

  25% {
    opacity: 0.73333; }

  33.33333% {
    opacity: 0.66667; }

  41.66667% {
    opacity: 0.6; }

  50% {
    opacity: 0.53333; }

  58.33333% {
    opacity: 0.46667; }

  66.66667% {
    opacity: 0.4; }

  75% {
    opacity: 0.33333; }

  83.33333% {
    opacity: 0.26667; }

  91.66667% {
    opacity: 1; }

  100% {
    opacity: 0.93333; } }

@-moz-keyframes segment-opacity-11 {
  0% {
    opacity: 0.93333; }

  8.33333% {
    opacity: 0.86667; }

  16.66667% {
    opacity: 0.8; }

  25% {
    opacity: 0.73333; }

  33.33333% {
    opacity: 0.66667; }

  41.66667% {
    opacity: 0.6; }

  50% {
    opacity: 0.53333; }

  58.33333% {
    opacity: 0.46667; }

  66.66667% {
    opacity: 0.4; }

  75% {
    opacity: 0.33333; }

  83.33333% {
    opacity: 0.26667; }

  91.66667% {
    opacity: 1; }

  100% {
    opacity: 0.93333; } }

@keyframes segment-opacity-10 {
  0% {
    opacity: 0.86667; }

  8.33333% {
    opacity: 0.8; }

  16.66667% {
    opacity: 0.73333; }

  25% {
    opacity: 0.66667; }

  33.33333% {
    opacity: 0.6; }

  41.66667% {
    opacity: 0.53333; }

  50% {
    opacity: 0.46667; }

  58.33333% {
    opacity: 0.4; }

  66.66667% {
    opacity: 0.33333; }

  75% {
    opacity: 0.26667; }

  83.33333% {
    opacity: 1; }

  91.66667% {
    opacity: 0.93333; }

  100% {
    opacity: 0.86667; } }

@-webkit-keyframes segment-opacity-10 {
  0% {
    opacity: 0.86667; }

  8.33333% {
    opacity: 0.8; }

  16.66667% {
    opacity: 0.73333; }

  25% {
    opacity: 0.66667; }

  33.33333% {
    opacity: 0.6; }

  41.66667% {
    opacity: 0.53333; }

  50% {
    opacity: 0.46667; }

  58.33333% {
    opacity: 0.4; }

  66.66667% {
    opacity: 0.33333; }

  75% {
    opacity: 0.26667; }

  83.33333% {
    opacity: 1; }

  91.66667% {
    opacity: 0.93333; }

  100% {
    opacity: 0.86667; } }

@-moz-keyframes segment-opacity-10 {
  0% {
    opacity: 0.86667; }

  8.33333% {
    opacity: 0.8; }

  16.66667% {
    opacity: 0.73333; }

  25% {
    opacity: 0.66667; }

  33.33333% {
    opacity: 0.6; }

  41.66667% {
    opacity: 0.53333; }

  50% {
    opacity: 0.46667; }

  58.33333% {
    opacity: 0.4; }

  66.66667% {
    opacity: 0.33333; }

  75% {
    opacity: 0.26667; }

  83.33333% {
    opacity: 1; }

  91.66667% {
    opacity: 0.93333; }

  100% {
    opacity: 0.86667; } }

@keyframes segment-opacity-9 {
  0% {
    opacity: 0.8; }

  8.33333% {
    opacity: 0.73333; }

  16.66667% {
    opacity: 0.66667; }

  25% {
    opacity: 0.6; }

  33.33333% {
    opacity: 0.53333; }

  41.66667% {
    opacity: 0.46667; }

  50% {
    opacity: 0.4; }

  58.33333% {
    opacity: 0.33333; }

  66.66667% {
    opacity: 0.26667; }

  75% {
    opacity: 1; }

  83.33333% {
    opacity: 0.93333; }

  91.66667% {
    opacity: 0.86667; }

  100% {
    opacity: 0.8; } }

@-webkit-keyframes segment-opacity-9 {
  0% {
    opacity: 0.8; }

  8.33333% {
    opacity: 0.73333; }

  16.66667% {
    opacity: 0.66667; }

  25% {
    opacity: 0.6; }

  33.33333% {
    opacity: 0.53333; }

  41.66667% {
    opacity: 0.46667; }

  50% {
    opacity: 0.4; }

  58.33333% {
    opacity: 0.33333; }

  66.66667% {
    opacity: 0.26667; }

  75% {
    opacity: 1; }

  83.33333% {
    opacity: 0.93333; }

  91.66667% {
    opacity: 0.86667; }

  100% {
    opacity: 0.8; } }

@-moz-keyframes segment-opacity-9 {
  0% {
    opacity: 0.8; }

  8.33333% {
    opacity: 0.73333; }

  16.66667% {
    opacity: 0.66667; }

  25% {
    opacity: 0.6; }

  33.33333% {
    opacity: 0.53333; }

  41.66667% {
    opacity: 0.46667; }

  50% {
    opacity: 0.4; }

  58.33333% {
    opacity: 0.33333; }

  66.66667% {
    opacity: 0.26667; }

  75% {
    opacity: 1; }

  83.33333% {
    opacity: 0.93333; }

  91.66667% {
    opacity: 0.86667; }

  100% {
    opacity: 0.8; } }

@keyframes segment-opacity-8 {
  0% {
    opacity: 0.73333; }

  8.33333% {
    opacity: 0.66667; }

  16.66667% {
    opacity: 0.6; }

  25% {
    opacity: 0.53333; }

  33.33333% {
    opacity: 0.46667; }

  41.66667% {
    opacity: 0.4; }

  50% {
    opacity: 0.33333; }

  58.33333% {
    opacity: 0.26667; }

  66.66667% {
    opacity: 1; }

  75% {
    opacity: 0.93333; }

  83.33333% {
    opacity: 0.86667; }

  91.66667% {
    opacity: 0.8; }

  100% {
    opacity: 0.73333; } }

@-webkit-keyframes segment-opacity-8 {
  0% {
    opacity: 0.73333; }

  8.33333% {
    opacity: 0.66667; }

  16.66667% {
    opacity: 0.6; }

  25% {
    opacity: 0.53333; }

  33.33333% {
    opacity: 0.46667; }

  41.66667% {
    opacity: 0.4; }

  50% {
    opacity: 0.33333; }

  58.33333% {
    opacity: 0.26667; }

  66.66667% {
    opacity: 1; }

  75% {
    opacity: 0.93333; }

  83.33333% {
    opacity: 0.86667; }

  91.66667% {
    opacity: 0.8; }

  100% {
    opacity: 0.73333; } }

@-moz-keyframes segment-opacity-8 {
  0% {
    opacity: 0.73333; }

  8.33333% {
    opacity: 0.66667; }

  16.66667% {
    opacity: 0.6; }

  25% {
    opacity: 0.53333; }

  33.33333% {
    opacity: 0.46667; }

  41.66667% {
    opacity: 0.4; }

  50% {
    opacity: 0.33333; }

  58.33333% {
    opacity: 0.26667; }

  66.66667% {
    opacity: 1; }

  75% {
    opacity: 0.93333; }

  83.33333% {
    opacity: 0.86667; }

  91.66667% {
    opacity: 0.8; }

  100% {
    opacity: 0.73333; } }

@keyframes segment-opacity-7 {
  0% {
    opacity: 0.66667; }

  8.33333% {
    opacity: 0.6; }

  16.66667% {
    opacity: 0.53333; }

  25% {
    opacity: 0.46667; }

  33.33333% {
    opacity: 0.4; }

  41.66667% {
    opacity: 0.33333; }

  50% {
    opacity: 0.26667; }

  58.33333% {
    opacity: 1; }

  66.66667% {
    opacity: 0.93333; }

  75% {
    opacity: 0.86667; }

  83.33333% {
    opacity: 0.8; }

  91.66667% {
    opacity: 0.73333; }

  100% {
    opacity: 0.66667; } }

@-webkit-keyframes segment-opacity-7 {
  0% {
    opacity: 0.66667; }

  8.33333% {
    opacity: 0.6; }

  16.66667% {
    opacity: 0.53333; }

  25% {
    opacity: 0.46667; }

  33.33333% {
    opacity: 0.4; }

  41.66667% {
    opacity: 0.33333; }

  50% {
    opacity: 0.26667; }

  58.33333% {
    opacity: 1; }

  66.66667% {
    opacity: 0.93333; }

  75% {
    opacity: 0.86667; }

  83.33333% {
    opacity: 0.8; }

  91.66667% {
    opacity: 0.73333; }

  100% {
    opacity: 0.66667; } }

@-moz-keyframes segment-opacity-7 {
  0% {
    opacity: 0.66667; }

  8.33333% {
    opacity: 0.6; }

  16.66667% {
    opacity: 0.53333; }

  25% {
    opacity: 0.46667; }

  33.33333% {
    opacity: 0.4; }

  41.66667% {
    opacity: 0.33333; }

  50% {
    opacity: 0.26667; }

  58.33333% {
    opacity: 1; }

  66.66667% {
    opacity: 0.93333; }

  75% {
    opacity: 0.86667; }

  83.33333% {
    opacity: 0.8; }

  91.66667% {
    opacity: 0.73333; }

  100% {
    opacity: 0.66667; } }

@keyframes segment-opacity-6 {
  0% {
    opacity: 0.6; }

  8.33333% {
    opacity: 0.53333; }

  16.66667% {
    opacity: 0.46667; }

  25% {
    opacity: 0.4; }

  33.33333% {
    opacity: 0.33333; }

  41.66667% {
    opacity: 0.26667; }

  50% {
    opacity: 1; }

  58.33333% {
    opacity: 0.93333; }

  66.66667% {
    opacity: 0.86667; }

  75% {
    opacity: 0.8; }

  83.33333% {
    opacity: 0.73333; }

  91.66667% {
    acity: 0.66667; }

  100% {
    opacity: 0.6; } }

@-webkit-keyframes segment-opacity-6 {
  0% {
    opacity: 0.6; }

  8.33333% {
    opacity: 0.53333; }

  16.66667% {
    opacity: 0.46667; }

  25% {
    opacity: 0.4; }

  33.33333% {
    opacity: 0.33333; }

  41.66667% {
    opacity: 0.26667; }

  50% {
    opacity: 1; }

  58.33333% {
    opacity: 0.93333; }

  66.66667% {
    opacity: 0.86667; }

  75% {
    opacity: 0.8; }

  83.33333% {
    opacity: 0.73333; }

  91.66667% {
    acity: 0.66667; }

  100% {
    opacity: 0.6; } }

@-moz-keyframes segment-opacity-6 {
  0% {
    opacity: 0.6; }

  8.33333% {
    opacity: 0.53333; }

  16.66667% {
    opacity: 0.46667; }

  25% {
    opacity: 0.4; }

  33.33333% {
    opacity: 0.33333; }

  41.66667% {
    opacity: 0.26667; }

  50% {
    opacity: 1; }

  58.33333% {
    opacity: 0.93333; }

  66.66667% {
    opacity: 0.86667; }

  75% {
    opacity: 0.8; }

  83.33333% {
    opacity: 0.73333; }

  91.66667% {
    acity: 0.66667; }

  100% {
    opacity: 0.6; } }

@keyframes segment-opacity-5 {
  0% {
    opacity: 0.53333; }

  8.33333% {
    opacity: 0.46667; }

  16.66667% {
    opacity: 0.4; }

  25% {
    opacity: 0.33333; }

  33.33333% {
    opacity: 0.26667; }

  41.66667% {
    opacity: 1; }

  50% {
    opacity: 0.93333; }

  58.33333% {
    opacity: 0.86667; }

  66.66667% {
    opacity: 0.8; }

  75% {
    opacity: 0.73333; }

  83.33333% {
    opacity: 0.66667; }

  91.66667% {
    opacity: 0.6; }

  100% {
    opacity: 0.53333; } }

@-webkit-keyframes segment-opacity-5 {
  0% {
    opacity: 0.53333; }

  8.33333% {
    opacity: 0.46667; }

  16.66667% {
    opacity: 0.4; }

  25% {
    opacity: 0.33333; }

  33.33333% {
    opacity: 0.26667; }

  41.66667% {
    opacity: 1; }

  50% {
    opacity: 0.93333; }

  58.33333% {
    opacity: 0.86667; }

  66.66667% {
    opacity: 0.8; }

  75% {
    opacity: 0.73333; }

  83.33333% {
    opacity: 0.66667; }

  91.66667% {
    opacity: 0.6; }

  100% {
    opacity: 0.53333; } }

@-moz-keyframes segment-opacity-5 {
  0% {
    opacity: 0.53333; }

  8.33333% {
    opacity: 0.46667; }

  16.66667% {
    opacity: 0.4; }

  25% {
    opacity: 0.33333; }

  33.33333% {
    opacity: 0.26667; }

  41.66667% {
    opacity: 1; }

  50% {
    opacity: 0.93333; }

  58.33333% {
    opacity: 0.86667; }

  66.66667% {
    opacity: 0.8; }

  75% {
    opacity: 0.73333; }

  83.33333% {
    opacity: 0.66667; }

  91.66667% {
    opacity: 0.6; }

  100% {
    opacity: 0.53333; } }

@keyframes segment-opacity-4 {
  0% {
    opacity: 0.46667; }

  8.33333% {
    opacity: 0.4; }

  16.66667% {
    opacity: 0.33333; }

  25% {
    opacity: 0.26667; }

  33.33333% {
    opacity: 1; }

  41.66667% {
    opacity: 0.93333; }

  50% {
    opacity: 0.86667; }

  58.33333% {
    opacity: 0.8; }

  66.66667% {
    opacity: 0.73333; }

  75% {
    opacity: 0.66667; }

  83.33333% {
    opacity: 0.6; }

  91.66667% {
    opacity: 0.53333; }

  100% {
    opacity: 0.46667; } }

@-webkit-keyframes segment-opacity-4 {
  0% {
    opacity: 0.46667; }

  8.33333% {
    opacity: 0.4; }

  16.66667% {
    opacity: 0.33333; }

  25% {
    opacity: 0.26667; }

  33.33333% {
    opacity: 1; }

  41.66667% {
    opacity: 0.93333; }

  50% {
    opacity: 0.86667; }

  58.33333% {
    opacity: 0.8; }

  66.66667% {
    opacity: 0.73333; }

  75% {
    opacity: 0.66667; }

  83.33333% {
    opacity: 0.6; }

  91.66667% {
    opacity: 0.53333; }

  100% {
    opacity: 0.46667; } }

@-moz-keyframes segment-opacity-4 {
  0% {
    opacity: 0.46667; }

  8.33333% {
    opacity: 0.4; }

  16.66667% {
    opacity: 0.33333; }

  25% {
    opacity: 0.26667; }

  33.33333% {
    opacity: 1; }

  41.66667% {
    opacity: 0.93333; }

  50% {
    opacity: 0.86667; }

  58.33333% {
    opacity: 0.8; }

  66.66667% {
    opacity: 0.73333; }

  75% {
    opacity: 0.66667; }

  83.33333% {
    opacity: 0.6; }

  91.66667% {
    opacity: 0.53333; }

  100% {
    opacity: 0.46667; } }

@keyframes segment-opacity-3 {
  0% {
    opacity: 0.4; }

  8.33333% {
    opacity: 0.33333; }

  16.66667% {
    opacity: 0.26667; }

  25% {
    opacity: 1; }

  33.33333% {
    opacity: 0.93333; }

  41.66667% {
    opacity: 0.86667; }

  50% {
    opacity: 0.8; }

  58.33333% {
    opacity: 0.73333; }

  66.66667% {
    opacity: 0.66667; }

  75% {
    opacity: 0.6; }

  83.33333% {
    opacity: 0.53333; }

  91.66667% {
    opacity: 0.46667; }

  100% {
    opacity: 0.4; } }

@-webkit-keyframes segment-opacity-3 {
  0% {
    opacity: 0.4; }

  8.33333% {
    opacity: 0.33333; }

  16.66667% {
    opacity: 0.26667; }

  25% {
    opacity: 1; }

  33.33333% {
    opacity: 0.93333; }

  41.66667% {
    opacity: 0.86667; }

  50% {
    opacity: 0.8; }

  58.33333% {
    opacity: 0.73333; }

  66.66667% {
    opacity: 0.66667; }

  75% {
    opacity: 0.6; }

  83.33333% {
    opacity: 0.53333; }

  91.66667% {
    opacity: 0.46667; }

  100% {
    opacity: 0.4; } }

@-moz-keyframes segment-opacity-3 {
  0% {
    opacity: 0.4; }

  8.33333% {
    opacity: 0.33333; }

  16.66667% {
    opacity: 0.26667; }

  25% {
    opacity: 1; }

  33.33333% {
    opacity: 0.93333; }

  41.66667% {
    opacity: 0.86667; }

  50% {
    opacity: 0.8; }

  58.33333% {
    opacity: 0.73333; }

  66.66667% {
    opacity: 0.66667; }

  75% {
    opacity: 0.6; }

  83.33333% {
    opacity: 0.53333; }

  91.66667% {
    opacity: 0.46667; }

  100% {
    opacity: 0.4; } }

@keyframes segment-opacity-2 {
  0% {
    opacity: 0.33333; }

  8.33333% {
    opacity: 0.26667; }

  16.66667% {
    opacity: 1; }

  25% {
    opacity: 0.93333; }

  33.33333% {
    opacity: 0.86667; }

  41.66667% {
    opacity: 0.8; }

  50% {
    opacity: 0.73333; }

  58.33333% {
    opacity: 0.66667; }

  66.66667% {
    opacity: 0.6; }

  75% {
    opacity: 0.53333; }

  83.33333% {
    opacity: 0.46667; }

  91.66667% {
    opacity: 0.4; }

  100% {
    opacity: 0.33333; } }

@-webkit-keyframes segment-opacity-2 {
  0% {
    opacity: 0.33333; }

  8.33333% {
    opacity: 0.26667; }

  16.66667% {
    opacity: 1; }

  25% {
    opacity: 0.93333; }

  33.33333% {
    opacity: 0.86667; }

  41.66667% {
    opacity: 0.8; }

  50% {
    opacity: 0.73333; }

  58.33333% {
    opacity: 0.66667; }

  66.66667% {
    opacity: 0.6; }

  75% {
    opacity: 0.53333; }

  83.33333% {
    opacity: 0.46667; }

  91.66667% {
    opacity: 0.4; }

  100% {
    opacity: 0.33333; } }

@-moz-keyframes segment-opacity-2 {
  0% {
    opacity: 0.33333; }

  8.33333% {
    opacity: 0.26667; }

  16.66667% {
    opacity: 1; }

  25% {
    opacity: 0.93333; }

  33.33333% {
    opacity: 0.86667; }

  41.66667% {
    opacity: 0.8; }

  50% {
    opacity: 0.73333; }

  58.33333% {
    opacity: 0.66667; }

  66.66667% {
    opacity: 0.6; }

  75% {
    opacity: 0.53333; }

  83.33333% {
    opacity: 0.46667; }

  91.66667% {
    opacity: 0.4; }

  100% {
    opacity: 0.33333; } }

@keyframes segment-opacity-1 {
  0% {
    opacity: 0.26667; }

  8.33333% {
    opacity: 1; }

  16.66667% {
    opacity: 0.93333; }

  25% {
    opacity: 0.86667; }

  33.33333% {
    opacity: 0.8; }

  41.66667% {
    opacity: 0.73333; }

  50% {
    opacity: 0.66667; }

  58.33333% {
    opacity: 0.6; }

  66.66667% {
    opacity: 0.53333; }

  75% {
    opacity: 0.46667; }

  83.33333% {
    opacity: 0.4; }

  91.66667% {
    opacity: 0.33333; }

  100% {
    opacity: 0.26667; } }

@-webkit-keyframes segment-opacity-1 {
  0% {
    opacity: 0.26667; }

  8.33333% {
    opacity: 1; }

  16.66667% {
    opacity: 0.93333; }

  25% {
    opacity: 0.86667; }

  33.33333% {
    opacity: 0.8; }

  41.66667% {
    opacity: 0.73333; }

  50% {
    opacity: 0.66667; }

  58.33333% {
    opacity: 0.6; }

  66.66667% {
    opacity: 0.53333; }

  75% {
    opacity: 0.46667; }

  83.33333% {
    opacity: 0.4; }

  91.66667% {
    opacity: 0.33333; }

  100% {
    opacity: 0.26667; } }

@-moz-keyframes segment-opacity-1 {
  0% {
    opacity: 0.26667; }

  8.33333% {
    opacity: 1; }

  16.66667% {
    opacity: 0.93333; }

  25% {
    opacity: 0.86667; }

  33.33333% {
    opacity: 0.8; }

  41.66667% {
    opacity: 0.73333; }

  50% {
    opacity: 0.66667; }

  58.33333% {
    opacity: 0.6; }

  66.66667% {
    opacity: 0.53333; }

  75% {
    opacity: 0.46667; }

  83.33333% {
    opacity: 0.4; }

  91.66667% {
    opacity: 0.33333; }

  100% {
    opacity: 0.26667; } }
/*include extra styling*/
.wrapper {
  margin: 0 auto;
  min-width: 1164px; }

.container {
  width: 1164px;
  margin: 0 auto; }

main {
  min-height: 450px; }

.mobile-slider-image {
  display: none; }
  .mobile-slider-image figure {
    margin: 0 !important; }

.flex-control-nav {
  width: auto;
  bottom: 35px;
  left: 19.8%;
  z-index: 9; }

.flex-control-nav li {
  margin: 0 14px;
  display: inline-block;
  background: #fff;
  zoom: 1;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative; }

.flex-control-paging li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.flex-control-paging li a.flex-active {
  background: #686868; }

.bkg-gray {
  background: #f6f6f6;
  padding: 70px 0 50px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 30px; }

.bkg-dark-gray {
  position: relative;
  background: #4a4a4a;
  padding: 60px 0;
  margin-bottom: 75px; }
  .bkg-dark-gray h2 {
    color: #fff;
    margin-bottom: 20px; }
  .bkg-dark-gray p {
    font-size: 16px;
    color: #fff;
    line-height: 1.38;
    font-weight: 300;
    margin-bottom: 18px; }

.contact-page main {
  overflow-x: hidden; }

.main-top {
  position: relative;
  margin-bottom: 50px; }
  .main-top:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  .main-top.no-margin {
    margin-bottom: 0; }
  .main-top video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .main-top video + img {
    visibility: hidden; }
  .main-top .page-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2; }
  .main-top .page-title .title-wrapper {
    position: relative;
    padding-left: 18px; }
  .main-top .page-title .title-wrapper:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #49ae4e;
    position: absolute;
    left: 0;
    top: 0; }
  .main-top .page-title .title-wrapper h1, .main-top .page-title .title-wrapper h5 {
    color: #fff; }
  .main-top .page-title .title-wrapper h5 {
    margin-bottom: 0;
    font-weight: 300; }

.top-tag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 58px 58px 0;
  border-color: transparent #e50000 transparent transparent;
  margin-left: auto;
  position: relative; }
  .top-tag .caption {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
    position: absolute;
    left: 28px;
    top: 12px; }

.action-tag .caption {
  font-size: 20px;
  left: 34px;
  top: 7px; }

.pdf-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 20px;
  padding-bottom: 10px;
  font-size: 11px;
  cursor: pointer; }
  .pdf-item:hover {
    color: #49ae4e; }
  .pdf-item:hover .icon-pdf:before {
    color: #49ae4e; }
  .pdf-item .icon-pdf {
    color: #272827;
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #848484; }

.pagination {
  text-align: right;
  margin: 14px 0; }
  .pagination ul li {
    padding: 2px 7px;
    font-weight: bold;
    color: #bdbdbd;
    position: relative;
    line-height: 27px; }
  .pagination ul li.current {
    color: #333; }
  .pagination ul li a {
    font-weight: bold;
    color: #bdbdbd; }
  .pagination ul li a:hover {
    color: #49ae4e; }
  .pagination ul li a:hover [class^="icon-"] {
    color: #49ae4e; }
  .pagination ul li [class^="icon-"] {
    vertical-align: top;
    color: #686868;
    line-height: 27px;
    font-size: 16px; }
  .pagination ul li.previous {
    padding-right: 16px; }
  .pagination ul li.next {
    padding-left: 16px; }

.required-fields li {
  color: red; }

.section-title h2 {
  font-weight: 900; }
  .section-title h2 + p {
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c6c5c5; }

.top-category {
  padding: 0 12px; }
  .top-category .top-category-item {
    border-top: 1px solid #c6c5c5;
    border-bottom: 1px solid #c6c5c5;
    border-right: 1px solid #c6c5c5;
    overflow: hidden;
    position: relative;
    height: 230px;
    margin-bottom: 50px; }
  .top-category .top-category-item:first-child {
    border-left: 1px solid #c6c5c5; }
  .top-category .top-category-item .teaser {
    background: #4a4a4a;
    padding: 30px 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 140px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .top-category .top-category-item .teaser:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 7px 9px;
    border-color: transparent transparent #4a4a4a transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -9px; }
  .top-category .top-category-item .teaser p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.38;
    color: #fff; }
  .top-category .top-category-item .teaser h3 {
    color: #fff;
    position: relative;
    margin-bottom: 34px; }
  .top-category .top-category-item .teaser h3:after {
    content: '';
    width: 37px;
    height: 2px;
    background: #49ae4e;
    position: absolute;
    bottom: -6px;
    left: 0; }
  .top-category .top-category-item:hover .teaser {
    top: 0; }

.top-product {
  margin-bottom: 0; }

.background-holder {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.banner-wrapper {
  max-width: 454px; }
  .banner-wrapper hr {
    position: relative;
    margin-top: 32px;
    margin-bottom: 55px; }
  .banner-wrapper hr:after {
    content: '';
    width: 43px;
    height: 23px;
    position: absolute;
    right: 0;
    bottom: -38px;
    background: url("/typo3conf/ext/provider/Resources/Public/css/img/swiss.svg") no-repeat center #ee2c24;
    background-size: contain; }
  .banner-wrapper .btn {
    background: #f5f5f5;
    color: #272827;
    border: 1px solid #272827;
    height: 41px;
    line-height: 41px; }
  .banner-wrapper .btn [class*="icon-"] {
    line-height: 41px; }
  .banner-wrapper .btn [class*="icon-"]:before {
    color: #272827; }
  .banner-wrapper .btn:hover {
    border: 1px solid #49ae4e;
    color: #fff;
    background: #49ae4e; }
  .banner-wrapper .btn:hover [class*="icon-"]:before {
    color: #fff; }

.parallax {
  padding: 58px 0;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: relative; }
  .parallax .container {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .parallax .container:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    max-width: 570px; }
  .parallax h2 {
    max-width: 800px; }
  .parallax .btn {
    min-width: 277px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 41px;
    line-height: 41px;
    margin-top: 25px; }
  .parallax .btn [class*="icon-"] {
    line-height: 41px; }
  .parallax .btn [class*="icon-"]:before {
    float: right;
    color: #fff; }
  .parallax .btn:hover {
    border: 1px solid #49ae4e;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: #49ae4e; }
  .parallax .btn:hover [class*="icon-"]:before {
    color: #fff; }

.news-list {
  margin-bottom: 195px; }

.main-middle .left {
  padding-left: 38px;
  position: relative; }
  .main-middle .left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 34px;
    background: #49ae4e; }
  .main-middle .left p {
    max-width: 465px; }
  .main-middle .left.divide-line:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(164, 164, 164, 0.41); }
  .main-middle .right h5 {
    margin-bottom: 7px; }

.current-select ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 999;
  width: 100%; }
  .current-select ul li {
    padding: 10px 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    background: #000; }
  .current-select ul li:hover {
    background: #49ae4e; }
  .current-select ul li a {
    display: block;
    color: #fff; }
  .current-select ul li:before {
    display: none; }
  .current-select .category {
    background: #fff;
    height: 39px;
    line-height: 39px;
    border: 1px solid #c6c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 18px;
    cursor: pointer; }
  .current-select .category:hover {
    color: #49ae4e; }
  .current-select .category:hover [class*='icon-']:before {
    color: #49ae4e; }
  .current-select .category [class*='icon-'] {
    font-size: 16px;
    margin: 11px 20px 0 0;
    float: right; }
  .current-select .category + ul {
    top: 62px;
    width: calc(100% - 24px);
    left: 12px;
    border: 1px solid #c6c5c5; }
  .current-select .category + ul li {
    background: #fff;
    text-align: left; }
  .current-select .category + ul li a {
    color: #272827; }
  .current-select .category + ul li:hover {
    background: #000; }
  .current-select .category + ul li:hover a {
    color: #fff; }

.ajax-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }
  .ajax-overlay .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.contact-title {
  margin-top: 65px; }
  .contact-title h1 {
    border-bottom: 7px solid #49ae4e; }

hr {
  margin-top: 0; }

.contact-form {
  padding-top: 40px; }
  .contact-form h5, .contact-form .radio-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
  .contact-form h5 {
    font-size: 13px;
    font-weight: normal;
    margin: 2px 20px 0 0; }
  .contact-form input[type="radio"] + label {
    padding-right: 0; }
  .contact-form .contact-right {
    border-left: 1px solid #c6c5c5;
    margin-top: 45px; }
  .contact-form .contact-right > div {
    padding-left: 40px; }
  .contact-form .contact-right h4 {
    position: relative;
    margin-bottom: 35px; }
  .contact-form .contact-right h4:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #49ae4e;
    position: absolute;
    left: 0;
    bottom: -15px; }
  .contact-form .contact-right p {
    line-height: 1.7;
    margin-bottom: 15px; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 30px; }
