/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
/* ----------------------------------------------------------------------
   Home Page title
-------------------------------------------------------------------------*/
#home-page-title {
  clear: both;
  padding: 80px 0;
  position: relative;
  /* page header left*/
  /* page header right*/
}

#home-page-title .home-page-title {
  text-align: left;
  padding: 0;
}

#home-page-title .home-page-title>h1 {
  font-family: sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

#home-page-title .home-page-title >span {
  font-weight: 400;
  font-size: 18px;
}

#home-page-title .home-breadcrumb {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

#home-page-title.home-page-title-left .home-page-title {
  float: left;
  text-align: left;
  clear: both;
}

#home-page-title.home-page-title-left .home-breadcrumb {
  float: left;
  text-align: left;
  display: block;
}

#home-page-title.home-page-title-right .home-page-title {
  float: right;
  text-align: right;
  clear: both;
}

#home-page-title.home-page-title-right .home-breadcrumb {
  float: right;
  text-align: right;
}

/* ----------------------------------------------------------------------
    Page title
-------------------------------------------------------------------------*/
#page-title { clear: both; padding: 30px 0; background-color: #41a0ba; position: relative; /* page header left*/ /* page header right*/ }

#page-title .page-title { text-align: center; padding: 0; }

#page-title .page-title > h1 { font-family: "Hiragino Sans", sans-serif; font-size: 2rem; line-height: 1.2; font-weight: 400; margin-bottom: 1rem; }

#page-title .page-title > span { font-weight: 400; font-size: 18px; }

#page-title .breadcrumb { text-align: center; margin-bottom: 0; padding: 0; }

#page-title.page-title-left .page-title { float: left; text-align: left; clear: both; }

#page-title.page-title-left .breadcrumb { float: left; text-align: left; display: block; }

#page-title.page-title-right .page-title { float: right; text-align: right; clear: both; }

#page-title.page-title-right .breadcrumb { float: right; text-align: right; }

#page-title[data-bg-parallax] .page-title > h1 { color: #fff; }

#page-title[data-bg-parallax] .page-title > span { color: #fff; }

#page-title[data-bg-parallax] .breadcrumb ul li + li:before { color: #fff; }

#page-title[data-bg-parallax] .breadcrumb ul li a { color: #fff; }

#page-title[data-bg-parallax], #page-title[data-bg-video] { background-color: #1e2022; }

#header[data-transparent="true"] + #page-title { top: -120px; margin-bottom: -124px; position: relative; padding: 220px 0 160px 0; }

.dark #page-title, #page-title.dark { background-color: #1e2022; }

.dark #page-title .page-title > h1, #page-title.dark .page-title > h1 { color: #1e2022; }

.dark #page-title .page-title > span, #page-title.dark .page-title > span { color: #1e2022; }

.dark #page-title .breadcrumb ul li + li:before, #page-title.dark .breadcrumb ul li + li:before { color: #1e2022; }

.dark #page-title .breadcrumb ul li a, #page-title.dark .breadcrumb ul li a { color: #1e2022; }

@media (max-width: 991.98px) { #page-title .page-title > h1 { font-size: 26px; line-height: 34px; }
  #header[data-transparent="true"] + #page-title { top: -120px; margin-bottom: -124px; padding: 160px 0 80px 0; } }


/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
}

#header .container {
  position: relative;
}

#header .header-inner, #header #header-wrap {
  height: 80px;
  background-color: #fff;
  /*         backface-visibility: hidden; -webkit-backface-visibility: hidden; */
  left: 0;
  right: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /*logo*/
}

#header .header-inner #logo, #header #header-wrap #logo {
  float: left;
  font-size: 28px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  height: 80px;
  width: 200px;
}

#header .header-inner #logo a>img, #header #header-wrap #logo a>img {
  vertical-align: inherit;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  height: 40px;
  width: auto;
}

#header .header-inner #logo a>img, #header .header-inner #logo a [class*="logo-"], #header #header-wrap #logo a>img, #header #header-wrap #logo a [class*="logo-"] {
  display: none;
}

#header .header-inner #logo a .logo-default, #header #header-wrap #logo a .logo-default {
  display: block;
  margin-top: 18px;
}

#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
  font-family: inherit;
  font-size: 40px;
  color: #1e2022;
  font-weight: 800;
  letter-spacing: 1.5px;
}

#header[data-fullwidth="true"] .header-inner .container, #header[data-fullwidth="true"] #header-wrap .container {
  max-width: 100%;
  padding: 0 30px;
}

#header.header-modern:not(.header-active) {
  margin: 40px auto 0;
  width: 1200px;
}

#header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
  border-radius: 4px;
}

#header.header-modern:not(.header-active)+.inspiro-slider, #header.header-modern:not(.header-active)+#slider, #header.header-modern:not(.header-active)+.fullscreen, #header.header-modern:not(.header-active)+.halfscreen, #header.header-modern:not(.header-active)+#google-map {
  top: -130px;
  margin-bottom: -130px;
}

#header.header-mini {
  line-height: 60px;
  height: 60px;
}

#header.header-mini .header-inner, #header.header-mini #header-wrap {
  height: 60px;
}

#header.header-mini .header-inner #mainMenu>.container nav>ul>li>a, #header.header-mini #header-wrap #mainMenu>.container nav>ul>li>a {
  font-size: 11px;
}

