/* ---- IMPORTS ---- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.no-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.text-compress {
  -webkit-transform: scaleX(0.9);
  -moz-transform: scaleX(0.9);
  -o-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
@font-face {
  font-family: 'edmondsans-bold';
  src: url('../fonts/edmondsans-bold-webfont.eot');
  src: url('../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/edmondsans-bold-webfont.woff') format('woff'), url('../fonts/edmondsans-bold-webfont.ttf') format('truetype'), url('../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'edmondsans-medium';
  src: url('../fonts/edmondsans-medium-webfont.eot');
  src: url('../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/edmondsans-medium-webfont.woff') format('woff'), url('../fonts/edmondsans-medium-webfont.ttf') format('truetype'), url('../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'edmondsans-regular';
  src: url('../fonts/edmondsans-regular-webfont.eot');
  src: url('../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/edmondsans-regular-webfont.woff') format('woff'), url('../fonts/edmondsans-regular-webfont.ttf') format('truetype'), url('../fonts/edmondsans-regular-webfont.svg#edmondsans_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ---- FONTS ---- */
.font {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
}
.font-medium {
  font-family: 'edmondsans-medium', Helvetica, Arial, sans-serif;
}
.font-bold {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
}
/* ---- VARIABLES ---- */
/* ---- HELPERS ---- */
/* ---- CLEARFIX ---- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 0;
  width: 100%;
  border: none;
  background: none;
  display: block;
}
/* ---- HTML ---- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: white;
  width: 100%;
}
section,
footer,
aside {
  position: static;
  z-index: 1;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
p {
  line-height: 140%;
  font-size: 18pt;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4 {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
}
h1 {
  top: 20%;
  font-size: 36pt;
  text-shadow: 0px 0px 6px #000;
  text-transform: uppercase;
}
strong {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
}
input:focus,
textarea:focus {
  outline: 0;
}
/* ---- CLASSES ---- */
.window {
  width: 100%;
}
.overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  width: 80%;
}
.container {
  width: 80%;
  padding: 20% 5%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.column-left {
  float: left;
  width: 47.5%;
  margin-right: 10px;
}
.column-right {
  float: right;
  width: 47.5%;
  margin-left: 10px;
}
.column-narrow {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  overflow: hidden;
}
.column-narrow:last-child {
  margin-right: 0;
}
.button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'edmondsans-medium', Helvetica, Arial, sans-serif;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  border: 2px solid white;
  padding: 2px 8px;
  cursor: pointer;
}

.button:hover,
.button.clicked {
  background: white;
  color: #626262;
}
.button.big {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-top: 30px;
  padding: 0px 34px;
  text-transform: uppercase;
  min-width: 200px;
  max-width: 377px;
  font-size: 15px;
      height: 50px;
    line-height: 50px;
}
.flyout {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  z-index: 500;
  font-size: 14pt;
  line-height: 24pt;
  padding: 30px;
  background: white;
  color: #626262;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  text-align: center;
}
.hidden {
  display: none;
}
/* ---- ARROWS ---- */
span.wpcf7-form-control-wrap.file {
    position: inherit !important;
}
.flyout span {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  border-color: rgba(136, 183, 213, 0);
  border-width: 24px;
  margin-left: -24px;
}
.flyout span.up {
  top: -47px;
  left: 50%;
  border-bottom-color: white;
}
.flyout span.down {
  bottom: -46px;
  left: 50%;
  border-top-color: white;
}
/* ---- HEADER ---- */
header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: -4px;
  z-index: 1000;
}
header nav {
  text-align: center;
  line-height: 45px;
}
header nav li {
  display: inline-block;
  margin-right: 1%;
}
header nav a {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius-bottomleft: 8px;
  -o-border-radius-bottomright: 8px;
  -ms-border-radius-bottomleft: 8px;
  -ms-border-radius-bottomright: 8px;
  border-radius: 0 0 8px 8px;
  font-size: 11pt;
  text-transform: uppercase;
  color: white;
  padding: 10px;
}
header nav a:hover {
  color: black;
  background: white;
}
/* ---- SECTIONS ---- */
section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
}
section p {
  width: 80%;
  position: relative;
  text-align: center;
  margin: 37px auto 0px auto;
}
section .logo {
  max-width: 100%;
}
section .canadapost {
  margin-top: 50px;
  text-align: center;
padding-bottom:12%;
}
section .canadapost p {
  font-size: 90%;
  margin-top: 6px;
}
#top {
  top: 0;
  padding-top: 42px;
  background-image: url(../img/bkg-clouds.jpg);
}
#top .carousel {
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#top .container {
  padding: 10%;
}
#top .powerofprint {
  max-width: 100%;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#top #facebook {
  background-color: #2086b4;
  display: inline-block;
  width: 80px;
  text-align: center;
}
#top #facebook:hover {
  background-color: #11465d;
}
#top h3 {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  margin-top: 30px;
}
#top .button.big {
  margin-top: 15px;
  min-width: 100px;
}
#top .ftp {
  margin-right: 15px;
}
#top .flyout {
  left: 30%;
  right: 30%;
  margin-top: 50px;
}
#top .flyout p {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  font-size: 12pt;
  text-transform: none;
  text-align: left;
  width: 100%;
  margin: 15px auto;
}
#top .flyout span.up {
  left: 45%;
}
#top .flyout input[type="submit"] {
  width: 100%;
  padding: 10px;
}
#about {
  background-image: url(../img/bkg-pantone.jpg);
}
#about .overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
#about .button {
  width: 76%;
  display: inline-block;
}
#about .flyout {
  left: 30%;
  right: 30%;
  /* margin-top: 35px; */
}
#about #environment p {
  text-align: right;
  font-size: 14pt;
  display: inline-block;
  width: 70%;
}
#about #environment img {
  float: right;
  position: relative;
  top: 20px;
}
#products .button,
  #products .flyout span {
  
  }
  #products .hidden {
   
    position: relative;
  }
  #products .flyout .column-narrow {
    display: block;
    width: 100%;
  }

