/*   
Theme Name: KlapelPi25
Theme URI: http://www.gs-interactive.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.100
*/
@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
	font-family: helvetica-lt-pro, sans-serif; 
	font-size:16px; 
	font-weight:300;
	line-height:1.35;
	color: #000;
	background-color:#fff;

}

@media(max-width: 750px) {
	body{
		font-size:15px;
		-webkit-text-size-adjust: none;
	}
}

a {
	text-decoration:none;
	color:#000;
	transition: all .3s;
}

a:hover {
	text-decoration:none;
	color:#fd841f;
}
strong {
	font-weight:700;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}


.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index: 9999;
}
.logged-in .navbar {
	top:32px;
}
.navbar-in {
    position:relative;
	margin:0 50px;
}
@media only screen and (max-width : 750px) {
	.navbar-in {
		margin:0 15px;
	}
}
.navbar-brand {
    position:absolute;
	top:5px;
	width:130px;
	left:calc(50% - 65px);
}
@media only screen and (max-width : 750px) {
	.navbar-brand {
		width:120px;
		left:calc(50% - 60px);
	}
}
@media only screen and (max-width : 450px) {
	.navbar-brand {
		width:100px;
		left:calc(50% - 50px);
	}
}
.navbar-brand img {
	width:100%;
	height:auto;
}

#header .nav {
	position:absolute;
	top:0;
	left:-400px;
	margin:0;
	padding:130px 0 50px;		
	width:330px;
	height:calc(100vh - 180px);
	min-height:calc(750px - 180px);
	font-size: 28px;
	background-color:#ffffff;
	transition: all .3s;
}
@media only screen and (max-width : 1150px) {
	#header .nav {
		min-height:calc(600px - 180px);
	}
}
#header .nav.open {
	left:-50px;
}
#header .nav ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#header .nav li {
	float:none;
	margin: 0;
	padding:0;
}
#header .nav li a {
	color:#000000;
    display: block;
    padding: 20px 10px 30px 70px;
	font-size:20px;
	line-height:1.1;
	text-transform: uppercase;
    font-weight: 700;
}
#header .nav li.current-menu-item a  {
    color: #fd841f;
}
#header .nav li a:hover {
	color: #fd841f;
    text-decoration: none;
}

#header .nav ul li ul {
    display:none;
    position:relative;
    padding:0 15px;
}
#header .nav ul li ul li {
	margin: 0;
	padding:0;
}
#header .nav ul li ul li a {
    padding: 10px 10px 20px 70px;
	font-size:18px;
}


#hamburger {
	position:absolute;
	top:30px;
	left:0;
	width:30px;
	height:30px;
	overflow:hidden;
	z-index:9999;
	transition: all .3s;
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:6px;
	fill:#000;
	transition:all .4s;
}
#hamburger.on .bar {
	fill:#000;
}
#hamburger:hover .bar {
	fill:#fd841f;
}
#hamburger.on:hover .bar {
	fill:#fd841f;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
}
#hamburger #bar3 {
	top:10px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
}
#hamburger #bar4 {
	top:20px;
}
#hamburger.on #bar4 {
	opacity:0;
}

#header .cart {
	position:absolute;
	top:30px;
	right:0;
	width:35px;
}
#header .cart svg {
	fill:#000;
	transition:all .3s;
}
#header .cart:hover svg {
	fill:#fd841f;
}

.szd img,
.szd svg {
	width:100%;
	height:auto;
}
.szdv img,
.szdv svg {
	width:auto;
	height:100%;
}


.yellow {
	color: #fd841f;
}

ol, ul {
	padding: 0 0 0 20px;
}
ol li,  ul li {
	padding: 0 0 10px;
}

#fullpage {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}


/*=== Triggers ===*/
.animate {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity:0;
  padding:1px 0;
  margin:100px 0 -100px;
}

.zoom {
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
}

