/*
   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;
}

/*  ------  Global  ------  */
body, html {
  background: #1C1B1E;
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
font-size: 15px;
}

.gallery {
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #ffffff;
  font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,h2 {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2em;
}

a { color: #ffffff; outline: none; }
a:hover { color: #a9a9a9; }

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; }

p { margin: 0; }

p, ul li, ol li, .text {  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; }



body {
  overflow-y: auto;
}

// body.unauthorized button, body.unauthorized input[type=submit] {
//   -webkit-appearance: button;
//   -moz-appearance: button;
//   appearance: button;
// }

/* ------ 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; }

body.unauthorized #supersized-loader, body.unauthorized #supersized {
  display: none!important;
}



/* Bottom bar */
#menu_bar {
  position: fixed;
  left: 0;
  
  bottom: 0;
  
  width: 100%;
  height: auto;
  z-index: 20;
  min-width: 960px;
  display: table;
  border-collapse: collapse;
}

#menu_bar_background {
  
  background: #111012;
  
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
/* logo */
#logo {
  display: table-cell;
  /* 	display: inline-block\0/;
    height: 100%\0/; */
  vertical-align: middle;
  width: 5%;
  padding: 0 2.5em 0 2em;
  position: relative;
  z-index: 9;
  white-space: nowrap;

  
}

#logo a {
  display: block;
}

#logo h1 {
  display: inline-block;
  font-size: 18px;
}
#logo h1 a {
  text-decoration: none;
  line-height: 1.2;
  color: #ffffff;
font-family: Roboto; font-weight: 400;
font-size: 18px;
font-style: normal;
font-weight: 400;
}

#logo a img {
  max-width: 150px;
  
  max-height: 80px;
  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 */
nav {
  display: table-cell!important;
  vertical-align: middle;
  position: relative;
  margin: 0 4em 0 1em;
  
  padding: 32px 0;
  
  z-index: 4;
}

/* nav #menu { } */

nav #menu li {
  list-style: none;
  font-size: 15px;
}

nav #menu li a {
  text-decoration: none;
  display: block;
  padding: 8px 14px;
  outline: none;
  color: #8f8f8f;
font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
}

nav #menu li a:hover,
nav #menu li:hover .category_name {
  color: #8f8f8f;
}

nav #menu li.selected a {
  color: #ffffff;
}

nav #menu li.selected:hover a {
  color: #8f8f8f;
}

nav #menu > li {
  float: left;
  position: relative;
}

nav #menu > li > ul {
  
  bottom: 38px;
  
  display: none;
  position: absolute;
  background: transparent;
  left: 0;
  width: 180px;
  padding: 0;
  z-index: 1;
}

nav #menu > li:hover {
  background-color: #1F1D21;
}

nav #menu > li.category:hover {
  background: #1F1D21;
  color: #aaaaaa;
}

nav #menu > li.category:hover > a {
  color: #aaaaaa;
}

nav #menu > li:hover > ul {
  display: block;
}

nav #menu > li:hover > ul li {
  background-color: #1F1D21;
}

nav #menu > li > ul > li a {
  color: #aaaaaa;
  font-style: normal;
  font-weight: normal;
}

nav #menu > li > ul > li a:hover {
  color: #aaaaaa;
}

nav #menu > li > ul > li.selected {
  background-color: #1A191C;
}

nav #menu > li > ul > li.selected a {
  color: #ffffff;
}

nav #menu > li > ul li:hover {
  background-color: #1A191C;
}

nav #menu > li > ul li:hover a {
  color: #aaaaaa;
}

nav #menu > li > ul > li {
  width: 100%;
  float: left;
}
nav #menu > li > ul > li a {
  padding: 10px 14px;
  text-align: left;
}

nav #menu > li.category .category_name.selected { color: #ffffff; }
nav #menu > li.category .category_name.selected:hover,
nav #menu > li.category:hover .category_name {
  color: #8f8f8f;
}

/* social icons */
.social_icons {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2em 0 0.5em;
  position: relative;
  z-index: 9;
  font-size: 12px;
  text-align: right;
  min-width: 13em;
}

.social_icons ul {
  display: inline-block;
}

