import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
body {
	height: 100%;
	width: 100%;
	color: #333;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	background: #ffffff;
}


body, .content-item {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 
                 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.clear {
	clear: both;
	float: none;
}

.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

.no-margin {
	margin: 0 !important;
}

.hidden {
	display: none !important;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* HEADINGS */

h1, h2, h3 { 
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 20px;
        font-family: 'Berkshire Swash', cursive;
        color: #00a1e4; 
}

h2 {
	font-size: 20px; 
        font-family: 'Berkshire Swash', cursive; 
	margin: 15px 0;
}

h3 {
	font-size: 16px; 
	line-height: 18px; 
	margin: 10px 0;
}

h4 {
	font-size: 14px; 
	line-height: 16px; 
	margin: 10px 0;
}


/* LISTS */

.content-item ul {
	padding: 10px 0;
	list-style: square;
	margin: 0 20px;
}

.content-item ol {
	padding: 10px 0;
	list-style: decimal;
	margin: 0 20px;
}

.content-item li {
	padding: 0 0 5px 0;
}


/* LINKS */

a {
	color: #00a1e4; 
	text-decoration: none;
}

a:hover {
	color: #999; 
	text-decoration: none;
}

/* IMAGES */

.content-item img  {
	float: left; 
	margin: 0px 20px 15px 0px;
}

/* FORM */

form {
        margin-top: 20px; 
        padding: 15px ;        
        background: url(images/site/transparent.png);
        border: 1px solid #eee;
}

label {
        float: left;   
	width: 110px; 
        text-transform: uppercase;
}

label.error {
        clear: both; 
        display: block;   
        color: red;
        text-transform: none;
        margin-left: 110px;
        width: auto;
        text-align: left; 
}

input, label, select, textarea {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
        margin: 3px 0;
}

input[type="submit"] {
        margin-left: 110px;
        padding: 4px 15px;
}

.zemThanks {
        font-size: 16px;
        margin-top: 20px; 
        padding: 15px ;        
        background: url(images/site/transparent.png);
        border: 1px solid #eee;
}


/* HOME */
#logo-home {
	position: absolute; 
	right: 350px;
        top: 50%;
        height: 106px;
        margin-top: -68px;
        width: 333px;
}

#social-home {
	position: absolute; 
	right: 365px;
        top: 50%;
        height: 24px;
        margin-top: 40px;
}

#social-home a, #social a {
	padding-left: 10px;
}

.not-found {
	position: absolute;
        left: 425px;
        height: 130px;
        top: 50%;
        margin-top: -100px;
        padding: 70px 0 0 30px;
        border-left: 1px solid #333;
}

nav.home {
	position: absolute;
        right: 100px;
        height: 400px;
        top: 50%;
        margin-top: -200px;
        border-left: 1px solid #333;
}

nav.home ul {
	margin-top: 100px;
}

nav.home ul li {
	margin: 20px 0;
}


nav.home ul li a {
	padding: 4px 20px;
        background: #00a1e4;        
        color: #fff; 
        text-transform: uppercase;
         -webkit-transition:padding 0.2s linear; 
	-moz-transition:padding 0.2s linear;
	-0-transition:padding 0.2s linear;
	transition:padding 0.2s linear;
        border-top-right-radius: 9px;    
        border-bottom-right-radius: 4px;  
}


nav.home ul li a:hover {
	padding-left: 30px;
        background: #333; 
         -webkit-transition:padding 0.2s linear; 
	-moz-transition:padding 0.2s linear;
	-0-transition:padding 0.2s linear;
	transition:padding 0.2s linear;  
}

#logo  {
	position: absolute;
        left: 90px;
        top: 20px; 
        z-index: 10;   
}

#logo img {
	height: 75px;
        width: auto;    
}

#content {
	position: absolute;
        visibility: hidden;
        left: 40px;
        z-index: 5;
        width: 800px;
        height: 100%;     
        background: url(images/site/transparent.png);     
}

header {
        width: 800px;
        height: 150px;
        position: relative;        
}

a#toggle {
        display: block;
        visibility: hidden;
	position: absolute;
        right: -24px;
        top: 40px;
        z-index: 5;
        width: 24px;
        height: 51px;     
        background: url(images/site/toggle.png) top left no-repeat;    
}

a#toggle:hover {
        opacity: 1;
        filter:alpha(opacity=100);     
}

