/*
Theme Name: adventure-smart
Theme URI: http://www.adventuresmart.co.nz
Description: Custom theme for Adventure Smart
Author: Wired
Author URI: http://www.wired.co.nz
version: 1.0
*/

/*------------------------------------*\

  RESET

\*------------------------------------*/

@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, img, ins, kbd, q, s, samp,  small, strike, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 25px;
}
caption,  th,  td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove padding and margin */

* {
	margin: 0;
	padding: 0;
}
/* Class for clearing floats */

.clear {
	clear: both;
}
/* BASICS AND MISCELLANEOUS STYLES */

* {
	margin: 0;
	padding: 0;
}
html {
	font-family: 'Arial', Helvetica, sans-serif;
}
body {
	background: #fff;
	line-height: 1.5em;
	margin: 0 0 25px 0;
}
/*--- HEADINGS ---*/

h1 {
	color: #778e1d;
	font-size: 26px;
	margin: 0;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
	font-weight: bold;
}
h2 {margin-bottom:8px;}

/*--- PARAGRAPHS ---*/

p {
	color: #333;
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
	margin-bottom: 18px;
	line-height: 1.6;
}
small {
    font-size: 0.6em;
}
em {
	font-style:italic;
}
/*--- LISTS ---*/

ul, ol {
	margin-bottom: 24px;
}
ul {
	list-style: square outside;
}
ul ul,  ol ol {
	margin: 0 0 0 60px;
}
/*--- QUOTES ---*/

blockquote {
	font-family: 'Arial', Helvetica, sans-serif;
	font-style: italic;
	margin: 22px 40px;
}
blockquote p {
	font-size: 16px;
}
/*--- LINKS ---*/

a {
	color: #136682;
	text-decoration: none;
}
a:hover {
	color: #778e1d;
	text-decoration: underline;
}
/* Images */

