
 
/**
 * Content
 */

body {
   
    background-color: #5a6d7d;
	color: #000;
        
}

a:active {
	opacity: 0.6;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
    font-size:smaller;
    
}

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.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
	font-weight: 700;
	color: rgba(168, 168, 168, 0.98);
	font-family: Rubik, Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid blue; 
}

[data-predefined-style="true"] bodycopy {
	font-size: 0.9rem;
	font-weight: 700;
	color: black;
	font-family: Rubik, Icons;
	font-style: normal;
	line-height: 1.2;
     background: none !important; 

}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	border-bottom: 0px solid rgba(0, 0, 0, 0.83);
	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: Rubik, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
	line-height: 0.9;
	color: rgb(49, 49, 49);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] h2 {
	font-family: Rubik, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.3rem;
	line-height: 1.1;
	}

[data-predefined-style="true"] h2 a:hover {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.3;
	font-family: Rubik, Icons;
	font-style:  uppercase
        ;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
   
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.84);
	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-top: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

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

[data-css-preset] .container_width {
	width: 100%/*!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: 50rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

[data-css-preset] [thumbnails-pad] {
    padding: 0.1rem/*!thumbnails_padding*/;
}

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

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

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

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.85);
	font-family: Rubik, Icons;
	font-style: small;
	line-height: 1.2;
    font-weight: bold;
}

.thumbnails .tags {
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

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

.thumbnails .thumbnail .title {
   background-color:rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    outline: 100px;
    outline-color:rgba(0, 0, 0, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

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

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}
.thumb_image {
background-size: 100% 100%;

}
.thumbnail .thumb_image img {

transition: opacity .5s ease-out;

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


.thumbnail[data-id="7293510"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/abd47fb69875fba8932b24b85488b4b0a143c5fc4970e1040d082a132c831e86/LAUREL-GOLDEN-min.jpg);
    
}
.thumbnail[data-id="7293511"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/91b5ba91982ecf31f0e42a333bbee704f88b8169a91c143022f16d8cf8d386e8/ORPHEUS-GOLDEN-min.jpg);
    
}
.thumbnail[data-id="7294582"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/95f957b9ac71f977a4e52f720fa21fdc13e69568c5f413178f696d46ee2b294d/LAMIA-GOLDEN.jpg);
}
.thumbnail[data-id="7293513"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/5124004b37159ff9a99c5f0c764f9ba3e93f01354b69a8df61a1f800a490d6f7/ORLANDO-GOLDEN-min.jpg);
}
.thumbnail[data-id="7295137"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b992fe96fbee4e8ca3ab27588f47c898769835e4238b361c7bbb0c51bbd47ab1/ODO-MIN.jpg);
    
}
.thumbnail[data-id="7304824"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/e23f6450cf07fa071a08c433e90f8c519e60be799ee8f45ce121fbe818c54621/XL-HOOP-GOLDEN-min.jpg);
}
.thumbnail[data-id="7304823"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/120faa75fbb96c14aeee132f6243d46bfe6f5990c222cd43656246d6e2ff8207/SELKIE-GOLDEN.jpg);
}
.thumbnail[data-id="7295017"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/c02ba747a07d289288f31f7f3c5559114715216f5f1762c561184abfff06155f/SAMSA-GOLD-min.jpg);
}
.thumbnail[data-id="7305184"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/2a5b3b4d3cd913461c92638d27fa08b9df784c279a8d9d98b43d82c3bf6cef2d/XS-LOOP-GOLDEN-1-1.jpg);
}
.thumbnail[data-id="14791624"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/99e133a8e30cbe6b871717f3e917ab8a73eef2af0fa71e0fc8faa2fae186eb5e/DECERTO-SIDE-ANGLE.jpg);
}
.thumbnail[data-id="10644546"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/a956915f45fc0aad5a62d902a80d6e4a7ee345591ac99b6f515d4851c38addc8/ATARGATIS-THUMB-G.jpg);
}
.thumbnail[data-id="7295337"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/6d1b3b0b5c574e36860edd3c09eb604e68ece52318c6bac172636b7fa79934f5/DANAE-GOLDEN.jpg);
}
.thumbnail[data-id="10822014"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/499ddbd6d0ba00792ae07876e6695561b9420e2cc95012461fd279fe98b20d50/IMG_0837.jpg);
  }
.thumbnail[data-id="9028389"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/d1123041bd26fbb01d5e8549b12190d92ea2187ca58c9f8288526fec030b73e6/ERGOT-S-TOURMALINE.jpg);
}

.thumbnail[data-id="11216725"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/5efab0d8363c393acde53cc4319765c9c1e3af41f0740eccbfa79c6aaadb5d6f/MYCENAE-SAPPHIRE-THUMBNAIL.jpg); }
.thumbnail[data-id="7295136"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/d69277b61f1a7ba7280cd0f1d150efdeb9b62c4093eaeeb36c41e55eb278ea45/PROTEUS-GOLDEN-1.jpg)
}
.thumbnail[data-id="9563038"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/f3b3864df298b828c77919577d081d235f2d4a96bcd420ebca0b505759a69c6f/TIGERS-EYE-GOLD-THUMBNAIL.jpg)
}

.thumbnail[data-id="14381913"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/8b1cd381316117059056f12b4ececa28a33337c47d26d21265d0b04af9ab6fbc/NARCISSUS-SIDE-ANGLE-SILVER.jpg)
}

.thumbnail[data-id="15436856"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/0b8d1bfe7bedca523a9759aebac3805967d33604a2a0a61d7759a15770265567/KELP-CLASP-SILVER.jpg)
}
.thumbnail[data-id="8156796"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/19059669fc3ddd886ce19ea83482181dc9a2a5c8993533d8a269deb5f2ee3a5d/GILGAMESH-GOLD-THUMB.jpg);
}
.thumbnail[data-id="16099649"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/1b14d4607dfcec358f1d808f074c86d73fd7b1163ebaf979f5c8d39149268040/NERITES-GOLD-THUMBNAIL-.jpg);
}
.thumbnail[data-id="14029136"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/34de4eab37699996f679b244b3c71850602b433046e3fb5c68eba86dac4c11ca/SELENE-SPIN-DARKNESS-1-1-.jpg);
}
.thumbnail[data-id="10641356"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/bd20ed72d7324807de07785703d24592dfc63f1f37efb64f5e5f59dece31e012/MELUSINE-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="17665705"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/7fb61507abe1598da44a128bf108a7c2b28d31ccb18cab6c1b3788d80ba1b102/NARCISSUS-WHIRLPOOL-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="17674074"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/cb026a88ea3873e207801f9e65858eef5b599374668c53a0083009a2697cefff/ORION-THUMBNAILS-FLICK-2.jpg);
}
.thumbnail[data-id="18212566"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/571603c11e109a8c6777b66cface30c517834164c4615b6b0937a9bef464a32a/ELATA-THUMBNAIL-S-2.jpg);
}
.thumbnail[data-id="15436856"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/2ece040766438251bcd7ec23d614fa26b55f172fbc1c5b513d7a8cb9708a154b/KELP-GOLD-THUMB.jpg);
}
.thumbnail[data-id="18572512"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/85bf45fcc32c04f944c2d25f77e7f50f06123c598e736104e7fc95cd8cad49c0/NARCISSUS-WHIRLPOOL-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="19619525"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/97dadd608d97d56a903dbc8a236cf68b2ecd082dd44aaf2058fd2ec5391cd7a5/ANDROMEDA-S-CHAIN-THUMBNAIL.jpg);
}

.thumbnail[data-id="20802126"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/c27fd057421ea88e6655ea13850c5b7416e05b96b9f05f86410280f9797f46cb/URSULA-G-THUMB-.jpg);
}

