
html, body{
	padding: 0;
	margin: 0;
	height: 100%;
}
p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
.dark a{
	text-decoration: none;
	color: #FFD7B2;
}
.dark .logo__link{
	color: #32373B;
}
html{
	background: #F9F5ED;
	background: url(../img/bg_desctop.png);
	background-size: auto;
	background-position: center;
	background-repeat: repeat;
	
}

body{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Futura Maxi CG Demi', sans-serif;
}

.header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-top: 18px;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}
.logo__title{
	font-size: 20px;
	margin-left: 8px;
}
.logo__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 8px 0;
	text-align: center;
	border: 2px solid #F4E9DA;
	border-radius: 50px;
	background: #FEF9F4;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 175px;
}
.logo__link:hover,
.logo__link:active{
	-webkit-transform:scale(1.05);
	    -ms-transform:scale(1.05);
	        transform:scale(1.05);
}

.section{
	height: auto;
	padding-bottom: 12px;
}

.section__100vh .footer{
	position: fixed;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}
.footer.video__fullscreen{
	display: none;
}

.wrapper{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}


.link__body,
.category__title{
	color: #FEC1A0;
	/*font-size: 25px;*/
	font-size: 20px;
	font-family: 'Futura Maxi CG Demi';
    font-weight: normal;
    font-style: normal;
    background: #FFD7B2;
    border-radius: 50px;
	/*padding: 8px 0;*/
    padding: 8px 0 6px;
    border: 2px solid #32373B;
    color: #32373B;
    width: 175px;
    display: block;
    text-align: center;
}
.link__body{
	font-size: 25px;
	padding: 8px 0;
	color: #32373B;
}
.link__soul,
.dark .category__title{
	color: #FFD7B2;
	font-size: 25px;
	font-family: 'Futura Maxi CG Demi';
    font-weight: normal;
    font-style: normal;
    background: #32373B;
    border-radius: 50px;
    padding: 8px 0 6px;
    border: 2px solid #FFD7B2;
    width: 175px;
    display: block;
    text-align: center;
}
.dark .category__title{
	font-size: 20px;
}

