/*-- BODY AND BASICS start --*/
body, html {
	width: 100%;
	min-width: 320px;
	height: 100%; /*FSD - FooterStayDown!*/
	min-height: 480px;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	background: #000000;
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body :not(*) {/* Safari parallax bug */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
}

#websupport, .websupatag {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

#headerWrapper {
	margin: 0 auto;
	position: relative; /*FSD!*/
	height: auto !important; /*FSD!*/
	min-height: 100%; /*FSD!*/
}

#main, #maincontent, #footer, #intro, .footcontent, #menu ul > li > a, .anchor {
	position: relative;
}

#main {
	max-width: 2880px;
	margin: 0 auto;
	background-color: #f0f0f0;
}

#headerWrapper, #header {
	width: 100%;
	min-width: 320px;
}

.fa-at {
	margin: 0 1px;
}

.orange {color: #cd7a31}
.gray {color: #283233}
.white {color: #ffffff}
.center {text-align: center}
.margbtm {margin-bottom: 1rem}
.nowrap {white-space: nowrap}
.nofloat {float: none; clear: both}

.anchor {
	color: #cd7a31;
	transition: color 0.3s;
	-webkit-transition:  color 0.3s;
	-o-transition: color 0.3s;
}

.anchor:hover {color: #f4dbc8;}

h1, h2, h3, h4 {
	font-family: 'Play', sans-serif;
	letter-spacing: 0.025em;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.1em;
}

#backtotop {
	display: block;
	position: fixed;
	bottom: -4px;
	right: 8px;
	color: #000000;
	font-size: 10px;
	font-family: arial, sans-serif;
	text-align: center;
	width: 48px;
	height: 48px;
	background-color: rgba(5,5,5,0.25);
	border: 2px solid rgba(255,255,255,0.9);
	visibility: hidden;
	opacity: 0;
	border-radius: 10% 10% 0 0;
	-webkit-border-radius: 10% 10% 0 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 200;
	cursor: default;
}

#backtotop img {
	width: 80%;
	margin-top: 10%;
}

#backtotop:hover {
	cursor: pointer;
	padding: 2px;
	opacity: 0.96 !important;
	background-color: rgba(203, 121, 48, 0.52);
	border-color: #cd7a31;
}

#products > h1 {
	display: block;
	position: relative;
	padding: 20px 20px 22px 40px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	background: #5f5644;
	overflow: hidden;
	letter-spacing: 0.042em;
	border-top: 0.1em ridge #82765e;
	border-bottom: 0.1em groove #82765e;
	text-shadow: 1px 2px 4px rgba(0,0,0,1.0);
	-webkit-text-shadow: 1px 2px 4px rgba(0,0,0,1.0);
}

#products > h1::before {
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	content: ' ';
	width: 0;
	height: 0;
	margin-left: -40px;
	margin-right: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #cd7a31;
}
/*-- BODY AND BASICS end --*/


/*-- HEADER start --*/
#header {
	position: fixed;
	height: 66px;
	/*padding: 0 20px;*/
	z-index: 100;
	background-color: rgba(29, 40, 41, 0.26);
	transition: background-color 0.2s linear 150ms;
	-webkit-transition: background-color 0.2s linear 150ms;
	-o-transition: background-color 0.2s linear 150ms;
}

#menu, #mobilMenuBox, #intro, div[id^="introbox"], .introContactDataBox {
	position: absolute;
}

#header h1 {
	height: 100%;
	width: 192px;
	text-indent: -9999px;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
	z-index: 102;
	border: 0;
}

#header .logo {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: url(../design/fmdp_logo_trns.png) 50% no-repeat rgba(0,0,0,0.52);
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
}

#menu {
    display: flex;
	display: -webkit-flex; /* Safari, Chrome */
    display: -ms-flexbox; /* IE10 */
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	top: 0;
	left: 192px;
	height: 100%;
	z-index: 101;
}

#menu ul {
	height: 100%;
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto; /* Safari, Chrome */
    -ms-flex: 1 0 auto; /* IE10 */
	letter-spacing: -4px; /* For disabling the distances between <ul> children <li> inline-block elements */
	line-height: 100%;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear 150ms;
	-webkit-transition: opacity 0.2s linear 150ms;
	-o-transition: opacity 0.2s linear 150ms;
}

