/**
 * Content
 */

body {
	background-color: rgba(253, 253, 253, 1);
    
	font-family: "neue-haas-unica", sans-serif, Icons;
	font-style: normal;

   	overflow-y:scroll;
}

p.NavBG {
	margin: 0;
    padding: 0;
}

#AboutIMG img {
	border-radius: 6px;
}



.video-mask{
    border-radius: 8px; 
    overflow: hidden; 
    z-index: 999;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(0, 28, 255, 1);
    color: white;
}

::selection {
  background: rgba(0, 28, 255, 1);
	   color: white;
}



video::-webkit-media-controls-panel {
   background-image: none !important;
   filter: brightness(0.4);
}

/*
 *
 * General Links
 * 
 */

a {
	text-decoration: none;
}

a:link {
	color: rgba(15, 15, 15, 0.8);
    text-decoration: underline;
	-webkit-transition: opacity 0.20s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

a:active {
	opacity: 0.5;
}

a:visited {
	color: rgba(20, 20, 20, 0.80);
}

a:hover {
  -webkit-transition: opacity 0.17s ease-in;
  -moz-transition: opacity 0.17s ease-in;
  -o-transition: opacity 0.17s ease-in;
  transition: opacity 0.17s ease-in;
 }

.hideTextArea {
  position:absolute;
  left:-9999px
}

/**
 * Font Styles
 */

i,
em {
	font-style: italic;
}

b,
strong, bold {
	font-weight:600;
}

b a {
	opacity: 1;
    
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

b a:hover {
	opacity: 0.5;
    
	-webkit-transition: opacity 0.17s ease-in;
	-moz-transition: opacity 0.17s ease-in;
	-o-transition: opacity 0.17s ease-in;
	transition: opacity 0.17s ease-in;
}

u {
  text-decoration-line: underline;
  text-decoration-style: solid;
    
  text-decoration-thickness: 1px;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

/**
 * Images
 */

img {
	border: 0;
	padding: 0;
    filter: contrast(95%);
    border-radius: 8px; 
   
}


/*
 *
 * Bullet Points
 * 
 */

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

ul {
	list-style: none;
    padding-left: 4px;
}

li {
	list-style-type: '·';
	padding-left: 5px;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}


/* Dropdown Button */
.dropbtn {
    font-size: 20px;
    font-weight:400;
    line-height: 32px;
	color: rgba(20, 20, 20, 0.75);
  	    text-decoration: overline;
    border: 0px solid;
      z-index: 1;
  border-radius: 8px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(253, 253, 253, 1);
  width: auto;
	padding-left:7px;
    padding-right: 7px;
    padding-bottom: 2px;
  z-index: 1;

      box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
  border-radius: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {


  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    
    background-color: rgba(253, 253, 253, 0);
	color: rgb(0, 28, 255);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {

}







/*
 *
 * Horizontal Rules
 * 
 */

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
}

hr.info {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
    width: 100%;
    position: initial;
}

hr.infoFull {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
    width: 220%;
    position: relative;
    left: -60%;
	margin-bottom: 0rem;
}

hr.bookend {
	background: rgba(135, 135, 135, 0.3);
	border: 0;
	height: 1px;
	display: block;
    width: 300%;
    position: relative;
    left: -100%;
    
}

hr.infoSmall {
	width: 100%;
	margin: 15px 0px 5px 0px;	
}


.content img {
	float: none;
}

.gallery_image_caption {
    margin-top: 1.0rem;
    margin-bottom: 0.5rem;
	font-size: 13.3px;
	line-height: 20px;

	font-style: normal;
	font-weight: 400;
 
	color: rgba(42, 42, 42, 0.4);
}


#headerSmall {
	font-family: attribute-text;
    
    display: inline-block;
	font-size: 14.0px;

	font-weight: 400;
    
    line-height: 19.5px;
        letter-spacing: -0.023em;

}

#headerText {
	font-weight:400;
	line-height: 1.2em;
    margin-bottom: -0.35em;
          letter-spacing: 0.007em;

}

#headerText a {

    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#headerText a:hover {
	opacity:0.7;
    
	-webkit-transition: opacity 0.17s ease-in;
	-moz-transition: opacity 0.17s ease-in;
	-o-transition: opacity 0.17s ease-in;
	transition: opacity 0.17s ease-in;
}




#footerText {
	font-style: normal;
	font-weight:400;
	font-size: 13.0px;
	line-height: 20.0px;

    text-transform: none;
	margin-top: 2.0rem;
	margin-bottom: 3.5rem;

    letter-spacing: 0.003em;

    text-transform: none;
}

