* {
	margin: 0;
	padding: 0;
}


html::-webkit-scrollbar { 
    display: none; 
}

html {
  box-sizing: border-box;
height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

section {
  height: 100vh;
width: 100vw;
overflow: hidden;
display: block;
box-sizing: content-box;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
input, textarea {
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
	padding: 4px;
}
button {
	line-height: normal;
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
body {
	margin: 0;
font-family: 'Monda', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #474c4d;
	background-color: #fff;
      height: 99%;
  overflow-x: hidden;
}




a.logo {
width: 270px;
margin: 0px auto;
text-align: center;
display: inline-block;
  opacity: 1;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

#jf-header.transparent a.logo {
    opacity: 1;
  width: 205px;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

a {
	color: #5c686d;
	text-decoration: none;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
a:hover {
	color: #ef3125;
	text-decoration: none;
      -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

#jf-mainnav a:hover {
  color: #3b5998 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	color: inherit;
}

p {margin: 0 0 20px; letter-spacing: 0.3px;}
ul,
ol {
	margin-left: 0;
	list-style: none;
	margin-left: 20px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
}
label,
input,
button,
select,
textarea {
    font-size: 24px;
	line-height: normal;
}
label {
	display: block;
}


#system-message, .reset {
	margin: 10px;
}

#jf-wrapper {
	overflow: hidden;
	position: relative;
}

.wrap {
	clear: both;
	width: 100%;
}

.main {
    margin: 0 auto;
    position: relative;
}

/* HEADER */
#jf-header {
	position: fixed;
	top: 0;
	z-index: 10;
	height: 70px;
	transition: background 0.2s linear 0s;
  width: 100%;
}

#jf-header.transparent {
	background: none repeat scroll 0 0 rgb(255, 255, 255);
}


#jf-header {
	background: #19191900;
}

#jf-header .main {
	padding: 12px 0 0;
	position: relative;
}

#jf-mainnav {
	float: right;
}

#jf-mainnav ul:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

#jf-mainnav ul.menu li {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 25px;
}

#jf-mainnav ul.menu li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}



/* jf-home-c */
#jf-home-c {
	background-color: #fff;
	color: #404040;
	font-size: 14px;
}


#home-c-0,
#home-c-1,
#home-c-2,
#home-c-3,
#home-c-4 {
	position: relative;
display: block;
overflow: hidden;
}



#jf-content {

}

#jf-content .main {
	padding: 120px 0 60px;
}

.home #jf-content .main {
	padding: 0;
}


/* FOOTER */
#jf-footer {
	background-color: #fff;
	color: #fff;
	text-align: center;
	min-height: 452px;
	position: relative;
}

.copyright {
  color: #424242;
  margin-top: 4em;
}

#jf-footer a {
color: #424242;
display: inline-block;
}

#jf-footer a:hover {
  color: #ffea00;
}

/* Mobile Menu */
#jf-menu, a.gotomenu {
	display: none;
}


#jf-latest li, #jf-news li, div.k2ItemsBlock ul li.lastItem  {
	margin: 0 10px !important;
}


#jf-footer .main-inner1 {
padding-bottom: 2em;
}

}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media (max-width: 767px) {
.main, #jf-footer .main-inner1 {
	width: 300px;
}
.colspan2 {
	width: 100% !important;
}

.colspan3 {
	width: 100% !important;
}

#jf-header {
	position: absolute;
	left: 0;
	top: 0;
}

#jf-mainnav {
	display: none;
}


#jf-menu {
	display: block;
	background-color: #fff;
	position: relative;
    z-index: 49;
}

#jf-menu .main {
	padding: 50px 0;
}

#jf-menu ul.menu {
	border-top: 1px solid #404040;
}

#jf-menu ul.menu li {
	border-bottom: 1px solid #404040;
	padding: 5px 0;
}

#jf-menu ul.menu li a {
    color: #404040;
    font-size: 18px;
    text-transform: uppercase;
}

#jf-menu ul.menu li a:hover {
	color: #247D99;
}


#jf-contact h3 {
	font-size: 52px;
}

#jf-footer{
	font-size: 18px;
}

#jf-footer .main-inner1 {
	padding: 135px 0 0;
	bottom: 30px;
}


}




/* MENU */
#nav ul, #nav li {
  margin: 0;
  padding: 0;
}

#nav {
  text-align: center;
}
#nav a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#nav li {
  display: inline-block;
  position: relative;
}
#nav li ul {
  position: absolute;
  left: -9999px;
}
#nav li a {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
#nav li:hover a {
  background-color: #fff;
  color: #414141;
}
#nav li:hover ul {
  left: 0;
  text-align: center;
  width: 100vw;
  position: fixed;
  background-color: #fff;
}
#nav li:hover ul a {
  display: block;
  padding: 30px 30px 0 30px;
}
#nav li:hover ul a:hover {
  color: #b7b7b7;
}

#nav ul li ul {
  width: 100%;
}


