/* Generated by less 2.5.1 */
/* ==========================================================================
   Author's custom style
   ========================================================================== */
/* ==========================================================================
   Author's less globals definition
   ========================================================================== */
/*	------------------------------------------------------
	Variables
	------------------------------------------------------ */
.light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.special-font {
  font-family: 'Lobster', cursive;
  font-weight: 400;
}
/*	---------------------------------------------------------------
	Effects
	--------------------------------------------------------------- */
.shadow {
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.shadow-sale {
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.noshadow {
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.one-edge-shadow-inner {
  -webkit-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -8px 6px -6px rgba(0, 0, 0, 0.5);
}
.two-edge-shadow {
  -webkit-box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -12px 6px 6px rgba(0, 0, 0, 0.3);
}
/*	---------------------------------------------------------------
	Centering Content
	--------------------------------------------------------------- */
.Center-Container {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.Center-Container.is-Table {
  display: table;
}
.is-Table .Table-Cell {
  display: table-cell;
  vertical-align: middle;
}
.is-Table .Center-Block {
  width: 100%;
  margin: 0 auto;
}
/*
     * Globals
     */
/* Links */
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
}
hr {
  width: 25%;
}
p {
  font-size: 14px;
  line-height: 24px;
}
a,
a:focus,
a:hover {
  color: #337ab7;
}
a:hover {
  opacity: .8;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
/*
     * Base structure
     */
html,
body {
  height: 100%;
}
html {
  background-color: rgb(94, 112, 158);
}
body {
  color: #333;
  text-align: center;
  background-color: #333;
  transition: background-color 0.5s ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-size: cover;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*  ----------------------------------------------------
    Header
    --------------------------------------------------*/
.head-menu {
  width: 100%;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
}
.wrap-logo {
  margin-top: -150px;
}
.wrap-logo h1 {
  font-size: 24px;
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
}
.wrap-logo h2 {
  font-size: 14px;
  margin: 0;
  text-align: left;
  text-shadow: none;
}
.wrap-logo img {
  height: 128px;
  width: 128px;
}
.blog,
.archive,
.single {
  text-align: left;
}
/*.page-template-default, .blog, .single, .archive{
        
        .navbar-brand{
            float: left;
            height: auto;
            padding: 0px 15px;
        }
    
        .wrap-logo{
        
            h1{
                font-size: 48px;
                margin: 0;
                text-align: left;
                margin-bottom: 5px;
            }

            h2{
                font-size: 18px;
                margin: 0;
                text-align: left;
                text-shadow: none;
            }

        }
    
    }*/
.navbar-default .navbar-toggle {
  background: #fff;
  border-radius: 0;
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
/*.page-template-default, .blog, .single, .archive{
        
        .navbar-default .navbar-toggle{
            position: absolute;
            right: 0px;
            top:-90px;
        }
    
    }*/
/*  ----------------------------------------------------
    Navigation
    --------------------------------------------------*/
.nav > li {
  display: inline-block;
}
.nav.navbar-nav > li + li {
  margin-left: 20px;
}
.nav.navbar-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* rgb(94, 112, 158) */
  /* IE8 proofing
  color: rgba(94, 112, 158, 0.75); */
  border-bottom: 2px solid transparent;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); */
}
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
  color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
  /* IE8 proofing */
  border-bottom-color: rgba(0, 255, 255, 0.25); /* rgba(242, 0, 255, 0.25) */
  color: rgba(0, 255, 255, 0.75); /* rgba(242, 0, 255, 0.75) */
}
.nav.navbar-nav > .active > a,
.nav.navbar-nav > .active > a:hover,
.nav.navbar-nav > .active > a:focus {
  border-bottom-color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
  color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
  /* IE8 proofing */
  color: rgba(0, 255, 255, 0.75); /* rgb(242, 0, 255) */
  border-bottom-color: rgba(0, 255, 255, 0.75); /* rgb(242, 0, 255) */
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background: none;
  background-color: transparent;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  background-color: transparent;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-default .navbar-collapse {
  border: none;
  border-color: transparent;
}
.navbar-default {
  border: none;
  border-color: transparent;
  background: none;
  background-color: transparent;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/*	---------------------------------------------------------------
	SUB MENU - Level 1
    --------------------------------------------------------------- */
.navbar {
  /* First Level Dropdown */
}
.navbar ul.nav .dropdown {
  position: relative;
}
.navbar ul.nav .dropdown > .dropdown-menu {
  background: rgb(94, 112, 158); /* #fff */
  border-radius: 0px;
  border: none;
  z-index: 9999;
  padding: 5px 10px 5px 10px;
  min-width: none;
  width: 200px;
  left: 50%;
  margin-top: -2px;
  margin-left: -100px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.navbar ul.nav .dropdown > .dropdown-menu li {
  background: none;
  height: auto;
  line-height: 30px;
  display: block;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  border: none;
  border-top: none;
  margin: 0;
  border-top: 1px solid #ccc;
  float: left;
}
.navbar ul.nav .dropdown > .dropdown-menu li a {
  color: #fff; /* rgb(94, 112, 158) */
  text-transform: none;
  background: none;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-shadow: none;
  border: none;
  text-align: left;
  width: 100%;
  display: block;
  padding: 0;
}
.navbar ul.nav .dropdown > .dropdown-menu li a:hover {
  color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
}
.navbar ul.nav .dropdown > .dropdown-menu li.active a {
  color: rgb(0, 255, 255); /* rgb(242, 0, 255) */
}
.navbar ul.nav .dropdown > .dropdown-menu .current-product-ancestor a,
.navbar ul.nav .dropdown > .dropdown-menu .current-menu-parent a,
.navbar ul.nav .dropdown > .dropdown-menu .current-product-parent a {
  color: #333;
}
.navbar ul.nav .dropdown > .dropdown-menu li:nth-child(1) {
  border-top: none;
}
.navbar .dropdown > ul.dropdown-menu::before {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
}
.navbar .dropdown > ul.dropdown-menu::after {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
}
.navbarBeautyHack {
  height: 90px;
  background-color: rgb(94, 112, 158); /* #fff */
}
/*  ----------------------------------------------------
    COVER 
    --------------------------------------------------*/
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
/*
     * Footer
     */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}
/*  ----------------------------------------------------
    Background Check
    --------------------------------------------------*/
.background--light { /* page title on cover image */
  color: rgb(0, 255, 255)  !important;
  border-bottom-color: transparent !important;
}
.background--dark { /* page title on cover image */
  color: #fff !important;
  border-bottom-color: transparent !important;
}
a.background--light {
  color: #333 !important;
  border-bottom-color: transparent !important;
}
a.background--light:hover {
  color: rgba(51, 51, 51, 0.8) !important;
  border-bottom-color: rgba(51, 51, 51, 0.8) !important;
  text-decoration: none;
}
a.background--dark {
  color: #fff !important;
  border-bottom-color: transparent !important;
}
a.background--dark:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
}
/*  ----------------------------------------------------
    Jumbotron 
    --------------------------------------------------*/
.jumbotron {
  width: 100%;
  padding: 150px 0px;
  margin: 0;
  position: relative;
}
.jumbotron h1.title-page {
  font-size: 64px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
.jumbotron-large {
  transition: padding .6s ease;
  padding: 150px 0px 150px 0px;
}
.jumbotron-small {
  transition: padding .6s ease;
  padding: 150px 0px 100px 0px;
}
/*  ----------------------------------------------------
    Content
    --------------------------------------------------*/
#post {
  text-align: left;
  text-shadow: none;
}
#post h1,
#post h2,
#post h3 {
  margin-top: 0;
}
article {
  text-align: left;
  margin-bottom: 50px;
}
header#summary {
  padding: 20px 0px 50px 0px;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  text-align: center;
}
header#summary h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
header#summary p {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 50%;
  margin: 0 auto;
}
.wrap-row {
  width: 100%;
  float: left;
  color: rgb(94, 112, 158);
}
.wrap-row .row {
  padding: 30px;
  background-color: #fff;
}
.wrap-row img {
  max-width: 100%;
}
  /*	---------------------------------------------------------------
      Blog - General & Archives
      --------------------------------------------------------------- */
.wrap-date {
  width: 60px;
  height: 60px;
  padding: 5px;
  background-image: url(../images/texture.png);
  background-position: 0 0;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
}
.wrap-month {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.wrap-day {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: -5px;
}
.wrap-year {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: -3px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  float: left;
  width: 100%;
}
#post .wrap-title {
  padding-left: 70px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/texture.png);
  background-position: 0 0;
  background-repeat: repeat;
}
#post .wrap-title h1 {
  text-align: left;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
}
#post .wrap-title h1 a {
  text-decoration: none;
}
#post .wrap-title p.meta-post {
  margin-bottom: 0;
  text-align: left;
  font-size: 12px;
  color: #fff !important;
}
#post .wrap-title p.meta-post a {
  color: #fff !important;
}
#post .wrap-title p.meta-post a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
#post-blog {
  margin-bottom: 50px;
}
#post-blog .excerpt {
  margin-top: 30px;
}
#post-blog .read-more {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#post-blog p.meta-post {
  margin: 0;
  text-align: left;
  font-size: 12px;
}
#title-post {
  margin-bottom: 20px;
}
.single .row {
  margin-bottom: 20px;
}
#post .content-area img {
  max-width: 100%;
}
.pager li > a,
.pager li > span {
  background: none;
}
figure.video {
  width: 100%;
}
/*  ----------------------------------------------------
    Sidebar
    --------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.sidebar .widget h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.sidebar .widget ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.sidebar .widget ul li {
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sidebar .widget ul li a {
  padding: 0;
}
.sidebar .widget ul li a:hover {
  text-decoration: none;
  background: none;
}
.sidebar .widget ul ul {
  margin-bottom: 0;
}
.sidebar .widget ul ul li {
  border: none;
  padding-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .widget ul ul li:nth-child(1) {
  margin-top: 5px;
}
.widget_search input[type="text"] {
  border-radius: 0;
  border: none;
}
.btn-default:hover,
.btn-default:focus {
  background: none;
  background-color: #333;
  border-color: #333;
  color: #fff !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn-default {
  background: none;
  background-color: #fff;
  color: #333;
  border-radius: 0;
}
input#submit.btn.btn-primary {
  background: none;
  background-color: #fff;
  color: #333;
  text-shadow: none;
  border-color: #fff;
}
input#submit.btn.btn-primary:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/*  ----------------------------------------------------
    Post Navigation
    --------------------------------------------------*/
