/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

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

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

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

#cboxTitle {
  margin: 0; }

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

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

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

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

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

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

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

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

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

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0; }

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

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background-color: #fff; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 35.04px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ' ';
  display: block; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: " ";
  display: block; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f744cf7f31a48f1e6a70c179af88f99d)
 * Config saved to config.json and https://gist.github.com/f744cf7f31a48f1e6a70c179af88f99d
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

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

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover, a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover, a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover, a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover, a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover, a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

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

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

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

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

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

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

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

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

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

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

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

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

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

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .modal-header:after, .modal-footer:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.header-main, .header-main .header-menu nav > ul > li > a {
  transition: all 0.1s ease-in-out; }

.header-main .header-menu nav > ul .megamenu .megamenu-menu > li ul li a, .breadcrumbs, footer.main-footer .copyrights, .section-visual .box-info h2, .section-visual .box-info p, .section-visual .box-info small, .section-newsletter .nl-content p, .section-newsletter .nl-content a, .products-slider-sidebar-container .products-slider-sidebar p, .page-404 h1, .section-search-results .search-empty h2, .pagination a, .wysiwyg, .wysiwyg p, .wysiwyg ul:not(.list-switch):not(.list-large-arrow) li, .section-cateogries .cateogry-post .cateogry-post-link p, .section-posts .post-item p, .section-posts .post-item .post-excerpt {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

footer.main-footer .widget-content .news .news-single a, footer.main-footer ul.menu li a, .section-visual.visual-categories ul li.category-single a .category-text h2, .section-visual.visual-categories ul li.category-single a .category-text span, .section-visual-simple div p, .section-newsletter .nl-content h2, .section-newsletter .nl-form input[type="email"], .section-newsletter .nl-form input[type="submit"], .section-newsletter .nl-message span, .section-newsletter .nl-message button, .section-icons ul li, .section-taser .taser-box-container .taser-box h2, .section-taser .taser-box-container .taser-list li, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600; }

