@charset "UTF-8";
/* CSS Document */

/* DESKTOP */
body, html {
    height: 100%;
	margin: 0;
	padding: 0;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-family: 'Kavivanar', cursive;
	color: #666;
}

h4 {
	margin-bottom: 0px;
}

blockquote {
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}
.error {
	color: #FF0000;
}
#wrapper {
	display: block;
	margin: 0;
	padding: 0;
}

#container {
	display: block;
	max-width: 1336px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	/*height: 1000px;*/
	background-color: #FFFFFF;
}

#hero {
	background-image:url("../images/heros/hero1.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdv {
	background-image:url("../images/heros/AdventureHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;
}


#heroAdvXun {
	background-image:url("../images/heros/XunantunichHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;
}

#heroAdvAbout {
	background-image:url("../images/heros/CashewHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvGal {
	background-image:url("../images/heros/GenericHero1.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvTest {
	background-image:url("../images/heros/GenericHero2.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvReser {
	background-image:url("../images/heros/GenericHero3.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvAltun {
	background-image:url("../images/heros/AltunHaHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvHowler {
	background-image:url("../images/heros/HowlerHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;

}
#heroAdvZip {
	background-image:url("../images/heros/ZiplineHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
	height: 275px;
    margin: auto 0;
    width: 100%;
}
#heroAdvLam {
	background-image:url("../images/heros/LamanaiHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;
}

#heroAdvZoo {
	background-image:url("../images/heros/ZooHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;
}

#heroAdvTube {
	background-image:url("../images/heros/CaveTubingHero.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 275px;
}

/************************************************* LOGO AND PHONE *****/
#logo {
	display: inline-block;
	max-width: 200px;
	padding: 20px;

}
#logo2 {
	display: inline-block;
    margin: 15px;
    }


/************************************************* NAVIGATION *****/

logo2 {
    display: inline-block;
    width: 200px;
    margin: 10px;

}

#nav2 {
    margin: -130px 0 0 160px;
    padding: 0;
    top: 0;
	width: 700px;

}

#phone {
    background-color: rgba(0, 0, 0, 0.5);
    width: 600px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: bold;
    color: #f3f3f3;
}

#phone a {
    text-decoration: none;
    color: #fff;
}
#nav2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;

}
#nav2 li {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
	float: left;
	font-size: 11px;
}

#nav2 li a {
    display: block;
    min-width: 120px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0.15em;
    font-family: Arial, Helvetica, sans-serif;
	color: #f6f5f4;
	text-decoration: none;
}

#nav2 li:hover a {
    background: #F5B501;
}

#nav2 li:hover ul a {
    background-color: rgba(22, 139, 185, 0.6);
    color: #fff;
    height: 25px;
    line-height: 25px;
}

#nav2 li:hover ul a:hover {
    background: #F5B501;
    color: #fff;
}

#nav2 li ul {
    display: none;
}

#nav2 li ul li {
    display: block;
    float: none;
}

#nav2 li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 10px;
}

/*Display the dropdown on hover*/
#nav2 ul li a:hover + .hidden, #nav2 .hidden:hover {
	display: block;
}

/************************************************* END TEST NAV *****/

/*Style 'show menu' label button and hide it by default*/
#nav2 .show-menu {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 3px 0;
    display: none;
    font-size: 11px;
}
/*Hide checkbox*/
#nav2 input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
#nav2 input[type=checkbox]:checked ~ #menu{
    display: block;
}

/************************************************* SHOW MENU *****/

.info {
	margin: auto;
	text-align: center;
}

.adventures {
	text-align: center;
}

.advBtn {
	display: inline-block;
	position: relative;
	margin: 20px;
	width: 240px;
	height: 220px;
	background-color: #999;
	border-radius: 20px;
	box-shadow: 5px 5px 5px grey;
}

.advBtn a {

}
.advTxt {
	/*display: block;*/
	position: absolute;
  	text-align: center;
	bottom: 0px;
	padding-top: 10px;
	color: #FFF;
	width: 240px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 20px 20px;
}

.tripLft {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 70px;
}