.social_icons ul li {
  display: inline-block;
  color: #ffffff;
  list-style: none;
  min-width: 21px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.social_icons ul li:hover {
  color: #ffffff;
}

.social_icons ul li a {
  display: inline-block;
  position: absolute; top: -1px; left: 0;
  bottom: 1px;
  color: #ffffff;
  font-size: 12px;
  width: 14px; height: 14px;
}

.social_icons .social-icon {
  width: auto;
  height: 13px;
  overflow: visible;
  position: absolute;
  top: -13px;
}
.social_icons ul li a:hover {
  color: #ffffff;
}

a.icon_share {
  padding: 0.9em 1em 0.7em;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -1px;
  text-decoration: none;
  opacity: 0.88;
  filter: alpha(opacity=88);
}


a.icon_share:hover {
  color: #ffffff;
}


/* content */

._4ORMAT_content_wrapper {
  margin: 0 auto;
  padding: 57px 0 50px;
}

._4ORMAT_content_wrapper:after {
  display: block;
  content: "";
  clear: both;
}

.gallery #content {
  padding: 0!important;
  width: 100%;
}

#content {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  
  padding: 32px 0 0 0;
  
}

#content .background {
  padding: 0 20px;
  height: 100%;
}

.ie8 .simple #content { display: block; }
.ie8 .simple #content .background { display: block; }

/* assets */

.listing .assets,
.listing .asset,
.listing .asset_copy p.img_copy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.assets {
  width: 100%;
}

.assets .asset_box {
  float: left;
  margin: 0 1% 2% 0;
  position: relative;
  vertical-align: top;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.assets .linked_image.fourth {
  margin: 0 0 2% 0;
}

.assets .linked_image {
  width: 24.25%;
}

.assets .linked_image:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.assets .asset_box img {
  max-width: 100%;
  height: auto;
}


.page-asset .asset_copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.page-asset .asset_copy:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1C1B1E;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.page-asset .asset_copy:hover {
  opacity: 1;
}
.page-asset .asset_copy:hover:after {
  opacity: 0.5;
}


.assets .asset_copy p.img_copy {
  
  text-align: center;
  
  z-index: 1;
  margin: 1em 1.5em;
  line-height: 1.4em;
  color: #ffffff;
font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
  
  margin-bottom: 2em;
  
}

.assets .asset_box.title {
  display: block;
  float: none;
  height: auto;
  margin: 0 0 3%;
}
.assets .asset_box.title .asset_img {
  text-align: center;
}
.assets .asset_box.title .asset_img img {
  display: block;
}
.assets .asset_box.title .asset_copy {
  height: auto;
  max-width: 32em;
  position: static;
  min-height: 0;
  padding: 2em 1em 1em;
}

.assets .asset_box.title .asset_copy p {
  height: auto;
  width: auto;
  overflow: auto;
  padding: 0;
  text-align: left;
  max-height: none;
}

/* info box gallery */
.gallery #captionToggle  {
  position: absolute;
  
  top: 30px;
  
  left: 32px;
  cursor: pointer;
  display: none;
  width: 2em;
  height: 2em;
  color: #ffffff;
  font-family: "sun-icons";
  font-size: 21px;
  line-height: 2.2em;
  text-align: center;
  text-decoration: none;
  z-index: 9;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#captionToggle:before {
  content: 'i';
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-family: sans-serif;
  font-size: 18px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: block;
}

#captionToggle.active:before {
  content: '×';
  line-height: 22px;
}

#caption {
  position: fixed;
  left: 70px;
  
  top: -900px;
  
  padding: 1.3em 0 1.3em 0;
  max-width: 25em;
  opacity: 0;
  
  font-size: 12px;
  z-index: 8;
}

#caption,
#caption h1,
#caption h2,
#caption p {
  color: #ffffff;
  font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
  line-height: 1.4;
}

#thumbs_show {
  position: fixed;
  
  bottom: 0px;
  
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  z-index: 0;
}

/* Slider styles styles */

.slide_nav {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  
    
      height: calc(100% - 102px);
      
    
  
}

#next_slide, #prev_slide  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
  padding: 45px 30px;
  
  padding: 0 30px;
  -webkit-transform: scaleY(1.8);
  -moz-transform: scaleY(1.8);
  -ms-transform: scaleY(1.8);
  -o-transform: scaleY(1.8);
  transform: scaleY(1.8);
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



#prev_slide:before, #next_slide:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  
}

#prev_slide:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 0.5em;
}

#next_slide:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.5em;
}



/* Supersized Gallery */
body.gallery #supersized .padding-wrapper {
  position: relative;
  padding: 1em;
  height: 100%;
}

