/*
Theme Name: KS Theme
Theme URI: http://www.kremayr-scheriau.at/
Version:      1.0.2
*/
 
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@import "./css/fonts.css";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
}
html{
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

dfn {
  font-style: italic;
}

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

hr {
  box-sizing: content-box;
  height: 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-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;
}

/* /*-------------------------------------------------------------- */
/* # Typography */
/* --------------------------------------------------------------*/ */
/* h1, h2, h3, h4, h5, h6 { */
  /* clear: both; */
  /* color: #24292e; */
  /* font-weight: 600; */
  /* margin-top: 24px; */
  /* margin-bottom: 15px; */
/* } */
/* h1 { */
  /* font-size: 32px; */
  /* padding-bottom: 10px; */
/* } */
/* h2 { */
  /* font-size: 24px; */
  /* padding-bottom: 0.3em; */
  /* line-height: 1.25; */
/* } */
/* h3 { */
  /* font-size: 18px; */
  /* line-height: 25px; */
/* } */
/* h4 { */
  /* font-size: 16px; */
  /* line-height: 20px; */
/* } */
/* h5 { */
  /* font-size: 14px; */
  /* line-height: 17.5px; */
/* } */

/* p { */
  /* margin-bottom: 1.5em; */
/* } */
/* h1.entry-title { */
  /* font-size: 1.31rem; */
  /* border-bottom: 1px solid #eaecef; */
/* } */
/* h2.entry-title { */
  /* border-bottom: 1px solid #eaecef; */
/* } */
/* h3.widget-title { */
  /* font-size: 1.2rem; */
/* } */

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* max-width: 100%; */
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: 0 !important;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/* Common styles of menus */

.dl-menuwrapper {
width: 100%;
max-width: 300px;
float: left;
position: relative;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% 200%;
-moz-perspective-origin: 50% 200%;
perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
margin-right: 100px;
}
.dl-menuwrapper button {
background: #ccc;
border: none;
width: 48px;
height: 45px;
text-indent: -900em;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
background: #aaa;
}
.dl-menuwrapper button:after {
content: '';
position: absolute;
width: 68%;
height: 5px;
background: #fff;
top: 10px;
left: 16%;
box-shadow: 0 10px 0 #fff,  0 20px 0 #fff;
}
.dl-menuwrapper ul {
padding: 0;
list-style: none;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.dl-menuwrapper li {
position: relative;
}
.dl-menuwrapper li a {
display: block;
position: relative;
padding: 15px 20px;
font-size: 16px;
line-height: 20px;
font-weight: 300;
color: #fff;
outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
background: rgba(255,248,213,0.1);
}
.dl-menuwrapper li.dl-back > a {
padding-left: 30px;
background: rgba(0,0,0,0.1);
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
position: absolute;
top: 0;
line-height: 50px;
font-family: FontAwesome;
speak: none;
-webkit-font-smoothing: antialiased;
content: "\f105";
}
.dl-menuwrapper li.dl-back:after {
left: 10px;
color: rgba(212,204,198,0.3);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
right: 10px;
color: rgba(0,0,0,0.15);
}
.dl-menuwrapper .dl-menu {
margin: 5px 0 0 0;
position: absolute;
width: 100%;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
position: absolute;
width: 100%;
top: 50px;
left: 0;
margin: 0;
}
/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
-webkit-animation: MenuAnimOut1 0.4s linear forwards;
-moz-animation: MenuAnimOut1 0.4s linear forwards;
animation: MenuAnimOut1 0.4s linear forwards;
}
.dl-menu.dl-animate-out-2 {
-webkit-animation: MenuAnimOut2 0.3s ease-in-out forwards;
-moz-animation: MenuAnimOut2 0.3s ease-in-out forwards;
animation: MenuAnimOut2 0.3s ease-in-out forwards;
}
.dl-menu.dl-animate-out-3 {
-webkit-animation: MenuAnimOut3 0.4s ease forwards;
-moz-animation: MenuAnimOut3 0.4s ease forwards;
animation: MenuAnimOut3 0.4s ease forwards;
}
.dl-menu.dl-animate-out-4 {
-webkit-animation: MenuAnimOut4 0.4s ease forwards;
-moz-animation: MenuAnimOut4 0.4s ease forwards;
animation: MenuAnimOut4 0.4s ease forwards;
}
.dl-menu.dl-animate-out-5 {
-webkit-animation: MenuAnimOut5 0.4s ease forwards;
-moz-animation: MenuAnimOut5 0.4s ease forwards;
animation: MenuAnimOut5 0.4s ease forwards;
}
 @-webkit-keyframes MenuAnimOut1 {
 50% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -webkit-transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
 @-webkit-keyframes MenuAnimOut2 {
 100% {
 -webkit-transform: translateX(-100%);
 opacity: 0;
}
}
 @-webkit-keyframes MenuAnimOut3 {
 100% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
}
 @-webkit-keyframes MenuAnimOut4 {
 100% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-webkit-keyframes MenuAnimOut5 {
 100% {
 -webkit-transform: translateY(40%);
 opacity: 0;
}
}
 @-moz-keyframes MenuAnimOut1 {
 50% {
 -moz-transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -moz-transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -moz-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
 @-moz-keyframes MenuAnimOut2 {
 100% {
 -moz-transform: translateX(-100%);
 opacity: 0;
}
}
 @-moz-keyframes MenuAnimOut3 {
 100% {
 -moz-transform: translateZ(300px);
 opacity: 0;
}
}
 @-moz-keyframes MenuAnimOut4 {
 100% {
 -moz-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-moz-keyframes MenuAnimOut5 {
 100% {
 -moz-transform: translateY(40%);
 opacity: 0;
}
}
 @keyframes MenuAnimOut1 {
 50% {
 transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
 @keyframes MenuAnimOut2 {
 100% {
 transform: translateX(-100%);
 opacity: 0;
}
}
 @keyframes MenuAnimOut3 {
 100% {
 transform: translateZ(300px);
 opacity: 0;
}
}
 @keyframes MenuAnimOut4 {
 100% {
 transform: translateZ(-300px);
 opacity: 0;
}
}
 @keyframes MenuAnimOut5 {
 100% {
 transform: translateY(40%);
 opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation: MenuAnimIn1 0.3s linear forwards;
-moz-animation: MenuAnimIn1 0.3s linear forwards;
animation: MenuAnimIn1 0.3s linear forwards;
}
.dl-menu.dl-animate-in-2 {
-webkit-animation: MenuAnimIn2 0.3s ease-in-out forwards;
-moz-animation: MenuAnimIn2 0.3s ease-in-out forwards;
animation: MenuAnimIn2 0.3s ease-in-out forwards;
}
.dl-menu.dl-animate-in-3 {
-webkit-animation: MenuAnimIn3 0.4s ease forwards;
-moz-animation: MenuAnimIn3 0.4s ease forwards;
animation: MenuAnimIn3 0.4s ease forwards;
}
.dl-menu.dl-animate-in-4 {
-webkit-animation: MenuAnimIn4 0.4s ease forwards;
-moz-animation: MenuAnimIn4 0.4s ease forwards;
animation: MenuAnimIn4 0.4s ease forwards;
}
.dl-menu.dl-animate-in-5 {
-webkit-animation: MenuAnimIn5 0.4s ease forwards;
-moz-animation: MenuAnimIn5 0.4s ease forwards;
animation: MenuAnimIn5 0.4s ease forwards;
}
 @-webkit-keyframes MenuAnimIn1 {
 0% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -webkit-transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
 @-webkit-keyframes MenuAnimIn2 {
 0% {
 -webkit-transform: translateX(-100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes MenuAnimIn3 {
 0% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes MenuAnimIn4 {
 0% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes MenuAnimIn5 {
 0% {
 -webkit-transform: translateY(40%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
 @-moz-keyframes MenuAnimIn1 {
 0% {
 -moz-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -moz-transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -moz-transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
 @-moz-keyframes MenuAnimIn2 {
 0% {
 -moz-transform: translateX(-100%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-moz-keyframes MenuAnimIn3 {
 0% {
 -moz-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
}
 @-moz-keyframes MenuAnimIn4 {
 0% {
 -moz-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
}
 @-moz-keyframes MenuAnimIn5 {
 0% {
 -moz-transform: translateY(40%);
 opacity: 0;
}
 100% {
 -moz-transform: translateY(0);
 opacity: 1;
}
}
 @keyframes MenuAnimIn1 {
 0% {
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
 @keyframes MenuAnimIn2 {
 0% {
 transform: translateX(-100%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes MenuAnimIn3 {
 0% {
 transform: translateZ(300px);
 opacity: 0;
}
 100% {
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes MenuAnimIn4 {
 0% {
 transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes MenuAnimIn5 {
 0% {
 transform: translateY(40%);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
-webkit-animation: SubMenuAnimIn1 0.4s ease forwards;
-moz-animation: SubMenuAnimIn1 0.4s ease forwards;
animation: SubMenuAnimIn1 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out forwards;
-moz-animation: SubMenuAnimIn2 0.3s ease-in-out forwards;
animation: SubMenuAnimIn2 0.3s ease-in-out forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
-webkit-animation: SubMenuAnimIn3 0.4s ease forwards;
-moz-animation: SubMenuAnimIn3 0.4s ease forwards;
animation: SubMenuAnimIn3 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
-webkit-animation: SubMenuAnimIn4 0.4s ease forwards;
-moz-animation: SubMenuAnimIn4 0.4s ease forwards;
animation: SubMenuAnimIn4 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
-webkit-animation: SubMenuAnimIn5 0.4s ease forwards;
-moz-animation: SubMenuAnimIn5 0.4s ease forwards;
animation: SubMenuAnimIn5 0.4s ease forwards;
}
 @-webkit-keyframes SubMenuAnimIn1 {
 0% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes SubMenuAnimIn2 {
 0% {
 -webkit-transform: translateX(100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes SubMenuAnimIn3 {
 0% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes SubMenuAnimIn4 {
 0% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes SubMenuAnimIn5 {
 0% {
 -webkit-transform: translateZ(-200px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0);
 opacity: 1;
}
}
 @-moz-keyframes SubMenuAnimIn1 {
 0% {
 -moz-transform: translateX(50%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-moz-keyframes SubMenuAnimIn2 {
 0% {
 -moz-transform: translateX(100%);
 opacity: 0;
}
 100% {
 -moz-transform: translateX(0px);
 opacity: 1;
}
}
 @-moz-keyframes SubMenuAnimIn3 {
 0% {
 -moz-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
}
 @-moz-keyframes SubMenuAnimIn4 {
 0% {
 -moz-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
}
 @-moz-keyframes SubMenuAnimIn5 {
 0% {
 -moz-transform: translateZ(-200px);
 opacity: 0;
}
 100% {
 -moz-transform: translateZ(0);
 opacity: 1;
}
}
 @keyframes SubMenuAnimIn1 {
 0% {
 transform: translateX(50%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes SubMenuAnimIn2 {
 0% {
 transform: translateX(100%);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes SubMenuAnimIn3 {
 0% {
 transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes SubMenuAnimIn4 {
 0% {
 transform: translateZ(300px);
 opacity: 0;
}
 100% {
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes SubMenuAnimIn5 {
 0% {
 transform: translateZ(-200px);
 opacity: 0;
}
 100% {
 transform: translateZ(0);
 opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
-webkit-animation: SubMenuAnimOut1 0.4s ease forwards;
-moz-animation: SubMenuAnimOut1 0.4s ease forwards;
animation: SubMenuAnimOut1 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out forwards;
-moz-animation: SubMenuAnimOut2 0.3s ease-in-out forwards;
animation: SubMenuAnimOut2 0.3s ease-in-out forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
-webkit-animation: SubMenuAnimOut3 0.4s ease forwards;
-moz-animation: SubMenuAnimOut3 0.4s ease forwards;
animation: SubMenuAnimOut3 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
-webkit-animation: SubMenuAnimOut4 0.4s ease forwards;
-moz-animation: SubMenuAnimOut4 0.4s ease forwards;
animation: SubMenuAnimOut4 0.4s ease forwards;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
-webkit-animation: SubMenuAnimOut5 0.4s ease forwards;
-moz-animation: SubMenuAnimOut5 0.4s ease forwards;
animation: SubMenuAnimOut5 0.4s ease forwards;
}
 @-webkit-keyframes SubMenuAnimOut1 {
 0% {
 -webkit-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
}
 @-webkit-keyframes SubMenuAnimOut2 {
 0% {
 -webkit-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%);
 opacity: 0;
}
}
 @-webkit-keyframes SubMenuAnimOut3 {
 0% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-webkit-keyframes SubMenuAnimOut4 {
 0% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
}
 @-webkit-keyframes SubMenuAnimOut5 {
 0% {
 -webkit-transform: translateZ(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-200px);
 opacity: 0;
}
}
 @-moz-keyframes SubMenuAnimOut1 {
 0% {
 -moz-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -moz-transform: translateX(50%);
 opacity: 0;
}
}
 @-moz-keyframes SubMenuAnimOut2 {
 0% {
 -moz-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -moz-transform: translateX(100%);
 opacity: 0;
}
}
 @-moz-keyframes SubMenuAnimOut3 {
 0% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -moz-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-moz-keyframes SubMenuAnimOut4 {
 0% {
 -moz-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -moz-transform: translateZ(300px);
 opacity: 0;
}
}
 @-moz-keyframes SubMenuAnimOut5 {
 0% {
 -moz-transform: translateZ(0);
 opacity: 1;
}
 100% {
 -moz-transform: translateZ(-200px);
 opacity: 0;
}
}
 @keyframes SubMenuAnimOut1 {
 0% {
 transform: translateX(0%);
 opacity: 1;
}
 100% {
 transform: translateX(50%);
 opacity: 0;
}
}
 @keyframes SubMenuAnimOut2 {
 0% {
 transform: translateX(0%);
 opacity: 1;
}
 100% {
 transform: translateX(100%);
 opacity: 0;
}
}
 @keyframes SubMenuAnimOut3 {
 0% {
 transform: translateZ(0px);
 opacity: 1;
}
 100% {
 transform: translateZ(-300px);
 opacity: 0;
}
}
 @keyframes SubMenuAnimOut4 {
 0% {
 transform: translateZ(0px);
 opacity: 1;
}
 100% {
 transform: translateZ(300px);
 opacity: 0;
}
}
 @keyframes SubMenuAnimOut5 {
 0% {
 transform: translateZ(0);
 opacity: 1;
}
 100% {
 transform: translateZ(-200px);
 opacity: 0;
}
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
display: block;
}
.no-js .dl-menuwrapper li.dl-back {
display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
content: '';
}
body {
  font: normal 15px 'MinionPro-Regular';
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content a {
  color: #fa4616;
}

a.read-more {
  color: #fa4616;
}

a.button {
  display: inline-block;
  color: #fff;
  font: normal 12px 'Signika-Regular';
  line-height: 25px;
  height: 25px;
  padding-left: 35px;
  padding-right: 10px;
  background: #bfbfbf;
}

a.button.more {
  background: #bfbfbf url(./img/more-btn-bg.png) no-repeat;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.content h3 {
  font-size: 18px;
  color: #fa4616;
  font-weight: normal;
  text-transform: uppercase;
}

.text h3 {
  margin-bottom: 0.25em;
}

h4 {
  color: #4c4c4c;
  font: normal 16px 'Signika-SemiBold';
}

ul,
li {
  margin: 0;
  padding: 0;
}

.text ul {
  padding-left: 1.2em;
}

@media (min-width: 768px) {
  .col-1n4 {
    float: left;
    width: 23%;
    margin-right: 2%;
  }
}

@media (max-width: 991px) {
  .container>.navbar-header {
    margin: 0;
  }
}

.navbar-header {
  position: relative;
}

@media (max-width: 991px) {
  .navbar-header,
  .navbar-header .dl-menuwrapper button {
    background-color: #fa4616;
  }
}

@media (max-width: 991px) {
  .collapse {
    display: block;
    margin: 0 !important;
  }
}

.navbar-default {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-top-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .navbar-default .navbar-top-collapse {
    border: 0;
  }
}

.navbar-default #search {
  padding: 23px 50px 0 49px;
  float: right;
  background: url(./img/search-bg.png) 20px 24px no-repeat;
}

@media (max-width: 767px) {
  .navbar-default #search {
    display: none;
  }
.navbar-default #search input, .navbar-default #search label{
width: 100% !important;
}
.navbar-default #search label{
    width: calc( 100% - 35px ) !important;
    display: inline-block;
    margin-right: 0;
}
.navbar-default #search input{
border-bottom: solid 1px #e6e6e6 !important;
border-left: 0px !important;
font-size: 16px;
}
.navbar-default #search button{
display: inline-block !important;
background: transparent;
color: #fff;
border: 0px;
    font-size: 20px;
    vertical-align: middle;
}
.navbar-default .navbar-top-collapse{
background-color: #fecf07;
}
#mobile-search{
	display:block !important;
	position: absolute;
    right: 90px;
    font-size: 30px;
    color: #fff;
    top: 15px;
z-index: 21;
}
.navbar-default #search{
padding-left: 0 !important;
padding-right: 0 !important;
background: transparent;
}
}

@media (max-width: 560px) {
  .navbar-default #search {
    float: left;
    margin-left: 80px;
    padding: 23px 0 0 49px;
  }
}

@media (max-width: 450px) {
  .navbar-default #search {
    float: inherit;
    padding: 20px 20px 20px 30px;
    clear: both;
    margin: 0;
    background-position: left center;
  }
}

.navbar-default #search input {
  border: none;
  border-left: solid 1px #e6e6e6;
  font: normal 14px 'MyriadPro-Regular';
  color: #b2b2b2;
  padding: 5px 2px;
  width: 200px;
}

@media (max-width: 567px) {
  .navbar-default #search input {
    width: 140px;
  }
}

.navbar-default #cart {
  margin-right: -15px;
  float: right;
  width: 160px;
  height: 70px;
  color: #fff;
  background: #fecf07 url(./img/cart-bg.png) 20px 20px no-repeat;
}

@media (max-width: 991px) {
  .navbar-default #cart {
    margin-right: -15px;
width: 135px;
  }
.navbar-default #cart .price{
font-size: 20px !important;
}
navbar-default #cart span.items{
font-size: 18px;
}
}

.navbar-default #cart .price {
  margin-top: 14px;
  font: normal 27px 'Signika-Semibold';
}

.navbar-default #cart span.price,
.navbar-default #cart span.items {
  display: block;
  margin-left: 55px;
  line-height: 1em !important;
}

.navbar-default .navbar-nav {
  background-color: #404040;
}

.navbar-default .navbar-nav li a {
  color: #9e9e9e;
  padding: 10px 16px 11px;
  font: normal 15px 'Signika-Regular';
  text-transform: uppercase;
}


@media (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    padding: 10px 13px 11px;
  }
}

.navbar-default .navbar-nav li a.active, .navbar-default .navbar-nav>.active>a {
  color: #fff !important;
  background: transparent !important;
}

.navbar-default .navbar-nav li a:hover {
  color: #fff;
  background-color: #545454;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li a {
    /* text-align: right; */
  }
}

.navbar-default .navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav .dropdown-menu {
  background-color: #545454;
  padding: 20px 0;
  border: 0;
}

.navbar-default .navbar-nav .dropdown-menu a {
  font: normal 15px 'MinionPro-Regular';
  background: url(./img/nav-subemnu-li.png) left 15px center no-repeat;
  padding: 2px 20px 2px 22px;
  text-transform: inherit;
  white-space: nowrap;
}

.navbar-default .navbar-nav .dropdown-menu a.active {
  color: #fff;
}

.navbar-default .navbar-nav.nav-menu {
  margin-top: 70px;
  display: block;
  float: inherit;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav.nav-menu {
    display: none;
  }
}

.navbar-default .navbar-nav.nav-social {
  background-color: #fff;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav.nav-social {
    margin-top: -40px;
    margin-right: -75px;
  }
}

@media (min-width: 992px) and (max-width: 1290px) {
  .navbar-default .navbar-nav.nav-social {
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav.nav-social {
    position: absolute;
    top: -8px;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav.nav-social li {
    float: left;
  }
}

.navbar-default .navbar-nav.nav-social li a {
  padding: 0;
}
  .mobile{
		display: none !important;
  }
.non-mobile{
		display: inline-block;;
  }
@media (max-width: 767px) {
  .navbar-default .navbar-nav.nav-social li a {
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  li a.profile i, li a.tw i{
	  line-height: 70px !important;
  }
  .navbar-default .navbar-nav.nav-social li a.fb,
  .navbar-default .navbar-nav.nav-social li a.fb:hover {
    background-color: #0860b5;
  }
  .navbar-default .navbar-nav.nav-social li a.tw:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    background-color: #804bb7;
  }
  .navbar-default .navbar-nav.nav-social li a.tw,
  .navbar-default .navbar-nav.nav-social li a.tw:hover {
    background-color: #804bb7;
  }
  .navbar-default .navbar-nav.nav-social li a.tw img {
    margin-left: 14px;
  }
  .navbar-default .navbar-nav.nav-social li a img {
    margin-top: 14px;
  }
  .mobile{
		display: inline-block !important;
  }
.non-mobile{
		display: none;
  }
}

.navbar-default .navbar-nav.nav-social li a:hover {
  background-color: #fff;
}
.navbar-default .navbar-nav.nav-social li a.profile:hover {
  background-color: #fa4616;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #545454;
  color: #fff;
}

.navbar-brand {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: url(./img/logo_neu.png);
  width: 240px;
  height: 110px;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .navbar-brand {
    height: 80px;
    background-size: auto 80px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    height: 70px;
    width: 200px;
    background-size: auto 70px;
    z-index: 999;
  }
}

.navbar-default .navbar-toggle {
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  height: 3px;
}

#footer .container {
  position: relative;
  border-top: solid 3px #fecf07;
  padding-top: 16px;
  padding-bottom: 16px;
}

#footer .container .row+.row {
  border-top: solid 1px #e6e6e6;
  margin-top: 10px;
}

#footer .container a.top {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0px;
  width: 85px;
  height: 66px;
  background: url(./img/top-bg.png);
}

#footer h3 {
  color: #404040;
  font: normal 16px 'Signika-Semibold';
  text-transform: uppercase;
  margin: 0 0 1em;
}

#footer .nav li a {
  color: #4c4c4c;
  font: normal 13px 'MinionPro-Regular';
  line-height: 1.5em;
  margin-bottom: 0.3em;
  padding: 0;
}

#footer .nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#footer .copyright {
  color: #999999;
  font: normal 11px Arial, sans-serif;
  padding: 5px 0;
}

@media (min-width: 992px) {
  #footer .copyright {
    margin-left: -15px;
  }
}

#footer .createdby {
  padding: 5px 0;
  color: #cccccc;
  font: normal 11px Arial, sans-serif;
}

@media (min-width: 992px) {
  #footer .createdby {
    float: right;
    margin-right: -15px;
  }
}

#footer #newsletter {
  padding: 0px 40px 0 45px;
}

@media (max-width: 991px) {
  #footer #newsletter {
    padding: 30px 0 0;
  }
}

#footer #newsletter p {
  color: #4c4c4c;
  font: normal 13px 'MinionPro-Regular';
  line-height: 1.5em;
  margin-bottom: 1em;
}

#footer #newsletter input.email {
  color: #b2b2b2;
  font: normal 14px 'MyriadPro-Regular';
  background: #fcfcfc url(./img/newsletter-bg.png) 12px center no-repeat;
  width: 217px;
  height: 42px;
  padding-left: 40px;
  border: solid 1px #e2e2e2;
  border-top-width: 2px;
  float: left;
}

#footer #newsletter input.submit {
  background: #fa4616 url(./img/newsletter-submit-bg.png) center center no-repeat;
  border: none;
  width: 40px;
  height: 42px;
  cursor: pointer;
}

#breadcrumbs {
  font: normal 12px Arial, sans-serif;
  padding: 18px 0px 6px;
  border-bottom: dotted 1px #959595;
}

@media (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs a {
  color: #8c8c8c;
  padding: 0 5px;
}

#breadcrumbs span{
  color: #fa4616;
   padding: 0 5px;

}

@media (min-width: 992px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

#page {
  background: url(./img/main-bg.png);
}

#page #breadcrumbs+.content {
  padding-top: 20px;
}

#page .content {
	padding-top: 20px;
  padding-bottom: 40px;
}

#page .content h1 {
  color: #404040;
  font: normal 24px 'Signika-Regular';
  /* font: normal 24px 'MinionPro-Regular'; */
  line-height: 1em;
  margin: 0 0 0.7em;
}

#page .content .text {
  color: #4c4c4c;
}

#page .content .text p {
  margin-bottom: 1em;
}

#page.main .content {
  padding-top: 0;
}

@media (min-width: 992px) {
  #carousel-hp {
    margin-right: -15px;
  }
}

#carousel-hp img {
  width: 100%;
}

@media (min-width: 1200px) {
  #carousel-hp .corner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 319px;
    height: 123px;
    background: url(./img/slider-main-corner.png) no-repeat right top;
    z-index: 10;
  }
}

#carousel-hp .carousel-indicators {
  left: 10px;
  margin-left: 0;
  bottom: 26px;
}

@media (max-width: 767px) {
  #carousel-hp .carousel-indicators {
    width: inherit;
  }
}

#carousel-hp .carousel-indicators li {
  border-radius: 0;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px;
  display: block;
  font-size: 1px;
  border: solid 3px #FFFFFF;
}

#carousel-hp .carousel-indicators li.active {
  border: solid 3px #fecf07;
  background-color: #fecf07;
}

#page.main #news+.box {
  margin-left: 0;
}

#news {
  padding: 34px 0px 0;
}

@media (min-width: 992px) {
  #news+.box .title {
    margin-right: -15px;
  }
}

#news h2 {
  margin-left: 60px;
  color: #000;
  font: normal 24px 'Signika-Regular';
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  #news h2 {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  #news h2 {
    margin-left: 0;
  }
}

#news h3 {
  font: normal 18px 'Signika-Regular';
  line-height: 18px;
  text-transform: inherit;
}

#news h3 a {
  color: #000;
}

#news .date {
  color: #78b728;
  font: normal 12px 'Signika-Regular';
}

#news p {
  padding-top: 10px;
  color: #4c4c4c;
  font-size: 13px;
  line-height: 1.4em;
}

#carousel-hp-news {
  position: relative;
}

@media (max-width: 767px) {
  #carousel-hp-news {
    margin-bottom: 30px;
  }
}

#carousel-hp-news .item {
  padding: 0px 100px 0 60px;
  min-height: 157px;
}

@media (max-width: 1199px) {
  #carousel-hp-news .item {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  #carousel-hp-news .item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #carousel-hp-news .item {
    min-height: inherit;
  }
}

