/*
Theme Name: OnePress
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OnePress is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

----zusatz von rami -------------------------------------------*/
#contact textarea { line-height:1.6em; }



@media (max-width: 900px) {
.nomobile { display: none; }
.nodesktop {  }
}

@media (min-width: 900px) {
.nomobile {  }
.nodesktop { display: none; }
}



/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
@font-face {
  font-family: "DANCINGJUNGLE";
  src: url("./assets/fonts/DANCINGJUNGLE.eot"); /* IE9 Compat Modes */
  src: url("./assets/fonts/DANCINGJUNGLE.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./assets/fonts/DANCINGJUNGLE.otf") format("opentype"), /* Open Type Font */
  url("./assets/fonts/DANCINGJUNGLE.svg") format("svg"), /* Legacy iOS */
  url("./assets/fonts/DANCINGJUNGLE.ttf") format("truetype"), /* Safari, Android, iOS */
  url("./assets/fonts/DANCINGJUNGLE.woff") format("woff"), /* Modern Browsers */
  url("./assets/fonts/DANCINGJUNGLE.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

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

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #ffffff;
  height: 100%;
}

.site {
  background: #FFFFFF;
  position: relative;
}

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #03c4eb;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #777777;
  text-decoration: underline;
}
a:active, a:focus, a:hover {
  outline: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-decoration: none;
}

h1 {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

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

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

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

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
.pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  opacity: 0.8;
  background: #03c4eb;
  border: none;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}
textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}

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

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  border-radius: 3px;
  clip: auto !important;
  color: #03c4eb;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

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

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

/*------------------------------
	3.0 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;
  clear: both;
}

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

/*------------------------------
	3.1 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;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

.clearleft {
  clear: left;
}

.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

body.mce-content-body {
  margin: 20px 40px;
  font-size: 13px;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}

.template-fullwidth-stretched #primary,
.siteorigin-panels #primary {
  padding: 0;
}
.template-fullwidth-stretched .entry-content,
.siteorigin-panels .entry-content {
  margin-bottom: 0px;
}

#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
@media (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }
}

.content-area {
  width: 100%;
  float: none;
}
@media (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}
@media (min-width: 940px) {
  .sidebar {
    width: 25.2252252252%;
    float: left;
  }
}

.left-sidebar .site-main {
  margin-left: auto;
}

.no-sidebar .content-area {
  width: 100%;
}

.single-post .no-sidebar .site-main,
.single-post .no-sidebar .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }

  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.7747747748%;
  }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
/**
Footer widgets
 */
.footer-widgets {
  /*background: #050505;*/
}
.footer-widgets.section-padding {
  padding: 70px 0px 35px;
  padding:  4.375rem 0px 2.1875rem;
}
.footer-widgets table {
  border-collapse: collapse;
}
.footer-widgets table > thead > tr > th,
.footer-widgets table > thead > tr > td {
  border-width: 1px;
}
.footer-widgets table th,
.footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
  color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li,
.footer-widgets .widget-area .widget_archive li,
.footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}
.footer-widgets .widget_recent_entries ul li,
.footer-widgets .widget_recent_comments ul li {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  line-height: 75px;
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
}
.site-header .custom-logo-transparent {
  display: none;
}

.followWrap {
  display: block;
}

.header-full-width .container {
  max-width: auto;
  width: auto;
}
@media (min-width: 940px) {
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}

@media (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
  float: left;
  position: fixed;
  top: 2%;
  left: 2%;
  z-index: 9999;
}

.site-brand-inner.has-logo-img.no-desc {
  display: block !important;
}

.site-branding img {
  height: 169px;
  width: auto;
  transform: rotate(-1deg) scale(1);
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-branding .site-title,
.site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}

.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  line-height: 75px;
  background: white;
  position: relative;
  transform: rotate(-17deg);
  margin-left: 8px;
  margin-top: 28px;
  border-radius: 32px;
  box-shadow: 1px 2px 6px black;
}
.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img {
  line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
  margin-top: -5px;
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  color: #000000;
}

.home.header-transparent .no-scroll .site-brand-inner,
.home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

.header-social {
  margin-left: 0px;
  float: right;
}
@media (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #03c4eb;
}
@media (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}
.header-social a:hover {
  color: #000000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #ffffff;
}

.header-btn {
  float: right;
}

/* Site Navigation */
.onepress-menu,
.onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepress-menu {
    float: none;
    margin: 0 auto;
    width: 40%;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
  padding-right: 0;
}

.onepress-menu > li {
  float: left;
}
.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
  display: block;
}
.onepress-menu a {
  display: block;
  position: relative;
}

.onepress-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.onepress-menu li:hover,
.onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.onepress-menu a:hover {
  color: black;
}
.onepress-menu ul li {
  line-height: 26px;
}
.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}
.onepress-menu ul li a:hover {
  color: black;
}
.onepress-menu li.onepress-current-item > a {
  color: black;
}
.onepress-menu ul li.current-menu-item > a {
  color: black;
}

.onepress-menu > li:last-child > a {
    /*padding-right: 0px;*/
}
.onepress-menu > li a.menu-actived {
  color: black;
}
.onepress-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}

@media (max-width: 1140px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .onepress-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }

  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
    color: #03c4eb;
  }
  .onepress-menu.onepress-menu-mobile a {
    color: #777777;
  }
  .onepress-menu.onepress-menu-mobile a:hover {
    color: #000000;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }

  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}

/* Content
------------------------------*/
.site-content {
  border-top: 1px solid #e9e9e9;
  margin-top: -1px;
}

.site-content.no-border {
  border-top: none;
}

.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content,
.hiding-page-title .site-content {
  margin-top: 0;
}

.page-header {
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.page-header:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: " ";
}
.page-header .entry-title,
.page-header .page-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header p {
  margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 1140px) {
  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }
}
@media (max-width: 940px) {
  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
}
.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}

/* Footer
------------------------------*/
.site-footer {
  background: rgba(31, 31, 31, 1) !important;
  color: #bbbbbb;
  font-size: 14px;
}
.site-footer a {
  color: #03c4eb;
}
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding:  5rem 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}
.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
@media (max-width: 1140px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}      
@media (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
@media (max-width: 1140px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}
@media (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #ffffff;
}
.site-footer .footer-social a:hover {
  color: #03c4eb;
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: #222222;
  font-weight: 500;
  color: #bbbbbb;
}
.site-footer .site-info a {
  color: #dddddd;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #03c4eb;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}

/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
@media (min-width: 940px) {
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.entry-thumbnail {
  margin-bottom: 30px;
}

.single .entry-header .entry-title {
  margin-bottom: 10px;
}

.highlight {
  color: #03c4eb;
}

/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
@media (max-width: 940px) {
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 10px;
  }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: #03c4eb;
  text-decoration: none;
}

.bypostauthor {
  margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-caption {
  display: block;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #03c4eb;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
@media (min-width: 940px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.comment-respond textarea,
.comment-respond textarea {
  width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}

/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
  color: #777;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}

/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #777777;
  font-size: 14px;
}
.sidebar .widget a:hover {
  color: #03c4eb;
  text-decoration: underline;
}

/* Search
------------------------------*/
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
}
.search-form label {
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin: 0px;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
@media (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }
}
@media (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
}

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .widget_calendar a {
  color: #03c4eb;
  text-decoration: underline;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding:  4.375rem 0px;
}

.section-padding-lg {
  padding: 90px 0px;
  padding:  5.625rem 0px;
}

.section-padding-larger {
  padding: 140px 0px;
  padding:  8.75rem 0px;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid,
.onepage-section .container {
  position: relative;
  z-index: 5;
}

.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
  background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
  /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn,
.hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.animation-disable .hero-slideshow-wrapper {
  /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}

.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.hero-slideshow-normal .container {
    padding-top: 8%!important;
    padding-bottom: 7.5%!important;
    /* padding: 22% 0px; */
    position: relative;
    z-index: 80;
}

.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0px;
  margin:  0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0px;
  padding:  3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
}

/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
@media (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }
}
.hero-content-style1 h2 strong {
  font-weight: 900;
}
.hero-content-style1 p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 940px) {
  .hero-content-style1 p {
    font-size: 18px;
  }
}
@media (min-width: 1140px) {
  .hero-content-style1 p {
    font-size: 22px;
  }
}
.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .hero-content-style1 .btn {
    display: inline-block;
  }
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}

#hero .btn {
box-shadow: none;
    font-size: 19px;
    width: 300px;
    margin: 0px auto;
    margin-right: 40px;
    background: #fff !important;
    line-height: 1.6;
    border: solid 3px rgb(215, 46, 86);
    color: black;
}


#hero .btn-theme-primary:focus {
  color: #fff;
}

.h-on-top.is-transparent #hero .container .hero__content {
  margin-top: 75px;
}

/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}

/* Section: Features
------------------------------*/
.icon-background-default {
  color: #03c4eb;
}

.feature-item {
  text-align: center;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 940px) {
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

.feature-media {
  text-align: center;
  margin-bottom: 20px;
}

/* Section: About Us
------------------------------*/
.section-about .about-image {
  text-align: center;
}
.section-about .about-image img {
  margin-bottom: 30px;
}
.section-about .section-title-area {
  margin-bottom: 30px;
}

.section-about .row > div {
    margin-top: 30px;
    border: solid white 20px;
    width: 68%;
    margin: 0 auto;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
@media (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
}
.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #03c4eb;
}
@media (max-width: 720px) {
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #777777;
}
@media (max-width: 720px) {
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family: serif, sans-serif;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
  background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}

.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
@media (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 940px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 720px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
  }
}

.team-member {
  margin-bottom: 20px;
  float: left;
}
.team-member .member-thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #03c4eb;
}
.team-member .member-info {
  margin-top: 0px;
  position: relative;
  z-index: 30;
  text-align: center;
}
.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-news .list-article, .archive .list-article, .blog .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0px;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
  opacity: 0.8;
}
@media (max-width: 940px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    display: none;
  }
}
@media (max-width: 720px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
    width: 100%;
  }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
  margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}

.wpcf7-form {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
}