a#toggle.toright {
        background-position: -24px 0;
}

#social  {
	position: absolute;
        right: 45px;
        top: 40px;    
}

nav.standard {
	position: absolute;
        left: 0;
        bottom: 0;
}

nav.standard ul {
	padding-left: 35px;
        background: #333;
        width: 765px;  
}

nav.standard ul li {
        display: inline-block;
        zoom: 1;
        *display: inline; 
}

nav.standard ul li a {
        display: block;
	padding: 7px 11px;             
        color: #fff; 
        text-transform: uppercase;
        border-top-right-radius: 9px;    
        border-bottom-right-radius: 4px;
}

nav.standard ul li a.active_class , nav.standard ul li a.active_class:hover {          
        color: #00a1e4; 
}

nav.standard ul li a:hover {          
        color: #cecece; 
}

.scroll-pane {        
        overflow: auto;
}

.content-item {          
        padding: 30px 50px; 
        width: 700px;
}

.content-item p {
	padding: 5px 0;
	text-align: justify;
}


/* QUOTES */

#slideQuotes-wrap {
	background: url(images/site/transparent.png);
}

.slideshow.slideQuotes,
.entry .slideshow.slideQuotes {
	margin:0 0 20px 0}

.slideshow.slideQuotes h3 {
	font-size:11px;
	text-transform:uppercase;
	margin:0 0 10px 0}
	
.slideshow.slideQuotes .slides_container {
	background:url(images/site/icon_quotes.png) 15px 15px no-repeat;
	padding:30px 0 10px 50px;
	width:650px;
	margin-bottom:15px;
	border:none;
	overflow:hidden;
}

.slideshow.slideQuotes .slides_container .quote-text {
	font-style: italic;
}

.slideQuotes .slides_container{
	background: none
}
	
.slideshow.slideQuotes .slides_container .slide{	
	width: 600px;
        height: 90px;
}

.slideshow.slideQuotes .prev,
.slideshow.slideQuotes .next {
	background:url(images/site/arrows_slide.png) 0 0 no-repeat;
	display:block;
	width:9px;
	height:11px;
	overflow:hidden;
	text-indent:-400px;
	float:left;
	margin:1px 5px 0 5px;
	position:relative;
	bottom:0
}

.slideshow .link-more {
	position:relative;
	bottom:0;
	float:left;
	line-height:1em;
	margin:0 10px;
	font-size:11px;
        text-transform: uppercase; 
}

.slideshow.slideQuotes .prev {
	background:url(images/site/arrows_slide.png) 0 -11px no-repeat;
}

.slideshow.slideQuotes .prev:hover {
	background-position:-9px -11px
}

.slideshow.slideQuotes .next:hover {
	background-position:-9px 0
}

/* GALLERIA */

.gallery-list a {     
        color: #333;     
        display: block;
        min-height: 105px;
        padding: 10px 20px 5px 20px;
        border-bottom: 1px solid #fff; 
        margin-bottom: 15px;
        background: url(images/site/transparent.png);
        -webkit-transition:background 0.2s linear; 
	-moz-transition:background 0.2s linear;
	-0-transition:background 0.2s linear;
	transition:background 0.2s linear; 
}

.gallery-list a:hover {     
        background-image: none;
        background-color: #f3f3f3;
        border-bottom: 1px solid #00a1e4; 
}

.gallery-list a span {
        margin-right: 25px;
}

.gallery-list h1 {       
        margin: 15px 0 5px 0 !important;   
}


/* FOOTER */

footer {
        display: block;
	position: absolute; 
	right: 20px;
        bottom: 20px;
        text-transform: uppercase;
       color: #b2b2b2;
        font-size: 10px;          
}
        

