/*
Mickey Shannon Photography
Author: Mickey Shannon
Author URL: https://www.mickeyshannon.com 
Description: Styles for 2024 Design of Mickey Shannon Photography.
Version: 20.0
Latest Update: December 2023
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable
 * 3.0 - Navigation
 * 4.0 - Main content area
  * 4.1 - Homepage Content
  * 4.2 - Galleries Content
  * 4.3 - Individual Gallery Content
  * 4.4 - Search Content
  * 4.5 - Prints Content
  * 4.6 - Photo Page Content
  * 4.7 - About Content
  * 4.8 - Contact Content
  * 4.9 - Shopping Cart Content
  * 4.10 - Newsletter Content
  * 4.11 - Reviews Page Content
  * 4.12 - Thank You Page Content
  * 4.13 - Video Page Content
  * 4.14 - Image Licensing Content
  * 4.15 - Video Page Content
  * 4.16 - 404 Page Content
  * 4.17 - Product Page Content
  * 4.18 - Events Page Content
 * 5.0 - Map Stuff
 * 6.0 - Footer Content
 * 20.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */


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%;
	scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-family: 'Oswald', Tahoma, sans-serif;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    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
}

div,
p {
    font-family: 'Open Sans', Tahoma, sans-serif;
}

audio,
canvas,
video {
    margin: 0;
    padding: 0;
    display: inline-block
}

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

body,
button,
input,
select,
textarea {
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%
}

input,
textarea {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 0 2rem 0
}

body {
    background-color: #FFF;
}

a {
    color: #c30c2c;
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a:hover {
    color: #832828;
}

a:active,
a:hover {
    color: #832828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    color: #000;
    /* text-transform: uppercase; */
    font-family: 'EB Garamond', serif;
    font-weight: 400;
}

h1 {
    letter-spacing: 2px;
    font-size: 28px;
    font-size: 2.4rem;
    padding-bottom: 3rem;
    letter-spacing: .2rem;
}

h2 {
    letter-spacing: 2px;
    font-size: 20px;
    font-size: 1.8rem;
    padding-bottom: .6rem;
    padding-bottom: 1.4rem
}

h3 {
    letter-spacing: 2px;
    font-size: 18px;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    padding-bottom: 1rem
}

h4 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

h6 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

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

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

b,
strong {
    font-weight: 400
}

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

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

p {
    margin-bottom: 24px;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 400;
}

code,
kbd,
pre,
samp,
tt,
var {
    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, .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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

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

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

blockquote b,
blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

big {
    font-size: 125%
}

sub,
sup {
    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: 700
}

dd {
    margin-bottom: 24px
}

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

ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
    color: #DDD;
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid rgba(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;
    display: block;
    font-size: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    vertical-align: baseline;
    font-size: 1.6rem;
    padding: .2rem;
    color: #666
}

button,
input {
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

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,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

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

caption,
td,
th {
    font-weight: 400;
    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: #bbb;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 2rem 0px;
}

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

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

img {
    vertical-align: bottom
}

@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;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor
    }
}

body {
    font-size: 120px;
    font-size: 1.4rem;
    font-weight: 400
}

h1 {
    letter-spacing: .3rem;
    font-size: 48px;
    font-size: 3rem;
    line-height: 3.6rem;
    padding-bottom: 3rem;
    letter-spacing: 0px;
}

h2 {
    letter-spacing: 0px;
    font-size: 40px;
    font-size: 3rem;
    line-height: 2rem;
    /* padding: 1rem 0px; */
    /* font-weight: 600; */
}

h3 {
    letter-spacing: 2px;
    font-size: 18px;
    font-size: 2rem;
    padding-bottom: 1rem;
}

h4 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

h6 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

.remove-extra-space {
    padding: 0;
    margin: 0
}

.italicize-this {
    font-style: italic
}

.uppercase-this {
    text-transform: uppercase
}

.initial-caps-this {
    text-transform: capitalize
}

.bold-this {
    font-weight: 800;
    font-size: 1rem
}

.paragraph-larger {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #ca0c2e;
}

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

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.offwhite-background {
	background-color: #f9f9f9;
}

.add-to-cart-button {
    position: relative;
    display: block;
    float: left;
    background-color: #c30c2c;
    color: #FFF;
    width: auto;
    height: 42px;
    line-height: 40px;
    padding: 0rem 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    border: 1px solid #c30c2c;
	font-family: 'Open Sans', Tahoma, sans-serif;
	background: linear-gradient(#c30c2c, #c30c2c 50%, #FFF 50%, #FFF);
	background-size: 100% 200%;
	/*trasition effect for background*/
	-webkit-transition: background 300ms, color 300ms;
	-moz-transition: background 300ms, color 300ms;
	-o-transition: background 300ms, color 300ms;
	-ms-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}
.add-to-cart-button:hover, .add-to-cart-button:active {
	background-position: 100% 100%;
	color: #c30c2c;
}
.full-width-button { width: 100%; }

.learn-more-button {
    position: relative;
    display: block;
    float: left;
    color: #333;
    width: auto;
    height: 42px;
    line-height: 40px;
    padding: 0rem 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    border: 1px solid #CCC;
	background: linear-gradient(#FFF, #FFF 50%, #c30c2c 50%, #c30c2c);
	background-size: 100% 200%;
	/*trasition effect for background*/
	-webkit-transition: background 300ms, border 300ms, color 300ms;
	-moz-transition: background 300ms, border 300ms, color 300ms;
	-o-transition: background 300ms, border 300ms, color 300ms;
	-ms-transition: background 300ms, border 300ms, color 300ms;
	transition: background 300ms, border 300ms, color 300ms;
}
.learn-more-button:hover, .learn-more-button:active {
	background-position: 100% 100%;
    border: 1px solid #c30c2c;
	color: #FFF;
}
.second-button {
	margin-left: 10px;
}

.hero-button {
    position: relative;
    display: block;
    float: left;
    font-family: 'EB Garamond', serif;
    background-color: #000!important;
    color: #fff!important;
    /* text-transform: uppercase; */
    letter-spacing: .1rem;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    vertical-align: middle;
    width: auto;
    height: auto;
    -webkit-transition: color .3s, all .3s;
    -moz-transition: color .3s, all .3s;
    -o-transition: color .3s, all .3s;
    transition: color .3s, all .3s;
    margin: 0 15px 15px 0;
    padding: 1.2rem 2rem;
}
.hero-button:hover {
    background-color: #FFF!important;
    color: #a8282e!important;
}
.hero-button-centered {
    display: inline-block;
    float: none;
    margin: 0 auto 0;
}
.white-button {
    background-color: #FFF;
    color: #a8282e;
}
.white-button:hover {
    background-color: #a8282e;
    color: #fff;
}

.anime-button {
    position: relative;
    margin: 0;
    /* border: 1px solid #e2e2e2; */
    background: #c30c2c;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    min-height: 49px;
    line-height: 47px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    transition: background .2s ease, color .2s ease, border .2s ease;
}
.anime-button span:not(.hidden) {
    position: relative;
    display: inline-block;
    padding: 1px 0 3px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 600;
    vertical-align: middle;
    /* line-height: 112%; */
    }
.anime-button:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ca0c2e;
    transform: translate3d(0, 101%, 0);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}
.anime-button:hover {
    color: #fff;
    border-color: #ca0c2e;
}
.anime-button:hover:before {
    transform: translate3d(0, 0, 0);
}

/**
 * 3.0 Navigation
 * -----------------------------------------------------------------------------
 */

.navbar-background {
    top: 0;
    position: absolute;
    display: none;
    width: 100%;
    padding: 10px;
    height: 80px;
    background: url('https://www.mickeyshannon.com/images/nav-fade.png');
    background-repeat: repeat-x;
    background-position: top;
    z-index: 1999;
}

.navbar {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    /* margin: 25px 0 0; */
    background-color: #FFF;
    padding: 15px 0 15px;
}

.navbar .brand {
    display: block;
    position: absolute;
    /* float: left; */
    width: 225px;
    height: 50px;
    left: 50%;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 1998;
    margin-left: -112px;
    margin-top: 0px;
    /* filter: invert(1); */
}

.navbar-item-left {
	
}
.navbar-item-right {
	float: right !important;
}

.navbar .mobile-brand {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 225px;
    height: auto;
    text-align: left;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 1999;
}

.navbar-menu {
    float: left;
    width: 100%;
    width: calc(100% - 125px);
    height: 50px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    list-style: none;
    list-style-position: unset;
    margin-left: 0;
    /* margin-top: 1.8rem; */
    /* background-color: #FFF; */
}

.navbar-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}



.navbar-menu li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.navbar-menu .active>a,
.navbar-menu li a:hover {
    color: #c5a47e;
}

.navbar-menu>li {
    float: left;
    margin-left: 20px;
    line-height: 50px;
}

.navbar-menu>li>a {
    color: #000;
    background-color: transparent;
    margin-bottom: 10px;
    /* font-weight: 600; */
}

.navbar-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 250px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    background: rgba(50, 50, 50, .95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    list-style: none;
    list-style-position: unset;
}

.navbar-menu>li>ul {
    left: -20px;
    margin-top: 0;
    list-style: none;
    list-style-position: unset;
    line-height: 1.6rem;
}

.navbar-menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-menu>li:hover>ul {
    top: 100%;
}

.navbar-menu li li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.menu-expanded {
    background-image: url(https://www.mickeyshannon.com/images/extended-navigation.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.navbar-menu li li:last-child {
    border-bottom: 0;
}

.navbar-menu li li a {
    color: #fff;
    padding: 10px 10px 8px;
}

.navbar.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(50, 50, 50, .95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.navbar.affix.affix-top {
    padding-top: 2.2em;
}

.navbar.affix .brand {
    display: inline-block;
}

.navbar.affix .navbar-menu li a {
    color: #fff;
}

.navbar.affix .navbar-menu .active>a,
.navbar.affix .navbar-menu li>a:hover {
    color: #c5a47e;
}

	.navbar-background-reverse { display: block!important; }
	.navbar-menu-reverse > li > a {
	    color: #FFF!important;
	}
	.brand-reverse img {/* filter: invert(100%)!important; */}


.navigation-mobile-icon-holder {
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    width: 36px;
    height: 36px;
    z-index: 1999;
}

#navigation-mobile-icon {
    position: relative;
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
    z-index: 1001;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    letter-spacing: 2px;
    font-size: 30px;
    font-size: .75rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    vertical-align: middle;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

#navigation-mobile-icon:hover {
    cursor: pointer;
}

.navigation-mobile-icon-scroll {
    background-color: #ca0c2e;
}

.navigation-mobile-icon-open {
    background-color: #cb0032!important;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    z-index: 5002;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    /* border-radius: 50%; */
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.c-hamburger:focus {
    outline: 0;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #fff;
}

.c-hamburger span::after,
.c-hamburger span::before {
    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 span::after,
.c-hamburger--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
}

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

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

.c-hamburger--htx.is-active {
    background-color: #cb0032;
}

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

.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::after,
.c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .3s;
}

#backToTop {
	display: none;
}

.navigation-cart-button {
	position: absolute;
	top: 15px;
	right: 20px;
	/* background-color: #c30c2c; */
	color: #FFF;
	width: 50px;
	height: 50px;
	/* line-height: 40px; */
	/* padding: 16px 14px; */
	text-align: center;
	text-transform: uppercase;
	text-indent: -5000px;
	overflow: hidden;
	font-weight: 600;
	/* background-image: url('https://www.mickeyshannon.com/images/shopping-bag-icon2024.png'); */
}
.navigation-cart-button .fas {
	display: block;
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
}
.mobile-cart-menu { display: none; }
.navigation-search-icon {
	position: absolute;
	display: block;
	width: 50px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	top: 15px;
	right: 25px;
	color: #FFF;
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 1.4rem;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	/* margin-top: 1.8rem; */
	/* background-color: #FFF; */
	padding: 0px 0px 0px 10px;
	height: 40px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
	/* background-image: url('https://www.mickeyshannon.com/images/shopping-bag-icon2024.png'); */
}
.navigation-search-icon:hover {
	color: #000;
	background-color: #FFF;
}
.navigation-icons {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
.navigation-search-icon-svg {
	position: absolute;
	display: block;
	top: 16px;
	left: 16px;
}
.navigation-cart-icon-svg {
	position: absolute;
	display: block;
	top: 13px;
	left: 16px;
}
.navigation-search-open {
	color: #000;
	background-color: #FFF;
}
.navigation-search-icon-cart {
	right: 130px;
}
.search-icon-open-cart {
	right: 75px;
}

.search-box-closed {
	position: relative;
	display: block;
	float:left;
}
.search-box-open {
	position: relative;
	display: none;
	float:left;
}
.fa-search {/* margin-left: 1rem; */position: relative;display: block;float: left;width: 50px;height: 50px;/* top: 7px; *//* right: 5px; */background-image: url('https://www.mickeyshannon.com/images/search-icon2024.png');background-size: 50px;overflow: hidden;/* background-position: top 0px left 0px; */}
.fa-window-close {
	margin-left: 1rem;
	position: absolute;
    display: inline-block;
    /* float: left; */
    width: 25px;
    height: 25px;
    top: 7px;
    right: 5px;
    background-image: url(/images/icons.png);
    background-size: 375px 25px;
    overflow: hidden;
    background-position: top 0px left 50px;
}
.navigation-search-icon:hover .fa-search {
	background-position: top 0px left 100px;
}

.navigation-search-container {
	position: absolute;
	display: none;
	top: -325px;
	width: 100%;
	height: 130px;
	padding-top: 50px;
	background-color: #FFF;
	color: #333;
	z-index: -1;
}
.open-search-container {
	top: 0px;
	position: relative;
	display: block;
	float: left;
	/* align-items: center; */
	/* justify-content: center; */
}
.image-search-form {width: 1000px;position: relative;display: block;float: left;clear: right;width: 1000px;}
.search-terms {position: relative;display: block;float: left;width: 750px;height: 40px;background-color: #F9F9F9;border: 0px;color: #666;border: 1px solid #DDD;padding: 0px 2rem;/* text-transform: uppercase; *//* letter-spacing: 2px; */}
.search-field-submit-holder {position: relative;display: block;float: left;margin-left: 50px;width: 200px;height: 40px;}
.search-field-submit-holder .fa-search { display: none; }
.search-predictions {position: absolute;display: block;width: 750px; top:40px; left:0px; text-transform: uppercase; letter-spacing: 2px; color: #ca0c2e;}
.search-field-submit {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 40px;
	background-color: #000;
	color: #FFF;
	border: none;
	/* text-transform: uppercase; */
}
.navigation-search-container-inner {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -500px;
	/* float: left; */
	/* width: 1000px; */
}

.navigation-search-field {
    width: 100%;
    height: 3.6rem;
    font-family: 'Open Sans', Tahoma, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    vertical-align: middle;
    background-color: #F9F9F9;
    border: 1px solid #666;
    color: #ccc;
    padding-left: 1rem;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  width: 750px;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 0px 2rem;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #666;
  text-transform: uppercase;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #ca0c2e !important;
  color: #fff !important;
}

.cart-logo-container {
	position: relative;
	display: block;
	float: left;
	text-align:center;
	width: 100%;
}
.cart-logo-container-inner {
	position: relative;
	display: inline-block;
}

.gallery-search-field {
	position: relative;
	display: block;
	float: left;
	width: 90%;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	background-color: #FFF;
	border: 0px;
	color: #666;
	border: 1px solid #DDD;
	padding: 0px 1rem;
	text-transform: none;
	letter-spacing: 2px;
	margin: 1rem 0px;
}

/* Back to the Top */
.fa-arrow-up {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 7px;
	background-image: url('/images/icons.png');
	background-size: 375px 25px;
	overflow: hidden;
	background-position: top 0px right 50px;
}
#backToTop:hover .fa-arrow-up {
	filter: invert(1);
}
.shopping-cart-items-icon {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	/* margin: 6px 0px 0px 6px; */
	background-image: url('https://www.mickeyshannon.com/images/shopping-bag-icon2024.png');
	/* background-size: 50px 50px; */
	overflow: hidden;
	/* background-position: top 0px left 25px; */
}


/* 3.1 Breadcrumbs Content */

#breadcrumbs-bar {
	position: relative;
	display: block;
	float: left;
	width:100%;
	min-height: 7.4rem;
	padding:3rem 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	background-color: #424242;
	text-transform: uppercase;
}
.breadcrumbs-bar-inner {
	position: relative;
	display:block;
	max-width: 1200px;
	padding: 0px 2rem;
	margin: 0 auto;
}
.breadcrumbs-bar-inner a {
	color: #FFF;
}
.breadcrumbs-bar-arrow {
	padding: 0px 1rem;
	color: #CCC;
	font-size: 1rem;
	/* line-height: 1.6rem; */
	/* vertical-align: middle; */
}

/**
 * 4.0 Content Area
 * -----------------------------------------------------------------------------
 */

.subnavigation-bar {
		
}

/* 4.1 Galleries Content */

#hero {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 500;
}
.scroll-bar {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: 50px;
    background-color: #FFF;
	border-bottom: 1px solid #999;
}
.hero-slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.hero-background {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background: 0 0;
    background: url(/images/hero-background.png) center repeat-x;
    background-size: auto 100%;
    z-index: 12;
}
#hero-photo {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
.hero-slide img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
#slideshow img {
    z-index: 10;
}
.hero-content {
    position: absolute;
    bottom: 150px;
    left: 150px;
    width: 1100px;
    z-index: 13;
}
.hero-content-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.hero-content h1 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .1rem;
    font-size: 70px;
    font-size: 6rem;
    line-height: 5.6rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding-bottom: 2rem;
    margin: 0;
}
.header-subtext {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 50px;
    font-size: 3rem;
}
.hero-content .hero-copy {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
    margin: 1rem 0 2rem;
    padding: 0;
    color: #fff;
    text-align: left;
    font-weight: 400;
}

