@charset "UTF-8";
/*
Theme Name: Quist Theme
Theme URI: http://brian-quist.com
Description: A theme built for Brian-Quist
Version: 1.1
Author: Camp Doug
Author URI: http://campdougn.com
Tags: speed, responsive
*/
/* line 1, ../scss/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 11, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 15, ../scss/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

/* line 20, ../scss/_reset.scss */
nav ul {
  list-style: none;
}

/* line 24, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 28, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 34, ../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 43, ../scss/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 49, ../scss/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 56, ../scss/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 60, ../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 65, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 70, ../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 79, ../scss/_reset.scss */
input, select {
  vertical-align: middle;
}

/* Layout */
/* Generated by WordPress */
/* line 4, ../scss/_layout.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 5, ../scss/_layout.scss */
.alignleft {
  float: left;
}

/* line 6, ../scss/_layout.scss */
.alignright {
  float: right;
}

/* line 7, ../scss/_layout.scss */
.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

/* line 14, ../../style.scss */
body {
  margin: 0;
  padding: 0;
  color: #000 !important;
  background-color: #fff;
}

/* line 20, ../../style.scss */
#loader {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 110px;
  opacity: .5;
}

/* line 30, ../../style.scss */
h1 {
  text-indent: -9999px;
  height: 0px;
}

/* line 35, ../../style.scss */
#bgimg {
  right: 0px;
  left: 0px;
  bottom: 0px;
  top: 0px;
  position: fixed;
  z-index: -5;
}

/* line 42, ../../style.scss */
#menu-main li.smaller {
  height: 110px;
}

/* line 45, ../../style.scss */
#menu-main li.smaller a {
  text-align: right;
}

/* line 49, ../../style.scss */
.navicon-button, #mobilelogo {
  display: none !important;
}

/* line 52, ../../style.scss */
.homepage img {
  max-width: 100%;
}

/* line 55, ../../style.scss */
.homewrap {
  position: relative;
}

/* line 59, ../../style.scss */
.clientgrid {
  max-width: 1440px !important;
}

/* line 64, ../../style.scss */
.grid-item:hover .bgcolor, .homewrap a:hover h3 {
  opacity: 1;
}

/* line 67, ../../style.scss */
.bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .13s ease-in-out;
  -moz-transition: opacity .13s ease-in-out;
  -webkit-transition: opacity .13s ease-in-out;
}

/* line 79, ../../style.scss */
.homewrap h3:before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  margin-top: -0.5em;
}

/* line 86, ../../style.scss */
.homewrap h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 25px;
  font-weight: 300;
  z-index: 500;
  text-transform: uppercase;
  color: #f0f0f0;
  width: 100%;
  text-align: center;
  height: 100%;
  opacity: 0;
  transition: opacity .13s ease-in-out;
  -moz-transition: opacity .13s ease-in-out;
  -webkit-transition: opacity .13s ease-in-out;
}

/* line 101, ../../style.scss */
ul.work, li.thumb {
  list-style: none;
}

/* line 104, ../../style.scss */
.videogalleryvid {
  width: 320px;
}

/* line 107, ../../style.scss */
.pagetitle {
  padding-top: 10px !important;
  display: block;
  float: left;
}

/* line 112, ../../style.scss */
.pagetitle h2 {
  margin-top: 50px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  float: left;
  position: relative;
}

/* line 122, ../../style.scss */
.pagetitle p {
  display: block;
  float: left;
}

/* line 126, ../../style.scss */
.thumb {
  width: 320px;
  position: relative;
  margin-bottom: 15px;
}

/* line 131, ../../style.scss */
.grid-item a:hover h3, .thumb a:hover .bgcolor {
  opacity: 1;
}

/* line 134, ../../style.scss */
.grid-item img {
  max-width: 100%;
  position: relative;
  display: block;
  float: left;
}

/* line 140, ../../style.scss */
.grid-item h3:before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  margin-top: -0.5em;
}

/* line 147, ../../style.scss */
.grid-item h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  letter-spacing: .1rem;
  vertical-align: middle;
  font-weight: 300;
  z-index: 500;
  text-transform: uppercase;
  color: #f0f0f0;
  width: 100%;
  text-align: center;
  height: 100%;
  opacity: 0;
  transition: opacity .13s ease-in-out;
  -moz-transition: opacity .13s ease-in-out;
  -webkit-transition: opacity .13s ease-in-out;
}

