html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
em{ font-style:italic;}

/* END RESET CSS */

/* Main styles
****************************/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
	margin:0px;
	background-color:#ffffff;
	font-family: 'Lato', sans-serif; font-weight:400; font-size:16px; line-height:24px; color:#464646; 
}

h1,h2,h3,h4,h5,h6{ 
	text-rendering:optimizeLegibility; 
	margin:15px 0px 15px 0px; 
	padding:0; 
	font-weight: normal; 
}
h1{ color:#0a2f37; font-size:35px; line-height:40px; margin-bottom:25px; text-align:center; font-weight: 700; letter-spacing:4px;}
h2{ color:#4bb45f; font-size:25px; line-height:30px;margin-top:30px;}

a:hover, a:active{ outline: none; }
a, a:active, a:visited{ color:#0a2f37; text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:underline; }

p{ margin:0px 0px 20px 0px }

strong{ font-weight:bold; }
.center{ text-align:center !important; }
.clear{ clear:both; }
.green{color:#4bb45f;}

#wrapper{
	margin: 0 auto;
	text-align:center;
	width:100%;
	font-family:font-family: 'Open Sans', sans-serif;
}
.inner{
	width:100%;
    max-width: 940px;
	padding:60px 30px 80px 30px;
	margin:0 auto;
	display:block;
	clear:both;
}

#skrollr-body{ min-height: 1px; } 

/* header nav */

.mobile-header{
   display: none;
}
.lt-ie9 .mobile-header{
   display: none !important;
}
.lt-ie9 #wrapper, .lt-ie9 header{
	min-width:1180px;
}
.lt-ie9 header{
	margin-top:-2px;
}
header{
	width:100%;
	display:block;
	background-color:#4bb45f;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	clear:both;	
	z-index:1000;
	height:60px;
	position:fixed !important;
}


header #logo{ 
	float:left; 
	border:none;  
}
header #headernav { 
	display: block; 
	padding-top: 20px;
	padding-bottom: 22px;
	font-size: 13px; 
	line-height: 18px; 
	color: #ffffff;
	letter-spacing: 1px;  
}
.lt-ie9 header #headernav{
	text-align:center;	
}
.lt-ie9 header #headernav ul{
	width:1000px;
    margin: 0 auto;
}
header #headernav li:before { 
content:"|";
}
header #headernav li.first:before { 
content:"";
}
header #headernav li.first{ 
margin:0;
}
header #headernav li.first a{ 
padding:0;
}
header #headernav li { 
	display: inline-block; 
	margin: 0 0 0 20px; 
	list-style-type: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.lt-ie9 #headernav li { 
	display: block; 
	float:left; 
}
header #headernav li a { 
	color: #ffffff;
	font-weight:bold;
	padding-left:20px;
}
header #headernav li a:hover { 
	text-decoration: none; 
	color: #e7eee8; 
}

header .logo-hide{
	display:none;
	background-color:#ffffff;
	padding-top:8px;	
	border-bottom:1px solid #819498;
}
header .logo-hide img{
	margin-bottom:-16px;
}
.lt-ie9 header .logo-hide {
	clear:both; 
	width:100%;
	margin-top:18px;
}
.lt-ie9 header .logo-hide img{
	margin-bottom:-15px;
}

.social-icon {
width:30px;
height:30px;
display:inline-block;
text-indent:-9999px;
background-repeat:no-repeat;
margin:0 5px 0 5px;
}
.social-icon:hover{
	opacity:0.8;
}
.social-icon.facebook{
background-image:url("../images/social-icon-facebook.png");
}
.social-icon.instagram{
background-image:url("../images/social-icon-instagram.png");
}

#headernav .social-icon {
width: 18px;
height: 18px;
background-size: auto 100%;
margin:0 0 0 10px;
}


/* header logo */

.header{ 
	width:100%;
	display:block;
	background-color:#ffffff;
	padding:0;
	margin:0;
	text-align:center;
	clear:both;	
	border-top:40px solid #4bb45f;
}
#logo{
	padding:15px 0 0 0;
	margin-bottom:-38px;
	z-index:500;
	position:relative;
}

/* content */

