a {
	text-decoration: none;
}
.dropbtn {
  background-color: #FFF;
  color: white;
  border: none;
  cursor: pointer;

}

.dropdown {
  color: #37376F;
  display: inline-block;
  z-index: 10000;
}

.dropdown-content {
  color: #37376F;
  width: 320px;
  display: none;
  position: absolute;
  text-align: left;
  background-color: #FFF;
  padding: 10px;
/*  min-width: 200px;*/
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
  z-index: 1000;
}

.dropdown-content a {
  color: #999;
  padding: 15px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #FFF;
	}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #FFF;
}

/*CSS for form*/

/* {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-family: Tahoma, Geneva, sans-serif;
}
*/
input[type=text], select, textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  margin: 8px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  line-height: 1.5em;
}
input[type=date] {
	width: 60%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-size:17px;
	color:#999;
}

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;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

img {
	 display: inline;
}

a:hover {
	color: #F5A508;
}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.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: #666;
	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;}

h1 {
	color: #666666;
	font-size: 34px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;

/**    text-shadow: 2px 2px 4px #000000;**/
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	letter-spacing:0.2em;
	color:#666;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	letter-spacing: 0.2em;
	text-transform: capitalize;
}
h4 {
	font-family: "Times New Roman";
	color: #666;
	font-size: 22px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
}

.imgbox {
    display: grid;
    height: 100%;
	margin: auto;
	width: 100%;
        }
.normal-white-text {
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	margin: 8px;
	padding: 8px;
}

.button-pdf {
  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-pdf1 {
  background-color: white; 
  color: #999; 
  border: 1px solid #4CAF50;
}

.button-pdf1:hover {
  background-color: #4CAF50;
  color: white;
}

.button-hidden{
  background-color: #09C; /* Green */
  border: none;
  color: #E0E0E0;
  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-hidden1 {
  background-color: #09C; 
  color: #999; 
}

.button-hidden1:hover {
  background-color: #666;
  color: white;
}
.button {
	background-color: #139AF5; /* Green */
	border: #FF0;
	color: white;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 2px 2px;
	cursor: pointer;
	border-radius: 50%;
	font-family: "Times New Roman", Times, serif;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.button1 {border-radius: 50%;}

.button2:hover {
	background-color: #EBBB9E;
	color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.buttonfloat {
    position: fixed;
	  bottom: 0;
      right: 0;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.menufloat {
	position: fixed;
	top: 0;
	right: 0;
	    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
	.imgbg {
		background-image: url("../images/Tailor-made-bg.jpg");
		background-repeat: repeat-y;
	}
.form-bg {
	color:#F5EEEE;
	border-radius: 20px;
	background: #FFF;
	opacity: 0.8;
}
.form-round-bg {
	border-radius: 20px;
	border: 1px solid #666;
	background: #F2F2F2;
}
.copyright {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	}
.img-round {
	border-radius: 50%;
	border: 1px solid;
	margin: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
}

/*Tooltip for attractions*/

.tooltip {
  position: relative;
  display: inline-block;
  color:#069;
/*  border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
	font-size: 13px;
	letter-spacing: normal;
	line-height:normal;
  visibility: hidden;
  width: 380px;
  background-color: #fff;
  color: #666;
  text-align: left;
  border-radius: 6px;
/*  padding: 5px 10px;*/
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -190px;
  opacity: 0;
  transition: opacity 1s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.img-tooltip {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.table-cell-bg {
  background-image: url(../images/logo/vertical-line-dot.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
	}
.thin-title {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-weight: 100;
	}

.hotel-box {
	border-radius: 6px;
	border: #666 1px solid;
	padding: 10px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
/* Search Box CSS*/
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}
.topnav .search-container {
  float: right;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
.tour-title {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
		}
.capitalize-title {
	text-transform: capitalize;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.2em;
	}

#toTopButton {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #09C;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
	}
#toTopButton:hover {
	background-color: #F90;
	}