.thumbnail[data-id="20941552"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/de98322f2c5401ccbbda02366ed1745efdb06d584b4f8e7f595dbd03749426a8/GORGO-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="23050660"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9a36d94368dd7c0e9e1482f5329679e364587d6f2a89d78663e936724c36a7a6/FIRE-G-THUMBNAIL-.jpg);
}
.thumbnail[data-id="9565530"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/6c5e9c1b6b10235111d119afef13b19893beecc20c0c76feb0430c5cc41e1347/ENOKI-THUMBNAIL-GOLD.jpg);
}
.thumbnail[data-id="21353769"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/709af4aebead15cf7da6cd0d3555f6eb192b1c4ec33f6fee8a54e15976ecb56d/NAIAD-GOLD-THUMB.jpg
);
}
.thumbnail[data-id="18581381"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9d30614887a79bc766eb5088bd9ca370f81fae34f25fe8eaf04a0a483acc6ecb/ORTHODOX-G-THUMBNAIL.jpg);
}
.thumbnail[data-id="8801545"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/5228b14abf8b05f3c95874f4ab988213df9d6c9483b689e9590cdc47050364b0/DAPPERLING-G-THUMB.jpg);
}
.thumbnail[data-id="9563102"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9094e38d22a8c0ff803350c05b5f9b55f7c46cfc5252cdac3769df82e0515f17/OYSTERLING-G-THUMB-.jpg);
}
.thumbnail[data-id="8841319"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/75857d67c431010199811e3bb493fa4fb96037f9737d94dbd97191c704d58b4b/OLYMPIA-G-THUMB.jpg);
}
.thumbnail[data-id="17855306"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/74789305d0eb9070c0958656f183954b7c9609ca442142ae69e6f3de38b5e449/JANUS-G-THUMB-.jpg);
}
.thumbnail[data-id="19722506"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/db9615105e006a70c4a3b9907d254e62ad9d413db9d9692e7b88c3640f3ab2b9/CHARYBDIS-G-THUMB-.jpg);
}
.thumbnail[data-id="24541031"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/123cab51a7051fe052b89dcdacf3ba99ed855489c09edb9b186627e43e568158/CARDEA-G-THUMBNAIL.jpg);
}
.thumbnail[data-id="27055212"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/585cd2dc37942bec9c9d28fbba1e3fe92b7a2f88411066eb133a8eeebe0f9700/TAM-LIN-GOLD-TRY.jpg);
}
.thumbnail[data-id="30410450"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/49070e066822c17ebf24ca7eafaf8c101e6d5ab540cae9c3ba174a814bc51d93/OREAD-E14GGEM-E-THUMBNAIL.jpg);
}
.thumbnail[data-id="29073110"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b3e7d5c79ace793aea4aaf96729eb4f88910a94d82933433d091e94a3f4e767c/MINI-NUN-N12G-THUMBNAIL.jpg);
}
.thumbnail[data-id="23058875"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9184cb8531a8d7e65d0e620a594219910a7cfc8fbe13bcec53c173b940a995ad/NUN-GOLD-WEB.jpg);
}
.thumbnail[data-id="30426779"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/778c243e96d022eedb61f2183d04f9519ba40ad01f7260b3c4465311e40718b7/ALIX--F19G-THUMBNAIL.jpg);
}
.thumbnail[data-id="30843066"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/e88ca46ed0098686e8333b35fd2588d9d071bc2db2b13b6e59f151ea9e146574/WEB-PICTISH-N13G-THUMBNAIL.jpg);
}
.thumbnail[data-id="30994064"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/5bb7dca343581793a6e7dc832988d8364b4149fbb6d71bdf565191d81b77e361/ORMURIN-LANGI-G-THUMBNAIL.jpg);
}
.thumbnail[data-id="30725797"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b466dd96c62dec815ef69ca7d2662e22e87b695e7e88962d5f6f0b9f88421b7e/MINI-NUN--W5G-WEB-THUMBNAIL.jpg);
}
.thumbnail[data-id="31136825"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/0904ec6dba371c8a6111ecd3d7e83472771f269eccc046ec0153f1a29fb57476/skidbladnir.jpg);
}
.thumbnail[data-id="31282346"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/a19d41c91e35ecfa7237499d74f6f9b14df8632d3423bcf2ac429c03fa150bbf/WEB-PICTISH-_-W6_0002_-W6G-B.jpg);
}
.thumbnail[data-id="31327722"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/12fc1f9cf39faf0216dc2a2964556100d5c0067a9d1f7ceb4c7a4dca223cea24/LABYRINTH-WEB-THUMBNAIL-G.jpg);
}
.thumbnail[data-id="31410808"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/915b246dd485965fbcf5d99e3011901de0eed0bbc95dfb1b0e5ebd6195a2578c/ECHO--F26S-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="31555363"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b68ea182482799220f8dace2c1578bf1576048b1e791ee9f5926a2e0b4b7b33f/WEB-OCEANID-THUMBNAIL-G.jpg);
}
.thumbnail[data-id="20802126"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/2b5c116e170f3fa10476e56f55d32b0a80efcdf3e9ca07980460972bfb85a297/URSULA--F16G-THUMBNAIL-.jpg);
}
.thumbnail[data-id="32035463"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/4e84c90457e0a41cd330a5f5b1f0fa2d396c3d8290f88dd2f141ae4ceac59b60/WEB-CATERPIE--F17G-THUMBNAIL.jpg);
}
.thumbnail[data-id="32035749"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/4b53a6af2610b1235b1be7a2507e95779068cad862c83c880db9d7604c28d7af/WEB-JELLY-EAR--N14G-THUMBNAIL.jpg);
}
.thumbnail[data-id="31947784"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/1890561f2c81d847a326367468ceb2ffadc8cd6bb4ac23341555e18e2dd34e28/TELPHUSA-EMERALD-THUMBNAIL-2.jpg);
}
.thumbnail[data-id="33085053"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/7437a097477b8066be6a9a89520d8d9b619acf1b689ecb0bbb5d8e31c123277a/VENUS-FLYTRAP-F23GGEM-THUMBNAIL-WEB.jpg);
}
.thumbnail[data-id="33660192"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/67930b249738ede78ad6a1b5fa17387dbf8694ee7b3135685b067bf910d6f0d7/HOUSE-OF-ASTERION-GOLD.jpg);
}
.thumbnail[data-id="33533987"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/fa473a2462b25acbf3e7b6767647fb83d8022fd9cf588387501c9bdace1b21eb/PIN-2-THUMBNAIL-copy.jpg);
}
.thumbnail[data-id="34419274"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/805de812a2936a4a94b8e557215cacaf8ea8ce275fcb1c2e00499f046bff99e6/MONO-MYCENA--F10GMGEM-G.jpg);
}
.thumbnail[data-id="30771272"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/a9f9fd287a07418a693249698a2e857dd2d6e52e0f8759329a2fb9adb1680a48/THELPOUSA-THUMBNAIL-WEB.jpg);
}
.thumbnail[data-id="21353796"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/10250dd8e6fe0cd8267b67c3b9a1a1bef35bdaf801841ba84d8e9efa4377d497/APHRO--F17G.jpg);
}
.thumbnail[data-id="34569983"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/f2672c511d30c7d5f55d0242d9f27efdd44bcd013675a1b6ef828dfb0dccc8d3/TIRESIAS--F27GGEM-D-2_WEB-THUMBNAIL.jpg);
}
.thumbnail[data-id="9565235"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9e06f124459799387075d28fd469cb6b97ef6b16a25da52133d350b4bd4571cd/ANEMONE-_-F6GGEM-THUMBNAIL_WEB.jpg);
}
.thumbnail[data-id="33411731"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/e56b34ed23da452e9ce9302a10b721dbc2d98551888bd643ad070c79b9f1a6aa/LEOPOLD-SPHERE-BOX.jpg);
}

.thumbnail[data-id="34872366"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/8c73d342410d09b84cc8b75d73863c278b826dae9664b3acad257fe09a0a802c/Protective-Pendant-Cross-P2S-THUMBNAIL-WEB.jpg);
}
.thumbnail[data-id="35295106"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9699c25e0e7e6c32f3c10d9953748643fd5a45226d57d8a21c39f4e702538185/OROS--N15SGEM-S-SQUARE.jpg);
}
.thumbnail[data-id="35787458"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b2bec334a8588bf46dab0344ae79647eff58dbec12c38b792a5052df4a075df3/ASTERIAE-_-E21SGGEM-D_THUMBNAIL.jpg);
}
.thumbnail[data-id="30771010"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/4a87396773e55baf21b8fe6142d25a17ee9b06e3b9617fd0193c3dc0feb0c1de/WEB-GILGAMESH-RAW--N6G-BLACK-THUMBNAIL.jpg);
}
.thumbnail[data-id="34571835"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/f104ffc812eb4bc72a96819adb555ac5d70fdc63b75111f5b08e031a57a35366/DENDROGRAMMA---web-THUMBNAIL.jpg);
}
.thumbnail[data-id="36067685"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/964b2d6e8f31f30f746f5bb907c2e7450be05fe2531371dbe8c6e53dfeda5c97/TESSERACT-_-E22GSD_THUMBNAIL.jpg);
}
.thumbnail[data-id="34741912"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/6ba598e9b77ba9e63a44b6c090f67a20da52fe99bedefbfae147242fbcf09180/Eva-F29SGEM-Q_THUMBNAIL-Q.jpg);
}
.thumbnail[data-id="36531359"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/61397e0334fcad77a1cad363290f4bb30a97a70b27e4d2f66a5a8ebb6c02b5e1/GLEIPNEIR-N16S-thumbnail-2.jpg);
}
.thumbnail[data-id="36535409"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/e12c01fc376de2da1f1fee0369f237fc780dcf1138fac52f853a6116d2e5dce4/GLEIPNEIR-W7_0002_w7g-thumbnail.png);
}