#carousel-hp-news .carousel-indicators {
  left: 60px;
  margin-left: 0;
  bottom: 25px;
}

@media (max-width: 767px) {
  #carousel-hp-news .carousel-indicators {
    left: 0;
    bottom: -25px;
  }
}

#carousel-hp-news .carousel-indicators li {
  float: left;
  margin: 0 10px 0 0;
  background-color: #fff;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.6);
  border: 0 !important;
  width: 12px;
  height: 12px;
}

#carousel-hp-news .carousel-indicators li.active {
  margin-top: 0;
  background-color: #fecf07;
}

@media (min-width: 992px) {
  #carousel-hp-content {
    margin-left: -15px;
  }
}

#carousel-hp-content .item {
  padding: 22px 30px 0 80px;
  min-height: 350px;
}

@media (max-width: 991px) {
  #carousel-hp-content .item {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  #carousel-hp-content .item {
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
  }
}

#carousel-hp-content .item h3 {
  font-size: 18px;
  color: #fa4616;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

#carousel-hp-content .item h1 {
  font: normal 48px 'MinionPro-Regular';
  color: #404040;
  line-height: 1em;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  #carousel-hp-content .item h1 {
    font-size: 24px;
  }
}

#carousel-hp-content .item img {
  padding: 8px 0;
}