img {
	border: none;
	padding: 0;
	height: auto;
}
img[class*="align"],  img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
img a {
	border: none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #fff;
	padding: 10px 5px 5px 5px;
	margin-bottom: 25px;
	max-width: 97%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	font-family: Georgia, Serif;
	color: #555;
	font-style: italic;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-post-image {/* Default settings for Post Thumbnails */
	float: left;
	padding-right: 25px;
	margin-bottom: 20px;
}
/* THE CONTAINTER*/

/*
#container {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	background: #ffffff;
	color:#333;
	overflow: hidden;
}

*/

/* THE HEADER */

header {
	background: #ffffff;
	width: 100%;
	height: 100px;
	margin-bottom: 0px;
}
/* DROP DOWN HORIZONTAL MENU SYSTEM */

#menu {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	background: #fff;
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	clear: both;
}
#menu ul {
	font-size: 12px;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	position: relative;
	text-align: left;
	margin-right: 12px;
}
#menu a {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	display: block;
	line-height: 3.333em;
	padding: 10px 15px;
	text-decoration: none;
}
#menu a:hover, #menu .current-menu-item {
}
#menu ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	margin: 0;
	position: absolute;
	top: 3.5em;
	width: 188px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px dotted #DDDDDD;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 168px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
}
#menu li:hover {
	background: transparent;
}
#menu ul ul a:hover {
	background: none repeat scroll 0 0 #EFEFEF;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li .current_page_item a {
	color: #FFEA9F;
}
#menu ul ul .current_page_item a {
	color: #000000 !important;
}
#mobile-header {display:none;}
#col1 {
	display: block;
	width: 270px;
	float: left;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 10px;
}
#col2, #col3 {
	display: block;
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#col1, #col2, #col3 a {
	padding: 4px 3px;
	display: block;
	color: #000000;
}
#col1, #col2, #col3 h2 {
	padding: 4px 3px;
	display: block;
	color: #000000;
}
.nav-land {
	background: rgba(0, 0, 0, 0) url("images/land-adventures.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 101px;
    text-indent: -9999px;
    width: 200px;
}
.nav-land:hover, .current_page_item.nav-land {
	background: url('images/land-adventures-1.png') no-repeat 0 0;
}
.nav-snow {
	background: rgba(0, 0, 0, 0) url("images/snow-adventures.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 101px;
    text-indent: -9999px;
    width: 192px;
}
.nav-snow:hover, .current_page_item.nav-snow {
	background: url('images/snow-adventures-1.png') no-repeat 0 0;
}
.nav-water {
	background: rgba(0, 0, 0, 0) url("images/water-adventures.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 101px;
    text-indent: -9999px;
    width: 192px;
}
.nav-water:hover, .current_page_item.nav-water {
	background: url('images/water-adventures-1.png') no-repeat 0 0;
}
.nav-boating {
	background: rgba(0, 0, 0, 0) url("images/boating-adventures.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 101px;
    text-indent: -9999px;
    width: 192px;
}
.nav-boating:hover, .current_page_item.nav-boating {
	background: url('images/boating-adventures-1.png') no-repeat 0 0;
}
.nav-air {
	background: rgba(0, 0, 0, 0) url("images/air-adventures.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 101px;
    text-indent: -9999px;
    width: 200px;
}
.nav-air:hover, .current_page_item.nav-air {
	background: url('images/air-adventures-1.png') no-repeat 0 0;
}
#nav2 li.current_page_item a {
	color: #778e1d;
	text-decoration:underline;
}

/* Home page slider */
#previewcontainer {
    background: rgba(0, 0, 0, 0) url("images/previewcontainer.png") repeat scroll 0 0;
    margin: 0 8px;
    padding: 6px;
    width: 948px;
}
#preview {
    height: 296px;
}
#preview p {
	color:#fff;
	font-size:13px;
	line-height:1.3;
}
#preview.land {
    background: rgba(0, 0, 0, 0) url("images/land.jpg") repeat scroll 0 0;
}
#preview.snow {
    background: rgba(0, 0, 0, 0) url("images/snow.jpg") repeat scroll 0 0;
}
#preview.water {
    background: rgba(0, 0, 0, 0) url("images/water.jpg") repeat scroll 0 0;
}
#preview.boating {
    background: rgba(0, 0, 0, 0) url("images/boating.jpg") repeat scroll 0 0;
}
#preview.air {
    background: rgba(0, 0, 0, 0) url("images/air.jpg") repeat scroll 0 0;
}
#preview #landtext {
    background-image: url("images/previewtext-left.png");
}
#preview #airtext, #preview #landtext {
    width: 154px;
}
#preview #snowtext {
    margin: 0 0 0 186px;
}
#preview #watertext {
    margin: 0 0 0 378px;
}
#preview #boatingtext {
    margin: 0 0 0 570px;
}
#preview #airtext {
    background-image: url("images/previewtext-right.png");
    margin: 0 0 0 762px;
}
#preview #boatingtext, #preview #snowtext, #preview #watertext {
    background-image: url("images/previewtext.png");
    width: 160px;
}
#preview div {
    background-position: center bottom;
    color: #fff;
    height: 236px;
    padding: 9px 16px 25px;
}
#preview.land #airtext, #preview.land #boatingtext, #preview.land #snowtext, #preview.land #watertext {
    display: none;
}
#preview.snow #airtext, #preview.snow #boatingtext, #preview.snow #landtext, #preview.snow #watertext {
    display: none;
}
#preview.water #airtext, #preview.water #boatingtext, #preview.water #landtext, #preview.water #snowtext {
    display: none;
}
#preview.boating #airtext, #preview.boating #landtext, #preview.boating #snowtext, #preview.boating #watertext {
    display: none;
}
#preview.air #boatingtext, #preview.air #landtext, #preview.air #snowtext, #preview.air #watertext {
    display: none;
}


/* THE CONTENT SECTION */

