@charset "utf-8";
/* CSS Document */

.exth-logo {
	width: 100%;
	height: 100%;	
	border-radius: 50%;
	background-color: #2C0;
}

.exth-logo-inner {
	width: 62.5%;
	height: 62.5%;
}

.exth-logo-element {
	position: absolute;
	display: block;
	color: white;
	border-color: #2C0;
	border-style: solid;
	background-color: white;
}

.exth-logo-stair {
	height: 10%;
	border-radius: 2px 2px 0 0;
}

.exth-logo-first-stair {
	width: 100%;
	bottom: 5%;
	left: 0;
}

.exth-logo-second-stair {
	width: 80%;
	bottom: 15%;
	left: 10%;
}

.exth-logo-curtain {
	top: 5%;
}

.exth-logo-curtain-left {
	left: 10%;
}

.exth-logo-curtain-right {
	right: 10%;
}

.exth-logo-curtain-leg {
	width: 10%;
	height: 65%;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.exth-logo-curtain-left-leg {
	border-bottom-right-radius: 2px;
}

.exth-logo-curtain-right-leg {
	border-bottom-left-radius: 2px;
}

.exth-logo-curtain-top-corner {
	width: 40%;
	height: 35%;
}

.exth-logo-curtain-top-left {
	border-radius: 2px 0 100% 0;
	border-width: 0 2px 2px 0;
}

.exth-logo-curtain-top-right {
	border-radius: 0 2px 0 100%;
	border-width: 0 0 2px 2px;
}

.exth-logo-curtain-top-corner-in {
	width: 28%;
	height: 24%;
}

.exth-logo-curtain-top-left-in {
	border-radius: 2px 0 100% 0;
	border-width: 0 2px 2px 0;
}

.exth-logo-curtain-top-right-in {
	border-radius: 0 2px 0 100%;
	border-width: 0 0 2px 2px;
}

.exth-logo-curtain-top-middle {	
	width: 40%;
	height: 20%;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-width: 0 2px 2px 2px;
	border-radius: 0 0 100% 100%;
}

.exth-logo-text {
	width: 100%;
	bottom: 22%;
	font-size: 24px;
	text-align: center;
	background-color: transparent;
}