/*
Theme Name: noesis
Theme URI: http://mindrop.gr
Author: Mindrop digital agency
Author URI: http://umindrop.gr
Version: 1.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: 'pf_beausans_pro_light';
    src: url('fonts/pfbeausanspro-light-webfont.eot');
    src: url('fonts/pfbeausanspro-light-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/pfbeausanspro-light-webfont.woff2') format("woff2"), url('fonts/pfbeausanspro-light-webfont.woff') format("woff"), url('fonts/pfbeausanspro-light-webfont.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans_pro_bold';
    src: url('fonts/pfbeausanspro-bold-webfont.eot');
    src: url('fonts/pfbeausanspro-bold-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/pfbeausanspro-bold-webfont.woff2') format("woff2"), url('fonts/pfbeausanspro-bold-webfont.woff') format("woff"), url('fonts/pfbeausanspro-bold-webfont.ttf') format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans_pro_regular';
    src: url('fonts/pfbeausanspro-sebold-webfont.eot');
    src: url('fonts/pfbeausanspro-sebold-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/pfbeausanspro-sebold-webfont.woff2') format("woff2"), url('fonts/pfbeausanspro-sebold-webfont.woff') format("woff"), url('fonts/pfbeausanspro-sebold-webfont.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans_probbook';
    src: url('fonts/pfbeausanspro-book-webfont.eot');
    src: url('fonts/pfbeausanspro-book-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/pfbeausanspro-book-webfont.woff2') format("woff2"), url('fonts/pfbeausanspro-book-webfont.woff') format("woff"), url('fonts/pfbeausanspro-book-webfont.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}



body {
	overflow-x: hidden;
	font-family: 'pf_beausans_pro_light';
}

#top-bar-espa {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## news
--------------------------------------------------------------*/
.home #news article {
	min-height: 450px;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.home #topbar {
    background: transparent;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2);	
	padding: 8px;
	color: #fff;
}
#topbar {
background: #f58220;
    padding: 8px;
    color: #000;
    font-size: 12px;
}
#header-wrapper {
	border-bottom: solid 1px rgba(43,47,52,.1);	
	padding: 15px 0;
}
.home #header-wrapper {
	border-bottom: 1px solid rgba(237, 237, 237, 0.2);
}
.header-item:first-child {
    margin-right: 30px;
}
.header-item {
    display: inline-block;
}
.home span.h-icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 32px;
}
span.h-icon {
    display: inline-block;
    color: #f58220;
    font-size: 32px;
}
.home .header-item p {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin: 11px 0;
}
.home .header-item p a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.header-item p {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin: 11px 0;
}
.header-item p a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.home #site-menu-wrapper {
	    box-shadow: none;
}
#site-menu-wrapper {
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,.04);
}
#siteheader {
    position: relative;
    z-index: 2;
}
.home .siteheader-wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
	left: 0;
}
.navbar-default {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 0px 0 rgba(255,255,255,.25);
}
.home .navbar-default .navbar-nav>li>a {
    color: #f58220;
	font-family: 'pf_beausans_probbook';
    font-size: 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}

#home-slider {
	position: relative;
	    height: 800px;
    overflow: hidden;
}
#home-slider img {
	width: 100%;
}
#home-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top,transparent,rgba(0, 0, 0, 0.9));
    z-index: 1;
}
.h-icon svg {
	    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
	    overflow: visible;
	width: 1em;
}
#slider-separator {
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 500;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
	overflow: hidden;
}
#slider-separator svg {
	    width: 102%;
}

#welcome-home {
		background-color: #f7f7f7;
}

.welcome-home h1 {
	font-family: 'pf_beausans_pro_regular';
}
.welcome-home {
	padding-top: 40px;
    padding-bottom: 76px;
	text-align: center;
}
.welcome-home h1:after {
    background: #f48120 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    max-width: 65px;
    margin: 20px auto;
}
.welcome-homez p {
    padding-right: 11%;
    padding-left: 11%;
}
.container-services {
	padding-left: 0;
    padding-right: 0;
	width: 100%;
}
.container-services .row {
	width:100%;
	margin: 0;
}
.serv-col-1 {
	background-color: #002c60;
}
.serv-col-2 {
	background-color: #00387a;
}
.serv-col-3 {
	background-color: #1a5fb1;
}
.service-item-wrapper h2 {
	font-family: 'pf_beausans_pro_regular';
	    margin-bottom: 25px;
}
.service-item-wrapper a {
	border: 0;
    background: #f58220;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 24px;
    margin-bottom: 10px;
	margin-top: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s;
    font-size: 13px;
	    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
}
.service-item-wrapper {
	    padding-top: 6rem;
    padding-bottom: 6rem;
	    padding-left: 6rem;
    padding-right: 6rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon svg {
	height: 60px;
}
.service-item-wrapper h2, .service-item-wrapper p, .service-item-wrapper a {
color: #fff;
}
#home-services .col-md-4:hover {
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
}

#home-services .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
#home-services .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.service-item-wrapper {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	align-items: flex-start;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
#testimonials {
    padding-top: 60px;
    padding-bottom: 76px;
    text-align: center;
}
#testimonials h3 {
font-family: 'pf_beausans_pro_regular';
	font-size: 36px;
}

#testimonials h3:after {
    background: #f48120 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    max-width: 65px;
    margin: 20px auto;
}

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

#barespatop {
	width: 100%;
	background-color: #e5e5e5;
	padding: 20px;
	text-align: center;
}
#barespatop img {
	max-width: 90%;
}

#acp-toolbar p.acp-label {
font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #ffffff!important;
    background-color: #000;
}
#acp-toolbar {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: -680px;
    padding: 0 40px;
    width: 420px;
    overflow: hidden;
    pointer-events: none;
    background-color: black;
    background: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: arial, sans-serif;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
#acp-toolbar ul{
	
	            display:block;
	      }
	
#acp-toolbar ul,
#acp-toolbar a,
#acp-toolbar button,
#acp-toolbar p {
    font-size:      13px;
    line-height:    1.1;
    font-weight:    400;
    text-transform: none;
    color:          #fff;
}

.site-footer {
    min-height: 400px;
    background-color: #113b6d;
    border-top: 10px solid #092e5a;
	color: #fff;
}
.site-footer a:visited {
	color:#fff;
}
.footnewsletter {
    background: #092e5a;
    margin-top: 0px;
    padding-bottom: 10px;
}
.lettericon {
    margin-top: 37px;
    margin-bottom: 20px;
}
.newsletter-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 18px;
    margin-top: 0px;
    display: inline-block;
    padding-bottom: 8px;
    color: #fff;
}
.newsletter-title:after {
    width: 50px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    background: #f58220;
}
.ms-mail {
    width: 100%;
    background: #092e5a;
    font-size: 13px;
    color: #a9b7bf;
    border-radius: 30px;
    border: 2px solid #a9b7bf;
    padding: 12px 25px 12px 14px;
    margin-bottom: 10px;
}
.ms-subscribe {
    border: 0;
    background: #f58220;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 9px 17px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s;
    font-size: 13px;
}
.widzbox {
    margin-top: 37px;
    margin-bottom: 11px;
}
.footer-title {
    margin-bottom: 3px;
    margin-top: 10px;
}
.footer-title a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1;
    color: #f58220;
}
.footer-title a:visited {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1;
    color: #fff;
}
.footmenu {
    font-size: 14px;
    list-style: none outside none;
    margin-top: 0px;
    padding-left: 0px;
}
.footmenu li {
    margin-bottom: 3px;
}
.footmenu li a{
    color: #fff;
}
.address {
    font-size: 14px;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.43;
    margin-bottom: 0;
}
.phone {
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
}
.phone a {
	color: #fff;
}
.foothours {
    color: #fff;
}
#acp-toggle-toolbar{top:25px;}