#carousel-hp-content .item section {
  line-height: 1.5;
}

#carousel-hp-content .item a.button.more {
  color: #fff !important;
  margin-left: -80px;
}

@media (max-width: 991px) {
  #carousel-hp-content .item a.button.more {
    margin-left: -30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #carousel-hp-content .item a.button.more {
    margin-left: 0;
  }
}

h2.title {
  color: #FFF;
  background-color: #fa4616;
  padding-left: 50px;
  height: 40px;
  text-transform: uppercase;
  font: normal 24px 'Signika-Regular';
  line-height: 40px;
  margin-bottom: 0.5em;
}

h2.title.blue {
  background-color: #5977ba;
}

h2.title.grey {
  background-color: #b2b2b2;
}

.box {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .box.box-neue-bucher {
    margin-top: -163px;
  }
}

@media (min-width: 992px) AND (max-width: 1199px) {
  .box.box-neue-bucher {
    margin-top: -40px;
  }
}

.more-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background: url(./img/1px-transparent.png);
  display: block;
  overflow: hidden;
}

.content .price {
  display: block;
  font: normal 20px 'Signika-Semibold';
  color: #8c8c8c;
  border: solid 1px #e6e6e6;
  float: left;
  padding: 5px 10px;
  margin-right: 10px;
}