#menu ul > li {
	display: inline-table;
	height: 100%;
	letter-spacing: normal; /* Resetting the letter-spacing; see parent <ul> */
}

#menu ul > li > a {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.015em;
	padding: 0 20px;
	color: #ffffff;
	text-shadow: 1px 1px 2px  rgba(0,0,0,0.26);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.26);
	transition: color 0.3s linear, background-color 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear;
}

#menu ul > li > a.active {
	background-color: #cd7a31;
}

#mobilMenuBox {
	cursor: pointer;
	top: 14px;
	right: 20px;
	height: 0;
	width: 0;
	visibility: hidden;
	opacity: 0;
	transition: width 0.2s, height 0.2s, opacity 0.3s linear 0.2s;
	-webkit-transition: width 0.2s, height 0.2s, opacity 0.3s linear 0.2s;
	-o-transition: width 0.2s, height 0.2s, opacity 0.3s linear 0.2s;
}

.hamburger {
	right: 0;
	width: 36px;
}

.hamburger, #mobilMenuBox > span {
	position: absolute;
	height: 40px;
	overflow: hidden;
}

#mobilMenuBox > span {
	left: -80px;
	width: 40px;
	font-size: 0.75em;
	line-height: 40px;
	color: #cd7a31;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#mobilMenuBox .hamburger > div {/* 3-lines symbol */
	width: 100%;
	height: 4px;
	margin-top: 7px;
	background-color: #cd7a31;
	outline: 1px solid transparent; /* Smooth edges @ CSS3 transform, instead of "border" */
	transition: background 0.2s linear, transform 0.2s linear, margin 0.2s linear;
	-webkit-transition: background 0.2s linear, -webkit-transform 0.2s linear, margin 0.2s linear;
	-o-transition: background 0.2s linear, -o-transform 0.2s linear, margin 0.2s linear;
}

/* mobilMenuBox "3-lines symbol" turns to "X" */
#mobilMenuBox.opened .hamburger > div {
	position: absolute;
	margin: 17px 0 0 0;
}

#mobilMenuBox.opened .hamburger > div:nth-child(even) {
	display: none;
}

#mobilMenuBox.opened .hamburger > div:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#mobilMenuBox.opened .hamburger > div:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
/*-- HEADER end --*/

/*-- INTRO start --*/
#intro {
	display: block;
	width: 100%;
	height: 100%;
}

div[id^="introbox"] {
	display: table;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: 50% 0%;
	background-size: cover;
	-webkit-background-size: cover;
}

#intro h2 {
	position: relative;
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.20);
	background-color: rgba(0,0,0,0.26);
}

#intro .itxt {
	opacity: 0;
	color: #ffffff;
	font-size: 4.2rem;
	letter-spacing: -0.05px;
	text-shadow: 2px 2px 6px  rgba(0,0,0,0.92);
	-webkit-text-shadow: 2px 2px 6px rgba(0,0,0,0.92);
	z-index: 999;
}

#intro .itxt em {
	display: inline-block;
	font-size: 0.68em;
	font-style: normal;
}

#introbox-5 {background-image: url(../design/intropic5.jpg)}
#introbox-4 {background-image: url(../design/intropic4.jpg)}
#introbox-3 {background-image: url(../design/intropic3.jpg)}
#introbox-2 {background-image: url(../design/intropic2.jpg)}
#introbox-1::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../design/intropic1_sub.png) 50% 50% no-repeat;
	width: 100%;
	height: inherit;
}
#introbox-1 {background-image: url(../design/intropic1.jpg)}

#introbox-3  .itxt > img {
	margin-top: 3%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

@keyframes txtAnim {
    0% {
		opacity: 0;
    }
    20%, 80% {
		opacity: 1;
    }
	100% {
		opacity: 0;
    }
}
  
@-webkit-keyframes txtAnim {
    0% {
		opacity: 0;
    }
    20%, 80% {
		opacity: 1;
    }
	100% {
		opacity: 0;
    }
}

