/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
.content,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}a:focus{outline:none;}a:active,a:hover{outline:0;}h1{margin:.67em 0;font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{border:0;padding:0;}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-spacing:0;border-collapse:collapse;}

p { margin: 0; }

/* ---------------------------------------- */

h2 {
  color: #222222;
font-family: Aften Screen Bold;
font-size: 26px;
font-weight: normal;
}

a {
  outline: none;
  color: #111111;
text-decoration: underline;
}

a:hover {
  color: #1BB483;
text-decoration: underline;
}

/* nicer padding for lists */
ul, ol { padding-left: 1.4em; }

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #222222;
font-family: Aften Screen Regular;
font-size: 16px;
line-height: 1.6;
}

/* centered content pages */
._4ORMAT_content_wrapper { margin: 0 auto; }

/*
------------------------------------------------------------------
Header
------------------------------------------------------------------
*/

#header {
  position: fixed;
  z-index: 99;
  top:0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14;
  transition:background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition:transform 0.2s ease-out, background 0.2s ease-out;
  transition: transform 0.2s ease-out, background 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

#header.hide {
  webkit-transform: translate3d(0,-100%,0);
  -webkit-transform:  translate3d(0,-100%,0);
          transform:  translate3d(0,-100%,0);
}

.is_menu_open #header.hide {
  webkit-transform: none;
  -webkit-transform: none;
          transform: none;
}

.header_logo {
  margin: 0;
  display: table-cell;
  padding-right: 1em;
  width:1%;
  vertical-align: top;
}
.header_logo.is_mobile {
  padding: 10px 20px;
  display: none;
}

.header_logo, .header_logo a {
  color: #111111;
text-decoration: none;
font-family: Aften Screen Bold;
font-style: normal;
line-height: 1.3;
font-size: 30px;
font-weight: normal;
  max-width: 660px;
  min-width: 200px;
}

.header_logo a:hover {
  color: #5AC5A3;
text-decoration: none;
}

.header_logo img {
  transform-origin: left;
-o-transform-origin: left;
-ms-transform-origin: left;
-moz-transform-origin: left;
-webkit-transform-origin: left;

  transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);

  
    max-height: 50px;
    max-width: 100px;
  
}

.mobile_menu_button {
  display: block;
  background: none;
  border: none;
  height: 40px;
  padding: 0;
  overflow: hidden;
  outline: none;
  position: absolute; top: auto; right: 20px;
  width: 40px;
  z-index: 100;

  color: #111111;
}

.lines-button {
  font-size: 5px;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lines-button .lines-button:active { transition: 0s; }
.lines-button .lines {
  display: inline-block;
  width: 4em;
  height: 0.4em;
  background: #111111;
  transition: 0.3s;
  position: relative;
}
.lines-button .lines:before,
.lines-button .lines:after {
  display: inline-block;
  width: 4em;
  height: 0.4em;
  background: #111111;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center;
}
.lines-button .lines:before { top: 1em; }
.lines-button .lines:after { top: -1em; }
.is_menu_open .lines-button {-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8); }
.is_menu_open .lines-button .lines { background: transparent; }
.is_menu_open .lines-button .lines:before, .is_menu_open .lines-button .lines:after {-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 4em; }
.is_menu_open .lines-button .lines:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.is_menu_open .lines-button .lines:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }


/* Mobile */
@media screen and (max-width: 767px) {
  #thumbs_wrapper {display: none}

  #share_4ormat_link,
  .f-share-panel {
    display: none;
  }

  #menu {
    box-sizing: border-box;
    transition: opacity 0.2s ease-out, height 0s ease-out 0.2s;

    background: #ffffff;
    font-size: 17px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;

    webkit-transform: translate3d(0,0,0);
    -webkit-transform:  translate3d(0,0,0);
            transform:  translate3d(0,0,0);
    transition:-webkit-transform 0.2s ease-out;
    transition:transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  #header {
    background: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .is_menu_open #header {
    background: transparent;
  }

  .header_logo {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    box-sizing: border-box;
    float: none;
    font-size: 30px;
    white-space: normal;
    transition: opacity 0.2s ease-out;
  }

  .header_logo a {
    font-size: 30px;
  }

  .header_logo img {
    transform-origin: left;
-o-transform-origin: left;
-ms-transform-origin: left;
-moz-transform-origin: left;
-webkit-transform-origin: left;

    transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);

    max-width: 100%;
    display: block;
  }

  .header_logo.is_mobile {
    display: block;
    width: auto;
  }

  .menu_list { padding: 0 8%  10% 20px; }

  .menu_list li {
    display: block;
    width: 100%;
  }
  .menu_list li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);

    color: #111111;