.single_add_to_cart_button ,
a.ask {
  color: #FFF !important;
  display: block !important;
  background: #fa4616 url(./img/add-cart-bg.png) 12px center no-repeat !important;
  color: #FFF !important;
  font: normal 14px 'Signika-Regular' !important;
  padding: 9px 14px 7px 34px !important;
  float: left !important;
  line-height: 19px !important;
}
.woocommerce .buy .quantity .qty{
	display: none;
}
.buy .woocommerce-price-suffix{
	display: none;
}
#page.main {
  position: relative;
}

@media (min-width: 768px) {
  #page.main {
    background: #fff;
  }
  #page.main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 760px;
    background: url(./img/main-bg.png);
  }
}

@media (min-width: 992px) {
  #page.main .box {
    margin-left: -15px;
  }
}

.content .news-list {
  text-align: center;
}

.content .news-list .item {
  position: relative;
  padding: 20px 30px;
  font: normal 14px 'Signika-Regular';
  color: #000000;
}

.content .news-list .item img {
  /*max-width: 100%;*/
}

.content .news-list .item a {
  color: #fa4616;
  display: block;
  text-align: left;
}

@media (max-width: 991px) {
  .content .news-list .item a {
    text-align: center;
  }
}

.content .news-list .item .title {
  display: block;
  text-align: left;
}

@media (max-width: 991px) {
  .content .news-list .item .title {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .content .news-list .item:hover .item-tooltip {
    display: block;
    width: 280px;
    padding: 20px;
    opacity: 1;
  }
}

.content .news-list .item-tooltip {
  z-index: 99;
  text-align: left;
  position: absolute;
  top: 30%;
  left: 75%;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  width: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.content .news-list .item-tooltip h4 {
  color: #fa4616;
  font: normal 14px 'Signika-Regular';
}

.content .news-list .item-tooltip h3 {
  color: #000 !important;
  font: normal 18px 'Signika-Regular';
  padding-bottom: 7px;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 14px;
}

.content .news-list .item-tooltip p {
  color: #4c4c4c;
  font: normal 13px 'MinionPro-Regular';
  line-height: 1.5em;
  margin-bottom: 1em;
}

.content .news-list .item-tooltip .price {
  line-height: 22px;
}

.content .news-list>div:nth-child(3n+0) .item-tooltip {
  left: auto;
  right: 75%;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
}

ul.list.authors {
  padding: 20px 20px 0 50px;
  list-style: none;
  margin: 0;
}

@media (max-width: 320px) {
  ul.list.authors {
    padding-left: 20px;
  }
}

ul.list.authors:after {
  content: " ";
  display: block;
  clear: both;
}

ul.list.authors li {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
}

@media (max-width: 320px) {
  ul.list.authors li {
    margin: 0 5px 10px;
  }
}

/* calendar */

#calendar {
  position: relative;
  width: 264px;
  margin: 20px auto 0px;
  font-family: 'MyriadPro-Regular';
}

@media (min-width: 992px) {
  #calendar .fc-button {
    position: absolute;
    top: 80px;
    width: 30px;
    height: 60px;
    background: none;
    border: none;
    box-shadow: none;
  }
  #calendar .fc-text-arrow {
    display: none;
  }
  #calendar .fc-button-next {
    background: url(./img/calendar-next-btn-bg.png) no-repeat;
    right: -70px;
    top: 65px;
  }
  #calendar .fc-button-prev {
    background: url(./img/calendar-prev-btn-bg.png) no-repeat;
    left: -48px;
    top: 65px;
  }
}

#calendar .fc-header {
  margin-bottom: 1px;
}

#calendar .fc-header-title {
  color: #686868;
}

#calendar .fc-header-title h2 {
  font-size: 26px;
}

@media (max-width: 991px) {
  #calendar .fc-header-title h2 {
    font-size: 20px;
  }
}

#calendar * {
  border: none;
}

#calendar .fc-day>div {
  width: 35px !important;
  height: 30px !important;
  text-align: center !important;
  font-size: 18px;
}

#calendar .fc-day-header {
  height: 22px;
}

#calendar .fc-day-content {
  height: 1px !important;
}

#calendar .fc-widget-header {
  color: #808080;
  font-size: 12px;
  padding-left: 8px;
}

#calendar .fc-event {
  position: absolute;
  color: #fff !important;
  width: 32px !important;
  height: 30px !important;
  border-radius: 0px !important;
  text-align: center;
  margin-top: -27px;
  margin-left: 3px;
  background: url(./img/calendar-event-mark.png) no-repeat;
  font-size: 15px;
  line-height: 1.5em;
}

.fc-sun {
  color: #ff0000;
}

.fc-state-highlight {
  background: none;
}

