﻿@charset "UTF-8";
/*===================================

    ocker #ffcc66
    gruen #0e2e1e

====================================*/

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body {
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-scrolling: touch;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.font-alt {
  font-family: "Montserrat", sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 88px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 63px;
  }
}

h2 {
  font-size: 63px;
}

@media only screen and (max-width: 500px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: 44px;
}

@media only screen and (max-width: 500px) {
  h3 {
    font-size: 31px;
  }
}

h4 {
  font-size: 31px;
}

@media only screen and (max-width: 500px) {
  h4 {
    font-size:22px;
  }
}

h5 {
  font-size:22px;
  font-weight:600;
  margin-top:20px;
}

@media only screen and (max-width: 500px) {
  h5 {
    font-size:18px;
    font-weight:600;
  }
}

h6 {
  font-size: 11px;
}

p {
  font-size: 18px;
}

small {
  font-size: 0.707em;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 200 !important;
}

.lead {
  font-size: 22px;
  line-height: 1.75;
  font-weight: 400;
}

.lead:first-letter {
  font-size: 88px;
  float: left;
  line-height: 70px;
  margin-right: 12px;
  font-weight: 800;
}

.quote {
  text-indent: -0.707em;
  padding: 0 0.707em;
}

* {
  outline: none !important;
}

input {
  border-radius: 2px !important;
}

input:focus {
  box-shadow: none !important;
  border: 1px solid #0E2E1E;
}
textarea:focus {
  box-shadow: none !important;
  border: 1px solid #0E2E1E;
}

.form-control {
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  background: black;
  color: #ffffff;
  border-color: black;
}

.overlay-01 {
  position: relative;
}

.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5th {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5th {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th {
    width: 20%;
    float: left;
  }
}

.overlay-02::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.container, .container-fluid {
  position: relative;
  z-index: 1;
}

.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section {
  padding: 80px 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.section a {
  color:#CC8800;
}

.section-4 {
  padding: 40px 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.section-44 {
  padding: 40px 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-top:1px solid #ccc;
}

.section > header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section > header {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.section > header h3 {
  color: #AAAAAA;
  margin-top: 20px;
}

.section > header h3 strong {
  color: #111111;
}

.section > header h6 {
  letter-spacing: 0.5em;
  text-indent: 5px;
  margin-top: 0;
  color: #6F6F6F;
}

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

.section .section-heading h6 {
  letter-spacing: 0.5em;
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.bg-coming-soon {
  background-image: url(../images/bg_coming_soon.jpg);
}

.intro-bg {
  background-image: url(../images/intro_bg.jpg);
  background-attachment: fixed;
}

.intro-polygonal-bg {
  background-image: url(../images/polygonal_bg.jpg);
  background-attachment: fixed;
}

.shade-bg {
  background-color: #ffffff;
}

.cta-bg {
  background-color: #444444;
}

.bg-inner-01 {
  background-image: url(../images/Inner_header.jpg);
}

.under-construction-bg {
  background-image: url(../images/under_construction_bg.jpg);
}

/** background helper classes **/
.mild-bg {
  background-color: #0E2E1E;
}

.white-bg {
  background-color: #fff;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.animated-gradient-bg {
  background: linear-gradient(0deg, #14859A, #004150);
  background-size: 100% 100%;
  -webkit-animation: bgGradientAnim 8s ease infinite;
  animation: bgGradientAnim 8s ease infinite;
}

.animated-gradient-bg2 {
  background: linear-gradient(0deg, #FF00B6, #9100FF);
  background-size: 100% 100%;
  -webkit-animation: bgGradientAnim 8s ease infinite;
  animation: bgGradientAnim 8s ease infinite;
}

@-webkit-keyframes bgGradientAnim {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}

@keyframes bgGradientAnim {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}

/** section height parallax images **/
.section-height {
  position: relative;
  overflow: hidden;
  margin: -80px 0;
  display: none;
}

.fluid-right {
  margin-right: -15px;
}

/** margin helper classes **/
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

/** Bootstrap 4 **/
.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

/** padding helper classes **/
/** Bootstrap 4 **/
.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.b-t-0 {
  border-top: 0;
}

.b-b-0 {
  border-bottom: 0;
}

.nav-pad {
  height: 75px;
}

.bg-color-deep {
  background-color: #2D333E;
  color: #FDFDFD;
}

.bg-color-deep > header > h6,
.bg-color-deep > header > h3 {
  color: #fff;
}

.inline-block {
  display: inline-block;
}

h5 {
  font-weight: 300;
}

.list-arrows-right li {
  padding-left: 25px;
  position: relative;
}

.list-arrows-right li::before {
  content: "\f363";
  font-family: 'Ionicons';
  position: absolute;
  left: 0;
}

/* Card */
.card {
  position: relative;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.card-block {
  padding: 20px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.list-inside {
  list-style-position: inside;
  padding: 0;
}

.icon-preview ul {
  padding: 0;
  list-style: none;
}

.icon-preview ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 22px;
  width: 60px;
  text-align: center;
}

.icon-preview h2 {
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .p-r-md-0 {
    padding-right: 0;
  }
  .p-l-md-0 {
    padding-left: 0;
  }
}

.btn {
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.btn-round {
  border-radius: 30px;
}

.btn-cal-group .btn {
  margin-right: 10px;
}

.btn-cal-group .btn:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .btn-cal-group .btn {
    margin-bottom: 10px;
  }
}

.btn-cal-default {
  background: #0e2e1e;
  color: #ffffff;
}

.btn-cal-default:hover, .btn-cal-default:focus, .btn-cal-default:active {
  background-color: #969595;
  color: #ffffff;
  border-color: #0e2e1e;
}

.btn-cal-default-o {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-cal-default-o:hover, .btn-cal-default-o:focus, .btn-cal-default-o:active {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #111111;
}

.btn-cal-dark {
  background-color: #444444;
  border: 1px solid #444444;
  color: #ffffff;
}

.btn-cal-dark:hover, .btn-cal-dark:focus, .btn-cal-dark:active {
  background-color: rgba(68, 68, 68, 0.8);
  color: #ffffff;
}

.btn-cal-dark-o {
  background-color: transparent;
  border: 1px solid #444444;
  color: #444444;
}

.btn-cal-dark-o:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-arrow-down-round {
  background-color: #111111;
  border-radius: 50%;
  bottom: 2%;
  font-size: 31px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index: 2;
}

.btn-arrow-down-round i {
  color: #ffffff;
  display: block;
  -webkit-animation-name: fadeInOutDown;
  animation-name: fadeInOutDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.btn-arrow-down-round-o {
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 2%;
  font-size: 31px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index: 2;
}

.btn-arrow-down-round-o i {
  color: #111111;
  display: block;
  -webkit-animation-name: fadeInOutDown;
  animation-name: fadeInOutDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.btn-cal-dropdown {
  background-color: transparent;
  border: 1px solid #DDDDDD;
  color: #444444;
}

.btn-cal-dropdown:hover {
  background-color: #EEEEEE;
}

.btn-o {
  background: transparent;
}

.btn-list {
  position: relative;
  z-index: 1;
}




#toggelSearch {
  z-index: 999;
}

#toggelSearch.open {
  position: relative;
  color: #000;
}

#toggelSearch.open i {
  color: #000000;
}

#searchInput {
  display: none;
  z-index: 99;
}

.top-cart-title {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
  padding: 0 30px 20px;
  margin: 0 -30px;
  font-weight: 600;
}

.top-cart-title h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-cart-items {
  padding-top: 20px;
}

.top-cart-item {
  margin-bottom: 20px;
}

.top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.top-cart-item-image {
  float: left;
  margin-right: 15px;
  width: 48px;
  height: 60px;
  border: 2px solid #EEE;
  transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-cart-item-desc {
  position: relative;
  overflow: hidden;
}

.top-cart-item-desc a {
  color: #B2B2B2;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.2;
}

.top-cart-item-desc a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.top-cart-item-desc span.top-cart-item-price {
  display: block;
  line-height: 32px;
  color: #595959;
}

.top-cart-item-desc span.top-cart-item-quantity {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  color: #616161;
}

.top-cart-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 30px 0px;
  margin: 0 -30px;
}

.top-cart-action span.top-checkout-price {
  font-size: 22px;
  color: #8C8C8C;
  line-height: 30px;
}

/***********************
FULL SCREEN NAVIGATION
************************/
#zwrapper {
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.navigation-is-open #zwrapper {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  right: 40px;
  top: 40px;
  height: 54px;
  width: 54px;
  background-color: #000000;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}

.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.cd-nav-trigger circle {
  /* circle border animation */
  transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  transition: -webkit-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s 0.3s;
}

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
  visibility: visible;
  transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav h5 {
  position: relative;
  margin-bottom: 1.7em;
  font-weight: 800;
  color: #CC8800;
  text-transform: uppercase;
}

.cd-nav h5::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}

.cd-nav .cd-primary-nav {
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

.cd-nav .cd-primary-nav a {
  font-size: 31px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}

.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

.cd-nav .cd-contact-info {
  margin-top: 80px;
  list-style: none;
  padding-left: 0;
}

.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}

.cd-nav .cd-contact-info a {
  color: #ffffff;
}

.cd-nav .cd-contact-info span {
  display: block;
}

@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h5 {
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 44px;
  }
  .cd-nav .cd-contact-info {
    margin-top: 175px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
}

.no-js #zwrapper {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.top-cart-content {
  right: 0;
}

.menuzord-menu > li.item-icon > a {
  padding-top: 28px;
}


#menuzord img#be:hover {
transform: scale(1.5,1.5);
transition: 5s;
}

#menuzord img#top {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}

#menuzord img#top:hover {
position: absolute;
top: 10px;
left: 80px;
opacity: 1;
transition: opacity 1s;
}


.dotnav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -75px;
  background: #FFF;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.dotnav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dotnav ul li {
  position: relative;
  display: block;
  margin: 10px 6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
}

.dotnav ul li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dotnav ul li.active {
  box-shadow: 0 0 0 2px #FFF;
}

.dotnav ul li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background: #000;
}

/*
 *    Common
 */
.header-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh !important;
  min-height: 400px;
}

