/**
 * Content
 */

.thumbnails .tags a:hover {
    text-decoration: underline;
    
}

body {
	background-color: transparent;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 0.4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

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

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	line-height: 1.3;
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(41, 41, 41, 0.3);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(46, 46, 46, 0.9);
	font-family: "Marat Sans", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.9);
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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

[data-predefined-style="true"] h1 {
	font-family: "Marat Sans", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 1.6;
	color: rgba(67, 67, 67, 0.9);
    letter-spacing: 0.01em;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(51, 51, 51, 0.9);
    border-bottom: 1px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] h2 {
	font-family: "Marat Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(65, 65, 65, 0.9);
	font-size: 2rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(71, 71, 71, 0.9);
    border-bottom: 1px solid rgb(255, 0, 0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.1;
	font-family: "Marat Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(113, 113, 113, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(71, 71, 71, 0.9);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: middle /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 1.2rem /*!main_margin*/;
	padding-bottom: 1.2rem /*!main_margin*/;
	padding-left: 1.2rem /*!main_margin*/;
	padding-right: 1.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: 85%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.45rem/*!thumbnails_padding*/;
    position: relative;
    text-align: center;
}

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, 0.25);
    /*outline-offset: -1px;*/
    position: relative;
    background: rgba(255, 255, 255, 1);
    
}

.thumbnails .title {
    /*margin-top: 1.2rem;
    margin-bottom: 10px;*/
    font-size: 20px; 
    font-size: 1.1vw;
	/*font-weight: 400;*/
	color: rgba(58, 58, 58, 1);
	font-family: "Marat Sans", Icons;
	font-style: normal;
    letter-spacing: 0px;
	
    
}

.thumbnails .tags {
 
 	display: none;
    font-size: 9px; 
    font-size: .72vw;
    position: absolute;
	color: rgba(255, 255, 255, 1);
    bottom: 0;
	font-family: DINosaur, Icons;
	font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    font-weight: 400;
   	opacity: 0;
    letter-spacing: 0.5px;
    /*word-spacing: 4px;*/
    
}

.thumbnails .tags a {

    white-space: nowrap;
    border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin-left: 4px;
    

}


.thumbnails .has_title .tags {
    
	 /*background: rgba(0, 0, 0, 0.17);*/
    /*padding: 0.1em 0.5em 0.2em 0.5em;*/
    margin: 0;
    color: rgba(255, 255, 255, 1);
 /* display: flex; */
 /* top: 65px;*/  
 /* left: 5.6%;*/
	transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    white-space: nowrap;
   	width:100%;
    height:100%;
    
   /* position: absolute;
    display: block;
  	top: 20px;
 	right: 50px;
    text-align: right;*/
    
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    bottom: 35px;
    right: 39px;
	/*height: 450px;*/
 
   /* cursor: default;*/
   
    -ms-transition: .4s opacity ease-in-out;
    -webkit-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out; 
    transform: scale(1.2);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}


/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
	position: relative;
    
}

.thumbnails .thumbnail .title {
    
	background: rgba(0, 0, 0, 0.17);
    /*padding: 0.1em 0.5em 0.2em 0.5em;*/
    margin: 0;
    color: rgba(255, 255, 255, 1);
    display:flex;
    position: absolute;
    top: 0%;
	left: 0%;
	transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    white-space: nowrap;
   	width:100%;
    height:100%;
   /* cursor: default;*/
   
    -ms-transition: .4s opacity ease-in-out;
    -webkit-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out; 
    transform: scale(1.2);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
 
}

.thumbnails .title span {
    background: rgba(0, 0, 0, 0.0);
	padding-top: 1.5rem;
    padding-left: 1.7rem;
	display: block;
    opacity: 1;
   

}

.thumbnails .thumbnail:hover .title {
  
    opacity: 1;
}

.thumbnails .thumbnail:hover {
  
    
}


body.mobile .thumbnails .thumbnail:hover .title {
	opacity: .0;
    
}


.thumbnails .thumbnail:hover img {
	opacity: .0;
    
}

.thumbnails .thumbnail:hover .tags {
    opacity: 0.5;
    
}

    




/**
* NEW CODE
*/

html {
    overflow-y: scroll;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\2b";
}

.panel-heading a:after {
  font-family:'Glyphicons Halflings';
  content:"\2212";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  content:"\2b";
}


.signal {
    border: 5px solid #333;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
 
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}




/**
* My CSS
*/



/* Suri */

[data-id="34148744"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/45ca4d33b6f9a0eecd12cf76a861d2c430e01549e022e290a5bc0834292feba7/AIRPRO_THUMB_01-copy.jpg);*/
   background-size: cover;
   opacity:1;
}



/* Ferrari x Bang */

[data-id="34143018"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/45ca4d33b6f9a0eecd12cf76a861d2c430e01549e022e290a5bc0834292feba7/AIRPRO_THUMB_01-copy.jpg);*/
   background-size: cover;
   opacity:1;
}


/* Mute */

[data-id="32097284"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/45ca4d33b6f9a0eecd12cf76a861d2c430e01549e022e290a5bc0834292feba7/AIRPRO_THUMB_01-copy.jpg);*/
   background-size: cover;
   opacity:1;
}

/* Air Pro */

[data-id="29971218"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/45ca4d33b6f9a0eecd12cf76a861d2c430e01549e022e290a5bc0834292feba7/AIRPRO_THUMB_01-copy.jpg);*/
   background-size: cover;
   opacity:1;
}


/* Aize */

[data-id="25138531"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}




/* B&O 2 */

[data-id="25138200"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}



/* B&O 

	/* preload 
[data-id="25138200"] .thumb_image { 
   background: url(https://freight.cargo.site/t/original/i/ec28fda6536a083a98c83fb623edd9ba401e8ccf11adaf5438b951f3df886fb7/BANGOLUFSEN_ORANGE_01.gif);
   background-size: 0;
   opacity: 1;
}

[data-id="25138200"]:hover .thumb_image {
   background-color: #62a4dc;
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/ec28fda6536a083a98c83fb623edd9ba401e8ccf11adaf5438b951f3df886fb7/BANGOLUFSEN_ORANGE_01.gif);
   background-size: cover;
   opacity: 1;
}
*/


/*  Google Nest */


[data-id="22151702"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}



/* Citrix */


	/* preload */

[data-id="21769656"] .thumb_image { 
   background: url(https://freight.cargo.site/t/original/i/fb676ca4c3a64707fd1ecba6e501a3d9197b6cef80172157ab02d18a25a9eb5f/CITRIX_GIF_01.gif);
   background-size: 0;
   opacity: 1;
}

[data-id="21769656"]:hover .thumb_image {
   background-color: #62a4dc;
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/fb676ca4c3a64707fd1ecba6e501a3d9197b6cef80172157ab02d18a25a9eb5f/CITRIX_GIF_01.gif);
   background-size: cover;
   opacity: 1;
}

/*  Nature */


	/* preload */

[data-id="21768019"] .thumb_image { 
   background: url(https://freight.cargo.site/t/original/i/1cb9ddea2a1ee2b460d8956de4a923bc0e789e3c8baaecea4e0de0e631c2503d/VIASAT_NATURE_01.gif);
   background-size: 0;
   opacity: 1;
}

[data-id="21768019"]:hover .thumb_image {
   background-color: #62a4dc;
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/1cb9ddea2a1ee2b460d8956de4a923bc0e789e3c8baaecea4e0de0e631c2503d/VIASAT_NATURE_01.gif);
   background-size: cover;
   opacity: 1;
}


/*  Google Brunch */


[data-id="21749012"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}


/*  IKEA */


 	/*  preload */
[data-id="21525110"] .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/b170350ac08e7a5a1cd9485a937d005a568a580244327da1d582dabf3ffc19bd/IKEA_01_GIF.gif);
   background-size: 0;
   opacity: 1;
   
}

[data-id="21525110"]:hover .thumb_image{
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/b170350ac08e7a5a1cd9485a937d005a568a580244327da1d582dabf3ffc19bd/IKEA_01_GIF.gif);
   background-size: cover;
   opacity: 1;
   
}

/*  Just Playing */

[data-id="21697844"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}



/*  Nudient */


[data-id="21503233"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}




/*  Google 08 */


[data-id="14792426"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}



/*  Emotional */

[data-id="8730367"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/865cf8accc5b555421ce64bed0132b107d4f33536c1efb4fb30b917f8ed87822/GLE_PORT_THUMB.jpg);*/
   background-size: cover;
   opacity:1;
}



/*  Swatch S51 */


[data-id="2230911"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/9a97f665dcad0d1bd98843c230d876e9e4219ddef6afba1288a5f7936df7c397/GEN_PORT4.jpg);*/
   background-size: cover;
   opacity:1;
}


/*  Swatch circles */


[data-id="3208080"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/9a97f665dcad0d1bd98843c230d876e9e4219ddef6afba1288a5f7936df7c397/GEN_PORT4.jpg);*/
   background-size: cover;
   opacity:1;
}

/*  Swatch assorted */


[data-id="9260558"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/9a97f665dcad0d1bd98843c230d876e9e4219ddef6afba1288a5f7936df7c397/GEN_PORT4.jpg);*/
   background-size: cover;
   opacity:1;
}

/*  Circulose */


[data-id="10885875"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/9a97f665dcad0d1bd98843c230d876e9e4219ddef6afba1288a5f7936df7c397/GEN_PORT4.jpg);*/
   background-size: cover;
   opacity:1;
}

/*  Epic Drama Generic */


