/* !# BASE STYLES # */
/* !Reset & Basics */

	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, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		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; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* !Basic Styles */

	body {
		background-color: rgb(34, 34, 34);
		background-image:url("../assets/bg.jpg");
	    background-attachment: scroll;
	    -webkit-background-size: auto;
	    background-size: auto;
	    background-position: 0 0;
	    background-repeat: repeat repeat;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:16px;
		line-height: 24px;
		color: rgb(160, 160, 160);
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-moz-osx-font-smoothing: grayscale;
 }


/* !Typography */

	h1, h2, h3, h4, h5, h6 {
		color: rgb(220, 220, 220);
		font-family: "proxima-nova","HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit;}
	h1 { font-size: 50px; line-height:75px;}
	h2 { font-size: 36px; line-height:54px;}
	h3 { font-size: 26px; line-height:39px;}
	h4 { font-size: 22px; line-height:33px;}
	h5 { font-size: 18px; line-height:27px;}
	h6 { font-size: 14px; line-height:24px;}
	.subheader { color: rgb(200, 200, 200); }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 22px; line-height: 33px; color: rgb(190, 190, 190);  }
	.big { font-size: 1.3em;}

	em { font-style: italic; }
	strong { font-weight: bold; color: rgb(200, 200, 200); }
	small { font-size: 80%; }

/*	!Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: rgb(160, 160, 160); font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; color: rgb(160, 160, 160); }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #70a2c8; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* !Links */

	a, a:visited { color: #70a2c8; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #3399FF; text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }


/* !Lists */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* !Images */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* !Buttons */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-g
		(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	.button.flat,
	button.flat,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  border: none;
	  font-family: "Proxima Nova","proxima-nova", Helvetica, Arial, sans-serif;
	  background: #70a2c8;
	  color: rgba(0, 0, 0, 0.8); /* #70a2c8 */
	  display: inline-block;
	  font-size: 1.2em;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: none;
	  cursor: pointer;
	  margin-bottom: 10px;
	  line-height: normal;
	  padding: 6px 10px;
	  border-radius: 0;
	  -webkit-appearance: none;
	  }

	.button.flat:hover,
	button.flat:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: rgb(0, 0, 0);
		background:#3399ff;
	  border: none;
	 }

	.button.flat:active,
	button.flat:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: none;
		background: #70a2c8;
		}

	.button.full-width.flat,
	button.full-width.flat,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* !Forms */

	form {
		margin-bottom: 0px; /* 20px default */ }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0;
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
	select.full-width {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	div#printSizes {
		/* margin-top: 10px; */
	}
	
	#photobuy label span {
	    color:rgb(160,160,160);
	    padding:10px 15px;
	    margin-top:5px;
	    margin-bottom: 5px;
	    display:block;
		background: rgba(0, 0, 0, 0.3);	
	    cursor: hand; cursor: pointer;
		font-size: 15px;
		text-shadow: none;
	}
	
	#photobuy label input {
	    display:none;
	    position:absolute;
	    top:-20px;
	}
	
	#photobuy input:checked + span {
	    color: rgb(0, 0, 0);
	    /*font-weight:bold;*/
	    background: rgba(172,217,186,0.6);
	    text-shadow: none;
	}
	
	#printSizes label {
		width: auto;
		display: inline-block;
	}


	

/* !Misc */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* !# SKELETON.CSS # */

/*  #Mobile First Grid
================================================== */

.container                                { width: 92%; position: relative; margin-left: auto; margin-right: auto; }
.container .columns,
.container .column                        { float: left; display: inline; }
.row                                      { margin-bottom: 4.166666666666667%; }

.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column             { width: 100%; }

/* #Tablet
================================================== */

@media (min-width: 48em) {

  .container                                { width: 100%; }
  .container .column,
  .container .columns                       { margin-left: 1.302083333333333%; margin-right: 1.302083333333333%; }
  .column.alpha, .columns.alpha             { margin-left: 0; }
  .column.omega, .columns.omega             { margin-right: 0; }
  .column.alpha.omega, .columns.alpha.omega { margin-left: 0; margin-right: 0; }

  .container .one.column,
  .container .one.columns                   { width: 3.645833333333333%; }
  .container .two.columns                   { width: 9.895833333333333%; }
  .container .three.columns                 { width: 16.14583333333333%; }
  .container .four.columns                  { width: 22.39583333333333%; }
  .container .five.columns                  { width: 28.64583333333333%; }
  .container .six.columns                   { width: 34.89583333333333%; }
  .container .seven.columns                 { width: 41.14583333333333%; }
  .container .eight.columns                 { width: 47.39583333333333%; }
  .container .nine.columns                  { width: 53.64583333333333%; }
  .container .ten.columns                   { width: 59.89583333333333%; }
  .container .eleven.columns                { width: 66.14583333333333%; }
  .container .twelve.columns                { width: 72.39583333333333%; }
  .container .thirteen.columns              { width: 78.64583333333333%; }
  .container .fourteen.columns              { width: 84.89583333333333%; }
  .container .fifteen.columns               { width: 91.14583333333333%; }
  .container .sixteen.columns               { width: 97.39583333333333%; }

  .container .one-third.column              { width: 30.72916666666667%; }
  .container .two-thirds.column             { width: 64.0625%; }

  /* Offsets ($column-width + $gutter) */
  .container .offset-by-one                 { padding-left: 4.94792%; }
  .container .offset-by-two                 { padding-left: 11.19792%; }
  .container .offset-by-three               { padding-left: 17.44792%; }
  .container .offset-by-four                { padding-left: 23.69792%; }
  .container .offset-by-five                { padding-left: 29.94792%; }
  .container .offset-by-six                 { padding-left: 36.19792%; }
  .container .offset-by-seven               { padding-left: 42.44792%; }
  .container .offset-by-eight               { padding-left: 48.69792%; }
  .container .offset-by-nine                { padding-left: 54.94792%; }
  .container .offset-by-ten                 { padding-left: 61.19792%; }
  .container .offset-by-eleven              { padding-left: 67.44792%; }
  .container .offset-by-twelve              { padding-left: 73.69792%; }
  .container .offset-by-thirteen            { padding-left: 79.94792%; }
  .container .offset-by-fourteen            { padding-left: 86.19792%; }
  .container .offset-by-fifteen             { padding-left: 92.44792%; }

} /* /(min-width: 48em) */


/* # Desktop
================================================== */

@media (min-width: 60em) {

  .container                                { max-width: 1200px; }
  .container .column,
  .container .columns                       { margin-left: 1.041666666666667%; margin-right: 1.041666666666667%; }
  .column.alpha, .columns.alpha             { margin-left: 0; }
  .column.omega, .columns.omega             { margin-right: 0; }

  /* Grid */
  .container .one.column,
  .container .one.columns                   { width: 4.166666666666667%; }
  .container .two.columns                   { width: 10.41666666666667%; }
  .container .three.columns                 { width: 16.66666666666667%; }
  .container .four.columns                  { width: 22.91666666666667%; }
  .container .five.columns                  { width: 29.16666666666667%; }
  .container .six.columns                   { width: 35.41666666666667%; }
  .container .seven.columns                 { width: 41.66666666666667%; }
  .container .eight.columns                 { width: 47.91666666666667%; }
  .container .nine.columns                  { width: 54.16666666666667%; }
  .container .ten.columns                   { width: 60.41666666666667%; }
  .container .eleven.columns                { width: 66.66666666666667%; }
  .container .twelve.columns                { width: 72.91666666666667%; }
  .container .thirteen.columns              { width: 79.16666666666667%; }
  .container .fourteen.columns              { width: 85.41666666666667%; }
  .container .fifteen.columns               { width: 91.66666666666667%; }
  .container .sixteen.columns               { width: 97.91666666666667%; }

  .container .one-third.column              { width: 31.25%; }
  .container .two-thirds.column             { width: 64.58333333333333%; }

  /* Offsets */
  .container .offset-by-one                 { padding-left: 6.25%; }
  .container .offset-by-two                 { padding-left: 12.5%; }
  .container .offset-by-three               { padding-left: 18.75%; }
  .container .offset-by-four                { padding-left: 25%; }
  .container .offset-by-five                { padding-left: 31.25%; }
  .container .offset-by-six                 { padding-left: 37.5%; }
  .container .offset-by-seven               { padding-left: 43.75%; }
  .container .offset-by-eight               { padding-left: 50%; }
  .container .offset-by-nine                { padding-left: 56.25%; }
  .container .offset-by-ten                 { padding-left: 62.5%; }
  .container .offset-by-eleven              { padding-left: 68.75%; }
  .container .offset-by-twelve              { padding-left: 75%; }
  .container .offset-by-thirteen            { padding-left: 81.25%; }
  .container .offset-by-fourteen            { padding-left: 87.5%; }
  .container .offset-by-fifteen             { padding-left: 93.75%; }

} /* /(min-width: 60em) */


/* #Clearing
================================================== */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

.container:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.container:after, .row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns. Note that adding .clear to any tag will automatically hide it. */
.clearcol { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* !# SITE STYLES # */

button.mailchimp {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-sizing: border-box;
}

#mc_embed_signup{clear:left;}

#mc-embedded-subscribe {
	margin: 0;
	/*display: inline;*/
}