div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #000;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified > a,
.gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:after {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* 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;
  filter: alpha(opacity=80);
}

.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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
}
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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}
.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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 (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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* WooCommerce support */
.woocommerce-result-count {
  font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 1.5em;
}

.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #03c4eb;
  padding: 10px 20px;
  padding:  0.625rem 1.25rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  padding: 5px;
}

.woocommerce span.onsale {
  padding: inherit;
}

.related.products h2, #tab-description h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2,
.woocommerce .woocommerce-customer-details .col-1,
.woocommerce .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}
.woocommerce .cart_totals th {
  text-align: left;
}
.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #03c4eb;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #03c4eb;
  opacity: .8;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}
@media (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #777777;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}
@media (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}
@media (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}
.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}
@media (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0px;
  padding: 4px 10px 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0px none;
}
.owl-theme .owl-nav button:focus {
  box-shadow: none;
  outline: none;
}
.owl-theme .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
  content: "\e095";
}

.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0px none;
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* WP FORMS */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local],
div.wpforms-container .wpforms-form .wpforms-field input[type=email],
div.wpforms-container .wpforms-form .wpforms-field input[type=month],
div.wpforms-container .wpforms-form .wpforms-field input[type=number],
div.wpforms-container .wpforms-form .wpforms-field input[type=password],
div.wpforms-container .wpforms-form .wpforms-field input[type=range],
div.wpforms-container .wpforms-form .wpforms-field input[type=search],
div.wpforms-container .wpforms-form .wpforms-field input[type=tel],
div.wpforms-container .wpforms-form .wpforms-field input[type=text],
div.wpforms-container .wpforms-form .wpforms-field input[type=time],
div.wpforms-container .wpforms-form .wpforms-field input[type=url],
div.wpforms-container .wpforms-form .wpforms-field input[type=week],
div.wpforms-container .wpforms-form .wpforms-field select,
div.wpforms-container .wpforms-form .wpforms-field textarea {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
  border-bottom: 1px solid #fff;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus,
div.wpforms-container .wpforms-form .wpforms-field select:hover,
div.wpforms-container .wpforms-form .wpforms-field select:focus,
div.wpforms-container .wpforms-form .wpforms-field textarea:hover,
div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
div.wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 215px;
}
div.wpforms-container .wpforms-form button[type=submit] {
  width: 100%;
  text-align: center;
  display: block;
}

/* Pirate Forms */
.pirate_forms .pirate-forms-fields-container .form_field_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control {
  border-radius: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button {
  display: block;
  width: 100%;
}
.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
  border-radius: 0px;
  background-color: #f2f2f2;
  border: 0 none;
  min-height: 245px;
  max-height: 999px;
}

/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"],
[class*="c-bully"]:before,
[class*="c-bully"]:after {
  box-sizing: border-box;
}

.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 940px) {
  .c-bully {
    right: 0px;
  }
}
.c-bully.c-bully--inversed {
  color: #fff;
}
@media (max-width: 940px) {
  .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
}

.onepress-menu-mobile-opening .c-bully {
  z-index: 10;
}

.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 940px) {
  .c-bully__bullet {
    padding: 8px 3px;
  }
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
@media (max-width: 940px) {
  .c-bully__bullet:after {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}
@media (max-width: 940px) {
  .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active:after {
  border-color: transparent;
}

.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
          animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}

.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
          animation: bully-squash 0.2s ease-out forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.single-post .content-inner {
  margin-left: auto;
  margin-right: auto;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.no-sidebar .entry-content > .alignwide {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.no-sidebar .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.single-post .right-sidebar .content-inner {
  margin-left: 0px;
}

.single-post .left-sidebar .content-inner {
  margin-right: 0px;
}

.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-quote {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
  padding: 0px;
}
.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.wp-block-quote > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wp-block-quote cite {
  font-style: normal;
  margin-top: 1em;
  margin-left: 0px;
  position: relative;
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}

.wp-block-pullquote {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
  border-bottom: 0 none;
  border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-pullquote blockquote {
  border-left: 0px;
  background: none;
}

.wp-block-separator {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
  max-width: 100px;
}
.wp-block-separator.is-style-dots {
  border-bottom: none !important;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  padding-left: 0px;
  font-size: 30px;
}

@media (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*--------------------------------------------------------------
  # Block Color Palette Colors
  --------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.link-ristorante {
  position: fixed;
  right: 0;
  top: 15.5%;
  width: 110px;
  height: auto;
  z-index: 9999;
}

.link-ristorante img {
  width: 100%;
  height: auto;
}


/* Sidebar */

@media (max-width: 747px) and (min-width: 320px)
{
  .link-ristorante {
    top: 14%;
    width: 90px;
  }

.toogle-icon-bar span {
    color: white;
    display: flex!important;
    align-items: center;
    height: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

#sid1568192996355 .section-content-area .section-content-area {
    max-height: 100%!important;
}


}

@media (max-width: 747px) and (min-width: 320px)
{
.toogle-icon-bar {
    position: fixed;
    top: 30%;
    right: 0;
    width: 20px;
    height: 20%;
    display: block!important;
    z-index: 9999999;
    background-color: rgb(0, 103, 177 ,0.6);
    transition: 0.5s;
}
#icon_wrapper
{
  width:0px;
}

}



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


.icon-bar {
    position: fixed;
    top: 50%;
    float: right;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}

.icon-bar #info {
  background: rgba(215, 46, 86, .8);
}

.icon-bar a
{
    display: block;
    text-align: center;
    padding: 9px 16px 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background-color: rgba(215, 46, 86, .8);
}

a#info
{
    display: none;
    text-align: center;
    padding: 9px 16px 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    color: white;
    border: solid white 1px;
    text-shadow: 2px 2px 4px #000000;
    cursor: pointer;
}

.email 
{
    background: transparent;
    color: white;
    border: solid white 1px;
    text-shadow: 2px 2px 4px #000000;
}

.facebook
{
    background: transparent;
    color: white;
    border: solid white 1px;
    text-shadow: 2px 2px 4px #000000;
}

.share 
{
    background: transparent;
    color: white;
    border: solid white 1px;
    text-shadow: 2px 2px 4px #000000;
}


.toogle-icon-bar span
{

    
display: none;


}


/*Popup*/


#popup
{
  z-index: 999999999;
  width: 100%;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  display: none;
  background: rgba(0,0,0,.4);
  margin-top: -20px;
  position: fixed !important;
  height: 100%!important;
  justify-content: center;
  align-items: center;
}

#tweet {
  display: flex;
  justify-content: center;
  width: 80%;
  height: 80%;
  align-items: center;
}

a#info
{
    font-size: 22px;
    cursor: pointer;
    order: -1;
  display:none;
}


#close
{
    z-index: 9999;
}

#close
{
    position: absolute;
    background: black;
    color: white;
    right: 27px;
    top: 16px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}

#tweet .bx-wrapper {
  margin: auto;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none !important;
  display: table;
  max-width: 100% !important;
  position: relative !important;
}

.bx-wrapper
{
    position: absolute;
    height: 100%;
    display: inline-block !important;
}

.bx-wrapper
{
    max-width: 100% !important;
    border: none;
    box-shadow: none;
    background: transparent !important;
}

.bx-wrapper .bx-viewport
{
    height: 100% !important;
}

.bxslider-3
{
    height: 100%;
}

.bxslider-3 > div
{
    width: 100% !important;
    height: 100%;
}

.bxslider-bg
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bxslider-bg
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.close1
{
    position: relative;
    bottom: 0px;
    right: 0;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: white;
    filter: alpha(opacity=20);
    z-index: 9999999;
    background-color: transparent;
}

.bx-wrapper .bx-controls
{
    display: none;
}

.bx-wrapper .bx-pager
{
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

@media (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait){
#popup 
{
    background: rgba(87, 87, 86, 0.8);
    border-radius: 5px;
    padding: 0px 0;
    box-shadow: 0 0 10px 0 #000;
    z-index: 99999999;
    margin-left: 20%;
    margin-right: 20%;
    left: inherit;
    top: 5% !important;
    margin-top: 0 !important;
    position: fixed !important;
    height: 37% !important;
    justify-content: center;
}

}

@media (max-width: 768px) and (min-width: 320px)
{

#tweet .bx-wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%!important;
    left: 0;
    right: 0;
    max-width: 100% !important;
    background: transparent;
    border: none;
    box-shadow: none !important;
    display: table;
}

}

@media (max-width: 640px)
{


}



/*Galerie*/

button.button.projbutton.is-checked {
    display: -webkit-inline-box;
}

button.button.projbutton.is-checked {
    background-color: #C12223;
    outline: 0;
  
}

.entry-project-content button {
    background: #ccc;
  font-size: 15px;
    margin: 2px;
    font-size: 13px!important;
    font-weight: 600!important;
    outline: 0!important;
    padding: 10px!important;
}

button, .button {
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}


.grid {
    position: relative!important;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.gallery-item {
    float: none!important;
    padding: 5px;
  margin: 0 4px 4px 0;
    overflow: hidden;
  display: inline-block;
    text-align: center;
    vertical-align: top;
}

.gallery-item-img:nth-child(1n) {
    display: block;
}

.gallery-item-img {
    width: 290px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer .btt a:hover {
  color: rgba(107, 124, 138, .8);
}

.page-id-39 .rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha > div {
  margin-left: 247px;
  position: relative !important;
  right: 0;
  bottom: 0;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #fff !important;
  display: block;
  padding: 0 5px 0 5px;
  font-size: .8em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  width: auto !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  letter-spacing: 1.2px;
}

.cc_message a {
  color: rgba(107, 124, 138, .8) !important;
  text-decoration: underline !important;
}

.page-template-default > #Lauftext {
  display: none;
}

.cc_container .cc_message {
  font-size: 13px !important;
}

.rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha > div {
  filter: grayscale(.8);
  -webkit-filter: grayscale(.8);
}

.rmagic .rmrow.rm_captcha_fieldrow .g-recaptcha > div {
  position: absolute;
  right: -351px;
  bottom: -33px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px 16px 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background-color: rgba(215, 46, 86, .8);
    border: solid 1px;
}

h2.section-title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 3.5px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#rm_form_page_form_4_1_1 .rmrow:nth-of-type(5) {
  margin-bottom: -79px;
}

.onepage-section
{
    position: relative;
    overflow: hidden;
}

.section-meta
{
    background-color: #f8f9f9;
}

.section-padding
{
    padding: 70px 0px;
    padding: 4.375rem 0px;
}

.onepage-section .container-fluid, .onepage-section .container
{
    position: relative;
    z-index: 5;
}

.section-title-area
{
    margin-bottom: 60px;
    text-align: center;
}



.section-title-area .section-subtitle
{
    color: #bcbec0;
    display: inline-block;
    position: relative;
    margin-bottom: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}




.section-title-area .section-title
{
   
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.contact_bereich {
  padding-right: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row.contact_bereich .slideInUp {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
}

.address-box
{
   /* font-size: 21px;*/
    position: absolute;
    right: -70px;
    top: 29px;
    color: white;
    right: 37px;
    float: left;
    display: flex;
    position: absolute;
    left: -55px;
    width: calc(100% + -22px);
}

.address-box > a
{
    width: calc(100% / 3) !important;
    display: block;
}

.section-contact .address-contact
{
    margin-top: 5px;
    margin-bottom: 15px;
    width: 74%;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 6px;
    border: rgba(0,0,0,0.2) 3px solid;
}

a
{
    text-decoration: none;
    outline: none;
}

.section-contact .address-contact span
{
    clear: left!important;
    color: #aaaaaa;
    width: 100%;
    margin: 0 auto;
   float: left;
}



.section-contact .address-contact .address-content
{
    display: block;
    padding-left: 45px;
    line-height: 2;
    color: black;
  font-style: italic;
}

.section-contact .address-contact .fa-inverse
{
    font-size: 30px;
    color: #607d8b !important;
}

.address-box > a
{
    width: calc(100% / 3) !important;
    display: block;
}

.konatktformular {
    top: 2px;
    height: 100%;
    position: relative;
    font-family: "Open Sans" !important;
    width: 54%;
    float: left;
}
.kontaktformular-col2 {
    float: right;
    width: 41%;
}

.home .rminput {
  width: 100%;
}

.email_kontakt {
    position: absolute;
    width: 100%;
    top: 30px;
    margin: 0 auto;
    left: 0px;
    text-align: center;
    z-index: 1;
    height: 80px;
    right: auto;
    font-family: "Open Sans" !important;
}

i.fa.fa-envelope-o.fa-stack-1x.fa-inverse
{
    font-size: 30px;
    color: #607d8b !important;
}

.email_kontakt p
{
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
    color: black;
    font-style: normal!important;
    font-family: "Open Sans" !important;
}

section#contact .rmagic form.rmagic-form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: white;
  border: none;
  font-family: "Open Sans" !important;
}

.addtoany_shortcode
{
    display: none;
}


@media (min-width: 940px)
{

.section-title-area .section-title
{
    font-size: 40px;
    letter-spacing: 3.5px;
}

}


@media (min-width: 940px)
{

.section-title-area .section-subtitle
{
    font-size: 23px;
}

}

#contact textarea#rm_terms_area_Terms_37 {
    display: none;
}

.google_maps{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

a#info {
    display: block;
    height: 55px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: yellow;
}

.followWrap {
    position: relative;
    bottom: 0px;
    height:59px!important;
    /* margin-top: -145px; */
}

.site-header {
    line-height: 33px;
    position: relative;
    width: 100%;
    padding: 10px;
    background: white;
    z-index: 1000;
    -webkit-transition: all 1s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
   /* box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);*/
   box-shadow:none;
}



.onepress-menu a
{
  color:black;
}

.onepress-menu a .header-fixed
{
  color:black;
}

div#oeffnungszeiten {
  position: absolute;
  color: white;
  line-height: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  bottom: 87px;
  z-index: 9999;
  letter-spacing: 2.5px;
}

#header-section {
  position: relative;
}

/*div#Lauftext {
    position: relative;
    top: -40px;
    z-index: 2;
    background-color: black;
    margin-top: 32px !important;
    width: 98%;
    margin: 0 auto;
    display:  none;
}

#Lauftext marquee.lauftext {
    vertical-align: middle;
    position: relative;
    top: -2px;
    bottom: 2px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}*/

#Lauftext {
  margin-left: 20px;
  width: calc(100% - 40px);
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(66,179,63, 1) !important;
  margin-top: 38px;
}