#content {
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
}
.full-img{
	max-width:100%;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.full-img.last{
	border-bottom:30px solid #4bb45f;	
}
.full-img h1{
	color:#fff;
	font-size:75px;
	line-height:82px;
	font-weight:400;
	text-shadow: -1px -1px 10px rgba(0, 0, 0, 0.7);
	
	width:100%;
	padding:25px;
	padding-bottom:8%;
	position:absolute;
	bottom:0;
	z-index:100;
}
.full-img h1 span{
font-weight:900;	
}
.full-img img{
	width:100%;
	z-index:50;
	    margin-bottom: -6px;
}

/* quotes */

.quote-image{
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size:100%; 
	background-image:url(../images/full-width1.jpg);
}
.quote-image.two{
	background-image:url(../images/full-width2.jpg);
}
.quote-image .inner .text{
	padding:15% 0 15% 0;
	font-size:35px;
	line-height:40px;
	text-align:left; 
	color:#FFF; 
}
.quote-image blockquote {
  margin: 0px;
  padding: 0px;
  quotes: "\201C""\201D""\2018""\2019";
}
.quote-image blockquote:before {
	font-family: "Times New Roman", Times, serif;
	content: open-quote;
	font-size: 4em;
	line-height: 0;
	margin-right: 0.05em;
	vertical-align: -0.4em;
}
.quote-image blockquote:after {
  content: no-close-quote
}
.quote-image blockquote p {
  display: inline;
}
.quote-image blockquote span {
  font-size:24px;
  font-style:italic;
}

a.btn-next{
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
	background:url(../images/next.png) no-repeat center;
	opacity:1;
	display:block; 
	border:none; 
	text-indent:-9999px; 
	overflow:hidden;
}
a.btn-next:hover{
	opacity:0.8;
}

.contact-info{ 
	width:100%;
	display:block;
	background-color:#0a2f37;
	padding:20px 0 20px 0;	
	margin:0;
	width:100%;
	text-align:center;
	clear:both;	
	font-size:20px;
	line-height:25px;
	color:#ffffff;
}
.contact-info h1{
	color: #ffffff;	
}
.contact-info a { 
	color: #ffffff;
	font-weight:normal;
}
.contact-info a:hover { 
	text-decoration: underline; 
}


.copy{}
.copy p{text-align:left;font-weight: normal;}
.copy p.center{text-align:center;}
.adventures p{}
.copy h1{}

.expeditions,
.basecamp-prices{
	margin:0 auto;display:block;width:80%;padding:10px 0 5px 0;
}
.expeditions p,
.basecamp-prices p{
	text-align:left;
}
.basecamp-prices span.data{
	margin-bottom:3px;
	display:block;
	text-align:left;
}
.expeditions h1,
.basecamp-prices h1{
	font-size:17px;line-height:20px;font-weight:bold;color:#0a2f37;text-align:left;margin-bottom:3px;margin-top:5px;letter-spacing:2px;
}
.expeditions span.price,
.basecamp-prices span.price{
	text-align:right;font-weight:bold;color:#0a2f37;float:right;
}

.col-2{width:45%;margin-right:5%;float:left;}

ul.list{ 
	text-align:left;padding:0;margin:0 0 25px 0;
}
ul.list li{ 
	margin-bottom: 2px;margin-left:20px;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1053px){
header #headernav li {
    margin: 0 0 0 10px;
}
header #headernav{
    font-size: 12px;
}
}
@media only screen and (max-width: 1024px){
.quote-image{
	background-attachment: inherit;
	height:inherit;
	background-size:cover;
}
.quote-image .inner .text{
	padding: 10% 0 10% 0;
	font-size:30px;
	line-height:35px;
}

}

@media only screen and (max-width: 916px){
#logo{
	margin-bottom:0;
	padding-bottom:25px;
}
#logo img{
	max-width:60%;
	margin-bottom:0;
}
.full-img h1 {
    font-size: 55px;
    line-height: 62px;
}
.inner{
padding-left: 8%;padding-right:8%;	
}
.expeditions{width:100%;}

/* mobile menu */
.logo-hide{margin-top:50px; display:none !important;}
.mobile-header{
   display: block;
}
#headernav{display:none !important;}
header{
	height: inherit;
}
}

@media only screen and (max-width: 800px){
.full-img img{
	width:150%;
}
.full-img.banner img{
	width:200%;
}
}

@media only screen and (max-width: 767px) {
.col-2{width:100%;margin-right:0;float:none;}
}

@media only screen and (max-width: 600px){
body{
	font-size:15px; 
	line-height:24px;
}
h1{ 
	font-size:23px; 
	line-height:30px; 
}
#logo{
 padding:30px 0 20px 0;
}
.full-img h1 {
    font-size: 35px;
    line-height: 38px;
}
.quote-image .inner .text{
	font-size:25px;
	line-height:30px;
}
.expeditions h1{font-size:15px;line-height:18px;}
.expeditions span.price{float:none;clear:both;display:block;}
.contact-info{ 
	font-size:18px;
}
}