text-decoration: none;
font-family: Aften Screen Regular;
font-style: normal;
font-size: 14px;
font-weight: normal;
    font-size: 18px; /* overriding font size from variables */
  }

  .menu_list li.is_selected > a {
    color: #3DAD8A;
font-style: normal;
text-decoration: none;
  }

  .menu_list .menu_category {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .menu_list .menu_dropdown {
    padding-bottom: 10px;
  }

  .menu_list .menu_dropdown,
  .menu_list li a {
    border-bottom: solid 1px #919191;
    border-bottom: solid 1px rgba(17, 17, 17, 0.1);
  }

  .menu_list .menu_category > a,
  .menu_list .menu_dropdown a {
    padding: 0.5em 0;
    border-bottom: 1px solid transparent;
  }

  .menu_list .menu_category > a {
    color: #111111;
    color: rgba(17, 17, 17, 0.3);
  }

  /* indent category items */
  .menu_list .menu_dropdown a { padding-left: 0.5em; }

  .is_menu_open .mobile_menu_button {
    position: fixed;
  }

  .is_menu_open #menu {
    webkit-transform: translate3d(-100%,0,0);
    -webkit-transform:  translate3d(-100%,0,0);
            transform:  translate3d(-100%,0,0);

    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }

  .is_menu_open {
    height: 100%;
    overflow: hidden;
  }

  .is_menu_open .header_logo:not(.is_mobile) {
    opacity: 0;
  }

  header:before {
    content: "";
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }

  .is_menu_open header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}

/* Desktop */
@media screen and (min-width: 768px) {
  .mobile_menu_button {
    display: none;
  }

  #header {
    position: relative;
    padding: 1% 1.4% 1%;
  }

  body.gallery #header {
    position: fixed;
  }

  #menu {
    display: table-cell;
    text-align: right;
    vertical-align: top;
  }

  /* both menu, and social icons */
  #menu > ul > li {
    outline: 0;
    margin: 0.2em 0.4em;
  }

  .menu_list {
    display: inline-block;
    margin-bottom: 1em;
  }
  .menu_list > li { position: relative; }

  /* All links */
  .menu_list li > a {
    line-height: 1;
    display: block;
    padding: 0.1em 0.1em;

    color: #111111;
text-decoration: none;
font-family: Aften Screen Regular;
font-style: normal;
font-size: 14px;
font-weight: normal;
  }
  .menu_list li:not(.menu_category):hover > a {
    background: #CEECE3;
color: #111111;
text-decoration: none;
  }
  .menu_list li.is_selected > a,
  .menu_list li:not(.menu_category).is_selected > a:hover {
    color: #3DAD8A;
font-style: normal;
text-decoration: none;
  }


  .menu_list .menu_dropdown.show {
    display: block;
  }

  .menu_list .menu_dropdown li.is_selected > a {
    background-color: #ffffff;
  }

  /* Top level item link */
  .menu_list li > a {
    padding: 0.15em 0.2em 0.11em;
  }

  .menu_list .menu_category > a {
    background: transparent;
    border: solid 1px transparent;
    border-bottom: none;
    cursor: default;
    padding: 0.5em 1.2em 0.5em 0.5em;
  }

  .no-touch .menu_list .menu_category:hover > a, .menu_list .menu_category.show > a {
    border-color: rgba(150,150,150,0.8);
    background: transparent;
    opacity: 0.35;
  }

  .menu_list .menu_category > a:after {
    content: "";
    width:0; height:0;
    border-right: 0.25em solid transparent;
    border-left: 0.25em solid transparent;
    border-top: 0.35em solid;
    position: relative; left: 5px; top: 0.7em;
  }

  /* Dropdown menu container */
  .menu_list .menu_dropdown {
    display: none;
    position: absolute; top: 100%; left: 0;
    max-width: 200%;
    z-index: 10;
    min-width: calc(150% + 0.6em);
    border: solid 1px rgba(150,150,150,0.3);
  }

  .is_dropdown_left .menu_dropdown {
    left: auto;
    right: 0;
  }

  .menu_list .menu_dropdown li { display: block; }
  .menu_dropdown li a {
    background-color: #ffffff;
    border-bottom: solid 1px rgba(150,150,150,0.3);
    display: block;
    max-width: 250px;
    overflow: hidden;
    padding: 0.6em 0.5em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .menu_list .menu_dropdown li:last-child a { border-bottom: 0 none; }
  .no-touch .menu_list > li:hover .menu_dropdown, .menu_list > li.show .menu_dropdown { display: block; }

}

