<!--computer-->
html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: -webkit-linear-gradient(0deg, #F0F0F0, #F3F3F3);
	background: linear-gradient(90deg, #F0F0F0, #F3F3F3);
	font-family: 'Conv_Conduit ITC Medium';
}
h1 {
	font-family: 'conduititc_ttbold';
	font-size: 36px;
	color:  #fc992b;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-family: 'conduititc_ttbold';
	font-size: 24px;
	color:  #fc992b;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: 'conduititc_ttbold';
	font-size: 36px;
	color:  #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
}
#header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	/*padding-top: 56px;
	padding-bottom: 66px;*/
	background-color: #FFFFFF;
	text-align: center;
	overflow: visible;
	
	padding-top: 26px;
	padding-bottom: 36px;
	height: 100px;
}
#header img {
	/*height: 100%;
	width: auto;*/
	height: 90%;
	width: auto;
}
.headerPadder {
	position: relative;
	width: 100%;
	/*height: 256px;*/
	height: 162px;
}
#bottomShadow {
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 6px;
	background-color: rgba(0,0,0,0.15);
}
#menuHolder {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	padding-top: 8px;
	z-index: 9999;
	background-color: #fc992b;
	/*font-family: 'danuberegular';*/
	font-family: 'conduititc_ttbold';
	font-size: 18px;
	letter-spacing:2px;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}
#menuHolder a {
	
	padding-left: 10px;
	padding-right: 10px;
}
#menuHolder a, #menuHolder a:visited, #menuHolder a:active {
	text-decoration: none;
	color: #FFFFFF;
	
}
#menuHolder a:hover {
	text-decoration: none;
	color: #FFFFFF;
	opacity: 0.6;
}
#topShadow {
	position: absolute;
	top: -6px;
	width: 100%;
	height: 6px;
	background-color: rgba(0,0,0,0.15);
}
.anchor {
	position: absolute;
	top: -256px;
}
.contentHolder {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
}
.contentHolder a, .contentHolder a:active, .contentHolder a:visited {
	color: #fc992b;
	text-decoration: none;
	border-bottom: 2px solid #fc992b;
}
.contentHolder a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #fc992b;
}
#landscapeHolder {
	min-height: 600px;
	height: 66%;
	overflow: hidden;/*overflow-y: hidden;*/
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #b0e2e2;
	margin-top: 130px;
}

#mountains {
	z-index: 1;
	width: 270%;
}
#grassBack {
	z-index: 2;
}
#grassFront {
	z-index: 3;
}
#bushes {
	z-index: 4;
}
#leavesTop {
	z-index: 90;
	width: 200%;
	top: 0px;
	/*bottom: -10%;*/
}
#leavesTop img {
	top: -50px;
	bottom: -100%;
}
#leavesBottom {
	z-index: 90;
	width: 200%;
	/*bottom: -10%;*/
}
#leavesBottom img {
	bottom: -10px;
}
#trees {
	z-index: 91;
	width: 200%;
	height: 100%;
	overflow: hidden;
}
#trees img {
	position: absolute;
	top: 0px;
	height: 100%;
	width: auto;
}
.beast {
	position: absolute;
	z-index: 10;
}
#pony {
	left: 15%;
	bottom: 50px;
	z-index: 15;
}
#dog {
	left: 50%;
	bottom: 25px;
	z-index: 25;
}
#bear {
	left: 85%;
	bottom: 70px;
	z-index: 12;
}
#mutt {
	left: 110%;
	bottom: 12px;
	z-index: 18;
}
#panda {
	left: 300%;
	bottom: 20px;
	z-index: 16;
}
#koala {
	left: 480%;
	bottom: 70px;
	z-index: 13;
}
#elephant {
	left: 120%;
	bottom: 100px;
	z-index: 11;
}

.landscape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300%;
}

.landscape img {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
}
.cloud {
	position: absolute;
	background: transparent;
	background: url(../_img/cloud.png) no-repeat center center ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.95;
}
#cloud1 {
	top: 10px;
	left: 40%;
	width: 400px;
	height: 184px;
}
#cloud2 {
	top: 80px;
	left: 80%;
	width: 200px;
	height: 92px;
}
#cloud3 {
	top: 140px;
	left: 130%;
	width: 200px;
	height: 92px;
}
#newsHolder {
	display: none;
}
#polaroidHolder {
	position: absolute;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: visible;/*auto;*/
	z-index: 99;
	/*top: 32%;*/
	top: 50px;
	height: 180px;/*50%;*/
	background-color: #FFFFFF;
	/*
	text-align: center;*/
}
#polaroidHolder:before,
#polaroidHolder:after { content: " "; display: table; }
#polaroidHolder:after { clear: both; }
#polaroidHolder { *zoom: 1; }

