.slider-cnt {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	height: 500px;
}

.slider-cnt.init {
	overflow: visible;
	visibility: visible;
	height: auto;
}

.slide {
	position: relative;
	width: 100%;
	height: 56em;
	background-size: cover;
	background-position: top center;
	background-image: url(../images/slides/a2.jpg);
	font-size: 1em;
}

.slider-cnt .rounded-bottom {
	width: 100%;
	position: absolute;
	bottom: -1px;
}

.slide .motto {
	position: absolute;
	color: #fff;
	top: 7.5em;
	left: 0;
	width: 100%;
	text-align: center;
}

.slide .motto h1 {
	font-size: 5em;
	font-weight: 100;
	line-height: 1.1em;
}

.slide .motto p {
	font-size: 1.3em;
	margin-top: 1em;
}

.slide .motto .button {
	font-size: 1.2em;
	margin-top: 1em;
}

.slider-bottom {
	width: 100%;
	margin-top: -10em;
	position: relative;
	z-index: 2;
	padding: 1em 1em 0 1em;
}

.slider-bottom:before {
	z-index: -1;
	content: '';
	display: inline-block;
	background: #f0f1f3;
	position: absolute;
	top: 10em;
	bottom: 0;
	left: 0;
	right: 0;
}

.slider-bottom .container {
	max-width: 1250px;

}

.slider-bottom .inner {
	background: #fff;
	padding: 0 2em 0 2em;
}

.slider-bottom .we-love {
	display: inline;
}

.slider-bottom p {
	font-size: 1em;
	padding: 1em 3em 1em 0;
	border-right: 1px solid #ddd;
}

.slider-bottom .quot {
	padding-left: 2em;
	padding-top: 2em;
	text-align: center;
}

.slider-bottom .quot h4 {
	font-weight: 100 !important;
	font-size: 1.4em;
}

.slider-bottom .quot h5 {
	font-weight: 500 !important;
	font-size: 1.4em;
	padding-top: .5em;
	padding-bottom: 1em;
}



@media screen and (max-width: 1600px) {
	.slide {
		height: 45em;
		font-size: .9em;
	}

	.slide .motto h1 {
		font-size: 4.5em;
	}

	.slide .motto {
		top: 5.5em;
	}
}

@media screen and (max-width: 1100px) {
	.slide {
		font-size: .8em;
		height: 40em;
	}

	.slide .motto {
		top: 5em;
	}
}

@media screen and (max-width: 800px) {
	.slide {
		font-size: .7em;
		height: 40em;
	}
}


@media screen and (max-width: 720px) {
	.slide {
		height: 40em;
	}

	.slide .motto {
		top: 3.4em;
	}

	.slide .motto h1 {
		font-size: 3.2em;
	}

	.slide .motto p {
		font-size: 1.2em;
	}

	.slider-bottom {
		margin-top: -5em;
	}

	.slider-bottom:before {
		top: 5em;
	}
}