/*==== ZOOM OUT ===*/
@keyframes zoomIn {
  from {
  	  transform: scale(.9);
	  opacity:0;
  }
  to {
      transform: scale(1);
	  opacity:1;
  }
}


/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.two {
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
}

.three {
-webkit-animation-delay: .7s;
-moz-animation-delay: .7s;
animation-delay: .7s;
}

.four {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}



/*==== FADE IN UP ===*/
@keyframes fadeInUp {
  from {
    opacity: 0;
	margin:100px 0 -100px;
	/*transform: scale(.95);*/
  }

  to {
    opacity: 1;
    margin:0;
	/*transform: scale(1);*/
  }
}


.fadeInUp {
  animation-name: fadeInUp;
}

/*==== FADE Out Down ===*/
@keyframes fadeOutDown {
  from {
    opacity: 1;
	margin:0;
	transform: scale(1);
  }

  to {
    opacity: 0;
    margin:100px 0 -100px;
	transform: scale(.95);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}




/* ====================================== home ============================= */
#hp-1  {
	background-color:#e2e1e9;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
	overflow:hidden;
}
@media(max-width: 750px) {
	#hp-1  {
	}
}
#hp-1 .vert-align {
	position:relative;
	display: flex;
  	align-items: center;
  	height: 100vh;
	min-height:750px;
}
@media(max-width: 1150px) {
	#hp-1 .vert-align {
		min-height:600px;
	}
}
@media(max-width: 750px) {
	#hp-1 .vert-align {
	}
}
#hp-1 .boxed {
	position:relative;
	padding: 25px 0;
	max-width:1800px;
	margin:0 auto;
  	width:100%;
}


#hp-1 .boxed .drum {
	position:relative;
  	margin: 0 auto;
  	padding: 0 0;
	width:75%;
	aspect-ratio: 1.727 / 1;
}
@media(max-width: 1800px) {
	#hp-1 .boxed .drum {
		
	}
}
@media(max-width: 750px) {
	#hp-1 .boxed .drum {
		width: 100%;
	}
}
#cycler{
	position:relative;
}
#cycler .slide {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
@media(max-width: 1150px) {
	#cycler .slide {
	}
}
@media(max-width: 750px) {
	#cycler .slide {
		top:0;
	}
}
#cycler .slide.active{
	z-index:3
}


#hp-1 .hoop {
	position:absolute;
	top:0;
	left:calc(50% - 1200px);
	width:2400px;
	height:100%;
	background-image:url("images/hoop-white.svg");
	background-size:100% auto;
	background-repeat: no-repeat;
	z-index:4;
}
@media(max-width: 1800px) {
	#hp-1 .hoop {
		top:0;
		left:0;
		width:100%;
		background-image:url("images/hoop-white-cropped.svg");
	}
}
#hp-1 .boxed .text-1 {
	position:absolute;
	top:51%;
	right:1165px;
	font-size:55px;
	line-height:1.1;
	text-align:right;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	z-index:4;
}
@media(max-width: 1800px) {
	#hp-1 .boxed .text-1 {
		right:64.5%;
		font-size:3vw;
	}
}
@media(max-width: 750px) {
	#hp-1 .boxed .text-1 {
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		font-size:30px;
		text-align: center;
	}
}

