@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

.categoryArticles {
	display: none
}

#brandpage {
	position: relative;
	width: calc(100% + 60px);
	max-width: 1085px;
	font-family: Segoe, "Poppins", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 auto;
	margin-left: -30px;
	padding: 0;
	background: #ede9ed;
	/*background: rgb(215, 214, 217);
	background: linear-gradient(0deg, rgba(215, 214, 217, 1) 0%, rgba(230, 228, 230, 1) 47%, rgba(231, 238, 243, 1) 100%);*/
	overflow: hidden;
	margin: 0 auto;
}

#brandpage * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#brandpage .brandpage-img {
	width: 100%;
	position: relative
}

#brandpage figure {
	margin: 0;
	padding: 0
}

#brandpage .brandpage-img img {
	max-width: 100%;
	vertical-align: bottom
}

#brandpage section.brandpage-intro {
	position: relative;
	text-align: center
}

#brandpage .brandpage-intro h2 {
	color: #3f5564;
	font-family: Segoe, "Poppins", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 32px;
	font-size: 1.688rem;
	margin: 45px 0 27px 0
}

#brandpage .brandpage-category .brandpage-category-content p,
#brandpage .brandpage-intro p {
	padding-bottom: 50px;
	color: #556b7c
		/*#878787*/
	;
	width: 63%;
	margin: 0 auto;
	line-height: 24px;
	font-size: .9375rem;
	display: block;
}

#brandpage section.brandpage-stuff {
	width: 100%;
	padding: 5%;
}

#brandpage section .brandpage-stuff-grey {
	background: #f8f8f8;
	width: calc(100% + 7%);
	margin-left: -3.5%;
	padding: 0 3.5%;
	padding-top: 2vw;
	padding-bottom: 4vw;
	margin-bottom: 4em;
	border-bottom: 1px solid #d2d2d2
}

#brandpage .brandpage-category {
	margin-top: 54px;
	margin-bottom: 54px;
	font-size: 0;
	letter-spacing: 0
}

#brandpage .brandpage-category:first-of-type {
	margin-top: 24px
}

#brandpage .brandpage-category-delimiter {
	margin-top: 90px;
	width: calc(100% + 7%);
	margin-left: -3.5%;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	position: relative
}

#brandpage .brandpage-category-delimiter + .brandpage-stuff-grey {
	padding-top: 4em
}

#brandpage .brandpage-category-delimiter span {
	position: absolute;
	width: 100%;
	top: -1em;
	left: 0;
	font-size: 130%;
	font-weight: 200
}

#brandpage .brandpage-category-delimiter-arrow {
	position: absolute;
	top: 0;
	left: calc(50% - 10em);
	width: 10em;
	height: 3em
}

#brandpage .brandpage-category-delimiter-arrow::before {
	content: "";
	position: absolute;
	display: block;
	border-top: 3em solid #d2d2d2;
	border-left: 10em solid transparent;
	border-right: 10em solid transparent
}

#brandpage .brandpage-category-delimiter-arrow::after {
	content: "";
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	border-top: 3em solid #fff;
	border-left: 10em solid transparent;
	border-right: 10em solid transparent
}

#brandpage .brandpage-category .brandpage-category-content {
	text-align: left
}

#brandpage .brandpage-category .brandpage-category-content:nth-child(odd) {
	padding-left: 0;
	padding-right: 54px
}

#brandpage .brandpage-category .brandpage-category-content,
#brandpage .brandpage-category figure {
	vertical-align: middle;
	display: inline-block
}

#brandpage .brandpage-category figure {
	width: 42%
}

#brandpage .carousel-container .carousel-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#brandpage .brandpage-category .brandpage-category-content {
	width: 58%;
	padding-left: 54px
}

#brandpage .brandpage-category figure img {
	width: 100%;
	vertical-align: top
}

#brandpage .brandpage-category .brandpage-category-content h2 {
	color: #3f5564;
	font-family: "Poppins", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 32px;
	font-size: 1.688rem;
	margin: 0 0 27px 0
}

#brandpage .brandpage-category .brandpage-category-content p {
	width: 100%;
	padding-bottom: 0
}