.site-footer {
    background: #111111;
    color: #bbbbbb;
    font-size: 14px;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.reservierung {
    display: -webkit-box;
    position: fixed;
    right: 17px;
    margin-right: 66px;
    margin-top: -9px;
    top: 116px;
    color: black;
    z-index: 9;
    display: none;
}

    div#secondary {
    display: none;
}

.right-sidebar .content-area {
    padding-right: 39px;
     border-right:none; 
     width: 100%; 
}

section#hero {
    position: relative;
    z-index: 0;
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center -7px;
    display: block;
    margin-left: 20px;
    height: calc(100vh - 42px);
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 20px;
}

.site-header.header-fixed {
    display: block;
}

/*.site-header {
    display: none;
}*/

/*.site-header.header-fixed {
    display: -webkit-box;
    position: fixed;
    right: 17px;
    margin-right: 66px;
    margin-top: -9px;
    top: 9px!important;
    color: black;
    z-index: 9;
}*/

div#wpadminbar {
    display: none;
}

.btn-theme-primary {
    background: #d6b469;
    color: #FFFFFF;
    width: 21%;
}

.site-brand-inner.has-logo-img.no-desc {
    display: none;
}

.onepress-menu a:hover {
    border: solid black 1px;
}

section#about {
   /* background-image: url(https://sale-pepe.online/wp-content/uploads/2019/09/Kösk-Slider_0012_DSC04688.jpg); */
    background-attachment: fixed;
    height: 1000px;
    width: 98%;
    margin: 0 auto;
}

h2.center {
    text-align: center;
    background: white;
    margin: 0;
}


.about_box {
    text-align: justify;
    /* width: 80%; */
    margin: 0 auto;
    color: black;
    border: solid black 1px;
    padding: 13px;
    background: white;
    padding: 50px 40px;
}


header#masthead {
    top: 0px!important;
}

#about .onepage-section .container-fluid, .onepage-section .container {
    position: relative;
    z-index: 5;
    /* top: 30%; */
    /* bottom: 30%; */
}

.share {
  border: solid 1px white !important;
}

.share i {
  color: white;
}

a#info {
  color: white;
}

.icon-bar a {
  background-color: rgba(215, 46, 86, .8);
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 2px;
  border-radius: 4px;
}

.onepress-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.onepress-menu a {
  text-decoration: none;
  margin: 0 45px 0 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  font-weight: normal;
}

.hero-slideshow-normal .container {
  height: 100%;
}

.hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
}

.hero__content .Logo_slider {
  margin-bottom: 80px;
}

#hero .btn {
  box-shadow: none;
  font-size: 19px;
  width: 328px;
  margin: 0 auto;
  margin-right: 40px;
  background: rgba(107, 124, 138, 1);
  line-height: 1.6;
}

#hero .btn:nth-of-type(2) {
  margin-right: 0;
}

#sid1568189395456 .container {
    width: 100%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    /* transform: translate(-50%, -50%); */
    margin: auto;
    min-height: 536px;
    max-width: 1000px;
    justify-content: center;
}

.section-title:before {
  width: 100px;
  height: 1px;
  background: rgba(215, 46, 86, 1);
  content: "";
  position: absolute;
  left: 50%;
  top: 44px;
  margin: 0 0 0 -170px;
}

.section-title:after {
  width: 100px;
  height: 1px;
  background: rgba(215, 46, 86, 1);
  content: "";
  position: absolute;
  left: 50%;
  top: 44px;
  margin: 0 0 0 65px;
}

.section-title {
    font-size: 34px;
    color: #222;
    line-height: 34px;
    display: block;
    position: relative;
    z-index: 3;
    font-weight: normal !important;
    position: relative;
    text-transform: uppercase;
    padding: 56px 0 8px 0;
    background: url(https://sale-pepe.online/wp-content/uploads/2021/05/cropped-cropped-sale-e-pape-Logo-01-1.png) center top no-repeat;
    background-size: 74px;
    padding-top: 107px;
}

.section-title-area {
  margin-bottom: 22px;
  text-align: center;
}

.section-content-area p {
  font-family: 'Open sans';
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #444;
  text-align: justify;
}

#sid1568189395456 {
    height: 100vh;
    margin-left: 20px;
    width: calc(100% - 40px);
    background-attachment: fixed;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
}
.onepress-menu li.onepress-current-item > a {
  color: black !important;
}

.site-content {
  border-top: none;
}

#map {
  margin-left: 20px;
  width: calc(100% - 40px);
  height: 120vh;
  background: #f8f9f9;
}

#map .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  max-width: 84%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sid1568192996355 {
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  max-height: 674px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
#sid1568192996355 .section-title-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

#sid1568192996355 .section-content-area {
  display: block;
  width: 100%;
  height: 100%;
}

#sid1568192996355 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.box-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.box-container > div {
  width: calc(100% / 3);
  height: 100%;
  display: block;
  position: relative;
}

.box1,
.box2 {
  margin-right: 20px;
}

.box1-bg,
.box2-bg,
.box3-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.box1-bg:before,
.box2-bg:before,
.box3-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}

.box--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box--content--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.box--content--inner .show {
  border: 1px solid #fff;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
}

.box--content--inner .show:hover {
  background: #fff;
  color: #000;
}

.box--content--inner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 30px;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.box--content--inner .fa { 
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

#sid1568196960661 {
    height: 100vh;
    /* background-image: url(//koesk-grill-restaurant-nagold.de/wp-content/uploads/2019/09/02-Kösk-Restaurant-Paralax_.jpg); */
    margin-left: 20px;
    width: calc(100% - 40px);
    background-attachment: fixed;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

#sid1568196960661 .container {
    width: 50%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
    min-height: 627px;
    max-width: 1000px;
    justify-content: center;
}

#sid1568196960661 .left {
  display: block;
  float: left;
  width: 50%;
}