.thumbnail[data-id="36705022"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/344cb8ff7a88696dd5e248ac8313cf594c0c6f8e5aa461faff26e0ed06234890/Screenshot-2024-09-19-at-11.21.57.png);
}

.thumbnail[data-id="36854841"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/db700d3c9f151aa32aa0e895dcc1513315cc460d4226356a3a1940a700be1919/9.-Blodeuwedd--W9G_thumbnail.jpg);
}
.thumbnail[data-id="8880882"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/125c01d57fc3f33247f75e8320f179098e9f30e7e9c3c217ac9ea942481496ae/MOREL--F32G-THUMBNAIL.jpg);
}
.thumbnail[data-id="36705107"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/415357e68866b25d20c091a5b9e960c20b7dcd2cb64dd742d715a370ff701313/NIOBE-_-E23SGGEM-T_Vasiliki-THUMBNAIL.jpg);
}
.thumbnail[data-id="36954161"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/ad7478067e3a50ac0bb51b393d53c18d3beb1d5ad45eed0deefc7dcb8d8a266f/MARMOT-S-HEART-THUMBNAIL-LOW.jpg);
}
.thumbnail[data-id="37048144"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/616cf242554d46e11dcf788dd8a1aa58f49de645400ea9ce2c797fbb87be1186/VERMILLION-SANDS-single-E24SP-THUMBNAIL-BW.jpg);
}
.thumbnail[data-id="36954557"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/16e1541d0fe1bbd73c31488228e2f6722ceeedb4ab100f6ae68d32063d6c3328/KAGUYA-F30G_LQ_Thumbnail-Maste.jpg);
}
.thumbnail[data-id="37332909"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/1d7b274ffa69ee2e123e8aef233f4b1393068a65e377f599d4fc1a1ade079659/AMADIS---F32G_THUMBNAIL_.jpg);
}
.thumbnail[data-id="37414977"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/96c97c2f22ca8891c24b69719abf19fa7507bb43243a09025662f79d453f2521/AEA-_-E27-THUMBNAIL_0000_Hue_Saturation-1-copy-2.jpg);
}
.thumbnail[data-id="37433456"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/9a411f8a91816616fd99260002769dd5487efdfa888979d1b50f546875bd4712/CUFFLINKS-_-C1S_Vasiliki-Feb_027.jpg);
}
.thumbnail[data-id="37435325"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/77f737db978d0595b435d21186329d4f7de652378f2788f8cf279599ac151af3/OUNA_thumbnail_G.jpg);
}
.thumbnail[data-id="37435622"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/44b0bf21c6f79447dd145da41a9cb32744f6c799ae47e129d040eb91c35b4470/VITHRA_THUMBNAIL_G.jpg);
}
.thumbnail[data-id="37435654"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/3a1a1bc1f27e7210619859012b90e77d88ae04ca9799b07a384a6cc99c9e682c/KERNOS_THUMBNAIL_G.jpg);
}
.thumbnail[data-id="37435684"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/0e70096779907e43bad5abc85161012866a1824d6c5a5e16f224998c55310a96/ASRAI_THUMBNAIL_S2.jpg);
}
.thumbnail[data-id="37436403"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/49af0696e6bc5da4f885f3eaf8f2fb185a4121b97644cfa97d8d41ccf2726518/RHYTON_THUMBNAIL_G.jpg);
}
.thumbnail[data-id="37566157"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/71419d5f1c656c07e2cb32a121e0673ecc4555f455206b7b99e5d6d4cfd170f8/RHYTON-PIN_THUMBNAILzoomout.jpg);
}
.thumbnail[data-id="23155415"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b0fa1bcf8ea66fdf4643bc00ff3ffabbc7f7f91c21b21f2e08064a3096bc0c5a/WEB-LABYRINTH-_0001_-N11G-LIGHTER-LOWER.jpg);
}
.thumbnail[data-id="36034080"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/930e7b9499847ed708528636baae2b72bb893c3ac36437ba845598730bf099da/DUNE-_-F31S_1_THUMBNAILzoomin.jpg);
}
.thumbnail[data-id="37435522"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/b99375bdb71d584fe7e9fe898815e4d1bd002c4888841256878f9616a25864a6/TSAROUCHIS-_-F34S-THUMBNAIL.jpg);
}
.thumbnail[data-id="37435555"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/e91b22515688998eeab2e59df0cb0af77080f8dd5ab486f98fa4d8cbc4ab70fa/Copy-of-DIONYSIUS-_-F28S_Vasiliki-Feb_126._THUMBNAIL.jpg);
}
.thumbnail[data-id="12492713"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/07eb8f2b0f10d7f3d30561e4efbe80d3ab3b2c5b05c5d6d25f2ca5bd3d3b7d4f/A-BAO-A-QU-_-F11S-THUMBNAILzoomin.jpg);
}
.thumbnail[data-id="37631088"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/d3d81ed18a6092cd66cebb375ae0e470be0e4220fc2d25a32bbf862fd8f6e350/Copy-of-BACCHUS-I-_-E28S_Vasiliki-Feb_113_THUMBNAIL-1.jpg);
}
.thumbnail[data-id="18581381"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/83d5d45e95b33a1e6a08102f54dd93cb2e5b1160567df3c9f97e01ea454e7a04/ORTHODOXN9G_THUMBNAIL.jpg);
}
.thumbnail[data-id="37631247"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/f897cd6cebb1d6df2634081eeca9774d51f051bb7877008151bbef8de4d2d5eb/BACCHUS-II_THUMBNAILZOOM.jpg);
}
.thumbnail[data-id="37634992"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/c8597079fa1daac943eb4c6a6f2345272eced15d4042d0eaf2143c8e1aca6733/Copy-of-BACCHUS-II_XL-_-E30S_Vasiliki-Feb_016_THUMBNAIL.jpg);
}
.thumbnail[data-id="37436698"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/7b699f95709e694c464e9c673696412c8a5827f7cf0f7f2da40922b64945b5c2/JINN_THUMBNAIL.jpg);
}
.thumbnail[data-id="37635393"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/1a16d81e481ffd07e7e3282b57dce5df321ddc4337fac731f5eae209f51a6ea9/BACCHANTES_-THUMBNAIL-Vasiliki-Feb_006_.jpg);
}
.thumbnail[data-id="37661954"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/cf07b9925832bbc41e12aca90f9b3e87da841ee89b7291242e6f32b4b35daa20/SATURN-S-HEX-_-W11G__Vasiliki-Feb_011_THUMBNAIL.jpg);
}
.thumbnail[data-id="37697990"] .thumb_image {
background-image: url(https://freight.cargo.site/t/original/i/480912a53a2814b3a2935c2a904c8ffd922656cefda077d393d67192f1eed29d/ROMAIN-S_CROSS_P7G-Thumbnail.jpg);
}



/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {

    color: rgba(255, 255, 255, 1);
    mix-blend-mode: difference;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1.2;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 1.5rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -9px;
    font-size: 17px;
    
}

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

#site_menu_button.active {
    display:none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Rubik, Icons;
	background: transparent;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
    color:#000;
	display: block;
	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.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: relative;
	padding: 7px;
	top: .5rem /*!shop_button*/;
	right: 20rem /*!shop_button*/;
}

