/* Fonts
----------------------------------------------------------------------------------------------------*/

body, html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:18px;
    font-weight:100;
    color:#ffffff;
}

h1,
h2,
h3,
h4 {
    font-family: "Roboto", sans-serif;
    font-weight:700;
}


h1,
h2 {
    font-size:36px;
    line-height:80px;
    margin-bottom:10px;
}

h3 {
    font-size:24px;
}

h4 {
    font-size:18px;
}

p {
	line-height:22px;
	margin-bottom:20px;
}

p a {
    color:#0071BC;
}

/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body {
    background-color: #000000;
}

.container,
.content {
	position:relative;
	display:block;
    min-width:960px;
}

.container:after,
.content:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
	width:100%;
}

.content {
    margin:0 auto;
	width:960px;
    padding:90px 10px;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    position:fixed;
    top:0;
    left:0;
    background:url(../images/bg-header.jpg) no-repeat center center;
    background-size:cover;
    z-index:101;
    height:120px;
    max-height:120px;
    -webkit-transition: height 200ms;
	-moz-transition: height 200ms;
	transition: height 200ms;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#header .content {
    padding:20px 10px;
}

#header a#logo {
    display:block;
    float:left;
    color:#ffffff;
}

#header a#logo h1 {
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#header a#logo h1 {
    margin-bottom:0;
}

#header.fancybox-margin {
    left:-7px !important;
}

/* HEADER MAIN NAVIGATION */

ul#header-navigation,
ul#header-navigation li a {
    display:block;
}

ul#header-navigation {
    float:right;
    margin:28px 0;
    -webkit-transition: margin 200ms;
	-moz-transition: margin 200ms;
	transition: margin 200ms;
}

ul#header-navigation > li {
    float:left;
    margin-left:20px;
    -webkit-transition: margin-left 200ms;
	-moz-transition: margin-left 200ms;
	transition: margin-left 200ms;
}

ul#header-navigation > li > a {
    position:relative;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:18px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    cursor:pointer;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

ul#header-navigation > li > a.active,
ul#header-navigation > li > a:hover {
    color:#C1272D;
}

/* HEADER COMPACT */

#header.compact {
    height:80px;   
}

#header.compact .content {
    padding:10px;
}
    
#header.compact ul#header-navigation {
    margin:15px 0;
}

#header.compact ul#header-navigation > li {
    margin-left: 30px;
}

#header.compact a#logo h1 {
    font-size: 28px;
    line-height: 60px;
}

/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

/* ELEMENTS */

.content-text {
    display:block;
    width:560px;
}

.content-text.left {
    float:left;
}

.content-text.right {
    float:right;
}

.img-wrapper {
    display:block;
    position:absolute;
    z-index:10;
}

.img-wrapper img {
    width:100%;
    height:auto;
}

.img-wrapper.left {
    left:0;   
}

.img-wrapper.right {
    right:0;   
}

.bg-wrapper {
    position:relative;
    display:block;
    width:100%;
}

.left-section,
.right-section {
    display:block;
}

.left-section {
    float:left;
    width:56.5%;
}

.right-section {
    float:right;
    width:42%;
}

.left-section img,
.right-section img {
    width:100%;
    height:auto;
}

/* LINKS AND BUTTONS */

a.btn {
    display:inline-block;
    height:40px;
    line-height:40px;
    padding:0 15px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #c1272d;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

a.btn.active,
a.btn:hover {
    color:#222222;
    background: #d3a863;
}

a#facebook-link {
    display:inline-block;
    width:160px;
    height:30px;
    margin-bottom:20px;
}

ul.icon-list {
    margin-bottom:40px;
}

ul.icon-list li {
    margin-bottom:3px;
}

ul.icon-list li,
ul.icon-list li a {
    line-height:22px;
}

ul.icon-list li img {
    float:left;
    margin-right:10px;
}

/* LIST STYLE - CLEAR LIST */

ul li.clear-list {
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background:none !important;
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

/* CONTENT - HOME
----------------------------------------------------------------------------------------------------*/

#error-page {
    display:none;
    width:800px;
    max-width:800px;
}

#home {
    height:100vh;
    min-height:800px;
    background:url(../images/bg-home-v2.jpg) no-repeat center top;
    background-size:cover;
    margin-bottom:200px;
    z-index:100;
}

#home:after {
    content: "";
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:100%;
    height:90px;
    background:url(../images/bg-home-gradient.png) repeat-x center top;
}

#home .content {
    padding:120px 10px 0;
}

#home .content-text {
    float:left;
    margin-top:180px;
}

/* BXSLIDER CSS OVERRIDE - RESOURCE RELINK */

.bx-wrapper {
    margin: 0 auto 0;
    border:none;
    background:none;
}

.bx-wrapper .bx-loading {
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff;
}

.bx-wrapper .bx-prev {
	background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
}

/* HOME BXSLIDER CSS OVERRIDE */

#home .bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
    overflow:visible !important;
}

#home .bx-wrapper {
    position:absolute;
    box-shadow:none;
    padding:15px 0 40px;
    bottom:-25%;
    width:100%;
    overflow:hidden;
    z-index:100;
}