#header.header-mini .header-inner #mainMenu>.container nav>ul>li .dropdown-submenu:before, #header.header-mini #header-wrap #mainMenu>.container nav>ul>li .dropdown-submenu:before {
  top: -6px;
}

#header.header-mini .header-inner #logo, #header.header-mini #header-wrap #logo {
  height: 60px;
}

#header.header-mini .header-inner #logo a>img, #header.header-mini #header-wrap #logo a>img {
  height: 60px;
}

#header.header-mini .header-inner #logo a, #header.header-mini .header-inner #logo a span, #header.header-mini #header-wrap #logo a, #header.header-mini #header-wrap #logo a span {
  font-size: 30px;
}

#header.header-mini .header-inner #mainMenu-trigger, #header.header-mini #header-wrap #mainMenu-trigger {
  height: 60px;
}

#header.header-mini .header-inner .header-extras, #header.header-mini #header-wrap .header-extras {
  height: 60px;
}

#header.header-alternative {
  line-height: 60px;
  height: 60px;
}

#header.header-alternative .header-inner, #header.header-alternative #header-wrap {
  height: 60px;
}

#header.header-alternative .header-inner #mainMenu>.container nav>ul>li .dropdown-submenu:before, #header.header-alternative #header-wrap #mainMenu>.container nav>ul>li .dropdown-submenu:before {
  top: -6px;
}

#header.header-alternative .header-inner #logo, #header.header-alternative #header-wrap #logo {
  height: 60px;
}

#header.header-alternative .header-inner #logo a>img, #header.header-alternative #header-wrap #logo a>img {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header.header-alternative .header-inner #mainMenu-trigger, #header.header-alternative #header-wrap #mainMenu-trigger {
  height: 60px;
}

#header.header-alternative .header-inner .header-extras, #header.header-alternative #header-wrap .header-extras {
  height: 60px;
}

#header[data-transparent="true"]:not(.sticky-active) .header-inner, #header[data-transparent="true"]:not(.sticky-active) #header-wrap {
  background-color: transparent;
}

#header[data-transparent="true"]+.inspiro-slider, #header[data-transparent="true"]+#slider, #header[data-transparent="true"]+.fullscreen, #header[data-transparent="true"]+.halfscreen, #header[data-transparent="true"]+#google-map {
  top: -80px;
  margin-bottom: -80px;
}

#header.header-logo-right .header-inner #logo, #header.header-logo-right #header-wrap #logo {
  float: right;
}

#header.header-logo-right .header-inner .header-extras, #header.header-logo-right #header-wrap .header-extras {
  float: left;
}

#header.header-logo-right .header-inner #mainMenu nav, #header.header-logo-right #header-wrap #mainMenu nav {
  float: left;
}

#header.header-shadow .header-inner, #header.header-shadow #header-wrap {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12) !important;
}

#header[data-transparent="true"]:not(.sticky-active) .header-inner, #header[data-transparent="true"]:not(.sticky-active) #header-wrap, #header[data-transparent="true"]:not(.sticky-active).dark .header-inner, #header[data-transparent="true"]:not(.sticky-active).dark #header-wrap {
  background-color: transparent;
}

#header[data-transparent="true"]+.inspiro-slider, #header[data-transparent="true"]+#slider, #header[data-transparent="true"]+.fullscreen, #header[data-transparent="true"]+.halfscreen, #header[data-transparent="true"]+#google-map {
  top: -80px;
  margin-bottom: -80px;
}

#header.header-sticky .header-inner, #header.header-sticky #header-wrap {
  -webkit-transition: top .8s ease-in-out;
  transition: top .8s ease-in-out;
  top: -140px;
}

#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
  box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  width: 100%;
}

#header.header-always-fixed .header-inner, #header.header-always-fixed #header-wrap {
  position: fixed !important;
  top: 0 !important;
}

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
  background-color: #1e2022;
}

.dark #header .header-inner #logo a>img, .dark #header .header-inner #logo a [class*="logo-"], .dark #header #header-wrap #logo a>img, .dark #header #header-wrap #logo a [class*="logo-"], #header.dark .header-inner #logo a>img, #header.dark .header-inner #logo a [class*="logo-"], #header.dark #header-wrap #logo a>img, #header.dark #header-wrap #logo a [class*="logo-"] {
  display: none;
}

.dark #header .header-inner #logo a .logo-dark, .dark #header #header-wrap #logo a .logo-dark, #header.dark .header-inner #logo a .logo-dark, #header.dark #header-wrap #logo a .logo-dark {
  display: block;
}

.dark #header .header-inner #logo a, .dark #header .header-inner #logo a span, .dark #header #header-wrap #logo a, .dark #header #header-wrap #logo a span, #header.dark .header-inner #logo a, #header.dark .header-inner #logo a span, #header.dark #header-wrap #logo a, #header.dark #header-wrap #logo a span {
  color: #fff;
}

.dark #header .header-inner .lines, .dark #header .header-inner .lines:before, .dark #header .header-inner .lines:after, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines:before, .dark #header #header-wrap .lines:after, #header.dark .header-inner .lines, #header.dark .header-inner .lines:before, #header.dark .header-inner .lines:after, #header.dark #header-wrap .lines, #header.dark #header-wrap .lines:before, #header.dark #header-wrap .lines:after {
  background-color: #fff;
}