/* line 164, ../../style.scss */
p {
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* line 171, ../../style.scss */
h4 {
  padding-bottom: 3px;
  margin: 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin: 0px;
  float: left;
  display: block;
  color: #a8a8a8;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
}

/* line 186, ../../style.scss */
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 0px;
}

/* line 192, ../../style.scss */
::-moz-selection {
  background: #a8a8a8;
  color: #4a4035;
  text-shadow: none;
}

/* line 197, ../../style.scss */
::selection {
  background: #a8a8a8;
  color: #4a4035;
  text-shadow: none;
}

/* line 202, ../../style.scss */
img {
  border: none;
}

/* line 205, ../../style.scss */
#mainnav {
  position: relative;
  display: block;
  height: 115px;
  width: 100%;
  z-index: 200;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 45px;
  margin-top: 35px;
  border-bottom: 1px solid #6c757d;
}

/* line 219, ../../style.scss */
#menu-main {
  margin-top: 25px;
}

/* line 224, ../../style.scss */
a {
  -webkit-transition-property: color;
  -webkit-transition-duration: .13s;
  -webkit-transition-timing-function: linear, ease-in;
}

/* line 229, ../../style.scss */
a:hover {
  -webkit-transition: all .13s ease-in-out;
  -moz-transition: all .13s ease-in-out;
}

/* line 233, ../../style.scss */
.post {
  font-size: 1.4em;
  line-height: 1.4em;
  width: 650px;
  background: url(http://brian-quist.com/images/aboutbg.png) repeat;
  border-bottom: #ADB0B2 2px solid;
  padding: 25px;
  margin-bottom: 150px;
  padding: 25px;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: -3px 0px 5px #e0e0e0;
  -moz-box-shadow: -3px 0px 5px #e0e0e0;
  box-shadow: -3px 0px 5px #e0e0e0;
}

/* line 248, ../../style.scss */
#nav {
  padding-top: 10px;
  float: none;
  right: 0;
  display: block;
  width: 75%;
  height: 70px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
}

/* line 260, ../../style.scss */
#nav a {
  text-transform: lowercase;
  font-size: 21px;
  margin-left: 35px;
  float: right;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  -webkit-transition-duration: .13s;
  -webkit-transition-timing-function: linear, ease-in;
}

/* line 273, ../../style.scss */
#nav a:hover {
  color: #4a4035;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}

/* line 277, ../../style.scss */
#nav .current-menu-item a {
  color: #4a4035;
}

/* line 280, ../../style.scss */
#nav li {
  float: right;
  display: block;
  list-style-type: none;
}

/* line 285, ../../style.scss */
#aboutwrap {
  position: relative;
}

/* line 289, ../../style.scss */
#aboutwrap .insta img {
  width: 32% !important;
  margin-right: 1%;
  margin-bottom: 15px;
  display: block;
  float: left;
}

/* line 298, ../../style.scss */
#about2 {
  width: 250px;
  float: right;
  font-family: "futura-pt";
  display: block;
  color: #b7b7b7;
  margin-top: 0px;
}

/* line 306, ../../style.scss */
#about2 a {
  font-size: 22px;
  font-weight: 300;
  font-family: "futura-pt";
  letter-spacing: .1rem;
  float: right;
  display: block;
  color: #b7b7b7;
  text-decoration: none;
}

/* line 316, ../../style.scss */
#about2 a:hover {
  color: #4a4035;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}

/* line 321, ../../style.scss */
#about2 li {
  height: 26px;
  width: 250px;
  float: right;
  display: block;
  font-family: "futura-pt";
  list-style-type: none;
}

/* line 329, ../../style.scss */
#recent2 {
  margin-right: -20px;
  margin-top: 20px;
  padding-bottom: 20px;
  float: left;
  display: block;
  height: 200px;
  width: 860px;
}

/* line 338, ../../style.scss */
#recent2 ul {
  padding: 0px !important;
}

/* line 341, ../../style.scss */
#recent2 img {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0px !important;
}

/* line 350, ../../style.scss */
#recent2 li {
  margin-bottom: 30px;
  border-right-color: #c4c4c4;
  border-left-color: #c4c4c4;
  border-bottom-color: #c4c4c4;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "futura-pt";
  background-color: #f8f8ff;
  height: 200px;
  width: 310px;
  float: left;
  display: block;
  line-height: 20px;
}

/* line 374, ../../style.scss */
.first {
  margin-right: 210px;
}

/* line 377, ../../style.scss */
#main {
  height: 800px;
  width: 715px;
  right: 330px;
  top: 100px;
  position: fixed;
  display: block;
}

