.white_font_bold {
	font-size: 28px;
	letter-spacing: 0.2em;
	color: white;
	text-decoration: none;
}

.white_green {

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

color: #fff;

}

.red_text {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: none;

}

.white_text {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:13px;

color: #fff;

}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

.maintitle {
	font-family: Times New Roman, "serif";
	font-size: 25px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #635F5F;

}

.subtitle {

	font-family: Times New Roman, "serif";

	font-size: 43px;
	letter-spacing: 0.2em;
	font-weight: bold;

	text-transform: capitalize;

	color: #666;

	text-decoration: none;

}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #666;
	text-shadow: #CCC;

}
.title-white {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFF;

}
#form1 #button {

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.txttitle {

	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;

	font-size: 25px;

	color: white;
	text-decoration: none;

	text-transform: capitalize;

	font-weight: bold;

}


.commonlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 3em;

}

.commonlink a:hover .style4 a:active{

color:#FF9900;

text-decoration:none;

}

.maintext {
	font-size: 35px;
	color: #333333;


}
.maintext-white {
	font-size: 35px;
	color: #FFF;
}

.tablink {
	background-color: #CCC;
	color: #999;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 17px;
	width: 50%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.tablink:hover {
  background-color: #FFC;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	color: #FFC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.content-title-description {
	font-family:"Times New Roman", Times, serif;
	color: #999;
	font-weight: bold;
	}
.content-title-destination {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-weight: bold;
	letter-spacing: 0.2em;
	}
.content-title-day {
	font-family: minion-pro,serif;;
	color: #666;
	font-size: 17px;
	letter-spacing: 0.2em;
	font-weight: 400;
	}

#Home {background-color: #E0E0E0;}
#News {background-color: #E0E0E0;}
#Contact {background-color: #E0E0E0;}
#About {background-color: #E0E0E0;}

input[type=text] {
  width: 100%;
  height: 60px;
  padding: 20px 25px;
  font-size: 28px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #666;
  line-height: 1.5em;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 20px 25px;
  font-size: 30px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #666;
  line-height: 1.5em;	
  	}
imput[type=radio] {
	width: 40px;
	height: 40px;
	}
input[type=date] {
  width: 80%;
  height: 60px;
  padding: 20px 25px;
  font-size: 28px;
  margin: 8px 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #666;
  line-height: 1.5em;
  background-color: #FFF;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #09F;
  color: white;
  width: 150px;
  font-size:16px;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  letter-spacing: 0.1em;
}

input[type=submit]:hover {
	background-color: #F90;
	transition-duration: 0.8s;
	
}
input[type=password] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-size:17px;
	color:#999;
}

input[type=cancel]:hover {
	background-color: #0CF;
}
.button-form-hover {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-form {
  background-color: #09C; 
  color: white; 
  padding: 20px 30px;
  font-size: 30px;
  text-transform: uppercase;
}

.buttonfloat {
    position: fixed;
	  bottom: 0;
      right: 0;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.thin-title {
	color: #333;
	font-family: Helvetica;
	letter-spacing: 0.5em;
	font-size: 40px;
}
.gallery-cell{ 
margin: 20px 20px;
width: 95%;
height: auto;
}

.slogan-line1 {
	position: absolute;
	font-family: Brush Script MT, Brush Script Std, cursive;
	font-size: 80px;
	color: #FFF;
	letter-spacing: 0.2em;
	top: 25%;
	left: 30px;
	width: 90%;
	text-shadow: 0 0 3px #000, 2px 2px 4px #000000;
	font-weight: bold;
	}
	.slogan-line2 {
	position: absolute;
	font-family: Brush Script MT, Brush Script Std, cursive;
	font-size: 80px;
	color: #FFF;
	letter-spacing: 0.2em;
	top: 40%;
	left: 60px;
	width: 90%;
	text-shadow: 0 0 3px #000, 5px 5px 8px #000000;
	font-weight: bold;
	}