/* Styles for the template-adventures.php pages */
/* Background Image */
div#backgroundimage { position: fixed; top: 0; right: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 1!important; overflow: hidden; }
div#backgroundimage img#bgimg { position: fixed; top: 0; left: 50%; transform: translateX(-50%); min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1!important; 	overflow: hidden; }
header#adventures-page-header { margin-top:220px; width:100%; height:530px; display:block; position:relative; z-index:2; }
div#return-box { position:absolute; top:0; left:40px; padding:0; height:69px; line-height:69px; background-color:rgba(242,103,0,.8); }
div#return-box:hover { background-color:rgba(242,103,0,1); }
div#return-box a.return-link { text-transform:uppercase; padding:0 20px 0 100px; background-image:url('images/buttons/back-arrow.png'); background-position:20px 50%; background-repeat:no-repeat; height:69px; width:100%; display:block; vertical-align:middle; font-size:300%; color:#fff; text-decoration:none; font-weight:400;  }
div#adventures-content-wrapper { width:100%; position:relative; z-index:2; margin:0 auto 100px auto; }
section#adventures-main { width:72%; display:inline-block; max-width:1344px; background-color:rgba(0,169,157,.8); box-sizing:border-box; padding:40px; }
section#adventures-main h2.page-title { font-size:200%; text-transform:uppercase; }
section#adventures-main p { font-size:150%; padding:5px 0; margin:5px 0; }
section#adventures-main p a { color:#ecfb85; text-decoration:none; }
section#adventures-main p a:hover { color:#f26700; }
div.content-container { margin:10px 0 30px 0; display:block; width:100%; position:relative; }
div.animal-column { width:30%; float:left; display:inline-block; }
div.animal-column div.animal { width:100%; max-width:330px; display:table; height:94px; }
div.animal div.name { display:table-cell; vertical-align:middle; text-transform:uppercase; }
div.animal div.icon { display:table-cell; vertical-align:middle; padding-right:10px; width:88px; }
div.animal div.icon img { display:block; margin:0 auto; }
section#adventures-sidebar { width:24%; display:inline-block; max-width:375px; border-top-left-radius:35px; border-width:3px; border-color:#00a99d; border-style:solid; float:right; background-color:rgba(255,255,255,.8); overflow:hidden; margin-right:20px; padding-bottom:20px; }
section#adventures-sidebar div#sidebar-title { font-size:150%; font-weight:400; text-transform:uppercase; height:66px; line-height:66px; background-color:rgba(0,169,157,1); padding-left:20px; }
section#adventures-sidebar div#sidebar-image { width:100%; height:auto; }
section#adventures-sidebar div#sidebar-image img { width:100%; height:auto; }
section#adventures-sidebar div#sidebar-content { color:#000; padding:20px 10px; box-sizing:border-box; width:100%; font-size:120%; line-height:130%; }
div.pricing ul.rates { margin-top:10px; width:90%; overflow:hidden; list-style:none; position:relative;}
div.pricing ul.rates li { clear:both; margin-top:15px; }
div.pricing ul.rates li .ticket { float:left; }
div.pricing ul.rates li .price { float:right; }
div.pricing ul.rates li:after { display:block; overflow:hidden; content: ".....................""....................."".....................""....................."; }
section#adventures-sidebar div#sidebar-perks { padding:10px; color:#de4f92; font-size:115%; }
section#adventures-sidebar div#sidebar-perks p#perks-title { font-size:115%; text-transform:uppercase; }
section#adventures-sidebar div#sidebar-perks a#memberjoin { text-decoration:none; color:#de4f92; margin-top:10px; font-family:'Open Sans', Arial, Helvetica, sans-serif; display:inline-block; padding-right:20px; background-image:url('images/buttons/memberjoin.png'); background-position:100% 50%; background-repeat:no-repeat; line-height:130%; }
section#adventures-sidebar div#sidebar-perks a#memberjoin:hover { color:#000; }
section#adventures-sidebar div#sidebar-disclaimer { font-size:80%; color:#000; padding:10px; font-style:italic; }

/* Button Modification */
#adventures-sidebar a.sc_button { height:50px; font-size:24px; white-space:nowrap; }
#adventures-sidebar a.sc_button:after { border-top-width:25px; border-bottom-width:25px; border-left-width:25px; }

/* jcarousel styles */
.jcarousel-wrapper { margin: 20px auto; position: relative; width: 80%; height: 200px; padding:20px 0; }
.jcarousel-wrapper p { font-size:150%; margin-bottom:20px; font-weight:400; }

/** Carousel **/
.jcarousel { position: relative; overflow: hidden; }
.jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
.jcarousel li { float: left; width: auto; height: 200px; margin-right: 13px; }
.jcarousel img { width:100%; height:auto; min-height:200px; object-fit:cover; object-position:50% 25%; }
.jcarousel .loading { text-align: center; line-height: 90px; /* Fake vertical aligning */ }

/** Carousel Controls **/
.jcarousel-control-prev,.jcarousel-control-next { position: absolute; top: 125px; width: 30px; height: 30px; text-align: center; background: #4E443C; color: #fff; text-decoration: none; text-shadow: 0 0 1px #000; font: 24px/27px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; }
.jcarousel-control-prev { left: -50px; } 
.jcarousel-control-next { right: -50px; }
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span { display: block; }
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive { opacity: .5; cursor: default; }


@media only screen and (max-width:1700px) {
	.jcarousel-wrapper { width:628px; height:auto; }
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1024px) {
	section#adventures-main { width:100%; }
	section#adventures-sidebar { width:100%; margin:50px auto; float:none; display:block; }	

}
@media only screen and (max-width:768px) {
  /* For general iPad layouts */
	header#basic-page-header > img { display:block; }
	#basic-page-header-category { display:none; }
	#basic-title { height:62px; line-height:62px;  position:relative; }
	div#basic-content-wrapper { padding-top:25px; }
	section#basic-main { width:100%; padding:0 20px; }
	section#basic-sidebar {width:100%; max-width:400px; padding:0 20px; }
	.jcarousel-control-prev { left: -35px; } 
	.jcarousel-control-next { right: -35px; }
	.jcarousel-wrapper { width:314px; }
	.jcarousel li { width:240px; height:162px; }
	.jcarousel img { width:100%; height:auto; min-height:162px; }
	div#return-box a.return-link { font-size:200%; }
	div.animal-column { width:50%; }
}
@media only screen and (max-width:415px) {
	header#adventures-page-header { height:200px; }
	div#return-box { display:none; }
	div.animal-column { width:100%; }
	.jcarousel-wrapper { width:254px; margin-left:10px; }
}