ul.items {
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

ul.items li {
    display: list-item;
    clear: both;
    background-color: #FFF;
    font-size: 14px;

}

.tripImg {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	margin-right: 20px;
}

.tripContent {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
p.tripHints {
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.tripRt {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 70px;
}
.tripRtImg {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	margin-left: 20px;
}
.reserve a {
	color: #019F34;
	float: right;
	text-decoration: none;
}


.grayTxt {
	color: #999;
	font-style: italic;
}

.content {
	display: block;
	padding-bottom: 40px;

}

.divider {
        display: block;
        visibility: hidden;
        background: gray;
        height: 2px;
}

.leftCol {
	margin: 0 auto;
	width: 50%;
	display: inline-block;
	font-size: .9em;
	padding-left: 20px;
}

.leftCol Img {
	float: right;
	padding: 10px;
}

.rghtCol {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	padding-top:68px;
	width: 45%;
	font-size: .9em;
}
.rghtColLow {

}

.button  {
    background-color: #019F34;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}

.button4  {
	border-radius: 10px;

}

#AdvGal {
	max-width: 540px;
}

#AdvGalThmb img {
	margin: 0 5px 20px 0;
}
blockquote {
	font-family: 'Kavivanar', cursive;
	color: #005F07;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.tourTip {
	background-color: #E4E4E4;
	margin-bottom: 20px;
	padding: 20px;
}

iframe {
        max-width: 100% !important;
        width: 720px !important;
        height: 405px !important;
}

.media {
	display: block;
	margin: auto;
	text-align: center;
	padding: 40px;
}

.media p {
	margin-top: -5px;
	color: #999;
	font-style: italic;
	font-size: .8em;
}

form.reserve {
	margin-left: 100px;
}
#reqTxt {
	color: #666;
	font-style: italic;
}
input[type=text]{
	width: 50%;
}
input[type=number] {
	width: 30px;
}
input[type=email] {
	width: 200px;
}
label {
	clear: left;
	display: inline-block;
	margin: 10px 0 5px;
	padding: 0;
}

textarea {
	width: 400px;
	height: 200px;
	resize: none;
}

#messagefield {
	/*resize: none;*/
}
p.choices {
	margin: 0;
	padding: 0;
}
.button-submit {
	background-color: #019F34;
    border: none;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px 0 290px;
    cursor: pointer;
}
.checkBoxed {
	display: inline-block;
	float: left;
	width: 130px;
}

.numberIn {
	display: block;
	clear: both;
}
#formmessage {
	color: #019F34;
}
#sendE {
	font-style: italic;
	color: #999;

}
.footer {
	background-color: #F5B501;
	height: auto;
	text-align: center;
	padding: 10px 0;
	color: #AF8E31;
}

#TA_rated277 {
    width: 150px;
    margin: 0 auto;
}

.siteCredit {
	margin-left: 20px;
	font-size: .7em;
}

.siteCredit a {

	text-decoration: none;
	color:#AF8E31;
}


/********************** TABLET  **********************/
@media screen and (max-width: 991px) {
     /* start of large tablet styles */
    #wrapper {
	   display: block;
	   margin: 0;
	   padding: 0;
    }

    #nav {
	   display: inline-block;
	   background-color: rgba(0, 0, 0, 0.5);
	   float: right;
	   text-align: center;
	   margin: 0 auto;

    }

    #logo {
	   display: inline-block;
	   width: 100px;
        height: auto;
	   padding: 10px 20px;

    }
    iframe {
        max-width: 100% !important;
        width: 720px !important;
        height: 405px !important;
    }
    .media {
	   display: block;
	   margin: auto;
        width: 100%;
	   text-align: center;
	   padding: 0px;
    }

    .leftCol {
	   margin: 0 auto;
	   width: 90%;
	   display: inline-block;
	   font-size: .9em;
	   padding-left: 5px;
    }
    .rghtCol {
	   display: inline-block;
	   vertical-align: top;
	   margin-left: 5px;
	   padding-top: 10px;
	   width: 90%;
	   font-size: .9em;
    }

    .tripContent {
	   display: inline-block;
	   width: 100%;
	   vertical-align: top;
    }
    .divider {
        display: block;
        visibility: visible;
        background: gray;
        height: 2px;
        margin-bottom: 20px;
    }

    .tripLft {
	   display: block;
	   margin: 0 auto;
	   width: 100%;
	   padding-bottom: 10px;
    }

    .tripRt {
	   display: block;
	   margin: 0 auto;
	   width: 100%;
	   padding-bottom: 10px;
    }
    .tripRtImg {
	   display: inline-block;
	   width: 100%;
	   max-width: 460px;
	   margin-left: 5px;
    }
    blockquote {
        display: block;
        margin-top: 2em;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }

    form.reserve {
	   margin-left: 10px;
    }

    textarea {
	   width: 300px;
	   height: 200px;
	   resize: none;
    }
    .button-submit {
	   background-color: #019F34;
        border: none;
        color: white;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 0 0 190px;
        cursor: pointer;
        z-index: 5;
        position: relative;
    }


    #AdvGal img {
        width: 100%;
        height: auto;
        /*width: 430px;
        height: 255px;*/
    }
    #AdvGalThmb img {
	   margin: 5px 5px 0 0;
    }
}


