/*
Mickey Shannon Photography & Travel
Author: Mickey Shannon
Author URI: https://www.mickeyshannon.com
Description: Styles for 2014 Design of Mickey Shannon Photography.
Version: 4.0
Latest Update: June 2014
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable
 * 3.0 - Preloader
 * 4.0 - Navigation
 * 5.0 - Content Structure
 *   5.1 - Hero Region
 *   5.2 - Galleries Page
 *   5.3 - Gallery Page
 *   5.4 - Photo Page
 *   5.5 - Product Pages
 *   5.6 - About Pages
 *   5.7 - 404 Page
 *   5.8 - Cart Page
 *   5.9 - Search Archive
 * 6.0 - Map Stuff
 * 7.0 - Footer
 * 8.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


body,
html{
height: 100%;
width: 100%; }

*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
	text-rendering: optimizeLegibility;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } 
body { font-size: 1rem; } /* =14px */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;	
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

input, textarea {
    border: 0px; 
    background: #DDD;
    margin: 0px;
}

body {
    background-color: #1c1d1f;
}

a {
	color: #45b9e9;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
a:hover { color: #45b9e9; }
a:active,
a:hover {
	color: #1983af;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0px;
}

h1 {	
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-size:2.4rem;
	padding-bottom:3rem;
	letter-spacing:0.2;
}

h2 {	
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-size:1.2rem;
	padding-bottom:1.4rem;
}

h3 {	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size:1rem;
	font-weight: 700;
	padding-bottom:1rem;
}

h4 {	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

h5 {	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

h6 {	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size:0.8rem;
	font-weight: 700;
	padding-bottom:0.8rem;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 300;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(255, 255, 255, .5);
	border: 0;
	width: 100%;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #98CEEC;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #98CEEC;
	color: #fff;
	text-shadow: none;
}

/* prevent html5 strict doctype img spaces under images */
img {
 	vertical-align: bottom;
}
/* prevent scale blurring, but only for non-retina screens */
@media
only screen and (-webkit-max-device-pixel-ratio: 1)       ,
only screen and (   max--moz-device-pixel-ratio: 1)       ,
only screen and (    -ms-max-device-pixel-ratio: 1)       ,
only screen and (     -o-max-device-pixel-ratio: 1)       ,
only screen and (        max-device-pixel-ratio: 1)       ,
only screen and (                max-resolution: 100dpi)  ,
only screen and (                max-resolution: 1dppx) {

	img {
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering: -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	}

}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

.italicize-this { font-style:italic; }
.uppercase-this { text-transform:uppercase; }
.initial-caps-this { text-transform:capitalize; }


/**
 * 3.0 Preloader
 * -----------------------------------------------------------------------------
 */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('https://www.mickeyshannon.com/images/loading-spinner.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/**
 * 4.0 Navigation
 * -----------------------------------------------------------------------------
 */

#sale-bar {
	width:100%;
	height: 40px;
	position:fixed;
	float:left;
	display:block;
	text-align:center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size:1rem;
	line-height:40px;
	background-color: #cb0032;
	color:#FFF;
	z-index:7000;
}
.sale-move {
	top:40px !important;
}


#navigation-bar {
	position:fixed;
	width:235px;
	height:50px; /* set to 60 initially. When navigation is opened, JQuery will reset to 400. */
	background:none;
	z-index:5000;
	padding:0px;
	margin: 0px 0px 0px 15px;
}

#navigation-bar-wrapper {
	position:relative;
	display:block;
	float:left;
	width:235px;
	height:50px;
	z-index:5000;
	padding:0px;
	margin:0px;
}
#logo-image {
	position:relative;
	display:block;
	float:right;
	width:185px;
	height:50px;
	background-image:url('/images/logo.png');
	background-repeat: no-repeat;
	background-position:left;
	background-color:#000;
	z-index:5001;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger:focus {outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::after {
  bottom: -6px;
}

.c-hamburger--htx {
  background-color: #45b9e9;
}
.c-hamburger--htx:hover {
  background-color: #094a65;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

#navigation-toggle:hover {
	cursor: pointer; cursor: hand;
}
#navigation-toggle.navigation-toggle-open {
	cursor: pointer; cursor: hand;
}

#navigation-wrapper {
	position:relative;
	display:block;
	float:left;
	width:235px;
	height:250px; /*change back to 250 when destinations comes back*/
	background:#121212;
	z-index:5001;
	padding:5px 0px 0px 0px;
	margin:0px;
	line-height:36px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size:0.7rem;
	text-transform:uppercase;
	vertical-align:middle;
	color:#CCC;
	border-top: 1px solid rgb(100, 100, 100);
    border-top: 1px solid rgba(255, 255, 255, .15);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */	
}

#navigation-wrapper a {
	color:#CCC;
}

#navigation-wrapper ul {
	list-style:none;
	position:relative;
	display:block;
	float:left;
	width:235px;
	height:200px; /*change back to 200 when destinations comes back*/
	background:#121212;
	z-index:5001;
	padding:10px 0px;
	margin:0px;
}

#navigation-wrapper li {
	list-style:none;
	position:relative;
	display:block;
	float:left;
	width:235px;
	height:36px;
	background:#121212;
	z-index:5001;
	padding:0px;
	margin:0px;
	text-indent:10px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	
}
#navigation-wrapper li:hover {
	background:#094a65; /* was 454545 before */
}

#navigation-wrapper li a {
	position:relative;
	display:block;
	float:left;
	width:235px;
	height:36px;
}

#navigation-wrapper ul ul {
	list-style:none;
	position:absolute;
	display:none;
	top:0px;
	left:235px;
	width:235px;
	height:auto;
	padding:0px 0px;
	margin:0px;
	line-height:36px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size:0.7rem;
	text-transform:uppercase;
	color:#CCC;
	border-left: 1px solid rgb(100, 100, 100);
    border-left: 1px solid rgba(255, 255, 255, .15);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */	
}
#navigation-wrapper li.expandable-navigation {
	background-position: right;
	background-repeat:no-repeat;
}

@media screen and (min-width: 979px) {
	#navigation-wrapper li.expandable-navigation {
		background-image:url('/images/expandable-navigation.png');
		background-position: right;
		background-repeat:no-repeat;
	}
	#navigation-wrapper li:hover ul.b-list {
		display:block;
	}
}

