/*
   v2.0
*/

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{
  overflow-y: scroll;
}


/*  ------  Global  ------  */
body {
  line-height: 1;

  color: #bbbbbb;
font-family: "Lucida Console", Monaco, Menlo, monospace;
font-size: 12px;

  /* This is set to important else it breaks on Opera browsers */
  background: #111111 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 46px;
  margin:0;
}

h1 {
  line-height:1.1em;
}

h2 {
  line-height: 1em;
}

a {
  outline: none;
  color: #eb6d67;
font-weight: normal;
font-style: normal;
text-decoration: underline;
}

  a:hover {
    color: #ba4b51;
font-weight: normal;
font-style: normal;
text-decoration: underline;
  }

blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {	content: ''; 	content: none; }
table {	border-collapse: collapse;	border-spacing: 0; }
form div ,table td, table th { padding: 5px;}

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

p { margin: 0; }

p, ul li, ol li {  line-height: 1.5em; }
em {  font-style:italic; }
strong {  font-weight:bold; }

/* Required to Render UL and OL elements correclty */
ol { list-style: decimal inside none; }
ul { list-style: disc inside none; }




/* ------ ClearFix ------ */
.clearfix:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

html.chrome .gallery .image .img img {
  image-rendering: -webkit-optimize-contrast;
}


/* Menu Definitions */
#menu_container {
  position: fixed;
  width: 100%;
  margin: auto 0px ;
  text-align: center;
  z-index: 33333;
  top: 0;
  background: #111111!important;
}


#menu_container .menu_padding {
  padding: 1.5em 2em;
}


#menu_container #logo a  {
  text-decoration: none;
  color: #888888;
font-family: Karla, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 26px;
  line-height: 1.1em;
}

#menu_container #logo a img {
  border:0px;
  max-width: 100%;
  width: auto;
  max-height: 110px;
  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);

}
#menu_container #logo h1 {
  padding:0px; margin: 0px;
  z-index: 3333;
}

#menu_container #logo h1 a:hover { text-decoration:none; }

/* Menu */

#menu ul { list-style-type:none; }
#menu > li {
  margin-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display:inline;
  white-space: nowrap;
}

  #menu > .item,
  #menu > .category > div,
  #menu > .category > a,
  #menu .dropdown > .item {
    
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }

  
  #menu .dropdown > .item {
    background: #111111;
  }
  

    #menu > .item:hover,
    #menu > .category:hover > a,
    #menu .dropdown > .item:hover {
      background: #111111;
    }


#menu .category:hover .dropdown,
#menu .category:focus .dropdown {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}


#menu .item a,
#menu .category > div,
#menu .category a,
#menu .category a:visited,
#menu .item a:visited {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;

  color: #cccccc;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;

  line-height: 1em;
  text-decoration: none;
  display: block;

  
  padding: 0.7em;
  
}

#menu .category span {
  color: #cccccc;
  font-style: normal;
  font-weight: normal;
}

  #menu .category > div {
    cursor: pointer;
  }

  #menu .dropdown > li a {
    padding: 1em 1em;
    }



#menu .dropdown {
  float: none;
  z-index: 100;
  position: absolute;
  min-width: 180px;
  height: 0;
  overflow: hidden;

  padding: 5px 0 0;

  -webkit-transition: height 0.15s ease;
  -moz-transition: height 0.15s ease;
  -ms-transition: height 0.15s ease;
  -o-transition: height 0.15s ease;
  transition: height 0.15s ease;
}

  #menu .dropdown a {
    text-align: left;
  }

  


#menu .item a:hover,
#menu .category a:hover,
#menu .item a:focus,
#menu .category a:focus {
  color: #9e9e9e;
  text-decoration: none;
}

#menu .selected > a,
#menu .category > .selected > a {
  background: #111111;
}

  #menu .item.selected > a,
  #menu .category.selected > a {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
  }

#menu_container .mobile_nav_item {
  display: none;
}

/* Share button */

#share_4ormat_link {
  background: #ffffff;
  color: #000000;
  display: inline-block;
  margin: 0 3px;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.04em;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;

  filter: alpha(opacity=60);
  opacity: 0.6;

  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;

  font-family: arial;
  font-size: 11px;
  text-decoration: none;
}
  #share_4ormat_link:hover,
  #share_4ormat_link:focus {
    filter: alpha(opacity=100);
    opacity: 1;
  }


/******* TOP *********/


#head_logo {
  float:left;
  padding-right: 40px;
  width: 40%;
  max-width: 430px;
  text-align: left;
  min-height: 30px;
  max-height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.gallery .footer_text {
  position: fixed;
  left: 24px; bottom: 18px;
  margin: 0;
  width: 100%;
}
.footer_text {
  color: #888888;
font-family: "Lucida Console", Monaco, Menlo, monospace;
font-weight: normal;
font-style: normal;
font-size: 11px;
  
  text-align: center;
  
  margin: 20px 0 0 24px;
  position: fixed;
  bottom: 18px;
}
.mobile-menu-trigger {
  display: none;
}



/* Social Icons */

.social {
  font-size: 13px;
  margin: 0.4em 0 0 0.6em;
  }

.social_icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
}

ul.social_icons li.social_icon {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    cursor: pointer;
    *display:inline;
    display: inline-block;
    margin: 0 5px -7px 5px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 18px; height: 18px;
    zoom: 1;
  }



  ul.social_icons li.social_icon a {
    display: block;
    overflow: hidden;
    padding: 0;
    width: 20px; height: 20px;
    position: absolute; top: 1px; left: 0;
  }

ul.social_icons li.social_icon .social-icon {
  width: auto;
  height: 12px;
  overflow: visible;
  position: relative;
  top: 1px;
}

ul.social_icons  li.social_icon:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}


  ul.social_icons li.social_icon {
    background: #fff;
  }
  ul.social_icons li.social_icon:before {
    color: #000;
  }
  ul.social_icons li.social_icon a { color: #000; }


/* Share button */
#share_button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  *display: inline;
  margin-left: 5px;
  position: relative;
  *right:0;
  /*top: 2px;*/
}

#share_button a {
  background: #ffffff!important;
  color: #000000!important;
  font-size: 12px!important;
  padding: 5px 10px 4px 10px!important;
}

/****** CONTENT *******/


.nav {
  ;
  margin: 2px 0 0 0;
  
  max-width: 900px;
  width: 60%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav.left_aligned_menu { text-align: left;}
.nav { text-align: right;}
.nav .menu_wrap {  font-size: 0;}


/* Center Horizontal Vertically */
.gallery #content .container {
  position: absolute;
  top: 50%;

  
    height: 550px;
    margin-top: -275px;
  
}

.gallery .private_page {
  width: 100vw;
}

/******* GALLERY  *********/

.gallery .asset {
  padding: 0px 0;
  float:left;
}


/* If laoding icon is displayed */
.gallery .asset.loading .img {
  width: 550px;
  
    height: 550px;
  

   }


/* Image Text on Image Assets Popups */
.gallery .image .img {
  position: relative;
}
.gallery .image .img.loaded {
  width: 100%;
}
.gallery .image .img img {
  
    height: 550px;
  
  width: auto;
  display: block;
}
.gallery .asset .image_text {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  position: absolute;

  background: #111111;
color: #ffffff;

  padding: 5px 10px;
  text-decoration:none;
  bottom: 10px;
  right: 10px;
  z-index:333;
  opacity: 0;
}

.gallery .asset.image-loaded .image_text {
  opacity: 1;
}

.gallery .asset.video .image_text {
  opacity: 1;
  display: inline;
}

.gallery .asset .image_text_container {
  bottom: 0px; left: 0;
  text-align: left;

  position: absolute;
  padding: 10px;
  margin: 10px;

  max-width: 40em;
  z-index: 1;

  background: #111111;
color: #ffffff;
}

.gallery .asset.image .image_text_container p {
  padding-right: 20px;
}