#shop_button.text {
    font-family: Rubik, Icons;
    padding: 0;
    right: 50rem;
    line-height: 1.2;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}

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

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

/*
 * Shop Product Widget
 */

.shop_product {
    width: INITIAL;
	max-width: 14rem;
    position: relative;
    display: flex;
    flex-direction:column ;
   justify-content: flex-start;
}

.shop_product .dropdown {
    font-family: Rubik, Icons;
    font-size:SMALLER;
    color:black ;
    display:inherit;
    flex-direction: column; 
    text-align: left;
	width:15rem;
    border: 1.5px solid rgba(59, 58, 58, 1);
    background:  #fff url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 2rem; 
    line-height: 1;
    padding:  .2rem 0.2rem ; 
	font-style: NORMAL;
	font-weight: 600;
}

.shop_product .price {
	font-family: Rubik, Icons;
    font-size: 0.8rem;
    font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-style: normal;
	font-weight: 700;
    font-size: 1.0rem;
	line-height: 2;
   
    text-align: left;
}


.shop_product .button {
	font-family: Rubik, Icons;
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 0%;
    text-align: center;
    display: inherit;
    flex-direction: row;
    width: 35%; 
    height: inherit;
	line-height:0.03;
    padding: 1rem 0.9rem 0.9rem 0.3rem;
    font-size: 0.7rem;
    color: white;
    font-weight: 700;
    font-style: normal;
}


    
/*
 * 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(255, 255, 255, 0.95) /*!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: 10px;
    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: 30px;
    width: 30px;

}

.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.45;
    position: relative;
}
  

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

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

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


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

 .sqs-gallery-block-slideshow {
     cursor: text;
 }

.blink {
    animation: 2s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
    
	 }

.typewriter {
    color: #545454;
  font-family: Rubik, Icons;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #ebebeb; /* The typwriter cursor */
  margin: 5 initial; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .01em; /* Adjust as needed */
  animation: 
    typing 6s steps(30, end),
    blink-caret .3s step-end infinite;
	font-style: normal;
	font-weight: 700;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  100% { border-color: transparent }
}
    /* Animation */

    
 .flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-80%) translateY(inherit -80%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

.horizontal-scroll-wrapper {
  width: 100px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.horizontal-scroll-wrapper > div {
  width: 100px;
  height: 100px;
}


p.CONTACT { color:#fff; text-shadow:-1px -1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000; }

.menu {
  position: relative;
  width: 150px;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.menu a {
  color: #000;
  text-decoration: none;
  padding-top: 8px;
  font-size: 0.8rem;
}

.dropdown {
  position: relative;
  display: block; /* Stack dropdowns vertically */
}

.submenu {
  display: none;
  font-size: 8px; /* Increased font size for readability */
  color: #8c8a8a;
  text-align: left;
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 1s linear 0.5s;
}

.dropdown:hover .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 1s;
}

.submenu a {
  display: block;
  padding-top: 4px;
  color: #8c8a8a;
  text-decoration: none;
  padding-left: 0;
    font-size: 0.65rem;
}
.side-menu a {
  color: black;
  background-color: white;
  transition: all 0.3s ease;
}

/* If side menu has a dark background */
.side-menu.dark a {
  color: white;
  background-color: black;
}
/* Zoom-in effect on images inside .image-gallery */
.image-gallery img {
  transition: transform 0.3s ease;
}

.image-gallery img:hover {
  transform: scale(1.1);
  z-index: 2;
  position: relative;
}