/* line 385, ../../style.scss */
#main li {
  background-image: url(http://brian-quist.com/images/test.jpg);
  margin-left: 18px;
  margin-bottom: 18px;
  height: 144px;
  float: right;
  display: block;
  width: 211px;
}

/* line 395, ../../style.scss */
#logo {
  float: left;
  display: block;
  width: 350px;
  height: 50px;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 10px;
}

/* line 405, ../../style.scss */
#logo img {
  float: left;
  display: block;
}

/* line 410, ../../style.scss */
#logo a {
  text-decoration: none;
  color: #4a4035;
}

/* line 415, ../../style.scss */
#logo h1 {
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 2px;
  display: block;
  color: #000;
  line-height: 16px;
  padding-top: 18px;
  padding-right: 7px;
  height: 100px;
  text-indent: 0px;
}
/* line 429, ../../style.scss */
#logo h1 .h6 {
  line-height: 70px;
  padding-left: 0.3em;
}

/* line 435, ../../style.scss */
#logo h1 span {
  font-size: 10px;
}

/* line 439, ../../style.scss */
#mobilelogo img {
  float: left;
}

/* line 443, ../../style.scss */
#mobilelogo a {
  text-decoration: none;
  color: #4a4035;
}

/* line 448, ../../style.scss */
#mobilelogo h2 {
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  display: block;
  line-height: 16px;
  padding-top: 19px;
  padding-right: 7px;
  margin-left: 0px;
  font-weight: 300;
}

/* line 463, ../../style.scss */
#mobilelogo h3 span {
  font-size: 10px;
}

/* line 467, ../../style.scss */
#mobilelogo h2 small {
  font-size: 0.4em;
  padding-left: 0.2em;
}

/* line 473, ../../style.scss */
.clientgrid .grid-item {
  width: 23%;
}

/* line 477, ../../style.scss */
.clientlogo {
  max-width: 145px !important;
  padding: 0px 6% 0px 6%;
  display: block;
  float: none !important;
  margin: 0 auto;
  position: relative;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

/* line 492, ../../style.scss */
#aboutwrap h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}

/* line 499, ../../style.scss */
.clientlogo:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

/* line 512, ../../style.scss */
.grid {
  margin-top: 15px;
  margin-bottom: 60px !important;
  margin: 0 auto;
  padding-right: 0px;
  padding-top: 0px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

/* line 526, ../../style.scss */
#masonry ul {
  margin-top: 30px;
}

/* line 531, ../../style.scss */
#filmswrap img {
  display: block;
  float: left;
  margin-top: 50px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: -3px 0px 5px #e0e0e0;
  -moz-box-shadow: -3px 0px 5px #e0e0e0;
  box-shadow: -3px 0px 5px #e0e0e0;
}

/* line 541, ../../style.scss */
.filmsthumb {
  margin-right: 115px;
}

/* line 544, ../../style.scss */
.video-js-box, .video-js {
  max-width: 100%;
  height: auto !important;
  position: relative;
  width: 100%;
}

/* line 551, ../../style.scss */
#homewrap {
  width: 800px;
  margin-left: 12%;
  padding-top: 75px;
}

/* line 556, ../../style.scss */
#homewrap iframe {
  display: block;
  float: left;
}

/* line 560, ../../style.scss */
#homewrap img {
  display: block;
  float: left;
  margin-top: 30px;
}

/* line 565, ../../style.scss */
#floatmiddle {
  margin-right: 280px;
  width: 100%;
  padding-top: 100px;
}

/* line 570, ../../style.scss */
#workwrap {
  left: 50%;
  margin-left: -490px;
  margin-right: 280px;
  padding-right: 20px;
  display: block;
  position: absolute;
  width: 980px;
}

/* line 579, ../../style.scss */
h2 {
  -webkit-margin-before: 0;
}

/* line 581, ../../style.scss */
#aboutwrap img {
  width: 100%;
}

/* line 584, ../../style.scss */
#aboutwrap2 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 589, ../../style.scss */
#aboutwrap {
  padding-bottom: 100px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  clear: both;
}

/* line 600, ../../style.scss */
#aboutwrap p {
  /*  letter-spacing: 0.06em;
  */
  color: #000;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px;
  padding-top: 20px;
  font-family: "futura-pt", sans-serif;
  display: block;
}

/* line 611, ../../style.scss */
#aboutwrap a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

/* line 617, ../../style.scss */
#aboutwrap a:hover {
  color: #000;
  text-decoration: none;
}

/* line 621, ../../style.scss */
#aboutwrap h4 {
  letter-spacing: 0.06em;
  color: #000;
  line-height: 22px;
  font-size: 25px;
  display: block;
  font-family: 'PT Sans Narrow';
}

/* line 629, ../../style.scss */
.contact {
  padding-top: 20px;
}

/* line 634, ../../style.scss */
#thumbs {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  display: block;
  height: 240px;
  width: 305px;
}

/* line 642, ../../style.scss */
ul.gallery {
  padding: 0px;
  margin: 0px;
  float: left;
  display: block;
}

/* line 648, ../../style.scss */
ul.gallery li {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 305px;
  height: 243px;
  background: url(http://brian-quist.com/imgs/sample-thumb-hover.png);
  text-align: left;
  display: inline;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: linear, ease-in;
}

/* line 661, ../../style.scss */
ul.gallery li img {
  z-index: 8;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: linear, ease-out;
  opacity: 1;
}

/* line 668, ../../style.scss */
ul.gallery li img:hover {
  z-index: 8;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: linear, ease-in;
  opacity: .3;
}

/* line 675, ../../style.scss */
ul.gallery li a.thumb {
  width: 305px;
  height: 219px;
  cursor: pointer;
}

/* line 680, ../../style.scss */
ul.gallery li span {
  width: 305px;
  height: 219px;
  overflow: hidden;
  display: block;
}

/* line 686, ../../style.scss */
ul.gallery li h2 {
  letter-spacing: 1px;
  border-right-color: #bfbfbf;
  border-left-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  padding-top: 5px;
  margin-right: 10px;
  margin-top: -18px;
  text-align: center;
  float: left;
  display: block;
  height: 10px;
  width: 303px;
  background-color: #f8f8ff;
  font-family: Arial, Helvetica, sans-serif, Geneva, sans-serif;
  font-size: 12px;
  font-weight: regular;
  text-transform: uppercase;
  line-height: 16px;
}

/* line 712, ../../style.scss */
ul.gallery li h2 a:hover {
  color: #4a4035;
}

/* line 715, ../../style.scss */
ul.gallery li p {
  padding-left: 5px;
  font-style: italic;
  color: #000;
  font-size: 12px;
  line-height: 15px;
}

/* line 722, ../../style.scss */
ul.gallery li a {
  text-decoration: none;
  color: #4a4035;
  display: block;
}

/* line 727, ../../style.scss */
ul.gallery2 {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 0px;
  height: 45px;
  background-color: #fff;
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
}

/* line 740, ../../style.scss */
ul.gallery2 li {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  float: left;
  text-align: left;
  display: inline;
  width: 24px;
}

/* line 750, ../../style.scss */
ul.gallery2 li a.thumb2 {
  margin: 0px;
  padding: 0px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 757, ../../style.scss */
ul.gallery2 li span {
  padding: 0px;
  margin: 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  display: block;
}

/* line 765, ../../style.scss */
ul.gallery2 li a.thumb2:hover {
  padding: 0px;
  margin: 0px;
}

/* line 769, ../../style.scss */
ul.gallery2 li a {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #4a4035;
  display: block;
  font-weight: 300;
  font-size: 25px;
}

/* line 778, ../../style.scss */
#social {
  margin-top: 10px;
  float: right;
  display: block;
  height: 30px;
  width: 150px;
}

/* Post */
/* line 786, ../../style.scss */
#blogwrapper {
  width: 650px;
  margin-left: 12%;
  padding-top: 100px;
}

/* line 791, ../../style.scss */
h2 {
  font-size: 24px;
  margin: 0;
  color: #000;
  padding-bottom: 10px;
  text-align: left;
  text-decoration: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 100;
}

/* line 801, ../../style.scss */
#blogwrapper a {
  color: #4a4035;
  text-decoration: none;
}

/* line 805, ../../style.scss */
#blogwrapper p {
  font-size: 14px;
  padding-bottom: 10px;
}

/* line 809, ../../style.scss */
div.archive-title {
  font-size: 1.6em;
  font-weight: bold;
}

/* line 813, ../../style.scss */
.post hr {
  display: block;
}

/* line 816, ../../style.scss */
.postmetadata {
  clear: both;
  font-size: 1.1em;
  color: #888;
}

/* line 821, ../../style.scss */
.clear {
  clear: both;
}

/* line 824, ../../style.scss */
.entry {
  font-size: 1.4em;
  line-height: 1.4em;
  width: 650px;
  padding-bottom: 40px;
  margin-bottom: 150px;
  padding: 25px;
}

/* line 834, ../../style.scss */
.entry blockquote {
  border: 1px dashed #ccc;
  font-size: 0.9em;
  padding: 5px 20px;
  margin: 10px 0;
  background: #f8f8f8;
}

/* line 841, ../../style.scss */
.entry blockquote blockquote {
  font-size: 1em;
}

/* line 844, ../../style.scss */
.entry fieldset {
  border: 1px dashed #ccc;
}

/* line 847, ../../style.scss */
.entry fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 851, ../../style.scss */
.entry table {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
  font-size: 0.9em;
}

/* line 857, ../../style.scss */
.entry table tr td {
  padding: 5px 10px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}

/* line 863, ../../style.scss */
.entry table tr th {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px 10px;
  background: #f4f4f4;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* line 874, ../../style.scss */
.mini {
  display: none;
}

/* line 877, ../../style.scss */
.big {
  display: block;
}

/* line 880, ../../style.scss */
#recent2 li {
  border-right-color: #c4c4c4;
  border-left-color: #c4c4c4;
  border-bottom-color: #c4c4c4;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background-color: #f8f8ff;
  height: 260px;
  width: 410px;
  float: left;
  display: block;
  line-height: 25px;
}

/* line 903, ../../style.scss */
#recent2 img {
  width: 410px;
}

/* line 906, ../../style.scss */
.first {
  margin-right: 17px;
}

/* line 911, ../../style.scss */
.grid-item {
  width: 31%;
  margin: 1%;
}

/* line 916, ../../style.scss */
.grid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

/* line 922, ../../style.scss */
.grid-item img {
  width: 100%;
}

/* line 926, ../../style.scss */
.grid-item video {
  width: 100%;
}

/* line 932, ../../style.scss */
#menu-main-menu {
  margin-top: 25px;
  margin-right: 25px;
}

@media only screen and (min-width: 1260px) {
  /* line 940, ../../style.scss */
  .work {
    width: 1250px;
  }

  /* line 943, ../../style.scss */
  .thumb {
    width: 410px !important;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 952, ../../style.scss */
  .grid-item {
    width: 48%;
  }
}
@media only screen and (max-width: 1430px) {
  /* line 959, ../../style.scss */
  html {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 965, ../../style.scss */
  #blogwrapper {
    width: 650px;
    right: 330px;
    position: absolute;
    padding-top: 100px;
  }

  /* line 971, ../../style.scss */
  .mini {
    display: block !important;
  }

  /* line 974, ../../style.scss */
  .big {
    display: none;
  }

  /* line 978, ../../style.scss */
  #mainnav {
    position: relative;
    display: block;
    width: 100%;
  }

  /* line 985, ../../style.scss */
  #filmswrap {
    display: block;
    height: 1000px;
    width: 600px;
    position: absolute;
    right: 260px;
  }

  /* line 992, ../../style.scss */
  #homewrap {
    margin-right: 30px;
    padding-top: 75px;
    display: block;
    position: absolute;
    width: 640px;
    right: 260px;
  }

  /* line 1001, ../../style.scss */
  #workwrap {
    display: block;
    height: 1000px;
    width: 700px;
    padding-right: 0;
    margin-right: 0;
    position: absolute;
    right: 260px;
  }

  /* line 1010, ../../style.scss */
  #thumbs {
    margin-bottom: 40px;
    margin-right: 20px;
    float: left;
    display: block;
    height: 150px;
    width: 210px;
  }

  /* line 1018, ../../style.scss */
  #thumbs img {
    width: 210px;
    height: 150px;
  }

  /* line 1022, ../../style.scss */
  ul.gallery {
    padding: 0px;
    margin: 0px;
    float: left;
    display: block;
  }

  /* line 1028, ../../style.scss */
  ul.gallery li {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
    display: inline;
  }

  /* line 1035, ../../style.scss */
  ul.gallery li a.thumb {
    width: 210px;
    height: 150px;
    cursor: pointer;
  }

  /* line 1040, ../../style.scss */
  ul.gallery li span {
    width: 210px;
    height: 150px;
    overflow: hidden;
    display: block;
  }

  /* line 1046, ../../style.scss */
  ul.gallery li {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 210px;
    height: 150px;
    background: url(http://brian-quist.com/imgs/sample-thumb-hoverSM.png);
    text-align: left;
    display: inline;
  }

  /* line 1056, ../../style.scss */
  ul.gallery li h2 {
    border-right-color: #bfbfbf;
    border-left-color: #bfbfbf;
    border-bottom-color: #bfbfbf;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    padding-top: 5px;
    margin-right: 10px;
    text-align: center;
    float: left;
    display: block;
    height: 10px;
    width: 208px;
    background-color: #f8f8ff;
    font-family: Arial, Helvetica, sans-serif, Geneva, sans-serif;
    font-size: 9px;
    font-weight: regular;
    text-transform: uppercase;
  }

  /* line 1079, ../../style.scss */
  ul.gallery li h2 a:hover {
    color: #4a4035;
  }

  /* line 1082, ../../style.scss */
  #filmswrap img {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 5px;
    background: #fff;
  }

  /* line 1089, ../../style.scss */
  .filmsthumb {
    margin-right: 15px;
  }

  /* line 1092, ../../style.scss */
  #recent2 {
    margin-right: -20px;
    margin-top: 20px;
    float: left;
    display: block;
    height: 200px;
    width: 680px;
  }

  /* line 1100, ../../style.scss */
  #recent2 img {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
  }

  /* line 1109, ../../style.scss */
  #recent2 li {
    border-right-color: #c4c4c4;
    border-left-color: #c4c4c4;
    border-bottom-color: #c4c4c4;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #f8f8ff;
    height: 200px;
    width: 310px;
    float: left;
    display: block;
    line-height: 20px;
  }

  /* line 1132, ../../style.scss */
  .first {
    margin-right: 20px;
  }

  /* line 1135, ../../style.scss */
  #recent2 img {
    width: 310px;
  }
}
@media only screen and (max-width: 1005px) {
  /* line 1142, ../../style.scss */
  .clientgrid .grid-item {
    width: 48% !important;
  }

  /* line 1145, ../../style.scss */
  .grid-item h3 {
    font-size: 14px;
  }

  /* line 1148, ../../style.scss */
  #nav li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 1154, ../../style.scss */
  .grid {
    margin-top: 70px;
  }

  /* line 1157, ../../style.scss */
  .homewrap {
    margin-top: 70px;
  }

  /* line 1160, ../../style.scss */
  #masonry {
    margin-top: 90px !important;
  }

  /* line 1163, ../../style.scss */
  .pagetitle h2 {
    text-align: right !important;
    margin-right: 10px;
  }

  /* line 1168, ../../style.scss */
  #aboutwrap {
    padding-top: 80px;
    padding-right: 0px;
  }

  /* line 1173, ../../style.scss */
  #aboutwrap h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
  }

  /* line 1179, ../../style.scss */
  .thumb {
    width: 32.2%;
    margin-bottom: 10px;
  }

  /* line 1184, ../../style.scss */
  .videogalleryvid {
    width: 100%;
  }

  /* line 1188, ../../style.scss */
  #mainnav {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    float: right;
    top: 0px;
    margin-top: 10px;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    opacity: 0;
    display: none;
    transition: opacity .13s ease-in-out;
    -moz-transition: opacity .13s ease-in-out;
    -webkit-transition: opacity .13s ease-in-out;
  }

  /* line 1207, ../../style.scss */
  #mainnav.open {
    opacity: 1;
    display: block;
  }

  /* line 1211, ../../style.scss */
  ul.gallery2 {
    width: 124px;
    float: none;
    margin: 0 auto;
  }

  /* line 1216, ../../style.scss */
  #nav {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 80px;
    border: 0px;
  }

  /* line 1224, ../../style.scss */
  #menu-main {
    width: 100%;
  }

  /* line 1228, ../../style.scss */
  #social {
    width: 100%;
  }

  /* line 1231, ../../style.scss */
  #about2 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  /* line 1237, ../../style.scss */
  #about2 li {
    width: 100%;
    float: left;
    text-align: center;
  }

  /* line 1242, ../../style.scss */
  #about2 a {
    width: 100%;
    float: none;
  }

  /* line 1246, ../../style.scss */
  #menu-main li, #nav a {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  /* line 1254, ../../style.scss */
  .navicon-button {
    display: block !important;
    z-index: 150;
    position: absolute;
    width: 50px;
    right: 15px;
    top: 34px;
  }

  /* line 1262, ../../style.scss */
  #mobilelogo {
    display: block !important;
    float: left;
    position: absolute;
    top: 10px;
    z-index: 9999;
    left: 10px;
  }

  /* line 1270, ../../style.scss */
  #logo {
    display: none;
  }

  /* line 1273, ../../style.scss */
  #aboutwrap {
    padding-bottom: 100px;
    margin-bottom: 100px;
    display: block;
    width: 100%;
    max-width: 650px;
    right: 0;
    position: relative;
    margin: 0 auto;
  }

  /* line 1283, ../../style.scss */
  #aboutwrap img {
    width: 100%;
  }
}
@media only screen and (max-width: 1270px) {
  /* line 1289, ../../style.scss */
  .menu {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 660px) {
  /* line 1298, ../../style.scss */
  .clientlogo {
    max-width: 135px;
    padding: 0px 2% 30px 2%;
    display: block;
    float: left;
    position: relative;
  }

  /* line 1308, ../../style.scss */
  #aboutwrap h2 {
    padding-left: 15px;
  }

  /* line 1311, ../../style.scss */
  #aboutwrap p {
    padding-left: 15px;
  }

  /* line 1314, ../../style.scss */
  .thumb {
    width: 48%;
  }
}
/* line 1316, ../../style.scss */
.navicon-button {
  display: inline-block;
  position: absolute;
  padding: 0 0;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: .8;
}