.clear {
  clear: both;
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul.list.calendar {
  padding: 20px;
}

ul.list.calendar li {
  clear: both;
  margin-left: 42px;
  margin-bottom: 10px;
  min-height: 30px;
  overflow: hidden;
}

ul.list.calendar li.sep {
  border-bottom: solid 1px #e6e6e6;
}

ul.list.calendar .date {
  position: absolute;
  margin-left: -42px;
  color: #fff;
  background: url(./img/calendar-event-mark.png) no-repeat;
  width: 32px;
  height: 30px;
  display: block;
  font: normal 10px Arial;
  text-align: center;
}

ul.list.calendar p {
  /*float:left;*/
}

ul.list.calendar a {
  font: normal 14px 'Signika-Regular';
  color: #999999;
  display: block;
}

ul.list.calendar a.read-all {
  color: #d3272e;
  background: url(./img/read-all-arr.png) right center no-repeat;
  padding-right: 10px;
  text-transform: uppercase;
}

ul.list.file {
  background-color: #fff;
}

ul.list.file li {
  position: relative;
  border: solid 1px #e6e6e6;
  box-shadow: 0 2px 0 #f5f5f5;
  margin-bottom: 14px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  ul.list.file li {
    margin-right: 0;
  }
}

ul.list.file li img {
  float: left;
}

ul.list.file li a {
  display: block;
  margin-top: 10px;
  color: #b2b2b2;
  font: normal 16px 'Signika-Light';
}

ul.list.file li a strong {
  color: #808080;
  font: normal 16px 'Signika-Regular';
}

ul.list.file li .pdf-icon {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 35px;
  height: 45px;
  background: url(./img/pdf-icon.png);
}

div.categories .filter {
  color: #404040;
  background: #dbdbdb;
  padding: 15px;
}

div.categories form label {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  font-family: 'Signika-Regular';
  padding-top: 4px;
  font-weight: 400;
}

div.categories form label .l {
  display: inline-block;
  line-height: 16px;
  margin-left: 5px;
}

ul.categories {
  background: #fa4616;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px !important; 
}

ul.categories li {
  padding-left: 20px;
}

ul.categories .active a {
  text-decoration: underline;
}

ul.categories a {
  color: #fff !important;
  display: block;
  background: url(./img/cat-li.png) left center no-repeat;
  padding: 7px 15px;
}

.categories-footer {
  height: 40px;
  background: url(./img/category-footer-bg.png) center bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .categories-footer {
    background-position: center top;
  }
}

.books-list .item {
  background-color: #fff;
  height: 340px;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 15px;
}

.books-list .item.ebook {
  background: #fff url(./img/ebook.png) center top repeat-x;
}

.books-list .item img {
  margin-bottom: 10px;
}

.books-list .item h3 {
  font: normal 14px 'Signika-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fa4616;
  font-weight: normal;
  text-transform: uppercase;
}

.books-list .item p {
  color: #737373;
}

.pagenavi {
  float: right;
  font-size: 16px;
  color: #808080;
      clear: both;
}

.pagenavi a.current, .pagenavi span.current {
  color: #fa4616 !important;
  font-size: 24px;
  border-bottom: solid 2px #fa4616;
}

.pagenavi a {
  color: #808080 !important;
  margin: 0 6px;
}

.book-foto {
  position: relative;
  background: url(./img/book-foto-bg.png) 0% 100% no-repeat;
  padding: 20px 16px 45px 16px;
  margin-bottom: 0px;
  background-size: cover;
}

@media (max-width: 991px) {
  .book-foto {
    background: #fff;
    padding-bottom: 20px;
  }
}

.book-foto img {
  width: auto;
}

@media (max-width: 991px) {
  .book-foto {
    margin-bottom: 20px;
  }
}

.book-foto-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.book-foto a.cover {
  color: #808080 !important;
  font: normal 12px 'Signika-Regular';
  background: url(./img/install-icon.png) left center no-repeat;
  padding-left: 20px;
}

.book-foto .buy.paper {
  margin-top: 10px;
}

.book-foto .price {
  width: 90px;
  text-align: center;
  line-height: 23px;
}

.book-foto .price.invert {
  color: #fff;
  background: #bbbbbb;
}

.book-foto .single_add_to_cart_button  {
  min-width: 108px;
  text-align: center;
  text-transform: capitalize;
}

.book-foto .buy {
  margin-top: 5px;
}

ul.list.book-info {
  color: #4c4c4c;
  font: normal 11px Arial, sans-serif;
  margin-left: 0px;
}
.site-main ul.list{
	margin-left: 0px;
}
ul.list.book-info li {
  border-bottom: dotted 1px #757575;
  padding: 10px 0;
}

ul.list.book-info p {
  background: url(./img/dot-red.png) left 0.3em no-repeat;
  padding-left: 14px;
  margin: 0;
}

ul.list.book-info a:hover {
  text-decoration: underline;
}

ul.list.book-info a {
  color: inherit;
  text-decoration: none;
}

.fb-button-box {
  clear: both;
  padding-top: 20px;
  text-align: left;
}

#content {
  padding-top: 20px;
}

#content h1 {
  font: normal 36px 'MinionPro-Regular';
  color: #404040;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#content h3 {
  font-size: 18px;
  color: #fa4616;
  font-weight: normal;
  text-transform: uppercase;
}

#content a {
  color: #fa4616;
}

.book .content h1 {
  font: normal 36px 'MinionPro-Regular';
  color: #404040;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.book .content p {
  color: #4c4c4c;
  line-height: 1.4em;
}

.art p {
  margin: 0;
}

.book .art ul {
  color: #4c4c4c;
  margin: 0 0 0 15px;
  padding: 0;
}

.art ul {
  margin-left: 1.2em;
}

div.comments {
  margin-top: 30px;
  margin-bottom: 40px;
}

h2.title.grey {
  background-color: #b2b2b2;
}

.comments h2.title {
  margin-bottom: 0;
}

.comments h2.title,
.box.books h2.title,
.box.newsflash h2.title {
  font-size: 18px;
  padding-left: 20px;
}

ul.list.comments li {
  position: relative;
  color: #4c4c4c;
  font-size: 13px;
  background: #fff;
  border: solid 1px #e8e8e8;
  padding: 24px 22px;
  margin-bottom: 25px;
}

ul.list.comments blockquote {
  font-size: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  font-style: normal;
  font-family: inherit;
}

ul.list.comments blockquote p {
  margin-bottom: 0;
}

ul.list.comments blockquote footer {
  color: #fa4616;
  font-size: 13px;
}

ul.list.books:after {
  content: '';
  display: block;
  clear: both;
}

ul.list.books li {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font: normal 14px 'Signika-Regular';
  margin: 15px 0;
  padding-left: 15px;

}

ul.list.books li img {
  margin-bottom: 5px;
}

ul.list.books li p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.book #sidebar-right {
  margin-top: 95px;
}

@media (max-width: 991px) {
  .book #sidebar-right {
    margin-top: 30px;
  }
}

ul.list.material h3 {
  color: #000;
  font: normal 18px 'Signika-Semibold';
  padding-bottom: 20px;
}

ul.list.material li {
  border-bottom: dotted 1px #8c8c8c;
  margin-bottom: 10px;
  min-height: 70px;
  font: normal 12px 'Signika-Bold';
  position: relative;
}

ul.list.material li.header {
  list-style: none;
  display: inline;
}

ul.list.material li.mapic {
  background: url(./img/mat-icon-pic.png) no-repeat;
}

ul.list.material li.matl {
  background: url(./img/mat-icon-l.png) no-repeat;
}

ul.list.material li.matv {
  background: url(./img/mat-icon-v.png) no-repeat;
}

ul.list.material li.mataudio {
  background: url(./img/mat-icon-a.png) no-repeat;
}


ul.list.material .name {
  color: #404040;
  font-size: 13px;
  display: block;
  padding-left: 72px;
  margin-left: 0;
}

ul.list.material .ftype {
  color: #eb354c;
  margin-left: 72px;
}

.nav-authors {
  font: normal 17px 'Signika-Regular';
  border: solid 1px #cccccc;
  min-height: 26px;
  margin-bottom: 36px;
}

.nav-authors a {
  color: #000;
  display: inline-block;
  padding: 2px 0px 1px 0;
  margin: 0 8px;
}

.nav-authors a:hover,
.nav-authors a.active {
  color: #fa4616;
  text-decoration: none;
  border-bottom: solid 2px #fa4616;
}

.nav-authors a.all {
  margin: 0 15px 0 0;
  color: #000;
  background: #fff;
  font: normal 12px 'Signika-Regular';
  padding: 6px 12px 3px 12px;
  border-right: solid 1px #cccccc;
}

ul.list.authors-list {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}

ul.list.authors-list li {
  background: #fff;
  padding: 10px;
  /* float: left; */
  margin: 5px;
  width: calc(20% - 10px);
  position: relative;
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 1199px) {
  ul.list.authors-list li {
    width: calc(25% - 10px);
  }
}