#sid1568196960661 .right {
  padding-left: 0;
  padding-right: 0%;
  display: block;
  float: left;
  width: 50%;
  padding-top: 7px;
  height: 536px;
}

#sid1568196960661 .btn-theme-primary{
  width: auto;
  background: #6B7C8A;
}

#sid1568196960661 strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Open sans';
  background: #000;
  color: #fff;
  padding: 8px 18px;
  margin: 18px 0 10px 0;
  display: inline-block;
}

input[type="reset"], input[type="submit"], input[type="submit"],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  background: rgba(214, 180, 105, 1);
}

a {
  color: rgba(214, 180, 105, 1);
}

.home #Galerie {
  margin-left: 20px;
  width: calc(100% - 40px);
  background-attachment: fixed;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
  background: #ffffff;
}

#Galerie .section-title-area {
  display: none;
}

#Galerie .g-layout-default.container {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#contact {
    height: 100vh;
    /* background-image: url(//koesk-grill-restaurant-nagold.de/wp-content/uploads/2019/09/Kösk-Slider_0012_DSC04688.jpg); */
    margin-left: 20px;
    width: calc(100% - 40px);
    background-attachment: fixed;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

#contact .container {
    width: 100%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* transform: translate(-50%, -50%); */
    margin: auto;
    min-height: 670px;
    max-width: 1080px;
}

.home .rmagic .rmrow .rmfield label {
  display: none;
}

.home .rmfield {
  width: 0;
  padding: 0;
}

.home .rmagic .rmagic-form .rm_terms_checkbox input[type="checkbox"] {
  margin-right: 6px;
  width: auto;
  float: left;
  margin-top: 4px;
  margin-left: 0;
}

.home div.rm_terms_checkbox {
  float: left;
  text-align: justify;
  font-size: 12px;
}

.home .rmagic .rmrow .rminput input[type="text"],
.home .rmagic .rmrow .rminput input[type="password"],
.home .rmagic .rmrow .rminput input[type="email"],
.home .rmagic .rmrow .rminput input[type="url"],
.home .rmagic .rmrow .rminput input[type="number"] {
  width: 100%;
  min-height: 36px;
  font-size: 1em !important;
  max-width: 100%;
  height: auto;
  background: none;
  border: 1px solid #000;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
  color: #000;
  border-radius: 0px;
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 300;
}

.home textarea {
  width: 100%;
  min-height: 36px;
  font-size: 1em !important;
  max-width: 100%;
  background: none;
  border: 1px solid #000;
  padding: 0 10px;
  line-height: 38px;
  color: #000;
  border-radius: 0px;
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 300;
  height: 100px !important;
}

.home .rmagic .rmcontent form fieldset {
  padding-left: 0;
}
.home .rmrow {
  padding-left: 0;
}

#rm_form_page_form_4_1_1 .rmrow:nth-of-type(3) {
  display: none;
}
#rm_form_page_form_4_1_1 .rmrow:nth-of-type(2) .rminput {
  width: 50%;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover,
.pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
  opacity: 0.8;
  background: rgba(214, 180, 105, 1);
  color: white;
  border: none;
}

.home .rmagic .buttonarea {
  width: 100%;
  display: block;
  float: left;
  margin: 0px 0 10px 0;
  margin-top: 18px;
}

#rm_form_page_form_4_1_1 .rmrow:nth-of-type(5) .rminput {
  width: 100%;
}
#rm_form_page_form_4_1_1 .rmrow:nth-of-type(5) .buttonarea {
  width: 30%;
  margin-top: 8px;
  margin-left: 26px;
}

.kontaktformular-col2 table {
  margin-top: 21px;
  border: none;
}

.kontaktformular-col2 table a {
  color: #777777;
}

.kontaktformular-col2 td {
  padding: 0 0 4px 0;
  vertical-align: top;
  font-size: 16px;
  text-align: left !important;
  border: none;
}

.kontaktformular-col2 td p {
  margin-bottom: 0;
}

.kontaktformular-col2 td .fa {
  margin: 2px 0 0 0;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  color: #000;
  margin-right: 16px;
}

.back-link {
  text-align: center;
  margin-top: 60px;
}
.back-link img {
  margin-bottom: 10px;
  width: auto;
  height: 60px;
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
}

.page-id-39 #rm_terms_textarea {
  display: none;
}
.page-id-39 .rmagic .rmagic-form .rm_terms_checkbox input[type="checkbox"] {
  margin-left: 0;
}

.page-id-39 .rmagic .rminput .rmradio li {
  list-style: none;
  width: calc(100% / 3);
  float: left;
}

.site-footer .site-info .container {
  text-transform: uppercase;
  width: 100%;
}

.breadcrumbs {
  border-bottom: none;
}

.post-modal1,
.post-modal2,
.post-modal3,
.post-modal4 {
  display: none;
}

.post-modal1 {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}

.post-modal1 .post-modal--container {
  /*background-color: #140E2C;*/
  margin: 4% auto;
  padding: 20px;
  /*border: 1px solid black;*/
  width: 64%;
  height: 74%;
  position: relative;
  padding-right: 0px;
}

.post-modal1 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px 1px black;
}

.post-modal1 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -14px;
  right: 1px;
  position: absolute;
  z-index: 999999999999;
}

.post-modal1 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.post-modal1 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: 100%;
  display: table;
  flex-direction: column;
  bottom: 0;
  margin: auto;
}

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

.modal-close:hover,
.modal-close-text:hover {
  cursor: pointer;
}

.post-modal2 {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}

.post-modal2 .post-modal--container {
  /*background-color: #140E2C;*/
  margin: 4% auto;
  padding: 20px;
  /*border: 1px solid black;*/
  width: 64%;
  height: 74%;
  position: relative;
  padding-right: 0px;
}

.post-modal2 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px 1px black;
}

.post-modal2 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -14px;
  right: 1px;
  position: absolute;
  z-index: 999999999999;
}

.post-modal2 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.post-modal2 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: 100%;
  display: table;
  flex-direction: column;
  bottom: 0;
  margin: auto;
}

.post-modal3 {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}

.post-modal3 .post-modal--container {
  margin: 4% auto;
  padding: 20px;
  width: 80%;
  height: 80%;
  position: relative;
  padding-right: 0px;
}

.post-modal3 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px black;
}

.post-modal3 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -16px;
  right: 0;
  position: absolute;
  z-index: 999999999999;
}

.post-modal3 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.post-modal3 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: auto;
  display: table;
  flex-direction: column;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  max-width: 100%;
}

.post-modal3 .section-title {
  line-height: 1.2;
  font-size: 26px;
}


.post-modal4 {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}

.post-modal4 .post-modal--container {
  margin: 4% auto;
  padding: 20px;
  width: 60%;
  height: 80%;
  position: relative;
  padding-right: 0px;
}

.post-modal4 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px black;
}

.post-modal4 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -16px;
  right: 0;
  position: absolute;
  z-index: 999999999999;
}

.post-modal4 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.post-modal4 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: auto;
  display: table;
  flex-direction: column;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  max-width: 100%;
}

.post-modal4 .section-title {
  line-height: 1.2;
  font-size: 26px;
}

.addtoany_shortcode
{
  display: none;
}

#a2apage_dropdown {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a.share:hover {
  cursor: pointer;
}

#a2apage_dropdown {
  left: -325px;
  top: 0px;
  opacity: 0;
  display: none !important;
}

#a2apage_dropdown.fadein {
  opacity: 1;
  display: block!important;
}

.a2a_menu a {
  text-shadow: none;
}

.toogle-icon-bar {
  display: none;
}

.home .rmagic .buttonarea input[type='button'], .home .rmagic .buttonarea input[type='submit'] {
  margin-right: 0;
  display: block;
  position: absolute;
  right: -228px;
  bottom: 97px;
}

#sid1574855690040 {
  height: 100vh;
  margin-left: 20px;
  width: calc(100% - 40px);
  background-attachment: fixed;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
}

#sid1574855690040 a.link {
  background: #e87010;
  color: white;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none !important;
  font-family: DANCINGJUNGLE;
  font-size: 32px;
  letter-spacing: 1.4px !important;
}

#sid1574855690040 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-height: 536px;
  max-width: 1000px;
  justify-content: center;
}

@media  
(min-device-width : 768px) 
(max-device-width : 1024px)
{ 

#contact .container {
    width: 84%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: auto;
    display: table;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    margin: auto;
    min-height: 752px;
    max-width: 1000px;
}

#sid1568196960661 .container {
    width: 86%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: auto;
    display: table;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    margin: auto;
    min-height: 627px;
    max-width: 1000px;
}

#sid1568189395456 .container {
    width: 86%;
    background: #fff;
    border: 20px solid #fff;
    box-shadow: inset 0 0 0 1px #000;
    padding: 50px 40px;
    height: auto;
    display: table;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    margin: auto;
    min-height: 536px;
    max-width: 1000px;
}

.section-content-area p {
    font-family: 'Open sans';
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
    color: #444;
    text-align: justify;
}

}