.content {
	float: left;
	width: 573px;
	overflow: hidden;
}
.contentwide {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
}
.post {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.post ul {
	margin-bottom: 20px
}
.post li {
	margin-left: 40px
}
.post a {
	text-decoration: underline;
}
.post a:hover {
	text-decoration: none;
}
.post h2 {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	line-height: 1.3;
	margin-bottom: 30px;
}
.post h2 a {
	font-weight: normal;
	text-decoration: none;
}
.post h3 {
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
	margin-bottom: 30px;
}
.post h3 a {
	color: #cc3433;
	text-decoration: underline;
}
.post h3 a:hover {
	color: #cc3433;
	text-decoration: none;
}
.postmetadata {
	clear: both;
	padding: 6px 0 0 0;
	margin: 20px 0;
}
.navigation {
	font-size: 1.2em;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 25px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignnone {
	margin: 25px 0 25px 0;
}
/* SIDEBAR */

.sidebar {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
}
.sidebar h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.sidebar label {
	color: #000;
	margin: 0;
	padding: 0;
}
.sidebar p {
}
.sidebar img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
.sidebar img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style-type: none;
	padding: 5px 0 5px 0px;
	border-bottom: 1px solid #eeeeee;
}
/* misc */

code {
	font-family: 'Courier New', Courier, monospace;
}
.entry {
}
.line {
	width : 100%;
	background : #eeeeee;
	height : 1px;
	margin-bottom : 24px;
	margin-top : 24px;
	clear: both;
}
button {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
/* NATIVE GALLERY STYLING */

.gallery {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.gallery .gallery-row {
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
}
.gallery .gallery-item {
	float: left;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.gallery .gallery-item .gallery-icon img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 1%;
	width: auto;
}
.gallery-caption {
	margin-left: 0;
}
.attachment-thumbnail {
	border: 0 !important;
}
/* COMMENT FORM STYLING */

#commentform {
	background: #fff;
	margin-bottom: 20px;
	padding: 0;
}
#commentform p {
}
#commentform a {
	text-decoration: underline;
}
#commentform h3 {
	margin: 0;
	padding: 0;
}
#comment {
	width: 80%;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 14px;
}
#submit {
	margin: 5px 5px 0 0;
}
#comments {
	margin: 0;
	padding: 0
}
ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.avatar {
	float: left;
	margin: 0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}
ol.commentlist li.alt {
	background: #f9f9f9;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
}
ol.commentlist a {
}
cite {
	font-family: 'Georgia';
	font-style: normal;
}
/* SEARCH FORM */

#searchform {
	padding: 6px 0 10px 0px;
	font-family: 'Arial', Helvetica, sans-serif;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
#searchform input#s {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	width: 130px;
}
#searchform input#searchsubmit {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 2px 0 0 2px;
	background-color: #422906;
	border: 1px solid #422906;
	color: #fff;
}
/* SHORTCODES*/

.half, .half-last {
	float: left;
	width: 44%;
	margin-right: 3%;
	margin-bottom: 25px;
	border: 1px solid #eee;
	padding: 10px;
	text-align: left;
}
.half-last {
	margin-right: 0;
}
.third, .third-last {
	float: left;
	width: 25%;
	margin-right: 3.5%;
	border: 1px solid #eee;
	padding: 5px 15px 15px 15px;
}
.third-last {
	margin-right: 0;
}
.box {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
}
/* THE FOOTER */