#brandpage .brandpage-category .brandpage-category-list {
	-webkit-animation-name: lazy-left;
	animation-name: lazy-left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	text-align: left
}

#brandpage .brandpage-category .brandpage-category-list ul {
	margin: 24px 0 0 0;
	padding: 0
}

#brandpage .brandpage-category .brandpage-category-list ul li {
	position: relative;
	font-size: .9375rem;
	display: inline-block;
	list-style-type: none;
	padding: 0 20px 0 14px !important
}

#brandpage .brandpage-category .brandpage-category-list ul li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ff921e;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

#brandpage .brandpage-category .brandpage-category-list ul li a {
	color: #00136d;
	font-weight: 800
}

#brandpage .brandpage-category .brandpage-category-list ul li a:hover {
	color: #ff921e
}

#brandpage .brandpage-category ul.ul-standard li {
	list-style: disc;
	padding: 0 0 .25em .5em;
	margin-left: 1em
}

#brandpage .brandpage-category ul.ul-standard li::before {
	display: none
}

#brandpage .brandpage-roller {
	width: 100%;
	margin: auto;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	clear: both;
	background: white;
}

#brandpage .brandpage-roller a {
	text-decoration: none;
	border: 1px solid #d2d2d2;
	border-top: 0 none;
	background-color: #ede9ed
		/*#efefef*/
	;
	display: inline-block;
	line-height: 30px
}

#brandpage .brandpage-roller a span:hover {
	text-decoration: underline
}

#brandpage .brandpage-roller a span {
	border: 1px solid #fff;
	display: inline-block;
	line-height: 30px;
	padding-right: 6px;
	padding-left: 25px;
	background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/brandingpage/sablona-01/img/sipka-dolu-min.png) no-repeat 8px center;
	color: #00136d;
	font-size: .8125rem
}

#brandpage .brandpage-roller a span.roller-close {
	background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/brandingpage/sablona-01/img/sipka-nahoru-min.png) no-repeat 8px center
}

#brandpage .brandpage-roller .roller-btn .roller-close,
#brandpage .brandpage-roller a.roller-close span.roller-open,
#brandpage .brandpage-roller a.roller-open span.roller-close {
	display: none
}

#brandpage .lazy-top {
	-webkit-animation-name: lazy-top;
	animation-name: lazy-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

#brandpage .lazy-left {
	-webkit-animation-name: lazy-left;
	animation-name: lazy-left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

#brandpage .lazy-right {
	-webkit-animation-name: lazy-right;
	animation-name: lazy-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

