.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

BODY {
	padding-top: 148px;
}

A, .button, BUTTON {
	text-decoration: none !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

A {
	color: #020202;
}

A:hover, A.active {
	color: #FF3A30;
}

::selection {
	background: #FF3A30;
	color: #fff;
}

::-moz-selection {
	background: #FF3A30;
	color: #fff;
}

MAIN {
	overflow-x: hidden;
}

H1, H2, H3, H4, H5, H6, P {
	padding: 0px;
	margin: 0px;
}

H1, H2 {
	font-family: 'redonda', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 47px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #020202;
}

H2 {
	font-size: 35px;
	line-height: 47px;
}

H3 {
	font-family: 'redonda';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	color: rgba(2, 2, 2, 0.9);
}

H4, H5, H6 {
	font-family: redonda;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	color: rgba(2, 2, 2, 0.9);
	text-align: left;
	padding-bottom: 19px;
}

.infinity-loader {
	font-family: redonda;
	font-size: 30px !important;
	color: rgba(2, 2, 2, 0.15);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

P.category, P.category A {
	font-family: redonda;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	padding-bottom: 24px;
}

P.category A {
	padding: 0px;
	border-bottom: 1px solid #000;
}

P.category .separator {
	display: inline-block;
	width: 7px;
	vertical-align: middle;
}

P.date-author {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	color: #000;
	padding-bottom: 32px;
}

P.date-author A {
	color: #000;
	text-decoration: underline !important;
}

P.date-author SPAN {
	display: inline-block;
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #000;
	padding-left: 5px;
	vertical-align: middle;
}

.mobile {
	display: none;
}

.megamenu .menu-cta .eshop-button {
	display: none;
}

.button {
	font-family: redonda;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	padding: 17px 20px;
	margin: 0px;
	background: #FF3A30 !important;
	border: 1px solid #FF3A30;
	border-radius: 40px;
}

.button:hover {
	color: #FF3A30;
	background: #fff !important;
}

.button.button-2 {
	background: #fff !important;
	border: 1px solid #FF3A30;
}

.button.button-2:hover {
	color: #000;
	background: #FF3A30 !important;
	border: 1px solid #FF3A30;
}

SECTION.destaques-section {
	padding: 80px 0px;
	margin-bottom: 96px;
	background: #F5F6F8;
}

SECTION.destaques-section H2 {
	font-family: Redonda;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: -1.76px;
	padding-bottom: 64px;
}

SECTION.destaques-section .article-box {
	padding: 0px;
}

.slick-arrow {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
    font-family: Arial;
    font-size: 13px;
    line-height: 40px;
    color: #262626;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
	vertical-align: middle;
	z-index: 10;
	cursor: pointer;
}

.slick-arrow:hover {
	background: #FF3A30;
    border: 1px solid #FF3A30;
}

.slick-arrow SPAN {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/arrow-left.svg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

.slick-arrow:hover SPAN {
	filter: invert(99%) sepia(14%) saturate(2%) hue-rotate(51deg) brightness(114%) contrast(100%);
}

.slick-arrow.next {
    right: 0px;
}

.slick-arrow.next SPAN {
	transform: rotate(180deg);
}

.main-page-slider {
	
}

.main-page-slider H1 {
	font-family: Playfair;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px; /* 100% */
	letter-spacing: -1.28px;
	color: #000;
	padding-bottom: 56px;
}

ARTICLE.article-page.page-content .content H2 {
	font-family: Redonda;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	letter-spacing: -1.12px;
	color: #000;
	padding-bottom: 40px;
}

.livestream-start {
	position: fixed;
	display: inline-block;
	right: 10px;
	bottom: 10px;
	text-decoration: none !important;
}

.livestream-start SPAN {
	position: relative;
	display: inline-block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 8px 5px 18px;
	background: #020202;
}

.livestream-start SPAN:after {
	position: absolute;
	display: block;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #FF3A30;
	border-radius: 50%;
	content: "";
}

.livestream-start STRONG {
	display: inline-block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 8px;
	background: #FF3A30;
}

.livestream-box {
	position: fixed;
	display: inline-block;
	right: 20px;
	bottom: 20px;
	text-align: center;
	padding: 16px 38px;
	background: #FFF;
	box-shadow: 0px 4px 70px rgba(2, 2, 2, 0.1);
}

.livestream-box .livestream {
	position: relative;
	display: inline-block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 8px 5px 18px;
	background: #020202;
}

.livestream-box .livestream:after {
	position: absolute;
	display: block;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #FF3A30;
	border-radius: 50%;
	content: "";
}

.livestream-box A {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: underline !important;
	color: #FF3A30;
}

.main-timer {
	padding-top: 12px;
	padding-bottom: 14px;
}

.main-timer SPAN {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.main-timer SPAN STRONG {
	display: block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #282828;
	padding: 0px;
	padding-bottom: 4px;
	vertical-align: top;
}

.main-timer SPAN B {
	display: block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #9A9A9A;
	padding: 0px;
	margin: 0px;
}



.social {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.social LI {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.social LI A {
	display: block;
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F5F6F8;
	border: 1px solid #F5F6F8;
	border-radius: 50%;
}

.social LI A.facebook {
	background-image: url('../images/facebook2.svg');
}

.social LI A.twitter {
	background-image: url('../images/twitter2.svg');
}

.social LI A.mail {
	background-image: url('../images/mail2.svg');
}

.social LI A.instagram {
	background-image: url('../images/instagram.svg');
}

.social LI A.youtube {
	background-image: url('../images/youtube.svg');
}

.gallery-popup-section {
	padding-top: 0px;
	padding-bottom: 30px;
}

.gallery-popup-section .gallery-popup-content {

}

.gallery-popup-section .gallery-popup-content .image {
	position: relative;
    width: 100%;
    height: 594px;
    height: 55vh;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    background: #F2F2F2;
    overflow: hidden;
}

.gallery-popup-section .gallery-popup-content IMG {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: auto;
    height: 100% !important;
}

.gallery-popup-section .slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 105;
}

.gallery-popup-section .slick-prev {
	left: -60px;
}

.gallery-popup-section .slick-next {
	right: -60px;
	transform: rotate(180deg);
}

.gallery-popup-content P {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #282828;
	padding: 0px;
	padding-bottom: 9px;
	margin: 0px;
}

.gallery-popup-content P.author {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #9A9A9A;
	padding: 0px;
	margin: 0px;
}

.gallery-items-2-nav .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
	cursor: pointer;
}

.gallery-numbers {
	display: inline-block;
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 40px;
	color: #000;
	vertical-align: middle;
}

ARTICLE.article-page .content .gallery-box .text {
	padding-top: 20px;
}

ARTICLE.article-page .content .gallery-box .buttons {
	padding-top: 20px;
	padding-bottom: 20px;
}

ARTICLE.article-page .content .gallery-box .buttons UL {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	float: right;
	vertical-align: middle;
	list-style-type: none;
}

.gallery-popup {
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.gallery-popup .logo IMG {
    width: auto;
    height: 35px;
}
			
.gallery-popup .gallery-items {
	background: #fff;
	border: 1px solid #fff;
}

.gallery-popup .gallery-numbers-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	text-align: center;
}
			
.gallery-popup .gallery-items-2 .slick-arrow {
	left: -70px;
	top: 38%;
}

.gallery-popup .gallery-items-2 .slick-arrow.slick-next {
	left: unset;
	right: -70px;
}
			
.gallery-popup-box {
	opacity: 0;
}
			
.gallery-popup .gallery-popup-header {
	position: relative;
	padding: 25px 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 39px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}
			
.gallery-popup-close-button {
	position: absolute;
	right: 0px;
	top: 17px;
	width: 50px;
	height: 50px;
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center center;
	background-color: #F2F2F2;
	outline: none;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
			
.gallery-popup-close-button:hover {
	/*-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg); -o-transform:rotate(180deg);*/
}
			
.gallery-popup-content {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	opacity: 1;
}
			
.gallery-popup-content .gallery-numbers-2 {
	color: #000;
	text-align: center;
}
			
.gallery-items-2 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);	
}

.gallery-popup-content .image {
	text-align: center;
	margin-bottom: 40px;
	background: #F2F2F2;
}
			
.gallery-popup-content .gallery-items-2 .image IMG {
	display: inline-block;
	width: auto;
	height: 50vh;
}

/* the slides */
.gallery-popup-content .gallery-items-2-nav .slick-slide {
    margin: 0 6px;
	cursor: pointer;
}

/* the parent */
.gallery-popup-content .gallery-items-2-nav .slick-list {
    margin: 0;
}

.gallery-popup-content .gallery-items-2-nav IMG {
	display: inline-block;
	width: 96px;
	height: 96px;
}

.gallery-popup-content P {
	max-width: 594px;
	text-align: left;
}

.gallery-popup-content P.author {
	color: #000;
}

.gallery-items .image {
	width: 100%;
	height: 594px;
	background: #F5F5F5;
}

.gallery-items .image IMG {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.post-item {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
	margin-bottom: 40px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.jscroll-inner, .jscroll-added .infinite-scroll {
	margin: 0px -5px;
}

/*.jscroll-inner {
	columns: 3 350px;
    column-gap: 1rem;
	margin: 10px;
}*/

.column-1 {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.column-2 {
    display: inline-block;
    width: 65.4%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.column-3 {
    display: inline-block;
    width: 32.7%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.newsletter-box {
	position: relative;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 96px;
	margin-bottom: 96px;
	background: transparent;
	border: none;
	z-index: 1;
}

.newsletter-box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #FF3A30;
    content: "";
    z-index: -1;
}

.newsletter-box P.category {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	padding-bottom: 32px;
	margin: 0px;
}

.newsletter-box H2 {
	font-family: 'Playfair';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	padding: 0px;
	padding-bottom: 44px;
	margin: 0px;
}

.newsletter-box P {
	font-family: 'Redonda';
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.4px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.newsletter-box P A {
	text-decoration: underline !important;
}

.newsletter-box FORM {
	display: block;
	max-width: 620px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.newsletter-box INPUT[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	color: #000;
	padding: 17px 24px;
	padding-left: 48px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66668 13.3334C2.30001 13.3334 1.98612 13.2029 1.72501 12.9417C1.4639 12.6806 1.33334 12.3667 1.33334 12.0001V4.00008C1.33334 3.63341 1.4639 3.31953 1.72501 3.05841C1.98612 2.7973 2.30001 2.66675 2.66668 2.66675H13.3333C13.7 2.66675 14.0139 2.7973 14.275 3.05841C14.5361 3.31953 14.6667 3.63341 14.6667 4.00008V12.0001C14.6667 12.3667 14.5361 12.6806 14.275 12.9417C14.0139 13.2029 13.7 13.3334 13.3333 13.3334H2.66668ZM8.00001 8.66675L2.66668 5.33341V12.0001H13.3333V5.33341L8.00001 8.66675ZM8.00001 7.33342L13.3333 4.00008H2.66668L8.00001 7.33342Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 24px center;
	background-size: 16px 16px;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	box-shadow: none;
	outline: none;
}

.newsletter-box INPUT[type="text"]::placeholder {
	color: #000;
}

.newsletter-box BUTTON {
	display: block;
	width: 100%;
	font-family: Redonda;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 24px;
	background: #000 !important;
	border-radius: 25px;
}

.text-left {
	text-align: left !important;
}

ARTICLE.article-page .content .post-item .title {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #282828;
	padding: 0px;
	padding-top: 24px;
	padding-bottom: 12px;
	margin: 0px;
}

ARTICLE.article-page .content .post-item H3 {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	padding-bottom: 23px;
	margin: 0px;
}

ARTICLE.article-page .content .post-item .image {
	position: relative;
	height: 170px;
}

ARTICLE.article-page .content .post-item .image IMG {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

ARTICLE.article-page .content .post-item .link {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FF3A30;
}

ARTICLE.article-page .content IFRAME {
	/*width: 100%;*/
}

ARTICLE.article-page .tags {
	padding-top: 10px;
	padding-bottom: 35px;
}

ARTICLE.article-page .tags A {
	display: inline-block;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #FF3A30;
}

HR {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

.position-relative {
	position: relative;
}

.centered {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/*
 * HEADER
 */
HEADER {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	border-top: 12px solid #FF3A30;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	z-index: 100;
}

HEADER.header-hidden {
	transform: translateY(-100%);
}

HEADER .fluid {
	padding-top: 39px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

HEADER.search-header .fluid {
    padding-top: 11px;
    padding-bottom: 19px;
	border: none;
}

HEADER .social {
	margin-top: 8px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

HEADER .logo IMG {
	width: auto;
	height: 40px;
	margin-top: 10px;
}

HEADER .logo2 {
	display: none;
    margin-top: 15px;
}

HEADER.search-header .close-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 34px;
	margin-top: 10px;
	background-image: url('../images/menu-close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F2F2F2;
	vertical-align: middle;
}

HEADER.search-header .logo3 {
	display: block !important;
    margin-top: 15px;
}

HEADER.search-header .logo3 IMG {
	width: auto;
	height: 35px;
}

HEADER.gallery-header .fluid {
	padding-top: 11px;
    padding-bottom: 19px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

HEADER.gallery-header .close-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 34px;
	margin-top: 10px;
	background-image: url('../images/menu-close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F2F2F2;
	vertical-align: middle;
}

HEADER.gallery-header .logo3 {
	display: block !important;
    margin-top: 15px;
}

HEADER.gallery-header .logo3 IMG {
	width: auto;
	height: 35px;
}

HEADER .logo2 IMG {
	width: auto;
	height: 35px;
}

NAV {
	text-align: center;
	padding-top: 37px;
	padding-bottom: 38px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

NAV UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

NAV UL LI {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

NAV UL LI A {
	font-family: redonda;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #020202;
}

HEADER .right-menu {
	margin-top: 8px;
}

HEADER .search-button {
	display: inline-block;
	margin-top: 0px;
	margin-right: 25px;
	vertical-align: middle;
}

HEADER .button {
	display: inline-block;
	vertical-align: middle;
}

HEADER .menu-button {
	display: inline-block;
	width: 25px;
	height: 50px;
	margin-left: 10px;
	background-image: url('../images/menu.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	border-radius: 50%;
	vertical-align: middle;
}

.sticky {
	position: sticky;
	top: 100px;
}

.sticky2 HEADER .fluid {
	padding-top: 11px;
	padding-bottom: 19px;
}

/*
 * Main Slider
 */
.main-slider {
	text-align: center;
	padding-bottom: 56px;
	margin-bottom: 0px;
}

.main-slider.home {
	margin-bottom: 15px;
}

.main-slider IMG {
	display: inline-block;
	width: 100%;
}

.main-slider .social IMG {
	width: auto;
}

.main-slider .social A:hover {
	background-color: #020202;
	border: 1px solid #020202;
}

.main-slider .social LI A.facebook:hover {
	background-image: url('../images/facebook.svg');
}

.main-slider .social LI A.twitter:hover {
	background-image: url('../images/twitter.svg');
}

.main-slider .social LI A.mail:hover {
	background-image: url('../images/mail3.svg');
}

.main-slider .social LI A.instagram:hover {
	background-image: url('../images/instagram2.svg');
}

.main-slider .social LI A.youtube:hover {
	background-image: url('../images/youtube2.svg');
}

.main-slider H1 {
	max-width: 672px;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 108%; /* 51.84px */
	letter-spacing: -0.96px;
	padding-bottom: 24px;
	margin: 0 auto;
}

.main-slider.main-slider-2 H1 {
	max-width: 863px;
	margin: 0;
}

.main-slider .centered H1 {
	max-width: 691px;
	padding-bottom: 38px;
	margin: 0 auto;
}

.main-slider .category {
	padding-top: 52px;
}

.search-box-section {
	position: relative;
	width: 100%;
	max-width: 765px;
	padding-top: 100px;
	padding-bottom: 32px;
	margin: 0 auto;
}

.search-box-section FORM DIV {
	position: relative;
}

.search-box-section INPUT[type="text"] {
	position: relative;
	display: block;
	height: auto;
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 30px;
	padding-top: 21px;
	padding-bottom: 21px;
	border: none;
	border-bottom: 1px solid #D9D9D9;
	box-shadow: none;
	outline: none;
}

.search-box-section INPUT[type="text"]::-webkit-input-placeholder { /* Edge */
	color: #020202;
}

.search-box-section INPUT[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #020202;
}

.search-box-section INPUT[type="text"]::placeholder {
	color: #020202;
}

.search-box-section BUTTON {
	position: absolute;
	left: 0px;
	top: 25px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../images/search-button.svg');
	background-repeat: no-repeat;
}

/*
 * Banner
 */
.bnr {
	padding-top: 25px;
	padding-bottom: 80px;
	margin-bottom: 15px;
	border-bottom: 1px solid #020202;
}

.content .large-6 {
	position: relative;
	z-index: 20;
}

.bnr.bnr-2 {
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 10;
}

.bnr .bnr-title, ARTICLE.article-page .content .bnr .bnr-title {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	padding-bottom: 5px;
}

.bnr .bnr-content, ARTICLE.article-page .content .bnr .bnr-content {
	padding: 53px 270px;
	background: rgba(2, 2, 2, 0.05);
}

.bnr.bnr-2 .bnr-content, ARTICLE.article-page .content .bnr.bnr-2 .bnr-content {
	padding: 25px;
	background: #f1f1f1;
}

/*
 * Article
 */
ARTICLE {
	padding-bottom: 87px;
}

ARTICLE H2, ARTICLE H3, ARTICLE H4, ARTICLE H5, ARTICLE H6 {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	letter-spacing: -1.12px;
	text-align: left;
}

ARTICLE H2 SPAN {
	color: #FF3A30; 
}

ARTICLE.category-page {
	padding-top: 20px;
	border-top: 1px solid rgba(2, 2, 2, 0.15);
}

ARTICLE.category-page H1 {
	padding-bottom: 27px;
}

ARTICLE.category-page .jscroll-added {
	padding: 0px;
	margin: 0px;
	border: none;
}

ARTICLE.category-page NAV {
	padding: 0px;
}

ARTICLE.article-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

ARTICLE.article-page .social LI A {
	background-color: #fff;
	border: 1px solid #D4D4D4;
}

ARTICLE.article-page .main-slider .centered H1 {
	padding-left: 25px;
	padding-right: 25px;
}

ARTICLE.article-page .content .perex {
	padding-top: 0px;
	padding-bottom: 50px;
	margin-bottom: 49px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

ARTICLE.article-page .content .perex P {
	font-family: redonda;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 37px;
	letter-spacing: -1.12px;
	color: #525252;
	padding: 0px;
}

ARTICLE.article-page .content .perex P.title {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	padding-bottom: 22px;
}

ARTICLE.article-page .content P {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	color: #000;
	padding-bottom: 35px;
}

ARTICLE.article-page .content FONT {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	color: #000;
	padding-bottom: 35px;
}

ARTICLE.article-page .content SPAN {
	font-family: Lora !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 29px !important;
	color: #000 !important;
}

ARTICLE.article-page .content P SPAN {
	font-family: Lora !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 29px !important;
	color: #000 !important;
}

ARTICLE.article-page .content FONT I {
	font-family: Lora !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 29px !important;
	color: #000 !important;
}

ARTICLE.article-page .content FONT SPAN {
	font-family: Lora !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 29px !important;
	color: #000 !important;
}

/*ARTICLE.article-page .content .large-6 SPAN {
	display: block;
	font-family: Lora !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 17px !important;
	line-height: 34px !important;
	color: rgba(2, 2, 2, 0.9) !important;
	padding-bottom: 35px;
}*/

ARTICLE.article-page .content P EM {
	font-style: italic !important;
}

ARTICLE.article-page .content P.first:first-letter {
	/*font-size: 60px;*/
}

ARTICLE.article-page .content P A {
	color: #FF3A30 !important;
	text-decoration: underline !important;
	text-decoration-line: none !important;
}

ARTICLE.article-page .content IFRAME {
	position: relative !important;
	left: unset !important;
	top: unset !important;
	right: unset !important;
	bottom: unset !important;
	min-height: 368px;
	max-width: 100%;
	margin-bottom: 35px;
}

ARTICLE.article-page .content IFRAME:not(.instagram-media) {
	/*height: auto !important;*/
}

ARTICLE.article-page .content .tiktok-embed {
	padding: 0px;
	margin: 0px;
	border: none;
}

ARTICLE.article-page .content .tiktok-embed IFRAME {
	min-height: 771px;
	max-height: 771px;
}

ARTICLE.article-page .content H2 {
	padding-bottom: 29px;
}

ARTICLE.article-page .content H3 {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	padding-bottom: 21px;
}

ARTICLE.article-page .content H4 {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	padding-top: 4px;
	padding-bottom: 19px;
}

ARTICLE.article-page .content UL {
	padding-top: 2px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

ARTICLE.article-page .content UL LI {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 37px;
	color: #282828;
}

ARTICLE.article-page .more {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-top: 1px solid rgba(2, 2, 2, 0.15);
	border-bottom: 1px solid #020202;*/
}

ARTICLE.article-page .more A {
	font-family: redonda;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

ARTICLE.article-page .author {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #020202;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #D4D4D4;
}

ARTICLE.article-page .author SPAN {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

ARTICLE.article-page .author I {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FF3A30;
}

ARTICLE.article-page .author .social {
	margin-top: 7px;
}

ARTICLE.article-page .content .image {
	padding-bottom: 53px;
}

ARTICLE.article-page .content .image IMG {
	display: inline-block;
	width: 100%;
}

ARTICLE.article-page .content .image P {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #525252;
	padding: 0px;
	padding-top: 12px;
	margin: 0px;
}

ARTICLE.article-page .content .image P SPAN {
	display: block;
	font-family: redonda !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #000 !important;
}

ARTICLE.article-page .content .full-width-image P SPAN {
	padding-left: 12px;
	padding-right: 12px;
}

ARTICLE.article-page .content .double-image P SPAN {
	padding-left: 12px;
	padding-right: 12px;
}

.tags {
	padding-bottom: 40px;
}

.tags A {
	display: inline-block;
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 5px;
}

ARTICLE.article-page .authors {
	padding-top: 56px;
	padding-bottom: 56px;
}

ARTICLE.article-page .authors TABLE {
	width: 100%;
	border: none !important;
}

ARTICLE.article-page .authors TABLE TBODY {
	border: none !important;
}

ARTICLE.article-page .authors TABLE TBODY TR:nth-child(odd) {
    border-bottom: 0;
    background-color: #F5F6F8;
}

ARTICLE.article-page .authors TABLE TBODY TR:nth-child(even) {
    border-bottom: 0;
    background-color: #fff;
}

ARTICLE.article-page .authors TABLE TH {
	font-family: redonda;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #020202;
	text-align: left;
	padding: 8px 16px;
	border: none !important;
}

ARTICLE.article-page .authors TABLE TD {
	font-family: Lora;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #282828;
	padding: 8px 16px;
	border: none !important;
}

ARTICLE.article-page .popular-posts {
	padding: 22px;
	padding-bottom: 6px;
	margin-top: 20px;
	background: #F5F6F8;
}

ARTICLE.article-page .popular-posts H3 {
	font-family: Redonda;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.4px;
	padding-bottom: 24px;
}

ARTICLE.article-page .popular-posts H3 SPAN {
	font-weight: 500 !important;
	color: #FF3A30 !important;
}

/*
 * Popular Article Box 
 */
.popular-article-box {
	text-align: left;
	padding-bottom: 16px;
	cursor: pointer;
}

ARTICLE.article-page .content .popular-article-box H3 {
	font-family: Redonda;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.28px;
	color: #000;
	padding: 0px;
	padding-bottom: 15px;
}

ARTICLE.article-page .content .popular-article-box P {
	text-align: left;
}

ARTICLE.article-page .content .popular-article-box P.category {
	line-height: 1;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

ARTICLE.article-page .content .popular-article-box P.category A {
	font-family: Redonda;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.12px;
	color: #000 !important;
	text-decoration-line: underline;
	padding: 0px;
}

ARTICLE.article-page .content .popular-article-box P.date {
	font-family: Redonda;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	padding: 0px;
}

/*
 * Article Box
 */
.article-box {
	text-align: left;
	padding-bottom: 27px;
	cursor: pointer;
}

.article-box:hover H3 {
	color: #FF3A30;
}

.article-box P.category {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

.article-box H3 {
	font-family: redonda;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.4px;
	color: #000;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;	
}

.article-box.article-box-2 H3 {
	padding-top: 24px;
}

.article-box P.date {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

/*
 * Products
 */
.products-box {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

.products-box-2 {
	padding-top: 50px;
	border-top: 1px solid #020202;
}

.products-box H2 {
	padding-bottom: 21px;
	margin-bottom: 40px;
	border-bottom: 1px solid #020202;
}

.products-box .image {
	width: 100%;
	height: 271px;
	text-align: center;
	padding: 0px;
	/*padding-top: 48px;
	padding-bottom: 48px;*/
	margin: 0px;
	/*background: #F2F2F2;*/
	overflow: hidden;
}

.products-box .image IMG {
	display: inline-block;
	width: auto !important;
	height: 100%;
}

.products-box H3 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}

.products-box .title {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #FF3A30;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 17px;
}

.products-box P {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: #000;
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}

.products-box P.category {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.09em;
	color: rgba(2, 2, 2, 0.7);
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	padding-bottom: 24px;
	margin: 0px;
}

.products-box .button {
	display: block;
}



ARTICLE.article-page .content .products-box {
	padding-bottom: 44px;
	margin-bottom: 56px;
	border-bottom: 1px solid #D4D4D4;
}

ARTICLE.article-page .content .products-box-2 {
	padding-top: 44px;
	border-top: 1px solid #D4D4D4;
}

ARTICLE.article-page .content .products-box H2 {
	padding-bottom: 21px;
	margin-bottom: 40px;
	border-bottom: 1px solid #020202;
}

ARTICLE.article-page .content .products-box .image {
	width: 100%;
	height: 271px;
	text-align: center;
	padding: 48px;
	margin: 0px;
	background: rgba(2, 2, 2, 0.03);
	overflow: hidden;
}

ARTICLE.article-page .content .products-box .image IMG {
	display: inline-block;
	width: auto !important;
	height: 100%;
}

ARTICLE.article-page .content .products-box H3 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 132%;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}

ARTICLE.article-page .content .products-box .title {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	color: #676767;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	padding-bottom: 16px;
}

ARTICLE.article-page .content .products-box P {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}

ARTICLE.article-page .content .products-box P.category {
	font-family: Redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	padding: 0px;
	padding-bottom: 26px;
	margin: 0px;
}

.text-col {
    display: flex;
    align-items: center; /* vertikálne centrovanie */
}

.text-centered {
    width: 100%;
}

ARTICLE.article-page .content .products-box .button {
	display: block;
	max-width: 193px;	
	font-family: Redonda;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 20px;
}




.products-box.products-box-3 {
	position: relative; 
	text-align: center;
	background: transparent;
	border: none;
	padding-top: 96px;
	padding-bottom: 96px;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 96px;
	z-index: 1;
}

.products-box-3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #F5F6F8;
	content: "";
    z-index: -1;
}

.infinite-scroll .products-box.products-box-3 {
	margin-bottom: 96px;
}

.infinite-scroll NAV {
	padding: 0px;
	margin: 0px;
}

.products-box.products-box-3 .image {
	height: 387px;
	text-align: center;
	padding: 0px;
	background: #F5F5F5;
}

.products-box.products-box-3 .image IMG {
	width: auto;
	height: 100%;
}

.products-box.products-box-3 H3 {
	max-width: 447px;
	font-family: Playfair;
	font-weight: 500;
	font-size: 48px;
	line-height: 36px;
	text-align: center;
	color: #020202;
	padding-bottom: 24px;
	margin: 0 auto;
}

.products-box.products-box-3 P.category {
	font-family: 'redonda';
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 31px;
}

.products-box.products-box-3 P.title {
	font-family: Redonda;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.12px;
	color: #000;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	padding-top: 0px;
	padding-bottom: 28px;
}

.products-box.products-box-3 .button {
	max-width: 220px;
	padding: 17px 20px;
	margin: 0 auto;
}

/*
 * Gallery
 */
ARTICLE.article-page .content .gallery-box {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

ARTICLE.article-page .content .gallery-box.show-name {
	padding-bottom: 40px;
}

ARTICLE.article-page .content .gallery-box H2 {
	padding-bottom: 21px;
	margin-bottom: 40px;
	border-bottom: 1px solid #020202;
}

ARTICLE.article-page .content .gallery-box .slick-slide {

}

ARTICLE.article-page .content .gallery-box .image {
	position: relative;
	width: 100%;
	/*height: 594px;*/
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-bottom: 90px;*/
	background: #F2F2F2;
	overflow: hidden;
}

ARTICLE.article-page .content .gallery-box .image IMG {
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: auto;
	height: 100% !important;*/
}

ARTICLE.article-page .content .gallery-box P {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	color: rgba(2, 2, 2, 0.9);
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

ARTICLE.article-page .content .gallery-box P.author {
	font-family: redonda;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	text-align: left !important;
	text-transform: none;
	padding: 0px;
	/*padding-bottom: 40px;*/
	margin: 0px;
	border: none;
}

ARTICLE.article-page .blockquote-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

ARTICLE.article-page .blockquote-box BLOCKQUOTE {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 37px;
	color: #000;
	padding: 0px;
	margin: 0px;
	border: none;
}

ARTICLE.article-page .blockquote-box P {
	font-family: 'redonda';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #9A9A9A;
	padding: 0px;
	margin: 0px;
}

ARTICLE.article-page .blockquote-box P SPAN {
	display: block;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 15px !important;
	letter-spacing: 0.09em !important;
	text-transform: uppercase;
	color: #282828 !important;
}

ARTICLE.article-page .jscroll-added {
	padding-top: 58px;
	margin-top: 58px;
	border-top: 1px solid rgba(2, 2, 2, 0.15);
}

/*
 * Megamenu
 */
.megamenu {
	position: fixed;
	inset: 0;
	display: none;
	background: rgba(2, 2, 2, 0.35);
	z-index: 999999999;
}

.megamenu.is-open {
	display: block;
}

.megamenu .megamenu-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	max-width: 92vw;
	height: 100vh;
	padding: 0 12px;
	padding-bottom: 28px;
	background: #F5F6F8;
	color: #111;
	box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* HEADER */
.megamenu .megamenu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 12px;
	padding-right: 0;
	margin: 0;
	border-bottom: 1px solid #D4D4D4;
	flex: 0 0 auto;
}

.megamenu .megamenu-header .menu-title {
	font-family: 'redonda', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: -0.4px;
	color: #000;
	margin: 0;
}

.megamenu .megamenu-header .logo {
	display: none;
}

.megamenu .menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 12px;
	background: transparent;
	background-image: none;
	border: 0;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.megamenu .menu-button::before,
.megamenu .menu-button::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 1.5px;
	background: #111;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform-origin: center;
}

.megamenu .menu-button::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.megamenu .menu-button::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* BODY */
.megamenu .megamenu-body {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* odstránenie pôvodných social ikon */
.megamenu .social-links {
	display: none;
}

/* Hlavné scrollovateľné menu */
.megamenu .main-menu {
	border-right: 0;
	padding: 0 0 12px 0;
	margin: 0;
	list-style: none;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/* dôležité - aby footer išiel dole aj keď je menu krátke */
.megamenu .main-menu:only-child {
	flex: 1 1 auto;
}

.megamenu .main-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 12px;
	font-family: 'redonda', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.35;
	color: #000;
	text-transform: none;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}

.megamenu .main-menu > li > a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 12px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.90446 13L5 12.1125L9.19108 8L5 3.8875L5.90446 3L11 8L5.90446 13Z' fill='black'/%3E%3C/svg%3E");
}

.megamenu .main-menu > li > a:hover,
.megamenu .main-menu > li > a.active {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* submenu */
.megamenu .main-menu ul.submenu {
	display: none;
	padding: 6px 0 10px 0;
	margin: 0;
	list-style: none;
	background: #ededed;
}

.megamenu .main-menu ul.submenu li a {
	display: block;
	padding: 8px 20px 8px 32px;
	font-family: 'redonda', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
	color: rgba(17, 17, 17, 0.8);
	text-decoration: none;
	opacity: 1;
}

.megamenu .main-menu ul.submenu li a:hover,
.megamenu .main-menu ul.submenu li a.active {
	color: #111;
	background: rgba(0, 0, 0, 0.03);
}

/* FOOTER - vždy dole */
.megamenu .megamenu-footer {
	flex: 0 0 auto;
	margin-top: auto;
	background: #F5F6F8;
	padding-bottom: 12px;
}

/* Footer links */
.megamenu .second-menu {
	padding: 12px;
	margin: 0;
	list-style: none;
	background: #F5F6F8;
}

.megamenu .second-menu li {
	margin: 0 0 12px 0;
}

.megamenu .second-menu li:last-child {
	margin-bottom: 0;
}

.megamenu .second-menu li a {
	font-family: 'redonda', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #282828;
	text-transform: none;
	letter-spacing: 0.01em;
	text-decoration: underline !important;
}

.megamenu .second-menu li a:hover,
.megamenu .second-menu li a.active {
	color: #000;
	text-decoration: underline;
}

/* CTA button naspodku */
.megamenu .menu-cta {
	padding: 12px 12px 0 12px;
	background: #F5F6F8;
}

.megamenu .menu-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 17px 20px;
	border-radius: 999px;
	background: #FF3A30;
	color: #000;
	font-family: 'redonda', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.megamenu .menu-cta a:hover {
	background: #FF3A30;
	color: #fff;
	text-decoration: none;
}

#page-6 .main-page-slider {
	display: none;
}

#page-6 .newsletter-box {
	margin: 0px;
}

/* responsive */
@media (max-width: 767px) {
	.megamenu .megamenu-content {
		width: 100%;
		max-width: 100%;
		padding: 0 8px;
		height: 100vh;
	}

	.megamenu .megamenu-header {
		padding: 16px 8px;
		padding-right: 0;
	}

	.megamenu .main-menu > li > a {
		padding: 10px 8px;
	}

	.megamenu .main-menu ul.submenu li a {
		padding: 8px 16px 8px 28px;
	}

	.megamenu .second-menu {
		padding: 16px 8px 8px 8px;
	}

	.megamenu .menu-cta {
		padding: 12px 8px 0 8px;
	}

	.megamenu .megamenu-footer {
		padding-bottom: 8px;
	}
	
	.megamenu .second-menu li {
		margin-bottom: 8px;
	}
	
	.megamenu .second-menu li a {
		font-size: 15px;
		line-height: 1.35;
	}
}

/*
 * Responsive
 */
@media only screen and (max-width: 768px) {
	BODY {
		padding-top: 80px;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none !important;
	}
	
	.megamenu .menu-cta .eshop-button {
		display: block;
		text-align: center !important;
		margin-top: 10px;
	}
	
	HEADER .menu-button {
		margin-left: 0px;
	}
	
	HEADER.search-header .close-button {
		margin-right: 0px;
	}
	
	HEADER {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	HEADER .grid-container.fluid {
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	HEADER .right-menu {
		margin-top: 0px;
	}
	
	HEADER .social {
		display: none !important;
	}
	
	HEADER .logo {
		display: none !important;
	}
	
	HEADER .logo2 {
		display: inline-block !important;
		margin-top: 10px;
	}
	
	HEADER .search-button {
		margin-right: 0px;
	}
	
	HEADER .button {
		display: none !important;
	}
	
	ARTICLE.article-page .main-slider H1 {
		font-size: 30px;
	}
	
	ARTICLE.article-page .content .perex P {
		font-size: 23px;
		line-height: 1.3;
	}
	
	ARTICLE.article-page .content .image {
		margin: 0px !important;
	}
	
	ARTICLE.article-page .authors TABLE TH {
		font-size: 14px;
		line-height: 1.5;
		padding: 10px 15px;
	}
	
	ARTICLE.article-page .authors TABLE TD {
		font-size: 14px;
		line-height: 1.5;
		padding: 10px 15px;
	}
	
	ARTICLE.article-page .content IFRAME {
		min-height: 237px;
	}
	
	ARTICLE.article-page .content .tiktok-embed {
		min-width: 100% !important;
		max-width: 100% !important;
	}
	
	NAV {
		display: none;
	}
	
	.grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	ARTICLE.article-page .content P.first {
		padding-top: 20px;
	}
	
	.popular-posts {
		display: none;
	}
	
	.gallery-popup-section .gallery-popup-content .image {
		margin-bottom: 20px;
	}
	
	.bnr.bnr-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	ARTICLE.article-page .content .image {
		max-width: 100%;
	}
	
	HEADER.gallery-header .logo3 {
		margin-top: 5px;
	}
	
	HEADER.gallery-header .close-button {
		margin-right: 0px;
		margin-top: 0px;
	}
	
	.gallery-popup-section .slick-arrow {
		display: none !important;
	}
	
	.gallery-items-2 {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	
	P.category, P.category A {
		font-size: 13px;
		line-height: 16px;
	}
	
	.products-box {
		text-align: center;
		 padding-bottom: 32px;
		margin-bottom: 40px;
		border-bottom: 1px solid #020202;
	}
	
	.products-box .title {
		text-align: center;
		padding-top: 12px;
	}
	
	.products-box H3 {
		font-family: 'redonda';
		font-style: normal;
		font-weight: 400;
		font-size: 34px;
		line-height: 39px;
		text-align: center;
		letter-spacing: 0.04em;
		color: #020202;
	}
	
	.products-box P.category {
		text-align: center;
	}
	
	.products-box.products-box-3 .image {
		height: 300px;
		padding: 20px;
	}
	
	H1 {
		font-size: 34px;
		line-height: 39px;
	}
	
	H2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.main-slider H1 {
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		line-height: 108%;
		letter-spacing: -0.8px;
	}
	
	.products-box.products-box-3 {
		padding-top: 32px;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	
	.products-box.products-box-3 H3 {
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		line-height: 108%;
		letter-spacing: -0.8px;
	}
	
	.article-box {
		padding-bottom: 20px;
	}
	
	.article-box P.category {
		font-size: 12px;
		padding-top: 24px;
		padding-bottom: 12px;
	}
	
	.article-box P.category A {
		font-size: 12px;
	}
	
	.article-box H3 {
		font-family: Redonda;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: -0.28px;
		padding-top: 12px;
		padding-bottom: 5px;
	}
	
	.article-box.article-box-2 H3 {
		padding-top: 12px;
	}
	
	SECTION.destaques-section {
		padding: 32px 0px;
		padding-bottom: 16px;
		margin-bottom: 32px;
	}
	
	SECTION.destaques-section H2 {
		font-size: 36px;
		line-height: 48px;
		letter-spacing: -1.44px;
		padding-bottom: 32px;
	}
	
	SECTION.destaques-section .article-box {
		padding-bottom: 16px;
	}
	
	SECTION.destaques-section .article-box H3 {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.28px;
		font-weight: 500;
		padding-bottom: 15px;
	}
	
	SECTION.destaques-section .article-box P.category {
		padding-top: 0px;
	}
	
	SECTION.destaques-section .article-box P.date {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}
	
	.jscroll-inner, .jscroll-added .infinite-scroll {
		margin: 0px;
	}
	
	.newsletter-box {
		padding-top: 32px;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	
	.newsletter-box H2 {
		font-size: 34px;
		line-height: 39px;
	}
	
	ARTICLE.article-page {
		padding-top: 20px;
		padding-bottom: 20px;
		border: none;
	}
	
	.main-slider {
		padding: 0px;
		padding-bottom: 32px;
		margin: 0px;
		margin-bottom: 32px;
		text-align: center !important;
	}
	
	.main-slider IMG {
		display: block;
		width: 100%;
		margin-bottom: 32px;
	}
	
	.main-slider .category {
		padding-top: 0px;
	}
	
	.main-slider H1, .main-slider P {
		text-align: center !important;
	}
	
	.main-slider .social {
		text-align: center;
	}
	
	ARTICLE.article-page .content .gallery-box {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	ARTICLE.article-page .content .gallery-box .image {
		/*height: 369px;
		padding-bottom: 60px;*/
	}
	
	ARTICLE.article-page .content .post-item .image {
		height: auto;
		padding: 0px;
	}
	
	ARTICLE.article-page .content .post-item .image IMG {
		position: relative;
		left: unset;
		top: unset;
		height: auto;
	}
	
	ARTICLE.article-page .author {
		text-align: center !important;
	}
	
	ARTICLE.article-page .author SPAN {
		display: block;
		text-align: center !important;
		padding-top: 19px;
	}
	
	ARTICLE.article-page .author .social {
		text-align: center !important;
		padding-top: 19px;
	}
	
	ARTICLE.article-page .content .products-box P.category {
		text-align: center;
	}
	
	ARTICLE.article-page .content .products-box .button {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.centered {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		width: 100%;
	}
	
	.gallery-numbers {
		top: 535px;
	}
	
	.slick-arrow {

	}
	
	ARTICLE.article-page .content .post-item .title {
		padding-top: 20px;
	}
	
	ARTICLE.article-page .content .post-item H3 {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 16px;
	}
	
	.column-3 {
		display: block;
		width: 100%;
		padding: 0px;
	} 
	
	.button {
		display: block;
		width: 100%;
	}
	
	.bnr {
		padding-top: 20px;
		padding-bottom: 40px;
		margin-bottom: 15px;
	}
	
	.bnr .bnr-content, ARTICLE.article-page .content .bnr .bnr-content {
		padding: 24px;
	}
}