footer {
	background: #fff;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	clear: both;
	width: 100%;
	height: 50px;
	color: #333333;
	margin-top: 20px;
	padding: 10px;
}
footer p {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 5px 5px 5px 0;
	letter-spacing: normal;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer h2 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: normal;
}
footer ul {
	list-style-type: none;
}
footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#copyright {
	float: left;
	font-size: 11px;
	font-family: 'Arial', Helvetica, sans-serif;
	padding: 5px;
}
#credit {
	float: right;
	color: #636363;
	font-size: 11px;
	font-family: 'Arial', Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
}
#credit a {
	color: #636363;
	text-decoration: none;
}
#credit a:hover {
	color: #cc3433;
}
.contentwidth {
	margin: auto;
	width: 980px;
}
.clearfix {
	clear: both;
}
ul li {
	color: #333;
	margin: 0 0 0 20px;
}
#navouter {
	background: #027290 url(/wp-content/uploads/nav.png);
	height: 54px;
}
#navinner {
	margin: 0 auto;
	text-align: right;
	width: 980px;
}
#navright {
	padding: 9px 0;
	text-align: right;
	width: 100%;
	float: left;
}
#logo {
	float: left;
	margin: 0;
	padding: 20px 0 0 30px;
	width: 70%;
}
#logo img {
	height: auto;
	max-width: 565px;
	width: 100%;
}
#smwrapper {
	float: right;
	height: 34px;
	margin: 20px 10px 0 0;
	width: 130px;
}
#smwrapper ul li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
}
#smwrapper ul li a {
	display: block;
	height: 34px;
	width: 34px
}
#smfacebook {
	background: url(/wp-content/uploads/social-media-icons.png);
}
#smyoutube {
	background: url(/wp-content/uploads/social-media-icons.png) 0 -80px;
}
#sections {
	margin: 0;
	padding: 25px 0 0;
	overflow: hidden;
}
#sections a img* {
	width: 19.5%;
}
#sections a:first-child img, #sections a:last-child img {
	width: 20.4%;
}
#sections-mobile {
	display: none;
}
#nav2 a:link, #nav2 a:visited {
	color: #778e1d;
}
#nav2 a:link, #nav2 a:visited, #text a:link, #text a:visited {
	color: #136682;
}
#nav2 a:link.current, #nav2 a:visited.current, #nav2 a:link:hover, #nav2 a:visited:hover, #text a:link:hover, #text a:visited:hover {
	color: #778e1d;
}
#nav2 li ul {
	padding: 18px 0 0 0;
}
#nav2 li {
	margin: 0;
	padding: 0 0 18px;
}
#nav2 li.subsection ul {
	font-style: normal;
	margin: 0 0 0 12px;
}
#nav2 li.subsection {
	font-style: italic;
	padding: 0 0 18px;
}
#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 18px;
}
#nav2 {
	background: url(/wp-content/uploads/nav2.png) repeat-y top right;
	float: left;
	font-size: 13px;
	line-height: 15px;
	list-style: none;
	margin: 30px 18px 0 2%;
	padding: 0 26px 0 0;
	position: relative;
	width: 150px;
	z-index: 99;
}
.linkslist h2 {
	margin: 0;
}
.linkslist li {
	margin: 8px 0 0 0;
}
.linkslist ul {
	list-style: none;
	margin: 0 0 40px 0;
}
.linkslist {
	margin: 10px 0 0 0;
}
p.framedphoto {
	background: url(/wp-content/uploads/framed-photo.png) top;
	margin: 0;
	padding: 1px 0 0 0;
	width: 240px;
}
p.framedphoto img {
	background: url(/wp-content/uploads/framed-photo.png) bottom;
	display: block;
	padding: 6px;
	width: 228px;
}
.framedphotocaption p {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
}
.framedphotocaption p a {
	display: inline-block;
	margin: 0;
}
.genlinkswrapper {
	background: url(/wp-content/uploads/general-links-bg.png) center top repeat-x #d2d2d3;
	margin: 80px 0 0 0;
	padding: 0 0 50px 0
}
.genlinks {
	float: left;
	margin-right: 5%;
	padding: 0;
	width: 25%;
}
.genlinks:first-child {
	width: 40%;
}
.genlinks:last-child {
	margin: 0;
}
.genlinks ul li {
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	margin: 20px 0 16px 0;
	padding: 0 0 0 -20px;
}
.genlinks ul li a:link, .genlinks ul li a:visited {
	color: #0e708f;
	font-weight: bold;
}
.genlinks ul li a:hover, .genlinks ul li a:active {
	color: #778e1d;
}
#footertop {
	background: url(/wp-content/uploads/footer-top-bg.png);
	height: 12px
}
#navbottom a:link, #navbottom a:visited {
	color: #ccc;
}
#navbottom .current_page_item a, #navbottom a.current_page_item {
	text-decoration:underline;
}
#navbottom h4 {
	font-weight: normal;
	margin: 18px 0 0;
	text-transform: uppercase;
}
#navbottom h4.first {
	margin: 0;
}
#navbottom li {
	margin: 3px 0 0;
}
#navbottom ul {
	list-style: none;
	margin: 9px 0 0;
}
#navbottom {
	background: url(/wp-content/uploads/navbottom.png);
	font-size: 13px;
	line-height: 16px;
	padding: 18px 0 24px 0;
}
#navbottom1 {
	padding: 0 12px 0 0;
}
#navbottom1, #navbottom2, #navbottom3, #navbottom4, #navbottom5 {
	float: left;
	width: 17.9%;
}
#navbottom2, #navbottom3, #navbottom4 {
	padding: 0 12px 0 13px;
}
#navbottom2, #navbottom3, #navbottom4, #navbottom5 {
	background-image: url(/wp-content/uploads/navbottom-border.png);
	background-repeat: no-repeat;
}
#navbottom3 {
	background-position: 0 -474px;
}
#navbottom4 {
	background-position: 0 -948px;
}
#navbottom5 {
	background-position: 0 -1422px;
}
#navbottom5 {
	padding: 0 0 0 13px;
}
#wired-credit {
	background: #094b61;
	border-top: 1px dashed #ccc;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
}
#wired-credit p {
	color: #ccc;
	font-size: 13px;
}
#wired-credit p a {
	color: #fff;
}
.rippedgreenlinkblock {
	background: url(/wp-content/uploads/ripped-linkblock.png) 0 0 no-repeat;
	height: 77px;
	margin: 20px 0;
	max-width: 350px;
	overflow: hidden;
}
.rippedgreenlinkblock p {margin:0; padding:0;}
.rippedgreenlinkblock img {display:block; margin:0; padding:14px 0 10px 18px;}
.rippedgreenlinkblock:hover {
	background: url(/wp-content/uploads/ripped-linkblock.png) -360px 0;
}