/* Menu responsiveness */
@media screen and (min-width: 768px) and (min-height: 700px) {
  #header {
    padding: 1.8% 2% 1.8%;
  }
}


.social_icons a {
  color: #ABB3BE;
  text-decoration: none;
}
.social_icons a:hover {
  text-decoration: none;
  color: #222222;
}

.social_icons svg {
  width: 16px;
  height: 16px;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .social_icons {
    padding: 0 20px 8%;
    margin-top: -4%;
  }
  .social_icons li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .social_icons {
    display: inline-block;
    margin: 0 0.2em 0 0.5em;
  }
  #menu .social_icons > li {
    margin: 0.1em 0.4em;
  }
}

/* -------------------------------------------- */
/* Captions */


.asset_caption {
  transition: all 0.2s ease-out;
  text-align: center;
  margin: 1em auto 0;
  max-width: 30em;

  color: #999999;
font-family: Aften Screen Regular;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 1.4;
}

.asset_caption h2 {
  color: #999999;
}

.asset_caption.is_listing {
  margin-top: 0.5em;
  text-align: center;
  
  color: #222222;
font-family: Aften Screen Regular;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 1.4;
}

.is_loading .asset_caption {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
  .asset_caption {
    margin-top: 1em;
  }
}


/* -------------------------------------------- */
/* Gallery nav links */

.gallery_navigation {
  position: fixed; bottom: 3%; left: 2%;
  z-index: 3;

  
}


.gallery_navigation button {
  background: none;
  border: 0 none;
  display: block;
  height: 22px;
  outline: 0;
  padding: 0 8px;
}

.gallery_navigation span {
  border-width: 0;
  border-top: solid 2px;
  border-left: solid 2px;
  display: inline-block;
  height: 0.5em;
  padding: 0;
  text-indent: -999em;
  width: 0.5em;
  vertical-align: middle;

  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  color: #ABB3BE;
font-size: 14px;
}

.gallery_navigation .gallery_next span {
  border-width: 0;
  border-left: solid 2px;
  border-bottom: solid 2px;

  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gallery_navigation .gallery_nav_button:hover:enabled span {
  cursor: pointer;
  color: #7A8492;
}

.gallery_navigation button:active:enabled {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


.gallery_navigation .gallery_nav_button:disabled {
  cursor: default;
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
}


@media screen and (max-width: 767px) {
  .gallery_navigation { display: none }
}

/*
------------------------------------------------------------------
Content
------------------------------------------------------------------
*/

#content {
  transition: opacity 0.3s ease-out;
  padding-bottom: 50px;
}

#content.is_loading { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

body.simple #content {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
}

body.simple.blog #content {
  width: 100%;
  margin: 0 auto;
}

body.simple.blog #content iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body.simple.blog #content {
    width: calc(100% - 40px);
  }
  body.simple.blog #content iframe {
    height: calc(100vw / 2);
  }
}

.f_blog_wrapper { margin: 0 auto; }
@media screen and (max-width: 767px) {
  .f_blog_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Desktop */
@media screen and (min-width: 768px) {
  body.gallery {
    margin-right: 3%;
  }
  body.gallery #content {
    box-sizing: border-box;
    /* 90px is width of thumb bar */
    margin-right: 90px;
  }

  #content .asset {
    display: table;
    height: 100vh;
    table-layout: fixed; /* needed for fixing Firefox */
    width: 100%;
  }

  #content .asset_center {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}


#content .asset_text_container {
  max-width: 40em;
  margin: 0 auto;
  text-align: left;
  color: #222222;
font-family: Aften Screen Regular;
font-size: 16px;
line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .gallery #content .asset_text_container {
    max-width: 35em;
  }
}

.asset_image_container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.asset_image_container img {
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.asset_image_container .image-placeholder {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.asset.is_loading img { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }


@media screen and (max-width: 767px) {
  body.gallery #content {
    margin: 0 auto;
  }
  #content .asset {
    padding:  1em 0;
    min-height: 100px; /* dont scale to full viewport height like on desktop */
  }
  .asset_image_container {
    max-width: 100%;
    display: inline-block;
  }
  .asset_image_container img {
    margin: 0 auto;
  }

  #content .asset_center {
    text-align: center;
  }
}

/* ------------ video ------------ */

.video_wrapper {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.video_wrapper iframe {
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video_wrapper {
    width: 100%;
  }
}



/* ------------ Thumbnails bar ------------ */

.gallery_thumbs {
  transition: opacity 0.7s ease-out;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  outline: 0;
  opacity: 1;
  padding: 0 8px;
  position: fixed;
  right: 3%;
  top: 0;
  z-index: 10;

  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery_thumbs.is_loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.gallery_thumbs li {
  transition: opacity 0.4s ease-out;
  display: block;
  list-style-type: none;
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
  width: 70px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.gallery_thumbs li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.gallery_thumbs li.is_selected {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


  .gallery_thumbs li.is_selected img,
  .gallery_thumbs li.txt.is_selected a {
    outline: solid 1px #bEdCd3;
    outline-offset: 3px;
  }


.gallery_thumbs li.is_loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gallery_thumbs li img {
  -ms-interpolation-mode: bicubic;
  display: block;
  width: 100%;
}

.gallery_thumbs li a { display: block; }

.gallery_thumbs li.txt a {
  box-sizing: border-box;
  background: #CEECE3;
  color: #292f2d;
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  height: 70px;
  overflow: hidden;
  padding: 9px;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gallery_thumbs {display: none}
}

/*  ----------------------------  Listing Page ---------------------------- */


/* Listing Pages */




.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}


/* Listing Column System */

.listing .two-columns .listing_image, .listing .three-columns .listing_image, .listing .four-columns .listing_image, .listing .five-columns .listing_image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.listing .two-columns .listing_image { width: 50%; }

.listing .three-columns .listing_image { width: 33.3333% }

.listing .four-columns .listing_image { width: 25%; }

.listing .five-columns .listing_image { width: 20%; }

.listing .listing_images {
  align-content: center;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -30px;
}


.listing .listing_image {
  opacity: 0;
  transition: opacity 300ms ease-out;
  padding: 0 30px 30px 0;
}
  .listing .listing_image.asset-loaded {
    opacity: 1;
  }
  .listing .listing_image .image-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  .listing .listing_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .listing .listing_image .image-wrap {
    display: flex;
    position: relative;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    -webkit-backface-visibility: hidden;
  }
  .listing .listing_image:hover .image-wrap {
      opacity: 0.8;
  }
  .listing .listing_image .item-link {
    text-decoration: none;
  }

.listing_title_element {
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0;
  transition: opacity 250ms ease-out;
}
  .listing_title_element.asset-loaded {
    opacity: 1;
  }
  .listing_title_element .image.element{
    position: relative;
    display: inline-flex;
  }
  .listing_title_element .image-placeholder {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  .listing_title_element img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  #content .listing_title_element .asset_text_container {
    color: #222222;
font-family: Aften Screen Regular;
font-size: 16px;
line-height: 1.6;
    margin: 0;
  }

@media screen and (max-width: 767px) {
  .listing .listing_images { margin-right: -15px; }
  .listing .listing_image { padding: 0 15px 15px 0; }
  .listing_title_element { width: 100%; margin-bottom: 15px; }
  .listing_title_element img { max-width: 100%; }
}

.listing #content{
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    overflow-x: hidden;
}

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/

.client_page .private_page form p {
  color: #222222 !important;
  font-size: 16px !important;
}

.f_client_header {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3)!important;
}

.f_client_header_copy p {
  color: #222222 !important;
}


.f_client_header_info .f_btn {
  color: #222222 !important;
  border: 1px solid #222222 !important;
  font-family: Aften Screen Regular !important;
  font-size: 16px !important;
}

.client_page .private_page form input[type='submit'] {
  color: #222222 !important;
  border: 1px solid #222222 !important;
}

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #222222 !important;
}

