.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 */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

BODY {
	padding-top: 140px;
}

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: #DD0251;
}

H1, H2, H3, H4, H5, H6, P {
	padding: 0px;
	margin: 0px;
}

H1, H2 {
	font-family: 'Playfair Display', 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: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	color: rgba(2, 2, 2, 0.9);
}

H4, H5, H6 {
	font-family: Lato;
	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;
}

P.category, P.category A {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #DD0251;
	padding-bottom: 19px;
}

P.date-author {
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgba(2, 2, 2, 0.7);
	padding-bottom: 39px;
}

P.date-author SPAN {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	color: rgba(2, 2, 2, 0.4);
}

.mobile {
	display: none;
}

.button {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFF;
	padding: 16px 25px;
	margin: 0px;
	background: #DD0251 !important;
	border: 1px solid #DD0251;
}

.button:hover {
	color: #DD0251;
	background: #fff !important;
}

.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: #DD0251;
    border: 1px solid #DD0251;
}

.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);
}

.megamenu {
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(2, 2, 2, 0.7);
	z-index: 999999999;
}

.megamenu .megamenu-content {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	padding: 0px 50px 114px 50px;
	background: #020202;
}

.megamenu .megamenu-header {
	padding-top: 19px;
	padding-bottom: 19px;
	margin-bottom: 85px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.megamenu .megamenu-header .logo {
	display: block;
	margin-top: 10px;
}

.megamenu .megamenu-header .logo IMG {
	width: auto;
    height: 35px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(333deg) brightness(101%) contrast(101%);
}

.megamenu .position-relative {
	height: 100%;
}

.megamenu .social-links {
	position: absolute;
	left: 100px;
    bottom: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.megamenu .social-links LI {
	display: inline-block;
	padding-right: 7px;
}

.megamenu .social-links LI A {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 23px;
}

.megamenu .social-links LI A:hover {
	bordeR: 1px solid #DD0251;
}

.megamenu .social-links LI A SPAN {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
}

.megamenu .social-links LI A.fb SPAN {
	background-image: url('../images/facebook.svg');
}

.megamenu .social-links LI A.twitter SPAN {
	background-image: url('../images/twitter.svg');
}

.megamenu .social-links LI A.youtube SPAN {
	background-image: url('../images/youtube-3.svg');
}

.megamenu .social-links LI A.instagram SPAN {
	background-image: url('../images/instagram-3.svg');
}

.megamenu .menu-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background-image: url('../images/menu-close.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F2F2F2;
	vertical-align: middle;
}

.megamenu .main-menu {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.megamenu .main-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.megamenu .main-menu UL LI {
	
}

.megamenu .main-menu UL.submenu {
	display: none;
}

.megamenu .main-menu UL.submenu {
	padding: 16px;
}

.megamenu .main-menu UL.submenu LI A {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 46px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	opacity: 0.8;
}

.megamenu .main-menu UL LI UL LI A:hover, .megamenu .main-menu UL LI UL LI A.active {
	opacity: 1;
}

.megamenu .main-menu LI A {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 57px;
	color: #FFF;
	text-transform: none;
	letter-spacing: 0.04em;
}

.megamenu .main-menu LI A:hover, .megamenu .main-menu LI A.active {
	color: #DD0251;
	text-decoration: none;
}

.megamenu .second-menu {
	padding: 0px;
	padding-left: 100px;
	margin: 0px;
	list-style-type: none;
}

.megamenu .second-menu LI {
	
}

.megamenu .second-menu LI A {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 46px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: none;
	letter-spacing: 0.04em;
}

.megamenu .second-menu LI A:hover, .megamenu .second-menu LI A.active {
	color: #DD0251;
	text-decoration: none;
}

.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: 'Lato';
	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: #DD0251;
	border-radius: 50%;
	content: "";
}

.livestream-start STRONG {
	display: inline-block;
	font-family: 'Lato';
	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: #DD0251;
}

.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: 'Lato';
	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: #DD0251;
	border-radius: 50%;
	content: "";
}

.livestream-box A {
	font-family: 'Lato';
	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: #DD0251;
}

.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: 'Lato';
	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: 'Playfair Display';
	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;
	border: 1px solid #D9D9D9;
	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: 'Georgia';
	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: 'Lato';
	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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 40px;
	color: rgba(2, 2, 2, 0.4);
	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: rgba(2, 2, 2, 0.4);
	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: rgba(2, 2, 2, 0.4);
	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: rgba(2, 2, 2, 0.4);
}