#footerText a {	

}




/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"]
	bodycopy {
		font-weight: 400;
		color: rgb(25, 25, 25);
		font-family: "neue-haas-unica", sans-serif, Icons;
        font-size: 19px;
		font-style: normal;
		line-height: 1.5;
        letter-spacing: -0.003rem;
	}

[data-predefined-style="true"]
	bodycopy a {
	font-family: "neue-haas-unica", sans-serif, Icons;

	-webkit-transition: opacity 0.20s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
        
	}

[data-predefined-style="true"] bodycopy a:hover 
{
	opacity: 0.5;
  -webkit-transition: opacity 0.17s ease-in;
  -moz-transition: opacity 0.17s ease-in;
  -o-transition: opacity 0.17s ease-in;
  transition: opacity 0.17s ease-in;
    
    }

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {    
    font-weight: 300;
  	font-family: "neue-haas-unica", sans-serif, Icons;

    display: block;
    
    font-size: 40px;
	font-style: normal;
    line-height: 3.0rem;
    letter-spacing: -0.034rem;

	margin-top: 3.05rem;

	}


[data-predefined-style="true"] h1 a {
	
}

[data-predefined-style="true"] h2 {
        font-size: 20px;
		font-style: normal;
    
		font-family: "neue-haas-unica", sans-serif, Icons;

		color: rgb(30, 30, 30);
    
	}

[data-predefined-style="true"]
	h2 a {
	}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 13.1px;

	font-style: normal;
	font-weight: 400;
    
    line-height: 20.5px;
        letter-spacing: 0.003em;
    text-transform: none;
}

[data-predefined-style="true"]
	small a {
		text-decoration: none;
		text-transform: none;
          -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
	}

small a:hover {
	opacity: 0.5;
      -webkit-transition: opacity 0.17s ease-in;
  -moz-transition: opacity 0.17s ease-in;
  -o-transition: opacity 0.17s ease-in;
  transition: opacity 0.17s ease-in;
}



/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: rgba(240, 240, 230, 1) /*!page_bgcolor*/;

}



.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 0px;
	max-width: 100%;
	width: 100%;
    padding-top: 0rem;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
    margin-top: 0rem;
    margin-bottom: 0rem;
	text-align: left /*!text_left*/;
    background-color: rgba(45, 45, 45, 0);
}

[data-css-preset] body {
	background-color: rgba(235, 235, 235, 1)/*!body_bgcolor*/;
}

body[data-page-id="10714169"] {
    background-color: rgba(200, 200, 200, 0), auto !important;
}

[data-css-preset] .container_width {
	width: 51%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}



[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;

    
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/; 
    
}

[data-css-preset] .thumbnails_width {
    width: 51%/*!thumbnails_width*/;
    
}

[data-css-preset] [thumbnails-pad] {
    padding: 0rem/*!thumbnails_padding*/;
    
     outline: 0px solid red;
    animation: thumbnailTransition 0.4s ease-in;
	-moz-animation: thumbnailTransition 0.4s ease-in;
	-webkit-animation: thumbnailTransition 0.4s ease-in;

}



[data-css-preset] [thumbnails-gutter] {
 /*!thumbnails_padding*/
    margin:-0.8rem;
    padding: 0rem;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/*!responsive_thumbnails_padding*/; 
}


.thumbnails .thumbnail {
    
	outline: 0px solid rgba(255, 0, 0, 1);

    padding: 0.8rem;

}


.thumbnails .image-link {

     	transition: all 0.2s ease-in;
}

.thumbnails .image-link:hover {
 	transition: all 0.2s ease-in;
    outline: 0px solid rgba(255, 0, 0, 1);
}

