.visibleinfo {
	display: none
}
.dblock .visibleinfo {
	display: block
}
.no-slider .owl-carousel {
	display: block
}
.topic-block a, .topic-page a {
	text-decoration: none
}
.no-slider:after {
	display: block;
	content: '';
	clear: both;
}
.home-section img {
	width: 100%;
	height: auto
}
.master-wrapper-content {
	padding: 0;
	max-width: none;
}
.mainslider {
	position: relative;
	z-index: 1;
	max-width: 1360px;
	margin: auto;
}
.mainslider:before {
	background: #f8f6f4;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	content: '';
	position: absolute;
	z-index: -1;
}
.home-container {
	max-width: 1240px;
	margin: 3% auto 25px;
	font-size: 0;
}
.max1240 {
	max-width: 1240px;
	margin: auto;
	padding: 0 1.3%;
	font-size: 0;
}
.mrgn {
	margin: 3% 0;
}
.home-container .item {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2%;
	overflow: hidden;
}
.home-container blockquote {
	margin: 20px 0 0;
}
.home-container h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: .2rem;
	position: relative;
	display: inline-block;
	font-weight: 400;
}
.img-hover img {
	-webkit-transition: -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
	transition: transform 6s cubic-bezier(.25, .46, .45, .94);
	transition: transform 6s cubic-bezier(.25, .46, .45, .94), -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
}
.img-hover .item:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.img-hover .item a {
	display: block;
	overflow: hidden;
}
.instagif {
	display: inline-block;
	width: 49%;
	position: relative;
	vertical-align: top;
}
.instafeeds {
	width: 51%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 2%;
}
.gif {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.instafeeds .item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.instafeeds .item:nth-child(1), .instafeeds .item:nth-child(4) {
	padding: 5%
}
/*******************/
.banner1 {
	position: relative;
	width: 28%;
	background: #f2f2f2;
	padding: 10px;
	float: left;
}
.banner1 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner1 a::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	content: '';
	z-index: 2;
	transition: all .5s linear;
}
.img-holder {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}
.label {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 1rem;
	line-height: 1.14286rem;
	letter-spacing: .48em;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .2s .1s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s .1s cubic-bezier(.25, .46, .45, .94);
}
.label::before {
	position: absolute;
	top: -130px;
	left: 50%;
	height: 100px;
	width: 1px;
	display: block;
	content: '';
	background-color: #2f2927;
	z-index: 2;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
}
.label strong::before {
	position: absolute;
	top: -31px;
	left: 50%;
	height: 7px;
	width: 7px;
	display: block;
	content: '';
	border: 1px solid #000;
	border-radius: 100%;
	z-index: 2;
	-webkit-transform: translate(-3px, 0);
	-ms-transform: translate(-3px, 0);
	transform: translate(-3px, 0);
}
.label::after {
	position: absolute;
	bottom: -123px;
	left: 50%;
	height: 100px;
	width: 1px;
	display: block;
	content: '';
	background-color: #2f2927;
	z-index: 2;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: transform .2s cubic-bezier(.25, .46, .45, .94);
	transition: transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
}
.banner1:hover .label {
	opacity: 1;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.banner1:hover .label::after, .banner1:hover .label::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.banner1:hover a::before {
	border: 12px solid #f8f6f4;
	background: rgba(245,245,245,.8);
}
.last- {
	text-align: right;
}
.video-holder {
	float: right;
	width: 70%;
}
.video-info {
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	color: #000;
	font-size: 16px;
	padding: 10px 0 0;
	line-height: 1.6rem;
	letter-spacing: .2rem;
}
.cate-info {
	margin: 25px 0 0;
	overflow: hidden;
}
.cate-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .2rem;
	position: relative;
	display: inline-block;
}
.last- .cate-title::before {
	margin: 0 0 0 -38px;
	height: 9px;
	width: 9px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.last- .cate-title::after {
	margin: 0 0 0 -38px;
	content: '';
	height: 2px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 50%;
	left: -800px;
	transform: translateY(-50%);
	width: 800px;
}
.cate-info a {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
	letter-spacing: .2rem;
	transition: all .5s linear;
}
.cate-info:hover a {
	padding-right: 20px;
}
.cate-info a::before {
	background: url(../images/arrow1.png) no-repeat;
	transition: all .5s linear;
	content: '';
	position: absolute;
	width: 10px;
	height: 16px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	right: 0;
}
em, i {
	font-style: normal;
}
.cate-info:hover a::before {
	visibility: visible;
	opacity: 1;
}
/*********/
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	border: 0;
	font-size: 0
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-nav {
	margin: 0;
	font-size: 0;
	text-align: center
}
/**************/
.home-popup {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 9999
}
.home-popup .popup-holder {
	max-width: 600px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	box-shadow: none;
	box-sizing: border-box
}
.home-popup .popup-frame {
	background: #fff;
	border: 10px solid #fff;
	position: relative;
	margin: auto;
	max-width: 600px
}
.home-popup .nx {
	display: block!important
}
.home-popup .popup-close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #b9b5b0;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

@media all and (min-width: 1024px) {
.mainslider:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #cfbda8;
	left: -20px;
	z-index: -1;
}
.owl-dots {
	position: absolute;
	left: -30px;
	top: 50%;
	right: auto;
	width: 20px;
	transform: translateY(-50%);
	z-index: 1;
	background: #f8f6f4;
}
.owl-dot {
	border: 1px solid #f8f6f4;
	display: block;
	margin: 10px 0;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	background: #f8f6f4;
}
.owl-dot span {
	height: 5px;
	width: 5px;
	text-align: center;
	display: block;
	background: #000;
	border-radius: 50%;
	margin: 6px auto 0;
	line-height: 20px;
}
.owl-dot.active {
	border: 1px solid #cfbda8;
}
}