#home .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: 0;
    width: 35px;
    height: 35px;
}

#home .bx-wrapper .bx-next,
#home .bx-wrapper .bx-prev {
    opacity:0.5;
    -webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

#home .bx-wrapper .bx-next {
    right:40px;
    background: url(../images/icon-slider-next.png) no-repeat 0 0;
}

#home .bx-wrapper .bx-prev {
    left:40px;
    background: url(../images/icon-slider-prev.png) no-repeat 0 0;
}

#home .bx-wrapper .bx-next:focus,
#home .bx-wrapper .bx-next:hover,
#home .bx-wrapper .bx-prev:focus,
#home .bx-wrapper .bx-prev:hover {
    background-position:0 0;
    opacity:1;
}

#home .bx-wrapper .bx-pager {
    padding-top:0;
}

#home .bx-wrapper .bx-pager:after {
    content: "* Click to View Full Image";
    display:block;
    position:absolute;
    top:0;
    right:7%;
    color:#ffffff;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:100;
}

#home .bx-wrapper .bx-pager,
#home .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

#home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#home .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C1272D !important;
}

#home .bx-wrapper li a {
    display:block;
}

#home .bx-wrapper li:nth-child(1) a,
#home .bx-wrapper li:nth-child(8n+8) a{
    -webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

#home .bx-wrapper li:nth-child(2n+2) a {
    -webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#home .bx-wrapper li:nth-child(3n+3) a {
    -webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#home .bx-wrapper li:nth-child(6n+6) a {
    -webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

#home .bx-wrapper li:nth-child(7n+7) a {
    -webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

/* ORIGINAL FIRST 7 SLIDE TRANSFORM VALUES

#home .bx-wrapper li:nth-child(1n) a {
    -webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

#home .bx-wrapper li:nth-child(2n) a {
    -webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#home .bx-wrapper li:nth-child(3n) a {
    -webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#home .bx-wrapper li:nth-child(4n) a {
    -webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#home .bx-wrapper li:nth-child(5n) a {
    -webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#home .bx-wrapper li:nth-child(6n) a {
    -webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
*/

#home .bx-wrapper img {
    padding:3px;
    background-color:#ffffff;
    width:100%;
    height:auto;
    z-index:101;
}

/* FANCYBOX CSS OVERRIDE */

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading div {
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
}

.fancybox-overlay {
	background: url('../images/fancybox/fancybox_overlay.png');
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
	}
}

.fancybox-opened .fancybox-skin {
    background:#ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* CONTENT - CROCODILE FARM
----------------------------------------------------------------------------------------------------*/

#crocodile-farm {
    padding:90px 0 0;
}

#crocodile-farm .content {
    padding:0 10px;
}

#crocodile-farm .img-wrapper {
    top:120px;
    width:41%;
    min-width:370px;
}

#crocodile-farm .bg-wrapper {
    height:550px;
    background:url(../images/bg-crocodile-farm.jpg) no-repeat center top;
    background-size:cover;
}

/* CONTENT - MINI ZOO
----------------------------------------------------------------------------------------------------*/

#mini-zoo {
    background:url(../images/bg-mini-zoo.jpg) no-repeat center center;
    background-size:100%;
}

#mini-zoo .img-wrapper {
    top:0;
    width:46%;
}

#mini-zoo .content-text {
    width:500px;
}

#mini-zoo .bg-wrapper {
    height:490px;
}

#mini-zoo .bg-wrapper img {
    position:absolute;
    bottom:0;
}

#mini-zoo .bg-wrapper img:first-child {
    right:65%;   
    z-index:10;
}

#mini-zoo .bg-wrapper img:last-child {
    right:2%;
    z-index:9;
}

/* CONTENT - ENTRANCE FEES
----------------------------------------------------------------------------------------------------*/

#entrance-fee {
    padding:90px 0;
    background:url(../images/bg-entrance-fees.jpg) no-repeat center center;
    background-size:100%;
}

#entrance-fee .content-text {
    width:50%;
    padding-top:30px;
}

#entrance-fee .content-text p {
    font-size:14px;
    line-height:18px;
    margin-bottom:30px;
}

#entrance-fee .img-wrapper {
    position:absolute;
    display:block;
    top:90px;
    right:0;
    width:50%;
    height:612px;
}

#entrance-fee .img-wrapper div {
    position:absolute;
    display:block;
    width:232px;
    background:#ffffff;
    border:4px solid #ffffff;
}

#entrance-fee .img-wrapper div:first-child {
    top:188px;
    left:142px;
    -webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	transform: rotate(11deg);
    z-index:10;
}

#entrance-fee .img-wrapper div:nth-child(2) {
    top:17px;
    left:20px;
    -webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
    z-index:9;
}

#entrance-fee .img-wrapper div:nth-child(3) {
    top:13px;
    left:250px;
    -webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(6deg);
    z-index:8;
}

#entrance-fee .img-wrapper div:nth-child(4) {
    top:347px;
    left:24px;
    -webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	transform: rotate(7deg);
    z-index:7;
}

#entrance-fee .img-wrapper div:nth-child(5) {
    top:340px;
    left:250px;
    -webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
    z-index:6;
}

