/*
Theme Name:    Eole
Theme URI: 	   http://eole.lu
Author: 	   Frenchify
Author URI:    http://frenchify.fr/
Version:  	   1.0.4
License: 	   GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   eole
Tags: 		   two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description:   Adding support for language written in a Right To Left (RTL) direction is easy -
			   it's just a matter of overwriting all the horizontal positioning attributes
			   of your CSS stylesheet in a separate stylesheet file named rtl.css.
			   -- http://codex.wordpress.org/Right_to_Left_Language_Support --
*/
.header {
  padding-bottom: 0;
  padding-top: 0;
}
.header .address-info,
.header .contact-text-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .header .address-info,
  .header .contact-text-info {
    display: none;
  }
}
.header .logo {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .header .logo {
    padding-bottom: 0;
    text-align: center;
  }
}
.header .logo a {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.header .logo a img {
  max-width: 100%;
  width: 190px;
}
.header .time-info {
  display: inline-block;
  width: 295.66px;
  float: right;
  padding: 24px 20px;
  background: #074570;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .time-info {
    width: auto;
  }
}
@media (max-width: 767px) {
  .header .time-info {
    display: none;
  }
}
.header .time-info .icon {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
.header .time-info .icon img {
  width: 25px;
}
.header .time-info .contact-text {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navigation {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navigation #navigation {
    margin-left: -20px;
  }
}
.navigation #navigation > ul > li a {
  border: none;
}
.navigation .nav-btn {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .navigation .nav-btn {
    display: none;
  }
}
.navigation .nav-btn .btn {
  padding: 18px 20px 18px 20px;
  border-radius: 0;
  background: #0d4d7b;
}
.navigation .nav-btn .btn i {
  margin-left: 5px;
}
.page-header .page-section {
  padding: 0;
}
.page-header .page-section .page-description {
  padding-top: 108px;
  padding-bottom: 108px;
}
.page-header .page-section .page-description .page-subtitle {
  margin-top: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.page-header .page-section .page-top-image {
  margin-bottom: -115px;
  padding-top: 60px;
  text-align: center;
}
.page-header .page-section .page-top-image .top-image {
  width: 80%;
}
.service-widget .listnone li {
  line-height: 20px !important;
}
.service-widget .listnone li a {
  color: #115686;
}
.cta-info {
  top: 0;
}
.kc-feature-boxes .content-icon i {
  color: #115686;
}
.kc-feature-boxes .box-right {
  font-size: 13px;
}
.feature-block.noicon {
  background: #fff;
  text-align: center;
  padding: 20px !important;
}
.feature-block.noicon .feature-icon {
  display: none;
}
.feature-block.noicon img {
  width: 60%;
  height: auto;
}
.feature-block.noicon h3 {
  margin-top: 13px;
  font-size: 16px;
}
.highlight {
  color: #125687;
}
.full-image-no-margin-right-wrapper {
  padding-right: 0;
}
.full-image-no-margin-left-wrapper {
  padding-left: 0;
}
.full-image-no-margin-right {
  height: 348.45px;
}
.tiny-footer {
  background-color: #07456f;
  color: white;
}
.grey-list .fixit-list-style-ul li,
.»grey-list .fixit-list-style-ul li {
  color: #ccc;
}
.slider-captions {
  top: 50% !important;
  left: 15% !important;
  right: 15% !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) and (min-width: 768px) {
  .slider-captions {
    width: 80% !important;
    left: 10% !important;
    right: 10% !important;
  }
}
@media (min-width: 768px) {
  .home-centered-image {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.kc-owl-post-carousel .owl-item .list-item {
  box-shadow: none;
  padding: 8px;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px !important;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 2px !important;
}