.dark #header[data-transparent="true"]:not(.sticky-active) .header-inner, .dark #header[data-transparent="true"]:not(.sticky-active) #header-wrap, #header.dark[data-transparent="true"]:not(.sticky-active) .header-inner, #header.dark[data-transparent="true"]:not(.sticky-active) #header-wrap {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  body.boxed #header .header-inner {
    max-width: 1200px;
    margin: auto;
  }

  body.modern #header .header-inner>.container {
    max-width: 1500px;
    padding: 0 15px;
  }

  body.frame #header.header-sticky.sticky-active .header-inner {
    left: 20px;
    right: 20px;
    top: 20px;
  }
}

/* ----------------------------------------------------------------
HEADER: Responsive
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
  #header .header-inner, #header #header-wrap {
    height: auto;
  }

  #header #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important;
  }

  #header #logo>a {
    display: inline-block;
  }

  #header #logo>a img {
    max-height: 80px;
    padding-bottom: 6px;
  }

  #header #logo .logo-responsive {
    display: block;
  }

  #header #logo .logo-responsive-dark {
    display: block;
  }

  #header.header-mobile-logo-left #header #logo {
    width: auto;
    text-align: left;
    left: 30px;
    right: auto;
  }

  #header.header-mobile-logo-left .header-extras {
    float: right;
    margin-left: 20px;
  }

  #header.header-alternative .header-inner, #header.header-alternative #header-wrap {
    height: auto;
  }

  #header.header-modern {
    margin: 0 !important;
    width: 100% !important;
  }

  #header.header-modern .header-inner, #header.header-modern #header-wrap {
    border-radius: 0px !important;
  }

  #header.header-logo-right .header-inner .header-extras, #header.header-logo-right #header-wrap .header-extras {
    float: right;
  }

  #header.header-mini .header-inner, #header.header-mini #header-wrap {
    height: auto !important;
  }
}

@media (max-width: 991.98px) {
  #header[data-transparent="true"]+main {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
  }

  #header[data-transparent="true"]+main>#page-title {
    padding: 160px 0 80px 0;
  }

  #header[data-transparent="true"]+.fullscreen {
    top: -80px;
    margin-bottom: -80px;
  }
}

/* ----------------------------------------------------------------------
	Headings
-------------------------------------------------------------------------*/
.heading { margin-bottom: 100px; text-align: center; }

.heading > h1, .heading > h2 { font-size: 40px; text-transform: capitalize; line-height: 46px; font-weight: 300; }

.heading > h1, .heading > h2, .heading > h4, .heading > p { margin-bottom: default-bottom-margin; }

.heading-text { margin-bottom: 30px; }

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { position: relative; margin-bottom: 30px; }

.heading-text h1 { font-size: 55px; font-weight: 600; }

.heading-text h2 { font-size: 50px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h3 { font-size: 45px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h4 { font-size: 34px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 40px; }

.heading-text p { font-size: 18px; margin-bottom: 30px; }

.heading-text.heading-gradient h2 > * { -webkit-text-fill-color: transparent !important; -webkit-background-clip: text !important; background: -webkit-radial-gradient(left top, circle, #4b72ff 9%, #2250fc 48%, #6442ff 91%); background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%); }

.heading-text.heading-section h2 { position: relative; font-size: 40px; line-height: 56px; margin-bottom: 60px; }

.heading-text.heading-section h2:before { content: ""; position: absolute; height: 2px; width: 100px; background-color: #41a0ba; bottom: -30px; left: 0; right: 0; }

.heading-text.heading-section.text-center h1:before, .heading-text.heading-section.text-center h2:before, .heading-text.heading-section.text-center h3:before, .heading-text.heading-section.text-center h4:before, .heading-text.heading-section.text-center h5:before, .heading-text.heading-section.text-center h6:before { margin: 0 auto; }

.heading-text.heading-section.text-right h1:before, .heading-text.heading-section.text-right h2:before, .heading-text.heading-section.text-right h3:before, .heading-text.heading-section.text-right h4:before, .heading-text.heading-section.text-right h5:before, .heading-text.heading-section.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-section p { font-size: 18px; font-weight: 300; }

.heading-text.heading-section p span { font-weight: 600; }

.heading-text.heading-plain h2 { font-size: 40px; line-height: 40px; font-family: initial; }

.heading-text.heading-plain p { font-size: 20px; font-weight: 300; }

.heading-text.heading-plain p span { font-weight: 600; }

.heading-text.heading-light h2 { font-size: 40px; font-weight: 100; letter-spacing: -1px; line-height: 70px; }

.heading-text.heading-light p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-light p span { font-weight: 600; }

.heading-text.heading-vintage h2 { border: 2px solid #fff; display: inline-block; padding: 8px 21px; margin-bottom: 30px; }

.heading-text.heading-vintage p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-vintage p span { font-weight: 600; }

.heading-text.heading-line h1:before, .heading-text.heading-line h2:before, .heading-text.heading-line h3:before, .heading-text.heading-line h4:before, .heading-text.heading-line h5:before, .heading-text.heading-line h6:before { content: ''; position: absolute; width: 30px; height: 2px; left: 0; bottom: -8px; right: 0; background-color: #ddd; }

.heading-text.heading-line.text-center h1:before, .heading-text.heading-line.text-center h2:before, .heading-text.heading-line.text-center h3:before, .heading-text.heading-line.text-center h4:before, .heading-text.heading-line.text-center h5:before, .heading-text.heading-line.text-center h6:before { margin: 0 auto; }

.heading-text.heading-line.text-right h1:before, .heading-text.heading-line.text-right h2:before, .heading-text.heading-line.text-right h3:before, .heading-text.heading-line.text-right h4:before, .heading-text.heading-line.text-right h5:before, .heading-text.heading-line.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-small h2, .heading-text.heading-small h3 { margin-bottom: 10px; }

.heading-text.heading-small p { font-size: 16px; font-weight: 300; margin-bottom: 20px; }

@media (max-width: 991.98px) { .heading-text { margin-bottom: 16px; }
  .heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { margin-bottom: 16px; }
  .heading-text h1 { font-size: 50px; }
  .heading-text h2 { font-size: 40px; line-height: 44px; }
  .heading-text h3 { font-size: 30px; margin-bottom: 10px; line-height: 36px; }
  .heading-text h4 { font-size: 24px; margin-bottom: 10px; line-height: 26px; }
  .heading-text p { font-size: 16px; margin-bottom: 16px; }
  .heading-text.heading-plain h2, .heading-text.heading-light h2, .heading-text.heading-section h2 { font-size: 40px; line-height: 44px; margin-bottom: 16px; }
  .heading-text.heading-plain h2:before, .heading-text.heading-light h2:before, .heading-text.heading-section h2:before { display: none; }
  .heading-text.heading-plain p, .heading-text.heading-light p, .heading-text.heading-section p { font-size: 16px; margin-bottom: 16px; } }

/*Creative fade heading*/
.heading-creative { font-size: 62px; font-weight: 100; position: relative; text-align: left; width: 100%; }

.heading-creative strong { color: #2250fc; }

/*Fixes*/
#header:not([data-transparent="true"]).dark .heading-creative { color: #fbfbfb; }

/* ----------------------------------------------------------------
	Typography : Font size
-----------------------------------------------------------------*/
html {
  font-size: 88%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}

body {
  font-size: 1rem;
  line-height: 1.65714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #484848;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1f1f1f;
  margin: 0;
  letter-spacing: 0.5px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 100;
}

h1,
.h1 {
  font-size: 2.828571426em;
  line-height: 1.636363638em;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 2.121428574em;
  line-height: 1.227272724em;
  font-weight: 500;
}

h2:not(:last-child),
.h2:not(:last-child) {
  margin-bottom: 16px;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  font-weight: 500;
}

h3:not(:last-child),
.h3:not(:last-child) {
  margin-bottom: 12px;
}

h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 500;
}

h4:not(:last-child),
.h4:not(:last-child) {
  margin-bottom: 8px;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 500;
}

h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 6px;
}

h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
  font-weight: 500;
}

h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 6px;
}

.lead {
  font-weight: 400;
}

@media all and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }

  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }

  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }

  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}

