@charset "UTF-8";
/* ============================================ *
 * Blog
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.aw-blog-read-more {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.aw-blog-read-more span {
  z-index: 9;
  position: relative;
}
.aw-blog-read-more:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.aw-blog-read-more:active {
  background: #ffffff;
  color: #3ba0a7;
}
.aw-blog-read-more:focus {
  background: #ffffff;
  color: #3ba0a7;
}

.aw-blog-read-more {
  background: #fff;
  color: #3ba0a7;
  text-shadow: none;
}
.aw-blog-read-more:hover {
  background: #3ba0a7;
  cursor: pointer;
  color: #fff;
}

/* ------------------------------------------- *
 * Button hover
 */
.aw-blog-read-more {
  border: solid 2px #3ba0a7;
}

.aw-blog-read-more:hover {
  border: solid 2px #3ba0a7;
}

.aw-blog-read-more:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border, .postWrapper .postTitle.page-title,
.postWidget .postTitle.page-title {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .postWrapper .postTitle.page-title,
  .postWidget .postTitle.page-title {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.blog-list > li:not(.last) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.blog-index-list .toolbar .sorter .dropdown {
  width: 200px;
}

.postWidget .postImage {
  margin-bottom: 20px;
}

.postWrapper,
.postWidget {
  clear: both;
}
.postWrapper .postImage img,
.postWidget .postImage img {
  max-width: 100%;
}
.postWrapper .postTitle,
.postWidget .postTitle {
  margin-bottom: 11px;
}
.postWrapper .postTitle h2,
.postWidget .postTitle h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.postWrapper .postTitle h2 a,
.postWidget .postTitle h2 a {
  color: #3ba0a7;
}
.postWrapper .postTitle h2 a:hover,
.postWidget .postTitle h2 a:hover {
  color: #42424c;
}
.postWrapper .postTitle h3,
.postWidget .postTitle h3 {
  font-size: 10px;
  margin: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
}
.postWrapper .postTitle.page-title h2,
.postWidget .postTitle.page-title h2 {
  font-size: 27px;
  font-weight: 300;
  color: #455a64;
  padding-bottom: 0;
  margin-bottom: 23px;
  text-transform: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .postWrapper .postTitle.page-title h2,
  .postWidget .postTitle.page-title h2 {
    font-size: 20px;
  }
}
.postWrapper .postDetails,
.postWidget .postDetails {
  padding: 0 0 20px;
  color: #333333;
}
.postWrapper .postDetails > span,
.postWidget .postDetails > span {
  margin-right: 20px;
  color: #333333;
}
.postWrapper .postDetails > span::before,
.postWidget .postDetails > span::before {
  font-size: 18px;
  color: #3ba0a7;
}
.postWrapper .postDetails a,
.postWidget .postDetails a {
  color: #333333;
}
.postWrapper .postDetails a:hover,
.postWidget .postDetails a:hover {
  color: #3ba0a7;
}
.postWrapper .postContent,
.postWidget .postContent {
  line-height: 1.714em;
}

.postWrapper .commentDetails > span,
.postWrapper .postDetails > span,
.comments-section .commentDetails > span,
.comments-section .postDetails > span {
  margin-right: 20px;
  color: #333333;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.postWrapper .commentDetails > span::before,
.postWrapper .postDetails > span::before,
.comments-section .commentDetails > span::before,
.comments-section .postDetails > span::before {
  font-size: 18px;
  color: #3ba0a7;
  position: absolute;
  left: 0;
  top: -4px;
}
.postWrapper .commentDetails .postDetails-date::before,
.postWrapper .postDetails .postDetails-date::before,
.comments-section .commentDetails .postDetails-date::before,
.comments-section .postDetails .postDetails-date::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  padding-right: 7px;
}
.postWrapper .commentDetails .postDetails-coment::before,
.postWrapper .postDetails .postDetails-coment::before,
.comments-section .commentDetails .postDetails-coment::before,
.comments-section .postDetails .postDetails-coment::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: -2px;
}
.postWrapper .commentDetails .postDetails-tags::before,
.postWrapper .postDetails .postDetails-tags::before,
.comments-section .commentDetails .postDetails-tags::before,
.comments-section .postDetails .postDetails-tags::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.postWrapper .commentDetails .postDetails-user::before,
.postWrapper .postDetails .postDetails-user::before,
.comments-section .commentDetails .postDetails-user::before,
.comments-section .postDetails .postDetails-user::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.postWrapper .commentDetails > span.postDetails-user,
.comments-section .commentDetails > span.postDetails-user {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  display: block;
  padding-left: 0;
}
.postWrapper .commentDetails > span.postDetails-user::before,
.comments-section .commentDetails > span.postDetails-user::before {
  display: none;
}

.post-container .postDetails {
  text-align: center;
  padding-bottom: 40px;
}
.post-container .postImage {
  margin-bottom: 30px;
}

.top-toolbar .toolbar .pages {
  display: none;
}

.bottom-toolbar {
  overflow: hidden;
  margin-top: 30px;
}
.bottom-toolbar .toolbar {
  float: left;
}
.bottom-toolbar .toolbar .sorter,
.bottom-toolbar .toolbar .count-container {
  display: none;
}

.comments-section {
  border-top: solid 2px #dfdfdf;
  padding-top: 40px;
  margin-top: 40px;
}
.comments-section .comments-container .commentWrapper {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}
.comments-section .comments-container .commentWrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#postComment {
  border-top: solid 2px #dfdfdf;
  padding-top: 40px;
  margin-bottom: 40px;
}
#postComment p.required {
  margin: 10px 0;
}
#postComment .input-box input,
#postComment textarea {
  width: 50%;
  max-width: 50%;
}
#postComment textarea {
  height: 200px;
  max-height: 200px;
}
#postComment .input-box {
  margin-bottom: 15px;
}
#postComment .input-box label {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .postWrapper .postImage {
    margin-bottom: 15px;
  }
  .postWrapper .postTitle h2 {
    font-size: 18px;
  }

  #postComment .input-box input,
  #postComment textarea {
    width: 100%;
    max-width: 100%;
  }
}
.postContent {
  overflow: hidden;
}

.postDetails a:hover,
.postDetails-tags li a:hover {
  color: #000000;
}

.postDetails i {
  margin-right: 3px;
}

.aw-blog-read-more {
  display: table;
  margin-top: 20px;
}

.aw-blog-read-more span {
  position: relative;
}

.postBookmarks {
  padding-bottom: 10px;
}

.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}

.commentWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.commentWrapper i {
  font-size: 16px;
  margin-right: 5px;
}

.commentContent {
  padding-bottom: 0;
}

.commentDetails {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.commentDetails .postDetails-user {
  margin-right: 10px;
}

.commentDetails h4.username {
  display: inline;
}

.postError {
  font-size: 16px;
}

.postDetails-tags h4 {
  display: none;
}

.tags ul {
  display: inline;
}

.tags ul li {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}

.tags h4 {
  font-size: 12px;
  font-weight: bold;
}

.menu-tags,
.menu-categories,
.menu-recent {
  margin: 5px 9px;
}

.block-blog .menu-tags ul li {
  display: inline;
  padding: 2px;
  margin-left: 10px;
}

.block-blog .menu-categories ul li {
  margin-left: 10px;
}

.block-blog .menu-recent ul li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.tag-count-1 {
  font-size: 1em !important;
}

.tag-count-2 {
  font-size: 1.2em !important;
}

.tag-count-3 {
  font-size: 1.4em !important;
}

.tag-count-4 {
  font-size: 1.6em !important;
}

.tag-count-5 {
  font-size: 1.8em !important;
}

.tag-count-6 {
  font-size: 2em !important;
}

.tag-count-7 {
  font-size: 2em !important;
}

.tag-count-8 {
  font-size: 2em !important;
}

.tag-count-9 {
  font-size: 2em !important;
}

.tag-count-10 {
  font-size: 2em !important;
}

.block-blog .head h4 {
  padding-left: 20px;
}

.block-blog .block-subtitle,
.menu-tags h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000000;
}

.postWrapper .poster {
  display: inline;
}

.input-box.aw-blog-comment-area {
  width: 100%;
}

.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px;
}

.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}

.blog-bg {
  padding-top: 60px;
}

.widget-latest-title {
  margin-bottom: 16px;
}

.widget-latest-title a {
  font-size: 25px;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
}

.widget-latest-title a:hover {
  color: #3ba0a7;
}

.blog-bg .postContent {
  font-size: 13px;
  line-height: 27px;
  padding: 0;
  margin-bottom: 28px;
}

.blog-bg .postContent img {
  position: relative;
  margin-right: 0 !important;
  float: none !important;
  max-width: 100%;
}

.widget-latest-details {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 11px;
}

.widget-latest-details,
.widget-latest-details a {
  font-size: 13px;
  font-weight: 300;
  color: #333333;
}

.widget-latest-details .widget-latest-data,
.widget-latest-details .widget-latest-comment {
  margin: 5px 10px 5px 0;
  padding-right: 12px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
}

.widget-latest-details i {
  margin-right: 5px;
  font-size: 20px;
  color: #d6d6d6;
}

.widget-latest-details .widget-latest-comment:hover {
  color: #78909c;
}

/*************Empty blog***************************/
#empty-blog span::before {
  font-family: 'material-design';
  content: '\e06a';
  font-size: 32px;
  color: #a50000;
  vertical-align: middle;
  padding-right: 15px;
}

/************* /Empty blog***************************/
@media only screen and (min-width: 992px) and (max-width: 1420px) {
  .widget-latest-details i {
    font-size: 13px;
    margin-right: 3px;
  }

  .widget-latest-details .widget-latest-data,
  .widget-latest-details .widget-latest-comment,
  .widget-latest-details,
  .widget-latest-details a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-latest-title a {
    font-size: 16px;
    line-height: 20px;
  }

  .widget-latest-details {
    padding-top: 3px;
  }

  .widget-latest-details .widget-latest-data,
  .widget-latest-details .widget-latest-comment {
    display: block;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-latest .grid-clol-6 .col-item3 {
    width: 100%;
  }

  .widget-latest .postContent img {
    width: 100%;
  }
}

/*# sourceMappingURL=aw_blog.css.map */

/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

.product-options-bottom .tax-details {
    display: none;
}

#search_autocomplete {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
}
#search_autocomplete.show {
    display: block;
}

#search_autocomplete .livesearch-results {
    border: 0;
    -webkit-box-shadow: 0 3px 29px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 29px rgba(0,0,0,.1);
    box-shadow: 0 3px 29px rgba(0,0,0,.1);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
}

#search_autocomplete .livesearch-results li {
    overflow: hidden;
    background: #fafcfc;
    padding: 20px 25px 28px 12px;
    margin-bottom: 10px;
}
#search_autocomplete .livesearch-results li:last-child {
    margin-bottom: 0;
    border: 0;
}
#search_autocomplete .livesearch-results .item-count {
    background: #fafafa;
    padding-top: 8px;
    padding-bottom: 8px;
}
#search_mini_form .input-box {
    position: relative;
}

#search_mini_form .input-box.processing:before {
    position: absolute;
    left:8px;
    top: 16px;
    content: '';
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/tm/livesearch/ajax-loader.gif) 50% 50% no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: block;
}

.livesearch-results .item-img {
    float: left;
    margin-right: 18px;
}
.livesearch-results .item-info {
    overflow: hidden;
}

.livesearch-results .item-name {
    display: block;
    padding-top: 4px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
}
.livesearch-results .item-name a {
    color: #42424c;
}
.livesearch-results .item-name a:hover {
    color: #ec6c5a;
}

.livesearch-results .price-box {
    margin: 0;
    line-height: 21px;
}
.livesearch-results  .price-box .price {
    font-size: 27px;
}

/*# sourceMappingURL=livesearch.css.map */

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.0.0
*/
/***/
/***/
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
/*
* @section      TM Grid System
*
* @description  A powerful and flexible css flex grid system
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.rd-navbar .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .rd-navbar .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .rd-navbar .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar .container {
    max-width: 1200px;
  }
}
.rd-navbar .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar .row {
  margin-left: -15px;
  margin-right: -15px;
}
.rd-navbar [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar html.lt-ie10 * + [class*='col-'],
.rd-navbar html.lt-ie10 * + .row,
.rd-navbar * + [class*='col-'],
.rd-navbar * + .row {
  margin-top: 60px;
}
.rd-navbar html.lt-ie10 .row-no-gutter, .rd-navbar .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.rd-navbar html.lt-ie10 .row-no-gutter > [class*='col'], .rd-navbar .row-no-gutter > [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
.rd-navbar html.lt-ie10 .row-no-gutter > * + [class*='col'], .rd-navbar .row-no-gutter > * + [class*='col'] {
  margin-top: 0;
}
@media (min-width: 480px) {
  .rd-navbar * + [class*='col-xs-'] {
    margin-top: 0;
  }
  .rd-navbar .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rd-navbar .row > [class*='col'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-navbar .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rd-navbar .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rd-navbar .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rd-navbar .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rd-navbar .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .rd-navbar .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rd-navbar .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rd-navbar .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rd-navbar .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rd-navbar .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rd-navbar .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .rd-navbar .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rd-navbar .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .rd-navbar .row > .col-xs-preffix-0 {
    margin-left: 0%;
  }
  .rd-navbar .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .rd-navbar .row > .col-xs-preffix-1 {
    margin-left: 8.33333%;
  }
  .rd-navbar .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .rd-navbar .row > .col-xs-preffix-2 {
    margin-left: 16.66667%;
  }
  .rd-navbar .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .rd-navbar .row > .col-xs-preffix-3 {
    margin-left: 25%;
  }
  .rd-navbar .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .rd-navbar .row > .col-xs-preffix-4 {
    margin-left: 33.33333%;
  }
  .rd-navbar .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .rd-navbar .row > .col-xs-preffix-5 {
    margin-left: 41.66667%;
  }
  .rd-navbar .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .rd-navbar .row > .col-xs-preffix-6 {
    margin-left: 50%;
  }
  .rd-navbar .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .rd-navbar .row > .col-xs-preffix-7 {
    margin-left: 58.33333%;
  }
  .rd-navbar .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .rd-navbar .row > .col-xs-preffix-8 {
    margin-left: 66.66667%;
  }
  .rd-navbar .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .rd-navbar .row > .col-xs-preffix-9 {
    margin-left: 75%;
  }
  .rd-navbar .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .rd-navbar .row > .col-xs-preffix-10 {
    margin-left: 83.33333%;
  }
  .rd-navbar .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .rd-navbar .row > .col-xs-preffix-11 {
    margin-left: 91.66667%;
  }
  .rd-navbar .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-navbar .row > .col-xs-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .rd-navbar * + [class*='col-sm-'] {
    margin-top: 0;
  }
  .rd-navbar .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rd-navbar .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rd-navbar .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rd-navbar .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rd-navbar .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .rd-navbar .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rd-navbar .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rd-navbar .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rd-navbar .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rd-navbar .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rd-navbar .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .rd-navbar .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rd-navbar .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .rd-navbar .row > .col-sm-preffix-0 {
    margin-left: 0%;
  }
  .rd-navbar .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .rd-navbar .row > .col-sm-preffix-1 {
    margin-left: 8.33333%;
  }
  .rd-navbar .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .rd-navbar .row > .col-sm-preffix-2 {
    margin-left: 16.66667%;
  }
  .rd-navbar .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .rd-navbar .row > .col-sm-preffix-3 {
    margin-left: 25%;
  }
  .rd-navbar .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .rd-navbar .row > .col-sm-preffix-4 {
    margin-left: 33.33333%;
  }
  .rd-navbar .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .rd-navbar .row > .col-sm-preffix-5 {
    margin-left: 41.66667%;
  }
  .rd-navbar .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .rd-navbar .row > .col-sm-preffix-6 {
    margin-left: 50%;
  }
  .rd-navbar .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .rd-navbar .row > .col-sm-preffix-7 {
    margin-left: 58.33333%;
  }
  .rd-navbar .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .rd-navbar .row > .col-sm-preffix-8 {
    margin-left: 66.66667%;
  }
  .rd-navbar .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .rd-navbar .row > .col-sm-preffix-9 {
    margin-left: 75%;
  }
  .rd-navbar .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .rd-navbar .row > .col-sm-preffix-10 {
    margin-left: 83.33333%;
  }
  .rd-navbar .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .rd-navbar .row > .col-sm-preffix-11 {
    margin-left: 91.66667%;
  }
  .rd-navbar .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-navbar .row > .col-sm-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .rd-navbar * + [class*='col-md-'] {
    margin-top: 0;
  }
  .rd-navbar .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rd-navbar .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rd-navbar .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rd-navbar .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rd-navbar .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .rd-navbar .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rd-navbar .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rd-navbar .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rd-navbar .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rd-navbar .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rd-navbar .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .rd-navbar .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rd-navbar .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .rd-navbar .row > .col-md-preffix-0 {
    margin-left: 0%;
  }
  .rd-navbar .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .rd-navbar .row > .col-md-preffix-1 {
    margin-left: 8.33333%;
  }
  .rd-navbar .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .rd-navbar .row > .col-md-preffix-2 {
    margin-left: 16.66667%;
  }
  .rd-navbar .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .rd-navbar .row > .col-md-preffix-3 {
    margin-left: 25%;
  }
  .rd-navbar .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .rd-navbar .row > .col-md-preffix-4 {
    margin-left: 33.33333%;
  }
  .rd-navbar .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .rd-navbar .row > .col-md-preffix-5 {
    margin-left: 41.66667%;
  }
  .rd-navbar .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .rd-navbar .row > .col-md-preffix-6 {
    margin-left: 50%;
  }
  .rd-navbar .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .rd-navbar .row > .col-md-preffix-7 {
    margin-left: 58.33333%;
  }
  .rd-navbar .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .rd-navbar .row > .col-md-preffix-8 {
    margin-left: 66.66667%;
  }
  .rd-navbar .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .rd-navbar .row > .col-md-preffix-9 {
    margin-left: 75%;
  }
  .rd-navbar .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .rd-navbar .row > .col-md-preffix-10 {
    margin-left: 83.33333%;
  }
  .rd-navbar .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .rd-navbar .row > .col-md-preffix-11 {
    margin-left: 91.66667%;
  }
  .rd-navbar .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-navbar .row > .col-md-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .rd-navbar * + [class*='col-lg-'] {
    margin-top: 0;
  }
  .rd-navbar .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rd-navbar .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .rd-navbar .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rd-navbar .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rd-navbar .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .rd-navbar .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rd-navbar .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rd-navbar .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rd-navbar .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rd-navbar .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rd-navbar .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .rd-navbar .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rd-navbar .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .rd-navbar .row > .col-lg-preffix-0 {
    margin-left: 0%;
  }
  .rd-navbar .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .rd-navbar .row > .col-lg-preffix-1 {
    margin-left: 8.33333%;
  }
  .rd-navbar .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .rd-navbar .row > .col-lg-preffix-2 {
    margin-left: 16.66667%;
  }
  .rd-navbar .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .rd-navbar .row > .col-lg-preffix-3 {
    margin-left: 25%;
  }
  .rd-navbar .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .rd-navbar .row > .col-lg-preffix-4 {
    margin-left: 33.33333%;
  }
  .rd-navbar .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .rd-navbar .row > .col-lg-preffix-5 {
    margin-left: 41.66667%;
  }
  .rd-navbar .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .rd-navbar .row > .col-lg-preffix-6 {
    margin-left: 50%;
  }
  .rd-navbar .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .rd-navbar .row > .col-lg-preffix-7 {
    margin-left: 58.33333%;
  }
  .rd-navbar .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .rd-navbar .row > .col-lg-preffix-8 {
    margin-left: 66.66667%;
  }
  .rd-navbar .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .rd-navbar .row > .col-lg-preffix-9 {
    margin-left: 75%;
  }
  .rd-navbar .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .rd-navbar .row > .col-lg-preffix-10 {
    margin-left: 83.33333%;
  }
  .rd-navbar .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .rd-navbar .row > .col-lg-preffix-11 {
    margin-left: 91.66667%;
  }
  .rd-navbar .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-navbar .row > .col-lg-preffix-12 {
    margin-left: 100%;
  }
}
.rd-navbar html.lt-ie10 .row > .col-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rd-navbar html.lt-ie10 .row > .col-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
.rd-navbar html.lt-ie10 .row > .col-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.rd-navbar html.lt-ie10 .row > .col-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
.rd-navbar html.lt-ie10 .row > .col-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
.rd-navbar html.lt-ie10 .row > .col-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rd-navbar html.lt-ie10 .row > [class*="col-xs-preffix-"],
.rd-navbar html.lt-ie10 .row > [class*="col-sm-preffix-"],
.rd-navbar html.lt-ie10 .row > [class*="col-md-preffix-"],
.rd-navbar html.lt-ie10 .row > [class*="col-lg-preffix-"] {
  margin-left: auto;
}

.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 .rd-navbar-thumbnail, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-image, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-1, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-2, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone, .rd-navbar-nav,
.rd-navbar-toggle, .rd-navbar-dropdown, .rd-navbar-megamenu, .rd-navbar-submenu-toggle, .rd-navbar-label, .rd-navbar-thumbnail, .rd-navbar-products, .rd-navbar-static-block {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-outer {
  color: #42424c;
  background: none;
}

.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 104%;
  top: 0;
  z-index: 2;
  position: absolute;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  padding: 20px 0;
}
.rd-navbar-static .rd-navbar-nav-wrap {
  width: 100%;
}
.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  z-index: 20;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
  display: none;
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1);
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-subpanel {
  position: relative;
}

.rd-navbar-toggle {
  background: none;
  border: none;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-dropdown {
  display: none;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-submenu.focus > .rd-navbar-dropdown {
  display: block;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  display: block;
  position: absolute;
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(41px);
  transform: translateY(41px);
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link {
  color: #495A64;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category.focus > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category.active > .rd-navbar-nav-link {
  color: #3ba0a7;
  background: transparent;
}

.rd-navbar-static .rd-navbar-nav {
  display: block;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category {
  display: inline-block;
  margin: 0 21px;
}
@media only screen and (max-width: 1199px) {
  .rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category {
    margin: 0 7px;
  }
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link {
    font-size: 14px;
  }
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar--has-dropdown > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar--has-dropdown > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar--has-dropdown > .rd-navbar-nav-link {
  position: relative;
  padding-right: 25px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-nav-link::after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown > .rd-navbar-nav-link::after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar--has-dropdown > .rd-navbar-nav-link::after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar--has-dropdown > .rd-navbar-nav-link::after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar--has-dropdown > .rd-navbar-nav-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  margin-right: -4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 400;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link {
  position: relative;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label {
  display: block;
  position: absolute;
  left: 4px;
  top: -8px;
  padding: 3px;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  background: #fd2c79;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale {
  background: #21ddf7;
}

.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label {
  top: 0;
  left: 0;
}

.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav {
    max-width: 940px;
  }
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  color: #78909c;
  background: transparent;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category.focus > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category.focus > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category.focus > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category.active > .rd-navbar-nav-link {
  color: #3ba0a7;
  background: transparent;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  display: block;
  padding: 5px 45px 6px 28px;
  font-size: 14px;
  line-height: 20px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category.rd-navbar--has-dropdown > .rd-navbar-nav-link:after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category.rd-navbar--has-dropdown > .rd-navbar-nav-link:after, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category.rd-navbar--has-dropdown > .rd-navbar-nav-link:after {
  content: "\f105";
  right: 25px;
  top: 42%;
  color: #42424c;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  position: relative;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  margin-left: 10px;
  padding: 2px;
  font-size: 9px;
  line-height: 1;
  color: #ffffff;
  background: #fd2c79;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link > .rd-navbar-label.sale {
  background: #21ddf7;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-dropdown .rd-navbar-nav-level-1 {
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.06);
  text-align: left;
  padding: 20px 0;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-2 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 50%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-2 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+3) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-3 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 33.33333%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-3 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+4) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-4 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 25%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-4 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+5) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-5 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 20%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-5 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+6) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-6 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 16.66667%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-6 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+7) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-7 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 14.28571%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-7 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+8) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-8 .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 12.5%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu.collumns-8 .rd-navbar-nav-level-1 > .rd-navbar-nav-category:nth-child(n+9) {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu .rd-navbar-nav-level-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu > .rd-navbar-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  width: 100%;
  padding-left: 30px;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  color: #999999;
  background: transparent;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category.active > .rd-navbar-nav-link {
  color: #ffffff;
  background: #404040;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  display: block;
  padding: 5px 30px 5px 20px;
  font-size: 14px;
  line-height: 24px;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-submenu > .rd-navbar-dropdown {
  display: block;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-dropdown {
  z-index: 1;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 .rd-navbar-thumbnail {
  display: block;
  position: relative;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 .rd-navbar-thumbnail img {
  max-width: 100%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 .rd-navbar-thumbnail:hover {
  opacity: .5;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product {
  width: 25%;
  padding-left: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-image {
  display: block;
  margin-bottom: 15px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-image img {
  width: 100%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-image:hover {
  opacity: .5;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-title {
  font-size: 16px;
  line-height: 1.2;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-title:hover {
  color: #ffffff;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-products .rd-navbar-product-price {
  font-size: 12px;
  line-height: 1.2;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-static-block {
  display: block;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-1 .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-thumbnail {
  margin-bottom: 20px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-1 .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  margin-bottom: 10px;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-megamenu-wrapper-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-megamenu-wrapper-1 .rd-navbar-megamenu-wrapper-2 {
  width: 100%;
  margin-left: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-megamenu-wrapper-1 .rd-navbar-static-block-2 {
  width: 25%;
  margin-left: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-megamenu-wrapper-2 .rd-navbar-static-block-1 {
  margin-top: 30px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-1 {
  display: block;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-1 img {
  width: 100%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-1:hover {
  opacity: .5;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-2 {
  display: block;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-2 img {
  width: 100%;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-static-block-2:hover {
  opacity: .5;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-products {
  margin-bottom: 20px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu.rd-navbar-megamenu-template-2 .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  margin-bottom: 10px;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-megamenu {
  left: 0;
  right: 0;
  max-width: 1170px;
  z-index: 999;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.1);
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  font-size: 18px;
  line-height: 24px;
}
.rd-navbar-static .rd-navbar-nav > .rd-navbar--has-megamenu .rd-navbar-nav-level-3 {
  left: 25px;
  top: 10px;
  background: #555;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  z-index: 16;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: absolute;
  top: 0;
  left: -15px;
  width: 320px;
  padding: 70px 30px 10px;
  color: #42424c;
  background: #fff;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  -webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06);
  z-index: 15;
  -webkit-transform: translateX(-165%);
  transform: translateX(-165%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  overflow: auto;
  text-align: left;
}
.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
  content: '';
  display: block;
  height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  color: #42424c;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link:hover, .rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category.opened > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category.opened > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category.opened > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category.opened > .rd-navbar-nav-link {
  color: #3ba0a7;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category.active > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category.active > .rd-navbar-nav-link {
  color: #3ba0a7;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link, .rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  display: block;
  padding: 0 30px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category {
  position: relative;
  margin: 0 0 35px;
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font: 400 20px/20px 'FontAwesome';
  width: 20px;
  height: 20px;
  text-align: center;
  color: #42424c;
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:hover, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:hover, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:hover {
  color: #3ba0a7;
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:before, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:before, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-submenu-toggle:before {
  content: '\f107';
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle {
  color: #333333;
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle:before, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle:before, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category.opened > .rd-navbar-submenu-toggle:before {
  content: '\f105';
}

.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-submenu > .rd-navbar-megamenu {
  display: none;
}
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category {
  margin: 10px 0;
  padding-left: 20px;
}
.rd-navbar-fixed .rd-navbar-nav-level-1 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  font-size: 16px;
}
.rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category {
  margin: 10px 0;
  padding-left: 20px;
}
.rd-navbar-fixed .rd-navbar-nav-level-2 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  font-size: 16px;
}
.rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category {
  margin: 10px 0;
  padding-left: 20px;
}
.rd-navbar-fixed .rd-navbar-nav-level-3 > .rd-navbar-nav-category > .rd-navbar-nav-link {
  font-size: 16px;
}

.m_menu_banners {
  overflow: hidden;
}

.m_col1 {
  float: left;
  width: 22.972%;
  margin: 0 2.702% 0 0;
}

.m_col2 {
  float: left;
  width: 48.648%;
  margin: 0 2.702% 0 0;
}

.m_col3 {
  float: left;
  width: 22.972%;
}

.m_holder {
  position: relative;
}
.m_holder .ban_img img {
  max-width: 100%;
}
.m_holder .ban_img span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 1;
}
.m_holder h2 {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 18px;
  font-family: 'Neucha', cursive;
  font-size: 40px;
  font-weight: 400;
  color: #455a64;
  text-transform: none;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.m_holder.mh2 {
  margin-bottom: 5.4%;
}
.m_holder:hover .ban_img span {
  opacity: 0.2;
}
.m_holder:hover h2 {
  color: #3ba0a7;
}

@media only screen and (max-width: 1199px) {
  .m_holder h2 {
    left: 20px;
    bottom: 10px;
    font-size: 32px;
  }
}
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 50px 0;
}
.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.rd-navbar-static .rd-navbar-panel:after {
  clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  height: 56px;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 16;
}
.rd-navbar-fixed .rd-navbar-toggle .m_icon {
  font-size: 30px;
  color: #78909c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rd-navbar-fixed .rd-navbar-toggle .m_icon:hover {
  color: #3ba0a7;
}
.rd-navbar-fixed .rd-navbar-toggle .m_icon:before {
  font-family: "outicons";
  content: "\f131";
}

/*# sourceMappingURL=rd-navbar.css.map */

.product-image-container{
	float: left;
	position: relative;
}

.product-thumbs{
	clear: both;
	overflow: hidden;
	margin: 0 -2px;
}

.product-thumb {
	display: inline-block;
	margin: 4px 2px;	
}

.product-thumb img{
	max-width: 100%;
}

.products-grid .product-image-container{
	float: none;
}

.product-thumb a{
	border: 1px solid #ececec;
	display: block;
}

.product-thumb a.active,
.product-thumb a:hover{
	border: 1px solid #ccc;
}

@media screen and (max-width: 767px){
	.products-grid .product-thumbs{
		float: left;
		clear: none;
		margin-right: 15px;
	}

	.products-grid .product-thumb{
		display: block;
		margin: 0 0 7px;
	}

	.products-grid .product-thumb img{
		width: 50px;
		height: auto;
	}

}

@media screen and (max-width: 599px){
	.products-grid .product-thumbs{
		margin-right: 10px;
	}
	.products-grid .product-thumb img{
		width: 25px;
	}
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777777;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.42857;
  color: #777777;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857;
  color: #333333;
  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: #777777;
}
.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.42857;
  color: #777777;
  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 solid;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: /\00a0;
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.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;
  text-decoration: none;
  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-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

/*# sourceMappingURL=bootstrap.css.map */

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{position:relative;display:none}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left;padding:0 15px}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/owlcarousel/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/owlcarousel/AjaxLoader.gif) no-repeat center center
}
@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*# sourceMappingURL=font-awesome.css.map */

/**
 * Title: Material Design Flaticon Pack
 * Author: Google
 * Source: http://www.flaticon.com/packs/material-design
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
	font-family: "material-design";
	src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-design/material-design.eot");
	src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-design/material-design.eot#iefix") format("embedded-opentype"),
	url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-design/material-design.woff") format("woff"),
	url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-design/material-design.ttf") format("truetype"),
	url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-design/material-design.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.material-design-ico,
[class^="material-design-"]:before, [class*=" material-design-"]:before,
[class^="material-design-"]:after, [class*=" material-design-"]:after {   
	font-family: "material-design";
    font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

.material-design-account4:before {
	content: "\e000";
}
.material-design-add179:before {
	content: "\e001";
}
.material-design-add180:before {
	content: "\e002";
}
.material-design-add181:before {
	content: "\e003";
}
.material-design-add182:before {
	content: "\e004";
}
.material-design-add183:before {
	content: "\e005";
}
.material-design-add184:before {
	content: "\e006";
}
.material-design-add186:before {
	content: "\e007";
}
.material-design-adjust6:before {
	content: "\e008";
}
.material-design-airplane106:before {
	content: "\e009";
}
.material-design-android11:before {
	content: "\e00a";
}
.material-design-android12:before {
	content: "\e00b";
}
.material-design-apple70:before {
	content: "\e00c";
}
.material-design-attachment19:before {
	content: "\e00d";
}
.material-design-auto1:before {
	content: "\e00e";
}
.material-design-automatic2:before {
	content: "\e00f";
}
.material-design-automatic3:before {
	content: "\e010";
}
.material-design-back57:before {
	content: "\e011";
}
.material-design-backspace1:before {
	content: "\e012";
}
.material-design-bed24:before {
	content: "\e013";
}
.material-design-been:before {
	content: "\e014";
}
.material-design-birthday20:before {
	content: "\e015";
}
.material-design-black394:before {
	content: "\e016";
}
.material-design-black395:before {
	content: "\e017";
}
.material-design-black396:before {
	content: "\e018";
}
.material-design-black397:before {
	content: "\e019";
}
.material-design-black398:before {
	content: "\e01a";
}
.material-design-black399:before {
	content: "\e01b";
}
.material-design-black400:before {
	content: "\e01c";
}
.material-design-black401:before {
	content: "\e01d";
}
.material-design-black402:before {
	content: "\e01e";
}
.material-design-blank30:before {
	content: "\e01f";
}
.material-design-blank31:before {
	content: "\e020";
}
.material-design-blank32:before {
	content: "\e021";
}
.material-design-blank33:before {
	content: "\e022";
}
.material-design-blogger12:before {
	content: "\e023";
}
.material-design-blueetooth:before {
	content: "\e024";
}
.material-design-bluetooth21:before {
	content: "\e025";
}
.material-design-bluetooth22:before {
	content: "\e026";
}
.material-design-bluetooth23:before {
	content: "\e027";
}
.material-design-bluetooth24:before {
	content: "\e028";
}
.material-design-bluetooth25:before {
	content: "\e029";
}
.material-design-bookmark45:before {
	content: "\e02a";
}
.material-design-bookmark46:before {
	content: "\e02b";
}
.material-design-bookmark47:before {
	content: "\e02c";
}
.material-design-bookmark48:before {
	content: "\e02d";
}
.material-design-briefcase49:before {
	content: "\e02e";
}
.material-design-briefcase50:before {
	content: "\e02f";
}
.material-design-brightness10:before {
	content: "\e030";
}
.material-design-brochure6:before {
	content: "\e031";
}
.material-design-bubble8:before {
	content: "\e032";
}
.material-design-bug18:before {
	content: "\e033";
}
.material-design-burn9:before {
	content: "\e034";
}
.material-design-button11:before {
	content: "\e035";
}
.material-design-call47:before {
	content: "\e036";
}
.material-design-call48:before {
	content: "\e037";
}
.material-design-call49:before {
	content: "\e038";
}
.material-design-camera59:before {
	content: "\e039";
}
.material-design-camera60:before {
	content: "\e03a";
}
.material-design-cancel19:before {
	content: "\e03b";
}
.material-design-caps1:before {
	content: "\e03c";
}
.material-design-caps:before {
	content: "\e03d";
}
.material-design-car145:before {
	content: "\e03e";
}
.material-design-car146:before {
	content: "\e03f";
}
.material-design-car147:before {
	content: "\e040";
}
.material-design-cell10:before {
	content: "\e041";
}
.material-design-cell11:before {
	content: "\e042";
}
.material-design-cell12:before {
	content: "\e043";
}
.material-design-change3:before {
	content: "\e044";
}
.material-design-chat75:before {
	content: "\e045";
}
.material-design-chat76:before {
	content: "\e046";
}
.material-design-check51:before {
	content: "\e047";
}
.material-design-check52:before {
	content: "\e048";
}
.material-design-chemistry17:before {
	content: "\e049";
}
.material-design-circle107:before {
	content: "\e04a";
}
.material-design-circle108:before {
	content: "\e04b";
}
.material-design-circles23:before {
	content: "\e04c";
}
.material-design-circumference:before {
	content: "\e04d";
}
.material-design-city24:before {
	content: "\e04e";
}
.material-design-clapperboard4:before {
	content: "\e04f";
}
.material-design-clapperboard5:before {
	content: "\e050";
}
.material-design-clear5:before {
	content: "\e051";
}
.material-design-clipboard99:before {
	content: "\e052";
}
.material-design-clock100:before {
	content: "\e053";
}
.material-design-close47:before {
	content: "\e054";
}
.material-design-closed64:before {
	content: "\e055";
}
.material-design-cloud302:before {
	content: "\e056";
}
.material-design-cloud303:before {
	content: "\e057";
}
.material-design-cloud304:before {
	content: "\e058";
}
.material-design-cloud305:before {
	content: "\e059";
}
.material-design-cloud306:before {
	content: "\e05a";
}
.material-design-cloud307:before {
	content: "\e05b";
}
.material-design-compass106:before {
	content: "\e05c";
}
.material-design-connection21:before {
	content: "\e05d";
}
.material-design-copy31:before {
	content: "\e05e";
}
.material-design-create2:before {
	content: "\e05f";
}
.material-design-create3:before {
	content: "\e060";
}
.material-design-credit98:before {
	content: "\e061";
}
.material-design-crop13:before {
	content: "\e062";
}
.material-design-crop14:before {
	content: "\e063";
}
.material-design-cut23:before {
	content: "\e064";
}
.material-design-dark55:before {
	content: "\e065";
}
.material-design-developer2:before {
	content: "\e066";
}
.material-design-device4:before {
	content: "\e067";
}
.material-design-device5:before {
	content: "\e068";
}
.material-design-disc30:before {
	content: "\e069";
}
.material-design-do10:before {
	content: "\e06a";
}
.material-design-double126:before {
	content: "\e06b";
}
.material-design-download162:before {
	content: "\e06c";
}
.material-design-download164:before {
	content: "\e06d";
}
.material-design-download166:before {
	content: "\e06e";
}
.material-design-downwards:before {
	content: "\e06f";
}
.material-design-drafts:before {
	content: "\e070";
}
.material-design-drop25:before {
	content: "\e071";
}
.material-design-drop26:before {
	content: "\e072";
}
.material-design-drop27:before {
	content: "\e073";
}
.material-design-earth205:before {
	content: "\e074";
}
.material-design-ellipsis1:before {
	content: "\e075";
}
.material-design-email107:before {
	content: "\e076";
}
.material-design-emoticon117:before {
	content: "\e077";
}
.material-design-end3:before {
	content: "\e078";
}
.material-design-enter5:before {
	content: "\e079";
}
.material-design-exit13:before {
	content: "\e07a";
}
.material-design-expand38:before {
	content: "\e07b";
}
.material-design-expand39:before {
	content: "\e07c";
}
.material-design-facebook56:before {
	content: "\e07d";
}
.material-design-fast46:before {
	content: "\e07e";
}
.material-design-favorite21:before {
	content: "\e07f";
}
.material-design-favorite22:before {
	content: "\e080";
}
.material-design-filled13:before {
	content: "\e081";
}
.material-design-film61:before {
	content: "\e082";
}
.material-design-filter20:before {
	content: "\e083";
}
.material-design-flash25:before {
	content: "\e084";
}
.material-design-flash26:before {
	content: "\e085";
}
.material-design-folder215:before {
	content: "\e086";
}
.material-design-forward18:before {
	content: "\e087";
}
.material-design-forward19:before {
	content: "\e088";
}
.material-design-framed1:before {
	content: "\e089";
}
.material-design-front15:before {
	content: "\e08a";
}
.material-design-front16:before {
	content: "\e08b";
}
.material-design-front17:before {
	content: "\e08c";
}
.material-design-full46:before {
	content: "\e08d";
}
.material-design-gamepad3:before {
	content: "\e08e";
}
.material-design-gamepad4:before {
	content: "\e08f";
}
.material-design-get:before {
	content: "\e090";
}
.material-design-gmail3:before {
	content: "\e091";
}
.material-design-go10:before {
	content: "\e092";
}
.material-design-good4:before {
	content: "\e093";
}
.material-design-good5:before {
	content: "\e094";
}
.material-design-google117:before {
	content: "\e095";
}
.material-design-google118:before {
	content: "\e096";
}
.material-design-google119:before {
	content: "\e097";
}
.material-design-google120:before {
	content: "\e098";
}
.material-design-google121:before {
	content: "\e099";
}
.material-design-google122:before {
	content: "\e09a";
}
.material-design-google123:before {
	content: "\e09b";
}
.material-design-google124:before {
	content: "\e09c";
}
.material-design-google125:before {
	content: "\e09d";
}
.material-design-google126:before {
	content: "\e09e";
}
.material-design-google127:before {
	content: "\e09f";
}
.material-design-google128:before {
	content: "\e0a0";
}
.material-design-google129:before {
	content: "\e0a1";
}
.material-design-google130:before {
	content: "\e0a2";
}
.material-design-google131:before {
	content: "\e0a3";
}
.material-design-google132:before {
	content: "\e0a4";
}
.material-design-google133:before {
	content: "\e0a5";
}
.material-design-google134:before {
	content: "\e0a6";
}
.material-design-google135:before {
	content: "\e0a7";
}
.material-design-google136:before {
	content: "\e0a8";
}
.material-design-google137:before {
	content: "\e0a9";
}
.material-design-gps25:before {
	content: "\e0aa";
}
.material-design-gps26:before {
	content: "\e0ab";
}
.material-design-gps27:before {
	content: "\e0ac";
}
.material-design-gps28:before {
	content: "\e0ad";
}
.material-design-graduate32:before {
	content: "\e0ae";
}
.material-design-halffilled1:before {
	content: "\e0af";
}
.material-design-hangouts:before {
	content: "\e0b0";
}
.material-design-headset11:before {
	content: "\e0b1";
}
.material-design-headset12:before {
	content: "\e0b2";
}
.material-design-help18:before {
	content: "\e0b3";
}
.material-design-help19:before {
	content: "\e0b4";
}
.material-design-hide3:before {
	content: "\e0b5";
}
.material-design-high20:before {
	content: "\e0b6";
}
.material-design-high21:before {
	content: "\e0b7";
}
.material-design-high22:before {
	content: "\e0b8";
}
.material-design-history6:before {
	content: "\e0b9";
}
.material-design-home149:before {
	content: "\e0ba";
}
.material-design-horizontal39:before {
	content: "\e0bb";
}
.material-design-hotel68:before {
	content: "\e0bc";
}
.material-design-https:before {
	content: "\e0bd";
}
.material-design-import:before {
	content: "\e0be";
}
.material-design-insert4:before {
	content: "\e0bf";
}
.material-design-instagram16:before {
	content: "\e0c0";
}
.material-design-invert1:before {
	content: "\e0c1";
}
.material-design-keyboard53:before {
	content: "\e0c2";
}
.material-design-keyboard54:before {
	content: "\e0c3";
}
.material-design-label31:before {
	content: "\e0c4";
}
.material-design-landscape10:before {
	content: "\e0c5";
}
.material-design-laptop117:before {
	content: "\e0c6";
}
.material-design-left216:before {
	content: "\e0c7";
}
.material-design-left217:before {
	content: "\e0c8";
}
.material-design-left218:before {
	content: "\e0c9";
}
.material-design-light88:before {
	content: "\e0ca";
}
.material-design-link60:before {
	content: "\e0cb";
}
.material-design-linkedin24:before {
	content: "\e0cc";
}
.material-design-list88:before {
	content: "\e0cd";
}
.material-design-list89:before {
	content: "\e0ce";
}
.material-design-location41:before {
	content: "\e0cf";
}
.material-design-locked57:before {
	content: "\e0d0";
}
.material-design-locked58:before {
	content: "\e0d1";
}
.material-design-low34:before {
	content: "\e0d2";
}
.material-design-magic20:before {
	content: "\e0d3";
}
.material-design-man459:before {
	content: "\e0d4";
}
.material-design-man460:before {
	content: "\e0d5";
}
.material-design-map102:before {
	content: "\e0d6";
}
.material-design-map103:before {
	content: "\e0d7";
}
.material-design-mark1:before {
	content: "\e0d8";
}
.material-design-mark2:before {
	content: "\e0d9";
}
.material-design-medium5:before {
	content: "\e0da";
}
.material-design-medium6:before {
	content: "\e0db";
}
.material-design-medium7:before {
	content: "\e0dc";
}
.material-design-memory1:before {
	content: "\e0dd";
}
.material-design-menu55:before {
	content: "\e0de";
}
.material-design-merge:before {
	content: "\e0df";
}
.material-design-microphone84:before {
	content: "\e0e0";
}
.material-design-microphone85:before {
	content: "\e0e1";
}
.material-design-microsoft7:before {
	content: "\e0e2";
}
.material-design-microsoft8:before {
	content: "\e0e3";
}
.material-design-missed:before {
	content: "\e0e4";
}
.material-design-mountain31:before {
	content: "\e0e5";
}
.material-design-mountain32:before {
	content: "\e0e6";
}
.material-design-mountains14:before {
	content: "\e0e7";
}
.material-design-move26:before {
	content: "\e0e8";
}
.material-design-new102:before {
	content: "\e0e9";
}
.material-design-new103:before {
	content: "\e0ea";
}
.material-design-nfc1:before {
	content: "\e0eb";
}
.material-design-notifications1:before {
	content: "\e0ec";
}
.material-design-notifications2:before {
	content: "\e0ed";
}
.material-design-notifications:before {
	content: "\e0ee";
}
.material-design-painter14:before {
	content: "\e0ef";
}
.material-design-panoramic1:before {
	content: "\e0f0";
}
.material-design-parking14:before {
	content: "\e0f1";
}
.material-design-pause44:before {
	content: "\e0f2";
}
.material-design-person325:before {
	content: "\e0f3";
}
.material-design-phone370:before {
	content: "\e0f4";
}
.material-design-phone371:before {
	content: "\e0f5";
}
.material-design-phone372:before {
	content: "\e0f6";
}
.material-design-phone373:before {
	content: "\e0f7";
}
.material-design-phone374:before {
	content: "\e0f8";
}
.material-design-phone375:before {
	content: "\e0f9";
}
.material-design-photo210:before {
	content: "\e0fa";
}
.material-design-photo211:before {
	content: "\e0fb";
}
.material-design-photo212:before {
	content: "\e0fc";
}
.material-design-photographic1:before {
	content: "\e0fd";
}
.material-design-pinterest33:before {
	content: "\e0fe";
}
.material-design-planet29:before {
	content: "\e0ff";
}
.material-design-play105:before {
	content: "\e100";
}
.material-design-play106:before {
	content: "\e101";
}
.material-design-play107:before {
	content: "\e102";
}
.material-design-play108:before {
	content: "\e103";
}
.material-design-play109:before {
	content: "\e104";
}
.material-design-plus80:before {
	content: "\e105";
}
.material-design-poll:before {
	content: "\e106";
}
.material-design-power106:before {
	content: "\e107";
}
.material-design-previous14:before {
	content: "\e108";
}
.material-design-printer88:before {
	content: "\e109";
}
.material-design-problems:before {
	content: "\e10a";
}
.material-design-progress10:before {
	content: "\e10b";
}
.material-design-public10:before {
	content: "\e10c";
}
.material-design-public11:before {
	content: "\e10d";
}
.material-design-public9:before {
	content: "\e10e";
}
.material-design-puzzle37:before {
	content: "\e10f";
}
.material-design-radio51:before {
	content: "\e110";
}
.material-design-random5:before {
	content: "\e111";
}
.material-design-rate:before {
	content: "\e112";
}
.material-design-read5:before {
	content: "\e113";
}
.material-design-receipt9:before {
	content: "\e114";
}
.material-design-record9:before {
	content: "\e115";
}
.material-design-refresh55:before {
	content: "\e116";
}
.material-design-refresh56:before {
	content: "\e117";
}
.material-design-reminder6:before {
	content: "\e118";
}
.material-design-replay4:before {
	content: "\e119";
}
.material-design-reply18:before {
	content: "\e11a";
}
.material-design-report:before {
	content: "\e11b";
}
.material-design-rewind45:before {
	content: "\e11c";
}
.material-design-right237:before {
	content: "\e11d";
}
.material-design-right244:before {
	content: "\e11e";
}
.material-design-ring24:before {
	content: "\e11f";
}
.material-design-rotate11:before {
	content: "\e120";
}
.material-design-rotate12:before {
	content: "\e121";
}
.material-design-round50:before {
	content: "\e122";
}
.material-design-round51:before {
	content: "\e123";
}
.material-design-round52:before {
	content: "\e124";
}
.material-design-round53:before {
	content: "\e125";
}
.material-design-round54:before {
	content: "\e126";
}
.material-design-round55:before {
	content: "\e127";
}
.material-design-round56:before {
	content: "\e128";
}
.material-design-round57:before {
	content: "\e129";
}
.material-design-round58:before {
	content: "\e12a";
}
.material-design-rounded54:before {
	content: "\e12b";
}
.material-design-rounded55:before {
	content: "\e12c";
}
.material-design-rounded56:before {
	content: "\e12d";
}
.material-design-rounded57:before {
	content: "\e12e";
}
.material-design-rounded58:before {
	content: "\e12f";
}
.material-design-rounded59:before {
	content: "\e130";
}
.material-design-rounded60:before {
	content: "\e131";
}
.material-design-rubbish:before {
	content: "\e132";
}
.material-design-save20:before {
	content: "\e133";
}
.material-design-schedule2:before {
	content: "\e134";
}
.material-design-screen44:before {
	content: "\e135";
}
.material-design-screen45:before {
	content: "\e136";
}
.material-design-screen46:before {
	content: "\e137";
}
.material-design-screen47:before {
	content: "\e138";
}
.material-design-screen48:before {
	content: "\e139";
}
.material-design-screen49:before {
	content: "\e13a";
}
.material-design-sd7:before {
	content: "\e13b";
}
.material-design-sd8:before {
	content: "\e13c";
}
.material-design-search100:before {
	content: "\e13d";
}
.material-design-searching41:before {
	content: "\e13e";
}
.material-design-select3:before {
	content: "\e13f";
}
.material-design-select4:before {
	content: "\e140";
}
.material-design-send12:before {
	content: "\e141";
}
.material-design-send13:before {
	content: "\e142";
}
.material-design-send14:before {
	content: "\e143";
}
.material-design-server40:before {
	content: "\e144";
}
.material-design-set5:before {
	content: "\e145";
}
.material-design-set6:before {
	content: "\e146";
}
.material-design-settings49:before {
	content: "\e147";
}
.material-design-settings50:before {
	content: "\e148";
}
.material-design-share39:before {
	content: "\e149";
}
.material-design-shared1:before {
	content: "\e14a";
}
.material-design-shining2:before {
	content: "\e14b";
}
.material-design-shining3:before {
	content: "\e14c";
}
.material-design-shopping231:before {
	content: "\e14d";
}
.material-design-shopping232:before {
	content: "\e14e";
}
.material-design-show4:before {
	content: "\e14f";
}
.material-design-show5:before {
	content: "\e150";
}
.material-design-show6:before {
	content: "\e151";
}
.material-design-show7:before {
	content: "\e152";
}
.material-design-show8:before {
	content: "\e153";
}
.material-design-shuffle24:before {
	content: "\e154";
}
.material-design-sim2:before {
	content: "\e155";
}
.material-design-smartphone19:before {
	content: "\e156";
}
.material-design-smartphone20:before {
	content: "\e157";
}
.material-design-sms5:before {
	content: "\e158";
}
.material-design-sms6:before {
	content: "\e159";
}
.material-design-sms7:before {
	content: "\e15a";
}
.material-design-snake4:before {
	content: "\e15b";
}
.material-design-sort52:before {
	content: "\e15c";
}
.material-design-speech108:before {
	content: "\e15d";
}
.material-design-split4:before {
	content: "\e15e";
}
.material-design-square181:before {
	content: "\e15f";
}
.material-design-stop46:before {
	content: "\e160";
}
.material-design-swap2:before {
	content: "\e161";
}
.material-design-swap3:before {
	content: "\e162";
}
.material-design-switch27:before {
	content: "\e163";
}
.material-design-switch28:before {
	content: "\e164";
}
.material-design-switch29:before {
	content: "\e165";
}
.material-design-switch30:before {
	content: "\e166";
}
.material-design-synchronization3:before {
	content: "\e167";
}
.material-design-synchronization4:before {
	content: "\e168";
}
.material-design-synchronization5:before {
	content: "\e169";
}
.material-design-tab3:before {
	content: "\e16a";
}
.material-design-tablet95:before {
	content: "\e16b";
}
.material-design-tack:before {
	content: "\e16c";
}
.material-design-tag71:before {
	content: "\e16d";
}
.material-design-telephone105:before {
	content: "\e16e";
}
.material-design-thermostat1:before {
	content: "\e16f";
}
.material-design-three168:before {
	content: "\e170";
}
.material-design-three170:before {
	content: "\e171";
}
.material-design-thumb53:before {
	content: "\e172";
}
.material-design-thumb54:before {
	content: "\e173";
}
.material-design-tick7:before {
	content: "\e174";
}
.material-design-timelapse:before {
	content: "\e175";
}
.material-design-traffic21:before {
	content: "\e176";
}
.material-design-tumblr22:before {
	content: "\e177";
}
.material-design-turn17:before {
	content: "\e178";
}
.material-design-turn18:before {
	content: "\e179";
}
.material-design-turn19:before {
	content: "\e17a";
}
.material-design-turn20:before {
	content: "\e17b";
}
.material-design-turn21:before {
	content: "\e17c";
}
.material-design-turn22:before {
	content: "\e17d";
}
.material-design-turn23:before {
	content: "\e17e";
}
.material-design-twitter47:before {
	content: "\e17f";
}
.material-design-two375:before {
	content: "\e180";
}
.material-design-two385:before {
	content: "\e181";
}
.material-design-two393:before {
	content: "\e182";
}
.material-design-underline6:before {
	content: "\e183";
}
.material-design-underline7:before {
	content: "\e184";
}
.material-design-undo19:before {
	content: "\e185";
}
.material-design-unlocked43:before {
	content: "\e186";
}
.material-design-up176:before {
	content: "\e187";
}
.material-design-upload119:before {
	content: "\e188";
}
.material-design-upload120:before {
	content: "\e189";
}
.material-design-usb33:before {
	content: "\e18a";
}
.material-design-user157:before {
	content: "\e18b";
}
.material-design-user158:before {
	content: "\e18c";
}
.material-design-users25:before {
	content: "\e18d";
}
.material-design-verification24:before {
	content: "\e18e";
}
.material-design-videocall:before {
	content: "\e18f";
}
.material-design-view12:before {
	content: "\e190";
}
.material-design-virtual2:before {
	content: "\e191";
}
.material-design-visibility1:before {
	content: "\e192";
}
.material-design-voice32:before {
	content: "\e193";
}
.material-design-voicemail1:before {
	content: "\e194";
}
.material-design-volume47:before {
	content: "\e195";
}
.material-design-volume49:before {
	content: "\e196";
}
.material-design-volume50:before {
	content: "\e197";
}
.material-design-volume51:before {
	content: "\e198";
}
.material-design-warning37:before {
	content: "\e199";
}
.material-design-watch16:before {
	content: "\e19a";
}
.material-design-waving:before {
	content: "\e19b";
}
.material-design-web37:before {
	content: "\e19c";
}
.material-design-website12:before {
	content: "\e19d";
}
.material-design-wifi81:before {
	content: "\e19e";
}
.material-design-wifi82:before {
	content: "\e19f";
}
.material-design-wifi83:before {
	content: "\e1a0";
}
.material-design-window57:before {
	content: "\e1a1";
}
.material-design-work3:before {
	content: "\e1a2";
}
.material-design-workspace:before {
	content: "\e1a3";
}
.material-design-world96:before {
	content: "\e1a4";
}
.material-design-write20:before {
	content: "\e1a5";
}
.material-design-youtube35:before {
	content: "\e1a6";
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons-ico,
[class*="material-icons-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}

.material-icons-3d_rotation:before {
    content: "\e84d"
}

.material-icons-access_alarm:before {
    content: "\e190"
}

.material-icons-access_alarms:before {
    content: "\e191"
}

.material-icons-access_time:before {
    content: "\e192"
}

.material-icons-accessibility:before {
    content: "\e84e"
}

.material-icons-account_balance:before {
    content: "\e84f"
}

.material-icons-account_balance_wallet:before {
    content: "\e850"
}

.material-icons-account_box:before {
    content: "\e851"
}

.material-icons-account_circle:before {
    content: "\e853"
}

.material-icons-adb:before {
    content: "\e60e"
}

.material-icons-add:before {
    content: "\e145"
}

.material-icons-add_alarm:before {
    content: "\e193"
}

.material-icons-add_alert:before {
    content: "\e003"
}

.material-icons-add_box:before {
    content: "\e146"
}

.material-icons-add_circle:before {
    content: "\e147"
}

.material-icons-add_circle_outline:before {
    content: "\e148"
}

.material-icons-add_shopping_cart:before {
    content: "\e854"
}

.material-icons-add_to_photos:before {
    content: "\e39d"
}

.material-icons-adjust:before {
    content: "\e39e"
}

.material-icons-airline_seat_flat:before {
    content: "\e630"
}

.material-icons-airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons-airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons-airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons-airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons-airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons-airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons-airplanemode_active:before {
    content: "\e195"
}

.material-icons-airplanemode_inactive:before {
    content: "\e194"
}

.material-icons-airplay:before {
    content: "\e055"
}

.material-icons-alarm:before {
    content: "\e855"
}

.material-icons-alarm_add:before {
    content: "\e856"
}

.material-icons-alarm_off:before {
    content: "\e857"
}

.material-icons-alarm_on:before {
    content: "\e858"
}

.material-icons-album:before {
    content: "\e019"
}

.material-icons-android:before {
    content: "\e859"
}

.material-icons-announcement:before {
    content: "\e85a"
}

.material-icons-apps:before {
    content: "\e5c3"
}

.material-icons-archive:before {
    content: "\e149"
}

.material-icons-arrow_back:before {
    content: "\e5c4"
}

.material-icons-arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons-arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons-arrow_forward:before {
    content: "\e5c8"
}

.material-icons-aspect_ratio:before {
    content: "\e85b"
}

.material-icons-assessment:before {
    content: "\e85c"
}

.material-icons-assignment:before {
    content: "\e85d"
}

.material-icons-assignment_ind:before {
    content: "\e85e"
}

.material-icons-assignment_late:before {
    content: "\e85f"
}

.material-icons-assignment_return:before {
    content: "\e860"
}

.material-icons-assignment_returned:before {
    content: "\e861"
}

.material-icons-assignment_turned_in:before {
    content: "\e862"
}

.material-icons-assistant:before {
    content: "\e39f"
}

.material-icons-assistant_photo:before {
    content: "\e3a0"
}

.material-icons-attach_file:before {
    content: "\e226"
}

.material-icons-attach_money:before {
    content: "\e227"
}

.material-icons-attachment:before {
    content: "\e2bc"
}

.material-icons-audiotrack:before {
    content: "\e3a1"
}

.material-icons-autorenew:before {
    content: "\e863"
}

.material-icons-av_timer:before {
    content: "\e01b"
}

.material-icons-backspace:before {
    content: "\e14a"
}

.material-icons-backup:before {
    content: "\e864"
}

.material-icons-battery_alert:before {
    content: "\e19c"
}

.material-icons-battery_charging_full:before {
    content: "\e1a3"
}

.material-icons-battery_full:before {
    content: "\e1a4"
}

.material-icons-battery_std:before {
    content: "\e1a5"
}

.material-icons-battery_unknown:before {
    content: "\e1a6"
}

.material-icons-beenhere:before {
    content: "\e52d"
}

.material-icons-block:before {
    content: "\e14b"
}

.material-icons-bluetooth:before {
    content: "\e1a7"
}

.material-icons-bluetooth_audio:before {
    content: "\e60f"
}

.material-icons-bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons-bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons-bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons-blur_circular:before {
    content: "\e3a2"
}

.material-icons-blur_linear:before {
    content: "\e3a3"
}

.material-icons-blur_off:before {
    content: "\e3a4"
}

.material-icons-blur_on:before {
    content: "\e3a5"
}

.material-icons-book:before {
    content: "\e865"
}

.material-icons-bookmark:before {
    content: "\e866"
}

.material-icons-bookmark_border:before {
    content: "\e867"
}

.material-icons-border_all:before {
    content: "\e228"
}

.material-icons-border_bottom:before {
    content: "\e229"
}

.material-icons-border_clear:before {
    content: "\e22a"
}

.material-icons-border_color:before {
    content: "\e22b"
}

.material-icons-border_horizontal:before {
    content: "\e22c"
}

.material-icons-border_inner:before {
    content: "\e22d"
}

.material-icons-border_left:before {
    content: "\e22e"
}

.material-icons-border_outer:before {
    content: "\e22f"
}

.material-icons-border_right:before {
    content: "\e230"
}

.material-icons-border_style:before {
    content: "\e231"
}

.material-icons-border_top:before {
    content: "\e232"
}

.material-icons-border_vertical:before {
    content: "\e233"
}

.material-icons-brightness_1:before {
    content: "\e3a6"
}

.material-icons-brightness_2:before {
    content: "\e3a7"
}

.material-icons-brightness_3:before {
    content: "\e3a8"
}

.material-icons-brightness_4:before {
    content: "\e3a9"
}

.material-icons-brightness_5:before {
    content: "\e3aa"
}

.material-icons-brightness_6:before {
    content: "\e3ab"
}

.material-icons-brightness_7:before {
    content: "\e3ac"
}

.material-icons-brightness_auto:before {
    content: "\e1ab"
}

.material-icons-brightness_high:before {
    content: "\e1ac"
}

.material-icons-brightness_low:before {
    content: "\e1ad"
}

.material-icons-brightness_medium:before {
    content: "\e1ae"
}

.material-icons-broken_image:before {
    content: "\e3ad"
}

.material-icons-brush:before {
    content: "\e3ae"
}

.material-icons-bug_report:before {
    content: "\e868"
}

.material-icons-build:before {
    content: "\e869"
}

.material-icons-business:before {
    content: "\e0af"
}

.material-icons-cached:before {
    content: "\e86a"
}

.material-icons-cake:before {
    content: "\e7e9"
}

.material-icons-call:before {
    content: "\e0b0"
}

.material-icons-call_end:before {
    content: "\e0b1"
}

.material-icons-call_made:before {
    content: "\e0b2"
}

.material-icons-call_merge:before {
    content: "\e0b3"
}

.material-icons-call_missed:before {
    content: "\e0b4"
}

.material-icons-call_received:before {
    content: "\e0b5"
}

.material-icons-call_split:before {
    content: "\e0b6"
}

.material-icons-camera:before {
    content: "\e3af"
}

.material-icons-camera_alt:before {
    content: "\e3b0"
}

.material-icons-camera_enhance:before {
    content: "\e8fc"
}

.material-icons-camera_front:before {
    content: "\e3b1"
}

.material-icons-camera_rear:before {
    content: "\e3b2"
}

.material-icons-camera_roll:before {
    content: "\e3b3"
}

.material-icons-cancel:before {
    content: "\e5c9"
}

.material-icons-card_giftcard:before {
    content: "\e8f6"
}

.material-icons-card_membership:before {
    content: "\e8f7"
}

.material-icons-card_travel:before {
    content: "\e8f8"
}

.material-icons-cast:before {
    content: "\e307"
}

.material-icons-cast_connected:before {
    content: "\e308"
}

.material-icons-center_focus_strong:before {
    content: "\e3b4"
}

.material-icons-center_focus_weak:before {
    content: "\e3b5"
}

.material-icons-change_history:before {
    content: "\e86b"
}

.material-icons-chat:before {
    content: "\e0b7"
}

.material-icons-chat_bubble:before {
    content: "\e0ca"
}

.material-icons-chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons-check:before {
    content: "\e5ca"
}

.material-icons-check_box:before {
    content: "\e834"
}

.material-icons-check_box_outline_blank:before {
    content: "\e835"
}

.material-icons-check_circle:before {
    content: "\e86c"
}

.material-icons-chevron_left:before {
    content: "\e5cb"
}

.material-icons-chevron_right:before {
    content: "\e5cc"
}

.material-icons-chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons-class:before {
    content: "\e86e"
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-clear_all:before {
    content: "\e0b8"
}

.material-icons-close:before {
    content: "\e5cd"
}

.material-icons-closed_caption:before {
    content: "\e01c"
}

.material-icons-cloud:before {
    content: "\e2bd"
}

.material-icons-cloud_circle:before {
    content: "\e2be"
}

.material-icons-cloud_done:before {
    content: "\e2bf"
}

.material-icons-cloud_download:before {
    content: "\e2c0"
}

.material-icons-cloud_off:before {
    content: "\e2c1"
}

.material-icons-cloud_queue:before {
    content: "\e2c2"
}

.material-icons-cloud_upload:before {
    content: "\e2c3"
}

.material-icons-code:before {
    content: "\e86f"
}

.material-icons-collections:before {
    content: "\e3b6"
}

.material-icons-collections_bookmark:before {
    content: "\e431"
}

.material-icons-color_lens:before {
    content: "\e3b7"
}

.material-icons-colorize:before {
    content: "\e3b8"
}

.material-icons-comment:before {
    content: "\e0b9"
}

.material-icons-compare:before {
    content: "\e3b9"
}

.material-icons-computer:before {
    content: "\e30a"
}

.material-icons-confirmation_number:before {
    content: "\e638"
}

.material-icons-contact_phone:before {
    content: "\e0cf"
}

.material-icons-contacts:before {
    content: "\e0ba"
}

.material-icons-content_copy:before {
    content: "\e14d"
}

.material-icons-content_cut:before {
    content: "\e14e"
}

.material-icons-content_paste:before {
    content: "\e14f"
}

.material-icons-control_point:before {
    content: "\e3ba"
}

.material-icons-control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons-create:before {
    content: "\e150"
}

.material-icons-credit_card:before {
    content: "\e870"
}

.material-icons-crop:before {
    content: "\e3be"
}

.material-icons-crop_16_9:before {
    content: "\e3bc"
}

.material-icons-crop_3_2:before {
    content: "\e3bd"
}

.material-icons-crop_5_4:before {
    content: "\e3bf"
}

.material-icons-crop_7_5:before {
    content: "\e3c0"
}

.material-icons-crop_din:before {
    content: "\e3c1"
}

.material-icons-crop_free:before {
    content: "\e3c2"
}

.material-icons-crop_landscape:before {
    content: "\e3c3"
}

.material-icons-crop_original:before {
    content: "\e3c4"
}

.material-icons-crop_portrait:before {
    content: "\e3c5"
}

.material-icons-crop_square:before {
    content: "\e3c6"
}

.material-icons-dashboard:before {
    content: "\e871"
}

.material-icons-data_usage:before {
    content: "\e1af"
}

.material-icons-dehaze:before {
    content: "\e3c7"
}

.material-icons-delete:before {
    content: "\e872"
}

.material-icons-description:before {
    content: "\e873"
}

.material-icons-desktop_mac:before {
    content: "\e30b"
}

.material-icons-desktop_windows:before {
    content: "\e30c"
}

.material-icons-details:before {
    content: "\e3c8"
}

.material-icons-developer_board:before {
    content: "\e30d"
}

.material-icons-developer_mode:before {
    content: "\e1b0"
}

.material-icons-device_hub:before {
    content: "\e335"
}

.material-icons-devices:before {
    content: "\e1b1"
}

.material-icons-dialer_sip:before {
    content: "\e0bb"
}

.material-icons-dialpad:before {
    content: "\e0bc"
}

.material-icons-directions:before {
    content: "\e52e"
}

.material-icons-directions_bike:before {
    content: "\e52f"
}

.material-icons-directions_boat:before {
    content: "\e532"
}

.material-icons-directions_bus:before {
    content: "\e530"
}

.material-icons-directions_car:before {
    content: "\e531"
}

.material-icons-directions_railway:before {
    content: "\e534"
}

.material-icons-directions_run:before {
    content: "\e566"
}

.material-icons-directions_subway:before {
    content: "\e533"
}

.material-icons-directions_transit:before {
    content: "\e535"
}

.material-icons-directions_walk:before {
    content: "\e536"
}

.material-icons-disc_full:before {
    content: "\e610"
}

.material-icons-dns:before {
    content: "\e875"
}

.material-icons-do_not_disturb:before {
    content: "\e612"
}

.material-icons-do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons-dock:before {
    content: "\e30e"
}

.material-icons-domain:before {
    content: "\e7ee"
}

.material-icons-done:before {
    content: "\e876"
}

.material-icons-done_all:before {
    content: "\e877"
}

.material-icons-drafts:before {
    content: "\e151"
}

.material-icons-drive_eta:before {
    content: "\e613"
}

.material-icons-dvr:before {
    content: "\e1b2"
}

.material-icons-edit:before {
    content: "\e3c9"
}

.material-icons-eject:before {
    content: "\e8fb"
}

.material-icons-email:before {
    content: "\e0be"
}

.material-icons-equalizer:before {
    content: "\e01d"
}

.material-icons-error:before {
    content: "\e000"
}

.material-icons-error_outline:before {
    content: "\e001"
}

.material-icons-event:before {
    content: "\e878"
}

.material-icons-event_available:before {
    content: "\e614"
}

.material-icons-event_busy:before {
    content: "\e615"
}

.material-icons-event_note:before {
    content: "\e616"
}

.material-icons-event_seat:before {
    content: "\e903"
}

.material-icons-exit_to_app:before {
    content: "\e879"
}

.material-icons-expand_less:before {
    content: "\e5ce"
}

.material-icons-expand_more:before {
    content: "\e5cf"
}

.material-icons-explicit:before {
    content: "\e01e"
}

.material-icons-explore:before {
    content: "\e87a"
}

.material-icons-exposure:before {
    content: "\e3ca"
}

.material-icons-exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons-exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons-exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons-exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons-exposure_zero:before {
    content: "\e3cf"
}

.material-icons-extension:before {
    content: "\e87b"
}

.material-icons-face:before {
    content: "\e87c"
}

.material-icons-fast_forward:before {
    content: "\e01f"
}

.material-icons-fast_rewind:before {
    content: "\e020"
}

.material-icons-favorite:before {
    content: "\e87d"
}

.material-icons-favorite_border:before {
    content: "\e87e"
}

.material-icons-feedback:before {
    content: "\e87f"
}

.material-icons-file_download:before {
    content: "\e2c4"
}

.material-icons-file_upload:before {
    content: "\e2c6"
}

.material-icons-filter:before {
    content: "\e3d3"
}

.material-icons-filter_1:before {
    content: "\e3d0"
}

.material-icons-filter_2:before {
    content: "\e3d1"
}

.material-icons-filter_3:before {
    content: "\e3d2"
}

.material-icons-filter_4:before {
    content: "\e3d4"
}

.material-icons-filter_5:before {
    content: "\e3d5"
}

.material-icons-filter_6:before {
    content: "\e3d6"
}

.material-icons-filter_7:before {
    content: "\e3d7"
}

.material-icons-filter_8:before {
    content: "\e3d8"
}

.material-icons-filter_9:before {
    content: "\e3d9"
}

.material-icons-filter_9_plus:before {
    content: "\e3da"
}

.material-icons-filter_b_and_w:before {
    content: "\e3db"
}

.material-icons-filter_center_focus:before {
    content: "\e3dc"
}

.material-icons-filter_drama:before {
    content: "\e3dd"
}

.material-icons-filter_frames:before {
    content: "\e3de"
}

.material-icons-filter_hdr:before {
    content: "\e3df"
}

.material-icons-filter_list:before {
    content: "\e152"
}

.material-icons-filter_none:before {
    content: "\e3e0"
}

.material-icons-filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons-filter_vintage:before {
    content: "\e3e3"
}

.material-icons-find_in_page:before {
    content: "\e880"
}

.material-icons-find_replace:before {
    content: "\e881"
}

.material-icons-flag:before {
    content: "\e153"
}

.material-icons-flare:before {
    content: "\e3e4"
}

.material-icons-flash_auto:before {
    content: "\e3e5"
}

.material-icons-flash_off:before {
    content: "\e3e6"
}

.material-icons-flash_on:before {
    content: "\e3e7"
}

.material-icons-flight:before {
    content: "\e539"
}

.material-icons-flight_land:before {
    content: "\e904"
}

.material-icons-flight_takeoff:before {
    content: "\e905"
}

.material-icons-flip:before {
    content: "\e3e8"
}

.material-icons-flip_to_back:before {
    content: "\e882"
}

.material-icons-flip_to_front:before {
    content: "\e883"
}

.material-icons-folder:before {
    content: "\e2c7"
}

.material-icons-folder_open:before {
    content: "\e2c8"
}

.material-icons-folder_shared:before {
    content: "\e2c9"
}

.material-icons-folder_special:before {
    content: "\e617"
}

.material-icons-font_download:before {
    content: "\e167"
}

.material-icons-format_align_center:before {
    content: "\e234"
}

.material-icons-format_align_justify:before {
    content: "\e235"
}

.material-icons-format_align_left:before {
    content: "\e236"
}

.material-icons-format_align_right:before {
    content: "\e237"
}

.material-icons-format_bold:before {
    content: "\e238"
}

.material-icons-format_clear:before {
    content: "\e239"
}

.material-icons-format_color_fill:before {
    content: "\e23a"
}

.material-icons-format_color_reset:before {
    content: "\e23b"
}

.material-icons-format_color_text:before {
    content: "\e23c"
}

.material-icons-format_indent_decrease:before {
    content: "\e23d"
}

.material-icons-format_indent_increase:before {
    content: "\e23e"
}

.material-icons-format_italic:before {
    content: "\e23f"
}

.material-icons-format_line_spacing:before {
    content: "\e240"
}

.material-icons-format_list_bulleted:before {
    content: "\e241"
}

.material-icons-format_list_numbered:before {
    content: "\e242"
}

.material-icons-format_paint:before {
    content: "\e243"
}

.material-icons-format_quote:before {
    content: "\e244"
}

.material-icons-format_size:before {
    content: "\e245"
}

.material-icons-format_strikethrough:before {
    content: "\e246"
}

.material-icons-format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons-format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons-format_underlined:before {
    content: "\e249"
}

.material-icons-forum:before {
    content: "\e0bf"
}

.material-icons-forward:before {
    content: "\e154"
}

.material-icons-forward_10:before {
    content: "\e056"
}

.material-icons-forward_30:before {
    content: "\e057"
}

.material-icons-forward_5:before {
    content: "\e058"
}

.material-icons-fullscreen:before {
    content: "\e5d0"
}

.material-icons-fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons-functions:before {
    content: "\e24a"
}

.material-icons-gamepad:before {
    content: "\e30f"
}

.material-icons-games:before {
    content: "\e021"
}

.material-icons-gesture:before {
    content: "\e155"
}

.material-icons-get_app:before {
    content: "\e884"
}

.material-icons-gif:before {
    content: "\e908"
}

.material-icons-gps_fixed:before {
    content: "\e1b3"
}

.material-icons-gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons-gps_off:before {
    content: "\e1b5"
}

.material-icons-grade:before {
    content: "\e885"
}

.material-icons-gradient:before {
    content: "\e3e9"
}

.material-icons-grain:before {
    content: "\e3ea"
}

.material-icons-graphic_eq:before {
    content: "\e1b8"
}

.material-icons-grid_off:before {
    content: "\e3eb"
}

.material-icons-grid_on:before {
    content: "\e3ec"
}

.material-icons-group:before {
    content: "\e7ef"
}

.material-icons-group_add:before {
    content: "\e7f0"
}

.material-icons-group_work:before {
    content: "\e886"
}

.material-icons-hd:before {
    content: "\e052"
}

.material-icons-hdr_off:before {
    content: "\e3ed"
}

.material-icons-hdr_on:before {
    content: "\e3ee"
}

.material-icons-hdr_strong:before {
    content: "\e3f1"
}

.material-icons-hdr_weak:before {
    content: "\e3f2"
}

.material-icons-headset:before {
    content: "\e310"
}

.material-icons-headset_mic:before {
    content: "\e311"
}

.material-icons-healing:before {
    content: "\e3f3"
}

.material-icons-hearing:before {
    content: "\e023"
}

.material-icons-help:before {
    content: "\e887"
}

.material-icons-help_outline:before {
    content: "\e8fd"
}

.material-icons-high_quality:before {
    content: "\e024"
}

.material-icons-highlight_off:before {
    content: "\e888"
}

.material-icons-history:before {
    content: "\e889"
}

.material-icons-home:before {
    content: "\e88a"
}

.material-icons-hotel:before {
    content: "\e53a"
}

.material-icons-hourglass_empty:before {
    content: "\e88b"
}

.material-icons-hourglass_full:before {
    content: "\e88c"
}

.material-icons-http:before {
    content: "\e902"
}

.material-icons-https:before {
    content: "\e88d"
}

.material-icons-image:before {
    content: "\e3f4"
}

.material-icons-image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons-import_export:before {
    content: "\e0c3"
}

.material-icons-inbox:before {
    content: "\e156"
}

.material-icons-indeterminate_check_box:before {
    content: "\e909"
}

.material-icons-info:before {
    content: "\e88e"
}

.material-icons-info_outline:before {
    content: "\e88f"
}

.material-icons-input:before {
    content: "\e890"
}

.material-icons-insert_chart:before {
    content: "\e24b"
}

.material-icons-insert_comment:before {
    content: "\e24c"
}

.material-icons-insert_drive_file:before {
    content: "\e24d"
}

.material-icons-insert_emoticon:before {
    content: "\e24e"
}

.material-icons-insert_invitation:before {
    content: "\e24f"
}

.material-icons-insert_link:before {
    content: "\e250"
}

.material-icons-insert_photo:before {
    content: "\e251"
}

.material-icons-invert_colors:before {
    content: "\e891"
}

.material-icons-invert_colors_off:before {
    content: "\e0c4"
}

.material-icons-iso:before {
    content: "\e3f6"
}

.material-icons-keyboard:before {
    content: "\e312"
}

.material-icons-keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons-keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons-keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons-keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons-keyboard_backspace:before {
    content: "\e317"
}

.material-icons-keyboard_capslock:before {
    content: "\e318"
}

.material-icons-keyboard_hide:before {
    content: "\e31a"
}

.material-icons-keyboard_return:before {
    content: "\e31b"
}

.material-icons-keyboard_tab:before {
    content: "\e31c"
}

.material-icons-keyboard_voice:before {
    content: "\e31d"
}

.material-icons-label:before {
    content: "\e892"
}

.material-icons-label_outline:before {
    content: "\e893"
}

.material-icons-landscape:before {
    content: "\e3f7"
}

.material-icons-language:before {
    content: "\e894"
}

.material-icons-laptop:before {
    content: "\e31e"
}

.material-icons-laptop_chromebook:before {
    content: "\e31f"
}

.material-icons-laptop_mac:before {
    content: "\e320"
}

.material-icons-laptop_windows:before {
    content: "\e321"
}

.material-icons-launch:before {
    content: "\e895"
}

.material-icons-layers:before {
    content: "\e53b"
}

.material-icons-layers_clear:before {
    content: "\e53c"
}

.material-icons-leak_add:before {
    content: "\e3f8"
}

.material-icons-leak_remove:before {
    content: "\e3f9"
}

.material-icons-lens:before {
    content: "\e3fa"
}

.material-icons-library_add:before {
    content: "\e02e"
}

.material-icons-library_books:before {
    content: "\e02f"
}

.material-icons-library_music:before {
    content: "\e030"
}

.material-icons-link:before {
    content: "\e157"
}

.material-icons-list:before {
    content: "\e896"
}

.material-icons-live_help:before {
    content: "\e0c6"
}

.material-icons-live_tv:before {
    content: "\e639"
}

.material-icons-local_activity:before {
    content: "\e53f"
}

.material-icons-local_airport:before {
    content: "\e53d"
}

.material-icons-local_atm:before {
    content: "\e53e"
}

.material-icons-local_bar:before {
    content: "\e540"
}

.material-icons-local_cafe:before {
    content: "\e541"
}

.material-icons-local_car_wash:before {
    content: "\e542"
}

.material-icons-local_convenience_store:before {
    content: "\e543"
}

.material-icons-local_dining:before {
    content: "\e556"
}

.material-icons-local_drink:before {
    content: "\e544"
}

.material-icons-local_florist:before {
    content: "\e545"
}

.material-icons-local_gas_station:before {
    content: "\e546"
}

.material-icons-local_grocery_store:before {
    content: "\e547"
}

.material-icons-local_hospital:before {
    content: "\e548"
}

.material-icons-local_hotel:before {
    content: "\e549"
}

.material-icons-local_laundry_service:before {
    content: "\e54a"
}

.material-icons-local_library:before {
    content: "\e54b"
}

.material-icons-local_mall:before {
    content: "\e54c"
}

.material-icons-local_movies:before {
    content: "\e54d"
}

.material-icons-local_offer:before {
    content: "\e54e"
}

.material-icons-local_parking:before {
    content: "\e54f"
}

.material-icons-local_pharmacy:before {
    content: "\e550"
}

.material-icons-local_phone:before {
    content: "\e551"
}

.material-icons-local_pizza:before {
    content: "\e552"
}

.material-icons-local_play:before {
    content: "\e553"
}

.material-icons-local_post_office:before {
    content: "\e554"
}

.material-icons-local_printshop:before {
    content: "\e555"
}

.material-icons-local_see:before {
    content: "\e557"
}

.material-icons-local_shipping:before {
    content: "\e558"
}

.material-icons-local_taxi:before {
    content: "\e559"
}

.material-icons-location_city:before {
    content: "\e7f1"
}

.material-icons-location_disabled:before {
    content: "\e1b6"
}

.material-icons-location_off:before {
    content: "\e0c7"
}

.material-icons-location_on:before {
    content: "\e0c8"
}

.material-icons-location_searching:before {
    content: "\e1b7"
}

.material-icons-lock:before {
    content: "\e897"
}

.material-icons-lock_open:before {
    content: "\e898"
}

.material-icons-lock_outline:before {
    content: "\e899"
}

.material-icons-looks:before {
    content: "\e3fc"
}

.material-icons-looks_3:before {
    content: "\e3fb"
}

.material-icons-looks_4:before {
    content: "\e3fd"
}

.material-icons-looks_5:before {
    content: "\e3fe"
}

.material-icons-looks_6:before {
    content: "\e3ff"
}

.material-icons-looks_one:before {
    content: "\e400"
}

.material-icons-looks_two:before {
    content: "\e401"
}

.material-icons-loop:before {
    content: "\e028"
}

.material-icons-loupe:before {
    content: "\e402"
}

.material-icons-loyalty:before {
    content: "\e89a"
}

.material-icons-mail:before {
    content: "\e158"
}

.material-icons-map:before {
    content: "\e55b"
}

.material-icons-markunread:before {
    content: "\e159"
}

.material-icons-markunread_mailbox:before {
    content: "\e89b"
}

.material-icons-memory:before {
    content: "\e322"
}

.material-icons-menu:before {
    content: "\e5d2"
}

.material-icons-merge_type:before {
    content: "\e252"
}

.material-icons-message:before {
    content: "\e0c9"
}

.material-icons-mic:before {
    content: "\e029"
}

.material-icons-mic_none:before {
    content: "\e02a"
}

.material-icons-mic_off:before {
    content: "\e02b"
}

.material-icons-mms:before {
    content: "\e618"
}

.material-icons-mode_comment:before {
    content: "\e253"
}

.material-icons-mode_edit:before {
    content: "\e254"
}

.material-icons-money_off:before {
    content: "\e25c"
}

.material-icons-monochrome_photos:before {
    content: "\e403"
}

.material-icons-mood:before {
    content: "\e7f2"
}

.material-icons-mood_bad:before {
    content: "\e7f3"
}

.material-icons-more:before {
    content: "\e619"
}

.material-icons-more_horiz:before {
    content: "\e5d3"
}

.material-icons-more_vert:before {
    content: "\e5d4"
}

.material-icons-mouse:before {
    content: "\e323"
}

.material-icons-movie:before {
    content: "\e02c"
}

.material-icons-movie_creation:before {
    content: "\e404"
}

.material-icons-music_note:before {
    content: "\e405"
}

.material-icons-my_location:before {
    content: "\e55c"
}

.material-icons-nature:before {
    content: "\e406"
}

.material-icons-nature_people:before {
    content: "\e407"
}

.material-icons-navigate_before:before {
    content: "\e408"
}

.material-icons-navigate_next:before {
    content: "\e409"
}

.material-icons-navigation:before {
    content: "\e55d"
}

.material-icons-network_cell:before {
    content: "\e1b9"
}

.material-icons-network_locked:before {
    content: "\e61a"
}

.material-icons-network_wifi:before {
    content: "\e1ba"
}

.material-icons-new_releases:before {
    content: "\e031"
}

.material-icons-nfc:before {
    content: "\e1bb"
}

.material-icons-no_sim:before {
    content: "\e0cc"
}

.material-icons-not_interested:before {
    content: "\e033"
}

.material-icons-note_add:before {
    content: "\e89c"
}

.material-icons-notifications:before {
    content: "\e7f4"
}

.material-icons-notifications_active:before {
    content: "\e7f7"
}

.material-icons-notifications_none:before {
    content: "\e7f5"
}

.material-icons-notifications_off:before {
    content: "\e7f6"
}

.material-icons-notifications_paused:before {
    content: "\e7f8"
}

.material-icons-offline_pin:before {
    content: "\e90a"
}

.material-icons-ondemand_video:before {
    content: "\e63a"
}

.material-icons-open_in_browser:before {
    content: "\e89d"
}

.material-icons-open_in_new:before {
    content: "\e89e"
}

.material-icons-open_with:before {
    content: "\e89f"
}

.material-icons-pages:before {
    content: "\e7f9"
}

.material-icons-pageview:before {
    content: "\e8a0"
}

.material-icons-palette:before {
    content: "\e40a"
}

.material-icons-panorama:before {
    content: "\e40b"
}

.material-icons-panorama_fish_eye:before {
    content: "\e40c"
}

.material-icons-panorama_horizontal:before {
    content: "\e40d"
}

.material-icons-panorama_vertical:before {
    content: "\e40e"
}

.material-icons-panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons-party_mode:before {
    content: "\e7fa"
}

.material-icons-pause:before {
    content: "\e034"
}

.material-icons-pause_circle_filled:before {
    content: "\e035"
}

.material-icons-pause_circle_outline:before {
    content: "\e036"
}

.material-icons-payment:before {
    content: "\e8a1"
}

.material-icons-people:before {
    content: "\e7fb"
}

.material-icons-people_outline:before {
    content: "\e7fc"
}

.material-icons-perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons-perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons-perm_data_setting:before {
    content: "\e8a4"
}

.material-icons-perm_device_information:before {
    content: "\e8a5"
}

.material-icons-perm_identity:before {
    content: "\e8a6"
}

.material-icons-perm_media:before {
    content: "\e8a7"
}

.material-icons-perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons-perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons-person:before {
    content: "\e7fd"
}

.material-icons-person_add:before {
    content: "\e7fe"
}

.material-icons-person_outline:before {
    content: "\e7ff"
}

.material-icons-person_pin:before {
    content: "\e55a"
}

.material-icons-personal_video:before {
    content: "\e63b"
}

.material-icons-phone:before {
    content: "\e0cd"
}

.material-icons-phone_android:before {
    content: "\e324"
}

.material-icons-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons-phone_forwarded:before {
    content: "\e61c"
}

.material-icons-phone_in_talk:before {
    content: "\e61d"
}

.material-icons-phone_iphone:before {
    content: "\e325"
}

.material-icons-phone_locked:before {
    content: "\e61e"
}

.material-icons-phone_missed:before {
    content: "\e61f"
}

.material-icons-phone_paused:before {
    content: "\e620"
}

.material-icons-phonelink:before {
    content: "\e326"
}

.material-icons-phonelink_erase:before {
    content: "\e0db"
}

.material-icons-phonelink_lock:before {
    content: "\e0dc"
}

.material-icons-phonelink_off:before {
    content: "\e327"
}

.material-icons-phonelink_ring:before {
    content: "\e0dd"
}

.material-icons-phonelink_setup:before {
    content: "\e0de"
}

.material-icons-photo:before {
    content: "\e410"
}

.material-icons-photo_album:before {
    content: "\e411"
}

.material-icons-photo_camera:before {
    content: "\e412"
}

.material-icons-photo_library:before {
    content: "\e413"
}

.material-icons-photo_size_select_actual:before {
    content: "\e432"
}

.material-icons-photo_size_select_large:before {
    content: "\e433"
}

.material-icons-photo_size_select_small:before {
    content: "\e434"
}

.material-icons-picture_as_pdf:before {
    content: "\e415"
}

.material-icons-picture_in_picture:before {
    content: "\e8aa"
}

.material-icons-pin_drop:before {
    content: "\e55e"
}

.material-icons-place:before {
    content: "\e55f"
}

.material-icons-play_arrow:before {
    content: "\e037"
}

.material-icons-play_circle_filled:before {
    content: "\e038"
}

.material-icons-play_circle_outline:before {
    content: "\e039"
}

.material-icons-play_for_work:before {
    content: "\e906"
}

.material-icons-playlist_add:before {
    content: "\e03b"
}

.material-icons-plus_one:before {
    content: "\e800"
}

.material-icons-poll:before {
    content: "\e801"
}

.material-icons-polymer:before {
    content: "\e8ab"
}

.material-icons-portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons-portrait:before {
    content: "\e416"
}

.material-icons-power:before {
    content: "\e63c"
}

.material-icons-power_input:before {
    content: "\e336"
}

.material-icons-power_settings_new:before {
    content: "\e8ac"
}

.material-icons-present_to_all:before {
    content: "\e0df"
}

.material-icons-print:before {
    content: "\e8ad"
}

.material-icons-public:before {
    content: "\e80b"
}

.material-icons-publish:before {
    content: "\e255"
}

.material-icons-query_builder:before {
    content: "\e8ae"
}

.material-icons-question_answer:before {
    content: "\e8af"
}

.material-icons-queue:before {
    content: "\e03c"
}

.material-icons-queue_music:before {
    content: "\e03d"
}

.material-icons-radio:before {
    content: "\e03e"
}

.material-icons-radio_button_checked:before {
    content: "\e837"
}

.material-icons-radio_button_unchecked:before {
    content: "\e836"
}

.material-icons-rate_review:before {
    content: "\e560"
}

.material-icons-receipt:before {
    content: "\e8b0"
}

.material-icons-recent_actors:before {
    content: "\e03f"
}

.material-icons-redeem:before {
    content: "\e8b1"
}

.material-icons-redo:before {
    content: "\e15a"
}

.material-icons-refresh:before {
    content: "\e5d5"
}

.material-icons-remove:before {
    content: "\e15b"
}

.material-icons-remove_circle:before {
    content: "\e15c"
}

.material-icons-remove_circle_outline:before {
    content: "\e15d"
}

.material-icons-remove_red_eye:before {
    content: "\e417"
}

.material-icons-reorder:before {
    content: "\e8fe"
}

.material-icons-repeat:before {
    content: "\e040"
}

.material-icons-repeat_one:before {
    content: "\e041"
}

.material-icons-replay:before {
    content: "\e042"
}

.material-icons-replay_10:before {
    content: "\e059"
}

.material-icons-replay_30:before {
    content: "\e05a"
}

.material-icons-replay_5:before {
    content: "\e05b"
}

.material-icons-reply:before {
    content: "\e15e"
}

.material-icons-reply_all:before {
    content: "\e15f"
}

.material-icons-report:before {
    content: "\e160"
}

.material-icons-report_problem:before {
    content: "\e8b2"
}

.material-icons-restaurant_menu:before {
    content: "\e561"
}

.material-icons-restore:before {
    content: "\e8b3"
}

.material-icons-ring_volume:before {
    content: "\e0d1"
}

.material-icons-room:before {
    content: "\e8b4"
}

.material-icons-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons-rotate_left:before {
    content: "\e419"
}

.material-icons-rotate_right:before {
    content: "\e41a"
}

.material-icons-router:before {
    content: "\e328"
}

.material-icons-satellite:before {
    content: "\e562"
}

.material-icons-save:before {
    content: "\e161"
}

.material-icons-scanner:before {
    content: "\e329"
}

.material-icons-schedule:before {
    content: "\e8b5"
}

.material-icons-school:before {
    content: "\e80c"
}

.material-icons-screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons-screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons-screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons-screen_rotation:before {
    content: "\e1c1"
}

.material-icons-sd_card:before {
    content: "\e623"
}

.material-icons-sd_storage:before {
    content: "\e1c2"
}

.material-icons-search:before {
    content: "\e8b6"
}

.material-icons-security:before {
    content: "\e32a"
}

.material-icons-select_all:before {
    content: "\e162"
}

.material-icons-send:before {
    content: "\e163"
}

.material-icons-settings:before {
    content: "\e8b8"
}

.material-icons-settings_applications:before {
    content: "\e8b9"
}

.material-icons-settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons-settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons-settings_brightness:before {
    content: "\e8bd"
}

.material-icons-settings_cell:before {
    content: "\e8bc"
}

.material-icons-settings_ethernet:before {
    content: "\e8be"
}

.material-icons-settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons-settings_input_component:before {
    content: "\e8c0"
}

.material-icons-settings_input_composite:before {
    content: "\e8c1"
}

.material-icons-settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons-settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons-settings_overscan:before {
    content: "\e8c4"
}

.material-icons-settings_phone:before {
    content: "\e8c5"
}

.material-icons-settings_power:before {
    content: "\e8c6"
}

.material-icons-settings_remote:before {
    content: "\e8c7"
}

.material-icons-settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons-settings_voice:before {
    content: "\e8c8"
}

.material-icons-share:before {
    content: "\e80d"
}

.material-icons-shop:before {
    content: "\e8c9"
}

.material-icons-shop_two:before {
    content: "\e8ca"
}

.material-icons-shopping_basket:before {
    content: "\e8cb"
}

.material-icons-shopping_cart:before {
    content: "\e8cc"
}

.material-icons-shuffle:before {
    content: "\e043"
}

.material-icons-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons-signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons-signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons-signal_wifi_off:before {
    content: "\e1da"
}

.material-icons-sim_card:before {
    content: "\e32b"
}

.material-icons-sim_card_alert:before {
    content: "\e624"
}

.material-icons-skip_next:before {
    content: "\e044"
}

.material-icons-skip_previous:before {
    content: "\e045"
}

.material-icons-slideshow:before {
    content: "\e41b"
}

.material-icons-smartphone:before {
    content: "\e32c"
}

.material-icons-sms:before {
    content: "\e625"
}

.material-icons-sms_failed:before {
    content: "\e626"
}

.material-icons-snooze:before {
    content: "\e046"
}

.material-icons-sort:before {
    content: "\e164"
}

.material-icons-sort_by_alpha:before {
    content: "\e053"
}

.material-icons-space_bar:before {
    content: "\e256"
}

.material-icons-speaker:before {
    content: "\e32d"
}

.material-icons-speaker_group:before {
    content: "\e32e"
}

.material-icons-speaker_notes:before {
    content: "\e8cd"
}

.material-icons-speaker_phone:before {
    content: "\e0d2"
}

.material-icons-spellcheck:before {
    content: "\e8ce"
}

.material-icons-star:before {
    content: "\e838"
}

.material-icons-star_border:before {
    content: "\e83a"
}

.material-icons-star_half:before {
    content: "\e839"
}

.material-icons-stars:before {
    content: "\e8d0"
}

.material-icons-stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons-stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons-stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons-stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons-stop:before {
    content: "\e047"
}

.material-icons-storage:before {
    content: "\e1db"
}

.material-icons-store:before {
    content: "\e8d1"
}

.material-icons-store_mall_directory:before {
    content: "\e563"
}

.material-icons-straighten:before {
    content: "\e41c"
}

.material-icons-strikethrough_s:before {
    content: "\e257"
}

.material-icons-style:before {
    content: "\e41d"
}

.material-icons-subject:before {
    content: "\e8d2"
}

.material-icons-subtitles:before {
    content: "\e048"
}

.material-icons-supervisor_account:before {
    content: "\e8d3"
}

.material-icons-surround_sound:before {
    content: "\e049"
}

.material-icons-swap_calls:before {
    content: "\e0d7"
}

.material-icons-swap_horiz:before {
    content: "\e8d4"
}

.material-icons-swap_vert:before {
    content: "\e8d5"
}

.material-icons-swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons-switch_camera:before {
    content: "\e41e"
}

.material-icons-switch_video:before {
    content: "\e41f"
}

.material-icons-sync:before {
    content: "\e627"
}

.material-icons-sync_disabled:before {
    content: "\e628"
}

.material-icons-sync_problem:before {
    content: "\e629"
}

.material-icons-system_update:before {
    content: "\e62a"
}

.material-icons-system_update_alt:before {
    content: "\e8d7"
}

.material-icons-tab:before {
    content: "\e8d8"
}

.material-icons-tab_unselected:before {
    content: "\e8d9"
}

.material-icons-tablet:before {
    content: "\e32f"
}

.material-icons-tablet_android:before {
    content: "\e330"
}

.material-icons-tablet_mac:before {
    content: "\e331"
}

.material-icons-tag_faces:before {
    content: "\e420"
}

.material-icons-tap_and_play:before {
    content: "\e62b"
}

.material-icons-terrain:before {
    content: "\e564"
}

.material-icons-text_format:before {
    content: "\e165"
}

.material-icons-textsms:before {
    content: "\e0d8"
}

.material-icons-texture:before {
    content: "\e421"
}

.material-icons-theaters:before {
    content: "\e8da"
}

.material-icons-thumb_down:before {
    content: "\e8db"
}

.material-icons-thumb_up:before {
    content: "\e8dc"
}

.material-icons-thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons-time_to_leave:before {
    content: "\e62c"
}

.material-icons-timelapse:before {
    content: "\e422"
}

.material-icons-timer:before {
    content: "\e425"
}

.material-icons-timer_10:before {
    content: "\e423"
}

.material-icons-timer_3:before {
    content: "\e424"
}

.material-icons-timer_off:before {
    content: "\e426"
}

.material-icons-toc:before {
    content: "\e8de"
}

.material-icons-today:before {
    content: "\e8df"
}

.material-icons-toll:before {
    content: "\e8e0"
}

.material-icons-tonality:before {
    content: "\e427"
}

.material-icons-toys:before {
    content: "\e332"
}

.material-icons-track_changes:before {
    content: "\e8e1"
}

.material-icons-traffic:before {
    content: "\e565"
}

.material-icons-transform:before {
    content: "\e428"
}

.material-icons-translate:before {
    content: "\e8e2"
}

.material-icons-trending_down:before {
    content: "\e8e3"
}

.material-icons-trending_flat:before {
    content: "\e8e4"
}

.material-icons-trending_up:before {
    content: "\e8e5"
}

.material-icons-tune:before {
    content: "\e429"
}

.material-icons-turned_in:before {
    content: "\e8e6"
}

.material-icons-turned_in_not:before {
    content: "\e8e7"
}

.material-icons-tv:before {
    content: "\e333"
}

.material-icons-undo:before {
    content: "\e166"
}

.material-icons-unfold_less:before {
    content: "\e5d6"
}

.material-icons-unfold_more:before {
    content: "\e5d7"
}

.material-icons-usb:before {
    content: "\e1e0"
}

.material-icons-verified_user:before {
    content: "\e8e8"
}

.material-icons-vertical_align_bottom:before {
    content: "\e258"
}

.material-icons-vertical_align_center:before {
    content: "\e259"
}

.material-icons-vertical_align_top:before {
    content: "\e25a"
}

.material-icons-vibration:before {
    content: "\e62d"
}

.material-icons-video_library:before {
    content: "\e04a"
}

.material-icons-videocam:before {
    content: "\e04b"
}

.material-icons-videocam_off:before {
    content: "\e04c"
}

.material-icons-view_agenda:before {
    content: "\e8e9"
}

.material-icons-view_array:before {
    content: "\e8ea"
}

.material-icons-view_carousel:before {
    content: "\e8eb"
}

.material-icons-view_column:before {
    content: "\e8ec"
}

.material-icons-view_comfy:before {
    content: "\e42a"
}

.material-icons-view_compact:before {
    content: "\e42b"
}

.material-icons-view_day:before {
    content: "\e8ed"
}

.material-icons-view_headline:before {
    content: "\e8ee"
}

.material-icons-view_list:before {
    content: "\e8ef"
}

.material-icons-view_module:before {
    content: "\e8f0"
}

.material-icons-view_quilt:before {
    content: "\e8f1"
}

.material-icons-view_stream:before {
    content: "\e8f2"
}

.material-icons-view_week:before {
    content: "\e8f3"
}

.material-icons-vignette:before {
    content: "\e435"
}

.material-icons-visibility:before {
    content: "\e8f4"
}

.material-icons-visibility_off:before {
    content: "\e8f5"
}

.material-icons-voice_chat:before {
    content: "\e62e"
}

.material-icons-voicemail:before {
    content: "\e0d9"
}

.material-icons-volume_down:before {
    content: "\e04d"
}

.material-icons-volume_mute:before {
    content: "\e04e"
}

.material-icons-volume_off:before {
    content: "\e04f"
}

.material-icons-volume_up:before {
    content: "\e050"
}

.material-icons-vpn_key:before {
    content: "\e0da"
}

.material-icons-vpn_lock:before {
    content: "\e62f"
}

.material-icons-wallpaper:before {
    content: "\e1bc"
}

.material-icons-warning:before {
    content: "\e002"
}

.material-icons-watch:before {
    content: "\e334"
}

.material-icons-wb_auto:before {
    content: "\e42c"
}

.material-icons-wb_cloudy:before {
    content: "\e42d"
}

.material-icons-wb_incandescent:before {
    content: "\e42e"
}

.material-icons-wb_iridescent:before {
    content: "\e436"
}

.material-icons-wb_sunny:before {
    content: "\e430"
}

.material-icons-wc:before {
    content: "\e63d"
}

.material-icons-web:before {
    content: "\e051"
}

.material-icons-whatshot:before {
    content: "\e80e"
}

.material-icons-widgets:before {
    content: "\e1bd"
}

.material-icons-wifi:before {
    content: "\e63e"
}

.material-icons-wifi_lock:before {
    content: "\e1e1"
}

.material-icons-wifi_tethering:before {
    content: "\e1e2"
}

.material-icons-work:before {
    content: "\e8f9"
}

.material-icons-wrap_text:before {
    content: "\e25b"
}

.material-icons-youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons-zoom_in:before {
    content: "\e8ff"
}

.material-icons-zoom_out:before {
    content: "\e900"
}

/**
 * Title: Outicons Flaticon Pack
 * Author: Anton Saputro
 * Source: http://www.flaticon.com/packs/outicons
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
*/

@font-face {
  font-family: "outicons";
  src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.eot");
  src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.eot?#iefix") format("embedded-opentype"),
       url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.woff") format("woff"),
       url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.ttf") format("truetype"),
       url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/outicons/outicons.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-alarm-bell:before { content: "\f100"; }
.flaticon-audio-headphones:before { content: "\f101"; }
.flaticon-backward-arrow:before { content: "\f102"; }
.flaticon-blank-paper-sheet:before { content: "\f103"; }
.flaticon-blocked-padlock:before { content: "\f104"; }
.flaticon-building-house:before { content: "\f105"; }
.flaticon-cancel-button:before { content: "\f106"; }
.flaticon-cellphone-backside:before { content: "\f107"; }
.flaticon-chat-speech-balloon:before { content: "\f108"; }
.flaticon-checking-mark-circle:before { content: "\f109"; }
.flaticon-chemistry-filter:before { content: "\f10a"; }
.flaticon-circular-wall-clock:before { content: "\f10b"; }
.flaticon-closed-envelope-email:before { content: "\f10c"; }
.flaticon-cloud-data-storage:before { content: "\f10d"; }
.flaticon-cloud-upload-arrow:before { content: "\f10e"; }
.flaticon-computer-mouse-cursor:before { content: "\f10f"; }
.flaticon-copy-file:before { content: "\f110"; }
.flaticon-danger-sign:before { content: "\f111"; }
.flaticon-delivery-truck:before { content: "\f112"; }
.flaticon-dialogue-balloon:before { content: "\f113"; }
.flaticon-directional-down-arrow:before { content: "\f114"; }
.flaticon-down-chevron:before { content: "\f115"; }
.flaticon-download-tray:before { content: "\f116"; }
.flaticon-edit-document:before { content: "\f117"; }
.flaticon-edit-pencil:before { content: "\f118"; }
.flaticon-expand-arrows:before { content: "\f119"; }
.flaticon-export-file:before { content: "\f11a"; }
.flaticon-eye-view:before { content: "\f11b"; }
.flaticon-facebook-social-network-logo:before { content: "\f11c"; }
.flaticon-floppy-disk-save-file:before { content: "\f11d"; }
.flaticon-flying-airplane:before { content: "\f11e"; }
.flaticon-folded-newspaper:before { content: "\f11f"; }
.flaticon-forward-arrow:before { content: "\f120"; }
.flaticon-google-plus-social-network-logo:before { content: "\f121"; }
.flaticon-hairdresser-cutting-scissors:before { content: "\f122"; }
.flaticon-help-button:before { content: "\f123"; }
.flaticon-information-square:before { content: "\f124"; }
.flaticon-left-arrow-sign:before { content: "\f125"; }
.flaticon-left-chevron:before { content: "\f126"; }
.flaticon-library-bookmark:before { content: "\f127"; }
.flaticon-livesaver-support:before { content: "\f128"; }
.flaticon-loudspeaker-announce:before { content: "\f129"; }
.flaticon-lovers-heart:before { content: "\f12a"; }
.flaticon-magnifying-glass-browser:before { content: "\f12b"; }
.flaticon-magnifying-glass-zoom-in:before { content: "\f12c"; }
.flaticon-magnifying-glass-zoom-out:before { content: "\f12d"; }
.flaticon-map-location-flag:before { content: "\f12e"; }
.flaticon-map-point-pointer:before { content: "\f12f"; }
.flaticon-menu-grid:before { content: "\f130"; }
.flaticon-menu-options:before { content: "\f131"; }
.flaticon-messenger-user-avatar:before { content: "\f132"; }
.flaticon-minimize-arrows:before { content: "\f133"; }
.flaticon-minus-maths-button:before { content: "\f134"; }
.flaticon-move-arrows:before { content: "\f135"; }
.flaticon-multimedia-menu:before { content: "\f136"; }
.flaticon-multimedia-music-player-play-button:before { content: "\f137"; }
.flaticon-office-monthly-calendar:before { content: "\f138"; }
.flaticon-office-paper-printer:before { content: "\f139"; }
.flaticon-online-shopping-cart:before { content: "\f13a"; }
.flaticon-open-computer-laptop-screen:before { content: "\f13b"; }
.flaticon-open-padlock:before { content: "\f13c"; }
.flaticon-options-gear:before { content: "\f13d"; }
.flaticon-photo-camera:before { content: "\f13e"; }
.flaticon-photography-frame:before { content: "\f13f"; }
.flaticon-pirate-treasure-map:before { content: "\f140"; }
.flaticon-plus-addition-sign-circle:before { content: "\f141"; }
.flaticon-power-on-buton:before { content: "\f142"; }
.flaticon-prohibition-road-sign:before { content: "\f143"; }
.flaticon-reading-open-book:before { content: "\f144"; }
.flaticon-refresh-page-arrow:before { content: "\f145"; }
.flaticon-retro-badge:before { content: "\f146"; }
.flaticon-right-chevron:before { content: "\f147"; }
.flaticon-right-direction:before { content: "\f148"; }
.flaticon-sad-smiley:before { content: "\f149"; }
.flaticon-sales-ticket:before { content: "\f14a"; }
.flaticon-school-paper-clip:before { content: "\f14b"; }
.flaticon-share-arrow:before { content: "\f14c"; }
.flaticon-sharing-files:before { content: "\f14d"; }
.flaticon-shopping-store-tags:before { content: "\f14e"; }
.flaticon-smiling-face:before { content: "\f14f"; }
.flaticon-sort:before { content: "\f150"; }
.flaticon-star-favorite:before { content: "\f151"; }
.flaticon-star-shape-favorite:before { content: "\f152"; }
.flaticon-tablet-backside:before { content: "\f153"; }
.flaticon-telephone-call-receiver:before { content: "\f154"; }
.flaticon-television-screen:before { content: "\f155"; }
.flaticon-text-file-font:before { content: "\f156"; }
.flaticon-text-line-form:before { content: "\f157"; }
.flaticon-thumb-down:before { content: "\f158"; }
.flaticon-thumb-up-gesture:before { content: "\f159"; }
.flaticon-twitter-bird-logo:before { content: "\f15a"; }
.flaticon-up-arrow-sign:before { content: "\f15b"; }
.flaticon-up-chevron:before { content: "\f15c"; }
.flaticon-uploading-file:before { content: "\f15d"; }
.flaticon-video-player-pause-button:before { content: "\f15e"; }
.flaticon-voice-recording:before { content: "\f15f"; }
.flaticon-waste-can:before { content: "\f160"; }
.flaticon-web-page-home:before { content: "\f161"; }
.flaticon-wireless-internet-connectivity:before { content: "\f162"; }
.flaticon-writing-notepad:before { content: "\f163"; }
@font-face {
    font-family: 'Restaurant Regular';
    src: url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/restaurant/Restaurant-Regular.eot?87209526');
    src: url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/restaurant/Restaurant-Regular.eot?87209526#iefix') format('embedded-opentype'),
    url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/restaurant/Restaurant-Regular.woff?87209526') format('woff'),
    url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/restaurant/Restaurant-Regular.ttf?87209526') format('truetype'),
    url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/restaurant/Restaurant-Regular.svg?87209526#mercury') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mercury';
    src: url('https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/font/mercury.svg?87209526#mercury') format('svg');
  }
}
*/

[class^="restaurant-icon-"]:before,
[class*="restaurant-icon-"]:before,
.restaurant-ico{
    font-family: "Restaurant Regular";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.restaurant-icon-01:before {
    content: '\e800';
}

.restaurant-icon-02:before {
    content: '\e801';
}

.restaurant-icon-03:before {
    content: '\e802';
}

.restaurant-icon-04:before {
    content: '\e803';
}

.restaurant-icon-05:before {
    content: '\e804';
}

.restaurant-icon-06:before {
    content: '\e805';
}

.restaurant-icon-08:before {
    content: '\e806';
}

.restaurant-icon-07:before {
    content: '\e807';
}

.restaurant-icon-09:before {
    content: '\e808';
}

.restaurant-icon-10:before {
    content: '\e809';
}

.restaurant-icon-11:before {
    content: '\e80a';
}

.restaurant-icon-12:before {
    content: '\e80b';
}

.restaurant-icon-13:before {
    content: '\e80c';
}

.restaurant-icon-14:before {
    content: '\e80d';
}

.restaurant-icon-15:before {
    content: '\e80e';
}

.restaurant-icon-16:before {
    content: '\e80f';
}

.restaurant-icon-17:before {
    content: '\e810';
}

.restaurant-icon-18:before {
    content: '\e811';
}

.restaurant-icon-19:before {
    content: '\e812';
}

.restaurant-icon-20:before {
    content: '\e813';
}

.restaurant-icon-36:before {
    content: '\e814';
}

.restaurant-icon-35:before {
    content: '\e815';
}

.restaurant-icon-34:before {
    content: '\e816';
}

.restaurant-icon-33:before {
    content: '\e817';
}

.restaurant-icon-32:before {
    content: '\e818';
}

.restaurant-icon-31:before {
    content: '\e819';
}

.restaurant-icon-30:before {
    content: '\e81a';
}

.restaurant-icon-29:before {
    content: '\e81b';
}

.restaurant-icon-28:before {
    content: '\e81c';
}

.restaurant-icon-27:before {
    content: '\e81d';
}

.restaurant-icon-26:before {
    content: '\e81e';
}

.restaurant-icon-25:before {
    content: '\e81f';
}

.restaurant-icon-24:before {
    content: '\e820';
}

.restaurant-icon-23:before {
    content: '\e821';
}

.restaurant-icon-22:before {
    content: '\e822';
}

.restaurant-icon-21:before {
    content: '\e823';
}
@charset "UTF-8";
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
 input[type="email"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"] {color:#333 !important;}
label.required::after, span.required::after {font-size:22px !important;}
.std ul {list-style: none !important;}

input[type="email"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"]
{border-radius: 0px !important;}

.input-text, textarea {border-radius: 0px !important;}

#massanfertigung.input-text, #massanfertigung1.input-text, #massanfertigung2.input-text, #massanfertigung3.input-text {margin:5px;}



 
 
 .footer-container {background:url(https://www.logo-matten.at/media/logomatten_hintergrund.jpg) 
 no-repeat 50% 100%;}
 

.rd-navbar--is-clone li.rd-navbar-nav-category:nth-child(4n)::after {
display:none;}


.rd-navbar-static .rd-navbar-nav > .rd-navbar-nav-category{margin:0 10px;}



 ul.rd-navbar-nav {width: 700px;}
.button.button-secondary, .button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #49bcc4;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.button.button-secondary span, .button span,
.cart-table .product-cart-actions .button span,
#co-shipping-method-form .buttons-set .button span,
.footer .button span {
  z-index: 9;
  position: relative;
}
.header_right_holder div.top-links{
	display:none;
	}
	
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  background: #ffffff;
  color: #49bcc4;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active {
  background: #ffffff;
  color: #49bcc4;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus {
  background: #ffffff;
  color: #49bcc4;
}

.button.button-secondary {
  background: #fff;
  color: #49bcc4;
  text-shadow: none;
}
.button.button-secondary:hover {
  background: #49bcc4;
  cursor: pointer;
  color: #fff;
}

/* ------------------------------------------- *
 * Button hover
 */
.button.button-secondary, .button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  border: solid 2px #49bcc4;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  border: solid 2px #49bcc4;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  z-index: 99;
}

.btn-remove:active::after,
.btn-previous:active::after, .sorter > .sort-by .sort-by-switcher:active, .view-mode a.grid:active, .view-mode a.list:active, .pages ol li a:active {
  opacity: 0.8;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
.toolbar .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
.toolbar .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
.toolbar .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.toolbar .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.toolbar .dropdown div ul {
  z-index: 12;
}
.toolbar .dropdown div ul li {
  margin: 0;
}
.toolbar .dropdown div ul li.focus {
  background: none;
  color: #49bcc4;
}
.toolbar .dropdown div ul li.active {
  background: none;
  color: #49bcc4;
}
.toolbar .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
.toolbar .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
.toolbar .dropdown .selected {
  color: #dad7d7;
}
.toolbar .dropdown .selected::after {
  box-shadow: none;
}
.toolbar .dropdown.open {
  z-index: 15;
}
.toolbar .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.toolbar .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #49bcc4;
}

.theme-color {
  color: #49bcc4;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #49bcc4;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

label {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }

  label {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.header-row,
.page-header {
  font-family: "Roboto", sans-serif;
  border: none;
  margin: 0 auto !important;
  box-shadow: 0px 0px 25px 45px rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
}

a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: none !important;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Roboto", sans-serif;
  color: #42424c;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #49bcc4;
  text-decoration: none;
}

a:hover {
  color: #78909c;
  text-decoration: none;
}

a:focus {
  outline: 0;
  outline-color: none;
  text-decoration: none;
  color: inherit;
  color: #78909c;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1,
.h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0;
  margin-bottom: 1.5em;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3,
.h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4,
.h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5,
.h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6,
.h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
}

.availability .label {
  color: #78909c;
}

.availability.in-stock {
  color: #a1c133;
  font-weight: 400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #49bcc4;
}

.availability-only {
  color: #333333;
  margin-bottom: 0;
}

.label {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  text-align: left;
  border-radius: 0;
  line-height: inherit;
  white-space: normal;
  color: #42424c;
}

.clear {
  clear: both;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title,
.widget-title {
  text-align: center;
}

.page-title h1,
.page-title h2,
.widget-title h1,
.widget-title h2 {
  font-size: 27px;
  font-weight: 300;
  color: #455a64;
  padding-bottom: 0;
  margin-bottom: 23px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .page-title h1,
  .page-title h2,
  .widget-title h1,
  .widget-title h2 {
    font-size: 20px;
  }
}

.page-title.category-title {
  text-align: left;
}
.page-title.category-title h1,
.page-title.category-title h2 {
  font-size: 37px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .page-title.category-title h1,
  .page-title.category-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title.category-title h1,
  .page-title.category-title h2 {
    font-size: 20px;
  }
}

/* ============================================ *
 * Buttons
 * ============================================ */
.sidebar .actions button.button {
  white-space: normal;
}

a.button {
  text-decoration: none;
}
a.button::after {
  display: none;
}

.button.disabled,
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  font-size: 15px;
  color: #78909c;
  font-weight: 400;
  text-transform: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.button2:hover {
  color: #49bcc4;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-transform: none;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    display: inline-block;
    margin: 15px 0 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set a.back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a.back-link small {
  display: none;
}
.buttons-set a.back-link::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 23px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #49bcc4;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .ratings .rating-box, .ratings .rating-box .rating {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 33px;
  padding: 0 0 2px;
}

.breadcrumbs li {
  float: left;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.breadcrumbs li a {
  display: inline-block;
  color: #42424c;
  position: relative;
}
.breadcrumbs li a:after {
  background: #49bcc4;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
.breadcrumbs li a:hover {
  color: #49bcc4;
}
.breadcrumbs li a:hover:after {
  left: 50%;
  width: 0;
}

.breadcrumbs strong {
  color: #78909c;
  font-weight: normal;
}

.breadcrumbs span {
  padding: 0 21px 0 18px;
  font-size: 15px;
  line-height: 14px;
  color: #42424c;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .breadcrumbs {
    margin-top: -30px;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover::after,
.btn-previous:hover::after {
  color: #42424c;
}

.btn-remove:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #49bcc4;
  line-height: 20px;
  width: 100%;
  font-size: 18px;
}

.btn-remove2 {
  border: none;
  width: auto;
  height: auto;
}
.btn-remove2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 22px;
  color: #49bcc4;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #333333;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin: 1px 0 0 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #f5f5f5;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin: 7px 0 0;
  font-size: 14px;
  color: #ee372a;
  line-height: 24px;
  display: inline-block;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px 0 90px;
  }
}
.footer-container {
  padding-top: 0;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.col-left {
  float: left;
}

.col3-layout .col-main,
.col2-left-layout .col-main {
  float: right;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #333333;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #333333;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #a1c133;
}

.error {
  color: #ee372a;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 25px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f5f5f5;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #ee372a;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ee372a;
  border-right: none;
}

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #a1c133;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a1c133;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #ffffff;
  height: auto;
}

.page-popup h1,
.page-popup h2 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #f5f5f5;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid #f5f5f5;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #909090;
}

.price-box .price {
  font-family: 'Neucha', cursive;
  color: #49bcc4;
  font-size: 27px;
}

.price-box .price-label {
  color: #909090;
  white-space: nowrap;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #333333;
  display: block;
}
.price-box .minimal-price-link .label {
  color: #909090;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #dad7d7;
  text-decoration: line-through;
  font-size: 18px;
}

.price-box .special-price .price {
  color: #49bcc4;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #42424c;
  font-weight: 400;
  text-transform: capitalize;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 10px;
  color: #49bcc4;
  font-weight: 400;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 0;
  margin: 0 0 6px;
  color: #78909c;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  background: #49bcc4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  min-width: 108px;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.truncated a.details:hover {
  text-decoration: none;
  background: #42424c;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 18px 18px 18px 28px;
  background-color: #f0f0f0;
  top: 49px;
  right: -80px;
}
.truncated .truncated_full_value .item-options::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  left: 16px;
  top: -10px;
  content: '';
}

.truncated .truncated_full_value .item-options > p {
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options dl {
    overflow: hidden;
    margin-bottom: 0;
  }
  .truncated .truncated_full_value .item-options:after, .truncated .truncated_full_value .item-options:before {
    display: none !important;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #ffffff;
}

.sales-order-print .col-1,
.sales-order-print .col-2 {
  float: left;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.sales-order-print .col-1 h2,
.sales-order-print .col-2 h2 {
  margin-bottom: 10px;
}
.sales-order-print .product-name {
  font-size: 16px;
  text-transform: none;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
  font-size: 15px;
}
.add-to-links a {
  display: inline-block;
  padding: 0 3px 3px;
  font-weight: 400;
  color: #78909c;
}
.add-to-links a:hover {
  color: #49bcc4;
}

.link-compare,
.link-wishlist {
  font-weight: 400;
}
.link-compare::before,
.link-wishlist::before {
  font-size: 25px;
  padding-right: 7px;
}

.link-compare::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.link-wishlist::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: none;
  text-align: center;
}
.product-image img,
.no-touch .product-img-box .product-image:not(.zoom-available):hover img {
  max-width: fit-content;
  max-height: fit-content;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  body .product-img-box .product-image:hover {
    border-color: #dfdfdf;
  }
}
/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
  line-height: 26px;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 10px auto 0 auto;
}
.ratings .amount a {
  color: #42424c;
}
.ratings .amount a:hover {
  color: #49bcc4;
}
.ratings .rating-links a {
  vertical-align: middle;
  color: #42424c;
}
.ratings .rating-links a:hover {
  color: #49bcc4;
}
.ratings .separator {
  margin: 0 10px;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  line-height: 26px;
  display: inline-block;
  width: 2px;
  vertical-align: middle;
  display: none;
}
.ratings .separator.temp {
  float: left;
  display: none;
}
.ratings .separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #909090;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #ffffff;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-bottom: 35px;
  padding: 0;
  clear: both;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar select {
  width: auto;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 7px;
}
.toolbar .dropdown {
  float: left;
  width: 180px;
}
@media only screen and (max-width: 1199px) {
  .toolbar .dropdown {
    width: 130px;
  }
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar {
  padding: 9px 0 0;
}

.toolbar,
.pager {
  font-family: "Roboto", sans-serif;
  color: #42424c;
  line-height: 30px;
  font-size: 12px;
}
.toolbar li,
.pager li {
  border: none;
  margin-right: 2px;
}
.toolbar li > a,
.toolbar li > span,
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  vertical-align: top;
}

.toolbar label,
.pager-no-toolbar label {
  float: left;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  color: #78909c;
}

.sorter {
  float: left;
}
.sorter label {
  float: left;
  margin-right: 5px;
  display: none;
}

.sorter > .sort-by {
  float: left;
  margin-left: 0;
}
.sorter > .sort-by label {
  display: block;
  margin: 5px 16px 0 0;
  color: #78909c;
}
@media only screen and (max-width: 991px) {
  .sorter > .sort-by label {
    display: none;
  }
}
.sorter > .sort-by .selectboxit-container .selectboxit-list {
  margin-left: -1px;
}
.sorter > .sort-by .sort-by-switcher {
  float: left;
  margin: 10px 0 0 15px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
  line-height: 20px;
  text-align: center;
  color: #dad7d7;
}
.sorter > .sort-by .sort-by-switcher::before {
  font-size: 24px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.sorter > .sort-by .sort-by-switcher:hover {
  color: #49bcc4;
}
.sorter > .sort-by .sort-by-switcher--desc:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.view-mode {
  float: right;
  padding: 8px 0 0 15px;
}
.view-mode label {
  display: none;
}
.view-mode .grid,
.view-mode .list {
  float: left;
  font-size: 0;
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0 0 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #dad7d7;
  overflow: hidden;
}
.view-mode .grid:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.view-mode strong.grid {
  color: #49bcc4;
}
.view-mode a.grid:hover {
  color: #49bcc4;
}
.view-mode .list:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.view-mode strong.list {
  color: #49bcc4;
}
.view-mode a.list:hover {
  color: #49bcc4;
}

.pager {
  float: right;
  margin: 0;
}
.pager .selectboxit-container .selectboxit-btn {
  width: 120px !important;
  border-right: none;
  border-left: solid 1px #dfdfdf;
}
.pager .selectboxit-container .selectboxit-list {
  width: 120px;
}
.pager .selectboxit-container .selectboxit-list li {
  margin: 0;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 10px 20px 0 0;
  color: #49bcc4;
  font-size: 14px;
  display: none;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  float: left;
}
@media only screen and (max-width: 599px) {
  .pager .limiter {
    display: none;
  }
}
.pager .limiter > label {
  margin: 5px 16px 0 0;
}
.pager .dropdown {
  text-align: left;
  width: 100px;
}

.category-products .pages {
  display: none;
}

.pages {
  float: none;
  margin: 0;
  text-align: center;
}
.pages strong {
  display: none;
}

.pages li {
  display: inline;
  margin: 0 4px;
  position: relative;
}

.pages ol li a,
.pages ol li.current strong {
  display: inline-block;
  border: solid 2px #ccc;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 56px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pages ol li a {
  color: #42424c;
  background-color: #fff;
}
.pages ol li a:hover {
  color: #ffffff;
  background-color: #49bcc4;
  border: solid 2px #49bcc4;
}

.pages ol li.current strong {
  color: #ffffff;
  background-color: #49bcc4;
  border: solid 2px #49bcc4;
}

.pages .next,
.pages .previous {
  width: auto;
  min-width: 140px;
}

@media only screen and (max-width: 991px) {
  .pages .next,
  .pages .previous {
    width: 60px;
    min-width: inherit;
    font-size: 0;
    line-height: 0;
  }
  .pages .next:before,
  .pages .previous:before {
    color: #49bcc4;
    font-size: 23px;
    line-height: 54px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pages .next:hover:before,
  .pages .previous:hover:before {
    color: #fff;
  }

  .pages .next {
    padding-left: 2px;
  }
  .pages .next:before {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
  }

  .pages .previous {
    padding-right: 2px;
  }
  .pages .previous:before {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
  }
}
@media only screen and (max-width: 599px) {
  .toolbar-bottom .toolbar .pager {
    padding: 20px 0 0;
  }

  .pages li {
    margin: 0 2px;
  }

  .pages ol li a,
  .pages ol li.current strong {
    font-size: 13px;
    line-height: 30px;
    width: 34px;
    height: 34px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
  }

  .pages .next,
  .pages .previous {
    width: 34px;
  }
  .pages .next:before,
  .pages .previous:before {
    font-size: 18px;
    line-height: 28px;
  }
}
.toolbar-bottom .toolbar {
  background: none;
}
.toolbar-bottom .toolbar .pager {
  float: none;
  padding: 50px 0 0;
}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .count-container,
.toolbar-bottom .toolbar .view-mode {
  display: none;
}

.category-products .toolbar-bottom .toolbar .pages {
  display: block;
}

@media only screen and (max-width: 599px) {
  .sorter {
    float: right;
  }

  .view-mode {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar {
    padding: 0 0 0 50px;
  }

  .toolbar-bottom .toolbar {
    padding: 0;
  }

  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #0d0d0d;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: none;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: none;
  border-bottom: 7px solid #0d0d0d;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

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

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
#hideit,
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * OWL controls
 * ============================================ */
.owl-controls .owl-buttons div {
  background: none;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev, .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 45%;
  left: -25px;
  right: auto;
  background: none;
  padding: 0;
  text-align: center;
  margin: 0;
  font-size: 0;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev::before, .owl-controls .owl-buttons div.owl-next::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #c9c9c9;
  background: none;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}
.owl-controls .owl-buttons div.owl-prev:hover::before, .owl-controls .owl-buttons div.owl-next:hover::before {
  color: #333333;
}
.owl-controls .owl-buttons div.owl-next {
  right: -25px;
  left: auto;
}
.owl-controls .owl-buttons div.owl-prev:before {
  content: "";
}
.owl-controls .owl-buttons div.owl-next:before {
  content: "";
}
@media only screen and (max-width: 1269px) {
  .owl-controls .owl-buttons div.owl-prev, .owl-controls .owl-buttons div.owl-next {
    top: -40px;
  }
  .owl-controls .owl-buttons div.owl-prev {
    left: auto;
    right: 50px;
  }
  .owl-controls .owl-buttons div.owl-next {
    right: 15px;
  }
}

/* ============================================ *
 * Additional Styles (Transitions etc.)
 * ============================================ */
a,
.button,
.swatch-link,
.swatch-link .swatch-label,
.swatch-link .swatch-text,
.swatch-link.has-image .swatch-label::before,
.block .product-image,
label:after,
#header-cart,
.skip-cart .count {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img,
.truncated .truncated_full_value .item-options {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}

#message-popup {
  z-index: 9999;
}
#message-popup .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
#message-popup .close {
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: 1;
  z-index: 9;
  font-size: 14px;
}
#message-popup .close:hover {
  color: #49bcc4;
}
#message-popup .messages .error-msg li {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 20px;
}
#message-popup .messages .error-msg li:before {
  display: none;
}
#message-popup .success-msg li {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 20px;
}
#message-popup .success-msg li:before {
  display: none;
}

.account-social-login .theme-block {
  min-height: 240px !important;
  text-align: center;
}
.account-social-login .theme-block ul {
  margin-top: 10px;
}
.account-social-login .theme-block ul li {
  display: inline-block;
}
.account-social-login .theme-block ul li a:hover img {
  opacity: .8;
}

.account-social-login-y {
  margin-top: 10px;
}
.account-social-login-y ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  position: relative;
}
.input-box .input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  margin: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' * ';
  color: #ee372a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #909090;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 22px;
  background: #fff;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #bcbcbc;
}
.input-text:focus,
textarea:focus {
  border: 1px solid #d9d9d9;
  outline: 0;
}

.input-text.validation-failed {
  border-color: #ee372a;
}

.input-text.validation-failed:focus {
  outline-color: #f79b95;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 22px;
  background: #fff;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #bcbcbc;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 230px;
  max-width: 100%;
}

select {
  max-width: 100%;
  width: 92%;
  height: 40px;
  background: #f5f5f5;
  border: solid 1px #ebebeb;
  margin-top: 0;
}
select option {
  padding: 5px 10px;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #dad7d7;
}

input:-moz-placeholder {
  color: #dad7d7;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder {
  opacity: 0.7;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #ee372a;
  font-size: 14px;
}

.validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -21px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
}
.validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.required {
  font-size: 14px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 300px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
  color: #42424c;
  background-color: #f5f5f5;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
  background-color: #EDEDED;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 100%;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 15px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #909090;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
  /*margin-bottom: 30px;*/
}

.data-table td,
.data-table th {
  padding: 15px 20px;
  vertical-align: middle;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #dfdfdf;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: "Roboto", sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #dfdfdf;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #dfdfdf;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #dfdfdf;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead {
    display: none;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead {
    display: none;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map */

/* ============================================ *
 * Global
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #49bcc4;
}

.theme-color {
  color: #49bcc4;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #49bcc4;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.page {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.cms-index-index .page {
  overflow: hidden;
}

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

/*# sourceMappingURL=global.css.map */

@charset "UTF-8";
/* ============================================ *
 * Header
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header-container {
    position: relative;
    padding: 73px 0 35px;
  }
  .page-header-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
.page-header {
  padding: 0;
}

.cms-index-index .page-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header_right_holder {
  padding: 5px 0 0 0;
  position: relative;
  z-index: 999;
}

.header_holder {
  text-align: center;
  padding: 12px 200px 0 300px;
  position: relative;
}

/* ============================================ *
 * Header switchers
 * ============================================ */
.header-switchers {
  padding: 0 30px 20px 30px;
}
.header-switchers .header-button {
  position: relative;
  width: 55px;
}
.header-switchers .header-button > a {
  display: block;
  height: 30px;
}
.header-switchers .header-button > a:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 28px;
  line-height: 18px;
  padding-left: 5px;
  vertical-align: middle;
}
.header-switchers .header-button.currency-list > a, .header-switchers .header-button.lang-list > a {
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  text-align: center;
  padding: 4px 0 0;
  width: 100%;
}
.header-switchers .header-button ul {
  display: none;
  text-align: left;
  border: solid 1px #ebebeb;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
}
.header-switchers .header-button ul li {
  float: none;
  display: block;
  padding-left: 0px;
}
.header-switchers .header-button ul li a {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #dad7d7;
  padding: 4px 24px;
  min-height: 18px;
}
.header-switchers .header-button ul li a:hover {
  text-decoration: none;
  background: none;
  color: #3ba0a7;
}
.header-switchers .header-button ul li a .mobile-part {
  display: none;
}
.header-switchers .header-button ul li a.selected {
  color: #3ba0a7;
}
.header-switchers .header-button > a:hover, .header-switchers .header-button.active > a {
  text-decoration: none;
}
.header-switchers .header-button.full_mode {
  width: auto;
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 0;
}
.header-switchers .header-button.full_mode .header-button-title .label {
  display: none;
}
.header-switchers .header-button.full_mode .header-button-title .current {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 36px 6px 24px;
  border: solid 1px #ebebeb;
  color: #dad7d7;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.header-switchers .header-button.full_mode .header-button-title .current::after {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 15px;
  line-height: 16px;
  color: #42424c;
  position: absolute;
  top: 12px;
  right: 23px;
}
.header-switchers .header-button.full_mode .header-button-title:hover .current {
  color: #777777;
}
@media only screen and (max-width: 767px) {
  .header-switchers .header-button.full_mode {
    float: none;
  }
  .header-switchers .header-button.full_mode.lang-list {
    padding-right: 0;
    border-right: none;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  margin: 0;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.desktop_logo {
  float: left;
}

.mobile_logo .logo {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header_holder {
    padding: 12px 134px 0 280px;
  }
}
@media only screen and (max-width: 991px) {
  .desktop_logo .logo {
    display: none;
  }

  .mobile_logo {
    text-align: center;
    clear: both;
  }
  .mobile_logo .logo {
    display: inline;
  }
  .mobile_logo .logo img {
    display: inline;
  }

  .header_holder {
    float: left;
    padding: 23px 0 22px 0;
  }
  .header_holder .rd-navbar-fixed {
    width: 72px;
    text-align: center;
  }

  .header_right_holder {
    padding: 23px 0 22px 0;
    position: static;
  }

  .page-header-container {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    max-width: 100%;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-container.mobile {
  border-top: 1px solid #ebebeb;
}
.skip-container.mobile .skip-links {
  position: relative;
}

.skip-links {
  clear: both;
  position: relative;
}
.skip-links:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 992px) {
  .skip-links {
    border: 0;
    float: right;
  }

  .skip-container {
    position: relative;
    float: right;
  }
  .skip-container.mobile {
    display: none;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  font-size: 24px;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}
.skip-content.skip-active {
  display: block;
  position: absolute;
  background: #ffffff;
  top: 40px;
  z-index: 1000;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
  -moz-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
  box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
}

.main-menu .skip-content.skip-active {
  position: relative;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 991px) {
  .header-minicart.desktop .label {
    display: none;
  }
  .header-minicart.desktop .icon:before {
    font-size: 30px;
  }
  .header-minicart.desktop .skip-content.skip-active {
    right: 0;
    top: 70px;
    width: 340px;
    padding: 0;
  }
}
a.skip-link {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header-minicart.desktop .skip-content.skip-active {
    right: -15px;
    top: 0;
    width: 320px;
    padding: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: auto;
    display: inline-block;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .account-cart-wrapper {
    position: static;
  }
}

/*# sourceMappingURL=header.css.map */

@charset "UTF-8";
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 991px) {
  #header-nav {
    padding: 0;
  }

  .main-menu {
    position: relative !important;
  }

  .pseudoStickyBlock {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  #header-nav {
    display: block;
    padding: 0;
  }

  .main-menu {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #333333;
  }
  .main-menu.isStuck {
    z-index: 9999999;
  }

  .header-nav {
    display: block;
    margin-top: 15px;
  }

  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * General Navigation Styles (NOT MegaMenu)
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #42424c;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 991px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #333333;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 992px) {
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a,
  .nav-primary li.active > a {
    color: #333333;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #fff;
    -webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    -moz-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/*# sourceMappingURL=header-nav.css.map */

@charset "UTF-8";
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.skip-search .icon:before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding: 0 95px 0 0;
}
#search_mini_form label {
  display: none;
}
#search_mini_form #search {
  width: 230px;
  height: 50px;
  line-height: normal;
  padding: 5px 10px 5px 30px;
  font-family: "Roboto", sans-serif;
  float: left;
  border-right: none;
}
#search_mini_form .search-button {
  float: left;
  border: 0;
  padding: 0;
  min-width: inherit;
  font-weight: normal;
  font-size: 0;
  line-height: 0;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#search_mini_form .search-button::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
  color: #78909c;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  height: 45px;
  line-height: 43px;
  width: 41px;
  display: block;
  text-align: center;
  background: none;
}
#search_mini_form .search-button:hover::before {
  color: #3ba0a7;
}
#search_mini_form .search-button::after {
  display: none;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
.skip-search {
  display: none;
}

.header-search {
  float: right;
  display: block;
  position: relative;
  margin: 0 0 0 46px;
}
.header-search .skip-link:before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
  color: #78909c;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.header-search .skip-link:hover:before {
  color: #3ba0a7;
}
.header-search .skip-content {
  left: auto;
  right: -74px;
  top: -13px;
  padding: 10px 12px 10px 0;
  width: 870px;
}
.header-search .skip-content #search_mini_form #search {
  width: 100%;
  height: 45px;
  line-height: normal;
  padding: 10px 10px 10px 31px;
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #bcbcbc;
  float: none;
  border: 0;
}
.header-search .skip-content #search_mini_form .search-button {
  float: none;
  position: absolute;
  right: 54px;
  top: 0;
}
.header-search .skip-content #search_mini_form .skip-link-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1 !important;
  display: block;
  width: 54px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  font-size: 20px;
  color: #78909c;
}
.header-search .skip-content #search_mini_form .skip-link-close:hover {
  color: #3ba0a7;
}

@media only screen and (max-width: 1199px) {
  .header-search {
    margin: 0 0 0 20px;
  }
  .header-search .skip-content {
    width: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search {
    margin: 0;
    width: 72px;
    text-align: center;
  }
  .header-search .skip-content {
    width: 630px;
  }
  .header-search .skip-link:before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    position: static;
  }
  .header-search .skip-content {
    left: -15px;
    right: -15px;
    top: 0;
    padding: 22px 12px 20px 0;
    width: auto;
  }
  .header-search .skip-content #search_mini_form .input-box {
    padding: 0 50px 0 64px;
  }
  .header-search .skip-content #search_mini_form .input-box.processing::before {
    left: auto;
    right: 43px;
    top: 14px;
  }
  .header-search .skip-content #search_mini_form #search {
    width: 100%;
    height: 45px;
    line-height: normal;
    padding: 10px 10px 10px 23px;
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #dad7d7;
    float: none;
    border: 0;
  }
  .header-search .skip-content #search_mini_form .search-button {
    right: auto;
    left: 23px;
    top: 0;
  }
  .header-search .skip-content #search_mini_form .skip-link-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1 !important;
    display: block;
    width: 54px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    color: #78909c;
  }
  .header-search .skip-content #search_mini_form .skip-link-close:hover {
    color: #3ba0a7;
  }
}
#search_autocomplete > ul:not(.livesearch-results) {
  background: #fff;
  padding: 3px 7px;
  z-index: 9;
  border: 1px solid #ebebeb;
  border-top: none;
}
#search_autocomplete > ul:not(.livesearch-results) .amount {
  padding-right: 3px;
}

/*# sourceMappingURL=header-search.css.map */

@charset "UTF-8";
/* ============================================ *
 * Header - Account
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Account in Mobile
 */
.skip-account .icon:before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

@media only screen and (min-width: 992px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #fff;
    -webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    -moz-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #42424c;
    line-height: 2;
    text-decoration: none;
  }

  #header-account a:hover {
    color: #333333;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 0;
}
#header-account .header-button .current {
  font-weight: normal;
  padding-left: 5px;
  color: #333333;
}
#header-account .header-button ul {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 10px;
  background: #f5f5f5;
}
#header-account .header-button li {
  display: inline-block;
}
#header-account .header-button li a {
  padding: 3px 15px;
  border-bottom: none;
  text-transform: uppercase;
}
#header-account .header-button li a:hover, #header-account .header-button li a.selected {
  background: #ffffff;
  color: #333333;
}
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: left;
}
#header-account .header-button:hover .label,
#header-account a:hover {
  color: #333333;
}

/* ============================================ *
 * Top links
 * ============================================ */
.top-links {
  position: relative;
  float: right;
}
.top-links a.account-dropdown {
  margin: 0;
}
.top-links a.account-dropdown::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
  color: #78909c;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.top-links a.account-dropdown:hover::before {
  color: #3ba0a7;
}
.top-links .skip-content.skip-active {
  width: 200px;
  right: 0;
  left: auto;
  padding: 0;
}
.top-links .skip-link-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #78909c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-links .skip-link-close:hover {
  color: #3ba0a7;
}

.control_links {
  border-bottom: solid 1px #ebebeb;
  padding: 24px 20px 18px 30px;
}
.control_links .links li {
  padding: 0;
  margin: 0 0 8px;
  font-size: 14px;
}

.acc_links {
  padding: 25px 0;
  text-align: center;
}
.acc_links .links li {
  display: inline-block;
  font-size: 14px;
}
.acc_links .links li:first-child a {
  padding: 0 0 0 20px;
  position: relative;
}
.acc_links .links li:first-child a::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 14px;
  color: #78909c;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: absolute;
  left: 0;
  top: -2px;
}
.acc_links .links li:last-child:before {
  content: '|';
  color: #3ba0a7;
  margin: 0 7px 0 3px;
}

@media only screen and (max-width: 991px) {
  .top-links {
    width: 72px;
    text-align: center;
  }
  .top-links a.account-dropdown::before {
    font-size: 30px;
    content: "\f132";
  }
  .top-links .skip-content {
    text-align: left;
  }
  .top-links .skip-content.skip-active {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .top-links {
    position: static;
  }
  .top-links .skip-content.skip-active {
    top: 0;
    right: -15px;
    width: 320px;
  }
  .top-links .skip-link-close {
    display: block;
  }

  .control_links {
    border-bottom: 0;
    padding: 34px 20px 0 30px;
  }
  .control_links .links li {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 300;
  }

  .acc_links {
    padding: 0 30px 18px 30px;
    text-align: left;
  }
  .acc_links .links li {
    font-size: 18px;
    font-weight: 300;
  }
  .acc_links .links li:first-child a {
    padding: 0 0 0 30px;
  }
  .acc_links .links li:first-child a::before {
    font-size: 18px;
    left: 0;
    top: -2px;
  }
}

/*# sourceMappingURL=header-account.css.map */

@charset "UTF-8";
/* ============================================ *
 * Header - Cart
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart .icon:before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .skip-cart {
    width: auto;
    padding: 0;
  }
  .skip-cart .icon:before {
    color: #78909c;
    font-size: 25px;
    padding: 0;
  }
  .skip-cart .label {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    display: none;
    vertical-align: middle;
    padding-right: 7px;
  }
  .skip-cart .count {
    display: block;
    background: #dee4e7;
    color: #3ba0a7;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    right: -11px;
    z-index: 3;
    font-size: 11px;
    font-weight: 300;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .skip-cart:hover .icon:before {
    color: #3ba0a7;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart.no-count .count {
  font-weight: normal;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .skip-cart {
    color: #78909c;
  }
  .skip-cart:hover {
    color: #3ba0a7;
  }
  .skip-cart .count {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .skip-cart {
    color: #3ba0a7;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }

  .skip-cart .count {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .skip-cart.skip-active .count, .skip-cart:hover .count {
    opacity: 1;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #909090;
  font-size: 12px;
}

.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/*# sourceMappingURL=header-cart.css.map */

@charset "UTF-8";
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
.subscribe-content .actions button {
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
}

.subscribe-content .actions button:hover {
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #49bcc4;
}

.theme-color {
  color: #49bcc4;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #49bcc4;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.footer .footer-col h4,
.footer .footer-col .block-title strong {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #455a64;
  font-size: 24px;
  display: block;
  padding: 0 0 19px;
  margin: 0;
  text-transform: none;
  font-weight: 300;
}

.footer-container {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_footer.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 991px) {
  .footer-container {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_footer.png) no-repeat 20% 105%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_footer.png) no-repeat 19% 100%;
  }
}

body:not(.cms-index-index) .footer-container {
  border-top: solid 1px #ebebeb;
}

.footer,
.footer button {
  font-family: "Roboto", sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  padding: 83px 0 78px 0;
  /* ==================================back-top ================================================== */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .footer-cols-wrapper {
  padding-bottom: 25px;
  position: relative;
}
.footer .footer-col {
  float: left;
  width: 23.076%;
  margin-right: 2.564%;
}
.footer .footer-col.last {
  margin-right: 0;
}
.footer .links,
.footer .footer-col ul {
  padding: 0;
}
.footer .links li,
.footer .footer-col ul li {
  word-break: break-all;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 6px 0;
}
.footer .links a,
.footer .footer-col ul a {
  color: #78909c;
}
.footer .links a:hover,
.footer .footer-col ul a:hover {
  color: #49bcc4;
}
.footer .footer_contacts p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #42424c;
  margin: 0 0 14px;
}
.footer .footer_contacts p strong {
  font-family: 'Neucha', cursive;
  font-size: 22px;
  font-weight: normal;
  color: #78909c;
}
.footer .footer_contacts p a {
  color: #49bcc4;
}
.footer .footer_contacts p a:hover {
  color: #78909c;
}
.footer #back-top {
  position: fixed;
  bottom: 40px;
  z-index: 999;
  right: 1%;
  display: none;
  width: 41px;
  height: 41px;
}
.footer #back-top span {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #49bcc4;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer #back-top span::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-size: 45px;
  line-height: 40px;
}
.footer #back-top span:hover {
  background-color: #3ba0a7;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #42424c;
  margin: 0;
  padding: 19px 0 0;
}
@media only screen and (max-width: 991px) {
  .footer .footer-col {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .footer .footer-col:nth-child(3) {
    content: '';
    display: table;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 25px 95px 25px;
  }
  .footer .footer-col {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-top: none;
    float: none;
    width: 100%;
  }
  .footer .footer-col.last {
    padding: 0;
    margin: 0;
  }
  .footer .footer-col h4 {
    padding: 0 27px 0 0;
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
  }
  .footer .footer-col h4:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 23px;
    color: #49bcc4;
  }
  .footer .footer-col h4.active:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
  }
  .footer .footer-col-content {
    padding: 0 0 30px;
  }
  .footer .footer-cols-wrapper {
    padding-bottom: 40px;
  }
  .footer address {
    padding: 0;
  }
}

.footer-subscribe-wrapper {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_newsletter.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  display: none;
}

.cms-index-index .footer-subscribe-wrapper {
  display: block;
}

.footer-subscribe {
  padding: 126px 0 133px;
}
.footer-subscribe::after {
  content: '';
  display: table;
  clear: both;
}

.subscribe-title {
  float: left;
}
.subscribe-title h2 {
  font-size: 37px;
  font-weight: 300;
  text-transform: none;
  color: #455a64;
  margin: 0 0 15px;
}
.subscribe-title h3 {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #42424c;
  margin: 0;
}

.subscribe-content {
  float: right;
  margin: 21px 0 0;
  position: relative;
  padding: 0 155px 0 0;
  width: 525px;
}
.subscribe-content .input-box {
  width: 100%;
  padding: 0;
}
.subscribe-content .input-box .input-text {
  width: 100%;
  height: 60px;
  padding: 20px 35px;
  font-size: 16px;
  color: #bcbcbc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
}
.subscribe-content .input-box .validation-advice {
  bottom: inherit;
  top: 61px;
  left: 14px;
}
.subscribe-content .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe-content .actions button:hover {
  background: #49bcc4;
  color: #ffffff;
}

@media only screen and (max-width: 1400px) {
  .footer-subscribe-wrapper {
    background-size: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .subscribe-title {
    width: 430px;
  }

  .subscribe-content {
    width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-subscribe-wrapper {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_newsletter.jpg) no-repeat 50% 65%;
  }

  .footer-subscribe {
    padding: 86px 0 87px;
  }

  .subscribe-title {
    width: 100%;
    float: none;
    text-align: center;
  }

  .subscribe-content {
    width: 100%;
    float: none;
    text-align: center;
    margin: 31px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-subscribe-wrapper {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_newsletter.jpg) no-repeat 30% 50%;
  }

  .footer-subscribe {
    padding: 86px 0 87px;
  }

  .subscribe-title {
    width: 100%;
    float: none;
    text-align: center;
  }

  .subscribe-content {
    width: 100%;
    float: none;
    text-align: center;
    margin: 31px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .footer-subscribe-wrapper {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_newsletter.jpg) no-repeat 26% 90%;
  }

  .footer-subscribe {
    padding: 106px 0 97px;
  }

  .subscribe-title {
    width: 100%;
    float: none;
    text-align: center;
  }

  .subscribe-content {
    margin: 21px 0 0 0;
    padding: 0;
  }
  .subscribe-content .input-box {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .subscribe-content .actions {
    position: static;
    right: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 479px) {
  .footer-subscribe-wrapper {
    background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_newsletter.jpg) no-repeat 23% -110px;
  }

  .footer-subscribe {
    padding: 126px 0 97px;
  }

  .subscribe-content {
    margin: 26px 0 0;
    padding: 0;
  }
}

.small-font {
  color:#42424c;
  font-size:13px;
}
.h3-text {
  color:#78909c;
  font-family:'Neucha', cursive;
}

/*# sourceMappingURL=footer.css.map */

/* -------------------------------------------- *
 * Theme styles
*/
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #49bcc4;
}

.theme-color {
  color: #49bcc4;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #49bcc4;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.info_banners_wrapper {
  padding: 0 60px;
  margin: 0 auto 63px;
}
.info_banners_wrapper::after {
  content: '';
  display: table;
  clear: both;
}

.holder_big {
  float: left;
  width: 49.193%;
  margin: 0 0.268% 0 0;
  position: relative;
}
.holder_big .ban_img {
  position: relative;
}
.holder_big .ban_img span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_big .ban_img img {
  max-width: 100%;
}
.holder_big .ban_holder {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 199px;
  top: 38%;
  text-align: center;
}
.holder_big .ban_holder h3 {
  font-size: 26px;
  font-weight: 100;
  color: #000;
  text-transform: none;
  margin-bottom: 5px;
}
.holder_big .ban_holder h2 {
  font-family: 'Neucha', cursive;
  font-size: 40px;
  font-weight: 400;
  color: #455a64;
  text-transform: none;
  margin-bottom: 30px;
}
.holder_big .ban_holder strong {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: solid 2px #c5c8c9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background:#49bcc4;
}
.holder_big .ban_holder strong span {
  z-index: 2;
  position: relative;
}
.holder_big:hover .ban_img span {
  background: rgba(255, 255, 255, 0.8);
}
.holder_big:hover .ban_holder strong {
  border: solid 2px #49bcc4;
  background: #49bcc4;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}

.holder_medium {
  float: left;
  width: 25%;
  margin: 0 0.268% 0 0;
  position: relative;
}
.holder_medium .ban_img {
  position: relative;
}
.holder_medium .ban_img span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_medium .ban_img img {
  max-width: 100%;
}
.holder_medium .ban_holder {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 9%;
  text-align: right;
}
.holder_medium .ban_holder h3 {
  font-size: 26px;
  font-weight: 100;
  color: #000;
  text-transform: none;
  margin-bottom: -3px;
}
.holder_medium .ban_holder h2 {
  font-family: 'Neucha', cursive;
  font-size: 56px;
  font-weight: 400;
  color: #455a64;
  text-transform: none;
  margin-bottom: 30px;
}
.holder_medium .ban_holder strong {
  float: right;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  border: solid 2px #c3b2aa;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_medium .ban_holder strong span {
  z-index: 2;
  position: relative;
}
.holder_medium:hover .ban_img span {
  background: rgba(255, 255, 255, 0.8);
}
.holder_medium:hover .ban_holder strong {
  border: solid 2px #49bcc4;
  background: #49bcc4;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}

.holders_small_wrap {
  float: left;
  width: 25.268%;
}

.holder_small1 {
  position: relative;
}
.holder_small1 .ban_img {
  position: relative;
}
.holder_small1 .ban_img span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_small1 .ban_img img {
  max-width: 100%;
}
.holder_small1.sm1 {
  margin-bottom: 1%;
}
.holder_small1.sm1 .ban_holder {
  position: absolute;
  z-index: 2;
  left: 227px;
  top: 7.5%;
}
.holder_small1.sm1 h3 {
  font-size: 36px;
  font-weight: 300;
  color: #5c5f5d;
  text-transform: none;
  margin-bottom: -3px;
}
.holder_small1.sm1 h2 {
  font-family: 'Neucha', cursive;
  font-size: 39px;
  font-weight: 400;
  color: #49bcc4;
  text-transform: none;
  margin-bottom: 10px;
}
.holder_small1.sm1 strong {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  border: solid 2px #cccccc;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_small1.sm1 strong span {
  z-index: 2;
  position: relative;
}
.holder_small1.sm1:hover .ban_img span {
  background: rgba(255, 255, 255, 0.8);
}
.holder_small1.sm1:hover .ban_holder strong {
  border: solid 2px #49bcc4;
  background: #49bcc4;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}
.holder_small1.sm2 .ban_holder {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
}
.holder_small1.sm2 h3 {
  font-size: 26px;
  font-weight: 100;
  color: #000;
  text-transform: none;
  margin-bottom: 14px;
}
.holder_small1.sm2 strong {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: solid 2px #cccccc;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.holder_small1.sm2 strong span {
  z-index: 2;
  position: relative;
}
.holder_small1.sm2:hover .ban_img span {
  background: rgba(255, 255, 255, 0.8);
}
.holder_small1.sm2:hover .ban_holder strong {
  border: solid 2px #49bcc4;
  background: #49bcc4;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}

.bottom_holders_wrap {
  margin: 0 0 100px;
}

.bottom_holders h2 {
  font-size: 37px;
  font-weight: 300;
  text-transform: none;
  color: #455a64;
  text-align: center;
  margin-bottom: 30px;
}
.bottom_holders .bottom_col {
  float: left;
  width: 32.905%;
  border-right: solid 1px #ebebeb;
  text-align: center;
  min-height: 255px;
}
.bottom_holders .bottom_col span {
  font-size: 103px;
  line-height: 90px;
  color: #49bcc4;
}
.bottom_holders .bottom_col h3 {
  font-family: 'Neucha', cursive;
  font-size: 34px;
  font-weight: normal;
  color: #78909c;
  text-transform: none;
  padding: 29px 0 0;
  margin: 0 0 14px;
}
.bottom_holders .bottom_col p {
  font-size: 16px;
  font-weight: 300;
  color: #42424c;
  margin: 0;
}
.bottom_holders .bottom_col.bc1 p {
  padding: 0 58px;
}
@media only screen and (min-width: 600px) {
  .bottom_holders .bottom_col.bc2 {
    width: 34.188%;
  }
}
.bottom_holders .bottom_col.bc2 p {
  padding: 0 61px;
}
.bottom_holders .bottom_col.bc3 {
  border-right: 0;
}
.bottom_holders .bottom_col.bc3 p {
  padding: 0 5px;
}

.widget-new-products {
  position: relative;
  z-index: 2;
}
.widget-new-products::before, .widget-new-products::after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: -30010px;
  position: absolute;
  top: 0;
  width: 30000px;
  z-index: 1;
}
.widget-new-products::before {
  left: auto;
  right: -30010px;
}
.widget-new-products .owl-carousel .owl-wrapper-outer {
  overflow: inherit !important;
}
.widget-new-products .widget-products {
  position: relative;
}
.widget-new-products .widget-title h2 {
  font-size: 37px;
  margin-bottom: 15px;
}
.widget-new-products .widget-title h3 {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #42424c;
  margin-bottom: 34px;
}
.widget-new-products .carousel_nav .btns {
  position: absolute;
  z-index: 2;
  top: 200px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: #fff;
  font-size: 23px;
  color: #49bcc4;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-new-products .carousel_nav .btns.prev_new {
  left: -25px;
}
.widget-new-products .carousel_nav .btns.next_new {
  right: -25px;
}
.widget-new-products .carousel_nav .btns:hover {
  background: #49bcc4;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
  box-shadow: 0 6px 24px rgba(73, 188, 196, 0.73);
}
@media only screen and (max-width: 767px) {
  .widget-new-products .carousel_nav .btns.prev_new {
    left: -15px;
  }
  .widget-new-products .carousel_nav .btns.next_new {
    right: -15px;
  }
}

.widget-new-products .owl-carousel-wrapper {
  margin: 0 -5px;
}

.widget-new-products .owl-carousel .owl-item {
  padding: 0 5px;
}

@media only screen and (max-width: 1800px) {
  .holder_big .ban_holder {
    top: 35%;
  }
  .holder_big .ban_holder h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }

  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 22px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 24px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .holder_small1.sm2 .ban_holder {
    top: 31%;
  }
  .holder_small1.sm2 h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1600px) {
  .holder_big .ban_holder {
    top: 35%;
  }
  .holder_big .ban_holder h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .holder_big .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 18px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .holder_medium .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .holder_small1.sm1 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
  .holder_small1.sm2 .ban_holder {
    top: 33%;
  }
  .holder_small1.sm2 h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .holder_small1.sm2 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .holder_big .ban_holder {
    top: 35%;
  }
  .holder_big .ban_holder h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .holder_medium .ban_holder {
    right: 10px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 16px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 7%;
  }
  .holder_small1.sm1 h3 {
    font-size: 18px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .holder_small1.sm2 .ban_holder {
    top: 33%;
  }
  .holder_small1.sm2 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .info_banners_wrapper {
    padding: 0 30px;
    max-width: 974px;
    margin: 0 auto 30px;
  }

  .holder_big {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  .holder_big .ban_holder {
    left: 0;
    right: 172px;
    top: 38%;
  }
  .holder_big .ban_holder h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .holder_big .ban_holder strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
	background:#49bcc4;
  }

  .holder_medium {
    float: left;
    width: 48.8%;
    margin: 0 1% 0 0;
  }
  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 26px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .holder_medium .ban_holder strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }

  .holders_small_wrap {
    float: left;
    width: 49.5%;
  }

  .holder_small1.sm1 {
    margin-bottom: 1%;
  }
  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 26px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .holder_small1.sm1 strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }
  .holder_small1.sm2 .ban_holder {
    left: 0;
    right: 0;
    top: 35%;
  }
  .holder_small1.sm2 h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .holder_small1.sm2 strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }

  .bottom_holders h2 {
    font-size: 37px;
    margin-bottom: 30px;
  }
  .bottom_holders .bottom_col {
    min-height: 245px;
  }
  .bottom_holders .bottom_col span {
    font-size: 90px;
    line-height: 80px;
  }
  .bottom_holders .bottom_col h3 {
    font-size: 28px;
    padding: 29px 0 0;
    margin: 0 0 3px;
  }
  .bottom_holders .bottom_col p {
    font-size: 14px;
  }
  .bottom_holders .bottom_col.bc1 p {
    padding: 0 58px;
  }
  .bottom_holders .bottom_col.bc2 p {
    padding: 0 61px;
  }
  .bottom_holders .bottom_col.bc3 {
    border-right: 0;
  }
  .bottom_holders .bottom_col.bc3 p {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .holder_big .ban_holder {
    top: 35%;
  }
  .holder_big .ban_holder h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .holder_big .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 18px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .holder_medium .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 20px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .holder_small1.sm1 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
  .holder_small1.sm2 .ban_holder {
    top: 33%;
  }
  .holder_small1.sm2 h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .holder_small1.sm2 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .bottom_holders_wrap {
    margin: 0 0 60px;
  }

  .bottom_holders h2 {
    font-size: 37px;
    margin-bottom: 30px;
  }
  .bottom_holders .bottom_col {
    min-height: 215px;
  }
  .bottom_holders .bottom_col span {
    font-size: 80px;
    line-height: 70px;
  }
  .bottom_holders .bottom_col h3 {
    font-size: 22px;
    padding: 20px 0 0;
    margin: 0 0 3px;
  }
  .bottom_holders .bottom_col p {
    font-size: 14px;
  }
  .bottom_holders .bottom_col.bc1 p {
    padding: 0 20px;
  }
  .bottom_holders .bottom_col.bc2 p {
    padding: 0 30px;
  }
  .bottom_holders .bottom_col.bc3 {
    border-right: 0;
  }
  .bottom_holders .bottom_col.bc3 p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .holder_big .ban_holder {
    top: 35%;
  }
  .holder_big .ban_holder h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .holder_big .ban_holder h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .holder_medium .ban_holder {
    right: 10px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 16px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 18px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .holder_small1.sm2 .ban_holder {
    top: 33%;
  }
  .holder_small1.sm2 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .bottom_holders_wrap {
    margin: 0 0 30px;
  }

  .bottom_holders h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .bottom_holders .bottom_col {
    min-height: 205px;
  }
  .bottom_holders .bottom_col span {
    font-size: 80px;
    line-height: 70px;
  }
  .bottom_holders .bottom_col h3 {
    font-size: 20px;
    padding: 16px 0 0;
    margin: 0 0 3px;
  }
  .bottom_holders .bottom_col p {
    font-size: 12px;
  }
  .bottom_holders .bottom_col.bc1 p {
    padding: 0 20px;
  }
  .bottom_holders .bottom_col.bc2 p {
    padding: 0 30px;
  }
  .bottom_holders .bottom_col.bc3 {
    border-right: 0;
  }
  .bottom_holders .bottom_col.bc3 p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 599px) {
  .info_banners_wrapper {
    padding: 0 10px;
    margin: 0 auto 30px;
  }

  .holder_big {
    margin: 0 0 10px;
  }
  .holder_big .ban_holder {
    left: 0;
    right: 119px;
    top: 30%;
  }
  .holder_big .ban_holder h3 {
    font-size: 22px;
    margin-bottom: 1px;
  }
  .holder_big .ban_holder h2 {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .holder_big .ban_holder strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }

  .holder_medium {
    float: none;
    width: 100%;
    max-width: 464px;
    margin: 0 auto 10px;
  }
  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 22px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .holder_medium .ban_holder strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }

  .holders_small_wrap {
    float: none;
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
  }

  .holder_small1.sm1 {
    margin-bottom: 10px;
  }
  .holder_small1.sm1 .ban_holder {
    left: 65%;
    top: 11%;
  }
  .holder_small1.sm1 h3 {
    font-size: 22px;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .holder_small1.sm1 strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }
  .holder_small1.sm2 .ban_holder {
    left: 0;
    right: 0;
    top: 35%;
  }
  .holder_small1.sm2 h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .holder_small1.sm2 strong {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 140px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }

  .bottom_holders_wrap {
    margin: 0;
  }

  .bottom_holders h2 {
    font-size: 37px;
    margin-bottom: 46px;
  }
  .bottom_holders .bottom_col {
    float: none;
    width: 100%;
    border-right: 0;
    min-height: inherit;
    margin: 0 0 40px;
  }
  .bottom_holders .bottom_col span {
    font-size: 103px;
    line-height: 90px;
  }
  .bottom_holders .bottom_col h3 {
    font-size: 34px;
    padding: 36px 0 0;
    margin: 0 0 13px;
  }
  .bottom_holders .bottom_col p {
    font-size: 16px;
  }
  .bottom_holders .bottom_col.bc1 p {
    padding: 0 0;
  }
  .bottom_holders .bottom_col.bc2 p {
    padding: 0 0;
  }
  .bottom_holders .bottom_col.bc3 p {
    padding: 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .holder_big .ban_holder {
    top: 30%;
  }
  .holder_big .ban_holder h3 {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .holder_big .ban_holder h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .holder_big .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holder_medium .ban_holder {
    right: 20px;
    top: 10%;
  }
  .holder_medium .ban_holder h3 {
    font-size: 18px;
    margin-bottom: -3px;
  }
  .holder_medium .ban_holder h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .holder_medium .ban_holder strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }

  .holders_small_wrap {
    float: none;
    width: 100%;
  }

  .holder_small1.sm1 {
    margin-bottom: 10px;
  }
  .holder_small1.sm1 .ban_holder {
    left: 202px;
    top: 6%;
  }
  .holder_small1.sm1 h3 {
    font-size: 33px;
    color: #5c5f5d;
    margin-bottom: -3px;
  }
  .holder_small1.sm1 h2 {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .holder_small1.sm1 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
  .holder_small1.sm2 .ban_holder {
    left: 0;
    right: 0;
    top: 35%;
  }
  .holder_small1.sm2 h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .holder_small1.sm2 strong {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=theme.css.map */

@charset "UTF-8";
/* ============================================ *
 * Catalog - Product
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.product-options ul.options-list input[type="radio"],
.product-options ul.options-list input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.product-options ul.options-list input[type="radio"] + label,
.product-options ul.options-list input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.product-options ul.options-list input[type="radio"] + label:before,
.product-options ul.options-list input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.product-options ul.options-list input[type="radio"] + label:after,
.product-options ul.options-list input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.product-options ul.options-list input[type="radio"] + label:hover,
.product-options ul.options-list input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.product-options ul.options-list input[type=radio]:checked + .label label:after,
.product-options ul.options-list input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.product-options ul.options-list input[type="checkbox"] + label,
.product-options ul.options-list input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.product-options ul.options-list input[type="checkbox"] + label:before,
.product-options ul.options-list input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.product-options ul.options-list input[type="checkbox"] + label:after,
.product-options ul.options-list input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.product-options ul.options-list input[type="checkbox"] + label:hover,
.product-options ul.options-list input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.product-options ul.options-list input[type=checkbox]:checked + label:after,
.product-options ul.options-list input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
.product-options .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
.product-options .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
.product-options .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.product-options .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.product-options .dropdown div ul {
  z-index: 12;
}
.product-options .dropdown div ul li {
  margin: 0;
}
.product-options .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
.product-options .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
.product-options .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
.product-options .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
.product-options .dropdown .selected {
  color: #dad7d7;
}
.product-options .dropdown .selected::after {
  box-shadow: none;
}
.product-options .dropdown.open {
  z-index: 15;
}
.product-options .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.product-options .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
.product-image-thumbs a {
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
  background-color: #fafcfc;
  border: 0;
}
.product-image-thumbs a:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 0 #3ba0a7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-view.center-image-type .swiper-slide-active a:before, .product-image-thumbs a:hover:before, .product-image-thumbs li a.active:before, .no-touch .product-image-thumbs li a:hover:before {
  border: solid 3px #3ba0a7;
}

/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .product-view .sharing-links a {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .product-view .sharing-links a {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.product-view .product-essential {
  margin-bottom: 40px;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin: 2px 18px 0 0;
}
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-links {
  padding: 3px 0 0 0;
}
.product-view .product-essential .extra-info .ratings .rating-links a {
  margin: 0 35px 0 0;
  color: #42424c;
}
.product-view .product-essential .extra-info .ratings .rating-links a:last-child {
  position: relative;
  padding-left: 35px;
  margin-right: 0;
  color: #78909c;
}
.product-view .product-essential .extra-info .ratings .rating-links a:last-child:before {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
}
.product-view .product-essential .extra-info .ratings .rating-links a:hover {
  color: #3ba0a7;
}
.product-view .product-essential .extra-info .ratings .rating-links a:hover:last-child {
  color: #3ba0a7;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1,
.product-view .product-img-box .product-name h2 {
  margin: -9px 0 15px;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.3;
  color: #455a64;
  border: 0;
  display: block;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .product-name .h1,
  .product-view .product-img-box .product-name h1,
  .product-view .product-img-box .product-name h2 {
    font-size: 29px;
    margin: 0 0 40px;
  }
}
.product-view .product-shop .additional-info {
  position: relative;
  margin: 0 0 7px;
  color: #78909c;
}
.product-view .product-shop .additional-info:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .additional-info .product-sku {
  margin: 0 70px 0 0;
  float: left;
  font-size: 14px;
}
.product-view .product-shop .additional-info .product-sku .sku-number {
  color: #42424c;
  text-transform: none;
  font-weight: 400;
}
.product-view .product-shop .product-name {
  display: none;
}
.product-view .product-shop .extra-info {
  clear: left;
}
.product-view .product-shop .extra-info .addthis_toolbox {
  margin-top: 15px;
}
.product-view .product-shop .price-info {
  float: left;
  padding-right: 15px;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .price-info {
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  margin-bottom: 15px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating {
  margin: 10px 0 10px;
}
.product-view .product-shop .availability {
  float: left;
  font-size: 14px;
  padding: 0;
}
.product-view .product-shop .availability .label {
  padding: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
.product-view .product-shop .availability .value {
  font-weight: 400;
}
.product-view .product-shop .availability-only {
  padding: 0 0 3px 0;
  display: none;
  position: relative;
  float: right;
}
.product-view .product-shop .availability-only p {
  margin: 0;
}
.product-view .product-shop .availability-only table {
  position: absolute;
  background: #ffffff;
  z-index: 999;
  width: 250px;
}
.product-view .product-shop .availability-only a:after {
  content: '+';
}
.product-view .product-shop .availability-only a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.product-view .product-shop .special_countdown {
  float: left;
  margin: 0 0 0 0;
  font-size: 30px;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .special_countdown {
    float: none;
    text-align: center;
    margin-bottom: 16px;
  }
}
.product-view .product-shop .price-box {
  margin: 0 30px 0 0;
  float: left;
}
@media only screen and (max-width: 599px) {
  .product-view .product-shop .price-box {
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
  display: inline-block;
}
.product-view .product-shop .price-box .special-price {
  margin-right: 20px;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 34px;
  font-weight: 500;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #42424c;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #42424c;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .product-shop .product-options .configurable-swatch-list {
  margin-left: -7px;
}
.product-view .product-shop .product-options .configurable-swatch-list li {
  margin: 0 7px;
}
.product-view .product-shop label {
  display: block;
  color: #78909c;
  font-size: 14px;
  text-transform: none;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .block-related {
  margin: 0 -15px;
}
.product-view.normal-image-type .extra-info .nobr {
  margin-bottom: 10px;
  display: inline-block;
}
.product-view .block-subtitle {
  padding-right: 60px;
}

.de-lang-class .product-view .product-essential .extra-info .ratings .rating-links a {
  margin: 0 22px 0 0;
}
.de-lang-class .product-view .product-essential .extra-info .ratings .rating-links a:last-child {
  margin-right: 0;
}

.product-gallery-img-custom {
  max-width: 500px;
  margin: 0 auto 0;
  display: none;
  background: #fafcfc;
}
.product-gallery-img-custom .owl-carousel .owl-item {
  padding: 0;
}
.product-gallery-img-custom .owl-controls .owl-buttons div {
  border-radius: 0;
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev, .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next {
  top: 50%;
  margin: -25px 0 0;
  left: 0px;
  right: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #3ba0a7;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev::before, .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next::before {
  font-size: 23px;
  line-height: 50px;
  color: #3ba0a7;
  background: none;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev:hover, .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next:hover {
  background: #3ba0a7;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev:hover::before, .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next:hover::before {
  color: #fff;
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  left: auto;
}
.product-gallery-img-custom .owl-controls .owl-buttons div.owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
@media only screen and (max-width: 1269px) {
  .product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev, .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next {
    top: 50%;
    margin: -21px 0 0 0;
  }
  .product-gallery-img-custom .owl-controls .owl-buttons div.owl-prev {
    left: -14px;
    right: auto;
  }
  .product-gallery-img-custom .owl-controls .owl-buttons div.owl-next {
    right: -14px;
  }
}

.product-gallery-item img {
  max-width: 100%;
}

@media only screen and (min-width: 1199px) {
  .product-view.normal-image-type .product-shop .extra-info {
    float: right;
    padding-left: 15px;
    max-width: 70%;
  }
  .product-view.normal-image-type .product-shop .price-info {
    max-width: 70%;
  }

  .review-product-list .product-view.normal-image-type .product-shop .extra-info {
    float: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-essential .extra-info .ratings .rating-links {
    float: none;
    clear: both;
    padding: 0 0 0 0;
    font-size: 14px;
  }
  .product-view .product-essential .extra-info .ratings .rating-links a {
    margin: 0 15px 0 0;
    color: #42424c;
  }
  .product-view .product-essential .extra-info .ratings .rating-links a:hover {
    color: #3ba0a7;
  }
  .product-view .product-essential .extra-info .ratings .rating-links a:hover:last-child {
    color: #78909c;
  }
  .product-view .product-essential .extra-info .ratings .rating-links a:last-child {
    padding-left: 25px;
    color: #3ba0a7;
  }
  .product-view .product-essential .extra-info .ratings .rating-links a:last-child:before {
    top: -4px;
    font-size: 18px;
  }
  .product-view .product-shop .additional-info .product-sku {
    float: none;
    margin: 0 0 10px;
  }
  .product-view .product-shop .additional-info .availability {
    float: none;
    margin: 0 0 0;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box .product-name h1,
.product-img-box .product-name h2 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  padding: 0;
  background: #fafcfc;
}
.product-img-box .product-image img {
  max-width: 100%;
  margin: 0 auto;
}

.product-view.normal-image-type .product-img-box .product-image img {
  max-height: 472px;
}

.zoomWindow {
  background: #f5f5f5;
}

.product-view.center-image-type .product-image {
  display: inline-block !important;
  margin-bottom: 30px;
}
.product-view.center-image-type .product-essential {
  text-align: center;
}
.product-view.center-image-type .product-options {
  padding-top: 30px;
}
.product-view.center-image-type .product-img-box .product-name {
  display: block;
}
.product-view.center-image-type .product-img-box img {
  max-height: 700px;
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-loading {
  display: none;
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
  position: absolute;
  left: 0;
  top: 30%;
  background: none;
  height: 30px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  text-indent: 0;
  -webkit-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background: none;
  width: 100%;
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev:hover, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  left: auto;
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before {
  content: "";
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
  content: "";
}
.product-view.center-image-type .product-shop .product-name.secondary {
  display: none;
}
.product-view.center-image-type .product-shop .price-info {
  float: none;
  text-align: center;
}
.product-view.center-image-type .price-box {
  margin-bottom: 15px;
}
.product-view.center-image-type .price-box .old-price,
.product-view.center-image-type .price-box .special-price {
  display: inline-block;
}
.product-view.center-image-type .additional-info {
  display: inline-block;
  margin: 0 20px 5px;
  clear: both;
}
.product-view.center-image-type .extra-info {
  display: inline-block;
  margin: 0 20px 10px;
  vertical-align: top;
}
.product-view.center-image-type .extra-info .ratings {
  margin: 0;
}
.product-view.center-image-type .gallery-top {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.product-view.center-image-type .gallery-top img {
  display: block;
  margin: 0 auto;
}
.product-view.center-image-type .gallery-thumbs {
  width: 370px;
}
.product-view.center-image-type .configurable-swatch-list,
.product-view.center-image-type .product-options-bottom,
.product-view.center-image-type .addthis_toolbox {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .product-view.center-image-type .product-options {
    border: none;
    margin-top: 0;
    padding-top: 4px;
    position: relative;
  }
  .product-view.center-image-type .product-options p.required {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .product-view.center-image-type .product-options dl {
    display: inline-block;
  }
  .product-view.center-image-type .product-options dt {
    padding: 8px 0 0 0;
    margin-top: 0;
    position: relative;
  }
  .product-view.center-image-type .product-options .swatch-attr {
    display: inline-table;
    vertical-align: text-top;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-view.center-image-type .product-options .swatch-attr label {
    padding-right: 10px;
  }
  .product-view.center-image-type .product-options .swatch-attr .select-label {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    text-align: left;
  }
  .product-view.center-image-type .product-options-bottom {
    display: inline-block;
  }
  .product-view.center-image-type .add-to-cart,
  .product-view.center-image-type .add-to-links,
  .product-view.center-image-type .sharing-links {
    clear: none;
    display: inline-table;
    vertical-align: top;
    margin: 0 15px 15px;
  }
  .product-view.center-image-type .add-to-links {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .product-view.center-image-type .product-img-box img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view.center-image-type .product-img-box img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .product-view.center-image-type .product-img-box img {
    max-height: 270px;
    max-width: 270px;
  }
  .product-view.center-image-type .gallery-thumbs {
    width: 270px;
  }
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-view .product-image-gallery {
  position: relative;
}
.product-view .product-image-gallery .gallery-image {
  display: none;
}
.product-view .product-image-gallery .gallery-image.visible {
  display: block;
}
.product-view .product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-view .product-image-gallery:before, .product-view .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.product-view .product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-view .product-image-gallery:after {
  background-image: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-view .product-image-gallery.loading {
  position: relative;
}
.product-view .product-image-gallery.loading:before, .product-view .product-image-gallery.loading:after {
  display: block;
}

/********************product view******************************/
.more-views {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #fafcfc;
}
.more-views .bx-wrapper {
  position: static;
}
.more-views .bx-wrapper .bx-loading {
  display: none;
}
.more-views .bx-wrapper .bx-controls-direction a {
  background-image: none;
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev, .more-views .bx-wrapper .bx-controls-direction a.bx-next {
  position: absolute;
  left: -160px;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  margin: 0;
  text-indent: 0;
  border-radius: 50%;
  color: #333333;
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before, .more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 28px;
  background: none;
  width: 100%;
}
.more-views .bx-wrapper .bx-controls-direction a.bx-next {
  right: -160px;
  left: auto;
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before {
  content: '\f104';
  position: relative;
  right: 2px;
}
.more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
  content: '\f105';
}
.more-views .bx-wrapper .bx-controls-direction a:hover, .more-views .bx-wrapper .bx-controls-direction a:focus {
  color: #3ba0a7;
}
.more-views .bx-wrapper .bx-wrapper .bx-controls {
  display: none;
}

.product-image-thumbs li {
  display: block;
  position: relative;
  z-index: 2;
}
.product-image-thumbs a img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .more-views {
    margin: 0 auto;
    overflow: visible;
  }
  .more-views .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .more-views .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-image {
    max-width: 372px;
    margin: 0 auto;
  }

  .product-view.normal-image-type .product-img-box .product-image img {
    max-height: 372px;
  }
}
@media only screen and (max-width: 599px) {
  .product-img-box .product-image {
    display: none;
  }

  .more-views {
    display: none;
  }

  .product-gallery-img-custom {
    display: block;
  }

  .addthis_toolbox {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .more-views {
    width: 100%;
  }
  .more-views .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .more-views .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
}
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 60px;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  margin-bottom: 32px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 50px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 10px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper {
  margin: 0 0 30px;
  overflow: hidden;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
  float: left;
  height: 40px;
  min-width: 80px;
  margin: 0 10px 0 0;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
  width: 80px;
  background: #fff;
  border: solid 1px #ebebeb;
  text-align: right;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.product-view .add-to-cart-buttons {
  border-top: solid 1px #ebebeb;
  padding: 30px 0 0 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  padding: 17px 30px;
  min-width: 180px;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin: 0 0 12px 0;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
  margin: 0 0 10px;
}
.product-view .add-to-links a {
  padding: 0 0 0 36px;
  position: relative;
  margin-right: 18px;
}
.product-view .add-to-links a:before {
  position: absolute;
  left: 0;
  top: -7px;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0;
}
.product-view .add-to-links li:last-child a {
  border-right: 0;
}
@media only screen and (max-width: 599px) {
  .product-view .add-to-links {
    text-align: center;
    margin-bottom: 25px;
  }
  .product-view .add-to-links li {
    float: none;
    display: block;
    margin: 0 0 9px;
  }
  .product-view .add-to-links li a {
    display: inline-block;
  }
}

.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0 -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}
.product-collateral .tab-content {
  line-height: 1.714em;
}
.product-collateral .tab-content h3 {
  font-size: 18px;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
.product-collateral .tab-content label {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-tags h3 {
  display: none;
}
.box-tags .product-tags {
  text-align: center;
  margin-bottom: 10px;
  padding: 7px 0 0;
}
.box-tags .product-tags li {
  float: none;
  display: inline-block;
  margin: 0 5px 10px;
  font-size: 0;
}
.box-tags .product-tags li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  background: #3ba0a7;
  color: #fff;
}
.box-tags .product-tags li a:hover {
  background: #78909c;
}
.box-tags #addTagForm .form-add {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.box-tags p {
  font-size: 14px;
  text-align: center;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .product-collateral {
    overflow: hidden;
    border: 0;
  }
  .product-collateral .toggle-tabs {
    display: block;
    position: relative;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding: 0 0 26px;
  }
  .product-collateral .toggle-tabs li {
    display: inline-block;
    cursor: pointer;
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-collateral .toggle-tabs li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    text-transform: none;
    color: #78909c;
    font-size: 15px;
    line-height: normal;
    position: relative;
    bottom: -1px;
    font-weight: normal;
  }
  .product-collateral .toggle-tabs li > span:after {
    background: #3ba0a7;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-collateral .toggle-tabs li > span {
    padding: 12px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #42424c;
  }
  .product-collateral .toggle-tabs li.current span:after,
  .product-collateral .toggle-tabs li:hover span:after {
    left: 0;
    width: 100%;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    overflow: hidden;
    margin: 0;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 0 0 10px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
  .product-collateral .std {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    font-size: 18px;
    font-weight: 300;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }
  .product-collateral > dl > dt span {
    display: inline-block;
    position: relative;
  }
  .product-collateral > dl > dt span:after {
    background: #3ba0a7;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transition: all, 0.3s, ease;
    -o-transition: all, 0.3s, ease;
    transition: all, 0.3s, ease;
  }
  .product-collateral > dl > dt:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 18px;
    color: #78909c;
  }
  .product-collateral > dl > dd {
    padding: 0 0 25px 0;
    background-color: #ffffff;
    margin: 0;
  }
  .product-collateral > dl > dd .std {
    text-align: center;
  }
  .product-collateral .selected-filter {
    background-color: #ffffff;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    color: #78909c;
  }
  .product-collateral > dl > dt:hover {
    color: #42424c;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    color: #42424c;
  }
  .product-collateral.accordion-open > dl > dt.current span:after {
    left: 0;
    width: 100%;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #42424c;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 100%;
  border: none;
  margin: 0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: none;
}
#product-attribute-specs-table .label {
  display: table-cell;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  color: #333333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#product-attribute-specs-table tr.last td,
#product-attribute-specs-table tr.last th {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  #product-attribute-specs-table colgroup col {
    width: 50%;
  }
  #product-attribute-specs-table.data-table td, #product-attribute-specs-table.data-table th {
    padding: 10px 5px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
  }
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #dfdfdf;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #333333;
  font-family: "Roboto", sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 0 0 0;
  padding: 17px 0 0;
  border-top: 1px solid #ebebeb;
  clear: both;
  position: relative;
}
.product-options .dropdown:not(.touch) .selected {
  z-index: 11;
  position: relative;
}
.product-options .dropdown .old {
  overflow: visible;
  width: auto;
  z-index: 1;
}
.product-options .dropdown .old select {
  border: none;
  opacity: 0;
}
.product-options .dropdown .old .validation-advice {
  padding: 0 !important;
  border: none;
  position: absolute;
  top: 38px;
}

.product-options p.required {
  position: absolute;
  top: 30px;
  margin-top: 0;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .product-view .product-options label.required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 13px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  margin: 0 0 20px;
}
.product-options dd li .swatch-link:not(.has-image) .swatch-label {
  position: relative;
  margin: 0;
  white-space: nowrap;
  background: none;
  background-color: #eeeeee;
  color: #42424c !important;
}
.product-options dd li .swatch-link:not(.has-image) .swatch-label::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.28);
  border-right-color: rgba(0, 0, 0, 0.28);
}
.product-options dd li.selected .swatch-link:not(.has-image) .swatch-label::after,
.product-options dd li .swatch-link:not(.has-image):hover .swatch-label::after {
  border-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.28);
  border-left-color: rgba(0, 0, 0, 0.28);
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 100%;
  max-width: 100%;
  border: solid 1px #dfdfdf;
}

.product-options ul.options-list li {
  line-height: 20px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  padding: 8px 11px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-options ul.options-list label::before {
  top: 9px;
  left: 13px;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  padding: 0;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #42424c;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #42424c;
}

.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 1.5em;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

#block-related h2,
#upsell-product h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  color: #455a64;
  text-transform: none;
  text-align: center;
}

#block-related h2 {
  margin-bottom: 0;
}
#block-related .block-subtitle {
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}

#upsell-product h2 {
  margin-bottom: 27px;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 30px;
}
.box-up-sell .ratings {
  display: none;
}

.related-carousel,
.up-sell-carousel,
#crosssell-products-list {
  margin: 0 -15px 30px -15px;
  width: auto;
}
.related-carousel .no-rating a,
.up-sell-carousel .no-rating a,
#crosssell-products-list .no-rating a {
  font-weight: 500;
}
.related-carousel .ratings .rating-links,
.up-sell-carousel .ratings .rating-links,
#crosssell-products-list .ratings .rating-links {
  float: none;
}
.related-carousel .ratings .separator.temp,
.up-sell-carousel .ratings .separator.temp,
#crosssell-products-list .ratings .separator.temp {
  display: none;
}
.related-carousel .product,
.up-sell-carousel .product,
#crosssell-products-list .product {
  background: #fafcfc;
  padding: 20px;
  margin-bottom: 10px;
  height: auto;
  text-align: center;
  position: relative;
}
.related-carousel .product .product-image,
.up-sell-carousel .product .product-image,
#crosssell-products-list .product .product-image {
  margin-bottom: 16px;
  padding: 10px;
}
.related-carousel .product .product-image,
.related-carousel .product img,
.up-sell-carousel .product .product-image,
.up-sell-carousel .product img,
#crosssell-products-list .product .product-image,
#crosssell-products-list .product img {
  max-width: 100%;
}
.related-carousel .product .product-name,
.up-sell-carousel .product .product-name,
#crosssell-products-list .product .product-name {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 16px;
}
.related-carousel .product .price-box,
.up-sell-carousel .product .price-box,
#crosssell-products-list .product .price-box {
  margin: 0;
}
.related-carousel .product-image,
.up-sell-carousel .product-image,
#crosssell-products-list .product-image {
  border: none;
  box-shadow: none;
}
.related-carousel .product-image:hover,
.up-sell-carousel .product-image:hover,
#crosssell-products-list .product-image:hover {
  box-shadow: none;
}
.related-carousel .owl-controls .owl-buttons div,
.up-sell-carousel .owl-controls .owl-buttons div,
#crosssell-products-list .owl-controls .owl-buttons div {
  border-radius: 0;
}
.related-carousel .owl-controls .owl-buttons div.owl-prev, .related-carousel .owl-controls .owl-buttons div.owl-next,
.up-sell-carousel .owl-controls .owl-buttons div.owl-prev,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next,
#crosssell-products-list .owl-controls .owl-buttons div.owl-prev,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next {
  top: 45%;
  margin: -25px 0 0;
  left: 15px;
  right: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #3ba0a7;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-carousel .owl-controls .owl-buttons div.owl-prev::before, .related-carousel .owl-controls .owl-buttons div.owl-next::before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-prev::before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next::before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-prev::before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next::before {
  font-size: 23px;
  line-height: 50px;
  color: #3ba0a7;
  background: none;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}
.related-carousel .owl-controls .owl-buttons div.owl-prev:hover, .related-carousel .owl-controls .owl-buttons div.owl-next:hover,
.up-sell-carousel .owl-controls .owl-buttons div.owl-prev:hover,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next:hover,
#crosssell-products-list .owl-controls .owl-buttons div.owl-prev:hover,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next:hover {
  background: #3ba0a7;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
}
.related-carousel .owl-controls .owl-buttons div.owl-prev:hover::before, .related-carousel .owl-controls .owl-buttons div.owl-next:hover::before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-prev:hover::before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next:hover::before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-prev:hover::before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next:hover::before {
  color: #fff;
}
.related-carousel .owl-controls .owl-buttons div.owl-prev:before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-prev:before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.related-carousel .owl-controls .owl-buttons div.owl-next,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next {
  right: 15px;
  left: auto;
}
.related-carousel .owl-controls .owl-buttons div.owl-next:before,
.up-sell-carousel .owl-controls .owl-buttons div.owl-next:before,
#crosssell-products-list .owl-controls .owl-buttons div.owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.related-carousel .related-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}

.addthis_toolbox > a {
  padding-top: 5px;
}

/*# sourceMappingURL=catalog-product.css.map */

@charset "UTF-8";
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.shipping #co-shipping-method-form input[type="radio"],
.shipping #co-shipping-method-form input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.shipping #co-shipping-method-form input[type="radio"] + label,
.shipping #co-shipping-method-form input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.shipping #co-shipping-method-form input[type="radio"] + label:before,
.shipping #co-shipping-method-form input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.shipping #co-shipping-method-form input[type="radio"] + label:after,
.shipping #co-shipping-method-form input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.shipping #co-shipping-method-form input[type="radio"] + label:hover,
.shipping #co-shipping-method-form input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.shipping #co-shipping-method-form input[type=radio]:checked + .label label:after,
.shipping #co-shipping-method-form input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.shipping #co-shipping-method-form input[type="checkbox"] + label,
.shipping #co-shipping-method-form input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.shipping #co-shipping-method-form input[type="checkbox"] + label:before,
.shipping #co-shipping-method-form input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.shipping #co-shipping-method-form input[type="checkbox"] + label:after,
.shipping #co-shipping-method-form input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.shipping #co-shipping-method-form input[type="checkbox"] + label:hover,
.shipping #co-shipping-method-form input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.shipping #co-shipping-method-form input[type=checkbox]:checked + label:after,
.shipping #co-shipping-method-form input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
.shipping .form-list .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
.shipping .form-list .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
.shipping .form-list .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.shipping .form-list .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.shipping .form-list .dropdown div ul {
  z-index: 12;
}
.shipping .form-list .dropdown div ul li {
  margin: 0;
}
.shipping .form-list .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
.shipping .form-list .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
.shipping .form-list .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
.shipping .form-list .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
.shipping .form-list .dropdown .selected {
  color: #dad7d7;
}
.shipping .form-list .dropdown .selected::after {
  box-shadow: none;
}
.shipping .form-list .dropdown.open {
  z-index: 15;
}
.shipping .form-list .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.shipping .form-list .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border, .crosssell h2 {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .crosssell h2 {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.cart .button {
  white-space: normal;
}

.cart-forms {
  float: right;
  width: 31.858%;
}
@media only screen and (max-width: 991px) {
  .cart-forms {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.cart-forms-title {
  font-size: 24px;
  font-weight: 300;
  color: #455a64;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .cart-forms-title {
    text-align: center;
  }
}

.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 28px 30px 35px 30px;
  background: #fafcfc;
  border: 0;
}

.shipping h2, #discount-coupon-form h2,
.cart .giftcard h2 {
  font-size: 15px;
  color: #42424c;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 13px;
}

.shipping .sp-methods dt {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 4px;
  display: block;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 60px;
  padding: 20px 30px;
  margin-bottom: 10px;
  width: 100%;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 0;
}

.checkout-cart-index #postcode {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 39px;
  text-align: left;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h2 {
  font-size: 37px;
  border-bottom: none;
  margin: 0;
}

.cart_page_wrap {
  border: solid 1px #ebebeb;
  padding: 10px 10px 50px 30px;
}
@media only screen and (max-width: 767px) {
  .cart_page_wrap {
    padding: 10px 10px 30px 10px;
  }
}
.cart_page_wrap:after {
  content: '';
  display: table;
  clear: both;
}

.cart_table_wrap {
  float: left;
  width: 65.486%;
}
@media only screen and (max-width: 991px) {
  .cart_table_wrap {
    float: none;
    width: 100%;
  }
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom {
  overflow: hidden;
  clear: both;
  text-align: center;
  float: none;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 20px;
  width: 100%;
}
.cart-totals .checkout-types a {
  color: #42424c;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
.cart-totals .checkout-types a:after {
  background: #3ba0a7;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
.cart-totals .checkout-types a:hover:after {
  left: 50%;
  width: 0;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  border: 0;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  vertical-align: top;
  border-right: 0;
}
.cart-table th:first-child,
.cart-table td:first-child,
.cart-table tbody td:first-child {
  border-right: none;
}
.cart-table h2.product-name {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart-table h2.product-name a {
  color: #42424c;
}
.cart-table h2.product-name a:hover {
  color: #3ba0a7;
}
.cart-table .item-options {
  font-size: 14px;
}
.cart-table .item-options dt {
  color: #78909c;
  margin-top: 2px;
}
.cart-table .item-options dd {
  font-size: 16px;
  color: #42424c;
}
.cart-table tbody td {
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}
.cart-table .btn-remove2:before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 20px;
  color: #dad7d7;
}
.cart-table thead th {
  padding: 16px 0 25px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #78909c;
  background: none;
  border-color: #ebebeb;
}
.cart-table .product-cart-info {
  padding-left: 0;
  padding-right: 10px;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table tfoot td {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .cart-table tfoot td {
    text-align: center;
  }
}
.cart-table tfoot td .button {
  margin-bottom: 10px;
}
.cart-table span.or {
  padding: 0 18px;
  text-transform: none;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  color: #333333;
}
.cart-table .btn-empty {
  float: left;
  margin: 15px 45px 0 0;
}
.cart-table .btn-empty span span::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
  color: #78909c;
  float: left;
  left: auto;
  right: 0.333em;
  position: relative;
  z-index: 4;
  vertical-align: bottom;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .cart-table .btn-empty span span::before {
    display: none;
  }
}
.cart-table .btn-empty:hover span span::before {
  color: #3ba0a7;
}
.cart-table .btn-empty.button-secondary span span::before, .cart-table .btn-empty.button2 span span::before {
  color: #78909c;
}
.cart-table .btn-empty.button-secondary:hover span span::before, .cart-table .btn-empty.button2:hover span span::before {
  color: #3ba0a7;
}
.cart-table .btn-empty span span::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.cart-table .btn-update {
  float: left;
  margin: 15px 0 0;
}
.cart-table .btn-update span span::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 25px;
  color: #78909c;
  float: left;
  left: auto;
  right: 0.333em;
  position: relative;
  z-index: 4;
  vertical-align: bottom;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .cart-table .btn-update span span::before {
    display: none;
  }
}
.cart-table .btn-update:hover span span::before {
  color: #3ba0a7;
}
.cart-table .btn-update.button-secondary span span::before, .cart-table .btn-update.button2 span span::before {
  color: #78909c;
}
.cart-table .btn-update.button-secondary:hover span span::before, .cart-table .btn-update.button2:hover span span::before {
  color: #3ba0a7;
}
.cart-table .btn-update span span::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.cart-table .btn-continue {
  float: left;
  min-width: 290px;
  margin: 0 40px 10px 0;
}
@media only screen and (max-width: 767px) {
  .cart-table .btn-empty {
    float: none;
    margin: 0 0 12px;
    display: block;
  }
  .cart-table .btn-update {
    float: none;
    margin: 0 0 12px;
    display: block;
  }
  .cart-table .btn-continue {
    float: none;
    min-width: 120px;
    margin: 0 0 12px;
    display: block;
  }
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: left;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links {
  float: right;
  margin: 4px 0 0;
}
.cart-table .cart-links > li {
  display: block;
  margin-bottom: 3px;
}
.cart-table .cart-links > li > a {
  display: block;
  font-size: 20px;
  color: #dad7d7;
}
.cart-table .cart-links > li > a:hover {
  color: #3ba0a7;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table tbody td .item-options {
  padding: 0;
  margin-left: 0 !important;
  margin: 0;
}
.cart-table tbody td .item-options.additional {
  display: none;
}
.cart-table .showmore {
  font-size: 12px;
  color: #3ba0a7;
  cursor: pointer;
}
.cart-table .showmore:hover {
  color: #333333;
}
.cart-table .showmore::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  padding-right: 2px;
  font-size: 16px;
  line-height: 12px;
  vertical-align: middle;
}
.cart-table .showmore.active::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.cart-table .product-cart-remove {
  padding: 20px 0;
  width: 40px;
}
.cart-table .product-cart-image {
  padding: 20px 10px;
}
.cart-table .product-image {
  padding: 0;
}
.cart-table .product-cart-total {
  padding-right: 50px;
}
.cart-table .cart-price .price {
  font-family: 'Neucha', cursive;
  font-size: 27px;
  color: #3ba0a7;
  font-weight: 400;
}
.cart-table .product-cart-actions {
  min-width: 120px;
}
.cart-table .product-cart-actions .qty {
  float: left;
  height: 40px;
  width: 80px;
  background: #fff;
  border: solid 1px #ebebeb;
  text-align: right;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.cart-table .product-cart-actions .button {
  clear: both;
  margin: 0 auto 0;
  padding: 11px 18px 12px 18px;
  min-width: 112px;
}
.cart-table .product-cart-actions .button.btn-update span span::before {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .cart-table .product-cart-info {
    padding-left: 15px;
  }
  .cart-table thead th {
    font-size: 12px;
    padding: 10px;
  }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    padding: 7px 6px;
  }
  .cart-table th .cart-price .price,
  .cart-table td .cart-price .price,
  .cart-table tbody td .cart-price .price {
    font-size: 1.2em;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table tfoot td {
    padding: 5px 0;
  }
  .cart-table td {
    border: 0 !important;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 40%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 60%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 4px -10px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart .shipping {
  margin-bottom: 10px;
}

.shipping select.validation-failed {
  border-color: #ee372a;
}
.shipping .shipping-desc {
  font-size: 14px;
  color: #78909c;
  margin-bottom: 20px;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list {
  padding: 0;
  border: none;
  margin: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list > li {
  float: none;
  margin: 0 0 10px 0;
}
.shipping .form-list .shipping-country {
  width: 100%;
}
.shipping .form-list .shipping-region {
  width: 100%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 100%;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  background: #ffffff;
  margin-top: 0;
  width: 100%;
}
.shipping .form-list select {
  margin-top: 0;
  background: #ffffff;
  height: 40px;
}
.shipping .form-list select option {
  padding: 5px 10px;
}
.shipping .form-list label {
  display: none;
}
.shipping .buttons-set button {
  width: 100%;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods span.price {
  font-weight: bold;
  font-style: normal;
  color: #3ba0a7;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  padding: 0;
  background: none;
  margin-bottom: 10px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background: none;
}

#billing-new-address-form .input-box {
  padding-bottom: 20px;
  position: relative;
}
#billing-new-address-form .input-box .validation-advice {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
}
#billing-new-address-form .input-box .validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  background: #fafcfc;
  padding: 25px 0;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Roboto", sans-serif;
  margin: 0 0 35px;
  width: 100%;
  color: #42424c;
}
.cart .cart-totals table::after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table td {
  padding: 2px 30px 8px 35px;
  vertical-align: middle;
  font-size: 15px;
}
.cart .cart-totals table td .price {
  font-size: 16px;
  font-weight: 300;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tbody td.a-right:first-child {
  text-align: left;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #ebebeb;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  color: #455a64;
  padding: 22px 30px 7px 35px;
}
.cart .cart-totals table tfoot td.a-right {
  text-align: left;
}
.cart .cart-totals table tfoot td strong {
  font-weight: 300;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-size: 24px;
  color: #3ba0a7;
  font-weight: 300;
}
.cart .cart-totals table tfoot strong {
  font-weight: 300;
}
.cart .cart-totals .price {
  font-size: 24px;
  color: #3ba0a7;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .cart .cart-totals table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cart .cart-totals {
    padding: 15px;
  }
  .cart .cart-totals table {
    width: 100%;
  }
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
  .cart .cart-totals table tfoot strong span,
  .cart .cart-totals table tfoot span.price {
    font-size: 15px;
    font-weight: 500;
  }
  .cart .cart-totals table tfoot strong {
    font-weight: 500;
    font-size: 15px;
  }
  .cart .cart-totals .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form {
  margin-bottom: 10px;
}
#discount-coupon-form .validation-advice {
  float: none;
  margin: -15px 0 20px;
}

#discount-coupon-form label,
.cart .giftcard label {
  display: none;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: block;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  text-align: center;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  width: 100%;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

@media only screen and (max-width: 991px) {
  .cart .shipping,
  #discount-coupon-form {
    width: 100%;
    float: none;
  }

  .cart-forms .discount {
    border-right: solid 1px #dfdfdf;
  }
}
/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding-bottom: 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}

/*# sourceMappingURL=checkout-cart.css.map */

@charset "UTF-8";
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.products-grid .availability.out-of-stock span span,
.products-list .availability.out-of-stock span span, .block-layered-nav .actions a span {
  z-index: 9;
  position: relative;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.products-grid .availability.out-of-stock span:active,
.products-list .availability.out-of-stock span:active, .block-layered-nav .actions a:active {
  background: #ffffff;
  color: #3ba0a7;
}
.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus, .block-layered-nav .actions a:focus {
  background: #ffffff;
  color: #3ba0a7;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width: 991px) {
  .products-grid .availability.out-of-stock span,
  .products-list .availability.out-of-stock span {
    padding: 7px 12px;
  }
}

.block-layered-nav .actions a {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  background: #3ba0a7;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  border: solid 2px #3ba0a7;
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  border: solid 2px #3ba0a7;
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.category-image {
  margin-bottom: 0;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

.product-details {
  position: relative;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #42424c;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3ba0a7;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.products-list .product-name {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 16px;
}
.products-list .product-name a {
  color: #455a64;
}
.products-list .product-name a:hover {
  color: #3ba0a7;
  text-decoration: none;
}

.products-grid .label-product span {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 10px;
  display: inline-block;
  padding: 3px 8px;
  background-color: #a1c133;
  font-size: 14px;
  min-width: 48px;
  text-align: center;
  color: #ffffff;
}
.products-grid .label-product span.sale {
  right: auto;
  left: 10px;
  background-color: #3ba0a7;
}

.products-list .label-product span {
  position: absolute;
  z-index: 4;
  top: 6px;
  right: 0;
  display: inline-block;
  padding: 3px 8px;
  background-color: #a1c133;
  font-size: 14px;
  min-width: 48px;
  text-align: center;
  color: #ffffff;
}
.products-list .label-product span.sale {
  right: auto;
  left: 0;
  background-color: #3ba0a7;
}

@media only screen and (max-width: 1199px) {
  body:not(.cms-index-index) .products-grid .label-product span {
    top: 5px;
    right: -5px;
    padding: 2px 5px;
    font-size: 12px;
    min-width: 48px;
  }
  body:not(.cms-index-index) .products-grid .label-product span.sale {
    right: auto;
    left: -5px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.cms-index-index) .products-grid .label-product span {
    top: 0;
    right: -5px;
    padding: 2px 5px;
    font-size: 11px;
    min-width: 30px;
  }
  body:not(.cms-index-index) .products-grid .label-product span.sale {
    right: auto;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.cms-index-index) .products-grid .label-product span {
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 14px;
    min-width: 48px;
  }
  body:not(.cms-index-index) .products-grid .label-product span.sale {
    right: auto;
    left: 10px;
  }
}
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  opacity: 0.3;
}
.products-grid .availability.out-of-stock span:before,
.products-list .availability.out-of-stock span:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 20px;
  color: #ffffff;
  margin: 0 10px 0 -10px;
}
.products-grid .availability.out-of-stock span:after,
.products-list .availability.out-of-stock span:after {
  display: none;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
  cursor: default;
  background: #54b70b;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid::after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li.item {
  margin-bottom: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.products-grid > li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .index_item {
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  text-align: center;
}
.products-grid .item_wrap {
  padding: 10px 20px 7px 20px;
  margin: 0;
  background: #fafcfc;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 0 5px 15px transparent ;
  -moz-box-shadow: 0 5px 15px transparent ;
  box-shadow: 0 5px 15px transparent ;
}
.products-grid > li.item:hover .item_block_wr,
.products-grid .index_item:hover .item_block_wr {
  position: relative;
  z-index: 9;
}
.products-grid > li.item:hover .item_wrap,
.products-grid .index_item:hover .item_wrap {
  position: absolute;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) ;
}
@media only screen and (min-width: 1200px) {
  .products-grid > li.item:hover .viewed_area,
  .products-grid .index_item:hover .item_wrap {
    height: inherit !important;
  }
}
.products-grid .wrapper-hover-hiden {
  display: none;
}
.products-grid > li.item:hover .wrapper-hover-hiden,
.products-grid .index_item:hover .wrapper-hover-hiden {
  display: block;
}
.products-grid .product-image {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
}
.products-grid .product-image img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .configurable-swatch-list {
  margin-bottom: 10px;
}
.products-grid .button {
  margin: 0 0 25px;
  min-width: 180px;
}

.cms-index-index .products-grid .product-image {
  padding: 50px;
}

@media only screen and (max-width: 1199px) {
  .cms-index-index .products-grid .product-image {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .products-grid li.item .product-thumbs {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    margin: 0 0 10px;
    float: none;
    display: block;
    opacity: 0;
  }
  .products-grid li.item .product-thumbs a {
    padding: 5px;
    background: #ffffff;
  }
}
.products-grid .ratings {
  margin: 0 0 25px;
}

.products-grid .price-box {
  color: #909090;
  font-size: 13px;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}
.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
  display: inline-block;
  margin: 0 5px;
}
.products-grid .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .add-to-links {
  margin: 0;
  padding: 0 0 14px;
  text-align: center;
}
.products-grid .add-to-links li {
  display: inline-block;
}
.products-grid .add-to-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .ru-lang-class .products-grid .add-to-links li {
    font-size: 14px;
  }
}
.product-image-container .product-gallery-img {
  max-width: 270px;
  margin: 0 auto 13px;
}
.product-image-container .product-gallery-img img {
  width: 100%;
}
.product-image-container .product-gallery-item {
  display: none;
}
.product-image-container .product-gallery-item:first-child {
  display: block;
}
.product-image-container .owl-carousel .owl-item {
  padding: 0;
}
.product-image-container .owl-carousel .product-gallery-item {
  display: block;
}
.product-image-container .owl-controls {
  opacity: 0;
  margin: 0;
}
.product-image-container .owl-controls div.owl-next,
.product-image-container .owl-controls div.owl-prev {
  top: 45%;
  background: transparent;
  border-radius: 0;
  left: -15px;
  width: 40px;
  color: #3ba0a7;
}
.product-image-container .owl-controls div.owl-next:before,
.product-image-container .owl-controls div.owl-prev:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next:hover,
.product-image-container .owl-controls div.owl-prev:hover {
  color: #78909c;
}
.product-image-container .owl-controls div.owl-next:hover:before,
.product-image-container .owl-controls div.owl-prev:hover:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next {
  left: auto;
  right: -15px;
}

.wrapper-hover:hover .owl-controls {
  opacity: 1;
}

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .products-grid li.item .product-thumbs {
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    margin: 0 0 5px;
  }

  .products-grid .button {
    font-size: 14px;
    min-width: 140px;
    padding: 12px 20px 13px;
  }

  body.cms-index-index .products-grid .item_wrap {
    padding: 10px 20px 19px 20px;
    margin: 0;
    position: relative;
    z-index: 3;
    background: #fafcfc;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 0 10px 29px transparent ;
    -moz-box-shadow: 0 10px 29px transparent ;
    box-shadow: 0 10px 29px transparent ;
  }
  body.cms-index-index .products-grid .index_item:hover .item_wrap {
    position: relative;
    z-index: 3;
    top: inherit;
    background: #fafcfc;
    -webkit-box-shadow: 0 10px 29px transparent ;
    -moz-box-shadow: 0 10px 29px transparent ;
    box-shadow: 0 10px 29px transparent ;
  }
  body.cms-index-index .products-grid .viewed_area {
    height: inherit !important;
  }
  body.cms-index-index .products-grid .wrapper-hover-hiden {
    display: block;
  }
  body.cms-index-index .products-grid > li.item:hover .wrapper-hover-hiden {
    display: block;
  }

  body:not(.cms-index-index) .products-grid .item_wrap {
    padding: 10px 20px 7px 20px;
    margin: 0;
    position: relative;
    z-index: 3;
    background: #fafcfc;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 0 10px 29px transparent ;
    -moz-box-shadow: 0 10px 29px transparent ;
    box-shadow: 0 10px 29px transparent ;
  }
  body:not(.cms-index-index) .products-grid > li.item:hover .item_wrap {
    position: relative;
    z-index: 3;
    top: inherit;
    background: #fafcfc;
    -webkit-box-shadow: 0 10px 29px transparent ;
    -moz-box-shadow: 0 10px 29px transparent ;
    box-shadow: 0 10px 29px transparent ;
  }
  body:not(.cms-index-index) .products-grid .viewed_area {
    height: inherit !important;
  }
  body:not(.cms-index-index) .products-grid .wrapper-hover-hiden {
    display: block;
  }
  body:not(.cms-index-index) .products-grid > li.item:hover .wrapper-hover-hiden {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.cms-index-index) .products-grid .item_wrap {
    padding: 10px 10px 7px 10px;
  }
  body:not(.cms-index-index) .products-grid .product-image {
    padding: 0;
    margin-bottom: 12px;
  }
  body:not(.cms-index-index) .products-grid h2.product-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body:not(.cms-index-index) .products-grid .price-box {
    padding-bottom: 12px;
  }
  body:not(.cms-index-index) .products-grid .price-box .price {
    font-size: 20px;
  }
  body:not(.cms-index-index) .products-grid .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 3px 3px 2px;
  }
  body:not(.cms-index-index) .products-grid .ratings {
    margin: 0 0 15px;
  }
  body:not(.cms-index-index) .products-grid .ratings .amount {
    margin: 5px auto 0;
    font-size: 14px;
  }
  body:not(.cms-index-index) .products-grid .button {
    margin-bottom: 15px;
    min-width: inherit;
    font-size: 13px;
    padding: 9px 18px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  body:not(.cms-index-index) .products-grid .add-to-links {
    font-size: 12px;
  }
  body:not(.cms-index-index) .products-grid .link-compare::before, body:not(.cms-index-index) .products-grid .link-wishlist::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .products-grid li.item .product-thumbs li.product-thumb {
    display: block !important;
  }
  .products-grid li.item .product-thumbs li.product-thumb img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.cms-index-index) .products-grid .product-image {
    float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 10px;
  }

  body:not(.cms-index-index) .products-grid .item_wrap {
    padding: 35px 10px 27px 10px;
  }
  body:not(.cms-index-index) .products-grid .product-image-container {
    float: none;
    width: 270px;
    margin: 0 auto;
    text-align: center;
  }
  body:not(.cms-index-index) .products-grid .product-image {
    width: 270px;
  }
  body:not(.cms-index-index) .products-grid .product-info {
    overflow: hidden;
    clear: both;
    text-align: center;
  }
  body:not(.cms-index-index) .products-grid button {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 31px;
    padding: 17px 27px 18px 27px;
    min-width: 180px;
    font-size: 16px;
  }
  body:not(.cms-index-index) .products-grid .ratings .rating-box {
    margin: 0 auto 10px;
  }
  body:not(.cms-index-index) .products-grid .add-to-links {
    font-size: 15px;
  }
  body:not(.cms-index-index) .products-grid .add-to-links li {
    display: block;
    margin-bottom: 14px;
  }
  body:not(.cms-index-index) .products-grid .add-to-links li a {
    display: inline;
    padding: 0 0 0 36px;
    position: relative;
  }
  body:not(.cms-index-index) .products-grid .add-to-links li a:before {
    position: absolute;
    left: 0;
    top: -9px;
  }

  .products-grid li.item .product-thumbs {
    float: none;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    background: #f5f5f5;
    display: inline-block !important;
  }
  .products-grid li.item .product-thumbs li.product-thumb img {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 599px) {
  .products-grid .index_item .ratings,
  .products-grid .index_item .add-to-links {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col > li {
    width: 24.16667%;
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col > li {
    width: 19.11111%;
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col > li {
    width: 15.74074%;
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list > li.item {
  padding: 24px 30px 30px;
  margin-bottom: 30px;
  background: #fafcfc;
  position: relative;
}
.products-list > li.item .label-product {
  top: 10px;
  left: 10px;
}
.products-list > li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li.item .product-image,
.products-list > li.item .product-image-container {
  float: left;
  width: 41%;
}
.products-list > li.item .product-image .product-image,
.products-list > li.item .product-image-container .product-image {
  float: none;
  width: 100% !important;
  padding: 0;
  margin-bottom: 11px;
}
.products-list > li.item .product-image > img,
.products-list > li.item .product-image-container > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.products-list .availability {
  margin-bottom: 19px;
  font-size: 14px;
}
.products-list .swatch-link, .products-list .swatch-label {
  font-size: 16px;
  color: #78909c;
}
.products-list .swatch-link:hover, .products-list .swatch-label:hover {
  color: #3ba0a7;
}
.products-list .configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 10px 0 0;
}
.products-list .configurable-swatch-list .selected:not(.not-available) .swatch-link .swatch-label {
  color: #3ba0a7;
}
.products-list .button {
  min-width: 180px;
}
.products-list .actions {
  float: left;
  margin: 0 30px 20px 0;
}
.products-list .add-to-links {
  float: left;
  margin: -7px 0 0 0;
  margin-bottom: -2px;
}
.products-list .add-to-links a {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.products-list .configurable-swatch-list {
  margin: 0 0 18px;
}
.products-list .configurable-swatch-list li {
  margin: 0 8px 0 0;
}
.products-list .product-thumbs {
  margin: 0 -4px;
}
.products-list .product-thumbs li {
  margin: 0 4px;
}
.products-list .product-thumbs li a {
  background-color: #f5f5f5;
}

.products-list .product-shop {
  overflow: hidden;
  padding-left: 35px;
}
.products-list .product-shop .ratings {
  margin: 0 0 20px;
  overflow: hidden;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
}
.products-list .product-shop .ratings .separator.temp {
  display: none;
}
.products-list .product-shop .ratings .rating-box {
  margin: 0 15px 0 0;
}
.products-list .product-shop .ratings .rating-links {
  margin: 2px 0 0 0;
}
.products-list .product-shop .ratings .rating-links .separator {
  display: none;
}
.products-list .product-shop .ratings .rating-links a {
  display: none;
}
.products-list .product-shop .ratings .rating-links a.moveToTab {
  display: block;
}
.products-list .product-shop .price-box {
  margin: 0 40px 19px 0;
  clear: both;
  float: left;
}
.products-list .product-shop .price-box .special-price {
  display: inline-block;
  margin: 0 15px 0 0;
}
.products-list .product-shop .price-box .old-price {
  display: inline-block;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 8px;
  line-height: 1.714em;
}
.products-list .product-shop .product-primary {
  float: left;
  width: 54%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 42%;
  text-align: left;
  clear: right;
  padding: 0 0 350px 30px;
  margin: 0 0 -350px 0;
  border-left: solid 1px #dfdfdf;
}

@media only screen and (max-width: 1199px) {
  .products-list .button.btn-details,
  .products-list .button.btn-cart {
    font-size: 14px;
    padding: 12px 20px 13px;
  }
  .products-list .availability.out-of-stock span {
    padding: 7px 10px;
  }
  .products-list .availability.out-of-stock span::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .products-list .product-shop .ratings .rating-box.stars {
    width: 95px;
  }
  .products-list .product-shop .ratings .rating-box.stars i {
    font-size: 15px;
  }
  .products-list .product-shop .ratings .rating-links {
    font-size: 13px;
    margin: 1px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .products-list .button.btn-details,
  .products-list .button.btn-cart {
    font-size: 16px;
    padding: 17px 27px 18px 27px;
  }
  .products-list .product-shop {
    padding: 15px 0 0;
    clear: both;
  }
  .products-list .product-shop .ratings {
    text-align: center;
  }
  .products-list .product-shop .ratings .rating-box {
    float: none;
    margin: 0 auto;
  }
  .products-list .product-shop .ratings .rating-links {
    float: none;
    font-size: 16px;
  }
  .products-list .product-shop .price-box {
    float: none;
    margin: 0 0 19px;
  }
  .products-list > li.item .product-image-container {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
  }
  .products-list > li.item .product-image-container .product-image {
    width: auto;
    display: inline-block;
  }
  .products-list > li.item .product-name,
  .products-list > li.item .no-rating,
  .products-list > li.item .availability,
  .products-list > li.item .price-box,
  .products-list > li.item .actions,
  .products-list > li.item .add-to-links {
    text-align: center;
  }
  .products-list > li.item .actions {
    float: none;
    margin: 0 0 25px;
  }
  .products-list > li.item .add-to-links {
    float: none;
    margin: 0;
  }
  .products-list > li.item .add-to-links li {
    display: block;
    margin-bottom: 14px;
  }
  .products-list > li.item .add-to-links li a {
    display: inline;
    padding: 0 0 0 36px;
    position: relative;
  }
  .products-list > li.item .add-to-links li a:before {
    position: absolute;
    left: 0;
    top: -9px;
  }
  .products-list > li.item .configurable-swatch-list {
    text-align: center;
  }
  .products-list > li.item .configurable-swatch-list li {
    float: none;
    display: inline-block;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 110px;
}
.mini-products-list .product-details .product-name {
  padding-top: 0;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image-bg {
  margin: 0 0 90px;
  position: relative;
}
.category-image-bg .category-image-slog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .category-image-bg {
    margin: 0 0 30px;
    position: relative;
  }
  .category-image-bg .category-image-slog {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .category-image-bg {
    background-position: 44% 0 !important;
  }
}

.category_holder {
  float: right;
  width: 65.9%;
  padding: 7% 0 0 0;
}
.category_holder .page-title-top h1 {
  font-size: 37px;
  font-weight: 300;
  text-transform: none;
  color: #455a64;
  margin: 0 0 15px;
}
.category_holder .category-description {
  font-size: 16px;
  font-weight: 300;
  color: #42424c;
}
@media only screen and (max-width: 1600px) {
  .category_holder {
    width: 60%;
    padding: 3% 0 0 0;
  }
}
@media only screen and (max-width: 1400px) {
  .category_holder {
    width: 60%;
    padding: 3% 30px 0 0;
  }
  .category_holder .page-title-top h1 {
    font-size: 27px;
    margin: 0 0 15px;
  }
  .category_holder .category-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .category_holder {
    width: 60%;
    padding: 3% 30px 0 0;
  }
  .category_holder .page-title-top h1 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .category_holder .category-description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .category_holder {
    width: 60%;
    padding: 2% 30px 0 0;
  }
  .category_holder .page-title-top h1 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .category_holder .category-description {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .category_holder {
    width: 100%;
    padding: 30px 30px 40px 180px;
  }
  .category_holder .page-title-top h1 {
    font-size: 37px;
    margin: 0 0 15px;
  }
  .category_holder .category-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .category_holder {
    padding: 30px 30px 40px 60px;
  }
  .category_holder .page-title-top h1 {
    font-size: 37px;
    margin: 0 0 15px;
  }
  .category_holder .category-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .category_holder {
    padding: 30px 10px 40px 40px;
  }
  .category_holder .page-title-top h1 {
    font-size: 27px;
    margin: 0 0 15px;
  }
  .category_holder .category-description {
    font-size: 15px;
    line-height: 18px;
  }
}

.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .category-image {
    display: none;
  }
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #3ba0a7;
  margin: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.block-layered-nav .back_link_block {
  display: none;
}

.block-layered-nav .block-content > dl > dt {
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  color: #455a64;
}
.block-layered-nav .block-content > dl > dd {
  padding: 0 0 22px 0;
}

.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: #78909c;
}
.block-layered-nav dl dd ol > li > span:hover,
.block-layered-nav dl dd ol > li > a:hover {
  color: #3ba0a7;
}
.block-layered-nav dl dd ol > li .count {
  float: right;
  color: #dad7d7;
}
.block-layered-nav dl dd ol > li .count:hover {
  color: #dad7d7;
}

.block-layered-nav .selected-filter .currently {
  padding: 23px 25px 0 30px;
  border-top: solid 1px #dfdfdf;
}
.block-layered-nav .selected-filter .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3ba0a7;
  font-weight: 500;
  margin-bottom: 20px;
}
.block-layered-nav .selected-filter .currently ol li {
  margin-bottom: 20px;
}
.block-layered-nav .selected-filter .currently ol li .label {
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
}
.block-layered-nav .selected-filter .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .actions {
  text-align: right;
  margin: 0 !important;
  padding: 5px 25px 30px 30px;
}

@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content > dl > dt {
    font-size: 20px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }

  .block-layered-nav .selected-filter .currently {
    padding: 10px 15px;
  }
  .block-layered-nav .selected-filter .actions {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .block-layered-nav .block-content > dl > dt {
    padding: 0 0 10px 0;
    font-size: 16px;
  }
  .block-layered-nav .block-content > dl > dd {
    padding: 0 0 12px 0;
  }

  .block-layered-nav dl dd ol > li > span,
  .block-layered-nav dl dd ol > li > a {
    padding: 3px 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .block-layered-nav {
    position: relative;
  }
  .block-layered-nav .block-title {
    display: none;
  }
  .block-layered-nav .block-subtitle--filter {
    display: block;
  }
  .block-layered-nav .back_link_block {
    display: block;
    margin: 0 0 18px;
  }
  .block-layered-nav .back_link_block a {
    color: #455a64;
    font-size: 37px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 40px;
  }
  .block-layered-nav .back_link_block a span {
    color: #3ba0a7;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 24px;
  }
  .block-layered-nav .back_link_block a:hover {
    color: #3ba0a7;
  }
  .block-layered-nav .toggle-layered {
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 0;
    left: -400px;
    width: 300px;
    padding: 0 15px 0 15px;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09) ;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09) ;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09) ;
  }
  .block-layered-nav .toggle-layered.column-open {
    left: -15px;
  }
  .block-layered-nav .block-content > dl > dt {
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 300;
    color: #455a64;
  }
  .block-layered-nav .block-content > dl > dd {
    padding: 0 0 22px 0;
  }
  .block-layered-nav dl dd ol > li > span,
  .block-layered-nav dl dd ol > li > a {
    padding: 5px 0;
    font-size: 16px;
  }
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown {
  border-radius: 0;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown .selected {
  font-size: 14px;
  background: #EDEDED;
  height: 40px;
  line-height: 22px;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open {
  z-index: 9;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div {
  background: #EDEDED;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul {
  position: relative;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li {
  font-weight: normal;
  background: #EDEDED;
  margin: 0;
  padding: 18px 20px 17px;
  font-size: 14px;
  color: #8b8b8b;
  list-style: none;
  display: block;
  line-height: 1;
  color: #000;
  overflow: hidden;
  white-space: normal;
  z-index: 99;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li:hover {
  background: #cdcdcd;
}

/*# sourceMappingURL=product-list.css.map */

/* ============================================ *
 * Account - Reviews
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.product-review .product-img-box p.label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.product-review .product-img-box .rating-box {
  float: left;
}
.product-review .product-img-box .rating-box.stars {
  margin: 0 0 10px !important;
}
.product-review .product-img-box .rating-links .separator,
.product-review .product-img-box .moveToTab {
  display: none;
}
.product-review .product-img-box .product-image {
  max-width: 50%;
  width: auto;
}
.product-review .product-details h2 {
  display: block !important;
  border-bottom: 1px solid #CCCCCC;
  color: #3ba0a7;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Roboto", sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  padding-top: 7px;
}

@media only screen and (min-width: 768px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

/*# sourceMappingURL=account-reviews.css.map */

@charset "UTF-8";
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.widget-catalogsale-products-carousel {
  position: relative;
}
.widget-catalogsale-products-carousel .sale-carousel {
  margin: 0 -15px;
  width: auto;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div {
  background: none;
  opacity: 1;
  position: absolute;
  margin: 0;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 30%;
  left: -15px;
  right: auto;
  background: none;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:hover, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:hover {
  opacity: 0.7;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #3ba0a7;
  background: none;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
  right: -15px;
  left: auto;
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "";
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "";
}
@media only screen and (max-width: 991px) {
  .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
  }
  .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
    right: 10px;
  }
}

/*# sourceMappingURL=catalogsale.css.map */

@charset "UTF-8";
/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.compare-table .btn-cart {
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width: 991px) {
  .compare-table .btn-cart {
    padding: 7px 12px;
  }
}

.compare-table .btn-cart {
  background: #3ba0a7;
}
.compare-table .btn-cart:hover {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered, .compare-table {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td, .compare-table th {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.catalog-product-compare-index .title-buttons {
  position: relative;
}
.catalog-product-compare-index .title-buttons h1:before,
.catalog-product-compare-index .title-buttons h2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 45px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .catalog-product-compare-index .title-buttons h1:before,
  .catalog-product-compare-index .title-buttons h2:before {
    font-size: 30px;
  }
}
.catalog-product-compare-index .title-buttons a {
  position: absolute;
  top: 20%;
  left: 0;
  font-weight: 500;
}
.catalog-product-compare-index .title-buttons a:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 22px;
  padding-right: 15px;
}
.catalog-product-compare-index .title-buttons .button {
  float: right;
  font-size: 31px;
  padding: 8px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-compare-index .buttons-set {
  border-top: 0;
}

.compare-table {
  margin-top: 15px;
}
.compare-table .product-image {
  display: inline-block;
  padding: 10px;
}
.compare-table thead th,
.compare-table thead td {
  padding-bottom: 0;
}
.compare-table thead th {
  border-bottom: none;
}
.compare-table th {
  vertical-align: top;
  border: solid 1px #dfdfdf;
  border-top: none;
}
.compare-table td {
  border-right: solid 1px #dfdfdf;
}
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
  vertical-align: top;
}
.compare-table .product-shop-row.top th {
  border-bottom: none;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
  text-align: center;
}
.compare-table .add-to-row {
  text-align: center;
}
.compare-table .btn-remove:hover:after {
  color: #78909c;
}
.compare-table .btn-remove::after {
  content: '\e132';
  font-size: 22px;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .catalog-product-compare-index .title-buttons {
    padding-top: 40px;
  }
  .catalog-product-compare-index .title-buttons a {
    position: relative;
  }
}

/*# sourceMappingURL=catalog-compare.css.map */

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f5f5f5;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #eeeeee;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h2 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: normal;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4,
.checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 991px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }
}
@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow,
  body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}

/*# sourceMappingURL=checkout-multi-address.css.map */

@charset "UTF-8";
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.header-minicart .minicart-actions .checkout-button, .header-minicart .minicart-actions .cart-link {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button span, .header-minicart .minicart-actions .cart-link span {
  z-index: 9;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button:hover, .header-minicart .minicart-actions .cart-link:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.header-minicart .minicart-actions .checkout-button:active, .header-minicart .minicart-actions .cart-link:active {
  background: #ffffff;
  color: #3ba0a7;
}
.header-minicart .minicart-actions .checkout-button:focus, .header-minicart .minicart-actions .cart-link:focus {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
.header-minicart .minicart-actions .checkout-button, .header-minicart .minicart-actions .cart-link {
  border: solid 2px #3ba0a7;
}

.header-minicart .minicart-actions .checkout-button:hover, .header-minicart .minicart-actions .cart-link:hover {
  border: solid 2px #3ba0a7;
}

.header-minicart .minicart-actions .checkout-button:hover, .header-minicart .minicart-actions .cart-link:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.header-minicart .block-subtitle {
  font-size: 18px;
  line-height: 1.667em;
  color: #3ba0a7;
  text-transform: uppercase;
  font-weight: 500;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .header-minicart {
    display: block;
    float: right;
    width: 72px;
    text-align: center;
  }
}
.header-minicart .truncated {
  display: inline-block;
}
.header-minicart .truncated a.details {
  font-weight: 300;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px 40px 10px 10px;
}
.header-minicart .empty {
  padding: 0 0 0 21px;
  margin: 0;
}
.header-minicart .minicart-wrapper {
  padding: 30px 10px 40px 10px;
  background: white;
  clear: both;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-subtitle {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  color: #455a64;
  position: relative;
  padding: 0 44px 0 21px;
  margin: 0 0 12px;
}
.header-minicart .block-subtitle .close {
  display: block;
  color: #78909c;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  top: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: 19px;
}
.header-minicart .block-subtitle .close:hover {
  color: #3ba0a7;
}
.header-minicart .mini-products-list {
  padding: 0;
  margin-bottom: 13px;
}
.header-minicart .mini-products-list li {
  padding: 24px 0 34px 20px;
  background: #fafcfc;
  position: relative;
  margin-bottom: 10px;
}
.header-minicart .mini-products-list li.last {
  margin: 0;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin: 0 0 0 93px;
  padding: 0 54px 0 0;
}
.header-minicart .product-details .product-name {
  margin: 3px 0 9px;
}
.header-minicart .product-details .product-name a {
  color: #42424c;
}
.header-minicart .product-details .product-name a:hover {
  color: #3ba0a7;
}
.header-minicart .product-details .price_cr {
  margin: 0 0 2px;
}
.header-minicart .product-details .price_cr .price {
  font-family: 'Neucha', cursive;
  font-size: 27px;
  font-weight: normal;
  color: #3ba0a7;
}
.header-minicart .product-details .truncated {
  margin-top: 15px;
}
.header-minicart .product-details .action-icons {
  position: absolute;
  right: 20px;
  top: 3px;
}
.header-minicart .product-details .action-icons a,
.header-minicart .product-details .action-icons span {
  font-size: 0;
  line-height: 0;
  display: block;
  color: #78909c;
}
.header-minicart .product-details .action-icons a:hover,
.header-minicart .product-details .action-icons span:hover {
  color: #3ba0a7;
}
.header-minicart .product-details .action-icons a::before,
.header-minicart .product-details .action-icons span::before {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 9px 0;
}
.header-minicart .product-details .action-icons a.btn-edit::before,
.header-minicart .product-details .action-icons span.btn-edit::before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.header-minicart .product-details .action-icons a.remove::before,
.header-minicart .product-details .action-icons span.remove::before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.header-minicart .product-details .product-wrapper {
  position: relative;
}
.header-minicart .info-wrapper {
  margin: 0 -40px 0 0;
}
.header-minicart .info-wrapper th {
  text-transform: none;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-minicart .info-wrapper td {
  color: #333333;
  clear: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-minicart .info-wrapper td.price {
  color: #3ba0a7;
}
.header-minicart .info-wrapper .qty-wrapper th {
  vertical-align: middle;
  line-height: 40px;
  padding-right: 14px;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding: 10px 25px;
  background: #fff;
  border: solid 1px #ebebeb;
  margin-right: 2px;
  width: 78px;
  text-align: right;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
.header-minicart .info-wrapper .quantity-button {
  min-width: inherit;
  opacity: 0;
  display: none;
  padding: 6px 8px;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
  display: inline-block;
}
.header-minicart .subtotal {
  border-bottom: solid 1px #ebebeb;
  padding: 0 20px 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.header-minicart .subtotal .label {
  float: left;
  margin: 12px 0 0;
  font-weight: 300;
  color: #42424c;
}
.header-minicart .subtotal .price {
  color: #3ba0a7;
  float: right;
  font-family: 'Neucha', cursive;
  font-size: 27px;
  font-weight: normal;
}
.header-minicart .minicart-actions {
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions li {
  margin: 0 0 10px;
}
.header-minicart .minicart-actions .checkout-button {
  display: block;
  border: solid 2px #ccc;
  background: #fff;
  color: #42424c;
}
.header-minicart .minicart-actions .checkout-button:hover {
  border: solid 2px #ccc;
  background: #ccc;
  color: #42424c;
}
.header-minicart .minicart-actions .cart-link {
  display: block;
  border: solid 2px #3ba0a7;
  background: #fff;
  color: #3ba0a7;
}
.header-minicart .minicart-actions .cart-link:hover {
  background: #3ba0a7;
  color: #fff;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  margin-bottom: 0;
  border: none;
  clear: both;
}

@media only screen and (min-width: 992px) {
  .header-minicart {
    position: relative;
    margin: 0 0 0 20px;
    float: right;
  }

  #header-cart.skip-active {
    background: #fff;
    -webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    -moz-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.06) ;
    padding: 0;
    position: absolute;
    z-index: 200;
    top: 69px;
    right: 0;
    width: 340px;
    background: white;
  }
}
@media only screen and (min-width: 1200px) {
  .header-minicart {
    margin: 0 0 0 46px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  #header-cart {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-minicart .subtotal .label {
    color: #42424c;
  }
  .header-minicart .minicart-wrapper {
    padding: 30px 10px 30px;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .block-subtitle {
    padding: 0 44px 0 6px;
    margin: 0 0 19px;
  }
  .header-minicart .subtotal .label {
    display: block;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 10px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: relative;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}

/*# sourceMappingURL=checkout-cart-minicart.css.map */

@charset "UTF-8";
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
 #billing-new-address-form > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) {display:none;}
 
 
.opc .buttons-set #onepage-guest-register-button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.opc .buttons-set #onepage-guest-register-button span {
  z-index: 9;
  position: relative;
}
.opc .buttons-set #onepage-guest-register-button:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.opc .buttons-set #onepage-guest-register-button:active {
  background: #ffffff;
  color: #3ba0a7;
}
.opc .buttons-set #onepage-guest-register-button:focus {
  background: #ffffff;
  color: #3ba0a7;
}

.opc .buttons-set #onepage-guest-register-button {
  background: #fff;
  color: #3ba0a7;
  text-shadow: none;
}
.opc .buttons-set #onepage-guest-register-button:hover {
  background: #3ba0a7;
  cursor: pointer;
  color: #fff;
}

#review-buttons-container .btn-checkout {
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width: 991px) {
  #review-buttons-container .btn-checkout {
    padding: 7px 12px;
  }
}

#review-buttons-container .btn-checkout {
  background: #3ba0a7;
}
#review-buttons-container .btn-checkout:hover {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
.opc .buttons-set #onepage-guest-register-button {
  border: solid 2px #3ba0a7;
}

.opc .buttons-set #onepage-guest-register-button:hover {
  border: solid 2px #3ba0a7;
}

.opc .buttons-set #onepage-guest-register-button:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.opc .section .control input[type="radio"],
.opc .section .inner-box p input[type="radio"],
.opc .section .fieldset dl dt input[type="radio"],
.opc .section .control input[type="checkbox"],
.opc .section .inner-box p input[type="checkbox"],
.opc .section .fieldset dl dt input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.opc .section .control input[type="radio"] + label,
.opc .section .inner-box p input[type="radio"] + label,
.opc .section .fieldset dl dt input[type="radio"] + label,
.opc .section .control input[type="radio"] + .label label,
.opc .section .inner-box p input[type="radio"] + .label label,
.opc .section .fieldset dl dt input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.opc .section .control input[type="radio"] + label:before,
.opc .section .inner-box p input[type="radio"] + label:before,
.opc .section .fieldset dl dt input[type="radio"] + label:before,
.opc .section .control input[type="radio"] + .label label:before,
.opc .section .inner-box p input[type="radio"] + .label label:before,
.opc .section .fieldset dl dt input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.opc .section .control input[type="radio"] + label:after,
.opc .section .inner-box p input[type="radio"] + label:after,
.opc .section .fieldset dl dt input[type="radio"] + label:after,
.opc .section .control input[type="radio"] + .label label:after,
.opc .section .inner-box p input[type="radio"] + .label label:after,
.opc .section .fieldset dl dt input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.opc .section .control input[type="radio"] + label:hover,
.opc .section .inner-box p input[type="radio"] + label:hover,
.opc .section .fieldset dl dt input[type="radio"] + label:hover,
.opc .section .control input[type="radio"] + .label label:hover,
.opc .section .inner-box p input[type="radio"] + .label label:hover,
.opc .section .fieldset dl dt input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.opc .section .control input[type=radio]:checked + .label label:after,
.opc .section .inner-box p input[type=radio]:checked + .label label:after,
.opc .section .fieldset dl dt input[type=radio]:checked + .label label:after,
.opc .section .control input[type=radio]:checked + label:after,
.opc .section .inner-box p input[type=radio]:checked + label:after,
.opc .section .fieldset dl dt input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.opc .section .control input[type="checkbox"] + label,
.opc .section .inner-box p input[type="checkbox"] + label,
.opc .section .fieldset dl dt input[type="checkbox"] + label,
.opc .section .control input[type="checkbox"] + .label label,
.opc .section .inner-box p input[type="checkbox"] + .label label,
.opc .section .fieldset dl dt input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.opc .section .control input[type="checkbox"] + label:before,
.opc .section .inner-box p input[type="checkbox"] + label:before,
.opc .section .fieldset dl dt input[type="checkbox"] + label:before,
.opc .section .control input[type="checkbox"] + .label label:before,
.opc .section .inner-box p input[type="checkbox"] + .label label:before,
.opc .section .fieldset dl dt input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.opc .section .control input[type="checkbox"] + label:after,
.opc .section .inner-box p input[type="checkbox"] + label:after,
.opc .section .fieldset dl dt input[type="checkbox"] + label:after,
.opc .section .control input[type="checkbox"] + .label label:after,
.opc .section .inner-box p input[type="checkbox"] + .label label:after,
.opc .section .fieldset dl dt input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.opc .section .control input[type="checkbox"] + label:hover,
.opc .section .inner-box p input[type="checkbox"] + label:hover,
.opc .section .fieldset dl dt input[type="checkbox"] + label:hover,
.opc .section .control input[type="checkbox"] + .label label:hover,
.opc .section .inner-box p input[type="checkbox"] + .label label:hover,
.opc .section .fieldset dl dt input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.opc .section .control input[type=checkbox]:checked + label:after,
.opc .section .inner-box p input[type=checkbox]:checked + label:after,
.opc .section .fieldset dl dt input[type=checkbox]:checked + label:after,
.opc .section .control input[type=checkbox]:checked + .label label:after,
.opc .section .inner-box p input[type=checkbox]:checked + .label label:after,
.opc .section .fieldset dl dt input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
.sp-methods .form-list li .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
.sp-methods .form-list li .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
.sp-methods .form-list li .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.sp-methods .form-list li .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.sp-methods .form-list li .dropdown div ul {
  z-index: 12;
}
.sp-methods .form-list li .dropdown div ul li {
  margin: 0;
}
.sp-methods .form-list li .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
.sp-methods .form-list li .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
.sp-methods .form-list li .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
.sp-methods .form-list li .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
.sp-methods .form-list li .dropdown .selected {
  color: #dad7d7;
}
.sp-methods .form-list li .dropdown .selected::after {
  box-shadow: none;
}
.sp-methods .form-list li .dropdown.open {
  z-index: 15;
}
.sp-methods .form-list li .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.sp-methods .form-list li .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block, .opc .form-list {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.sidebar .block-progress dt, #checkout-review-table-wrapper table tfoot tr td {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

.sidebar .block-progress .block-title strong {
  font-size: 18px;
  line-height: 1.667em;
  color: #3ba0a7;
  text-transform: uppercase;
  font-weight: 500;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }

  .sidebar .block-progress dt, #checkout-review-table-wrapper table tfoot tr td {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.checkout-onepage-index .page-title {
  text-align: left;
}
.checkout-onepage-index .page-title h2 {
  font-size: 37px;
  margin-bottom: 33px;
}

.opc .section:last-child.active {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.opc .section .step-title {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #fafcfc;
  padding: 19px 24px 21px 24px;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}
.opc .section.active .step-title {
  background: #3ba0a7 url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/step_active.gif) no-repeat 100% 50%;
}
.opc .section .fieldset {
  margin-right: -15px;
  position: relative;
}
.opc .section .control label,
.opc .section .inner-box p label,
.opc .section .fieldset dl dt label {
  background: none !important;
  padding: 0;
}
.opc .section .buttons-set {
  border-top: none;
  margin-bottom: 0;
}
.opc .section .product-image {
  padding: 5px;
  margin-bottom: 10px;
}
.opc .section p.required {
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #455a64;
}
.opc .section .wide label,
.opc .section .field label,
.opc .section .fieldset dd label {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 3px;
}
.opc .section .inner-box .fields,
.opc .section textarea {
  float: none;
  max-width: 97%;
  width: 97%;
}
.opc .section .inner-box .fields input {
  width: 100%;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

#login-form input {
  width: 97%;
}

#checkout-step-billing .form-list .control {
  float: left;
}
#checkout-step-billing .form-list .control label {
  min-width: 210px;
}

#checkout-shipping-method-load dl {
  overflow: hidden;
}
#checkout-shipping-method-load dl dt {
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
  padding-right: 10px;
}
#checkout-shipping-method-load dl dd {
  float: left;
}
#checkout-shipping-method-load dl dd li {
  margin: 0;
}
#checkout-shipping-method-load dl dd label {
  padding: 0 !important;
  color: #3ba0a7;
}
#checkout-shipping-method-load dl dd label span {
  font-weight: normal;
}

#checkout-payment-method-load .fields {
  width: 32%;
}
@media only screen and (max-width: 991px) {
  #checkout-payment-method-load .fields {
    width: 100%;
  }
}
#checkout-payment-method-load input,
#checkout-payment-method-load select {
  width: 96%;
}
#checkout-payment-method-load .fieldset input,
#checkout-payment-method-load .fieldset select {
  width: 92%;
}
@media only screen and (max-width: 991px) {
  #checkout-payment-method-load .fieldset .fields {
    width: 50%;
  }
}
#checkout-payment-method-load .year {
  margin-top: 25px;
}

#checkout-step-shipping_method label {
  text-transform: none;
}

#checkout-step-payment img {
  max-width: 100%;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number {
  display: inline-block;
  color: #78909c;
  font-size: 20px;
  font-weight: 300;
}
.opc .section .step-title .number:after {
  content: '.';
}
.opc .section .step-title .number:before {
  content: '0';
}

.opc .section.allow.active .step-title .number {
  color: #fff;
}

.opc .section.active .step-title h2 {
  color: #fff;
}

.opc .section .step-title h2 {
  color: #78909c;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  display: inline-block;
  margin: 0;
  text-transform: none;
}

.opc .section .step {
  padding: 10px 0;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3,
.opc h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  color: #455a64;
  margin-bottom: 3px;
}
.opc h3.product-name,
.opc h4.product-name {
  color: #3ba0a7;
  text-transform: none;
  font-size: 18px;
}

.opc #login-form input {
  border-radius: 0;
  height: 50px;
}
.opc #login-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #455a64;
}
.opc #login-form input::-moz-placeholder {
  font-size: 14px;
  color: #455a64;
}
.opc #login-form input:-moz-placeholder {
  font-size: 14px;
  color: #455a64;
}
.opc #login-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #455a64;
}
.opc #login-form label {
  display: none;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
  width: auto !important;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.opc .fields {
  float: left;
  width: 33%;
}
.opc .fields input[type="email"],
.opc .fields input[type="search"],
.opc .fields input[type="number"],
.opc .fields input[type="password"],
.opc .fields input[type="tel"],
.opc .fields input[type="text"] {
  max-width: 100%;
  width: 92%;
}
.opc .wide {
  clear: both;
  width: 100%;
}
.opc .wide input[type="email"],
.opc .wide input[type="search"],
.opc .wide input[type="number"],
.opc .wide input[type="password"],
.opc .wide input[type="tel"],
.opc .wide input[type="text"] {
  max-width: 100%;
  width: 96%;
}
.opc .wide select {
  max-width: 100%;
  width: 92%;
}
.opc .form-list {
  clear: both;
}
.opc .form-list select {
  width: 93%;
  margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }

  .opc .fields,
  #checkout-payment-method-load .fields {
    float: none;
    width: 100%;
  }
  .opc .wide,
  #checkout-payment-method-load .wide {
    width: 100%;
  }
  .opc input[type="email"],
  .opc input[type="search"],
  .opc input[type="number"],
  .opc input[type="password"],
  .opc input[type="tel"],
  .opc input[type="text"],
  #checkout-payment-method-load input[type="email"],
  #checkout-payment-method-load input[type="search"],
  #checkout-payment-method-load input[type="number"],
  #checkout-payment-method-load input[type="password"],
  #checkout-payment-method-load input[type="tel"],
  #checkout-payment-method-load input[type="text"] {
    width: 100%;
  }
  .opc select,
  #checkout-payment-method-load select {
    width: 100%;
  }
}
.opc #opc-login .step {
  padding: 20px 0;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  margin: 0;
  padding-top: 13px;
}

@media only screen and (max-width: 767px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }

  .opc .buttons-set {
    margin-bottom: 30px;
  }
  .opc .buttons-set button.button {
    float: right;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  transition: opacity 300ms ease-out;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  transition: width 80ms ease-out;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  transition: margin-left 80ms ease-out;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding: 20px 0 0 0;
}
.sp-methods .form-list li {
  margin: 0 0 15px;
}
.sp-methods .form-list select {
  width: 250px;
}
.sp-methods .form-list .fieldset .fields {
  display: inline-block;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
  display: inline-block;
}
.sp-methods select.year {
  width: 96px;
  display: inline-block;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.sidebar .block-progress {
  background-color: #fafcfc;
  padding: 24px 30px 30px 30px;
  margin: 0;
}
.sidebar .block-progress .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.sidebar .block-progress .block-title strong {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.sidebar .block-progress dt {
  padding-top: 12px;
  text-transform: none;
}
.sidebar .block-progress dt a {
  float: right;
  text-transform: none;
  font-weight: 400;
}
.sidebar .block-progress dt.complete {
  color: #333333;
}
.sidebar .block-progress dd {
  padding: 10px 0 0;
  margin: 0;
  font-size: 12px;
}
.sidebar .block-progress dd address {
  line-height: 1.917em;
  margin-bottom: 0;
}
.sidebar .block-progress dd.complete {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .block-progress dl {
  margin-bottom: 0;
}
.sidebar .block-progress dl div:last-child dd.complete {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.sidebar .block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #42424c;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.sidebar .block-progress .payment-info dt:after {
  content: ': ';
}
.sidebar .block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.sidebar .block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}
#checkout-review-table-wrapper table {
  border: solid 1px #dfdfdf;
}
#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
  vertical-align: top;
  text-align: center;
}
#checkout-review-table-wrapper table thead th {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border: solid 1px #dfdfdf;
}
#checkout-review-table-wrapper table thead th:last-child {
  border-right: none;
}
#checkout-review-table-wrapper table tbody tr td {
  border: solid 1px #dfdfdf;
}
#checkout-review-table-wrapper table tbody tr td:first-child {
  width: 49%;
  text-align: left;
}
#checkout-review-table-wrapper table tbody tr td:last-child {
  border-right: none;
}
#checkout-review-table-wrapper table tfoot tr td {
  text-align: left;
  position: relative;
}
#checkout-review-table-wrapper table tfoot tr td::after {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 40px;
  right: 40px;
  background-color: #dfdfdf;
  content: '';
}
#checkout-review-table-wrapper table tfoot tr td.last {
  text-align: right;
}
#checkout-review-table-wrapper table tfoot tr td.last strong .price {
  font-size: 34px;
  color: #3ba0a7;
}
#checkout-review-table-wrapper table tfoot tr td:first-child {
  padding: 8px 0 8px 40px;
}
#checkout-review-table-wrapper table tfoot tr td:first-child::after {
  right: 0;
}
#checkout-review-table-wrapper table tfoot tr td:last-child {
  padding: 8px 40px 8px 0;
}
#checkout-review-table-wrapper table tfoot tr td:last-child::after {
  left: 0;
}
#checkout-review-table-wrapper table tfoot tr.first td {
  padding-top: 30px;
}
#checkout-review-table-wrapper table tfoot tr.last {
  font-size: 16px;
}
#checkout-review-table-wrapper table tfoot tr.last strong {
  font-weight: 500;
}
#checkout-review-table-wrapper table tfoot tr.last td {
  padding-bottom: 28px;
}
#checkout-review-table-wrapper table tfoot tr.last td::after {
  display: none;
}
#checkout-review-table-wrapper table .price {
  font-size: 24px;
  color: #3ba0a7;
  font-weight: 500;
}

#review-buttons-container {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  float: right;
  margin: 0;
  margin-right:12px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
  margin: 10px 20px 0 0;
}
#review-buttons-container .f-left a {
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
.opc-block-progress dt.complete .separator {
  display: none;
}

.opc-block-progress dt .separator {
  display: none;
}

#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: normal;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 991px) {
  .opc .section .fieldset {
    margin-right: 0;
  }

  #checkout-review-table-wrapper table {
    border: none;
  }
  #checkout-review-table-wrapper table .price,
  #checkout-review-table-wrapper table tfoot tr td.last strong .price {
    font-size: 1.2em;
  }
  #checkout-review-table-wrapper table td:after {
    display: none;
  }
  #checkout-review-table-wrapper table tbody tr td:first-child {
    width: 100%;
  }
  #checkout-review-table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #dfdfdf;
  }
}
@media only screen and (max-width: 767px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }

  .opc #opc-login .buttons-set {
    margin-bottom: 20px;
  }

  .opc .section .step-title a,
  .opc .section.allow:not(.active) .step-title a {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .opc .fields input,
  .opc .fields select,
  .opc .wide input,
  .opc .wide select {
    width: 100% !important;
  }

  .opc .section .step {
    padding: 0;
  }

  #checkout-review-table-wrapper table tfoot tr td:first-child {
    padding-left: 20px;
  }
  #checkout-review-table-wrapper table tfoot tr td:last-child {
    padding-right: 20px;
  }
}
#allow-gift-messages-for-items-container .f-fix .form-list {
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  #allow-gift-messages-for-items-container .f-fix .form-list {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  #allow-gift-messages-for-items-container .f-fix .form-list {
    max-width: 530px;
  }
}
@media only screen and (min-width: 1200px) {
  #allow-gift-messages-for-items-container .f-fix .form-list {
    max-width: 700px;
  }
}

#payment-tool-tip {
  margin-bottom: 20px;
}

/*# sourceMappingURL=checkout-onepage.css.map */

@charset "UTF-8";
/* ============================================ *
 * CMS Pages
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.page-sitemap .links a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.page-sitemap .links a span {
  z-index: 9;
  position: relative;
}
.page-sitemap .links a:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.page-sitemap .links a:active {
  background: #ffffff;
  color: #3ba0a7;
}
.page-sitemap .links a:focus {
  background: #ffffff;
  color: #3ba0a7;
}

.page-sitemap .links a {
  background: #fff;
  color: #3ba0a7;
  text-shadow: none;
}
.page-sitemap .links a:hover {
  background: #3ba0a7;
  cursor: pointer;
  color: #fff;
}

.page-sitemap .links a {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px;
}

/* ------------------------------------------- *
 * Button hover
 */
.page-sitemap .links a {
  border: solid 2px #3ba0a7;
}

.page-sitemap .links a:hover {
  border: solid 2px #3ba0a7;
}

.page-sitemap .links a:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border, .page-sitemap .page-title h2, .ps-static.cms-page-view .page-title:not(.without-border) h2,
.ps-static.cms-page-view .page-title:not(.without-border) h4 {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .page-sitemap .page-title h2, .ps-static.cms-page-view .page-title:not(.without-border) h2,
  .ps-static.cms-page-view .page-title:not(.without-border) h4 {
    padding-bottom: 10px !important;
  }
}

.theme-block, #oar_widget_orders_and_returns_form .fieldset {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

label {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block, #oar_widget_orders_and_returns_form .fieldset {
    padding: 15px;
    margin-bottom: 30px;
  }

  label {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  position: relative;
}
.input-box .input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  margin: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' * ';
  color: #ee372a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #909090;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #ebebeb;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 22px;
  background: #fff;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #bcbcbc;
}
.input-text:focus,
textarea:focus {
  border: 1px solid #d9d9d9;
  outline: 0;
}

.input-text.validation-failed {
  border-color: #ee372a;
}

.input-text.validation-failed:focus {
  outline-color: #f79b95;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 22px;
  background: #fff;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #bcbcbc;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 230px;
  max-width: 100%;
}

select {
  max-width: 100%;
  width: 92%;
  height: 40px;
  background: #f5f5f5;
  border: solid 1px #ebebeb;
  margin-top: 0;
}
select option {
  padding: 5px 10px;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #dad7d7;
}

input:-moz-placeholder {
  color: #dad7d7;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder {
  opacity: 0.7;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #ee372a;
  font-size: 14px;
}

.validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -21px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
}
.validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.required {
  font-size: 14px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 300px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
.product-options ul.options-list label {
  color: #42424c;
  background-color: #f5f5f5;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
.product-options ul.options-list label:hover {
  background-color: #EDEDED;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 100%;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 15px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #909090;
}

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #42424c;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #42424c;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 25px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
#accordion > dl > dt span {
  display: inline-block;
  position: relative;
}
#accordion > dl > dt span:after {
  background: #3ba0a7;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
#accordion > dl > dt:after {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 18px;
  color: #78909c;
}
#accordion > dl > dd {
  padding: 0 0 25px 0;
  background-color: #ffffff;
  margin: 0;
}
#accordion > dl > dd .std {
  text-align: center;
}
#accordion .selected-filter {
  background-color: #ffffff;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .pager {
  float: none;
}
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0;
  margin: 15px 0;
  position: relative;
}
.page-sitemap .sitemap::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 11px;
  left: 0;
  background-color: #3ba0a7;
}
.page-sitemap .sitemap::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  bottom: -15px;
  left: 0;
  background-color: #ffffff;
}
.page-sitemap .sitemap > li {
  padding-left: 35px;
  position: relative;
}
.page-sitemap .sitemap > li.level-0::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 11px;
  left: 0;
  background-color: #3ba0a7;
}
.page-sitemap .sitemap > li.level-0 a::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 13px;
  color: #3ba0a7;
  padding-right: 14px;
}
.page-sitemap .sitemap li {
  margin: 15px 0;
}
.page-sitemap .sitemap li ul {
  margin: 30px 0 30px 25px;
  position: relative;
}
.page-sitemap .sitemap li ul::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 11px;
  left: 0;
  background-color: #dfdfdf;
}
.page-sitemap .sitemap li ul::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  bottom: -15px;
  left: 0;
  background-color: #ffffff;
}
.page-sitemap .sitemap li ul li {
  padding-left: 41px;
  position: relative;
}
.page-sitemap .sitemap li ul li a {
  padding-left: 20px;
}
.page-sitemap .sitemap li ul li:not(.list-container)::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 11px;
  left: 0;
  background-color: #dfdfdf;
}
.page-sitemap .sitemap li a {
  color: #42424c;
  display: inline-block;
}
.page-sitemap .sitemap li a:hover {
  color: #333333;
}
@media only screen and (max-width: 599px) {
  .page-sitemap .sitemap li ul {
    margin-left: 0;
  }
}

.indent1, .team .excerpt {
  margin-bottom: 57px !important;
}

.indent2 {
  margin-bottom: 25px !important;
}

.custom-page {
  line-height: 1.714em;
}
.custom-page .title-big h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 45px;
}
.custom-page h3 {
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 20px;
}

.skills {
  text-align: center;
  color: #3ba0a7;
  padding-top: 16px;
  margin-bottom: 26px;
  border-bottom: solid 1px #ebebeb;
}
.skills .term {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px !important;
}
.skills .value {
  font-size: 56px;
  line-height: 1.519em;
  font-weight: 500;
}

.people_row {
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 30px;
}
.people_row .indent1, .people_row .team .excerpt, .team .people_row .excerpt {
  margin-bottom: 37px !important;
}

#oar_widget_orders_and_returns_form .fieldset {
  margin-bottom: 20px;
}
#oar_widget_orders_and_returns_form .buttons-set {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.custom-title1 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.custom-title1:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 66px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto 35px;
  line-height: 118.8px;
  width: 122px;
  height: 122px;
}

.custom-title2 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.custom-title2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 66px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto 35px;
  line-height: 118.8px;
  width: 122px;
  height: 122px;
}

.custom-title3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.custom-title3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 56px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto 35px;
  line-height: 122px;
  width: 122px;
  height: 122px;
}

.team {
  text-align: center;
}
.team figure {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}
.team figure a {
  display: inline-block;
  overflow: hidden;
}
.team figure img {
  border: medium none;
  max-width: 100%;
  width: 100%;
}
.team h4 {
  font-weight: 400;
}
.team .excerpt {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
}

.testimonials::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 84px;
  line-height: 1em;
  color: #3ba0a7;
}
.testimonials blockquote {
  position: relative;
  text-align: center;
  font-size: 14px;
  border: none;
}
.testimonials blockquote cite {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #3ba0a7;
  text-transform: uppercase;
}
.testimonials blockquote q {
  display: block;
  padding: 0 5%;
}
.testimonials .owl-controls .owl-buttons div.owl-prev, .testimonials .owl-controls .owl-buttons div.owl-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 15px;
}
.testimonials .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: auto;
}
@media only screen and (max-width: 991px) {
  .testimonials .owl-controls .owl-buttons div.owl-prev {
    left: 7px;
  }
  .testimonials .owl-controls .owl-buttons div.owl-next {
    right: 7px;
  }
}

@media only screen and (max-width: 479px) {
  .indent1, .team .excerpt {
    margin-bottom: 20px;
  }

  .skills .term {
    font-size: 14px;
  }
  .skills .value {
    font-size: 30px;
  }
}
.table-bordered .price {
  font-weight: 500;
  color: #3ba0a7;
  font-size: 16px;
}

.terms-conditions h4 {
  font-size: 20px;
  color: #3ba0a7;
}
.terms-conditions h4:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 40px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .terms-conditions h4:before {
    font-size: 30px;
  }
}
.terms-conditions h4::before {
  padding-right: 25px;
}
.terms-conditions p {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .data-table {
    /* Helpers */
  }
  .cms-page-view .data-table tr,
  .cms-page-view .data-table th,
  .cms-page-view .data-table td {
    display: block;
  }
  .cms-page-view .data-table thead {
    display: none;
  }
  .cms-page-view .data-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .cms-page-view .data-table thead th.lin-hide {
    display: none;
  }
  .cms-page-view .data-table thead th:nth-child(1n+2) {
    display: none;
  }
  .cms-page-view .data-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .cms-page-view .data-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .cms-page-view .data-table tbody td.lin-hide {
    display: none;
  }
  .cms-page-view .data-table tbody td:first-child {
    padding-top: 10px;
  }
  .cms-page-view .data-table tbody td:first-child,
  .cms-page-view .data-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .cms-page-view .data-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .cms-page-view .data-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .cms-page-view .data-table tfoot tr {
    display: block;
    text-align: right;
  }
  .cms-page-view .data-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cms-page-view .data-table tfoot td {
    display: block;
    float: left;
  }
  .cms-page-view .data-table tfoot td.lin-hide {
    display: none;
  }
  .cms-page-view .data-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .cms-page-view .data-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .cms-page-view .data-table .linearize-hide {
    display: none;
  }
  .cms-page-view .data-table .linearize-unpad {
    padding: 0;
  }
  .cms-page-view .data-table .linearize-show {
    display: block;
  }
  .cms-page-view .data-table thead {
    display: none;
  }
}
dl.numbered-list {
  counter-reset: number;
}
dl.numbered-list dt {
  counter-increment: number;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3ba0a7;
  font-weight: 500;
  padding-bottom: 10px;
}
dl.numbered-list dt::before {
  content: counter(number);
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  margin-right: 18px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
dl.numbered-list dd {
  line-height: 1.714em;
  margin-bottom: 45px;
}

.table.table-list-style > tbody > tr > td {
  border-top: 0;
  padding: 0 30px 30px;
}
.table.table-list-style > tbody > tr > td:not(:last-child) {
  border-right: solid 1px #dfdfdf;
}
@media only screen and (max-width: 599px) {
  .table.table-list-style > tbody > tr > td {
    padding: 0 10px 10px;
  }
}
.table.table-list-style h4 {
  float: right;
  max-width: 300px;
  text-align: right;
}

.faqs-pages h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #3ba0a7;
  border-bottom: 1px solid #dfdfdf;
  padding: 40px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.faqs-pages h4:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  right: 0;
  font-size: 35px;
  color: #42424c;
}
.faqs-pages h4.id-active {
  border-color: #ffffff;
}
.faqs-pages h4.id-active:after {
  content: "\f106";
}
.faqs-pages h4.last {
  border: 0;
}
.faqs-pages .custom-pag-list-3 {
  padding-top: 10px;
  margin-bottom: 0;
}
.faqs-pages .custom-pag-list-3 li {
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0 0 20px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
.faqs-pages .custom-pag-list-3 li:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  color: #dfdfdf;
  float: left;
  margin-right: 24px;
}
.faqs-pages .custom-pag-list-3 a {
  font-size: 20px;
  color: #78909c;
  font-weight: 300;
  text-transform: uppercase;
}
.faqs-pages .custom-pag-list-3 a:hover {
  color: #3ba0a7;
}
@media only screen and (max-width: 767px) {
  .faqs-pages h4 {
    font-size: 20px;
    padding: 15px 0;
  }
  .faqs-pages .custom-pag-list-3 a {
    font-size: 16px;
  }
}

.custom-page .custom-pag-list-2 {
  margin: 0 -15px;
  padding-bottom: 70px;
}
.custom-page .custom-pag-list-2:after {
  content: '';
  display: table;
  clear: both;
}
.custom-page .custom-pag-list-2 li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  width: 25%;
  float: left;
}
.custom-page .custom-pag-list-2 li a {
  display: block;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
  text-align: center;
  background: #3ba0a7;
  padding: 45px 40px 33px;
  color: #ffffff;
  min-height: 270px;
}
.custom-page .custom-pag-list-2 li a h4 {
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 0;
}
.custom-page .custom-pag-list-2 li a span {
  font-size: 87px;
  line-height: 87px;
  display: block;
  margin-bottom: 24px;
}
.custom-page .custom-pag-list-2 li a span.fa {
  font-size: 76px;
}
.custom-page .custom-pag-list-2 li a:hover {
  background: #ffffff;
  color: #3ba0a7;
}
.custom-page .custom-pag-list-2 li a:hover h4 {
  color: #3ba0a7;
}
@media only screen and (max-width: 991px) {
  .custom-page .custom-pag-list-2 li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .custom-page .custom-pag-list-2 li {
    width: 100%;
  }
}

.guarantee-pages .page-title .icon1:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon1:before {
    font-size: 30px;
  }
}
.guarantee-pages .page-title .icon2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon2:before {
    font-size: 30px;
  }
}
.guarantee-pages .page-title .icon3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon3:before {
    font-size: 30px;
  }
}
.guarantee-pages .page-title .icon4:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon4:before {
    font-size: 30px;
  }
}
.guarantee-pages .custom-pag-list-4 {
  overflow: hidden;
  margin: 0 -15px;
  padding-top: 40px;
}
.guarantee-pages .custom-pag-list-4 li {
  list-style: none;
  margin: 0 0 56px;
  padding: 0 15px;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  width: 33.33333%;
  float: left;
}
.guarantee-pages .custom-pag-list-4 li:nth-child(3n+1) {
  clear: left;
}
.guarantee-pages .custom-pag-list-4 li h4 {
  font-size: 18px;
}
.guarantee-pages .custom-pag-list-4.bullets h4:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 13px;
  color: #3ba0a7;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .custom-pag-list-4.bullets h4:before {
    font-size: 30px;
  }
}
.guarantee-pages .custom-pag-list-4.bullets h4::before {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .guarantee-pages .custom-pag-list-4 li {
    width: 100%;
    clear: both;
  }
}
.guarantee-pages h4 b {
  font-size: 16px;
  color: #3ba0a7;
  margin-right: 15px;
}
.guarantee-pages .a-center h4 {
  padding-top: 30px;
}

.list-decimal {
  counter-reset: list1;
}
.list-decimal h4 {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 0 55px;
  margin-bottom: 30px;
}
.list-decimal h4:after {
  content: '';
  display: table;
  clear: both;
}
.list-decimal h4:before {
  counter-increment: list1;
  content: counter(list1,decimal-leading-zero);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  color: #3ba0a7;
}

.custom-page.custom-style-2 .page-title h1,
.custom-page.custom-style-2 .page-title h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.custom-page.custom-style-2 .page-title h1 span,
.custom-page.custom-style-2 .page-title h2 span {
  color: #3ba0a7;
}
.custom-page.custom-style-2 .page-title h1 b,
.custom-page.custom-style-2 .page-title h2 b {
  font-size: 50px;
  color: #3ba0a7;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .custom-page.custom-style-2 .page-title h1,
  .custom-page.custom-style-2 .page-title h2 {
    font-size: 23px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 599px) {
  .custom-page.custom-style-2 .page-title h1 b,
  .custom-page.custom-style-2 .page-title h2 b {
    display: block;
    margin-bottom: 20px;
  }
}
.custom-page.custom-style-2 .title-big h1,
.custom-page.custom-style-2 .title-big h2 {
  font-size: 60px;
  line-height: 75px;
}
@media only screen and (max-width: 1199px) {
  .custom-page.custom-style-2 .title-big h1,
  .custom-page.custom-style-2 .title-big h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.custom-page.custom-style-2 h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #3ba0a7;
  font-weight: 500;
}
.custom-page.custom-style-2 .a-center {
  margin-bottom: 85px;
  font-size: 13px;
  line-height: 20px;
}
.custom-page.custom-style-2 p {
  font-size: 13px;
  line-height: 20px;
}
.custom-page .custom-pag-list {
  margin: 0;
  padding: 0;
}
.custom-page .custom-pag-list li {
  overflow: hidden;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 50px;
  padding: 0;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}
.custom-page .custom-pag-list li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-pag-list li > span {
  display: block;
  font-size: 57px;
  line-height: 110px;
  color: #ffffff;
  width: 110px;
  height: 110px;
  float: left;
  background: #3ba0a7;
  text-align: center;
  border-radius: 100%;
  margin-right: 30px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
}
@media only screen and (max-width: 1199px) {
  .custom-page .custom-pag-list li {
    text-align: center;
  }
  .custom-page .custom-pag-list li > span {
    float: none;
    display: inline-block;
    margin: 0 0 30px;
  }
}
.custom-page .custom-pag-list p {
  overflow: hidden;
}
.custom-page .custom-pag-list.color-2 {
  padding-bottom: 40px;
}
.custom-page .custom-pag-list.color-2 li > span {
  color: #3ba0a7;
  background: #f5f5f5;
}

/*# sourceMappingURL=cms.css.map */

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
.product-options .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .swatch-link.has-image .swatch-label::before,
.product-options .swatch-link.has-image .swatch-label::before,
.products-grid .swatch-link.has-image .swatch-label::before,
.products-list .swatch-link.has-image .swatch-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: solid 0 #f5f5f5;
  opacity: 0;
}

.product-options .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .hover .swatch-link.has-image .swatch-label::before,
.product-options .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.products-grid .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.products-list .configurable-swatch-list .selected .swatch-link.has-image .swatch-label::before,
.product-options .swatch-link.has-image:hover .swatch-label::before,
.products-grid .swatch-link.has-image:hover .swatch-label::before,
.products-list .swatch-link.has-image:hover .swatch-label::before {
  border-width: 5px;
  opacity: 1;
}

/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  color: #777777;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-label {
  border: solid 1px #dfdfdf;
  padding: 3px 0 2px;
}

.swatch-link {
  margin: 0 0 3px;
  position: relative;
}
.swatch-link img {
  border-radius: 0;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: #333333;
}
.swatch-link:hover .swatch-label {
  border: solid 1px #3ba0a7;
  color: #3ba0a7;
}
.swatch-link:focus {
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}

.has-image .swatch-label {
  position: relative;
  margin: 0;
  white-space: nowrap;
  background: none;
}
.has-image .swatch-label::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  border-right: 1px solid rgba(0, 0, 0, 0.28);
}

.configurable-swatch-list {
  margin-left: 0;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  zoom: 1;
  margin: 0 2px 0 3px;
  float: left;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #dfdfdf;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #ffffff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 3px 6px 2px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0;
  float: none;
}

@media only screen and (max-width: 767px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-current span.value {
  margin-left: 7px;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

.configurable-swatch-list .selected:not(.not-available) .swatch-link .swatch-label {
  color: #3ba0a7;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #ee372a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #ffffff !important;
  float: left;
  display: block;
  border-radius: 0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr .swatch-link {
  border-width: 2px;
}
.product-view .product-options .swatch-attr .swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  text-transform: capitalize;
  color: #42424c;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/*# sourceMappingURL=configurableswatches.css.map */

@charset "UTF-8";
/* ============================================ *
 * Contacts
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.contacts-index-index h1,
.contacts-index-index h2 {
  border: none;
}
.contacts-index-index .page-title h1,
.contacts-index-index .page-title h2 {
  font-size: 37px;
}
.contacts-index-index .address {
  line-height: 1.714em;
}
.contacts-index-index .address h3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
}
.contacts-index-index .address h3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
.contacts-index-index .phone {
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 10px;
}
.contacts-index-index .phone h3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  float: left;
}
.contacts-index-index .phone h3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
.contacts-index-index .phone div {
  float: right;
  padding: 8px 48px 0 10px;
  line-height: 1.4em;
}
.contacts-index-index .phone div span,
.contacts-index-index .phone div a {
  display: block;
}
.contacts-index-index .fax {
  overflow: hidden;
  font-size: 24px;
}
.contacts-index-index .fax h3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  float: left;
}
.contacts-index-index .fax h3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
.contacts-index-index .fax h3:before {
  font-family: FontAwesome;
  content: '\f1ac';
  font-size: 26px;
}
.contacts-index-index .fax div {
  float: right;
  padding: 8px 53px 0 10px;
  line-height: 1.4em;
}
.contacts-index-index .fax div span,
.contacts-index-index .fax div a {
  display: block;
}
.contacts-index-index .email h3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  float: left;
  padding-right: 10px;
}
.contacts-index-index .email h3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
.contacts-index-index .email a {
  text-decoration: underline;
  display: inline-block;
  margin: 15px 0 0;
}
.contacts-index-index #contactForm {
  background: #fafcfc;
  max-width: 768px;
  margin: 0 auto;
  padding: 38px 20px 40px 20px;
}
.contacts-index-index #contactForm p.required {
  float: none;
  text-align: right;
}
.contacts-index-index #contactForm .form-list {
  margin-right: -20px;
}
.contacts-index-index #contactForm .fields {
  overflow: hidden;
  margin: 0;
}
.contacts-index-index #contactForm .fields .field {
  width: 100%;
  margin: 0 0 8px;
  position: relative;
}
.contacts-index-index #contactForm .fields .field input {
  width: 100%;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
 /* padding: 20px 20px 20px 70px; */
}
.contacts-index-index #contactForm .fields .field:before {
  position: absolute;
  left: 34px;
  top: 17px;
  font-size: 20px;
  color: #78909c;
  z-index: 3;
}
.contacts-index-index #contactForm .fields .field.cont_name:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.contacts-index-index #contactForm .fields .field.cont_email:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.contacts-index-index #contactForm .fields .field.cont_phone:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: 19px;
}
.contacts-index-index #contactForm .cont_msg {
  position: relative;
}
.contacts-index-index #contactForm .cont_msg:before {
  position: absolute;
  left: 34px;
  top: 17px;
  font-size: 20px;
  color: #78909c;
  z-index: 3;
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.contacts-index-index #contactForm textarea {
  width: 100%;
  max-width: 100%;
  height: 185px;
/*  padding: 20px 20px 20px 70px; */
}
.contacts-index-index #contactForm:after {
  content: '';
  display: table;
  clear: both;
}
.contacts-index-index #contactForm .fieldset {
  max-width: 470px;
  margin: 0 auto;
}
.contacts-index-index #contactForm .fieldset .legend {
  font-size: 24px;
  font-weight: 300;
  color: #455a64;
  text-transform: none;
  text-align: center;
  margin: 0 0 15px;
  display: block;
}
.contacts-index-index #contactForm .fieldset .contacts_note {
  font-size: 16px;
  text-align: center;
  margin: 0 0 17px;
}
.contacts-index-index #contactForm .fieldset .legend + .required {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .contacts-index-index .phone h3,
  .contacts-index-index .fax h3,
  .contacts-index-index .email h3 {
    float: none;
  }
  .contacts-index-index .phone div,
  .contacts-index-index .fax div,
  .contacts-index-index .email div {
    float: none;
    padding: 0;
  }
  .contacts-index-index .phone a,
  .contacts-index-index .fax a,
  .contacts-index-index .email a {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-index-index #contactForm {
    padding-left: 0;
  }
  .contacts-index-index #contactForm > ul > li {
    margin-bottom: 20px;
  }
  .contacts-index-index #contactForm .form-list {
    margin-right: 0;
  }
  .contacts-index-index #contactForm .fields .field {
    float: none;
    width: 100%;
  }
  .contacts-index-index #contactForm .fields .field input {
    width: 100%;
  }
  .contacts-index-index #contactForm textarea,
  .contacts-index-index #contactForm .buttons-set {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .contacts-index-index .buttons-set button {
    float: right;
    margin-left: 5px;
  }
}
.contacts-index-index .block-contacts-googlemap {
  margin: 0;
  background: #fff;
}
.contacts-index-index .block-contacts-googlemap .block-content {
  position: relative;
}
.contacts-index-index .block-contacts-googlemap #map_canvas {
  z-index: 9;
}
.contacts-index-index .maploader {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/opc-ajax-loader.gif);
}
.contacts-index-index .buttons-set {
  text-align: center;
  border-top: 0;
  padding-top: 0;
  margin: 20px 0 0;
}
.contacts-index-index .buttons-set .button {
  float: none;
  margin: 0;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/*# sourceMappingURL=contacts.css.map */

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #ec6c5a;
}

.theme-color {
  color: #ec6c5a;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #ec6c5a;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: none;
  margin-bottom: 5px;
}
.catalog-product-view .price-box.map-info > a {
  float: none;
  display: inline-block;
  font-size: 12px;
}

/*# sourceMappingURL=pricing_conditions.css.map */

@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
#newsletterpopup .modal-dialog {
  top: 50%;
  margin: -150px auto 0;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  position: fixed;
}
#newsletterpopup .newsletterpopup-content {
  background: #ffffff;
  position: relative;
  padding: 35px 35px 55px;
  background-size: contain;
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body:after {
  content: "";
  display: table;
  clear: both;
}
#newsletterpopup button.button span span {
  text-transform: uppercase;
}
#newsletterpopup .newsletter-title {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  color: #455a64;
  text-transform: none;
  text-align: center;
  margin-bottom: 15px;
}
#newsletterpopup .newsletter-slogan {
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
#newsletterpopup .block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#newsletterpopup .block-content .form-group {
  width: 290px;
  margin-bottom: 0;
  position: relative;
}
#newsletterpopup .block-content .form-group .input-text {
  height: 60px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 15px 25px;
  line-height: 24px;
  width: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#newsletterpopup .block-content .actions {
  margin-left: 6px;
}
#newsletterpopup .close {
  background: #ffffff;
  width: 37px;
  height: 37px;
  font-size: 20px;
  display: block;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  color: #78909c;
  z-index: 2;
}
#newsletterpopup .close:hover {
  color: #3ba0a7;
}
#newsletterpopup .close i {
  display: block;
  margin: -3px -2px 0 0;
}
#newsletterpopup .validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  top: 61px;
  left: 14px;
  bottom: inherit;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
}
#newsletterpopup .validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  #newsletterpopup .form-group {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletterpopup .modal-dialog {
    width: 500px;
    margin: 20px auto 0;
    top: 0;
    position: relative;
    left: auto;
  }
  #newsletterpopup .block-content {
    position: relative;
  }
  #newsletterpopup .block-content .form-group {
    width: 100%;
    float: none;
  }
  #newsletterpopup .block-content .form-group .input-text {
    padding-right: 135px;
  }
  #newsletterpopup .block-content .actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  #newsletterpopup button.button {
    padding: 6px 5px;
    height: 60px;
    min-width: 120px;
  }
  #newsletterpopup button.button span span {
    display: none;
  }
  #newsletterpopup button.button span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 32px;
  }
}
@media only screen and (max-width: 599px) {
  #newsletterpopup .modal-dialog {
    width: 280px;
    top: 20px;
    margin-top: 0;
  }
  #newsletterpopup .newsletterpopup-content {
    position: relative;
    padding: 40px 20px 45px;
    background-size: contain;
  }
  #newsletterpopup .newsletterpopup-content .newsletterpopup-indent {
    text-align: center;
  }
  #newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body {
    padding: 0;
  }
  #newsletterpopup .newsletter-title {
    font-size: 27px;
  }
  #newsletterpopup .block-content .form-group .input-text {
    padding-right: 100px;
  }
  #newsletterpopup button.button {
    min-width: 90px;
  }
}

/*# sourceMappingURL=newsletterpopup.css.map */

@charset "UTF-8";
/* ============================================ *
 * Customer
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.customer-account-login .new-users .button, .customer-account-login .registered-users .button {
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width: 991px) {
  .customer-account-login .new-users .button, .customer-account-login .registered-users .button {
    padding: 7px 12px;
  }
}

/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.form-list .control input[type="radio"],
.form-list .control input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.form-list .control input[type="radio"] + label,
.form-list .control input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.form-list .control input[type="radio"] + label:before,
.form-list .control input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.form-list .control input[type="radio"] + label:after,
.form-list .control input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.form-list .control input[type="radio"] + label:hover,
.form-list .control input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.form-list .control input[type=radio]:checked + .label label:after,
.form-list .control input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.form-list .control input[type="checkbox"] + label,
.form-list .control input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.form-list .control input[type="checkbox"] + label:before,
.form-list .control input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.form-list .control input[type="checkbox"] + label:after,
.form-list .control input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.form-list .control input[type="checkbox"] + label:hover,
.form-list .control input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.form-list .control input[type=checkbox]:checked + label:after,
.form-list .control input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
body.customer-account .my-account .pager .limiter .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
body.customer-account .my-account .pager .limiter .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
body.customer-account .my-account .pager .limiter .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
body.customer-account .my-account .pager .limiter .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
body.customer-account .my-account .pager .limiter .dropdown div ul {
  z-index: 12;
}
body.customer-account .my-account .pager .limiter .dropdown div ul li {
  margin: 0;
}
body.customer-account .my-account .pager .limiter .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
body.customer-account .my-account .pager .limiter .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
body.customer-account .my-account .pager .limiter .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
body.customer-account .my-account .pager .limiter .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
body.customer-account .my-account .pager .limiter .dropdown .selected {
  color: #dad7d7;
}
body.customer-account .my-account .pager .limiter .dropdown .selected::after {
  box-shadow: none;
}
body.customer-account .my-account .pager .limiter .dropdown.open {
  z-index: 15;
}
body.customer-account .my-account .pager .limiter .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
body.customer-account .my-account .pager .limiter .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered, body.customer-account .data-table {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block, body.customer-account .my-account .box, body.customer-account .my-account #form-validate .fieldset, .dashboard #my_recent_tags,
.dashboard #my_recent_reviews {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.customer-account-login .benefits li, .customer-account-login label {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

body.customer-account .my-account .welcome-msg p.hello {
  font-size: 18px;
  line-height: 1.667em;
  color: #3ba0a7;
  text-transform: uppercase;
  font-weight: 500;
}

.table-bordered thead > tr > th, body.customer-account .data-table thead > tr > th,
.table-bordered thead > tr > td,
body.customer-account .data-table thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block, body.customer-account .my-account .box, body.customer-account .my-account #form-validate .fieldset, .dashboard #my_recent_tags,
  .dashboard #my_recent_reviews {
    padding: 15px;
    margin-bottom: 30px;
  }

  .customer-account-login .benefits li, .customer-account-login label {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th, body.customer-account .data-table thead > tr > th,
.table-bordered thead > tr > td,
body.customer-account .data-table thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th, body.customer-account .data-table th,
.table-bordered td,
body.customer-account .data-table td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.customer-account-login h2 {
  margin-bottom: 25px;
}
.customer-account-login .form-instructions {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 25px;
}
.customer-account-login .benefits li {
  margin-bottom: 8px;
}
.customer-account-login .benefits li::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 24px;
  line-height: 18px;
  color: #3ba0a7;
  padding-right: 13px;
}
.customer-account-login .registered-users .form-list {
  border: none;
  padding: 0;
  margin: 0;
}
.customer-account-login .registered-users .form-list li {
  margin-bottom: 20px;
}
.customer-account-login .registered-users .form-list li:last-child {
  margin-bottom: 0;
}
.customer-account-login #login-form input {
  width: 100%;
}
.customer-account-login label {
  margin-bottom: 8px;
}
.customer-account-login .buttons-set {
  border: none;
  text-align: left;
  margin: 0;
  padding-top: 18px;
}
.customer-account-login .buttons-set:after {
  content: '';
  display: table;
  clear: both;
}
.customer-account-login .buttons-set .button {
  float: left;
  margin: 0 20px 0 0;
}
.customer-account-login .buttons-set a.f-left {
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .customer-account-login .theme-block, .customer-account-login body.customer-account .my-account .box, body.customer-account .my-account .customer-account-login .box, .customer-account-login body.customer-account .my-account #form-validate .fieldset, body.customer-account .my-account #form-validate .customer-account-login .fieldset, .customer-account-login .dashboard #my_recent_tags, .dashboard .customer-account-login #my_recent_tags,
  .customer-account-login .dashboard #my_recent_reviews,
  .dashboard .customer-account-login #my_recent_reviews {
    min-height: 405px;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-account-login p.required {
    margin-top: 0;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}
.customer-account-create .form-list > li {
  margin-bottom: 20px;
}
.customer-account-create .form-list .field, .customer-account-create .form-list .wide, .customer-account-create .form-list .control {
  margin-bottom: 20px;
}
.customer-account-create .form-list input[type="email"],
.customer-account-create .form-list input[type="search"],
.customer-account-create .form-list input[type="number"],
.customer-account-create .form-list input[type="password"],
.customer-account-create .form-list input[type="tel"],
.customer-account-create .form-list input[type="text"] {
  width: 100%;
  max-width: inherit;
}
.customer-account-create .form-list .control input.radio,
.customer-account-create .form-list .control input.checkbox,
.customer-account-create .sp-methods dt input.radio,
.customer-account-create .sp-methods dt input.checkbox,
.customer-account-create .product-options ul.options-list input.radio,
.customer-account-create .product-options ul.options-list input.checkbox {
  margin: 6px 10px 0 0;
}
.customer-account-create .form-list .control input[type="radio"],
.customer-account-create .form-list .control input[type="checkbox"] {
  display: block;
}

.opc #opc-login p:not(.required) {
  font-size: 14px;
  color: #78909c;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Roboto", sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  max-width: 700px;
  margin: 0 auto;
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 700px;
  margin: 0 auto;
}
.customer-account-forgotpassword .buttons-set {
  margin-top: 25px;
}
.customer-account-forgotpassword .buttons-set a {
  float: left;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1,
body.customer-account .my-account .title-buttons h2 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -30px;
}
body.customer-account .my-account .box-head h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
body.customer-account .my-account .box {
  margin-bottom: 10px;
  overflow: hidden;
}
body.customer-account .my-account .box .box-title {
  position: relative;
  padding-bottom: 10px;
}
body.customer-account .my-account .box .box-title h2,
body.customer-account .my-account .box .box-title h3 {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 0 20px 60px;
}
body.customer-account .my-account .box .box-title h2:before,
body.customer-account .my-account .box .box-title h3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
body.customer-account .my-account .box .box-title h2.shipping-title,
body.customer-account .my-account .box .box-title h3.shipping-title {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 0 20px 60px;
}
body.customer-account .my-account .box .box-title h2.shipping-title:before,
body.customer-account .my-account .box .box-title h3.shipping-title:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
body.customer-account .my-account .box .box-title h2.billing-title,
body.customer-account .my-account .box .box-title h3.billing-title {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 0 20px 60px;
}
body.customer-account .my-account .box .box-title h2.billing-title:before,
body.customer-account .my-account .box .box-title h3.billing-title:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
body.customer-account .my-account .box .box-title h2.contact-title,
body.customer-account .my-account .box .box-title h3.contact-title {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 0 20px 60px;
}
body.customer-account .my-account .box .box-title h2.contact-title:before,
body.customer-account .my-account .box .box-title h3.contact-title:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
body.customer-account .my-account .box .box-title h2.newsletters-title,
body.customer-account .my-account .box .box-title h3.newsletters-title {
  font-size: 16px;
  color: #3ba0a7;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 0 20px 60px;
}
body.customer-account .my-account .box .box-title h2.newsletters-title:before,
body.customer-account .my-account .box .box-title h3.newsletters-title:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 27px;
  border: solid 2px #3ba0a7;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 48.6px;
  width: 54px;
  height: 54px;
}
body.customer-account .my-account .box .box-title h2:before,
body.customer-account .my-account .box .box-title h3:before {
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
}
body.customer-account .my-account .box .box-title a {
  line-height: 19.6px;
}
body.customer-account .my-account .welcome-msg {
  text-align: center;
}
body.customer-account .my-account .welcome-msg p.hello {
  margin-bottom: 20px;
}
body.customer-account .my-account .welcome-msg p.hello strong {
  font-weight: 500;
}
body.customer-account .my-account .pager .limiter {
  height: auto;
  width: auto;
}
body.customer-account .my-account .pager .limiter .dropdown {
  float: left;
  width: 100px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account p.required {
  float: none;
  text-align: right;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .my-account #form-validate .fieldset .input-box input,
body.customer-account .my-account #form-validate .fieldset .input-box select {
  width: 70%;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list input[type="email"],
.form-list input[type="search"],
.form-list input[type="number"],
.form-list input[type="password"],
.form-list input[type="tel"],
.form-list input[type="text"] {
  width: 250px;
}
.form-list .control label {
  padding: 0;
  background: 0;
}
.form-list .control label:hover {
  background: none;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  font-weight: 500;
  text-decoration: underline;
}
.dashboard .box-title a:hover,
.dashboard .box-head a:hover {
  text-decoration: none;
}
.dashboard .box-content {
  clear: both;
}
.dashboard .box-account {
  margin-bottom: 40px;
}
.dashboard #my_recent_tags li,
.dashboard #my_recent_reviews li {
  margin-bottom: 20px;
}
.dashboard #my_recent_tags .number,
.dashboard #my_recent_reviews .number {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #3ba0a7;
  border: solid 2px #3ba0a7;
}
.dashboard #my_recent_tags .details,
.dashboard #my_recent_reviews .details {
  overflow: hidden;
}
.dashboard #my_recent_tags .ratings strong,
.dashboard #my_recent_reviews .ratings strong {
  margin: 7px 10px 0 0;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
  float: left;
}
.order-info-box .col-2 {
  width: 48%;
  float: right;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #dfdfdf;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table {
    /* Helpers */
    border-top: none;
  }
  body.customer-account .data-table tr,
  body.customer-account .data-table th,
  body.customer-account .data-table td {
    display: block;
  }
  body.customer-account .data-table thead {
    display: none;
  }
  body.customer-account .data-table thead th {
    border-right: 0;
    border-left: 0;
  }
  body.customer-account .data-table thead th.lin-hide {
    display: none;
  }
  body.customer-account .data-table thead th:nth-child(1n+2) {
    display: none;
  }
  body.customer-account .data-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  body.customer-account .data-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  body.customer-account .data-table tbody td.lin-hide {
    display: none;
  }
  body.customer-account .data-table tbody td:first-child {
    padding-top: 10px;
  }
  body.customer-account .data-table tbody td:first-child,
  body.customer-account .data-table tbody td:first-child h3 {
    font-weight: bold;
  }
  body.customer-account .data-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  body.customer-account .data-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  body.customer-account .data-table tfoot tr {
    display: block;
    text-align: right;
  }
  body.customer-account .data-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  body.customer-account .data-table tfoot td {
    display: block;
    float: left;
  }
  body.customer-account .data-table tfoot td.lin-hide {
    display: none;
  }
  body.customer-account .data-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  body.customer-account .data-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  body.customer-account .data-table .linearize-hide {
    display: none;
  }
  body.customer-account .data-table .linearize-unpad {
    padding: 0;
  }
  body.customer-account .data-table .linearize-show {
    display: block;
  }
  body.customer-account .data-table th,
  body.customer-account .data-table td {
    border: solid 1px #dfdfdf !important;
  }
  body.customer-account .data-table tbody tr.first {
    border-top: solid 2px #3ba0a7;
  }
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 991px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h2 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/*# sourceMappingURL=customer.css.map */

@charset "UTF-8";
/* ============================================ *
 * Review - Customer
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.review-summary-table tbody td input[type="radio"],
.review-summary-table tbody td input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.review-summary-table tbody td input[type="radio"] + label,
.review-summary-table tbody td input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.review-summary-table tbody td input[type="radio"] + label:before,
.review-summary-table tbody td input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.review-summary-table tbody td input[type="radio"] + label:after,
.review-summary-table tbody td input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.review-summary-table tbody td input[type="radio"] + label:hover,
.review-summary-table tbody td input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.review-summary-table tbody td input[type=radio]:checked + .label label:after,
.review-summary-table tbody td input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.review-summary-table tbody td input[type="checkbox"] + label,
.review-summary-table tbody td input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.review-summary-table tbody td input[type="checkbox"] + label:before,
.review-summary-table tbody td input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.review-summary-table tbody td input[type="checkbox"] + label:after,
.review-summary-table tbody td input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.review-summary-table tbody td input[type="checkbox"] + label:hover,
.review-summary-table tbody td input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.review-summary-table tbody td input[type=checkbox]:checked + label:after,
.review-summary-table tbody td input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
#customer-reviews .review-heading .pager .count-container .limiter .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul {
  z-index: 12;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li {
  margin: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
  color: #dad7d7;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected::after {
  box-shadow: none;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open {
  z-index: 15;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
#customer-reviews {
  float: none;
}
#customer-reviews .review-heading {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 9px;
  margin-bottom: 22px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 16px;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown {
  width: 98px;
  float: left;
}
#customer-reviews .review-heading .pager .count-container .limiter .dropdown .selected {
  padding: 18px 20px 17px;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews .no-rating,
#customer-reviews .addthis_toolbox,
#customer-reviews .review-button {
  display: none;
}
#customer-reviews .validation-advice {
  text-transform: none;
  font-size: 13px;
}
#customer-reviews .form-add {
  background: #fafcfc;
  padding: 30px 30px 40px 30px;
}
#customer-reviews .form-add h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  padding: 0;
  margin-bottom: 0;
}
#customer-reviews h3 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3ba0a7;
  text-transform: none;
}
#customer-reviews .fieldset {
  padding-top: 20px;
}
#customer-reviews .fieldset h4 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list li {
  margin-bottom: 10px;
}
#customer-reviews .fieldset .form-list label {
  color: #333333;
  margin-bottom: 10px;
  font-weight: normal;
  display: none;
}
#customer-reviews .fieldset .form-list .input-box {
  position: relative;
}
#customer-reviews .fieldset .form-list .input-box:before {
  position: absolute;
  left: 34px;
  top: 17px;
  font-size: 20px;
  color: #78909c;
  z-index: 3;
}
#customer-reviews .fieldset .form-list .input-box.label_rev1:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
#customer-reviews .fieldset .form-list .input-box.label_rev2:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
#customer-reviews .fieldset .form-list .input-box.label_rev3:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: 19px;
}
#customer-reviews .fieldset .form-list textarea {
  min-width: 100%;
  min-height: 170px;
  -webkit-appearance: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 20px 20px 70px;
}
#customer-reviews .fieldset .form-list input {
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 20px 20px 70px;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 470px;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
}
#customer-reviews .buttons-set .button {
  float: left;
  margin: 0;
}
#customer-reviews dl {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}
#customer-reviews dl dd {
  font-size: 14px;
  margin: 10px 0 30px;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 30px;
}
#customer-reviews dl dd:last-child {
  border-bottom: none;
  padding: 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: solid 0;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.review_table_wrap {
  position: relative;
  width: 66%;
}

.product-collateral #customer-reviews {
  width: auto;
}
.product-collateral #customer-reviews .no-rating,
.product-collateral #customer-reviews .review-button {
  display: inline-block;
}

.no-rating a::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  padding-right: 5px;
}

.review-summary-table {
  margin: 0 0 30px;
}
.review-summary-table td,
.review-summary-table th {
  padding: 7px 20px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 7px 7px 8px 8px;
}
.review-summary-table tbody th {
  background: #ffffff;
  text-transform: none;
  text-align: right;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table tbody td input[type="radio"] + .label {
  padding: 0 0 0 20px;
  display: inline-block;
  margin: 0 auto;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  color: #3ba0a7;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings .rating-box.stars {
  margin: 0 auto;
  width: 110px;
  height: 26px;
  background-image: none;
  text-indent: 0;
  position: relative;
}
.ratings .rating-box.stars i {
  font-size: 18px;
  float: left;
  margin-right: 4px;
  display: inline-block;
  font-style: normal;
  color: #dad7d7;
}
.ratings .rating-box.stars i::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.ratings .rating-box.stars .rating {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: left;
  background-image: none;
  text-indent: 0;
  height: 26px;
}
.ratings .rating-box.stars .rating i {
  color: #ec9f5a;
}
.ratings .rating-box.stars .rating i::before {
  display: inline-block;
  font-family: "outicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.ratings .rating-box.stars .rating .mask {
  width: 150px;
}

.ratings-table {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ratings-table th,
.ratings-table td {
  padding: 15px 20px;
  border-bottom: solid 1px #dfdfdf;
}
.ratings-table th {
  border-right: solid 1px #dfdfdf;
  text-align: right;
  color: #333333;
}
.ratings-table tr:last-child th,
.ratings-table tr:last-child td {
  border-bottom: none;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}
.ratings-table .rating-box.stars {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  #customer-reviews {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }

  .review-summary-table thead th {
    padding-left: 0;
    padding-right: 0;
  }
  .review-summary-table tbody th {
    padding-left: 0;
    padding-right: 0;
  }
  .review-summary-table tbody td {
    width: 20%;
    padding: 0;
  }
  .review-summary-table .rating-box.stars {
    text-indent: 0;
    text-align: center;
    background: none;
    height: 19.6px;
    width: auto;
  }
  .review-summary-table .rating-box.stars .rating {
    display: none;
  }
  .review-summary-table .rating-box.stars .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2, .review-product-view .product-review .product-details #customer-reviews .review-heading h2, #customer-reviews .review-heading .review-product-view .product-review .product-details h2, .review-product-view .product-review .product-details #customer-reviews .form-add h2, #customer-reviews .form-add .review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}

/*# sourceMappingURL=review.css.map */

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
.advanced-search li .dropdown {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}
.advanced-search li .dropdown:hover {
  box-shadow: none;
  border: solid 1px #d9d9d9;
}
.advanced-search li .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.advanced-search li .dropdown div {
  background-color: #fff;
  border: solid 1px #ebebeb;
}
.advanced-search li .dropdown div ul {
  z-index: 12;
}
.advanced-search li .dropdown div ul li {
  margin: 0;
}
.advanced-search li .dropdown div ul li.focus {
  background: none;
  color: #3ba0a7;
}
.advanced-search li .dropdown div ul li.active {
  background: none;
  color: #3ba0a7;
}
.advanced-search li .dropdown li {
  font-size: 14px;
  font-weight: 300;
  color: #dad7d7;
  padding: 8px 24px 8px 24px;
}
.advanced-search li .dropdown .selected {
  font-size: 16px;
  font-weight: 300;
  color: #dad7d7;
  padding: 11px 40px 11px 24px;
}
.advanced-search li .dropdown .selected {
  color: #dad7d7;
}
.advanced-search li .dropdown .selected::after {
  box-shadow: none;
}
.advanced-search li .dropdown.open {
  z-index: 15;
}
.advanced-search li .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.advanced-search li .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border, .catalogsearch-term-popular .page-title h1,
.catalogsearch-term-popular .page-title h2 {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .catalogsearch-term-popular .page-title h1,
  .catalogsearch-term-popular .page-title h2 {
    padding-bottom: 10px !important;
  }
}

.theme-block, .advanced-search {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block, .advanced-search {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.catalogsearch-term-popular .tags-list li {
  margin: 0 10px 10px 0;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  margin-bottom: 20px;
}
.advanced-search li .dropdown {
  width: 200px;
}
.advanced-search .input-box {
  width: 80%;
}
.advanced-search .form-list input {
  width: 100%;
}
.advanced-search .input-range .input-text {
  width: 39.2%;
}
.advanced-search .input-range small {
  font-size: 100%;
  padding-left: 10px;
}
.advanced-search select.multiselect {
  width: 100%;
}
.advanced-search select.multiselect option {
  padding: 8px 10px;
}
.advanced-search + .buttons-set {
  border-top: none;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .advanced-search {
    padding: 15px;
  }
  .advanced-search .input-box {
    width: 100%;
  }

  .catalogsearch-term-popular .tags-list li {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}

/*# sourceMappingURL=search.css.map */

/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
#addTagForm .input-box input {
  width: 100%;
}
#addTagForm button {
  margin-top: 30px;
  margin-bottom: 25px;
}
#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}

.product-tags li {
  float: left;
  margin-right: 15px;
  color: #3ba0a7;
}

.product-tags li.last {
  margin-right: 0;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.tags-list > li a {
  display: block;
  padding: 3px 10px 3px 10px;
  background: #3ba0a7;
  color: #ffffff;
}
.tags-list > li a:hover {
  background: #42424c;
}

.block-tags .actions > a {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 767px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}

/*# sourceMappingURL=tags.css.map */

/* ============================================ *
 * Wishlist
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
#wishlist-table .item-manage .button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
#wishlist-table .item-manage .button span {
  z-index: 9;
  position: relative;
}
#wishlist-table .item-manage .button:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
#wishlist-table .item-manage .button:active {
  background: #ffffff;
  color: #3ba0a7;
}
#wishlist-table .item-manage .button:focus {
  background: #ffffff;
  color: #3ba0a7;
}

#wishlist-table .item-manage .button {
  background: #fff;
  color: #3ba0a7;
  text-shadow: none;
}
#wishlist-table .item-manage .button:hover {
  background: #3ba0a7;
  cursor: pointer;
  color: #fff;
}

#wishlist-table .item-manage .button, #wishlist-table td.customer-wishlist-item-cart .button, #wishlist-table .truncated .details {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px;
}

#wishlist-table td.customer-wishlist-item-cart .button.btn-cart {
  background: #3ba0a7;
}
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
#wishlist-table .item-manage .button {
  border: solid 2px #3ba0a7;
}

#wishlist-table .item-manage .button:hover {
  border: solid 2px #3ba0a7;
}

#wishlist-table .item-manage .button:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered, #wishlist-table.clean-table {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#wishlist-table .wishlist-sku {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td, #wishlist-table.clean-table th {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }

  #wishlist-table .wishlist-sku {
    font-size: 12px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border: 1px solid #dfdfdf;
  padding: 10px;
  background-color: #f5f5f5;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #dfdfdf;
}
#wishlist-table.clean-table th.customer-wishlist-item-image,
#wishlist-table.clean-table td.customer-wishlist-item-image {
  border-right: none;
  padding-right: 0;
}
#wishlist-table.clean-table th.customer-wishlist-item-info,
#wishlist-table.clean-table td.customer-wishlist-item-info {
  border-left: none;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
#wishlist-table .wishlist-sku {
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 85px;
  resize: none;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #d9d9d9;
}
#wishlist-table .item-manage {
  max-width: 450px;
  padding-top: 18px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  margin-bottom: 10px;
  width: 100%;
  min-width: inherit;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box .price {
  font-size: 24px;
  color: #3ba0a7;
}
#wishlist-table .price-box .old-price .price {
  font-size: 18px;
  color: #dad7d7;
}
#wishlist-table input[type=number].qty,
#wishlist-table input[type=text].qty {
  width: 70px;
  padding: 12px 15px;
  font-size: 15px;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #333333;
  margin-bottom: 3px;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

.my-wishlist .buttons-set {
  border-top: none;
  margin-bottom: 0;
}
.my-wishlist .buttons-set .btn-update {
  float: left;
  margin: 0 10px 10px 0;
}
.my-wishlist .buttons-set .btn-share {
  min-width: inherit;
}
.my-wishlist .fieldset {
  margin-bottom: 0 !important;
}
.my-wishlist + .buttons-set {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.my-wishlist .btn-share {
  margin-top: 10px;
  background: none;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  color: #3ba0a7;
  text-shadow: none;
  border: none;
  clear: both;
}
.my-wishlist .btn-share:after, .my-wishlist .btn-share:before {
  display: none;
}
.my-wishlist .btn-share:hover {
  background: none;
  box-shadow: none;
  color: #78909c;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding: 10px 10px;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 991px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table.clean-table td,
  #wishlist-table.clean-table th {
    border: none;
  }
  #wishlist-table.clean-table th {
    padding: 0;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
  #wishlist-table .price-box .old-price,
  #wishlist-table .price-box .special-price {
    display: inline-block;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 991px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }

  .my-wishlist .buttons-set button.btn-add, .my-wishlist .buttons-set button.btn-update {
    float: left;
    clear: both;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead {
    display: none;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }

  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td {
    text-align: center;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: inline-block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    display: inline-block;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: center;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    display: inline-block;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
    display: inline-block;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    display: inline-block;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    display: inline-block;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p::after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    padding: 0;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }

  .my-wishlist .buttons-set {
    border-top: none;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .price-box .price {
  font-size: 14px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #dfdfdf;
}

/*# sourceMappingURL=wishlist.css.map */

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #ffffff;
  border: 2px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .map-popup {
    width: 100%;
    left: 0 !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #dfdfdf;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/*# sourceMappingURL=catalog-msrp.css.map */

@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.sidebar .block-wishlist .actions a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #3ba0a7;
  display: inline-block;
  padding: 17px 27px 18px 27px;
  min-width: 140px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.sidebar .block-wishlist .actions a span {
  z-index: 9;
  position: relative;
}
.sidebar .block-wishlist .actions a:hover {
  background: #ffffff;
  color: #3ba0a7;
  cursor: pointer;
}
.sidebar .block-wishlist .actions a:active {
  background: #ffffff;
  color: #3ba0a7;
}
.sidebar .block-wishlist .actions a:focus {
  background: #ffffff;
  color: #3ba0a7;
}

/* ------------------------------------------- *
 * Button hover
 */
.sidebar .block-wishlist .actions a {
  border: solid 2px #3ba0a7;
}

.sidebar .block-wishlist .actions a:hover {
  border: solid 2px #3ba0a7;
}

.sidebar .block-wishlist .actions a:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.sidebar .block-poll input[type="radio"],
.sidebar .block-poll input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none;
}
.sidebar .block-poll input[type="radio"] + label,
.sidebar .block-poll input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block;
}
.sidebar .block-poll input[type="radio"] + label:before,
.sidebar .block-poll input[type="radio"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.sidebar .block-poll input[type="radio"] + label:after,
.sidebar .block-poll input[type="radio"] + .label label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #3ba0a7;
  box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.sidebar .block-poll input[type="radio"] + label:hover,
.sidebar .block-poll input[type="radio"] + .label label:hover {
  color: #3ba0a7;
}
.sidebar .block-poll input[type=radio]:checked + .label label:after,
.sidebar .block-poll input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px;
}
.sidebar .block-poll input[type="checkbox"] + label,
.sidebar .block-poll input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none;
}
.sidebar .block-poll input[type="checkbox"] + label:before,
.sidebar .block-poll input[type="checkbox"] + .label label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.sidebar .block-poll input[type="checkbox"] + label:after,
.sidebar .block-poll input[type="checkbox"] + .label label:after {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 9px;
  top: 10px;
  color: #3ba0a7;
  text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.sidebar .block-poll input[type="checkbox"] + label:hover,
.sidebar .block-poll input[type="checkbox"] + .label label:hover {
  color: #3ba0a7;
}
.sidebar .block-poll input[type=checkbox]:checked + label:after,
.sidebar .block-poll input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0;
}

/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.sidebar {
  /* -------------------------------------------- *
  * Block Module
  */
  /* -------------------------------------------- *
   * Secondary Navigation
   */
}
.sidebar .block {
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .sidebar .block:last-of-type {
    border-bottom: 1px solid;
  }
}
.sidebar .block .amount {
  margin: 0;
  padding: 4px 0 15px;
  font-size: 15px;
}
.sidebar .block .product-image {
  padding: 0;
}
.sidebar .block .product-name {
  font-size: 14px;
}
.sidebar .main-col-left .block:last-child {
  margin-bottom: 0;
}
.sidebar .col-left-first .block {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .col-left-first .block:not(.block-account):last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar .col-left-first .block:not(.block-account):last-of-type {
    border-bottom: none;
  }
}
.sidebar .block-title {
  position: relative;
  margin-bottom: 21px;
}
.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 37px;
  color: #455a64;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 300;
}
.sidebar .block-title small {
  font-size: 100%;
  font-weight: 300;
  color: #455a64;
}
.sidebar body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}
.sidebar .block-subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  text-transform: none;
  color: #3ba0a7;
  font-weight: 500;
  margin-bottom: 25px;
}
.sidebar .block-content {
  margin-top: 5px;
}
.sidebar .block-content .empty {
  font-weight: 300;
}
.sidebar .block-content .subtotal {
  margin-bottom: 25px;
  overflow: hidden;
}
.sidebar .block-content .subtotal .label {
  color: #333333;
  font-weight: 500;
}
.sidebar .block-content .subtotal .price {
  color: #3ba0a7;
  font-weight: 500;
}
.sidebar .block-content .product-details {
  color: #3ba0a7;
}
.sidebar .block-content .product-details strong {
  font-weight: normal;
}
.sidebar .block-content .product-details .btn-edit {
  color: #42424c;
}
.sidebar .block-content .product-details .btn-edit:hover {
  color: #3ba0a7;
}
.sidebar .block-content.unpad {
  padding: 0;
}
.sidebar .block-content li.item {
  margin: 0 0 25px 0;
}
.sidebar .block-content li.item:last-child {
  margin-bottom: 0;
}
.sidebar .block .actions {
  margin: 30px 0 0;
}
.sidebar .block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .block .actions a {
  float: left;
  font-weight: 500;
  margin-top: 7px;
}
.sidebar .block .actions .button {
  float: left;
  margin-top: 0;
}
.sidebar .col-left .block .actions .button ~ a,
.sidebar .col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}
.sidebar .block-account .block-title,
.sidebar .block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.sidebar .block-account li,
.sidebar .block-cms-menu li {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  margin: 7px 0;
}
@media only screen and (max-width: 991px) {
  .sidebar .block-account li,
  .sidebar .block-cms-menu li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-account li,
  .sidebar .block-cms-menu li {
    font-size: 16px;
  }
}
.sidebar .block-account li strong,
.sidebar .block-cms-menu li strong {
  font-weight: 300;
  color: #3ba0a7;
}
.sidebar .block-account li a,
.sidebar .block-cms-menu li a {
  font-weight: 300;
  color: #42424c;
}
.sidebar .block-account li a:hover,
.sidebar .block-cms-menu li a:hover {
  color: #3ba0a7;
}
.sidebar .block-poll label {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #42424c;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
.sidebar .block-poll #poll-answers li {
  margin-bottom: 10px;
}
.sidebar .block-poll #poll-answers li::after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .block-poll #poll-answers .answer {
  font-size: 12px;
  width: 65%;
  display: inline-block;
}
.sidebar .block-poll #poll-answers .votes {
  float: right;
  width: 30%;
  padding: 0 0 5px 0;
  color: #3ba0a7;
}
@media only screen and (max-width: 991px) {
  .sidebar .block-poll #poll-answers .answer {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
    padding-bottom: 3px;
  }
  .sidebar .block-poll #poll-answers .votes {
    width: 100%;
    padding-bottom: 7px;
  }
  .sidebar .block-poll #poll-answers li {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .sidebar .block-poll #poll-answers li:last-child {
    border-bottom: none;
  }
}
.sidebar .block-cart .actions {
  padding-top: 30px;
  border-top: solid 1px #dfdfdf;
}
.sidebar .block-cart .truncated {
  margin-top: 15px;
  display: table;
}
.sidebar .block-cart .truncated .truncated_full_value .item-options {
  transition-duration: 0.2s;
  left: 0;
  top: 54px;
}
.sidebar .block-wishlist .actions a {
  margin-top: 0;
}
.sidebar .block-wishlist .actions a:after {
  display: none;
}
.sidebar .block-compare .action-top {
  text-align: right;
  margin-bottom: 10px;
}
.sidebar .block-compare .actions .button {
  margin: 0 15px 0 0;
}
.sidebar .block-compare .actions a {
  float: left;
  margin: 16px 0 0;
  font-weight: 300;
}
.sidebar .block-reorder .actions a {
  float: right;
}

@media only screen and (max-width: 1199px) {
  .sidebar .block {
    margin-bottom: 60px;
  }
  .sidebar .block-title h2,
  .sidebar .block-title h3,
  .sidebar .block-title strong {
    font-size: 22px;
  }
  .sidebar .product-image {
    width: 90px;
  }
  .sidebar .product-details {
    margin-left: 100px;
  }
  .sidebar .block-content .subtotal .price {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar .block {
    margin-bottom: 30px;
  }
  .sidebar .block .actions .button {
    font-size: 14px;
    min-width: 100px;
    padding: 12px 27px 13px;
  }
  .sidebar .block-title h2,
  .sidebar .block-title h3,
  .sidebar .block-title strong {
    font-size: 18px;
  }
  .sidebar .product-image {
    float: none;
    margin-bottom: 15px;
  }
  .sidebar .product-details {
    margin-left: 0;
  }
  .sidebar .block-subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: bold;
    color: #3ba0a7;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0 27px 0 0;
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
  }
  .sidebar .block:not(.block-layered-nav) .block-title strong {
    font-size: 24px;
    font-weight: 300;
    color: #455a64;
  }
  .sidebar .block:not(.block-layered-nav) .block-title:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 23px;
    color: #3ba0a7;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active:after {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 0 0 30px;
    margin: 0;
  }
  .sidebar .col-left-first .block:first-child .block-title > strong {
    border-bottom: none;
  }
  .sidebar .product-image {
    width: 90px;
    float: left;
  }
  .sidebar .product-details {
    margin-left: 100px;
  }
}

/*# sourceMappingURL=sidebar.css.map */

@charset "UTF-8";
/*
* Name Extension: Megamenu
*/
/*-------------------------*/
/*  MegaMenu in Header
/*-------------------------*/
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #49bcc4;
}

.theme-color {
  color: #49bcc4;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #49bcc4;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.nav-container,
.nav-container-mobile {
  position: relative;
  z-index: 4;
  width: 100%;
  background: none;
}

.nav-container-mobile {
  display: none;
}

.nav {
  margin: 0 auto;
}
.nav .nav .grid-full {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0;
}

.nav-container .grid-full::after {
  content: '';
  display: table;
  clear: both;
}

.nav .grid-full > .parent a {
  padding-right: 14px;
}

.nav .grid-full ul li a {
  display: inline-block;
  float: none;
}

.grid-full .grid-full-home-link span {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.grid-full > li {
  float: left;
}

.grid-full .li-wrapper {
  float: none;
}

.grid-full > li {
  border-right: none;
}

.grid-full li a .thumbnail {
  background: none;
  border: 0;
  border-radius: 0;
  display: block;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.grid-full > li > a {
  font-size: 18px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  color: #888888;
}

.grid-full > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
}

.grid-full > li > a > span {
  padding: 22px 20px 21px;
  cursor: pointer;
  white-space: normal;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 1px #212121;
}

.nav .grid-full > .parent > a > span:after {
  display: inline-block;
  font-size: 28px;
  border-radius: 20px;
  line-height: 20px;
  vertical-align: middle;
  position: absolute;
  right: -10px;
  top: 30%;
  color: #888888;
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

.grid-full > li > a .thumbnail {
  display: none;
}

.grid-full li a span {
  display: block;
}

.grid-full > li > .level-top {
  left: 0;
  top: 70px;
  margin: 0 auto;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: -99999;
  border: none;
  background: #ffffff;
  box-shadow: 0 5px 21px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.09);
  display: none;
  overflow: hidden;
}

.grid-full .parent:hover > .level-top {
  left: 0;
  z-index: 99999;
}

.grid-full ul ul {
  position: static !important;
  width: 100%;
}

.nav .grid-full .level2 {
  margin: 0;
}

.nav li > .shown-sub,
.nav li > div.shown-sub {
  left: 0;
  display: block;
}

.grid-full ul span,
.grid-full ul .last li span {
  padding: 0;
}

.grid-full .level-top .level {
  padding: 0;
  float: left;
  top: 0;
  width: 100% !important;
}

.grid-full .parent .level-top > .level .level > li {
  float: none;
}

.grid-full .parent .level-top > .level .level > li > .catagory_children {
  padding: 30px;
  width: 100% !important;
}

.grid-full .level-top .level .level {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.grid-full ul ul,
.grid-full ul div {
  position: relative;
  top: 0;
}

.grid-full .level1 .catagory-level1 {
  font-size: 17px;
  color: #000000;
  margin-bottom: 12px;
  font-weight: normal;
}

.grid-full .level1 .catagory-level1:hover,
.grid-full .level1.active .catagory-level1 {
  color: #777;
}

.grid-full .level1.menu-product {
  padding-top: 10px;
}

.grid-full ul .level1.menu-product img {
  float: left;
  width: 90px;
  padding: 10px;
  height: auto;
  margin-right: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.grid-full ul .level1.menu-product .levelproduct {
  float: left;
}

.grid-full ul .level1.menu-product .levelproduct.fast {
  margin-left: 0;
}

.grid-full ul .level1.menu-product .availability {
  margin-left: -55px;
  margin-top: 10px;
}

.grid-full .menu-product .level2 a {
  display: block;
  float: left;
}

.grid-full .menu-product .level2 a .product-name {
  line-height: 15px;
  color: black;
  text-shadow: 0 0 0 #f03838;
  font-size: 14px;
  padding: 0 !important;
}

.grid-full .menu-product .level2 div.rating-box {
  float: left;
  left: -141px;
  margin-right: 88px;
  margin-top: 5px;
  position: static;
  width: 55px;
}

.grid-full .grid-full-home-link:hover a,
.grid-full .level.over > a,
.grid-full .level.active > a {
  color: #ffffff;
}

.grid-full .grid-full-home-link:hover a::after,
.grid-full .level.over > a::after,
.grid-full .level.active > a::after {
  top: 0;
  height: 100%;
  background: #232323;
}

.grid-full .level.over a:before,
.grid-full .level.active a:before,
.grid-full .level.over a:after,
.grid-full .level.active a:after {
  width: 100%;
  left: 0;
}

.grid-full .grid-full-home-link:hover .level-top a,
.grid-full .level.over .level-top a,
.grid-full .level.active .level-top a {
  background: none;
  overflow: visible;
}

.grid-full .level.over .menu-product a,
.grid-full .level.over .catagory_children span,
.grid-full .level.over p a span,
.grid-full .level.over p a {
  background: none;
}

.nav .grid-full > li > a > span,
.grid-full .level.over .catagory_children a span,
.grid-full .level.over .catagory_children a,
.grid-full ul .level1.menu-product button a span {
  background: none;
}

.grid-full > li > a > span.spanchildren,
.grid-full > .over > a > span.spanchildren,
.nav .grid-full > .nav-3 > a > span.spanchildren {
  display: none;
}

.grid-full ul .level1.menu-product .price-box {
  float: left;
  margin: 10px 0;
}

.grid-full ul .level1.menu-product .price-box .old-price .price {
  padding: 0;
  margin-right: 10px;
}

.grid-full ul .level1.menu-product .price-box .special-price .price {
  margin-top: -1px;
  float: left;
}

.grid-full .catagory_children:after {
  content: "";
  display: table;
  clear: both;
}

.grid-full .catagory_children .level1 {
  background: none;
}

.grid-full .catagory_children .item {
  float: left;
}

.grid-full .column1 .catagory_children .level1 {
  width: 100% !important;
  margin: 0;
}

.grid-full .catagory_children .level1 span {
  padding: 0 !important;
  text-shadow: none;
  position: relative;
}

.grid-full .static-block-right {
  float: right;
}

.grid-full .catagory_children .level1 .level-top {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0;
  position: static !important;
}

.grid-full .catagory_children .level-top .level1 {
  margin: 0;
}

.grid-full .catagory_children .level-top .static-block {
  margin-top: 5px;
}

.grid-full .catagory_children .catagory_children .level2 {
  width: 100%;
  margin: 0;
  position: relative;
}

.grid-full .catagory_children .catagory_children li a span,
.nav .grid-full .first ul .nav-1-1 .catagory_children span {
  text-transform: none !important;
  text-shadow: none;
}

.grid-full .level1 .level2 img {
  margin-right: 5px;
}

.grid-full .menu-product1 a {
  float: left;
}

.grid-full .menu-product1 .level2 span {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-transform: none !important;
}

.grid-full .menu-product1 a span.product-name {
  color: #333;
  margin-top: 5px;
}

.grid-full ul li .price-box {
  margin-left: 29px;
  margin-top: -13px;
  position: static;
  top: -20px;
  width: 140px;
}

.grid-full ul li .price-box p {
  float: left;
  font-size: 12px;
}

.grid-full ul .levelproduct .price-box .special-price span {
  float: left;
  margin-left: 5px;
  font-size: 12px;
}

.grid-full .catagory_children .level-top .level1.menu-product1 {
  float: left;
  width: 100%;
}

.grid-full .catagory_children .catagory_children .level2.last {
  margin-bottom: 0;
  border-bottom: 0 solid red;
}

.grid-full .catagory_children .catagory_children .level2.no-level-thumbnail .thumbnail,
.grid-full .catagory_children .catagory_children .level4.no-level-thumbnail .thumbnail {
  display: none;
}

.grid-full .level1 .catagory_children {
  position: static;
  width: 100%;
}

.grid-full .level-top .level2.column2 {
  background: #ffffff;
  float: left;
  margin-left: 135px;
  margin-top: 0;
  position: absolute !important;
  z-index: 9999999;
  width: 756px;
  border: 1px solid #dce1e6;
  display: none;
  left: 0;
}

.grid-full .level-top ul,
.grid-full .level-top div {
  left: 0;
}

.grid-full .level-top .catagory_children .level2.column1 {
  background: #ffffff;
  float: left;
  margin: 0;
  position: absolute !important;
  z-index: 9999999;
}

.grid-full .catagory_children .level3 .level4 {
  left: 0;
  margin-left: 0;
}

.grid-full .level-top .level3 .catagory_children {
  margin-left: 0;
  margin-top: 0;
  position: relative !important;
}

.grid-full .catagory_children .level3 .level-top .level3 {
  position: relative !important;
}

.grid-full .catagory_children .catagory_children .level2:hover > a,
.grid-full .catagory_children .catagory_children .level2.active > a {
  color: #ffffff;
  background: #000000;
  position: relative;
  text-decoration: none !important;
  width: 100%;
  z-index: 999999;
}

.grid-full .catagory_children .catagory_children .level2 a {
  background: none repeat scroll 0 0 transparent;
  color: #777777;
  font-size: 13px;
  font-weight: normal;
  display: block;
  line-height: 20px;
  margin: 0 0 0 -10px;
  padding: 4px 5px 4px 10px;
  position: relative;
  width: 100%;
}

.grid-full .catagory_children .catagory_children .level2 a:after {
  content: "";
  display: table;
  clear: both;
}

.grid-full .catagory_children .catagory_children .level2.parent:hover li a {
  box-shadow: none;
  width: auto;
}

.grid-full .catagory_children .level3 {
  float: left;
  width: 100%;
}

.grid-full .level2 .catagory_children.column1 {
  background: #ffffff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.18);
  padding: 20px;
  margin-top: -20px;
  display: none;
}

.grid-full .level2:hover .catagory_children.column1 {
  display: block;
}

.grid-full .level2 .catagory_children.column1 .grid-full .catagory_children.column1 .level3 a {
  margin: 0;
}

.grid-full .catagory_children .level3.level-top {
  float: left;
}

.grid-full .catagory_children.column1 .level3 a:hover,
.grid-full .catagory_children.column1 .level3.active a {
  background: #fe6868;
  color: #ffffff;
}

.grid-full .level2 .static-block-left {
  float: left;
}

.grid-full .level2 .catagory_children.column2 {
  float: left;
  width: 320px;
}

.grid-full .level2 .catagory_children.column2.catagory_children {
  border: none;
  margin-top: 20px;
}

.grid-full .level2 .catagory_children.column2 .level3 .catagory_children {
  margin-top: -20px;
  border: none;
}

.grid-full .level2 .catagory_children.column2 .level3 {
  float: left;
  margin-right: 10px;
  border: none;
  margin: 0;
}

.grid-full .level-top .level2 .level4 .menu-content {
  display: none;
}

.grid-full .level2 .catagory_children .level3 {
  margin-bottom: 10px;
}

.grid-full .level2 .catagory_children .level3:last-child {
  margin-bottom: 0;
}

.grid-full .catagory_children .catagory_children .level2 .level4 a,
.grid-full .catagory_children .catagory_children .level2:hover .level4 a {
  border: none;
  margin: 0;
  padding: 0;
}

.grid-full .level2 .catagory_children .level3 .catagory_children {
  float: left;
  width: 100%;
}

.grid-full .catagory_children .catagory_children .level4.no-level-thumbnail {
  height: 30px;
  margin: 0;
  width: 100%;
  border-bottom: 1px dotted #dce1e6;
}

.grid-full .level .catagory_children .level2 .catagory_children .level4 a span,
.nav .grid-full .level .catagory_children .level2 .first ul .level4.nav-1-1 .catagory_children span {
  text-transform: none !important;
}

.grid-full .level2:hover .level-top .level2.column2,
.grid-full .level2:hover .level-top .level2.column1,
.grid-full .level2.active .level-top .level2.column1 {
  display: block;
  left: auto;
  right: -100%;
}

.grid-full .old-price .price {
  color: #999;
}

.grid-full .catagory_children .catagory_children .level2:hover .level3 a {
  border: none;
}

.grid-full .catagory_children .catagory_children.leftchildren {
  border-bottom: 0 none;
  float: left;
  margin: 0;
}

.grid-full .static-block p {
  line-height: 23px;
}

.grid-full .catagory_children .level-top .static-block p a span {
  text-transform: none !important;
}

.grid-full .btn-carthover2 span span {
  color: #ff7575;
  height: 25px;
  margin-left: 20px;
  padding: 0 !important;
}

.grid-full ul.add-to-links li {
  width: 85px;
  float: left;
}

.grid-full .level a.link-wishlist,
.grid-full .level:hover a.link-wishlist,
.grid-full a.link-wishlist,
.grid-full .level-top:hover a.link-wishlist {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/images/cmsmart/megamenu/wl_1.png) no-repeat scroll 0 1px;
  display: block;
  font-size: 10px;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding-left: 20px;
  line-height: 18px;
}

.grid-full .add-to-links li:hover a.link-wishlist:hover {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/images/cmsmart/megamenu/wl.png) no-repeat scroll 0 1px;
}

.grid-full .level a.link-compare,
.grid-full .level:hover a.link-compare,
.grid-full a.link-compare,
.grid-full .level-top:hover a.link-compare {
  display: block;
  font-size: 10px;
  height: 35px;
  overflow: hidden;
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/images/cmsmart/megamenu/cp_1.png) no-repeat scroll 0 1px;
  margin-top: 0;
  padding-left: 20px;
  line-height: 35px;
}

.grid-full .add-to-links li:hover a.link-compare:hover {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/images/cmsmart/megamenu/cp.png) no-repeat scroll 0 1px;
}

.grid-full .level-top:hover button span,
.grid-full .level-top:hover .add-to-links span {
  background: none;
}

.grid-full ul.add-to-links {
  float: left;
  position: inherit !important;
  width: 100%;
  margin-top: -10px;
}

.grid-full .level1.menu-product-one .level2 img {
  margin-top: 5px;
  width: 100%;
}

.grid-full .level1.menu-product-one .price-box {
  float: left;
  text-align: center;
  width: 100%;
}

.grid-full .level1.menu-product-one .price-box p.old-price {
  margin-left: 25px;
  margin-right: 30px;
  margin-top: 4px;
}

.grid-full .level1.menu-product-one .price-box p.special-price {
  margin-top: 2px;
}

.grid-full .level1.menu-product-one .price-box p span {
  font-size: 14px;
}

.grid-full .level1.menu-product-one div.rating-box {
  position: static !important;
  top: 50px;
  width: 55px;
}

.grid-full .level1.menu-product-one li a {
  float: left;
  text-align: center;
  width: 100%;
}

.grid-full > .grid-full-home-link a span {
  background: none repeat scroll 0 0 transparent;
}

.grid-full .level1.menu-product-one ul.add-to-links {
  margin-top: 5px;
  border-top: 1px solid #dedede;
  padding-top: 5px;
}

.grid-full .level1.menu-product-one ul.add-to-links li {
  width: 45%;
  float: left;
  white-space: normal;
}

.grid-full .level1.menu-product-one ul.add-to-links span {
  float: left;
}

.grid-full .level1.menu-product-one ul.add-to-links li a {
  height: auto;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  width: auto;
}

.grid-full .catagory_children .catagory_children li:hover .catagory_children a span {
  text-decoration: none;
}

.grid-full .level2 .catagory_children.column2 .level3 div {
  float: left;
}

.grid-full .pin-bottom:before {
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 16px;
  width: 0;
}

.grid-full .level span.cat-label {
  background: #ee372a;
  border: medium none;
  color: #ffffff;
  float: left;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
  padding: 5px !important;
  position: absolute;
  text-transform: none;
  top: -14px;
  left: 20px;
  text-shadow: 2px 2px #ff0000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.grid-full .level1 span.cat-label {
  background: #ee372a;
  color: #ffffff;
  float: none;
  font-weight: normal !important;
  line-height: 12px !important;
  padding: 5px !important;
  position: absolute;
  left: 0;
  text-transform: lowercase !important;
  top: -25px;
}

.isStuck .grid-full > .level > a > span > span.cat-label {
  top: 3px;
  left: 5px;
  opacity: 0.7;
}

.grid-full .level:hover .level1 span.cat-label {
  background: #ee372a;
}

.grid-full .level:hover span.cat-label,
.grid-full .level:hover .level1:hover span.cat-label,
.grid-full .catagory_children .level1:hover .catagory_children .level2:hover span.cat-label {
  text-shadow: 0 0 #ffffff;
}

.grid-full .level > a > span > .cat-label.pin-bottom:before,
.grid-full .level1 > a > span > .cat-label.pin-bottom:before,
.grid-full .level.over .level2 > a > span > .cat-label.pin-bottom:before,
.grid-full .catagory_children .level1 .catagory_children .level2 .pin-bottom:before {
  border-left-color: #ee372a;
}

.grid-full .level:hover .level1:hover .level2 span.cat-label {
  background: red;
}

.grid-full .catagory_children .level1 .catagory_children .level2 span.cat-label {
  line-height: 15px;
  right: 0;
  left: auto;
  top: -15px;
}

.grid-full ul li,
.grid-full ul .active,
.grid-full ul .last {
  background: none;
}

.grid-full .menu-product1 li {
  float: left;
  width: 100%;
}

.grid-full .old-price .price-label,
.grid-full .special-price .price-label {
  display: none;
}

.grid-full .special-price {
  padding: 0;
}

.grid-full .btn-carthover2 span span {
  color: #ff7575;
  height: 14px;
  padding: 0 !important;
}

.grid-full .btn-carthover2 {
  background: url("https://www.logo-matten.at/skin/frontend/tm_themes/images/cmsmart/megamenu/icon_cart_hover.png") no-repeat scroll 0 0 transparent;
  height: 25px;
  margin-top: 0;
}

.grid-full .menu-product ul.add-to-links {
  display: block;
  margin-left: -2px;
  margin-top: 10px;
  position: relative !important;
  width: 185px;
}

.grid-full .menu-product ul.add-to-links .separator {
  float: left;
}

.grid-full .menu-product a.link-compare,
.grid-full .menu-product a.link-compare,
.grid-full .level-top:hover .menu-product a.link-compare {
  line-height: 20px;
}

.nav .grid-full .menu-product1 li .price-box {
  margin-left: 28px;
}

.nav .grid-full .first ul .nav-1-1 span {
  line-height: inherit;
}

.nav .grid-full .menu-product1.menu-product-one .price-box {
  margin-left: 0;
  margin-top: 5px;
  text-align: center;
}

.nav .grid-full ul .menu-product1 li {
  line-height: 20px;
  margin-bottom: 25px;
}

.grid-full .add-to-links .separator {
  display: block;
  float: left;
}

.nav .grid-full .first ul .nav-1-1 .levelproducttow span,
.nav .grid-full .first ul .nav-1-1 .menu-product1 span {
  line-height: normal;
}

.grid-full .level .menu-product-one a.link-compare {
  margin-left: 25px;
}

.grid-full .catagory_children .catagory_children .level4.last.no-level-thumbnail {
  border: none;
}

.nav .level.nav-home-link .level-top {
  box-shadow: none;
}

/* Common styles */
@media only screen and (max-width: 1199px) {
  .nav,
  .catagory_children {
    width: auto !important;
  }

  .grid-full > li > a {
    font-size: 14px;
  }

  .nav .grid-full > .parent > a > span:after {
    font-size: 24px;
  }

  .grid-full > li > a > span {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-full > li > .level-top {
    width: 940px;
    top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container {
    display: none;
  }
}

/*# sourceMappingURL=megamenu.css.map */

/* ============================================ *
 * Nav - Superfish (for device)
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-container {
    position: relative !important;
  }

  .pseudoStickyBlock {
    display: none !important;
  }

  .sf-menu,
  .sf-menu-phone {
    display: none;
  }

  .sf-menu-block {
    display: block;
    position: relative;
  }

  .nav-container-mobile {
    display: block !important;
    clear: both;
    margin: 0;
  }

  .sf-menu-phone {
    background-color: #232323;
    border-top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .sf-menu-phone > li {
    border-bottom: 1px solid #333333;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sf-menu-phone > li > strong {
    top: 9px;
    right: 18px;
    font-size: 20px;
    line-height: 20px;
  }
  .sf-menu-phone > li.last {
    border-bottom: 0;
  }
  .sf-menu-phone li {
    position: relative;
    text-transform: uppercase;
  }
  .sf-menu-phone li a {
    display: inline-block;
    color: #888888;
  }
  .sf-menu-phone li li {
    font-size: 13px;
    padding: 4px 8px;
  }
  .sf-menu-phone li li.last {
    padding-bottom: 10px;
  }
  .sf-menu-phone li li::first-child {
    padding-top: 10px;
  }
  .sf-menu-phone li li::first-child strong {
    top: 10px;
  }
  .sf-menu-phone li strong {
    position: absolute;
    display: block;
    top: 10px;
    right: 5px;
    width: 24px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
  }
  .sf-menu-phone li strong::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
  }
  .sf-menu-phone li strong.opened::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
  }
  .sf-menu-phone li strong:hover {
    cursor: pointer;
  }

  .sf-menu-phone ul {
    width: auto;
    padding: 15px 0;
    display: none;
  }

  .sf-menu-phone > li.active > a > span {
    color: inherit;
  }

  .sf-menu-phone > li.active > a,
  .sf-menu-phone > li > a:hover,
  .sf-menu-phone li li.active > a,
  .sf-menu-phone li li a:hover {
    color: #ffffff;
  }
}

/*# sourceMappingURL=superfish.css.map */

@charset "UTF-8";
/**************************
*
*	GENERAL
*
**********************++****/
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #3ba0a7;
}

.theme-color {
  color: #3ba0a7;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #3ba0a7;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/css/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}

.camera_wrap {
  bottom: 0;
  display: none;
  float: left;
  position: absolute;
  top: 0;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.camera_wrap {
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}

.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.camera_target_content .camera_link {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: none;
}

.camera_loader {
  background: #fff url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}

.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camera_caption {
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
}

.camera_caption > div {
  padding: 10px 20px;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}

.camera_prevThumbs div {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}

.camera_nextThumbs div {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.camera_pag_ul li img {
  display: none;
  position: absolute;
}

.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.camera_prev, .camera_next, .camera_commands {
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  opacity: 1 !important;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.camera_prev {
  left: 50%;
  margin-left: -585px;
}
.camera_prev:after {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 23px;
  color: #3ba0a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.camera_next {
  left: 50%;
  margin-left: 535px;
  padding-left: 4px;
}
.camera_next:after {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 23px;
  color: #3ba0a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.camera_prev:hover,
.camera_next:hover {
  background: #3ba0a7;
  -webkit-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
}
.camera_prev:hover:after,
.camera_next:hover:after {
  color: #fff;
}

.camera_commands {
  right: 41px;
}

.camera_commands > .camera_play {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera_skins.png) no-repeat -80px 0;
  height: 40px;
  width: 40px;
}

.camera_commands > .camera_stop {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}

.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}

.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}

.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}

.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}

.camera_clear {
  display: block;
  clear: both;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay1.png) repeat;
}

.pattern_2 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay2.png) repeat;
}

.pattern_3 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay3.png) repeat;
}

.pattern_4 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay4.png) repeat;
}

.pattern_5 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay5.png) repeat;
}

.pattern_6 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay6.png) repeat;
}

.pattern_7 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay7.png) repeat;
}

.pattern_8 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay8.png) repeat;
}

.pattern_9 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay9.png) repeat;
}

.pattern_10 .camera_overlayer {
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/camera/patterns/overlay10.png) repeat;
}

.camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}

.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}

/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}

.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}

.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}

.camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}

.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}

.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}

/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}

.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}

.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}

.camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}

.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}

.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}

/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}

.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}

.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}

.camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}

.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}

.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}

/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}

.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}

.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}

.camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}

.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}

.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}

/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}

.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}

.camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}

.camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}

.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}

.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}

/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}

.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}

.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}

.camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}

.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}

.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}

/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px;
}

.camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px;
}

.camera_brown_skin .camera_prev > span {
  background-position: 0 -320px;
}

.camera_brown_skin .camera_next > span {
  background-position: -40px -320px;
}

.camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px;
}

.camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px;
}

/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px;
}

.camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px;
}

.camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px;
}

.camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px;
}

/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}

.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}

.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}

.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}

/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}

.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}

.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}

.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px;
}

/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px;
}

.camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px;
}

.camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px;
}

.camera_coffee_skin .camera_next > span {
  background-position: -40px -480px;
}

.camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px;
}

.camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px;
}

/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px;
}

.camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px;
}

.camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px;
}

.camera_cyan_skin .camera_next > span {
  background-position: -40px -520px;
}

.camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px;
}

.camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px;
}

/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px;
}

.camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px;
}

.camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px;
}

.camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px;
}

/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px;
}

.camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px;
}

.camera_gold_skin .camera_prev > span {
  background-position: 0 -600px;
}

.camera_gold_skin .camera_next > span {
  background-position: -40px -600px;
}

.camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px;
}

.camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px;
}

/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px;
}

.camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px;
}

.camera_green_skin .camera_prev > span {
  background-position: 0 -640px;
}

.camera_green_skin .camera_next > span {
  background-position: -40px -640px;
}

.camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px;
}

.camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px;
}

/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}

.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}

.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}

.camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}

.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}

.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px;
}

/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px;
}

.camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px;
}

.camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px;
}

.camera_indigo_skin .camera_next > span {
  background-position: -40px -720px;
}

.camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px;
}

.camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px;
}

/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px;
}

.camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px;
}

.camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px;
}

.camera_khaki_skin .camera_next > span {
  background-position: -40px -760px;
}

.camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px;
}

.camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px;
}

/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px;
}

.camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px;
}

.camera_lime_skin .camera_prev > span {
  background-position: 0 -800px;
}

.camera_lime_skin .camera_next > span {
  background-position: -40px -800px;
}

.camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px;
}

.camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px;
}

/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px;
}

.camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px;
}

.camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px;
}

.camera_magenta_skin .camera_next > span {
  background-position: -40px -840px;
}

.camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px;
}

.camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px;
}

/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px;
}

.camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px;
}

.camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px;
}

.camera_maroon_skin .camera_next > span {
  background-position: -40px -880px;
}

.camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px;
}

.camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px;
}

/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px;
}

.camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px;
}

.camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px;
}

.camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px;
}

/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px;
}

.camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px;
}

.camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px;
}

.camera_olive_skin .camera_next > span {
  background-position: -40px -1080px;
}

.camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px;
}

.camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px;
}

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px;
}

.camera_pink_skin .camera_prev > span {
  background-position: 0 -960px;
}

.camera_pink_skin .camera_next > span {
  background-position: -40px -960px;
}

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px;
}

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px;
}

/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px;
}

.camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px;
}

.camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px;
}

.camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}

.camera_pink_skin .camera_prev > span {
  background-position: 0 -80px;
}

.camera_pink_skin .camera_next > span {
  background-position: -40px -80px;
}

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}

/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px;
}

.camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px;
}

.camera_red_skin .camera_prev > span {
  background-position: 0 -1000px;
}

.camera_red_skin .camera_next > span {
  background-position: -40px -1000px;
}

.camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px;
}

.camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px;
}

/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px;
}

.camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px;
}

.camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px;
}

.camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px;
}

/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px;
}

.camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px;
}

.camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px;
}

.camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px;
}

/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px;
}

.camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px;
}

.camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px;
}

.camera_violet_skin .camera_next > span {
  background-position: -40px -1200px;
}

.camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px;
}

.camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px;
}

/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}

.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}

.camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}

.camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}

.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}

.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}

/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px;
}

.camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px;
}

.camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px;
}

.camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px;
}

.fluid_container_wrap {
  position: relative;
  overflow: hidden;
}

.fluid_container {
  min-height: 50px;
  padding-bottom: 39.696%;
}

.camera_wrap {
  margin-bottom: 0 !important;
}

.camera_wrap .camera_pag .camera_pag_ul {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  z-index: 6;
  text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li span span {
  display: none;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  -webkit-transition: background, 0.3s, ease;
  -o-transition: background, 0.3s, ease;
  transition: background, 0.3s, ease;
}

.camera_wrap .camera_pag .camera_pag_ul li span {
  display: block;
  width: 14px;
  height: 14px;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  -webkit-transition: background, 0.3s, ease;
  -o-transition: background, 0.3s, ease;
  transition: background, 0.3s, ease;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: rgba(254, 155, 75, 0.35);
}

.camera_wrap .camera_pag .camera_pag_ul li:hover span,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span {
  background: #fe9b4b;
}

/*.camera_wrap .camera_pag .camera_pag_ul li:before {content: "\f111";}*/
.camera_pag_ul li img {
  width: 80px;
  height: 40px;
}

.camera_caption > div {
  background: none;
  padding: 0;
}

.lof_camera_title {
  font-size: 94px;
  line-height: 94px;
  color: #fff;
}

.lof_camara_desc1 {
  font-size: 54px;
  line-height: 54px;
  color: #fb5642;
  margin-bottom: 25px;
}

.lof_camara_desc1 span {
  color: #242727;
}

.lof_camara_desc1 span.color-1 {
  color: #98a0a0;
}

.lof_camara_desc2 {
  font-size: 14px;
  width: 75%;
  margin: 0 auto 35px;
}

.camera_caption .link-camera {
  font-size: 27px;
  color: #fff;
  background: #fb5642;
  border-radius: 50px;
  height: 56px;
  line-height: 50px;
  display: inline-block;
  padding: 0 60px;
}

.camera_caption .link-camera:hover {
  background: #A7AEAF;
}

.header_slider {
  margin-bottom: 60px;
}

.right_slider_side {
  padding: 0 0 0 0;
  text-align: center;
}

.slider_holder {
  padding: 14% 0 0;
}
.slider_holder h2 {
  font-family: 'Neucha', cursive;
  font-size: 120px;
  font-weight: normal;
  color: #455a64;
  text-transform: none;
  margin-bottom: 8px;
  text-shadow:1px 0 1px #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 2px 0 #fff, 2px 2px 1px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, -2px 2px 6px #000000, 2px 0 4px #000000;
}
.slider_holder h3 {
  font-size: 44px;
  font-weight: 100;
  color: #fff;
  text-transform: none;
  max-width: 644px;
  margin: 0 auto 36px;
  text-shadow:1px 0 1px #000, -1px 0 0 #000, 0 -1px 0 #000, 0 2px 0 #000, 2px 2px 1px #000, 2px -2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, -2px 2px 6px #000000, 2px 0 4px #000000;

}
.slider_holder .shop_now {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: solid 2px #c5c8c9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_holder .shop_now span {
  z-index: 2;
  position: relative;
}
.slider_holder .shop_now:hover {
  border: solid 2px #3ba0a7;
  background: #3ba0a7;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
}

.mobile_slide_wrap {
  display: none;
  margin: 0 0 10px;
  padding: 208px 0 100px 0;
  text-align: center;
  background: url(https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/images/media/bg_mobile.png) no-repeat 50% 0;
}
.mobile_slide_wrap .mobile_slide {
  max-width: 340px;
  margin: 0 auto;
}
.mobile_slide_wrap h2 {
  font-family: 'Neucha', cursive;
  font-size: 50px;
  font-weight: normal;
  color: #455a64;
  line-height: 1;
  text-shadow:1px 0 1px #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 2px 0 #fff, 2px 2px 1px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, -2px 2px 6px #000000, 2px 0 4px #000000;
  text-transform: none;
  margin-bottom: 18px;
}
.mobile_slide_wrap h3 {
  font-size: 20px;
  font-weight: 100;
  color: #000;
  line-height: 1.6;
  text-transform: none;
  margin: 0 auto 25px;
}
.mobile_slide_wrap .shop_now {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: solid 2px #c5c8c9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 140px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #42424c;
  -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_slide_wrap .shop_now span {
  z-index: 2;
  position: relative;
}
.mobile_slide_wrap .shop_now:hover {
  border: solid 2px #3ba0a7;
  background: #3ba0a7;
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  -moz-box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
  box-shadow: 0 6px 24px rgba(236, 108, 90, 0.73);
}

@media only screen and (max-width: 1800px) {
  .slider_holder {
    padding: 13% 0 0;
  }
  .slider_holder h2 {
    font-size: 86px;
    margin-bottom: 8px;
  }
  .slider_holder h3 {
    font-size: 23px;
    max-width: 644px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .slider_holder {
    padding: 13% 0 0;
  }
  .slider_holder h2 {
    font-size: 76px;
    margin-bottom: 8px;
  }
  .slider_holder h3 {
    font-size: 20px;
    max-width: 584px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .slider_holder {
    padding: 15% 0 0;
  }
  .slider_holder h2 {
    font-size: 76px;
    margin-bottom: 28px;
  }
  .slider_holder h3 {
    font-size: 20px;
    max-width: 584px;
    margin: 0 auto 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .camera_prev, .camera_next, .camera_commands {
    top: 60%;
  }

  .camera_prev {
    left: 20px;
    margin-left: 0;
  }

  .camera_next {
    left: auto;
    right: 20px;
    margin-left: 0;
  }

  .slider_holder {
    padding: 15% 0 0;
  }
  .slider_holder h2 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .slider_holder h3 {
    font-size: 18px;
    max-width: 584px;
    margin: 0 auto 20px;
  }
  .slider_holder .shop_now {
    background: #f6f7f9;
  }
}
@media only screen and (max-width: 991px) {
  .camera_overlayer {
    background: rgba(255, 255, 255, 0.4);
  }

  .header_slider {
    margin-bottom: 30px;
  }

  .slider_holder {
    padding: 20% 0 0;
  }
  .slider_holder h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .slider_holder h3 {
    font-size: 14px;
    max-width: 384px;
    margin: 0 auto 10px;
  }
  .slider_holder .shop_now {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header_slider {
    display: none;
  }

  .mobile_slide_wrap {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .mobile_slide_wrap h3 {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=camera.css.map */

/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.dropdown{
	position: relative;
	width: 160px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	background: #fff;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dropdown.open{
	z-index: 2;
}


/* CARAT */

.dropdown .carat {
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
}
.dropdown .carat:after {
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #42424c;
}

.dropdown.open .carat {
	margin-top: -15px;
}
.dropdown.open .carat:after {
	content: "\f106";
}

.dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.dropdown .selected,
.dropdown li{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #000;
	padding: 9px 12px;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown.disabled .selected{
	color: #999;
}

.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	
	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

.dropdown div{
	position: absolute;
	height: 0;
	left: 0px;
	right: 0px;
	top: 100%;
	margin-top: 2px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	opacity: 0;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	
	box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
	list-style: none;
	padding: 8px 12px;
}

/* .focus class is also added on hover */

.dropdown li.focus{
	background: #d24a67;
	position: relative;
	z-index: 3;
	color: #fff;
}

.dropdown li.active{

}
@font-face {
    font-family: 'FontAwesome';
    src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
    src: url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://www.logo-matten.at/skin/frontend/tm_themes/theme351k/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}
.block-embed-googlemap {
  margin: 0;
  position: relative;
}
.block-embed-googlemap .block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ============================================ *
 * Special Price Countdown
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
.special_countdown {
  margin: -12px 0 10px;
  font-family: 'Neucha', cursive;
  font-size: 34px;
  font-weight: 400;
  color: #78909c;
}
@media only screen and (max-width: 1199px) {
  .special_countdown {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .special_countdown {
    font-size: 22px;
  }
}
@media only screen and (max-width: 599px) {
  .special_countdown {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
.special_countdown span {
  display: inline;
}
.special_countdown span strong {
  font-weight: normal;
}
.special_countdown span b {
  font-weight: normal;
}
.special_countdown i {
  display: inline;
  font-style: normal;
}
.special_countdown::after {
  content: '';
  display: table;
  clear: both;
}

.catalog-category-view .products-grid .special_countdown {
  margin: 0 0 20px;
  font-size: 25px;
}
@media only screen and (max-width: 1199px) {
  .catalog-category-view .products-grid .special_countdown {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .products-grid .special_countdown {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .products-grid .special_countdown {
    font-size: 25px;
  }
}
.catalog-category-view .products-list .special_countdown {
  float: left;
  margin: 0 0 19px 0;
  font-size: 27px;
}
@media only screen and (max-width: 1199px) {
  .catalog-category-view .products-list .special_countdown {
    margin: 8px 0 19px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .products-list .special_countdown {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .products-list .special_countdown {
    font-size: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .catalog-category-view .products-list .special_countdown {
    font-size: 27px;
    float: none;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */

