

/* Structure */
.hero-wrapper, 
.feature-wrapper,
.community-wrapper,
.storybox-wrapper{
	background: #000;	
	width: 100%;
}


.hero-wrapper > .section,
.feature-wrapper > .section,
.gallery-wrapper > .section,
.guide-wrapper > .section,
.community-wrapper > .section,
.storybox-wrapper > .section {
	margin: auto;
	width: 100%;
	max-width: 1600px;
}


/* Hero images and text */

.hero-wrapper h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}

.hero-wrapper .section {
	border-bottom: 16px solid #000;
}

.hero-A,
.hero-B,
.hero-C {
	position: relative;
}

.hero-A:hover,
.hero-B:hover,
.hero-C:hover {
	cursor: pointer;
}

.hero-A {
	border-right: 16px solid #000;
}

.hero-B {
	border-bottom: 16px solid #000;
}

.hero-headline {
	position: absolute;
}
.hero-A .hero-headline {
	top: 20px;
	left: 20px;
}

.hero-A .hero-headline h1 {
	font-size: 65px;
}
.hero-A .hero-headline h2 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}

.hero-B .hero-headline,
.hero-C .hero-headline {
	top: 10px;
	left: 20px;
}
.icon {
	float: left;
	padding: 10px 15px 0;
}
.icon > img {
	width: 70px;
	height: 70px;
}
.nav-arrow {
	float: right;
    padding-top: 35px;
    text-align: center;
}
.nav-arrow > svg {
	width: 70px;
	fill: #ebebeb;
}




/* overlay */
.hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background:rgba(0,0,0,0.6);	
/*  	transition: background .5s linear;*/
}

/*.hero-A:hover .hero-overlay,
.hero-B:hover .hero-overlay,
.hero-C:hover .hero-overlay  {
	background:rgba(0,0,0,0.6);
  	transition: background .5s linear;
}*/

.hero-overlay > p {
	color: rgb(235,235,235);
	font-weight: lighter;
	margin-top: 20px;
	margin-right: 20px;
	line-height: 26px;
	font-weight: 200;
/*	transition: color .5s linear;*/
}

/*.hero-A:hover .hero-overlay > p,
.hero-B:hover .hero-overlay > p,
.hero-C:hover .hero-overlay > p  {
	color: rgba(255,255,255,1);
  	transition: color .5s linear;
}*/

/* Feature styles */

.feature-wrapper {
background-image: url("../img/home/feature_Rachid_D_Tahoe_sunrise.jpg"); 
/*	background-image: url("../img/home/feature_Chris_McLennan_Alaska.jpg");*/
/*	background-color: #2f3945;*/
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 500px;
}


.feature-wrapper .logo50 {
	margin: 50px;
	max-width: 300px;

}

.feature-wrapper .col_1_of_3 {
	padding: 50px 20px;
	color: #ebebeb;
}

.feature-wrapper .col_1_of_3 h3 {
	color: #ebebeb;
	text-transform: uppercase;
}

.feature-wrapper .col_1_of_1:last-of-type {
	padding-left: 50px;
}

/* Gallery styles */

.gallery-wrapper h1,
.guide-wrapper h1 {
    color: #333;
    font-weight: 900;
    margin-top: 1em;
    text-transform: uppercase;
}

.bxslider-gallery {
  margin: 0;
  padding: 0;
}
ul.bxslider-gallery {
  list-style: none;
}

.bxslider-gallery > li {
	padding-left: 30px;
}

.bxslider-gallery h4 {
	color: #333;
	font-size: 1.4em;
	margin-top: 10px;
}

.bxslider-gallery p {
	font-size: 1em;
}
.bxslider-gallery .new-icon {
	width: 50px;
	position: absolute;
	top: 10px;
}

.hero-wrapper .bx-wrapper {
	margin-bottom: 0;
}





/* Buying guide */

.guide-wrapper {
	margin-bottom: 50px;
}

