/* ----------------------------------------------------
	Footer
---------------------------------------------------- */
.lyt-foot{
	padding: 0;
	font-size: 10px;
}
.lyt-foot .lyt-logo{
	margin: 0 auto 1.8em;
}
.lyt-foot .lyt-logo img{
	max-width: 240px;
	margin: auto;
}
.lyt-foot .lyt-logo figcaption{
	font-size: 1.4em;
	margin-top: 1.2em;
	line-height:1.7;
	letter-spacing:.05em;
}
.lyt-foot ul{
	width: 100%;
	margin: auto;
}
.lyt-foot ul li{
	position: relative;
	list-style-type: none;
    font-size: 1.4em;
	line-height:1.7;
	letter-spacing:.05em;
    border-bottom: 1px solid #e1dbd0;
}
.lyt-foot ul li a{
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 1.6em 2.1em 1.3em 1.2em;
}
.lyt-foot ul li a::before{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .8s;
}
.lyt-foot ul.logo li a{
	position: relative;
	display: block;
	max-width: 160px;
	margin: auto;
	padding: 1.6em 0 1.3em;
}
.lyt-foot ul.logo li a::before{ display: none;}
.lyt-foot small{
    display: block;
    width: 100%;
	font-size: 1.2em;
	line-height:1.7;
	letter-spacing:.05em;
	padding: 3em 2em 0;
}

@media screen and (min-width: 769px) {
	/*.lyt-foot{padding: 2.5vw 0;border-bottom: 1px solid #e1dbd0;}*/
	.lyt-foot ul{max-width: 1200px;width: 96%;display: flex;justify-content: center;}
	.lyt-foot ul li{
		position: relative;
		padding: .3em 2em;
		line-height: 1;
		border: none;
	}
	.lyt-foot ul li a{
		position: static;
		display: inline;
		padding: 0;
	}
	.lyt-foot ul.logo li{padding: 0 2em;}
	.lyt-foot ul.logo li a{
		display: block;
		max-width: 200px;
		padding: 0;
	}
	.lyt-foot ul li a::before{display: none;}
	.lyt-foot ul li::before,
	.lyt-foot ul li::after{
		content: "";
		position: absolute;
		width: 1px;
		height: 1.5em;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.lyt-foot ul li + li::before,
	.lyt-foot ul li:first-child::before{
		left: 0;
		border-left: 1px solid #e1dbd0;
	}
	.lyt-foot ul li:last-child::after{
		right: 0;
		border-right: 1px solid #e1dbd0;
	}
	.lyt-foot ul.logo li::before,.lyt-foot ul.logo li::after{display: none;}
	.lyt-foot small{ text-align: center; height: auto; padding: 2.5em 0 0;}
}