.display-4 {
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #777777;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

ul.bullets {
  list-style: inside;
}

strong {
  font-weight: 600;
}

del {
  text-decoration-line: line-through;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  text-decoration: none;
  outline: none;
  color: #2250fc;
}

a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
  color: #484848;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6 {
  color: #999999;
}

.font-pacifico {
  font-family: 'Dancing Script' !important;
}

.font-nothing-you-could-do,
.font-nothing-you-could-do a,
.font-nothing-you-could-do h1,
.font-nothing-you-could-do h2,
.font-nothing-you-could-do h3,
.font-nothing-you-could-do h4,
.font-nothing-you-could-do h5,
.font-nothing-you-could-do h6,
h1.font-nothing-you-could-do,
h2.font-nothing-you-could-do,
h3.font-nothing-you-could-do,
h4.font-nothing-you-could-do,
h5.font-nothing-you-could-do,
h6.font-nothing-you-could-do {
  font-family: 'Nothing You Could Do', cursive !important;
  font-weight: normal !important;
}

.font-herr-von-muellerhoff,
.font-herr-von-muellerhoff a,
.font-herr-von-muellerhoff h1,
.font-herr-von-muellerhoff h2,
.font-herr-von-muellerhoff h3,
.font-herr-von-muellerhoff h4,
.font-herr-von-muellerhoff h5,
.font-herr-von-muellerhoff h6,
h1.font-herr-von-muellerhoff,
h2.font-herr-von-muellerhoff,
h3.font-herr-von-muellerhoff,
h4.font-herr-von-muellerhoff,
h5.font-herr-von-muellerhoff,
h6.font-herr-von-muellerhoff {
  font-family: 'Herr Von Muellerhoff', cursive !important;
  font-weight: normal !important;
}

.font-cedarville,
.font-cedarville a,
.font-cedarville h1,
.font-cedarville h2,
.font-cedarville h3,
.font-cedarville h4,
.font-cedarville h5,
.font-cedarville h6,
h1.font-cedarville,
h2.font-cedarville,
h3.font-cedarville,
h4.font-cedarville,
h5.font-cedarville,
h6.font-cedarville {
  font-family: 'Cedarville Cursive', cursive;
}

.font-parisienne,
.font-parisienne a,
.font-parisienne h1,
.font-parisienne h2,
.font-parisienne h3,
.font-parisienne h4,
.font-parisienne h5,
.font-parisienne h6,
h1.font-parisienne,
h2.font-parisienne,
h3.font-parisienne,
h4.font-parisienne,
h5.font-parisienne,
h6.font-parisienne {
  font-family: 'Parisienne', cursive;
}

/* ----------------------------------------------------------------------
	Table
-------------------------------------------------------------------------*/
.thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

/* ----------------------------------------------------------------------
	Color
-------------------------------------------------------------------------*/
.color-darkorange {
  color: darkorange
}