.sub-hero {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	height: auto;
	margin: 4rem 0px 2rem;
}
.sub-hero-inner {
    position: relative;
    display: block;
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.sub-hero-inner h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #c30c2c;
	letter-spacing: 1px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3.4rem;
	padding-bottom: 3rem;
	text-align: center;
	font-weight: 400;
}
.sub-hero-inner p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	text-align: center;
}

.blog-previews {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /* margin: 5rem 10%; */
}
.blog-previews-inner {
    position: relative;
    display: block;
    width: 1300px;
    margin: 0 auto;
    height: auto;
}
.blog-previews-inner-copy {
    position: relative;
    display: block;
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.blog-previews-inner-copy h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #c30c2c;
	letter-spacing: 1px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3.4rem;
	padding-bottom: 3rem;
	text-align: center;
	font-weight: 400;
}
.blog-previews-inner-copy p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	text-align: center;
}
.blog-preview{
	position: relative;
	display: block;
	float: left;
	width: 600px;
	margin: 0 25px;
}
.blog-preview img{
	position: relative;
	display: block;
	float: left;
	width:100%;
	height: auto;
}

.blog-preview:last-child{
	margin-right:0px;
}
.blog-preview-image {
	position: relative;
    display: block;
    float: left;
	width: 100%;
}
.blog-preview h3 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 2.4rem;
	font-size: 32px;
	font-size: 2rem;
	padding: 2rem 0px;
	text-align: left;
	font-weight: 400;
	/* text-transform: uppercase; */
}
.blog-preview p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	text-align: left;
}

.text-in-picture {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	height: auto;
	margin: 5rem 0px 0px;
}
.text-in-picture-inner {
    position: relative;
    display: block;
	width: 1400px;
	margin: 0 auto;
	height: auto;
}
.text-in-picture-inner h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3.4rem;
	padding-bottom: 2rem;
	font-weight: 400;
}
.text-in-picture-inner p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.text-in-picture-image {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
	z-index: 10;
}
.text-in-picture-image img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
	z-index: 10;
}
.text-in-picture-copy {
	position: relative;
	display: block;
	float: left;
	width: 80%;
	margin: -100px 10% 50px 10%;
	background-color: #000;
	/* margin-bottom:50px; */
	padding: 50px;
	z-index: 11;
}

.section-divider {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	height:1px;
}
.section-divider hr {
	position: relative;
    display: block;
	width: 1100px;
	margin: 0 auto;
	background-color: #CCC;
}

.split-sub-hero {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	padding-top: 5rem;
}
.split-sub-hero-no-padding {
	padding-top: 0px;
}
.split-sub-hero-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #000;
}
.split-sub-hero-left-image {
    position: relative;
    display: block;
    order: 0;
    width: 50%;
    vertical-align: middle;
    height: auto;
}
.split-sub-hero-right-copy {
    position: relative;
    display: block;
    order: 1;
    width: 50%;
    padding: 0px 5%;
    vertical-align: middle;
    height: auto;
}
.split-sub-hero-right-image {
    position: relative;
    display: block;
    order: 1;
    width: 50%;
    vertical-align: middle;
    height: auto;
}
.split-sub-hero-left-copy {
    position: relative;
    display: block;
    order: 0;
    width: 50%;
    padding: 0px 5%;
    vertical-align: middle;
    height: auto;
}
.split-sub-hero-inner img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.split-sub-hero h2 {
	position: relative;
    display: block;
    float: left;
	width: 100%;
	letter-spacing: 1px;
    line-height: 3rem;
    font-size: 40px;
    font-size: 3.4rem;
    padding-bottom: 2rem;
	color: #FFF;
}
.split-sub-hero p {
	position: relative;
    display: block;
    float: left;
	width: 100%;
	color: #CCC;
	font-size: 1.6rem;
    line-height: 2.4rem;
}

.gallery-carousel {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.gallery-carousel-item a {/* color: #FFF; */}
.gallery-carousel h2 {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 3rem;
    font-size: 40px;
    font-size: 3.4rem;
    padding-bottom: 3rem;
    text-align: center;
    font-weight: 400;
}
.gallery-carousel p {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #DDD;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-align: center;
}
.gallery-carousel-inner {
	position: relative;
	display: block;
	width: 1860px;
	margin: 0 auto;
}
.gallery-carousel-copy {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	/* left: 10%; */
	/* bottom: 5%; */
	z-index: 2;
}
.gallery-carousel-copy h3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .1rem;
    font-size: 60px;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #c30c2c;
    text-align: left;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding-bottom: 1rem;
    margin: 0;
}
.gallery-carousel-copy span {
    position: relative;
    display: block;
    float: left;
    color: #000;
    font-size: 50px;
    font-size: 1.6rem;
    line-height: 2rem;
    width: 100%;
}
.gallery-carousel-item {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	height: 525px;
	margin: 1rem 10px 0px 10px;
}
.gallery-carousel-image {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	height: auto;
	margin-bottom: 10px;
	z-index: 1;
}
.gallery-carousel-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.homepage-galleries {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
	padding-bottom: 4rem;
}
.homepage-galleries-inner {
	position: relative;
    display: block;
    width: 1600px;
	margin: 0 auto;
}
.homepage-gallery {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	margin: 1rem 0px;
}
.homepage-gallery-image {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	z-index: 1;
}
.homepage-gallery-image img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.homepage-gallery-copy {
	position: absolute;
	display: block;
	width: 900px;
	height: auto;
	left: 50px;
	bottom: 50px;
	z-index: 2;
}
.homepage-gallery-copy h3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .1rem;
    font-size: 60px;
    font-size: 6rem;
    line-height: 6.6rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin: 0;
}
.homepage-gallery-copy span {
    position: relative;
    display: block;
    float: left;
    font-size: 50px;
    font-size: 3.6rem;
    line-height: 4rem;
    width: 100%;
}

.homepage-galleries-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
}
.homepage-galleries-container-inner {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
	margin: 0px auto;
	background-color: #f2f1ef;
}
.homepage-galleries-copy {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 75px;
	background-color: #f2f1ef;
	margin-top: 75px;
}
.homepage-galleries-copy h2 {color: #c30c2c;}
.homepage-galleries-copy p {
}
.homepage-galleries-copy-inner {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	color: #333;
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0px;
}
.homepage-galleries-slider {
	position: relative;
	display: block;
	width: 100%;
	/* margin: 0 auto; */
	padding: 50px;
	height: auto;
	/* background-color: #000; */
	/* color: #FFF; */
}
.homepage-gallery-slider-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #FFF;
}
.homepage-gallery-slider-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* min-height:565px; */
	/* padding-top: 75px; */
	overflow: hidden;
	background-color: #000;
	z-index: 1;
}
.homepage-gallery-slider-container-inner {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /* right: 0px; */
    /* top: 0px; */
    background-color: #000;
    overflow: hidden;
}
.homepage-gallery-slider-container-image {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	z-index: 1;
}
.homepage-gallery-slider-container-image img {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
.homepage-gallery-slider-container-copy {
	position: absolute;
	display: block;
	bottom: 50px;
	left: 50px;
	/* float: left; */
	max-width: 800px;
	padding: 25px;
	background-color: rgb(0,0,0,0.2);
	z-index: 2;
}
.homepage-gallery-slider-container-copy h3 {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	font-size: 3rem;
}
.homepage-gallery-slider-container-copy p {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	line-height: 2.5rem;
}
.homepage-slider-dots {
	position: absolute; z-index: 3; bottom: 0px; left: 50%;
}
.homepage-slider-dots-inner {position: relative;display: block;float: left;width: 200px;margin-left: -100px;text-align: center;}


/* 4.2 Galleries Content */

.sale-bar {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 10000;
	color: #ca0c2e;
	background-color: #FFF;
	text-align: center;
	/* padding: 0.8rem 0px; */
	font-size: 1.2rem;
	/* text-transform: uppercase; */
	/* filter: drop-shadow(0px 0px 5px #CCC); */
}
.sale-bar-copy {color: #ca0c2e;}
.sale-bar-copy span {/* font-weight: 900; */position: relative;display: block;float: left;width: 100%;padding: 2rem 1rem;}
.sale-bar-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.navbar-sale { top: 50px; }
.sale-bar-grey {background-color: #f9f9f9;color: #000;}
.sale-bar-red { background-color: #B30002 }
.sale-bar-green { background-color: #009900; }
.sale-bar-blue { background-color: #00366D; }
.sale-bar-gold { background-color: #875100; }
.sale-bar-image span {text-align: center;font-weight: 900;color: #FFF;font-size: 2rem;}
.close-button {
    position: absolute;
    display: block;
    /* float: left; */
    width: 25px;
    height: 25px;
    right: -12px;
    top: -12px;
    background-image:
    url('/images/sale-close-button.png');
    background-size: 25px;
    z-index: 50;
    cursor: grab;
}
#galleries-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #222;
}
.galleries-inner-container {
	position: relative;
	display: block;
	width: 2310px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
.galleries-inner-container aside {
	position: relative;
	display: block;
	float: left;
	width: 350px;
	margin-right: 20px;
	/* padding-top: 100px; */
}
.galleries-top-container {
	position: relative;
	display: block;
	float: left;
	width:100%;
	text-align: center;
	padding: 2rem 0px 0px;
}
.galleries-top-container h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 3rem;
	line-height: 3rem;
	padding: 2rem 0px;
}
.galleries-top-container p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
	font-size: 1.6rem;
}
.galleries-top-inner-container {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
#galleries {
    position: relative;
    display: block;
    float: left;
    width: 1940px;
    /* margin: 5rem 0 0 0; */
    color: #fff;
}
#mobile-sidebar-navigation-toggle-button {
    position: relative;
    display: none;
    float: left;
    margin: 1rem 2%;
    width: 96%;
    height: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    cursor: hand;
}
#mobile-sidebar-navigation-toggle-button .gallery-nav-icon {
	display:none;
}
#gallery-navigation {
    position: relative;
    display: block;
    float: left;
    /* width: 400px; */
    /* margin: 5rem 0 0 0; */
    background-color: #333;
    color: #ddd;
    padding: 20px;
}
.gallery-navigation {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gallery-navigation-on-height {
	height: 0px;
}
.gallery-navigation-on-height {
	height: 100%!important;
}

.galleries-section-block {
    position: relative;
    display: block;
    float: left;
	width: 100%;
}
.gallery-title-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0px 15px 20px;
}
.gallery-title-wrapper h1, .gallery-title-wrapper h2  {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 3rem;
}
.gallery-title-wrapper p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #EEE;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.galleries-section-block-galleries {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.galleries-section-gallery {
	position: relative;
	display: block;
	float: left;
	width: 450px;
	height: auto;
	margin: 0px 15px 40px 15px;
	padding: 25px;
	background-color: #333;
}
.galleries-section-gallery-image-holder {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	height: 400px;
	/* background-color: #222; */
}
.gallery-navigation-title {
	/* font-weight: 600; */
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.8rem;
	/* text-transform: uppercase; */
	/* border-top: 1px solid #555; */
	/* background-color: #333; */
	padding: 10px;
	color: #FFF;
}
.gallery-navigation-title:hover {
	cursor: pointer;
}
.fa-angle-up {
	background-image: url('/images/minus-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
	width: 9px;
    height: 9px;
}
.fa-angle-down {
	background-image: url('/images/plus-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
	width: 9px;
    height: 9px;
}
.gallery-navigation-list a {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
}
.gallery-navigation-list-search {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	display: none;
}
.mobile-sidebar-navigation-toggle-button-bottom, .mobile-sidebar-navigation-toggle-button-top {
	position: absolute;
	display: none;
	width: 50px;
	height: 40px;
	padding: 10px;
	list-style: none;
	/* margin-bottom: 2rem; */
	font-weight: 400;
	background-color: #ca0c2e;
}
.side-bar-nav-subgallery {
	text-indent: 10px;
}
.gallery-nav-icon {position: absolute;display: block;right:0px;top:50%;top: calc(50% - 3px);font-size: 1.6rem;}
.galleries-section-gallery-image-holder img {
	position: absolute;
	display: block;
	float: left;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin-right: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* filter: drop-shadow(0px 0px 15px #090909); */
}
.galleries-section-gallery figcaption {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    line-height: 1.6rem;
    font-size: 40px;
    font-size: 1.6rem;
    text-align: center;
    color: #CCC;
    margin: 1rem 0px;
}
.galleries-section-gallery span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 5rem;
	color: #FFF;
}
.gallery-navigation-inner ul {
	position: relative;
	display: none;
	float: left;
	padding: 0px 10px;
	list-style: none;
	margin: 0px 0px 2rem;
	font-weight: 400;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2rem;
}
.gallery-navigation-title ul {
	list-style: none;
}

/* 4.5 Photo Page Content */

#content-page {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* padding: 125px 0px 3rem; */
	color: #FFF;
}
#content-page ul {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.8rem;
	list-style: none;
	padding-left: 0px;
	line-height: 3rem;
	margin-bottom: 3rem;
	text-indent: 2rem;
}
.content-page-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50vh;
}
.content-page-header picture {
	position: relative;
	z-index: 4;
}
.content-page-header img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.content-page-header figcaption {
	position: absolute;
	width: 1800px;
	bottom: 10vh;
	left: 50%;
	margin-left: -900px;
	text-align: center;
	z-index: 5;
}
.content-page-header figcaption h1 {
	position: relative;
	display: block;
	color: #FFF;
	line-height: 8rem;
	font-size: 40px;
	font-size: 8rem;
	font-weight: 400;
}
.content-page-header figcaption span {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	line-height: 8rem;
	font-size: 30px;
	font-size: 5rem;
	width: 100%;
}
.content-page-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 8rem 0px;
}
.content-page-container-inner {
	position: relative;
	display: block;
	margin: 5rem auto;
	width: 1440px;
	height: auto;
	margin: 0 auto;
}
.content-page-container-no-nav {
	padding: 8rem 0px !important;
}
.content-page-top {
	position: relative;
	display: block;
	float: left;
	width: 65%;
	margin-left: 10%;
}
.content-page-top h1 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 3rem;
}
.content-page-top p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #EEE;
	font-size: 16px;
	font-size: 1.8rem;
	line-height: 3rem;
	font-weight: 400;
}
.content-page-navigation {
	position: relative;
	display: block;
	float: right;
	width: 25%;
}
.content-page-content-sub-navigation {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.content-page-content-sub-navigation {
	position: relative;
	display: block;
	float: right;
	width: 100%;
}
.content-page-content-sub-navigation ul {}
.content-page-content-sub-navigation li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #DDD;
    font-size: 20px;
    font-size: 1.6rem;
    /* text-transform: uppercase; */
    margin: .6rem 0px;
    line-height: 1.8rem;
}
.sub-navigation-headline {
	color: #FFF !important;
	/* font-weight: 600 !important; */
	text-transform: none !important;
	margin-bottom: 1.2rem !important;
	font-size: 1.8rem !important;
}
#mobile-sidebar-navigation-toggle-button {
	position: relative;
	display: none;
	float:left;
	width: 100%;
	/* border-bottom: #666 1px solid; */
	font-size: 20px;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #666;
}
.content-page-standard-text {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 8rem 0px;
}
.content-page-standard-text-inner {
	position: relative;
	display: block;
	margin: 5rem auto;
	width: 1250px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}


.content-page-faq {
	position: relative;
    display: block;
	float: left;
    width: 100%;
    height: auto;
}
.content-question {
	position: relative;
	display: flex;
	margin: 5rem auto;
	width: 1920px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	background-color: #000;
	padding: 4rem 160px;
	align-items: center;
	justify-content: center;
}
.content-faq-copy {
	position: relative;
	display: block;
	float: left;
	width: 950px;
	margin-right: 250px;
	height: auto;
	vertical-align: middle;
}
.content-question h2 {
	color: #FFF;
	letter-spacing: 2px;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 1.6rem;
	z-index: 1;
	line-height: 3rem;
}
.content-answer {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0px;
	z-index: 1;
}
.content-faq-background {
	position: absolute;
	display: block;
	width: 0px;
	height: 100%;
	left: 50%;
	top: 0px;
	color: #FFF;
	z-index: 0;
	background-color: #993333;
	-webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.content-question:hover .content-faq-background{
	width: 100%;
	left:0px;
}
.content-faq-button-holder {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	/* margin-right: 150px; */
	height: auto;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
	padding: 1rem 2rem;
}
.content-faq-button {
	position: relative;
	display: inline-block;
	border: 3px solid #FFF;
	padding: .6rem 1rem;
	font-size: 16px;
	font-size: 2rem;
	color: #FFF;
	margin: 0.3rem;
	width: auto;
	text-align: center;
}

.content-page-highlights {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #000;
	margin: 3rem 0px 5rem;
}
.content-page-highlights-inner {
	position: relative;
	display: block;
	width: 1440px;
	height: auto;
	margin: 0 auto;
}
.content-page-highlights-left {
	position: relative;
	display: block;
	float: left;
	width: 40%;
	margin: 3rem 10% 5rem 0px;
	height: auto;
}
.sub-highlight {
	color: #999 !important;
	/* font-weight: 400 !important; */
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	font-weight: 400;
}
.content-page-highlights h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 40px;
	font-size: 3rem;
	line-height: 3rem;
	padding: 1rem 0px 5rem;
	text-transform: none;
}
.content-page-highlights-right {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: auto;
	margin: 5rem 0px 5rem 0px;
	/* width: 100%; */
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.content-page-highlights-columns {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	float: left;
	width: 100%;
}
.content-page-highlights-heading {width: 100%;text-align: left;padding: 0px 10% 6rem;}
.content-page-highlight {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin-right: 3%;
	flex-basis: 50%;
	flex-grow: 0;
}
.content-page-highlight-image {
	padding-bottom: 2rem;
}
.content-page-highlight h3 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	font-size: 2.2rem;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
}
.content-page-highlight p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 3rem 0px;
	/* width: 100%; */
	color: #EEE;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.content-page-black-highlights {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #FFF;
    background-color: #000;
    padding: 8rem 0px;
}
.content-page-black-highlights-inner {
	position: relative;
	display: block;
	/* float: left; */
	width: 1600px;
	margin: 0 auto;
}
.content-page-black-highlights-top {
	position: relative;
	display: block;
	float: left;
	width:100%;
	padding: 0 20% 1rem;
	text-align: center;
}
.content-page-black-highlights-top h2 {
	/* color: #FFF; */
	color: #FFF;
	letter-spacing: 2px;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 1rem;
	z-index: 1;
}
.content-page-black-highlights-top p {
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.content-page-black-highlights-content {
	position: relative;
	display: flex;
	float: left;
	width: 100%;
	height: auto;
	margin: 3rem 0px;
	align-items: center;
	justify-content: center;
}
.content-page-two-black-highlights-left {
	position: relative;
	display: block;
	float: left;
	width: 650px;
	margin-right: 200px;
	height: auto;
	vertical-align: middle;
}
.content-page-two-black-highlights-right {
    position: relative;
    display: block;
    float: left;
    width: 750px;
    max-width: 100%;
    /* margin-left: 5%; */
    height: auto;
    vertical-align: middle;
}
.content-page-two-black-highlights-right img { max-width:100%;}
.content-page-black-highlight {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.content-page-black-highlight h3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #ca0c2e;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    /* text-transform: none; */
    letter-spacing: 0px;
    /* font-weight: 400; */
    padding-bottom: 0px;
}
.content-page-black-highlight p {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 3rem 0px;
    /* width: 100%; */
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.content-page-reviews {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #000;
	/* margin: 3rem 0px 5rem; */
}
.content-page-reviews-inner {
	position: relative;
	display: block;
	width: 1440px;
	height: auto;
	margin: 0 auto;
}
.content-page-highlights-heading {
	width: 100%;
	text-align: left;
	padding: 5rem 10% 3rem;
	margin: 0px 0px 3rem;
	/* border-bottom: 1px solid #CCC; */
}
.content-page-reviews-testimonial {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* height: auto; */
	color: #FFF;
	margin: 3rem 0px;
	padding: 0px 10%;
}
.content-page-reviews-testimonial::before {
	background-image: url('/images/quote.png');
	content: "";
	background-size: 100%;
	width: 70px;
	height: 63px;
	position: absolute;
	display: block;
	font-size: 4rem;
	color: #ca0c2e;
	left: 25px;
	top: -1rem;
}
.content-page-reviews-testimonial-reviewer {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #ca0c2e;
	margin: 2rem 0px;
}


.pricing-table {
	width: 100%;
	height: auto;
	border-spacing: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2rem;
}
.pricing-table td {
	background-color: #212121;
	color: #FFF;
	margin: 1rem;
	padding: 1rem 2rem;
	width: auto;
	height: auto;
	text-align: center;
}
.pricing-table-headline {
	background-color: #424242 !important;
}
.pricing-table-headline-main-column {
	text-align: left !important;
}

.pricing-table-main-column {
	background-color: #333 !important;
	text-align: left !important;
}


.content-page-frames {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	color: #000;
	margin: 3rem 0px 5rem;
}
.content-page-frames-inner {
	position: relative;
	display: block;
	width: 1440px;
	height: auto;
	margin: 0 auto;
}
.content-page-frames-heading {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.content-page-frames-columns {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.content-page-frames-highlight {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 320px;
	margin: 20px;
	text-align: left;
}
.content-page-frames h3 {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #ca0c2e;
    font-size: 20px;
    font-size: 2.2rem;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
	padding-top: 1rem;
	padding-bottom: 0px;
}

.content-page-two-column {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    margin: 8rem 0px;
}
.content-page-two-column-inner {
	position: relative;
	/* display: block; */
	width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-page-two-column-left {
	position: relative;
	display: block;
	float: left;
	width: 800px;
	vertical-align: middle;
}
.content-page-two-column-left img {
	
}
.content-page-two-column-right {
	position: relative;
	display: block;
	float: right;
	width: 700px;
	margin-left: 100px;
	vertical-align: middle;
}
.content-page-two-column-right-copy {
	position: relative;
	display: block;
	float: right;
	width:100%;
}
.content-page-two-column-right h2 {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #ca0c2e;
    letter-spacing: 2px;
	line-height: 3rem;
    font-size: 40px;
    font-size: 3rem;
    padding-bottom: 3rem;
}
.content-page-two-column-right p {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 3rem 0px;
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.content-page-two-column-right img {
	
}
.content-highlight-button {
	position: relative;
	display: inline-block;
	background-color: #ca0c2e;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #FFF;
	margin: 0.3rem;
	width: auto;
	font-weight: 400;
	padding: 1rem 3rem;
}
.content-highlight-button a {
    color: #FFF;
}

.content-page-image-and-copy {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 5rem 0px;
}
.content-page-image-and-copy-inner {
    position: relative;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3ece4;
}
.content-page-image-and-copy-left-copy {
    position: relative;
    display: block;
    order:0;
    width: 700px;
    margin-right: 100px;
    margin-left: 100px;
    /* vertical-align: middle; */
    height: auto;
}
.content-page-image-and-copy-right-image {
    position: relative;
    display: block;
    order:1;
    width: 850px;
    margin-left: 50px;
    /* vertical-align: middle; */
    height: auto;
}
.content-page-image-and-copy-right-copy {
    position: relative;
    display: block;
    order:1;
    width: 700px;
    margin-left: 100px;
    margin-right: 100px;
    vertical-align: middle;
	height: auto;
}
.content-page-image-and-copy-left-image {
    position: relative;
    display: block;
    order:0;
    width: 850px;
    margin-right: 50px;
    vertical-align: middle;
	height: auto;
}
.content-page-image-and-copy-right-image img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.content-page-image-and-copy-left-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.content-page-image-and-copy-inner p {
	/* color: #555; */
}
.content-page-image-and-copy h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #c30c2c;
    letter-spacing: 2px;
    font-size: 40px;
    font-size: 3rem;
    line-height: 3rem;
    padding: 1rem 0px 2rem;
    text-transform: none;
}

.content-page-container-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.content-page-container-image-inner {
    position: relative;
    display: block;
    width: 1920px;
    height: auto;
    margin: 0 auto 8rem;
}
.content-page-container-image-inner img {
    width: 100%;
}
.content-page-container-copy {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.content-page-container-copy-inner {
    position: relative;
    display: block;
    width: 1200px;
    height: auto;
	margin: 0 auto;
}
.content-page-container-copy-inner h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	text-align: left;
	color: #ca0c2e;
    letter-spacing: 2px;
    line-height: 3rem;
    font-size: 40px;
    font-size: 3rem;
    padding-bottom: 3rem;
}
.content-page-container-copy-inner p {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	text-align: left;
	color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.interior-design-gallery {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    padding: 5rem 0px;
}
.interior-design-gallery-inner {
    position: relative;
    display: block;
    width: 1600px;
    height: auto;
    margin: 0 auto;
}
.interior-design-gallery-two-row {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	margin-bottom:20px;
}
.interior-design-gallery-two-row-column {
    position: relative;
    display: block;
    float: left;
    width: 790px;
}
.interior-design-gallery-two-row-left-column {
	margin-right:20px;
}
.interior-design-gallery-pano-row {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	margin-bottom:20px;
}
.interior-design-gallery-pano-column {
    position: relative;
    display: block;
    float: left;
	width: 50%;
}
.interior-design-gallery-inner img {
	width:100%;
	height:auto;
}

#interior-design-slideshow {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    background-color: #eee;
    padding: 5rem 0px;
}
.content-page-simple-copy {
    position: relative;
    display: block;
    /* float: left; */
    width:1200px;
    height: auto;
    margin: 0 auto;
}
.content-page-simple-copy-inner {
	
}
.content-page-simple-copy-inner h1 {
	text-align: left;
	color: #000;
	font-size: 2.6rem;
	line-height: 2.6rem;
}
.content-page-simple-copy-inner p {
	text-align: left;
	color: #666;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
}

/* 4.6 Photo Page Content */

/* 4.6 Photo Page Content */

#photo-page-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* padding: 125px 0px 3rem; */
	color: #333;
}
.photo-container {
	position: relative;
	float: left;
	width: 100%;
	/* display:table; */
	padding: 125px 0px 8rem;
	height:
	inherit;
	background-color: #222;
}
.photo-container-inner {
	position: relative;
	width: 2000px;
	height: auto;
	margin: 0 auto;
	display: block;
	/* align-items: center; */
	/* justify-content: center; */
}
.photo-image {
	position: relative;
	float: left;
	width: 1200px;
	margin-right: 70px;
	/* display: table-cell; */
	vertical-align:
	middle;
}
.photo-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.full-screen-button {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1rem;
	color: #ca0c2e;
}
.photo-options-container {
	position: relative;
	display: block;
	float: left;
	width: 720px;
	/* display: table-cell; */
	/* vertical-align:
	middle; */
	font-weight: 400;
	/* margin: 6rem 0px 2rem; */
}
.photo-image-vertical {
	width: 800px;
}
.photo-image-pano {
	width: 100%;
	margin-right: 0px;
}
.photo-options-container-vertical {
	width: 1050px;
}
.photo-options-container-pano {
	width: 1800px;
	margin: 2rem 100px 0rem;
	padding-top: 3rem;
}


.photo-content-container-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* margin-right: 10%; */
	height: auto;
}
.photo-content-container-holder-pano {
	position: relative;
    display: block;
    float: left;
    width: 1000px;
    margin-right: 150px;
    height: auto;
}
.photo-options-container-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.photo-options-container-holder-pano {
	position: relative;
    display: block;
    float: left;
    width: 650px;
    height: auto;
}
.photo-content-container-holder h1 {
	letter-spacing: 2px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 4rem;
	padding-bottom: .6rem;
	color: #FFF;
	/* text-transform: uppercase; */
}
.photo-content-container-holder-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #999;
	font-size: 20px;
	font-size: 1.4rem;
	padding-bottom: 1.6rem;
	font-weight: 400;
}
.photo-content-container-holder-subheadline {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	/* padding-top: 3rem; */
	font-weight: 400;
}
.photo-content-container-holder p, .photo-options-container-holder p {
	color: #999;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.photo-content-container-holder a, .photo-options-container-holder a {
	text-decoration: underline;
    color: #FFF;
}

.product-selectors {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.product-selectors hr {
	background-color: #bbb;
    position: relative;
    display: block;
    float: left;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 1.4rem 0px;
}

.product-selectors-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}
.product-selectors-subheader-size {
	margin-bottom: 0px;
}
.product-selectors-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	text-align: left;
}
.product-selectors-right {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	color: #FFF;
	text-align: right;
}
.product-selectors-size {
	position: relative;
	display: block;
	float: left;
	/* width: auto; */
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: middle;
	margin-right: 1rem;
}

.selection-container {
	position: relative;
	display: block;
	float: left;
	min-width: 120px;
	width: auto;
	height: auto;
}
.selection-container-cart {
	width: 100%;
}
.product-container {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.hidden-selector {
	display: none !important;
}
.cart-button-container {
	position: relative;
	display: block;
	float: left;
	/* width: 45%; */
	/* margin-right:5%; */
}
.price-container {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	color: #FFF;
	font-weight: 600;
	line-height: 42px;
	padding: 0px;
	font-size: 20px;
	font-size: 2rem;
}

.photo-options-container-holder select {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px!important;
    font-size: 1.4rem!important;
    color: #FFF;
    border: none;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 30px 0px 1.4rem;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #424242;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
}
.product-selectors-subheader select {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	color: #FFF;
	border: none;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 30px 0px 1.4rem;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #424242;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
}

.edition-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #c30c2c;
	padding-bottom:1rem;
}
.photo-button {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	width: 48%;
	height: auto;
	padding: 0.8rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.6rem;
}
.photo-button-red {
	margin-right: 2%;
	background-color: #ca0c2e;
}
.photo-button-clear {
	margin-left: 2%;
	border: 1px solid #DDD;
	color: #ca0c2e;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.photo-button-clear:hover {
	color: #FFF;
	background-color: #ca0c2e;
}

.photo-container-inner-pano {
	display:block;
}

.print-options-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	padding-bottom:1rem;
}
.print-options-note { color: #666; font-weight: 16px; font-weight: 1.6rem; }

/* sizing blocks */
.product-selectors ul {
	list-style-type: none;
	padding-left: 0px;
}

.product-selectors li {
	display: inline-block;
}

.product-selectors input[type="radio"][id^="size"] {
	display: none;
}

.product-selectors label {
	position: relative;
	display: block;
	float:left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	border: 2px solid transparent;
	/* background-color: #f9f9f9; */
	color: #666;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width:auto;
	height:auto;
	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;
}

.product-selectors label::before {
  background-color: #666;
  color: #FFF;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.product-selectors input, .product-selectors label {
	font-size: 14px;
	font-size: 1.4rem;
}
.product-selectors input:hover {
	background-color: #CCC;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}
input[type=radio]:checked + label>img {
  border: 2px solid #fff;
  /* box-shadow: 0 0 3px 3px #CCC; */
}
.print-style-choices :checked+label {
    background-color: #ca0c2e;
}
.photo-description {
	position: relative;
	display: block;
	float: left;
	width: 1100px;
	margin-right: 100px;
	/* padding: 3rem 0px; */
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	/* line-height: 2.4rem; */
	font-weight: 400;
}
.photo-description-container-inner {
	position: relative;
	display: block;
	/* float: left; */
	margin: 5rem auto;
	width: 1800px;
	height: auto;
}
.photo-description-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 3rem;
	/* margin: 0 auto; */
	/* background-color: #121212; */
	/* margin-right: 70px; */
}
.photo-description h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* color: #c30c2c; */
}
.photo-details {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.photo-details h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* color: #c30c2c; */
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	/* letter-spacing: 0px; */
}
.photo-details p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:2rem;
}

/* Prints & Frames section */

.photo-print-styles-container, .frame-styles-slider-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
}
.photo-print-styles-container-inner {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
	margin: 0px auto;
	background-color: #f2f1ef;
}
.print-styles {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 75px;
	background-color: #f2f1ef;
	margin-top: 75px;
}
.print-styles h2 {
}
.print-styles p {
}
.print-styles-inner {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	color: #333;
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0px;
}
.print-styles-slider, .frame-styles-slider {
	position: relative;
	display: block;
	width: 1600px;
	margin: 0 auto;
	height: auto;
	/* background-color: #000; */
	/* color: #FFF; */
}
.print-styles-slider-inner, .frame-styles-slider-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #FFF;
}
.print-style-selector, .frame-style-selector {
	position: absolute;
	display: block;
	left: 75px;
	top: 0px;
	z-index: 10;
}
.print-style-selector ul, .frame-style-selector ul {
	float: left;
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 14px;
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
	list-style: none;
	list-style-position: unset;
	margin-left: 0;
	/* margin-top: 1.8rem; */
	padding: 0px;
}
.print-style-selector li, .frame-style-selector li {
	float: left;
	margin-right: 25px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	position: relative;
	display: block;
	padding-top: 5px;
}
.print-style-selector a, .frame-style-selector a {
	color: #FFF;
}
.print-style-selector-current, .frame-style-selector-current {
	border-bottom: 2px #FFF solid !important;
}
.print-style-container, .frame-style-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height:565px;
	padding-top: 75px;
	overflow: hidden;
	background-color: #000;
	z-index: 1;
}
.print-style-container-inner, .frame-style-container-inner {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /* right: 0px; */
    /* top: 0px; */
    background-color: #000;
    overflow: hidden;
}
.print-style-container-image, .frame-style-container-image {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.print-style-container-copy, .frame-style-container-copy {
	position: relative;
	display: block;
	float: left;
	max-width: 800px;
	padding: 50px 0px 75px 75px;
	z-index: 2;
}
.print-style-container-copy h3, .frame-style-container-copy h3 {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	font-size: 3rem;
}
.print-style-container-copy p, .frame-style-container-copy p {
	position: relative;
	display: block;
	float: left;
	color: #CCC;
	line-height: 2.5rem;
}

/* ****** Slideshow container ********/
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index: 100;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	left: unset;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	margin-bottom: 5px;
	background-color: #666;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #FFF;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .7}
  to {opacity: 1}
}	
/* ****** Slideshow container ********/

/* Reviews */

#related-galleries {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 10rem 0px;
}
.related-galleries-inner {
	position: relative;
	display: block;
	width: 1400px;
	height: auto;
	margin: 0px auto;
	/* background-color: #f2f1ef; */
}
.related-galleries-text {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	height: auto;
	min-height: 500px;
	padding-right: 50px;
	/* background-color: #f2f1ef; */
	/* margin-top: 75px; */
	/* margin-right: 200px; */
	/* margin-bottom: -150px; */
	/* padding-bottom: 50px; */
}
.related-galleries-text-inner {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	color: #333;
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0px;
}
.other-galleries {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 2rem;
}
.related-galleries-text-inner h2 {
    color: #c30c2c;
}
.related-galleries-image-container {
	margin-right: 20px;
	position: relative;
	display: block;
	float: right;
	/* top: 50px; */
	/* right: 0px; */
	/* float: left; */
	max-width: 800px;
}
.related-galleries-image-container:last-child {
	margin-right: 0px;
}
.related-galleries-image {
	position: relative;
	display: block;
	float: left;
	width: 800px;
	height: auto;
	margin: 0px 40px 40px 0px;
}
.related-galleries-image-holder {
	position: relative;
	display: block;
	float: left;
	width: 800px;
	height: auto;
}

.related-galleries-image-holder img {
	position: relative;
    display: block;
    /* float: left; */
    max-width: 100%;
    max-height: 100%;
    /* width: auto; */
    height: auto;
    margin: 0;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    filter: drop-shadow(0px 0px 5px #C9C9C9);
}
.related-galleries-image figcaption {
	position: absolute;
	display: block;
	/* float: left; */
	left: 2rem;
	bottom: 1rem;
	/* top: calc(50% - .8rem); */
	width: 100%;
	line-height: 1.6rem;
	font-size: 40px;
	font-size: 1.6rem;
	text-align: left;
	color: #FFF;
	margin: 1rem 0px;
	letter-spacing: 0px;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 0.6rem;
}

/* Highlights Section */

.highlights-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 5rem 0px;
	padding: 0px 50px;
}
.highlights-container-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0px 50px;
	/* margin: 0 auto; */
	overflow: hidden;
	background-color: #f2f1ef;
}
.highlights-container-holder {
	position: relative;
	width: 1600px;
	margin: 10rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.highlights-container-image {
	position: relative;
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 800px;
	z-index: 1;
	/* top: 0; */
	/* right: 0; */
}
.highlights-container-image img {
	width: 100%;
    height: auto;
}
.highlights-container-copy {
	position: relative;
	float: right;
	display: table-cell;
	vertical-align: middle;
	/* float: left; */
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
	z-index: 2;
	/* margin-top: 100px; */
	/* background-color: #f3ece4; */
}
.highlights-container-copy-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.highlights-container-copy-inner h2 {
	color: #c30c2c;
}
.highlights-container-copy-inner p {
	color: #666;
}

/* End Highlights Section */

/* Prints Sub-Footer */

.learn-more-container {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	background-color: #f2f1ef;
}
.learn-more-faqs-box {
	position: relative;
	width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #000; */
	color: #000;
	padding: 50px;
}
.learn-more-box-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.learn-more-box-inner h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #c30c2c;
	margin-bottom: 20px;
}
.learn-more-box-faq {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin-right: 3%;
	/* background-color: #f2f1ef; */
	/* color: #000; */
}
.learn-more-box-faq h3 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-weight: 600;
}
.learn-more-box-faq p {
	color: #333;
}
.learn-more-box-second {
	
}
.learn-more-box-third {
	clear: both;
}