.website_optimierung_content.home {
    background-image: url('../../../../images/transportabletank1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
height: 85vh;
text-align: center;
padding-top: 30vh;
color: #fff;
  position: relative;
}

/* MOUSE */


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

@media (max-width: 1024px) {
  .mouse_scroll {
display: none;
}
}

@media (min-width: 1025px) {
  .mouse_scroll {
    width: 24px;
    height: 100px;
    margin-bottom: 0;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
}
  
  .ingredients {
    padding: 0 10em;
  }
  
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.one
{
  margin-top: 1px;
}

.one, .two, .three
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.one
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.two
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.three
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}


@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* Mouse ends */


.box h5 {
  font-size: 2em;
font-weight: 700;
color: #ffd400;
  padding: 1em;
}
.box {
	width:90%;
	background:#FFF;
	margin:40px auto;
    text-align:center;
	border: 2px dotted #d7d7d7;
	padding: 3em 1em;
	border-radius: 10px;
  -webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}

.box p  {
  line-height: 26px;
}

.box:hover {
  transform: scale(1.1);
box-shadow: 0 7px 16px #7f7f7f33;
  -webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}


/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* BLURRED */


*, *:before, *:after {
  box-sizing: inherit;
}
#blurredbody {
  height: 100%;
  margin: 0;
  font-weight: 500;
  color:#fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#logo {
  position: absolute;
  top:50px;
  left: 50px;
  z-index: 2100;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  letter-spacing: .125em;
  transform: translateY(0);
  transition: all .4s;
  transition-delay: .1s;
}
.menu-on #logo,
.menu-on2 #logo {
  opacity: 0;
  transform: translateY(-20px);
}
#menu-link,
#menu-link2 {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 2100;
  color: #222;
  text-decoration: none;
  transform: translateY(0);
  transition: all .35s;
}
#menu-link:hover,
#menu-link2:hover {
  color: #222;
}
.menu-on #menu-link,
.menu-on2 #menu-link2 {
  opacity: 0;
  transform: translateY(-20px);
}
.menu-sub {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  opacity: .6;
  letter-spacing: .125em;
  font-weight: 700;
}
.menu-main,
.menu-main2 {
  font-size: 40px;
  line-height: 1.2;
  display: block;
  letter-spacing: .09em;
  font-weight: 500;
}

#bk-wrap {
width: 120%;
height: 100%;
background: url(../../../images/transportabletank2.jpg) no-repeat center center;
    background-size: auto auto;
background-size: cover;
display: block;
left: -70px;
top: 0;
z-index: 1;
transform: translateX(0) scale(1);
transition: all .5s;
position: absolute;
  background-color: #f4f4f4;
}

#bk-no-blur, #bk-blur, #bk-shadow {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
}
#bk-shadow {
  index: 1;
  position: fixed;
}
#bk-blur {
  background: url(../../../images/transportabletank-blurred.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  z-index: 2;
  transition: opacity .4s;
}

.menu-on #bk-wrap,
.menu-on2 #bk-wrap {
  transform:  translateX(200px) scale(1.3);
}
.menu-on #bk-blur,
.menu-on2 #bk-blur {
  opacity: 1;
}


#bk-shadow {
  background: transparent;
  box-shadow: inset 0 0 500px 50px rgba(0, 0, 0, .75);
  z-index: 100;
}
/*.menu-on #bk-shadow  {
   box-shadow: inset 0 0 500px 50px rgba(0, 0, 0, 1);
}*/

#menu-wrap,
#menu-wrap2 {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: all .3s;
}
#menu-wrap.display,
#menu-wrap2.display {
  display: block;
}
#menu-wrap.visible,
#menu-wrap2.visible {
  opacity: 1;
}
#menu-inner,
#menu-inner2 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
}
#menu-title,
#menu-title2 {
  font-weight: 500;
  font-size: 28px;
  padding:30px 8px;
  margin: 0;
  opacity: 0;
  transition: all .3s;
  top:10px;
  transform:   translateY(0);
  position: relative;
}
#menu-title.on,
#menu-title2.on {
  opacity: 1;
  transform:   translateY(-10px);
  color: #222;
}

#close,
#close2 {
  font-weight: 500;
  font-size: 26px;
  color: #222;
  text-decoration: none;
  border: 2px solid #222;
  width: 43px;
  height: 43px;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  left: 20px;
  top:40px;
  opacity: 0;
  transform:   translateY(0);
  transition: all .3s;
  line-height: 1;
  padding: 7px 0 0 3px;
}
#close:hover,
#close2:hover {
  background: rgba(10, 10, 10, .25);
}
#close.on,
#close2.on {
  opacity: 1;
  transform:   translateY(-10px);
}
#menu-cards,
#menu-cards2 {
  background: transparent;
  perspective: 1000px;
}
#menu-cards:before, #menu-cards:after,
#menu-cards2:before, #menu-cards2:after {
    display: table;
    content: " ";
}
 #menu-cards:after,
 #menu-cards2:after  {
  clear: both;
}

.menu-card,
.menu-card2 {
  width: 33.33%;
  padding: 8px;
  float: left;
  position: relative;
  opacity: 0;
  transition: all .3s;
  transform:  scale(.975);
}
.menu-card.on,
.menu-card2.on  {
  opacity: 1;
  transform:  scale(1);
}
.menu-card:hover,
.menu-card2:hover {
  transform: scale(1.025);
  cursor: pointer;
}

.menu-card img,
.menu-card2 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.menu-card h3,
.menu-card2 h3 {
   font-weight: 700;
  font-size: 17px;
  letter-spacing: .1em;
  margin: 0;
color: #222;
}

@media (max-width: 758px) {
  #menu-inner, #menu-inner2 {
    padding: 0 20px;
  }
  .menu-on #bk-wrap,
   .menu-on2 #bk-wrap {
    transform:  translateX(100px) scale(1.3);
  }
  #menu-title, #menu-title2 {
    padding-left: 55px;
  }
  .menu-card, .menu-card2 {
    padding: 4px;
  }
  .menu-card h3,  .menu-card2 h3  {
    font-size: 14px;
  }
}


i.fa {
  opacity: 0.4;
}

.p-110 {
  padding: 11em 0;
}

.p-200 {
  padding: 20em 0;
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f105";
  position: absolute;
    right: 12px;
        padding-top: 0px;
    font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}



.hvr-icon-forward2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward2:before {

  content: "\f054";
  position: absolute;
  right: 1em;
  padding: 10px 0px 0 0;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward2:hover:before, .hvr-icon-forward2:focus:before, .hvr-icon-forward2:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}




.button {
    color: #B1B1B1;
    padding: 14px 22px;
    text-align: left;
    margin: 3px 0;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.7px;
  font-size: 14px;
  width: 350px;
}

.button:hover {
/*  -moz-transform: translateX(60px);
-webkit-transform: translateX(60px);
-o-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px); */
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    display: inline-block;
}

.button span {
/* width: 200px; */
  width: 40%;
display: inline-block;
border-bottom: 2px solid #b1b1b1;
margin: 0 0 4px 10px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.button:hover span {
width: 20px;
display: inline-block;
border-bottom: 3px solid #ef3125;
margin: 0 0 4px 10px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}


.button:hover span:before {
   content: "\f054";
  position: absolute;
left: 184px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   font-family: "Font Awesome 5 Free";
   margin-top: -9px;
   font-size: 18px;
}

.button.blue {
background-color: #1F55AD;
color: #fff !important;
font-size: 18px;
min-width: 200px;
text-align: center;
}

.button.blue:hover {
    -moz-transform: translateX(0px) !important;
-webkit-transform: translateX(0px) !important;
-o-transform: translateX(0px) !important;
-ms-transform: translateX(0px) !important;
transform: translateX(0px) !important;
    background-color: #1c3577;
  color: #fff !important;
}

.button.green {
background-color: #009139;
color: #fff !important;
font-size: 18px;
min-width: 200px;
text-align: center;
}

.button.green:hover {
    -moz-transform: translateX(0px) !important;
-webkit-transform: translateX(0px) !important;
-o-transform: translateX(0px) !important;
-ms-transform: translateX(0px) !important;
transform: translateX(0px) !important;
    background-color: #10803c;
  color: #fff !important;
}




.button.default {
 
}

.button.default:hover {
 
}




.button.big {
  font-size: 20px;
padding: 18px 44px;
}

.fingerprint-spinner, .fingerprint-spinner * {
      box-sizing: border-box;
    }

    .fingerprint-spinner {
      height: 64px;
      width: 64px;
      padding: 2px;
      overflow: hidden;
      position: relative;
    }

    .fingerprint-spinner .spinner-ring {
      position: absolute;
      border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #a3a3a3;
      animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
      margin: auto;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
    }

    .fingerprint-spinner .spinner-ring:nth-child(1) {
      height: calc(60px / 9 + 0 * 60px / 9);
      width: calc(60px / 9 + 0 * 60px / 9);
      animation-delay: calc(50ms * 1);
    }

    .fingerprint-spinner .spinner-ring:nth-child(2) {
      height: calc(60px / 9 + 1 * 60px / 9);
      width: calc(60px / 9 + 1 * 60px / 9);
      animation-delay: calc(50ms * 2);
    }

    .fingerprint-spinner .spinner-ring:nth-child(3) {
      height: calc(60px / 9 + 2 * 60px / 9);
      width: calc(60px / 9 + 2 * 60px / 9);
      animation-delay: calc(50ms * 3);
    }

    .fingerprint-spinner .spinner-ring:nth-child(4) {
      height: calc(60px / 9 + 3 * 60px / 9);
      width: calc(60px / 9 + 3 * 60px / 9);
      animation-delay: calc(50ms * 4);
    }

    .fingerprint-spinner .spinner-ring:nth-child(5) {
      height: calc(60px / 9 + 4 * 60px / 9);
      width: calc(60px / 9 + 4 * 60px / 9);
      animation-delay: calc(50ms * 5);
    }

    .fingerprint-spinner .spinner-ring:nth-child(6) {
      height: calc(60px / 9 + 5 * 60px / 9);
      width: calc(60px / 9 + 5 * 60px / 9);
      animation-delay: calc(50ms * 6);
    }

    .fingerprint-spinner .spinner-ring:nth-child(7) {
      height: calc(60px / 9 + 6 * 60px / 9);
      width: calc(60px / 9 + 6 * 60px / 9);
      animation-delay: calc(50ms * 7);
    }

    .fingerprint-spinner .spinner-ring:nth-child(8) {
      height: calc(60px / 9 + 7 * 60px / 9);
      width: calc(60px / 9 + 7 * 60px / 9);
      animation-delay: calc(50ms * 8);
    }

    .fingerprint-spinner .spinner-ring:nth-child(9) {
      height: calc(60px / 9 + 8 * 60px / 9);
      width: calc(60px / 9 + 8 * 60px / 9);
      animation-delay: calc(50ms * 9);
    }

    @keyframes fingerprint-spinner-animation {
      100% {
        transform: rotate( 360deg );
      }
    }



div#load_screen {
    background: #fff;
    opacity: .9;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
    overflow: hidden;
}