div.mailchimp {
	/*display: inline;*/
	top: -1px;
	position: relative;
	margin-bottom: 15px;
}

#mce-EMAIL {
	/*display: inline-block;*/
	font-size: 1.2em;
	
}

input[type="email"]#mce-EMAIL {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 10px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-sizing: border-box;
	width: 100%;
	
}

div#mce-success-response.response {
	background-color: rgba(117, 255, 94, 0.5);
	color: #ffffff;
	font-weight: bold;
	width: 94%;
	padding: 2% 3%;
}

.rowsmall {
	margin-bottom: 1.04166666667%;
}

.rowmed {
	margin-bottom: 2.0833333332%;
}

.rowhome {
	margin-bottom: 8.13333333%;
	margin-top: 8.13333333%;
}

.padsmall {
	margin-top: 1.04166666667%;
}

.padmed {
	margin-top: 2.0833333332%;
}

form#mc-embedded-subscribe-form {
	padding: 0;
}

div.clear.mailchimp {
	display: inline-block;
}

body.home {
	background-image: url(../assets/dm-bg8.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #0e0c18;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, .6);
}

#top {
	background-color: rgba(0, 0, 0, 0.4);
	height: auto;
	z-index:0;
}

a.title, a.title:visited, a.title:hover, a.title:active {
	color: rgb(220, 220, 220);
	text-decoration: none;
}

.title {
	padding: 20px 0;
}

h1.title {
	line-height: .8em;
	text-transform: uppercase;
	font-weight: 800;
}

#navigation {
	padding-top:38px;
	text-align: right;
}

ul.nav {
	list-style-type: none;
	margin:0;
	padding:0;
}

li.nav {
	list-style-type: none;
	display: inline-block;
	margin:0;
	padding:0;
}

a.nav, a.nav:visited {
	display: inline-block;
	text-align: right;
	font-size: 1.3em;
	font-weight: Bold;
    padding: 10px;
    margin-left: 10px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(180, 180, 180);
}

a.nav:hover, a.nav:active {
	text-decoration: none;
	background-color: rgba(255,255,255,0.15);
	color: rgb(220, 220, 220);
}

a.nav.alpha {
	margin-left: 0;
}

a.nav.current {
	background-color: rgba(255,255,255,0.1);
}

#middle {
	margin-top: 4.166666666666667%;
	margin-bottom: 4.166666666666667%;
}

div.vidCaption {
	background-color: rgba(0, 0, 0, 0.4);
	position: relative;
}

div.vidCaption p {
	padding: 15px 15px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7)
}


#bottom {
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: auto;
	padding:20px 0;
}

#bottom p {
	margin:0;
	padding: 0;
	color:rgb(100, 100, 100);
}

ul.icon-list {

}

ul.icon-list li {
	list-style-type: none;
}

img.stretchImg {
	width:100%;
}

iframe.reel {
	width:700px;
	height:394px;
}


a.reelnav, a.reelnav:visited {
	width: 90%;
	position: relative;
	display: block;
	font-size: 1.35em;
	font-weight: 700;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 3% 5%;
	margin-bottom: 10px;
}