.animated {
	animation-name: txtAnim;
	animation-duration: 5s;
	animation-iteration-count: 1;
	-webkit-animation-name: txtAnim;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: 1;
}

@keyframes scrollDown {
    0% {
		top: 0;
		opacity: 0;
	}
	20% {
		opacity: 0.8;
	}
    50% {
		top: 80%;
		opacity: 1;
	}
	100% {
		top: 0%;
		opacity: 0;
	}
}
  
@-webkit-keyframes scrollDown {
    0% {
		top: 0;
		opacity: 0;
	}
	20% {
		opacity: 0.8;
	}
    50% {
		top: 80%;
		opacity: 1;
	}
	100% {
		top: 0%;
		opacity: 0;
	}
}

.introContactDataBox {
	width: 100%;
	bottom: 0;
}

.introContactDataBox::after {
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	font-family: FontAwesome;
	content:'\f063';
	color: #cd7a31;
	font-size: 1.6rem;
	text-align: center;
	opacity: 0;
	animation: scrollDown 2.4s 8 10s; /* animation-name|-duration|-iteration|-delay */
	-webkit-animation: scrollDown 2.4s 8 10s;
}

div[class^="introContactData-"] {
	display: inline-block;
	padding: 20px;
	font-size: 1.52rem;
	background-color: rgba(24, 24, 24, 0.26);
}

.introContactData-1, .introContactData-2 {
	width: 34%;
}

.introContactData-3 {
	width: 32%;
}

/*-- INTRO end --*/

/*-- MAIN start --*/
.prodBox {
	display: block;
	width: 100%;
	height: 480px;
}

.prodBox > div {
	position: relative;
	display: table;
	height: 100%;
}

.prodBox .picBox {
	width: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
}

.prodBox .textBox {
	display: inline-block;
	width: 50%;
	padding: 80px;
	background: url(../design/polygon.jpg) #000000 no-repeat;
}

.prodBox .textBox  *:not(h2){
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
}

.ulist {
	vertical-align: top;
}

.ulist > li {
	margin-left: 15px;
}

.ulist > li::before {
	display: block;
	float: left;
	font-family: FontAwesome;
	content:'\f105';
	color: #484848;
	font-size: 0.86em;
	font-weight: normal;
	margin-left: -15px;
}

.ulist.tc3 > li {
	font-size: 0.90em;
}

.ulist.tc3 {
	display: inline-table;
	margin-top: 0.25em;
	width: 25%;
	max-width: 100px;
}

.ulist.tc3:not(:nth-of-type(3n)) {
	margin-right: 5%;
	float: left;
}

#szen1 .picBox {
	background-image: url(../design/prod_szen1.jpg);
	float: right;
}

#szen1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#szen2 .picBox {
	background-image: url(../design/prod_szen2.jpg);
	float: left;
}

#szen2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}

#cement1 .picBox {
	background-image: url(../design/prod_cement1.jpg);
	float: right;
}

#cement1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#cement2 .picBox {
	background-image: url(../design/prod_cement2.jpg);
	float: left;
}

#cement2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}

#adalekanyag1 .picBox {
	background-image: url(../design/prod_adalekanyag_1.jpg);
	float: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-position: 0 50%;
}

#adalekanyag1 img {
	max-width: 126px;
	margin-top: 1em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

#fabrikett .picBox {
	background-image: url(../design/prod_fabrikett.png);
	background-color: #f0f0f0;
	float: right;
	background-size: contain;
	-webkit-background-size: contain;
}

#fabrikett .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#pellet .picBox {
	background-image: url(../design/prod_pellet.jpg);
	float: left;
}

#pellet .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}

#tegla1 .picBox {
	background-image: url(../design/prod_tegla1.jpg);
	float: right;
}

#tegla1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#tegla2 .picBox {
	background-image: url(../design/prod_tegla2.jpg);
	float: left;
}

#tegla2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}

#cserep1 .picBox {
	background-image: url(../design/prod_cserep1.jpg);
	float: right;
}

#cserep1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#cserep2 .picBox {
	background-image: url(../design/prod_cserep2.jpg);
	float: left;
}

#cserep2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}

/*#csempe1 .picBox {
	background-image: url(../design/prod_csempe1.jpg);
	float: right;
}

#csempe1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#csempe2 .picBox {
	background-image: url(../design/prod_csempe2.jpg);
	float: left;
}

#csempe2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}*/

#mesz1 .picBox {
	background-image: url(../design/prod_mesz1.jpg);
	float: right;
}

#mesz1 .textBox {
	border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

#mesz2 .picBox {
	background-image: url(../design/prod_mesz2.jpg);
	float: left;
}

#mesz2 .textBox {
	border-radius: 100px 0 0 0;
	-webkit-border-radius: 100px 0 0 0;
}
/*-- MAIN end --*/

/*-- FOOTER start --*/
#contacts {
	background-color: #000000;
	padding: 66px 25px 50px 25px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.26rem;
	text-decoration: underline;
	text-decoration-color: #cd7a31;
	-webkit-text-decoration-color: #cd7a31;
}

.fixwspan {
	display: inline-block;
	width: 76px;
	padding-right: 6px;
}

.fixwspan2 {
	display: inline-block;
	width: 152px;
	padding-left: 6px;
}

.ftitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.26rem;
}

.fcBox {
	font-size: 1.16rem;
	line-height: 1.32rem;
}

.fcBox:nth-of-type(2) {
	display: block;
	max-width: 2880px;
	margin: 0 auto;
	min-height: 150px;
	height: 100%;
	clear: both;
}

.footh3 {
	font-family: 'Ubuntu', sans-serif;
	padding: 0 5% 20px 5%;
	text-align: center;
	color: #cd7a31;
}

.firmData {
	width: 60%;
	max-width: 1024px;
	text-align: left;
	margin: 20px auto;
	min-height: 520px;
}

.firmData ul {
	width: 32%;
	display: inline-block;
	float: left;
}

.firmData img {
	width: 68%;
	max-width: 680px;
	float: right;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contactBox {
	display: table;
	width: 24%;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	float: left;
	text-align: center;
	font-size: 1.36rem;
	line-height: 2.06rem;
	letter-spacing: 0.52px;
	border: 1px dashed #333133;
	font-family: 'Ubuntu', sans-serif;
}

.contactBox:nth-of-type(1) {
	margin-left: 10%;
}

.contactBox:nth-of-type(2) {
	margin-left: 4%;
	margin-right: 4%;
}

.footest {
	display: inline-block;
	width: 100%;
	background-color: #0d0d0d;
	padding: 20px;
	color: #444244;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.36em;
	letter-spacing: -0.25px;
}

.footest * {
	padding: 0 10px;
	line-height: 26px;
}

.footest .cookie {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: normal;
	margin-top: 8px;
	max-width: 800px;
}

/*-- FOOTER end --*/


/*-- MOBIL OPT. --*/
/* CSS-only solution: :hover/:active effects stuck on pseudo-elements on touchscreen */
@media(hover: hover) and (pointer: fine) {
	#menu ul > li > a:hover {
		background-color: rgba(214, 127, 51, 0.86);
	}

	#menu ul > li > a:not(.active):active {
		color: #dddddd;
		background-color: rgba(214, 127, 51, 0.32);
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
	}

	#mobilMenuBox:hover > span, #mobilMenuBox:active > span {
		color: #ffffff;
	}

	#mobilMenuBox:hover .hamburger > div, #mobilMenuBox:active .hamburger > div {
		background-color: #ffffff;
	}
}

@media only screen and (min-width: 1681px) {
	.prodBox {
		min-height: 600px;
	}
}

@media only screen and (max-width: 1600px) {
	.prodBox {
		height: 440px;
	}
	
	.prodBox .textBox .smallp,
	.prodBox .textBox .smallist > li {
		font-size: 1em;
		line-height: 1.3em;
	}
	
	.firmData {
		width: 70%;
	}
}

@media only screen and (max-width: 1400px) {
	#szen1 .textBox, #cement1 .textBox, #tegla1 .textBox, #cserep1 .textBox, /*#csempe1 .textBox,*/ #mesz1 .textBox {
		border-radius: 0 0 50px 0;
		-webkit-border-radius: 0 0 50px 0;
	}

	#cement2 .textBox, #szen2 .textBox, #pellet .textBox, #tegla2 .textBox, #cserep2 .textBox, /*#csempe2 .textBox,*/ #mesz2 .textBox {
		border-radius: 50px 0 0 0;
		-webkit-border-radius: 50px 0 0 0;
	}

	#cement2 .picBox {
		background-color: #f0f0f0;
		background-position: 45% 50%;
		background-size: 120% auto;
		-webkit-background-size: 120% auto;
	}
	
	#fabrikett .textBox {
		border-radius: 0 0 50px 0;
		-webkit-border-radius: 0 0 50px 0;
	}

	#tegla1 .picBox, #tegla2 .picBox {
		background-color: #f0f0f0;
		background-position: 50% 50%;
		background-size: 140% auto;
		-webkit-background-size: 140% auto;
	}

	.prodBox .textBox {
		padding: 4%;
	}
}

@media only screen and (max-width: 1280px) {
	h1 {
		font-size: 2.0em;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.3em;
	}

	h4 {
		font-size: 1em;
	}
	
	/* 8-menüpont mod. */
	#menu ul > li > a {
		font-size: 15px; 
		letter-spacing: 0;
	}
	/* 8-menüpont mod. */
	
	.prodBox {
		height: 360px;
	}
	
	.prodBox .textBox {
		background-position: -60px -100px;
	}

	.prodBox .textBox  *:not(h2){
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	.prodBox .textBox .smallp,
	.prodBox .textBox .smallist > li {
		font-size: 0.92em;
	}
	
	.footh3 {
		float: none;
		clear: both;
	}
	
	.contactBox {
		width: 28%;
	}

	.contactBox:nth-of-type(1) {
		margin-left: 5%;
	}

	.contactBox:nth-of-type(2) {
		margin-left: 3%;
		margin-right: 3%;
	}
}

@media only screen and (max-width: 1279px) and (min-width: 961px) {
	.prodBox {
		height: 330px;
	}
	
	.firmData {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	/* 8-menüpont mod. */
	#header {
		background-color: rgba(0, 0, 0, 0.65);
	}
	
	#menu ul {
		flex: 1 1 auto;
		-webkit-flex: 1 1 auto; /* Safari, Chrome */
		-ms-flex: 1 1 auto; /* IE10 */
		line-height: 50%;
		text-align: center;
	}
	
	#menu ul > li  {
		height: 50%;
	}
	/* 8-menüpont mod. */

	#products > h1 {
		padding: 10px 20px 12px 40px;
	}
	
	.firmData img {
		max-width: 58%;
	}
	
	.firmData ul {
		width: 42%;
	}
	
	#cserep1 .picBox {
		background-position: 20% 50%;
	}
	
	#cserep2 .picBox {
		background-position: 80% 50%;
	}
}

@media only screen and (max-width: 960px) {
	#intro .itxt {
		font-size: 3.6rem;
	}
	
	#introbox-5 {background-image: url(../design/intropic5_w960.jpg)}
	#introbox-4 {background-image: url(../design/intropic4_w960.jpg)}
	#introbox-3 {background-image: url(../design/intropic3_w960.jpg)}
	#introbox-2 {background-image: url(../design/intropic2_w960.jpg)}
	#introbox-1::before {
		display: none;
		width: 0;
		background: none;
	}
	#introbox-1 {
		background-image: url(../design/intropic1_w960.jpg);
	}
	
	h1 {
		font-size: 1.72em;
	}

	h2 {
		font-size: 1.42em;
	}

	h3:not(.footh3) {
		font-size: 1.2em;
	}

	h4 {
		font-size: 0.92em;
	}

	#products > h1 {
		padding: 10px 10px 12px 24px;
	}
	
	#products > h1::before {
		top: calc(50% - 14px);
		margin-left: -24px;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 14px solid #cd7a31;
	}
	
	.prodBox {
		height: 340px;
		background: #000000;
	}
	
	#products .textBox {
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.firmData {
		width: 90%;
	}
	
	.contactBox {
		font-size: 1.26rem;
		line-height: 1.86rem;
		letter-spacing: 0.48px;
		padding: 16px 0;
	}
}