.private_page form p,
.client_page .private_page form p {
  color: #222222;
}



@media screen and (max-width: 767px) {
  #content {
    overflow-x: hidden;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*
------------------------------------------------------------------
Footer Text
------------------------------------------------------------------
*/

/* post text */
#post_text {
  /* Match Format footer link font size/family/color */
  color: #666666;
font-family: Verdana, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 10px;
  line-height: 1.4;
  max-width: 18em;
  margin: 20px 8% 60px;
}

@media screen and (min-width: 768px) {
  #post_text {
    position: fixed;
    bottom: 40px;
    right: 20px;
    margin: 0;
    text-align: right;
  }
}

/* ------------------------------------------------------------------ */
/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #222222!important;
    font-family: Aften Screen Regular!important;
    font-size: 18px!important;
    line-height: 1.7!important;
}
.f_blog_body_typography > p { line-height: 1.7!important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path { fill: #222222!important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #222222!important;
  font-family: Aften Screen Bold!important;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: normal!important;
}
.f_blog_title_typography_hover:hover {
  color: #222222!important;
  text-decoration: underline!important;
}

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #222222!important;
  text-decoration: underline!important;
}

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: Aften Screen Regular!important;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }



/* ------------------------------------------------------------------ */
/* Content Pages styling */

#content_page_wrapper h2.xl-headline {
  font-size: 39px;
}

#content_page_wrapper ._4ORMAT_content_page_container {
  padding: 0 2px !important;
}

@media screen and (max-width: 767px) {
  #content_page_wrapper [data-content-module-removable] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*
------------------------------------------------------------------
Store Pages
------------------------------------------------------------------
*/

html.cart-enabled header#header nav#menu {
  padding-right: 50px;
}

.product-list .product-name {
  color: #222222;
font-family: Aften Screen Bold;
font-size: 26px;
font-weight: normal;
  font-size: 18px !important;
}

.product-list .product .product-price {
  color: #222222 !important;
}

.product-shipping-option {
	border-color: #222222 !important;
}

body.order_confirmation_page .btn-cancel,
.product-order-form .f-add-to-cart-button,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  color: #222222 !important;
}

.product-order-form .f-add-to-cart-button {
  border: 1px solid rgba(34, 34, 34, 0.3) !important;
}

body.product_page .select2-drop {
  background: #ffffff !important;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  color: #222222 !important;
}

body.product_page .select2-drop ul,
body.product_page .select2-drop ul .select2-result-label {
  border-color: rgba(34, 34, 34, 0.2) !important;
}

body.product_page .select2-results .select2-highlighted,
.product-order-form .f-add-to-cart-button:hover {
  background: rgba(34, 34, 34, 0.1) !important;
}

body.product_page .select2-results .select2-highlighted {
  color: #222222 !important;
}

body.product_page .product-order-form .select2-container.select2-dropdown-open .select2-choice div b {
  border-top: 0 !important;
}

body.order_confirmation_page .order-confirmation {
  border: 1px solid #222222 !important;
}

body.order_confirmation_page .order-confirmation .order-confirmation-details {
  border-top: 1px solid #222222 !important;
  border-bottom: 1px solid #222222 !important;

}

body.order_confirmation_page .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #222222 !important;
}

body.order_confirmation_page .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #222222 !important;
}

body.order_confirmation_page .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important;
}

body.order_confirmation_page .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation_page .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation_page .order-confirmation .order-confirmation-total td:first-child {
  color: #222222 !important;
}


body.order_confirmation_page .btn-confirm,
body.order_download_page .btn-return,
body.order_thank_you_page .btn-return,
body.order_payment_error_page .btn-return {
  background: #222222 !important;
  border: none !important;
  color: #ffffff !important;
}

body.order_download_page svg {
  fill: #111111;
}

.f-back-to-store-link svg {
  fill: #111111;
}

.order-download ul {
  padding: 0px;
}
