

@media screen and (max-width: 768px) {
	.animal-details-container {
		width: 100% !important;
		padding: 0 20px;
	}
	.animal-details > h1 {
		margin-top: 0 !important;
		font-size: 70px !important;
	}
}

.animal-details-container {
	box-sizing: border-box;
}

.animal-details-container p {
	font-family: 'Karla Regular';
	font-size: 16px;

	line-height: 1.5em;
	text-align: left;
}

.animal-detail-column {
	display: inline-table;
	width: 50%;
	margin-bottom: 10px;
}

.animal-detail-column > h3 {
	font-family: 'Flama Regular';
	font-size: 24px;
	text-transform: uppercase;
	margin: 5px 0 ;
}

.animal-detail-column strong {
	font-family: 'Flama Bold';
}

.animal-details > h1, h2, h3, h4, p, strong { color: #000 !important; }
.animal-details {
	padding: 5px;
}
.animal-details > h1 {
	font-size: 140px;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 25px;
	line-height: 0.75em;
	font-size: 70px
}

.animal-details-button {
	width: 48%;
	max-width: 400px;
	/*margin-right: 5px;*/
	display: inline-block;
}

/* Overlay Styles */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.98);
}


/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 80px;
	top: 80px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Overlay Effects */
.overlay-hidden {
	visibility: hidden;
}

.overlay-contentscale {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);

	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);

	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.enquire-container {
	width: 100%;
	margin: 20% auto;
	padding: 0 20%;
}

.enquire-container h1 {
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
}

/* Actual form fields */
.enquire-input {
	position: relative;
	height: 40px;

}

.enquire-input label {
	position: absolute;
	left: 20px;
	top: 5px;

	font-family: 'Flama Bold';
	font-size: 22px;
}

.enquire-input input {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;

	-webkit-appearance: none;
}

.enquire-input input:focus {
	outline: 0;
}

.button-large a {
	color: #fff;
	text-decoration: none;
}

.button-large a:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1265px) {
	.animal-details-buttons .button-large {
		width: 100%;
		margin-bottom: 10px;
	}
}