body.gallery #supersized .video .padding-wrapper {
  height: auto;
}
body.gallery #supersized .video .padding-wrapper.video {
  max-width: 1000px;
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}

body.gallery #supersized .video.vert-with-copy .padding-wrapper.video {
  overflow: visible;
  position: relative;
}

body.gallery #supersized .video.vert-with-copy .wrap .copy {
  position: absolute;
  left: calc(100% + 20px);
  bottom: 0;
  width: 19vw;
}

.no-touch.gallery #supersized .text-wrap {
  overflow: hidden;
}

body.gallery #supersized .text .padding-wrapper {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
  display: table;
  overflow: auto;
}

body.gallery #supersized .text .wrap {
  padding: 0 200px;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.gallery #supersized .video .wrap {
  width: 100%;
  height: auto;
}

body.gallery #supersized .text .wrap a,
body.gallery #supersized .video .wrap a,
body.gallery #supersized .image_text .wrap a {
  color: #ffffff;
text-decoration: underline;
font-style: normal;
font-weight: normal;
}

body.gallery #supersized .text .wrap a:hover,
body.gallery #supersized .video .wrap a:hover,
body.gallery #supersized .image_text .wrap a:hover {
  color: #a9a9a9;
text-decoration: underline;
}

body.gallery #supersized .video .wrap.has_copy .preview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

body.gallery #supersized .video .wrap .copy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  max-width: 50%;
}

body.gallery #supersized .video .preview {
  position: relative;
}

body.gallery #supersized .video .preview iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

body.gallery #supersized .video img, body.gallery #supersized .image_text .wrap img{
  width: 100%;
}


body.gallery #supersized-loader {
  position:absolute;
  top: 50%; left: 50%;
  z-index:0;
  width: 60px; height: 60px;
  text-indent:-999em;
  background:url(https://bucket0.format-assets.com/theme_versions/4440698/assets/images/tail-spin.svg) no-repeat center center;
margin:-30px 0 0 -30px;
}

body.gallery #supersized {
  list-style: none;
  display:block;
  position:fixed;
  left:0;
  top:0;
  overflow:hidden;
  z-index:0;
  height:100%;
  width:100%;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  
    height: calc(100% - 102px);
    
  
  
}

body.gallery #supersized li {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

body.gallery #supersized img {
  width:auto;
  height:auto;
  position:relative;
  display:none;
  outline:none;
  border:none;
}

body.gallery #supersized.speed img {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -ms-interpolation-mode:nearest-neighbor;
}

body.gallery #supersized.quality img {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -ms-interpolation-mode:bicubic;
}

body.gallery #supersized > li {
  background: #1C1B1E;
  list-style: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

body.gallery #supersized > .image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.gallery #supersized li.prevslide { z-index:20; }
body.gallery #supersized li.prevslide.text { z-index: 20}
body.gallery #supersized li.activeslide {  z-index:30; }
body.gallery #supersized li.image-loading img {  visibility:hidden; }
body.gallery #supersized li.image-loading.video {  height: auto; }
body.gallery #supersized li.prevslide img, #supersized li.activeslide img {  display:inline; }

/* White Buttons */
.slide_nav #prev_slide { left: 0; text-indent: -2px; }
.slide_nav #next_slide { right: 0; text-indent: 2px; }

.no-touch #prev_slide:hover,
.no-touch #next_slide:hover {
  color: #ffffff;
  opacity: 0.6;
}

body.gallery #supersized .copy .jspContainer {
  height: 380px !important;
}
body.gallery #thumb-tray {
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  
  bottom: 0px;
  
  padding: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}

body.gallery #thumb-tray.active {
  pointer-events: auto;
}

body.gallery #thumb-tray .jspPane {
  margin-left: auto !important;
  margin-right: auto !important;
  top: 0!important;
}

body.gallery #thumb-list {
  position: relative;
  list-style-type: none;
  left: 0;
  opacity: 0;
  
 	height: 130px;
 	
}

body.gallery #thumb-list li {
  float: left;
  position: relative;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in-out;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in-out;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  
}

body.gallery #thumb-list li::after {
  content: "";
  position: absolute;
  top: 2px;
  height: calc(100% - 8px);
  width: calc(100% - 4px);
}
body.gallery #thumb-list li.current-thumb::after {
  border: 2px solid #ffffff;
}

body.gallery #thumb-list li.asset-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.gallery #thumb-list li img {
 	
 	height: 128px;
 	
 	
 	width: auto;
 	
 	cursor: pointer;
  border: 2px solid transparent;
  position: absolute;
}

body.gallery #thumb-list li .img-placeholder {
  
  height: 128px;
  
  
  width: auto;
  
  background-clip: content-box;
  border: 2px solid transparent;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.gallery #thumb-list li .video-overlay {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2px; left: 2px; right: 2px; bottom: 2px;
  background: #000;
  opacity: 0.4;
}

body.gallery #thumb-list li .video-thumb {
 	display: block;
 	cursor: pointer;
  font-family: "sun-icons";
  font-size: 36px;
  position: absolute;
  margin: -10px 0 0 -18px;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
}

body.gallery #thumb-list li a {
 	
 	height: 128px;
 	width: 128px;
 	
 	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 	cursor: pointer;
 	border: 2px solid transparent;
 	color: #ffffff;
  background: rgba(17, 16, 18, 0.5);
}
body.gallery #thumb-list li a span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
}

body.gallery #thumb-list li a span:after,
body.gallery #thumb-list li a span:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.75);
}

body.gallery #thumb-list li a span:after {
  top: 5px;
}

body.gallery #thumb-list li a span:before {
  bottom: 5px;
}

body.gallery #thumb-tray .jspContainer {
  
 	height: 138px !important;
 	
}

@media only screen and (max-width: 50em) {

  body.gallery #supersized .video .wrap.has_copy .preview {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding-bottom: 56.25%;
  }

  body.gallery #supersized .video .wrap .copy {
    display: block;
    width: 100%;
    margin: 0;
  }

  .assets .linked_image {
    width: 32.66%;
  }

  .assets .linked_image.fourth {
    margin: 0 1% 2% 0;
  }

  .assets .linked_image.third {
    margin: 0 0 2% 0;
  }
}


@font-face {
  font-family: 'sun-icons';
  src: url(/fonts/theme_custom_fonts/sun-icons.eot);
  src: url(/fonts/theme_custom_fonts/sun-icons.eot#iefix) format('embedded-opentype'),
    url(/fonts/theme_custom_fonts/sun-icons.woff) format('woff'),
    url(/fonts/theme_custom_fonts/sun-icons.ttf) format('truetype'),
    url(/fonts/theme_custom_fonts/sun-icons.svg#sun-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspScrollable {
  outline: none;
}

.jspContainer
{
  overflow: hidden;
  position: relative;
  outline: none;
}

.jspPane
{
  position: absolute;
}

.jspPane *  {

}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
}

body.gallery #thumb-tray .jspHorizontalBar
{
  height: 6px;
}
body.gallery #thumb-tray .jspVerticalBar {
  display: none;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  position: relative;
}

.jspDrag
{
  position: relative;
  top: 0;
  left: 0;
  margin: 0px 0 0;

  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 12px;
  margin-right: 3px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Blog styling */

.f_blog_wrapper iframe { max-width: 100%; }

.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #eeeeee!important;
  font-family: "Freight Sans Book", "Freight Sans Book", sans-serif!important;
  font-size: 18px!important;
  line-height: 1.75!important;
}
.f_blog_body_typography > p { line-height: 1.75!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: "Freight Sans Book", "Freight Sans Book", sans-serif!important;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: normal!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: "Freight Sans Book", "Freight Sans Book", 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: 27px;
}

.f_client_gallery {
  padding-bottom: 100px;
}

.mobileMenu {
  display: none;
}


/* Listing Pages */



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

.listing #content .background {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0px;
}


.listing #content.no-title {
  padding-top: 0;
}
.listing #content.listing_content_wrap {
  width: 100%;
}


/* Listing Column System */

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

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

.listing .two-columns.masonry .page-asset.landscape {
  width: 100%;
}

.listing .two-columns.masonry .page-asset.landscape.narrow {
  width: 50%;
}

.listing .three-columns .page-asset {
  width: 33.3333%;
}

.listing .three-columns.masonry .page-asset.landscape {
  width: 66.66%;
}

.listing .three-columns.masonry .page-asset.landscape.narrow {
  width: 33.3333%;
}

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

.listing .four-columns.masonry .page-asset.landscape {
  width: 50%;
}

.listing .four-columns.masonry .page-asset.landscape.narrow {
  width: 25%;
}

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

.listing .five-columns.masonry .page-asset.landscape {
  width: 40%;
}

.listing .five-columns.masonry .page-asset.landscape.narrow {
  width: 20%;
}

/* Grid Layout */

.listing .grid, .listing .masonry{
  align-content: center;
  margin-right: -0px;
}

.listing .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing .grid .grid-item img {
    max-width: 100%;
    height: auto;
}
.listing .grid .grid-item .image-wrap {
    position: relative;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden;
}
.listing .grid .grid-item:hover .image-wrap {
    opacity: 0.8;
}
.listing .grid .grid-item .image-wrap .image-placeholder {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 100%;
    display: block;
}

.listing .grid .grid-item .image-wrap img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  
  left: 0;
  vertical-align: top;
  
}

.listing .grid .grid-item .image-wrap .image-placeholder {
    transition: background-color 0.25s ease;
}

.listing .grid .grid-item .image-wrap.image-loaded .image-placeholder {
    background-color: transparent !important;
}

.listing .page-asset {
  padding: 0 0px 0px 0;
  opacity: 0;
  transition: opacity 250ms ease-out;
  box-sizing: border-box;
  
}

.listing .page-asset.asset-loaded {
  opacity: 1;
}

.listing .page-asset .item-link {
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    
}

.listing .assets .asset_box.title {
  margin: 0;
  
  margin: 0 auto;
  width: 90%;
  
}

.listing .assets .asset_box.title .asset_img {
  text-align: center;
  margin-bottom: 0px;
}

.listing .assets .asset_box.title .asset_copy {
  margin-bottom: 0px;
  
  margin-bottom: 10px;
  
}

.listing .assets .asset_box.title .asset_copy {
  max-width: none;
  
  text-align: left;
  
}

.listing .assets .asset_box.title .asset_copy .text {
  max-width: 32em;
  display: inline-block;
  text-align: left;
}


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

.client_page .private_page form p {
	color: #ffffff;
font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
font-size: 15px;
}

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

.f_client_header_copy p {
  color: #ffffff;
font-family: "Freight Sans Book", "Freight Sans Book", sans-serif;
font-size: 15px;
}

.f_client_header_info .f_btn {
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	font-family: "Freight Sans Book", "Freight Sans Book", sans-serif !important;
	font-size: 15px !important;
}

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

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

@media only screen and (max-width: 768px) {
  .client_page .f_assets-container {
    margin-left: 0;
    margin-right: 0;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menu_bar {
    min-width: 768px;
  }

  .simple #content_page_wrapper [data-content-module-removable] {
    padding-left: 0;
    padding-right: 0;
  }

  #content_page_wrapper {
    min-width: 0 !important;
  }
}

.mobileMenu {
  display: none;
}