.header-main .header-menu nav > ul .megamenu .megamenu-menu > li > a, .header-search .header-search-box .search-box-form button, footer.main-footer .widget-title, .products-slider .slick-slide a span, .btn-container .btn-big, .btn-prio, .inline-headline, .call2action-container .link span, .section-headline h1, .section-brands h2, .section-visual .visual-box.premium .box-info h2, .section-visual .box-info span, .section-visual .box-info h1, .section-visual-simple div h1, .products-slider-sidebar-container .products-slider-sidebar a h2, .page-404 .error-text, .pagination .current, .wysiwyg h1, .section-cateogries .cateogry-post .cateogry-post-link h2, .section-posts .post-item h2, .article-post header h1, .mobile-menu .mobile-search input[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

/*-| Base Reset |-*/
main, body, html {
  min-height: 100%;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1f1f1;
  color: #3F383F; }
  main *, body *, html * {
    outline: 0px !important;
    font-family: 'Roboto', sans-serif; }
  main a, body a, html a {
    cursor: pointer;
    text-decoration: none !important; }
  main iframe, body iframe, html iframe {
    width: 100% !important; }
  main img, body img, html img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

main {
  position: relative; }

p:empty {
  display: none;
  margin: 0px;
  padding: 0px; }

.col-table {
  display: table;
  width: 100%; }
  .col-table .col-cell {
    display: table-cell;
    vertical-align: top; }
  .col-table .cell-25 {
    width: 25%; }
  .col-table .cell-50 {
    width: 50%; }
  .col-table .cell-75 {
    width: 75%; }
  .col-table .cell-100 {
    width: 100%; }
  .col-table .cell-v-center {
    vertical-align: middle; }
  .col-table .cell-v-bottom {
    vertical-align: bottom; }

.text-light {
  font-weight: 300; }

.header-main .header-menu nav > ul > li.has-megamenu > a:before, .header-main .header-menu nav > ul > li.has-megamenu > a:after, .header-main .header-menu nav > ul > li > .sub-menu li a, .breadcrumbs a, .header-search .search-menu-trigger:before, .header-search .search-menu-trigger:after, .header-search .header-search-box .search-box-form button, .header-search .header-search-box .search-box-form .search-select .search-select-dropdown, .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label, .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label:before, footer.main-footer .widget-content .news .news-single a, footer.main-footer ul.menu li a, .btn-container .btn-big a, .btn-container .btn-big a:after, .btn-container .btn-big a:before, .btn-prio, .share > a:after, .share > a:before, .section-visual.visual-categories ul li.category-single a, .section-visual.visual-categories ul li.category-single a img, .section-newsletter .nl-image img, .products-slider-sidebar-container .products-slider-sidebar a h2, .pagination a, .wysiwyg a, .section-posts .post-item h2, .section-posts .post-item p a, .section-posts .post-item .post-excerpt a, .slideout-panel:after, .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:after, .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:before, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:after, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:before, .mobile-menu .header-mobile-mainmenu li.opend > a:after, .mobile-menu .header-mobile-mainmenu li.opend > a:before, .mobile-menu .header-mobile-mainmenu li a, .mobile-menu .mobile-search input[type="submit"] {
  transition: all 0.2s ease-in-out; }

.row-flex {
  display: -ms-flexbox;
  display: flex; }

/* wordpress */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* wordpress */
.icon-arrow-down-dark {
  background-image: url(../images/sprite.png);
  background-position: -204px -140px;
  width: 8px;
  height: 5px; }

.icon-arrow-down-light {
  background-image: url(../images/sprite.png);
  background-position: -227px -130px;
  width: 8px;
  height: 5px; }

.icon-arrow-left-large-gray {
  background-image: url(../images/sprite.png);
  background-position: -136px -148px;
  width: 65px;
  height: 65px; }

.icon-arrow-right-large-gray {
  background-image: url(../images/sprite.png);
  background-position: -71px -148px;
  width: 65px;
  height: 65px; }

.icon-arrow-right-small-white {
  background-image: url(../images/sprite.png);
  background-position: -312px -71px;
  width: 3px;
  height: 5px; }

.icon-arrow-right-small {
  background-image: url(../images/sprite.png);
  background-position: -312px -66px;
  width: 3px;
  height: 5px; }

.icon-arrow-up-dark {
  background-image: url(../images/sprite.png);
  background-position: -243px -130px;
  width: 8px;
  height: 5px; }

.icon-arrow-up-light {
  background-image: url(../images/sprite.png);
  background-position: -235px -130px;
  width: 8px;
  height: 5px; }

.icon-footer-chf {
  background-image: url(../images/sprite.png);
  background-position: -92px 0px;
  width: 80px;
  height: 72px; }

.icon-footer-pound {
  background-image: url(../images/sprite.png);
  background-position: 0px -76px;
  width: 80px;
  height: 72px; }

.icon-gray-certificat {
  background-image: url(../images/sprite.png);
  background-position: -172px 0px;
  width: 80px;
  height: 65px; }

.icon-gray-express {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 92px;
  height: 76px; }

.icon-gray-restore {
  background-image: url(../images/sprite.png);
  background-position: -172px -65px;
  width: 80px;
  height: 65px; }

.icon-gray-support {
  background-image: url(../images/sprite.png);
  background-position: 0px -220px;
  width: 67px;
  height: 62px; }

.icon-gray-years {
  background-image: url(../images/sprite.png);
  background-position: -80px -76px;
  width: 81px;
  height: 65px; }

.icon-list-gray-express {
  background-image: url(../images/sprite.png);
  background-position: -134px -220px;
  width: 67px;
  height: 55px; }

.icon-list-gray-gift {
  background-image: url(../images/sprite.png);
  background-position: -252px 0px;
  width: 63px;
  height: 66px; }

.icon-list-gray-restore {
  background-image: url(../images/sprite.png);
  background-position: 0px -148px;
  width: 71px;
  height: 72px; }

.icon-list-gray-support {
  background-image: url(../images/sprite.png);
  background-position: -67px -220px;
  width: 67px;
  height: 62px; }

.icon-menu-arrow-left {
  background-image: url(../images/sprite.png);
  background-position: -222px -130px;
  width: 5px;
  height: 8px; }

.icon-menu-arrow-right {
  background-image: url(../images/sprite.png);
  background-position: -217px -130px;
  width: 5px;
  height: 8px; }

.icon-mobile-active {
  background-image: url(../images/sprite.png);
  background-position: -201px -170px;
  width: 29px;
  height: 22px; }

.icon-mobile {
  background-image: url(../images/sprite.png);
  background-position: -201px -148px;
  width: 29px;
  height: 22px; }

.icon-search-white {
  background-image: url(../images/sprite.png);
  background-position: -172px -130px;
  width: 16px;
  height: 17px; }

.icon-search {
  background-image: url(../images/sprite.png);
  background-position: -188px -130px;
  width: 16px;
  height: 17px; }

.icon-selected-orange {
  background-image: url(../images/sprite.png);
  background-position: -204px -130px;
  width: 13px;
  height: 10px; }

.icon-sm-email-hover {
  background-image: url(../images/sprite.png);
  background-position: -282px -156px;
  width: 30px;
  height: 30px; }

.icon-sm-email {
  background-image: url(../images/sprite.png);
  background-position: -282px -186px;
  width: 30px;
  height: 30px; }

.icon-sm-facebook-hover {
  background-image: url(../images/sprite.png);
  background-position: -252px -186px;
  width: 30px;
  height: 30px; }

.icon-sm-facebook {
  background-image: url(../images/sprite.png);
  background-position: -252px -66px;
  width: 30px;
  height: 30px; }

.icon-sm-gplus-hover {
  background-image: url(../images/sprite.png);
  background-position: -282px -126px;
  width: 30px;
  height: 30px; }

.icon-sm-gplus {
  background-image: url(../images/sprite.png);
  background-position: -252px -126px;
  width: 30px;
  height: 30px; }

.icon-sm-twitter-hover {
  background-image: url(../images/sprite.png);
  background-position: -282px -66px;
  width: 30px;
  height: 30px; }

.icon-sm-twitter {
  background-image: url(../images/sprite.png);
  background-position: -252px -156px;
  width: 30px;
  height: 30px; }

.icon-sm-xing-hover {
  background-image: url(../images/sprite.png);
  background-position: -252px -96px;
  width: 30px;
  height: 30px; }

.icon-sm-xing {
  background-image: url(../images/sprite.png);
  background-position: -282px -96px;
  width: 30px;
  height: 30px; }

.icon-tel-orange {
  background-image: url(../images/sprite.png);
  background-position: -230px -148px;
  width: 14px;
  height: 18px; }

body:not(.home) .section-visual:not(.visual-categories) {
  margin-top: -5px; }

body {
  position: relative; }
  body:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 10000;
    transition: all 0.1s ease-in-out; }

body.loaded:after {
  opacity: 0;
  visibility: hidden; }

input {
  border-radius: 0 !important; }

/*- HEADER -*/
.header-main {
  width: 100%;
  background-color: #fff; }
  .header-main .header-elements {
    position: relative; }
    .header-main .header-elements .logo {
      text-decoration: none;
      display: inline-block; }
      .header-main .header-elements .logo img.logo-img {
        width: 124px;
        height: 124px;
        margin-bottom: -40px;
        z-index: 10;
        position: relative; }
      .header-main .header-elements .logo p {
        display: inline-block;
        margin: 0; }
    .header-main .header-elements .header-siegel {
      display: table;
      float: right;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0;
      line-height: 84px; }
      .header-main .header-elements .header-siegel li {
        display: inline-block;
        vertical-align: middle; }
        .header-main .header-elements .header-siegel li img {
          height: 65px;
          width: auto; }
    .header-main .header-elements .header-action {
      float: right;
      list-style: none;
      padding: 0;
      margin: 0 20px 0 20px;
      font-size: 0; }
      .header-main .header-elements .header-action li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 84px; }
        .header-main .header-elements .header-action li.action-call p {
          color: #ED773F;
          font-weight: bolder;
          font-size: 22px;
          margin: 0; }
          .header-main .header-elements .header-action li.action-call p span {
            font-size: 15px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px; }
          .header-main .header-elements .header-action li.action-call p a {
            color: #ED773F;
            text-decoration: none;
            font-weight: bolder; }
            .header-main .header-elements .header-action li.action-call p a:before {
              content: " ";
              vertical-align: middle;
              margin-right: 4px;
              margin-bottom: 4px;
              background-image: url(../images/sprite.png);
              background-position: -230px -148px;
              width: 14px;
              height: 18px;
              display: inline-block; }
            .header-main .header-elements .header-action li.action-call p a i {
              position: relative;
              display: inline-block;
              height: 16px;
              width: 18px; }
              .header-main .header-elements .header-action li.action-call p a i::after {
                content: "";
                position: absolute;
                background-image: url(../images/sprite.png);
                background-position: -230px -148px;
                width: 14px;
                height: 18px;
                left: 0;
                top: 0;
                bottom: 0;
                display: inline-block; }
    .header-main .header-elements .header-items {
      display: none;
      list-style: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 12px;
      width: 100%;
      padding: 0;
      text-align: center;
      margin: 0 auto;
      font-size: 0; }
      .header-main .header-elements .header-items i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 3px; }
      .header-main .header-elements .header-items li {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        margin-right: 25px;
        color: #9f9c9f; }
  .header-main .header-menu {
    background-color: #4F484F;
    height: 40px;
    width: 100%; }
    .header-main .header-menu .action-mobile {
      height: 40px;
      text-align: right;
      display: none;
      /* button{
                 border:0;
                 position: relative;
                 display: inline-block;
                 background-color: transparent;
                 height: 40px;
                 width: 40px;
                 margin-right: 10px;
                 text-align: center;
                 @extend %effect;
                 &:before,&:after{
                     content: "";
                     position: absolute;
                     display: block;
                     top:0;
                     bottom: 0;
                     left:0;
                     right: 0;
                     margin: auto;
                     @extend %effect;
                 }
                 &:before{
                     @include sprite($icon-mobile);
                 }
                 &:after{
                     opacity: 0;
                     @include sprite($icon-mobile-active);
                     z-index: 10;
                 }
                 &:hover,&:active,&:focus{
                     &:before{ opacity: 0;}
                     &:after{  opacity: 1}
                 }
 
             }*/ }
    .header-main .header-menu nav {
      display: -ms-flexbox;
      display: flex;
      padding-left: 124px;
      text-align: right;
      width: 100%; }
      .header-main .header-menu nav > ul {
        height: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 40px;
        text-align: left; }
        .header-main .header-menu nav > ul > li {
          display: inline-block;
          padding-left: 15px;
          padding-right: 15px; }
          .header-main .header-menu nav > ul > li.menu-item-has-children {
            position: relative; }
          .header-main .header-menu nav > ul > li.current-menu-item > a {
            color: #fff; }
          .header-main .header-menu nav > ul > li.has-megamenu {
            padding-right: 30px; }
            .header-main .header-menu nav > ul > li.has-megamenu:hover, .header-main .header-menu nav > ul > li.has-megamenu:active, .header-main .header-menu nav > ul > li.has-megamenu:focus {
              background-color: #fff; }
              .header-main .header-menu nav > ul > li.has-megamenu:hover > a, .header-main .header-menu nav > ul > li.has-megamenu:active > a, .header-main .header-menu nav > ul > li.has-megamenu:focus > a {
                color: #4F484F; }
                .header-main .header-menu nav > ul > li.has-megamenu:hover > a:before, .header-main .header-menu nav > ul > li.has-megamenu:active > a:before, .header-main .header-menu nav > ul > li.has-megamenu:focus > a:before {
                  opacity: 1; }
                .header-main .header-menu nav > ul > li.has-megamenu:hover > a:after, .header-main .header-menu nav > ul > li.has-megamenu:active > a:after, .header-main .header-menu nav > ul > li.has-megamenu:focus > a:after {
                  opacity: 0; }
            .header-main .header-menu nav > ul > li.has-megamenu > a {
              position: relative; }
              .header-main .header-menu nav > ul > li.has-megamenu > a:before, .header-main .header-menu nav > ul > li.has-megamenu > a:after {
                content: "";
                display: inline-block;
                position: absolute;
                right: -18px;
                top: 0;
                bottom: 0;
                margin: auto; }
              .header-main .header-menu nav > ul > li.has-megamenu > a:after {
                background-image: url(../images/sprite.png);
                background-position: -227px -130px;
                width: 8px;
                height: 5px; }
              .header-main .header-menu nav > ul > li.has-megamenu > a:before {
                background-image: url(../images/sprite.png);
                background-position: -204px -140px;
                width: 8px;
                height: 5px;
                opacity: 0; }
          .header-main .header-menu nav > ul > li > a {
            font-size: 14px;
            font-weight: 600;
            color: #9f9c9f;
            text-decoration: none; }
            .header-main .header-menu nav > ul > li > a:hover, .header-main .header-menu nav > ul > li > a:active, .header-main .header-menu nav > ul > li > a:focus {
              color: #fff; }
          .header-main .header-menu nav > ul > li > .sub-menu {
            display: none;
            padding: 10px;
            left: 5px;
            background-color: #4F484F;
            list-style: none;
            line-height: initial;
            position: absolute;
            z-index: 100;
            margin: 0; }
            .header-main .header-menu nav > ul > li > .sub-menu li {
              display: block;
              margin-bottom: 10px; }
              .header-main .header-menu nav > ul > li > .sub-menu li:last-of-type {
                margin: 0; }
              .header-main .header-menu nav > ul > li > .sub-menu li a {
                font-size: 14px;
                font-weight: 600;
                color: #9f9c9f;
                text-decoration: none; }
                .header-main .header-menu nav > ul > li > .sub-menu li a:hover, .header-main .header-menu nav > ul > li > .sub-menu li a:active, .header-main .header-menu nav > ul > li > .sub-menu li a:focus {
                  color: #fff; }
        .header-main .header-menu nav > ul .megamenu {
          display: none;
          position: absolute;
          z-index: 100;
          left: 0px;
          width: 100%;
          height: auto;
          background-color: #fff;
          padding: 10px 20px 0;
          border-left: 1px solid #a1a1a1;
          border-right: 1px solid #a1a1a1;
          border-bottom: 1px solid #a1a1a1;
          padding-bottom: 10px; }
          .header-main .header-menu nav > ul .megamenu img {
            width: 100%;
            margin-bottom: 20px; }
          .header-main .header-menu nav > ul .megamenu .megamenu-menu {
            display: table;
            width: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: initial;
            font-size: 0; }
            .header-main .header-menu nav > ul .megamenu .megamenu-menu > li {
              vertical-align: top;
              display: table-cell;
              width: calc(100% / 3);
              font-size: 16px;
              padding-left: 20px;
              border-left: 1px solid #e6e6e6; }
              .header-main .header-menu nav > ul .megamenu .megamenu-menu > li:first-of-type {
                border: 0;
                padding: 0; }
              .header-main .header-menu nav > ul .megamenu .megamenu-menu > li > a {
                display: inline-block;
                padding: 5px 25px;
                color: #fff;
                background-color: #ED773F;
                text-transform: uppercase;
                font-size: 16px;
                margin-bottom: 20px; }
              .header-main .header-menu nav > ul .megamenu .megamenu-menu > li ul {
                list-style: none;
                padding: 0 0 0 20px;
                margin: 0; }
                .header-main .header-menu nav > ul .megamenu .megamenu-menu > li ul li {
                  margin-bottom: 10px;
                  display: block; }
                  .header-main .header-menu nav > ul .megamenu .megamenu-menu > li ul li a {
                    display: block;
                    color: #000;
                    font-size: 16px; }
  .header-main.scrolled {
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.7); }
    .header-main.scrolled .header-elements {
      height: 40px; }
      .header-main.scrolled .header-elements .header-action .action-call {
        height: 40px; }
        .header-main.scrolled .header-elements .header-action .action-call span {
          visibility: hidden;
          opacity: 0;
          display: none; }
      .header-main.scrolled .header-elements .header-siegel {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .header-main.scrolled .header-elements .logo img.logo-img {
        height: 80px;
        width: auto; }
      .header-main.scrolled .header-elements .logo img:not(.logo-img) {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .header-main.scrolled .header-elements .header-items {
        visibility: visible;
        opacity: 1;
        display: inline-block; }

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 20px;
  font-size: 12px;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumbs a {
    color: #000; }
    .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
      color: #ED773F; }

.main-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%; }
  .main-container.container-padding {
    padding: 0 20px; }

.main-wrapper {
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  background-color: #fff; }

.header-menu-right {
  margin-left: auto;
  -ms-flex-order: 2;
  order: 2;
  vertical-align: top; }

.header-search {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative; }
  .header-search:hover .search-menu-trigger:before {
    opacity: 0; }
  .header-search:hover .search-menu-trigger:after {
    opacity: 1; }
  .header-search .search-menu-trigger {
    width: 50px;
    height: 40px;
    position: relative;
    border: 0;
    background-color: transparent; }
    .header-search .search-menu-trigger:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      display: inline-block;
      background-image: url(../images/sprite.png);
      background-position: -188px -130px;
      width: 16px;
      height: 17px; }
    .header-search .search-menu-trigger:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      display: inline-block;
      opacity: 0;
      background-image: url(../images/sprite.png);
      background-position: -172px -130px;
      width: 16px;
      height: 17px; }
  .header-search .header-search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
    background-color: #fff;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    padding: 20px; }
    .header-search .header-search-box:before {
      position: absolute;
      top: -5px;
      right: 15px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.3px 10px 7.3px;
      border-color: transparent transparent #ffffff transparent;
      line-height: 0px;
      _border-color: #000000 #000000 #ffffff #000000;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
    .header-search .header-search-box .search-box-form {
      display: -ms-flexbox;
      display: flex; }
      .header-search .header-search-box .search-box-form input[type="search"] {
        display: inline-block;
        width: 250px;
        height: 30px;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
        color: #000;
        padding: 0 10px;
        border-radius: 0; }
      .header-search .header-search-box .search-box-form button {
        cursor: pointer;
        display: inline-block;
        height: 32px;
        border: 1px solid #ED773F;
        background-color: #ED773F;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px; }
        .header-search .header-search-box .search-box-form button:hover, .header-search .header-search-box .search-box-form button:active, .header-search .header-search-box .search-box-form button:focus {
          background-color: #fff;
          color: #ED773F; }
      .header-search .header-search-box .search-box-form .search-select {
        position: relative;
        display: inline-block; }
        .header-search .header-search-box .search-box-form .search-select:hover .search-select-dropdown {
          visibility: visible;
          opacity: 1; }
        .header-search .header-search-box .search-box-form .search-select span {
          min-width: 125px;
          white-space: nowrap;
          cursor: pointer;
          height: 32px;
          position: relative;
          padding: 0 10px 0 30px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
          align-items: center;
          color: #000;
          border-top: 1px solid #e6e6e6;
          border-bottom: 1px solid #e6e6e6; }
          .header-search .header-search-box .search-box-form .search-select span:before {
            left: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            content: " ";
            background-image: url(../images/sprite.png);
            background-position: -204px -140px;
            width: 8px;
            height: 5px;
            display: inline-block; }
          .header-search .header-search-box .search-box-form .search-select span:after {
            left: 0px;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            content: " ";
            display: inline-block;
            height: 20px;
            border-left: 1px solid #e6e6e6; }
        .header-search .header-search-box .search-box-form .search-select .search-select-dropdown {
          visibility: hidden;
          opacity: 0;
          padding: 10px 10px 10px 0;
          background-color: #fff;
          display: block;
          position: absolute;
          width: 100%;
          border-left: 1px solid #e6e6e6;
          border-right: 1px solid #e6e6e6;
          border-bottom: 1px solid #e6e6e6; }
          .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label {
            position: relative;
            padding: 0 0 0 30px;
            display: block;
            text-align: left;
            color: #000;
            margin-bottom: 10px; }
            .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label:last-of-type {
              margin: 0; }
            .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label:hover {
              color: #ED773F; }
            .header-search .header-search-box .search-box-form .search-select .search-select-dropdown label:before {
              position: absolute;
              content: "";
              background-image: url(../images/sprite.png);
              background-position: -204px -130px;
              width: 13px;
              height: 10px;
              left: 10px;
              top: 0;
              bottom: 0;
              margin: auto;
              opacity: 0; }
          .header-search .header-search-box .search-box-form .search-select .search-select-dropdown input[type="radio"] {
            visibility: hidden;
            position: absolute; }
          .header-search .header-search-box .search-box-form .search-select .search-select-dropdown input[type="radio"]:checked + label {
            color: #ED773F;
            font-weight: bold; }
            .header-search .header-search-box .search-box-form .search-select .search-select-dropdown input[type="radio"]:checked + label:before {
              opacity: 1; }

/*- Footer -*/
footer.main-footer {
  background-color: #fff;
  border-top: 27px #888888 solid;
  padding-top: 35px; }
  footer.main-footer .main-container {
    padding: 0 20px; }
  footer.main-footer .widget-title {
    display: block;
    margin-bottom: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #222222; }
  footer.main-footer .widget-content .news .news-single {
    padding: 0 30px 0 0;
    margin-bottom: 15px;
    vertical-align: top; }
    footer.main-footer .widget-content .news .news-single a {
      display: -ms-flexbox;
      display: flex;
      vertical-align: top;
      color: #a4a4a4;
      font-size: 13px; }
      footer.main-footer .widget-content .news .news-single a:hover, footer.main-footer .widget-content .news .news-single a:focus, footer.main-footer .widget-content .news .news-single a:active {
        color: #222; }
    footer.main-footer .widget-content .news .news-single .img-container {
      height: 75px;
      width: 85px;
      min-width: 85px;
      display: inline-block; }
      footer.main-footer .widget-content .news .news-single .img-container img {
        width: 100%; }
    footer.main-footer .widget-content .news .news-single span {
      padding-left: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  footer.main-footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0; }
    footer.main-footer ul.menu li {
      display: inline-block;
      width: 100%; }
      footer.main-footer ul.menu li a {
        font-size: 13px;
        text-decoration: underline !important;
        color: #a4a4a4;
        display: block;
        margin-bottom: 15px;
        cursor: pointer; }
        footer.main-footer ul.menu li a:hover, footer.main-footer ul.menu li a:focus, footer.main-footer ul.menu li a:active {
          color: #222; }
  footer.main-footer .copyrights {
    font-size: 11px;
    color: #222;
    padding-top: 30px;
    padding-bottom: 5px; }
    footer.main-footer .copyrights p {
      margin-bottom: 5px; }
    footer.main-footer .copyrights ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer.main-footer .copyrights ul li {
        display: inline-block;
        padding-right: 15px; }
        footer.main-footer .copyrights ul li a {
          color: #222;
          display: block; }

/* Slider */
.products-slider {
  overflow: hidden;
  margin: 0 -3px;
  padding: 0 14px; }
  .products-slider .slick-slide {
    overflow: hidden;
    text-align: center; }
    .products-slider .slick-slide a {
      margin: 0 3px;
      display: -ms-flexbox;
      display: flex;
      height: 200px;
      overflow: hidden;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0); }
      .products-slider .slick-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        z-index: 1;
        transition: all 0.4s ease-in-out;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0); }
      .products-slider .slick-slide a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: #000;
        opacity: .3;
        top: 0;
        transition: all 0.4s ease-in-out; }
      .products-slider .slick-slide a:hover:after {
        top: 490px;
        left: -560px; }
      .products-slider .slick-slide a:hover:before {
        background-color: #ED773F; }
      .products-slider .slick-slide a:hover img {
        transform: scale(1); }
      .products-slider .slick-slide a img {
        transition: all 0.4s ease-in-out;
        display: block;
        margin: auto;
        height: 100%;
        width: auto;
        object-fit: cover;
        transform: scale(1.1);
        text-indent: -9999px;
        font-size: 0; }
      .products-slider .slick-slide a span {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 16px;
        color: #fff;
        z-index: 99999; }

/* Elements */
.btn-container {
  display: block;
  padding: 20px 0 20px 20px; }
  .btn-container .btn-big {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ED773F;
    color: #fff;
    padding: 0 3px 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    vertical-align: middle; }
    .btn-container .btn-big a {
      position: relative;
      color: #222;
      background-color: #fff;
      height: 24px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px 0 10px;
      margin-left: 10px; }
      .btn-container .btn-big a:after, .btn-container .btn-big a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto;
        content: "";
        display: inline-block; }
      .btn-container .btn-big a:after {
        background-image: url(../images/sprite.png);
        background-position: -312px -66px;
        width: 3px;
        height: 5px; }
      .btn-container .btn-big a:before {
        opacity: 0;
        background-image: url(../images/sprite.png);
        background-position: -312px -71px;
        width: 3px;
        height: 5px; }
      .btn-container .btn-big a:hover, .btn-container .btn-big a:active, .btn-container .btn-big a:focus {
        background-color: #222;
        color: #fff; }
        .btn-container .btn-big a:hover:after, .btn-container .btn-big a:active:after, .btn-container .btn-big a:focus:after {
          opacity: 0; }
        .btn-container .btn-big a:hover:before, .btn-container .btn-big a:active:before, .btn-container .btn-big a:focus:before {
          opacity: 1; }
  .btn-container .slider-control {
    height: 30px;
    margin-right: 20px;
    float: right;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-container .slider-control button {
      font-size: 10px;
      height: 20px;
      width: 20px;
      border: 1px solid #e6e6e6;
      background-color: transparent; }
      .btn-container .slider-control button:after {
        content: "";
        display: block; }
      .btn-container .slider-control button[data-event="prev"]:after {
        background-image: url(../images/sprite.png);
        background-position: -222px -130px;
        width: 5px;
        height: 8px; }
      .btn-container .slider-control button[data-event="next"]:after {
        background-image: url(../images/sprite.png);
        background-position: -217px -130px;
        width: 5px;
        height: 8px; }
      .btn-container .slider-control button:first-child {
        margin-right: 4px; }

.btn-prio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ED773F;
  border: 1px solid #ED773F;
  color: #fff;
  padding: 0 15px 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  height: 30px;
  vertical-align: middle; }
  .btn-prio:hover, .btn-prio:active, .btn-prio:focus {
    color: #ED773F;
    background-color: #fff;
    text-decoration: none; }

span.btn-prio:hover {
  color: #fff;
  background-color: #ED773F; }

.inline-headline {
  display: inline-block;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  vertical-align: baseline; }

.section-nav {
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.call2action-container {
  /* don't change */ }
  .call2action-container > div {
    position: relative; }
  .call2action-container img {
    width: 100%;
    height: auto; }
  .call2action-container .link {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    height: 55px;
    background-color: #2b2b2b;
    color: #fff;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
    .call2action-container .link a {
      margin-right: 25px;
      text-align: center;
      line-height: 0.95; }
    .call2action-container .link span {
      color: #fff;
      text-transform: uppercase;
      font-size: 26px;
      display: block; }

.share {
  display: block; }
  .share p.share-title {
    font-size: 18px; }
  .share > a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    margin: 5px; }
    .share > a:first-of-type {
      margin-left: 0; }
    .share > a:after, .share > a:before {
      content: " ";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .share > a:after {
      opacity: 0; }
    .share > a:hover, .share > a:active, .share > a:focus {
      background-color: #fff !important; }
      .share > a:hover:after, .share > a:active:after, .share > a:focus:after {
        opacity: 1; }
      .share > a:hover:before, .share > a:active:before, .share > a:focus:before {
        opacity: 0; }
    .share > a.facebook {
      background-color: #3B5998; }
      .share > a.facebook:before {
        background-image: url(../images/sprite.png);
        background-position: -252px -66px;
        width: 30px;
        height: 30px; }
      .share > a.facebook:after {
        background-image: url(../images/sprite.png);
        background-position: -252px -186px;
        width: 30px;
        height: 30px; }
    .share > a.twitter {
      background-color: #2BA9E1; }
      .share > a.twitter:before {
        background-image: url(../images/sprite.png);
        background-position: -252px -156px;
        width: 30px;
        height: 30px; }
      .share > a.twitter:after {
        background-image: url(../images/sprite.png);
        background-position: -282px -66px;
        width: 30px;
        height: 30px; }
    .share > a.email {
      background-color: #939598; }
      .share > a.email:before {
        background-image: url(../images/sprite.png);
        background-position: -282px -186px;
        width: 30px;
        height: 30px; }
      .share > a.email:after {
        background-image: url(../images/sprite.png);
        background-position: -282px -156px;
        width: 30px;
        height: 30px; }
    .share > a.gplus {
      background-color: #DD4B39; }
      .share > a.gplus:before {
        background-image: url(../images/sprite.png);
        background-position: -252px -126px;
        width: 30px;
        height: 30px; }
      .share > a.gplus:after {
        background-image: url(../images/sprite.png);
        background-position: -282px -126px;
        width: 30px;
        height: 30px; }
    .share > a.xing {
      background-color: #026466; }
      .share > a.xing:before {
        background-image: url(../images/sprite.png);
        background-position: -282px -96px;
        width: 30px;
        height: 30px; }
      .share > a.xing:after {
        background-image: url(../images/sprite.png);
        background-position: -252px -96px;
        width: 30px;
        height: 30px; }

.section-headline {
  padding: 20px; }
  .section-headline h1 {
    text-transform: uppercase; }
  .section-headline p {
    font-size: 16px; }

/* Sections */
.section-brands {
  padding: 0 80px; }
  .section-brands h2 {
    font-size: 30px;
    color: #ED773F;
    text-transform: uppercase;
    text-align: center;
    margin-top: 43px; }
  .section-brands ul {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    margin: 35px auto 40px;
    width: auto; }
    .section-brands ul li {
      display: inline-block;
      vertical-align: middle; }
      .section-brands ul li img {
        margin: auto;
        height: auto;
        width: 100%; }

.section-visual .flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .section-visual .flex img {
    max-width: 100%;
    width: 100%; }
  .section-visual .flex > div {
    width: 50%;
    overflow: hidden; }

.section-visual ul {
  height: 390px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0; }
  .section-visual ul li {
    display: inline-block;
    font-size: 12px;
    width: 50%;
    height: 50%; }

.section-visual .visual-box {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .section-visual .visual-box .box-image {
    margin: 5px 0 0 5px;
    overflow: hidden;
    height: 100%; }
  .section-visual .visual-box img {
    object-fit: cover;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out; }
  .section-visual .visual-box.premium {
    height: 390px; }
    .section-visual .visual-box.premium .box-info h2 {
      font-size: 28px;
      color: #fff;
      margin: 5px auto;
      line-height: 38px;
      display: block; }
    .section-visual .visual-box.premium .box-image {
      margin: 0;
      margin-top: 5px; }
    .section-visual .visual-box.premium a:before {
      margin: 5px 0 0 0px; }
    .section-visual .visual-box.premium a:hover:after {
      top: 915px;
      left: -1060px; }
  .section-visual .visual-box a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden; }
    .section-visual .visual-box a:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      content: '';
      z-index: 1;
      transition: all 0.4s ease-in-out;
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0); }
    .section-visual .visual-box a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      background-color: #000;
      opacity: .3;
      top: 0;
      margin: 5px 0 0 5px;
      transition: all 0.4s ease-in-out; }
    .section-visual .visual-box a:hover:after {
      top: 445px;
      left: -560px; }
    .section-visual .visual-box a:hover:before {
      background-color: #ED773F; }
    .section-visual .visual-box a:hover img {
      transform: scale(1); }

.section-visual .box-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 20px; }
  .section-visual .box-info span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    background-color: #ED773F; }
  .section-visual .box-info h1 {
    font-size: 28px;
    color: #fff;
    margin: 5px auto;
    line-height: 38px;
    display: block; }
  .section-visual .box-info h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.3px; }
  .section-visual .box-info p {
    color: #fff;
    font-size: 14px;
    margin: 0; }
  .section-visual .box-info small {
    font-size: 14px;
    color: #fff;
    display: inline-block; }

.section-visual.visual-categories {
  padding-bottom: 10px;
  /* border-bottom: 1px solid #e6e6e6;
        */ }
  .section-visual.visual-categories ul li.category-single {
    height: 375px;
    width: calc(100% / 3 - 4px);
    overflow: hidden;
    position: relative; }
    .section-visual.visual-categories ul li.category-single a {
      display: block;
      height: 100%;
      width: 100%; }
      .section-visual.visual-categories ul li.category-single a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        z-index: 1;
        transition: all 0.4s ease-in-out;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
        -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0); }
      .section-visual.visual-categories ul li.category-single a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background-color: #000;
        opacity: .3;
        top: 0;
        transition: all 0.4s ease-in-out; }
      .section-visual.visual-categories ul li.category-single a:hover:after {
        top: 810px;
        left: -1030px; }
      .section-visual.visual-categories ul li.category-single a:hover:before {
        background-color: #ED773F; }
      .section-visual.visual-categories ul li.category-single a:hover img {
        transform: scale(1); }
      .section-visual.visual-categories ul li.category-single a img {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        transform: scale(1.1); }
      .section-visual.visual-categories ul li.category-single a .category-text {
        position: absolute;
        top: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 10; }
        .section-visual.visual-categories ul li.category-single a .category-text h2 {
          text-transform: uppercase;
          padding: 0 15px; }
        .section-visual.visual-categories ul li.category-single a .category-text span {
          display: block;
          text-transform: uppercase;
          font-size: 14px; }
    .section-visual.visual-categories ul li.category-single:nth-child(1) {
      margin-right: 4px; }
    .section-visual.visual-categories ul li.category-single:nth-child(2) {
      margin-left: 2px;
      margin-right: 2px; }
    .section-visual.visual-categories ul li.category-single:nth-child(3) {
      margin-left: 4px; }

.section-visual-simple {
  position: relative; }
  .section-visual-simple img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .section-visual-simple div {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 20px; }
    .section-visual-simple div h1 {
      color: #fff;
      font-size: 48px;
      text-transform: uppercase;
      margin: 0;
      background-color: #ED7940;
      padding: 6px 20px;
      display: inline-block; }
    .section-visual-simple div p {
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      padding: 5px 20px;
      background-color: #4F484F;
      display: inline-block; }

.section-newsletter {
  display: table;
  width: 100%;
  vertical-align: top;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .section-newsletter .nl-image {
    padding: 20px 0 20px 20px;
    display: table-cell;
    width: 375px; }
    .section-newsletter .nl-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-newsletter .nl-content-container {
    display: table-cell;
    padding: 20px;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top; }
  .section-newsletter .nl-content {
    width: 100%; }
    .section-newsletter .nl-content h2 {
      font-size: 18px;
      color: #000;
      margin: 0 0 20px; }
    .section-newsletter .nl-content p {
      color: #000;
      font-size: 14px;
      margin-bottom: 0; }
    .section-newsletter .nl-content a {
      color: #000;
      font-size: 14px;
      text-decoration: underline !important; }
  .section-newsletter .nl-form {
    margin-bottom: 20px;
    font-size: 0;
    vertical-align: top; }
    .section-newsletter .nl-form input[type="email"] {
      height: 30px;
      width: calc(90% - 75px);
      font-size: 12px;
      color: #222;
      border: 2px solid #ED773F;
      padding-left: 10px;
      border-radius: 0; }
    .section-newsletter .nl-form input[type="submit"] {
      height: 30px;
      padding: 0 10px;
      border: 0px;
      background-color: #ED773F;
      color: #fff;
      font-size: 12px;
      border-radius: 0; }
  .section-newsletter .nl-message {
    margin-bottom: 20px;
    font-size: 0;
    display: none;
    position: relative;
    vertical-align: top; }
    .section-newsletter .nl-message.nl-success span {
      background-color: #defded;
      color: #004e07;
      border: 1px #c0dcc3 dashed; }
    .section-newsletter .nl-message.nl-success button {
      display: none; }
    .section-newsletter .nl-message.nl-success p {
      display: block; }
    .section-newsletter .nl-message.nl-error span {
      color: #9F6000;
      background-color: #FEEFB3;
      border: 1px #9F6000 dashed; }
    .section-newsletter .nl-message span {
      padding: 6px 10px;
      vertical-align: top;
      display: inline-block;
      font-size: 12px;
      height: 30px;
      width: 100%;
      color: #fff; }
    .section-newsletter .nl-message button {
      right: 0;
      top: 0;
      position: absolute;
      height: 30px;
      padding: 0 10px;
      border: 0px;
      background-color: #ED773F;
      color: #fff;
      font-size: 12px;
      border-radius: 0; }
    .section-newsletter .nl-message p {
      display: none; }

.section-icons {
  padding: 45px 0; }
  .section-icons i {
    display: block;
    text-align: center;
    margin: 10px auto; }
  .section-icons ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    font-size: 0; }
    .section-icons ul li {
      display: inline-block;
      width: calc(100% / 4);
      text-align: center;
      font-size: 13px; }

.section-taser {
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .section-taser div[class*='col'] {
    padding: 0; }
  .section-taser .section-sidebar > div:first-of-type {
    padding-top: 0; }
  .section-taser .section-sidebar > div:last-of-type {
    padding-bottom: 0; }
  .section-taser .taser-box-container {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    .section-taser .taser-box-container .row {
      margin: 0 5px; }
    .section-taser .taser-box-container .taser-box {
      padding-right: 20px; }
      .section-taser .taser-box-container .taser-box img {
        width: 100%;
        height: auto; }
      .section-taser .taser-box-container .taser-box h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 9px 0; }
      .section-taser .taser-box-container .taser-box p {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        margin-bottom: 20px; }
    .section-taser .taser-box-container .taser-list {
      padding-right: 20px;
      list-style: none;
      height: 400px;
      width: 100%;
      display: block;
      padding: 0;
      margin: 0; }
      .section-taser .taser-box-container .taser-list li {
        height: calc(100% / 4);
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        line-height: 19px; }
        .section-taser .taser-box-container .taser-list li .taser-list-icon {
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          width: 100px;
          margin-left: 25px;
          margin-right: 10 epx;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center; }
          .section-taser .taser-box-container .taser-list li .taser-list-icon i {
            display: inline-block; }
        .section-taser .taser-box-container .taser-list li p {
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin: 0; }

.products-slider-sidebar-container {
  position: relative;
  padding: 20px; }
  .products-slider-sidebar-container .slider-nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 100;
    height: 30px;
    right: 20px;
    -ms-flex-align: center;
    align-items: center; }
    .products-slider-sidebar-container .slider-nav .slider-control {
      height: 30px;
      background-color: #fff;
      margin-left: auto;
      -ms-flex-align: end;
      align-items: flex-end;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .products-slider-sidebar-container .slider-nav .slider-control button {
        font-size: 10px;
        height: 20px;
        width: 20px;
        border: 1px solid #e6e6e6;
        background-color: transparent; }
        .products-slider-sidebar-container .slider-nav .slider-control button:after {
          content: "";
          display: block; }
        .products-slider-sidebar-container .slider-nav .slider-control button[data-event="prev"]:after {
          background-image: url(../images/sprite.png);
          background-position: -222px -130px;
          width: 5px;
          height: 8px; }
        .products-slider-sidebar-container .slider-nav .slider-control button[data-event="next"]:after {
          background-image: url(../images/sprite.png);
          background-position: -217px -130px;
          width: 5px;
          height: 8px; }
        .products-slider-sidebar-container .slider-nav .slider-control button:first-child {
          margin-right: 4px; }
  .products-slider-sidebar-container .products-slider-sidebar a h2 {
    font-size: 18px;
    line-height: initial;
    margin: 0 0 20px 0;
    color: initial; }
    .products-slider-sidebar-container .products-slider-sidebar a h2:hover {
      color: #ED773F; }
  .products-slider-sidebar-container .products-slider-sidebar a.btn-prio {
    margin-bottom: 15px; }
  .products-slider-sidebar-container .products-slider-sidebar img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .products-slider-sidebar-container .products-slider-sidebar p {
    font-size: 16px;
    color: #000;
    line-height: 24px; }
  .products-slider-sidebar-container .products-slider-sidebar .slick-list {
    margin: 0; }

/*
.catalog-sidebar{
    display: flex;
    flex-direction: column;
    height: 100%;

    hr{
        display: block;
        border-top: 1px solid #e6e6e6;
        margin: 20px 0;
    }
    .share{
        margin:0 20px;
    }
    .call2action-container{
        margin:0 20px;
    }
}*/
.page-404 {
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }
  .page-404 .error-text {
    display: block;
    font-size: 180px;
    line-height: initial;
    margin-bottom: 20px;
    color: #ED773F; }
  .page-404 h1 {
    text-transform: uppercase;
    color: #000;
    margin: 0 20px 20px 20px;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    background-color: #FFEFB0;
    padding: 10px;
    line-height: initial; }

.search-404 {
  margin: auto;
  width: auto;
  padding: 0 20px 0 20px; }
  .search-404 label {
    font-size: 0; }
  .search-404 input[type="search"] {
    height: 24px;
    width: 50%;
    max-width: 70%;
    font-size: 12px;
    color: #222;
    border: 2px solid #ED773F;
    padding-left: 10px;
    border-radius: 0; }
  .search-404 input[type="submit"] {
    height: 30px;
    padding: 0 10px;
    border: 0px;
    background-color: #ED773F;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0; }

.section-search-results {
  background-color: #fff;
  margin-bottom: 40px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6; }
  .section-search-results .search-item .search-highlight {
    color: #ED773F; }
  .section-search-results .search-footer {
    text-align: center;
    font-size: 22px;
    margin-top: 40px; }
    .section-search-results .search-footer a {
      margin: 0 10px;
      display: inline-block;
      font-size: 18px;
      text-decoration: none;
      text-transform: uppercase;
      color: #ED773F; }
      .section-search-results .search-footer a:after {
        content: "";
        display: inline-block;
        margin-left: 5px; }
  .section-search-results .search-empty {
    padding: 20px 0;
    text-align: center; }
    .section-search-results .search-empty h2 {
      margin-bottom: 40px;
      margin-top: 0; }
    .section-search-results .search-empty p {
      font-size: 18px; }
    .section-search-results .search-empty ul {
      list-style: none;
      width: auto;
      margin: 0 auto 40px;
      padding: 0; }
      .section-search-results .search-empty ul li {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px; }
  .section-search-results .search-404 {
    margin: 0 auto; }
    .section-search-results .search-404 input[type="search"] {
      border-radius: 0; }

.pagination {
  padding: 20px 0 0;
  text-align: center; }
  .pagination .current, .pagination a {
    margin: 0 2px;
    font-size: 18px;
    display: inline-block;
    padding: 2px 5px; }
  .pagination .current {
    background-color: #ED773F;
    color: #fff; }
  .pagination a {
    background-color: #3F383F;
    color: #fff; }
    .pagination a:hover, .pagination a:focus, .pagination a:active {
      background-color: #ED773F; }

/* News / Werbeideen */
.wysiwyg {
  padding-bottom: 25px;
  font-size: 16px;
  color: #000;
  line-height: 25px; }
  .wysiwyg div.prim {
    padding: 20px 20px;
    background-color: #f1f1f1;
    margin: 0 -20px; }
    .wysiwyg div.prim h1:first-child, .wysiwyg div.prim h2:first-child, .wysiwyg div.prim h3:first-child, .wysiwyg div.prim h4:first-child, .wysiwyg div.prim h5:first-child, .wysiwyg div.prim h6:first-child {
      margin-top: 0; }
    .wysiwyg div.prim p:last-child {
      margin-bottom: 0; }
  .wysiwyg img.img-full {
    width: 100%;
    height: auto; }
  .wysiwyg img {
    height: auto; }
  .wysiwyg p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px; }
  .wysiwyg h1 {
    font-size: 30px; }
  .wysiwyg h2 {
    font-size: 26px; }
  .wysiwyg h3 {
    font-size: 22px; }
  .wysiwyg h4 {
    font-size: 18px; }
  .wysiwyg h5 {
    font-size: 14px; }
  .wysiwyg h6 {
    font-size: 10px; }
  .wysiwyg h1 {
    font-size: 30px;
    margin: 0 0 20px;
    display: block;
    color: #000;
    text-transform: uppercase;
    line-height: initial; }
    .wysiwyg h1 span, .wysiwyg h1 small {
      color: #000;
      text-transform: none; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin: 20px 0 10px;
    color: #000;
    display: block;
    line-height: initial;
    text-transform: uppercase; }
    .wysiwyg h2 span, .wysiwyg h2 small, .wysiwyg h3 span, .wysiwyg h3 small, .wysiwyg h4 span, .wysiwyg h4 small, .wysiwyg h5 span, .wysiwyg h5 small, .wysiwyg h6 span, .wysiwyg h6 small {
      color: #000;
      text-transform: none; }
  .wysiwyg img {
    max-width: 100%;
    width: auto;
    margin: 10px 0; }
    .wysiwyg img.image-center {
      margin: 10px auto;
      float: none;
      display: block; }
    .wysiwyg img.image-right {
      float: right;
      display: block; }
    .wysiwyg img.image-left {
      float: left;
      display: block; }
  .wysiwyg a {
    text-decoration: underline !important;
    color: #000; }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg a:focus {
      color: #ED773F; }
  .wysiwyg ul:not(.list-switch):not(.list-large-arrow) {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    .wysiwyg ul:not(.list-switch):not(.list-large-arrow) li {
      position: relative;
      display: block;
      line-height: 20px;
      padding-left: 15px;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 25px; }
      .wysiwyg ul:not(.list-switch):not(.list-large-arrow) li p {
        margin-bottom: 0; }
      .wysiwyg ul:not(.list-switch):not(.list-large-arrow) li:before {
        background-image: url(../images/sprite.png);
        background-position: -217px -130px;
        width: 5px;
        height: 8px;
        content: " ";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 8px; }
    .wysiwyg ul:not(.list-switch):not(.list-large-arrow) ul {
      padding-left: 10px;
      margin: 0; }
  .wysiwyg ul.list-switch {
    list-style: none;
    padding: 0;
    margin: 10px 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wysiwyg ul.list-switch li {
      position: relative;
      padding-bottom: 0px;
      width: calc(100% - 70px); }
      .wysiwyg ul.list-switch li strong {
        display: block; }
      .wysiwyg ul.list-switch li h3 {
        margin-bottom: 0; }
      .wysiwyg ul.list-switch li:nth-child(odd) {
        padding-left: 70px; }
        .wysiwyg ul.list-switch li:nth-child(odd):before {
          opacity: 0.5;
          content: ' ';
          display: inline-block;
          background-image: url(../images/sprite.png);
          background-position: -136px -148px;
          width: 65px;
          height: 65px;
          position: absolute;
          left: 0px;
          top: 15px; }
      .wysiwyg ul.list-switch li:nth-child(even) {
        padding-right: 70px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: right; }
        .wysiwyg ul.list-switch li:nth-child(even):after {
          opacity: 0.5;
          content: ' ';
          display: inline-block;
          background-image: url(../images/sprite.png);
          background-position: -71px -148px;
          width: 65px;
          height: 65px;
          position: absolute;
          right: 0px;
          top: 15px; }
  .wysiwyg ul.list-large-arrow {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wysiwyg ul.list-large-arrow li {
      margin: 10px 0;
      position: relative;
      padding-bottom: 0px;
      width: calc(100% - 70px);
      padding-left: 70px; }
      .wysiwyg ul.list-large-arrow li strong {
        display: block; }
      .wysiwyg ul.list-large-arrow li:before {
        content: ' ';
        display: inline-block;
        background-image: url(../images/sprite.png);
        background-position: -136px -148px;
        width: 65px;
        height: 65px;
        position: absolute;
        left: 0px;
        top: 15px; }
  .wysiwyg ol {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    .wysiwyg ol li {
      line-height: 30px; }
    .wysiwyg ol ol {
      padding-left: 10px;
      margin: 0; }
  .wysiwyg ol.large-numbers {
    counter-reset: large-numbers; }
    .wysiwyg ol.large-numbers li {
      position: relative;
      padding-left: 70px;
      padding-bottom: 0px; }
      .wysiwyg ol.large-numbers li:before {
        content: counter(large-numbers);
        counter-increment: large-numbers;
        display: inline-block;
        font-size: 70px;
        font-weight: bold;
        color: #ddd;
        padding-right: 5px;
        font-style: italic;
        position: absolute;
        left: 0px;
        top: 15px; }

.section-cateogries {
  border-bottom: 1px solid #e6e6e6; }
  .section-cateogries .cateogries-container {
    padding: 0 20px; }
    .section-cateogries .cateogries-container .container-fluid {
      padding: 0; }
  .section-cateogries .cateogry-post .cateogry-post-link {
    display: block;
    margin: 0 0 30px; }
    .section-cateogries .cateogry-post .cateogry-post-link h2 {
      display: inline;
      margin: 0;
      font-size: 16px;
      text-transform: uppercase;
      color: #000; }
    .section-cateogries .cateogry-post .cateogry-post-link p {
      display: inline;
      margin: 0;
      font-size: 16px;
      color: #000; }
  .section-cateogries .cateogry-post .cateogry-post-image {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px; }
    .section-cateogries .cateogry-post .cateogry-post-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-posts .post-item {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .section-posts .post-item .post-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    width: 100%;
    overflow: hidden;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .section-posts .post-item .post-image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      content: '';
      z-index: 1;
      transition: all 0.4s ease-in-out;
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0);
      -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -116%, 0); }
    .section-posts .post-item .post-image:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      z-index: 1;
      background-color: #000;
      opacity: .3;
      transition: all 0.4s ease-in-out; }
    .section-posts .post-item .post-image:hover:after {
      top: 445px;
      left: -560px; }
    .section-posts .post-item .post-image:hover:before {
      background-color: #ED773F; }
    .section-posts .post-item .post-image:hover img {
      transform: scale(1); }
    .section-posts .post-item .post-image img {
      transform: scale(1.1);
      transition: all 0.4s ease-in-out;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .section-posts .post-item h2 {
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    font-size: 25px;
    margin-top: 15px; }
    .section-posts .post-item h2:hover, .section-posts .post-item h2:active, .section-posts .post-item h2:focus {
      color: #ED773F; }
  .section-posts .post-item p, .section-posts .post-item .post-excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #000; }
    .section-posts .post-item p a, .section-posts .post-item .post-excerpt a {
      display: inline-block;
      padding-left: 20px;
      color: #000; }
      .section-posts .post-item p a:hover, .section-posts .post-item p a:active, .section-posts .post-item p a:focus, .section-posts .post-item .post-excerpt a:hover, .section-posts .post-item .post-excerpt a:active, .section-posts .post-item .post-excerpt a:focus {
        color: #ED773F; }
  .section-posts .post-item .post-excerpt p {
    display: inline; }

.section-post-single {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.article-post {
  padding: 0 5px; }
  .article-post header h1 {
    display: inline-block;
    font-size: 31px;
    color: #000;
    text-transform: uppercase;
    vertical-align: baseline;
    margin: 29px 0 20px; }
  .article-post figure img {
    max-width: 100%;
    height: auto;
    margin-top: 20px; }

.section-sidebar-container {
  border-left: 1px solid #e6e6e6;
  padding: 0; }

.section-sidebar {
  padding: 0; }
  .section-sidebar > div {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .section-sidebar > div:last-of-type {
      border-bottom: 0; }

body .yarpp-related {
  margin: 30px 0; }
  body .yarpp-related h3 {
    text-transform: none !important;
    margin: 0 auto 10px; }
  body .yarpp-related ul {
    padding: 0 !important; }
  body .yarpp-related a {
    font-weight: normal;
    text-decoration: none !important; }

.preview-image {
  position: relative;
  display: block;
  margin: 15px 0; }
  .preview-image::before, .preview-image::after {
    pointer-events: none; }
  .preview-image::before {
    transition: all 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: black;
    opacity: 0.2; }
  .preview-image::after {
    transition: all 0.5s;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    content: "+";
    color: #fff;
    top: 50%;
    left: 50%;
    height: 75px;
    width: 75px;
    transform: translate(-50%, -50%) scale(0.8);
    font-size: 75px;
    border: 5px solid #fff;
    border-radius: 100%;
    opacity: 1;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2)); }
  @media (min-width: 1024px) {
    .preview-image::before {
      background-color: black;
      opacity: 0; }
    .preview-image::after {
      opacity: 0; } }
  .preview-image:hover::before {
    opacity: 0.4; }
  .preview-image:hover::after {
    transform: translate(-50%, -50%);
    opacity: 1; }

#MobileMenu {
  display: none; }

.slideout-menu {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  visibility: hidden;
  opacity: 0;
  box-shadow: inset 5px 0px 25px -8px rgba(0, 0, 0, 0.2); }

.slideout-panel {
  position: relative;
  z-index: 1; }
  .slideout-panel:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    background-color: #000; }

.slideout-open .slideout-panel:after {
  visibility: visible;
  opacity: 0.5; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  visibility: visible;
  opacity: 1;
  display: block !important; }

.mobile-menu-trigger {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border: 0;
  margin-right: 10px;
  background-color: transparent; }
  .mobile-menu-trigger span {
    display: block;
    background: #928E92;
    border-radius: 2px;
    transition: .25s ease-in-out;
    box-sizing: border-box; }
  .mobile-menu-trigger .mo-open {
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    transition: .25s ease-in-out;
    box-sizing: border-box; }
    .mobile-menu-trigger .mo-open:hover, .mobile-menu-trigger .mo-open:active, .mobile-menu-trigger .mo-open:focus {
      padding: 10px 0; }
      .mobile-menu-trigger .mo-open:hover span, .mobile-menu-trigger .mo-open:active span, .mobile-menu-trigger .mo-open:focus span {
        background: #ED773F; }
    .mobile-menu-trigger .mo-open span {
      width: 90%;
      height: 2px;
      position: relative; }
      .mobile-menu-trigger .mo-open span:nth-child(1) {
        transition-delay: .2s; }
      .mobile-menu-trigger .mo-open span:nth-child(2) {
        transition-delay: .3s; }
      .mobile-menu-trigger .mo-open span:nth-child(3) {
        transition-delay: .4s; }
  .mobile-menu-trigger .mo-close {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    top: 0;
    left: 0; }
    .mobile-menu-trigger .mo-close span:nth-child(1) {
      height: 0%;
      width: 2px;
      position: absolute;
      transition-delay: 0s;
      left: 50%;
      transform: translateX(-50%); }
    .mobile-menu-trigger .mo-close span:nth-child(2) {
      width: 0%;
      height: 2px;
      position: absolute;
      transition-delay: .1s;
      top: 50%;
      transform: translateY(-50%); }
  .mobile-menu-trigger.open .mo-open span {
    width: 0%; }
    .mobile-menu-trigger.open .mo-open span:nth-child(1) {
      transition-delay: 0s; }
    .mobile-menu-trigger.open .mo-open span:nth-child(2) {
      transition-delay: .125s; }
    .mobile-menu-trigger.open .mo-open span:nth-child(3) {
      transition-delay: .25s; }
  .mobile-menu-trigger.open .mo-close span {
    background: #ED773F; }
    .mobile-menu-trigger.open .mo-close span:nth-child(1) {
      height: 100%;
      transition-delay: .625s; }
    .mobile-menu-trigger.open .mo-close span:nth-child(2) {
      width: 100%;
      transition-delay: .375s; }

.mobile-menu {
  background-color: rgba(79, 72, 79, 0.9); }
  .mobile-menu .header-mobile-mainmenu {
    padding: 0;
    margin: 0px 0 0 0;
    list-style: none; }
    .mobile-menu .header-mobile-mainmenu li {
      background-color: #4F484F;
      border-bottom: 1px solid rgba(51, 51, 51, 0.4); }
      .mobile-menu .header-mobile-mainmenu li .sub-menu, .mobile-menu .header-mobile-mainmenu li .megamenu-menu {
        display: none; }
      .mobile-menu .header-mobile-mainmenu li:last-of-type {
        border: 0; }
      .mobile-menu .header-mobile-mainmenu li.current-menu-item > a, .mobile-menu .header-mobile-mainmenu li:hover > a, .mobile-menu .header-mobile-mainmenu li:focus > a, .mobile-menu .header-mobile-mainmenu li:active > a, .mobile-menu .header-mobile-mainmenu li.current-menu-ancestor > a, .mobile-menu .header-mobile-mainmenu li.current-menu-parent > a, .mobile-menu .header-mobile-mainmenu li.opend > a {
        background-color: #ED773F; }
        .mobile-menu .header-mobile-mainmenu li.current-menu-item > a:after, .mobile-menu .header-mobile-mainmenu li:hover > a:after, .mobile-menu .header-mobile-mainmenu li:focus > a:after, .mobile-menu .header-mobile-mainmenu li:active > a:after, .mobile-menu .header-mobile-mainmenu li.current-menu-ancestor > a:after, .mobile-menu .header-mobile-mainmenu li.current-menu-parent > a:after, .mobile-menu .header-mobile-mainmenu li.opend > a:after {
          opacity: 0; }
        .mobile-menu .header-mobile-mainmenu li.current-menu-item > a:before, .mobile-menu .header-mobile-mainmenu li:hover > a:before, .mobile-menu .header-mobile-mainmenu li:focus > a:before, .mobile-menu .header-mobile-mainmenu li:active > a:before, .mobile-menu .header-mobile-mainmenu li.current-menu-ancestor > a:before, .mobile-menu .header-mobile-mainmenu li.current-menu-parent > a:before, .mobile-menu .header-mobile-mainmenu li.opend > a:before {
          opacity: 1; }
      .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:after, .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:before, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:after, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:before, .mobile-menu .header-mobile-mainmenu li.opend > a:after, .mobile-menu .header-mobile-mainmenu li.opend > a:before {
        content: "";
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:after, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:after, .mobile-menu .header-mobile-mainmenu li.opend > a:after {
        background-image: url(../images/sprite.png);
        background-position: -227px -130px;
        width: 8px;
        height: 5px; }
      .mobile-menu .header-mobile-mainmenu li.has-megamenu > a:before, .mobile-menu .header-mobile-mainmenu li.menu-item-has-children > a:before, .mobile-menu .header-mobile-mainmenu li.opend > a:before {
        opacity: 1;
        background-image: url(../images/sprite.png);
        background-position: -204px -140px;
        width: 8px;
        height: 5px; }
      .mobile-menu .header-mobile-mainmenu li.opend > a:after {
        background-image: url(../images/sprite.png);
        background-position: -235px -130px;
        width: 8px;
        height: 5px; }
      .mobile-menu .header-mobile-mainmenu li.opend > a:before {
        opacity: 1;
        background-image: url(../images/sprite.png);
        background-position: -243px -130px;
        width: 8px;
        height: 5px; }
      .mobile-menu .header-mobile-mainmenu li a {
        padding: 10px 0 10px 10px;
        display: block;
        position: relative;
        color: #fff;
        font-weight: bold; }
    .mobile-menu .header-mobile-mainmenu .megamenu img {
      display: none; }
    .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu {
      padding: 0;
      list-style: none; }
      .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu li > a {
        padding-left: 20px; }
      .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li {
          background-color: #fff; }
          .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li.current-menu-item > a {
            color: #fff; }
          .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li a {
            padding-left: 30px;
            color: #4F484F; }
            .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li a:hover, .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li a:focus, .mobile-menu .header-mobile-mainmenu .megamenu .megamenu-menu ul li a:active {
              color: #fff; }
  .mobile-menu .mobile-search {
    position: relative;
    font-size: 0;
    padding: 20px;
    vertical-align: top;
    background-color: #25171A; }
    .mobile-menu .mobile-search input[type="search"] {
      font-size: 16px;
      display: block;
      font-weight: bold;
      height: 30px;
      color: #000;
      padding: 0 10px;
      vertical-align: top;
      width: 130px; }
    .mobile-menu .mobile-search input[type="submit"] {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 14px;
      cursor: pointer;
      display: inline-block;
      height: 34px;
      border: 0;
      background-color: #ED773F;
      color: #ED773F;
      text-transform: uppercase;
      padding: 0 10px;
      background-color: #fff;
      vertical-align: top;
      border-radius: 0; }

@media (max-width: 1024px) {
  .call2action-container .link span {
    font-size: 25px; } }

@media (max-width: 992px) {
  .section-posts .article-post {
    padding: 20px; }
  .section-visual .flex {
    -ms-flex-direction: column;
    flex-direction: column; }
    .section-visual .flex > div {
      width: 100%; }
  .section-visual ul li:nth-child(odd) {
    padding-right: 5px; }
  .section-visual .visual-box a:before {
    opacity: .3;
    margin: 5px 0 0 0; }
  .section-visual .visual-box a:after {
    display: none; }
  .section-visual .visual-box a img {
    transform: scale(1); }
  .section-visual .visual-box .box-image {
    margin: 5px 0 0 0; }
  .section-taser .taser-box-container .taser-list {
    display: table;
    font-size: 0;
    height: auto;
    padding: 20px 0;
    width: 100%; }
    .section-taser .taser-box-container .taser-list li {
      display: table-cell;
      width: auto;
      vertical-align: top;
      text-align: center; }
      .section-taser .taser-box-container .taser-list li .taser-list-icon {
        margin: 0 auto;
        height: 80px; }
  .section-taser .row-flex {
    display: block; }
  .section-taser .taser-box-container {
    border-right: 0px;
    /*.taser-list{
                display: table;
                font-size: 0;
                height: auto;
                padding: 20px 0;
                width: 100%;
                li{
                    display: table-cell;
                    width: auto; 
                    vertical-align: top;
                    text-align: center;
                    .taser-list-icon{
                        margin: 0 auto;
                        height: 80px;
                    }

                }
            }*/ }
    .section-taser .taser-box-container .taser-box {
      padding: 0; }
  .section-post-single .row-flex, .section-cateogries .row-flex {
    display: block; }
  .section-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6; }
    .section-sidebar > div {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      padding: 20px;
      border: 0px; }
      .section-sidebar > div:last-of-type {
        padding-left: 10px;
        padding-bottom: 20px !important; }
      .section-sidebar > div:first-of-type {
        padding-right: 10px;
        padding-top: 20px !important; }
  .section-brands {
    padding: 0; }
  .products-slider {
    margin: 0; }
    .products-slider .slick-slide a:before, .products-slider .slick-slide a:after {
      display: none; }
    .products-slider .slick-slide a span {
      font-size: 20px;
      width: 100%;
      left: 0;
      display: block;
      text-align: left;
      padding: 5px 0 5px 20px;
      background-color: rgba(0, 0, 0, 0.5); } }

@media (max-width: 900px) {
  .header-siegel {
    display: none; }
  .header-main .header-elements .header-siegel {
    display: none; }
  .header-main .header-menu .header-mainmenu {
    display: none; }
  .header-main .header-menu .action-mobile {
    display: inline-block; }
  .section-posts .post-item .post-image:after, .section-posts .post-item .post-image:before {
    display: none; } }

@media (max-width: 767px) {
  .section-newsletter .nl-image {
    display: none; }
  .header-main .header-elements .logo .sublogo-img {
    display: none; }
  .header-menu-right .header-search {
    display: none; }
  .section-visual.visual-categories ul {
    height: auto; }
    .section-visual.visual-categories ul li.category-single {
      height: 200px;
      display: block;
      width: 100%;
      margin: 0 !important; }
  .section-taser .taser-box-container .taser-list {
    display: block;
    padding: 0px 0;
    width: 100%; }
    .section-taser .taser-box-container .taser-list li {
      display: block;
      width: auto;
      vertical-align: top;
      margin-bottom: 20px;
      text-align: center; }
      .section-taser .taser-box-container .taser-list li .taser-list-icon {
        margin: 0 auto;
        height: 80px; } }

@media (max-width: 600px) {
  .mobile-menu .header-mobile-mainmenu {
    margin: 0; }
  .header-main .header-elements .header-action {
    margin: 0 10px; }
  .header-main .header-elements .logo .sublogo-img {
    display: none; }
  .section-visual .box-info {
    padding: 10px; }
  .section-visual-simple > div {
    position: static;
    top: 0; }
    .section-visual-simple > div br {
      display: none; }
    .section-visual-simple > div h1 {
      font-size: 30px;
      display: block;
      margin-bottom: 0; }
    .section-visual-simple > div p {
      display: block; }
  .call2action-container > div .link {
    display: block;
    padding: 10px;
    height: auto; }
    .call2action-container > div .link a {
      margin: 0;
      display: -ms-flexbox;
      display: flex; }
  .section-sidebar {
    display: block; }
    .section-sidebar > div {
      width: 100%;
      display: block; }
      .section-sidebar > div:first-of-type, .section-sidebar > div:last-of-type {
        padding: 20px; }
  .section-brands {
    padding: 20px 0; }
    .section-brands h2 {
      font-size: 20px;
      margin: 0; }
    .section-brands ul {
      margin: 20px 0 0 0;
      display: block;
      font-size: 0; }
      .section-brands ul li {
        display: inline-block;
        width: 100%;
        vertical-align: bottom;
        padding: 20px 0px; }
        .section-brands ul li img {
          width: auto; }
  .btn-container {
    padding: 20px 3px; }
    .btn-container .btn-big {
      display: block;
      height: auto;
      padding: 10px; }
      .btn-container .btn-big a {
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0 0 0;
        text-align: center; }
    .btn-container .slider-control {
      display: none; }
  .section-icons ul {
    padding: 20px 10px;
    display: block; }
    .section-icons ul li {
      display: inline-block;
      width: 50%;
      margin: 10px 0; }
  footer.main-footer {
    padding: 20px 0; }
    footer.main-footer .widget-title {
      margin-bottom: 10px; }
    footer.main-footer .widget_nav_menu {
      margin-bottom: 20px; }
      footer.main-footer .widget_nav_menu ul.menu li {
        width: 100%; }
        footer.main-footer .widget_nav_menu ul.menu li a {
          margin-bottom: 5px; }
    footer.main-footer .copyrights {
      text-align: center; }
      footer.main-footer .copyrights ul li {
        padding: 0 5px; } }

@media (max-width: 480px) {
  .header-main .header-elements .header-action li.action-call p span {
    display: none; } }
