@charset "utf-8";
body {
	}
 
#content_container {
	background-color:#FFFFFF
}

#grey-border{ 
background-color:#EAEAEA;
}

#no-padding{
	padding:0;
}
	
.home_body_header {
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	color: #C12023;
	text-align: center;
}

.home_body_header2 {
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	color: #999999;
	text-align: right;
}

.home_body_header3 {
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	color: #333333;
	text-align: center;
	background-color: #F0F0F0;
}
.home_body_sub_header {
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: #666666;
}
.white-text {
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: #ffffff;
}
#copyright-footer { font-size:12px}
.webco { font-size:12px }
a.webco:link { COLOR: #666; TEXT-DECORATION: none;  }
a.webco:visited {  COLOR: #666; TEXT-DECORATION: none;  }
a.webco:hover {TEXT-DECORATION: underline;  }

.textbox-home-page { 
    background: white; 
    border: 1px solid #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #DDD inset; 
    color: #666; 
    outline: none; 
    height:25px; 
	width: 80%;

   } 
   
.textbox-padding-top { 
	padding-top:28px

   }
 #next-button { color: #ffffff;
   background: #990000;
   border: solid;
   width: 20%;
   font-size: 16px;
   }
 #footer-container { background: url(images/bg2.jpg) top center no-repeat; 
   }
#bottom-footer {
	background: #000000;
	}
#packages-header1 {
		font-family: 'Dancing Script', cursive;
		color: #000000;
		font-size:30px;
	}
#packages-header2 {
		font-family: 'Dancing Script', cursive;
		color: #ffffff;
		background-color: #333333;
		font-size: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
#price-header {
		font-family: 'Dancing Script', cursive;
		color: #ffffff;
		background-color: #990000;
		font-size: 30px;
			padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	}
	
#fact-file-box1 {
	font-family: 'Dosis', sans-serif;
	color: #333333;
	font-size: 16px;
	background-color: #f3f3f3;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	height: 220px;
	
	}	
	#fact-file-box2 {
	font-family: 'Dosis', sans-serif;
	color: #333333;
	font-size: 16px;
	background-color: #ebebeb;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	height: 220px;
	}	
	
	
#itinerary {
	font-family: 'Dosis', sans-serif;
	color: #990000;
	font-size: 20px;
	}
#itinerary1 {
	font-family: 'Dosis', sans-serif;
	color: #990000;
	font-size: 18px;
	}
#textarea {
		width: 55%;
		height: auto;
	border: solid 1px #E5E5E5;
	background: #FFFFFF  left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	outline: 0
	}
textarea {
   		width: 55%;
		height: 100px;
	border: solid 1px #E5E5E5;
	background: #FFFFFF  left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	outline: 0

}
td {
	height: 37px
	}
	
#header-logo {display: block;
    margin-left: auto;
    margin-right: auto
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Dosis', sans-serif;
  
  line-height: 1;
}
#cssmenu > ul {
  background: #A23436;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #A23436;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: #dff2fa;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: rotateX(90deg) translateY(-23px);
  -moz-transform: rotateX(90deg) translateY(-23px);
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #000000;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #333333;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #333333;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #dff2fa;
}

/* Adapting the font size and width for smaller screens*/
@media (min-width:32.5em) and (max-width: 49.938em) {
 #cssmenu > ul > li > a {
  padding: 6px 20px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #A23436;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


}

/* Adapting the font size and width for smaller screens*/



/* The "tablet" and "mobile" version */


@media (min-width: 32.5em) and (max-width: 38.688em) {

	#cssmenu > ul > li > a {
  padding: 6px 20px;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #A23436;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}



}


@media (max-width: 32.438em) {

#cssmenu > ul > li > a {
  padding: 6px 20px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #A23436;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


}