#hp-1 .boxed .text-2 {
	position:absolute;
	top:51%;
	left:1190px;
	font-size:55px;
	line-height:1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	z-index:4;
}
@media(max-width: 1800px) {
	#hp-1 .boxed .text-2 {
		left:66%;
		font-size:3vw;
	}
}
@media(max-width: 750px) {
	#hp-1 .boxed .text-2 {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		font-size:30px;
		text-align: center;
	}
}
.products  {
	position:relative;
	background-color:#fff;
	background-image:url("images/hp-2-bg.png");
	background-repeat: repeat-x;
	width:100%;
	height:auto;
	padding:0;
	border-top:30px solid #fff;
}
@media(max-width: 750px) {
	.products  {
	}
}
.products .boxed {
	position:relative;
	padding:50px 50px 100px;
	max-width:1200px;
	margin:0 auto;
}
@media(max-width: 750px) {
	.products .boxed {
		padding:50px 25px 0;
	}
}
.products .boxed .title h2 {
	font-size:36px;
	line-height: 1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	margin:0 0 10px;
	text-align:center;
}
@media(max-width: 750px) {
	.products .boxed .title h2 {
		font-size:28px;
	}
}
.products .boxed .text {
	font-size:20px;
	text-align: center;
	max-width:70%;
	margin:0 auto 25px;
}
@media(max-width: 750px) {
	.products .boxed .text {
		font-size:18px;
		max-width:100%;
	}
}
.products .boxed .product-wrap {
	position:relative;
	display:flex;
	gap:4%;
}
@media(max-width: 750px) {
	.products .boxed .product-wrap {
		display:block;
	}
}
.products .boxed .product-wrap a {
	position:relative;
	display:block;
	width:48%;
}
@media(max-width: 750px) {
	.products .boxed .product-wrap a {
		width:100%;
		padding:0 0 40px 0;
	}
}
.products .boxed .product-wrap a:hover {
	color:#000;
}
.products .boxed .product-wrap a .product {
	position:relative;
	display:flex;
	text-align:right;
	width:100%;
	gap:3%;
	padding:0 0 15px 0;
}
@media(max-width: 950px) {
	.products .boxed .product-wrap a .product {
		flex-wrap:wrap;
	}
}
.products .boxed .product-wrap .product.two {
	flex-direction:row-reverse;
	text-align:left;
}
.products .boxed .product-wrap .product .image {
	width:74%;
}
@media(max-width: 950px) {
	.products .boxed .product-wrap .product .image {
		width:100%;
	}
}
.products .boxed .product-wrap .product .label {
	width:23%;
}
@media(max-width: 950px) {
	.products .boxed .product-wrap .product .label {
		width:100%;
	}
}
.products .boxed .product-wrap .product .label h2 {
	font-size:28px;
	line-height:1.1;
	margin:70px 0 10px;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
}
@media(max-width: 1150px) {
	.products .boxed .product-wrap .product .label h2 {
		margin:10px 0 5px;
	}
}
@media(max-width: 950px) {
	.products .boxed .product-wrap .product .label h2 {
		margin:10px 0 5px;
		text-align: center;
	}
	.products .boxed .product-wrap .product .label h2 br {
		display:none;
	}
}
.products .boxed .product-wrap .product .label .reveal {
	opacity:0;
	transition:all .3s;
}
@media(max-width: 950px) {
	.products .boxed .product-wrap .product .label .reveal {
		opacity:1;
		text-align: center;
	}
}
.products .boxed .product-wrap .product:hover .label .reveal {
	opacity:1;
}
.products .boxed .product-wrap .product .label .reveal :first-child {
	margin-top:0;
}
.products .boxed .product-wrap .product .underline {
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:4px;
	background-color:#000;
	transition: all .3s;
}
.products .boxed .product-wrap .product.two .underline {
	right:auto;
	left:0;
}

.products .boxed .product-wrap .product:hover .underline {
	width:100%;
}

#hp-3  {
	display:none;
}

