/*
 * Original Web Development by Jon Velas
 * CSS Structure written by Jon Velas
 * Copyright by Jon Velas Web Agency 
 */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
	top: 0px;
}
#Container-2 {
	width: auto;
	height: 100%;
	float: left;
	max-width: 100%;
	position: relative;
	bottom: 0px;
	margin: 0px;
}
#Logo {
	height: 94px;
	width: 100px;
	top: 47px;
	background-image: url(excelia-las-terrenas-excursions-transfers-logo-mobile.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	background-color: #FFF;
	border-top-width: 6px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808000;
	border-bottom-color: #002878;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	position: relative;
	z-index: 100;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#Logo h1 {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #036;
	text-align: left;
	text-indent: -9999px;
	letter-spacing: -1px;
}
#Logo-Index {
	height: 94px;
	width: 100px;
	top: 47px;
	background-image: url(excelia-las-terrenas-excursions-transfers-logo-mobile.png);
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	float: none;
	background-color: #FFF;
	border-top-width: 6px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808000;
	border-bottom-color: #002878;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	position: relative;
	z-index: 900;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Logo-Index h1 {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #036;
	text-align: left;
	text-indent: -9999px;
	letter-spacing: -1px;
}

#Main-Photo {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	text-align: center;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	top: -200px;
	min-height: 350px;
}
#Main-Photo img {
	height: auto;
	width: 100%;
	min-height: 400px;
}

#Top-Nav {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 6px #999; 
}

/* Add a black background color to the top navigation */
.topnav {
	background-color: #006;
	overflow: hidden;
	z-index: 900;
}


/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-family: Kanit, sans-serif;
	font-weight: 600;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
}

/* Add an active class to highlight the current page */
.active {
	background-color: #96964B;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
	color: #FFF;
	background-color: #006;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	background-color: #006;
	font-family: Kanit, sans-serif;
	margin: 0;
	font-weight: 600;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #006;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: Kanit, sans-serif;
	font-weight: 600;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #FFF;
	color: #006;
}


/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #006;
	color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #96964B;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#Box-Details-Price {
	float: left;
	height: auto;
	width: auto;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	border-top-width: 0px;
	border-top-style: none;
	max-width: 100%;
}
#Box-Details-Price-Higher {
	float: left;
	height: 200px;
	width: 920px;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #808000;
}





#Box-Details-Price #Box1{
	float: left;
	height: 220px;
	width: 300px;
	background-image: url(sand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#Box-Details-Price #Box1 h6 {
	font-family: Sacramento, Script;
	font-size: 36px;
	color: #029EEA;
	padding-top: 10px;
	padding-left: 15px;
}


#Box-Details-Price #Box1 h5 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}
#Box-Details-Price #Box1-Higher {
	float: left;
	height: 260px;
	width: 300px;
	background-image: url(sand-260px.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Box-Details-Price #Box1-Higher h5 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}
#Box-Details-Price #Box1-Higher h6 {
	font-family: Sacramento, Script;
	font-size: 36px;
	color: #029EEA;
	padding-top: 10px;
	padding-left: 15px;
}
#Box-Details-Price #Box1-Highest {
	float: left;
	height: 290px;
	width: 300px;
	background-image: url(sand-290px.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Box-Details-Price #Box1-Highest h5 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}
#Box-Details-Price #Box1-Highest h6 {
	font-family: Sacramento, Script;
	font-size: 36px;
	color: #029EEA;
	padding-top: 10px;
	padding-left: 15px;
}


#Box-Details-Price #Box-2 {
	float: left;
	height: auto;
	width: 250px;
	padding-bottom: 25px;
	padding-top: 15px;
}
#Box-Details-Price #Box-2B {
	float: left;
	height: auto;
	width: 250px;
	padding-bottom: 25px;
}

#Box-Details-Price #Box-2 h6 {
	font-family: Sacramento, Script;
	font-size: 36px;
	color: #3C3;
	padding-top: 10px;
	padding-left: 15px;
}
#Box-Details-Price #Box-2B h6 {
	font-family: Sacramento, Script;
	font-size: 36px;
	color: #F93;
	padding-top: 10px;
	padding-left: 15px;
}

#Box-Details-Price #Box-2 h5 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #036;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 10px;
}
#Box-Details-Price #Box-2B h4 {
	font-family: Kanit, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #036;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 10px;
}
#Box-Details-Price #Box-2B h5 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #036;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 10px;
}


#Box-Details-Price #Box-2 h5 .bold {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #036;
	text-transform: uppercase;
	padding-left: 0px;
}
#Box-Details-Price #Box-2B h4 .bold {
	font-family: Kanit, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	color: #036;
	text-transform: uppercase;
	padding-left: 0px;
}
#Box-Details-Price #Box-2B h5 .bold {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	color: #036;
	text-transform: uppercase;
	padding-left: 0px;
}


#Box-Details-Price #Box-3{
	float: left;
	height: 100px;
	width: 250px;
	padding-top: 0px;
	max-width: 100%;
	padding-bottom: 15px;
}
#Book-Button {
	height: auto;
	width: 250px;
	margin-left: 0px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Container-2 #Main-Content #Paypal-Credit-Cards{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	max-width: 100%;
}
#Container-2 #Main-Content #Paypal-Credit-Cards img{
	height: auto;
	width: auto;
	max-width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#Container-2 #Main-Content img {
	padding-left: 40px;
}

#Box-Details-Price #Box-3 #Book-Button img {
	margin-left: 0px;
}