@media (max-width: 991px) {
  ul.list.authors-list li {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 767px) {
  ul.list.authors-list li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 479px) {
  ul.list.authors-list li {
    width: calc(100% - 10px);
  }
}

ul.list.authors-list li img {
  float: left;
  margin-right: 10px;
}

ul.list.authors-list li a {
  color: #fa4616;
}

.author-foto {
  background: url(./img/author-foto-bg.png) 0% 100% no-repeat;
  background-size: cover;
  padding: 10px 10px 40px 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .author-foto {
    background: #fff;
    padding-bottom: 20px;
  }
}

.author-foto img {
  width: 100%;
}

.author-foto p {
  color: #999999;
  font: normal 14px 'MinionPro-It';
  border-bottom: dotted 1px #999999;
  padding: 7px 0 3px;
  margin-bottom: 0.5em;
}

.author-foto a {
  color: #808080;
  font: normal 12px 'Signika-Regular';
  background: url(./img/install-icon.png) left center no-repeat;
  padding-left: 20px;
}

h3.author-title {
  font-size: 18px;
  color: #fa4616;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1em 0 0;
}

.author .content p {
  color: #4c4c4c;
  font: normal 14px 'MinionPro-Regular';
  margin-bottom: 1em;
  line-height: 1.5em;
}

.date {
  color: #78b728;
  font: normal 12px 'Signika-Regular';
}

.box.newsflash ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box.newsflash .date,
.box.newsflash p {
  padding: 10px;
}

.box.newsflash p {
  color: #4c4c4c;
}

.box.newsflash a {
  color: inherit;
  text-decoration: none;
}

.box.newsflash a:hover {
  text-decoration: underline;
}

.profile-links {
  margin-left: 1em;
  float: right;
}

.author .profile-links {
  margin-top: 1em;
}

.profile-links a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.profile-links a.profile-www {
  background-image: url(./img/www.png);
}

.box.books {
  margin-top: 20px;
  margin-bottom: 20px;
}

.box.books:after {
  content: '';
  display: block;
  clear: both;
}

.author ul.list.books li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-left: 0;
}

.author ul.list.books li img {
  float: left;
  margin: 0 10px 0 15px;
}

ul.list.books li .author {
  color: #fa4616;
}

.author ul.list.books li p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: normal;
  font: normal 14px 'Signika-Regular';
}

@media (max-width: 991px) {
  .author ul.list.books li p {
    display: none;
  }
}

ul.list.books li a.read-more {
  display: block;
  background: #fa4616 url(./img/more-btn-bg.png) center center no-repeat;
  float: left;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .list-news>div:nth-child(2n+1) {
    clear: both;
  }
}

.list-news .item {
  margin: 0 0 30px;
  background: #fff;
  position: relative;
/*height:260px;*/
}
@media (min-width: 992px){
	.list-news .item {
		margin: 0 0 30px;
		background: #fff;
		position: relative;
		height:260px;
	}
}
.list-news .item h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.list-news .item h2 a {
  color: #fa4616;
}

.list-news .item p {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  max-height: 72px;
  /*overflow: hidden;*/
}

.list-news .item .read-more {
  background: url('./img/more-btn-bg.png');
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  text-indent: -9999em;
}

.list-news .item:after {
  content: '';
  display: block;
  clear: both;
}

.list-news .item .item-image{
	height: 100%;
	background: #fff;
}
@media (min-width: 992px) {
  .list-news .item .item-image {
float: right;
    margin-left: 20px;
    max-height: 100%;
    overflow: hidden;
  }
  
}

@media (max-width: 991px) {
  .list-news .item .item-image img {
    width: 100%;
  }
}

.list-news .item .item-content {
  padding: 15px 15px 35px 20px;
}

a.button {
  display: inline-block;
  color: #fff;
  font: normal 12px 'Signika-Regular';
  line-height: 25px;
  height: 25px;
  padding-left: 35px;
  padding-right: 10px;
  background: #bfbfbf;
}

a.button.back-button {
  color: #fff;
  background: #bfbfbf url(./img/back-btn-bg.png) no-repeat;
}

#page.news a.button.back-button {
  margin-bottom: 10px;
}

#page.news .content {
  color: #808080;
  font-size: 18px;
}

#page.news .content h1 {
  padding-bottom: 14px;
  border-bottom: solid 2px #404040;
  margin-bottom: 0.5em;
  font-size: 30px;
  padding-right: 160px;
}

@media (max-width: 1199px) {
  #page.news .content h1 {
    padding-right: 0;
  }
}

#page.news .content .image img {
  max-width: 100%;
  margin-bottom: 30px;
}

.event .print,
.news .print {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 30px;
  height: 70px;
  display: block;
  background: url(./img/print.png);
}

@media (max-width: 991px) {
  .event .print,
  .news .print {
    display: none;
  }
}

.event .print {
  height: 50px;
}

#page.news .print {
  top: 15px;
  right: 15px;
}

blockquote {
  font: normal 30px 'MinionPro-It';
  position: relative;
  border: dotted 3px #d7d7d7;
  margin: 30px 70px;
  padding: 30px 30px;
  text-align: center;
}

@media (max-width: 767px) {
  blockquote {
    margin: 30px 0px;
    font-size: 20px;
  }
}

.gallery {
  list-style: none;
}

.gallery li {
  float: left;
  margin: 0 7px 7px 0;
}

.gallery li img {
  display: block;
  margin: 0 !important;
}

figcaption {
  margin: 5px 0;
}

figure img {
  max-width: 100%;
}

figure.align-left {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  figure.align-left {
    float: left;
    margin-right: 10px;
  }
}

figure.align-right {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  figure.align-right {
    float: right;
    margin-left: 10px;
  }
}

.timeline {
  padding-top: 9px;
  position: relative;
}

.timeline .nav {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 9px;
}

.timeline .nav.prev {
  left: 20px;
  background: url(./img/timeline-prev-btn.png) center center no-repeat;
}

.timeline .nav.next {
  right: 20px;
  background: url(./img/timeline-next-btn.png) center center no-repeat;
}

.timeline .bar {
  position: relative;
  height: 50px;
  margin: 0 60px;
  overflow: hidden;
}

.timeline .bar:before {
  position: absolute;
  top: 4px;
  left: 0px;
  right: 0px;
  content: '';
  display: block;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.timeline .pins {
  position: absolute;
  width: 2000em;
}

.timeline .pin {
  float: left;
  width: 212px;
  background: url(./img/timeline-pin.png) center top no-repeat;
  text-align: center;
  cursor: pointer;
  color: #b3b3b3;
  font: normal 14px 'Signika-Regular';
  text-transform: uppercase;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .timeline .pin {
    width: 152px;
  }
}

@media (max-width: 479px) {
  .timeline .pin {
    width: 82px;
  }
}

.timeline .pin.current {
  background: url(./img/timeline-pin-red.png) center top no-repeat;
  color: #fa4616;
}

ul.list.calendar-list {
  margin-top: 10px;
}

ul.list.calendar-list li {
  background: #fff;
  height: 220px;
  padding: 14px 20px;
  margin: 5px;
  float: left;
  position: relative;
  width: calc(25% - 10px);
}

@media (max-width: 1199px) {
  ul.list.calendar-list li {
    width: calc(25% - 10px);
  }
}

@media (max-width: 991px) {
  ul.list.calendar-list li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  ul.list.calendar-list li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 479px) {
  ul.list.calendar-list li {
    width: calc(100% - 10px);
  }
}

ul.list.calendar-list .day-num {
  color: #000;
  font: normal 30px 'Signika-Regular';
  line-height: 1em;
}

ul.list.calendar-list .day-name {
  color: #808080;
  font: normal 14px 'Signika-Regular';
  text-transform: uppercase;
}

ul.list.calendar-list .hour {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #a6a6a6;
  font: normal 18px 'Signika-Regular';
  line-height: 0.9em;
  text-align: right;
  max-width: 150px;
}

ul.list.calendar-list p {
  color: #808080;
  font-size: 14px;
  border-top: dotted 1px #999999;
  padding: 10px 0;
}

ul.list.calendar-list img {
  margin: 0 10px 10px 0;
  float: left;
}

ul.list.calendar-list .title {
  display: block;
  color: #fa4616;
  font-size: 16px;
  margin-top: 10px;
}

ul.list.calendar-list .read-more {
  position: absolute;
  display: block;
  background: url(./img/more-btn-bg.png) center center;
  width: 25px;
  height: 25px;
  right: 10px;
  bottom: 0;
}

.event-img {
  position: relative;
}

.event-img img {
  width: 100%;
}

@media (max-width: 767px) {
  .event-img img {
    margin-bottom: 30px;
  }
}

.event-img .date {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 70px;
  height: 88px;
  background: url(./img/event-img-date.png);
  color: #fff;
  padding: 15px 14px;
  font: normal 18px 'MinionPro-Regular';
}

#page.event .content h1 {
  font-size: 30px;
  margin-bottom: 0.5em;
  margin-right: 40px;
}

.event .content .info {
  color: #fa4616;
  font: normal 18px 'Signika-Regular';
  text-transform: uppercase;
  border-bottom: solid 2px #404040;
  margin-bottom: 1.4em;
  position: relative;
}

.event .content p {
  color: #808080;
  font-size: 18px;
  line-height: 1.4em;
}

.cupon {
  background: #a6a6a6 url(./img/cupon-bg.png) right top repeat-y;
  padding: 15px 24px;
  float: left;
  margin-top: 40px;
  margin-bottom: 30px;
}