.color-red {
  color: #ed1202
}

.color-41a0ba {
  color: #41a0ba
}

.color-minikura {
  color: #FF0000
}

.color-azukel {
  color: #009D6C
}

.color-airtrunk {
  color: #16AE67
}

.color-takutora {
  color: #00AC9A
}

.color-quraz {
  color: #0066BB
}

.color-caraeto {
  color: #EC7D9B
}

.color-klassy {
  color: #F08400
}

.color-sharekura {
  color: #FE2C72
}

.color-deliverytrunk {
  color: #29C500
}

.color-e-box24 {
  color: #67B90F
}

.color-hiroie {
  color: #1E55A4
}

.color-monokuru {
  color: #1B7E0B
}

.color-monoless {
  color: #EC6D88
}

.color-risoco {
  color: #D52C26
}

.color-webtrunk {
  color: #134E87
}

.color-yodocloud {
  color: #00A2A6
}

.color-bookocean {
  color: #C9933E
}

.color-aisyokan {
  color: #BE1F1F
}

.color-tokyoshoko {
  color: #37A0C9
}

.color-lightblue {
  color: #40bef5
}

.color-box {
  color: #baa041
}

.color-space {
  color: #41ba82
}

.color-book {
  color: #b774d6
}

.color-box1out {
  color: #91914a
}

.color-boxinner {
  color: #6d82b0
}

.color-jouon {
  color: #c48356
}

.color-teion {
  color: #7d914d
}

.color-bookspcl {
  color: #5d95ba
}