.rippedgreenlinkblock a:link img {
	border: none
}
.sml-pdf-icon {
	float: left;
	padding: 2px 0px 0px;
}
.s-code-link-wrap {
	float: left;
	line-height: 14px;
	padding: 0px 0px 0px 10px
}
.rippedgreyboxouter {
	background: url(/wp-content/uploads/ripped-block-grey.png) bottom right;
	padding: 0 26px 32px 0
}
.rippedgreyboxinner {
	background: url(/wp-content/uploads/ripped-block-grey.png) top left;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	padding: 26px 0 0 26px
}
.rippedgreyboxinner p {
	margin: 0;
	padding: 0;
}
.rippedgreyboxinner a {
	font-weight: bold
}
.rippedgreyboxinner img {
	margin-bottom: 8px;
}
.rippedgreyboxinner td, .rippedgreyboxinner li {
	padding-bottom: 12px
}
.rippedgreyboxinner li {
	list-style-image: url(/wp-content/uploads/linkarrow.png);
	margin: 0 0 0 14px;
}
.rippedgreenboxouter {
    background: rgba(0, 0, 0, 0) url("images/ripped-block-green.png") repeat scroll right bottom;
    padding: 0 26px 20px 0;
}
.rippedgreenboxinner {
    color: #fff;
    padding: 26px 0 0 26px;
    text-shadow: -1px -1px 1px #758b39;
}
.rippedgreenboxinner p {
	color: #fff;
	font-size:13px;
}
.page-id-54 .numbeaspoint {display:none;}


.numbeaspoint {
	background: url(/wp-content/uploads/bullet-numbers.png) no-repeat;
	width: 25px;
}
.numbeaspoint.one {
	background-position: 0 0
}
.numbeaspoint.two {
	background-position: -30px 0
}
.numbeaspoint.three {
	background-position: -60px 0
}
.numbeaspoint.four {
	background-position: -90px 0
}
.numbeaspoint.five {
	background-position: -120px 0
}
.numbeaspoint.six {
	background-position: -150px 0
}
.numbeaspoint.seven {
	background-position: -180px 0
}
.numbeaspoint.eight {
	background-position: -210px 0
}
.numbeaspoint.nine {
	background-position: -240px 0
}
.numbeaspoint.ten {
	background-position: -270px 0
}


.videoboxouter {
	background: #f3f3f3;
	border: 1px solid #d8dadb;
	border-radius: 10px;
	margin: 0 0 20px 0;
	padding: 9px;
}
.videoboxouter img {
	height: auto;
	width: 100%;
}
.videoboxwrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoboxwrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.responsive-img {
	height: auto;
	width: 100%
}
.bannerlanguages2 {
	background: url(/wp-content/uploads/languagebanner2.png) 0 top;
	background-size: 100%;
	display: inline-block;
	margin: 0 0 12px 0;
	max-width: 350px;
	position: relative;
	width: 100%;
}
.bannerlanguages2:after {
	content: "";
	display: block;
	padding-top: 31%;
}
.bannerlanguages2:hover {
	background-position: 0 bottom;
}
.bannerlanguages2-inner {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
}
.tellsomeone {
	background: url(/wp-content/uploads/tellsomeone-banner.png) 0 top;
	background-size: 100%;
	display: inline-block;
	margin: 0 0 12px 0;
	max-width: 350px;
	position: relative;
	width: 100%;
}
.tellsomeone:after {
	content: "";
	display: block;
	padding-top: 30.8%;
}
.tellsomeone:hover {
	background-position: 0 bottom;
}
.tellsomeone-inner {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
}
/*----------------custom responsive cols---------------------*/