#Main-Animation {
	height: auto;
	z-index: 800;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -105px;
	margin-bottom: 0px;
	float: left;
}
#Small-Animation {
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
}
#Video {
	float: left;
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	height: auto;
	margin-left: 20px;
	max-width: 100%;
}
#Container-2 #Main-Content #Small-Animation img {
	margin: 0px;
	padding: 0px;
}
#Container-2 #Main-Content #Address img {
	padding-left: 0px;
}


#Booking-System {
	float: left;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	max-width: 320px;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -20px;
}

#Main-Content {
	height: auto;
	width: 100%;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	float: left;
	border-bottom-style: none;
	background-color: #FFF;
	top: -200px;
	margin: 0px;
	bottom: -200px;
}

#Main-Content p {
	font-family: Kanit, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #036;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 45px;
	word-spacing: -2px;
}

#Main-Content h1 {
	font-family: Sacramento, Script;
	font-size: 38px;
	color: #029EEA;
	padding-left: 20px;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: bolder;
	padding-right: 20px;
}
#Main-Content h4 {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	color: #036;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 0px;
	word-spacing: -2px;
}
#Main-Content h4 .bold {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #036;
	word-spacing: 0px;
	padding: 0px;
}


#Main-Content h6 {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #036;
	padding-right: 50px;
	padding-left: 45px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-indent: 0px;
	word-spacing: -2px;
}
#Main-Content #Box-Price-Details{
	float: left;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#Main-Content #Box-Price-Details p {
	text-indent: 0px;
}

#Main-Content #Address{
	float: left;
	height: auto;
	width: auto;
	clear: none;
	padding-top: 50px;
}
#Main-Content #Address h4 a {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #036;
	text-decoration: none;
}
#Main-Content #Address h4 a:hover {
	color: #029EEA;
	text-decoration: none;
	font-weight: 600;
}


#Facebook-Icon {
	float: left;
	height: 50px;
	width: 200px;
	margin-top: 15px;
	margin-left: 47px;
}
#Main-Content #Address #Facebook-Icon img {
	padding-left: 0px;
}




#Main-Content p.no-indent-text {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #036;
	padding-right: 50px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 0px;
}
#Main-Content p.no-indent-text-bold-text {
	font-family: Kanit, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #036;
	padding-right: 50px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 0px;
}
#Main-Content p.no-indent-text-bold-text-blue {
	font-family: Kanit, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #39F;
	padding-right: 50px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-indent: 0px;
}

#Main-Content h5 a {
	font-family: Kanit, sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #029EEA;
	text-decoration: underline;
}
#Main-Content h5 a:hover {
	font-family: Kanit, sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #036;
	text-decoration: none;
}



#Main-Content p .lettrine {
	font-size: 52px;
	color: #808000;
	font-family: Sacramento, Script;
	margin-top: 100px;
	line-height: 40px;
}

#Main-Content #Sub-Navigation {
	display: none;
	float: right;
	height: auto;
	width: 240px;
	margin-top: 10px;
	margin-right: 40px;
	clear: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#Main-Content #Sub-Navigation ul {
}


#Main-Content #Sub-Navigation li {
	list-style-type: none;
}
#Main-Content #Sub-Navigation h6 {
	font-family: Kanit, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#Main-Content #Sub-Navigation a {
	text-decoration: none;
	font-family: Kanit, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #036;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	letter-spacing: 0px;
	height: 35px;
	background-color: #FFF;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #036;
	border-top-width: 1px;
	border-top-color: #036;
}

#Main-Content #Sub-Navigation a:hover {
	text-decoration: none;
	font-family: Kanit, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #036;
	width: 210px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	letter-spacing: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #808000;
}

#Note-Below-Booking-System {
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

#Bottom-Shadow {
	height: auto;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: .4;
	position: relative;
	float: left;
	max-width: 100%;
	width: auto;
}
#Bottom-Shadow  img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#Sub-Title {
	float: left;
	position: relative;
	margin-top: -500px;
}
#Sub-Title h2 {
	font-family: Kanit, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #09F;
	text-align: left;
	text-indent: -9999px;
}







#Footer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -200px;
	height: 20px;
	margin-top: 0px;
	padding-top: 10px;
	position: relative;
	float: left;
	bottom: 0px;
}


#Footer h2 {
	font-family: Kanit, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #036;
	text-align: center;
	display: none;
}






#Footer a:hover {
	color: #9A856B;
	text-decoration: none;
}
#JVM {
	height: 20px;
	width: auto;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: -180px;
	position: relative;
	clear: both;
	float: right;
	padding-right: 10px;
	bottom: 10px;
}
#JVM p {
	font-family: Kanit, sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-align: right;
	padding-top: 0px;
	color: #87746D;
}
#JVM p img {
	padding-left: 1px;
	padding-bottom: 3px;
}
#JVM p a {
	font-family: Kanit, sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #036;
	text-decoration: none;
	line-height: 12px;
}
#JVM p a:hover {
	color: #039;
	text-decoration: none;
}

#Websites {
	height: 80px;
	width: auto;
	padding: 0px;
	clear: both;
	float: left;
	background-color: #666;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#Websites  p  {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	font-weight: lighter;
	color: #FFF;
	padding: 0px;
	text-indent: -9999px;
}
#Websites  p  a {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #0099CC;
	font-weight: normal;
}
#Websites  p  a:hover {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #00769D;
	font-weight: bolder;
}