.gallery .image .image_text_container h1,
.gallery .image .image_text_container h2 {
  color: #ffffff;
}

.gallery .assets {
  margin-left: 2em;
  overflow: hidden;
}

/* Title Elements */

.gallery .asset.title .wrap {
  
    height: 550px;
  
  overflow:hidden;
  outline: none;
}

.gallery .asset.title .asset_copy {
  width: 540px;
  padding: 15px 0 5px;
}

.gallery .asset.title .inner_wrap { width: 600px; }

/* Text Elements */
.gallery .asset.txt .wrap {
  width: 600px;
}
.gallery .assets .asset.txt .wrap .text_content {
  overflow: hidden;
  padding: 20px 30px 0 20px;
  width: 545px;
}
.gallery .assets .asset.txt .wrap {
  outline: none;
  
    height: 550px;
  
  overflow:hidden;
}

/*-- Video Element --*/

body.gallery .assets .video { position: relative }

body.gallery .assets .video .embed_container,
body.gallery .assets .video .youtube_cont,
body.gallery .assets .video .vimeo_cont {
  width: 100%;
  height: 100%;
}


  body.gallery .assets.size_550 .video {height: 550px;}
  .gallery .assets.size_550 .asset.video .copy {    width: 95%;  padding: 10px 5% 0 0;   }




/* Listing Assets */

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

/* Listing Column System */



body.listing .two-columns .asset, body.listing .three-columns .asset, body.listing .four-columns .asset, body.listing .five-columns .asset {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

body.listing .two-columns .listing_image { width: 50%; }
body.listing .three-columns .listing_image { width: 33.3333%; }
body.listing .four-columns .listing_image { width: 25%; }
body.listing .five-columns .listing_image { width: 20%; }

/* Listing Layout */

body.listing .assets{
  align-content: center;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}
  body.listing .assets.original {
    align-items: center;
  }

body.listing .listing_image {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0 30px 30px 0;
  box-sizing: border-box;
}
  body.listing .listing_image.asset-loaded {
    opacity: 1;
  }
  body.listing .listing_image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      height: auto;
      vertical-align: top;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  body.listing .listing_image .image-wrap {
      position: relative;
      -webkit-transition: opacity 0.3s ease-out;
      -moz-transition: opacity 0.3s ease-out;
      -ms-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      -webkit-backface-visibility: hidden;
  }
  body.listing .listing_image:hover .image-wrap {
      opacity: 0.8;
  }
  body.listing .listing_image .image-wrap .image-placeholder {
      position: relative;
      vertical-align: top;
      width: 100%;
      height: 100%;
      transition: background-color 0.25s ease;
  }
  body.listing .listing_image .image-wrap.image-loaded .image-placeholder {
      background-color: transparent !important;
  }
  body.listing .listing_image a {
    text-decoration: none;
  }


body.listing #content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2em;
  overflow-x: hidden;
}

._4ORMAT_content_wrapper { margin: 0 auto; }

body.listing .assets {
  overflow: hidden;
}

  body.listing .title_element img,
  body.listing .assets img {
    max-width: 100%;
    height: auto;
  }

body.listing #content .title_element {
  max-width: 1060px;
  margin: 0 auto
}
body.listing #content .title_element .image {
  position: relative;
}
body.listing #content .title_element .image .image-placeholder {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.listing #content .title_element .image .image-placeholder {
    margin-bottom: 15px;
  }
}
body.listing #content .title_element .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.listing #content .title_element .copy {
  max-width: 800px;
  margin-bottom: 45px;
}


  body.listing #content .listing_image:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

body.listing #content .listing_image .copy {
  text-align: center;
  line-height: 1.35em;
  text-decoration: none;
  margin-top: 10px;
  padding: 0 8px;
  display:block;
  color: #aaaaaa;
font-size: 12px;
font-style: normal;
font-weight: normal;
  
}
  body.listing #content .listing_image .copy.top {
    opacity: 0;
    pointer: none;
  }

  body.listing #content .listing_image:hover .copy {
    color: #aaaaaa;
text-decoration: none;
  }