.row {
	clear: both;
}
.adventure-content {
	margin-right: 2%;
	/*padding: 0 0 80px 220px;*/
	padding: 0 0 0 220px;
	position: relative;
}
.col-adventure-content {
	padding: 0;
	float:left;
	width: 65%;
}
.col-adventure-sidebar {
	/*position: absolute;
	top: 0;
	right: 0;*/
	position:relative;
	float:right;
	width: 240px;
}
.col-adventure-sidebar a {
	display: block;
	margin: 10px 0;
}
.main-col-wrap { padding:0 300px 0 0;}
.col-main-content { float:left; width:100%; }

.col-section-content {
	float: left;
	margin-right: 2%;
	width: 49%;
}
.col-section-content.home {
	margin-right: 6%;
}
.col-section-content:last-child {
	margin: 0;
}
.col-section-home{
	float: left;
	margin-right: 0;
	width: 40%;
}

.code-cover-01 { float:left; margin:0 10px 20px 0;}

.right-floating-note {float:right; margin-top:2px; border-radius:10px; border:1px solid #cccccc; margin-left:20px; padding:12px; width:30%;}



.downloads-wrap {}

.download-item { float:left; margin:0 5% 30px 0; width:26%;}
.download-item p { font-weight:bold; line-height:18px; margin:0; padding:8px 0;}
.download-item img { height:auto; margin-bottom:2px; width:100%;} 
.download-item img[src="http://www.adventuresmart.org.nz/wp-content/uploads/btn-download.png"] { width:85%;} 




/*--------------------Intentions form-----------------------*/

#intentions-wrap { position:relative;}
#intentions-email, #intentions-form, #intentions-website { position:absolute; top:13.3%; width:30%;}
#intentions-email a img, #intentions-form a img, #intentions-website a img {opacity: 0; transition:0.3s;}
#intentions-email a:hover img, #intentions-form a:hover img, #intentions-website a:hover img {opacity: 1.0; transition:0.3s;}
#intentions-email {left:6.1%;}
#intentions-form {left:38%;}
#intentions-website {left:70%;}


/*---------------------------------- intentions form --------------------------------------------*/
#frm_field_90_container { background:#eef1e1; border-radius:10px; border:2px solid #bf0000; float:left; margin-bottom:10px; margin-top:5px; padding:20px 5%; width:90%;}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading { background:#eef1e1; border-radius:10px; border:1px solid #80962c; clear:both!important; margin-bottom:20px!important; margin-top:5px; padding:20px 5%; width:90%;}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 { border-top:0!important; padding:0!important;}

#frm_field_83_container, #frm_field_87_container, #frm_field_94_container, #frm_field_95_container, #frm_field_108-100-0_container, #frm_field_109-100-0_container, #frm_field_118_container, #frm_field_119_container, #frm_field_124_container, #frm_field_125_container, #frm_field_126_container  { float:left; margin-right:3%; width:45%;}

.with_frm_style .frm_form_field { clear:none!important;}

#frm_field_127_container { clear:both!important;}

.frm_style_formidable-style.with_frm_style input[type=submit] {
background: #1c98c0!important; /* Old browsers */
background: -moz-linear-gradient(top,  #1c98c0 0%, #1780a2 50%, #1780a2 50%, #136883 52%, #136883 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1c98c0 0%,#1780a2 50%,#1780a2 50%,#136883 52%,#136883 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1c98c0 0%,#1780a2 50%,#1780a2 50%,#136883 52%,#136883 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c98c0', endColorstr='#136883',GradientType=0 )!important; /* IE6-9 */
; border-width:2px!important; border-color:#136883!important; border-radius:30px!important; color:#fff!important; font-size:18px!important; margin-top:-10px!important; padding:10px 26px!important;}

.frm_style_formidable-style.with_frm_style div.frm_description { font-size:14px!important; line-height:18px;}



/*---------------------------Media queries---------------------------------------*/

@media only screen and (max-width: 1000px) {
.contentwidth, #navinner {margin: 0 5%; position:relative; width: 90%;}
#sections .nav-snow, #sections .nav-water, #sections .nav-boating {
	width: 19.5%;
	background-size: 100% auto;
}
#sections .nav-land, #sections .nav-air {
	width: 20.5%;
	background-size: 100% auto;
}
.col-adventure-content {
    width: 60%;
}
#footertop, #navbottom {
	display: none;
}
}
@media only screen and (max-width: 1000px) {
#previewcontainer {display: none;}
}
@media only screen and (max-width: 929px) {
.col-adventure-content { width:55%;}
}