.cupon>div {
  float: left;
  width: 172px;
  color: #fff;
  font: normal 16px 'Signika-Regular';
}

.cupon .left {
  text-transform: uppercase;
  padding-right: 20px;
}

.cupon .right {
  border-left: solid 1px #bfbfbf;
  color: #dedede;
  padding-left: 20px;
}

.cupon .price {
  margin-top: 15px;
  font-family: 'MinionPro-Regular';
  font-size: 18px;
  background-color: #fff;
}

.cupon .price span {
  font-size: 24px;
}

span.red {
  color: #fa4616;
}

ul.list.download {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
      clear: both;
}

ul.list.download li {
  border-bottom: solid 1px #e6e6e6;
}

ul.list.download h3 {
  font: normal 18px 'Signika-Regular';
  color: #404040;
  padding-bottom: 10px;
}

ul.list.download a {
  display: block;
  color: #808080;
  font: bold 12px Arial, sans-serif;
  padding: 10px 0 10px 36px;
  background: url(./img/icon-down.png) 4px center no-repeat;
}

ul.list.download a.pdf {
  background-image: url(./img/icon-pdf.png);
}

ul.list.download a span {
  color: #bfbfbf;
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  background: url(./img//download.png) left center no-repeat;
  visibility: hidden;
}

ul.list.download a:hover span {
  visibility: visible;
}

ul.list.download a.jpg,
ul.list.download a.jpeg,
ul.list.download a.png,
ul.list.download a.gif,
ul.list.download a.bmp {
  background-image: url(./img/icon-pic.png);
}

ul.list.uns li .info {
  text-align: center;
  color: #fff;

}
ul.list.uns li .info p {
  text-transform: uppercase;
}

ul.list.uns li .info .contact {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  border-top: solid 1px #e07276;
  padding: 7px 0;
}

ul.list.uns li .info .contact .detail {
  padding: 3px 0 3px 20px;
  font-size: 14px;
  color: #fff !important;
  display: block;
}
ul.list.uns li h3{
color: #fff;
}
ul.list.uns li .info .contact .phone {
  background: url(./img/phone.png) left center no-repeat;
}

ul.list.uns li .info .contact .email {
  background: url(./img/email.png) left center no-repeat;
}
ul.list.uns li:not(.no-img):not(.always){
height: auto;
}
ul.list.uns li:not(.no-img):not(.always) .info{
    height: 165px;

}
ul.list.uns li:not(.no-img) .info{
    background: url(./img/uns-hover.png) center -51px;
min-height: 295px;
}

ul.list.uns li .info h3 {
    padding-top: 100px;
    margin-bottom: 0.3em;
    color: #fff !important;
    text-transform: none !important;
    font: normal 24px 'Signika-Regular' !important;
}
ul.list.uns li:not(.no-img):not(.always) .info h3{
padding-top: 50px;
}
ul.list.uns li:hover .info,
ul.list.uns li.active .info,
ul.list.uns li.always .info {
  display: block;
height: 100%;
}

.contact .map {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}

.map-address {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #FFF;
  color: #8c8c8c;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  .map-address {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
  }
}

.map-address h4 {
  color: #000;
  font: normal 24px 'Signika-Regular';
  margin-bottom: 0.6em;
}

.map-address p {
  margin: 0;
  position: relative;
  padding-left: 22px;
}

.map-address p img {
  position: absolute;
  left: 0px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  color: #404040;
  border: solid 1px #e6e6e6;
  border-top: solid 1px #b2b2b2;
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
}

.contact-form textarea {
  height: 120px;
}

.field .error {
  color: #fa4616;
}

.submit-btn {
  background: #fa4616 url(./img/send-btn.png) right no-repeat;
  border: none;
  width: 130px;
  height: 40px;
  cursor: pointer;
  color: #FFF;
  text-indent: -5px;
  font: normal 14px 'Signika-Regular';
}

.address {
  margin-top: 37px;
  line-height: 1.4em;
}

.notification, .blockUI.blockOverlay {
  z-index: 100;
  opacity: 0;
  position: fixed;
  left: 50%;
  padding: 20px;
  border-radius: 10px;
  margin-left: -200px;
  width: 420px;
  top: 200px;
  background: #fecf07;
      opacity: 0.2  !important;
}

.del {
  display: block;
  width: 12px;
  height: 12px;
  background: url(./img/cart-del-item.png) no-repeat;
}

ul.list.cart {
  border-bottom: dotted 3px #c2c2c2;
}

ul.list.cart li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

ul.list.cart li .img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 80px;
}

@media (max-width: 767px) {
  ul.list.cart li .img.shipment {
    display: none;
  }
}

ul.list.cart li .item-info {
  margin-top: 5px;
  width: 300px;
  float: left;
  padding-right: 0px;
  font: normal 14px 'Signika-Regular';
}

@media (max-width: 1199px) {
  ul.list.cart li .item-info {
    width: 200px;
  }
}

@media (max-width: 991px) {
  ul.list.cart li .item-info {
    width: 300px;
  }
}

@media (max-width: 767px) {
  ul.list.cart li .item-info {
    width: 240px;
  }
  ul.list.cart li .item-info.shipment {
    width: 50%;
  }
}

@media (max-width: 479px) {
  ul.list.cart li .item-info {
    width: 200px;
  }
}

ul.list.cart li .item-info .model {
  color: #999999;
  font-size: 12px;
  display: block;
}

ul.list.cart li .item-qty {
  width: 128px;
  float: left;
  margin-left: 31px;
  margin-top: 20px;
  height: 40px;
  border-right: solid 1px #e6e6e6;
}

ul.list.cart li .item-qty.qty-text {
  font: normal 24px 'Signika-SemiBold';
  color: #999999;
  margin-top: 25px;
}

@media (max-width: 767px) {
  ul.list.cart li .item-qty.qty-text {
    clear: both;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  ul.list.cart li .item-qty.shipment {
    display: none;
  }
}

@media (max-width: 479px) {
  ul.list.cart li .item-qty {
    margin-left: 0;
    width: 100px;
  }
}

ul.list.cart li .item-qty a {
  color: #fff !important;
  background: #cccccc;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  padding: 6px 0 0;
  line-height: 0;
  text-align: center;
  margin: 15px 5px;
  font-size: 12px;
}

ul.list.cart li .item-qty input {
  color: #404040;
  border: solid 1px #e6e6e6;
  border-top: solid 1px #b2b2b2;
  background: #fcfcfc;
  padding: 12px 0;
  width: 38px;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}

ul.list.cart li .item-price {
  width: 115px;
  float: left;
  margin-top: 25px;
  height: 40px;
  font: normal 24px 'Signika-SemiBold';
  color: #999999;
  text-align: center;
}

ul.list.cart li .item-action {
  width: 35px;
  float: left;
  margin-top: 35px;
}

.total {
  text-align: right;
  font: normal 18px 'Signika-SemiBold';
  padding: 12px 70px;
  color: #808080;
}

.total-price {
  font: normal 24px 'Signika-SemiBold';
  color: #fa4616;
  margin-left: 25px;
}

.shoppingcart-contact-form label.field-radio {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
}

.shoppingcart-contact-form input[type='radio'] {
  float: left;
  margin-right: 10px;
}

.shoppingcart-contact-form input[type='text'],
.shoppingcart-contact-form input[type='email'],
.shoppingcart-contact-form select {
  color: #404040;
  border: solid 1px #e6e6e6;
  border-top: solid 1px #b2b2b2;
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.shoppingcart-contact-form {
  color: #808080;
  font: normal 12px Arial, sans-serif;
}

.shipping-pricing {
  padding: 5px 0 15px 5px;
  line-height: 1.5em;
}

.shipping-pricing ul {
  padding-left: 5px;
  list-style-position: inside;
}

.field.checkbox {
  margin: 0;
}

.field.checkbox input {
  margin: 0 5px 0 5px;
}

.field.checkbox label {
  padding-left: 25px;
}

#page.page404 .div404 {
  margin-top: 120px;
}

#page.page404 .content h1 {
  color: #4c4c4c;
  font: normal 172px 'Signika-Regular';
  line-height: 0.5em;
  margin: 0;
}

#page.page404 h1 span {
  display: block;
  font-size: 72px;
}

#page.page404 p {
  border-top: solid 1px #dbdbdb;
  padding-top: 10px;
  color: #4c4c4c;
  font: normal 24px 'MinionPro-It';
}

#dl-menu {
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  #dl-menu {
    top: 12px;
  }
}

.dl-menuwrapper .dl-menu {
  margin-top: 13px;
}

.dl-menuwrapper li a {
  text-align: left;
  text-transform: uppercase;
  font: normal 15px 'Signika-Regular';
}

.dl-menuwrapper:first-child {
  margin-right: 0;
}

iframe {
  max-width: 100%;
}