.thumbnails .thumbnail img {
 	transition: all 0.25s ease-in;
    transform: scale(1.02);
    filter: brightness(108%) grayscale(25%) contrast(80%);
  	-webkit-filter: brightness(108%) grayscale(25%) contrast(80%);
    opacity: 1;

}
.thumbnails .thumbnail:hover img {
    transition: all 0.3s ease-out; 
    filter: brightness(100%) grayscale(10%) contrast(100%);
  	-webkit-filter: brightness(100%) grayscale(10%) contrast(100%);
	transform: scale(1.03);




}

.thumbnails .thumbnail .thumb_image {
    overflow: hidden;
 	transition: all 0.25s ease-in;
    outline: 0px solid rgba(255, 0, 0, 1);
  	border-radius: 8px;
    margin-bottom: 0.0rem;
}
.thumbnails .thumbnail .thumb_image:hover {
	transition: all 0.3s ease-out;  
  }


.thumbnails .thumbnail .tags {
    font-size:13.1px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 0.012em;
	
    text-align: left;
    outline: 0px solid rgba(30, 230, 140, 1);
    text-decoration: none;
	width: 100%;
  
    margin-bottom: 0.3rem;
    color: rgba(145, 145, 145, 1.0);

    opacity: 1.0;

    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


.thumbnails .tags a {
    pointer-events: none;
    text-decoration: none;
    color: rgba(145, 145, 145, 1.0);
    
     -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
    
}
.thumbnails .thumbnail:hover .tags {
   	opacity: 1.0;
    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;   
}

.thumbnails .thumbnail:hover .tags a {
    

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    
}

.thumbnails .has_title .tags {

}

.thumbnails .thumbnail > a {
	position: relative; 

}


.thumbnails .thumbnail .title  {
 

    outline: 0px solid rgba(0, 255, 95, 1);
	z-index: 99;
    
    font-family: "neue-haas-unica", sans-serif, Icons;
    font-size: 13.1px;
	font-style: normal;
	line-height: 19.7px;
    letter-spacing: 0.003rem;

    font-weight: 400;

	color: rgba(25, 25, 25, 1);

    margin-top: 0.8rem;
	margin-bottom: 0.0rem;
    
    
    -webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
    
   
}

.thumbnails .thumbnail:hover .title {
    
    
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}


body.mobile .thumbnails {
	padding-top: 0rem;
}
body.mobile .thumbnails .thumbnail {
	padding: 0px 0px 0px 0px;

}
body.mobile .thumbnails .thumbnail .title {

	margin-top: 1.0rem;
	background-color: rgba(255, 255, 255, 0);

    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}

body.mobile .thumbnails .thumbnail:hover .title {
    background-color: rgba(255, 255, 255, 0);
    
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

body.mobile .thumbnails .thumbnail .tags {
	margin-bottom: 3.3rem;
}





/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(45, 45, 45, 0.8);
    line-height: 1;
    font-size: 35px /*!site_menu_button*/;
    padding: 0px;
    line-height: 1;
    background: rgba(33, 32, 45, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin-top: 0px;
    margin-right: 0px;
    font-size: 25px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.76);
	font-size: 14px;
	font-weight: 400;
    text-transform: none;

    line-height: 24px;
	padding: 30px 20px 190px 30px;
    
    max-width:400px;
	min-width: 300px;
	text-align: right;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.85);
    padding-right: 54px;
    font-weight: 400;
    
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.85);
    padding-right: 54px;
    font-weight: 400;
}

#site_menu a:active {
    opacity: 1;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 40px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 35px;
	line-height: 1rem;
    right: 20px;
    top: 20.5px;
}

#site_menu .break {
	height: 18px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.2rem /*!shop_button*/;
	right: 1.2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 46px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(0, 0, 0, .9);
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: initial /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight:400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


input {
font-family: "neue-haas-unica", sans-serif, Icons;

	color: #000;
	font-style: normal;
	line-height: 20px;
}
	
button {

    background-color: rgba(0, 0, 0, 0);
    
font-family: "neue-haas-unica", sans-serif, Icons;

   
    cursor: pointer;
    display: inline-block;
	padding-right: 1px;
    padding-left: 0px;
    text-decoration: none;
    border: none;
}
 

.emailHover {

          color: rgba(185, 185, 185, 1);
}
.emailHover:hover {
	opacity: 0.4;
}


button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
/*where the text goes to when you hover*/
button span:after {
  content: '';
  position: absolute;
  opacity: 0;
  padding-top: 20px;
  transition: 0.4s;
  left:0;
}

button span:active {
		top: 0px;
}

/*how much the 'click to copy' text pushes
down the other stuff*/
button:hover span {
    padding-bottom: 0px;
    opacity: 0.5;
}

button:hover span:after {
  opacity: 1;
  top:0;

    
}

#contactButton {

    background-color: rgba(0, 0, 0, 0);
	color: #707070;

	line-height: 19px; 
    cursor: pointer;
    display: inline-block;
	padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid;
    
}
#contactButton:hover {

}
#contactButton span:after {
	content: none;
    position: absolute;
    text-decoration: underline;
}
#contactButton:hover span{
	padding-bottom: 0;
}


/*
* TOOLTIP
*/


.tooltip {
  position: relative;
  display: inline-block;
    
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: rgba(85, 85, 85, 0.00);
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 25px;
  padding: 0px;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 85%;
  opacity: 0;
  transition: 0.4s;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: none;
  border-color: transparent rgba(85, 85, 85, 0.11) transparent  transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1.0;
}




/**
Tooltip 2
*/

.emailme {
   background-color: rgba(0, 0, 0, 0);
    
font-family: "neue-haas-unica", sans-serif, Icons;
    
	font-style: normal;
    cursor: pointer;
    display: inline-block;
	padding-right: 1px;
    padding-left: 0px;
    text-decoration: none;
    border: none;
    
    
    
}
 .emailme::before {
    content: '';
    display: none;
    
    position: absolute;
    
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
     
     
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 25px;
  padding: 0px;

  z-index: 2;

  opacity: 0;
  transition: 0.4s;

  }

 .emailme::after {
    content: 'Click to copy.';
    display: none;
    
    top: 0px;
    left: -37px;
    width: 114px;
    height: 36px;

    text-align: center;

  }
  
.emailme:hover {

}
    
.emailme:hover::before, .emailme:hover::after {
      display: block;
    }
  
  
 .emailme:active, .emailme:focus {
      outline: none;
}
    
.emailme:active::after, .emailme:focus::after {
      content: 'Copied!';
    }
 





/*
* Reel Breakdown Table
*/

.divTableCell2 {
	border-right: 0px solid #CCC;
    padding-right: 5px;
    margin-right: 5px;
}

div.greyGridTable {
  width: auto;
  text-align: left;
  border-collapse: collapse;
  color: rgb(45, 45, 45);
  
}
.divTable.greyGridTable .divTableCell, .divTable.greyGridTable .divTableHead {
  border: 0px solid #000;
    width: inherit;
	padding-top: 0.00em;
	border-bottom: 0px solid rgba(45, 45, 45, 0.11);
	border-top: 0px solid rgba(45, 45, 45, 0.11);

}
.divTable.greyGridTable .divTableRow:nth-child(even) {
  background: rgba(239, 239, 239, 0);
  color: rgb(45, 45, 45);
}
.divTable.greyGridTable .divTableCell:nth-child(1) {
	padding-right: 1.5em;
}
.divTable.greyGridTable .divTableCell:nth-child(2) {
	padding-right: 1.5em;
}
.divTable.greyGridTable .divTableCell:nth-child(3) {
	padding-right: 0;
}
.greyGridTable .tableFootStyle {
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}



a.envelope {
	padding: 0px;
}

a.envelope:hover {
	opacity: 0.5;
      -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.infoSplash {
    display: absolute;
    background-color: red;
}


.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    text-decoration:none;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
    
}

.hover-image {
/*     display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
*/

/* Change width and height to scale images */
    width: 30vw;
    height: 45vh;
    opacity: 1;
   
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;


}

.hover-title2 {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image2 {
    visibility: hidden;
}

body:not(.mobile) .hover-title2:hover + .hover-image2 {
    visibility: visible;
    pointer-events: none;
    

    
}


.hover-image2 {
    display: flex;
    position: fixed;
    top: 42%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: -10;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;


/* Change width and height to scale images */
    width: 45vw;
    height: 80vh;
    opacity: 1;
   
}

.hover-image2 img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;


}