/* line 1324, ../../style.scss */
.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}

/* line 1326, ../../style.scss */
.navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}

/* line 1329, ../../style.scss */
.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  transition: 0.25s;
}

/* line 1331, ../../style.scss */
.navicon-button:hover .navicon:before {
  top: .825rem;
}

/* line 1333, ../../style.scss */
.navicon-button:hover .navicon:after {
  top: -.825rem;
}

/* line 1336, ../../style.scss */
.navicon {
  position: relative;
  width: 2.5em;
  height: .3125rem;
  background: #E7E6DD;
  transition: 0.5s;
  border-radius: 2.5rem;
}

/* line 1343, ../../style.scss */
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: .3125rem;
  width: 2.5rem;
  background: #E7E6DD;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

/* line 1353, ../../style.scss */
.navicon:before {
  top: .625rem;
}

/* line 1355, ../../style.scss */
.navicon:after {
  top: -.625rem;
}

/* line 1358, ../../style.scss */
.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

/* line 1362, ../../style.scss */
.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

/* Minus */
/* Arrows */
/* line 1368, ../../style.scss */
.open.larr .navicon:before, .open.larr .navicon:after,
.open.rarr .navicon:before,
.open.rarr .navicon:after,
.open.uarr .navicon:before,
.open.uarr .navicon:after {
  width: 1.5rem;
}

/* line 1374, ../../style.scss */
.open.larr .navicon:before,
.open.rarr .navicon:before,
.open.uarr .navicon:before {
  transform: rotate(35deg);
  transform-origin: left top;
}

/* line 1379, ../../style.scss */
.open.larr .navicon:after,
.open.rarr .navicon:after,
.open.uarr .navicon:after {
  transform: rotate(-35deg);
  transform-origin: left bottom;
}

/* line 1385, ../../style.scss */
.open.uarr {
  transform: scale(0.75) rotate(90deg);
}

/* Arrows */
/* line 1389, ../../style.scss */
.open.rarr .navicon:before {
  transform: translate3d(1em, 0, 0) rotate(-35deg);
  transform-origin: right top;
}

/* line 1392, ../../style.scss */
.open.rarr .navicon:after {
  transform: translate3d(1em, 0, 0) rotate(35deg);
  transform-origin: right bottom;
}

/* × and + */
/* line 1397, ../../style.scss */
.open.plus .navicon,
.open.x .navicon {
  background: transparent;
}

/* line 1400, ../../style.scss */
.open.plus .navicon:before,
.open.x .navicon:before {
  transform: rotate(-45deg);
}

/* line 1403, ../../style.scss */
.open.plus .navicon:after,
.open.x .navicon:after {
  transform: rotate(45deg);
}

/* line 1407, ../../style.scss */
.open.plus {
  transform: scale(0.75) rotate(45deg);
}

/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* line 1416, ../../style.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 1436, ../../style.scss */
body {
  line-height: 1;
}

/* line 1439, ../../style.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

/* line 1443, ../../style.scss */
nav ul {
  list-style: none;
}

/* line 1446, ../../style.scss */
blockquote, q {
  quotes: none;
}

/* line 1449, ../../style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 1454, ../../style.scss */
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 1462, ../../style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 1467, ../../style.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 1473, ../../style.scss */
del {
  text-decoration: line-through;
}

/* line 1476, ../../style.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 1480, ../../style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1484, ../../style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 1492, ../../style.scss */
input, select {
  vertical-align: middle;
}

/* Magnific Popup CSS */
/* line 1502, ../../style.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

/* line 1523, ../../style.scss */
.mfp-container {
  z-index: 9999;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 1534, ../../style.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 1540, ../../style.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 1543, ../../style.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 1551, ../../style.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 1556, ../../style.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 1559, ../../style.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1564, ../../style.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 1570, ../../style.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 1573, ../../style.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1581, ../../style.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 1584, ../../style.scss */
.mfp-hide {
  display: none !important;
}

/* line 1587, ../../style.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 1597, ../../style.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 1599, ../../style.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 1602, ../../style.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 1605, ../../style.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 1608, ../../style.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 1622, ../../style.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1626, ../../style.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 1641, ../../style.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 1644, ../../style.scss */
.mfp-close:active {
  top: 1px;
}

/* line 1647, ../../style.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

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

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

/* line 1667, ../../style.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1677, ../../style.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 1679, ../../style.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 1682, ../../style.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 1694, ../../style.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 1698, ../../style.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 1703, ../../style.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 1705, ../../style.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 1708, ../../style.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 1712, ../../style.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 1714, ../../style.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 1717, ../../style.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 1720, ../../style.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1723, ../../style.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}

/* line 1727, ../../style.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 1730, ../../style.scss */
.mfp-iframe-scaler {
  width: 100%;
  z-index: 9999;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 1736, ../../style.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 1747, ../../style.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 1758, ../../style.scss */
.mfp-figure {
  line-height: 0;
}

/* line 1760, ../../style.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 1773, ../../style.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 1778, ../../style.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 1781, ../../style.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 1789, ../../style.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 1796, ../../style.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 1799, ../../style.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 1806, ../../style.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1809, ../../style.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 1811, ../../style.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 1814, ../../style.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 1817, ../../style.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 1825, ../../style.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 1827, ../../style.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 1830, ../../style.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 1842, ../../style.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 1845, ../../style.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 1848, ../../style.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 1851, ../../style.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1856, ../../style.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
/* line 1864, ../../style.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 1868, ../../style.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 1873, ../../style.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
/* line 1881, ../../style.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 1885, ../../style.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 1891, ../../style.scss */
.gallery-cell {
  width: 100%;
  background: #fff;
  color: #b7b7b7;
  height: auto;
  text-align: center;
  line-height: 24px;
  font-size: 2rem;
  font-family: "adobe-garamond-pro", serif;
}

/* line 1902, ../../style.scss */
a {
  color: #fff;
  text-declaration: none;
}

/* line 1907, ../../style.scss */
.footercontact {
  padding: 100px 0px 250px 0 !important;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}

/* line 1912, ../../style.scss */
.footercontact a {
  color: brown;
  font-weight: 400 !important;
  font-size: 18px;
}

/* line 1918, ../../style.scss */
.footercontact .fa {
  font-size: 22px;
  margin-right: 4px;
  margin-left: 4px;
}

/* line 1924, ../../style.scss */
.footercontact h3 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

/* line 1930, ../../style.scss */
.quotes {
  position: relative;
  width: 96%;
  margin-top: 40px;
  height: auto;
  padding: 0 2%;
  color: #666;
}

/* line 1938, ../../style.scss */
.quotecopy {
  margin-bottom: 10px;
  display: block;
  max-width: 860px;
  margin: 0 auto;
}

/* line 1944, ../../style.scss */
.quotecopy p {
  font-size: 25px;
  line-height: 32px !important;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
  color: #000;
}

/* line 1952, ../../style.scss */
.quoteauthor {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  color: #000;
}

/* Fade CSS */
/* line 1965, ../../style.scss */
.flickity-slider, .flickity-viewport {
  width: 100%;
  transform: none !important;
}

/* line 1970, ../../style.scss */
.gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

/* line 1977, ../../style.scss */
.gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
/* line 1986, ../../style.scss */
.flickity-enabled {
  position: relative;
}

/* line 1990, ../../style.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 1992, ../../style.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 1998, ../../style.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 2006, ../../style.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2015, ../../style.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 2021, ../../style.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
/* line 2028, ../../style.scss */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 2035, ../../style.scss */
.flickity-button:hover {
  background: white;
  cursor: pointer;
}

/* line 2040, ../../style.scss */
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

/* line 2045, ../../style.scss */
.flickity-button:active {
  opacity: 0.6;
}

/* line 2049, ../../style.scss */
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* line 2056, ../../style.scss */
.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
/* line 2062, ../../style.scss */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

/* line 2071, ../../style.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 2072, ../../style.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 2074, ../../style.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 2078, ../../style.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 2083, ../../style.scss */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
/* line 2093, ../../style.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 2104, ../../style.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 2106, ../../style.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 2117, ../../style.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