@media only screen and (max-width: 767px) {
    /* Mobile Header */
    body:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 44px;
        background-color: #00a1e4;
        z-index: 95;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }
 
    .mobile-content {
        position: relative;
        width: 90% !important;
        margin: 20px auto !important;
        padding: 20px !important;
        background-color: rgba(255,255,255,0.85);
        backdrop-filter: blur(2px);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .mobile-content p {
        font-size: 17px !important;
        line-height: 1.5 !important;
        color: #333 !important;
        margin-bottom: 1.2em !important;
    }

   .mobile-content::before,
    .mobile-content::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 1;
    }

  .mobile-content::before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .mobile-content::after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    }

  .mobile-content img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin: 15px 0 !important;
        border-radius: 8px;
        object-fit: contain;
    }

  .mobile-content h1 {
      font-size: 22px;
      margin-bottom: 15px;
}
.mobile-files ul {
    padding-left: 20px;
}
.mobile-files a {
    word-break: break-all; /* Preventss filenames overflow */
}
    /* Menu button */
      #mobile-menu-area {
        display: block !important;
        position: fixed;
        top: 0;
        right: 15px;
        height: 44px;
        line-height: 44px;
        z-index: 96;
        cursor: pointer;
    }
    
    #mobile-menu-text {
        color: white;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    
    #mobile-menu-toggle {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 24px;
        background-color: transparent;
        vertical-align: middle;
    }
    
    #mobile-menu-toggle:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 4px;
        width: 16px;
        height: 2px;
        background-color: white;
        box-shadow: 0 5px 0 0 white, 0 10px 0 0 white;
    }
    
    #logo-home {
        width: 180px;
        height: auto;
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        margin-top: 0;
        z-index: 90;
    }
    
    #logo-home img {
        width: 100%;
        height: auto;
    }
    
    #logo {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: auto;
        z-index: 90;
    }
    
    #logo img {
        width: 100%;
        height: auto;
    }
    
    /* Background image */
    #supersized img, #supersized a img {
        object-fit: cover;
        object-position: 35% center;
    }
    
    /* Nav - dropdown */
    nav.home {
        display: block;
        position: fixed;
        top: 44px;
        right: 0;
        width: 75%;
        max-width: 250px;
        background-color: #00a1e4;
        z-index: 94;
        border-bottom-left-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        padding: 10px 0;
        overflow: hidden;
        max-height: none; 
    }
    
    nav.home.active {
        opacity: 1;
        visibility: visible;
    }
    
    nav.home ul {
        margin: 0;
        padding: 0;
    }
    
    nav.home ul li {
        display: block;
        margin: 8px 0;
        padding: 0 15px;
        border: none;
    }
    
    nav.home ul li a {
        display: block;
        margin: 0;
        padding: 10px;
        font-size: 13px;
        background-color: #00a1e4;
        color: white;
    }
    
  #content {
        position: relative !important;
        visibility: visible !important;
        left: 0 !important;
        width: 100% !important;
        padding: 20px 15px !important;
        margin-top: 60px; 
        margin-bottom: 50px; 
        background: none !important;
    }

    .content-item {
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box;
    }

    .content-item {
        position: relative;
        width: 90% !important;
        margin: 20px auto !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.85);
        backdrop-filter: blur(2px);
        padding: 20px !important;
        border-radius: 12px;
    }
    
    .content-item p {
        font-size: 17px !important;
        margin-bottom: 1.2em !important;
        color: #333 !important;
        line-height: 1.5 !important;
    }
    
    .content-item::before,
    .content-item::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 1;
    }
    
    .content-item::before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    }
    
    .content-item::after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    }
    
    .content-item img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block;
        margin: 15px 0 !important;
        border-radius: 8px;
        float: none !important;
    }
    
    .content-item p {
        font-size: 17px;
        line-height: 1.5;
        text-align: left;
        margin: 0 0 15px 0;
    }

    .content-item img {
        float: none !important;
        margin: 15px auto !important;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .content-item table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }

    .content-item iframe,
    .content-item embed {
        max-width: 100%;
    }

    .content-item h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .content-item h2 {
        font-size: 20px;
        margin: 12px 0;
    }
 }
    
    /* Mobile Footer */
    #mobile-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #00a1e4;
        z-index: 95;
    }
    
    /* Social Icons */
    #social-home {
        position: absolute !important; 
        right: 365px !important;
        top: 50% !important;
        height: 24px !important;
        margin-top: 40px !important;
        left: auto !important;
        transform: none !important;
    }
}
    
    #social-home a {
        display: inline-block;
        margin: 0 10px;
        padding: 0;
        vertical-align: middle;
    }
    
    #social-home img {
        height: 24px;
        width: auto;
        vertical-align: middle;
    }
    
    footer, #social, nav.standard, #toggle {
        display: none;
    }
    
    #wrapper {
        padding-top: 44px;
    }
    
    .content-item {
        padding-bottom: 50px;
    }