.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 {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 50px;
	border-top: 1px solid #020202;
	border-bottom: 1px solid #020202;
}

.newsletter-box P.category {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #DD0251;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px;
}

.newsletter-box H2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	padding-bottom: 50px;
	margin: 0px;
}

.newsletter-box P {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	margin: 0px;
}

.newsletter-box P A {
	text-decoration: none !important;
	border-bottom: 1px solid #9A9A9A;
}

.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;
	background: #F5F5F5;
	border: none;
	box-shadow: none;
	outline: none;
}

.newsletter-box BUTTON {
	display: block;
	width: 100%;
}

.text-left {
	text-align: left !important;
}

ARTICLE.article-page .content .post-item .title {
	font-family: 'Georgia';
	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: 'Playfair Display';
	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: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #DD0251;
}

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: 'Lato';
	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: #DD0251;
}

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;
	-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 .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: 65px;
}

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: 31px;
	padding-bottom: 35px;
	-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: Lato;
	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: 50px;
	height: 50px;
	margin-left: 10px;
	background-image: url('../images/menu.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F2F2F2;
	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: 58px;
	margin-bottom: 50px;
	border-bottom: 1px solid #020202;
}

.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 {
	padding-bottom: 20px;
}

.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: 'Playfair Display';
	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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: rgba(2, 2, 2, 0.4);
	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 {
	text-align: left;
}

ARTICLE.category-page {
	padding-top: 20px;
	border-top: 1px solid rgba(2, 2, 2, 0.15);
}

ARTICLE.category-page .jscroll-added {
	padding: 0px;
	margin: 0px;
	border: none;
}

ARTICLE.category-page NAV {
	padding: 0px;
}

ARTICLE.article-page {
	padding-top: 20px;
	padding-bottom: 0px;
	border-top: 1px solid rgba(2, 2, 2, 0.15);
}

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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	color: #020202;
	padding: 0px;
}

ARTICLE.article-page .content .perex P.title {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: rgba(2, 2, 2, 0.4);
	padding-bottom: 22px;
}

ARTICLE.article-page .content P {
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 34px;
	color: rgba(2, 2, 2, 0.9);
	padding-bottom: 35px;
}

ARTICLE.article-page .content P SPAN {
	font-family: Georgia !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;
}

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: #DD0251 !important;
	text-decoration: none !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;
	width: 100%;
	min-height: 368px;
	max-width: 100%;
	padding-bottom: 35px;
}

ARTICLE.article-page .content IFRAME:not(.instagram-media) {
	height: auto !important;
}

ARTICLE.article-page .content H2 {
	padding-bottom: 29px;
}

ARTICLE.article-page .content H3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	padding-bottom: 21px;
}

ARTICLE.article-page .content H4 {
	font-family: 'Lato';
	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: 'Lato';
	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: Lato;
	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: Georgia;
	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;
	margin-bottom: 22px;
	border-top: 1px solid rgba(2, 2, 2, 0.15);
	border-bottom: 1px solid #020202;
}

ARTICLE.article-page .author SPAN {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

ARTICLE.article-page .author I {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #DD0251;
}

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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: rgba(2, 2, 2, 0.4);
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
}

ARTICLE.article-page .content .image P SPAN {
	font-family: Lato !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 13px !important;
	line-height: 16px !important;
	color: rgba(2, 2, 2, 0.9) !important;
}

.tags {
	padding-bottom: 40px;
}

.tags A {
	display: inline-block;
	font-family: Lato;
	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: 32px;
	padding-bottom: 40px;
	border-top: 1px solid #020202;
}

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: rgba(2, 2, 2, 0.04);;
}

ARTICLE.article-page .authors TABLE TBODY TR:nth-child(even) {
    border-bottom: 0;
    background-color: #fff;
}

ARTICLE.article-page .authors TABLE TH {
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(2, 2, 2, 0.9);
	text-align: left;
	padding: 10px 15px;
	border: none !important;
}

ARTICLE.article-page .authors TABLE TD {
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(2, 2, 2, 0.9);
	padding: 10px 15px;
	border: none !important;
}

.popular-posts {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #020202;
}

/*
 * Popular Article Box 
 */
.popular-article-box {
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
	cursor: pointer;
}

ARTICLE.article-page .content .popular-article-box H3 {
	font-size: 17px;
	line-height: 1.2;
	padding: 0px;
	padding-bottom: 10px;
}

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: 10px;
	margin: 0px;
}

