/* image */
div.boxpanel.main.w1 .boxpanel-cell.w1 .box.box-imagelist,
div.boxpanel.main.w2 .boxpanel-cell.w2 .box.box-imagelist,
div.boxpanel.main.w3 .boxpanel-cell.w3 .box.box-imagelist,
div.boxpanel.main.w4 .boxpanel-cell.w4 .box.box-imagelist {
	margin-left: -13px;
	margin-right: -13px;
}

.box.box-imagelist.single {
}

.box.box-imagelist.hiddenboxtitle > h1 {
	display: none;
}

.box.box-imagelist.single img {
	display: block;
	width: 100%;
}

/**
 * Galéria oldal és galéria panel (lásd még: gallery.css)
 */
.content.gallery > h1 {
	padding-top: 12px;
	margin: 0 0 10px 2px;
	color: #006ab2;
	font-size: 28px;
	font-weight: 500;
}

.content.gallery article.txt {
	margin-bottom: 12px;
}

.gallery .gallery-panel {
	background-color: #FEF0DF;
	margin: 0 -26px;
	padding: 26px;
}

.gallery-frame a.slide-button > span {
	width: 123px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
	top: calc(50% - 62px);
	background-image: url(icons.png);
	background-repeat: no-repeat;
}
.gallery-frame a.slide-button.left > span {
	background-position: -246px 0px;
}
.gallery-frame a.slide-button.right > span {
	background-position: -372px 0px;
}

/**
 * Termék oldal
 */
.content.product {
}

.content.product h1 {
}

.content.product article.txt {
	margin-top: 8px;
}

#product-top {
	display: block;
}

#product-top > .panel {
	float: left;
}

#product-top > .panel.left {
	width: 50%;
}

#product-top > .panel.right {
	width: 50%;
}

#product-top .image-panel {
	padding-right: 5px;
	padding-bottom: 10px;
	border-right: 1px solid #8F8F8F;
}

#product-top .big-image {
	position: relative;
	z-index: 1;
}

#product-top .big-image img {
	width: 100%;
}

#product-top .big-image > .image {
	animation-duration: 0.4s;
	display: none;
}

#product-top .big-image > .image.out {
	display: block;
	position: absolute;
	z-index: 0;
	animation-name: product-gallery-out;
}

#product-top .big-image > .image.in {
	display: block;
	z-index: 1;
	animation-name: product-gallery-in;
}

#product-top .big-image > .image.show {
	display: block;
}

@keyframes product-gallery-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes product-gallery-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


#product-top .big-image .button {
	display: block;
	position: absolute;
	background-color: transparent;
	width: 44px;
	height: 72px;
	top: calc(50% - 36px);
	opacity: 0;
	transition: opacity 0.3s;
}
#product-top .big-image:hover .button {
	opacity: 1;
}
#product-top .big-image .button.left {
	left: 10px;
}
#product-top .big-image .button.right {
	right: 10px;
}
#product-top .big-image .icon.left {
	background-position: -6px -172px;
}
#product-top .big-image .icon.right {
	background-position: -51px -172px;
}

#product-top .tape-holder {
	width: 100%;
	padding-right: 6px;
	overflow: visible;
	position: relative;
}

#product-top .tape-holder > .tape-panel {
	width: 100%;
	overflow: hidden;
}

#product-top .tape-holder .button {
	position: absolute;
	background-color: transparent;
	width: 32px;
	height: 32px;
	top: calc(50% - 16px);
}
#product-top .tape-holder .icon.left {
	background-position: -109px -171px;
}
#product-top .tape-holder .icon.right {
	background-position: -148px -171px;
}

#product-top .tape-holder .button.left {
	left: -12px;
}

#product-top .tape-holder .button.right {
	right: -12px;
}

#product-top .tape {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	transition: left 0.3s;
}

#product-top .tape > li {
	display: block;
	margin: 0;
	padding: 2px 0 2px 0;
	border-left: 2px solid #8F8F8F;
}

#product-top .tape > li:first-child,
#product-top .tape > li.showing + li {
	border-left: none;
}

#product-top .tape > li:first-child {
	padding-left: 2px;
}

#product-top .tape > li.showing:first-child,
#product-top .tape > li.showing {
	padding: 1px;
	border: 1px solid #8F8F8F;
}

#product-top .tape > li img {
	display: block;
}

#product-top .download-list {
	display: block;
}

#product-top .download-list > .download {
	width: 100%;
}

#product-top > .product-info {
	padding-left: 16px;
}

#product-top > .product-info h2 {
	color: #006ab2;
	font-size: 26px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
}

#product-top > .product-info h2 + hr {
	border-top: 1px solid #8F8F8F;
	margin-top: 0;
	margin-bottom: 16px;
}

#product-top .subproducts {
	display: block;
	color: #737373;
	margin: 20px 5px;
}

#product-top .subproducts > h2 {
	font-size: 22px;
	color: #006ab2;;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
	border-bottom: 1px solid #7b7b7b;
}

#product-top ul.subproduct-list {
	display: block;
	margin: 0 -5px;
	padding: 0;
}

#product-top ul.subproduct-list > li {
	display: block;
	background-color: rgba(128, 128, 128, 15%);
	margin: 13px 0;
	padding: 13px;
}

#product-top ul.subproduct-list > li > .image {
	display: block;
	float: left;
	border: 1px solid #F7941D;
	margin: 0 13px 0 0;
	width: 25%;
}

#product-top ul.subproduct-list > li > .title {
	font-size: 20px;
	margin-bottom: 5px;
}

#product-top ul.subproduct-list img {
	width: 100%;
}

/* kapcsolódó termékek */
.box.contentlist.join .box-header {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 .3em 0;
}
.box.contentlist.items-6.join .box-header {
	font-size: 14px;
}
.box.contentlist.items-6.join .more {
}

/**
 * Kapcsolat oldal

.basicform article.txt {
	margin-bottom: 1em;
}

.basicform div.form {
	padding-bottom: 2em;
	padding: 1em;
	margin: 1.6em 0;
	border: 1px solid #8C8C8C;
}

.basicform form {
	display: block;
}

.basicform h2 {
	font-weight: normal;
	font-size: 28px;
	color: rgb(0, 106, 178);
	text-transform: uppercase;
	text-align: center;

	border-bottom: 1px solid rgb(0, 106, 178);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
*/

/**
 * Cookie policy sáv
 */
#cookie_policy.hidden {
	display: none;
}
#cookie_policy.show {
	animation-name: cookie-policy-open;
	animation-duration: 500ms;
}
#cookie_policy {
	background-color: rgba(0,0,0,.8);
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:100;
	width:100%;
	padding:12px;
	color:#ffffff;
	line-height: 17px;
}
#cookie_policy .txt {
	color: white;
}

@media (max-width: 575.98px) {
	#cookie_policy .cookie-policy-accept {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	#cookie_policy .txt {
		margin-right: 80px;
	}
}

@keyframes coolie-policy-open {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/**
 * Hiba
 */
.errors {
	font-weight: 900;
	color: #ff0000;
}
