.heading-section {
	position: relative;
	background: #4A90E2;
	color: #FFFFFF;
	padding: 50px 0 0 0;
	margin-bottom: 20px;
}

.heading-section:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #4A90E2;
}

.heading-section .lead-message,
.heading-section .secondary-message {
	display: block;
	font-family: 'GothamRounded-Light', Arial, sans-serif;
	text-align: center;
}

.heading-section .lead-message {
	font-size: 4rem;
}

.heading-section .secondary-message {
	font-size: 2rem;
}

.heading-section h1 {
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.heading-section ul {
	margin-top: 30px;
	list-style: none;
}

.heading-section li {
	position: relative;
	font-size: 3rem;
	margin-top: 25px;
}

.heading-section li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -40px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFFFFF;
}

.heading-section figure {
	margin-top: 20px;
}

.coming-soon {
	background: #78E8D4;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}

.coming-soon h1,
.coming-soon p {
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.coming-soon p {
	color: #FFFFFF;
	font-size: 2rem;
}

.city-img {
	display: block;
	margin: 0 auto;
	height: 350px;
}

.maple {
	height: 30px;
}

.city-cta {
	display: inline-block;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 3rem;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 4px;
	margin-top: 25px;
}

.city-cta:hover {
	background: #FFFFFF;
	color: #4A90E2;
}

.to-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -150px;
	height: 300px;
	background: url( "../img/toSkyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.ott-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -60px;
	height: 312px;
	background: url( "../img/ott-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.calg-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 250px;
	background: url( "../img/calg-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.edm-skyline {
	position: relative;
	bottom: -20px;
	left: 0;
	margin-top: 0px;
	height: 250px;
	z-index: 999;
	background: url( "../img/edm-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.van-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 250px;
	background: url( "../img/van-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.win-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 400px;
	background: url( "../img/winniSkyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.minn-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 250px;
	background: url( "../img/minn-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.aust-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 325px;
	background: url( "../img/aust-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.seat-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 450px;
	background: url( "../img/seat-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.denv-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -50px;
	height: 450px;
	background: url( "../img/denv-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.dall-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 450px;
	background: url( "../img/dall-skyline.svg" ) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.houst-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 50px;
	height: 150px;
	background: url( "../img/houst-skyline.svg" ) no-repeat center center;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
}

.ny-skyline {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	height: 450px;
	background: url( "../img/nySkyline.svg" ) no-repeat center center;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
}

.customer-testimonial {
	margin-top: 40px;
	position: relative;
	background: #F1F1F1;
	padding: 30px 0;
}

.star-rating {
	position: absolute;
	display: block;
	width: 300px;
	top: -80px;
	left: 50%;
	margin-left: -150px;
}

.customer-testimonial h3 {
	text-align: center;
	text-transform: uppercase;
	color: #444444;
	font-size: 2rem;
	text-shadow: 0 2px 1px rgba(255,255,255,1.0);
}

.review-copy {
	text-align: center;
	font-size: 4rem;
	color: #444444;
}

.review-source {
	text-align: right;
	font-size: 1.5rem;
	color: #777777;
}

.cust-reviews-slider {
	min-height: 300px;
}

.region-link {
	display: inline-block;
	margin-top: 20px;
	color: #E84C53;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.region-link:hover {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.city-points {
	padding: 50px 0;
	color: #555555;
}

.city-points h2,
.extra-questions h2 {
	font-family: "GothamRounded-Light", Arial, sans-serif;
	color: #999999;
	font-size: 2.0rem;
}

.city-points h4 {
	color: #444444;
	font-size: 3rem;
	margin-bottom: 30px;
}

.city-points p {
	font-size: 2rem;
	color: #555555;
}

.coverage-area {
	padding: 50px 0;
	color: #FFFFFF;
}

.coverage-area h2 {
	font-family: "GothamRounded-Bold", Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.coverage-area ul {
	padding-left: 0;
	list-style: none;
	line-height: 2.0;
}

.coverage-area li {
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.to-area {
	background: url("../img/to-areas.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ott-area {
	background: url("../img/ott-map.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.calg-area {
	background: url("../img/calg-map.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.edm-area {
	background: url("../img/edm-area.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.van-area {
	background: url("../img/vancouverMap.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.win-area {
	background: url("../img/winniMap.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.extra-questions {
	padding: 50px 0;
}

.new-city-form {
	margin-top: 50px;
}

.new-city-form .form-control {
	padding: 25px 10px;
	font-size: 2rem;
	background: rgba(255,255,255,0.4);
	border: none;
	box-shadow: none;
	color: #888888;
}

.new-city-form .form-control::-webkit-input-placeholder {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.new-city-form .form-control:focus,
.new-city-form .form-control:active {
	border: none;
}

.new-city-btn {
	background: rgba(255,255,255,0.9);
	color: #78E8D4;
	padding: 10px;
	font-size: 2rem;
}

.new-city-btn:hover,
.new-city-btn:focus,
.new-city-btn:active {
	background: rgba(255,255,255,1.0);
	color: #78E8D4;
}

.city-location-info {
	padding: 10%;
	background: #F1F1F1;
}

.city-location-info h1 {
	color: #444444;
}

.city-location-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

.contact-medium {
	text-align: right;
	font-size: 2rem;
	text-transform: uppercase;
}

.contact-information {
	text-align: left;
	font-size: 2rem;
}



/*media queries for responsive design*/

@media screen and (max-width: 991px) {
	
	.city-img {
		display: none;
	}

	.city-cta-container {
		text-align: center;
	}

	.to-skyline {
		margin-top: -60px;
	}

	.ott-skyline {
		margin-top: -30px;
	}

	.coverage-area li {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {

	.review-copy {
		font-size: 2rem;
	}

	.cust-reviews-slider {
		min-height: 100px;
	}
}

@media screen and (max-width: 468px) {
	.cust-reviews-slider {
		min-height: 150px;
	}
	.contact-medium,
	.contact-information {
		font-size: 1rem;
	}

}



/*carousel classes*/

.unslider{overflow:auto;margin:0;padding:0}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.unslider-arrow.next{left:auto;right:20px}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