ARTICLE.article-page .content .popular-article-box P.category A {
	font-size: 12px;
	line-height: 1.4;
	padding: 0px;
}

ARTICLE.article-page .content .popular-article-box P.date {
	font-size: 12px;
	line-height: 1.2;
	padding: 0px;
}

/*
 * Article Box
 */
.article-box {
	text-align: left;
	padding-bottom: 25px;
	cursor: pointer;
}

.article-box:hover H3 {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.article-box P.category {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

.article-box H3 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #020202;
	padding-bottom: 19px;
	-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 P.date {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: rgba(2, 2, 2, 0.4);
	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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #DD0251;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 17px;
}

.products-box P {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: rgba(2, 2, 2, 0.4);
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}

.products-box P.category {
	font-family: Georgia;
	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;
	max-width: 187px;
}



ARTICLE.article-page .content .products-box {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(2, 2, 2, 0.15);
}

ARTICLE.article-page .content .products-box-2 {
	padding-top: 50px;
	border-top: 1px solid #020202;
}

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: 0px;
	/*padding-top: 48px;
	padding-bottom: 48px;*/
	margin: 0px;
	/*background: #F2F2F2;*/
	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: 38px;
	letter-spacing: 0.04em;
	color: #020202;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}

ARTICLE.article-page .content .products-box .title {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #DD0251;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 17px;
}

ARTICLE.article-page .content .products-box P {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: rgba(2, 2, 2, 0.4);
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}

ARTICLE.article-page .content .products-box P.category {
	font-family: Georgia;
	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;
}

ARTICLE.article-page .content .products-box .button {
	display: block;
	max-width: 187px;
}




.products-box.products-box-3 {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0px;
	border-top: 1px solid #020202;
	border-bottom: 1px solid #020202;
}

.infinite-scroll .products-box.products-box-3 {
	margin-bottom: 60px;
}

.infinite-scroll NAV {
	padding: 0px;
	margin: 0px;
}

.products-box.products-box-3 .image {
	height: 567px;
	padding: 100px;
	background: #F5F5F5;
}

.products-box.products-box-3 H3 {
	max-width: 495px;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 35px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #020202;
	padding-bottom: 37px;
	margin: 0 auto;
	opacity: 0.95;
}

.products-box.products-box-3 P.category {
	text-align: center;
}

.products-box.products-box-3 .button {
	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: Georgia;
	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: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: rgba(2, 2, 2, 0.4);
	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: 47px;
	margin-bottom: 50px;
	border-top: 1px solid #020202;
	border-bottom: 1px solid #D9D9D9;
}

ARTICLE.article-page .blockquote-box BLOCKQUOTE {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 39px;
	color: #DD0251;
	padding: 0px;
	padding-bottom: 32px;
	margin: 0px;
	border: none;
}

ARTICLE.article-page .blockquote-box P {
	font-family: 'Lato';
	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: 'Georgia';
	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);
}

/*
 * Responsive
 */
@media only screen and (max-width: 768px) {
	BODY {
		padding-top: 80px;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none !important;
	}
	
	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: 10px;
	}
	
	HEADER .button {
		display: none !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;
	}
	
	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;
	}
	
	.megamenu .megamenu-header .logo {
		margin: 0px;
	}
	
	.megamenu .menu-button {
		margin-top: -10px;
	}
	
	.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: 'Playfair Display';
		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;
	}
	
	.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-size: 16px;
		line-height: 21px;
	}
	
	.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%;
	}
	
	.megamenu .megamenu-header {
		padding: 0px;
		padding-bottom: 24px;
		margin: 0px;
		border: none;
	}
	
	.megamenu .grid-container.fluid {
		padding: 0px;
	}
	
	.megamenu .megamenu-content {
		height: 100vh;
		padding: 20px;
		overflow: auto;
	}
	
	.megamenu .megamenu-header .button {
		display: none;
	}
	
	.megamenu .main-menu {
		padding-bottom: 32px;
		border: none;
	}
	
	.megamenu .main-menu LI A {
		font-size: 26px;
		line-height: 48px;
	}
	
	.megamenu .second-menu {
		padding: 0px;
		padding-top: 32px;
		margin-top: 32px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.megamenu .social-links {
		position: relative;
		left: unset;
		bottom: unset;
		padding: 0px;
		padding-top: 32px;
		margin: 0px;
		list-style-type: none;
	}
	
	.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;
	}
}