[data-id="1912593"]:hover .thumb_image img{
   
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/9a97f665dcad0d1bd98843c230d876e9e4219ddef6afba1288a5f7936df7c397/GEN_PORT4.jpg);*/
   background-size: cover;
   opacity:1;
}


/*  Epic Drama Romance */

[data-id="1912571"]:hover .thumb_image img {
   /*background-color: #62a4dc;*/
   width:100%; height:100%;  
   /*background: url(https://freight.cargo.site/t/original/i/daa2a78c441d5f9cc80d1aeb6cccc450afc37b97874089788192ff10e1fdfb2e/DRAMA_PORT_LONG_4.gif);*/
   background-size: cover;
   opacity: 1;
}


/*  Game Awards */


	/* preload */

[data-id="1912154"] .thumb_image { 
   background: url(https://freight.cargo.site/t/original/i/93ce10e4385a2e97aeffeaf03891534f0c851180d5a91916fb25034321ed1cc3/GAME_AWARDS_01.gif);
   background-size: 0;
   opacity: 1;
}

[data-id="1912154"]:hover .thumb_image {
   background-color: #62a4dc;
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/93ce10e4385a2e97aeffeaf03891534f0c851180d5a91916fb25034321ed1cc3/GAME_AWARDS_01.gif);
   background-size: cover;
   opacity: 1;
}



/*  Oreo */

	/* preload */


[data-id="1912388"]:hover .thumb_image img {
   background: url(https://freight.cargo.site/t/original/i/3aa535a358fcf57e5270d19134fb9785ce1b28e7df29baf74fcd12efec19e061/OREO_MILKA_SQUARE_STILL3.jpg);
   background-color: #47d1ff;
   width:100%; height:100%;
   background-size: cover;
   opacity: 1;
}


/*  Swatch Ropes */


	/*  preload */
[data-id="3207142"] .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/ce1de78c55bb253d318b6a43cee4e7c5d6412045e0a6ba6384ef56f7390477c6/SWATCH_CIRCLES.gif); 
   background-size: 0;
   opacity: 1;
}

[data-id="3207142"]:hover .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/ce1de78c55bb253d318b6a43cee4e7c5d6412045e0a6ba6384ef56f7390477c6/SWATCH_CIRCLES.gif); 
   background-size: cover;
   opacity: 1;
}

/*  Hands */


 	/*  preload */
[data-id="3004167"] .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/f3859b51ac74632f5ed5ae5fcde34357bbbbe95b222f1e03f240374cb847c67d/HAND_PORT5.gif); 
   background-size: 0;
   opacity: 1;
   
}

[data-id="3004167"]:hover .thumb_image{
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/f3859b51ac74632f5ed5ae5fcde34357bbbbe95b222f1e03f240374cb847c67d/HAND_PORT5.gif); 
   background-size: cover;
   opacity: 1;
   
}

/*  Kids of the Apocalypse */

 /*  preload */
[data-id="2074293"] .thumb_image{ 
   background: url(https://freight.cargo.site/t/original/i/172ce25b8ecd312177d638f8d5f101b5b87479f379cdc749ab076d3dc5ab9be0/KOTA_GIRL_PORT.gif); 
   background-size: 0;
   opacity: 1;
   
}


[data-id="2074293"]:hover .thumb_image{
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/172ce25b8ecd312177d638f8d5f101b5b87479f379cdc749ab076d3dc5ab9be0/KOTA_GIRL_PORT.gif); 
   background-size: cover;
   opacity: 1;
   
}


/*  Plastic */


 	/*  preload */
[data-id="3295380"] .thumb_image {
   background: url(https://freight.cargo.site/t/original/i/4ad443fffe45e5a913652e991f2c85d6a2127ceee7be01b2928b5c404a486173/BAG_02.gif); 
   background-size: 0;
   opacity: 1;
   
}

[data-id="3295380"]:hover .thumb_image{
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/4ad443fffe45e5a913652e991f2c85d6a2127ceee7be01b2928b5c404a486173/BAG_02.gif); 
   background-size: cover;
   opacity: 1;
   
}



/*  Bass Awards */

	/*  preload */


[data-id="3207873"]:hover .thumb_image img{
   width:100%; height:100%;  
   background: url(https://freight.cargo.site/t/original/i/312db668b82a23741384ab9fa8184c3b6807ef0126acc7f6d3e18c13fb96274b/Bass_awards_01.jpg); 
   background-size: cover;
   opacity: 1;
   
}


/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#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.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

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

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#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: rgba(0, 0, 0, 0.9) /*!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;
}

#videosList {
 max-width: 600px; 
  overflow: hidden;
}

.overVideo {
   display: inline-block;
}

.divContainer { 
    height:600px;
  background: rgba(255, 151, 151, 0.9);
}

.g_awards {
    display: inline-block;
    background: rgba(255, 151, 151, 0.9);
	max-width: 1920px;
    padding: 0px;
    margin: 0px;
}






 

	


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