#pagination {
  text-align: center;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  display: none;
}
.pagination > li > a,
.pagination > li > span,
.pager > li > a,
.pager > li > span {
  color: #ffffff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pager > li > a:hover,
.pager > li > span:hover {
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.pagination > li > a,
.pagination > li > span,
.pager > li > a,
.pager > li > span {
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/texture.png);
  background-position: 0 0;
  background-repeat: repeat;
}
.pagination > li {
  border: none;
}
/*  ----------------------------------------------------
    Forms
    --------------------------------------------------*/
.wrap-form form label,
.wrap-form .ccf-form-wrapper .field label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.wrap-form form input,
.wrap-form .ccf-form-wrapper .field input {
  border: none;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background: none;
}
/*  ----------------------------------------------------
    OWL Controls
    --------------------------------------------------*/
.owl-controls .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  display: inline-block;
}
.owl-controls .owl-dots .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.big-owl {
  padding: 30px 0;
}
.big-owl:first-child {
  padding-top: 0;
}
.owl-carousel + * {
  margin-top: 30px !important;
}
/*  ----------------------------------------------------
    Footer
    --------------------------------------------------*/
footer#site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  float: left;
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
footer#site-footer #mc_embed_signup {
  background: none;
  background-color: transparent;
  padding: 0;
}
footer#site-footer #mc_embed_signup form {
  padding: 0;
}
footer#site-footer #mc_embed_signup .mc-field-group input {
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
footer#site-footer #mc_embed_signup h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer#site-footer #mc_embed_signup label {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
footer#site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#site-footer ul li {
  border-top: 1px solid #000;
  margin-top: 5px;
  padding-top: 5px;
}
footer#site-footer ul li a {
  font-size: 12px;
}
footer#site-footer ul li a:hover {
  text-decoration: none;
}
footer#site-footer ul li:nth-child(1) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
footer#site-footer ul ul.children li {
  border: none;
  padding-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
