@charset "UTF-8";
/* Your custom styles */
#copy {
	background-color: #8819f7;
}

#gallery-style {
	background-color: #8819f7;
}

#feat {
	background-position: center 0px;
}

.box_feat_title {
	text-align: center;
	background-color: rgba(255, 51, 51, 0.98);
	padding: 2px 25px 7px 25px;
	color: #fff;
	position: relative;
	font-size: 14px;
}

.box_feat_title h3 {
	color: #fff;
	font-weight: 600;
}

.box_feat_text {
	text-align: center;
	background-color: rgba(255, 51, 51, 0.88);
	padding: 25px 25px 25px 25px;
	color: #fff;
	-webkit-border-radius: 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

#safe {
	background-color: #ff3334;
}

#safe video {
	opacity: 1;
	width: auto;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.box_safe_icon {
	text-align: center;
	background-color: #8819f7;
	padding: 25px 25px 25px 25px;
	color: #fff;
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

.box_safe_text {
	text-align: center;
	background-color: #8819f7;
	padding: 25px 25px 25px 25px;
	color: #fff;
	-webkit-border-radius: 0px 50px 50px 0px;
	-moz-border-radius: 0px 50px 50px 0px;
	border-radius: 0px 50px 50px 0px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

.box_safe_inner_radius {
	text-align: center;
	height: 104px;
	background-color: rgba(255, 51, 51, 1);
	padding: 25px 25px 25px 25px;
	color: #fff;
	-webkit-border-radius: 0px 50px 50px 0px;
	-moz-border-radius: 0px 50px 50px 0px;
	border-radius: 0px 50px 50px 0px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

#ambient {
	background-color: #ff3334;
}

.box_ambient_title {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	padding: 50px 75px 50px 75px;
	color: #fff;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	height: 200px;
}

.box_ambient_title h3 {
	color: #fff;
	font-weight: 300;
}

.box_feat_text_left {
	text-align: center;
	padding: 45px 25px 45px 25px;
	color: #fff;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

.box_feat_text_right {
	text-align: center;
	padding: 45px 25px 45px 25px;
	color: #fff;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}