.header-classic {
  padding: 200px 0 90px;
  height: auto !important;
}

/*  */
.zoom-hero {
  background-attachment: fixed;
  z-index: -1;
}

.scaled-up {
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

.parallax-hero,
.zoom-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Background */
.bg-01, .bg-02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-01 {
  background-image: url(../images/headers/1.jpg);
}

.bg-02 {
  background-image: url(../images/headers/2.jpg);
}



.slim-bg-01, .slim-bg-02, .slim-bg-03, .slim-bg-04, .slim-bg-05, .slim-bg-06, .slim-bg-07, .slim-bg-08 {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}

.slim-bg-01 {
  background-image: url(../images/headers/slim/1.jpg);
}

.slim-bg-02 {
  background-image: url(../images/headers/slim/2.jpg);
}

.slim-bg-03 {
  background-image: url(../images/headers/slim/3.jpg);
}

.slim-bg-04 {
  background-image: url(../images/headers/slim/4.jpg);
}

.slim-bg-05 {
  background-image: url(../images/headers/slim/5.jpg);
}

.slim-bg-06 {
  background-image: url(../images/headers/slim/6.jpg);
}

.slim-bg-07 {
  background-image: url(../images/headers/slim/7.jpg);
}

.slim-bg-08 {
  background-image: url(../images/headers/slim/8.jpg);
}

/* Overlay */
.overlay-01, .overlay-color {
  position: relative;
}

.overlay-01::after, .overlay-color::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-01::after {
  background-color: rgba(0, 0, 0, 0.45);
}

.overlay-color::after {
  background-color: rgba(204, 136, 0, 0.8);
}

/* parallax */
.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.wrapper-table {
  display: table;
  height: 100%;
  width: 100%;
}

.wrapper-table > .valign-center {
  display: table-cell;
  vertical-align: middle;
}

/*
 *    Header
 */
.site-header {
  position: relative;
  overflow: hidden;
}

.site-header .intro {
  color: #fff;
  text-transform: uppercase;
}

.site-header .intro h1 {
  margin-bottom: 0;
}

.site-header .intro h2 {
  margin-bottom: 0;
  font-size: 3.2em;
}

@media (max-width: 767px) {
  .site-header .intro h1.clip {
    font-size: 31px;
  }
}

.site-header .intro p {
  margin-bottom: 70px;
}

.site-header .intro p.subtitle {
  font-size: 2em;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .site-header .intro p {
    margin-bottom: 30px;
  }
}

.site-header .video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.site-header .video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
  width: 20px;
}

.site-header .video-controls-box a:focus, .site-header .video-controls-box a:hover {
  text-decoration: none;
}

.site-header .op-static-intro .subtitle {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-header .op-static-intro .subtitle {
    font-size: 15px !important;
  }
}

.site-header .op-static-intro h1 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .site-header .op-static-intro h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
}

/* Slim Slider */
.slim-slider-clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 43.75em;
  background: url(../images/others/clouds.png) 0px 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

/* Flex Slider */
.flexslider {
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.flexslider .slides > li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .flexslider .flex-direction-nav a {
    display: none;
  }
}

.flexslider .flex-direction-nav a::before {
  font-family: "Ionicons";
  color: #fff;
  font-size:2.2em;
  text-shadow: none;
}

.flexslider .flex-direction-nav a.flex-prev::before {
  content: "\f108";
  font-size:2.2em;
}

.flexslider .flex-direction-nav a.flex-next::before {
  content: "\f10b";
  font-size:2.2em;
}

/*  Particle Spider  */
.particle-spider-header .intro h1 {
  font-weight: 600;
}

.particle-spider-header .intro p {
  margin-bottom: 0px;
}

#particles,  #particles > canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.owl-controls {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

#videoBackgroundHTML5 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.video-player-big .video-btn-big a {
  font-size: 124.432px;
  color: #FFF;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  border-radius: 100%;
  height: 124px;
  width: 124px;
  line-height: 0;
}

.video-player-big .video-btn-big a:hover, .video-player-big .video-btn-big a:active, .video-player-big .video-btn-big a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
}

.video-player-big h1 {
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 4px;
}

.intro-particle p {
  text-transform: none;
  letter-spacing: 8px;
  margin-top: 25px;
}

.video-player-big.vp-style2 h5 {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .video-player-big.vp-style2 h5 {
    text-align: left;
    margin: 48px 0;
  }
}

@media (min-width: 992px) {
  .video-player-big.vp-style2 .left h5 {
    text-align: right;
  }
}

#introText p {
  margin-bottom: 0px;
}

.intro-wrapper {
  display: table;
  height: 95vh;
  min-height: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.intro-wrapper .intro-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .intro-wrapper .intro-wrapper-inner {
    text-align: center;
  }
}

.intro-wrapper .intro-wrapper-inner .intro-text {
  color: #ffffff;
}

.intro-wrapper .intro-wrapper-inner .intro-text p {
  letter-spacing: 0.50em;
  margin-bottom: 5em;
}

@media only screen and (max-width: 500px) {
  .intro-wrapper .intro-wrapper-inner .intro-text p {
    margin-bottom: 3em;
  }
}

.intro-wrapper .intro-wrapper-inner .intro-text a span {
  padding-left: 8px;
}

#video-container {
  display: none;
  position: absolute;
  top: 15%;
  left: 0%;
  width: 100%;
}

@-webkit-keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

@keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}

/*=============================================
=             Background Slideshow            =
=============================================*/
/*
 Home section SlideShow backgrounds
 -------------------------
 */
.bg-slide-1 {
  opacity: 1;
  background: url(../images/headers/25.jpg) no-repeat center center;
  background-size: cover;
}

.bg-slide-2 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  background: url(../images/headers/26.jpg) no-repeat center center;
  background-size: cover;
}

.bg-slide-3 {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
  background: url(../images/headers/27.jpg) no-repeat center center;
  background-size: cover;
}

.bg-slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  -webkit-animation: slideShow 24s linear infinite 0s;
  animation: slideShow 24s linear infinite 0s;
}

.bg-slide-1 {
  opacity: 1;
}

.bg-slide-2 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.bg-slide-3 {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

/* keyframes*/
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/
.flex-control-nav {
  bottom: 0px;
  z-index: 99;
}

.flex-control-paging li a {
  background: transparent;
  box-shadow: none;
  border: 1px solid white;
}

.flex-control-paging li a.flex-active {
  background: white;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}

.letters .cd-words-wrapper b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cd-words-wrapper i,
.cd-words-wrapper em {
  font-style: normal;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.5s;
  animation: cd-rotate-1-in 1.5s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.5s;
  animation: cd-rotate-1-out 1.5s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -20px) rotateX(90deg);
  -ms-transform: translate3d(0, 0, -20px) rotateX(90deg);
  transform: translate3d(0, 0, -20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.5s forwards;
  animation: cd-rotate-2-in 0.5s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.5s forwards;
  animation: cd-rotate-2-out 0.5s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ffffff;
  z-index: 2;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.5);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 250px;
  perspective: 250px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: translateX(150%) rotateY(180deg);
  -ms-transform: translateX(150%) rotateY(180deg);
  transform: translateX(150%) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: translateX(0%) rotateY(0deg);
  -ms-transform: translateX(0%) rotateY(0deg);
  transform: translateX(0%) rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.8s forwards;
  animation: cd-rotate-3-in 0.8s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.8s forwards;
  animation: cd-rotate-3-out 0.8s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: translateX(0%) rotateY(0deg);
  -ms-transform: translateX(0%) rotateY(0deg);
  transform: translateX(0%) rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: translateX(150%) rotateY(180deg);
    -ms-transform: translateX(150%) rotateY(180deg);
    transform: translateX(150%) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotateY(0deg);
    -ms-transform: translateX(0%) rotateY(0deg);
    transform: translateX(0%) rotateY(0deg);
  }
}

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: translateX(-150%) rotateY(-180deg);
    -ms-transform: translateX(-150%) rotateY(-180deg);
    transform: translateX(-150%) rotateY(-180deg);
  }
}