footer#site-footer address,
footer#site-footer address p {
  font-size: 12px;
  line-height: 18px;
}
footer#site-footer .site-info {
  float: left;
}
footer#site-footer .site-info p {
  font-size: 10px;
  line-height: 12px;
}
footer#site-footer .tooltip {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
footer.entry-meta {
  float: none;
}
/*	--------------------------------------------------------------- 
	Social
	--------------------------------------------------------------- */
footer#site-footer ul.social {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  width: auto;
  list-style: none;
  float: left;
  display: block;
  width: 100%;
}
footer#site-footer ul.social li {
  float: left;
  display: inline-block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-top: 0;
  padding-top: 0;
  border: none;
  border-top: none;
}
footer#site-footer ul.social li a {
  font-size: 18px;
}
footer#site-footer ul.social i.icon.icon-simplegoods {
  margin-right: 5px;
}
/*	--------------------------------------------------------------- 
	Loading
	--------------------------------------------------------------- */
#super-header,
#post {
  visibility: hidden;
  opacity: 0;
}
.pace-done #super-header,
.pace-done #post {
  visibility: visible;
  opacity: 1;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 20000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.2);
}
/*	--------------------------------------------------------------- 
	Comments
	--------------------------------------------------------------- */
#comments.comments-area {
  text-align: left;
  margin-bottom: 30px;
}
#comments.comments-area .comment-subscription-form .subscribe-label {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#comments.comments-area p.comment-subscription-form {
  margin-bottom: 0px;
}
/*	--------------------------------------------------------------- 
	Sharing Buttons
	--------------------------------------------------------------- */