@media  
and (min-device-width : 320px) 
and (max-device-width : 768px) {
   #hero .btn
   {
      box-shadow: none;
      font-size: 20px;
      width: 200px;
      margin: 5px auto;
      margin-right: 0px;
  }


  #sid1568189395456 .container {
      width: 86%;
      background: #fff;
      border: 20px solid #fff;
      box-shadow: inset 0 0 0 1px #000;
      padding: 50px 15px;
      height: auto;
      display: flex;
      flex-direction: column;
      margin: auto;
      min-height: 536px;
      max-width: 1000px;
  }

  .section-title:before {
      width: 50px;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      left: 74%;
      top: 32px;
      margin: 0 0 0 -170px;
  }

  .section-title:after {
      width: 50px;
      height: 1px;
      background: #000;
      content: "";
      position: absolute;
      left: 50%;
      top: 32px;
      margin: 0 0 0 65px;
  }


  .section-content-area p {
      font-family: 'Open sans';
      font-weight: 300;
      font-size: 13px;
      line-height: 180%;
      color: #444;
      text-align: justify;
  }

  .section-title-area .section-title {
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: 800;
      position: relative;
      margin-bottom: 0px;
      text-transform: uppercase;
  }

  #sid1568196960661 .left {
      display: block;
      float: left;
      width: 100%;
  }

  #sid1568189395456 {
      height: 160vh;
      margin-left: 20px;
      width: calc(100% - 40px);
      background-attachment: fixed;
      margin-bottom: 20px;
      padding-bottom: 0;
      padding-top: 0;
      display: flex;
  }

  .box-container {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .box-container > div {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
  }

  #contact .container {
      width: 86%;
      background: #fff;
      border: 20px solid #fff;
      box-shadow: inset 0 0 0 1px #000;
      padding: 50px 40px;
      height: 50vh;
      display: flex;
      flex-direction: column;
      /* transform: translate(-50%, -50%); */
      margin: auto;
      min-height: 752px;
      max-width: 1000px;
  }

  #sid1568196960661 .container {
      width: 86%;
      background: #fff;
      border: 20px solid #fff;
      box-shadow: inset 0 0 0 1px #000;
      padding: 50px 24px;
      height: 50vh;
      display: flex;
      flex-direction: column;
      margin: auto;
      min-height: 627px;
      max-width: 1000px;
      justify-content: center;
  }

  .kontaktformular-col2 td {
      padding: 0 0 9px 0;
      vertical-align: top;
      font-size: 7px;
      text-align: left !important;
      border: none;
  }

  #contact .container {
      width: 86%;
      background: #fff;
      border: 20px solid #fff;
      box-shadow: inset 0 0 0 1px #000;
      padding: 3px 5px;
      height: 152vh;
      display: flex;
      flex-direction: column;
      /* transform: translate(-50%, -50%); */
      margin: auto;
      min-height: 752px;
      max-width: 1000px;
  }

  #contact {
      height: 170vh;
      /*background-image: url(https://sale-pepe.online/wp-content/uploads/2019/09/Kösk-Slider_0012_DSC04688.jpg); */
      margin-left: 20px;
      width: calc(100% - 40px);
      background-attachment: fixed;
      margin-bottom: 20px;
      padding-bottom: 0;
      padding-top: 0;
      display: flex;
      flex-direction: column;
  }

}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.services-list li {
  display: inline-block;
  margin: 0px 6px 10px;
  width: 144px;
  vertical-align: top;
}

.services-list i {
  border: 5px solid #cccccc;
  border-radius: 50%;
  background: #fff;
  font-size: 41px;
  line-height: 70px;
  width: 80px;
  height: 80px;
  margin: 0 0 10px;
  color: rgba(107, 124, 138, 1);
}

.services-list li span {
  text-shadow: 1px 1px 13px lightgrey;
}

.services-list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: 18px;
}

#sid1568623881868 {
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  height: 72vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.button-bg-lightblue {
  background: rgba(215, 46, 86, 1) !important;
  margin-top: 40px;
}

#sid1568623881868 .section-title-area {
  margin-bottom: 42px;
}

#sid1568623881868 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: 66vh;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-height: 496px;
  max-width: 84%;
  justify-content: center;
}

#map iframe {
  height: 100%;
}

.onepress-map {
  height: 100% !important;
}

.hero-slideshow-wrapper:after {
  background: transparent !important;
}

.logo-slider-container {
  color: white;
  font-size: 3.4rem;
  padding-top: 9%;
  font-weight: bold;
  display: none;
  margin: 0 auto;
  margin-left: 16%;
  text-shadow: 1px 2px 6px black;
}

.logo-slider-container h1 {
  color: inherit;
  font-size: inherit;
  display: inline-block;
}

.logo-slider-container h1 + h1 {
  font-weight: normal;
  color: whitesmoke;
}

.logo-slider-container h1 + h1 ~ h1 {
  font-size: 33px;
  font-weight: normal;
  margin-top: -14px;
  display: block;
}

.logo-slider-container h1 + h1 ~ h1 span{
  color: rgba(0, 0, 0, 0.6);
  background: rgb(255, 255, 255);
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: none;
}

.logo-slider-container.active {
  display: table;
}

.sub-box-content {
  font-size: 16px;
}

#nf-form-title-1,
.nf-before-form-content {
  display: none;
}

.nf-form-content label {
  display: none;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  width: 100%;
  min-height: 36px;
  font-size: 1em !important;
  max-width: 100%;
  height: auto;
  background: none;
  border: 1px solid #000;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
  color: #000;
  border-radius: 0px;
  font-family: 'Open sans';
  font-size: 18px;
  font-weight: 300;
}

#contact_bereich1 > div {
  display: block;
  width: 100%;
}

.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}

.nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.nf-error-msg {
  display: none;
}

.nf-form-layout {
  margin-top: 18px;
}

.home .nf-error .ninja-forms-field {
  border-color: #6B7C8A !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #6B7C8A;
}

#nf-label-field-5 {
  float: left;
  text-align: justify;
  font-size: 12px;
  font-weight: normal;
  margin-top: -9px;
}

.nf-error-msg, .ninja-forms-req-symbol {
  display: none;
}

#nf-field-4 {
    margin-right: 0;
    display: block;
    position: absolute;
    right: -350px;
    bottom: 142px;
    width: 302px;
    height: 76px;
    background: rgba(107, 124, 138, 1);
}

#rc-anchor-container {
    margin-top: 30px !important;
}


.fa {
  font-family: "Font Awesome 5 Free" !important;
}

#sid1571145051668 {
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  background-attachment: fixed;
}

#sid1571145051668 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 40px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-height: 536px;
  max-width: 84%;
  justify-content: center;
}

#nf-field-7-wrap {
  margin-right: 0;
  display: block;
  position: absolute;
  right: -352px;
  bottom: 82px;
  filter: grayscale(.8);
  -webkit-filter: grayscale(.8);
}

#sid1571233210731 {
  height: 100vh;
  margin-left: 20px;
  width: calc(100% - 40px);
  background-attachment: fixed;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

#sid1571233210731 .container {
  width: 100%;
  background: #fff;
  border: 20px solid #fff;
  box-shadow: inset 0 0 0 1px #000;
  padding: 50px 28px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-height: 722px;
  max-width: 1400px;
  justify-content: center;
}

#sid1571233210731 .section-title {
  line-height: 1.2;
}

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

#sid1571233210731 .btn-theme-primary {
  width: 36%;
}

.et_pb_pricing_tables_0 {
  margin-top: 20px;
}

.et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul {
  padding: 0!important;
  line-height: inherit!important;
  list-style-type: square !important;
}

.et_pb_pricing_table_wrap {
  display: flex;
  justify-content: center;
  width: 85%;
  margin-bottom: 34px;
  margin: 0 auto;
}

.et_pb_featured_table {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
  box-shadow: 0 0 12px rgba(0,0,0,.1);
}

.et_pb_pricing_table {
  width: calc(100% / 3);
  float: left;
  position: relative;
  margin: 30px -1px 0 0;
  padding-bottom: 30px;
  border: 1px solid #bebebe;
  background-color: #fcfcfc;
  text-align: center;
}

.et_pb_featured_table .et_pb_pricing_heading {
  background-color: #0b2750;
}

.et_pb_pricing_heading {
  position: relative;
  margin-bottom: 17px;
  padding: 10px 0;
  background-color: #bebebe;
}

.et_pb_pricing_heading > a {
  text-decoration: none;
}

.et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2 {
  padding-bottom: 5px;
  color: #fff !important;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
}

.et_pb_pricing_tables_0 .et_pb_best_value {
  font-size: 14px;
}

.et_pb_best_value {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.et_pb_pricing_content_top {
  position: relative;
  padding-bottom: 30px;
  /* border-bottom: 1px solid #bebebe; */
}

.et_pb_et_price {
  color: #0b2750;
  font-size: 16px;
}

.et_pb_dollar_sign {
  position: absolute;
  margin-left: -.5em;
  font-size: 18px;
  font-weight: 400;
}

.et_pb_sum {
  font-weight: 300;
  line-height: 1.03em;
}

.et_pb_sum {
  font-size: 38px;
}

.mieten-ab-subtitle {
  float: left;
  font-size: 15.5px;
  color: #0b2750;
  width: 100%;
  margin-top: 7px;
  margin-left: 2px;
  font-style: italic;
}

.et_pb_pricing_content.minimized {
  height: auto;
}

.et_pb_pricing_content {
  position: relative;
  padding: 30px;
  text-align: left;
  overflow: hidden;
  transition: height 2s;
}

.et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul {
  padding: 0!important;
  line-height: inherit!important;
  list-style-type: square !important;
}

.et_pb_pricing_table .et_pb_pricing li {
  font-size: 14px!important;
  line-height: 16px!important;
  padding-bottom: 4px!important;
  color: #536d76;
}

.et_pb_pricing_table .et_pb_button_wrapper {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 16px;
}

.et_pb_button {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-decoration: none !important;
}

.et_pb_pricing_table_button {
  display: inline-block;
  position: relative;
}

.et_pb_section-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 34px;
}

.et_pb_section-title + div {
  color: #536d76;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  margin-bottom: 34px;
  margin: 0 auto;
}

.form-fields {
  margin-bottom: 20px;
}

.form-fields input,
.form-fields select {
  width: 200px;
}
.form-fields select {
  margin-top: 8px;
}
.form-fields input {
  outline: none;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-left: none;
  border-right: none;
  background: white;
}
.form-fields input:focus {
  background: white;
}

.page-id-39 label {
  display: block;
  font-size: 14px !important;
}
.page-id-39 #nf-label-field-25 {
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-widgets .container {
  max-width: 88% !important;
  width: 100%;
}

#footer-1 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

#footer-2 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

#footer-3 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

.footer__headline {
  text-align: left !important;
  font-size: 20px;

  color: white !important;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.german-flag-text {
  display: flex;
  justify-content: center;
  margin-top: -4px;
  margin-bottom: 14px;
  color: white;
  font-size: 15px;
  width: 445px;
  text-align: center;
}

.german-flag img {
  width: 92%;
  padding-bottom: 22px;
}

.footer__map-wrapper {
  width: 553px;
}

#footer-widgets a {
  text-transform: uppercase;
  text-decoration: none;
  color: currentColor;
}