@media only screen and (max-width: 960px) and (min-width: 641px) {	
	.prodBox  .picBox {
		height: 326px;
		border: 2px solid #cd7a31;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		transform: scale(0.82,0.82);
		-webkit-transform: scale(0.82,0.82);
	}
	
	.prodBox  .textBox {
		background: #000000;
	}

	#szen1 .picBox {
		background-position: 65% 0;
	}
	
	#szen2 .picBox {
		background-position: 20% 0;
	}
	
	#cserep1 .picBox/*, #csempe1 .picBox*/ {
		background-position: 100% 0;
	}
	
	#cserep2 .picBox/*, #csempe2 .picBox*/ {
		background-position: 0 50%;
	}
	
	#mesz2 {
		margin-bottom: -40px;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 1.42em;
	}

	h2 {
		font-size: 1.32em;
	}

	#header h1 {
		width: 140px;
	}

	#header .logo {
		background-size: auto 32px;
		-webkit-background-size: auto 32px;
	}
	
	#menu {
		left: 140px;
	}
	
	#menu ul > li > a {
		font-size: 16px;
		padding: 0 16px;
	}
	
	#contacts {
		padding: 3% 6% 0 6%;
		font-size: 1.6rem;
		line-height: 2.2rem;
		padding-top: 62px;
	}
	
	#szen2 .picBox {
		background-position: 30% 0;
	}
	
	.footh3 {
		padding: 4% 6% 2% 6%;
	}
	
	.firmData {
		width: 88%;
		max-width: none;
		margin: 6%;
	}
	
	.firmData img, .firmData ul {
		display: block;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 5% 0;
		text-align: center;
	}
	
	.fixwspan {
		text-align: right;
	}
	
	.fixwspan2 {
		text-align: left;
	}
	
	.contactBox {
		padding: 16px;
		font-size: 1.16rem;
		line-height: 1.56rem;
		letter-spacing: 0.52px;
	}

	.contactBox:nth-of-type(1), .contactBox:nth-of-type(2) {
		width: calc(44% - 10px);
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.contactBox:nth-of-type(1) {
		margin-left: 6%;
	}
	
	.contactBox:nth-of-type(2) {
		margin-left: 20px;
	}

	.contactBox:nth-of-type(3) {
		width: 88%;
		margin-left: 6%;
	}
	
	#backtotop {
		width: 38px;
		height: 38px;
	}
}

@media only screen and (max-width: 800px) and (min-width: 641px) {
	div[class^="introContactData-"] {
		padding: 16px 0;
		font-size: 1.32rem;
	}
}

@media only screen and (max-width: 640px) {	
	div[class^="introContactData-"] {
		padding: 10px 0;
		font-size: 1.2rem;
	}
	
	.introContactData-1, .introContactData-2 {
		width: 50%;
	}
	
	.introContactData-3 {
		width: 100%;
	}
	
	#menu {
		position: fixed;
		top: 66px;
		left: 100%;
		width: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.65);
	}
	
	#menu > ul > li {
		display: table;
		height: 42px;
		width: 200px;
		text-align: right;
	}
	
	#menu ul > li > a {
		padding: 0 24px;
	}
	
	#mobilMenuBox {
		height: initial;
		width: initial;
		visibility: visible;
		opacity: 1;
	}
	
	/* HOW MOBIL MENU SLIDER WORKS */
	#menu.slideIn {
		left: 100%;
		margin-left: -200px;
		width: 200px;
		transition: width 0.3s linear, margin 0.3s linear;
		-webkit-transition: width 0.3s linear, margin 0.3s linear;
		-o-transition: width 0.3s linear, margin 0.3s linear;
	}

	#menu.slideOut {
		left: 100%;
		width: 0;
		transition: width 0.3s linear, margin 0.3s linear;
		-webkit-transition: width 0.3s linear, margin 0.3s linear;
		-o-transition: width 0.3s linear, margin 0.3s linear;
	}
	
	.prodBox {
		height: auto;
		background: #000000;
		padding-top: 62px;
		padding-bottom: 26px;
		border-bottom: 1px dashed #333133;
	}
	
	.prodBox .picBox {
		min-height: 300px;
		width: 88%;
		border: 2px solid #cd7a31;
		border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	
	.prodBox .textBox {
		width: 100%;
		padding: 6%;
		background: #000000;
	}
	
	#products .picBox {
		float: none;
		margin: 0 auto;
	}

	#szen2 .picBox, #cserep1 .picBox, #cserep2 .picBox {
		background-size: auto 115%;
		-webkit-background-size: auto 115%;
	}
	
	/*#csempe1 .picBox, #csempe2 .picBox,*/ #mesz2 .picBox {
		background-size: auto 125%;
		-webkit-background-size: auto 125%;
	}
	
	#szen2 .picBox {
		background-position: 10% 62%;
	}
	
	#cserep1 .picBox {
		background-position: 100% 0;
	}
	
	#cserep2 .picBox/*, #csempe2 .picBox*/ {
		background-position: 0 100%;
	}
}