#sharing {
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}
div.sharedaddy h3.sd-title::before {
  display: none !important;
}
.sharedaddy h3.sd-title {
  border-top: 1px solid #fff;
  padding-top: 10px;
}
/*	--------------------------------------------------------------- 
	ADMIN BAR
	--------------------------------------------------------------- */
#wpadminbar a {
  color: #fff !important;
}
/* ==========================================================================
   Author's media queries
   ========================================================================== */
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .nav.navbar-nav {
    float: right;
  }
}
/*
     * Affix and center
     */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    object-fit:cover;
    overflow: hidden;
    height:250px;
  }

  div.col-sm-2 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 940px;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    object-fit:cover;
    overflow: hidden;
    height:250px;
  }


  div.col-sm-2 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    margin-top: 20px;
    border-color: transparent;
    width: 100%;
    background: rgb(94, 112, 158);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  }
  .navbar ul.nav {
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .navbar ul.nav li {
    margin: 0;
    padding: 0px 0px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
    float: none;
    width: 100%;
  }
  .navbar ul.nav li a {
    line-height: 30px;
    color: #fff;
    padding: 0;
    text-shadow: none;
  }
  .navbar ul.nav li a:hover {
    color: rgba(0, 255, 255, 0.75);
  }
  .navbar ul.nav li:nth-child(1) {
    border-top: none;
    margin-top: none;
    padding-bottom: none;
  }
  .nav.navbar-nav > .active > a,
  .nav.navbar-nav > .active > a:hover,
  .nav.navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a .navbar-default .navbar-nav > .active > a {
    color: rgba(0, 255, 255, 0.75);
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar ul.nav .dropdown > .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    background: none;
    float: none;
    clear: both;
    display: block;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .navbar ul.nav .dropdown > .dropdown-menu li {
    float: none;
    border-color: #ccc;
  }
  .navbar ul.nav .dropdown > .dropdown-menu li a {
    color: #fff;
  }
  .navbar ul.nav .dropdown > .dropdown-menu li a:hover {
    color: rgba(0, 255, 255, 0.75);
    text-decoration: none;
  }
  .col-sm-3,
  .col-sm-6 {
    margin-bottom: 20px;
  }
  .head-menu,
  .inner {
    padding: 0;
    z-index: 10;
  }

  div.col-sm-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    object-fit:cover;
    overflow: hidden;
    height:250px;
  }
}
  /*	---------------------------------------------------------------
      Special classes for formatting content
      --------------------------------------------------------------- */
.eisspatzBlue {
  color: rgb(0, 255, 255);
}

.eisspatzDeepBlue {
  color: rgb(94, 112, 158);
}

.eisspatzRed {
  color: rgb(242, 0, 255);
}

.eisspatzWhite {
  color: #fff;
  /* font-weight: bold; */
}

.floatLeft {
  margin: 10px;
  float: left;
}

.subTitle {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.menu ul li a {
  color: #ffffff
}

.site-info a {
  color: #ffffff;
}

#site-footer a {
  color: #fff !important;;
}