.card .card-body {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.bg-41a0ba {
  background-color: #41a0ba;
}

.bg-f5fbfc {
  background-color: #f5fbfc;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.bg-teion {
  background-color: #7d914d;
}

.bg-jouon {
  background-color: #c48356;
}

.bg-bookspcl {
  background-color: #5d95ba;
}

/* ----------------------------------------------------------------
Text Decoration
-----------------------------------------------------------------*/
.line-through {
  text-decoration: line-through;
}

/* ----------------------------------------------------------------
Lables & Badgets
-----------------------------------------------------------------*/
.badge {
  font-weight: 600;
}

.a.badge {
  color: #ffffff;
}

.badge-pill {
  padding: 0.4em .8em;
  border-radius: 10rem;
}

.badge-primary {
  background-color: #2250fc;
}

.badge-sumally {
  background-color: #f6a000;
}

.badge-paid {
  background-color: #f2905e;
}

.badge-free {
  background-color: #44c96e;
}

/* ----------------------------------------------------------------
    Testimonial - Responsive
-----------------------------------------------------------------*/
.rateit,
.rateit-font .rateit-range {
  overflow: hidden !important;
}

.rateit,
.rateit-font .rateit-range>div,
.rateit>div {
  cursor: pointer !important;
}

.rateit-selected {
  color: #41a0ba !important;
}

.rateit-reset {
  display: none !important;
}


/* ----------------------------------------------------------------------
	Progress Bar
-------------------------------------------------------------------------*/
.p-progress-bar-container, .progress-bar-container { width: 100%; height: 40px; margin: 20px 0 20px 0; position: relative; background-color: #eee; }

.p-progress-bar, .progress-bar { height: 100%; padding: 10px; background-color: #41a0ba; box-shadow: none; }

.p-progress-bar-box, .progress-bar { height: 100%; padding: 10px; background-color: #baa041; box-shadow: none; }

.p-progress-bar-space, .progress-bar { height: 100%; padding: 10px; background-color: #41ba82; box-shadow: none; }

.p-progress-bar-book, .progress-bar { height: 100%; padding: 10px; background-color: #b774d6; box-shadow: none; }

.p-progress-bar-bookspcl, .progress-bar { height: 100%; padding: 10px; background-color: #5d95ba; box-shadow: none; }

.p-progress-bar-box1out, .progress-bar { height: 100%; padding: 10px; background-color: #91914a; box-shadow: none; }

.p-progress-bar-boxinner, .progress-bar { height: 100%; padding: 10px; background-color: #6d82b0; box-shadow: none; }

.p-progress-bar-jouon, .progress-bar { height: 100%; padding: 10px; background-color: #c48356; box-shadow: none; }

.p-progress-bar-teion, .progress-bar { height: 100%; padding: 10px; background-color: #7d914d; box-shadow: none; }

.p-progress-bar .progress-number, .p-progress-bar .progress-type, .progress-bar .progress-number, .progress-bar .progress-type { color: #fff; float: right; margin-top: -2px; }

.progress-title { color: #fff; font-size: 11px; font-weight: 600; position: absolute; text-align: left; }

.progress-title i { margin-right: 8px; }

.p-progress-bar-container.radius, .p-progress-bar-container.radius .p-progress-bar, .p-progress-bar-container.radius .progress-bar, .progress-bar-container.radius, .progress-bar-container.radius .p-progress-bar, .progress-bar-container.radius .progress-bar { border-radius: 4px; }

.p-progress-bar-container.title-up .progress-title, .progress-bar-container.title-up .progress-title { color: #333; margin-left: -10px; margin-top: -32px; }

.p-progress-bar-container.title-up:not(:first-child), .progress-bar-container.title-up:not(:first-child) { margin-top: 40px; }

.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .p-progress-bar .progress-type, .p-progress-bar-container.title-up .progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-type, .progress-bar-container.title-up .p-progress-bar .progress-number, .progress-bar-container.title-up .p-progress-bar .progress-type, .progress-bar-container.title-up .progress-bar .progress-number, .progress-bar-container.title-up .progress-bar .progress-type { color: rgba(255,255,255,0.00); margin-top: -32px; position: absolute; right: 0px; }

.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-number, .progress-bar-container.title-up .p-progress-bar .progress-number, .progress-bar-container.title-up .progress-bar .progress-number { right: 12px; }

.p-progress-bar-container.medium, .progress-bar-container.medium { height: 20px; }

.p-progress-bar-container.medium .p-progress-bar, .p-progress-bar-container.medium .progress-bar, .progress-bar-container.medium .p-progress-bar, .progress-bar-container.medium .progress-bar { padding: 0; }

.p-progress-bar-container.medium .progress-title, .progress-bar-container.medium .progress-title { margin-left: 0; margin-top: -20px; }

.p-progress-bar-container.medium .p-progress-bar .progress-number, .p-progress-bar-container.medium .p-progress-bar .progress-type, .p-progress-bar-container.medium .progress-bar .progress-number, .p-progress-bar-container.medium .progress-bar .progress-type, .progress-bar-container.medium .p-progress-bar .progress-number, .progress-bar-container.medium .p-progress-bar .progress-type, .progress-bar-container.medium .progress-bar .progress-number, .progress-bar-container.medium .progress-bar .progress-type { margin-top: -18px; }

.p-progress-bar-container.small, .progress-bar-container.small { height: 10px; }

.p-progress-bar-container.small .p-progress-bar, .p-progress-bar-container.small .progress-bar, .progress-bar-container.small .p-progress-bar, .progress-bar-container.small .progress-bar { padding: 0; }

.p-progress-bar-container.small .progress-title, .progress-bar-container.small .progress-title { margin-left: 0; margin-top: -20px; }

.p-progress-bar-container.small .p-progress-bar .progress-number, .p-progress-bar-container.small .p-progress-bar .progress-type, .p-progress-bar-container.small .progress-bar .progress-number, .p-progress-bar-container.small .progress-bar .progress-type, .progress-bar-container.small .p-progress-bar .progress-number, .progress-bar-container.small .p-progress-bar .progress-type, .progress-bar-container.small .progress-bar .progress-number, .progress-bar-container.small .progress-bar .progress-type { margin-top: -18px; }

.p-progress-bar-container.no-bg, .progress-bar-container.no-bg { background: none !important; }

.p-progress-bar-container.extra-small, .progress-bar-container.extra-small { height: 2px; }

.p-progress-bar-container.extra-small .p-progress-bar, .p-progress-bar-container.extra-small .progress-bar, .progress-bar-container.extra-small .p-progress-bar, .progress-bar-container.extra-small .progress-bar { padding: 0; }

.p-progress-bar-container.extra-small .progress-title, .progress-bar-container.extra-small .progress-title { margin-left: 0; margin-top: -20px; }

.p-progress-bar-container.extra-small .p-progress-bar .progress-number, .p-progress-bar-container.extra-small .p-progress-bar .progress-type, .p-progress-bar-container.extra-small .progress-bar .progress-number, .p-progress-bar-container.extra-small .progress-bar .progress-type, .progress-bar-container.extra-small .p-progress-bar .progress-number, .progress-bar-container.extra-small .p-progress-bar .progress-type, .progress-bar-container.extra-small .progress-bar .progress-number, .progress-bar-container.extra-small .progress-bar .progress-type { margin-top: -18px; }

.p-progress-bar-container.transparent, .progress-bar-container.transparent { background: none !important; }

.p-progress-bar-container.transparent .p-progress-bar, .p-progress-bar-container.transparent .progress-bar, .progress-bar-container.transparent .p-progress-bar, .progress-bar-container.transparent .progress-bar { background-color: rgba(0, 0, 0, 0.35); }

.p-progress-bar-container.transparent.title-up .p-progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-type, .p-progress-bar-container.transparent.title-up .progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .progress-bar .progress-type, .progress-bar-container.transparent.title-up .p-progress-bar .progress-title, .progress-bar-container.transparent.title-up .p-progress-bar .progress-number, .progress-bar-container.transparent.title-up .p-progress-bar .progress-type, .progress-bar-container.transparent.title-up .progress-bar .progress-title, .progress-bar-container.transparent.title-up .progress-bar .progress-number, .progress-bar-container.transparent.title-up .progress-bar .progress-type { color: #fff; }

.pie-animated { opacity: 1; }

.pie-chart { display: inline-block; margin-bottom: 20px; margin-top: 50px; position: relative; text-align: center; }

.pie-chart canvas { position: absolute; top: 0; left: 0; }

.pie-chart span, .pie-chart i { display: inline-block; font-size: 28px; z-index: 2; font-weight: 600; }

.pie-chart i { font-size: 38px; }

.pie-chart span.percent:after { content: '%'; margin-left: 0.1em; font-size: .8em; }

.pie-chart.transparent span, .pie-chart.transparent span.percent, .pie-chart.transparent i { color: #fff; }

hr { margin-bottom: 10px; margin-top: 10px; clear: both; }

hr.space { border: none; height: 50px; background: none !important; }

hr.space-xs { border: none; height: 20px; }

hr.space-md { border: none; height: 40px; }

hr.space-lg { border: none; height: 80px; }

hr.space-xlg { border: none; height: 120px; }

hr.space-xxlg { border: none; height: 200px; }

body.breakpoint-md hr.space { height: 26px; }

body.breakpoint-sm hr.space, body.breakpoint-xs hr.space { height: 16px; }

body.breakpoint-xs hr.space-lg, body.breakpoint-sm hr.space-lg { height: 40px; }

body.breakpoint-xs hr.space-xlg, body.breakpoint-sm hr.space-xlg { height: 40px; }

body.breakpoint-xs hr.space-xxlg, body.breakpoint-sm hr.space-xxlg { height: 80px; }



/* ----------------------------------------------------------------------
	Space
-------------------------------------------------------------------------*/
hr.space {
  border: none;
  height: 50px;
  background: none !important;
}

hr.space-10 {
  border: none;
  height: 10px;
  background: none;
}

hr.space {
  border: none;
  height: 50px;
  background: none;
}

hr.space-xs {
  border: none;
  height: 20px;
  background: none;
}

hr.space-md {
  border: none;
  height: 40px;
  background: none;
}

hr.space-lg {
  border: none;
  height: 80px;
  background: none;
}

hr.space-xlg {
  border: none;
  height: 120px;
  background: none;
}

hr.space-xxlg {
  border: none;
  height: 200px;
  background: none;
}

body.breakpoint-md hr.space {
  height: 26px;
}

body.breakpoint-sm hr.space, body.breakpoint-xs hr.space {
  height: 16px;
}

body.breakpoint-xs hr.space-lg, body.breakpoint-sm hr.space-lg {
  height: 40px;
}

body.breakpoint-xs hr.space-xlg, body.breakpoint-sm hr.space-xlg {
  height: 40px;
}

body.breakpoint-xs hr.space-xxlg, body.breakpoint-sm hr.space-xxlg {
  height: 80px;
}


/*  Blog & comments */
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.post-item { float: left; width: 100%; height: auto; padding: 0 0 20px 0; /*Styles*/ /*Types*/ }

.post-item .post-item-wrap { background-color: #fff; position: relative; }

.post-item img { width: 100%; height: auto; }

.post-item .post-image, .post-item .post-slider, .post-item .post-video, .post-item .post-audio, .post-item .post-quote-img { margin: 0; position: relative; padding: 0; }

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category { background-color: #41a0ba; color: #fff; font-size: 13px; padding: 2px 16px; border-radius: 50px; position: absolute; right: 10px; top: 11px; z-index: 3; margin-right: 0; }

.post-item .post-image .post-meta-category i, .post-item .post-slider .post-meta-category i, .post-item .post-video .post-meta-category i, .post-item .post-audio .post-meta-category i, .post-item .post-quote-img .post-meta-category i { margin-right: 4px; }

.post-item .post-image .post-meta-category a, .post-item .post-slider .post-meta-category a, .post-item .post-video .post-meta-category a, .post-item .post-audio .post-meta-category a, .post-item .post-quote-img .post-meta-category a { color: #fff; }

.post-item .post-quote-img .post-meta-category { background-color: #fff; color: #41a0ba; }

.post-item .post-quote-img .post-meta-category a { color: #41a0ba; }

.post-item .post-video video, .post-item .post-video iframe { width: 100%; background-color: #000000; }

.post-item .post-audio > a > img { margin-bottom: -28px; }

.post-item .post-audio audio, .post-item .post-audio iframe { width: 100%; }

.post-item .post-audio audio { margin-bottom: -6px; }

.post-item .post-item-description { padding: 24px; line-height: 28px; color: #676767; }

.post-item .post-item-description > h1, .post-item .post-item-description > h1 > a {font-size: 2.6em;letter-spacing: -0.1px; line-height: 23px; margin-bottom: 16px; color: #444; font-weight: 600; }

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {font-size: 1.2em;letter-spacing: 0px; line-height: 23px; margin-bottom: 16px; color: #444; font-weight: 600; }

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category { color: #C2C2C2; position: relative; top: -4px; font-size: 12px; margin-right: 8px; }

.post-item .post-item-description .post-meta-date i, .post-item .post-item-description .post-meta-comments i, .post-item .post-item-description .post-meta-category i { margin-right: 4px !important; }

.post-item .post-item-description .post-meta-date a, .post-item .post-item-description .post-meta-comments a, .post-item .post-item-description .post-meta-category a { color: #C2C2C2; }

.post-item .post-item-description .post-post-likes { float: right; font-size: 14px; color: #aaa; }

.post-item .post-item-description .post-post-likes i { margin-right: 8px; color: #aaa; }

.post-item.shadow { box-shadow: none; }

.post-item.shadow .post-item-wrap { box-shadow: 0 1px 10px #efefef !important; }

.post-item.grey-bg .post-item-wrap { background-color: #f7f7f7; }

.post-item.border { border: none !important; }

.post-item.border .post-item-wrap { border: 1px solid #f2f2f2; }

.post-item.border > .post-item-wrap > .post-item-description { padding: 24px !important; width: 100% !important; }

.post-item.quote .post-item-wrap { background-color: #2250fc; border-radius: 4px; border-width: 0; }

.post-item.quote .post-quote-img img { width: auto; margin-left: 40px; margin-top: 40px; }

.post-item.quote .post-item-description { padding: 40px; }

.post-item.quote .post-item-description .post-meta-date, .post-item.quote .post-item-description .post-meta-comments, .post-item.quote .post-item-description .post-meta-category { color: #fff; opacity: 0.8; }

.post-item.quote .post-item-description .post-meta-date a, .post-item.quote .post-item-description .post-meta-date p, .post-item.quote .post-item-description .post-meta-comments a, .post-item.quote .post-item-description .post-meta-comments p, .post-item.quote .post-item-description .post-meta-category a, .post-item.quote .post-item-description .post-meta-category p { color: #fff; }

.post-item.quote .post-item-description > h3, .post-item.quote .post-item-description > h3 > a, .post-item.quote .post-item-description a, .post-item.quote .post-item-description p, .post-item.quote .post-item-description .item-link { color: #fff; }

.post-item.quote .post-item-description .post-author { font-size: 14px; height: 40px; }

.post-item.quote .post-item-description .post-author > img { height: 28px; margin-right: 8px; width: 28px; }

.post-items-transparent .post-item .post-item-wrap { border: 0; background-color: transparent; }

.post-items-transparent .post-item .post-item-wrap .post-item-description > p, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-date, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-comments, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-category { opacity: .7; }


/*Single Post*/
.single-post .post-item { /*padding: 0 0 20px 0;*/ }

.single-post .post-item img { width: 100%; height: auto; }

.single-post .post-item .post-item-description { padding: 22px 0; line-height: 28px; color: #676767; }

.single-post .post-item .post-item-description p { font-size: 16px; }

.single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a { font-size: 1.9em; letter-spacing: 0; line-height: 38px; margin-bottom: 12px; margin-top: 8px; color: #1e2022; font-weight: 500;}

.single-post .post-item .post-item-description > h3, .single-post .post-item .post-item-description > h3 > a { font-size: 1.2em; letter-spacing: 0; line-height: 38px; margin-bottom: 12px; margin-top: 8px; color: #1e2022; font-weight: 500;}

.single-post .post-item .post-item-description .post-meta-date, .single-post .post-item .post-item-description .post-meta-comments, .single-post .post-item .post-item-description .post-meta-category { color: #777; font-size: 13px; margin-right: 16px; }

.single-post .post-item .post-item-description .post-meta-date a, .single-post .post-item .post-item-description .post-meta-comments a, .single-post .post-item .post-item-description .post-meta-category a { color: #777; }

.single-post .post-item .post-item-description .post-meta-share { float: right; }

.single-post .post-item .post-item-description .post-meta-share .btn { display: inline-block; margin-right: 0; }

.single-post .post-item .post-item-description .post-meta { border-bottom: 1px solid #f3f3f3; clear: both; display: block; margin-bottom: 26px; padding: 12px 0; position: relative; width: 100%; }

.single-post .post-item .post-tags { display: block; margin-bottom: 40px; position: relative; width: 100%; }

.single-post .post-item .post-tags a { font-weight: 400; color: #3c4043; border: 1px solid #e4e6ef; border-radius: 4px; font-size: 12px; margin-bottom: 10px; padding: 3px 10px; background-color: #fbfbfb; }

/*  Helpers */
/* ----------------------------------------------------------------
Helpers
-----------------------------------------------------------------*/
.text-light .container .home-page-title {}

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer {
  display: block;
  position: relative;
  background-color: #f8f9fa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: sans-serif;
}

#footer a:not(.btn):not(:hover) {
  color: #484848;
}

#footer p {
  font-family: sans-serif;
}

#footer a:not(.btn) {
  font-weight: 400;
}

#footer .footer-content {
  padding-right: 0;
  padding-left: 0;
  background-color: #EFF1F1;
  padding-top: 20px;
  padding-bottom: 0px;
}

#footer .widget .widget-title,
#footer .widget h4 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

#footer .widget .widget-title ul li a,
#footer .widget h4 ul li a {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #999;
}

#footer .copyright-content {
  min-height: 80px;
  padding: 30px 0;
  background-color: #41a0ba;
  font-size: 13px;
  color: #f8f9fa;
}

#footer .logo {
  margin-bottom: 54px;
  margin-top: 12px;
  max-width: 80px;
}

#footer .footer-logo {
  border-right: 1px solid #333;
  margin-bottom: 20px;
  margin-right: 18px;
  padding-right: 16px;
}

.dark #footer,
#footer.inverted,
#footer.dark {
  background-color: #181818;
}

.dark #footer p,
#footer.inverted p,
#footer.dark p {
  color: #999;
}

.dark #footer a:not(.btn),
#footer.inverted a:not(.btn),
#footer.dark a:not(.btn) {
  font-weight: 400;
}

.dark #footer a:not(.btn):not(:hover),
#footer.inverted a:not(.btn):not(:hover),
#footer.dark a:not(.btn):not(:hover) {
  color: #999;
}

.dark #footer h1,
.dark #footer h2,
.dark #footer h3,
.dark #footer h4,
.dark #footer h5,
.dark #footer h6,
#footer.inverted h1,
#footer.inverted h2,
#footer.inverted h3,
#footer.inverted h4,
#footer.inverted h5,
#footer.inverted h6,
#footer.dark h1,
#footer.dark h2,
#footer.dark h3,
#footer.dark h4,
#footer.dark h5,
#footer.dark h6 {
  color: #fff;
}

.dark #footer .widget .widget-title,
.dark #footer .widget h4,
#footer.inverted .widget .widget-title,
#footer.inverted .widget h4,
#footer.dark .widget .widget-title,
#footer.dark .widget h4 {
  color: #fff;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
	background-color: #1E1E1E;}