.guide-wrapper .col_1_of_4 {
	position: relative;
	border-right: 1px solid #ebebeb;
}

.guide-wrapper .section {
	padding-bottom: 20px;
}
.guide-wrapper .col_1_of_4 h2 {	
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 900;
    font-size: 3em;
}

.guide-overlay {
	background:rgba(0,0,0,0.6);	
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
/*	margin-right: 20px;*/
}

.guide-overlay h4 {
	color: #ebebeb;
	padding: 25px 10px 25px 20px;
}

.guide-overlay .nav-arrow {
	padding-top: 28px;
}
.guide-overlay a {
	color: #ebebeb;
}
.guide-overlay a:hover h4,
.guide-overlay a:hover svg {
	color: #f8971c;
	fill: #f8971c;
}

.storybox-wrapper {
	padding-bottom: 50px;
}


/* Community */

.community-wrapper .section {
	padding: 20px 0;
}
.community-wrapper h3,
.community-wrapper p {
	color: #999;
}

.community-wrapper p a {
	color: #f8971c;
}
.community-wrapper p a:hover {
	color: #ddd;
	text-decoration: underline;
	cursor: pointer;
}


/* Buttons */
.btn-secondary {
	background: none;
	border: 1px solid #666;
	color: #333;
}

.btn-secondary:hover,
.btn-secondary:visited {
	background: #f8971c;
	border: 1px solid #f8971c;
	color: #fff;
}

.btn-secondary:active,
.btn-secondary:focus {
	background: #DF7E03; /*darken 10%*/
	border: 1px solid #DF7E03;
}

.btn-primary.mobile-only {
	display: none;
}





/*MEDIA QUERIES*/

/* Desktop only styles */
@media only screen and (min-width: 1025px) {
	/* hero image animation */
	.hero-A > img,
	.hero-B > img,
	.hero-C > img {
		-webkit-filter: brightness(80%);
		filter: brightness(80%);
		-webkit-transition: 0.5s -webkit-filter linear;
		transition: 0.5s filter linear;
	}

	.hero-A:hover > img,
	.hero-B:hover > img,
	.hero-C:hover > img {
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
		-webkit-transition: 0.5s -webkit-filter linear;
		transition: 0.5s filter linear;
	}
}

@media only screen and (max-width: 1620px) {
	.community-wrapper .col_1_of_2:first-of-type {
		padding: 20px;
	}
	.gallery-wrapper h1,
	.guide-wrapper h1 {
		padding-left: 20px;
	}
}

/* Laptop L - 1440px */
@media screen and (max-width: 1440px){ 
	.hero-A {
		border-right: 15px solid #000;
	}
	.hero-B {
		border-bottom: 15px solid #000;
	}

}


/* Laptop and Tablet H styles - 1024px */
@media screen and (max-width: 1024px){

	/*  HERO - GO FULL WIDTH AT LESS THAN 1024 PIXELS */
	.hero-wrapper .col_2_of_3 {
		width: 100%; 
	}
	.hero-wrapper .col_1_of_3  {
		width: 100%;
	}
	.hero-A {
		border-right: 0;
		border-bottom: 16px solid #000;
	}

	.hero-B, 
	.hero-C {
		display: inline-block;
		width: 50%;
	}

	.hero-B > img, 
	.hero-C > img {
		display: inline-block;
	}

	.hero-B {
		border-right: 8px solid #000;
	}
	.hero-C {
		border-left: 8px solid #000;
	}
	.hero-wrapper .section {
		border-bottom: 0;
	}
	.feature-wrapper.left {
		background-position: 60% 50%;
	}
	.community-wrapper .col_1_of_2:first-of-type {
		padding-top: 0;
	}
}


