/**********************************************************
 * HERO
 **********************************************************/
 .home-hero {
 	height: 450px;
 	overflow: hidden;
 }

 .home-hero .row {
 	height: 100%;
 }

 .home-hero .left-img {
 	background: url(../img/global/404-bg.jpg) center center no-repeat;
 	background-size: cover;
 	height: 100%;
 }

 .home-hero .right-content {
 	max-height: 617px;
 }

 .home-hero .btn {
 	margin-top: 50px;
 }



 @media (max-width: 768px) {
 	.home-hero {
 		height: auto;
 		background: #01b0cf;
 	}

 	.home-hero .left-img {
 		height: 200px;
 	}

 	.home-hero .right-content {
 		max-height: auto;
 		background: none;
 	}

 	.home-hero .headline:after { display: none; }

 	.home-hero .headline {
 		margin-bottom: 30px;
 		text-align: center;
 		text-shadow: 2px 2px 2px #01b0cf;
 	}

 	.home-hero p {
 		text-align: center;
 		text-shadow: 2px 2px 2px #01b0cf;
 	}
 }

.home-hero ul a {
    color: #b8e2f0;
}