/* Generated by less 2.5.1 */
/*
Theme Name:   Bureau Schmatz
Description:  Aedes IT Onepage
Author:       AedesIT
Author URI:   http://www.aedesit.lu
Version:      1.4.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-op
*/
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/******************************************************************
***** Animations 
******************************************************************/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background: transparent url(img/brand-icon.svg) 0 0 no-repeat;
  z-index: 2;
}
.is-running .c-loader {
  display: block;
  /*-webkit-animation: tada 1s infinite ease-in-out;
    animation: tada 1s infinite ease-in-out;*/
}
@-webkit-keyframes fadeOut2 {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@media (max-width: 60em) {
  .p-transition--bp3-max {
    -webkit-backface-visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.p-transition {
  -webkit-backface-visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-transition--fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.p-transition--fadeindown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media (max-width: 60em) {
  .p-transition--fadeindown-bp3-max {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}
.p-transition--fadeinup {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.p-transition--fadeoutdown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.p-transition--fadedown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.p-transition--fadeoutup {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.p-transition--fadeinleft {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.p-transition--fadeinright {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.p-transition--delay-in-alpha {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-transition--delay-in-beta {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.p-transition--delay-in-35 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.p-transition--delay-in-45 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.is-running .p-transition--fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.is-running .p-transition--fadeinup {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.is-running .p-transition--fadeindown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@media (max-width: 60em) {
  .is-running .p-transition--fadeindown-bp3-max {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
}
.is-running .p-transition--fadedown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.is-running .p-transition--fadeinleft {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.is-running .p-transition--fadeinright {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.is-running .p-transition--delay-out-alpha {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.is-running .p-transition--delay-out-35 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.is-running .p-transition--delay-out-45 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* reset */
ul.ft-menu,
.ft-panel * {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  position: relative;
  text-align: left;
  font: normal normal 100% sans-serif;
}
ul.ft-menu {
  list-style: none;
}
ul.ft-menu > li.ft-field {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 30px;
  background: none !important;
  position: relative !important;
}
ul.ft-menu > li.ft-field > span.ft-label {
  cursor: pointer;
}
/*
ul.ft-menu > li.ft-field > span.ft-label:before { 
    font-family: "FiltrifyRegular"; 
    content: "t"; 
    display: inline-block; 
    *display: inline; 
	*zoom: 1;
    width: 20px;
}
ul.ft-menu > li.ft-field > span.ft-label:after { 
    font-size: 80%; 
    content: " \25bc"; 
}
ul.ft-menu > li.ft-field > span.ft-label.ft-active:before { 
    content: "T"; 
    color: #2D3743; 
}
ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after { 
    content: " \25b2"; 
}
*/
ul.ft-menu > li.ft-field > div.ft-panel {
  position: absolute;
  min-width: 200px;
  background-clip: padding-box;
  border: 5px solid #333333;
  border: 5px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 100%;
  margin-top: 15px;
  left: 50%;
  margin-left: -105px;
  z-index: 9999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
ul.ft-menu > li.ft-field > div.ft-panel:before,
ul.ft-menu > li.ft-field > div.ft-panel:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  left: 50%;
}
ul.ft-menu > li.ft-field > div.ft-panel:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.3);
  top: -15px;
  margin-left: -10px;
}
ul.ft-menu > li.ft-field > div.ft-panel:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F5F3EE;
  top: -8px;
  margin-left: -8px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
  padding: 10px 10px 13px 10px;
  background: #F5F3EE;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
  font-size: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 1px;
  cursor: pointer;
  padding: 0px 5px 1px 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #057ED0;
  border: 1px solid rgba(5, 126, 208, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: #019AD2;
  background: -webkit-linear-gradient(#33bcef, #019ad2);
  background: -moz-linear-gradient(#33bcef, #019ad2);
  background: -o-linear-gradient(#33bcef, #019ad2);
  background: -ms-linear-gradient(#33bcef, #019ad2);
  background: linear-gradient(#33bcef, #019ad2);
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
  content: " \00D7";
  color: white;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
  background: #33BCEF;
  background: -webkit-linear-gradient(#019ad2, #33bcef);
  background: -moz-linear-gradient(#019ad2, #33bcef);
  background: -o-linear-gradient(#019ad2, #33bcef);
  background: -ms-linear-gradient(#019ad2, #33bcef);
  background: linear-gradient(#019ad2, #33bcef);
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search {
  padding: 10px;
  background: #F5F3EE;
  background: -webkit-linear-gradient(#f5f3ee, #d0cdc9);
  background: -moz-linear-gradient(#f5f3ee, #d0cdc9);
  background: -o-linear-gradient(#f5f3ee, #d0cdc9);
  background: -ms-linear-gradient(#f5f3ee, #d0cdc9);
  background: linear-gradient(#f5f3ee, #d0cdc9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#F5F3EE", EndColorStr="#D0CDC9");
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
  font: normal normal 12px "FiltrifyRegular";
  content: "s";
  position: absolute;
  width: 20px;
  bottom: 15px;
  left: 18px;
  color: #BBB;
  text-shadow: none;
  z-index: 1;
}
ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input {
  outline: none;
  display: block;
  width: 140px;
  padding: 4px 10px 4px 25px;
  color: gray;
  background: white;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 0, 0, 0.3);
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags {
  position: relative !important;
  max-height: 200px !important;
  border-top: 1px solid #33373D;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li {
  font-size: 12px;
  border-bottom: 1px solid #33373D;
  box-shadow: inset 0 1px 0 0 #878e98;
  display: block;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 35px 8px 15px;
  cursor: pointer;
  background: #616975;
  background: -webkit-linear-gradient(#727a86, #505864);
  background: -moz-linear-gradient(#727a86, #505864);
  background: -o-linear-gradient(#727a86, #505864);
  background: -ms-linear-gradient(#727a86, #505864);
  background: linear-gradient(#727a86, #505864);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#727a86", EndColorStr="#505864");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after {
  content: attr(data-count);
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  padding: 3px 6px;
  color: white;
  background: #48515C;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26), 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight {
  border-bottom: 1px solid #103C56;
  box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  background: #35AFE3;
  background: -webkit-linear-gradient(#45c7eb, #2698db);
  background: -moz-linear-gradient(#45c7eb, #2698db);
  background: -o-linear-gradient(#45c7eb, #2698db);
  background: -ms-linear-gradient(#45c7eb, #2698db);
  background: linear-gradient(#45c7eb, #2698db);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#45c7eb", EndColorStr="#2698db");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
  background: -webkit-linear-gradient(#2698db, #45c7eb);
  background: -moz-linear-gradient(#2698db, #45c7eb);
  background: -o-linear-gradient(#2698db, #45c7eb);
  background: -ms-linear-gradient(#2698db, #45c7eb);
  background: linear-gradient(#2698db, #45c7eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#2698DB", EndColorStr="#45C7EB");
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
  background: #2173A1;
}
ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
  font-size: 11px;
  padding: 10px 15px;
  color: white;
  background: #555555;
  background: -webkit-linear-gradient(#555555, #333333);
  background: -moz-linear-gradient(#555555, #333333);
  background: -o-linear-gradient(#555555, #333333);
  background: -ms-linear-gradient(#555555, #333333);
  background: linear-gradient(#555555, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#555555", EndColorStr="#333333");
}
/* REQUIRED! */
.ft-hidden {
  display: none !important;
}
/* Custom webkit scrollbars */
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
  width: 10px;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: #DDD;
}
ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: #EEE;
}
/******************************************************************
***** Team
******************************************************************/
.at-section__title {
  margin: 20px 0 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
  margin-top: 20px;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.66667%;
  max-width: 16.66667%;
  min-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.28571%;
  max-width: 14.28571%;
  min-width: 14.28571%;
  -webkit-flex-basis: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -webkit-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.11111%;
  max-width: 11.11111%;
  min-width: 11.11111%;
  -webkit-flex-basis: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 118px;
  height: 118px;
  border-radius: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #313435;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.625rem;
}
.at-user__title,
.at-user__office,
.at-user__phone {
  color: #6F808A;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  padding: 0 15px;
  line-height: 2rem;
}
/*
.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #788D96;
}
*/
/******************************************************************
***** Header - Top
******************************************************************/
.header-top {
  border-top: 0px solid #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  border-left: 0px solid #e6e6e7;
  border-right: 0px solid #e6e6e7;
  background-color: #e7e8e9;
  color: #888e97;
  font-size: 0.9em;
  position: relative;
  z-index: 11;
}
.header-top ul.contact {
  margin: 0;
}
.header-top ul.contact li {
  padding: 10px 15px;
  border-left: solid 1px rgba(136, 142, 151, 0.1);
}
.header-top ul.contact li.lang-selector {
  border-left: solid 1px rgba(136, 142, 151, 0.1);
  background: #dadbdd;
}
.header-top ul.contact li.lang-selector a {
  color: #006b8f;
}
.header-top ul.contact li:last-child {
  border-right: solid 1px rgba(136, 142, 151, 0.1);
}
.header-top ul.contact li i {
  color: #006b8f;
  margin-right: 10px;
}
.header-top ul.contact li a {
  color: #888e97;
}
.header-top ul.contact li a:hover {
  color: #61666e;
}
.memberof img {
  margin-bottom: 50px;
}
/******************************************************************
***** Mixins 
******************************************************************/
/******************************************************************
***** Main Navigation
******************************************************************/
.navbar.affix .navbar-nav li a {
  color: #4B4B4C;
}
@media (min-width: 768px) {
  .navbar-nav li a {
    color: #828081;
  }
  .navbar-nav li:after {
    border-top: 2px solid #006b8f;
  }
  .navbar.affix .navbar-nav li > a:hover,
  .navbar.affix .navbar-nav .active > a {
    color: #006b8f;
  }
}
/******************************************************************
***** Master Head
******************************************************************/
/******************************************************************
***** Share Buttons notirication
******************************************************************/
.share-notification a {
  color: #006b8f;
}
.share-notification a:hover {
  color: #61666e;
}
/******************************************************************
***** Goto Top Button
******************************************************************/
.cd-top {
  color: #FFF;
  background: #006b8f;
}
/******************************************************************
***** Bootstrap pagination
******************************************************************/
.list-group {
  margin-bottom: 30px;
}
/******************************************************************
***** Bootstrap Tabs
******************************************************************/
.nav-tabs {
  border-bottom: 1px solid #7a7d85;
}
.nav-tabs > li > a {
  color: #7a7d85;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #4c4f55;
  border: 1px solid #7a7d85;
  border-bottom-color: transparent;
}
.tab-content {
  border-left: 1px solid #7a7d85;
  border-bottom: 1px solid #7a7d85;
  border-right: 1px solid #7a7d85;
}
.tab-content > .tab-pane {
  padding: 15px;
}
.tab-contact .form-control {
  background: #5e6066;
  border-color: #5e6066;
  height: 40px;
}
.tab-contact .form-control:focus {
  border-color: #5e6066;
}
.tab-contact .btn-smart {
  height: 40px;
  padding: 12px 10px 15px 15px;
}
.tab-contact .btn-primary {
  background: #2e2f34;
  border: 1px solid #2e2f34;
}
/******************************************************************
***** Bootstrap pagination
******************************************************************/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #006b8f;
  border-color: #006b8f;
}
.pagination > li > a,
.pagination > li > span {
  color: rgba(136, 142, 151, 0.5);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: rgba(136, 142, 151, 0.7);
  background: #f6f6f6;
}
/******************************************************************
***** Bootstrap List Group
******************************************************************/
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-submenu .list-group-item {
  padding-left: 35px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  /*margin-bottom: -1px;*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/******************************************************************
***** Bootstrap Dropdown Menu
******************************************************************/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
}
/******************************************************************
***** Bootstrap Panels
******************************************************************/
.panel-primary {
  border-color: #61666e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #61666e;
  border-color: #61666e;
}
/******************************************************************
***** Bootstrap Media
******************************************************************/
.partners .row {
  padding: 30px;
}
.partners .row:nth-child(odd) {
  background-color: #f7f7f7;
}
.partners .row .img {
  width: 160px;
}
.partners .row .col-md-3 {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .partners .row {
    padding: 30px 0;
  }
}
/******************************************************************
***** Bootsrap Overlay
******************************************************************/
.close:hover,
.close:focus {
  color: #006b8f;
}
/******************************************************************
***** Form composants
******************************************************************/
.b-primary {
  border-color: #006b8f;
}
.form-horizontal .control-label {
  color: #909090;
}
.form-control,
textarea.form-control {
  color: #9F9F9F;
  border-radius: 30px;
}
.form-control:focus {
  border-color: #006b8f;
}
.form#contact-form {
  margin-bottom: 30px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: inherit;
}
/******************************************************************
***** Section footerteaser
******************************************************************/
.section-footerteaser .h1 {
  color: #006b8f;
}
/******************************************************************
***** Section colors
******************************************************************/
.section-bg-grey1 {
  background: #4c4f55;
  color: #fff;
}
.section-bg-grey1 a {
  color: #00a4dc;
}
.section-bg-grey1 .h4 {
  color: #00a4dc;
  font-weight: normal;
}
/******************************************************************
***** Section Newsletter
******************************************************************/
.section-newsletter {
  background: url("img/newsletter-bg.jpg") center center no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
}
.section-newsletter .h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 29px;
}
/******************************************************************
***** Section Home presentation
******************************************************************/
.row-places,
.section-presentation .list-unstyled {
  font-size: 18px;
  color: #000;
}
.row-places i,
.section-presentation .list-unstyled i {
  margin-right: 5px;
}
.row-places > div.col-md-7:last-child,
.section-presentation .list-unstyled > div.col-md-7:last-child {
  color: #006b8f;
}
.section-presentation .list-unstyled {
  color: #006b8f;
}
.section-presentation .title-brand {
  background: url("img/brand-icon.svg") 0 10px no-repeat;
  background-size: 40px 40px;
  padding-left: 60px;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 30px;
  font-style: italic;
  color: #888e97;
}
.section-presentation .title-brand span {
  font-size: 29px;
  color: #006b8f;
  font-weight: bold;
  font-style: normal;
}
/******************************************************************
***** Section Contact
******************************************************************/
.contacts.section .fa {
  color: #006b8f;
}
/******************************************************************
***** Section Footer
******************************************************************/
.social a {
  color: #C2C2C2;
}
.social a:hover {
  color: #006b8f;
}
/******************************************************************
***** Blog Single
******************************************************************/
.single .blog-gallery a {
  border: solid 10px #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.single .blog-gallery a:hover {
  border: solid 10px #61666e;
}
.page-content img {
  max-width: 100%;
  height: auto;
}
/******************************************************************
***** Aside (Sidebar)
******************************************************************/
aside h3,
aside .h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
aside h3:first-child,
aside .h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  aside.sidebar {
    margin-top: 30px;
  }
}
/******************************************************************
***** Affix
******************************************************************/
.affix {
  top: 150px;
}
.affix,
.affix-bottom {
  width: 213px;
}
.affix-bottom {
  position: absolute;
}
@media (min-width: 1200px) {
  .affix,
  .affix-bottom {
    width: 262.5px;
  }
}
/******************************************************************
***** OWL Carousel 
******************************************************************/
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #006b8f;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #61666e;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #006b8f;
  color: #fff;
}
/******************************************************************
***** swipebox
******************************************************************/
#swipebox-overlay {
  background: linear-gradient(125deg, rgba(97, 102, 110, 0.9), rgba(0, 61, 82, 0.8));
  background-size: 200% 200%;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95;
}
/*-------------------------------------------------------------------------------
  Goto Top
-------------------------------------------------------------------------------*/
.cd-top {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 42px;
  position: fixed;
  bottom: 16px;
  right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
  background: #ee8c4e;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-size: 26px;
  z-index: 100;
  border-radius: 0;
}
.cd-top:hover,
.cd-top:focus {
  background: #006b8f;
  color: #fff;
}
.no-mobile .cd-top:hover,
.no-mobile .cd-top:focus {
  background: #006b8f;
  color: #fff;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  opacity: 1;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.cd-top.cd-fade-out:hover {
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 52px;
    line-height: 52px;
    width: 52px;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.panel-primary {
  border-color: #22344d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #22344d;
  border-color: #22344d;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 15px;
  }
}
/******************************************************************
***** General
******************************************************************/
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.52;
  color: #61666e;
}
b,
strong {
  color: #888e97;
}
/*
::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: @color1;
}
*/
::selection {
  background-color: #006b8f;
  color: #fff;
}
-webkit-::selection {
  background-color: #006b8f;
  color: #fff;
}
::-moz-selection {
  background-color: #006b8f;
  color: #fff;
}
/******************************************************************
***** Loader
******************************************************************/
.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #f6f6f6, #ffffff);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 8s ease infinite;
  -moz-animation: AnimationName 8s ease infinite;
  animation: AnimationName 8s ease infinite;
}
.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/******************************************************************
***** Typographie
******************************************************************/
h1,
.h1 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 30px 0;
}
h2,
.h2 {
  position: relative;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 600;
  color: #006b8f;
  margin-top: 30px;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-size: 1.3em;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #888e97;
}
h4,
.h4 {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 700;
  color: #4B4B4C;
  margin: 0;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: rgba(255, 255, 255, 0.5);
}
/*
.border-1-left{
    padding-left: 20px;
    border-left: solid 2px #ee8c4e;
}
.border-1-right{
    padding-right: 20px;
    border-right: solid 2px #ee8c4e;
}
.border-2-left{
	padding-left:20px;
	border-left:solid 2px #ab1322;
}
.border-2-right{
    padding-right: 20px;
    border-right: solid 2px #ab1322;
}

@media (max-width: 767px) {
	.border-1-right{
	    padding-right: 0;
        border-right:none;
        text-align:left;
        padding-left: 20px;
        border-left: solid 2px #ee8c4e;
    }
    .border-2-right{
        padding-right: 0;
        border-right:none;
        text-align:left;
        padding-left: 20px;
        border-left: solid 2px #ab1322;
    }
}
*/
.margin-top-0 {
  margin-top: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
ul,
ol {
  margin: 10px 0 0;
}
.inline-list li {
  margin-right: 20px;
}
p {
  margin: 10px 0 0;
}
blockquote {
  margin: 20px 0 20px 0;
  font-size: inherit;
  border-left: 3px solid #D4B068;
}
a {
  cursor: pointer;
  color: #006b8f;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover,
a:focus {
  color: #61666e;
  outline: none;
  text-decoration: none;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: #888e97;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
/******************************************************************
***** Section IBP
******************************************************************/
.form-ibp {
  margin-bottom: 60px;
}
/******************************************************************
***** Section Contact
******************************************************************/
.section-contact .brand {
  text-align: left ;
  margin-bottom: 30px;
}
.section-contact .brand .brand-img-white {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .section-contact {
    text-align: center;
  }
  .section-contact .h3 {
    display: none;
  }
  .section-contact .brand {
    text-align: center ;
  }
  .section-contact .brand .brand-img-white {
    width: 80%;
    height: auto;
  }
}
/******************************************************************
***** Boutons
******************************************************************/
.btn {
  position: relative;
  display: inline-block;
  border: 1px solid #1a9a93;
  padding: 15px 42px 15px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn:focus {
  outline: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .fa {
  font-size: 1.3em;
  margin-right: 15px;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn:hover .fa {
  color: #fff;
}
.btn-smart {
  padding: 15px 20px 15px;
}
.btn-smart .fa {
  margin-right: 10px;
  margin-left: 0;
}
.btn-primary {
  background: #00a4dc;
  border: 1px solid #00a4dc;
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: #ee8c4e;
  background-color: #ee8c4e;
  color: #fff;
}
.btn-secondary {
  background: #ee8c4e;
  border-color: #ee8c4e;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #61666e;
  background-color: #61666e;
  color: #fff;
}
.btn-transparent {
  color: #000;
  border-color: #000;
  background-color: transparent;
  font-weight: 400;
}
.btn-transparent.btn-inverse {
  color: #fff;
  border-color: #fff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.btn-inverse:hover,
.btn-transparent.btn-inverse:focus {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn-transparent:hover i,
.btn-transparent:focus i,
.btn-transparent.btn-inverse:hover i,
.btn-transparent.btn-inverse:focus i {
  color: #000;
}
.btn-light {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}
.btn-light:hover,
.btn-light:focus {
  border-color: #ee8c4e;
  background-color: #ee8c4e;
  color: #fff;
}
.btn-b-white {
  color: #fff;
  border-color: #fff;
}
.btn-b-white:hover,
.btn-b-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #1a9a93;
}
.btn-sm {
  padding: 5px 20px 5px;
  line-height: 25px;
  height: inherit;
}
.btn-link {
  /*height:45px;
    line-height:45px;
    width:45px;
    padding: 0;*/
}
.btn-link .fa {
  margin-right: 0;
  margin-left: 0;
}
.btn-link.btn-round {
  background: #5e6066;
  border-color: #5e6066;
  color: #fff;
}
.btn-stocked {
  color: #006b8f;
}
/******************************************************************
***** Formulaire & champs
******************************************************************/
.form-control,
textarea.form-control {
  height: 50px;
  color: #9F9F9F;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding-left: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.form-control:focus,
textarea.form-control:focus {
  border-color: #1a9a93;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  height: 250px;
  padding-top: 14px;
  border-radius: 0;
  resize: none;
}
.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}
.form-control::-webkit-input-placeholder {
  color: #9f9f9f;
}
.form-control.error {
  /*border-bottom: 1px solid #D99675;*/
  background: rgba(97, 102, 110, 0.1);
}
.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
label.error {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 20px 0;
}
label.error .fa {
  margin-right: 4px;
}
.b-primary {
  border-color: #1a9a93;
}
.section:nth-child(odd) .form .contact-form-thanks {
  background: rgba(255, 255, 255, 0.9);
}
.form .form-thanks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  color: #3c763d;
}
.form .form-thanks .form-thanks-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form .form-thanks .h3 {
  font-size: 16px;
  color: #000;
}
.form .form-thanks .form-thanks-success {
  display: none;
}
.form .form-thanks .form-thanks-close {
  text-decoration: underline;
  cursor: pointer;
}
.form .form-thanks .form-thanks-close:hover {
  text-decoration: none;
}
div.fancy-select {
  position: relative;
  color: #46565D;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  border-radius: 0;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99A5BE;
  border: 1px solid #99A5BE;
  border-top-color: #A5B2CB;
  color: #4B5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 0.6s ease 0s;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px;
}
div.fancy-select div.trigger.open {
  /*background: #4A5368;
	border: 1px solid #475062;
	color: #7A8498;*/
  box-shadow: none;
}
div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62C8BF;
  border-radius: 0;
  border-top: 1px solid #7DD8D2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  transition: all 0.3s ease 0s;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: all 0.4s ease 0s;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: all 0.3s ease 0s;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: all 0.3s ease 0s;
}
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
div.fancy-select ul.options li.selected {
  background: #FF6548;
  color: #ffffff;
}
div.fancy-select ul.options li.hover {
  color: #fff;
}
div.fancy-select ul.options {
  padding-left: 0;
  max-height: none;
  z-index: 9999;
  top: 70px;
  width: 100%;
  background: #f2f2f2;
  border-top: none;
}
div.fancy-select ul.options.open {
  top: 55px;
}
div.fancy-select ul.options li {
  color: #2e363a;
}
div.fancy-select ul.options li.selected,
div.fancy-select ul.options li:hover {
  background: #FF6548;
  color: #fff;
}
div.fancy-select div.trigger {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  color: #909090;
  font-size: 15px;
  padding: 0 22px;
  border: none;
  line-height: 50px;
}
div.fancy-select div.trigger::after {
  top: 25px;
}
div.fancy-select div.trigger:after {
  border: none;
  content: "\f0d7";
  color: #FF6548;
  font-family: FontAwesome;
  font-size: 15px;
  top: 0;
  right: 20px;
}
div.fancy-select div.trigger.open:after {
  content: "\f0d8";
}
div.fancy-select select:focus + div.trigger {
  /*background: #5b6b73;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}
/******************************************************************
***** Layout
******************************************************************/
.layout {
  overflow: hidden;
}
.section-gray {
  background-color: #f7f7f7;
}
.section,
.section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-sm {
  padding: 100px 0;
}
.section-title {
  margin: 0 0 15px 0;
}
.icon-title {
  margin-bottom: 20px;
}
.banner-title {
  font-size: 34px;
  margin: 0 0 15px 0;
}
.section-body {
  margin-top: 80px;
}
.section-contact-infos {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E1E1E1;
}
.section-content {
  margin-top: 50px;
  margin-left: 25px;
  margin-right: 25px;
}
.section_unique_service .section-content {
  text-align: left;
}
.top-space {
  margin-top: 25px;
}
.top-base {
  margin-top: 50px;
}
.masked {
  position: relative;
  z-index: 0;
}
.masked:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 107, 143, 0.8);
  /*background-size: 200% 200%;
    	
    	-webkit-animation: AnimationName 10s ease infinite;
    	-moz-animation: AnimationName 10s ease infinite;
    	animation: AnimationName 10s ease infinite;*/
}
.masked > div {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 88%;
  }
  50% {
    background-position: 100% 13%;
  }
  100% {
    background-position: 0% 88%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 88%;
  }
  50% {
    background-position: 100% 13%;
  }
  100% {
    background-position: 0% 88%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 88%;
  }
  50% {
    background-position: 100% 13%;
  }
  100% {
    background-position: 0% 88%;
  }
}
.image:hover:after {
  opacity: 0.5;
}
.rel-1 {
  position: relative;
  z-index: 1;
}
.mobile * {
  background-attachment: scroll!important;
}
@media (max-width: 767px) {
  .section,
  .section-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/******************************************************************
***** Navigation principale
******************************************************************/
.admin-bar .navbar {
  top: 73px;
}
.navbar {
  position: absolute;
  z-index: 10;
  top: 41px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: padding 0.5s ease-out;
  -moz-transition: padding 0.5s ease-out;
  -ms-transition: padding 0.5s ease-out;
  -o-transition: padding 0.5s ease-out;
}
.navbar-toggle {
  margin-top: 20px;
}
.navbar-toggle .icon-bar {
  background-color: #61666e;
  height: 2px;
  width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}
@media (max-height: 320px) {
  .navbar .navbar-collapse {
    max-height: 240px;
  }
}
.brand {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  /*
    .brand-img{
        display: none;
        width:250px;
        height:56px;
        margin-top: 0;
    }*/
}
.brand:hover,
.brand:focus {
  text-decoration: none;
}
.brand img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.brand .brand-img-white {
  display: inline-block;
  width: 180px;
  height: auto;
}
/* 2.2 Navigation */
.navbar-nav {
  padding-top: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.navbar-nav li {
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background-color: transparent;
}
.navbar-nav li.active > a,
.navbar-nav li.current-post-ancestor > a,
.navbar-nav li.current_page_parent > a,
.navbar-nav li.current-menu-ancestor > a {
  background-color: transparent;
  color: #006b8f;
}
.navbar-nav li.active > a:hover,
.navbar-nav li.current-post-ancestor > a:hover,
.navbar-nav li.current_page_parent > a:hover,
.navbar-nav li.current-menu-ancestor > a:hover,
.navbar-nav li.active > a:focus,
.navbar-nav li.current-post-ancestor > a:focus,
.navbar-nav li.current_page_parent > a:focus,
.navbar-nav li.current-menu-ancestor > a:focus {
  color: #006b8f;
}
.navbar-nav li ul {
  font-size: 14px;
}
.navbar-nav li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-nav li li:last-child {
  border-bottom: 0;
}
.navbar-nav li li a {
  display: block;
  padding: 15px 20px;
  color: #adadad;
}
.navbar-nav li li a .fa {
  margin-right: 10px;
}
.navbar-nav li li:hover,
.navbar-nav li li.current-post-ancestor > a {
  z-index: 1;
}
.navbar-nav li li:hover > ul,
.navbar-nav li li.current-post-ancestor > a > ul {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
@media (max-width: 767px) {
  .brand .brand-img-white {
    width: 220px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .brand .brand-img {
    width: 200px;
    margin-top: 0;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .navbar-toggle.collapsed .icon-bar {
    background-color: #006b8f;
  }
}
/******************************************************************
***** Navigation principale Affix
******************************************************************/
.admin-bar .navbar.affix {
  top: 32px;
}
.navbar.affix {
  position: fixed;
  top: 0;
  /*background-color: fade(@navbar-affix-bg, 95%);*/
  padding: 10px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  /*
    .brand-img{
        display: inline-block;
    }
    */
}
.navbar.affix .brand-img-white {
  width: 180px;
  height: 67.94px;
}
.navbar.affix .navbar-nav {
  /*padding-top: 18px;*/
}
.navbar.affix .navbar-nav li a {
  color: #4B4B4C;
}
.navbar.affix .navbar-nav > li > a:hover,
.navbar.affix .navbar-nav > .active > a,
.navbar.affix .navbar-nav > .current-post-ancestor > a,
.navbar.affix .navbar-nav > .current_page_parent > a,
.navbar.affix .navbar-nav > .current-menu-ancestor > a {
  color: #006b8f;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.navbar.affix .navbar-toggle.collapsed .icon-bar {
  background-color: #006b8f;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .navbar.affix .navbar-nav {
    padding-top: 18px;
  }
}
/******************************************************************
***** BX Slider
******************************************************************/
.bxslider .bxslider-caption {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
}
.bxslider .bxslider-caption:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
  background: linear-gradient(125deg, rgba(0, 107, 143, 0.8), rgba(0, 180, 240, 0.85));
}
.bxslider .bxslider-caption h1,
.bxslider .bxslider-caption .h1 {
  font-size: 33px;
  line-height: 1.2em;
  /* padding: 10px 10px 10px 30px; */
  margin-bottom: 5px;
}
.bxslider .bxslider-caption h2,
.bxslider .bxslider-caption .h2 {
  font-size: inherit;
  font-weight: normal;
  color: #fff;
  margin-top: 15px;
}
.bxslider .bxslider-caption .btn {
  margin: 0 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 56%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 62px;
  line-height: 62px;
  text-indent: inherit;
  text-centerz-index: 3;
  color: #fff;
  font: normal normal normal 55px/1 FontAwesome;
}
.bx-wrapper .bx-controls-direction a:before {
  line-height: 62px;
  width: 100%;
  display: block;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.bx-wrapper .bx-next {
  right: 10px;
  background: none;
}
.bx-wrapper .bx-next:before {
  content: '\f105';
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: none;
}
.bx-wrapper .bx-prev:before {
  content: '\f104';
}
@media (max-width: 767px) {
  .bxslider > div {
    padding-top: 94px;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bxslider .bxslider-caption h1,
  .bxslider .bxslider-caption .h1 {
    padding: 10px 10px 10px 20px;
    font-size: 25px;
  }
  .bxslider .bxslider-caption h2,
  .bxslider .bxslider-caption .h2 {
    margin-right: 0;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
  }
  .bxslider .bxslider-caption .btn {
    display: block;
    margin-bottom: 20px;
  }
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 20px;
  }
}
/******************************************************************
***** MixItUp
******************************************************************/
#teamContainer .mix {
  display: none;
}
/******************************************************************
***** Teaser Homepage
******************************************************************/
.section-teasers .teaser-item {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 45px 35px;
  color: rgba(255, 255, 255, 0.7);
}
.section-teasers .teaser-item:nth-child(1) {
  background: linear-gradient(125deg, #006b8f, #007ea9);
}
.section-teasers .teaser-item:nth-child(2) {
  background: linear-gradient(125deg, #008ab8, #0091c2);
}
.section-teasers .teaser-item:nth-child(3) {
  background: linear-gradient(125deg, #007399, #007ea9);
}
.section-teasers .teaser-item:nth-child(4) {
  background: linear-gradient(125deg, #0091c2, #00a4dc);
}
.section-teasers .teaser-item .h1 {
  color: #ffffff;
}
.section-teasers .teaser-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.section-teasers .teaser-item a {
  color: #ffffff;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.section-teasers .teaser-item a:hover {
  color: #fff;
}
.get-call-back-contain h2 {
  margin-top: 0;
}
.masthead {
  background-size: cover !important;
}
.masthead {
  background-color: #4c4f55;
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: center center;
  /*background-image: url('img/01-home-slide-item-2-1600x770.jpg');
    background-image: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/confectionary.png");*/
}
/*
.masthead.masked:after{
    background: rgba(56, 60, 75, 0.9);
}*/
.masthead-video.masked:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.video {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.opener {
  color: #fff;
  padding: 190px 0 50px;
}
.opener h1 {
  margin-bottom: 0;
}
.blog-single .opener {
  padding: 190px 0 90px;
}
.blog-single .opener h1 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .opener,
  .blog-single .opener {
    padding-top: 150px;
  }
}
/******************************************************************
***** Blog list
******************************************************************/
.blog-thumbnail {
  margin-bottom: 40px;
  border: solid 10px #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.section_blog li article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f6f6f6;
}
.section_blog li:last-child article {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-item-wrapper .blog-item {
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.blog-item-wrapper .blog-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.blog-item-wrapper .blog-item .blog-item-caption {
  padding: 30px;
}
.blog-item-wrapper .blog-item .blog-item-caption h3 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .blog-thumbnail {
    border: none;
  }
  .blog-item-wrapper .blog-item {
    margin-bottom: 25px;
  }
}
/******************************************************************
***** Blog Single
******************************************************************/
.blog-single .blog-thumbnail {
  margin-top: -140px;
}
.blog-single .panel {
  margin-top: 30px;
}
.blog-single .blog-gallery {
  margin-top: 30px;
}
.blog-single .blog-gallery a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border: solid 10px #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.lead {
  font-size: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
.lead-text {
  opacity: 0.7;
}
.lead-controls {
  margin-top: 20px;
}
.lead-controls a {
  margin-top: 20px;
  vertical-align: middle;
}
.play-home {
  font-size: 15px;
  display: inline-block;
}
.btn-lead {
  margin-right: 20px;
}
.play-home:hover {
  text-decoration: none;
}
.play-home .fa {
  padding: 1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 50px;
}
.content {
  /*position: relative;*/
}
/******************************************************************
***** Section contact d'urgence
******************************************************************/
.section-quickcontact {
  background: url("img/prices.jpg") center -300px no-repeat;
  background-size: cover;
}
.section-quickcontact .row {
  position: relative;
  z-index: 10;
}
.section-quickcontact h2,
.section-quickcontact .h2 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .section-quickcontact {
    background-position: center center;
  }
}
.section-dark {
  position: relative;
}
.section-dark:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgba(56, 60, 75, 0.9);
}
.section-dark h2,
.section-dark .h2 {
  color: #ffffff;
}
/* ------------------------------------------------------------------------------- */
/*  4. Partners
/* ------------------------------------------------------------------------------- */
/*
.partners{
  text-align: center;
  padding: 40px 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: -20px;
}

.partner{
  opacity: 0.4;
  padding: 0 65px;
}

.partner img{
  margin:0 auto;
}

*/
.owl-partner-controls {
  position: relative;
  z-index: 2;
  margin-top: 2px;
}
.owl-partner-controls a {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #888e97;
}
.owl-partner-controls a:hover {
  background: #006b8f;
}
.partner-item {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
}
.partner-item:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
/* 4.1 Owl carousel */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.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;
  margin-top: 40px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  /*border:solid 1px #ebebeb;*/
  padding: 10px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1a9a93;
}
@media all and (max-width: 767px) {
  .owl-theme .owl-controls {
    margin-top: 25px;
  }
}
.news-carousel .item {
  padding: 0 20px;
}
/* ------------------------------------------------------------------------------- */
/*  5. About
/* ------------------------------------------------------------------------------- */
.row-columns {
  margin-top: -50px;
}
.column {
  margin-top: 50px;
}
/* 5.1 Product */
.animatePhone {
  -webkit-animation-name: animatePhone;
  animation-name: animatePhone;
}
@-webkit-keyframes animatePhone {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-80deg) translateZ(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateZ(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes animatePhone {
  0% {
    opacity: 0;
    transform: rotateX(-80deg) translateZ(0px);
  }
  50% {
    transform: rotateX(0deg) translateZ(0px);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/* 5.2 Charts */
.col-pie {
  display: inline-block;
}
.chart {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  color: #4d606f;
}
.chart-content {
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  text-align: center;
}
.chart-title {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 7px;
}
.chart-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #323c46;
}
.line {
  display: block;
  width: 40px;
  margin: 12px auto;
  border-radius: 3px;
  border-top: 3px solid #1a9a93;
}
.chart-type {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
/* 5.3 Video section */
.video-section {
  background: url(../img/bg/video-section.jpg) 0 0 no-repeat;
  background-size: cover;
}
.video-section .play {
  margin-bottom: 30px;
}
.play {
  display: inline-block;
}
.play .fa {
  padding: 1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.play:hover {
  text-decoration: none;
}
/* 5.4 Magnific popup */
.mfp-figure {
  box-shadow: none;
}
.mfp-iframe-scaler {
  overflow: visible;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}
img.mfp-img {
  min-height: 220px;
}
.mfp-bottom-bar {
  margin-top: -30px;
}
.mfp-title {
  font-size: 20px;
  color: #D4B068;
}
.mfp-bg {
  background-color: #000;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}
.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
}
.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ------------------------------------------------------------------------------- */
/*  6. Features
/* ------------------------------------------------------------------------------- */
.feature-img {
  margin: 0 auto;
  max-width: 100%;
}
/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */
.review {
  padding: 0 20px;
}
.review .fa {
  font-size: 1.5em;
  margin: 15px 0;
}
/* ------------------------------------------------------------------------------- */
/*  8. Prices
/* ------------------------------------------------------------------------------- */
.prices {
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}
.col-price {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  position: relative;
  padding: 7px;
  text-align: center;
}
.price-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.price-inner {
  padding-bottom: 40px;
}
.price-title {
  padding: 20px;
  margin-bottom: 0;
}
.price {
  padding: 40px 0;
  line-height: 1;
  color: #000;
  background-color: #DEDEDE;
}
.price-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
}
.price-amount {
  font-size: 60px;
}
.price-delimiter {
  font-size: 40px;
  font-weight: 300;
}
.price-period {
  font-size: 20px;
}
.price-features {
  padding: 30px 0;
}
.price-features ul {
  margin-top: 0;
}
.price-features ul li {
  padding: 8px 0;
}
.col-price.leading {
  z-index: 1;
}
.col-price.leading .price {
  color: #fff;
  background-color: #1a9a93;
}
/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */
.contacts.section {
  padding-bottom: 0;
}
.col-contact:first-child {
  border-left: 0;
}
.contacts.section h3 {
  color: #000;
  font-size: 17px;
}
.contacts.section .fa {
  color: #1a9a93;
}
.map {
  width: 100%;
  height: 450px;
  border: 0;
  text-align: center;
}
.map-info {
  text-align: left;
}
.map-address {
  display: block;
  margin-top: 20px;
  width: 230px;
}
.map-address-row {
  margin-bottom: 10px;
  overflow: hidden;
}
.map-address-row .fa {
  font-size: 16px;
  padding: 2px 1px 1px;
  float: left;
  width: 25px;
}
.map-address-row .text {
  display: block;
  overflow: hidden;
}
.gmap-open {
  margin-top: 15px;
}
/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */
.footer {
  padding: 60px 0;
  background: #40444a;
  color: #92959a;
}
.footer .social {
  margin-bottom: 30px;
}
.footer .social a {
  display: inline-block;
  padding: 1px;
  margin: 0 15px;
  color: #C2C2C2;
}
.footer .social a:hover {
  color: #006b8f;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* ------------------------------------------------------------------------------- */
/*  11. Modals
/* ------------------------------------------------------------------------------- */
body:not(.modal-open) {
  padding-right: 0!important;
}
.modal {
  color: #909090;
  /*text-align: center;*/
}
.modal .form-control {
  /*border:0;*/
}
.modal label.error {
  color: #fff;
}
/*.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
    border:0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform:  rotateX(60deg);
      -ms-transform:  rotateX(60deg);
       -o-transform:  rotateX(60deg);
          transform:  rotateX(60deg);
    -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
    opacity: 1;
    webkit-transform: translateZ(0) rotateX(0);
      -ms-transform: translateZ(0) rotateX(0);
       -o-transform: translateZ(0) rotateX(0);
          transform: translateZ(0) rotateX(0);
}*/
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin: 25px auto;
}
.modal-content {
  background-color: #fff;
  border: 0;
  padding: 20px 30px 20px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  min-height: 0;
  text-align: center;
  /*margin:-20px -30px 20px;
	background-size:cover;
	background-position: 50%;
	padding:30px 15px;
	color:#FFF;*/
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.close {
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #909090;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.close:hover,
.close:focus {
  color: #ee8c4e;
  opacity: 1;
  filter: alpha(opacity=1);
}
.modal-content .close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  font-size: 40px;
}
.modal-title {
  font-size: 25px;
  color: #000;
}
.modal-title,
.modal-title i {
  font-weight: normal;
}
.modal-subtitle {
  font-size: 16px;
  font-weight: 300;
}
.modal-body {
  padding: 0;
}
.modal-body .form-group {
  margin-bottom: 30px;
}
.modal-message .modal-content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.modal-footer {
  margin-top: 30px;
  text-align: left;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .modal-footer .btn:first-child {
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */
/* 12.1 Max width 767px */
@media (max-width: 767px) {
  /* Content styles */
  .top-space-sm {
    margin-top: 25px;
  }
}
/* 12.2 Min width 768px */
@media (min-width: 768px) {
  /* Typography */
  h1,
  .h1 {
    font-size: 30px;
  }
  /* Content styles*/
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-lg {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  /* Home */
  .opener {
    /* padding: 240px 0 160px;*/
  }
  /* Navigation */
  .navbar-nav {
    margin-top: 39px;
  }
  .navbar.affix .navbar-nav {
    margin-top: 22px;
  }
  .navbar-nav > li {
    border-bottom: 0;
    margin-left: 25px;
  }
  .navbar-nav li a {
    position: relative;
    padding: 10px 0;
    color: #828081;
    font-weight: 600;
  }
  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover,
  .navbar-nav .current-post-ancestor > a,
  .navbar-nav .current-post-ancestor > a:hover {
    color: #006b8f;
    background-color: transparent;
  }
  .navbar-nav > li:after,
  .navbar-nav > li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 1px solid rgba(0, 107, 143, 0.5);
    margin-top: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar-nav > li:before {
    bottom: inherit;
    top: 0;
  }
  .navbar-nav li:hover:after,
  .navbar-nav .active:after,
  .navbar-nav .current_page_parent:after,
  .navbar-nav .current-menu-ancestor:after,
  .navbar-nav li:hover:before,
  .navbar-nav .active:before,
  .navbar-nav .current_page_parent:before,
  .navbar-nav .current-menu-ancestor:before {
    width: 100%;
  }
  .navbar.affix .navbar-nav li > a:hover,
  .navbar.affix .navbar-nav .active > a .navbar.affix .navbar-nav .current-post-ancestor > a {
    color: #006b8f;
  }
  .affix .navbar-nav li:after {
    /*bottom: -12px;*/
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
  }
  .dropdown-menu {
    min-width: inherit;
    border: none;
  }
  .navbar-nav li li a {
    padding: 10px 20px;
    text-align: right;
  }
  .navbar-nav > li > .dropdown-menu {
    /*margin-top: 15px;*/
  }
  /* Prices */
  .col-price {
    width: 45%;
  }
  /* Modals */
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    width: 90%;
  }
}
/* 12.3 Min width 992px */
@media (min-width: 992px) {
  /* Content styles */
  .row-padding {
    margin-left: -40px;
    margin-right: -40px;
  }
  .column-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* Navigation */
  .navbar-nav > li {
    border-bottom: 0;
    margin-left: 36px;
  }
  /* Features */
  .col-feature {
    margin-top: 9%;
  }
  /* Video section */
  .video-section {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  /* Prices */
  .row-price {
    text-align: center;
  }
  .col-price {
    width: 30%;
  }
  /* Contacts */
  .col-contact {
    border-left: 1px solid #E1E1E1;
  }
  .modal-lg {
    width: 900px;
  }
}
/* 12.4 Min width 1200px */
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1170px;
  }
  .opener {
    /*padding: 300px 0 230px;*/
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .pull-left-xs {
    float: left;
  }
  .pull-right-xs {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
/* Share notification */
.share-notification {
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 99;
  padding: 0;
  margin: 1em;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  right: 0;
  top: 30%;
  background: #fff;
}
.share-notification.wow {
  z-index: 99;
  pointer-events: initial;
}
.share-notification a {
  display: block;
  padding: 0.2em 0.5em;
}
.share-notification .boxed.boxed--sm {
  padding: 0.5em;
}
/* Cookie notification */
.pos-bottom {
  bottom: 0;
}
.pos-left {
  left: 0;
}
.pos-right {
  right: 0;
}
.notification {
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 99;
  pointer-events: none;
  padding: 0;
  /*margin: 1em;*/
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  text-align: center;
  width: 100%;
}
.notification {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.notification p {
  margin: 0;
  margin-bottom: 1.5625em;
}
.notification:not([class*='bg-']) {
  background: #fff;
}
.notification.wow {
  z-index: 99;
  pointer-events: initial;
}
.notification.notification--reveal[data-animation="from-right"] {
  animation: from-right 0.3s linear 0s forwards;
  -webkit-animation: from-right 0.3s linear 0s forwards;
  -moz-animation: from-right 0.3s linear 0s forwards;
}
.notification .close {
  border: 0;
  margin: 5px 70px 0 -70px;
  font-size: 30px;
}
/*
.btn-callus{
	position: fixed;
    z-index: 99;
	margin: 2em;
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	bottom: 0;
	right: 100px;
}
.btn-callus.wow{
	opacity:1;
}*/
@keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/**! Boxes **/
.boxed {
  position: relative;
  padding: 3.125em;
  margin-bottom: 30px;
}
.boxed.boxed--sm {
  padding: 0.5em;
}
.boxed.boxed--border {
  border: 1px solid #c9d0d4;
}
.boxed:last-child {
  margin-bottom: 0;
}
.boxed div[class*='col-']:first-child:not(.boxed) {
  padding-left: 0;
}
.boxed div[class*='col-']:last-child:not(.boxed) {
  padding-right: 0;
}
img + .boxed {
  margin-top: -1.5625em;
}
@media all and (max-width: 767px) {
  .boxed {
    padding: 2.08333333em;
    margin-bottom: 15px;
  }
  .boxed:last-child {
    /*margin-bottom: 15px;*/
    padding: 1.2em;
  }
  .row:last-child div[class*='col-']:last-child .boxed:last-child {
    margin-bottom: 0;
  }
  .notification .close {
    margin: 5px 10px 0 0;
  }
}
@media all and (min-width: 767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height .col-valign {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*****
App Store & Google Play Btn
*****/
.btn-app {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 8px 4px 15px;
  margin: 5px auto;
  border-radius: 30px;
  color: #fff;
  fill: #fff;
  background: #000;
  line-height: 1em;
  min-width: 190px;
  height: 45px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
.btn-app:hover,
.btn-app:focus {
  background: #111;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  -webkit-transform: scale(1.01) translate3d(0, -1px, 0);
  transform: scale(1.01) translate3d(0, -1px, 0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn-app:active {
  outline: 0;
  background: #353535;
  -webkit-transition: none;
  transition: none;
}
.btn__icon,
.btn__text,
.btn__storename {
  display: inline-block;
  vertical-align: top;
}
.btn__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 2px;
}
.btn__icon--amazon {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.btn__text {
  letter-spacing: 0.08em;
  margin-top: -0.1em;
  font-size: 10px;
}
.btn__storename {
  display: block;
  margin-left: 38px;
  margin-top: -17px;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.btn--small {
  padding: 2px 8px;
  min-width: 118.75px;
  height: 24px;
  border-radius: 3px;
}
.btn--small .btn__icon {
  width: 16px;
  height: 16px;
  margin: 1px 2px 0 0;
}
.btn--small .btn__text {
  display: none;
}
.btn--small .btn__storename {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.btn--tiny {
  padding: 3px;
  width: 22px;
  height: 22px;
  min-width: 0;
  border-radius: 3px;
}
.btn--tiny .btn__icon {
  width: 14px;
  height: 14px;
  margin: 0;
}
.btn--tiny .btn__text,
.btn--tiny .btn__storename {
  display: none;
}
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2"), url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff") format('woff'), url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.ttf") format('truetype');
}
.timeline {
  list-style: none;
  padding: 60px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px;
}
.timeline > li:not(.timeline-inverted) {
  padding-right: 90px;
}
.timeline > li.timeline-inverted {
  padding-left: 90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #006b8f;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */