/* CSS FOR DEMO ONLY */
.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.owl-carousel h4 {
  	font-size:3em;
	width: 30%;
	margin: 0 auto 10px 10px;
	position: absolute;
	top: 10%;
	float:left;
	text-align: center;
	font-weight: bolder;
	
}

.owl-carousel p {
	font-size:1.5em;
	line-height: 120%;
	width: 30%;
	margin: 0 auto 10px 10px;
	position: absolute;
	top: 22%;
	float:left;
	text-align: center;
	font-weight: bolder;
	color: #F7F7F7;
}

.owl-item {
  display: table;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	transition:top 1s;
	background-attachment: fixed;
	background: rgba(8,26,26,0.35);
	background: -webkit-linear-gradient(left, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0) 100%);
	background: -o-linear-gradient(left, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0) 100%);
	background: linear-gradient(to right, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0) 100%);
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 80vh;
	text-align: center;
	z-index: auto;
}

.owl-carousel .item {
  height: 80vh;
  background-color: #E3C067;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  background-color: #07473A;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 450px), screen and (orientation: portrait) {
  /* … */
	
		.owl-carousel h4 {
		font-size:3em;
		width: 80%;
		margin: 0 auto 10px 10px;
		top: 10%;
	}
	
		.owl-carousel p {
		font-size:1.25em;
		line-height: 100%;
		width: 60%;
		margin: 0 auto 10px 30%;
		top: 65%;
		float:right;
		text-align:justify;
	}
	
		.overlay {
		
		background: rgba(8,26,26,0.35);
		background: -webkit-linear-gradient(left, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0.0) 100%);
		background: -o-linear-gradient(left, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0.0) 100%);
		background: linear-gradient(to right, rgba(8, 26, 26, 0.5) 0%, rgba(7, 71, 58, 0.25) 50%, rgba(7, 71, 58, 0.0) 100%);
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		min-height: 80vh;
		text-align: center;
		z-index: auto;
	}
	
}