#navigation-wrapper ul ul ul {
	list-style:none;
	position:absolute;
	display:none;
	top:0px;
	left:235px;
	width:235px;
	height:auto;
	padding:0px 0px;
	margin:0px;
	line-height:36px;	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size:0.7rem;
	text-transform:uppercase;
	color:#CCC;
	border-left: 1px solid rgb(100, 100, 100);
    border-left: 1px solid rgba(255, 255, 255, .15);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */	
}

#navigation-wrapper li li:hover ul.c-list {
	display:block;
}

#navigation-wrapper li li li:hover ul.d-list {
	display:block;
}

#social-navigation {
	position:fixed;
	display:block;
	right:10px;
	top: 0px;
    width: 175px;
	height:30px;
	z-index:2000;
}
.social-button {
	width: 30px;
	height: 30px;
	text-indent:5000px;
	overflow:hidden;
	position: relative;
	display:block;
	float:left;
	padding:0px;
	background-color:#555;
	background-image:url('/images/social-icons.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size:240px 30px;
	background-position:0px 0px;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.facebook-button {
	background-position: 0px 0px;
	background-color: #222;
}
.twitter-button {
	background-position: -90px 0px;
	background-color: #333;
}
.pinterest-button {
	background-position: -60px 0px;
	background-color: #555;
}
.google-button {
	background-position: -120px 0px;
	background-color: #444;
}
.instagram-button {
	background-position: -30px 0px;
	background-color: #666;
}
.facebook-button:hover {
	background-color:#3b5998;
}
.twitter-button:hover {
	background-color:#00aced;
}
.pinterest-button:hover {
	background-color:#cb2027;
}
.google-button:hover {
	background-color:#dd4b39;
}
.instagram-button:hover {
	background-color:#007bb5;
}

/**
 * 5.0 Content
 * -----------------------------------------------------------------------------
 */

#page-navigation {
    position: fixed;
    width: 10px;
    height: 120px;
    z-index: 7000;
    bottom: 50%;
    margin-bottom: -75px;
    right: 15px;
}
.nav-item {
    width: 10px;
	height: 10px;
	margin-bottom:15px;
	background: #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.nav-item-selected {
	background-color: #1983af;
}
.nav-item:hover {
    background-color: #45b9e9;
}

/**
 * 5.1 Homepage
 * -----------------------------------------------------------------------------
 */

#homepage-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 100vh;
}

.homepage-block {
	width:100%;
	height:100vh;
	position:relative;
	display:block;
	float:left;
	background:#151515;
}

.homepage-hero-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    z-index: 100;
}

.homepage-subhero-container {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 25%;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured-image {
	position: absolute;
	display: block;
	width: 375px;
	height: auto;
	right:10px;
	bottom: 10px;
	color: #FFF;
	text-align:right;
    font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size:0.9rem;
	line-height:1.1rem;
	padding:0px;
	z-index:100;
	margin:0px;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
}
.featured-image h2 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size:0.9rem;
	padding-bottom: 0px;
	margin:0px;
}
.featured-image a { color:#FFF; }
.featured-image-highlight { font-weight: 700; }

.content-hero {
	width:100%;
	height:100%;
	font-size: 14px;
	font-size:1rem;
	color:#FFF;
	width: 100%;
	height: 100%; 
	display: table;
}
.content-hero-wrapper {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.content-hero h1, .content-hero h2 {
	font-size:34px;
	font-size:2.6rem;
	font-weight:400;
	padding:0px;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.content-hero p {
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.hero-button-text {
	max-width: 400px;
	margin:0 auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
	background-color:#45b9e9;
	color:#FFF;
	font-size:18px;
	font-size:1.2rem;
	font-weight:400;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	text-shadow: 0px 1px 0px #07f;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset,0px 1px 2px rgba(0,0,0,0.2);
}
.hero-button-text:hover { background-color:#1983af; }

/**
 * 5.1 Homepage
 * -----------------------------------------------------------------------------
 */

#photo-page-container {
	width: 100%;
	margin:0px;
	height: auto;
	position: relative;
	padding-top: 100px;
	padding-bottom: 25px;
	position:relative;
	display:block;
	float:left;
	z-index:500;
	background-color:#151515;
	background-image: url('/images/page-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.photo-page-background {
	width: 100%;
	height: 100vh;
	min-width:100%;
	min-height:100vh;
	margin:0px;
	position: fixed;
	display:block;
	overflow:hidden;
	z-index:-1;
	background-color:#151515;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	opacity:0.1;
	-webkit-filter: saturate(0%); /* Safari */
    filter: saturate(0%);
}

#photo-image {
	width: 60%;
	margin-left:5%;
	height: auto;
	position:relative;
	display:block;
	float:left;
	z-index:501;
}
.photo-image-pano {
    width: 90% !important;
    margin: 0 5% !important;
}
#photo-image figcaption {
	margin: 0 auto;
}

#photo-image-container {
	width: 100%;
	height: auto;
	margin: 0px;
	position:relative;
	display:block;
	float:left;
	z-index:501;
	padding-bottom:25px;
}

#photo-image img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	display:block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}
#photo-image-vertical img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	display:block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}
#photo-details {
	width: 30%;
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 5%;
	position:relative;
	display:block;
	float:left;
}
.photo-details-pano {
	width: 90% !important;
	margin: 0px 5% !important;
}

#photo-details-vertical {
	width: 45%;
	height: auto;
	padding-top: 10px;
	margin: 0px 5% 0px 0px;
	position:relative;
	display:block;
	float:right;
}


#photo-details-container {
	position:relative;
	display:block;
	margin:0 auto;
	max-width:1200px;
	color:#CCC;
}
#photo-details-vertical-container {
	position:relative;
	display:block;
	float:left;
	width: 100%;
	padding:10px 0px;
	position: relative;
	display:block;
}

.photo-purchase-container {
	max-width: 1200px;
    margin: 5px auto 0px auto;
    padding: 1px 20px;
    position: relative;
    display: block;
    background-color: #333;
    color: #DDD;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: 300;
}

.add-to-cart-button {
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-size: 0.8rem;
    display: inline-block;
    background-color: #45b9e9;
    border-bottom: 2px solid #1983af;
    color: #FFF;
    padding: 2px 5px;
    margin: 0 2px 5px 0;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.photo-purchase-container h3 {
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
}

#photo-galleries-container {
	position:relative;
	display:block;
	max-width:1200px;
	margin:5px auto 0px auto;
	position: relative;
	display:block;
}

.photo-purchase-container h3 {
	padding:0px;
}

.photo-purchase-vertical-container {
	position:relative;
	display:block;
	float:right;
	width: 100%;
	padding:1%;
	margin-top:5px;
	position: relative;
	display:block;
	background-color:#333;
	color:#DDD;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size:1rem;
	line-height:18px;
	font-weight:300;
}
#photo-galleries-vertical-container {
	position:relative;
	display:block;
	float:left;
	width: 100%;
	position: relative;
	display:block;
}

.photo-title {
	color:#FFF;
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-size:2rem;
	line-height:30px;
    padding-bottom: 0.4rem;
}
.photo-location {
	color:#FFF;
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.2rem;
    line-height: 2rem;
	padding-top:0px;
	padding-bottom: 10px;
}
.photo-description {
	color:#CCC;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size:0.9rem;
	line-height:1.1rem;
	padding:0px;
}
.photo-shipping-details {
	color:#CCC;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size:0.8rem;
	line-height:18px;
	line-height:1rem;
	padding-top:10px;
}
.caption {
	margin: 5px 0px;
}

.product_options {
	max-width:100%;
	margin-bottom:10px;
}

.photo-related-keywords {
	color:#CCC;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size:0.9rem;
	line-height:20px;
	padding-top:10px;
}
.photo-related-keywords h3 {
	color:#CCC;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size:0.9rem;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:300;
}
.photo-related-keywords a {
	text-transform: uppercase;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size:0.8rem;
	display: inline-block;
	background: #222;
	border: 1px solid #333;
	color:#CCC;
	padding: 2px 5px;
	margin: 0 2px 5px 0;
}
.photo-related-keywords a:hover {
	color:#FFF;
	background: #333;
	padding: 2px 5px;
	margin: 0 2px 5px 0;
}

.photo-related-galleries {
	color:#CCC;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size:0.9rem;
	line-height:20px;
	padding-top:10px;
	font-weight:300;
}
.photo-related-galleries h3 {
	color:#CCC;
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size:0.9rem;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:300;
}
.photo-related-galleries a {
	text-transform: uppercase;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size:0.8rem;
	display: inline-block;
	background-color: #45b9e9;
    border-bottom: 2px solid #1983af;
	color:#FFF;
	padding: 2px 5px;
	margin: 0 2px 5px 0;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.photo-related-galleries a:hover {
	background-color: #1983af;
}
.submit-button {
    background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 5px 10px;
    margin-top: 10px;
    border-bottom: 3px solid #1983af;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
.submit-button:hover {
    background-color: #1983af;
}

/**
 * 5.2 Galleries Page
 * -----------------------------------------------------------------------------
 */

#gallery-tag {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	vertical-align: middle;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight:500;
	color:#FFF;
	background-color:#151515;
	text-align:center;
	letter-spacing:2px;
	z-index:5;
}
#gallery-tag-background {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	z-index:6;
}
#gallery-tag h1 {
	height:50px;
	line-height:50px;
	color:#FFF;
	font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-size: 2rem;
    font-weight: 700;
	text-align: center;
	vertical-align: middle;
	letter-spacing:2px;
	z-index:7;
}

#zoom-map-controls { position:absolute; bottom:50%; right: 10px; z-index:1006; }
#zoomin { position:absolute; top:5px; right:10px; border:1px solid #333; width:40px; height:40px;cursor:pointer; z-index:1006; background:url(/images/map-controls.gif) top left no-repeat; background-position:0px 0px; overflow:hidden; }
#zoomout { position:absolute; top:-45px; right:10px; border:1px solid #333; width:40px; height:40px; cursor:pointer; margin-bottom:20px; z-index:1006; background:url(/images/map-controls.gif) top left no-repeat; background-position:0px -40px; overflow:hidden; }

#zoomin:hover { background:url(/images/map-controls.gif) top left no-repeat; background-position:-40px 0px; overflow:hidden; }
#zoomout:hover { background:url(/images/map-controls.gif) top left no-repeat; background-position:-40px -40px; overflow:hidden; }




.wrapper {
    width: 98%;
    margin: 0px auto;
}

.masonry {
	margin: 0px;
    padding: 0px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 10px;
    width: 100%;
	height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item img {
	width: 100%;
	height:auto;
}

.title-item { padding:10px; font-family: Roboto, Helvetica, Arial, sans-serif; font-size:1rem; text-align:center; color:#FFF; background-color:#00A79D; }
.text-item { padding:10px; font-family: Roboto, Helvetica, Arial, sans-serif; font-size:1rem; margin-top:10px; background-color:#FFF; }
.text-item h1 { font-family: Roboto, Helvetica, Arial, sans-serif; font-size:1.8rem; vertical-align:middle; height:auto; }
.text-item h2 { font-family: Roboto, Helvetica, Arial, sans-serif; font-size:1.4rem; line-height:2rem; padding-bottom:10px; }


 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* force scrollbar */
html { overflow-y: scroll; }

.grid {
	width:100%;
	height:auto;
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 75px;
	min-height:100px;
}
.grid-images {
	display: none;
}
.grid-preloader {
	position:absolute;
	display:block;
	width:60px;
	left:50%;
	margin-left:-30px;
	height:60px;
	top:25px;
	background-image:url('/images/preloader-spinner.gif');
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer, .grid-item { width: 100%; margin: 0px; }
.grid-item--width2 { width: 400px; }
.grid-item { position:relative; display:block;
  float: left;
z-index:2000;
overflow:hidden;
}
.grid-item img {
  display: block;
  max-width: 100%;
}

.grid-item:hover .gallery-block-background-area {
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	opacity:1;
	cursor: pointer;
}

.grid-item:hover .gallery-block-image {
	-webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
	transform: scale(1.1);
	cursor: pointer;
}

.gallery-block-image {
	-webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
	transform: scale(1);
	overflow:hidden;
}

/*.gallery-block-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
	display:block;
	float:left;
	z-index:502;
	padding:0px;
	margin:0px;
}
.gallery-block-image > img {
	width:100%;
	height:auto;
}*/

.gallery-block-background-area-gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align:center;
	z-index:503;
	bottom:0px;
	padding:0px;
	margin:0px;
	color:#FFF;
}


.gallery-block-background-area {
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.25);
	position: absolute;
	text-align:center;
	z-index:503;
	bottom:0px;
	padding:0px;
	margin:0px;
	color:#FFF;
	opacity:0;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.gallery-block-background-area { display:block; }
.gallery-block-text {
	width: 100%;
	top:50%;
	height:30px;
	display: inline-block;
    vertical-align: middle;
	position: relative;
	display:block;
	float:left;
	padding:0px;
	margin:-15px 0px 0px 0px;
	font-family: 'Martel Sans', sans-serif;
	font-size:16px;
	line-height:1.2;
	font-weight:700;
	text-align:center;
}

#load-images {
	width:200px;
	height:100px;
	position:absolute;
	display:block;
	background-color:#fff;
	font-family: 'Martel Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5001;
	bottom:10px;
	left:50%;
	margin-left:-100px;
}

/**
 * 5.3 Individual Gallery Pages
 * -----------------------------------------------------------------------------
 */

#gallery-top {
	width:100%;
	height:90vh;
	position:relative;
	display:block;
	float:left;
	background:#151515;
}
.gallery-title-container {
	max-width:1000px;
	position:absolute;
	display:block;
	bottom:20px;
	margin: 0 auto;
	left:20px;
	z-index:504;
}

.gallery-title-container-background {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
	z-index:200;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-gradient {
	position:absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index:503;
	height:40%;
	bottom:0px;
	width:100%;
	left:0px;
}
.gallery-title {
	width:1000px;
	position:relative;
	display:block;
	float:left;
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-size: 2rem;
	line-height:34px;
	line-height:2rem;
	vertical-align:middle;
	color:#FFF;
	text-align:left;
	text-shadow: 1px 1px 5px #000;
	z-index:503;
	padding-bottom: 0.2rem;
}
.gallery-description {
	width: 1000px;
    line-height: 16px;
    line-height: 1.4rem;
    vertical-align: middle;
    position: relative;
    display: block;
    float: left;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    text-shadow: 1px 1px 5px #000;
    z-index: 1503;
}
.gallery-featured-photo {
	width: 1000px;
    line-height: 16px;
    line-height: 1.4rem;
    vertical-align: middle;
    position: relative;
    display: block;
    float: left;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    text-shadow: 1px 1px 5px #000;
    z-index: 1503;
    margin-top: 5px;
}

.view-gallery {
	position: relative;
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-top: 10px;
    border-bottom: 3px solid #1983af;
}
.view-gallery:hover {
	background-color: #1983af;
    padding: 7px 10px 3px 10px;
}
.gallery-bottom-line {
	position: absolute;
    display: block;
    width: calc(100% - 185px);
    height: 1px;
    background-color: #CCC;
    bottom: 36px;
    right: 0px;
    z-index: 4000;
}
.homepage-hero-button {
    margin-right: 10px !important;
	width:150px !important;
}
.homepage-hero-button-last {
	margin-right: 0px !important;
	width:160px !important;
}

.homepage-hero-background {
	background-image:url('/photos/zoom/flint-hills-spring-sunset.jpg');
	position: absolute !important;
}
.homepage-kansas-background {
	background-image:url('/photos/zoom/flight-of-the-monarch-butterfly.jpg');
	position: absolute !important;
}
.homepage-kotp-background {
	background-image:url('/photos/zoom/keeper-of-the-plains-lightning-bolt.jpg'); background-position:center center;
	position: absolute !important;
}
.homepage-colorado-background {
	background-image:url('/photos/zoom/exploring-south-mineral-creek-falls.jpg'); background-position:center center;
	position: absolute !important;
}
.homepage-flint-hills-background {
	background-image:url('/photos/zoom/burning-of-the-flint-hills.jpg'); background-position:center center;
	position: absolute !important;
}
.homepage-canada-background {
	background-image:url('/photos/zoom/moraine-lake-sunset.jpg'); background-position:center center;
	position: absolute !important;
}

.homepage-block .view-gallery {
    width: 175px;
}
.homepage-block .gallery-bottom-line {
	position: absolute;
    display: block;
    width: calc(100% - 200px);
    height: 1px;
    background-color: #CCC;
    bottom: 36px;
    right: 0px;
    z-index: 6000;
}


#gmap-gallery-bottom {
	position: relative;
	display:block;
	float:left;
	top: 0px;
	left: 0px;
	width:100%; 
	height:90vh;
	margin: -300px 0px 0px 0px;
	z-index: 0;
}

/**
 * 5.4 Product Pages
 * -----------------------------------------------------------------------------
 */

#prints-header {
	width:50%;
	min-height:100vh;
	position:fixed;
	display:block; 
	top:0px;
	left:0px;
	padding:50px;
	background-color:#000;
	background:url('/images/fine-art-photography-prints.jpg');
	background-position:top center;
	background-repeat:none;
	z-index:1;
}

.clearance-item-container {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin: 10px 0px;
}
.clearance-image-container {
    width: 20%;
    position: relative;
    display: block;
    float: left;
}
.clearance-image-container img {
    width: 100%;
    height: 100%;
}
.clearance-text-container {
    width: 75%;
    position: relative;
    display: block;
    float: right;
    margin-left: 5%;
}

/**
 * 5.6 About Pages
 * -----------------------------------------------------------------------------
 */

#side-bar {
	position:relative;
	display:block;
	float:left;
	width:40%;
	height:100%;
	min-height:100vh;
}

#about-container {
	position:relative;
	display:block;
	float:left;
	width:100%;
	min-height:100vh;
}

#about-photo {
	width:30%;
	height:100vh;
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	background-color:#000;
	background:url('/images/page-content/mickey-tall.jpg');
	background-position:right bottom;
	background-size: cover;
	background-repeat:none;
	z-index:0;
}
#prints-photo {
	width:30%;
	height:100vh;
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	background-color:#000;
	background:url('/images/page-content/prints-tall.jpg');
	background-position:right bottom;
	background-size: cover;
	background-repeat:none;
	z-index:0;
}
#licensing-photo {
	width:30%;
	height:100vh;
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	background-color:#000;
	background:url('/images/page-content/licensing-tall.jpg');
	background-position:right bottom;
	background-size: cover;
	background-repeat:none;
	z-index:0;
}

	#about-photo {
		width:100%;
		height:500px;
		position:relative; 
		display:block;
		float:left;
		background:url('/images/page-content/mount-rainier-mickey.jpg');
		background-position:top center;
		background-size:cover;
	}
	#about-content-container {
		width:100%;
		margin-left:0px;
		height:auto;
		position:relative; 
		display:block; 
		float:left;
		background-color:#151515;
		background-image: url('/images/page-background.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		color:#CCC;
	}
	.paragraph-image {
		float: right;
		margin: 20px;
		max-width:500px;
	}

	#about-inner-content {
		margin: 0 auto;
    	max-width: 1500px;
    	padding: 150px 150px;
		width:100%;
		min-height:100vh;
		position:relative;
		display:block;
	}

/*#about-content-container {
	width:70%;
	margin-left:30%;
	height:auto;
	position:relative; 
	display:block; 
	float:left;
	background-color:#151515;
	background-image: url('/images/page-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color:#CCC;
}

#about-inner-content {
	margin: 0 auto;
    max-width: 1500px;
    padding: 150px 150px;
	width:100%;
	max-width:100%;
	min-height:100vh;
	position:relative;
	display:block;
	float:left;
}*/

#photo-header {
	width:100%;
	height:300px;
	position:relative; 
	display:block; 
	float:left;
	background-color:#000;
	background:url('/images/galleries/moraine-lake.jpg');
	background-position:top center;
	background-repeat:none;
}

#content-container {
	width:100%;
	height:auto;
	position:relative; 
	display:block; 
	float:left;
	background-color:#151515;
	background-image: url('/images/page-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color:#CCC;
}
#inner-content {
	width:50%;
	min-height:100vh;
	position:relative;
	display:block;
	float:right;
	padding:50px;
}
#page-content-left {
	width:80%;
	position:relative; 
	display:block;
	float:left;
	padding-right:10%;
}
#page-content-left img {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	margin:10px;
}
#page-content-right {
	width:20%;
	position:relative; 
	display:block;
	float:right;
}
#page-content-right ul {
	list-style-type:none;
}

.social-media-block {
	width:100%;
	position:relative; 
	display:block;
	float:right;
	height:auto;
	padding-bottom:15px;
}

.social-media-description {
	position: relative;
    display: block;
    float: left;
    margin: 10px;
    width: 600px;
}

.social-media-description h2 {
    padding-bottom:0rem;
}

.social-media-icon-large {
	width: 128px;
	height: 128px;
	text-indent:5000px;
	overflow:hidden;
	position: relative;
	display:block;
	float:left;
	padding:0px;
	margin:10px;
	background:url('/images/social-media-icons.gif') top left no-repeat;
	background-size:768px 128px;
}

.facebook-large {
	background-position:0px 0px;
}
.instagram-large {
	background-position:-128px 0px;
}
.pinterest-large {
	background-position:-256px 0px;
}
.googleplus-large {
	background-position:-384px 0px;
}
.twitter-large {
	background-position:-512px 0px;
}
.fivehundredpixel-large {
	background-position:-640px 0px;
}
#page-content-right {
	padding-top:30px;
}

/**
 * 5.6b Fotos4Freedom Page
 * -----------------------------------------------------------------------------
 */

#fotos4freedom-header {
	width:100%;
	height:300px;
	position:relative; 
	display:block; 
	float:left;
	background-color:#000;
	background:url('/images/headers/f4f-header.jpg');
	background-position:top center;
	background-repeat:none;
}

/**
 * 5.6c Newsletter Sign-Up Page
 * -----------------------------------------------------------------------------
 */

.newsletter-input {
	width:100%;
	max-width:500px;
	height:2.5rem;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size:0.8rem;
	line-height:2.5rem;
	vertical-align:middle;
	background-color:#CCC;
	border:1px solid #999;
	color: #666;
    padding-left: 10px;
}
.newsletter-input-not-first {
    margin-top: 10px;
}

.newsletter-submit-button {
	background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    margin: 10px 0px 50px 0px;
    border-bottom: 3px solid #1983af;
}
.newsletter-submit-button:hover {
	background-color: #1983af;
    padding: 12px 20px 8px 20px;
}
.newsletter-mc-field-group {
	line-height:50px;
}
.newsletter-asterisk {
	font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.9rem;
}

/**
 * 5.6d Contact Page
 * -----------------------------------------------------------------------------
*/

.contact-form-input {
	width: 100%;
    max-width: 500px;
    height: 2.5rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.8rem;
    line-height: 2.5rem;
    vertical-align: middle;
    background-color: #CCC;
    border: 1px solid #999;
    color: #666;
    margin-bottom: 10px;
	padding-left: 10px;
}
.contact-form-textbox {
	width: 100%;
    max-width: 500px;
    height: 10rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.8rem;
    line-height: 2.5rem;
    vertical-align: middle;
    background-color: #CCC;
    border: 1px solid #999;
    color: #666;
    margin-bottom: 10px;
	padding-left: 10px;
}
.contact-submit-button {
	background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    margin: 10px 0px 50px 0px;
    border-bottom: 3px solid #1983af;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.contact-submit-button:hover {
	background-color: #1983af;
    padding: 12px 20px 8px 20px;
}

/**
 * 5.7 404 Pages
 * -----------------------------------------------------------------------------
 */

#missing-page-container {
	width: 100%;
	margin:0px;
	height: auto;
	min-height:100vh;
	position: relative;
	padding-top: 100px;
	padding-bottom: 25px;
	position:relative;
	display:block;
	float:left;
	z-index:500;
	background-color:#151515;
	background-image: url('/images/page-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}


/**
 * 5.8 Cart Page
 * -----------------------------------------------------------------------------
 */

#cart-container {
	width: 100%;
	margin:0px;
	height: auto;
	min-height:100vh;
	position: relative;
	padding-top: 100px;
	padding-bottom: 25px;
	position:relative;
	display:block;
	float:left;
	z-index:500;
	background-color:#151515;
	background-image: url('/images/page-background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color:#EEE;
}
#inner-cart-container {
	width: 100%;
	max-width:1200px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 25px;
	display:block;
	margin:0 auto;
}
#inner-cart-container td {
	padding:5px 5px 5px 10px;
}

.cart-button {
	background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    margin: 10px 0px 50px 0px;
    border-bottom: 3px solid #1983af;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.cart-button:hover {
	background-color: #1983af;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}


/**
 * 5.9 
 * -----------------------------------------------------------------------------
 */

.search-archive-list-column {
	display:block;
	position:relative;
	float:left;
	width:33.3%;
	padding:0px 10px 0px 0px;
	font-size:0.8rem;
}
.search-archive-list-column h2 {
	padding:1.4rem 0px 0.2rem 0px;
}
.search-archive-list-column ul {
	list-style:none;
	text-indent:1rem;
}

/**
 * 6.0 Map Stuff
 * -----------------------------------------------------------------------------
 */

iframe { 
	vertical-align: top;
}

#homepage-map-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    z-index: 100;
}

.galleries-page-map {
    position: fixed !important;
}

#homepage-map-container h2 {
	position:absolute;
	bottom:25px;
	right:25px;
	color:#FFF;
	z-index: 2000;
	font-size:34px;
	font-size:2.6rem;
	font-weight:400;
	padding:0px;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}


#gmap-galleries {
	position: relative;
	display:block;
	float:left;
	top: 0px;
	left: 0px;
	width:100%; 
	height:90vh;
	z-index: 0;
}

#gmap {
	position: relative;
	display:block;
	float:left;
	top: 0px;
	left: 0px;
	width:100%; 
	height:100%;
	z-index: 0;
}

#canvas-holder{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%; 
	height:100%;
	z-index: 0;
}

#map-canvas{
	width:100%;
	height:100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	overflow: hidden;
}
.tooltip{
	color:#FFF;
	width:auto;
	height:40px;
	text-align:center;
	z-index:1006;
}
.tooltip-background{ left:0px; top:0px; position:absolute;
background-color:rgba(72,84,99,0.8); width:100%; height:100%; border: #FFF 2px solid; }
.tooltip-red-dot{
	display:block;
	position:relative;
	float:left;
	background-image:url('/images/map-marker.png');
	width:10px;
	height:10px;
	margin:15px;
	z-index:1006;
}
.tooltip-inner{
	display:block;
	position:relative;
	float:right;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-size: 0.7rem;
	color:#FFF;
	width:auto;
	height:40px;
	line-height:40px;
	text-align:left;
	text-transform:uppercase;
	overflow:hidden;
	padding-right:10px;
}
 
#holder{
	width: 300px;
	background: rgba(0,0,0,);
	z-index: 1000;
	position: absolute;
	color: white;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

#gmap-galleries-bottom {
	position: relative;
	display: block;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
	margin: -300px 0px 0px 0px;
	z-index: 0;
}

#gmap-galleries {
	position: relative;
	display:block;
	float:left;
	top: 0px;
	left: 0px;
	width:100%; 
	height:90vh;
	z-index: 0;
}

#galleries-map-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 90vh;
    max-width: 100%;
    z-index: 100;
}
#galleries-map-container h1 {
	position:absolute;
	bottom:25px;
	right:25px;
	color:#FFF;
	z-index: 2000;
	font-size:34px;
	font-size:2.6rem;
	font-weight:400;
	padding:0px;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.galleries-map-block {
	width:100%;
	height:90vh;
	position:relative;
	display:block;
	float:left;
	background:#151515;
}
#galleries-map-container {
    position: relative;
    display: block;
    float: right;
    width: 70vw;
    height: 100vh;
    max-width: 70%;
    z-index: 100;
}



#world-map-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    z-index: 100;
}
#world-map {
    position: relative;
    display: block;
    float: right;
    width: 70vw;
    height: 100vh;
    max-width: 70%;
    z-index: 100;
}
#world-map-content {
    position: relative;
    display: block;
    float: left;
    width: 30vw;
    height: 100vh;
    max-width: 30%;
    z-index: 100;
}


/**
 * 6.9z Popup
 * -----------------------------------------------------------------------------
 */
 
#newsletter-box {
	position: fixed;
	display: block;
	width:350px;
	height:300px;
	background-color:#2f3649;
	z-index: 5000;
	bottom: 5px;
	right: 5px;
}
.newsletter-top-bar {
	position: relative;
	display: block;
	float:left;
	width:350px;
	height:8px;
	background-color:#45b9e9;
}
.newsletter-exit {
	position: absolute;
	display: block;
	width:12px;
	height:12px;
	top: 2px;
	right: 0px;
	background-image:url('/images/newsletter-exit-button.png');
	z-index:5001;
}
.newsletter-title {
	position: relative;
	display: block;
	float:left;
	width:334px;
	height:2rem;
	margin:8px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.4rem;
    line-height: 2rem;
    vertical-align: middle;
	color:#DDD;
}
.newsletter-image {
	position: relative;
	display: block;
	float:left;
	width:334px;
	height:135px;
	margin:8px;
	background-image:url('/photos/thumbs/monument-rocks-milky-way.jpg');
}
.newsletter-text {
	position: relative;
	display: block;
	float:left;
	width:334px;
	margin:8px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.8rem;
    line-height: 1rem;
	color:#BBB;
}





/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */

#footer-container {
	width:100%;
	height:auto;
	position:relative; 
	display:block; 
	float:left;
	background: #000;
	z-index:201;
}
#footer-container h1, #footer-container h2, #footer-container h3 { padding-bottom: 1rem; }

#footer-inner-container {
	max-width:1200px;
	margin:40px auto;
	position:relative; 
	display:block; 
}