a.reelnav:hover, a.reelnav:active {
	background-color: #3399FF;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

div.photonav {
	text-align: right;
	position:relative;
	padding-top: 5px;
}

div.photonav.detailnav {
	text-align: right;
	position:relative;
	padding-top: 3px;
}

span.navButton {
	/* padding-right: 43px; for shopping cart button*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
}

span.navButton.video {
	padding-right: 0;
}

a.photonav, a.photonav:visited {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 6px 12px;
	font-size: 1.2em;
}

a.photonav.selected, a.photonav.selected:visited {
	background-color: rgba(0, 0, 0, 0.2);
	color: rgb(160, 160, 160);
}

a.photonav.selected:hover, a.photonav.selected:active {
	background-color: rgba(0, 0, 0, 0.2);
	color: rgb(160, 160, 160);
}

a.photonav:hover, a.photonav:active {
	background-color: #3399FF;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a.photonav.detailnav {
	width:100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin:0;
}

a.photonav.mfp-close, a.photonav.mfp-close:visited {
	background-color: rgba(255, 255, 255, 0.2);
}

a.photonav.mfp-close:hover, a.photonav.mfp-close:active {
	background-color: rgba(50, 154, 255, 1);
}

/*img.gridImg {
	max-width: 100%;
	width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
	border-color: rgba(0, 0, 0, 0.4);
	border-width: 10px;
	border-style: solid;
}

img.gridImg:hover {
	border-color: rgba(0, 0, 0, 0.2);
}*/

/* rowGrid.js */
.item {
  float: left;
  margin-bottom: 10px; 
}
.item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	padding:8px;
}

.item img:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.first-item {
  clear: both;
}

.last-row, .last-row ~ .item {
  margin-bottom: 0;
}
/*rowgrid.js*/

.padtop20 {
	padding-top: 20px;
}

.padtop10 {
	padding-top: 10px;
}

/*div.video {
	margin-bottom: 60px;
}*/

p.video {
	margin-bottom: 10px;
}

ul.exif {
	list-style-type: none;

	margin-top: 5px;
}

ul.exif li {
	display: inline-block;
	padding: 8px 10px;
	margin-right: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 16px;
}

ul.exif li.omega {
	margin-right: 0;
}

ul.exif.video {
	margin-top: 5px;
	margin-bottom: 0;
}

ul.exif.video.gallery {
}

ul.exif.video li {
	margin-bottom: 5px;
}

.alignright {
	text-align: right;
}

h2.photo {
	line-height: 36px;
}

i.fade {
	color: rgba(180, 180, 180, 0.6);
}

i.fadea {
	opacity:0.6;
}

p.payOp {
	text-align: left;
}

i.payOp {
	margin-right: 6px;
	margin-left: 0px;
	font-size: 1.8em;
	line-height: 1.3em;
}

p.payOp {
	margin-top: 0;
	margin-bottom: 5px;
}

li.buttons {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}
li.buttons2 {
	font-size: 20px;
}

.buttons .fa {
	padding-right: 5px;
}

.alignright li.buttons {
	margin-right: 0px;
	margin-left: 5px;
}

a.buttons, a.buttons:visited {
	color: rgb(160, 160, 160);
}

a.buttons:hover {
	color: #3399FF;
	text-decoration: none;
}

a.buttons:active {
	color: #70a2c8;
	text-decoration: none;
}

div.photoBG {
	text-align: center;
}

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

img.vertical {
	max-height: 80%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

form.viewcart {
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
    top:3px;
    right:0;
}

form.viewcart.gallery {
	top:5px;
}

input[type="submit"].viewcart {
	margin: 0;
	border: none;
	-webkit-appearance: none;
	padding: 6px 10px 6px 10px;
	line-height: 24px;
	font-size: 1.2em;
	font-weight: 500;
	width:38px;
}

div.addcart {
	padding-right: 68px;
	box-sizing: border-box;-moz-box-sizing: border-box;
	display: inline;
}

input[type="submit"].addcart {
	display:inline;
	width: 100%;
	/*margin-bottom: 5px;*/
	text-align: center;
	box-sizing: border-box;-moz-box-sizing: border-box;
}


input[type="hidden"] {
	display: none;
	margin: 0;
	padding: 0;
	border: none;
}

img.ppgif {
	display: none;
	width:0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
}

.content .fa {
	display:inline;
}

input[type="submit"].fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

i.visibility1 {
	position:absolute;
	bottom:48px;
	right:20px;
	color:rgba(255,255,255,0.65);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

i.visibility0 {
	display: none;
}

iframe.aspect24 {
	width:480px;
	height:200px;
}

iframe.aspect235 {
	width:480px;
	height:204px;
}

iframe.aspect178 {
	width:480px;
	height:270px;
}

div#horizMenu.nine.columns {
	display: inline;
}

div#menuButton {
	display: none;
	font-size: 26px;
	position:absolute;
	top:30px;
	right: 0px;
	margin: 0;
	padding: 0;
}

div#menuButton i.fa {
	
	margin:0;
	padding:0;
}

a#menuIcon, a#menuIcon:visited {
	color:rgb(160, 160, 160);
}

a#menuIcon:hover {
	color:rgb(200, 200, 200);
}

a#menuIcon:active {
	color:rgb(255,255,255);
}

div.aboutImg {
	background-image: url(../img/rooftop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:940px;
	height:400px;
	display: inline-block;
	margin-bottom: 30px;
}

div#printCont {
	position: relative;
}

div#printPay {
	position: absolute;
	bottom: 0px;
}

.lightbox {
	display: none;
}

.tag h1, .tag h2, .tag h3 {
	text-align: center;
	/*font-style: italic;*/
	line-height: 120%;
}

.tag p {
	text-align: center;
	margin-top: 5px;
	color: rgb(200, 200, 200);
	margin-bottom: 0;
}