@media all and (min-width: 768px) {
.home-container h2:before {
	margin: 0 0 0 30px;
	height: 9px;
	width: 9px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-49%);
}
.home-container h2:after {
	margin: 0 0 0 37px;
	content: '';
	height: 2px;
	background: #000;
	position: absolute;
	left: 100%;
	top: 50%;
	right: 0;
	transform: translateY(-49%);
	width: 800px;
}
.home-container .item blockquote a {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
	letter-spacing: .2rem;
	transition: all 0.5s linear;
}
.home-container blockquote a:before {
	background: url(../images/arrow1.png) no-repeat;
	transition: all .5s linear;
	content: '';
	position: absolute;
	width: 10px;
	height: 16px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	right: 0;
}
.home-container blockquote:hover a:before {
	visibility: visible;
	opacity: 1;
}
.home-container blockquote:hover a {
	padding-right: 20px;
}
.home-container .item:nth-child(2n) {
	text-align: right;
	margin-top: 5%;
}
.home-container .item:nth-child(2n) h2:before {
	margin: 0 0 0 -38px;
	height: 9px;
	width: 9px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.home-container .item:nth-child(2n) h2:after {
	margin: 0 0 0 -38px;
	content: '';
	height: 2px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 50%;
	left: -800px;
	transform: translateY(-50%);
}
}

@media all and (max-width: 1023px) {
.home-container h2 {
	font-size: 24px;
}
.mainslider {
	margin: 0 -10px;
}
}

@media all and (max-width: 767px) {
.home-container .item {
	display: block;
	vertical-align: top;
	width: auto;
	margin: 0 0 25px;
	overflow: hidden;
}
.home-container h2:before {
	margin: 0 0 0 30px;
	height: 9px;
	width: 9px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-49%);
}
.home-container h2:after {
	margin: 0 0 0 37px;
	content: '';
	height: 2px;
	background: #000;
	position: absolute;
	left: 100%;
	top: 50%;
	right: 0;
	transform: translateY(-49%);
	width: 800px;
}
.home-container h2 {
	font-size: 16px;
}
.img-hover .item a {
	margin: 0 10px;
}
.home-container blockquote a {
	font-size: 11px;
	float: right;
	margin-right: 50px !important;
	margin-left: 0 !important;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
	letter-spacing: .2rem;
	overflow: inherit !important;
}
.home-container blockquote a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	right: -999px;
	height: 2px;
	background: #000;
	transition: all .3s linear;
	transform: translateY(-50%);
	margin: 0 0 0 22px;
}
.home-container blockquote a:before {
	margin: 0 0 0 15px;
	height: 8px;
	width: 8px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-49%);
}
.home-container {
	margin: 5% 0;
}
.home-container blockquote {
	margin: 20px 0 0 10px;
}
.video-holder {
	float: none;
	width: auto;
}
.video-holder .cate-title {
	font-size: 14px;
	margin: auto;
	width: 80px;
	display: block;
	text-align: center;
}
.video-holder .cate-title::before {
	margin: 0 0 0 -18px;
	height: 9px;
	width: 9px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.video-holder .cate-title::after {
	margin: 0 0 0 -18px;
	content: '';
	height: 2px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 50%;
	left: -800px;
	transform: translateY(-50%);
}
.cate-info a {
	font-size: 11px;
	float: right;
	margin-right: 50px;
}
.cate-info a::before {
	display: none;
}
.cate-info a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	right: -999px;
	height: 2px;
	background: #000;
	transition: all .3s linear;
	transform: translateY(-50%);
	margin: 0 0 0 22px;
}
em::after {
	margin: 0 0 0 15px;
	height: 8px;
	width: 8px;
	content: '';
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-49%);
}
.cate-info:hover a {
	padding-right: 0;
}
.video-info {
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
}
.home-container2 {
	padding: 0 0 10px;
	margin: 0 -10px;
	background: #ebebeb;
}
.instagif {
	width: auto;
	display: block;
}
.instafeeds {
	width: auto;
	padding: 20px 0 0 0;
}
.max1240 {
	padding: 0 10px;
}
}