.float__width,
.dark .float__width{
	width: 100%;
	max-width: 290px;
	/* padding-left: 32px; */
	/* padding-right: 32px; */
}
.box__unity{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.centered__content{
	padding-top: 14vh;
}
.centered__content>a{
	margin-bottom: 30px;
}
.unity{
	position: relative;
	height: 260px;
	width: 250px;
	margin-top: 42px;
	margin-bottom: 42px;
}
.unity__link{
	cursor: pointer;
}
.link__soul,
.link__body{
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.unity__link_soul{
	position: absolute;
	z-index: 2;
	top: -3px;
	right: -50px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-clip-path: polygon(100% 0, 100% 80%, 68% 99%, 51% 94%, 41% 77%, 41% 47%, 29% 27%, 13% 22%, 0% 25%, 0 0);
	clip-path: polygon(100% 0, 100% 80%, 68% 99%, 51% 94%, 41% 77%, 41% 47%, 29% 27%, 13% 22%, 0% 25%, 0 0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
.unity__link_soul.zoom_in{
	-webkit-transform: rotate(-5deg) scale(1.16);
	    -ms-transform: rotate(-5deg) scale(1.16);
	        transform: rotate(-5deg) scale(1.16);
}
.unity__link_soul.zoom_out{
	-webkit-transform: rotate(7deg) scale(0.94);
	    -ms-transform: rotate(7deg) scale(0.94);
	        transform: rotate(7deg) scale(0.94);
	opacity: 0.8;
}
.unity__link_body{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: -50px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
.unity__link_body.zoom_in{
	-webkit-transform: rotate(-5deg) scale(1.16);
	    -ms-transform: rotate(-5deg) scale(1.16);
	        transform: rotate(-5deg) scale(1.16);
}
.unity__link_body.zoom_out{
	-webkit-transform: rotate(7deg) scale(0.94);
	    -ms-transform: rotate(7deg) scale(0.94);
	        transform: rotate(7deg) scale(0.94);
	opacity: 0.8;
}
.disabled{
	-webkit-transform: scale(0.94);
	    -ms-transform: scale(0.94);
	        transform: scale(0.94);
	opacity: 0.6;
}

.footer{
	opacity: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer__show{
	opacity: 1;
}
.terms{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
}
.terms__link{
	font-size: 11px;
	font-family: 'Roboto Light', sans-serif;
	font-weight: 300;
	color: #373737;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.dark .terms__link{
	color: #7F7C77;
}

.terms__link:hover,
.terms__link:active{
	color: #32373B;
}
.dark .terms__link:hover,
.dark .terms__link:active{
	color: #D3B293;
}
/*body*/
.back__box{
	position: absolute;
	left: 35px;
}
.back__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px 11px;
    text-align: center;
    border: 2px solid #F4E9DA;
    border-radius: 50px;
    background: #FEF9F4;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.back__link:hover{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}
.slider__wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	max-width: 785px;
	margin: 0 auto;
}
.body__slider,
.soul__slider{
	width: 100%;
}

.slider{
	position: relative;
}
.slide{
	float: left;
	width: 224px;
	/*max-width: 230px;*/
	height: 373px;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	margin: 30px 15px;

}
.arrow{
	position: absolute;
	bottom: 40px;
	height: 16px;
	width: 13px;
	z-index: 5;
	display: block;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.arrow_next{
	margin-left: 45px;
	background: url(../img/slide_next.png) top/contain no-repeat;
	left: 50%;
}
.arrow_prev{
	margin-right: 45px;
	background: url(../img/slide_prev.png) top/contain no-repeat;
	right: 50%;
}
.slide.slick-current{
	width: 224px;
	height: 373px;
	-webkit-transform: scale(1.14);
	    -ms-transform: scale(1.14);
	        transform: scale(1.14);
}
.slick-dots{
	bottom: 15px;
	z-index: 3;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-dots li button:before{
	font-size: 10px;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	color: #C9AA8E;
}
.slick-dots li.slick-active button:before{
	color: #463135;
}
.dark .slick-dots li button:before{
	color: #8E9193;
}
.dark .slick-dots li.slick-active button:before{
	color: #FFD7B2;
}

.slick-dots{
	display: inline-block;
	margin: 0 auto;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.slide:nth-child(4n-4){
	background: url(../img/slider_bg/yoga.svg) center top / contain no-repeat;
}
.slide:nth-child(4n-3){
	background: url(../img/slider_bg/fitness.svg) center top / contain no-repeat;
}
.slide:nth-child(4n-2){
	background: url(../img/slider_bg/recipes.svg) center top / contain no-repeat;
}
.slide:nth-child(4n-1){
	background: url(../img/slider_bg/workout.svg) center top / contain no-repeat;
}

.dark .slide:nth-child(4n-4){
	background: url(../img/slider_bg/wallpapers_dark.svg) center top / contain no-repeat;
}
.dark .slide:nth-child(4n-3){
	background: url(../img/slider_bg/video_dark.svg) center top / contain no-repeat;
}
.dark .slide:nth-child(4n-2){
	background: url(../img/slider_bg/relax_dark.svg) center top / contain no-repeat;
}
.dark .slide:nth-child(4n-1){
	background: url(../img/slider_bg/meditation_dark.svg) center top / contain no-repeat;
}

.slide__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: 100%;
	width: 100%;	
}
.body__slider,
.soul__slider{
	padding: 0;
}
.body__slider .slide__link img,
.soul__slider .slide__link img{
	padding-right: 0;
	margin-bottom: auto;
	margin-top: 35%;
}
.body__slider .slide__link span,
.soul__slider .slide__link span{
	padding-left: 0;
	text-align: center;
	max-width: 150px;
	margin-top: 55px;
	font-size: 23px;
	display: block;
	height: 25px;
	line-height: 1.3;
}
/*end body*/

/*start video category*/
.box__video,
.box__image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 290px;
	margin: 0 auto;
}
.video__player{
	width: 100%;
	border: 2px solid #32373B;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 25px;
}
.dark .video__player{
	border: 2px solid #F6D0AC;
}
.video__track{
	position: relative;
}
.dark .video__track{
	position: relative;
}
.video{
	height: 163px;
	width: 290px;
	margin-bottom: -5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
}
.dark .video{
	-o-object-fit: cover;
	   object-fit: cover;
}
.dark .video__wrap_fullscreen .video{
	-o-object-fit: contain;
	   object-fit: contain;
}
.video__play_pause{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,215, 178, 0.35);
	display: block;
}
.dark .video__play_pause{
	background: rgba(50, 55, 59, 0.35);
}
.video__play_pause_img{
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}
.video__play_pause_img:hover{
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	    -ms-transform: translate(-50%, -50%) scale(1.15);
	        transform: translate(-50%, -50%) scale(1.15);
}

.video__list_item .video__play_pause_img{
	width: 27px;
	height: 31px;
}
.video__info{
	border-top: 2px solid #32373B;
	background: #FFD7B2;
	/*height: 32px;*/
	height: auto;
	padding: 11px;
	position: relative;
	z-index: 10;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.dark .video__info{
	border-top: 2px solid #F6D0AC;
	background: #32373B;
	/*height: 32px;*/
	height: auto;
	padding: 11px;
	color: #FFD7B2;
}

.video__title{
	font-size: 12px;
	height: 32px;
/*	margin-top: 11px;
	margin-bottom: 11px;*/

}
.video__views,
.video__likes,
.music__time,
.music__likes{
	font-size: 9px;
	line-height: 9px;
}
.video__interactive{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.video__dot,
.receipt__dot,
.music__dot{
	margin-left: 13px;
	margin-right: 13px;
}
.like,
.song__like{
	margin-left: auto;
	cursor: pointer;
	background: url('../img/like.svg')  center top / contain no-repeat;
	height: 12px;
	width: 13px;
}
.dark .like,
.dark .song__like{
	margin-left: auto;
	cursor: pointer;
	background: url('../img/dark_like.svg')  center top / contain no-repeat;
	height: 12px;
	width: 13px;
}
.song__like{
	height: 15px;
	width: 16px;
}
.like.liked,
.song__like.liked{
	background: url('../img/liked.svg')  center top / contain no-repeat;
	height: 12px;
	width: 13px;
}
.dark .like.liked,
.dark .song__like.liked{
	background: url('../img/dark_liked.svg')  center top / contain no-repeat;
	height: 12px;
	width: 13px;
}
.song__like.liked{
	height: 15px;
	width: 16px;
}

.i__instruction{
	position: relative;
	padding: 5px 26px 5px 45px;
	border-radius: 20px;
	border: 2px solid red;
	border: 2px solid #F7EDE0;
	/*font-family: Roboto Light, sans-serif;*/
	font-size: 10px;
	background: #FEF9F4;
	margin-top: 20px;
	margin-bottom: 28px;
	color: #5C5856;
}
.i__instruction:after{
	content: '';
	display: block;
	height: 14px;
	width: 14px;
	background: url('../img/i.svg');
	position: absolute;
	top: 3px;
	left: 15px;	
}

.video__list,
.image__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.video__list_item,
.dark .img__list_item{
	height: 90px;
	width: 86px;
	border: 2px solid #4B4E51;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	margin-right: 10px;
}
.video{
	position: relative;
}
.video__navigation{
	display: none;
	position: absolute;
	height: 30px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	bottom: 0px;
	left: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.dark .video__navigation{
	background: rgba(255,215,178,0.5);
}
.video__navigation.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.video__wrap_fullscreen .video__navigation{
	background: rgba(0,0,0, 1);
}
.dark .video__wrap_fullscreen .video__navigation{
	background: rgba(255,255,255, 1);
}
.video__play{
	margin-left: 8px;
	background: url(../img/pause_video.svg) center center/25px no-repeat;
	height: 25px;
	width: 36px;
	cursor: pointer;
}
.dark .video__play{
	background: url(../img/pause_video__dark.svg) center center/25px no-repeat;
}
.video__play.full__pause{
	background: url(../img/play_video2.svg) center center/25px no-repeat;
}
.dark .video__play.full__pause{
	background: url(../img/play_video2__dark.svg) center center/25px no-repeat;
}
.video__prev{
	margin-left: 22px;
	height: 15px;
	width: 15px;
}
.video__next{
	margin-left: 15px;
	height: 15px;
	width: 15px;
}
.video__full{
	margin-right: 5px;
	background: url(../img/fullscreen.svg) center 4px/25px no-repeat;
	height: 25px;
	width: 30px;
	cursor: pointer;
}

.dark .video__full{
	margin-right: 5px;
	background: url(../img/fullscreen__light.svg) center 4px/25px no-repeat;
	height: 25px;
	width: 30px;
	cursor: pointer;
}

.dark .img__list_item{
	height: 118px;
	border: 2px solid #FFD7B2;
	margin-bottom: 15px;
}
.img__list_item>img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.video__list_item:nth-child(3n),
.img__list_item:nth-child(3n){
	margin-right: 0;
}
.video__poster_small{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.show__preview .video__play_pause{
	display: none;
}
.popup__wrapper{
	display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
}
.show__popup_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup{
	color: #32373B;
	background: #FFD7B2;
	border-radius: 20px;
	width: 260px;
	text-align: center;
	padding: 20px;
	border: 2px solid #32373B;
	position: relative;
}

.dark .popup{
	color: #FFD7B2;
	background: #32373B;
	border: 2px solid #FFD7B2;
}

.popup__image{
	margin: 0 auto;
	width: 62px;
	height: 62px;
	background: url(../img/i.svg) center top / contain no-repeat;
}
.dark .popup__image{
	background: url(../img/light_i.svg) center top / contain no-repeat;
}
.popup__close{
	height: 12px;
	width: 12px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/close.svg);
	cursor: pointer;
	font-family: 'Futura Maxi CG Demi', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup__title{
	margin-top: 5px;
	font-size: 12px;
}
.popup__description{
	margin-top: 8px;
	font-size: 9px;
	display: block;
}
.popup__link{
	position: relative;
	padding: 5px 22px 5px 40px;
	border-radius: 20px;
	border: 2px solid #F4E9DA;
	font-family: Roboto Regular, sans-serif;
	font-weight: 700;
	font-size: 10px;
	background: #FEF9F4;
	margin-top: 20px;
	color: #5C5856;
	display: inline-block;
}
.dark .popup__link{
	color: #5C5856;
}
.popup__link:after{
	content: '';
	display: block;
	height: 14px;
	width: 14px;
	background: url('../img/back__popup.svg');
	position: absolute;
	top: 5px;
	left: 15px;	
}
.video__wrap_fullscreen,
.dark .video__wrap_fullscreen{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #000;
    width: 100vw;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    z-index: 500;
    box-shadow: 0px 65px 0px 0px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 65px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 65px 0px 0px rgba(0,0,0,1);
}


.video__wrap_fullscreen video{
	/*height: calc(100vh - 56px);*/
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: calc((var(--vh, 1vh) * 100));
	width: 100vw;
}
/*end video category*/

/*recipes category*/
.menu_recipes,
.menu_workout,
.menu_relax,
.menu_wall{
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 auto;
	max-width: 300px;
	list-style: none;
}
.menu_recipes{
	padding-bottom: 15px;
}
.menu_recipes .card__link .menu-image{
	width: 70px;
	height: 70px;
}
.cards{
	width: 135px;
	background: #FFD7B2;
	border-radius: 15px;
	border: 2px solid #4A4D4F;
	height: 160px;
	margin-bottom: 22px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.dark .cards{
	background: #32373B;
	color: #FFD7B2;
	border: 2px solid #FFD7B2;
}
.cards:hover{
	background-color: #FFCD9E;
}
.dark .cards:hover{
	background-color: #131313;
}
.cards:active{
	background-color: #FFCD9E;
}
.dark .cards:active{
	background-color: #FEFAFA;
}
.card__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	text-align: center;
}
.card__link .menu-image{
	margin-top: 16px;
}
.card__link .menu-image-title{
	font-size: 10px;
	line-height: 10px;
	padding-left: 0;
	margin-top: 15px;
	font-family: 'Futura Maxi CG Demi', sans-serif;
	font-weight: 600;
}
.card__link .desc{
	font-size: 7px;
	line-height: 10px;
	max-width: 110px;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	font-family: 'Futura Maxi CG Demi', sans-serif;
	font-weight: 600;
}
.receipt{
	width: 100%;
    border: 2px solid #32373B;
    border-radius: 20px;
    overflow: hidden;
    height: 228px;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.receipt:last-child{
	margin-bottom: 25px;
}
.receipt__image{
	position: relative;
	height: 160px;
	display: block;
}
.receipt__image:after{
	position: absolute;
	content: '';
	display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,215, 178, 0.35);
    display: block;
}
.receipts__single_section .receipt__image:after{
    display: none;
}

.receipt__info{
	border-top: 2px solid #32373B;
    background: #FFD7B2;
    min-height: 40px;
    padding: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.receipt__title{
	font-size: 12px;
}
.receipt__interactive{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
}
.receipt__img{
	width: 100%;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.receipts__list{
	width: 290px;
	margin: 0 auto;
}
.receipt__min,
.receipt__kkal{
	font-size: 9px;
	line-height: 21px;
	padding-left: 15px;
	position: relative;
}
.music__time{
	position: relative;
	padding-left: 15px;
}
.receipt__min:before,
.music__time:before{
	position: absolute;
	content: '';
	display: block;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background: url(../img/time_icon.png) center top / contain no-repeat;
}
.music__time:before{
    top: -2px;
}

.dark .music__time:before{
	position: absolute;
	content: '';
	display: block;
    top: -3px;
    left: 0;
    height: 12px;
    width: 12px;
    background: url(../img/dark__time_icon.svg) center top / contain no-repeat;
}
.receipt__kkal:before{
	position: absolute;
	content: '';
	display: block;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background: url(../img/kcal_icon.png) center top / contain no-repeat;
}

.receipt__read,
.music__play{
	margin: 0px 0px 0px auto;
	display: block;
	font-size: 9px;
	line-height: 10px;
	border: 1px solid #4A4D4F;
	border-radius: 25px;
	padding: 5px 23px 4px;
	max-width: 105px;
	text-align: center;
	display: inline-block;
	font-family: 'Futura Maxi CG Demi', sans-serif;
	background-color: transparent;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
}
.dark .receipt__read,
.dark .music__play{
	color: #B79F89;
	border: 1px solid #B79F89;
	background-color: transparent;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
}


.receipt__read:hover,
.music__play:hover{
	background-color: #FFCD9E;
}
.dark .receipt__read:hover,
.dark .music__play:hover{
	background-color: #131313;
}
.receipt__read:active,
.music__play:active{
	background-color: #FFF1E3;
}
.dark .receipt__read:active,
.dark .music__play:active{
	background-color: #FEFAFA;
}


.receipts__single_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
}
.receipts__single_list .receipt{
	/*height: 320px;*/
	height: auto;
}
.receipts__single_list .receipt__image{
	height: 210px;
}
.receipts__single_list .receipt__img{
	height: 100%;
}
.receipts__single_list .receipt__info{
	height: auto;
}
.receipt__short{
	font-size: 9px;
	line-height: 13px;
	display: inline-block;
	margin-top: 5px;
	min-height: 39px;
}
.receipts__single_list .receipt__interactive{
	margin-top: 5px;
}
.ingredients__box{
	border: 2px solid #32373B;
	padding: 3px 25px 3px 25px;
	border-radius: 25px;
	background: #FEF0E3;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ingredient{
	border-bottom: 1px solid #C4C4C4;
	padding: 20px 0;
	line-height: 12px;
	font-size: 12px;
	font-family: 'Futura Maxi CG Demi', sans-serif;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.ingredient:last-child{
	border: none;
}
.ingredient__title{
	font-size: 12px;
	line-height: 12px;
}
.ingredient__title:first-letter {
	text-transform:capitalize;
}
.ingredient__number{
	font-size: 9px;
	line-height: 12px;
	color: rgba(38, 35, 34, 0.65);
	white-space: nowrap;
}
.width__auto{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.steps__box{
	width: 100%;
}
.step{
	background: #FFD7B2;
	border: 2px solid #32373B;
	padding: 3px 25px 3px 25px;
	border-radius: 25px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 12px;
}
/*.step:last-child{
	margin-bottom: 0;
}*/
.receipts__single_section .i__instruction{
	margin: 18px auto 12px;
}
.receipts__single_section .i__instruction.more__recipes{
	margin-top: 0;
}
.step__title{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 16px;
}
.step__desc{
	font-size: 9px;
	line-height: 12px;
	color: rgba(38, 35, 34, 0.65);
	margin-bottom: 20px;
}
.receipt__info_prev{
	width: 100%;
	border: 2px solid #32373B;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 20px;
}
.menu_workout .cards{
	height: 188px;
}
.menu_workout .card__link .menu-image{
	height: 72px;
	width: 72px;
	/*-o-object-fit: none;
	   object-fit: none;*/
	margin-top: 24px;
}
.menu_workout .card__link .menu-image-title{
	margin-top: 21px;
}
.menu_workout .card__link .desc{
	margin-top: 21px;
}
/*end recipes category*/

/*start music category*/

.box__music{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.song__player{
	position: relative;
	max-width: 375px;
	width: 100%;
	margin: 0 auto 45px;
	width: 290px;
    background: #FFD7B2;
    border-radius: 15px;
    border: 2px solid #4A4D4F;
    height: auto;
    margin-bottom: 22px;
    margin-top: 25px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px;
}

.dark .song__player{
	background: #32373B;
	border: 2px solid #FFD7B2;
}

.section__title{
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #363E44;
	margin-bottom: 35px;
}
.play_icon{
	position: absolute;
	display: block;
	height: 38px;
	width: 38px;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	background: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.play_icon:active,
.play_icon:hover{
	background: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/



.navigation__player{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 20px auto 0;
	width: 100%;
	height: 57px;
}
.song__title{
	font-size: 14px;
	height: 45px;
	width: 90%;
}
.dark .song__title{
	color: #FFD7B2;
}
.song__player_title_like{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

/*Specification*/

input{
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	font-family: Arial, sans-serif;
}


input[type="range"] {
	-webkit-appearance: none;
	margin-right: 15px;
	width: 100%;
	/*background: red;*/
	border-radius: 5px;
	background-image: -o-linear-gradient(#fff, #fff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

/**/

.controls__progress-wrap,
.controls__progress-wrap__video{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 3px;
	margin-top: 1px;
}
.controls__progress-wrap__video{
	/*min-width: 40%;
	width: auto;*/
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 4 100%;
	        flex: 0 4 100%;
}
.video__wrap_fullscreen .controls__progress-wrap__video{
	width: 100%;
}

.controls__progress-bar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #D0AF93;
	border: none;
	border-radius: 4px;
}

.dark .controls__progress-bar{
	background-color: #6A635D;
}

.controls__progress-wrap__video .controls__progress-bar{
	background: #32373B;
}

.dark .controls__progress-wrap__video .controls__progress-bar{
	background: #FFD7B2;
}

.controls__progress-value {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #32373B;
	border: none;
	border-radius: 4px;
}

.dark .controls__progress-value{
	background-color: #FFD7B2;
}
.controls__progress-wrap__video .controls__progress-value{
	background-color: #FFD7B2;
}
.dark .controls__progress-wrap__video .controls__progress-value{
	background-color: #32373B;
}

.controls__progress-value:after{
	content: '';
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #262322;
	right: 0;
	top: -1px;
}
.dark .controls__progress-value:after{
	background: #FFD7B2;
}

.controls__progress-wrap__video .controls__progress-value:after{
	background-color: #FFD7B2;
}

.dark .controls__progress-wrap__video .controls__progress-value:after{
	background-color: #262322;
}

.controls__progress {
	position: absolute;
	z-index: 3;
	top: -200%;
	left: 0;
	height: 500%;
	width: 100%;
	margin: 0;
	-ms-touch-action: none;
	    touch-action: none;
	cursor: pointer;
	opacity: 0;
	outline: 1px dotted red; 
}
/***LOADER****/


/**/
/*wall paper*/
.nav__button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.time__box{
	font-size: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	margin-top: 7px;
}
.dark .time{
	color: #FFD7B2;
}
.shuffle{
	height: 15px;
	width: 14px;
}
.shuffle{
	background: url(../img/music_player/shuffle_body.svg) center top/cover no-repeat;
}
.shuffle:active,
.shuffle.active{
	background: url(../img/music_player/shuffle_body_active.svg) center top/cover no-repeat;
}
.dark .shuffle{
	background: url(../img/music_player/shuffle_soul.svg) center top/cover no-repeat;
}
.dark .shuffle:active,
.dark .shuffle.active{
	background: url(../img/music_player/shuffle_soul_active.svg) center top/cover no-repeat;
}
.prev__button{
	height: 17px;
	width: 17px;
	background: url(../img/music_player/prev_body.svg) center top/cover no-repeat;
}
.dark .prev__button{
	background: url(../img/music_player/prev_soul.svg) center top/cover no-repeat;
}

.video__prev{
	cursor: pointer;
	height: 19px;
	width: 19px;
	background: url(../img/music_player/prev_soul.svg) center center/17px no-repeat;
}

.dark .video__prev{
	background: url(../img/music_player/prev_body.svg) center center/17px no-repeat;
}

.play{
	height: 57px;
	width: 57px;
	background: url(../img/music_player/play.svg) center top/cover no-repeat;
}
.play.pause{
	background: url(../img/music_player/paus_.svg) center top/cover no-repeat;
}


.next__button{
	height: 17px;
	width: 17px;
	background: url(../img/music_player/next_body.svg) center top/cover no-repeat;
}
.dark .next__button{
	background: url(../img/music_player/next_soul.svg) center top/cover no-repeat;
}
.video__next{
	cursor: pointer;
	height: 19px;
	width: 19px;
	background: url(../img/music_player/next_soul.svg) center center/17px no-repeat;
}
.dark .video__next{
	background: url(../img/music_player/next_body.svg) center center/17px no-repeat;
}

.loop{
	height: 17px;
	width: 17px;
	background: url(../img/music_player/repeat_body.svg) center center/cover no-repeat;
}
.loop:active,
.loop.active{
	background: url(../img/music_player/repeat_body_active.svg) center center/cover no-repeat;
}
.dark .loop{
	background: url(../img/music_player/repeat_soul.svg) center center/cover no-repeat;
}
.dark .loop:active,
.dark .loop.active{
	background: url(../img/music_player/repeat_soul_active.svg) center center/cover no-repeat;
}
.music__list{
	width: 100%;
	max-width: 290px;
	margin: 20px auto;
}
.music__box{
	border: 2px solid #4A4D4F;
	padding: 15px 23px 7px 23px;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	background: #FFD7B2;
	margin-bottom: 13px;
}
.dark .music__box{
	background: #32373B;
	border: 2px solid #FFD7B2;
}
.equalizer{
	width: 37px;
	margin-left: auto;
	width: 68px;
	background: url(../img/music_player/light.gif) center top/28px no-repeat;
}
.dark .equalizer{
	background: url(../img/music_player/dark.gif) center top/28px no-repeat;
}

.music__title{
	font-size: 12px;
	line-height: 12px;

}
.dark .music__title{
	color: #FFD7B2;
}


.music__interactive{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	margin-top: 4px;
}
.dark .music__interactive{
	color: #FFD7B2;
}
.play{
	cursor: pointer;
}
.hidden,
.hide__lottie{
	display: none;
}
.equalizer>img{
	width: 100%;
	margin-top: -8px;
}
.equalizer{
	width: 40px;
	margin-left: auto;
	margin-right: 15px;
	height: 22px;
	margin-top: -3px;
}
/*end music category*/

/**/
/*SOUL*/
/**/
.dark{
	/*color: #FFD7B2;*/
	/*background: #32373B;	*/
}



.menu_meditations{
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	max-width: 300px;	
}
.menu_meditations .cards{
	width: 135px;
}
.menu_meditations .card__link .menu-image{
	margin-top: 30px;
}
.menu_meditations img.menu-image{
	padding: 0;
}
.wall__single_section .slider .slide{
	background: none;
}
.wall__single_section>*>img{
	width: 100%;
}
.slider__wall{
	margin-top: 30px;
	width: 100%;
	max-width: 768px;
}
.slider__wall .slide{
	border-radius: 20px;
	border: 2px solid #FFD7B2;
	overflow: hidden;
	position: relative;
}
.load__wall_image{
	display: none;
	width: auto;
	height: auto;
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%); 
}

.slick-current .load__wall_image{
	display: block;
}

.wall__single_section .box__image{
	max-width: 100%;
}

.custom_paging{
	list-style: none;
	display: inline-block;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
        -ms-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    padding: 0;    
}
.custom_paging>li{
	display: none;
}
.custom_paging>li.slick-active{
	display: block;
	position: relative;
	padding: 5px 15px 5px 15px;
	border-radius: 20px;
	border: 2px solid #F7EDE0;
	/* font-family: Roboto Light, sans-serif; */
	font-size: 10px;
	background: #FEF9F4;
/*	margin-top: 20px;
	margin-bottom: 28px;*/
	color: #5C5856;
}
.load__img,
.load__img>img{
	width: 100%;
	height: inherit;
	    height: -webkit-fill-available;
}
.show__dark,
.dark .popup__image{
	display: none;
}

.dark .show__dark{
	display: block;
}

@media all and (max-width: 769px){
	.centered__content{
		padding-top: 56px;
	}
	.slick-dots{
		bottom: 50px;
	}
}

/*iphone se - album*/
@media all and (max-height: 500px) and (orientation: landscape){
	.slider{
		height: 390px;
	}
	@media all and (max-width: 650px){
		.slider{
			height: 360px;
		}
	}
	@media all and (max-width: 600px){
		.slider{
			height: 340px;
		}
	}
}


/*portrait phones*/
@media all and (max-width: 415px) and (max-height: 900px){
	.slide{
		max-width: 100%;
	}
	.centered__content{
		padding-top: 6vh;
	}
	.box__video .video__player,
	.box__video .video__list,
	.box__image{
		max-width: 260px;
	}
	.video__list_item{
		width: 76px;
		height: 78px;
		margin-bottom: 18px;
	}
	.dark .img__list_item{
		width: 76px;
		height: 105px;
		margin-bottom: 18px;
	}
	.video__list_item .video__play_pause_img{
		width: 24px;
		height: 27px;
	}
	.i__instruction{
		margin: 16px 0;
	}
	.video{
		height: 146px;
		width: 260px;
	}
	.receipts__list{
		width: 260px;
	}
	.cards{
		width: 120px;
		height: 142px;
	}
	.menu_recipes .cards{
		width: 120px;
		height: 150px;
	}
	.card__link .menu-image
	.menu_recipes .card__link .menu-image{
		width: 60px;
		height: 60px;
	}
	.menu_recipes, .menu_workout, .menu_relax, .menu_wall{
		max-width: 270px;
	}
	.card__link .menu-image-title{
		margin-top: 10px;
	}
	.menu_wall .card__link .menu-image,
	.menu_workout .card__link .menu-image{
		margin-top: 16px;
		width: 75px;
		height: 75px;
	}
	.menu_workout .card__link .desc {
	    margin-top: 15px;
	}
	.menu_workout .cards,
	.menu_wall .cards{
		height: 170px;
	}

	.card__link .desc{
		margin-top: 8px;
		line-height: 1.2;
	}
	.menu_recipes{
		padding-bottom: 15px;
	}
	.wall__single_section{
		padding-bottom: 15px;
	}
	.custom_paging{
		bottom: 25px;
	}
	.receipt__info{
		min-height: 54px;
	}
	.receipt{
		height: 240px;
	}
}

@media all and (max-width: 415px) and (max-height: 650px){

	.centered__content{
		padding-top: 3vh;
	}
	.unity{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.centered__content>a{
		margin-bottom: 10px;
	}
	.slide{
		height: 330px;
		width: 190px;
	}
	.slide.slick-current{
		height: 330px;
		width: 190px;
	}
	.slider{
		height: 410px;
	}
	.slider__wall .slider{
		height: 395px;
	}
	.section{
		padding-bottom: 25px;
	}
	.centered__content{
		padding-top: 3vh;
	}
	.arrow{
		bottom: 57px;
	}
}
@media all and (max-width: 414px) and (max-height: 625px){
	.footer{
		bottom: 4px;
	}


}


@media all and (max-width: 394px) and (max-height: 900px){

	.load__img, .load__img>img{
		height: 100%;
	}
	.centered__content{
		padding-top: 3vh;
	}

}

@media all and (max-width: 376px) and (max-height: 900px){

	.slide{
		height: 306px;
		width: 200px;
		margin: 25px 15px 5px;
	}
	.slide.slick-current{
		height: 321px;
		width: 200px;
		margin: 25px 15px 20px;
	}
	.slide__link{
		height: 306px;
	}
	.body__slider .slide__link img, 
	.soul__slider .slide__link img{
		width: 72px;
	}
	.slider{
		height: 360px;
	}
	.slick-dots{
		bottom: 38px;
	}
	.slider__wall{
		margin-top: 0;
	}
	.slider__wall .slide.slick-current{
		height: 310px;
		width: 150px;
		margin: 25px 15px 25px;
	}

	.custom_paging{
		bottom: 20px;
	}
	.arrow{
		bottom: 37px;
	}
}


@media all and (max-width: 360px){
	.centered__content{
		padding-top: 6vh;
	}
	.back__box{
		left: 15px;
	}
	.slider{
		height: 340px;
	}
	.slider__wall {
		margin-top: 6vh;
		height: 365px;
	}
	.custom_paging {
	    bottom: 10px;
	}

	@media all and (max-height: 650px){
		.centered__content{
			padding-top: 2vh;
		}
	}
}

@media all and (max-width: 320px){
	.unity__link_soul{
		width: 214px;
	}
	.unity__link_body{
		width: 243px;
	}
	.unity__link img{
		width: 100%;
	}
	.unity{
		height: 215px;
		width: 185px;
	}

	.body__slider .slide__link img, 
	.soul__slider .slide__link img{
		width: 50px;
	}
	.body__slider .slide__link span, 
	.soul__slider .slide__link span{
		font-size: 17px;
		height: 20px;
		margin-top: 30px;
	}
	
	.slide{
		border-radius: 10px;
		height: 215px;
		width: 150px;
		margin: 25px 15px 5px;
	}
	.slide.slick-current{
		height: 260px;
		width: 150px;
		margin: 25px 15px 5px;
	}
	.slider__wall .slide.slick-current{
		height: 220px;
		width: 150px;
		margin: 25px 15px 15px;
	}
	.slide__link{
		height: 215px;
	}
	.slider{
		height: 270px;
	}
	.centered__content{
		padding-top: 2vh;
	}
	.arrow {
	    bottom: 40px;
	}

}

/*Iphone SE - Port*/
@media screen and (max-width: 321px)and (max-height:455px) {

}