/* End Prints Sub-Footer */


.print-style-link {
	position: relative;
	display: inline-block;
	background-color: #c30c2c;
	padding: .6rem 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	margin: 0.3rem;
	width: auto;
}
.print-style-container-inner {
	position: relative;
	display: block;
	width: 1920px;
	margin: 0px auto;
}
.print-style-container-left {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #000;
	display: flex;
	align-items:center;
	justify-content:center;
	margin: 20px 0px;
}
.print-style-container-left-image {
	position: relative;
	display: block;
	float: left;
	width: 698px;
	margin-right: 69px;
	height: 100%;
	min-height: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.print-style-container-left-text {
	position: relative;
	display: block;
	float: left;
	width: 1103px;
	margin-right: 50px;
	height: auto;
	vertical-align: middle;
	color: #FFF;
}

.print-style-container-right-image {
	float: right;
	margin-right: 0px;
	margin-left: 5%;
}
.print-style-container-right-text {
	float: left;
	width: 55%;
	margin-right: 0px;
	margin-left: 5%;
}
.print-styles h2 {color: #c30c2c;/* background-color: #f2f1ef; */}

.print-style-container-left-text h3 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 48px;
	font-size: 3rem;
	line-height: 3rem;
	text-align: left;
	letter-spacing: 0px;
	font-weight: 400;
}
.print-style-container-left-text h4 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #ca0c2e;
	font-size: 32px;
	font-size: 2rem;
	text-align: left;
	letter-spacing: 0px;
	font-weight: 400;
}
.print-style-container-right-image {
	position: relative;
	display: block;
	float: left;
	width: 55%;
	margin-right: 5%;
	height: auto;
}
.print-style-container-right-text {
	position: relative;
	display: block;
	float: left;
	width: 40%;
	height: auto;
}
.product-selection {
	position: relative;
	display: block;
	float: left;
	width: auto;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	color: #666;
	border: 1px solid #DDD;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 30px 0px 1.4rem;
	margin-bottom: 1rem;
	margin-right: 2rem;
	height: 40px;
	line-height: 40px;
	background: url('https://www.mickeyshannon.com/images/select-arrow.png') no-repeat right #fff;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
}
.product-quantity-copy {
	position: relative;
	display: block;
	float: left;
	line-height: 42px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.quantity-amount {
	position: relative;
	display: block;
	float: left;
	margin: 0px 2rem 1rem 0px;
	padding: 0px;
}
.plus-minus-buttons {
	margin: 0px;
	position: relative;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin: 0px;
	border: 1px solid #CCC;
	border-right: 0px;
	color: #000;
	cursor: pointer;
	background-color: #EEE;
}
.add {
	border-right: 1px solid #CCC !important;
}
.plus-minus-input {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 40px;
	margin: 0px;
	height: 32px;
	border: 1px solid #CCC;
	border-right: 0px;
}

/*slideshow*/
.photo-image-thumbnails {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 1rem;
    color: #ca0c2e;
}
.photo-image-thumbnails img {
	position: relative;
    display: block;
    float: left;
    margin-right: 1rem;
	max-height: 100px;
	width: auto;
}

.full-screen-photos {
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	max-width:100%;
	max-height:100%;
	/* margin: 10vh 10vw; */
	z-index: 6000;
	background-color: rgba(0,0,0,0.85);
}
.full-screen-photos img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 5vh 5vw;
    object-fit: contain;
}
.w3-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	width: 5rem;
	height: 5rem;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
    background-color: #000;
    color: #FFF;
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    /* background-color: #999; */
    color: #FFF;
}
.slideshow-exit-button {
    position: absolute;
    top: 5px;
    right: 10px;
    /* transform: translate(0%,-50%); */
    -ms-transform: translate(0%,-50%);
    /* background-color: #999; */
    color: #FFF;
    /* width: 5rem; */
    /* height: 5rem; */
    /* background-color: #999; */
    color: #FFF;
    font-size: 3rem;
}
.full-screen-photos-thumbnails {
    position: absolute;
    height: 10%;
    margin-bottom: 1%;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}
.full-screen-photos-thumbnails img {
	position: relative;
	display: block;
	float: left;
	margin-right: 1rem;
	/* max-height: 100px; */
	width: auto;
	padding: 0px;
}

#photo-page-contact-form {
	position: relative;
	display:block;
	float:left;
	width:100%;
	height: auto;
	padding: 5rem 0px;
	background-color: #333;
}
.photo-page-contact-form-inner {
	position: relative;
	display:block;
	/* float:left; */
	width:1920px;
	height: auto;
	padding: 5rem 0px;
	margin: 0 auto;
}
.photo-page-contact-form-left {
	position: relative;
	display:block;
	float:left;
	width: 45%;
	margin-right: 5%;
}
.photo-page-contact-form-right {
	position: relative;
	display:block;
	float:left;
	width: 50%;
}
.photo-page-contact-form-content {
	position: relative;
	display:block;
	float:left;
	width: 100%;
}
.photo-page-contact-form-inner h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 48px;
	font-size: 3rem;
	line-height: 3rem;
	text-align: left;
	letter-spacing: 0px;
	font-weight: 400;
}
.photo-page-contact-form-inner p {
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
}
.photo-page-contact-form-inner label {position: relative;display: block;float: left;width: 100%;margin: 2rem 0px 0px;color: #DDD;font-size: 32px;font-size: 1.6rem;text-align: left;letter-spacing: 0px;font-weight: 400;text-transform: uppercase;}
.photo-page-contact-form-inner input {position: relative;display: block;float: left;width: 100%;margin: 1rem 0px;line-height: 40px;border: 1px solid #CCC;/* border-right: 0px; */}
.photo-page-contact-form-inner textarea {position: relative;display: block;float: left;width: 100%;margin: 1rem 0px;line-height: 40px;border: 1px solid #CCC;}

.g-recaptcha {
	position: relative;display: block;float: left;
}

.photo-page-submit-button { width: auto !important; float: right !important; margin: 0px 0px 0px 1rem !important; border: 0px !important; }
.submit-button-disabled { background-color: #999; }

#footer-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100vw; /* Full width (cover the whole page) */
  height: 100vh; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF; /* Black background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.footer-overlay-shipping, .footer-overlay-mockups, .footer-overlay-shopping, .footer-overlay-reviews {
	width: 100vw; /* Full width (cover the whole page) */
	height: 100vh; /* Full height (cover the whole page) */
	position: absolute;
	display: none;
	z-index: 4;
}
.footer-overlay-copy {
	width: 1000px;
	height: 200px;
	margin-left: -500px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	position: absolute;
}
.footer-icon-close { position: absolute; top: 25px; right: 25px; width:25px; height: 25px; z-index: 5; }

/** 4.6 About */

.content-page-faq-question {
    color: #FFF;
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

/** 4.9 Shopping Cart */

#cart-wrapper {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	min-height: 100vh;
	height: auto;
	background-color: #FFF;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 150px 0px 5rem;
}
.cart-wrapper-inner {
	position: relative;
    display: block;
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.cart-wrapper-inner h1 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #000;
	letter-spacing: 2px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 3rem;
}

.shopping-cart-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 3rem 0px;
}
.shopping-cart-items-holder {
	position: relative;
	display: block;
	float: left;
	width: 750px;
	margin-right: 75px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.shopping-cart-checkout-holder {
	position: relative;
	display: block;
	float: left;
	width: 575px;
	border: none;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.shopping-cart-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 24px;
	background-color: #f2f1ef;
	border-bottom: 1px solid #CCC;
}
.shopping-cart-header h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	/* font-weight: 400; */
	padding: 0px;
}
.shopping-cart-item {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* padding: 24px; */
	border-top: 1px solid #CCC;
}
.shopping-cart-item-bottom-border {/* border-bottom: 1px solid #DDD; */}
.shopping-cart-product-picture {
	position: relative;
	display: block;
	float: left;
	width: 348px;
	padding: 24px;
}
.shopping-cart-product-picture img {
	width: 100%;
    max-width: 300px;
}
.shopping-cart-product-info {
	position: relative;
	display: block;
	float: left;
	width: 375px;
	/* margin-left: 25px; */
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	padding: 24px 24px 0px 0px;
}
.shopping-cart-product-info-copy {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.4rem;
}
.shopping-cart-product-info-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}
.shopping-cart-product-info-copy span {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.shopping-cart-item-subtotal {
	position: relative;
    display: block;
    float: left;
	width: 100%;
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}
.shopping-cart-item-shipping {
	position: relative;
	display: block;
	float: left;
	background-color: #f2f1ef;
	width: 100%;
	padding: 1rem;
	margin: 2rem 0px;
	font-style: italic;
	font-size: 1.4rem;
}
.shopping-cart-block {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    color: #000;
    font-size: 16px;
    font-size: 1.4rem;
    font-weight: 400
}
.shopping-cart-summary {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 24px;
	background-color: #FFF;
}
.shopping-cart-summary-left {
	position: relative;
	display: block;
	float: left;
	font-size: 16px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	width: 50%;
	text-transform: uppercase;
}
.shopping-cart-summary-right {
	position: relative;
	display: block;
	float: left;
	text-align: right;
	/* width: 50%; */
	font-size: 16px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #333;
	width: 50%;
	text-transform: uppercase;
}
.cart-code {
	color: #900;
}
.shopping-cart-total {
	margin-top: 3rem;
	font-size: 2rem;
	/* font-weight: 400; */
}
.shopping-cart-checkout-code {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 24px;
	background-color: #FFF;
}
.shopping-cart-summary-full-width {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #000;
	/* font-weight: 400; */
	text-transform: uppercase;
}
.shopping-cart-checkout {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 24px;
    background-color: #FFF;
}
.shopping-cart-checkout-button {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.shopping-cart-checkout-or {position: relative;display: block;float: left;width: 100%;text-align: center;text-transform: uppercase;font-weight: 400;}
.shopping-cart-paypal-button {
	color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.shopping-cart-checkout-holder hr {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 1px;
    background-color: #333;
}
.shopping-cart-shipping-holder {
	margin-top: 4rem;
}
.promo-code-field {
    position: relative;
    display: block;
    float: left;
    width: 65%;
	margin-right:5%;
}
.promo-code-field input {
	text-transform: uppercase;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #f2f1ef;
	border: 1px solid #CCC;
	color: #000;
	padding: 10px 15px;
	margin: 10px 2px 5px 0;
	/* border: none; */
}
.promo-code-submit {
    position: relative;
    display: block;
    float: left;
    width: 30%;
}
.coupon-button {
	text-transform: uppercase;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #3095d5;
	border: 0;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 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;
}

.checkout-button, button.checkout-button {
	position: relative;
	display: inline-block;
	background-color: #ca0c2e;
	font-size: 14px;
	font-size: 2rem;
	text-transform: uppercase;
	color: #FFFFFF;
	/* margin: 0.3rem; */
	width: 100%;
	/* font-weight: 400; */
	/* padding: 1rem 3rem; */
	/* color:#FFF; */
	border: none;
	min-height: 44px;
	line-height: 44px;
}
.content-highlight-button a {
    color: #FFF;
}
.paypal-button {
	width: 100%;
	height: 46px;
	background-color: #ffd140;
	border: none;
	margin-top: 1.2em;
	position: relative;
	display: block;
	float: left;
	align-items: center;
	/* background-image: url('https://www.mickeyshannon.com/images/paypal-checkout-logo-large.png'); */
	/* background-color: unset; */
	/* text-indent: -999px; */
	text-transform: uppercase;
	color: #000;
	text-align: center;
	border: 1px solid #e7a431;
}

.paypal-button img {
    /* margin-right: 10px; */
    position: relative;
    display: block;
    float: left;
    /* width: 24px; */
    height: 24px;
    margin: 6px 8px 6px 0px;
}
.paypal-button-inner {
	position: relative;
    display: inline-block;
    padding: 1px 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 38px;
}


.shopping-cart-payment-methods {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 24px;
    text-align: center;
}
.shopping-cart-payment-methods img {
    position: relative;
    display: inline-block;
    /*float: left;*/
	padding: 0px 1rem 1rem 0px;
}
.cart-icons {
	position: relative;
    display: inline-block;
}

.remove-item {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width:25px;
	height:25px;
	text-align: center;
    font-size: 2rem;
	padding: 0px;
    border: none;
	background-image: url(https://www.mickeyshannon.com/images/close-icon-black.png);
    background-color: transparent;
    background-size: 25px 25px;
}

.shopping-cart-product-subtotal {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #f2f1ef;
}
.shopping-cart-product-price-top {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}
.shopping-cart-product-price-bottom {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /* font-weight: 400; */
    font-size: 20px;
    font-size: 2rem;
}
.shopping-cart-product-price {
    position: relative;
    display: block;
    float: left;
    width: 220px;
    margin: 24px;
    /* padding: 24px; */
}
.shopping-cart-product-price-right {
	text-align: right;
}
.shopping-cart-product-qty {
    position: relative;
    display: block;
    float: left;
    width: 212px;
    padding: 24px 0px;
}

/** 4.14 Product Page Content */

#product-page {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    padding: 100px 0px;
}
.product-page {
    background-color: #242424;	
}
.product-page-gallery {
	background-color: #FFF;
}
.product-page-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2000px;
    margin: 0 auto;
}
.product-page-left {
    position: relative;
    display: block;
    float: left;
    width: 1200px;
    margin-right: 50px;
    vertical-align: middle;
}
.product-page-left img {
	max-width: 100%;
	height: auto;
}
.product-page-images {
    position: relative;
    display: block;
    float: left;
	width: 100%;
}
.product-page-thumbs {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.product-page-thumb {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    border: 2px solid transparent;
}
.product-page-thumb-current {
    border: 2px solid #CCC;
}
.product-page-thumb img {
	width: 100%;
	height: auto;
}
.product-page-right {
    position: relative;
    display: block;
    float: left;
	width:750px;
	text-align: left;
	vertical-align: middle;
}
#product-page h1 {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
}
#product-page h2 {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    font-size: 2rem;
}
#product-page h3 {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    font-size: 2rem;
}
.product-page h1, .product-page h2, .product-page h3 {
	color: #FFF;
}
.product-page-gallery h1, .product-page-gallery h3 {
	color: #000;
	letter-spacing: 0px;
	/* text-align: center; */
}
.product-page-gallery h2 {
	color: #c30c2c;
	text-align: center;
	text-transform: uppercase;
	font-size: 3rem !important;
	margin-top: 5rem;
	padding-bottom: 0px;
}
.product-page a {
	color: inherit;
	text-decoration: underline;
}
.product-subtext {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 1.4rem !important;
}
#product-page p, #product-page ul, #product-page li {
	font-size: 1.6rem;
	line-height: 2rem;
}
.product-page p, .product-page ul, .product-page li {
	color: #FFF;
}
.strong-text {
	font-weight:600;
	font-size:2rem;
}
#product-page select {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	color: #FFF;
	border: none;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 30px 0px 1.4rem;
	margin: 0px 5% 1rem 0px;
	height: 40px;
	line-height: 40px;
	background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #424242;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
}