.footer__headline:after {
  content: "";
  display: block;
  background: white;
  height: 1px;
  margin-top: 11px;
  width: 92%;
}

#footer-1 .footer__headline:after {
  display: none;
}

.german-flag {
  margin-top: -16.5px;
  width: 484px;
}

.footer__map-image {
  background-image: url(https://sale-pepe.online/wp-content/uploads/2021/05/sale-e-pepe-map.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  height: 110px;
  width: 80%;
  background-size: cover;
}

.footer__map-image:hover {
  background-image: url(https://sale-pepe.online/wp-content/uploads/2021/05/sale-e-pepe-map.jpg) !important;
}

.footer__map-copyright {
  font-size: .625rem;
  background: #fff;
  color: #292929;
  padding: .1875rem .375rem;
  width: 80%;
}

.footer__address {
  color: white;
}

.footer__address .oeffnungszeiten-container {
  position: absolute;
  left: 274px;
  bottom: 30px;
  max-width: 267px;
}

.footer__address .oeffnungszeiten-container .oeffnungszeiten h2 {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
}

#footer-widgets a:focus, #footer-widgets a:hover {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__profiles .grid-x {
  margin-top: 16px;
}

.footer__profiles {
  margin-bottom: 26px;
}

.footer__profiles .grid-x:nth-of-type(2) figure a,
.footer__profiles .grid-x:nth-of-type(3) figure a,
.footer__profiles .grid-x:nth-of-type(4) figure a,
.footer__profiles .grid-x:nth-of-type(5) figure a{
  display: none;
}

.footer__profiles .grid-x:nth-of-type(1) figure {
  width: 126px;
}

.footer__profiles .grid-x:nth-of-type(2) {
  margin-top: 40px;
}

.footer__profiles .grid-x:nth-of-type(2):before {
  content: "";
  display: block;
  height: 1px;
  background: #DADADA;
  width: 62%;
  margin-top: -22px;
  position: absolute;
}

.footer__profiles .grid-x:nth-of-type(2) figure,
.footer__profiles .grid-x:nth-of-type(3) figure,
.footer__profiles .grid-x:nth-of-type(4) figure,
.footer__profiles .grid-x:nth-of-type(5) figure {
  display: block;
  height: auto;
  margin-bottom: 0px;
  width: 154px;
}

.footer__profiles .grid-x:nth-of-type(2) figure + .anschriften,
.footer__profiles .grid-x:nth-of-type(3) figure + .anschriften,
.footer__profiles .grid-x:nth-of-type(4) figure + .anschriften,
.footer__profiles .grid-x:nth-of-type(5) figure + .anschriften {
  margin-top: -22px;
}

.footer__profiles .grid-x:nth-of-type(2) .anschriften a:nth-of-type(2),
.footer__profiles .grid-x:nth-of-type(3) .anschriften a:nth-of-type(2),
.footer__profiles .grid-x:nth-of-type(4) .anschriften a:nth-of-type(2),
.footer__profiles .grid-x:nth-of-type(5) .anschriften a:nth-of-type(2){
  display: none;
}

.footer__profiles .grid-x:nth-of-type(4) figure figcaption,
.footer__profiles .grid-x:nth-of-type(5) figure figcaption {
  margin-top: -2px;
}

.adress_daten_footer {
  width: calc(100% + 24px);
}

.footer__profiles .grid-x:nth-of-type(4) {
  margin-top: 40px;
}

.footer__profiles .grid-x:nth-of-type(4):before {
  content: "";
  display: block;
  height: 1px;
  background: #DADADA;
  width: 62%;
  margin-top: -22px;
  position: absolute;
}

img.hotline {
  width: auto;
  margin-right: 12px;
  margin-left: 0;
}

.profile figcaption {
  color: white;
  font-size: 17px;
  margin-bottom: 17px;
  margin-left: -15px;
  display: flex;
  width: 200px;
}
.profile + .anschriften {
  margin-top: 34px;
}

.footer-widget-area > div {
  width: calc(100% / 3);
}

.footer__address ul {
  margin-left: 0;
  margin-top: 30px;
}

.footer__strong {
  font-size: 20px;
  line-height: 1.4;
}

#footer-widgets .widget ul li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 6px;
  margin: 0;
}

#footer-widgets .btn {
  color: white !important;
  background: rgba(215, 46, 86, .8);
  text-shadow: 5px 3px 9px black;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.5625rem 1.9375rem 0.4375rem;
  position: relative;
  -webkit-transition: color .3s,background-color .3s;
  transition: color .3s,background-color .3s;
  z-index: 0;
  margin-top: 80px;
  padding-left: 4px;
  border: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#footer-widgets .btn:hover {
  opacity: .4;
}

#footer-widgets .btn i {
  font-size: 26px !important;
  margin-top: 5px !important;
  display: inline-block;
  margin-left: 10px;
}

#footer-widgets .btn span {
  display: block;
  margin-top: 5px;
  float: right;
  margin-left: 15px;
}

.site-footer {
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 20px;
}

.footer_icon_email {
  border: solid 1px white;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-top: 2px;
  font-size: 25px !important;
  margin-bottom: 5px;
  margin-top: 5px;
  background: rgba(215, 46, 86, .8) !important;
  color: white !important;
  margin-right: 14px;
}

.small-large {
  font-size: 10.5px;
}

.footer__address ul li:nth-of-type(1) {
  margin-bottom: 20px;
}

.footer__address a {
  color: #777777 !important;
  font-size: 14px;
  padding-left: 4px;
}

.footer__address ul li a {
  color: white !important;
}

.footer-widget-area .btn {
  color: white !important;
  background-color: #0b2750;
  cursor: pointer;
  border-radius: 1.25rem;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.5625rem 1.9375rem 0.4375rem;
  position: relative;
  -webkit-transition: color .3s,background-color .3s;
  transition: color .3s,background-color .3s;
  z-index: 0;
  margin-top: 6px;
  text-decoration: none !important;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 34px;
  padding-left: 4px;
}

.footer-widget-area .btn:hover {
  background-color: #0b2750 !important;
  opacity: .6;
}

.footer-widget-area .btn i {
  font-size: 26px !important;
  margin-top: 0 !important;
}
.footer-widget-area .btn span {
  display: block;
  margin-top: 14px;
  float: right;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-x figure {
  display: inline-block;
  float: left;
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.adress_daten_footer {
  position: relative;
  left: 20px;
  top: 14px;
  line-height: 1.8;
}

.footer_icon_phone {
  border: solid 1px white;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 25px !important;
  margin-bottom: 5px;
  background: #0b2750 !important;
  width: 37px !important;
  height: 35px !important;
  line-height: 1.4 !important;
  color: white !important;
  margin-right: 14px;
}

.adress_daten_footer a:hover i {
  color: white !important;
}

.footer_icon_email {
  border: solid 1px white;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-top: 2px;
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
  background: rgba(215, 46, 86, .8) !important;
  color: white !important;
  margin-right: 14px;
}

.adress_daten_footer a {
  font-size: 14px;
}

.instafeed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: block;
  height: 150px;
  width: 228px;
  float: left;
}

.instafeed__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.close-contact {
  color: white;
  font-size: 21px;
  position: absolute;
  top: -12px;
  right: -14px;
  background: black;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 4px;
}
.close-contact:hover {
  cursor: pointer;
  opacity: .4;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container > div {
  display: flex;
  margin-bottom: 12px;
}
.flex-container--column1 {
  flex: 1;
}
.flex-container--column2 {
  flex: 3;
}

.page-template-template-embedded #Lauftext {
  display: none;
}
.page-template-template-embedded #header-section {
  display: none;
}
.page-template-template-embedded #footer-widgets {
  display: none;
}
.page-template-template-embedded .icon-bar {
  display: none;
}
.page-template-template-embedded .site-main .container {
  margin-left: 20px;
  width: calc(100% - 40px);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-embedded .kachel {
  height: 130px;
  /* border: solid 1px #F3F4F4; */
  /* margin-bottom: 1px; */
  background-size: cover;
  background-position: center;
  border-left: none;
  border-right: none;
}
.page-template-template-embedded .kachel a {
  display: block;
  height: 100%;
  width: 100%;
}
.page-template-template-embedded .site-footer {
  margin-top: 0;
}
.page-template-template-embedded .kachel-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 8px);
  display: flex;
  justify-content: left;
  height: 100%;
  align-items: flex-end;
  color: white;
  text-shadow: 1px 1px black;
  margin-left: 8px;
  position: relative;
}
.page-template-template-embedded .fas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-left: -8px;
  font-size: 38px;
}

.page-template-template-embedded .fa-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-left: -8px;
  font-size: 38px;
}

.page-template-template-embedded .site-footer .btt a {
  right: -72%;
}

#sid1572886375987 {
  margin-bottom: 28px;
  margin-left: 0;
  width: 100%;
  max-height: 602px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  top: 65vh;
  background: transparent;
}

#sid1572886375987 .container {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#sid1572886375987 .section-title {
  margin-bottom: 46px;
  margin-top: 40px;
}

#sid1572886375987 .section-content-area {
  height: 100%;
}

.mittagstisch {
  display: flex;
  justify-content: space-around;
  height: 100%;
  margin-top: 50px;
}

.mittagstisch > div {
  width: calc(100% / 5);
  margin-right: 16px;
  background: #DCE3E3;

  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  max-height: 224px;
  position: relative;
  transition: all 2s;
}
.mittagstisch > div > a {
  position: absolute;
  height: 100%;
  width: 100%;
}

.mittagstisch-template-default #Lauftext {
  display: none;
}
.mittagstisch-template-default .addtoany_share_save_container {
  display: none;
}

.single-mittagstisch .mittagstisch {
  display: block;
}

.single-mittagstisch .entry-meta {
  display: none;
}

.single-mittagstisch .entry-content {
  background: transparent !important;
  width: 100%;
  color: #333333;
  font-size: 16px;
  margin-top: 29px;
  max-height: 100%;
}

.single-mittagstisch .mittagstisch > div:nth-of-type(1) {
  background: transparent !important;
}