.sound-wave {
	position:relative;
	height:75px;
	width:100%;
	background-image:url("images/sound-wave.png?r=1");
	background-position:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
@media(max-width: 750px) {
	.sound-wave {
		height:50px;
		background-size:auto 50px;
	}
}
#hp-4  {
	position:relative;
	background-color:#e2e1e9;
	width:100%;
	height:auto;
	padding:0;
}
@media(max-width: 750px) {
	#hp-4  {
	}
}
#hp-4 .hoop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("images/hoop-white-cropped-bottom.svg");
	background-size:100% auto;
	background-position:bottom center;
	background-repeat: no-repeat;
	opacity: .3;
}
#hp-4 .boxed {
	position:relative;
	padding:50px 50px 100px;
	max-width:1200px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#hp-4 .boxed {
		padding:50px 25px 70px;
	}
}
#hp-4 .boxed .title h2 {
	font-size:36px;
	line-height: 1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	margin:0 0 15px;
	text-align:center;
}
@media(max-width: 750px) {
	#hp-4 .boxed .title h2 {
		font-size:28px;
	}
}
#hp-4 .boxed .text {
	font-size:20px;
	text-align: center;
	max-width:70%;
	margin:0 auto 25px;
}
@media(max-width: 750px) {
	#hp-4 .boxed .text {
		font-size:18px;
		max-width:100%;
	}
}
#hp-4 .boxed .news-wrap {
	position:relative;
	display:flex;
	gap:2%;
}
@media(max-width: 750px) {
	#hp-4 .boxed .news-wrap {
		display:block;
	}
}
#hp-4 .boxed .news-wrap .block {
	position:relative;
	width:49%;
	display:block;
}
@media(max-width: 750px) {
	#hp-4 .boxed .news-wrap .block {
		width:100%;
		padding:0 0 40px;
	}
}
#hp-4 .boxed .news-wrap .block:hover {
	color:#000;
	
}
#hp-4 .boxed .news-wrap .block .news-item {
	position:relative;
	width:100%;
	display:flex;
	gap:4%;
	padding: 0 0 15px;
}
@media(max-width: 950px) {
	#hp-4 .boxed .news-wrap .block .news-item {
		display:block;
	}
}
#hp-4 .boxed .news-wrap .news-item h2 {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight:900;
	text-transform: uppercase;
	margin:50px 0 10px;
}
@media(max-width: 1150px) {
	#hp-4 .boxed .news-wrap .news-item h2 {
		margin:0 0 10px;
	}
}
@media(max-width: 950px) {
	#hp-4 .boxed .news-wrap .news-item h2 {
		margin:15px 0 10px;
	}
}
#hp-4 .boxed .news-wrap .news-item .underline {
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:4px;
	background-color:#000;
	transition: all .4s;
}
#hp-4 .boxed .news-wrap .news-item.two .underline {
	right:auto;
	left:0;
}
#hp-4 .boxed .news-wrap .news-item:hover .underline {
	width:100%;
}


#hp-4 .boxed .news-wrap .news-item .image {
	width:42%;
	opacity:.8;
	transition:all .3s;
}
@media(max-width: 950px) {
	#hp-4 .boxed .news-wrap .news-item .image {
		width:100%;
	}
}
#hp-4 .boxed .news-wrap .news-item:hover .image {
	opacity:1;
}
#hp-4 .boxed .news-wrap .news-item .text-block {
	width:50%;
	font-size:14px;
}
@media(max-width: 950px) {
	#hp-4 .boxed .news-wrap .news-item .text-block {
		width:100%;
	}
}
/* ====================================== about ============================= */
#abt-1  {
	background-color:#e2e1e9;
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

#abt-1 .vert-align {
	position:relative;
	display: flex;
  	align-items: center;
  	height: 100vh;
	min-height:750px;
}
@media(max-width: 1150px) {
	#abt-1 .vert-align {
		min-height:600px;
	}
}
#abt-1 .boxed {
	position:relative;
	padding:0;
	max-width:1800px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#abt-1 .boxed {
	}
}
#abt-1 .boxed .drum {
	position:relative;
  	margin: 0 auto;
	width:100%;
}
@media(max-width: 750px) {
	#abt-1 .boxed .drum {
		width:135%;
	}
}
#abt-1 .hoop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("images/hoop-white-cropped-left.svg");
	background-size:auto 100%;
	background-repeat: no-repeat;
}
#abt-1 .boxed .text-1 {
	position:absolute;
	top:calc(50% - 20px);
	left:60%;
	font-size:55px;
	line-height:1.1;
	text-align:left;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
}
@media(max-width: 1800px) {
	#abt-1 .boxed .text-1 {
		font-size:3vw;
	}
}
@media(max-width: 750px) {
	#abt-1 .boxed .text-1 {
		position:relative;
		top:-65px;
		left:auto;
		padding:0 0 0 8%;
		font-size:30px;
		text-align:center;
		z-index:4;
	}
}

