/*
	Theme Name: Brendan Foster
	Author URI: http://helloimaginarium.net
	Description: HTML5 Blank WordPress - Brendan Foster V2
	Version: 2
	Author: Hello Imaginarium & The Competition (Brendan Foster)
*/
/*  ==========================================================================
		Fonts
		Font shorthand: font-style font-variant font-weight font-size/line-height font-family;	
		========================================================================== */
/*  ==========================================================================
		Font Weights	
		========================================================================== */
/*  ==========================================================================
		Colors	
		========================================================================== */
/* Off black */
/* Grey version of black */
/* light blue */
/*  ==========================================================================
		Wrap & page setups width	
		========================================================================== */
/* Desktop page width with no padding. */
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; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
  visibility: hidden; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
  visibility: visible; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

cite {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

/* close commented backslash hack */
img {
  max-width: 100%;
  vertical-align: bottom; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  letter-spacing: 1px;
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }

input[type="text"]:focus, textarea[type="text"]:focus, input[type="email"]:focus {
  outline: 0;
  background: #E5E5E5;
  border: 1px solid #000;
  color: #000;
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(37, 73, 124, 0.7) inset; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

input:focus {
  outline: 0;
  background: none;
  border: 1px solid #FFF;
  color: #FFF; }

.error::-webkit-input-placeholder, .error:-moz-placeholder, .error::-moz-placeholder, error:-ms-input-placeholder {
  color: #cc0000; }

a[href^=tel] {
  color: #282828;
  text-decoration: none;
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
  a[href^=tel]:hover {
    color: #1968AF; }

/* Width + Padding = element width */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: 0; }

/* =============================================================================
   5. 	Global Styles
   ========================================================================== */
body {
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
  color: #282828;
  background: none;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.container {
  min-height: 100%; }

/* =============================================================================
   Headings
   ========================================================================== */
p {
  letter-spacing: 1px;
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }

a {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  text-decoration: none;
  color: #282828;
  letter-spacing: 1.2px; }
  a:hover {
    color: #1968AF; }

/* Page Titles, Section Titles & Product Titles */
h1 {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  font-size: 32px;
  letter-spacing: 1.4px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 45px; } }

h2 {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  letter-spacing: 2.5px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 25px; } }

h3, h4 {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  letter-spacing: 1px; }

h5 {
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
  letter-spacing: 1px; }

/* Menu Items */
li {
  font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
  @media (max-width: 767px) {
    li {
      font-size: 11px; } }

/* =============================================================================
   Single Full Width
   ========================================================================== */
.wrap {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 100%;
  padding: 0 10px; }
  @media (max-width: 1020px) {
    .wrap {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .wrap {
      padding: 0 10px; } }

/* =============================================================================
   Percentage Width Columns
   ========================================================================== */
.pc50 img {
  max-width: 100%;
  vertical-align: middle; }

/*  ==========================================================================
		Elements	
		========================================================================== */
.btn {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  padding: 10px 25px;
  vertical-align: middle;
  border: 2px solid #282828;
  letter-spacing: 1.3px;
  cursor: pointer;
  -webkit-transition: background .20s ease-in;
  transition: background .20s ease-in; }
  .btn:hover {
    background: #282828;
    -webkit-transform: background .20s ease-in;
            transform: background .20s ease-in;
    color: #FFF;
    border: 2px solid #282828; }

.small-caps {
  font-size: 8px;
  font-variant: small-caps;
  letter-spacing: 1.2px;
  vertical-align: middle; }

strong {
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-variant: normal;
  letter-spacing: 1.1px; }

#loader {
  position: absolute;
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  bottom: 10px;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  background: #282828;
  color: #FFF;
  z-index: 1000; }

.bf-social-instagram, .bf-social-mail {
  fill: #282828; }
  .bf-social-instagram:hover, .bf-social-mail:hover {
    fill: #1968AF;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.bf-social-instagram {
  width: 29px;
  height: 28px; }

.bf-social-mail {
  width: 39px;
  height: 28px; }

.icons-arrow-small {
  max-width: 8px;
  max-height: 9px;
  fill: #282828; }

.previous-post-link .icons-arrow-small {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.icons-arrow-small-left {
  max-width: 8px;
  max-height: 9px;
  fill: #282828; }

.icon-hi-wordmark {
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  fill: #FFF; }

.form-response {
  margin-top: 75px;
  padding-bottom: 30px;
  border-bottom: 1px solid #282828; }
  .form-response a {
    font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
    text-decoration: underline; }

.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  pointer-events: auto; }

.modal-form-response {
  margin: 25% auto 0;
  width: 45%;
  padding: 2.5%;
  background: #FFF;
  display: block;
  text-align: center; }
  @media (max-width: 767px) {
    .modal-form-response {
      width: 75%;
      margin: 10% auto 0; } }
  .modal-form-response p {
    padding-bottom: 10px; }
  .modal-form-response button {
    color: #000;
    margin-top: 20px; }
    .modal-form-response button:hover {
      color: #FFF; }

form {
  margin-top: 40px; }
  form input, form textarea {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px; }
  form p {
    float: left; }
  form textarea {
    height: 150px; }
  form .submit {
    display: block;
    width: 100px;
    text-transform: uppercase;
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
    padding: 10px 15px;
    background: #282828;
    color: #FFF;
    cursor: pointer;
    float: right;
    border: none; }
    form .submit:hover {
      background: #1968AF; }

.social-icons {
  position: absolute; }
  .social-icons li {
    display: inline-block;
    margin-left: 0px; }

.home-header .social-icons {
  right: 0px;
  top: 10px; }

footer .social-icons {
  right: 10px;
  top: 15px; }
  footer .social-icons li {
    margin-left: 5px; }
  footer .social-icons svg {
    fill: #FFF; }

.back-to-home-container {
  float: left;
  padding-left: 0px;
  padding-top: 10px;
  width: 15%; }
  @media (max-width: 767px) {
    .back-to-home-container {
      float: none;
      width: 20%; } }
  .back-to-home-container .icons-arrow-small-left {
    margin-right: 5px;
    margin-left: -15px; }
    @media (max-width: 767px) {
      .back-to-home-container .icons-arrow-small-left {
        margin-left: 0px; } }

.back-to-home-btn {
  display: block;
  padding: 0px 0px 10px 0px;
  position: relative; }
  .back-to-home-btn:hover {
    margin-left: 0px; }
    .back-to-home-btn:hover .icons-arrow-small-left {
      margin-left: -30px;
      fill: #1968AF; }
      @media (max-width: 1025px) {
        .back-to-home-btn:hover .icons-arrow-small-left {
          margin-left: -15px; } }
      @media (max-width: 767px) {
        .back-to-home-btn:hover .icons-arrow-small-left {
          margin-left: 0px; } }
    .back-to-home-btn:hover a {
      margin-left: 15px; }
      @media (max-width: 1025px) {
        .back-to-home-btn:hover a {
          margin-left: 0px; } }

.pagination {
  padding-bottom: 50px; }
  .pagination .next-post-link {
    float: right; }

/*  ==========================================================================
		'Back to top' and 'Shoot Enquiries' buttons.	
		========================================================================== */
.back-to-top {
  text-align: center;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .back-to-top {
      padding-top: 40px; } }
  .back-to-top .scroll {
    display: block;
    width: 16px;
    height: 40px;
    line-height: normal;
    margin: 0 auto; }
    .back-to-top .scroll:hover {
      margin-top: -10px;
      margin-bottom: 10px; }
      .back-to-top .scroll:hover .icons-arrow-small {
        fill: #1968AF; }
  .back-to-top .icons-arrow-small {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    max-width: 16px;
    max-height: 19px; }
  .back-to-top .btn {
    display: block;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0px;
    width: 210px;
    background: #000;
    color: #FFF; }
    @media (max-width: 767px) {
      .back-to-top .btn {
        width: 100%; } }
    .back-to-top .btn:hover {
      background: none;
      border: 2px solid #000;
      color: #000; }

header {
  border-bottom: 2px solid #282828; }

.header-arrow-down {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0px;
  top: 22px;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #282828; }

.header-arrow-down:nth-of-type(2) {
  border-top: 11px solid #FFF;
  top: 8px;
  z-index: 2; }

.header {
  padding-top: 10px;
  padding-bottom: 30px; }
  .header h1 {
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
    font-size: 38px;
    padding-top: 0px; }
    @media (max-width: 1020px) {
      .header h1 {
        font-size: 35px; } }
    @media (max-width: 480px) {
      .header h1 {
        font-size: 64px;
        line-height: 64px; } }
  .header h3 {
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
    font-size: 18px; }
  .header ul {
    padding: 0px 0px 2px 0px;
    display: inline-block;
    vertical-align: top;
    padding-left: 140px; }
    @media (max-width: 820px) {
      .header ul {
        padding-left: 0px;
        margin-top: 80px; } }
    .header ul:nth-of-type(2) {
      padding: 10px 0px 0px 30px; }
      @media (max-width: 480px) {
        .header ul:nth-of-type(2) {
          padding: 10px 0px 0px 2px;
          margin: 0px 0px 20px 0px; } }
      .header ul:nth-of-type(2) li {
        padding-bottom: 5px;
        font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
        @media (max-width: 1020px) {
          .header ul:nth-of-type(2) li {
            font-size: 10px; } }
        @media (max-width: 480px) {
          .header ul:nth-of-type(2) li {
            font-size: 12px; } }
        .header ul:nth-of-type(2) li a {
          margin-left: 5px;
          font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
          @media (max-width: 1020px) {
            .header ul:nth-of-type(2) li a {
              font-size: 10px; } }
          @media (max-width: 480px) {
            .header ul:nth-of-type(2) li a {
              font-size: 12px; } }
  .header > a:last-of-type {
    float: right;
    margin-top: 45px; }
    @media (max-width: 1020px) {
      .header > a:last-of-type {
        margin-top: 36px; } }
    @media (max-width: 820px) {
      .header > a:last-of-type {
        margin-top: 116px; } }
    @media (max-width: 767px) {
      .header > a:last-of-type {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 15px; } }

.home header {
  border-bottom: none;
  padding-bottom: 30px; }

.home-header {
  padding-bottom: 40px; }

/*
.header-main-arrow-down {
	display: block;
	position: relative;
	width: 0; 
	height: 0; 
	bottom: 0;
	left: 0px;
	top: -11px;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 11px solid $color-primary;
}
.header-main-arrow-down:nth-of-type(2) {
	border-top: 11px solid $color-white;
	top: -3px;
	z-index: 1;
}
*/
.home-header {
  padding-top: 10px; }
  .home-header h1 {
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
    font-size: 30px;
    display: inline-block;
    margin-left: 20%;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .home-header h1 {
        font-size: 20px;
        margin-left: 30%; } }
    @media (max-width: 479px) {
      .home-header h1 {
        margin-top: 60px;
        margin-left: 0px; } }

.home-header-post {
  position: relative;
  margin: 0 auto;
  min-height: 400px !important;
  max-width: 1400px; }

.home-header-post-detail .btn {
  position: relative;
  float: left;
  margin-left: -20px;
  max-width: 550px;
  padding-bottom: 30px;
  background: #FFF;
  margin-top: -100px;
  border: none;
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home-header-post-detail .btn {
      margin-top: -50px;
      max-width: 310px; } }
  .home-header-post-detail .btn h2 {
    font-size: 80px;
    line-height: 80px;
    padding-top: 20px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .home-header-post-detail .btn h2 {
        font-size: 50px;
        line-height: 50px; } }
  .home-header-post-detail .btn:hover {
    background: #282828;
    color: #FFF; }
.home-header-post-detail p:first-of-type {
  padding: 30px 0px 20px 0px;
  float: left;
  width: 100%; }
.home-header-post-detail p:last-of-type {
  padding-bottom: 30px;
  display: inline-block; }
  .home-header-post-detail p:last-of-type a {
    display: inline-block;
    float: none;
    font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
    text-transform: none;
    margin-left: 0px; }
.home-header-post-detail strong {
  display: inline-block;
  width: 100%;
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  padding-bottom: 10px; }
.home-header-post-detail a {
  text-align: right;
  display: inline-block;
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
  float: right;
  margin-left: 10px;
  min-width: 60px; }
  .home-header-post-detail a:hover {
    color: #1968AF; }
    .home-header-post-detail a:hover svg {
      fill: #1968AF; }
.home-header-post-detail .icons-arrow-small {
  margin-left: 5px; }
.home-header-post-detail .icons-arrow-small-left {
  margin-right: 5px; }

.home-header .social-icons {
  position: absolute;
  right: 10px;
  top: 10px; }
  .home-header .social-icons svg {
    fill: #282828;
    margin-left: 5px; }

.bf-nav-content {
  overflow-y: scroll;
  background: #FFF; }

.bf-nav-content,
.bf-nav-content-inner {
  position: relative; }

.bf-nav-container {
  position: relative;
  overflow: hidden; }

.nav-container-scroll {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 50px;
  width: 100%; }

.bf-nav-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.bf-nav-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.bf-nav-menu-open .bf-nav-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.bf-nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 400px;
  height: 100%;
  background: #282828;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 480px) {
    .bf-nav-menu {
      width: 280px; } }
  @media (max-width: 320px) {
    .bf-nav-menu {
      width: 250px; } }

.bf-nav-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.bf-nav-menu-open .bf-nav-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.bf-nav-menu ul {
  margin: 0;
  padding: 20px 0px; }

.bf-nav-menu ul li a {
  display: block;
  padding: 5px 0px 5px 20px;
  outline: none;
  color: #FFF; }
  @media (max-width: 320px) {
    .bf-nav-menu ul li a h1 {
      font-size: 40px; } }

.bf-nav-menu ul:last-of-type li {
  display: block;
  color: #FFF;
  padding-left: 20px;
  outline: none;
  font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
  @media (max-width: 480px) {
    .bf-nav-menu ul:last-of-type li:not(:first-child) {
      display: none; } }
  .bf-nav-menu ul:last-of-type li:first-of-type a {
    padding-left: 0px; }
  .bf-nav-menu ul:last-of-type li a {
    display: inline-block;
    padding-left: 5px; }

.bf-nav-menu ul li:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px transparent;
  color: #fff; }
  .bf-nav-menu ul li:hover a[href*='tel'] {
    color: #FFF; }

/* Individual effects */
#bf-nav-trigger-effects button {
  position: absolute;
  top: 10px;
  /* left: 20px; */
  z-index: 1;
  /* ADDED THIS */
  padding: 10px 30px 10px 30px;
  text-align: center;
  letter-spacing: 2px;
  border: 2px solid #282828;
  -webkit-transition: background .20s ease-in;
  transition: background .20s ease-in; }
  @media (max-width: 600px) {
    #bf-nav-trigger-effects button {
      left: 10px; } }
  #bf-nav-trigger-effects button:hover {
    background: #282828 !important;
    color: #FFF;
    -webkit-transform: background .20s ease-in;
            transform: background .20s ease-in; }

/* Effect 2: Reveal */
.bf-nav-reveal.bf-nav-menu-open .bf-nav-pusher {
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0); }
  @media (max-width: 480px) {
    .bf-nav-reveal.bf-nav-menu-open .bf-nav-pusher {
      -webkit-transform: translate3d(280px, 0, 0);
      transform: translate3d(280px, 0, 0); } }
  @media (max-width: 320px) {
    .bf-nav-reveal.bf-nav-menu-open .bf-nav-pusher {
      -webkit-transform: translate3d(250px, 0, 0);
      transform: translate3d(250px, 0, 0); } }

.bf-nav-reveal.bf-nav-menu {
  z-index: 1; }

.bf-nav-reveal.bf-nav-menu-open .bf-nav-reveal.bf-nav-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.bf-nav-reveal.bf-nav-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .bf-nav-pusher,
.no-js .bf-nav-pusher {
  padding-left: 300px; }

/* 	Shoots visible navigation.	 */
.home-nav-shoots {
  padding: 50px 0px 40px 0px;
  text-align: left; }
  @media (max-width: 767px) {
    .home-nav-shoots {
      padding-left: 10px; } }
  .home-nav-shoots h1 {
    display: inline-block;
    font-size: 50px; }
  .home-nav-shoots nav {
    padding: 25px 0px; }
    .home-nav-shoots nav ul li {
      display: inline-block;
      padding-right: 25px;
      margin-bottom: 10px; }
      .home-nav-shoots nav ul li a {
        font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
      .home-nav-shoots nav ul li:last-of-type {
        padding-right: 0px; }

.images-ajax-container {
  padding-bottom: 100px; }
  @media (min-width: 1310px) {
    .images-ajax-container {
      margin: 0 auto;
      max-width: 1310px; } }
  @media (max-width: 767px) {
    .images-ajax-container {
      padding-bottom: 50px; } }

.overflow-contain {
  overflow: hidden;
  margin-bottom: 4.3%; }

.image-reel {
  position: relative; }
  .image-reel .double-images-top-anchor > .overflow-contain {
    margin-bottom: 0px; }
  .image-reel .double-images-bottom-anchor > a .overflow-contain {
    margin-bottom: 0px; }
  .image-reel .double-images > a:nth-of-type(2) .overflow-contain {
    margin-bottom: 0px; }
  .image-reel .double-images > .overflow-contain:nth-of-type(2) {
    margin-bottom: 0px; }
  .image-reel .rowmachine {
    overflow: hidden;
    width: 24.25%;
    float: left; }
    .image-reel .rowmachine:nth-child(n) {
      margin-bottom: 1%;
      margin-right: 1%; }
    .image-reel .rowmachine:nth-child(4n) {
      margin-right: 0;
      margin-bottom: 0; }
    .image-reel .rowmachine:nth-child(4n + 1) {
      clear: left; }
    @media (max-width: 0px) {
      .image-reel .rowmachine {
        width: 100%;
        padding: 1%; }
        .image-reel .rowmachine:nth-child(n) {
          margin: 0; }
        .image-reel .rowmachine:nth-child(4n) {
          margin: 0; } }
    @media (max-width: 600px) {
      .image-reel .rowmachine {
        width: 49%;
        float: left; }
        .image-reel .rowmachine:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        .image-reel .rowmachine:nth-child(2n) {
          margin-right: 0;
          margin-bottom: 0; }
        .image-reel .rowmachine:nth-child(2n + 1) {
          clear: left; } }
  @media (max-width: 600px) and (max-width: 0px) {
    .image-reel .rowmachine {
      width: 100%;
      padding: 1%; }
      .image-reel .rowmachine:nth-child(n) {
        margin: 0; }
      .image-reel .rowmachine:nth-child(2n) {
        margin: 0; } }

  .image-reel img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    transition: -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    transition: transform 12s, filter .5s ease-in-out;
    transition: transform 12s, filter .5s ease-in-out, -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    -webkit-transition: transform 12s, filter .5s ease-in-out;
    -moz-transition: transform 12s, filter .5s ease-in-out;
    -o-transition: transform 12s, filter .5s ease-in-out; }
    .image-reel img:hover {
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.shoot-image-hover {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  z-index: 1; }
  .shoot-image-hover h3 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    background: #000;
    color: #FFF;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
    opacity: 0; }
    @media (max-width: 767px) {
      .shoot-image-hover h3 {
        opacity: 1;
        bottom: 35px;
        padding: 5px 0px;
        font-size: 10px; } }
  .shoot-image-hover:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; }
    @media (max-width: 767px) {
      .shoot-image-hover:hover h3 {
        -webkit-transform: translate3d(0, 35px, 0);
                transform: translate3d(0, 35px, 0); } }

.images-ajax-container {
  /* The load more button style */ }
  .images-ajax-container .ajax-get-posts {
    display: block;
    width: 100%;
    text-align: center;
    background: red;
    height: 0px;
    position: absolute;
    bottom: -40px;
    z-index: 200; }
    .images-ajax-container .ajax-get-posts span a {
      font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
      padding: 10px 25px;
      vertical-align: middle;
      border: 2px solid #282828;
      letter-spacing: 1.3px;
      cursor: pointer;
      -webkit-transition: background .20s ease-in;
      transition: background .20s ease-in; }
      .images-ajax-container .ajax-get-posts span a:hover {
        background: #282828;
        -webkit-transform: background .20s ease-in;
                transform: background .20s ease-in;
        color: #FFF;
        border: 2px solid #282828; }

.shoots-archive {
  padding-top: 60px;
  padding-bottom: 80px; }
  .shoots-archive .back-to-home-container {
    width: 10%; }
    @media (max-width: 767px) {
      .shoots-archive .back-to-home-container {
        float: left;
        width: 90px; } }
  .shoots-archive h1 {
    display: block;
    float: left;
    width: 85%;
    line-height: 48px;
    padding-bottom: 60px;
    font-size: 32px; }
    @media (max-width: 767px) {
      .shoots-archive h1 {
        width: 50%; } }
    @media (max-width: 480px) {
      .shoots-archive h1 {
        width: 100%; } }
  .shoots-archive .back-to-top {
    padding-top: 50px; }

.shoot-preview-container {
  padding-bottom: 45px; }
  .shoot-preview-container .overflow-contain {
    overflow: hidden; }
  .shoot-preview-container .image-container img {
    margin-top: 30px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    transition: -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    transition: transform 12s, filter .5s ease-in-out;
    transition: transform 12s, filter .5s ease-in-out, -webkit-transform 12s, -webkit-filter .5s ease-in-out;
    -webkit-transition: transform 12s, filter .5s ease-in-out;
    -moz-transition: transform 12s, filter .5s ease-in-out;
    -o-transition: transform 12s, filter .5s ease-in-out; }
  .shoot-preview-container .image-container a:last-of-type {
    position: relative; }
    .shoot-preview-container .image-container a:last-of-type h2 {
      position: absolute;
      font-size: 20px;
      text-align: center;
      bottom: 0px;
      padding: 20px 0px;
      background: #000;
      color: #FFF;
      display: block;
      width: 100%;
      opacity: 0; }
    .shoot-preview-container .image-container a:last-of-type:hover {
      color: #282828; }
      .shoot-preview-container .image-container a:last-of-type:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      .shoot-preview-container .image-container a:last-of-type:hover h2 {
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .shoot-preview-container .image-container a:last-of-type:hover h2:hover {
          color: #FFF; }
  .shoot-preview-container .details-container {
    padding-top: 25px;
    border-bottom: 2px solid #282828;
    padding-bottom: 40px; }
    .shoot-preview-container .details-container .title-hover {
      font-size: 26px;
      padding-bottom: 40px; }
    .shoot-preview-container .details-container p {
      padding-bottom: 10px; }
      .shoot-preview-container .details-container p strong {
        padding: 10px 0px 5px 0px;
        display: inline-block;
        width: 100%;
        font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
    .shoot-preview-container .details-container ul {
      padding-top: 20px; }
      .shoot-preview-container .details-container ul li {
        padding-bottom: 10px; }

.shoot-preview-container:nth-of-type(odd) .image-container {
  float: left;
  width: 30%;
  margin-left: 10%; }
  @media (max-width: 767px) {
    .shoot-preview-container:nth-of-type(odd) .image-container {
      width: 100%;
      margin-left: 0%; } }
.shoot-preview-container:nth-of-type(odd) .details-container {
  float: left;
  width: 50%;
  margin-left: 10%; }
  @media (max-width: 767px) {
    .shoot-preview-container:nth-of-type(odd) .details-container {
      width: 100%;
      margin-left: 0%; } }
  .shoot-preview-container:nth-of-type(odd) .details-container .shoot-link {
    float: right; }

.shoot-preview-container:nth-of-type(even) .image-container {
  float: right;
  padding-right: 0%;
  padding-left: 0%;
  width: 30%; }
  @media (max-width: 767px) {
    .shoot-preview-container:nth-of-type(even) .image-container {
      width: 100%; } }
.shoot-preview-container:nth-of-type(even) .details-container {
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  width: 50%; }
  @media (max-width: 767px) {
    .shoot-preview-container:nth-of-type(even) .details-container {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; } }
  .shoot-preview-container:nth-of-type(even) .details-container .shoot-link {
    float: right; }

.shoots-archive .ajax-get-posts {
  height: 0px;
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto; }
  .shoots-archive .ajax-get-posts span a {
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
    padding: 10px 25px;
    vertical-align: middle;
    border: 2px solid #282828;
    letter-spacing: 1.3px;
    cursor: pointer;
    -webkit-transition: background .20s ease-in;
    transition: background .20s ease-in; }
    .shoots-archive .ajax-get-posts span a:hover {
      background: #282828;
      -webkit-transform: background .20s ease-in;
              transform: background .20s ease-in;
      color: #FFF;
      border: 2px solid #282828; }

.about-container {
  padding-top: 60px;
  padding-bottom: 0px; }
  .about-container .back-to-home-container {
    width: 10%; }
    @media (max-width: 767px) {
      .about-container .back-to-home-container {
        float: left;
        width: 90px; } }
  .about-container h1 {
    display: block;
    float: left;
    width: 85%;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .about-container h1 {
        width: 50%; } }
    @media (max-width: 480px) {
      .about-container h1 {
        width: 100%; } }
  .about-container .back-to-top {
    padding-top: 50px; }

.about-image {
  width: 30%;
  float: left;
  padding-right: 2%; }
  @media (max-width: 767px) {
    .about-image {
      width: 100%;
      padding-bottom: 30px;
      padding-right: 0; } }

.about-text-container {
  padding-bottom: 45px; }
  .about-text-container h2 {
    display: inline-block;
    margin-bottom: 20px; }

.about-text {
  float: left;
  width: 70%;
  padding-left: 3%; }
  @media (max-width: 767px) {
    .about-text {
      width: 100%;
      padding-left: 0%; } }
  .about-text .columns {
    max-width: 100%;
    padding-bottom: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    @media (max-width: 767px) {
      .about-text .columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        width: 100%;
        padding: 0px 0px 30px 0px; } }
    .about-text .columns p {
      padding-bottom: 10px; }
    .about-text .columns a {
      margin-top: 20px;
      float: right; }

.contact-container {
  padding-top: 60px;
  padding-bottom: 0px; }
  .contact-container .back-to-home-container {
    width: 10%; }
    @media (max-width: 767px) {
      .contact-container .back-to-home-container {
        float: left;
        width: 90px; } }
  .contact-container h1 {
    display: block;
    float: left;
    width: 85%;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .contact-container h1 {
        width: 50%; } }
    @media (max-width: 480px) {
      .contact-container h1 {
        width: 100%; } }
  .contact-container .back-to-top {
    padding-top: 50px; }

.contact-section-container {
  padding-bottom: 45px;
  min-height: 550px; }
  .contact-section-container h2 {
    display: inline-block;
    margin-bottom: 20px; }
  .contact-section-container .rowmachine {
    width: 45%;
    float: left; }
    .contact-section-container .rowmachine:nth-child(n) {
      margin-bottom: 10%;
      margin-right: 10%; }
    .contact-section-container .rowmachine:nth-child(2n) {
      margin-right: 0;
      margin-bottom: 0; }
    .contact-section-container .rowmachine:nth-child(2n + 1) {
      clear: left; }
    @media (max-width: 767px) {
      .contact-section-container .rowmachine {
        width: 100%;
        padding: 1%; }
        .contact-section-container .rowmachine:nth-child(n) {
          margin: 0; }
        .contact-section-container .rowmachine:nth-child(2n) {
          margin: 0; } }
    .contact-section-container .rowmachine:first-of-type p {
      padding-bottom: 10px; }
    .contact-section-container .rowmachine:first-of-type ul {
      padding-top: 20px; }
      .contact-section-container .rowmachine:first-of-type ul li {
        padding-bottom: 10px;
        font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
        .contact-section-container .rowmachine:first-of-type ul li a {
          margin-left: 5px;
          font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }

.shoot-overview {
  padding-top: 60px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .shoot-overview {
      padding-top: 30px;
      padding-bottom: 50px; } }
  .shoot-overview .pc35 {
    width: 35%;
    float: left;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .shoot-overview .pc35 {
        float: none;
        width: 100%;
        padding-top: 40px; } }
    .shoot-overview .pc35 ul li {
      padding-bottom: 5px;
      font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
      .shoot-overview .pc35 ul li:last-of-type a {
        font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
      .shoot-overview .pc35 ul li h2 {
        font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
        text-transform: uppercase;
        font-size: 30px; }
      .shoot-overview .pc35 ul li .small-caps {
        font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
        font-size: 8px;
        font-variant: small-caps;
        font-style: italic;
        letter-spacing: 1.2px;
        vertical-align: middle; }
    .shoot-overview .pc35 ul .date {
      font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
  .shoot-overview .pc50 {
    width: 50%;
    float: left;
    padding: 15px 10px 0px 0px; }
    @media (max-width: 767px) {
      .shoot-overview .pc50 {
        float: none;
        width: 100%; } }
    .shoot-overview .pc50 p {
      padding-bottom: 15px;
      display: block; }
      .shoot-overview .pc50 p strong {
        font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif;
        padding-top: 15px;
        display: inline-block; }
      .shoot-overview .pc50 a {
	      display: block;
	      margin-bottom: 15px;
      }
    .shoot-overview .pc50 a svg {
      margin-right: 15px;
      vertical-align: middle; }
    .shoot-overview .pc50 a:hover svg {
      fill: #1968AF; }

.shoot-sizes {
  padding-bottom: 20px;
  text-align: right; }
  @media (max-width: 767px) {
    .shoot-sizes {
      padding-right: 10px; } }
  .shoot-sizes li {
    display: inline-block;
    margin-left: 10px; }
    @media (max-width: 600px) {
      .shoot-sizes li:last-of-type {
        display: none !important; } }
    @media (max-width: 500px) {
      .shoot-sizes li {
        display: none !important; } }
  .shoot-sizes .active {
    background: #282828; }
    .shoot-sizes .active button {
      color: #FFF;
      border: 3px solid #282828; }
      .shoot-sizes .active button:after {
        content: 'VIEW';
        display: inline-block; }

.shoot-sizes-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  height: 0px;
  width: 100%;
  text-align: center; }
  .shoot-sizes-fixed li {
    display: inline-block;
    margin-left: 10px; }
    @media (max-width: 600px) {
      .shoot-sizes-fixed li:last-of-type {
        display: none !important; } }
    @media (max-width: 500px) {
      .shoot-sizes-fixed li {
        display: none !important; } }
  .shoot-sizes-fixed .active {
    background: #282828; }
    .shoot-sizes-fixed .active button {
      color: #FFF;
      border: 3px solid #282828; }
      .shoot-sizes-fixed .active button:after {
        content: 'VIEW';
        display: inline-block; }

.shoot-wrap {
  position: relative;
  margin: 0 auto;
  /* 	width: $page-width; */
  width: 100%;
  height: 100%;
  /* 	padding: 0 10px; */ }
  @media (max-width: 1020px) {
    .shoot-wrap {
      width: 100%;
      /* 		padding: 0 20px; */ } }
  @media (max-width: 600px) {
    .shoot-wrap {
      /* 		padding: 0 10px; */ } }

.shoot-images {
  text-align: center;
  padding-bottom: 6vw; }
  .shoot-images img {
	  	  padding-bottom: 20px;
    /*
    		margin-bottom: 15px;
    		@media (max-width: 600px) {
    			margin-bottom: 10px;
    		}
    */ }
  .shoot-images .back-to-top {
    padding-top: 80px; }
    @media (max-width: 600px) {
      .shoot-images .back-to-top {
        padding-top: 40px; } }

.flex-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-double picture:first-of-type {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-right: 2vw; }
    @media (max-width: 600px) {
      .flex-double picture:first-of-type {
        padding-right: 1vw; } }
  .flex-double picture:last-of-type {
    padding-left: 2vw;
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (max-width: 600px) {
      .flex-double picture:last-of-type {
        padding-left: 1vw; } }

.flex-triple-auto-top-to-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-triple-auto-top-to-bottom picture:first-of-type {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-right: 2vw; }
    @media (max-width: 600px) {
      .flex-triple-auto-top-to-bottom picture:first-of-type {
        padding-right: 1vw; } }
  .flex-triple-auto-top-to-bottom picture:nth-of-type(2) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 2vw;
    padding-right: 2vw; }
    @media (max-width: 600px) {
      .flex-triple-auto-top-to-bottom picture:nth-of-type(2) {
        padding-left: 1vw;
        padding-right: 1vw; } }
  .flex-triple-auto-top-to-bottom picture:last-of-type {
    padding-left: 2vw;
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (max-width: 600px) {
      .flex-triple-auto-top-to-bottom picture:last-of-type {
        padding-left: 1vw; } }

.flex-triple-auto-bottom-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-triple-auto-bottom-to-top picture:first-of-type {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-right: 2vw; }
    @media (max-width: 600px) {
      .flex-triple-auto-bottom-to-top picture:first-of-type {
        padding-right: 1vw; } }
  .flex-triple-auto-bottom-to-top picture:nth-of-type(2) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 2vw;
    padding-right: 2vw; }
    @media (max-width: 600px) {
      .flex-triple-auto-bottom-to-top picture:nth-of-type(2) {
        padding-left: 1vw;
        padding-right: 1vw; } }
  .flex-triple-auto-bottom-to-top picture:last-of-type {
    padding-left: 2vw;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 600px) {
      .flex-triple-auto-bottom-to-top picture:last-of-type {
        padding-left: 1vw; } }

.constrain-width {
  max-width: 1200px; }

.flex-custom-single-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-custom-single-first .flex-layout-single {
    padding-top: 5vw; }
    .flex-custom-single-first .flex-layout-single picture {
      padding-right: 2vw; }
      @media (max-width: 600px) {
        .flex-custom-single-first .flex-layout-single picture {
          padding-right: 1vw; } }
  .flex-custom-single-first .flex-layout-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex-custom-single-first .flex-layout-double picture {
      padding-bottom: 2vw;
      padding-left: 2vw; }
      .flex-custom-single-first .flex-layout-double picture:last-of-type {
        max-width: 80%;
        padding-bottom: 0vw; }

.flex-custom-double-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .flex-custom-double-first .flex-layout-double {
    padding-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex-custom-double-first .flex-layout-double picture {
      padding-bottom: 2vw;
      padding-right: 0vw; }
      .flex-custom-double-first .flex-layout-double picture:last-of-type {
        max-width: 80%;
        padding-bottom: 0vw;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
  .flex-custom-double-first .flex-layout-single picture {
    padding-left: 2vw; }

.error-page {
  min-height: 800px;
  padding-top: 100px; }
  .error-page h1 {
    padding-bottom: 30px; }
  .error-page a {
    font-size: 12px;
    text-decoration: underline; }

footer {
  position: relative;
  background: #282828;
  padding: 30px 12px;
  z-index: 3; }
  footer a[href^=tel] {
    color: #FFF; }
    @media (max-width: 320px) {
      footer a[href^=tel] {
        font-size: 12px; } }
  footer .contact-details li {
    display: inline-block;
    color: #FFF;
    font: normal normal 700 13px/normal "franklin-gothic-urw", sans-serif; }
    @media (max-width: 767px) {
      footer .contact-details li {
        display: block;
        padding-bottom: 5px; } }
    footer .contact-details li:not(:first-of-type) {
      margin-left: 2%; }
      @media (max-width: 767px) {
        footer .contact-details li:not(:first-of-type) {
          margin-left: 0px; } }
    footer .contact-details li a {
      color: #FFF;
      margin-left: 5px;
      font: normal normal 400 13px/normal "franklin-gothic-urw", serif; }
      @media (max-width: 320px) {
        footer .contact-details li a {
          font-size: 12px; } }
  footer .credits {
    padding-top: 5px; }
    footer .credits a:first-of-type {
      font-size: 9px;
      color: #FFF; }
      footer .credits a:first-of-type:hover svg {
        fill: #1968AF; }
    footer .credits a:last-of-type {
      color: #282828;
      font: normal normal 400 13px/normal "franklin-gothic-urw", serif;
      font-size: 8px;
      margin-left: 10px; }
      footer .credits a:last-of-type:hover {
        color: #FFF; }