.single-mittagstisch .mittagstisch > div:hover {
  cursor: inherit;
  opacity: 1;
}

.mittagstisch-preview-image {
  width: 100%;
  max-width: 600px;
}

.sonntag {
  margin-right: 0;
}

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

.mittagastisch--inner-title {
  font-size: 28px !important;
  color: white;
  text-transform: uppercase;
  margin-top: 17px;
  text-shadow: 1px 1px 1px black;
  white-space: nowrap;
}
.mittagastisch--inner-title span {
  font-size: 16px;
  text-transform: none;
}
.mittagstisch--inner-text {
  color: white;
  font-size: 18px;
  margin-top: 24px;
  text-align: left;
  margin-left: 10%;
  width: 84%;
  text-shadow: 1px 1px 1px black;
}

.konatktformular .nf-form-layout #nf-field-27-container{
  display: inline-block;
  width: 50%;
  float: left;
  margin-right: 10px;
}
.konatktformular .nf-form-layout #nf-field-2-container{
  display: inline-block;
  width: calc(50% - 10px);
}

a.link,
a.link:focus,
a.link:hover {
  color: rgba(107, 124, 138, 1);
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  border-radius: 50%;
  content: "";
  height: 8px !important;
  width: 8px !important;
  position: absolute;
  left: -25px !important;
  bottom: 5px;
  z-index: 2;
  top: 6px !important;
}

.mittagstisch > div:nth-of-type(1) {
  background: rgba(107, 124, 138, 1);
  border: solid 8px white;
  border-style: inset;
}

.mittagstisch > div:nth-of-type(2) {
  background: #C1B6B8;
  border: solid 8px white;
  border-style: inset;
}

.mittagstisch > div:nth-of-type(3) {
  background: #B6BFC1;
  border: solid 8px white;
  border-style: inset;
}

.mittagstisch > div:nth-of-type(4) {
  background: #A7859A;
  border: solid 8px white;
  border-style: inset;
}

.mittagstisch > div:nth-of-type(5) {
  background: #DFC8D8;
  border: solid 8px white;
  border-style: inset;
  margin-right: 0;
}

#window {
  position: fixed;
  left: calc(50% - 215px);
  top: 50%;
  z-index: 9999999999;
  color: white;
  text-align: center;
  background: white;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 430px;
  display: none;
}
#window h3 {
  font-size: 25px;
}
#window p {
  color: black;
  font-size: 17px;
  margin-bottom: 24px;
}
#window button {
  outline: none;
  width: 130px;
  background: rgba(215, 46, 86, .8);
  margin-right: 10px;
}
#close-x {
  color: white;
  font-size: 16px;
  width: auto !important;
  text-align: right;
  top: -16px;
  position: absolute;
  right: -23px;
  padding-top: 0px;
  padding-bottom: 1px;
  border-radius: 26%;
  text-transform: lowercase;
  padding-left: 8px;
  padding-right: 8px;
}

.home #nf-field-16-container {
  width: 50%;
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
}
.home #nf-field-22-container {
  width: calc(50% - 10px);
  display: inline-block;
}
.home #nf-field-28-container {
  width: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.home #nf-field-19-container {
  width: calc(50% - 10px);
  display: inline-block;
}
#sid1568196960661 label {
  display: block;
  font-size: 14px;
}
.home #nf-field-20-container {
  width: 100%;
  margin-bottom: 6px;
}
.home #nf-form-2-cont {
  transform: scale(.8);
  margin-top: -95px;
  width: 106%;
}
.home .list-checkbox-wrap .nf-field-element li, .home .list-radio-wrap .nf-field-element li {
  float: left;
  display: inline-block;
  width: calc(100% / 2);
}
.home .list-checkbox-wrap .nf-field-element li label, .home .list-radio-wrap .nf-field-element li label {
  font-size: 14px;
  margin: 0 auto;
}
.home #nf-field-23-container {
  display: none;
}
.home #nf-label-field-25 {
  font-size: 11px;
  font-weight: normal;
}
.home #nf-label-field-20 {
  margin-bottom: 4px;
}
.home #nf-form-title-2 {
  display: none;
}

.flex {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
}
.flex img {
  width: auto;
  height: 140px;
}

.mittagastisch--inner-title {
  position: relative;
}

.mittagastisch--inner-title:before {
  content: "";
  position: absolute;
  width: calc(100% - 52px);
  height: 2px;
  bottom: 0;
  left: 26px;
  right: 26px;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.mittagstisch > div:hover {
  cursor: pointer;
  opacity: .8;
}
.mittagstisch > div:hover .mittagastisch--inner-title:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#sid1568196960661 table {
  border: none;
  margin-top: 20px;
}

#sid1568196960661 table td {
  border: none;
}
#sid1568196960661 table td {
  padding: 0 0 4px 0;
  vertical-align: top;
  font-size: 16px;
  text-align: left !important;
  border: none;
}
#sid1568196960661 table td .fa {
  margin: 2px 0 0 0;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  color: #000;
  margin-right: 16px;
}
#sid1568196960661 table a {
  color: #777777;
}

.home #nf-field-25-container {
  margin-top: 22px;
}

.page-id-676 .page-header.page--cover {
  background-position: 100% 73%;
}

#sid1574855690040 .section-title {
  font-family: DANCINGJUNGLE;
  font-size: 54px;
  background-image: url(https://sale-pepe.online/wp-content/uploads/2020/03/Joker.png);
  background-size: 9%;
  background-position: 50% -1px;
}

.page-id-676 .entry-title span {
    font-size: 72px;
}

.aufklappbar {
  margin-top: -26px;
  transform: scale(1.05);
}



#post-842
{

    margin: 0 auto;
    text-align: justify;
}

.post-modal5,
.post-modal6 {
  display: none;
}

.post-modal5 {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}
.post-modal5 .post-modal--container {
  margin: 4% auto;
  padding: 20px;
  width: 80%;
  height: 80%;
  position: relative;
  padding-right: 0px;
}
.post-modal5 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px black;
}
.post-modal5 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -16px;
  right: 0;
  position: absolute;
  z-index: 999999999999;
}
.post-modal5 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.post-modal5 iframe {
  width: 100%;
  height: 100%;
}


.post-modal6 {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999999;
  color: white;
}
.post-modal6 .post-modal--container {
  margin: 4% auto;
  padding: 20px;
  width: 80%;
  height: 80%;
  position: relative;
  padding-right: 0px;
}
.post-modal6 .modal-close {
  color: white;
  font-size: 60px;
  position: absolute;
  right: -14px;
  top: -35px;
  z-index: 999999999999;
  text-shadow: 1px 1px black;
}
.post-modal6 .modal-close-text {
  color: white;
  font-size: 22px;
  text-decoration: underline;
  bottom: -16px;
  right: 0;
  position: absolute;
  z-index: 999999999999;
}
.post-modal6 .post-modal--container > div {
  margin: 0 auto;
  text-align: justify !important;
  width: 100%;
  line-height: 1.4;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.post-modal6 iframe {
  width: 100%;
  height: 100%;
}

.show-iframe:hover {
  cursor: pointer;
  opacity: .6;
}

#lightbox {
  z-index: 99999999999;
}

.joker-app-subpage-container {
  text-align: center;
  clear: both;
}
.joker-app-subpage-container a:hover {
  opacity: .6;
}
.joker-app-subpage-container img {
  height: 150px;
  margin-top: 40px;
}
.joker-app-subpage-container p {
  font-family: DANCINGJUNGLE;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 10px;
}

#sid1571233210731 .et_pb_pricing_table_wrap {
  width: 100%;
}
#sid1571233210731 .et_pb_best_value {
  text-align: center;
}
#sid1571233210731 .et_pb_pricing_heading {
  padding-bottom: 0;
  height: 122px;
  margin-bottom: 8px;
}
#sid1571233210731 .et_pb_pricing_title {
  font-size: 22px;
}
#sid1571233210731 .et_pb_pricing_3 {
  margin-top: 0;
}
#sid1571233210731 .et_pb_pricing_heading a p {
  display: none;
}
#sid1571233210731 .et_pb_pricing_table {
  padding-bottom: 0;
}
#sid1571233210731 .et_pb_pricing_content_top {
  padding-bottom: 8px;
}
#sid1571233210731 .et_pb_sum {
  font-size: 28px;
}

.joker-links {
  position: absolute;
  left: 6%;
  top: 20px;
}
.joker-links img {
  height: 200px;
}
.joker-rechts {
  position: absolute;
  right: 6%;
  top: 20px;
}
.joker-rechts img {
  height: 200px;
}

#sid1571233210731 .et_pb_pricing:hover {
  cursor: pointer;
}

.lb-closeContainer {
  position: absolute;
  top: -12px;
  right: -28px;
}
.lb-closeContainer .lb-close {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url(https://sale-pepe.online/wp-content/themes/onepress/lightbox/src/images/close.png) top right no-repeat;
  background-size: contain;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-closeContainer .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.category-gastro-marketing #Lauftext {
  display: none;
}
.page-id-842 .entry-content {
  font-size: 16px;
}

.colored-systems-link-container {
  background-color: black;
  background-image: linear-gradient(to right, black , #504E4E);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  position: relative;
}
.colored-systems-link-container img {
  height: 68px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.colored-systems-link-container button {
  position: absolute;
  right: 40px;
  top: 28px;
  background: transparent;
  border: solid 1px white;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  outline: none !important;
}

.signage-link-container {
  background-color: black;
  background-image: linear-gradient(to right, black , #504E4E);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  position: relative;
}
.signage-link-container img {
  height: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.signage-link-container button {
  position: absolute;
  right: 40px;
  top: 66px;
  background: transparent;
  border: solid 1px white;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  outline: none !important;
}

.in-front {
  position: relative;
  z-index: 9;
}

.float-left-img {
  width: 50%;
  float: left;
  margin-right: 35px;
}

.float-right-img {
  width: 50%;
  float: right;
  margin-left: 35px;
  margin-bottom: 19px;
}

.box--content--inner .show {
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}



#sid1568189395456 .container > .section-title-area {
  display: none;
}

#sid1572886375987 .container > .section-title-area {
  display: none;
}

#sid1574855690040 .container > .section-title-area {
  display: none;
}

#sid1568192996355  .container > .section-title-area {
  display: none;
}

#sid1568192996355 .section-content-area .section-content-area {
  max-height: 390px;
}