@media only screen and (max-width: 767px) {
  body.listing .assets{
    margin-right: -15px;
  }
  body.listing .listing_image {
    padding: 0 15px 15px 0;
  }
}




body.simple  #menu_container,
body.listing #menu_container,
body.content #menu_container,
body.store #menu_container,
body.product #menu_container,
body.order_confirmation #menu_container,
body.order_thank_you #menu_container,
body.order_download #menu_container,
body.order_payment_error #menu_container {
  position: relative;
}
body.simple  #content,
body.listing #content {
  margin-top: 60px;
}

/* Variable Image Style Definitions */

/* Gallery Containers */

.gallery .asset {
  margin-right: 5px;
}

/* JScroll Scrollbard color */
.jspDrag {
  background: #bbbbbb;
}

.jspDrag:hover {
  background: #bbbbbb;
}

/* Gallery nav arrows */

.gallery .cursor_right.cursor_black.cursor_s { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_s.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_s.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_black.cursor_m { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_m.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_m.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_black.cursor_l { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_l.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_black.cursor_s { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_s.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_s.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_black.cursor_m { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_m.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_m.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_black.cursor_l { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_l.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_l.png) 0 24, w-resize; }

.gallery .cursor_right.cursor_white.cursor_s { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_s.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_s.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_white.cursor_m { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_m.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_m.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_white.cursor_l { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_l.cur), e-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_white.cursor_s { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_s.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_s.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_white.cursor_m { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_m.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_m.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_white.cursor_l { cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_l.cur), w-resize; cursor: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_l.png) 0 24, w-resize; }

/* ie8 nav */
.gallery .ie-next, .gallery .ie-prev { display: none; }
.ie8 .gallery .ie-next, .ie8 .gallery .ie-prev {
  display: block;
  width: 29px;
  height: 47px;
  position: fixed;
  z-index: 2000;
  cursor: pointer !important;
}
.ie8 .gallery .ie-prev { left: 30px; display: none; }
.ie8 .gallery .ie-next { right: 30px; }
.ie8 .gallery #content { cursor: default !important; }

.gallery .cursor_black.cursor_s .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_s.png) no-repeat; }
.gallery .cursor_black.cursor_m .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_m.png) no-repeat; }
.gallery .cursor_black.cursor_l .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_black_l.png) no-repeat; }

.gallery .cursor_black.cursor_s .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_s.png) no-repeat; }
.gallery .cursor_black.cursor_m .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_m.png) no-repeat; }
.gallery .cursor_black.cursor_l .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_black_l.png) no-repeat; }

.gallery .cursor_white.cursor_s .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_s.png) no-repeat; }
.gallery .cursor_white.cursor_m .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_m.png) no-repeat; }
.gallery .cursor_white.cursor_l .ie-next { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/right/cursor_white_l.png) no-repeat; }

.gallery .cursor_white.cursor_s .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_s.png) no-repeat; }
.gallery .cursor_white.cursor_m .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_m.png) no-repeat; }
.gallery .cursor_white.cursor_l .ie-prev { background: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/cursors/left/cursor_white_l.png) no-repeat; }

