/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .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.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.4;
       
 
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(105, 143, 255);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
    
	margin: 0;
	font-size: 5.1rem;
	line-height: 1.6;
	color:black;

}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojRkY2NkU4OyIgLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3R5bGU9InN0b3AtY29sb3I6IzMwRTNEQTsiIC8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzQjExM0I7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF66E8), color-stop(99%, #30E3DA), color-stop(99%, #3B113B));
background-image: -moz-linear-gradient(top,#FF66E8 0%,#30E3DA 99%,#3B113B 99%);
background-image: -webkit-linear-gradient(top,#FF66E8 0%,#30E3DA 99%,#3B113B 99%);
background-image: -o-linear-gradient(top,#FF66E8 0%,#30E3DA 99%,#3B113B 99%);
background-image: -ms-linear-gradient(top,#FF66E8 0%,#30E3DA 99%,#3B113B 99%);
background-image: linear-gradient(top,#FF66E8 0%,#30E3DA 99%,#3B113B 99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


	
}

[data-predefined-style="true"] h2 {
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 96, 255, 1);
	font-size: 4.9rem;
	line-height: 0.9;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(21, 0, 255, 0.54);
}

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

/**
 * Breakpoints
 */

[data-css-preset].mobile #plugin,
[data-css-preset].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
    
}

[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:left /*!text_left*/;

   
}

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

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

[data-css-preset] .content_padding {
	padding-top: 10rem /*!main_margin*/;
	padding-bottom: 10rem /*!main_margin*/;
	padding-left: 10rem /*!main_margin*/;
	padding-right: 10rem /*!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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(7, 7, 7, 1);
    line-height: 1;
    font-size: 32px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
 
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
    z-index:500;
}

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	color: rgba(52, 253, 77, 1);
    background: rgba(52, 253, 77, 1);
  
	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 {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	width: 100%;
    display: block;
    margin-left: auto;
margin-right:auto;
    
    
	font-style: normal;
	font-weight: 400;
}



#site_menu .page-link a {
	color: rgba(255, 253, 253, 0.75);
    padding-bottom:0px;
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
 font-size:1.5em!important;
	font-style: normal;
	font-weight: 900;
    
}

#site_menu .page-link a{
	
	
    line-height: 33px!important;
	
   
}

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

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

#site_menu a.active {

    color: rgba(255, 255, 255, 1);
    
   /*
    text-shadow:
       2px 2px 0 rgba(34, 14, 255, 0.92),
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
    	
}

#site_menu .close {
	display: none;
	color: #f6eeee;
	line-height: .85em;
	font-size: 10px;
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;;
	font-style: normal;
	font-weight: 700;
}

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

#site_menu .break {
	height: 0px;
}

#site_menu .indent {
	margin-left: auto;
}
body.mobile #site_menu {
  
top: 65%!important;
    
background-color:#000;


    
}
body.mobile div{

}
/*
body.mobile .page-link{   
	width:100px;
    margin:0 Auto;
}*/
/*
 * Shop Button
 */

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

#shop_button.text {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
    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;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top:1.3em;
    font-size: 1.2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.5;
        text-transform:lowercase;
}


.image-gallery.initialized{
   
}

.images{
	padding-top: 0;
}

/* The navigation bar */
.navbar {
    overflow: hidden;
   
    z-index: 500;
   
    position: fixed;
/* Set the navbar to fixed position */
}
li {
	line-height:3em;
}

.cargo_link
{
	
   visibility: hidden;
}

#toolset_admin {
	
    visibility:hidden;}

body.mobile div h2 {
    font-size: 3em!important;
    margin-top:40px;
	
}
body.mobile div b {
	font-size: 2.5em!important;
}

body.mobile .publications{
	font-size:1.3em !important;
   
}


body.mobile .email
{
	visibility: hidden;
}

body.mobile .site-title{
	text-align:right;
    visibility: hidden;
   right:0;
    top:50%;
    font-size:xx-large;
font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons!important;
	}
   
body.mobile .my-btn{
	
    visibility: hidden;}

body.mobile ul{
	
   font-size:small;
    text-transform:none;
 
}
body.mobile li{
	
       line-height:0.5cm!important;
}
body.mobile .list{
	
    padding-bottom:10px;
}
    
body.mobile .contact{
	
   font-size:xx-large;
}
.btn-position {
	

    display:block!important;
position:fixed!important;

	
    z-index:20;
   
 -moz-transform: rotate(270deg);  /* FF3.5+ */
   -o-transform: rotate(270deg);  /* Opera 10.5 */
   -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
	margin-left:-480px;
	margin-top:80px;
            font-size:2em!important;
color: black;
  


 
       

}
.my-btn {
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
    font-size:large;
     cursor:e-resize;
    background-color: Transparent;
    background-repeat:no-repeat;
    border:none;
    font-weight:bold;
}

.my-btn:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjM1JSIgc3R5bGU9InN0b3AtY29sb3I6I0FCRkY4RjsiIC8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzMEUzREE7IiAvPjxzdG9wIG9mZnNldD0iOTklIiBzdHlsZT0ic3RvcC1jb2xvcjojM0IxMTNCOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ABFF8F), color-stop(99%, #30E3DA), color-stop(99%, #3B113B));
background-image: -moz-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -webkit-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -o-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -ms-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position:relative;
display:inline-block; /*required*/
   

    border-style: solid;
    border-width: 1.5px;
  border-radius: 45%;

}
.my-btn a{
    color:black;
    text-transform:lowercase;
   
}
.my-btn a:hover{
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjM1JSIgc3R5bGU9InN0b3AtY29sb3I6I0FCRkY4RjsiIC8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzMEUzREE7IiAvPjxzdG9wIG9mZnNldD0iOTklIiBzdHlsZT0ic3RvcC1jb2xvcjojM0IxMTNCOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ABFF8F), color-stop(99%, #30E3DA), color-stop(99%, #3B113B));
background-image: -moz-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -webkit-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -o-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: -ms-linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
background-image: linear-gradient(top,#ABFF8F 35%,#30E3DA 99%,#3B113B 99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position:relative;
display:inline-block; /*required*/	
    
   
}



.tooltip {
    position: fixed;
    display: inline-block;
    bottom:0;
    font-size:5em;
    margin:20px;
    font-family: "Arial Black", "Arial Black", sans-serif, "Arial Black", Icons;
   
    z-index:20;
 font-style: normal;
    text-align:center;
	font-weight: 400;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    font-size:0.3em;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    cursor:e-resize;

    /* Position the tooltip */
    position: relative;
    z-index: 1;
    top: -10px;
    left: 2%;
    font-style: italic;
}

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

.tooltip:hover .tooltiptext a{
	
    color:black;}

body.mobile .tooltip{
	
  visibility:hidden;
}

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

body.mobile #site_menu {
  
top: 0%!important;
    

    background-color:#090909;

    
}
     }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
   
      h1, .my-btn, .tooltip
      {
	display:none!important;
      }
#site_menu_button{
	

      font-size:60px!important;}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1280px){

      .btn-position {
	
    margin-left:-90px;
    margin-top:40px;
      }

        
	
}
@media only screen 
  and (min-device-width: 1024px){
	#site_menu_button {
	display:none!important;
 
}
}

div.gallery_image_caption {
    margin-top:0rem!important;
    font-size: 0.7rem;
	
}

.gallery_image_caption:hover {
  -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
   
 }

.gallery_image_caption:hover{
    display:block;
   
    
}
.gallery_card:hover {
    opacity: .7;
 
}

#wrapper .text {
    position:relative;
    bottom:30px;
    left:0px;
    visibility:hidden;
    }
 #wrapper:hover .text {
    visibility:visible;
    }
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



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

.content_padding {
    padding:0px!important;
}
h1{

position:fixed!important;
z-index:20!important;
top:0;
left:0;
}

li{
text-transform:none!important;}

div .site-title {

padding-top:0!important;
line-height:1.1!important;
padding-left:20px;}

.content_padding{
padding-top:0!important;}







.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,225,0); /* Fallback color */
    background-color: rgba(	0, 0, 0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;}
    /*
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
*/
/* The Close Button */
.close {
    color: black;
    float: right!important;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
  
    color: white;
}
.modal-body {padding: 2px 16px;}
.modal-footer {
    padding: 2px 16px;
   
    color: white;
}




.current img{
padding-top:30px;
}

.publications {
padding-right:80px;}

.empty{
padding:0!important;}

.news {
padding:10px 0!important;

text-align:center;
}
.promoimage img{
text-align:center!important;
max-width: 100%!important;
    height: auto;
    width: auto9; /* ie8 */
}

.link_link a {
	text-decoration: none;
    
    
}