#bar {
	position: absolute;
	z-index: 0;
	top: 110px;
	width: 100%;
	height: 8px;
	
	background-color: #fc992b;
}
#oldBar {
	background: #cac8c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #cac8c6 27%, #806f68 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#cac8c6), color-stop(100%,#806f68)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cac8c6 27%,#806f68 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cac8c6 27%,#806f68 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cac8c6 27%,#806f68 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cac8c6 27%,#806f68 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac8c6', endColorstr='#806f68',GradientType=0 ); /* IE6-9 */
}
#picsHolder {
	/*position: absolute;
	z-index: 10;
	top: 105px;
	left: 50%;
	margin-left: -480px;
	width: 960px;*/
	
	position: relative; margin-top: 76px;
	float: right; right: 50%;
}

.inner-div { position: relative; float: right; right: -50%; }

.polaroid {
	float: left;
	position: relative;
	/*width: 200px;
	height: 249px;*/
	width: 150px;
	height: 188px;
	margin-left: 20px;
	margin-right: 20px;
}
.polaroid:hover {
	cursor: pointer;
}
.polaroid:nth-child(0) {
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	transform: rotate(7deg);
}
.polaroid:nth-child(1) {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
.polaroid:nth-child(2) {
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}
.polaroid:nth-child(3) {
	-ms-transform: rotate(4deg); /* IE 9 */
	-webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
	transform: rotate(4deg);
}

.pol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.pol img {
	width: 100%;
	height: auto;
}
.polImage {
	position: absolute;
	left: 6px;
	/*top: 32px;
	width: 188px;*/
	top: 30px;
	width: 138px;
}
.polImage img {
	width: 100%;
	height: auto;
}
#rentHolder {
	background-color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#disclaimerHolder {
	display: none;
}
#rentme {
	position: relative;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	font-family: 'Conv_Conduit ITC Medium';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4em;
}
#modelsHolder {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: 'Conv_Conduit ITC Medium';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4em;
	
}
#animalsHolder {
	position: relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	z-index: 10;
	
	/*overflow: auto;
	overflow-x: hidden;*/
	overflow: visible;
}
.animal {
	float: left;
	position: relative;
	display: block;
	width: 33.33%;
	padding-top: 40px;
	border-bottom: 1px solid #fc992b;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	z-index: 2;
}
.animal:hover {
	background-color: rgba(0,0,0,0.035);
}
.animal:last-child, .animal:nth-last-child(2), .animal:nth-last-child(3), .animal:nth-last-child(4) {/*, .animal:nth-last-child(5) { */
	border-bottom: 0px solid transparent;
}
.animal img {
	width: 100%;
	height: auto;
}
.mosaic {

}
.mosaic:hover {
	cursor: pointer;
}
.checkBox {
	display: inline;
	width: 16px;
	height: 16px;
	border: 3px solid #fc992b;
	border-radius: 6px;
	margin-left: 8px;
	font-size: 16px;
	bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .checkBox {
    padding-left: 0px;
    padding-right: 0px;
  }
} 

*/
/*
@-moz-document url-prefix() {
	.checkBox {
	  padding-left: 0px;
	  padding-right: 0px;
	}
}
*/
.checkBox:hover {
	cursor: pointer;
}
.checked {
	background-color: #fc992b;
}
.animalInfo {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.popInfo {
	position: relative;
	left: 50%;
	width: 450px;
	margin-left: -225px;
	text-align: center;
}
.popInfo h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.bx-controls {
	display: none;
}
.technicalDIV {
	position: relative;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.technicalDIV h3 {
	margin: 0px;
}
.techLabel {
	float: left;
	width: 160px;
	font-family: 'conduititc_ttbold';
	text-align: right;
}
.techInfo {
	overflow: hidden;
	font-family: 'Conv_Conduit ITC Medium';
	line-height: 1.4em;
	padding-left: 8px;
	text-align: left;
}

#contacHolder {
	text-align: center;
}






#errorMessage {
	background-color: #fc992b;
}
#successMessage {
	background-color: #fc992b;
}

form input, form textarea {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url("boxsizing.htc");
	outline: 0;
	border: 0px;
	background-color: transparent;
	/*background-image: url("../../../images/layout/input-bg.png");*/
	height: 56px;
	line-height: 28px;/*56px;*/
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	font-family: 'Conv_Conduit ITC Medium';
	font-size: 20px;
	color: #363636;
	text-align: left;
}
form textarea {
	padding-top: 14px;
}
#form {
	position: relative;
	left: 50%;
	width: 700px;
	margin-left:-350px;
	/*padding-top: 70px;*/
	padding-bottom: 70px;
	text-align: center;
}
form input {
	border-bottom: 1px solid #fc992b;
}
form input::-webkit-input-placeholder,form  textarea::-webkit-input-placeholder{
	color:#363636;
}
form input:-moz-placeholder,form  textarea:-moz-placeholder{
	color:#363636;
}
form input::-moz-placeholder,form  textarea::-moz-placeholder{
	color:#363636;
}
form input:-ms-input-placeholder,form  textarea:-ms-input-placeholder{
	color:#363636;
}
form input.error,form textarea.error{
	border-color:red;
}