ul.list.search li {
  border-top: dotted 1px #aaaaaa;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

ul.list.search li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.list.search img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.list.search h4 {
  padding-top: 0;
  padding-bottom: 10px;
}

ul.list.search .author,
ul.list.search h4 {
  padding-top: 0.5em;
  color: #fa4616;
  font: normal 16px 'Signika-Regular';
}

ul.list.search .title {
  padding-top: 0;
  color: #404040;
  font: normal 16px 'Signika-Regular';
}

ul.list.search div.preview {
  padding: 0 0 10px 0;
  color: #808080;
}

ul.list.search div.preview p {
  padding: 0 0 10px 0;
}

ul.list.search div.preview p:first-child {
  padding-top: 0;
}

ul.list.search .read-more {
  color: #404040 !important;
}

.list+.cat-title {
  margin-top: 20px;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  display: none;
}

@media (min-width:992px) {
  .box-neue-bucher .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

#cookie-alert.active {
  display: block;
}
#cookie-alert , .cookie-notice-container{
  padding: 25px 20px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fa4616;
  color: #fff;
  z-index: 25;
  font-size: 14px;
}

#cookie-alert p, .cookie-notice-container p {
  margin: 0;
}
#cookie-alert p a , .cookie-notice-container p a{
  color: #fff;
  text-decoration: underline;
}

#cookie-alert .wrapper {
  position: relative;
  width: 1170px;
  max-width: 100%;
  margin: 0  auto;
}

#cookie-alert .close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px; 
  opacity: 1;
  color: #fff;
  text-shadow: none;
}

#cookie-alert .close:hover {
}
.col-lg-8.content{
	float: none;
	margin: auto;
	clear:both;
}
.woocommerce table.shop_table,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border-radius: 0;
}
.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: #fa4616 !important;
    width: auto !important;
    display: inline-block !important;
    float: right !important;
    font: normal 14px 'Signika-Regular' !important;
    height: auto !important;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, .woocommerce-checkout-review-order{
	background: #fff;
    padding: 30px;
}
.woocommerce-shipping-fields{
   padding-bottom: 0px;
}
.woocommerce-additional-fields{
   padding-top: 0px;
}
#ship-to-different-address label{
	font-weight: normal;
	padding-left: 20px;
}
#order_review_heading{
	margin: 20px 0 20px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: transparent;
	border-radius: none;
}
.payment_methods , .place-order{
	padding: 0 !important;
}
.place-order{
	padding-top: 1em !important;
}
#terms{
	position: relative;
}
.caret{
	display: none;
}
.item-tooltip .woocommerce-price-suffix{
	display: none;
}
#menu-hauptmenue-1 .dl-back{
	display: none;
}
.issuuembed{
	max-width: 100%;
}
.feat-img{
	height: 223px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #fff !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
#calendar .fc-button{
	cursor: pointer;
}
.woocommerce-message{
	display: none !important;
}
.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
	position:relative;
}
.newsflash{
	margin-bottom: 1em;
}
.anfrage{
	display: none;
}
.vb .anfrage, .af .anfrage{
	display: block;
}
li a.profile{
	    width: 40px;
    text-align: center;
    background: #f7941d;
    color: #fff;
	    height: 40px;
    display: block;
}
li a.profile i, li a.tw i {
	line-height: 40px;
	color: #fff !important;
}
.woocommerce-MyAccount-navigation{
	float: none !important;
    width: 100% !important;
	background-color: #9e9e9e;
	margin-bottom: 1em;
}
.woocommerce-MyAccount-navigation li{
	display: inline-block;
	list-style-type: none;
}
.woocommerce-MyAccount-navigation li a{
	color: #fff !important;
	padding: 10px 13px 11px;
	    font: normal 15px 'Signika-Regular';
		display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100% !important;
	float: none !important;
}
.ui-menu-item.ui-state-focus{
	    background: #404040 !important;
		color: #fff !important;
}
.ui-menu-item{
	font-size: 0.9em !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
#cookie-notice .cn-button {
    margin-left: 10px;
    background: transparent;
    color: #fff;
    vertical-align: initial;
}
.blockUI.blockMsg.blockElement{
	    background-color: #fecf07 !important;
    /* color: #fff; */
    padding: 20px 40px !important;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.67) !important;
}
.site-main ul {
	margin-left: 20px
}

.carousel-item {
  position: relative !important;
  display: none;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
  transition: -webkit-transform 0.6s ease !important;
  transition: transform 0.6s ease !important;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none !important;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block !important;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute !important;
  top: 0 !important;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) !important;
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) !important;
  }
}

.carousel-fade .carousel-item {
  opacity: 0 !important;
  transition-duration: .6s !important;
  transition-property: opacity !important;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1 !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0 !important;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.fc-event-title{
	padding-top: 4px;
    display: inline-block;
}
.fc-event-title:hover{
    /* display: inline; */
}
.fc-event .event-detail a, .fc-event .event-detail-date{
	width: 200px;
    padding: 10px;
    position: relative;
	text-align: left;
	display:block;
}
.fc-event .event-detail, .fc-event .event-detail-date{
	top: -26px;
	position: relative;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.fc-event-title .event-detail-date{
	background: #f7941d;

}
.fc-event:hover .event-detail,.fc-event:hover .event-detail-date{
	/* display: block !important; */
	opacity: 1;
	width: auto !important;
	height: auto !important;
}
.fc-event .event-detail a{
	color: #333;
	background: #fff;
    border-bottom: 1px dotted #efefef !important;

}
#calendar .fc-event .fc-event-inner{
	height: 30px;
    overflow: hidden;
}
#calendar .fc-event:hover .fc-event-inner{
	height: auto;
    overflow: initial;
}
#calendar .fc-event:hover .event-detail a{
	text-decoration: none;
}
#calendar .fc-event .event-detail a:hover {
	text-decoration: underline;
}
.fc-event .event-detail:last-child a{
	border-bottom: 0 !important;
}
@media all and (max-width: 768px) {
.fc-event .event-detail-date, .fc-event .event-detail{
display: none !important;
}
#carousel-hp-content .item a.button.more{
position: initial;
}
}
/* .fc-event-title .event-detail:last-child:after { */
    /* border-left: 100px solid #fff; */
    /* border-right: 100px solid #fff; */
    /* border-bottom: 30px solid transparent; */
  /* content: ""; */
  /* height: 0; */
  /* left: 0; */
  /* position: absolute; */
  /* width: 0;	 */
  /* /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); */
/* } */
@media all and (max-width: 768px) {
.event-detail-date, .event-detail{
display: none !important;
}
}
.list-news .item{
	/*height: 303px;*/
}
/* .entry-content{ */
    /* white-space: pre-wrap; */
/* margin-top: 0px; */
/* } */
.text img{
	margin-bottom: 10px;
}
.gallery a{
	display: inline-block;
	margin: 0 7px 7px 0;
}
.item-image img{
	margin-bottom: 0px !important;
}
.wysija-paragraph{
clear:both;
}
.wysija-paragraph .wysija-input{
    color: #404040;
    border: solid 1px #e6e6e6;
    border-top: solid 1px #b2b2b2;
    padding: 12px;
    width: 100%;
max-width: 250px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.widget_wysija_cont .wysija-submit{
	background: #fa4616 url(./img/send-btn.png) right no-repeat;
    border: none;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #FFF;
    text-indent: -5px;
    font: normal 14px 'Signika-Regular';
max-width: 250px;
}
.wysija-select{
    color: #404040;
    border: solid 1px #e6e6e6;
    border-top: solid 1px #b2b2b2;
    padding: 12px;
    width: 100%;
max-width: 250px;
    margin-bottom: 10px;
    margin-top: 0px;

}
#to-newsletter .text{
    color: #b2b2b2;
    font: normal 14px 'MyriadPro-Regular';
    background: #fcfcfc url(./img/newsletter-bg.png) 12px center no-repeat;
    width: 217px;
    height: 42px;
    padding-left: 40px;
    border: solid 1px #e2e2e2;
    float: left;
    line-height: 3em;
}
#to-newsletter .submit{
    background: #fa4616 url(./img/newsletter-submit-bg.png) center center no-repeat;
    border: none;
    width: 40px;
    height: 42px;
    cursor: pointer;
    display: inline-block;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
    background-color: #fcfcfc;
    border-color: #fecf06;
    padding: 10px;
}
.single-event ul.list.books li{
    max-width: 120px;
}
.gallery .gallery-item{
	display: inline-block !important;
    margin: 0 7px 7px 0 !important;
margin-top: 0 !important;
width: auto !important;
text-align: left !important;
}
.gallery a{
margin: 0;
    display: inline-block;
    margin: 0 7px 7px 0; 
}
.gallery a img{
border: none !important;
}
.featherlight .featherlight-content .caption{
font-size: 0.8em;
}