body{
	font-family: 'Poppins', sans-serif;
	color: #684f59;
	font-size: 46px;
	font-weight: 200;
	line-height: 46px;
}
img{
	max-width: 100%;
}
.ariul-big-bold{
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1em;
}
.ariul-medium-normal{
	font-weight: 400;
	font-size: 1em;
	line-height: 0.9em;
}
.ariul-small-normal{
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
}
.ariul-just-extra-light{
	font-weight: 200;
}
.ariul-text-area{
	padding: 75px;
}
.ariul-text-black{
	color: #000000;
}
.ariul-text-green{
	color: #31ad1d;
}
.ariul-text-red{
	color: #fd2a4d;
}
.ariul-text-mov{
	color: #684f59;
}
.ariul-box-big{
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: 400;
	text-align: center;
	min-height: 2em;
}
.ariul-box-small{
	font-size: 0.6em;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
}
.ariul-bg-area{
	background: url('img/ariul-bg01.jpg') top center repeat-y;
}
.ariul-nopb{
	padding-bottom: 0px;
}
.ariul-nomb{
	margin-bottom: 0px;
}
.ariul-sep100{
	height: 100px;
}
.ariul-ul{
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #000000;
}
.ariul-ul li{
	list-style: none;
	font-size: 1em;
	line-height: 1.3em;
	background: url('img/ariul-ul.png') left center no-repeat;
	padding-left: 2em;
	background-size: auto 1.3em;
	margin: 15px 0;
}

.col-md-4 img{
	margin-bottom: 20px;
}
.ariul-all-center{
	text-align: center;
}
.ariul-medium-btn,
.ariul-medium-btn:hover{
	background: #fd2a4d;
	color: #ffffff;
	border-radius: 10px;
	font-size: 1em;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 400;
}
.ariul-big-btn,
.ariul-big-btn:hover{
	background: #fd2a4d;
	color: #ffffff;
	border-radius: 10px;
	font-size: 1.5em;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 700;
}
@media (max-width: 480px) {
	body{
		font-size: 18px;
		line-height: 22px;
	}
	.container{
		padding: 0px !important; 
	}
	.ariul-text-area{
		padding: 15px;
	}
	.ariul-sep100{
		height: 50px;
	}
	.ariul-box-big{
		min-height: auto;
	}
	.ariul-info-box{
		margin-bottom: 15px;
	}
}