﻿@charset "utf-8";
/*
	Theme Name: Grube Group
	Theme URI: https://peka.pro
	Description: Theme for Grube Group by Przemysław Krajewski
	Version: 0.1
	Author: Przemysław Krajewski pk@pkdsgn.pl
	Author URI: https://peka.pro
*//*
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap&subset=latin-ext');*/


:root {
	--bg-color:#3c3c3c;
    --main-color:#ee7f1a;
    --text-color:#000000;
    --light-color:#D8D8D8;
	--second-color:#e9e3da;
	--orange-color:#ee7f1a;
	--color-primary:#ee7f1a;
	--darker-color:#151515;
  --scrollbarBG: #151515;
  --thumbBG: #3c3c3c;
}

/*html, body {
    min-height: 100% !important;
    height: 100%;
}*/

html {
	margin:0px;
	padding:0px;
	color:var(--text-color);
	background: var(--darker-color);
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
	margin:0px;
	padding:0px 0 0 0;
	background:#FFFFFF;
	font-size:15px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#000000;
	background-color: var(--bg-color);
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;/*
    -ms-transform:scale(1); 
    transform:scale(1);*/
}

body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	scroll-behavior: smooth;
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
	border-left: 1px solid rgba(60,60,60,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
	cursor: grab;
  border-radius: 6px;
  border: 1px solid var(--scrollbarBG);
}

.light {color:var(--light-color);}
.orange {color:var(--orange-color);}
.mastercol {color:var(--orange-color);}