#sid1571233210731  .container > .section-title-area {
  display: none;
}

#sid1568623881868  .container > .section-title-area {
  display: none;
}

.konatktformular .nf-form-layout #nf-field-35-container {
  display: inline-block;
  width: 50%;
  float: left;
  margin-right: 10px;
}

.konatktformular .nf-form-layout #nf-field-30-container {
  display: inline-block;
  width: calc(50% - 10px);
}

#nf-label-field-33 {
  float: left;
  text-align: justify;
  font-size: 12px;
  font-weight: normal;
  margin-top: -9px;
}

#nf-field-32 {
  margin-right: 0;
  display: block;
  position: absolute;
  right: -350px;
  bottom: 142px;
  width: 302px;
  height: 76px;
  background: rgba(107, 124, 138, 1);
}

#nf-field-34-wrap {
  margin-right: 0;
  display: block;
  position: absolute;
  right: -352px;
  bottom: 82px;
  filter: grayscale(.8);
  -webkit-filter: grayscale(.8);
}

.page-id-1268 .entry-title {
  font-family: DANCINGJUNGLE;
  font-size: 58px !important;
  letter-spacing: 2px;
}

.page-id-1268 .back-link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-id-1268 .back-link a {
  font-family: DANCINGJUNGLE;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1.4px;
}

.page-id-1297 .entry-content {
  font-size: 16px;
}

.category-gastro-marketingen #Lauftext {
  display: none;
}

.lang-item {
  width: 70px;
}
.lang-item a {
  width: 70px;
  border: none !important;
}
.lang-item a:hover,
.lang-item a:focus,
.lang-item a:active{
  border: none;
  background: transparent !important;
}

.lang-item span {
  visibility: hidden;
}

.current-lang a {
  opacity: .6;
}

.lang-item-first {
  margin-top: -2px;
  display: none;
}
.lang-item-first + li {
  margin-top: -2px;
  display: none;
}

.header-fixed .lang-item-first {
  display: block;
}
.header-fixed .lang-item-first + li {
  display: block;
}

#hero .lang-item-first {
  display: block;
  position: absolute;
  top: 90px;
  right: 84px;
  transform: scale(1.5);
  z-index: 999;
}

#hero .lang-item-first + li {
  display: block;
  position: absolute;
  top: 90px;
  right: 14px;
  transform: scale(1.5);
  z-index: 999;
}

/*.lang-item-first {
  position: fixed !important;
  top: 9.5px;
  right: 2%;
}
.lang-item-first + li {
  position: fixed;
  top: 9.5px;
  right: 0%;
}*/

.single-mittagstisch .entry-content {
  border: none !important;
}

.single-mittagstisch #primary {
  padding-top: 0 !important;
}

.single-mittagstisch article .entry-title:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(31, 31, 31, 1) !important;
  height: 1px;
  width: 65%;
}

span.mieten-ab-subtitle {
  float: left;
  font-size: 14.5px;
  color: #0b2750;
  width: 100%;
  margin-top: 7px;
  margin-left: 2px;
  font-style: italic;
}

.mittagstisch-container {
  position: absolute;
  bottom: 3%;
  background: transparent;
  width: 96%;
  margin-left: 2%;
  z-index: 99;
  padding-bottom: 10px;
  height: 28%;
}

.contact-title {
  font-size: 23px;
  text-transform: uppercase;
}

#sid1621262532663 {
  height: 800px;
}

#sid1621262532663 .container {
  height: 100%;
  width: 100%;
}

#sid1621262532663 .container .section-content-area  {
  height: 100%;
  width: 100%;
}

.google-maps-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.google-maps-container a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.google-maps-container .google-maps-container--inner {
  background-image: url(https://sale-pepe.online/wp-content/uploads/2021/05/sale-e-pepe-map.jpg);
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about-us-picture {
  height: 270px;
  float: right;
  position: absolute;
  right: -120px;
  top: 52px;
}

.picker__button--clear:before {
  border-top: 3px solid rgba(215, 46, 86, 1) !important;
}

.picker__button--today:before {
  border-top: .66em solid rgba(66,179,63, 1) !important;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: rgba(66,179,63, 1) !important;
  color: #fff;
}

.picker__day--today:before {
  border-top: .5em solid rgba(66,179,63, .6) !important;
}

.picker__day--highlighted {
  border-color: rgba(66,179,63, .6) !important;
}

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {
  background: rgba(66,179,63, .2) !important;
}

.picker__list-item--highlighted, .picker__list-item:hover {
  border-color: rgba(66,179,63, .2) !important;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  background:rgba(66,179,63, .2) !important;
}

.rtb-booking-form [type=reset], .rtb-booking-form [type=submit], .rtb-booking-form button {
  -webkit-appearance: button;
  background: rgba(215, 46, 86, .8);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#masthead .container {
  width: 100%;
}

/*#masthead #site-navigation {
  margin: 0 auto;
  margin-left: 26%;
}*/

.order-container {
  float: right;
  display: flex;
  position: absolute;
  right: 0;
  top: -2px;
}

/*.header-right-wrapper {
  display: flex;
  justify-content: space-between;
}*/

/*header#masthead {
  padding-bottom: 21px;
}*/

.order-container #datepicker {
  margin-right: 10px;
}

.order-container .persons {
  margin-right: 10px;
}

.order-container #reservieren {
  background: rgba(215, 46, 86, .8);
  margin-top: -1px;
}

.rtb-booking-form {
  background: rgba(255,255,255,.8);
}

.page-id-1848 #content,
.page-id-1851 #content {
  background-image: url(https://sale-pepe.online/wp-content/uploads/2021/05/Hintrgrund-scaled.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rtb-booking-form legend {
  color: black;
}

.rtb-booking-form label {
  display: block;
  color: black;
  text-shadow: none;
}

.headline-contact {
  position: absolute;
  top: 10px;
  left: 15vw;
  color: white;
  font-size: 20px;
}

.headline-contact i {
  margin-right: 10px;
}

.headline-contact a,
.headline-contact a:hover {
  color: white;
}

.headline-contact p {
  margin-bottom: 0;
}

.headline-contact p:nth-of-type(2) {
  font-size: 14px;
}

.headline-contact p:nth-of-type(2)  i {
  margin-right: 22px;
}

#masthead .headline-contact {
  text-decoration: none;
  margin: 0 45px 0 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
  color: #333333;
  margin-left: -3%;
  margin-top: -10px;
}

#masthead .headline-contact p a {
  color: #333333;
}

#masthead .headline-contact p {
  padding-left: 20px;
  padding-right: 20px;
  transition: all 1s;
}

#masthead .headline-contact p:nth-of-type(1):hover {
  background: #ffffff;
  border: 1px solid black;
}

#masthead .headline-contact p:nth-of-type(1):hover a {
  text-decoration: none;
}

#masthead .headline-contact > p:nth-of-type(2) {
  display: none;
}

.page-id-2813 {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.page-id-2813 .site {
  height: 100vh;
  width: 100vw;
}

.page-id-2813 #header-section {
  position: absolute;
}

.page-id-2813 #masthead {
  display: none;
}

#header-section .oeffnungszeiten-container {
  color: white;
  position: absolute;
  top: 15px;
  left: 34vw;
  font-size: 20px;
  width: 50%;
}

#header-section .oeffnungszeiten-container .oeffnungszeiten {
  line-height: 1.2;
}

#header-section .oeffnungszeiten-container .oeffnungszeiten h2 {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}

#header-section .oeffnungszeiten-container .oeffnungszeiten span {
  line-height: 1.2;
  font-size: 16px;
}

.page-id-2813 #header-section .headline-contact {
  display: none;
}

.page-id-2813 .page-header {
  display: none;
}

.page-id-2813 #colophon {
  display: none;
}

.page-id-2813 .icon-bar {
  display: none;
}

.page-id-2813 #content-inside {
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2813 #primary {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2813 .back-link {
  display: none;
}

.page-id-2813 #usercentrics-button {
  display: none;
}

.page-id-2813 .entry-content {
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2813 .breadcrumbs {
  display: none;
}

.page-id-2813 #wowslider-container1 {
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  background: black;
}

.page-id-2813 #wowslider-container1 .ws_images {
  max-height: 100%;
  transform: scale(1.3);
}

.page-id-2813 #wowslider-container1 .ws_images > div:nth-of-type(1) {
  height: 100%;
}

.page-id-2813 #wowslider-container1 img {
  height: 100% !important;
  width: auto !important;
}

.page-id-2829 {
  height: 100vh;
  width: 100vw;
}

.page-id-2829 .site {
  height: 100vh;
  width: 100vw;
}

.page-id-2829 #header-section {
  display: none;
}

.page-id-2829 #masthead {
  display: none;
}

.page-id-2829 #header-section .headline-contact {
  display: none;
}

.page-id-2829 .page-header {
  display: none;
}

.page-id-2829 #colophon {
  display: none;
}

.page-id-2829 .icon-bar {
  display: none;
}

.page-id-2829 #content-inside {
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2829 #primary {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2829 .back-link {
  display: none;
}

.page-id-2829 #usercentrics-button {
  display: none;
}

.page-id-2829 .entry-content {
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.page-id-2829 .breadcrumbs {
  display: none;
}

.page-id-2829 #Lauftext {
  display: none;
}

.page-id-2829 .followWrap {
  display: none;
}

.page-id-2829 .gallery .gallery-item {
  width: calc(100% / 4 - 4px);
  display: inline-block;
  float: left !important;
  height: 260px;
}

.page-id-2829 .gallery .gallery-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.page-id-2829 .gallery .gallery-item > div {
  height: 100%;
  width: 100%;
}

.page-id-2829 .gallery .gallery-item > div img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}



.tv-slider-container {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.tv-slider-container--inner {
  height: 100%;
  width: 100%;
}

.page-template-template-lokal-screen #usercentrics-button {
  display: none !important;
}