div#load_screen > div#loading {
    color: #FFF;
    width: 120px;
    height: 24px;
    margin: 300px auto;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
}

.loader{
  position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 0);
}

div.item-page div.product-details {
  padding-top: 15vh;
}

div.details p.subtitle {
  font-weight: 700;
color: #bcbcbc;
}

div.details .overview {
  margin-bottom: 40px;
}

div.details p.price {
  font-size: 32px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.6px;
padding-bottom: 0.3em;
  padding-top: 1em;
}

div.details-images {
  padding: 0 5vw;
}

/* TABS */


.tab_container {
	width: 100%;
	padding-top: 1em;
}

input, section {
  clear: both;
  padding-top: 10px;
  /*! display: none; */
}

label {
  font-weight: 700;
  font-size: 14px;
  display: block;
  float: left;
  min-width: 140px;
  padding: 20px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f7f7f7;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  width: 25%;
      -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  min-height: 240px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.tab_container .tab-content p,
.tab_container .tab-content h3,
.tab_container .tab-content ul {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #FFF52E;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #FFD600;
}

label .fa {
  font-size: 16px;
  margin: 0 7px 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}


a.smallimage {
max-height: 145px;
overflow: hidden;
float: left;
position: relative;
width: 32.7%;
margin-right: 3px;
min-height: 117px;
margin-top: 2px;
opacity: 0.3;
border-radius: 2px;
}





/* MENU */

#sidemenuhvr .menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 100vh;
	width: 290px;
	z-index: 1000;
	transform: translate3d(100%,0,0);
}

#sidemenuhvr .menu__inner {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 1rem 4rem;
	justify-content: center;
	background: #333;
	height: 100%;
	opacity: 0;
}

#sidemenuhvr .menu__button-wrap {
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	transform: translate3d(-100%,0,0);
}

#sidemenuhvr .menu__button {
	border: 0;
	padding: 0;
	margin: 0 0 0 auto;
	background: none;
	color: #000;
	transform: translate3d(0,0,0);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#sidemenuhvr .menu__button:focus {
	outline: none;
}

#sidemenuhvr .menu__item {
	font-size: 1.5rem;
	margin: 1rem 0;
	display: block;
	opacity: 0;
	color: #fff;
	transform: translate3d(100%,0,0);
	transition: opacity 0.8s, transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#sidemenuhvr .menu:hover .menu__item {
	opacity: 1;
	transform: translate3d(0,0,0);
}

#sidemenuhvr .menu:hover .menu__item:nth-child(2) {
	transition-delay: 0.03s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(3) {
	transition-delay: 0.06s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(4) {
	transition-delay: 0.09s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(5) {
	transition-delay: 0.12s;
}

#sidemenuhvr .menu:hover .menu__button {
	transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
	opacity: 0;
	transform: translate3d(200%,0,0);
}

@media screen and (max-width: 55em) {
	#sidemenuhvr .menu {
		display: none;
	}
}

/* SLIDESHOW TWEE */



ol li,
ul li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
 }

.slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  text-align: center; }
  .slider-navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 12px; }
    .slider-navigation > li > a {
      display: inline-block;
      width: 15px;
      height: 15px;
      border: 3px solid #FFF;
      border-radius: 50%;
      background: transparent;
      transition: all 0.4s ease; }
      .slider-navigation > li > a.is-active {
        background: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0); }