.footer-column {
	position:relative;
	display:block;
	float:left;
	width:30%;
	height:auto;
	z-index:1000;
	margin:0px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-size:0.9rem;
	font-weight:400;
	line-height:24px;
	text-align:center;
	color:#CCC;
	text-align:left;
	padding-right:5%;
}
.footer-column h3 {
	font-size:17px;
	font-size:1.2rem;
	color: #FFF;
	font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.footer-column-last {
	border-left: 0px;
	width:40%;
	padding-right:0%;
}
.footer-column ul {
	list-style:none;
	position:relative;
	display:block;
	width:100%;
	float:left;
	line-height:30px;
	margin:0px;
}
.footer-column li {
	list-style:none;
	position:relative;
	display:block;
	width:100%;
	float:left;
	line-height:30px;
	margin:0px;
}

.footer-column li a {
	color:#CCC;
}
.footer-column li a:hover {
	color:#FFF;
}

.footer-block {
	width:100%;
	margin: 0%;
	padding: 0px 15px 15px;
}
.footer-block-first {
	padding: 0px 15px 15px 0px;
}

.footer-copyright {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:auto;
	min-height:50px;
	z-index:5000;
	padding:60px 0px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:12px;
	font-size:0.9rem;
	text-align:center;
	color:#FFF;
}

.two-column-list {
	moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.footer-input {
	width:100%;
	height:2.5rem;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size:0.8rem;
	line-height:2.5rem;
	vertical-align:middle;
	background-color:#CCC;
	border:1px solid #999;
	color: #666;
    padding-left: 10px;
}
.footer-input-not-first {
    margin-top: 10px;
}

.footer-submit-button {
	background-color: #45b9e9;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    margin-top: 10px;
    border-bottom: 3px solid #1983af;
}
.footer-submit-button:hover {
	background-color: #1983af;
    padding: 12px 20px 8px 20px;
}

#mc_embed_signup div.mce_inline_error { background-color: #1983af !important; }

.social-footer-button { margin-top:0px; }
.second-footer-h3 { padding-bottom:10px; }

#mc_embed_signup input.mce_inline_error {
    border-color: #1983af !important;
}

/**
 * 6.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media (max-width: 1250px) {
	
	#photo-image, #photo-details {
    	width: 100%;
		float:left;
    	margin: 0%;
	}
	#photo-details {
		padding: 0px 5%;
	}

	#inner-content {
		width: 90%;
		max-width:1200px;
		margin:50px 5% 20px 5%;
		position:relative; 
		display:block; 
		color:#DDD;
	}
	#page-content-left, #page-content-right {
		width:100%;
		position:relative; 
		display:block;
		float:left;
		padding-right:0%;
		margin: 15px 0%;
	}

	.social-media-description {
    	width: 60%;
	}

	#footer-inner-container {
		width:100%;
		padding:0px 10px;
		margin:40px 0px;
		float:left; 
	}
	.photo-description {
		color:#CCC;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-size:1rem;
		line-height:18px;
		padding: 10px 0%;
	}
	
	.paragraph-image {
		max-width:350px;
	}


}

@media (max-width: 1100px) {
	#about-container {
		position:relative;
		display:block;
		float:left;
		width:100%;
		min-height:100vh;
	}

	#about-photo {
		width:100%;
		height:500px;
		position:relative; 
		display:block;
		float:left;
		background:url('/images/page-content/mount-rainier-mickey.jpg');
		background-position:center center;
		background-size:cover;
	}
	#prints-photo {
		width:100%;
		height:500px;
		position:relative; 
		display:block;
		float:left;
		background:url('/images/page-content/prints-wide.jpg');
		background-position:center center;
		background-size:cover;
	}
	#licensing-photo {
		width:100%;
		height:500px;
		position:relative; 
		display:block;
		float:left;
		background:url('/images/page-content/licensing-wide.jpg');
		background-position:center center;
		background-size:cover;
	}
	#calendars-photo {
		width:100%;
		height:500px;
		position:relative; 
		display:block;
		float:left;
		background:url('/images/page-content/calendars-wide.jpg');
		background-position:center center;
		background-size:cover;
	}

	#about-content-container {
		width:100%;
		margin-left:0px;
		height:auto;
		position:relative; 
		display:block; 
		float:left;
	}

	#about-inner-content {
		margin: 0 auto;
    	max-width: 1500px;
    	padding: 150px 150px;
		width:100%;
		min-height:100vh;
		position:relative;
		display:block;
		float:left;
	}

	.paragraph-image {
		position:relative;
		display:block;
		float:none;
		margin: 20px 0px 20px 0px;
		max-width:100%;
	}

}

@media (max-width: 1040px) {
	.gallery-title-container {
		width:100%;
		padding:0px 5%;
		left:0px;
	}
	.gallery-title-container-background {
		width:100%;
	}
	.gallery-title {
		width:100%;
		font-size: 1.4rem;
		line-height:1.6rem;
	}
	.gallery-description {
		width:100%;
		line-height:1rem;
	}
	.gallery-bottom-line {
    	display: none;
	}

	.gallery-title {
		width:100%;
		position:relative;
		display:block;
		float:left;
		font-family: 'Martel Sans', Helvetica, Arial, sans-serif;
		font-size: 20px;
		font-size: 1.6rem;
		line-height:26px;
		line-height:1.6rem;
	}
	.gallery-description {
		width: 100%;
    	line-height: 14px;
    	line-height: 1.2rem;
    	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    	font-size: 12px;
    	font-size: 0.8rem;
	}
	.gallery-featured-photo {
		width: 100%;
    	line-height: 14px;
    	line-height: 1.2rem;
    	font-size: 12px;
    	font-size: 0.8rem;
	}
	
	#about-inner-content {
    	padding: 100px 100px;
	}
	
}

@media (max-width: 1040px)  and (max-height: 850px) {
	.homepage-hero-background {
		background-image:url('/photos/flint-hills-spring-sunset.jpg');
	}
	.homepage-kansas-background {
		background-image:url('/photos/flight-of-the-monarch-butterfly.jpg');
	}
	.homepage-kotp-background {
		background-image:url('/photos/keeper-of-the-plains-lightning-bolt.jpg'); background-position:center center;
	}
	.homepage-colorado-background {
		background-image:url('/photos/exploring-south-mineral-creek-falls.jpg'); background-position:center center;
	}
	.homepage-flint-hills-background {
		background-image:url('/photos/burning-of-the-flint-hills.jpg'); background-position:center center;
	}
	.homepage-canada-background {
		background-image:url('/photos/moraine-lake-sunset.jpg'); background-position:center center;
	}


}

@media (max-width: 800px) {
	.content-hero {
		font-size: 11px;
		font-size:0.8rem;
	}
	.content-hero h1, .content-hero h2 {
		font-size:28px;
		font-size:2rem;
	}
	.hero-button-text {
		font-size:14px;
		font-size:1rem;
	}
	.footer-column {
		width:50%;
		padding:3% 0px;
	}
	.footer-column-last {
		width:100%;
		padding:3% 0px;
	}
	#page-navigation {
		display:none;
	}
	#about-inner-content {
    	padding: 50px 50px;
	}
}
@media (max-width: 600px) {
	.footer-column {
		width:100%;
	}

	.gallery-title {
		font-size: 18px;
		font-size: 1.2rem;
		line-height:20px;
		line-height:1.4rem;
	}
	.gallery-description {
    	font-size: 10px;
    	font-size: 0.7rem;
	}
	.gallery-featured-photo {
    	line-height: 12px;
    	line-height: 1rem;
    	font-size: 10px;
    	font-size: 0.7rem;
	}

}
@media (max-width: 460px) {
	#social-navigation {
		display:none;
	}
	.hero-button-text {
		width:320px;
	}
	#about-inner-content {
    	padding: 25px 25px;
	}
}

@media (max-width: 460px) and (max-height: 300px) {
	.homepage-hero-background {
		background-image:url('/photos/thumbs/flint-hills-spring-sunset.jpg');
	}
	.homepage-kansas-background {
		background-image:url('/photos/thumbs/flight-of-the-monarch-butterfly.jpg');
	}
	.homepage-kotp-background {
		background-image:url('/photos/thumbs/keeper-of-the-plains-lightning-bolt.jpg'); background-position:center center;
	}
	.homepage-colorado-background {
		background-image:url('/photos/thumbs/exploring-south-mineral-creek-falls.jpg'); background-position:center center;
	}
	.homepage-flint-hills-background {
		background-image:url('/photos/thumbs/burning-of-the-flint-hills.jpg'); background-position:center center;
	}
	.homepage-canada-background {
		background-image:url('/photos/thumbs/moraine-lake-sunset.jpg'); background-position:center center;
	}
}

/**
 * 6.1 Media Queries for Photo Masonry
 * -----------------------------------------------------------------------------
 */
 
 @media screen and (min-width: 451px) {
	.gallery-bigger-block {
		width: 100%;
		height: auto;
	}
	.gallery-individual-block {
		width: 50%;
		height: auto;
	}
	.gallery-text-block {
		width: 100%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 50%;
		margin: 0px;
		height: auto;
	}
}
@media screen and (min-width: 900px) {
	.gallery-bigger-block {
		width: 50%;
		height: auto;
	}
	.gallery-individual-block {
		width: 33.3333333%;
		height: auto;
	}
	.gallery-text-block {
		width: 66.6666667%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 33.3333333%;
		margin: 0px;
	}
}
@media screen and (min-width: 1350px) {
	.gallery-individual-block {
		width: 25%;
		height: auto;
	}
	.gallery-text-block {
		width: 50%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 25%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 1800px) {
	.gallery-bigger-block {
		width: 33.3333333%;
		height: auto;
	}
	.gallery-individual-block {
		width:20%;
		height: auto;
	}
	.gallery-text-block {
		width: 40%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 20%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 2250px) {
	.gallery-individual-block {
		width: 16.666666666%;
		height: auto;
	}
	.gallery-text-block {
		width: 33.333333334%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 16.666666666%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 2700px) {
	.gallery-bigger-block {
		width: 25%;
		height: auto;
	}
	.gallery-individual-block {
		width: 12.5%;
		height: auto;
	}
	.gallery-text-block {
		width: 25%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 12.5%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 3150px) {
	.gallery-individual-block {
		width: 11.111111111%;
		height: auto;
	}
	.gallery-text-block {
		width: 22.222222222%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 11.111111111%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 3600px) {
	.gallery-bigger-block {
		width: 16.666666666%;
		height: auto;
	}
	.gallery-individual-block {
		width: 10%;
		height: auto;
	}
	.gallery-text-block {
		width: 20%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 10px;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 4050px) {
	.gallery-individual-block {
		width: 8.333333333%;
		height: auto;
	}
	.gallery-text-block {
		width: 16.66666667%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 8.333333333%;
		height: auto;
		margin: 0px;
	}
}
@media screen and (min-width: 4500px) {
	.gallery-bigger-block {
		width: 12.5%;
		height: auto;
	}
	.gallery-individual-block {
		width: 6.25%;
		height: auto;
	}
	.gallery-text-block {
		width: 12.50%;
		height: auto;
	}
	.grid-sizer, .grid-item {
		width: 6.25%;
		height: auto;
		margin: 0px;
	}
}

@media screen and (max-width: 1000px) {
	#gmap-galleries { height:400px; }
	#gmap-gallery-bottom { height:700px; margin: 0px; }
}
@media screen and (max-width: 800px) {
	#gmap-galleries {
		height:350px;
	}
	#gmap-gallery-bottom { height:500px; }
}
@media screen and (max-width: 600px) {
	#gmap-galleries {
		height:250px;
	}
	#gmap-gallery-bottom { height:400px; }
}
@media screen and (max-width: 450px) {
	.gallery-bigger-block {
		width: 100%;
		height: auto;
	}
	.gallery-block {
		width:100%;
	}
	.grid-sizer, .grid-item {
		width: 99.5%;
		height: auto;
		margin: 5px 0.25%;
	}
	#gmap-gallery-bottom { height:300px; }

.holiday-item-container {
	width:100%;
	position:relative; 
	display:block; 
	float:left;
	margin: 10px 0px;
}
.holiday-image-container {
	width:100%;
	position:relative;
	display:block;
	float:left;
	padding:5%;
}
.holiday-image-container img { width:100%; height: 100%; }
.holiday-text-container {
	width:100%;
	position:relative; 
	display:block; 
	float:left;
	margin-left:0px;
	padding: 5%;
}

}