#abt-2  {
	position:relative;
	background-color:#e2e1e9;
	background-image:url("images/hp-2-bg.png");
	background-repeat: repeat-x;
	background-position:center top;
	width:100%;
	height:auto;
	padding:0;
	border-top:30px solid #fff;
}
@media(max-width: 750px) {
	#abt-2  {
	}
}
#abt-2 .boxed {
	position:relative;
	padding:100px 50px 100px;
	max-width:1200px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#abt-2 .boxed {
		padding:50px 25px;
	}
}
#abt-2 .boxed .title h2 {
	font-size:36px;
	line-height: 1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	margin:0 0 10px;
	text-align:center;
}
@media(max-width: 750px) {
	#abt-2 .boxed .title h2 {
		font-size:28px;
	}
}
#abt-2 .boxed .text {
	font-size:20px;
	text-align: center;
	max-width:70%;
	margin:0 auto 25px;
}
@media(max-width: 950px) {
	#abt-2 .boxed .text {
		max-width:100%;
	}
}
@media(max-width: 750px) {
	#abt-2 .boxed .text {
		font-size:18px;
	}
}

#abt-3.products  {
	background-color:#fff;
	background-image:none;
	border-top:none;
}
#abt-3.products .boxed .title  {
	margin:0 0 20px;
}

/* ====================================== product ============================= */
#prd-1  {
	background-color:#e2e1e9;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
	overflow: hidden;
}
#prd-1 .vert-align {
	position:relative;
	display: flex;
  	align-items: center;
  	height: 100vh;
	min-height:750px;
}
@media(max-width: 1150px) {
	#prd-1 .vert-align {
		min-height:600px;
	}
}
#prd-1 .boxed {
	position:relative;
	padding:0;
	max-width:1800px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#prd-1 .boxed {
	}
}
#prd-1 .boxed .drum {
	position:relative;
  	margin: 0 auto;
	width:100%;
}
@media(max-width: 750px) {
	#prd-1 .boxed .drum {
		width: 150%;
    	padding-left: 2vw;
	}
}
#prd-1 .hoop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url("images/hoop-white-cropped-right.svg");
	background-size:auto 100%;
	background-position:top right;
	background-repeat: no-repeat;
}
#prd-1 .boxed .text-1 {
	position:absolute;
	top:calc(50% - 20px);
	left:43%;
	font-size:55px;
	line-height:1.1;
	text-align:left;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
}
@media(max-width: 1800px) {
	#prd-1 .boxed .text-1 {
		font-size:3vw;
	}
}
@media(max-width: 750px) {
	#prd-1 .boxed .text-1 {
		position:relative;
		top:-50px;
		left:auto;
		padding:0 10%;
		font-size:30px;
		text-align:center;
		z-index:4;
	}
}
@media(max-width: 450px) {
	#prd-1 .boxed .text-1 {
		bottom:-50px;
	}
}