/*@media only screen and (orientation: portrait) and (max-width: 768px) and (max-height: 1024px) {
		div[id^="introbox"], #headerWrapper {
		min-height: 640px;
	}
}*/

@media only screen and (max-width: 639px) and (min-width: 481px) {
	.contactBox {
		font-size: 1.12rem;
		padding: 12px 4px;
	}
}

@media only screen and (max-width: 480px) {
	/*#header {
		height: 40px;
		background-color: rgba(29, 40, 41, 0.81);
	}*/
	
	#header h1 {
		width: 120px;
	}

	#header .logo {
		background-size: auto 30px;
		-webkit-background-size: auto 30px;
	}

	#intro h2 {
		padding: 10px;
	}
	
	#intro .itxt {
		font-size: 2.6rem;
	}
	
	div[id^="introbox"] {
		background-position: 50% 50%;
	}
	
	#introbox-5 {background-image: url(../design/intropic5_w480.jpg)}
	#introbox-4 {background-image: url(../design/intropic4_w480.jpg)}
	#introbox-3 {background-image: url(../design/intropic3_w480.jpg)}
	#introbox-2 {background-image: url(../design/intropic2_w480.jpg)}
	#introbox-1 {
		background-image: url(../design/intropic1_w480.jpg);
		background-position: 57% 50%;
	}
	
	div[class^="introContactData-"] {
		padding: 8px 0;
		font-size: 1rem;
	}

	.prodBox {
		height: auto;
		background: #000000;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	.prodBox .picBox {
		min-height: 240px;
		width: 88%;
	}
	
	.prodBox .textBox {
		width: 100%;
		padding: 6%;
		background: #000000;
	}
	
	#szen2 .picBox {
		background-position: 30% 62%;
	}
	
	#mesz2 .picBox {
		background-position: 50% 40%;
	}
	
	#contacts {
		padding-top: 50px;
	}

	.contactBox {
		display: block;
		padding: 10px;
		font-size: 1.06rem;
		line-height: 1.52rem;
		letter-spacing: normal;
	}

	.contactBox:nth-of-type(1), .contactBox:nth-of-type(2) {
		margin-bottom: 0;
	}
	
	.contactBox:nth-of-type(1), .contactBox:nth-of-type(2), .contactBox:nth-of-type(3) {
		width: 88%;
		margin-left: 6%;
		float: none;
	}
	
	.footh3 {
		padding: 4% 6%;
	}
	
	.firmData {
		width: 88%;
		max-width: none;
		margin: 6%;
	}
	
	.firmData img, .firmData ul {
		display: block;
		width: 100%;
		float: none;
		margin: 5% 0;
		text-align: center;
	}
	
	.fixwspan {
		text-align: right;
	}
	
	.fixwspan2 {
		text-align: left;
	}
	
	#backtotop {
		width: 32px;
		height: 32px;
	}
}

@media only screen and (max-width: 360px) {
	div[class^="introContactData-"] {
		font-size: 0.86rem;
	}
}