@CHARSET "UTF-8";

body {
	color: #444444;
	background: url('/template/images/background.jpg');
}

.form-horizontal .form-group {
	margin-bottom: 5px;
}

.header-subline {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid grey;
}

.phone {
	background: url('/template/images/phone.png') left top no-repeat;
	padding: 10px 0px 0px 60px;
	font-size: 20px;
	height: 48px;
}

.searchform {
	color: #525252;
	background: #ffb449;
	text-shadow: 1px 1px 0px #feebcf;
	border: 1px solid #912b14;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	min-height: 350px;
	padding-top: 15px;
}

.searchform-horizontal {
	color: #525252;
	background: #ffb449;
	text-shadow: 1px 1px 0px #feebcf;
	border: 1px solid #912b14;
	border-radius: 4px;
	padding-top: 15px;
}

.theme {
	position: relative;
	min-height: 500px;
}

.join-button {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.footer {
	background: #787878;
	border-top: 2px solid #912b14;
	padding: 10px 30px 30px 30px;
	text-align: center;
}

.footer a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

#arrival:hover, #departure:hover {
	cursor: pointer;
}

.result_item {
	padding: 15px 0px;
	border-bottom: 1px solid grey;
}

.result_item h3 {
	margin-top: 0 !important;
}

.book {
	float: left;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid green;
	border-radius: 5px;
	background-color: #5cb15e;
	padding: 5px;
	cursor: pointer;
}

.book:hover {
	color: green;
	background-color: #ffffff;
}

.camp_promo {
	padding: 30px 20px 20px 20px;
	background-color: #F5FFFA;
}





.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
 50% {
    -webkit-transform: scale(0.98);
   	-moz-transform: scale(0.98);
   	-o-transform: scale(0.98);
   	-ms-transform: scale(0.98);
   	transform: scale(0.98);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -moz-transform: scale(0.98);
   transform: scale(0.98);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -webkit-transform: scale(0.98);
   transform: scale(0.98);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -ms-transform: scale(0.98);
   transform: scale(0.98);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }

}