.section {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.grid {
  display: table; }
  .grid > .column {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
    .grid > .column:first-child {
      text-align: right; }




.slider .title {
  font-size: 4em;
  font-weight: 100;
  text-transform: uppercase; }



@media only screen and (min-width: 768px) {
  .title {
    font-size: 7em; } }





/* SLIDE ENDS */

.floater {
  position: absolute;
}

.float1 {
  left: -5%;
}

.float2 {
  left: 5%;
}

.float3 {
  right: 20%;
}

.float4 {
  left: 15%;
  padding-top: 10%;
}

.float5 {
    right: -5%;
  padding-top: 10%;
}


#nyito {
  text-align: center;
min-height: 100vh;
padding-top: 20%;
}


/*  IMG TESZT */



 
 .block {
   width: 10%;
   height: 300px;
   display: inline-block;
   background-color: #E83F6F;
   cursor: pointer;
   position: relative;
   -webkit-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -moz-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -ms-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -o-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   transition: width .5s ease-in-out, background-color .5s ease-in-out;
   text-align: center;
 }
 
 .block:hover {
   background-color: #2274A5;
   width: 30%;
   -webkit-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -moz-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -ms-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   -o-transition: width .5s ease-in-out, background-color .5s ease-in-out;
   transition: width .5s ease-in-out, background-color .5s ease-in-out;
 }
 
 .block:hover .img-p {
   opacity: 1;
   -webkit-transition: opacity .5s .51s ease-in-out;
   -moz-transition: opacity .5s .51s ease-in-out;
   -ms-transition: opacity .5s .51s ease-in-out;
   -o-transition: opacity .5s .51s ease-in-out;
   transition: opacity .5s .51s ease-in-out;
 }
 
 .block:hover .layer {
   opacity: .5;
   -webkit-transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -ms-transition: opacity .5s ease-in-out;
   -o-transition: opacity .5s ease-in-out;
   transition: opacity .5s ease-in-out;
 }
 
 .img-p {
   position: absolute;
   font-size: 16px;
   opacity: 0;
   color: #FFF;
   text-align: left;
   line-height: 1.6em;
 }
 
 .p-container {
   width: 80%;
   position: relative;
   top: 30%;
   margin-left: 5%;
 }
 

 
 .image {
   background-image: url(http://i67.tinypic.com/34ywe8m.jpg);
   -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
 }
 
 .image.fixed {
   background-attachment: fixed;
   background-position: center center;
   -webkit-background-size: 100% auto;
   -o-background-size: 100% auto;
   background-size: 100% auto;
 }
 
 .layer {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   background-color: #000;
   width: 100%;
   height: 100%;
   opacity: 0;
 }

@media (max-width: 768px) {
      .container {
        width: 90%;
        margin: 0 auto;
      }
      .block {
        width: 100%;
        height: 200px;
         -webkit-transition: height .5s ease-in-out;
           -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
             -o-transition: height .5s ease-in-out;
                transition: height .5s ease-in-out;
      }

      .block:hover {
        width: 100%;
        height: 400px;
        -webkit-transition: height .5s ease-in-out;
           -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
             -o-transition: height .5s ease-in-out;
                transition: height .5s ease-in-out;
      }
    }


@media (min-width: 768px) {
      .block {
        width: 15%;
      }
    }

    @media (min-width: 992px) {
      .block {
        width: 10%;
      }
    }

 .ua {
   position: fixed;
   right: 20px;
   top: 20px;
   color: #fff;
   font-size: 2em;
 }
 
 .fa {
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }
 
 .ua:hover .fa {
   color: #17BEBB;
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -ms-transform: scale(1.5);
   -o-transform: scale(1.5);
   transform: scale(1.5);
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }

.container-img {
     position: relative;
   margin-top: 100px;
   width: 100%;
   text-align: center;
}

.tx-center {
   text-align: center;
}

/* NAV */

/* NAV */


.container:after {
  content: "";
  display: table;
  clear: both;
}


/* 
Full screen background image
*/
.hero {
  width: 100%;
  height: 100%;
  z-index: 999;
}

/*
Blueish tint overlay
*/
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 
Making sure everything in .hero sits above our :after elements 
*/
.hero * {
  position: relative;
  z-index: 1;
}

#masthead {
  padding: 2.5em 4em;
  position: relative;
  transition: all 0.3s ease;
}

#masthead.is-active {
  box-shadow: 0 145px 120px rgba(0, 0, 0, 0.21);
}


#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#masthead.is-active:after {
  opacity: 1;
}


.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: inherit;
  margin: 0.8125em 0 0;
  overflow: visible; 
  outline: none;
  padding: 0;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none;
}

.hamburger:hover {
  opacity: 0.7; 
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #3c3c3b;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

#masthead.is-active .hamburger-inner, 
#masthead.is-active .hamburger-inner::before, 
#masthead.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -6px; 
}

.hamburger-inner::after {
  bottom: -6px; 
}


.hamburger--boring .hamburger-inner, 
.hamburger--boring .hamburger-inner::before, 
.hamburger--boring .hamburger-inner::after {
  transition-property: none; 
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; 
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

.hamburger-label {
  color: #3c3c3b;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 0.3125em;
  text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
  color: #000;
}

.hamburger-box,
.hamburger-label {
  display: inline-block;
  vertical-align: middle;
}

#site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
  height: 0;
  overflow: hidden;
/*  padding-top: 6.5em; */
}

#site-nav.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

#site-nav .col { 
  padding-bottom: 2.5em;
} 

@media screen and (min-width: 550px) {
  #site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #site-nav .col {
    flex: 0 0 50%;
  } 
}

@media screen and (min-width: 768px) {
  #site-nav .col {
    flex: 0 0 33.333333333%;
  } 
}

@media screen and (min-width: 960px) {
  #site-nav {
    flex-wrap: nowrap;
    opacity: 0;
  }
  
   #header.is-active #site-nav {
    opacity: 1;
  }
  
  #site-nav .col {
   flex: 0 0 33%;
text-align: center;
  } 
  

}


#site-nav ul {
  list-style-type: none;
  margin-top: 1em;
}

#site-nav li {
  margin-bottom: 0.3125em;
}

#site-nav li a {
  color: #3c3c3b;
  text-decoration: none;
  transition: color 0.3s ease;
}

#site-nav li a:hover,
#site-nav li a:focus {
  color: #686d6e;
}

#site-nav .social {
  margin: 0;
  overflow: hidden;
}

#site-nav .social li {
  float: left;
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

#site-nav .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

#site-nav .social li:hover svg {
  fill: #be1c12;
}

#jf-header.transparent #masthead {
    padding: 1em 0;
  transition: all 0.2s linear 0s;
}

/*  NAV ENDS */


.text-center {
  text-align:center;
}

.text-right {
  text-align:right;
}