/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #eeeeee!important;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    font-size: 18px!important;
    line-height: 1.65!important;
}
.f_blog_body_typography > p { line-height: 1.65!important; }

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

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #eeeeee!important;
  font-family: Karla, sans-serif!important;;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: bold!important;
}
.f_blog_title_typography_hover:hover {
  color: #eeeeee!important;
  text-decoration: underline!important;
}

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

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif!important;;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }


  .f_blog_wrapper .slidesjs-container { background: #000; }

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

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

.youtube_cont.preview .load_iframe, .vimeo_cont.preview .load_iframe {
  background-image: url(https://bucket0.format-assets.com/theme_versions/4463287/assets/images/play.svg) !important;
  background-size: 63px 63px;
}

@media only screen and (max-width: 1024px) {
  .gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }

  .gallery #assets_wrap {
    position: relative;
  }

  .gallery #content {
    position: absolute;
    top: 0;
    left: 0;
    
      right: -1px;
    
    bottom: 0;
  }

  .gallery #content .container {
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .gallery .asset.title .wrap,
  .gallery .assets .asset.txt .wrap {
    height: auto;
    
      width: auto;
    
  }

  body.content #content, body.blog #content {
    position: relative;
  }

  body.simple  #menu_container,
  body.listing #menu_container,
  body.content #menu_container,
  body.store #menu_container,
  body.product #menu_container,
  body.order_confirmation #menu_container,
  body.order_thank_you #menu_container,
  body.order_download #menu_container,
  body.order_payment_error #menu_container {
    position: fixed;
  }


  body.simple #content, body.listing #content {
    margin-top: 0px;
  }

    body.simple #content .container, body.listing #content .container {
      position: relative;
    }

  .gallery .asset.loading .img img {
    top: 30vh;
  }

  .gallery .asset .image_text_container {
    right: 0;
    max-width: none;
  }

  .f_blog_wrapper {
    width: 100vw;
    max-width: none;
    overflow-x: auto;
    padding-right: 2em !important;
    padding-left: 2em !important;
    -webkit-overflow-scrolling: touch;
  }

    .f_blog_wrapper iframe {
      width: 100% !important;
      height: auto !important;
    }

  #content_page_wrapper input[type="submit"]:hover {
      height: auto  !important;
      border-radius: 2px  !important;
      background-color: transparent  !important;
      color: inherit  !important;
      cursor: pointer  !important;
      margin: 0  !important;
      padding: 15px 30px  !important;
      font-size: 1em  !important;
      width: auto  !important;
  }
}

