/*
Theme Name: Noesis eCommerce - Mindrop Framework
Theme URI: https://mindrop.gr
Author: Mindrop digital agency
Author URI: https://mindrop.gr
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
    font-family: 'GothamGreek-Thin';
    src: url('fonts/GothamGreek-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-Light';
    src: url('fonts/GothamGreek-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-Book';
    src: url('fonts/GothamGreek-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-Bold';
    src: url('fonts/GothamGreek-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-Black';
    src: url('fonts/GothamGreek-Black.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-Ultra';
    src: url('fonts/GothamGreek-Ultra.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'GothamGreek-UltraItalic';
    src: url('fonts/GothamGreek-UltraItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

body {
	 font-family: 'GothamGreek-Book';
	font-size: 15px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OWL STYLE
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}



@media (min-width: 1400px) {
.container {
        width: 100%;
    max-width: 1350px;
}
}
@media (min-width: 1700px) {
.container {
        width: 100%;
    max-width: 1350px;
}
}
@media (min-width: 1900px) {
.container {
    width: 1350px;
	max-width: 100%;
}
}


#topbar {
	background-image: linear-gradient(270deg, #33475c 70%, #e80f4c 0%);
	min-height: 20px;
}
.desktop-header-top {
	padding: 30px 0px 30px 0px;
}
.header-contact-item {
    display: inline-block;
	margin-right: 30px;
}
span.h-icon {
    display: inline-block;
    color: #f58220;
    font-size: 32px;
}
.h-icon svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    overflow: visible;
    width: 1em;
}
.header-contact-item p {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    margin: 5px 0;
}
.header-contact-item p a {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
		text-transform: none;
}
.header-contact-item:last-child {
    margin-right: 0px;
}
.site-header-contact-inner {
	float: left;
}
.img-responsive img {
	max-width: 100%;
	height: auto;
}
.main-home-slider img {
	width: 100%;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background-color: #33475c;
    border-color: #e7e7e7;
}
.navbar-default {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-content {
	margin-top: 0px;
}
.desktop-header-bottom {
	z-index: 2;
	position:relative;
}
.main-home-slider-wrapper {
	margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-shadow: none;
	    font-size: 15px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 18px;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #162b58;
    border-bottom: 4px solid #162b58;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #162b58;	
		 border-bottom: 4px solid #ee7a00;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e80f4c;
    background-color: transparent;
	 border-bottom: 4px solid #e80f4c;
}
@media (min-width: 768px) {
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
}
#menu-item-33 {
	    float: right;
    background-color: #e80f4c;
	    color: #fff;
}
#menu-item-33 a {
			    border-bottom: 4px solid #e80f4c;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav li#menu-item-3 a:focus, .navbar-default .navbar-nav li#menu-item-3 a:hover {
    color: #fff;
    background-color: transparent;
		    border-bottom: 0px solid #e80f4c;
}
.navbar-default .navbar-nav #menu-item-33 a:focus, .navbar-default .navbar-nav #menu-item-33 a:hover {
    color: #000;
    background-color: transparent;
	 border-bottom: 4px solid #e80f4c;
	letter-spacing: 2px;
	transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
.navbar-collapse {
    padding:0px;
}
}




.whyus-style-1 {
    padding: 100px 0px 100px 0px;	
}
.whyus-text-wrapper {
	padding-right: 80px;
}
.whyus-text-wrapper .whyus-text-title {
	    font-family: 'GothamGreek-Black';
    font-size: 40px;
	    margin-bottom: 24px;
	color: #162b58;
}
.colored-detail {
	color:#e80f4c;
}
.whyus-text-wrapper .whyus-text-description {
margin-bottom:40px;
}
.whyus-iconbox-item {
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 23px;
	margin-right: 15px;
	  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.whyus-iconbox-item:hover {
	margin-right: 15px;
	 transform: translateX(15px);
}
.whyus-iconbox-icon {
	    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-right: 20px;
}
.whyus-iconbox-icon img {
    max-width: 48px;
    margin-top: 8px;
}
.whyus-iconbox-content {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.whyus-iconbox-content h3 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-family: 'GothamGreek-Bold';
    font-size: 21px;
    letter-spacing: -0.5px;
	color: #162b58;
}
.whyus-iconbox-content p {
	color:#272728;
}
.why-us-main-image {
	  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
-webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.facts-style-1 {
	    padding: 100px 0px 100px 0px;
}
.facts-style-1.background-overlay {
	background-attachment: fixed;
	background-color: #333333;
    background-image: url('https://xontriki.com.gr/wp-content/uploads/2022/07/bizios-company-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.facts-content {
	padding-right: 80px;
}
.facts-style-1 .facts-title {
	font-family: 'GothamGreek-Black';
    font-size: 40px;
    margin-bottom: 24px;
    color: #ffffff;
}
.facts-style-1 .facts-description {
	margin-bottom: 40px;
	color: #fff;
}
.facts-content-wrapper {
	z-index: 2;
    position: relative;
}
.facts-background-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
    background-image: linear-gradient(300deg, #e80f4c 28%, rgb(37 50 64) 15%);;
    opacity: 1;
}
.facts-numbers .fact-item {
	text-align: center;
}
.fact-item.col-md-3 {
	padding-right: 5px;
    padding-left: 5px;
}
.fact-item-content {
	margin-top: 10px;
}
.fact-item-content span {
    color: #fff;
    font-family: 'GothamGreek-Bold';
    font-size: 32px;
}
.fact-item-content h4 {
		color: #fff;
	margin-top: 3px;
	font-size: 16px;
}
.fact-item-icon img {
	max-height: 40px;
}
.services-style-1 {
	    padding: 100px 0px 100px 0px;
}
.services-subtitle {
	    color: #e80f4c;
    font-family: 'GothamGreek-Bold';
    font-size: 16px;
}
.services-intro p {
	margin-top: 20px;
}
.services-intro h2 {
	margin-top: 5px;
	    font-family: 'GothamGreek-Bold';
        font-size: 32px;
}
.services-more-link {
    color: #fff;
    background-color: #e80f4c;
    border-radius: 0px;
    padding: 20px 40px 20px 40px;
    margin-top: 10px;
    display: inline-block;
}
.services-more-link:visited {
    color: #fff;
}

.service-box-item {
	    padding: 30px;
    box-shadow: 0px 0px 30px 0px rgba(35, 25, 1, 0.1);
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	transition: transform 0.3s ease;
    transform: translateY(0px);
	margin-bottom:30px;
	background-color: #fff;
}
.service-box-item:hover {
	 transform: translateY(-15px);
	background-color: #33475c;
	color: #fff;
}
.service-icon-wrapper {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
}
.service-icon-wrapper img {
	margin-right: 20px;
	max-width:40px;
}
.service-content-wrapper h3 {
margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'GothamGreek-Bold';
}




.site-footer {
	background-color: #33475c;
	padding: 40px 0px 20px 0px;
}
.site-footer-infobar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 40px;
}
.footer-logo {
	text-align:center;
}
.footer-logo img {
	max-height: 45px;
	    margin-top: 11px;
}



.footer-contact-item {
    display: inline-block;
	margin-right: 30px;
}
span.h-icon {
    display: inline-block;
    color: #f58220;
    font-size: 32px;
}
.h-icon svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    overflow: visible;
    width: 1em;
}
.footer-contact-item p {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
  color: #e80f4c;
    margin: 11px 0;
}
.footer-contact-item p a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
		text-transform: none;
}
.footer-contact-item:last-child {
    margin-right: 0px;
}
.site-footer-contact-inner {
	float: right;
}
#footer-widgets {
	    margin-top: 60px;
	margin-bottom:80px;
}
.footer-widget-title {
	font-family: 'GothamGreek-Bold';
    color: #fff;
	margin-bottom: 20px;
	    font-size: 21px;
}
.footer-widget-about-us p {
	color: #fff;
    font-size: 15px;
    margin-right: 50px;
}
.social-icons-footer {
    padding-left: 0px;
    margin-bottom: 0px;
	margin-top: 15px;
}
.social-icons-footer li {
    background: #e80f4c;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.social-icons-footer li img {
    width: 100%;
}
.footer-link-list {
	padding-left:0px;
	list-style: none;
}
ul.footer-link-list li {
    padding-bottom: 15px;
}
ul.footer-link-list li svg {
    height: 11px;
    fill: #e80f4c;
}
ul.footer-link-list li span {
    margin-left: 10px;
    font-size: 15px;
    line-height: 11px;
    color: #fff;
}
#copyrights {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top:20px;
}
.site-developer-company {
	text-align:right;
}
.site-info span {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}
#topfeatured {
    padding: 180px 0px 180px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 60px;
    background-position: 0px -180px;
}
#topfeatured h1  {
	    font-family: 'GothamGreek-Bold';
    color: #fff;
    font-size: 40px;
}
.top-featured-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.site-branding img {
	max-height: 60px;
}


.lang-swit {
	    float: right;
	    margin-top: 15px;
}

.espab {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    width: auto;
}
.espab img {
    max-height: 40px;
    width: auto;
	max-width:100%;
}


.pojo-skip-link {
    position: absolute;
    top: -40px; /* Hides the link offscreen */
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 1000;
}

.pojo-skip-link:focus {
    top: 0; /* Makes the link visible when focused */
}