/* Tablet V - 768px */
@media screen and (max-width: 768px){
	.top-bar-msg {margin-left: -160px;}
	.hero-B .hero-overlay,
	.hero-C .hero-overlay,
	.hero-B .hero-headline,
	.hero-C .hero-headline {
		position: static; 
	}

	.hero-B .hero-headline h1,
	.hero-C .hero-headline h1 {
		font-size: 30px;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.hero-B .hero-overlay p,
	.hero-C .hero-overlay p  {
		margin-top: 0;
	}

	.feature-wrapper {
		background-image: none;
		background-color: #000;
	}

	.feature-wrapper .logo50 {
		margin: 50px;
		max-width: 200px;
	}

	.feature-wrapper .col_2_of_3:first-of-type {
		background-image: url("../img/home/feature_Rachid_D_Tahoe_sunrise_small.jpg"); 
		/* background-image: url("../img/home/feature_Chris_McLennan_Alaska.jpg");*/
		background-color: #2f3945;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 300px;
	}
	.feature-wrapper .col_1_of_3 {
		padding: 20px 20px 40px 20px;
	}

	.feature-wrapper .col_1_of_1:first-of-type {
		background-image: url("../img/home/feature_Rachid_D_Tahoe_sunrise_small.jpg"); 
		/* background-image: url("../img/home/feature_Chris_McLennan_Alaska.jpg");*/
		background-color: #2f3945;
		background-repeat:no-repeat;
		background-position: center;
		background-size: cover;
		min-height: 300px;
	}
	.feature-wrapper .col_1_of_1:last-of-type {
		padding: 20px 20px 40px 20px;
	}
	.guide-wrapper .col_1_of_4 {
		margin-bottom: 20px;
	}
	.guide-wrapper .section {
		padding-bottom: 0;
	}
}


/* Mobile L - 425px */
@media only screen and (max-width: 425px) {
	.top-bar {display: none;}

	.hero-B, 
	.hero-C {
		width: 100%;
	}
	.hero-B {
		border-right: 0;
	}
	.hero-C {
		border-left: 0;
	}

	.hero-headline  {
		position: static;
		padding-top: 10px;
	}
	.hero-A .hero-headline h1,
	.hero-A .hero-headline h1 {
		font-size: 30px;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.hero-A .hero-headline h2,
	.hero-A .hero-headline button {
		display: none;
	}
	.hero-overlay {
		height: auto;
		position: static;
		padding-left: 20px;

	}
	.hero-overlay > p {
		font-size: 1.2em;
		margin-top: 0;
		overflow: hidden;
	}
	.hero-overlay button {
		margin-bottom: 30px;
	}
	.icon > svg,
	.icon > img {
		width: 50px;
		height: 50px;
	}
	.icon {
		float: right;
	}
	.hero-overlay .nav-arrow {
		/*padding-top: 15px;*/
		display: none;
	}

	.feature-wrapper .col_1_of_1:first-of-type {
		background-position: 65% center;
	}

	.feature-wrapper .logo50 {
		margin: 20px;
	}
	.feature-wrapper .col_1_of_3,
	.feature-wrapper .col_1_of_1:last-of-type {
		padding: 30px 20px;
	}
	.gallery-wrapper h1,
	.guide-wrapper h1 {
		font-size: 30px;
	}
	.btn-primary.mobile-only {
		display: block;
	}
/*	guides list only */
	.guide-wrapper .col_1_of_4 {
		margin-bottom: 0;
	}
	.guide-wrapper img {
		display: none;
	}
	.guide-overlay {
		position: static;
		background: none;
		border-bottom: 1px solid #ccc;
	}
	.section:last-of-type .col_1_of_4:last-of-type .guide-overlay {
		border-bottom: none;
	}
	.guide-overlay h4 {
		color: #333;
	}
	.guide-overlay .nav-arrow svg {
		fill: #333;
	}

}

/* Mobile S - 320px */
@media only screen and (max-width: 320px) {
	.icon {
		display: none;
	}
	.hero-overlay {
		padding-left: 20px;
	}
	.feature-wrapper .col_1_of_1:first-of-type {
		background-position: 70% center;
	}
}