@media only screen and (max-width: 900px) {
.col-section-content, .col-section-home {margin: 0; width: 100%;}
}
@media only screen and (max-width: 854px) {
.col-adventure-content { width: 100%;}
.main-col-wrap { padding:0;}
.col-adventure-sidebar {padding-top:20px; width:100%;}
.col-adventure-sidebar img.responsive-img { width:auto; }
.download-item { width:40%;}
}
@media only screen and (max-width: 760px) {
#sections, .genlinkswrapper, #navinner, .addthis_toolbox, p.framedphoto, .framedphotocaption, .page-id-59 #nav2, .parent-pageid-59 #nav2, .page-id-56 #nav2, .parent-pageid-56 #nav2, .page-id-69 #nav2, .parent-pageid-69 #nav2 {display: none;}

#mobile-header {display:block; position:relative;}

#smwrapper { float:none; height:auto; margin:0; width:100%;}
  
#home-icon { background:url(/wp-content/themes/adventure-smart/images/mobile-icons.png); border-radius:50%; height:30px; left:15px; position:absolute; top:5px; width:28px;}
#home-icon a { display:block; height:30px; width:30px;}

#mobile-menu {right:15px; position:absolute; top:5px; }
#mobile-menu input[type="checkbox"], #mobilemenu input[type="checkbox"] + label { display:none;}
#mobile-menu input[type="checkbox"] + label { background:url(/wp-content/themes/adventure-smart/images/mobile-icons.png) 0 -41px no-repeat; color:#fff; cursor:pointer; font-size:14px; line-height:20px; display:block; padding:5px 0 14px 35px; z-index:999; }

#mobile-menu input[type="checkbox"]:checked ~ #sitenav ul li { border-bottom:1px solid #fff; border-right:1px solid #fff; height:20px; line-height:16px; transition:0.3s; z-index:999; padding-bottom:30px;}
#mobile-menu input[type="checkbox"] ~ #mobile-sitenav { position:absolute; right:-10px; width:250px; z-index:999;}
#mobile-menu input[type="checkbox"] ~ #mobile-sitenav ul li { -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75); -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75); box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75); height:0; overflow:hidden; transition:0.3s;}
#mobile-menu input[type="checkbox"]:checked ~ #mobile-sitenav ul li { background-image: -webkit- radient(linear, left top, left bottom, from( #1082a7 ), to( #0b5972 ));
    background-image: -webkit-linear-gradient( #1082a7, #0b5972 );
    background-image: -moz-linear-gradient( #1082a7, #0b5972 );
    background-image: -ms-linear-gradient( #1082a7, #0b5972 );
    background-image: -o-linear-gradient( #1082a7, #0b5972 );
    background-image: linear-gradient( #1082a7, #0b5972 ); border-top: 1px solid #57a7c1; height:36px;
}
#mobile-sitenav ul li {padding:0; margin:0;  }
#mobile-menu input[type="checkbox"]:checked ~ #mobile-sitenav ul {border:1px solid #57a7c1; border-radius:15px;}
#mobile-sitenav ul li:first-child { border-radius:15px 15px 0 0;}
#mobile-sitenav ul li:last-child { border-radius:0 0 15px 15px;}
#mobile-sitenav ul li a { color:#fff; display:block; font-weight:bold; padding:5px 15px;}

#mobile-menu input[type="checkbox"] + label:before { content:"Open "}
#mobile-menu input[type="checkbox"]:checked + label:before { content:"Close "}
#mobile-menu input[type="checkbox"]:checked + label { background:url(/wp-content/themes/adventure-smart/images/mobile-icons.png) 0 -102px no-repeat; }

.page-id-4 #sections-mobile {display:block; margin: 20px 0 0 0;}

/*#sections-mobile {display:block; margin: 20px 0 0 0;}*/

#sections-mobile ul { margin:0 0 24px 0; padding:0;}
#sections-mobile ul li {
	border: 1px solid #0c627d;
	background: #0b5972;
	border-top: 1px solid #57a7c1;
	font-weight: bold;
	color: #ffffff;
	margin:0;
	text-shadow: 0 0 0 #ffffff;
	background-image: -webkit- radient(linear, left top, left bottom, from( #1082a7 ), to( #0b5972 ));
	background-image: -webkit-linear-gradient( #1082a7, #0b5972 );
	background-image: -moz-linear-gradient( #1082a7, #0b5972 );
	background-image: -ms-linear-gradient( #1082a7, #0b5972 );
	background-image: -o-linear-gradient( #1082a7, #0b5972 );
	background-image: linear-gradient( #1082a7, #0b5972 );
	list-style: none;
}
#sections-mobile ul li:first-child {
	border-radius: 12px 12px 0 0;
}
#sections-mobile ul li:last-child {
	border-radius: 0 0 12px 12px;
}
#sections-mobile ul li:hover, #sections-mobile ul li:active {
	background-image: -webkit- radient(linear, left top, left bottom, from( #8ba524), to( #9dbc23));
	background-image: -webkit-linear-gradient( #8ba524, #9dbc23);
	background-image: -moz-linear-gradient( #8ba524, #9dbc23);
	background-image: -ms-linear-gradient( #8ba524, #9dbc23);
	background-image: -o-linear-gradient( #8ba524, #9dbc23);
	background-image: linear-gradient( #8ba524, #9dbc23);
}
#sections-mobile ul li a {
	color: #fff;
	display: block;
	padding: 14px 8px 14px 70px;
	text-shadow: 1px 1px 0 #094a5f;
}
#sections-mobile ul li a:hover, #sections-mobile ul li a:active {
	text-decoration: none;
}

#icon-land, #icon-water, #icon-boating, #icon-snow, #icon-air {
	background: url(/wp-content/uploads/as-icons.png) no-repeat;
	background-size: 45px;
}
#icon-land {
	background-position: 10px 3px
}
#icon-water {
	background-position: 10px -179px
}
#icon-boating {
	background-position: 10px -268px
}
#icon-snow {
	background-position: 10px -87px
}
#icon-air {background-position: 10px -358px}

.col-section-content:last-child, .col-adventure-sidebar { margin-bottom:170px}
.adventure-content { clear:both; margin:0; padding:30px 0 0 0; }


#nav2 { background:none; margin:0; padding:30px 0; position:absolute; bottom:-10px; width:100%;}
#nav2 ul:before { border-bottom:1px dashed #ccc; content:"More adventures:"; display:block; padding:0 0 8px 0; width:100%;}
#nav2 ul { margin:0; padding:0;}
#nav2 li { display:inline-block; margin:5px 20px 5px 0; padding:0; text-align:center; }

.right-floating-note {float:none; margin:0 0 30px 0; padding:5%; width:90%;}

#wired-credit {	border-top:none;}
}

@media only screen and (max-width: 600px) {
.col-section-content:last-child, .col-adventure-sidebar { margin-bottom:200px}
#logo {
	padding: 20px 0 0 0;
	width: 100%;
}

.col-adventure-content {
	padding: 0;
}
.col-adventure-sidebar {
	position: relative;
}
.code-cover-01 { float:none; margin:0 0 8px 0;}

#frm_field_83_container, #frm_field_87_container, #frm_field_94_container, #frm_field_95_container, #frm_field_108-100-0_container, #frm_field_109-100-0_container, #frm_field_118_container, #frm_field_119_container, #frm_field_124_container, #frm_field_125_container, #frm_field_126_container  { float:none; margin-right:0; width:65%;}
}

@media only screen and (max-width: 500px) {
.col-section-content:last-child, .col-adventure-sidebar { margin-bottom:230px}
.genlinks, .genlinks:first-child {
	margin: 0;
	width: 100%;
}
.col-adventure-sidebar img.responsive-img {
	width:100%;
}
  .download-item { width:80%;}
}
@media only screen and (max-width: 400px) {
.col-section-content:last-child, .col-adventure-sidebar { margin-bottom:300px}
#frm_field_83_container, #frm_field_87_container, #frm_field_94_container, #frm_field_95_container, #frm_field_108-100-0_container, #frm_field_109-100-0_container, #frm_field_118_container, #frm_field_119_container, #frm_field_124_container, #frm_field_125_container, #frm_field_126_container  { width:85%;}
.frm_style_formidable-style.with_frm_style input[type=submit] {font-size:15px!important; padding:8px 16px!important;}
}