/**********************************************************
// Block >> Home >> Top
**********************************************************/
.Block-Home-Top {
	padding: 170px 20px 90px 20px;
	background: #F7F6F4;
	position: relative;
	overflow: hidden;
	}

.Block-Home-Top-BG-Cloud {
	width: 508px;
	height: 522px;
	background: url(../../Assets/Images/BG-Home-Top-Cloud.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 500;
	top: 160px;
	right: 0;
	display: none;
	}

.Block-Home-Top-BG-Circles {
	width: 496px;
	height: 433px;
	background: url(../../Assets/Images/BG-Home-Top-Circles.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 500;
	bottom: 0;
	left: 0;
	display: none;
	}

.Block-Home-Top-Content {
	margin: auto;
	width: 100%;
	max-width: 900px;
	position: relative;
	z-index: 1000;
	}

/**********************************************************
// Block >> Home >> Top >> Mid
**********************************************************/
.Block-Home-Top-Mid {
	margin: 40px auto 0 auto;
	width: 100%;
	max-width: 1020px;
	display: table;
	position: relative;
	z-index: 1000;
	}

.Block-Home-Top-Mid-Photo {
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

.Block-Home-Top-Mid-Photo img {
	position: relative;
	z-index: 1200;
	}

.Block-Home-Top-Mid-Photo:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #F5DAD3;
	position: absolute;
	z-index: 1100;
	bottom: -105px;
	left: -95px;
	}

.Block-Home-Top-Mid-Main {
	padding-left: 45px;
	width: 50%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

.Block-Home-Top-Mid-Main:before {
	content: '';
	width: 120%;
	height: 87%;
	background: #D5D3D8;
	position: absolute;
	z-index: 1150;
	bottom: -45px;
	left: -110px;
	}

.Block-Home-Top-Mid-Content {
	margin: 0;
	width: 100%;
	max-width: 430px;
	position: relative;
	z-index: 1200;
	}

.Block-Home-Top-Mid-Main h2 {
	padding: 0;
	text-transform: lowercase;
	line-height: 1em;
	font-family: "Baselliost", serif;
	font-weight: 400;
	font-size: 110px;
	}

.Block-Home-Top-Mid-Main h3 {
	padding: 0;
	font-weight: 300;
	font-size: 34px;
	}

.Block-Home-Top-Mid-Main p {
	margin: 20px auto 0 auto;
	padding: 0;
	font-weight: 300;
	}

/**********************************************************
// Block >> Home >> Top >> Bottom
**********************************************************/
.Block-Home-Top-Bottom {
	margin: 140px auto 0 auto;
	width: 100%;
	max-width: 900px;
	position: relative;
	z-index: 1000;
	}

.Block-Home-Top-Bottom > h2 {
	font-weight: 300;
	font-size: 36px;
	}

.Block-Home-Top-Bottom > h2 span {
	font-family: "Baselliost", serif;
	font-weight: 400;
	font-size: 60px;
	}

.Block-Home-Top-Bottom-Content { font-weight: 300; }
.Block-Home-Top-Link {
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	color: #281048;
	display: inline-block;
	}

.Block-Home-Top-Link i {
	margin-left: 2px;
	-webkit-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-ms-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
	position: relative;
	left: 0;
	}

.Block-Home-Top-Link:hover { color: #F79C8A; }
.Block-Home-Top-Link:hover i { left: 3px; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1150px),
all and (max-device-width: 1150px)
{
	.Block-Home-Top-Content { left: 0; }
	.Block-Home-Top-Bottom { left: 0; }
}

@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Block-Home-Top-BG-Cloud,
	.Block-Home-Top-BG-Circles { display: none; }
	.Block-Home-Top-Mid-Main:before {
		width: 130%;
		height: 90%;
		}
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Block-Home-Top { padding: 20px 20px 30px 20px; }

	.Block-Home-Top-Mid-Photo {
		margin: auto;
		width: 100%;
		display: block;
		}

	.Block-Home-Top-Mid-Main {
		margin: 20px auto 0 auto;
		padding-left: 0;
		width: 100%;
		display: block;
		}

	.Block-Home-Top-Mid-Photo:before,
	.Block-Home-Top-Mid-Main:before { display: none; }
	.Block-Home-Top-Mid-Content { max-width: 100%; }

	.Block-Home-Top-Bottom { margin: 30px auto 0 auto; }
}