/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.hs-text-11 {
  letter-spacing: 11px;
}

.mask-text-rotator .valign-center {
  background-size: cover;
  text-align: center;
}

.mask-text-rotator .valign-center h1 {
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 0px;
  border-radius: 100px;
  mix-blend-mode: lighten;
  display: inline-block;
  text-transform: uppercase;
}

.mask-text-rotator .valign-center h1 span b {
  font-weight: 200 !important;
}

@media only screen and (max-width: 991px) {
  .mask-text-rotator .valign-center h1 {
    font-size: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .mask-text-rotator .valign-center h1 {
    font-size: 44px;
    letter-spacing: 2px;
    padding: 10px 15px;
  }
}

.minimal-header .intro-wrapper-inner .intro-text {
  text-align: center;
}

.minimal-header .intro-wrapper-inner .intro-text h1 {
  font-weight: 600;
}

.header-inner {
  padding: 180px 0 30px 0;
  background-size: cover;
  text-transform: uppercase;
  padding-top: 200px;
}

.header-inner .breadcrumb {
  float: right;
  background-color: transparent;
  color: #555;
}

.header-inner .breadcrumb a {
  color: inherit;
  transition: color 0.25s ease-in-out;
}

.header-inner .breadcrumb a:hover, .header-inner .breadcrumb a:active, .header-inner .breadcrumb a:focus {
  text-decoration: none;
}

.header-inner .breadcrumb i {
  margin-left: 5px;
  margin-right: 5px;
}

.header-inner h4 {
  color: #333;
}

.header-inner-2 {
  background-color: #f1f1f1;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  padding-top: 160px;
}

.header-inner-2 .breadcrumb {
  float: none;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
}

.header-inner-2 .breadcrumb a {
  color: inherit;
  transition: color 0.4s ease-in-out;
}

.header-inner-2 .breadcrumb a:hover, .header-inner-2 .breadcrumb a:active, .header-inner-2 .breadcrumb a:focus {
  color: #fff;
  text-decoration: none;
}

.header-inner-2 .breadcrumb a i {
  margin-left: 5px;
  margin-right: 5px;
}

.header-inner-2 h3 {
  color: white;
  margin-top: 5px;
}

.cta {
  padding: 0px;
}

.cta .cta-content {
  color: #ffffff;
  padding: 20px 0px;
  text-transform: uppercase;
}

.cta .cta-content span {
  font-size: 15px;
  margin-right: 20px;
}

.cta .cta-content .btn {
  margin-top: 10px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  .cta .cta-content {
    text-align: center;
  }
}

.cta-big {
  padding: 40px 0;
}

.cta-big .btn-cal-group {
  margin-top: 25px;
}

.cta6 > a {
  display: block;
  padding: 30px 0;
  text-align: center;
  color: #0e2e1e;
  transition: all 0.25s ease-in-out;
  background: #ffcc66;
}

.cta6 > a span {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.cta6 > a span i {
  position: absolute;
  top: 3px;
  right: -20px;
  transition: all 0.25s ease-in-out;
}

.cta6 > a:focus {
  text-decoration: none;
}

.cta6 > a:hover {
  text-decoration: none;
  color: #636363;
}

.cta6 > a:hover span i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.cta7 {
  background: #F5F5F5;
  padding: 40px;
}

.cta7 h5 {
  font-weight: 400;
}

.cta7 p {
  color: #6B6B6B;
}

.cta7 .btn {
  margin-top: 20px;
}

.cta-8 h4 {
  text-transform: none;
  font-weight: 400;
}

.cta-8 h4 a {
  border-bottom: 2px solid #fff;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.cta-8 h4 a:focus, .cta-8 h4 a:hover {
  opacity: .8;
  text-decoration: none;
}

.about-us .section-content {
  margin: 50px 0px;
  padding: 15px;
}

.about-us .section-content .section-heading {
  margin: 20px 0px;
}

.about-us .section-content .section-heading p {
  margin-bottom: 5px;
}

.about-us .section-content .section-heading h4 {
  font-weight: 200;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 800;
  color: #606370;
}

.responsive-design p {
  color: #808080;
}

.love-us header {
  margin-bottom: 0px;
}

.love-us .section-content {
  position: relative;
  padding: 120px 0px 60px 0px;
}

@media only screen and (max-width: 767px) {
  .love-us .section-content {
    padding: 10px 0 0 0;
  }
}

.love-us .section-content img {
  margin-top: -28%;
}

@media only screen and (max-width: 991px) {
  .love-us .section-content img {
    margin-bottom: 60px;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .love-us .section-content img {
    margin-top: 0;
  }
}

.love-us .section-content .cause-point {
  padding: 20px 0px 0 76px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .love-us .section-content .cause-point {
    padding: 0 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .love-us .section-content .cause-point {
    text-align: center;
  }
  .love-us .section-content .cause-point:last-child {
    border-bottom: none;
  }
}

.love-us .section-content h5 {
  text-transform: uppercase;
  position: relative;
}

.love-us .section-content h5 .hang {
  color: #0E2E1E;
  font-size: 44px;
  position: absolute;
  top: -6px;
  left: -62px;
}

@media only screen and (max-width: 991px) {
  .love-us .section-content h5 .hang {
    display: none;
  }
}

.love-us .section-content p {
  color: #A2A2A2;
  line-height: 1.6;
}

.non-profit .section-content img {
  margin-top: -19%;
}

.restaurant .section-content img {
  margin-top: -19%;
}

.service-item {
  position: relative;
}

.service-item .icon {
  position: absolute;
}

.service-item .icon i {
  font-size: 31px;
}

.service-item .service-desc {
  padding: 0px 20px 0px 65px;
  margin: 45px 0px;
}

.service-item .service-desc h5 {
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #444;
}

.service-item .service-desc p {
  color: #808080;
}

.pricing .price-box {
  border: 1px solid #f2f2f2;
  color: #444444;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .pricing .price-box {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing .price-box::last-child {
    margin-bottom: 0;
  }
}

.pricing .price-box h5 {
  border-bottom: 1px solid #f2f2f2;
  font-weight: 300;
  margin: 0;
  padding: 22px 0px;
}

.pricing .price-box .price-info {
  position: relative;
}

.pricing .price-box .price-info .price {
  font-size: 22px;
  font-weight: 300;
  padding: 20px 0px;
  font-family: "Montserrat", sans-serif;
}

.pricing .price-box .price-info .price span {
  font-size: 44px;
  position: relative;
  font-weight: 400;
}

.pricing .price-box .price-info .price span i {
  font-size: 22px;
  font-style: normal;
  position: absolute;
  left: -15px;
  top: 0;
  font-weight: 200;
}

.pricing .price-box .price-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing .price-box .price-info ul li {
  display: block;
  padding: 10px 0px;
}

.pricing .price-box .price-info ul .disabled {
  color: #E4E4E4;
  text-decoration: line-through;
}

.pricing .price-box .btn {
  margin: 30px 0px;
}

.promo-box {
  padding: 35px;
}

.promo-box .btn-right {
  float: right;
  margin-top: 20px;
}

.funfacts {
  text-align: center;
  color: #fff;
}

.funfacts .fact {
  margin-bottom: 40px;
}

.funfacts .fact .fact-icon {
  font-size: 44px;
}

.funfacts .fact .fact-number {
  font-weight: 300;
  margin-top: 0;
  font-size: 44px;
}

.funfacts .fact .fact-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.funfacts-bg {
  background-image: url(../images/backgrounds/1.jpg);
  background-size: cover;
}

@media (min-width: 768px) {
  .funfacts .fact {
    margin-bottom: 0;
  }
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 15px;
  box-shadow: none;
}

.panel-group .panel.panel-default {
  border-color: #f2f2f2;
}

.panel-group .panel.panel-default .panel-heading {
  padding: 0;
  background-color: #ffffff;
}

.panel-group .panel.panel-default .panel-heading .panel-title {
  font-size: 15px;
}

.panel-group .panel.panel-default .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 15px;
  padding-right: 35px;
  line-height: 1.618;
  transition: color .3s ease-in-out;
}

.panel-group .panel.panel-default .panel-heading .panel-title a:after {
  position: absolute;
  content: "\f364";
  top: 35%;
  right: 15px;
  font-size: 25px;
  font-family: 'Ionicons';
  font-weight: bold;
}

.panel-group .panel.panel-default .panel-heading .panel-title a.collapsed:after {
  content: "\f35e";
  font-family: 'Ionicons';
}

.panel-group .panel.panel-default .panel-heading .panel-title a:active, .panel-group .panel.panel-default .panel-heading .panel-title a:focus, .panel-group .panel.panel-default .panel-heading .panel-title a:hover {
  text-decoration: none;
}

.panel-group .panel.panel-default .panel-collapse .panel-body {
  border-top: 1px solid tranperent;
  margin-bottom: 15px;
  word-spacing: 2px;
  line-height: 1.2;
}

.client {
  text-align:center;
}

.mitte {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.client .client-img {
  float:left;
  margin:10px;
}


.contact .section-content {
  pointer-events: none;
}

.contact .section-content .contact-box {
  pointer-events: auto;
}

.bg-map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .bg-map {
    position: static;
    height: 300px;
  }
}

.contact-box {
  background-color: rgba(29, 34, 42, 0.9);
  color: #fff;
  font-weight: 300;
  padding: 80px 50px;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .contact-box {
    margin-left: -15px;
  }
}

.info-address,
.info-contact {
  padding-left: 50px;
  position: relative;
  font-weight: 500;
  color: #FFF;
}

.info-address a,
.info-contact a {
  color: inherit;
}

.info-address span {
  position: absolute;
  font-size: 31px;
  left: 0;
  padding-top: 12px;
}

.info-contact span {
  position: absolute;
  font-size: 31px;
  left: 0;
  padding-top: 12px;
}

.contact-form {
  margin-top: 40px;
}

.contact-form .form-control {
  border-color: #DDDDDD;
}

.check {
  border-color: #0E2E1E;
}

.check:invalid {
  border-color: #0E2E1E;
  box-shadow: none;
  outline:none;
}

.contact-form .form-control:not(textarea) {
  background-color: transparent;
  border-radius: 2px;
  color: #0E2E1E;
}

.contact-form .form-control:not(textarea):focus {
  border-color: #ccc;
  box-shadow: none;
}

.contact-form textarea.form-control {
  background-color: transparent;
  border-radius: 2px;
  color: #0E2E1E;
}

.contact-form textarea.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

.contact-form .contact-submit {
  margin-top: 10px;
}

.level {
  border-top: none;
  background-size: cover;
  background-position: center top;
}

.level .progress-heading {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.level .video-info {
  text-align: center;
  padding: 90px 0;
}

@media only screen and (max-width: 991px) {
  .level .video-info {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .level .video-info {
    padding-bottom: 0;
  }
}

.level .video-info .video-icon {
  color: #222;
  font-size: 88px;
  line-height: 1;
  transition: all 0.25s;
  opacity: 0.85;
}

.level .video-info .video-icon:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .level .video-info .video-icon {
    margin-bottom: 20px;
  }
}

.level .video-info .video-icon:hover, .level .video-info .video-icon:active, .level .video-info .video-icon:focus {
  text-decoration: none;
}

.level .video-info h6 {
  text-transform: uppercase;
}

.level #video-small-container {
  display: none;
}

.progress {
  background-color: #FFF;
  border-radius: 0;
  height: 3px;
  overflow: visible;
  margin-bottom: 44px;
  box-shadow: none;
}

.progress-bar {
  background-color: #FFF;
  width: 0;
  position: relative;
  transition: width 3s cubic-bezier(0, 0, 0.2, 1);
}

.progress-bar > span {
  display: inline-block;
  right: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 6px;
  padding: 5px 10px;
  font-weight: 600;
}

.progress-counter {
  background-color: #323232;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 10px 5px;
  position: relative;
  left: calc(76% - 52px);
  top: -10px;
}

.scheme-white .video-info .video-icon,
.scheme-white .video-info h6 {
  color: #FFF;
}

.subscribe-image {
  width: 100%;
  padding: 60px;
}

.subscribe-box {
  padding: 150px 0 0;
}

.subscribe-boxx {
  padding: 0 20px 0 10px;
  border-right:1px solid #ccc;
}

.form-control_me {
  display:none;
}

@media only screen and (max-width: 991px) {
  .subscribe-box {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-box {
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}

.subscribe-form input {
  border-radius: 0;
}

.subscribe-form input:focus {
  box-shadow: none;
}

.client-info h5 {
  margin-bottom: 0;
}

.client-info p {
  margin-bottom: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-content {
  padding-bottom: 40px;
  font-style: italic;
  font-size: 18.5px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

@media (max-width: 991px) {
  .testimonial-content {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.testimonials .owl-controls {
  margin-top: 0;
  top: 0;
  right: 0;
}

.testimonials .owl-controls .owl-buttons div {
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.testimonials .owl-prev::before {
  content: "\f3d8";
  font-family: "Ionicons";
}

.testimonials .owl-next::before {
  content: "\f3d0";
  font-family: "Ionicons";
}

.team-profile {
  padding: 10px;
  min-height: 366px;
  max-width: 320px;
  margin: 0 auto 70px;
  position: relative;
  background: #f5f5f5 no-repeat center center;
  background-size: cover;
}

.team-profile.hiring a {
  font-size: 85px;
  text-align: center;
  display: block;
  position: absolute;
  line-height: 320px;
  color: #CCC;
  transition: all 0.25s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-profile.hiring .team-intro {
  pointer-events: none;
}

.team-profile .team-intro {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10px 0;
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.team-profile .team-intro h5 {
  font-weight: 500;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

@media only screen and (max-width: 767px) {
  .team-profile .team-intro h5 {
    font-weight: 900;
  }
}

.team-profile .team-intro p {
  margin: 0;
  color: #666;
}

.team-profile .team-social {
  margin: 0;
  float: right;
  background-color: rgba(255, 255, 255, 0.9);
}

.team-profile .team-social li a {
  color: #ABADAD;
  text-align: center;
  width: 36px;
  display: block;
  height: 36px;
  line-height: 36px;
  transition: all 0.25s ease-in-out;
}

.team-profile .team-social li a:focus, .team-profile .team-social li a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-widgets {
  background-color: #ffcc66;
}

.footer-widgets .footer-logo {
  width: 80%;
}

.footer-widgets .footer-title h4 {
  color: #0e2e1e;
  margin: 0;
}

@media (min-width: 768px) {
  .footer-widgets .footer-title h4 {
    padding-top: 36px;
  }
}

.footer-widgets .footer-title h4 img {
  opacity: 0.7;
}

.footer-widgets .widget-contact {
  color: #0e2e1e;
}

.footer-widgets .widget-contact a {
  color: #0e2e1e;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

.footer-widgets .widget-contact a:hover, .footer-widgets .widget-contact a:focus, .footer-widgets .widget-contact a:active {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  text-decoration: none;
}

.footer-widgets .widget-text {
  color: #0e2e1e;
}

.footer-widgets .widget-text a {
  color: #0e2e1e;
}

.footer-widgets .social-icon li a {
  color: #0e2e1e;
  font-size: 22px;
  transition: all 0.25s ease-in-out;
}

.footer-widgets .social-icon li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-widgets .social-icon {
    margin: 25px 0;
  }
}

.footer-widgets .widget-gallery {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .footer-widgets .widget-gallery {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .footer-widgets .widget-gallery {
    padding-left: 0;
  }
}

.footer-widgets .widget-gallery a {
  display: block;
  width: 49%;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  transition: opacity 0.2s;
}

.footer-widgets .widget-gallery a:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .footer-widgets .widget-gallery a {
    width: calc(50% - 5px);
  }
}

.footer-widgets .widget-gallery a:nth-child(even) {
  margin-right: 0;
}

.footer {
  background-color: #0e2e1e;
  padding: 20px 0 10px;
  color: #eeeeee;
}

.p9 {
  font-size:0.9em;
}
.footer .footer-menu {
  text-align: right;
}

.footer .footer-menu a {
  color: #eee;
}

.footer .footer-menu a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .copyright, .footer .footer-menu {
    text-align: center;
  }
}

.portfolio {
  margin: 50px 0 0 0;
}



.portfolio .portfolio-item {
  float: left;
}

.portfolio .portfolio-item h5 {
  color:#0E2E1E;
  font-size:1em;
  font-weight:bold;
}

.portfolio .portfolio-item .thumb {
  position: relative;
  border:1px solid #ccc;
  height:350px;
  text-align:center;
  margin:5px;
  padding:2px;
}

.portfolio .portfolio-item .thumb img {
  width: auto;
  height: auto;
  display: block;
}

.portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.vCenter {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.portfolio-item:hover .portfolio-hover {
  opacity: 0.5;
}

.portfolio-item:hover .portfolio-hover .vCenter {
  top: 50%;
}

.portfolio-hover .portfolio-description {
  padding: 0 10px;
}

.portfolio-hover .action-btn {
  display: block;
  text-align: center;
}

.portfolio-description {
  text-align: center;
  color: #ffffff;
  font-size: 44px;
}

.portfolio-description h4 a {
  text-align: center;
  color: #ffffff;
}

.portfolio-hover .action-btn a {
  text-align: center;
  color: white;
  font-size: 44px;
}

.portfolio-hover .action-btn a:focus, .portfolio-hover .action-btn a:hover {
  text-decoration: none;
}

.portfolio-description h5 {
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: capitalize;
}

.portfolio-description p {
  color: #ffffff;
}

.portfolio-description a {
  color: #ffffff;
  word-wrap: break-word;
}

.portfolio-description a:focus, .portfolio-description a:hover {
  text-decoration: none;
}

.portfolio-title a {
  color: #ffffff;
}

/*gutter*/
.portfolio.gutter .portfolio-item {
  padding: 10px;
}

.portfolio.col-2 .portfolio-item {
  width: 49.99%;
}

@media only screen and (max-width: 991px) {
  .portfolio.col-2 .portfolio-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio.col-2 .portfolio-item {
    width: 49.99%;
  }
}

.portfolio.col-3 .portfolio-item {
  width: 33.3333333%;
}

@media only screen and (max-width: 991px) {
  .portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio.col-3 .portfolio-item {
    width: 49.99%;
  }
}

.portfolio.col-4 .portfolio-item {
  width: 24.98%;
}

@media only screen and (max-width: 991px) {
  .portfolio.col-4 .portfolio-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio.col-4 .portfolio-item {
    width: 96%;
  }
  .portfolio .portfolio-item .thumb {
  margin-bottom:45px;
}
}

.portfolio.col-5 .portfolio-item {
  width: 19.99%;
}

@media only screen and (max-width: 991px) {
  .portfolio.col-5 .portfolio-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio.col-5 .portfolio-item {
    width: 49.99%;
  }
}

.portfolio.col-6 .portfolio-item {
  width: 16.666666667%;
}

@media only screen and (max-width: 991px) {
  .portfolio.col-6 .portfolio-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio.col-6 .portfolio-item {
    width: 49.99%;
  }
}

/*.portfolio {
    .portfolio-item {

        @media only screen and (max-width: 991px) {
            width: 33.3333333%;
        }

        @media only screen and (max-width: 767px) {
            width: 49.99%;
        }
    }
}*/
.portfolio-filter {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.portfolio-filter li {
  display: inline-block;
}

.portfolio-filter li a {
  color: #666666;
  margin: 0 0.707em;
  font-size: 11px;
  text-transform: uppercase;
}

.portfolio-filter li a:hover {
  color: #222222;
}

.portfolio-filter li.active a {
  color: #AD7400;
  font-weight:bold;
}

.single-portfolio .flexslider {
  margin-bottom: 0px;
}

.single-portfolio #itemLarge {
  margin-bottom: 8px;
}

.single-portfolio #itemThumbnail .item {
  margin-right: 5px;
}

.single-portfolio .main-description {
  margin: 40px 0px 70px 0px;
}

.single-portfolio .main-description p {
  word-spacing: 2px;
}

.single-portfolio .main-description blockquote {
  border-left: 5px solid #EEEEEE;
  color: #A1A1A1;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.025em;
  margin: 35px 0px 35px 40px;
  word-spacing: 2px;
}

.single-portfolio .main-description blockquote:before {
  content: "\f10d";
  position: absolute;
  font-family: 'FontAwesome';
  left: 20px;
  color: #EEEEEE;
  font-size: 22px;
}

.single-portfolio .story-part {
  margin-bottom: 30px;
}

.single-portfolio .story-part h4 {
  color: #777777;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-portfolio .story-part p {
  margin-bottom: 30px;
  word-spacing: 2px;
}

.single-portfolio .story-part .video-description {
  margin: 60px 0px 30px 0px;
  list-style: circle;
}

.single-portfolio .lead {
  font-size: 20px;
  line-height: 1.48;
  text-align: justify;
}

.single-portfolio .project-details-widget a {
  color: #CC8800;
}

.single-portfolio .project-details-widget a:hover {
  color: rgba(204, 136, 0, 0.8);
  text-decoration: none;
}

.single-portfolio .project-details-widget ul {
  line-height: 1.78;
}

.single-portfolio .recent-post-widget a {
  color: #575757;
}

.single-portfolio .recent-post-widget a:hover {
  color: #111111;
  text-decoration: none;
}

.gallery .popup-gallery {
  margin: 0 -15px;
}

.gallery .gallery-caption {
  padding: 10px 10px 40px;
}

.gallery .gallery-caption h5 {
  margin-top: 6px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .gallery .col-1, .gallery .col-2, .gallery .col-3, .gallery .col-4, .gallery .col-5, .gallery .col-6, .gallery .col-7, .gallery .col-8 {
    float: left;
  }
  .gallery .col-1 {
    width: 100%;
  }
  .gallery .col-2 {
    width: 50%;
  }
  .gallery .col-3 {
    width: 33.33%;
  }
  .gallery .col-4 {
    width: 25%;
  }
  .gallery .col-5 {
    width: 20%;
  }
  .gallery .col-6 {
    width: 16.66%;
  }
  .gallery .col-7 {
    width: 14.28%;
  }
  .gallery .col-8 {
    width: 12.5%;
  }
  .gallery .gutter [class*='col-'] {
    padding: 15px;
  }
}

.intro-wrapper .intro-wrapper-inner .intro-text h3 {
  font-weight: 100;
}

.rating {
  font-size: 22px;
}

.rating span {
  color: #636363;
}

.card-product {
  margin-bottom: 35px;
}

.card-product a {
  display: block;
  color: inherit;
}

.card-product a:hover, .card-product a:focus {
  text-decoration: none;
}

.card-product:hover .card-hover {
  opacity: 1;
}

.card-product header {
  position: relative;
}

.card-product header img {
  width: 100%;
}

.card-product header .card-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.card-product header .card-hover .add-cart-button {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.featured .card-product {
  margin-bottom: 0;
}

.cta-4 .first,
.cta-4 .last,
.cta-5 .first,
.cta-5 .last {
  position: relative;
}

.cta-4 .first::before,
.cta-5 .first::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.cta-4 .middle,
.cta-5 .middle {
  padding: 60px 0;
  min-height: 247px;
  color: #fff;
  text-transform: uppercase;
}

.cta-4 .middle::before,
.cta-5 .middle::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.cta-4 .middle .big-text,
.cta-5 .middle .big-text {
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-size: 82px;
  line-height: 1;
  font-weight: 600;
}

.cta-4 .middle .small-text,
.cta-5 .middle .small-text {
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.cta-4 .last::before,
.cta-5 .last::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.card-product .card-title {
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.card-product .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  border-radius: 100%;
  padding: 5px 11px;
  display: table;
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
}

.card-product .product-badge > .valign-center {
  display: table-cell;
  vertical-align: middle;
}

.card-product .product-badge span {
  display: block;
  font-size: 18px;
}

.card-product .product-price small {
  text-decoration: line-through;
}

#productThumbnail .item {
  padding: 2px;
}

.single-product {
  line-height: 1.5em;
  word-spacing: 2px;
  margin-top: 50px;
}

.single-product .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.single-product .breadcrumb a {
  color: #555;
  transition: color 0.25s ease-in-out;
}

.single-product .breadcrumb a:hover, .single-product .breadcrumb a:active, .single-product .breadcrumb a:focus {
  text-decoration: none;
}

.single-product .breadcrumb i {
  margin-left: 5px;
  margin-right: 5px;
}

.single-product .product-form {
  margin-bottom: 25px;
}

.single-product .product-share {
  padding: 15px 0px;
}

.single-product .product-share a {
  color: #444444;
  font-size: 18px;
  margin-right: 10px;
}

.single-product .product-share a:hover {
  color: #CC8800;
  text-decoration: none;
}

.single-product .wishlist {
  padding: 15px 0px;
  text-align: right;
}

.single-product .wishlist a {
  color: #575757;
}

.single-product .wishlist a i {
  color: #CC8800;
  margin-right: 8px;
}

.single-product .wishlist:hover a {
  color: #CC8800;
  text-decoration: none;
}

.single-product #productLarge .item {
  margin: 0 0 5px;
}

.single-product #productLarge .item img {
  margin: auto;
}

.single-product #productThumbnail .item img {
  cursor: pointer;
}

.single-product h4 {
  font-weight: 300;
}

.single-product .about-product header {
  margin-bottom: 20px;
}

.single-product .about-product .product-features {
  margin-bottom: 25px;
}

.single-product .about-product .product-name {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.single-product .about-product .product-info {
  line-height: 1.25;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  padding: 15px 15px 5px;
}

.single-product .about-product .product-info p {
  color: #A1A1A1;
}

.single-product .about-product .product-info p strong {
  color: #111111;
  font-weight: 400;
}

.single-product .about-product .product-price {
  margin-top: 0;
}

.single-product .about-product .product-price small {
  text-decoration: line-through;
}

.single-product .about-product .product-description {
  margin-top: 35px;
}

.single-product .about-product form input {
  width: 100%;
}

.single-product .about-product form .form-group {
  margin-bottom: 15px;
}

.single-product .about-product form .form-group select.form-control {
  border-radius: 0px;
}

.single-product .about-product form .quantity .minus, .single-product .about-product form .quantity .plus {
  cursor: pointer;
  border: 0 transparent;
  width: 35px;
  height: 35px;
  background-color: #EEEEEE;
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

.single-product .about-product form .quantity .qty {
  width: 45px;
  height: 35px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  text-align: center;
}

.single-product .about-product form .btn {
  background: #CC8800;
  color: #ffffff;
}

.single-product .about-product form .btn:hover, .single-product .about-product form .btn:focus, .single-product .about-product form .btn:active {
  background-color: rgba(204, 136, 0, 0.8);
  color: #ffffff;
}

.single-product .product-tab {
  margin: 50px 0px;
}

.single-product .product-tab .nav-tabs {
  background-color: #f1f1f1;
}

.single-product .product-tab .nav-tabs li.active a {
  background-color: #f9f9f9;
}

.single-product .product-tab .nav-tabs li:hover {
  background-color: #f9f9f9;
}

.single-product .product-tab .nav-tabs li a {
  color: #444444;
  margin-right: 0px;
  border-radius: 0px;
}

.single-product .product-tab .tab-content {
  background-color: #f9f9f9;
  padding: 30px 30px 50px 30px;
}

.single-product .product-tab .tab-content .review .cmnt-clipboard {
  display: block;
  position: relative;
}

.single-product .product-tab .tab-content .review .cmnt-clipboard .btn-clipboard {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  color: #969595;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.single-product .product-tab .tab-content .review .well {
  border: 1px solid #E2E2E2;
  border-radius: 0px;
  box-shadow: none;
}

.single-product .shop-right-sidebar ul {
  padding-left: 0px;
}

.single-product .shop-right-sidebar ul li {
  list-style: none;
}

.single-product .shop-right-sidebar .widget {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0px;
}

.single-product .shop-right-sidebar .widget h5 {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.single-product .shop-right-sidebar .widget li {
  display: table;
  margin: 25px 0px;
}

.single-product .shop-right-sidebar .widget li .product-list {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.single-product .shop-right-sidebar .widget li .product-list a {
  color: #575757;
  display: block;
  text-transform: capitalize;
  font-weight: bold;
}

.single-product .shop-right-sidebar .widget li .product-list a:hover {
  color: #111111;
}

.single-product .shop-right-sidebar .widget.product-widget img {
  max-height: 100px;
}

.single-product .shop-right-sidebar .widget.delivery-widget {
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center;
}

.single-product .shop-right-sidebar .widget.delivery-widget h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-product .shop-right-sidebar .widget.like-box-widget {
  text-align: center;
  text-transform: uppercase;
}

.single-product .shop-right-sidebar .widget.like-box-widget span {
  display: block;
}

.single-product .shop-right-sidebar .widget.like-box-widget h4 {
  letter-spacing: 3px;
  font-weight: bold;
}

.single-product .shop-right-sidebar .widget:last-child {
  border-bottom: none;
}

.widget {
  margin-bottom: 30px;
}

.widget ul {
  list-style-type: none;
  padding: 0;
}

.widget h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-widget li:before, .product-widget li:after {
  content: " ";
  display: table;
}

.product-widget li:after {
  clear: both;
}

.product-widget li img {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.product-widget li .product-list a {
  text-transform: capitalize;
  display: block;
  color: #222;
  margin-bottom: 10px;
}

.offer-widget {
  background: whitesmoke none repeat scroll 0% 0%;
  padding: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.offer-widget h4 {
  text-transform: uppercase;
}

.single-product-sidebar {
  padding-top: 130px;
}

@media only screen and (max-width: 991px) {
  .single-product-sidebar {
    padding-top: 0;
  }
}

.cart-table {
  border: 1px solid #f2f2f2;
}

.cart-table > tbody > tr > th {
  padding: 20px 10px;
  border: none;
  background: #F5F5F5;
  text-align: center;
}

.cart-table > tbody > tr > th:nth-child(2) {
  text-align: left;
}

.cart-table > tbody > tr > td {
  border: 1px solid #f2f2f2;
  vertical-align: middle;
  text-align: center;
}

.cart-table > tbody > tr > td:first-child {
  width: 98px;
  padding: 15px;
}

.cart-table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

.cart-table a {
  transition: all 0.25s ease-in-out;
  color: #222;
}

.cart-table input {
  text-align: center;
  width: 70%;
  margin: auto;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.cart-final-insight {
  margin-top: 70px;
}

.cart-final-insight h5 {
  margin-bottom: 25px;
}

.checkout {
  background-color: #f6f6f6;
}

.checkout form .required label:after {
  content: "*";
  margin-left: 5px;
  font-size: 15px;
  color: #ccc;
}

.checkout form .form-control {
  border-radius: 0px;
}

.checkout .checkout-form {
  margin: 25px 0px;
}

.checkout .checkout-form h5 {
  text-transform: uppercase;
  border-bottom: 4px double #EEEEEE;
}

.checkout .checkout-sidebar {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
}

.checkout .checkout-sidebar h4 {
  text-transform: uppercase;
}

.checkout .checkout-sidebar .table {
  text-transform: uppercase;
}

.checkout .checkout-sidebar .table thead tr th {
  vertical-align: middle;
  border-bottom: none;
  font-size: 15px;
  font-weight: 600;
}

.checkout .checkout-sidebar .table tbody tr td {
  vertical-align: middle;
  font-size: 15px;
  border-top: none;
}

.checkout .checkout-sidebar .table tfoot {
  border-bottom: 1px solid #DDDDDD;
}

.checkout .checkout-sidebar form button {
  margin-bottom: 25px;
  margin-top: 15px;
  width: 100%;
}

/*=================================================
            One Page Blog Section
==================================================*/
.blog .blog-post {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.blog .blog-post .blog-content {
  padding: 0px 30px;
}

.blog .blog-post .blog-content h5 {
  font-weight: 300;
  margin: 25px 0px 20px 0px;
  line-height: 1.2;
}

.blog .blog-post .blog-content h5 a {
  color: #222;
  font-size: 18.5px;
  letter-spacing: 0;
  transition: color .25s ease-in-out;
}

.blog .blog-post .blog-content h5 a:hover {
  text-decoration: none;
}

.blog .blog-post .blog-content .post-meta {
  padding-bottom: 20px;
  font-size: 15px;
  color: #636363;
}

.blog .blog-post .blog-content .post-meta span {
  padding: 0px 15px;
}

.blog .blog-post .blog-content .post-meta span.blog-catagory {
  border-right: 1px solid #E2E2E2;
  padding-left: 0px;
}

.blog .blog-post .blog-content .post-meta span.blog-catagory a {
  color: inherit;
  transition: color 0.25s ease-in-out;
}

.blog .blog-post .blog-content .post-meta span.blog-catagory a:hover {
  text-decoration: none;
}

/*====================================================
                        Sidebar
======================================================*/
.sidebar.right-sidebar {
  padding: 0px 45px;
}

.sidebar.left-sidebar {
  padding-right: 70px;
}

.sidebar .widget {
  color: #A1A1A1;
  padding: 30px 0px;
  border-bottom: 1px solid #EEEEEE;
}

.sidebar .widget h5 {
  color: #A1A1A1;
  margin-bottom: 30px;
}

.sidebar .widget ul {
  padding-left: 0px;
}

.sidebar .widget ul li {
  list-style: none;
}

.sidebar .widget.recent-post-widget img {
  max-width: 100px;
}

.sidebar .widget.author-widget {
  line-height: 28px;
}

.sidebar .widget.author-widget img {
  margin-bottom: 20px;
}

.sidebar .widget.subscribe-widget span {
  font-size: 11px;
  display: block;
  margin: 15px 0px;
}

.sidebar .widget.recent-post-widget li {
  display: table;
  margin: 25px 0px;
}

.sidebar .widget.recent-post-widget li .post-summary {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.sidebar .widget.recent-post-widget li .post-summary span {
  display: block;
}

.sidebar .widget.recent-post-widget li .post-summary a {
  margin: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
  color: #626262;
}

.sidebar .widget.recent-post-widget li .post-summary .post-catagory {
  font-weight: 600;
}

.sidebar .widget.search-widget .empty {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.sidebar .widget.catagory-widget li {
  border-bottom: 1px solid #f3f3f3;
  list-style: none;
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}

.sidebar .widget.catagory-widget li:before {
  color: #929292;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 12px;
  transition: all 0.3s ease-in-out;
}

.sidebar .widget.catagory-widget li a {
  margin-left: 20px;
  color: #444444;
}

.sidebar .widget.catagory-widget li:hover:before {
  left: 5px;
}

.sidebar .widget.tag-widget .tags a {
  border: 1px solid #929292;
  border-radius: 0px;
  color: #444444;
  display: inline-block;
  line-height: 22px;
  font-size: 11px;
  margin: 5px 3px;
  padding: 0px 10px;
  text-transform: uppercase;
}

.sidebar .widget.tag-widget .tags a:hover {
  background-color: #444444;
  border: 1px solid #444444;
  color: #ffffff;
}

.sidebar .widget.instagram-widget img {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  width: 120px;
  height: auto;
}

.sidebar .widget.archive-widget .dropdown .btn {
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  word-spacing: 1px;
}

.sidebar .widget.archive-widget .dropdown .btn .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.sidebar .widget.archive-widget .dropdown .dropdown-menu {
  padding: 0;
  right: 0;
  top: 40px;
  box-shadow: none;
}

.sidebar .widget.archive-widget .dropdown .dropdown-menu li a {
  display: block;
  padding: 10px;
}

.sidebar .widget.archive-widget .dropdown .dropdown-menu li a .badge {
  float: right;
  margin-top: 2px;
}

.sidebar .widget.archive-widget .dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}

.sidebar .widget:first-child {
  padding-top: 8px;
}

/*============================================
        Single blog and Multiple blog page
=============================================*/
.blog-standard {
  line-height: 1.75;
}

.blog-standard a {
  color: #575757;
}

.blog-standard a:hover {
  color: #111111;
  text-decoration: none;
}

.blog-standard .right-sidebar {
  padding: 0;
}

@media (min-width: 768px) {
  .blog-standard .right-sidebar {
    padding-left: 30px;
    padding-right: 0;
  }
}

.blog-standard .author {
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .blog-standard .author {
    text-align: center;
  }
}

.blog-standard .author img {
  display: inline-block;
  width: 75px;
}

@media only screen and (max-width: 767px) {
  .blog-standard .author img {
    display: block;
    margin: 0 auto;
  }
}

.blog-standard .author span {
  color: #A1A1A1;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-standard .author span {
    margin-left: 0px;
  }
}

.blog-standard .tag {
  margin: 22px 0px;
  text-align: right;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .blog-standard .tag {
    text-align: center;
  }
}

.blog-standard .tag span {
  color: #A1A1A1;
}

.blog-standard .blog-title {
  color: #323232;
  font-weight: 300;
  margin: 30px 0px;
  text-transform: capitalize;
}

.blog-standard.single-blog .main-description {
  margin: 60px 0px;
}

.blog-standard.single-blog .main-description p {
  word-spacing: 2px;
}

.blog-standard.single-blog .main-description blockquote {
  border-left: 5px solid #EEEEEE;
  color: #A1A1A1;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.025em;
  margin: 35px 0px 35px 40px;
  word-spacing: 2px;
}

.blog-standard.single-blog .main-description blockquote:before {
  content: "\f10d";
  position: absolute;
  font-family: 'FontAwesome';
  left: 20px;
  color: #EEEEEE;
  font-size: 22px;
}

.blog-standard.single-blog .description-part {
  margin-bottom: 30px;
}

.blog-standard.single-blog .description-part h4 {
  color: #323232;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.blog-standard.single-blog .description-part p {
  margin-bottom: 30px;
  word-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .blog-standard.single-blog .description-part img {
    margin: 0 auto;
  }
}

.blog-standard.single-blog .description-part .image-description {
  margin: 25px 0px;
}

.blog-standard.single-blog .share {
  margin-top: 30px;
}

.blog-standard.single-blog .share ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-standard.single-blog .share ul li a {
  color: #ffffff;
  background-color: #444444;
  border-radius: 100%;
  width: 40px;
  display: table;
  height: 40px;
  border: 1px solid #444444;
  transition: all 0.3s ease-in-out;
}

.blog-standard.single-blog .share ul li a i {
  display: table-cell;
  vertical-align: middle;
}

.blog-standard.single-blog .share ul li a:hover {
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #444444;
}

.blog-standard.single-blog.both-sidebar .sidebar.right-sidebar {
  padding: 0;
}

@media (min-width: 768px) {
  .blog-standard.single-blog.both-sidebar .sidebar.right-sidebar {
    padding-left: 30px;
    padding-right: 0;
  }
}

.blog-standard.single-blog.both-sidebar .sidebar.left-sidebar {
  padding-right: 0;
}

@media (min-width: 768px) {
  .blog-standard.single-blog.both-sidebar .sidebar.left-sidebar {
    padding-right: 30px;
  }
}

.blog-standard.single-blog.both-sidebar .sidebar .instagram-widget img {
  width: 100px;
  height: auto;
}

.blog-standard.single-blog.both-sidebar .image-description {
  margin: 0px;
}

.blog-standard.multiple-blog .different-blog {
  margin-bottom: 120px;
}

.blog-standard.multiple-blog .different-blog .blog-media {
  margin-bottom: 30px;
}

.blog-standard.multiple-blog .different-blog .blog-footer {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 25px;
  padding-bottom: 15px;
}

.blog-standard.multiple-blog .different-blog .blog-footer span {
  color: #A1A1A1;
}

.blog-standard.multiple-blog .different-blog .blog-footer span i {
  margin-right: 7px;
}

.blog-standard.multiple-blog .different-blog .blog-footer .btn-read-more {
  float: right;
  letter-spacing: 0;
  padding: 0px 10px;
}

.blog-standard.multiple-blog .different-blog .blog-footer .btn-read-more span i {
  margin-left: 7px;
}

.search-widget form {
  position: relative;
  min-height: 34px;
}

.search-widget form input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 32px;
}

.search-widget form button {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 1px;
  background-color: #fff;
  border: 0;
  padding: 6px 10px 0;
}

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

.blog-pagination .pagination {
  border-radius: 0px;
}

.blog-pagination .pagination a {
  border-radius: 0;
}

@media (min-width: 768px) {
  .both-sidebar .instagram-widget img {
    width: 86px !important;
  }
  .both-sidebar .right-sidebar {
    padding: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .both-sidebar .right-sidebar {
    padding-left: 30px;
    padding-right: 0;
  }
}

.blog-card-fullwidth .blog-post {
  margin-bottom: 60px;
}

.blog-card-fullwidth .blog-post img {
  width: 100%;
}

.coming-soon {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  height: 100vh;
}

.intro {
  color: #fff;
}

.intro .logo {
  margin-bottom: 50px;
}

.intro .container-countdown {
  margin: 60px 0;
}

.intro .countdown-box {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.intro .countdown-box::after {
  content: ':';
  position: absolute;
  font-size: 44px;
  top: calc(50% - 50px);
  right: -25px;
}

.intro .countdown-box:last-child::after {
  content: '';
}

.intro .countdown-box:nth-child(2)::after {
  content: '';
}

.intro .countdown-box .counter {
  display: block;
  border: 2px solid #fff;
  font-size: 44px;
  width: 100px;
  height: 100px;
  line-height: 2.2;
}

.intro .subscribe {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.intro .subscribe .form-control {
  border: 0;
  background-color: rgba(255, 255, 255, 0.45);
  min-height: 35px;
  color: #fff;
}

.intro .subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

.intro .subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.intro .subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}

.intro .subscribe .input-group-btn {
  font-size: inherit;
}

@media (min-width: 768px) {
  .intro .countdown-box:nth-child(2)::after {
    content: ':';
  }
}

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

@media only screen and (max-width: 767px) {
  .card-process {
    margin-bottom: 30px;
  }
}

.card-process header {
  position: relative;
}

.card-process header::before, .card-process header::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #ccc;
  width: 38%;
  top: 50%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .card-process header::before, .card-process header::after {
    display: none;
  }
}

.card-process header::before {
  left: -15px;
}

.card-process header::after {
  right: -15px;
}

.card-process header span {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100%;
  padding: 28px;
  transition: all 0.25s ease-in-out;
  font-size: 44px;
  background: #ffffff;
}

.card-process header.first::before,
.card-process header.last::after {
  display: none;
}

.card-process .card-block h5 {
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

@media only screen and (max-width: 767px) {
  .card-process .card-block h5 {
    font-weight: 900;
  }
}

.card-process .card-block P {
  color: #666;
}

@media only screen and (max-width: 767px) {
  .card-process .card-block {
    padding-top: 5px;
  }
}

.under-construction {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  height: 100vh;
}

.under-construction .intro {
  color: #fff;
}

.under-construction .intro .logo {
  margin: 0;
}

.under-construction .intro img {
  margin-bottom: 20px;
  margin-top: 30px;
}

.under-construction .intro h5 {
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.four-o-four-text {
  padding-top: 150px;
}

.sitemap h4 {
  color: #3A3A3A;
  border-bottom: 1px solid #ececec;
  margin-top: 70px;
  line-height: 1.5;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.sitemap h5 {
  margin-bottom: 25px;
  font-size: 15px;
  text-transform: uppercase;
  color: #1f1f1f;
  letter-spacing: 2px;
}

.sitemap ul {
  padding-left: 0px;
  margin-bottom: 85px;
}

.sitemap ul li {
  list-style: none;
  margin: 10px 0px;
}

.sitemap ul li a {
  color: #333;
}

.sitemap ul li a:hover {
  text-decoration: none;
}

.showcase-page {
  padding-top: 80px;
}

.showcase-page .showcase-1 {
  background-color: #f2f2f2;
}

.showcase-page .showcase-2 {
  background-color: #dfdfdf;
}

.showcase-page .showcase-3 {
  background-color: #f2f2f2;
}

.showcase-page .showcase-container {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .showcase-page .showcase-container {
    padding: 0 60px;
  }
}

.showcase-page .showcase-header {
  text-align: center;
  text-transform: uppercase;
  color: #999;
  padding: 45px 15px;
}

.showcase-page .showcase-header h4,
.showcase-page .showcase-header h5,
.showcase-page .showcase-header h6 {
  margin-top: 0;
}

.showcase-page .showcase-header h4 {
  color: #444;
  margin-bottom: 5px;
}

.showcase-page .showcase-header h5 {
  margin-bottom: 15px;
}

.showcase-page .showcase-header h6 {
  margin-bottom: 30px;
}

.showcase-page .showcase-header .showcase-nav a {
  background-color: #E8E8E8;
  color: #444;
}

.showcase-page .showcase-header .showcase-nav a:hover {
  background-color: #444;
  color: #fff;
}

.showcase-page .section-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.showcase-section {
  text-align: center;
  font-family: 'Montserrat';
  padding: 100px 0;
}

.slp, .op {
  background-color: #fdfdfd;
}

.mp, .sp {
  background-color: #f4f4f4;
}

.img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.img-box img {
  transition: all 0.4s ease-in-out;
}

.img-hover {
  /*margin-top: -400px;*/
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.img-box:hover .img-hover {
  /*margin-top: 0;*/
  opacity: 1;
}

.c-table {
  display: table;
  height: 100%;
  width: 100%;
}

.ct-cell {
  display: table-cell;
  vertical-align: middle;
}

.img-box .img-title {
  -ms-transform: scale(0.5, 0.5);
  /* IE 9 */
  -webkit-transform: scale(0.5, 0.5);
  /* Safari */
  transform: scale(0.5, 0.5);
  font-size: 26px;
  transition: all 0.4s ease-in-out;
}

.img-box:hover .img-title {
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}

.img-box:hover img {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

.show-case-footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 20px 0 30px;
}

.show-case-footer h2, .show-case-footer a.btn {
  display: inline-block;
}

.ratio-1,
.ratio-2,
.ratio-3 {
  display: block;
}

@media (min-width: 768px) {
  .showcase a {
    display: inline-block;
    vertical-align: middle;
  }
  .ratio-1 {
    width: 39%;
  }
  .ratio-2 {
    width: 32%;
  }
  .ratio-3 {
    width: 28%;
  }
}

/* back to top button */
a.totop {
position:fixed;
z-index:9999;
color:#0e2e1e;
font-size:3em;
right:10px;
bottom:20px;
display:none;
width:60px;
height:60px;
text-align:center;
border-radius:8px;
background:#fff;
}

/* gruene schrift */
header .gr_u {
  color:#0E2E1E;
}

/* gelbe schrift im header*/
header .gr_o {
  color:#FFCC66;
}

.lilo {
margin:0 auto;
}

.a-a {
   color:#CC8800;
}

.a-a:hover {
   color:#AD7400;
   text-decoration:none;
}

.telefon {
  display:inline;
}
.tel {
  display:none;
}

.termin {
  border: 1px solid #DFDFDF;
  color: #444444;
  width:100%;
  margin: 10px 4px 25px 4px;
  padding-left:20px;
  border-radius: 2px;
}

.vorstand {
  border: 1px solid #DFDFDF;
  color: #444444;
  text-align: center;
  margin: 0px 4px 25px 4px;
  border-radius: 2px;
}

.anzeigen {
  border: 4px double #DFDFDF;
  color: #444444;
  margin: 0 4px 25px 4px;
  padding: 10px;
  border-radius: 2px;
  }

.anzeigen p {
font-size:1em;
}

.links {
  border: 1px solid #DFDFDF;
  color: #444444;
  margin: 4px;
  padding: 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  }


.white-popup a {
color:#AD7400;
}

.vorstand-o {
  font-size:1em;
  font-weight:bold;
  height:32px;
}

.vorstand-img {
  height:180px;
}

@media only screen and (max-width: 1024px) {
    .vorstand-o {
      height:40px;
    }
    .vorstand-img {
      height:160px;
    }
    .vorstand {
      font-size:0.8em;
    }
    .popup-with-zoom-anim {
      font-size:0.8em;
    }
}

@media only screen and (max-width: 1199px) {
    .vorstand-o {
      height:30px;
    }
    .vorstand-img {
      height:160px;
    }
    .vorstand {
      font-size:0.8em;
    }
    .popup-with-zoom-anim {
      font-size:0.8em;
    }
}

 .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
  border-radius: 2px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline-date {
  font-weight:bold;
}

#btnrev {
border:none;
background:transparent;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 0;
    font-size:1.5em;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #FFCC66 solid;
    padding: 0 0 30px 30px;
  }
  .timeline-content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #0E2E1E;
    position: absolute;
    left: 104px;
    top: 4px;
    border-radius: 100%;
  }
}

@media ( max-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 60px;
    float: left;
    margin-top: 0;
    font-size:1.1em;
  }
    .timeline-content {
    width: 80%;
    float: left;
    border-left: 2px #FFCC66 solid;
    padding: 0 0 30px 30px;
  }
  .timeline-content:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #0E2E1E;
    position: absolute;
    left: 54px;
    top: 4px;
    border-radius: 100%;
  }
}


a[href^="http:"]:after,
a[href^="https:"]:after,
a[href^="ftp:"]:after
{
    content: ' \f08e';
    color: #CC8800;
    font-family:'FontAwesome';
}

/**
       * Fade-zoom animation for first dialog
       */

      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;



        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .telefon {
  display:none;
  }
  .tel {
  display:inline;
  }
}

/* Fuer Tooltip*/
.my-tooltip {
  font-size:0.9em;
  font-family: "Source Sans Pro", sans-serif;
}

.fade-in {
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

.tooltips {
position: relative;
width: 250px;
top: 0px;
left: 3px;
background: #fff;
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
color: #000;
font-size: 0.8em;
padding: 8px;
z-index: 99000;
}
.tooltips .arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #cecece;
position: absolute;
top: -5px;
left: 20px;
}

.term p {
font-size: 1em;
}
.term a {
color:#AD7400;
}


.erfolge {
margin:20px;
border-top:none;
border-right:none;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
}

.erfolge-jahr {
margin-left: 20px;
font-size:10em;
color: rgba(204,136,0,0.3);
font-weight:bold;
}

.erfolge-titel {
margin-top:-110px;
margin-left:30px;
font-size: 2em;
font-weight:bold;
color:#0E2E1E;
}

.erfolge-inhalt {
margin-top:40px;
margin-left:70px;
padding-bottom:30px;
}

.imgbo {
border:1px solid #ccc;
}


video {
    width: 100% !important;
    height: auto !important;
}

div.ind {
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}


#cookiehinweis a {color:#fff; text-decoration:none;}

#cookiehinweis a:hover {text-decoration:underline;}

#cookiehinweis div {padding:10px; padding-right:40px;}

#cookiehinweis {
   outline: 1px solid #7b92a9;
   text-align:right;
   border-top:1px solid #fff;
   background: #000;
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:18px;
   line-height:22px;
   color:#fff;}

#cookiehinweisCloser {
   color: #000;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white;
   border-left:1px solid white;
   border-bottom:1px solid #000;
   border-right:1px solid #000;
   padding:4px;
   background: #ccc;
 }

#cookiehinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}