#prd-2  {
	position:relative;
	background-color:#e2e1e9;
	background-image:url("images/about-2-bg.jpg");
	background-repeat: repeat-x;
	background-position:center;
	background-size:auto 100%;
	width:100%;
	height:auto;
	padding:0;
	border-top:30px solid #fff;
}
@media(max-width: 750px) {
	#prd-2  {
	}
}
#prd-2 .boxed {
	position:relative;
	padding:100px 50px 100px;
	max-width:1200px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#prd-2 .boxed {
		padding:50px 25px;
	}
}
#prd-2 .boxed .title h2 {
	font-size:36px;
	line-height: 1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	margin:0 0 10px;
	text-align:center;
}
@media(max-width: 750px) {
	#prd-2 .boxed .title h2 {
		font-size:28px;
	}
}
#prd-2 .boxed .text {
	font-size:20px;
	text-align: center;
	max-width:70%;
	margin:0 auto 25px;
}
@media(max-width: 750px) {
	#prd-2 .boxed .text {
		font-size:18px;
		max-width:100%;
	}
}
#prd-2 .boxed .video {
  	position: relative;
  	padding-bottom: 56.25%;
  	padding-top: 0;
  	height: 0;
  	overflow: hidden;
}
#prd-2 .boxed .video video {
  	position:absolute;
	top:0;
	left:0;
	width: 100%;
  	height: 100%;
}
#prd-3  {
	position:relative;
	background-color:#fff;
	width:100%;
	height:auto;
	padding:0;
}
@media(max-width: 750px) {
	#prd-3  {
	}
}
#prd-3 .boxed {
	position:relative;
	padding:50px 50px 50px;
	max-width:1200px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#prd-3 .boxed {
		padding:50px 25px 50px;
	}
}
#prd-3 .boxed .title h2 {
	font-size:36px;
	line-height: 1.1;
	font-family: all-round-gothic, sans-serif; 
	font-weight:600;
	margin:0 0 10px;
	text-align:center;
}
@media(max-width: 750px) {
	#prd-3 .boxed .title h2 {
		font-size:28px;
	}
}
#prd-3 .boxed .text {
	font-size:20px;
	text-align: center;
	max-width:70%;
	margin:0 auto 25px;
}
@media(max-width: 750px) {
	#prd-3 .boxed .text {
		font-size:18px;
		max-width:100%;
	}
}
#prd-3 .boxed .info-wrap {
	position:relative;
	display:flex;
	gap:4%;
}
@media(max-width: 950px) {
	#prd-3 .boxed .info-wrap {
		display:block;
	}
}
#prd-3 .boxed .info-wrap .text-1 {
	position:relative;
	width:25%;
	gap:3%;
	font-size:15px;
	line-height:1.2;
}
@media(max-width: 950px) {
	#prd-3 .boxed .info-wrap .text-1 {
		width:100%;
	}
}
#prd-3 .boxed .info-wrap .text-1 h2 {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight:900;
	text-transform: uppercase;
	margin:50px 0 10px;
}
#prd-3 .boxed .info-wrap .text-1 h2:first-child {
	margin:30px 0 10px;
}
@media(max-width: 950px) {
	#prd-3 .boxed .info-wrap .text-1 h2 {
		margin:30px 0 10px;
	}
}
#prd-3 .boxed .info-wrap .text-1 h2 + p {
	margin-top:0;
}
#prd-3 .boxed .info-wrap .diagram {
	width:72%;
}
@media(max-width: 950px) {
	#prd-3 .boxed .info-wrap .diagram {
		width:100%;
	}
}
#prd-4.products  {
	background-color:#fff;
	/*background-image:none;*/
	border-top:none;
}
#prd-4.products .boxed .title  {
	margin:0 0 20px;
}


/* ====================================== section 9999 ============================= */
#default  {
	width:100%;
	position:relative;
	overflow: hidden;
	padding:50px 0 0 0;
	
}
@media(max-width: 750px) {
	#default  {
		padding:25px 0 0 0;

	}
}
#sect999-10  {
	position:relative;
	width:100%;
	background-color: #fff;
}

#sect999-10 .fixed  {
	max-width:900px;
	min-height:80vh;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 50px;
}
@media(max-width: 750px) {
	#sect999-10 .fixed  {
		padding:75px 25px;
	}
}
#sect999-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
}
#sect999-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:24px;
	line-height:1.2;
}
@media(max-width: 750px) {
	#sect999-10 .fixed h2  {
		font-size:30px;
	}
	#sect999-10 .fixed h3  {
		font-size:18px;
	}
}


/* ====================================== footer ============================= */

footer {
	position:relative;
	width:100%;
	background-color:#000;
	padding:0 0 50px;
	border-top:30px solid #fff;
}


footer .boxed {
	position:relative;
	display:flex;
	max-width:1200px;
	padding:35px 50px; 
	margin:0 auto;
	overflow:hidden;
	color:#fff;
	justify-content:space-between;
}
@media(max-width: 750px) {
	footer .boxed {
		padding:35px 25px; 
		flex-wrap:wrap;
	}
}
footer .boxed a {
	color:#fff;
	transition:all .3s;
}
footer .boxed a:hover {
	color:#fd841f;
}

footer .boxed h3 {
	color:#fff;
	font-size:24px;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	text-transform: uppercase;
	font-weight:900;
}
@media(max-width: 750px) {
	footer .boxed h3 {
		margin-bottom:10px;
	}
}
footer .boxed .one {
	position:relative;
	width:20%;
}
@media(max-width: 750px) {
	footer .boxed .one {
		width:100%;
	}
}
footer .boxed .one .logo {
	position:relative;
	width:180px;
}
@media(max-width: 750px) {
	footer .boxed .one .logo {
		width:130px;
		margin:0 auto;
	}
}
footer .boxed .one .social {
	max-width:150px;
	margin:20px 15px 0;
	display:flex;
	justify-content: space-between;
}
@media(max-width: 750px) {
	footer .boxed .one .social {
		margin:20px auto 0;
	}
}
footer .boxed .one .social a svg {
	fill:#ffffff;
	width:22px;
}
footer .boxed .one .social a:hover svg {
	fill:#fd841f;
}
footer .boxed .two {
	position:relative;
	width:20%;
	padding:50px 0 0 0;
}
@media(max-width: 750px) {
	footer .boxed .two {
		width:100%;
		padding:25px 0 0 0;
		margin:0 0 20px;
		text-align:center;
	}
}
footer .boxed .three {
	position:relative;
	width:50%;
	padding:50px 0 0 0;
}
@media(max-width: 750px) {
	footer .boxed .three {
		width:100%;
		padding:25px 0 0 0;
		margin:0 0 20px;
		text-align:center;
	}
}

footer .boxed .three .nf-multi-cell .nf-cell {
	padding: 0;
}

footer .boxed .three .nf-form-title {
	display:none;
}
footer .boxed .three .nf-form-fields-required {
	display:none;
}
footer .boxed .three .nf-field-label {
	display:none;
}
footer .boxed .three .nf-field-container {
	margin-bottom: 10px;
}
footer .boxed .three .nf-field-element input {
	padding:9px 6px;
	font-size:15px;
}
footer .boxed .three .field-wrap input[type="submit"] {
	width: auto;
  	padding: 10px 16px;
  	border-radius: 0;
  	border: 1px solid #333;
  	text-transform: uppercase;
	margin:0 0 0 10px;
}

footer-in .copyright {
	text-align:center;
	font-size:13px;
	margin:30px 0 20px;
}
footer-in .copyright a {
	color:#fff;
}
footer-in .copyright a:hover {
	color:#4993aa;
}

#return-to-top {
    bottom: 25px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 38px;
	height: 38px;
    z-index: 1000;

}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #000;
}

#exitpopup{
		text-align:left;
}

	
#exitpopup p{
		text-align:left;
		font-size:18px;
}

#exitpopup a{
	margin:20px 0 0 0;
	display:inline-block;
	padding:8px 10px;
	color:#fff;
	background-color: #70ad47;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}
/*----- exit site pop-up ------*/

.ttB {
	position:absolute;
	display:none;
	font-size:14px;
	line-height:1.5;
	max-width:300px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #999;
	box-shadow:1px 1px 5px #666;
	z-index:500;
}

.ttClose {
	position:absolute;
	top:5px;
	right:10px;
	font-weight:700;
}
.ttClose:hover {
	color:#6a2f47;
	cursor:pointer;
}


.reg {
    font-family: arial;
    font-size: 40%;
    vertical-align: text-top;
}