.s100-box {
	
}

/* filip  */

.s100-content{
	position:relative;
	margin: 0px auto 0px auto;
	z-index: 10;
}
.s100-hs_container{
	position:relative;
	overflow:hidden;
	clear:both;
}

.s100-hs_area {
	padding: 10% 20%;
}

.s100-box {
	background-color: #f8f8f8;
	padding: 40px 60px;
	z-index: 1000;
    position: relative;

}
svg line {
	stroke-width: 10;
	stroke: #c6aa73;
	fill: none;
	/* stroke-dasharray: 100%; */
	-webkit-transition: all .5s;
	transition: transform .5s;
}
.s100-line-top {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.s100-line-bottom {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.s100-line-right {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.s100-line-left {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.s100-border-right {
	position: absolute;
	width: calc(100% - 40%);
	height: calc(100% - 15% - 45px);
	/* border: 2px solid #c8a771; */
	top: 10px;
    left: calc(20% + 45px);
    top: calc(10% + 45px);
	z-index: 900;
}
.s100-border-left {
	position: absolute;
	width: calc(100% - 40%);
	height: calc(100% - 15% - 45px);
	/* border: 2px solid #c8a771; */
	top: 10px;
    left: calc(20% - 45px);
    top: calc(10% + 45px);
	z-index: 900;
}
.s100-title {
	font-family: var(--title-font);
	margin-top: calc(-45px - 30px);
	font-size: 45px;
    font-style: italic;
	margin-bottom: 40px;
	line-height: 45px;
}
.s100-text {
	text-align: justify;
}
.s100-subtitle {
    font-style: italic;
	text-align: center;
	font-family: OldStandard;
	font-size: 16px;
	text-decoration: none;
}

.s100-epg-desktop {
	display: block;
}
.s100-epg-mobile {
	display: none;
    padding: 0 10px;
}

.s100-border-m-left,
.s100-border-m-right {
	border: 3px solid #c6aa73;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	position: absolute;
}
.s100-border-m-left {
	top: 75px;
	left: 5px;
}

.s100-border-m-right {
	top: 75px;
	left: 75px;
}
@media (max-width: 1600px){
	.s100-hs_area {
		/* padding: 10% 20%; */
		padding: 40px 40px;
		position: relative;
	}
	.s100-border-left {
		width: calc(100% - 80px);
		height: calc(100% - 15% - 45px);
		left: calc(20% - 80px);
		left: 0;
		top: calc(10% + 65px);
	}
	.s100-border-right {
		width: calc(100% - 80px);
		height: calc(100% - 15% - 45px);
		left: 80px;
		top: calc(10% + 65px);
	}
}
@media (max-width: 1200px){
	.s100-epg-desktop {
		display: none;
	}
	.s100-epg-mobile {
		display: block;
	}
}



@media (max-width: 992px){


}
@media (max-width: 480px){
	.s100-hs_area {
		/* padding: 10% 20%; */
		padding: 25px 25px;
	}
	.s100-box {
		background-color: #f8f8f8;
		padding: 20px 30px;
		z-index: 1000;
		position: relative;
	}
	

	.s100-border-m-left,
	.s100-border-m-right {
		border: 3px solid #c6aa73;
		width: calc(100% - 50px);
		height: calc(100% - 50px);
		position: absolute;
	}
	.s100-border-m-left {
		top: 50px;
		left: 0;
	}

	.s100-border-m-right {
		top: 50px;
		left: 50px;
	}
	.s100-text {
		font-size: 14px;
	}
	.s100-title {
		font-family: var(--title-font);
		margin-top: calc(-35px - 18px);
		font-size: 35px;
		font-style: italic;
		margin-bottom: 25px;
		line-height: 45px;
	}
}

/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.s100-border-left, .s100-border-right {
		
		border: 3px solid #c6aa73;
	}
}
@supports (-ms-ime-align:auto) {
	.s100-border-left, .s100-border-right {
		
		border: 3px solid #c6aa73;
	}
}

/* fine responsive aree */



/* Fine Aree */