/**
 * Featherlight - ultra slim jQuery lightbox
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding: 0;border-bottom:none;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:rgba(0,0,0,1);cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:30px;width:30px;font-size:23px;cursor:pointer;text-align:center;font:Arial,sans-serif;font-weight:bold;background:#000;background:rgba(0,0,0,0.5);color:#fff}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:0;border-bottom:none;}}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
**/
@media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:0px;right:0px;bottom:0;left:85%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:0;right:85%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(0,0,0,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:40px;line-height:80px;margin-top:-40px;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:0;right:0;left:85%}.featherlight-previous{left:0;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}



/* !# MEDIA QUERIES # */


@media (min-width: 48em) {
}

@media (min-width: 60em) {
	
/*	iframe.reel {
		width:880px;
		height:498px;
	}*/
	
	div#horizMenu.nine.columns {
		display: inline;
	}
	
	div#menuButton {
		display: none;
	}
	
	div.aboutImg {
		height: 502px;
		width:1180px;
	}
	
	i.payOp {
	font-size: 2em;
	line-height: 1.3em;
	margin-left: 0px;
	margin-right: 10px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	#navigation a, a:visited {
		margin:0;
	}
	

	
/*	div.video {
		margin-bottom: 45px;
	}*/
	
	a.nav, a.nav:visited, a.nav:hover, a.nav:active {
		font-size: 1.2em;
	}
	
	div.aboutImg {
		width:748px;
		height:319px;
	}
	
	i.payOp {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-left: 0px;
	margin-right: 4px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	a.nav {
		padding: 10px 6px;
	}
	
	#navigation {
		padding-top:40px;
	}
/*	img.orientation.vertical {
		padding:0;
		width:100%;
	}*/
}

@media only screen and (min-width: 768px) {
	div#horizMenu.nine.columns {
		display: inline;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	li.buttons2 {
		display: inline-block;
		margin-right: 20px;
	}
	.photoBig{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	div.photoBig.sixteen.columns {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	div.vidCaption {
		width: 100%;
	}
	
	div.vidCaption.sixteen.columns {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	div#printPay {
		position: relative;
		bottom: auto;
	}
	
	i.payOp {
	font-size: 2em;
	line-height: 1.3em;
	margin-left: 0px;
	margin-right: 10px;
	}
	
	.item img {
		padding:4px;
	}
	
	.title {
		padding: 20px 0 0 0;
	}
	
	#navigation {
		padding:0px 0 10px 0;
		text-align: center;
	}
	
	a.nav {
		margin:0;
	    padding: 5px 8px;
	}
	
/*	iframe.reel {
		width:420px;
		height:238px;
	}*/
	
	div.photonav {
		text-align: left;
	}
	
	div.video {
		margin-bottom: 30px;
	}
	
	div.photonav.detailnav {
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: left;
	}
	
	span.navButton {
		/* padding-right: 43px; for shopping cart button*/
		text-align: center;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
	}
	
	a.photonav.detailnav {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		margin:0;
	}
	
	a.photonav.detailnav.video {
	}
	
	.alignright {
		text-align: left;
	}
	
	.alignright li.buttons {
		margin-right: 5px;
		margin-left: 0px;
	}
	
	ul.exif.video.gallery li {
		font-size: .9em;
		padding: 4px 7px;
	}
	
	ul.exif.video {
		margin-bottom: 20px;
	}
	
	h1.title {
		/*text-align: center;*/
		font-size: 40px;
		display: inline-block;
		width: calc(100% - 42px);
		padding: 10px 10px 10px 0;
		margin: 0
	}
	
	div#menuButton {
		display: inline-block;
	}
	
	div#horizMenu.nine.columns {
		display: none;
	}
	
	
	div.aboutImg {
		width:420px;
		height:179px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h3.mobilepad {
		padding-top: 10px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.tag h2 {
		font-size: 32px;
	}
	
	h3.mobilepad {
		padding-top: 10px;
	}

	
	#bottom.home {
		display: none;
	}

	a.nav {
		padding: 5px 10px;
	}
	
/*	iframe.reel {
		width:300px;
		height:170px;
	}*/
	
/*	img.orientation.vertical {
		padding:0;
		width:100%;
	}*/
	
	div.aboutImg {
		width:300px;
		height:200px;
	}
	
}

/* !# MAGNIFIC POPUP # */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: #000;
  opacity: 0.95;
  filter: alpha(opacity=95); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
  display: none;
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  margin-bottom: 0;
}
button.mfp-arrow {
	opacity: 0;
	filter: alpha(opacity=0);
}

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

span.mfpNAV {
	display: inline;
}

h3.mfpNAV {
	display: inline;
	padding-left: 15px;
	line-height: 52px;
}

a.photonav.mfp-close {
	box-sizing: content-box;
	padding: 4px 6px;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;

    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }