.homeWeddings {
	position: relative;
	width: 300px;
	height: 200px;
	padding: 0.5rem;
	background: url('../../images/site/weddingsback.png');
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.homeWeddings .point span {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	margin-right: 0.2rem;
	background: #f9bb1b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	color: white;
	text-align: center;
}
.homeWeddings .point a {
	color: #f1a401;
}
.homeWeddings .regButton {
	display: inline-block;
	line-height: 2rem;
	padding: 0 1rem;
	background: #f9bb1b;
	color: #5a3c8b;
	font-weight: bold;
	border: 1px solid #5a3c8b;
}

.forElmaz {
	padding: 0 1rem 0 1rem;
	line-height: 1.5rem;	
}

.homeSeoCities {
	margin-top: 1rem;
	display: none;
}

.seoCitiesHomeContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5rem;
	padding: 0 1rem 0 1rem;
}
.sitiesHomeDisplay {
	flex: 0 0 45%;
}

.homeApp {
	margin-top: 1rem;
	display: none;
}

.homeAppContent {
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
	line-height: 1.5rem;
	padding: 0 1rem 0 1rem;
}

.homeAppContent a {
	flex: 0 0 50%;
	text-align: center;
}

.homeH2 {
	font-weight: normal;
	display: inline;
}

.centerApp {
	display: none;
	margin-top: 1rem;
}
.centerApp a {
	display: inline-block;
	width: 134px;
	height: 40px;
}
.centerApp .AppContent {
	padding: 10px;
    	text-align: left;
	background-color: #f2f0f9;
	border: 1px solid #dad2ec;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}

@media only screen and (max-width: 1100px) {
	.centerApp {
		display: block;
	}
}