#brandpage .brandpage-category.brandpage-category-video {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 10px 10px 15px;
	background: #eee
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content {
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content .articleVideoWrapper {
	margin-right: 10px
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content:last-child .articleVideoWrapper {
	margin-right: 0
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content:first-child:last-child {
	width: 70%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content video,
#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content video + p {
	width: calc(100% - 20px);
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 10px 0;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: left;
	color: #555;
	font-size: 90%;
	line-height: 1.6em
}

#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content:first-child:last-child video,
#brandpage .brandpage-category.brandpage-category-video .brandpage-category-content:first-child:last-child video + p {
	max-width: none;
	text-align: center
}

@-webkit-keyframes lazy-top {
	0% {
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes lazy-left {
	0% {
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes lazy-right {
	0% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes lazy-right {
	0% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

body #h1cc {
	background: 0 0 !important
}

#brandpage.brandpage-short {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

#brandpage.brandpage-short > .brandpage-stuff {
	border-top: 1px solid #d2d2d2
}

#brandpage.brandpage-short > :nth-child(1) {
	width: calc(35% - 30px);
	margin-right: 30px;
	margin-top: -1.75em;
	margin-bottom: 1.75em;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: block
}

#brandpage.brandpage-short > :nth-child(2) {
	width: calc(62.5% - 30px);
	margin-left: 30px;
	margin-right: 2.5%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

#brandpage.brandpage-short > :nth-child(n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

#brandpage.brandpage-short > :nth-child(2) p {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 40px
}

.mobile #brandpage {
	margin: 0 auto;
	width: 100%
}

@media (max-width:980px) {
	.mobile div#brandpage .brandpage-intro p {
		width: 90%
	}

	.mobile #brandpage section.brandpage-stuff {
		padding: 0
	}

	.mobile #brandpage .lazy-top {
		padding-top: 5%;
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right {
		padding-left: 5%;
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left {
		padding-right: 5%;
	}
}

@media (max-width:600px) {

	.mobile #brandpage .lazy-top > *,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left > *,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right > * {
		margin-right: 0;
		margin-left: 0
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right h2 {
		text-align: right;
		margin-left: -50%;
		padding-left: 0
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left h2 {
		margin-right: -50%;
		padding-right: 0
	}

	.mobile #brandpage.brandpage-short > :nth-child(1) {
		width: 50%;
		margin-left: 25%;
		margin-top: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.mobile #brandpage.brandpage-short > :nth-child(2) {
		width: 90%;
		margin-left: 5%;
		margin-right: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.mobile #brandpage.brandpage-short > :nth-child(2) p {
		text-align: center
	}
}

@media (max-width:480px) {
	.mobile #brandpage .brandpage-category {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		align-items: stretch
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right,
	.mobile #brandpage .brandpage-category > * {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left h2,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right h2,
	.mobile #brandpage .brandpage-category > * {
		margin: 0;
		padding: 0;
		text-align: center
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left h2,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right h2 {
		margin-top: 1em;
		margin-bottom: 1em
	}

	.mobile #brandpage .brandpage-category figure img {
		width: 80%
	}

	.mobile #brandpage .brandpage-category figure.lazy-left,
	.mobile #brandpage .brandpage-category figure.lazy-right {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-left,
	.mobile #brandpage .brandpage-category .brandpage-category-content.lazy-right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.mobile #brandpage .brandpage-category .brandpage-category-list {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

#brandpage .carousel-container .carousel-button-next,
#brandpage .carousel-container .carousel-button-prev {
	background: #0094e7;
	left: 0;
	width: 25px;
	height: 70px;
	margin-top: -40px
}

#brandpage .carousel-container .carousel-button-next:hover,
#brandpage .carousel-container .carousel-button-prev:hover {
	background: #2f8dcd
}

#brandpage .carousel-container .carousel-button-prev {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#brandpage .carousel-container .carousel-button-next::after,
#brandpage .carousel-container .carousel-button-prev::before {
	content: '';
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	height: 0;
	width: 0;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%)
}

#brandpage .carousel-container .carousel-button-next {
	left: auto;
	right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#brandpage .carousel-container .carousel-button-next::after {
	border-left: 8px solid #fff;
	border-right: none;
	left: 55%
}

#brandpage .carousel-container.carousel-container-horizontal > .carousel-pagination-bullets {
	width: auto;
	background: rgba(255, 255, 255, .9);
	left: 50%;
	bottom: 1rem;
	padding: .5em 1em;
	transform: translate(-50%);
	border-radius: 2rem;
	opacity: 0;
	animation: bullets 1s forwards;
	visibility: hidden;
	transition: opacity .5s
}

@keyframes bullets {
	99% {
		visibility: hidden
	}

	100% {
		visibility: visible
	}
}

#brandpage .carousel-container.carousel-container-swiping.carousel-container-horizontal > .carousel-pagination-bullets,
#brandpage .carousel-container:hover > .carousel-pagination-bullets {
	opacity: 1
}

#brandpage .carousel-container.carousel-container-horizontal > .carousel-pagination-bullets .carousel-pagination-bullet {
	Width: 12px;
	height: 12px;
	margin: 0 .4rem
}

#brandpage .carousel-container.carousel-container-horizontal > .carousel-pagination-bullets .carousel-pagination-bullet:not(.carousel-pagination-bullet-active):hover {
	opacity: .3
}

#brandpage .carousel-container.carousel-container-horizontal > .carousel-pagination-bullets .carousel-pagination-bullet.carousel-pagination-bullet-active {
	background: #0094e7
}

#brandpage .carousel-container .carousel-slide .carousel-link {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none
}