a {
	text-decoration: none!important; 
	color: rgba(255,255,255,.5);
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

a:hover {
	color: var(--orange-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}



a.moreorange {
	color:var(--orange-color);
	border-bottom: 1px solid var(--orange-color);
	padding:0 0 0 0;
	font-size: 15px;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

a.moreorange:hover {
	border-bottom: 1px solid #ccc;
	text-decoration:none!important;
	padding: 0 0 8px 0;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
	
}

a.cta {
	color:var(--orange-color);
	border-bottom: 1px solid var(--orange-color);
	padding:0 0 0 0;
	font-size: 30px;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

a.cta:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration:none!important;
	padding: 0 0 8px 0;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
	
}

a.moreogray {
	color:rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding:0 0 0 0;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.moreogray:hover {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	color:rgba(255,255,255,1);
	
}



a.morenews {
	color:#000000;
	text-decoration:none;
	padding:5px 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
a.morenews:hover {
	color:var(--main-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.morelight:hover {
	color:#000000;
}
a.morelight:before {
    font-family: icomoon;
    content: "\ea3c";
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	padding:10px 15px 10px 15px;
	border-radius: 20px;
	color:#000000;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #282828;
	margin-right: 20px;
}

a.morelight:hover:before  {
	color:#000000;
	padding:10px 10px 10px 20px;
	background: var(--main-color);
}

a.moredark:hover {
	color:#FFFFFF;
}
a.moredark:hover:before  {
	color:#FFFFFF;
	padding:10px 10px 10px 20px;
	background: var(--main-color);
}
a.moredark:before {
    font-family: icomoon;
    content: "\ea3c";
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	padding:10px 15px 10px 15px;
	border-radius: 20px;
	color:#FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid rgba(249,249,249,0.44);
	margin-right: 20px;
}

a.moredark {
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
	float: left;
}

a.likehead {
	color: #fff;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
a.likehead:hover {
	color: var(--orange-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.newshead {
	color: #fff;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
a.newshead:hover {
	color: var(--orange-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.maxWidth {
	max-width:1400px;
}

.maxWidthHd {max-width: 1920px;}

.secbg {background: var(--second-color);}

h1, h2, h3, .likeh1 {font-weight: 400; margin-bottom: 20px;}


h1, .likeh1 {font-size: 2.4rem; line-height: normal;}
h2, .likeh2 {font-size: 2rem!important; line-height: 2.4rem;
    overflow-wrap: break-word;}

.bigh1 {font-size: 4.5rem; line-height: 5.3rem;}

.likehead {font-size: 28px; line-height: normal}
.newshead {font-size: 21px; line-height: normal}
.tag-cloud-link {
    padding: 7px;
    vertical-align: middle;
}
.smallexcerpt {font-size: 13px!important; line-height: normal!important;}

.upperh {;
	color:var(--main-color);
	font-size: 14px;
}
.upperhlight {;
	color:var(--light-color);
	font-weight: 600;
	font-size: 14px;
}

.upperh:before{content:"---------------------------------------------------------";padding-right:15px;letter-spacing:-3px;color:var(--main-color);}

.upper {;
	font-size: 18px;
	text-transform: uppercase;
}

.upperline {
	background: var(--bg-color);
	background: -moz-linear-gradient(0deg, rgb(60 60 60) 49%, rgba(255,255,255,0.5) 50%, rgb(60 60 60) 51%);
	background: -webkit-linear-gradient(0deg, rgb(60 60 60) 49%, rgba(255,255,255,0.5) 50%, rgb(60 60 60) 51%);
	background: linear-gradient(0deg, rgb(60 60 60) 49%, rgba(255,255,255,0.5) 50%, rgb(60 60 60) 51%);
	font-size: 13px;
	white-space: nowrap;
}

.upperline span { 
	background: var(--bg-color);
	color: rgba(255,255,255,0.5);
}


.vertical-center {
  min-height: 100%;
 /* height: 100vh;*/
  max-height: 1200px!important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  width: 100%;
 -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

@media only screen and (min-width:567px) { 
	
h1  {
	font-size: 4rem!important; line-height: 4.8rem;
    overflow-wrap: break-word;}
h2, .likeh2 {
	font-size: 2rem!important; line-height: 2.8rem;
    overflow-wrap: break-word;}
}

@media only screen and (min-width:991px) {

}
.darkerbg {	background:var(--darker-color);}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom:0px;
	right:0px;
	z-index:99999;
	text-align:center;
	width:100%;
	height:100%;
	background:var(--darker-color);
}
.path {
  animation: draw 1.5s infinite;
}
 
 @keyframes draw {
  50% {
    stroke-dashoffset: 295;
  }	 
}
		
.pather {
  animation: drawer 1.5s infinite;
}
 
 @keyframes drawer {
  0% {
    opacity:0;
  }	 
  30% {
    opacity:1;
  }	 
  70% {
    opacity:1;
  }	 
  100% {
    opacity:0;
  }	 
}


#slideTop {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 26;
    cursor: pointer;
	text-align:center;
}
#slideTop i {
	font-size:20px;
	padding:10px;
	border: 1px solid rgba(255,255,255,0.2);
    background: none;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
	cursor: pointer;
	color: rgba(255,255,255,0.5);
}
#slideTop i:hover {
	padding:10px;
	font-size:30px;
	color: #fff;
    background: var(--orange-color);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    cursor: pointer;
}

.pre-log {
    width: 100%;
    text-align: center;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
}
#loader {margin: auto; background: var(--darker-color); display: block; shape-rendering: auto; animation-play-state: running; animation-delay: 0s;}

#ieLoader {display:none;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ieLoader {color:#000; font-size:100px; position:absolute; top:50%; left:50%; display:block; margin-left:-42px; margin-top:-42px; width:84px; height:84px;}
}
@keyframes preFadeOut{0%{opacity:1}100%{opacity:0}}
@-webkit-keyframes preFadeOut{0%{opacity:1}100%{opacity:0}}
.pre-loading{animation:preFadeOut .4s ease forwards;-webkit-animation:preFadeOut .4s ease forwards; background: none!important;}
@keyframes preFadeIn{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes preFadeIn{0%{opacity:0}100%{opacity:1}}
body{animation:preFadeIn .4s linear forwards;-webkit-animation:preFadeIn .4s linear forwards;}


.btnmain {
	background: rgb(255,255,255);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
	padding: 5px 15px!important;
	border: 2px solid #000;
}
.btnmain:hover {
	background: rgba(0,0,0,1.00);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
	color: #fff!important;
}




.slideDown {
	position:absolute;
	width:50px;
	bottom:40px;
	left:50%;
	margin-left:-25px;
	line-height:15px;
	color:#FFF;
	z-index:12;
	cursor:pointer;
	text-align:center;
}

.slideDown i {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	font-size:20px;
	width:100%;
	float:left;
	padding-top:30px;
}

@-webkit-keyframes slideInDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  opacity:0;
	  transform: translateY(-100%);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  opacity:1;
	}
}
@keyframes slideInDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	  opacity:0;
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  opacity:1;
	}
} 


#cookies-message {
    width: 320px;
    padding: 25px;
    left: 20px;
    bottom: 20px;
    font-size: 10px;
    color: rgba(255,255,255,1.00);
    line-height: 14px;
    position: fixed;
    z-index: 99999;
	background:rgba(0,0,0,1.00);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}

@media (max-width:575px) {

	#cookies-message {
		width:90% !important;
		left:5% !important;
	}
}

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


/*Ulwe group///////////////////////////////////////////////////////////*/


.hero {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
}



.marginicon {
	margin: 0 10px;
}

.smallmenu .marginicon {
	margin: 0 10px 0;
}

.smallmenu .marginicon:last-child {
	margin: 0 0px 0;
}

.smallmenu {
	width: 100%; float: left; margin-bottom: 10px; color: rgba(255,255,255,0.41); font-size: 12px; text-align: right;
}
.smallmenu a{
	color: rgba(255,255,255,0.41);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.smallmenu a:hover {
	color: rgba(255,255,255,1.00);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.smallmenu span {
	margin-left: 10px;
}

.smallmenu span b {
	color:#ccc;
	font-weight: 400;
}



.slide-title {
	white-space: normal;
	word-break: break-word;
	z-index: 100;   
	font-size: 30px;
    line-height: NORMAL;
	color: var(--main-color); 
	font-weight: 600;	
}

.newst {top: -120px;}

/*////////////////////////////////////// RWD*/


@media (min-width: 576px) {	
	.largefont{ font-size:24px!important; line-height: 28px;}
	.slide-title {
	font-size: 4vw;
    line-height: 5vw;
	}
}

@media (min-width: 768px) {	
	.newst {top: -150px;}
	.cardreco {
		height: 40px; 
	}
}

@media (min-width: 992px) {		
	.slide-title {
		font-size: 3vw;
		line-height: 3.2vw
	}
	.hero {
		top: 0px;
	}
	
}
@media (min-width: 1200px) {
	
}

@media (min-width: 1500px) {	
	.slide-title {
		font-size: 49px;
		line-height: 55px;
	}
	
}
.cardreco {
	height: 70px; 
	float: left; 
	width: 100%;
}
.carousel-control-prev { left: 15%;}
.carousel-control-next { right: 15%;}
.carousel-control-next, .carousel-control-prev {width: 100% !important; text-align: center;}
.carousel-nav-icon {
   height: 48px;
   width: 48px;
}

.foot-menu {margin: 0px; padding: 0px; list-style: none;}

.foot-menu ul li {margin: 0px; padding: 0px;}

@media only screen and (min-width:991px) {
	.carousel-control-prev { left: 2em!important;}
	.carousel-control-next { right: 2em!important;}	
}

.bread {color: #555C83;}
a.breadc {font-size: 12px; color: #555C83;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
text-decoration: none;
font-style: italic;}
a.breadc:hover {font-size: 12px; color: #FEFEFE;}

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.swiper-slide img {cursor: grab; min-width: 100%;
    min-height: 100%;}


.swiper-custom-box {
	position:absolute;
	left: 20px;
	bottom: 15px;
	z-index: 9;
}
.swiper-custom-next {
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	padding:6px 15px 6px 15px;
	border-radius: 20px;
	color:var(--second-color);
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid var(--second-color);
	float: left;
	cursor: pointer;
}
.swiper-custom-prev {
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	padding:6px 15px 6px 15px;
	border-radius: 20px;
	color:var(--second-color);
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid var(--second-color);
	float: left;
	cursor: pointer;
}

.swiper-custom-next:hover {
	color:#000000;
	padding:6px 10px 6px 20px;
	background: var(--main-color);
}
.swiper-custom-prev:hover {
	color:#000000;
	padding:6px 20px 6px 10px;
	background: var(--main-color);
}

.swip-hover .swiper-slide .hoverswip {
	opacity: 0;
	-webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;	
}

.swip-hover .swiper-slide:hover .hoverswip {
	opacity: 1;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;	
}

.swip-hover .swiper-slide .hoverswip a {
	font-size: 26px;
	color: #fff;
}
.swip-hover .swiper-slide .hoverswip .plusmore{
	transition: transform .7s ease-in-out;
	-webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
}
.swip-hover .swiper-slide:hover .hoverswip .plusmore{
  transform: rotate(360deg);
}
.swip-hover .swiper-slide .hoverswip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.swip-hover .swiper-slide img {
	opacity: 0.6;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
    overflow: hidden;
}
.hoverswip {opacity: 0.5;}


.swip-hover .swiper-slide {
background: #000;
}

.swiparrow {
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;	
}

.swiparrow:hover {
	opacity: 0.9;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;	
}

.swip-rb {
	position: absolute; right: 0px; bottom: 0px; z-index: 999;
}
.swip-lb {
	position: absolute; left: 0px; bottom: 0px; z-index: 999;
}
.swiper-custom-aro{
	background: var(--bg-color);
	float: left;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
	cursor: pointer;
}
.swiper-custom-aro i{
	color: #fff;
	opacity: 0.3;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
	cursor: pointer;
	font-size: 20px!important;
}

.swiper-custom-aro:hover i{
	opacity: .9;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;	
}

.swiper-slide .pluszoom{
	transition: transform .7s ease-in-out;
	-webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	position: absolute;
    z-index: 99;
    padding: 20px;
	opacity: 0;
}
.swiper-slide .plzoomright {
    right: 0px;
    top: -20px;
}
.swiper-slide .plzoomleft{
    left: 0px;
    top: -20px;
}

.swiper-slide:hover .pluszoom{
  transform: rotate(360deg);
	opacity: 1;
	transition: transform .7s ease-in-out;
	-webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}


.offerbox {z-index: 9; bottom: 0px; left: 0px; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.86), rgba(0,0,0,0.0));}
.offerbox a.heada {font-size: 28px; line-height: 30px;}
.offerimg {height: 400px;}
.offerimg img, .imgs1 {display: block;width: 100%;height: 100%;object-fit:cover; z-index:2;}
.imgs1_1 {bottom: -150px; right: -150px; z-index: 1;}

.peka-header a, .newshomebox a {text-decoration: none!important; color: #FFFFFF;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;}
.peka-header a:hover, .newshomebox a:hover {color: rgba(177,151,91,1);}
.peka-item-mega-menu, .peka-submenu-right, .peka-submenu-left {
}

.peka-menu-title .peka-menu-call {
	 position: absolute;
    width: 40px;
    height: 56px;
    top: 0;
    bottom: 0;
	right: 0px;
    margin-top: auto;
    margin-bottom: auto;
	font-size: 16px;
}

.peka-header-not-on-top .peka-menu-call {display: none;}

.hidethisslide {display: none;}
.peka-header-not-on-top .hidethisslide {display: block;}

.peka-menu-call {
    padding: 8px 0;
    margin-right: -8px;
    margin-left: 8px;
}

.peka-menu-call i {font-size: 15px!important; padding: 10px 0 6px;}

.peka-call-absolut {
	right: 20px;
	position: absolute;
	top: 12px;
}
.menumobileitems {font-size: 8px; line-height: 15px;}
.menumobileitems i {font-size: 16px; width: 100%; margin: 5px 0 4px 0;}

@media (max-width: 991px) {
.peka-menu-body {
	-webkit-overflow-scrolling: touch;
    overflow: overlay!important;}
}

.peka-header-not-on-top .peka-menu-call > a {color: #000;}
.peka-header-not-on-top .peka-desktop-only .peka-logo .peka-logo-light {display: none!important;}
.peka-header-not-on-top .peka-desktop-only .peka-logo .peka-logo-dark {display: block!important;}

.peka-header-not-on-top .peka-header .helper-mobile{
	display: block!important;
}

.smallmenu-links {background: #b79a61;}

.smallmenu-links a {
	text-decoration: none!important; 
	color: rgba(255,255,255,1)!important;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.smallmenu-links a:hover {
	color: rgba(255,255,255,1)!important;
}
.small-font {font-size: 12px;}

ul.newscatfoot {
	list-style: none;
	margin: 0px 0 45px 0;
	padding: 0px;
}

ul.newscatfoot li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 20px;
}

ul.newscatfoot li a {
	color: rgba(255,255,255,0.5);
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

ul.newscatfoot li a:hover {
	color: var(--orange-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.swipbgblack {background:#000;}
.swipbgblack img {width: 100%; height: 100%; object-fit: cover; overflow: hidden; opacity: 0.8;}
.socialfoot {position: relative; z-index: 2;}
.gline {width: 700px; height: 700px;}
.glinebox {position: absolute; top: 0px; z-index: -1; opacity: 0.1;}
.glinebox2 {position: absolute; top: -220px; right: 0; z-index: 0; opacity: 0.1;}
.boxemblem {position: absolute; right: 100px; top: -80px;  width: 170px; height: 170px;}
.boxemblem2 {position: absolute; left: 0px; top: -230px;  width: 170px; height: 170px;}
.topspacer {background: var(--bg-color); height: 200px;}
.bghome {position: absolute; top: 0px; width: 100%; z-index: -2; height: 100%; min-height: 800px;}
.bgpage {position: absolute; top: 0px; width: 100%; z-index: -2; height: 100%; min-height: 300px;}
@media (max-width: 768px) { 
.gline {width: 100%; height: 100%;}
.topspacer {background: var(--bg-color); height: 150px;}
}

.textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock h5, .textblock h6 {color: #fff;}

.textblocker a {text-decoration: underline!important; font-weight: bold;}

.textblock a:hover img{
	opacity: 0.7;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.textblock a img{
	opacity: 1;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

a.moretext {
	color:rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding:0 0 0 0;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

a.moretext:hover {
	border-bottom: 1px solid var(--orange-color);;
	padding: 0 0 2px 0;
	color: var(--orange-color);
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}


.panel-group .panel {border-top: 1px solid rgba(255,255,255,.3);}
.panel-group .panel:last-child {border-bottom: 1px solid rgba(255,255,255,.3);}
.panel-group .panel-title a[aria-expanded="true"]{
	color: var(--orange-color);
}
.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: -7px;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.lg-backdrop {background: var(--darker-color)!important; }
.lg-toolbar {padding-top: 70px!important;}
.lg-thumb-item {border-radius: 0!important;}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {    border-color: var(--orange-color)!important;}
.lg-outer .lg-inner{top: 50px!important;}
.lg-actions .lg-next, .lg-actions .lg-prev {margin-top: 30px!important;}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #EDEDED;
  }
  40% {
    stroke: #7B7B7B;
  }
  66% {
    stroke: #3A3A3A;
  }
  80%, 90% {
    stroke: var(--orange-color)!important;
  }
}
@keyframes color {
  0% {
    stroke: #EDEDED;
  }
  40% {
    stroke: #7B7B7B;
  }
  66% {
    stroke: #3A3A3A;
  }
  80%, 90% {
    stroke: var(--orange-color)!important;
  }
}

.emblem, .emblem2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-weight: bold;
  color: rgba(255,255,255,0.17);
  animation: spinZ 20s linear infinite;
  text-align: center;
}
.emblem span, .emblem2 span {
  position: absolute!important;
  display: inline-block!important;
  left: 0!important;
  right: 0!important;
  top: 0!important;
  bottom: 0!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1)!important;
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

#logo-loading #loadsvg { 
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 7px;
}


.rect {
  fill: none;
  stroke-width: 8px;
  stroke: white;
  stroke-dasharray: 40;
  stroke-dashoffset: 50%;
  -webkit-animation: movedash 1.5s forwards 0s infinite;
          animation: movedash 1.5s forwards 0s infinite;
}

@-webkit-keyframes movedash {
  to {
    stroke-dashoffset: 250%;
  }
}

@keyframes movedash {
  to {
    stroke-dashoffset: 250%;
  }
}
#maintance {position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:99990;}
#pinbox {position:absolute; right:30px; bottom:30px; z-index:99995; width: 100px; opacity: 0.5;}
#pinbox input {border-radius:13px; border:1px solid #ccc; text-align:center; padding:5px 10px; width: 100%;}
.flex-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.wpcf7-form label {width: 100%;}
.wpcf7-form input, .wpcf7 textarea {
	background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.4);
    font-size: 22px;
    padding: 15px 0;
    width: 100%;
    color: #fff;
}
 .wpcf7 textarea {
	 height:150px;
}
.wpcf7 .labelcustom {
	background: none;
    border: none;
    font-size: 22px;
	float: left;
    color: rgba(255,255,255,.5);
	margin: 15px 5px 15px 0;
    border-right: 1px solid rgba(255,255,255,.4);
    padding-right: 20px;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
    margin: 5px 20px;
	cursor: pointer;
	background: var(--main-color);
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 0;
	width: auto;
}

.wpcf7-list-item-label {float:left;}

.check-morelabel {float: left; width: auto!important;}


#custom-search-input .btn-info {
    color: #fff;
    background-color: var(--orange-color)!important;
    border-color: var(--orange-color)!important;
}
#custom-search-input .btn-group-lg>.btn, #custom-search-input .btn-lg {border-radius: 0!important;
	border:1px solid rgba(255,255,255,.3);
	background:none;
	color: rgba(255,255,255,.5);}
#custom-search-input .form-control {border-radius: 0!important; height: auto!important; 
	border:1px solid rgba(255,255,255,.3);
	background:none;
	color: rgba(255,255,255,.5); }
#custom-search-input .formBox label {width:100%; text-align:center; font-size:13px;margin-bottom: 0px !important;}
#custom-search-input .formBox input {
	width:100%;
	border:1px splid rgba(255,255,255,.3);
	padding:5px 10px;
	text-align:center;
	background:var(--main-color);
	color: rgba(255,255,255,.5);
}