form textarea{
	height:160px;
	resize:none;
}
form a.button{
	outline:0;
}
form a.button:hover{
	cursor:pointer;
}
form #honee {
	position:absolute;
	left:-9999px;
}
form .select{
	position:relative;
	z-index:99;
	height:40px;
}
form .select .selectedOption{
	height:100%;
	height:100%;
	line-height:40px;
	text-indent:15px;
	background-color:#f0f1f2;
	z-index:100;
	position:relative;
	background-image:url("../../../images/layout/dropdown.png");
	background-position:right top;
	background-repeat:repeat-y;
}
form .select.active .selectedOption{
	background-position:right bottom;
}
form .select .selectList{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	behavior:url("boxsizing.htc");
	position:absolute;
	display:none;
	top:40px;
	left:0;
	width:100%;
	z-index:99;
	background-color:#fff;
	border:1px solid #e5e5e5;
	box-shadow:0px 5px 20px rgba(0,0,0,0.1);
}
form .select .selectList a{
	text-decoration:none;
	display:block;
	padding:15px;
	border-bottom:1px solid #e5e5e5;
}
form .select .selectList a:hover{
	background-color:#f1f1f1;
	cursor:pointer;
}
form .select.active .selectList{
	display:block;
}
form .select.error .selectedOption{
	background-color:red;
	color:white;
}
form .input{
	display:inline-block;
	height:25px;
	width:25px;
	margin:0px 10px -7px;
	background-image:url("../../../images/layout/checkbox.png");
	background-position:left top;
}
form .input.checked{
	background-position:left bottom;
}
form .input:hover{
	cursor:pointer;
	border:0
}

.noshow {
	display: none;
}
#reservation {
	position: absolute;
	top: 530px;
}
.reservationLabels {
	float: left;
	width: 100%;
	margin-bottom: 56px;
	background-color: #fc992b;
}
#reservationForm {
	float: left;
	width: 100%;
	margin-bottom: 56px;
}
.reservationHolder {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'conduititc_ttbold';
	font-size: 24px;
	text-transform: uppercase;
	/*border-top: 1px solid #fc992b;
	border-bottom: 1px solid #fc992b;*/
	border-radius: 0px 22px 0px 22px; 
	-moz-border-radius: 0px 22px 0px 22px; 
	-webkit-border-radius: 0px 22px 0px 22px; 
	border: 1px solid #fc992b;
	
	text-align: center;
	color: #fc992b;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin-bottom: 40px;
}
.reservationHolder:hover {
	background-color: #fc992b;
	color: #FFFFFF;
	cursor:pointer;
}
#successReservation {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fc992b;
}

.buttonHolder {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'conduititc_ttbold';
	font-size: 24px;
	text-transform: uppercase;
	/*border-top: 1px solid #fc992b;
	border-bottom: 1px solid #fc992b;*/
	border-radius: 0px 22px 0px 22px; 
	-moz-border-radius: 0px 22px 0px 22px; 
	-webkit-border-radius: 0px 22px 0px 22px; 
	border: 1px solid #fc992b;
	
	text-align: center;
	color: #fc992b;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.buttonHolder:hover {
	background-color: #fc992b;
	color: #FFFFFF;
	cursor:pointer;
}




#popUp {
	position: fixed;
	z-index: 999999999;
	/*background-color: rgba(0, 0, 0, 0.85);*/
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	height: auto;
	display: none;
	overflow-y: auto;
}
#popUpBG {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: #fc992b; 
}
#closer {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999999;
}
#closer:hover {
	cursor: pointer;
}
#popUpContent {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 6px;
	z-index: 2;
}
#social {
	float: right;
	width: 62px;
	height: 24px;
	padding-right: 16px;
}
.social {
	float: left;
	width: 31px;
	height: 24px;
	background-image: url(../_img/social.png);
	
}
.social:hover {
	cursor: pointer;
}
#fb {
	background-position: 0 0; 
}
#twitter {
	background-position: -31px 0;
}@media only screen 
and (min-height : 256px) 
and (max-height : 800px) { 
	#header {
		/*position: fixed;
		z-index: 9999;
		width: 100%;
		
		background-color: #FFFFFF;
		text-align: center;
		overflow: visible;*/
		padding-top: 26px;
		padding-bottom: 36px;
		height: 100px;
	}
	#header img {
		height: 90%;
		width: auto;
	}
	.headerPadder {
		position: relative;
		width: 100%;
		height: 162px;
	}
	#polaroidHolder {
		/*top: 140px;*/
	}
	
}