@media only screen and (max-width: 767px) {

  /** disable ios default style */
  input,
  button,
  textarea
  {
    -webkit-appearance: none;
    -webkit-border-radius:inherit;
    border-radius:inherit;
  }


  html {
    overflow-y: auto;
  }

  body {
    -webkit-text-size-adjust: 100%;
    height: auto;
  }

  .mobileMenu {
    display: block;
  }

  body.mobile-menu-opened {
    overflow: hidden;
  }

  body.gallery a.logo,
  body.listing a.logo,
  body.simple a.logo {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    width: calc(100% - 30px);
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
font-family: Roboto; font-weight: 400;
font-size: 18px;
font-style: normal;
font-weight: 400;
  }

  body.gallery #supersized {
    
    height: calc(100% - 145px);
    margin-top: 76px;
    
  }

  body.gallery,
  body.listing,
  body.simple{
    padding: 0;
  }

  body.content_page #content .background {
    padding: 0;
  }

  body.gallery #content,
  body.listing #content,
  body.simple #content{
    padding-top: 76px;
    margin-left: auto !important;
    overflow: hidden;
  }

  body.gallery #content > div,
  body.listing #content > div,
  body.simple #content > div{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform:  translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform:  translate3d(0,0,0);
    transform:  translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }

  body.gallery.mobile-menu-opened #content ,
  body.listing.mobile-menu-opened #content ,
  body.simple.mobile-menu-opened #content {
    overflow: hidden;
  }

  body #menu_bar_background  {
    background: #111012;
  }

  body.mobile-menu-opened #menu_bar_background {
    min-height: 100vh;
    height: 100%;
  }

  body.gallery aside.mobile-content-top,
  body.listing aside.mobile-content-top,
  body.simple aside.mobile-content-top {
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    width: 100%;
    
    background: #111012;
    
  }

  /*body.gallery aside.mobile-content-top,*/
  body.listing aside.mobile-content-top,
  body.simple aside.mobile-content-top {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }


  /*body.gallery aside.mobile-content-top .container.hide,*/
  body.listing aside.mobile-content-top.hide,
  body.simple aside.mobile-content-top.hide {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform:  translate3d(0,-100%,0);
    -ms-transform:  translate3d(0,-100%,0);
    -o-transform:  translate3d(0,-100%,0);
    transform:  translate3d(0,-100%,0);
  }

  body.gallery aside.mobile-content-top .wrapper,
  body.listing aside.mobile-content-top .wrapper,
  body.simple aside.mobile-content-top  .wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 62px;
  }

  #menu_bar .wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 62px;
    z-index: 3;
    position: relative;
  }

  body.gallery aside.mobile-content-top .wrapper h1,
  body.listing aside.mobile-content-top .wrapper h1,
  body.simple aside.mobile-content-top  .wrapper h1 {
    padding: 20px 25px;
  }

  #menu_bar .wrapper h1 {
    padding: 20px 25px;
  }

  #menu_bar .wrapper.closed h1 {
    width: calc(100% - 70px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #menu_bar .wrapper.closed h1 a {
    z-index: 3;
    position: relative;
  }

  body.gallery aside.mobile-content-top .wrapper h1.image,
  body.listing aside.mobile-content-top .wrapper h1.image,
  body.simple aside.mobile-content-top  .wrapper h1.image,
  #menu_bar .wrapper h1.image {
    line-height: 0;
  }

  body.gallery aside.mobile-content-top .wrapper h1.image img,
  body.listing aside.mobile-content-top .wrapper h1.image img,
  body.simple aside.mobile-content-top  .wrapper h1.image img,
  #menu_bar .wrapper h1.image img {
    max-height: 52px;
    max-width: 100%;
    vertical-align: middle;
    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_bar .wrapper.close h1 {
    margin-right: 20%;
  }

  body.listing .assets .asset_copy {
    min-height: 0;
  }

  body.listing .assets .asset_box.title .asset_copy {
    padding: 2em 1em 1em;
    margin: 0 auto 10px;
  }

  .listing .two-columns .page-asset,
  .listing .two-columns.masonry .page-asset.landscape,
  .listing .three-columns .page-asset,
  .listing .three-columns.masonry .page-asset.landscape,
  .listing .four-columns .page-asset,
  .listing .four-columns.masonry .page-asset.landscape,
  .listing .five-columns .page-asset,
  .listing .five-columns.masonry .page-asset.landscape {
    width: 50% !important;
  }

  .assets {
    margin-bottom: 0;
  }

   #menu_bar #logo {
    display: none;
  }

  .mobile-menu-trigger {
    cursor: pointer;
    right: 33px;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: height 150ms ease-in-out;
    -moz-transition: height 150ms ease-in-out;
    -ms-transition: height 150ms ease-in-out;
    -o-transition: height 150ms ease-in-out;
    transition: height 150ms ease-in-out;
  }
  .mobile-menu-trigger > .ex {
    display: block;
    position: absolute;
  }
  .mobile-menu-trigger > .ex::before {
    background: #8f8f8f;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    width: 30px;
    height: 2px;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -ms-transition: -ms-transform 150ms ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
  }
  .mobile-menu-trigger > .ex::after {
    background: #8f8f8f;
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 30px;
    height: 2px;
    -webkit-transition: -webkit-transform 150ms ease-in-out, top 150ms ease-in-out;
    -moz-transition: -moz-transform 150ms ease-in-out, top 150ms ease-in-out;
    -ms-transition: -ms-transform 150ms ease-in-out, top 150ms ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out, top 150ms ease-in-out;
    transition: transform 150ms ease-in-out, top 150ms ease-in-out;
  }
  .mobile-menu-trigger-close {
    height: 16px;
  }
  .mobile-menu-trigger-close > .ex::before {
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-menu-trigger-close > .ex::after {
    top: 7px;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu_bar {
    position: fixed;
    min-width: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0,-1%,0);
    -moz-transform:  translate3d(0,-1%,0);
    -ms-transform:  translate3d(0,-1%,0);
    -o-transform:  translate3d(0,-1%,0);
    transform: translate3d(0,-1%,0);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }

  #menu_bar.opened {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform:  translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform:  translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 998;
    position: absolute;
    pointer-events: auto;
  }

  #menu_bar aside.social_icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px 0 30px 10px;
  }

  #menu_bar aside.social_icons ul li a {
    height: 25px;
  }

  #menu_bar aside.social_icons ul li a svg {
    height: 25px;
  }

  #menu_bar nav {
    padding: 0;
    margin: 0;
    display: block !important;
    width: 100%;
  }

  #menu_bar nav ul {
    padding: 0;
  }

  #menu_bar nav ul li {
    display: block;
    width: 100%;
    float: none;
  }

  #menu_bar nav ul li a {
    padding: 0;
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
  }

  #thumbs_show {
    display: none;
  }

  #captionClose {
    display: none;
  }

  body.gallery #thumb-tray {
    z-index: 10;
    position: fixed;
    top: auto;
    bottom: 0!important;
    pointer-events: auto;
    visibility: hidden;
  }

  body.gallery #thumb-list li {
    transform: translateY(0);
    opacity: 1;
  }

  body.gallery #thumb-list {
    height: 68px;
    position: relative;
  }

  body.gallery #thumb-tray .jspPane {
    max-height: 68px;
  }

  body.gallery #thumb-tray .jspContainer {
    height: 68px !important;
  }

  body.gallery #thumb-list li img,
  body.gallery #thumb-list li .img-placeholder {
    height: 64px;
    width: auto;
  }

  body.gallery #thumb-list li a {
    height: 64px;
    width: 68px;
  }

  body.gallery #thumb-list li a span {
    line-height: 68px;
  }

  body.gallery #supersized > li {
    height: 100%;
    top: 0;
    transform: none;
  }

  body.gallery #supersized li > * {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  body.gallery #supersized li img {
    height: auto !important;
    width: auto !important;
    max-height: 100%!important;
    max-width: 100%!important;
  }

  body.gallery #supersized li.image-loading.video {
    height: 100%;
  }

  body.gallery #supersized .text .wrap {
    padding: 40px 50px 40px;
  }

  .gallery #captionToggle {
    position: fixed;
    top: auto;
    z-index: 10;
    bottom: 72px;
    right: 5px;
    padding: 1px;
  }

  .gallery #captionClose {
    position: absolute;
    right: 5px;
    bottom: 6px;
    z-index: 9;
    width: 19px;
    height: 18px;
    padding: 12px;
  }

  .gallery #captionClose span {
    display: block;
    width: 20px;
    height: 20px;
  }

  .gallery #captionClose span::before {
    background: #aaaaaa;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
    width: 16px;
    height: 3px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gallery #captionClose span::after {
    background: #aaaaaa;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
    width: 16px;
    height: 3px;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .no-touch.gallery #supersized .text-wrap {
    overflow-y: scroll !important;
  }

  .listing #content .background {
    padding: 0 0px;
  }

  .listing .grid, .listing .masonry{
    margin-right: -0px;
  }

  .listing .page-asset {
    padding: 0 0px 0px 0;
  }

  .listing .assets .asset_box.title .asset_copy {
    margin-bottom: 0px;
  }

  .jspContainer {
    overflow: visible;
  }

  .jspPane {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .jspPane input[type="text"], .jspPane textarea {
    width: 100%;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    line-height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }

  .jspPane input[type="submit"] {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    line-height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }

  .jspVerticalBar {
    display: none;
  }

  #caption {
    top: auto !important;
    bottom: 68px !important;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px;
    z-index: 9;
    max-height: 50vh;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #caption.pointerevents {
    pointer-events: all;
  }

  .mobile-menu-opened #caption {
    -webkit-overflow-scrolling: auto;
  }

  #caption {
    width: 80%;
  }

  .slide_nav {
    display: none;
  }

  ._4ORMAT_content_wrapper {
    padding: 57px 0 120px;
  }

  #content {
    width: 100%;
  }

  #menu_bar #using {
    position: relative !important;
    text-align: center;
    right: 0 !important;
    font-size: 14px;
    padding: 10px 0 20px !important;
  }

  body.mobile-menu-opened footer #using {
    display: none !important;
  }

  aside.social_icons {
    padding: 20px 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  aside.social_icons #share_4ormat_link {
    display: none;
  }

  aside.social_icons ul li {
    padding: 0 15px;
  }

  aside.social_icons ul li::before {
    font-size: 22px;
  }

  nav #menu > li > ul {
    display: block;
    position: relative;
    width: 100%;
    top: 0!important;
    bottom: 0!important;
    text-align: center;
  }

  nav #menu > li.category {
    background: #1F1D21;
    color: #aaaaaa;
  }

  nav #menu > li > ul > li {
    float: none;
    padding: 0;
  }

  nav #menu > li > ul > li:hover {
    background: #1F1D21;
  }

  nav #menu > li > ul > li a {
    text-align: center;
  }

  .assets .linked_image.third {
    margin: 0 5px 10px 0;
  }

  .assets .linked_image.second,
  .assets .linked_image.fourth {
    margin: 0 0 10px 5px;
  }

  .assets .linked_image {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px 0;
    width: calc(49% - 5px);
  }

  body.gallery #supersized .video .wrap.has_copy .preview {
    padding-bottom: 56.25% !important;
    margin: 0;
  }

  body.gallery #supersized .video .wrap .copy {
    display: none;
  }

  body.gallery #supersized .video .padding-wrapper.video {
    width: 100%;
    padding: 0;
  }

  body.blog #wrapper {
    display: block;
  }

  body.blog #wrapper #content {
    position: relative;
    display: block;
    width: 100%;
  }

  body.blog #wrapper #content .background {
    display: block;
  }

  body.blog .background .f_blog_wrapper {
    padding: 10px 0;
  }

  body.blog .f_blog_title.in_listing {
    white-space: normal;
  }

  body.blog .f_blog_navigation > a {
    display: none;
  }

  body.blog .f_blog_navigation > a.blog-nav-next,
  body.blog .f_blog_navigation > a.blog-nav-prev,
  body.blog .f_blog_navigation > a.first,
  body.blog .f_blog_navigation > a.last {
    display: inline-block;
  }

  body.simple #content_page_wrapper {
    padding-top: 0;
    padding-bottom: 0 !important;
  }

  body.gallery #supersized .text.centered .jspContainer {
    height: 100% !important;
  }
  body.gallery #supersized .text.centered .jspContainer .jspPane {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    -o-transform:  translateY(-50%);
    transform: translateY(-50%);
  }

  #content_page_wrapper textarea.invalid,
  #content_page_wrapper .row.naked textarea.invalid {
    margin-bottom: 35px;
  }

  #content_page_wrapper {
    min-width: 0 !important;
  }

  .tooltip {
    z-index: 0 !important;
  }

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