#quote {
  background-image: url(../img/bkg-quote.jpg);
}
#photography {
  background-image: url(../img/bkg-mountains.jpg);
}
#photography small {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  display: block;
  font-size: 16pt;
  padding: 6px 0;
}
#photography .court {
  display: block;  
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#contact {
  background-color: #eaeaea;
  color: #626262;
}
#contact .container {
  padding: 20% 10% 39%;
}
#contact h1 {
  text-shadow: 0px 0px 2px #b7b7b7;
}
#contact h2 {
  font-family: 'edmondsans-medium', Helvetica, Arial, sans-serif;
  color: #b7b7b7;
  margin-top: 30px;
}
#contact p {
  margin: 0;
  width: 100%;
}
#contact a {
  color: #626262;
}
form label {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  display: block;
  font-size: 14pt;
  text-align: left;
  padding-left: 20px;
}
form input,
form textarea,
form select {
  color: #b7b7b7;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'edmondsans-medium', Helvetica, Arial, sans-serif;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 8px;
  margin-top: 5px;
}
form input[type="text"],
form input[type="email"],
form textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f0f0f0;
  padding: 12px 20px;
  border: 0px;
  font-size: 16pt;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  background: white;
  color: #626262;
}
form textarea {
  padding: 20px;
  min-height: 150px;
  font-size: 14pt;
  height:150px;
}
form input[type="file"] {
  border: 2px solid #626262;
  padding: 15px;
}
form input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  float: left;
  width: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 2px solid #626262;
  outline: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #626262;
  font-size: 14pt;
  cursor: pointer;
}
form input[type="submit"]:hover {
  background-color: #626262;
  color: white;
}
form span.error {
  display: block;
  width: 75%;
  position: relative;
  top: -30px;
  padding: 5px;
  background: #bf0202;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -o-border-radius-bottomleft: 7px;
  -o-border-radius-bottomright: 7px;
  -ms-border-radius-bottomleft: 7px;
  -ms-border-radius-bottomright: 7px;
  border-radius: 0 0 7px 7px;
  font-size: 16pt;
  color: white;
  margin: 0px auto 15px auto;
}
form .wobblesnops {
  display: none;
}
form p.success,
form p.failure {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 16pt;
  color: white;
  margin-bottom: 15px;
}
form p.failure {
  background: red;
}
form .styled-select {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-color: #f0f0f0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border: 0px;
  margin-bottom: 30px;
}
form .styled-select select {
  background: transparent;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 40px;
  -webkit-appearance: none;
  outline: 0;
  color: #626262;
}
#full-quote {
  background-color: #eaeaea;
  color: #626262;
}
#full-quote .container {
  padding: 10% 15%;
}
#full-quote h1 {
  padding: 40px 0px 20px 0px;
  text-shadow: 0px 0px 2px #b7b7b7;
}
#full-quote h3 {
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 18pt;
  margin: 50px 0px 30px 0px;
}
#full-quote textarea {
  height: 420px;
}
#full-quote input[type="submit"] {
  float: right;
}
.gallery-view {
  width: 100%;
}
#gallery-view {
  background-image: url(../img/bkg-bali.jpg);
  width: 100%;
}
#gallery-view .container {
  padding: 10% 10%;
}
#gallery-view h1 {
  padding: 40px 0px 20px 0px;
}
#gallery-view .image-gallery {
  margin: 30px 0px;
}
#gallery-view .image-gallery li {
  position: relative;
  margin: 20px;
  display: inline-block;
}
#gallery-view .image-gallery li:hover div {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000);
}
#gallery-view .image-gallery li div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  bottom: 3px;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 50;
  cursor: pointer;
}
#gallery-view .image-gallery li div a {
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  color: white;
}
#gallery-view .image-gallery img {
  -webkit-box-shadow: 0px 0px 6px #000000;
  -moz-box-shadow: 0px 0px 6px #000000;
  -o-box-shadow: 0px 0px 6px #000000;
  -ms-box-shadow: 0px 0px 6px #000000;
  box-shadow: 0px 0px 6px #000000;
  background: white;
  
}
#gallery-view .image-gallery a.gallery {
  /* position: relative; */
  /* margin: 20px; */
  /* color: white; */
  /* height: 230px; */
  /* display: inline-block; */
  /* width: 300px; */
}

#gallery-view .image-gallery a.gallery div {
   -webkit-transition: all 0.3s ease; */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   transition: all 0.3s ease; */
   position: absolute;
  background-color: #000; */
  background-color: rgba(0, 0, 0, 0.8); 
   zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  bottom: 5px;
  left: 0;

 overflow: hidden;
   padding: 15px;
  z-index: 50;
   cursor: pointer; 


}

.single-album{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    /* transition: all 0.3s ease; */
     position: relative !important;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    bottom: 5px;
    left: 0;
    width: 300px !important;
    height: 300px !important;
    overflow: hidden;
    padding: 15px;
    z-index: 50;
    cursor: pointer;
    float: none !important;
}


#gallery-view .image-gallery a.gallery div:before {
  content: "+";
  font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
  font-size: 20pt;
  display: block;
  padding-bottom: 20px;
  display: none;
}
#gallery-view .image-gallery a.gallery div h2 {
  font-size: 14pt;
  padding-top: 10px;
}
#gallery-view .image-gallery a.gallery div p {
  font-size: 14pt;
  margin: 20px auto;
  text-align: center;
}
#gallery-view .image-gallery h3 {
  font-size: 24pt;
  font-family: 'edmondsans-regular', Helvetica, Arial, sans-serif;
  padding: 40px 0px 30px 0px;
}
.single-album {
    width: 330px;
    height: 220px;
    float:left;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-left: 4%;
     background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




.mfp-title h1 {
  padding: 5px 0px;
  font-size: 14pt;
  text-transform: none;
}
.mfp-title p {
  font-size: 12pt;
}
#error {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000);
  padding-top: 40px;
}
#error h2 {
  font-size: 36pt;
  margin-top: 80px;
}
/* ---- FOOTER ---- */
footer {
  display: block;
  width: 100%;
  color: #626262;
  background: white;
  text-align: center;
  padding: 20px 0px;
  font-size: 11pt;
  width: 100%;
    clear: both;
   
    text-align: center;
}
footer span {
  color: #626262;
}
footer a {
  color: #b7b7b7;
  margin-left: 20px;
}
footer a:hover {
  color: #626262;
}
.quote-request footer,
.gallery-view footer {
  position: static;
  top: auto;
}
/* ---- MEDIA QUERIES ---- */
@media screen and (max-width: 1024px) {
  #products .flyout {
    width: 90%;
    left: 0%;
    margin: inherit 10px;
  }
  
  .single-album {
  
    margin: 30px auto;
    display: block;
}
}
@media screen and (max-width: 960px) {
  p {
    font-size: 16pt;
  }
  .container {
    padding: 20% 5%;
  }
  #about #environment p {
    float: none;
    width: 100%;
    text-align: center;
  }
  #about #environment img {
    float: none;
  }
}
@media screen and (max-width: 768px) {

 .single-album {
  
   width:250px;
   height:250px;
}
  .column-left,
  .column-right {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .column-right {
    margin-top: 40px;
  }
  section p {
    width: 100%;
  }
  h1 {
    font-size: 28pt;
  }
  .overlay,
  .container {
    width: 100%;
  }
  #gallery-view .image-gallery li,
  #gallery-view .image-gallery a.gallery {
    margin: 10px 0px;
  }
  .gallery-view .logo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 690px) {
  header {
    height: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    position: static;
  }
  nav li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-top: 4px;
  }
  header nav a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #626262;
    background: transparent;
  }
  #about .flyout,
  #top .flyout {
    width: 90%;
    left: 0%;
    margin: inherit 10px;
  }
  #products .button,
  #products .flyout span {
    display: none;
  }
  #products .hidden {
    display: block !important;
    position: relative;
  }
  #products .flyout .column-narrow {
    display: block;
    width: 100%;
  }
  #photography .court {
    position: static;
    display: block;
    margin: 40px auto 0px auto;
  }
  #full-quote form input[type="submit"] {
    width: 100%;
    float: none;
    padding: 20px 5%;
  }
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px !important;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    /* position: absolute; */
}
div.wpcf7-validation-errors {
    border: 0px !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin-top: 12px !important;
    position: absolute;
}
header nav li {
    display: inline-block;
    margin-right: 0;
}
.single-post a.button.big, .page-template-product_gallery a.button.big{
    font-family: 'edmondsans-bold', Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    text-transform: uppercase;
    /* min-width: 200px; */
    max-width: inherit;
}