.product-page-header {
	position: relative;
	display: block;
	float: left;
	width: 1200px;
	margin: 0px 75px;
}
.product-page-thumbnails {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1350px;
}
.product-page-thumbnail {
	position: relative;
	display: block;
	float: left;
	margin: 50px 25px;
	width: 400px;
}
.product-page-thumbnail-left {
	position: relative;
	display: block;
	float: left;
	width: 400px;
}
.product-page-thumbnail-right {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	/* margin-left: 50px; */
	padding: 25px 0px;
}

.calendar-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.calendar-image-inner {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1970px;
	max-width: 100%;
	/* height: auto; */
	padding: 0px 25px;
	background-color: #FFF;
}
.calendar-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 4rem 0px;
}

/** 4.18 Events Page Content */

.content-page-event-schedule {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    background-color: #FFF;
    margin-bottom: 4rem;
}
.content-page-event-schedule-inner {
    position: relative;
    display: block;
    max-width: 1500px;
    margin: 0 auto;
}
.content-page-event {
    position: relative;
    display: block;
    float: left;
    width: 470px;
    height: auto;
    margin: 10px 15px;
    /* padding: 3rem; */
    border: 1px solid #CCC;
    background: #FFF;
}
.content-page-event-left {
    position: relative;
    display: block;
    float: left;
    width: 330px;
    height: auto;
    padding: 2rem 10px;
}
.content-page-event-right {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    margin: 0px;
    padding: 2rem 0px;
    margin: 1rem 0px;
    min-height: 100px;
    background-color: #333;
    color: #FFF;
}
.content-page-event-artfestival {
	background-color: #997f58;
}
.content-page-event-shopping {
	background-color: #b72a35;
}
.content-page-event-booksigning {
	background-color: #333;
}
.content-page-event-date {
    position: relative;
    display: block;
    float: left;
    width:100px;
    min-height: 100px;
    background-color: #ca0c2e;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0px;
}
.content-page-event-date span {
    position: relative;
    display: block;
    float: left;
    width:100%;
    font-size: 16px;
    font-size: 2.4rem;
    min-height: 30px;
    line-height: 30px;
    padding: 0px;
    color: #FFF;
    vertical-align: middle;
}
.content-page-event-details {
    position: relative;
    display: block;
    float: left;
    width:100%;
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #666;
    padding: 0px;
}
.content-page-event-day {
    position: relative;
    display: block;
    float: left;
    width:100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #666;
    padding: 0px;
}
.event-type {
    position: relative;
    display: block;
    float: left;
    width:100%;
    font-size: 14px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}
.content-page-event-details h2 {
	
}
.event-month {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6rem;
	padding: 0px;
}
.event-day {
	position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
    padding: 5px 0px;
}
.event-year {
	position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.content-page-event-small-three { clear: both; }

/**
 * 5.0 Map Stuff
 * -----------------------------------------------------------------------------
 */

#search-container {
    position: relative;
    display: block;
    float: left;
    background-color: #000;
    width: 100%;
    height: 70vh;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
}
.search-container-results-map {
    height: 80vh!important;
}
#map-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 70vh;
    max-width: 100%;
    z-index: 100;
}
#map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.search-container-results-map {
    height: 80vh!important;
}
#gmap-search {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
#locked-map-hero-container {
    position: relative;
    display: block;
    float: left;
    width: 100vw;
    height: 70vh;
    max-width: 100%;
    z-index: 100;
}

.map-icon {
    position: relative;
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 2px 5px 2px 0
}

.map-icon-copy {
    font-size: 11px;
    font-size: .8rem;
    line-height: 14px;
    line-height: 1rem;
    clear: left
}

.map-photo {
    width: 50px;
    height: 50px;
    background-size: cover;
    display: block;
    border: 3px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 0 0 5px #000
}

.tooltip {
    color: #fff;
    width: auto;
    height: 40px;
    text-align: center;
    z-index: 1006
}

.tooltip-background {
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(72, 84, 99, .8);
    width: 100%;
    height: 100%;
    border: #fff 2px solid
}

.tooltip-red-dot {
    display: block;
    position: relative;
    float: left;
    background-image: url('https://www.mickeyshannon.com/images/map-marker.png');
    width: 10px;
    height: 10px;
    margin: 15px;
    z-index: 1006
}

.tooltip-inner {
    display: block;
    position: relative;
    float: right;
    font-size: 9px;
    font-size: .7rem;
    color: #fff;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    padding-right: 10px
}