@media only screen and (max-width: 767px) {
  .open-mobile-menu {
    overflow: hidden;
  }

  #head_logo {
    width: 75%;
    min-height: 0;
    max-height: none;
    max-width: none;
    padding-right: 0;
  }

  #menu_container #logo a img {
    max-width: 100%;
    max-height: 60px;
    transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);

  }

  #menu_container {
    width: 100vw;

    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

    #menu_container.hidden {
      -webkit-transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    #menu_container #logo a {
      font-size: 28px;
    }

  .header_container {
    position: relative;
  }

  .open-mobile-menu #content {
    display: none;
  }

  .mobile-menu-trigger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    margin-top: -15px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }

    .mobile-menu-trigger:active {
      background: none;
    }

    .mobile-menu-trigger .hamburger {
      background: #cccccc;
      display: block;
      position: absolute; top: 7px; right: 0;
      width: 21px; height: 4px;
      border-radius: 1px;
    }

      .mobile-menu-trigger .hamburger::before {
        background: #cccccc;
        content: "";
        display: block;
        position: absolute; top: 7px; left: 0;
        width: 21px; height: 4px;
        border-radius: 1px;
      }
      .mobile-menu-trigger .hamburger::after {
        background: #cccccc;
        content: "";
        display: block;
        position: absolute; top: 14px; left: 0;
        width: 21px; height: 4px;
        border-radius: 1px;
      }

    .mobile-menu-trigger .ex {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      width: 18px;
      height: 18px;
      margin-top: 15px;
    }

      .mobile-menu-trigger .ex::before {
        background: #cccccc;
        content: "";
        display: block;
        position: absolute; top: 0; left: 0;
        width: 22px; height: 3px;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      .mobile-menu-trigger .ex::after {
        background: #cccccc;
        content: "";
        display: block;
        position: absolute; top: 0; left: 0;
        width: 22px; height: 3px;

        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }

  .open-mobile-menu .mobile-menu-trigger .hamburger {
    display: none;
  }

  .open-mobile-menu .mobile-menu-trigger .ex {
    display: block;
  }

  .nav {
    position: fixed;
    top: -500%;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin-left:0;
    overflow-y: auto;
    background: #111111;
    opacity: 0.01;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .open-mobile-menu .nav {
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .social {
    margin-left: 0;
  }

  #menu > li {
    display: block;
    margin: 0;
    padding: 0;
    white-space: normal;
    text-align: center;
  }

  #menu > .social {
    margin: 24px 0;
  }

  #menu > li.category {
    margin: 30px 0;
  }

  #menu > .category > a {
    background: #111111;
  }

  #menu > .category > a span {
    opacity: 0.5;
  }

  #menu > .item, #menu > .category > a, #menu .dropdown > .item {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #menu > .category:hover > a, #menu .dropdown > .item:hover {
    background: #111111;
  }

  #menu > .item:hover {
    background: #111111;
  }

  #menu .item a,
  #menu .category > div,
  #menu .category a,
  #menu .category a:visited,
  #menu .item a:visited {
    padding: 12px 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #menu .dropdown {
    position: static;
    width: auto;
    height: auto;
    padding: 0;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

    #menu .dropdown li {
      display: block;
      text-align: center;
      white-space: normal;
    }

    #menu .category:hover .dropdown,
    #menu .category:focus .dropdown {
      height: auto !important;

      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
    }

  #menu_container .mobile_nav_item {
    display: block;
    margin: 11px 0;
    
      color: #666;
    
    font-size: 12px;
    line-height: 13px;
  }

  #menu_container .mobile_nav_item #using {
    position: static !important;
    color: #cccccc !important;
    font-family: Karla, sans-serif !important;
  }

  #menu_container .mobile_nav_item #using a {
    color: #cccccc !important;
  }

  #menu_container .mobile_nav_item.nav_footer_text {
    color: #cccccc !important;
    font-family: Karla, sans-serif !important;
  }

  #menu_container .mobile_nav_item a {
    
      color: #666;
    
  }

  ul.social_icons li.social_icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 100%;
  }

    ul.social_icons li.social_icon a {
      width: 32px;
      height: 32px;
    }

  ul.social_icons li.social_icon .social-icon {
    height: 18px;
    left: 1px;
    top: 3px;
  }

  #share_button, .footer_text {
    display: none;
  }

  .gallery .asset.title .inner_wrap {
    width: 83vw;
  }

  .gallery .asset.title .asset_copy {
    width: calc(83vw - 20px);
  }

  .gallery .asset.title .asset_img {
    padding-right: 20px;
  }

    .gallery .asset.title .asset_img img {
      max-width: calc(83vw - 20px);
    }

  .gallery .asset.txt .wrap {
    width: 83vw;
  }

  .gallery .assets .asset.txt .wrap .text_content {
    padding: 0;
    width: calc(83vw - 20px);
  }

  .f-share-panel {
    display: none;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .gallery .asset.image .img img[data-sizing='landscape'] {
    width: 85vw;
    
      width: auto;
    
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .gallery #menu_container {
    display: none;
  }
}

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

.client_page #content {
  padding: 1.5em 2em;
}

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

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

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


.f_client_header_info .f_btn {
	color: #bbbbbb !important;
	border: 1px solid #bbbbbb !important;
	font-family: "Lucida Console", Monaco, Menlo, monospace !important;
	font-size: 12px !important;
}

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

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

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

html.cart-enabled .header_container .nav {
  padding-right: 50px;
}

.product-list .product-name {
  font-size: 32px !important;
}

.product-list .product a {
  color: #bbbbbb !important;
}

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

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

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

body.product .select2-drop {
  background: #111111 !important;
  border: 1px solid rgba(187, 187, 187, 0.2) !important;
  color: #bbbbbb !important;
}

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

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

body.product .select2-results .select2-highlighted {
  color: #bbbbbb !important;
}

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(187, 187, 187, 0.6) !important;
}

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

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

}

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

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

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

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


body.order_confirmation .btn-confirm,
body.order_thank_you .btn-return,
body.order_download .btn-return,
body.order_payment_error .btn-return {
  background: #bbbbbb !important;
  border: none !important;
  color: #111111 !important;
}

body.order_download svg {
  fill: #eb6d67;
}

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

@media only screen and (max-width: 767px) {
  html.cart-enabled .header_container .nav {
    padding-right: 0;
    padding-bottom: 70px;
  }
}
