body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.blog-slider .blog-slider-title {
	left: 0;
	z-index: 1;
	bottom: 0px;
	padding: 8px 20px;
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.adfooter {
  background: #000 !important;
  color: #aaa;
  font-size: 9px;
}

/*
.interactive-slider-v2.img-cat {
	background:url(https://cdn.zecheriah.com/img/site/bgimage_3.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
*/

span.algoliaPower {
  margin-top: 10px;
  font-size: 0.8em !important;
  color: #777;
  font-family: 'Roboto', sans-serif;
}

span.algoliaPower img {
  height: 1.4em;
  width: auto;
  position: relative;
  bottom: 2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

span.algoliaPower img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}


.header-v6 .search-open .form-control {
    color: #555;
    border: none;
    height: 75px;
    font-size: 33px;
    font-weight: 200;
    box-shadow: none;
    background: #fff;
    border: solid 1px #eee;
    padding: 0 14% 0 13%;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.header-v6 .search-open .form-control:hover,
.header-v6 .search-open .form-control:active,
.header-v6 .search-open .form-control:focus {
    border: solid 1px #ccc;
    box-shadow: none;
}

body.dark .sky-form input, body.dark .sky-form .input input, body.dark .sky-form .select select, body.dark .sky-form textarea, body.dark .sky-form .input input:focus, body.dark .sky-form .select select:focus, body.dark .sky-form textarea:focus {
  border-color: #666 !important;
}

.live-menu {
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	font-weight: bold !important;
}
.live-menu a {
	color: #eee !important;
}
.live-menu a:hover {
	color: #fff !important;
}

/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:0 85px 0 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message a {
  position:absolute;
  bottom:0; *bottom:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:0.6em 0;
}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
}
.blue p, .blue a { color:#fff; }


.btn-rss-inversed {
  background-color: #ff7f25;
  border-color: #ff7f25;
  color: white; }
  .btn-rss-inversed:hover {
    background-color: transparent;
    color: #ff7f25; }


/*
  Top search bar
	Adapted from https://cdn.zecheriah.com/site-assets/1.9.6/assets/css/pages/page_search_inner.css
*/
.search-block-v2 {
    margin-bottom: 50px;
    padding: 50px 0 58px;
    border-bottom: 1px solid #eee;
    background: url(https://cdn.zecheriah.com/site-assets/1.9.6/assets/img/patterns/breadcrumbs.png) repeat;
}
.search-block-v2 h2 {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 18px;
    text-transform: none;
}
.s-results .related-search {
    border-right: 1px solid #eee;
}
.s-results .related-search h3 {
    color: #999;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
    text-transform: none;
}
.s-results .related-search li {
    margin: 4px 0;
}
.s-results .related-search li a {
    text-transform: capitalize;
}
.s-results .related-search a.see-all {
    color: #999;
}
.s-results .related-search a:hover {
    color: #72c02c;
}
.s-results .related-search hr {
    margin: 20px 0;
}
.s-results .blog-photos {
    margin-bottom: 0;
}
.s-results .blog-photos li img {
    width: 34px;
    height: 34px;
}
.s-results .results-number {
    color: #999;
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}
.s-results .inner-results {
    clear: both;
}
.s-results .inner-results h3 {
    font-size: 18px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.s-results .inner-results h3 a {
    color: #555;
}
.s-results .inner-results h3 a:hover {
    color: #72c02c;
}
.s-results .inner-results img {
    float: left;
    width: 85px;
    height: auto;
    margin: 0 10px 10px 0;
}
.s-results .up-ul {
    margin-bottom: 4px;
}
.s-results .up-ul li a {
    color: #999;
}
.s-results .up-ul li a:hover {
    color: #72c02c;
}
.s-results .inner-results .btn {
    top: -1px;
    padding: 0;
    position: relative;
}
.s-results .inner-results .btn-default {
    color: #999;
    border: none;
    font-size: 13px;
}
.s-results .inner-results .btn:hover,
.s-results .inner-results .btn:focus {
    box-shadow: none;
    background: inherit;
}
.s-results .inner-results .btn-u-default {
    color: #999;
    border: none;
}
.s-results .inner-results .btn-u-xs {
    padding: 0;
}
.s-results .inner-results .btn-u-default i {
    font-size: 14px;
}
.s-results .inner-results p {
    margin-bottom: 5px;
}
.s-results .down-ul {
    margin-bottom: 0;
}
.s-results .down-ul li {
    color: #999;
}
.s-results .down-ul li a {
    color: #72c02c;
}
.s-results .star-vote {
    margin-left: 0px;
}
.s-results .star-vote li {
    padding: 0;
}
@media (max-width: 992px) {
    .s-results .related-search {
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .s-results .related-search hr {
        margin: 10px 0;
        visibility: hidden;
    }
}
@media (max-width: 500px) {
    .s-results .inner-results img {
        width: 60px;
        height: auto;
    }
    .s-results .inner-results .overflow-a p {
        display: none;
    }
}

/*
  / Top search bar
*/

.load-spinner {
    border: 16px solid lightgrey;
    border-top: 16px solid #ff7d00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin: auto;
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.navbar {
  background: url('https://cdn.zecheriah.com/img/site/S15a_bg.webp' no-repeat fixed center) !important;
}

.navbar-nav a {
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 2px #000;
}

.header-fixed .header-v6.header-fixed-shrink .navbar-nav>li>a {
  text-shadow: none;
}

.disabled.active a,
.disabled.active a:hover,
.disabled.active a:focus {
  color: #fff;
  font-weight: bold;
}

.headline h1 {
  padding-top: 40px;
  color: #e67e22 !important;
  font-family: 'Anton', sans-serif;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.responsive-video {
  padding-bottom: 50%; /* We are 2:1 Aspect */
}

body.dark.boxed-layout {
  background: #252525;
}

.call-action-v1 {
  background: rgb(14,91,9);
  background: linear-gradient(0deg, rgba(14,91,9,1) 0%, rgba(14,71,9,1) 35%, rgba(3,33,6,1) 100%);
  border-radius: 25px;
  box-shadow: 5px 5px 20px #000;
}

body.dark li a {
  color: #e67e22;
}

.white-gradient {
  background: rgb(212,212,212);
  background: linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 100%);
}