#main-map-content-container {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: relative;
    display: block;
    float: left;
    z-index: 500;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
}
#gmap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#map-content-container {
    position: absolute;
    display: block;
    bottom: 50px;
    right: 50px;
    width: 350px;
    height: auto;
    z-index: 800;
    font-family: 'Open Sans', Tahoma, serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000;
    background-color: #FFF;
    padding: 15px;
    padding-bottom: 5px;
}
#map-inner-content {
    width: 320px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.map-icon {
    position: relative;
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 2px 5px 2px 0px;
}
.map-icon-waterfall {
    background-image: url(/images/icons/waterfall.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-hiking {
    background-image: url(/images/icons/hiking.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-byway {
    background-image: url(/images/icons/byway.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-park {
    background-image: url(/images/icons/park.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}
.map-icon-pointofinterest {
    background-image: url(/images/icons/landmark.png);
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
}

.search-items {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    padding: 50px 0;
}
.search-items-inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}
.search-column {
    position: relative;
    display: block;
    float: left;
    width: 33%;
    height: auto;
    color: #ccc;
    font-size: 12px;
    font-size: .9rem;
}
.search-column-continued {
    margin-top: 3.1rem;
}
.search-items h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
}
.search-column li, .search-column ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2rem;
}
.search-column ul ul {
	padding-bottom: 1rem;
}
.search-column ul ul ul {
	padding-bottom: 0px;
}

.search-archive-bar {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.search-archive-bar-inner {
	position: relative;
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.search-archive-bar-form {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.search-archive-bar-terms {
	position: relative;
	display: block;
	float: left;
	width: 70%;
	max-width: 600px;
	height: 40px;
	background-color: #FFF;
	border: 0px;
	color: #ca0c2e;
	border: 1px solid #DDD;
	padding: 0px 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.search-archive-bar-submit {
	position: relative;
	display: block;
	float: left;
	width: 20%;
	max-width: 150px;
	margin-left: 5%;
	height: 40px;
	background-color: #ca0c2e;
	color: #FFF;
	border: none;
	text-transform: uppercase;
}

/**
 * 6.0 Footer
 * -----------------------------------------------------------------------------
 */

.footer-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #000;
	padding: 3rem 0px;
	color: #FFF;
}
.footer-inner-container {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 3rem 0px;
	font-size: 2.4rem;
	text-align: center;
}
.footer-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}
.footer-navigation {
	list-style: none;
}
.footer-navigation li {
	display: inline;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0px 1rem;
	font-weight: 400;
}
.footer-navigation li a { color:#FFF; }
.footer-about {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.footer-copyright {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.footer-social-bar a {color: #FFF;display: inline-block;width: 25px;height: 25px;margin: 0px 1rem;text-indent: -3000px;overflow: hidden;}

.fab {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	background-image: url('/images/icons.png');
	background-size: 375px 25px;
	overflow: hidden;
	/* background-origin: unset; */
}
.fa-facebook {
	background-position: top 0px right 75px;
}
.fa-instagram {
	background-position: top 0px right 100px;
}
.fa-youtube {
	background-position: top 0px right 175px;
}
.fa-pinterest {
	background-position: top 0px right 150px;
}
.fa-twitter {
	background-position: top 0px right 125px;
}
.fa-vimeo {
	background-position: top 0px right 225px;
}
.fa-linkedin {
	background-position: top 0px right 200px;
}

/* Photos Sub-Footer */
.footer-icon-bar {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 100px;
	background-color: #f2f1ef;
	margin: 5rem 0px 0px;
	padding: 5rem 0px;
}
.footer-icon-bar-inner {
	position: relative;
	display: block;
	width: 800px;
	margin: 0 auto;
	/* padding: 5rem 0px; */
}
.footer-icon {
	position: relative;
	display: block;
	float: left;
	width: 200px;
}
.footer-icon img {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	margin: 0px 50px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.footer-icon span {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	margin: 0px;
	font-size: 1.6rem;
	text-align: center;
	color: #000;
}
.footer-icon:hover img {
	filter: none !important;
}
.footer-icon:hover span {
	color: #c30c2c;
}


/**
 * 20.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width:2350px) {
	.galleries-inner-container {
		width: 1830px;
	}
	#galleries {
		width: 1440px;
	}	
	
}


@media screen and (max-width:2100px) {
	/* Photo Page Styles */
    /*.photo-container-inner {
    	width: 1500px;
	}
	.photo-image {
		width: 1000px;
	}
	.photo-options-container { width:430px; }
	.photo-description-container-inner { width: 1500px; }
	.photo-description { width: 1000px; }
	.photo-details { width:430px; }
	.print-style-container-inner { width: 1500px; }
	.print-style-container-left-text { width: 683px; }
	.photo-image-vertical { width: 600px; }
	.photo-options-container-vertical { width: 830px; }
	.photo-image-pano { width: 100%; margin: 0px 0px 25px 0px; }
	.photo-options-container-pano { width: 100%; }
	.photo-page-contact-form-inner { width:1500px; }*/
	
	/* Prints Content Page Styles */
	.content-page-navigation {
    	width: 300px;
	}
	.content-question { width: 1600px; padding: 4rem 100px; }
	.content-faq-copy {
    	width: 850px;
    	margin-right: 150px;
	}
	.content-faq-button-holder {
    	width: 400px;
	}
}

@media screen and (max-width:2050px) {
	
	/* Photo Page */
	.photo-container-inner {
		width:1620px;
	}
	.photo-image { width: 800px; margin-right: 70px; }
	.photo-options-container {
		width: 750px;
	}
	.photo-description-container-inner {
		width:1620px;
	}
	.photo-description {
		width: 970px;
	}
	.photo-details {
		width:550px;
	}
	.highlights-container-inner {
		/* width:1620px; */
	}
	.highlights-container-image {
		
	}
	.highlights-container-copy {
	}
	.highlights-container-holder {
		max-width:1600px;
	}
	
	.photo-image-pano { width: 100%; }
	.photo-options-container-pano {
		width: 100%;
		margin: 2rem 0px 0rem;
		padding-top: 3rem;
	}
	.photo-content-container-holder-pano {
		width: 45%;
		margin-right: 5%;
	}
	.photo-options-container-holder-pano {
		width: 50%;
	}
	/* End Photo Page */
	
	/* Start Product Pages */
	.product-page-inner {
		width: 1800px;
	}
	.product-page-right {
		width: 550px;
	}
	/* End Product Pages */

}

@media screen and (max-width:1850px) {
	.galleries-inner-container {
		width: 1300px;
	}
	#galleries {
		width: 960px;
	}
	.galleries-inner-container aside {
		width: 320px;
	}
	#gallery-navigation {
		padding: 0px 30px 0px 0px;
	}
	
	.content-page-header figcaption {
		width: 1200px;
		margin-left: -600px;
	}
	.content-page-header figcaption h1 { font-size: 6rem; line-height: 6rem; }
	.content-page-header figcaption span { font-size: 4rem; line-height: 4rem; }
	
	/* Start Product Pages */
	.product-page-inner {
		width: 1600px;
	}
	.product-page-left {
		width: 800px;
	}
	/* End Product Pages */

}

@media screen and (max-width:1650px) {
	
	/* Photo Page */
	.photo-container {
		padding: 100px 0px 5rem;
	}
	.photo-container-inner {
		max-width:1220px;
		
	}
	.photo-image { width: 100%; margin-right: 0px; }
	.photo-options-container {
		width: 100%;
		margin: 6rem 0px 2rem;
	}
	.photo-description-container-inner {
		width:1220px;
	}
	.photo-description {
		width:780px;
		margin-right: 40px;
	}
	.photo-details {
		width:400px;
	}
	.photo-content-container-holder {
		position: relative;
    	display: block;
    	float: left;
    	width: 50%;
    	margin-right: 5%;
    	height: auto;
	}
	.photo-options-container-holder {
		position: relative;
    	display: block;
    	float: left;
    	width: 45%;
    	height: auto;
	}
	
	.highlights-container-holder {
		max-width:1200px;
	}
	.highlights-container-inner {
	}
	.highlights-container-image {
	}
	.highlights-container-copy {
		width: 350px;
		margin-right: 70px;
	}
	.highlights-container-copy-inner {
		width: 400px;
		padding: 25px 25px 100px;
	}

	
	.print-styles-slider, .frame-styles-slider {
		width: 100%;
	}
	.print-style-container-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.print-style-container-image img {
		position: relative;
		display: block;
		float: right;
		max-width: 100%;
	}
	.print-style-container-copy, .frame-style-container-copy {
		max-width: 100%;
		padding: 50px 75px 75px 75px;
		margin-top: -150px;
	}
	.print-style-container, .frame-style-container {
		padding: 0px;
		display: block;
	}
	.print-style-selector, .frame-style-selector {
		top: 0px;
	}
	
	/* Start Product Pages */
	.product-page-inner {
		width: 1400px;
	}
	.product-page-left {
		width: 800px;
	}
	.product-page-right {
		width: 550px;
	}
	/* End Product Pages */

}

@media screen and (max-width:1500px) {
	.content-page-event-schedule-inner {
		width: 1000px;
	}
	.content-page-event-small-three { clear: none; }
	.content-page-event-two { clear: both; }

}

@media screen and (max-width:1450px) {
	
	.highlights-container {
		padding: 0px;
	}
	
	.highlights-container-inner {
		width: 1200px;
		float: none;
		padding: 0px;
		margin: 0 auto;
	}
	
	.highlights-container-holder {
		width: 100%;
		display: block;
		float: left;
		margin: 0px;
	}
	.highlights-container-image {
		width: 100%;
		display: block;
	}
	.highlights-container-copy {
		width: 100%;
		margin: 0px;
		padding: 50px;
		display: block;
		float: left;
	}
	.highlights-container-copy-inner {
		width: 100%;
		padding: 0px;
	}
	
	.related-galleries-inner {
		width: 800px;
	}
	.related-galleries-text {
		width: 600px;
		/* float: left; */
		margin: 0 100px;
		padding: 0px 0px 50px 0px;
		min-height: unset;
	}
	.related-galleries-image-container {
		/* width: 400px; */
	}
	.related-galleries-image {
		width: 100%;
		margin: 0px;
	}
	.related-galleries-image-holder {
		width: 100%;
	}

	/* Start Product Pages */
	.product-page-inner {
		position: relative;
		display: block;
		/* float: left; */
		width: 1200px;
	}
	.product-page-left {
		position: relative;
		display: block;
		float: left;
		width: 800px;
	}
	.product-page-right {
		position: relative;
		display: block;
		float: left;
		width: 350px;
	}
	.product-page-thumbnails {
		width: 900px;
	}
	.product-page-header {
		width: 850px;
		margin: 0px 25px;
	}
	/* End Product Pages */
	
	/* Cart Shopping Styles */
	.cart-wrapper-inner { width: 1200px; }
	.shopping-cart-items-holder { width: 650px; margin-right: 50px; }
	.shopping-cart-checkout-holder { width: 500px; }
	.shopping-cart-product-picture { width: 298px; }
	.shopping-cart-product-info { width: 325px; }
	.shopping-cart-product-price { width: 185px; }
	.shopping-cart-product-qty { width: 177px; }
	/* End Cart Shopping Styles */

	.content-page-simple-copy {
    	max-width: 1400px;
    	width: 100%;
    	padding: 0px 20px;
	}	
}

@media screen and (max-width:1350px) {
	.galleries-inner-container {
		width: 1020px;
	}
	#galleries {
		width: 740px;
	}
	.galleries-inner-container aside {
		width: 260px;
	}
	#gallery-navigation {
		padding: 0px 20px 0px 0px;
	}
	
	.galleries-section-gallery {
		width: 350px;
		margin: 0px 10px 30px 10px;
	}
	.galleries-section-gallery-image-holder {
		width: 300px;
		height: 300px;
	}
	
	/* Homepage Styles */
	.split-sub-hero-right-copy { padding: 0px 2%; }
	/* End Homepage Styles */

}

@media screen and (max-width:1300px) {
	.homepage-galleries-copy {
    	padding: 30px;
    	margin-top: 0px;
 }
	.homepage-galleries-slider {
		width: 100%;
		padding: 0px;
	}
	.homepage-galleries-container-inner {
    	width: 100%;
    	padding: 0px;
	}
}

@media screen and (max-width:1250px) {
	
	/* Navigation Styles */
	.navbar-menu>li { margin-left: 15px; }
	/* End Navigation Styles */

	/* Footer Styles */
	.footer-inner-container {
		width: 1000px;
	}
	/* End Footer Styles */
	
	/* Galleries Styles */
	.content-page-header figcaption {
		width: 90%;
		margin: 0px 5%;
		left: unset;
	}
	.content-page-header figcaption h1 { font-size: 4rem; line-height: 4rem; }
	.content-page-header figcaption span { font-size: 3rem; line-height: 3rem; }
	.galleries-top-inner-container {
		width: 90%;
		margin: 0px 5%;
	}
	/* End Galleries Styles */	

	/* Homepage Styles */
	.gallery-carousel-inner {
    	width: 1000px;
	}
	.text-in-picture-inner {
    	width: 1000px;
	}
	.blog-previews-inner-copy {
		width: 1000px;
	}
	.blog-previews-inner {
		width: 1000px;
	}
	.blog-preview {
		width: 450px;
		min-height: 550px;
	}
	.hero-content {
    	bottom: 50px;
    	left: 50px;
    	width: 800px;
	}
	.text-in-picture-inner {
    	width: 1000px;
	}
	.gallery-carousel-inner-copy h3 {
    	font-size: 4rem;
    	line-height: 3.4rem;
	}
	.gallery-carousel-inner-copy span {
    	font-size: 3rem;
    	line-height: 2.4rem;
	}
	.gallery-carousel-item {
    	width: 450px;
    	height: 425px;
 }
	.gallery-carousel-image {
		width: 450px;
		/* height: 300px; */
	}
	.sub-hero-inner {
    	width: 1000px;
	}
	.section-divider hr {
    	position: relative;
    	display: block;
		float:left;
    	width: 80%;
    	margin: 0 10%;
	}
	
	.split-sub-hero-inner {
		display: block;
		float: left;
		align-items: normal;
		justify-content: unset;
	}
	.split-sub-hero-left-image {
		float:left;
		width: 100%;
	}
	.split-sub-hero-right-copy {
		float:left;
		width: 100%;
		padding: 5rem 10%;
	}
	.split-sub-hero-right-image {
		float:left;
		width: 100%;
	}
	.split-sub-hero-left-copy {
		float:left;
		width: 100%;
		padding: 5rem 10%;
	}
	/* End Homepage Styles */

	/* Photo Page */
	.print-styles-slider, .frame-styles-slider {
		width:100%;
	}
	.print-style-container-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.print-style-container-image img {
		position: relative;
		display: block;
		float: right;
		max-width: 100%;
	}
	.print-style-container-copy, .frame-style-container-copy {
		max-width: 100%;
		padding: 50px 75px 75px 75px;
		margin-top: -150px;
	}
	.print-style-container, .frame-style-container {
		padding: 0px;
		display: block;
	}
	.print-style-selector, .frame-style-selector {
		top: 0px;
	}

	
	/* Photo Page */
	.photo-container-inner {
		width:100%;
		/* padding: 0px 50px; */
	}
	.photo-image {
		width: 100%;
		padding: 0px 50px;
	}
	.photo-options-container {
		width: 100%;
		padding: 0px 50px;
		margin: 2rem 0px;
	}
	.photo-content-container-holder {
		width: 100%;
		padding: 0px;
	}
	.photo-options-container-holder {
		width: 100%;
		padding-top: 2rem;
	}
	.photo-description-container {
		width: 100%;
		padding: 0px 50px;
	}
	.photo-description-container-inner {
		width: 100%;
		margin: 5rem 0px;
	}
	.photo-description {
		width: 100%;
		margin: 0 0 5rem 0;
	}
	.photo-details {
		width: 100%;
	}
	
	.highlights-container-image {
	}
	.highlights-container-copy-inner {
	}
	
	.photo-print-styles-container-inner {
		width: 100%;
		padding: 0px;
	}
	.print-styles-slider {
		width: 100%;
	}
	.print-styles {
		padding: 50px;
	}
	.print-styles p {
		line-height: 2.5rem;
	}	

	/* Start Product Pages */
	.product-page-inner {
		position: relative;
		display: block;
		/* float: left; */
		width: 1000px;
	}
	.product-page-left {
		position: relative;
		display: block;
		float: left;
		width: 600px;
	}
	.product-page-right {
		position: relative;
		display: block;
		float: left;
		width: 350px;
	}
	/* End Product Pages */

	/* Cart Shopping Styles */
	.cart-wrapper-inner { width: 1100px; }
	.shopping-cart-items-holder { width: 650px; margin-right: 25px; }
	.shopping-cart-checkout-holder { width: 425px; }
	.shopping-cart-product-picture { width: 318px; }
	.shopping-cart-product-info { width: 325px; }
	.shopping-cart-product-price { width: 185px; }
	.shopping-cart-product-qty { width: 177px; }
	.shopping-cart-header { padding: 14px;}
	.shopping-cart-product-picture { padding: 14px;}
	.shopping-cart-product-price { margin: 14px; }
	.shopping-cart-product-qty { padding: 14px 0px; }
	.plus-minus-buttons { height: 25px; width: 25px; }
	.plus-minus-input { width: 30px; height: 25px; }
	.shopping-cart-product-price-bottom { font-size: 1.6rem }
	/* End Cart Shopping Styles */

}

@media screen and (max-width:1200px) {
	.highlights-container-inner {
		width: 100%;
		padding: 0px;
	}
	.highlights-container-copy {
		padding: 30px;
	}
	
	/* Navigation Styles */
    .navigation-mobile-icon-holder {
        display: block;
        position: fixed
    }
    .navbar-menu {
        display: none;
        position: fixed;
        z-index: 1999;
        width: 100%;
        /* box-shadow: 0 15px 35px rgba(0, 0, 0, .1); */
        background: #121212;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        list-style: none;
        list-style-position: unset;
        margin-top: 0px;
        padding-top: 150px;
        /* border-top: 65px solid #CCC; */
        padding-left: 0;
        min-height: 100%;
    }
    .navbar-menu-open {
        padding-top: 80px
    }
    .navbar-menu li {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
        padding: 5px 25px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .navbar-menu ul {
        display: none;
    }
    .navbar-menu>li>a {
        text-align: left;
        color: #FFF;
    }
    .navbar {
        margin: 0;
        position: absolute;
        height: auto;
        /* min-height: 100vh; */
        /* background-color: #FFF; */
    }
    .navbar .brand {
        margin-top: 15px;
        /* filter: invert(1); */
    }
    .navbar .mobile-brand {
        display: block;
        /* filter: invert(1); */
        /* left: 20px; */
    }
	.navigation-search-icon {
		right: 75px;
		top: 25px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.navigation-search-icon {
		display: none;
	}
	.navigation-search-container-inner {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.navigation-search-container {
		top: 85px;
		width: 100%;
		height: 50px;
		z-index: 2000;
		position: fixed;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	.navigation-search-container-mobile {
		display: block;
	}
	.image-search-form {
		width: 100%;
	}
	.search-terms {width: 100%;background-color: #424242;border: 0px;height: 48px;line-height: 48px;padding: 0px 0px 0px 25px;}
	.search-field-submit-holder {
    	margin: 0px;
    	position: absolute;
    	max-width: 50px;
    	width: 50px;
    	height: 50px;
    	/* width:100%; */
    	top: 0px;
    	right: 0px;
   }
	.search-field-submit-holder .fa-search {display: block;position: absolute;width: 25px;height: 25px;color: #FFF;line-height: 50px;text-indent: 0px;top: 10px;left: 0px;}
	.open-search-container {
		top: 0px;
	}
	.search-field-holder {
		position: relative;
		display: block;
		float: left;
		width: 90%;
		width: calc(100% - 75px);
	}
	.search-field-submit {
		background: none;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
	}
	.navigation-search-icon span {
    	display: none;
	}
	.navigation-cart-button {
		/* display:none; */
		position: fixed;
		width: auto;
		padding: 0 1.4rem;
		top: 25px;
		right: 70px;
		width: 40px;
		height: 36px;
		line-height: 36px;
		z-index: 2000;
		text-indent: -9999px;
		text-align: center;
		vertical-align: middle;
		background-color: unset;
		color: #ca0c2e;
	}
	.navigation-cart-button .fas {
		/* background-position: top 0px right 100px; */
		position: absolute;
		display: block;
		color: #ca0c2e;
		background-color: #FFF;
		/* background-image: url(/images/icons.png); */
		/* background-size: 275px 25px; */
		/* overflow: hidden; */
		font-size: 2rem;
		top: 0px;
		left: 0px;
		width: 40px;
		height: 36px;
		text-indent: 0px;
		line-height: 36px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.navigation-cart-button:hover .fas {
		background-color: #ca0c2e;
		color: #FFF;
	}
	.navigation-cart-button:hover .shopping-cart-items-icon {
		background-position: top 0px left 150px;
	}
	.navigation-cart-button[data-count]:after{
		position: absolute;
		right: -5px;
		top: -8px;
		width: 10px;
		height: 10px;
		content: attr(data-count);
		font-size: 1.2rem;
		padding: .4rem;
		border-radius: 999px;
		line-height: 10px;
		color: #a23232;
		text-align: center;
		font-weight: bold;
		background: #FFF;
		text-indent: 0px;
		border: 1px solid #a23232;
	}

	.mobile-cart-menu { display: block; }
	.fa-search, .fa-window-close {
    	margin: 0px;
    	width: 36px;
    	height: 36px;
    	text-align: center;
    	vertical-align: middle;
    	line-height: 36px;
	}

	/* Footer Styles */
	.footer-overlay-copy {
		width: 600px;
		height: 400px;
		margin-left: -300px;
		margin-top: -200px;
		top: 50%;
		left: 50%;
		position: absolute;
	}
	/* End Footer Styles */	

	.photo-container {
		padding: 75px 0px 5rem;
	}

	
}

@media screen and (max-width:1150px) {
	/* Cart Shopping Styles */
	.cart-wrapper-inner { width: 1000px; }
	.shopping-cart-checkout-holder { width: 325px; }
	/* End Cart Shopping Styles */
}


@media screen and (max-width:1100px) {
	
	.photo-content-container-holder, .photo-options-container-holder {
    	width: 100%;
    	margin: 0%;
	}
	
	.print-style-container-image { height: auto; }
	.print-style-container-image img { height: auto; }
}

@media screen and (max-width:1050px) {

	/* Homepage Styles */
	.homepage-galleries-inner {
    	width: 80%;
	}
	.gallery-carousel {
		width: 100%;
		height: auto;
	}
	.gallery-carousel-item {
    	max-width: 600px;
		width: auto;
    	height: auto;
	}
	.gallery-carousel-inner {
    	max-width: 620px;
	}
	.gallery-carousel-image {
		width: auto;
	}
	.gallery-carousel-inner-copy h3 {
		color: #a23232;
		padding-top: 1rem;
	}
	.gallery-carousel-inner-copy span {
    	text-transform: none;
	}
	.hero-button:hover {
		border: 1px #a8282e solid !important;
	}
	.hero-background { display: none; }
	.hero-content h1 {/* color: #a23232; */font-size: 2.6rem;line-height: 3rem;text-transform: none;}
	.header-subtext { position: inherit; display: unset; float: unset; width: unset; font-size: inherit; }
		
	.text-in-picture-inner {
    	float: left;
		width: 80%;
		margin: 0 10%;
	}
	.text-in-picture-copy {
    	width: 100%;
    	margin: 50px 0px;
    	/* padding-top: 25px; */
    	background-color: transparent;
    	padding: 0px;
 	}
	
	.blog-previews-inner-copy {
		max-width: 100%;
		width: 80%;
		margin: 2rem 30px;
	}
	.blog-previews-inner {
		max-width: 100%;
		width: 80%;
		margin: 2rem 30px;
	}
	.blog-previews-inner-copy h2 {
    	text-align: left;
    	font-size: 2.4rem;
 }
	.blog-previews-inner-copy p {
    	text-align: left;
	}
	.blog-preview {
		max-width: 600px;
    	width: 100%;
		min-height: auto;
		height: auto;
		margin: auto;
	}
	.blog-preview h3 {
		max-width: 600px;
		width: 100%;
		padding: 1rem 0px;
	}
	.blog-previews-inner p {
		max-width: 600px;
		width: 100%;
		padding: 0px 0px 2rem;
	}
	.hero-content {
    	position: relative;
    	display: block;
    	float: left;
    	left: 0px;
    	bottom: 0px;
    	width: 100%;
    	padding: 30px;
 }
	#hero {
    	position: relative;
    	display: block;
    	float: left;
    	width: 100%;
    	height: auto;
    	/* background-color: #000; */
 	}
	
	.text-in-picture-inner {
    	width: 80%;
		margin: 0 10%;
	}
	/*.hero-content h1 {
		font-size: 4rem;
		line-height: 3.4rem;
	}*/
	.sub-hero-inner {
    	width: 80%;
		margin: 0 10%;
	}
	.sub-hero-inner h2 {text-align: left;font-size: 2.4rem;padding-bottom: 1.6rem;}
	.sub-hero-inner p { text-align: left; }
	.section-divider hr {
    	position: relative;
    	display: block;
		float:left;
    	width: 80%;
    	margin: 0 10%;
	}
	
	.homepage-galleries-copy p {
		line-height: 2.4rem;
	}
	.homepage-gallery-slider-container-copy {
		position: relative;
		display: block;
		float: left;
		max-width: unset;
		bottom: unset;
		left: unset;
		padding: 30px;
	}
	
	.homepage-galleries-copy-inner {
		text-align: left;
	}
	.highlights-container-copy-inner p {
		line-height: 2.4rem;
	}
	
	/* End Homepage Styles */
	
	/* Galleries */
	.galleries-inner-container {
		width: 960px;
	}
	#galleries {
		width: 960px;
	}	
	.galleries-section-gallery {
		width: 450px;
		margin: 0px 15px 30px 15px;
	}
	.galleries-section-gallery-image-holder {
		width: 400px;
		height: 400px;
	}
	
	#gallery-navigation { display: none; }
	#gallery-navigation-container {width:100%;padding: 15px;}
	.mobile-sidebar-navigation-toggle-button-top {
		position: relative;
		display: block;
		width: 100%;
		background-color: #424242;
		color: #FFF;
		text-align: center;
		line-height: 20px;
		vertical-align: middle;
	}
	.mobile-sidebar-navigation-toggle-button { display: block; }
	/* End Galleries */
	
	/* Footer Styles */
	.footer-inner-container {
		width: 900px;
	}
	/* End Footer Styles */
	
	/* Start Product Pages */
	.product-page-inner {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		padding: 0px 50px;
	}
	.product-page-left {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 0px;
	}
	.product-page-right {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		margin: 25px 0px 0px;
	}
	/* End Product Pages */

	/* Cart Shopping Styles */
	.cart-wrapper-inner { width: 96%; margin: 0px 2%; }
	.shopping-cart-items-holder { width: 100%; margin-right: 0px; }
	.shopping-cart-checkout-holder { width: 100%; }
	.shopping-cart-product-picture { width: 55%; padding-right:14px }
	.shopping-cart-product-info { width: 45%; }
	.shopping-cart-product-price { width: 33%; margin: 1%; }
	.shopping-cart-product-qty { width: 30%; margin: 14px 0px; padding: 0px; }
	.shopping-cart-bottom-checkout { display: none; }
	/* End Cart Shopping Styles */

}

@media screen and (max-width:1000px) {
	.content-page-event-schedule-inner {
		width: 880px;
	}
	.content-page-event {
		width: 200px;
		margin: 10px;
	}
	.content-page-event-right {
		width: 100%;
		margin:0px;
	}
	.content-page-event-left {
		width: 100%;
	}
	.content-page-event-two { clear: none; }
	.content-page-event-small-four { clear: both; }
}

@media screen and (max-width:980px) {

	/* Galleries */
	.galleries-inner-container {
		width: 740px;
	}
	#galleries {
		width: 740px;
	}
	#gallery-navigation {
	}
	
	.galleries-section-gallery {
		width: 350px;
		margin: 0px 10px 30px 10px;
	}
	.galleries-section-gallery-image-holder {
		width: 300px;
		height: 300px;
	}
	/* End Galleries */
}


@media screen and (max-width:950px) {
	/* Footer Styles */
	.footer-inner-container {
		width: 700px;
	}
	/* End Footer Styles */
	
	/* Product Pages */
	.product-page-thumbnails {
		width: 700px;
	}
	.product-page-header {
		width: 650px;
		margin: 0px 25px;
	}
	.product-page-thumbnail {
    	position: relative;
    	display: block;
    	float: left;
    	margin: 50px 25px;
    	width: 300px;
	}
	.product-page-thumbnail-left {
		width: 100%;
	}
	.product-page-thumbnail-right {
		width: 100%;
	}
	.product-page-thumbnail-left img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	/* End Product Pages */

	/* Galleries Styles */
	.content-page-header figcaption {
    	position: relative;
    	display: block;
    	float: left;
	}
	.content-page-header figcaption h1 { font-size: 3rem; line-height: 3rem; width: auto; position: unset; display: inherit; float: none; }
	.content-page-header figcaption span { font-size: 3rem; line-height: 3rem; width: auto; position: unset; display: inherit; float: none; }
	.galleries-top-inner-container {
		width: 90%;
		margin: 0px 5%;
	}
	/* End Galleries Styles */	

}


@media screen and (max-width:900px) {

	/* Photo Page */
	.print-styles-slider, .frame-styles-slider {
		width:100%;
	}
	.print-style-container-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.print-style-container-image img {
		position: relative;
		display: block;
		float: right;
		max-width: 100%;
	}
	.print-style-container-copy, .frame-style-container-copy {
		max-width: 100%;
		padding: 50px 50px 50px 50px;
		margin-top: -100px;
	}
	.print-style-container, .frame-style-container {
		padding: 0px;
		display: block;
	}
	.print-style-selector, .frame-style-selector {
		top: 0px;
		left: 50px;
	}
	.print-styles p {
		text-align: left;
		margin: 0px;
	}
	.print-styles h2 {
		text-align: left;
	}

}

@media screen and (max-width:880px) {
	.content-page-event-schedule-inner {
		width: 660px;
	}
	.content-page-event-small-four { clear: none; }
	.content-page-event-small-three { clear: both; }
}

@media screen and (max-width:800px) {
	/* Footer Styles */
	.footer-icon-bar-inner {
		width: 600px;
	}
	.footer-icon {
		width: 150px;
	}
	.footer-icon span {
		width: 100%;
	}
	.footer-icon img {
		margin: 0px 25px;
	}
	/* End Footer Styles */
	
	/* Photo Page */
	#related-galleries {
		margin: 0px;
	}
	.related-galleries-inner {
		width: 100%;
	}
	.related-galleries-text {
		width: 100%;
		padding: 0 50px;
		margin: 0px;
	}
	.related-galleries-image-container {
		width: 100%;
		padding: 0 50px;
	}
	/* End Photo Page */
	
}


@media screen and (max-width:750px) {

	/* Galleries */
	.galleries-inner-container {
		width: 480px;
	}
	#galleries {
		width: 480px;
	}
	#gallery-navigation {
	}
	
	.galleries-section-gallery {
		width: 450px;
		margin: 0px 10px 30px 10px;
	}
	.galleries-section-gallery-image-holder {
		width: 400px;
		height: 400px;
	}
	/* End Galleries */	
	
	/* Footer Styles */
	.footer-inner-container {
		width: 90%;
	}
	.footer-overlay-copy {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 25px;
		top: 50px;
		left: 0px;
		position: absolute;
	}
	/* End Footer Styles */	

}

@media screen and (max-width:700px) {
	/* Product Pages */
	.product-page-thumbnails {
		width: 450px;
	}
	.product-page-header {
		width: 400px;
		margin: 0px 25px;
	}
	.product-page-thumbnail {
    	position: relative;
    	display: block;
    	float: left;
    	margin: 50px 25px;
    	width: 400px;
	}
	
	#product-page h1 {
	font-size: 2rem;
	line-height: 2rem;
	}
	
	/* End Product Pages */
}

@media screen and (max-width:660px) {
	.content-page-event-schedule-inner {
		width: 440px;
	}
	.content-page-event-small-three { clear: none; }
	.content-page-event-two { clear: both; }
}

@media screen and (max-width:600px) {
	
	.photo-content-container-holder h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.print-style-container-copy h3, .frame-style-container-copy h3 {
		font-size: 2.6rem;
		line-height: 3rem;
	}
	
	/* Changing 50px paddings to 5% for mobile sizes */
	
	.photo-image, .photo-options-container, .photo-description-container, .related-galleries-text, .related-galleries-image-container {
    	padding: 0px 5%;
	}
	.print-styles {
    	padding: 50px 5%;
	}
	.print-style-container-copy {
		padding: 60px 30px 50px;
	}
	.print-style-selector, .frame-style-selector {
		left: 5%;
	}

	/* End changing 50px paddings to 5% for mobile sizes */

	/* Footer Styles */
	.footer-icon-bar-inner {
		width: 300px;
	}
	.footer-icon {
		width: 150px;
	}
	.footer-icon span {
		width: 100%;
	}
	.footer-icon img {
		margin: 0px 25px;
	}
	
	/* Product Pages */
	.product-page-thumb img {
		width: 50px;
		height: auto;
	}
	.product-page-inner {
		padding: 0px 25px;
	}
	.input-group {
		position: relative;
		display: block;
		float: left;
		width: 150px;
		margin: 0px !important;
	}
	.cart-button-container { margin-left: 0px !important;}
	.cart-items {
		margin-bottom: 30px;
	}
	.learn-more-button {
		margin-right: 10px;
	}
	/* Product Pages */

}

@media screen and (max-width:500px) {
	.content-page-event {
		width: 100%;
		margin: 10px 0px;
	}

	.content-page-event-schedule-inner {
		width: 90%;
		margin: 0 5%;
	}
	.content-page-event-left {width: 100%;}
}

@media screen and (max-width:480px) {
	.galleries-inner-container {
    	width: 100%;
	}
	#galleries {
    	width: 100%;
	}
	.galleries-section-gallery {
    	width: 96%;
    	margin: 0px 2% 30px;
 }
	.galleries-section-gallery-image-holder {
    	width: 100%;
 }
}

@media screen and (max-width:475px) {
	/* Product Pages */
	.product-page-thumbnails {
		width: 100%;
		margin: 0px;
		padding: 0 25px;
		float: left;
	}
	.product-page-header {
		width: 100%;
		margin: 0px;
	}
	.product-page-thumbnail {
    	position: relative;
    	display: block;
    	float: left;
    	margin: 25px 0px;
    	width: 100%;
    	border-bottom: 1px solid #666;
 }
	/* End Product Pages */
	.content-page-event-right {
		width: 100%;
		padding: 1rem 0px;
    	margin: 0px 0px 1rem 0px;
	}
}

@media screen and (max-width:300px) {
	.footer-icon-bar-inner {
		width: 150px;
	}
	.footer-icon {
		width: 150px;
	}
	.footer-icon span {
		width: 100%;
	}
	.footer-icon img {
		margin: 0px 25px;
	}
}