.custom.bg-top {
  color: #fff;
padding-bottom: 20em;
padding-top: 30em;
background-size: cover;
background-position: top;
margin-top: 15em;
}

.circles {
  margin-top: 13px;
}
.circles a {
  display: inline-block;
  margin-right: 5px; 
  padding: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

.circles a:hover {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.circles .circle1 {
  background-color: #b82d40;
}
.circles .circle2 {
  background-color: #e86951;
}
.circles .circle3 {
  background-color: #e5e6ea;
}
.circles .circle4 {
  background-color: #2b1f0f;
}

.mainimgs { position: relative;
margin-top: 5em;
}
.mainimg {
  position: relative !important;
}


.footer-logos {
  margin-top: -95px;
}

#subsite {
 position: relative;
  text-align: center;
}

#subsite .container {
  padding-top: 15%;
}

#subsite h2 {
  padding-bottom: 28%;
}

.subsite-color1 {
 background: rgb(133,22,37);
background: -moz-linear-gradient(4deg, rgba(133,22,37,1) 0%, rgba(230,70,91,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(133,22,37,1) 0%, rgba(230,70,91,1) 100%);
background: linear-gradient(4deg, rgba(133,22,37,1) 0%, rgba(230,70,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#851625",endColorstr="#e6465b",GradientType=1); 
  color: #fff;
}

.subsite-color1 h2 {
  color: #fff;
  opacity: 1;
  text-shadow: 0 24px 10px #7e0c1c66;
}
.subsite-color1 .title-main1 span {
      color: #7e0c1c;
}

.subsite-color2 {
 background: rgb(232,105,81);
background: -moz-linear-gradient(27deg, rgba(232,105,81,1) 0%, rgba(246,243,206,1) 100%);
background: -webkit-linear-gradient(27deg, rgba(232,105,81,1) 0%, rgba(246,243,206,1) 100%);
background: linear-gradient(27deg, rgba(232,105,81,1) 0%, rgba(246,243,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e86951",endColorstr="#f6f3ce",GradientType=1); 
  color: #fff;
}

.subsite-color2 h2 {
  color: #fff;
  opacity: 1;
  text-shadow: 0 24px 10px #ed9a7e;
}



.subsite-color3 {
 background: rgb(209,210,214);
background: -moz-linear-gradient(27deg, rgba(209,210,214,1) 0%, rgba(236,221,195,1) 100%);
background: -webkit-linear-gradient(27deg, rgba(209,210,214,1) 0%, rgba(236,221,195,1) 100%);
background: linear-gradient(27deg, rgba(209,210,214,1) 0%, rgba(236,221,195,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d2d6",endColorstr="#ecddc3",GradientType=1); 
  color: #fff;
}

.subsite-color3 h2 {
  color: #fff;
  opacity: 1;
  text-shadow: 0 24px 10px #cdc4bc;
}
.subsite-color3 .title-main3 span {
  color: #c3bcaf;
}

.subsite-color4 {
 background: rgb(43,31,15);
background: -moz-linear-gradient(27deg, rgba(43,31,15,1) 0%, rgba(179,173,171,1) 100%);
background: -webkit-linear-gradient(27deg, rgba(43,31,15,1) 0%, rgba(179,173,171,1) 100%);
background: linear-gradient(27deg, rgba(43,31,15,1) 0%, rgba(179,173,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b1f0f",endColorstr="#b3adab",GradientType=1); 
  color: #fff;
}

.subsite-color4 h2 {
  color: #fff;
  opacity: 1;
  text-shadow: 0 24px 10px #554b3f;
}

.subsite-color4 .title-main4 span {
  color: #3b2e2a;
}



body.subsitei #jf-header.transparent .hamburger-inner,
body.subsitei #jf-header.transparent .hamburger-inner::before, 
body.subsitei #jf-header.transparent .hamburger-inner::after {
  background-color: #3c3c3b;
}

/* 

body.subsitei .hamburger-label {
  color: #fff;
} 

body.subsitei .hamburger-inner,
body.subsitei .hamburger-inner::before, 
body.subsitei .hamburger-inner::after {
  background-color: #fff;
}


*/

body.subsitei #jf-header.transparent .hamburger-label {
  color: #3c3c3b;
}

.hover-rotate {
  -moz-transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
-o-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

.hover-rotate:hover {
  -moz-transform: scale(1.4) rotate(180deg);
-webkit-transform: scale(1.4) rotate(180deg);
-o-transform: scale(1.4) rotate(180deg);
-ms-transform: scale(1.4) rotate(180deg);
transform: scale(1.4) rotate(180deg);
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

.fluid-bg {
  background: url(../../../images/fluid_bg_wh-12.svg);
background-size: auto auto;
background-size: 100%;
width: 100%;
background-position: bottom;
background-repeat: no-repeat;
}

.circle-top {
  text-align:center;
}

.sub-attributes {
  padding-bottom: 10em;
}

.sub-attributes div.box0 p {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.sub-attributes div.box0:hover p {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.sub-attributes div.box0 {
  width: 49%;
display: inline-block;
  position:relative;
}

.sub-attributes div.box0:first-child {
  text-align:right;
}

.sub-attributes div.box0:last-child {
  text-align:left;
}

.sub-attributes div.box0:first-child p {
  position: absolute;
top: 5em;
right: 15em;
}

.sub-attributes div.box0:last-child p {
  position: absolute;
top: 5em;
left: 15em;
}


.mainimgs {
  background: url(../../../images/dots_bg-14.svg);
background-size: auto auto;
background-size: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
}

section.head .textblock {
  padding-left: 5%;
}

section.content1 .textblock {
  padding-left: 5%;
  -moz-transform: translateY(30vh);
-webkit-transform: translateY(30vh);
-o-transform: translateY(30vh);
-ms-transform: translateY(30vh);
transform: translateY(30vh);
}

p.title1 {
  font-size: 1em;
font-weight: 700;
color: #222;
  
}

p.title2,
h1.title2 {
  font-size: 4em;
font-weight: 700;
color: #ef3125;
  text-transform: uppercase;
  display: inline;
  line-height: 1.1em;
      letter-spacing: 2px;
}


p.title3 {
  font-size: 1.5em;
font-weight: 400;
color: #2c2c2c;
line-height: 1.5em;
margin-top: 10px;
}

hr.blue {
  border-bottom: 0;
border-top: 2px solid #ebebeb;
margin: 35px 0;
z-index: 0;
}

.image1 {
  z-index: 1;
  float: right;
}

.image2 {
   z-index: -1;
  float: right;
}



.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
      box-sizing: border-box;
    }

    .fulfilling-bouncing-circle-spinner {
      height: 60px;
      width: 60px;
      position: relative;
      animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
    }

    .fulfilling-bouncing-circle-spinner .orbit {
      height: 60px;
      width: 60px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      border: calc(60px * 0.03) solid #ef3125;
      animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
    }

    .fulfilling-bouncing-circle-spinner .circle {
      height: 60px;
      width: 60px;
      color: #ffc9c3;
      display: block;
      border-radius: 50%;
      position: relative;
      border: calc(60px * 0.1) solid #ef3125;
      animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
      transform: rotate(0deg) scale(1);
    }

    @keyframes fulfilling-bouncing-circle-spinner-animation {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1);
      }
      62.5% {
        transform: scale(0.8);
      }
      75% {
        transform: scale(1);
      }
      87.5% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes fulfilling-bouncing-circle-spinner-circle-animation {
      0% {
        transform: scale(1);
        border-color: transparent;
        border-top-color: inherit;
      }
      16.7% {
        border-color: transparent;
        border-top-color: initial;
        border-right-color: initial;
      }
      33.4% {
        border-color: transparent;
        border-top-color: inherit;
        border-right-color: inherit;
        border-bottom-color: inherit;
      }
      50% {
        border-color: inherit;
        transform: scale(1);
      }
      62.5% {
        border-color: inherit;
        transform: scale(1.4);
      }
      75% {
        border-color: inherit;
        transform: scale(1);
        opacity: 1;
      }
      87.5% {
        border-color: inherit;
        transform: scale(1.4);
      }
      100% {
        border-color: transparent;
        border-top-color: inherit;
        transform: scale(1);
      }
    }



.hr-container {
  width: 100vw;
margin-left: -99px;
}

div.quote-link {
  position: fixed;
right: -4%;
top: 50%;
  z-index: 98;
-moz-transform: rotate(-90deg) translateX(0px);
-webkit-transform: rotate(-90deg) translateX(0px);
-o-transform: rotate(-90deg) translateX(0px);
-ms-transform: rotate(-90deg) translateX(0px);
transform: rotate(-90deg) translateX(0px);
  -webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-ms-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
}

div.quote-link a {
  font-size: 1em;
font-weight: 700;
color: #222;
  padding: 15px 30px;
display: inline;
/* background: #fff; */
}

div.quote-link:hover {
  -moz-transform:rotate(-90deg) translateY(-10px);
-webkit-transform:rotate(-90deg) translateY(-10px);
-o-transform:rotate(-90deg) translateY(-10px);
-ms-transform:rotate(-90deg) translateY(-10px);
transform:rotate(-90deg) translateY(-10px);
  -webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-ms-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
}

body.subsitei div.quote-link 
{left: -4%;
right: auto !important;
}


.formResponsive .formHorizontal .formControlLabel {
    padding-left: 15px;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {

    border: 3px solid #ef3125 !important;
    padding-top: 7px !important;

}


.scroll-downs {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 7px;
  padding: 8px 11px;
  height: 35px;
  border: 2px solid #0003;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ef3125;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

#jf-mainnav a {
  margin-left: 10px;
display: inline-block;
}

.pin {
  position: fixed;
display: block;
}

.contact-form {
  position: relative;
display: block;

  width: 93%;
}

.contact-form .formResponsive {
  margin-top: 5em;
}

#site-nav h5 {
  font-size: 16px;
font-weight: 700;
margin-bottom: 20px;
}

#site-nav a {
display: block;
}

#site-nav a.menu-box {
display: block;
color: #fff;
padding: 25px 15px;
background: #ef3125;
font-weight: 700;
border-radius: 3px;
margin-bottom: 8px;
}

#site-nav a.menu-box:hover {
  background: #be1c12;
}

#site-nav a.menu-box i {
  font-size: 28px;
float: left;
margin: -5px 20px 10px 10px;
}

section.blue {
  top: 0;
position: fixed;
height: 100%;
display: table;
}

section.blue div.lastpage {
vertical-align: middle;
display: table-cell;
padding: 0 20% 0 5%;
}

section.blue p {
  color: #fff !important;
}

/*
section.blue a {
  color: #fff !important;
} */


.button.white {
  color: #fff !important;
}

.button.white:hover {
  color: #fff !important;
}

section.first {
  z-index: 2;
}

section.second {
  z-index: 3;
}

section.third {
  z-index: 4;
}

section.fourth {
  z-index: 5;
}

.ujpartnereinknek { background: url(../../../images/web_lerton_1.jpg); }
.meglevopartnereinknek { background: url(../../../images/web_meglevo.jpg); }

.meglevomtrs { background: url(../../../images/web_lerton_2.jpg); }
.ujmtrs { background: url(../../../images/web_uj_partnereknek.jpg); }

.expert { background: url(../../../images/web_uj_partnereknek.jpg); }
.rakter { background: url(../../../images/Lerton_rakter_flotta.jpg); }


#subsite_1 {
 
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
background-size: auto auto;
background-size: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
padding: 16vh 0;
position: relative;
height: 100vh;
}

#subsite_1 .header {
text-align: center;
padding-top: 0;
background: #fff;
width: 30vw;
height: 100%;
position: absolute;
top: 0;
padding-left: 10%;
}

.boxes {
background: #fff;
padding: 60px;
position: absolute;
margin-right: -175px;
text-align: left;
max-width: 728px;
bottom: 10vh;
  box-shadow: -10px 15px 28px #6060601a;
}



    #panorama {
width: 100%;
height: 95vh;
    }

h1.title3,
h2.title3 {
  font-size: 2.5em;
font-weight: 700;
}

section.blue div.lastpage a.menu-box {
  margin-bottom: 8px;
display: block;
font-weight: 700;
}

.fb-stick {
  z-index: 99;
position: absolute;
bottom: 0;
background: #2d4cd1;
padding: 15px 25px;
color: #fff;
margin-right: 30px;
}

.red-stick {
  z-index: 99;
right: 0;
position: absolute;
bottom: 0;
background: #ef3125;
padding: 25px 35px;
color: #fff;
margin-right: 30px;
}

.red-stick span {
  font-weight: 700;
font-size: 1.5em;
}

.fb-stick a {
  color: #fff;
font-weight: 700;
}

.fb-stick span {
  margin-top: 6px;
display: inline-block;
}

.fb-stick i.fab {
  margin-right: 10px;
float: left;
}

.onform {
  position: absolute;
right: 13em;
width: 325px;
/* top: 14em; */
}

.onform .formResponsive,
.onform .formHorizontal,
.onform .formControlLabel {
    width: 42% !important;
    padding-left: 10px !important;
}



/* ---------- MOBIL ----------- */

#mobil-woims {
      background-color: #fff;

     background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#mobil-woims div.mobile-blocks {
      margin: 0;
}

#mobil-woims div.mobile-blocks div.mobile-block {
    background-color: rgb(255, 255, 255);
    color: #585858;
    display: inline-block;
    text-align: center;
      min-height: 120px;
    margin: 3px 2px;
    width: 48%;
  border: 1px solid #ddd;
}

#mobil-woims div.mobile-blocks div.mobile-block-large {
    background-color: #e8e8e8;
    color: #585858;
    display: inline-block;
    text-align: center;
    padding: 0 28px 10px 10px;
      min-height: 140px;
    margin: 0;
    width: 100%;
}

#mobil-woims div.mobile-blocks div.mobile-block:hover {
      background-color: #cf1721;
  color:#fff;
}


#mobil-woims div.mobile-blocks a {
      color: #585858;
  text-decoration:none;
      padding: 20px 10px;
      display: block;
}

#mobil-woims div.mobile-blocks a:hover {
      color: #fff;
  text-decoration:none;
}


#mobil-woims div.mobile-blocks div.mobile-block i {
      display: block;
    margin: 0px auto;
    font-size: 2.5em;
    padding-top: 10px;
}

#mobil-woims div.mobile-blocks a span {
  font-weight: 700;
padding-top: 20px;
display: inline-block;
}


.formResponsive input[type="submit"], .formResponsive button[type="submit"], .formResponsive input[type="reset"], .formResponsive button[type="reset"], .formResponsive input[type="button"], .formResponsive button[type="button"], .formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    width: auto;
    margin: 0px auto;
    display: block;
}


p.countertext {
   display: inline-block;
    font-size: 3.7em;
  font-weight: 700;
  margin: 0;
}

body.subsitei a.logo {
  opacity: 0;
}

.social-buttons-header {
  display: inline-block;
margin: 8px 0 0 5px;
}


#mobile h2.title3 {
    font-size: 2em;
    text-align: center;
}

#mobile p {
    text-align: center;
}

input[type="file"] {
  width: 400px !important;
}

.form-subsite .formControlLabel {
  color: #fff;
}

i.fa-facebook, i.fa-instagram { opacity: 0.6; }
i.fa-facebook:hover, i.fa-instagram:hover { opacity: 1; }

section.blue div.lastpage p {
  color: #222 !important;
}

.header360 {
  padding: 7em 1em 4em 1em;
text-align: center;
}

.pnlm-render-container {
    margin-top: -22px;
}

#g-recaptcha-41 div {
      margin: 0px auto;
}