@media only screen and (max-width: 767px) and (orientation: landscape) {

  body.gallery #supersized {
    height: calc(100% - 68px);
    margin-top: 0px;
  }

  body.gallery #supersized li > * {
    margin-top: 0;
  }

  .gallery #captionToggle {
    bottom: 75px;
    position: fixed;
  }

  #caption {
    bottom: 70px;
    max-height: 40vh;
  }

  html body footer #using {
    left: 10px !important;
    right: auto !important;
  }

  html body footer #using.hide {
    display: none !important;
  }

  body.page_.basic {
    overflow: scroll;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #menu_bar {
    min-width: 768px;
  }

  .simple #content_page_wrapper [data-content-module-removable] {
    padding-left: 0;
    padding-right: 0;
  }

  #content_page_wrapper {
    min-width: 0 !important;
  }
}

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

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

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

.product-shipping-option {
  border-color: #ffffff !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(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

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

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

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

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

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

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

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

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !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 #ffffff !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 #ffffff !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: #ffffff !important;
}


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

body.order_download svg {
  fill: #ffffff;
}
.f-back-to-store-link svg {
  fill: #ffffff;
}

/*
------------------------------------------------------------------
Turbolinks transitions
------------------------------------------------------------------
*/
.menu_list li,
.social_icons,
#using {
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 200ms ease-in-out, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
body.is-changing .menu_list li,
body.is-changing .social_icons,
body.is-changing #using {
  opacity: 0!important;
  -webkit-transform: translateY(10px)!important;
  -ms-transform: translateY(10px)!important;
  transform: translateY(10px)!important;
}
.content_wrap, #supersized {
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 200ms ease-in-out, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms ease-in-out, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
body.is-changing .content_wrap,
body.is-changing #supersized,
body.is-changing #thumb-tray {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body.product_page #content .background,
  body.store_page #content .background,
  body.order_confirmation #content .background,
  body.order_download #content .background,
  body.order_thank_you #content .background,
  body.order_payment_error #content .background {
    padding: 0 0 70px 0;
  }
  #content_page_wrapper .order-confirmation.ninecol {
    margin: 0 !important;
  }
}