@media screen and (max-width: 767px) {

     /* start of medium tablet styles */
    #wrapper {
	   display: block;
	   margin: 0;
	   padding: 0;
    }
     #nav2 {
         margin: -130px 0 0 140px;
         padding: 0;
         top: 0;
         width: 60%;
    }

    #phone {
        width: 100%;
    }
    /*Make dropdown links appear inline*/
    #nav2 ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    #nav2 li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    #nav2 ul li, li a {
        width: 100%;
    }

    #nav2 .show-menu {
        display:block;
    }


/****************************************** END SHOW MENU ****/

    #logo {
	   display: inline-block;
	   width: 100px;
        height: auto;
	   padding: 10px 20px;

    }

    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .media {
	   display: block;
	   margin: auto;
        width: 100%;
	   text-align: center;
	   padding: 0px;
    }

    .leftCol {
	   margin: 0 auto;
	   width: 90%;
	   display: inline-block;
	   font-size: .9em;
	   padding-left: 5px;
    }
    .rghtCol {
	   display: inline-block;
	   vertical-align: top;
	   margin-left: 5px;
	   padding-top: 10px;
	   width: 90%;
	   font-size: .9em;
    }

    .divider {
        display: block;
        visibility: visible;
        background: gray;
        height: 2px;
        margin-bottom: 10px;
    }

    blockquote {
        display: block;
        margin-top: 2em;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }

    form.reserve {
	   margin-left: 10px;
    }

    textarea {
	   width: 300px;
	   height: 200px;
	   resize: none;
    }
    .button-submit {
	   background-color: #019F34;
        border: none;
        color: white;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 0 0 190px;
        cursor: pointer;
    }


    #AdvGal img {
        width: 100%;
        height: auto;
        /*width: 430px;
        height: 255px;*/
    }
    #AdvGalThmb img {
	   margin: 5px 5px 0 0;
    }
}



@media screen and (max-width: 479px) {
     /* start of phone styles */
    #wrapper {
	   display: block;
	   margin: 0;
	   padding: 0;
    }

     #nav2 {
        margin: -130px 0 0 140px;
        padding: 0;
        top: 0;
	   width: 60%;

    }
    #nav2 ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    #nav2 li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    #nav2 ul li, li a {
        width: 100%;
    }

    #nav2 .show-menu {
        display:block;
    }

    #logo {
	   display: inline-block;
	   width: 100px;
        height: auto;
	   padding: 10px 20px;

    }


    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    .media {
	   display: block;
	   margin: auto;
        width: 100%;
	   text-align: center;
	   padding: 0px;
    }

    .leftCol {
	   margin: 0 auto;
	   width: 90%;
	   display: inline-block;
	   font-size: .9em;
	   padding-left: 5px;
    }

    ul.items {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.items li {
    display: list-item;
    clear: both;
    background-color: #FFF;
    font-size: 14px;

}
    .rghtCol {
	   display: inline-block;
	   vertical-align: top;
	   margin-left: 5px;
	   padding-top: 10px;
	   width: 90%;
	   font-size: .9em;
    }


    .divider {
        display: block;
        visibility: visible;
        background: gray;
        height: 2px;
        margin-bottom: 10px;
    }

    blockquote {
        display: block;
        margin-top: 2em;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }

    form.reserve {
	   margin-left: 10px;
    }

    textarea {
	   width: 300px;
	   height: 200px;
	   resize: none;
    }
    .button-submit {
	   background-color: #019F34;
        border: none;
        color: white;
        padding: 5px 10px;
        text-decoration: none;
        margin: 0 0 0 190px;
        cursor: pointer;
    }


    #AdvGal img {
        width: 100%;
        height: auto;
        /*width: 430px;
        height: 255px;*/
    }
    #AdvGalThmb img {
	   margin: 5px 5px 0 0;
    }
}