
.save_date {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 10px;
	max-width: 400px;
	margin: 20px auto 0;
}
.save_date * {
	margin: 0;
}
.date_title {
	font-size: 80px;
	display: inline-block;
	font-weight: bold;
	position: relative;
	padding: 0 130px;
}
.date_title::before {
	background-image: url(../images/shape_left.png);
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 110px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center right;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.date_title::after {
	background-image: url(../images/shape_right.png);
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 110px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center left;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about_img {
	padding: 40px;
	position: relative;
	max-width: 300px;
	margin: 0 auto 20px;
}
.about_img::before {
	background-image: url(../images/about_img_shape.png);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.8;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.about_img img {
	border-radius: 100%;
	border: 10px solid #fff;
}
.event_meta li {
	display: block;
	margin-bottom: 10px;
}
.event_meta i {
	font-size: 18px;
	vertical-align: middle;
	width: 25px;
	display: inline-block;
}
.event_slide,
.event_slide.owl-carousel .owl-stage-outer,
.event_slide.owl-carousel .owl-stage,
.event_slide.owl-carousel .owl-item {
	height: 100%;
}
.event_box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}
.event_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	max-width: 300px;
}
.event_bg2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	max-width: 300px;
}
.shape_rounded_bg {
	position: absolute;
	right: -220px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 450px;
}
.shape_rounded_bg img {
	-webkit-animation: swing 80s infinite linear;
	-moz-animation: swing 80s infinite linear;
	-o-animation: swing 80s infinite linear;
	animation: swing 80s infinite linear;
}
.client_section {
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.client_section::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 8px 0 7px rgba(0,0,0,0.3);
	z-index: -1;
	width: 4px;
}
.rsvp_box {
	background-color: rgba(0,0,0,0.7);
	position: relative;
	z-index: 1;
}
.rsvp_shape {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 800px;
	width: 100%;
}
.rsvp_shape img {
	-webkit-animation: swing 80s infinite linear;
	-moz-animation: swing 80s infinite linear;
	-o-animation: swing 80s infinite linear;
	animation: swing 80s infinite linear;
}
.thanks_box {
	padding: 60px 0;
	position: relative;
	margin-bottom: 30px;
}
.thanks_box::before {
	background-image: url(../images/thanks_shape.png);
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	width: 140px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.thanks_box::after {
	background-image: url(../images/thanks_shape2.png);
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	width: 140px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.thanks_box * {
	font-weight: bold;
	font-size: 50px;
}



@media only screen and (min-width: 767px) and (max-width: 991px) {
.about_img {
	padding: 30px;
}
}
@media only screen and (max-width: 1199px) {
.date_title {
	font-size: 60px;
	padding: 0 125px;
}
}
@media only screen and (max-width: 991px) {
.date_title {
	font-size: 50px;
	padding: 0 100px;
}
.date_title::before,
.date_title::after {
	width: 80px;
}
.event_slide {
	margin: 15px auto;
}
.event_slide, .event_slide.owl-carousel .owl-stage-outer, .event_slide.owl-carousel .owl-stage, .event_slide.owl-carousel .owl-item {
	height: auto;
}
.rsvp_shape {
	max-width: 650px;
}
}
@media only screen and (max-width: 767px) {
.event_bg,
.event_bg2 {
	max-width: 150px;
}
.shape_rounded_bg {
	right: -110px;
	max-width: 300px;
}
.rsvp_shape {
	max-width: 100%;
	width: 90%;
}
}
@media only screen and (max-width: 576px) {
.shape_rounded_bg {
	display: none;
}
.client_section::before {
	content: normal;
}
}
@media only screen and (max-width: 480px) {
.date_title {
	font-size: 40px;
	padding: 0 80px;
}
.date_title::before, .date_title::after {
	width: 70px;
}
.title_shape img {
	max-width: 26px;
}
.title_shape::before,
.title_shape::after {
	width: 43%;
}
.event_bg, .event_bg2 {
	max-width: 70px;
}
.client_section {
	padding: 0;
}
}
@media only screen and (max-width: 380px) {
.date_title {
	font-size: 30px;
	padding: 0 70px;
}
.date_title::before, .date_title::after {
	width: 55px;
}
.save_date {
	margin: 15px auto 0;
}
}