/* ENTRANCE FEE TABLE */

#entrance-fee #entrance-fee-table {
    width:410px;
    margin:20px 0;
}

#entrance-fee #entrance-fee-table td {
    font-family: "Roboto", sans-serif;
    font-weight:400;
    color:#ffffff;
}

#entrance-fee #entrance-fee-table td:nth-child(3n) {
    width:100px;
}

#entrance-fee #entrance-fee-table thead td {
    font-size:18px;
    border-bottom:1px solid #ffffff;
    padding:5px 0;
}

#entrance-fee #entrance-fee-table tbody td {
    font-size:24px;
    line-height:20px;
    padding:15px 0 10px;
}

#entrance-fee #entrance-fee-table tbody td span {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:100;
}

/* CONTENT - LOCATION MAP
----------------------------------------------------------------------------------------------------*/

#location-map .content {
    padding:0;
    height:0;
}

#location-map #contact-info {
    position:absolute;
    top:0;
    left:0;
    width:330px;
    height:700px;
    padding:30px;
    background: rgba(255,255,255,0.90);
    z-index:90;
}

#location-map #contact-info h2,
#location-map #contact-info li,
#location-map #contact-info li a,
#location-map #contact-info p,
#location-map #contact-info a {
    color:#222222;   
}

#location-map #contact-info li,
#location-map #contact-info li a,
#location-map #contact-info p,
#location-map #contact-info a {
    font-size:14px;
}

#location-map #contact-info a {
    display:block;
    -webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

#location-map #contact-info a.location-link {
    margin-bottom:10px;
}

#location-map #contact-info a,
#location-map #contact-info p {
    line-height:18px;
}

#location-map #contact-info p strong,
#location-map #contact-info a strong {
    display:block;
    margin-bottom:5px;
}

#location-map #contact-info li a {
    line-height:22px;
}

#location-map #contact-info a:hover {
    color:#c1272d;
}
    
/* GOOGLE MAPS */

#map-canvas {
    width:100%;
    min-width:940px;
    height:700px;
    float:right;
    overflow:hidden;
    color:#222222;
}

/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#enquiryform-container,
#enquiryform-success-message {
	display:none;
}

#enquiryform-container {
    padding:0;
    width:450px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#enquiryform-container h3 {
    display:block;
    height:60px;
    line-height:64px;
    color:#333333;
    background:#FFDA00;
    padding:0 20px;
    margin-bottom:0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#enquiryform,
#enquiryform-success-message,
#enquiryform-container .form-status {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#enquiryform {
    background-color:#ffffff;
    padding:30px 20px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.form,
.form p {
	position:relative;
	display:block;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	padding:0 0 10px;
}

.form .captcha {
    padding-bottom:20px;   
}

.form span.required {
	color:#F00;	
}

.form input,
.form textarea {
    display:block;
	border:1px solid #f4f4f4;
	background-color:#F4F4F4;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:300;
	line-height:30px;
    width:100%;
    color:#222222;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}

.form input {
	height:30px;
	padding:0 15px;
}

.form #message {
    height:80px;
}

.form input:focus,
.form textarea:focus {
	border-color:#B50000;
}

.form textarea {
	padding:5px 10px;
	line-height:20px;
	resize:none;
	overflow-y:hidden;
}

.form-result {
    padding: 30px 20px;
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
    display: none
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
    width:80%;
    min-width:400px;
	clear:both;
	font-size:12px;
    font-weight:400;
	line-height:20px;
	padding:0 15px 0;
	margin:0;
    color:#f00;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
    font-weight:400;
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .submit-btn {
	position:relative;
    width:100px;
    height:30px;
    line-height:30px;
    padding:0 15px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight:bold;
    color:#000000;
    cursor:pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffda00;
    background: -moz-linear-gradient(left, #ffda00 0%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #ffda00 0%,#ffff00 100%);
    background: linear-gradient(to right, #ffda00 0%,#ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffda00", endColorstr="#ffff00",GradientType=1 );
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.form .submit-btn:hover {
    color:#ffffff;
    background: #c1272d;
    background: -moz-linear-gradient(left, #c1272d 0%, #ff0000 100%);
    background: -webkit-linear-gradient(left, #c1272d 0%,#ff0000 100%);
    background: linear-gradient(to right, #c1272d 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c1272d", endColorstr="#ff0000",GradientType=1 );
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled],
input[type=submit]:disabled:hover,
button:disabled:hover,
input[type=submit][disabled=disabled]:hover,
button[disabled=disabled]:hover,
input[type=text]:disabled:hover,
input[type=text][disabled=disabled]:hover,
text:disabled:hover,
text[disabled=disabled]:hover {
    background:#cccccc !important;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#e5e5e5 !important;
}

/* CONTENT - FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
    background-color:#000000;
    text-align: center;
    color:#ffffff;
    font-size:14px;
}

#footer .content {
    padding:50px 10px;
}

/* Footer COPYRIGHT */

#footer p {
	margin:0;
}

#footer p span,
#footer p span a {
	color:#000000;
    text-decoration:none !important;
}