/*
 * MUHELY.CO
 * style.less
 */
/* Colors, Fonts, Variables */
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans');
  src: url('../fonts/OpenSans.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpenSans.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/OpenSans.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/OpenSans.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/OpenSans.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold');
  src: url('../fonts/OpenSans-Semibold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpenSans-Semibold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/OpenSans-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  /* Legacy iOS */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold');
  src: url('../fonts/OpenSans-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpenSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/OpenSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold');
  src: url('../fonts/OpenSans-Extrabold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpenSans-Extrabold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/OpenSans-Extrabold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
  /* Legacy iOS */
  font-weight: 800;
  font-style: normal;
}
/* Effectiv Helpers */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
p {
  line-height: 150%;
  padding-bottom: 20px;
}
p.p0 {
  padding: 0;
}
ul li {
  line-height: 200%;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
select,
textarea,
input,
button {
  font-family: 'Open Sans', sans-serif;
  outline: none;
  border: 0;
  transition: all 0.5s ease;
  resize: none;
}
button {
  cursor: pointer;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline_block {
  display: inline-block;
}
.full_width {
  width: 100%;
}
.section_padding {
  padding-bottom: 20px;
}
.section_margin {
  margin-bottom: 20px;
}
.container {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.contact_container {
  display: none;
}
.contact_container.show {
  display: inline-block;
}
/* Rows and Cols */
.row {
  display: block;
  font-size: 0;
  text-align: center;
}
.row .col {
  display: inline-block;
  font-size: 16px;
}
.row .col.top {
  vertical-align: top;
}
.row .col.middle {
  vertical-align: middle;
}
.row .col.col_20 {
  width: 20%;
}
.row .col.col_25 {
  width: 25%;
}
.row .col.col_30 {
  width: 30%;
}
.row .col.col_33 {
  width: 33%;
}
.row .col.col_40 {
  width: 40%;
}
.row .col.col_50 {
  width: 50%;
}
.row .col.col_66 {
  width: 66%;
}
.row .col.col_70 {
  width: 70%;
}
.row .col.col_100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row {
    display: inline-block;
  }
  .row .col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
/* Additional Settings */
body {
  padding-top: 89px;
  background: #f1f1f1;
}
body.no-scroll {
  padding: 0 0 0 0;
  box-sizing: content-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}
.headline {
  display: inline-block;
  padding: 30px 0;
  color: #000000;
  font-size: 50px;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 980px) {
  .headline {
    font-size: 34px;
  }
}
/* Video */
.video-pop-up {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.video-pop-up .video-container {
  position: relative;
  display: block;
  width: 95%;
  max-width: 1100px;
}
.video-pop-up .video-container .icon-close {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
/* Header */
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #030303;
  color: #fff;
  padding: 10px 0;
  z-index: 5;
}
.header .logo {
  padding: 10px 0;
  height: 58px;
  width: 147px;
  text-indent: -20000px;
  background-image: url(../img/brand/logo_white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.header .nav {
  width: 100%;
  padding: 10px 0;
}
.header .nav .main_contact_info {
  font-size: 12px;
  padding-right: 20px;
}
.header .nav .main_contact_info .note {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header .nav .main_contact_info {
    text-align: center;
  }
}
.header .nav ul li a {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  position: relative;
}
.header .nav ul li a:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  bottom: 0;
  left: 30%;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.header .nav ul li a:hover {
  /*border-bottom: 2px solid @color_white;*/
}
.header .nav ul li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
@media screen and (max-width: 980px) {
  .header {
    text-align: center;
  }
  .header .row {
    display: block;
  }
  .header .row .col {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header .logo {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .nav {
    display: none;
  }
  .header .nav ul li a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* About */
.about {
  text-align: center;
}
.about .headline_container {
  padding: 50px 0 50px 0;
}
.about .headline {
  color: #E15B49;
  font-weight: bold;
  font-size: 44px;
  padding: 0;
  margin: 0;
}
.about .paragraph {
  padding: 0 0 0 0;
  color: #E15B49;
  font-size: 18px;
}
.about .button-default {
  display: inline-flex;
  margin: 10px 0 0 0;
  padding: 15px 30px 15px 30px;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
}
.about .button-default.youtube {
  background-color: #FF0000;
  line-height: 22px;
}
.about .button-default .button-icon {
  display: inline-block;
  margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.about .button-default .button-icon.youtube-icon {
  width: 20px;
  height: 14px;
  background-image: url(../img/icon_youtube_white.svg);
}
@media screen and (max-width: 768px) {
  .about .headline_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about .headline {
    font-size: 26px;
  }
  .about .paragraph {
    padding-top: 3px;
    color: #444;
    font-size: 15px;
  }
}
/* Gallery */
.gallery .col {
  padding-left: 5px;
  padding-right: 5px;
}
/* Badges */
.badges {
  background: #fff;
  padding: 50px 0;
}
.badges .row {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  vertical-align: top;
}
.badges .row .col {
  vertical-align: top;
}
.badges .picto {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.badges .badge p {
  letter-spacing: -0.5px;
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
}
.badges .badge.badge_1 .picto {
  background-image: url(../img/pictos/picto_1.svg);
}
.badges .badge.badge_1 p {
  color: #333;
}
.badges .badge.badge_2 .picto {
  background-image: url(../img/pictos/picto_2.svg);
}
.badges .badge.badge_2 p {
  color: #333;
}
.badges .badge.badge_3 .picto {
  background-image: url(../img/pictos/picto_3.svg);
}
.badges .badge.badge_3 p {
  color: #333;
}
.badges .badge.badge_4 .picto {
  background-image: url(../img/pictos/picto_4.svg);
}
.badges .badge.badge_4 p {
  color: #333;
}
.badges .badge.badge_5 .picto {
  background-image: url(../img/pictos/picto_5.svg);
}
.badges .badge.badge_5 p {
  color: #333;
}
@media screen and (max-width: 980px) {
  .badges .row .col {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .badges .badge {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .badges .row .col {
    width: 50%;
  }
}
/* Services */
.services {
  font-size: 15px;
}
.services .row {
  margin-left: -15px;
  margin-right: -15px;
}
.services .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
.services .title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.services .title.title_1 {
  border-bottom: 3px solid #0071bc;
}
.services .title.title_2 {
  border-bottom: 3px solid #f7931e;
}
.services .text_1,
.services .text_2 {
  height: 200px;
  line-height: 175%;
}
.services ul {
  padding: 12px 40px;
}
.services ul.list_1 {
  background: #d9f4ff;
  border: 1px solid #B3CBD5;
}
.services ul.list_2 {
  background: #ffebd4;
  border: 1px solid #CDBBA5;
}
.services ul li {
  list-style-type: disc;
}
@media screen and (max-width: 980px) {
  .services .text_1,
  .services .text_2 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .services .row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .services .row .col {
    padding-top: 10px;
    width: 100%;
  }
}
/* Partners */
.partners {
  background: #fff;
}
.partners img {
  display: block;
  max-height: 60px;
  margin: auto;
}
.partners p {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .partners img {
    display: block;
    max-height: inherit;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .partners .row .col {
    width: 49.5%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .partners .row .col {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* References */
.references .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 30px;
}
.references .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
.references .title {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
.references img {
  box-shadow: 0 10px 6px -6px #777777;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .references img {
    box-shadow: none;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .references .row {
    padding-bottom: 0;
  }
  .references .row .col {
    width: 100%;
  }
}
/* Contact */
.map {
  position: relative;
  height: 500px;
  margin-top: 50px;
}
.map .map_panel {
  position: absolute;
  left: 10px;
  top: 124px;
  z-index: 8000;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url(../img/brand/logo.svg);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 89% 33px;
  padding: 30px;
  width: 363px;
  box-shadow: 1px 1px 1px #ccc;
}
.map .map_panel h2 {
  font-size: 25px;
  padding-bottom: 20px;
}
.map .map_panel p {
  font-size: 14px;
  color: #565656;
}
@media screen and (max-width: 480px) {
  .map .map_panel {
    width: 300px;
  }
}
.map .map_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.map .map_container .google_maps {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.map .map_container .google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.map .map_container .google_maps .overlay {
  position: relative;
  height: 100%;
  top: 0;
  background: transparent;
}
.map .map_container .google_maps .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .map {
    margin-top: 0;
  }
}
.back_to_top {
  position: fixed;
  display: none;
  bottom: 90px;
  right: 8px;
  width: 50px;
  height: 50px;
  background-color: rgba(242, 242, 242, 0.8);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  z-index: 8;
  cursor: pointer;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.back_to_top.show {
  display: block;
}
.back_to_top i {
  color: #000;
  font-size: 50px;
  line-height: 42px;
  -webkit-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
}
.back_to_top:hover {
  background-color: #000;
}
.back_to_top:hover i {
  color: #fff;
}
.shadow_1 {
  max-width: 100%;
  position: relative;
}
.shadow_1:before {
  background: none repeat scroll 0 0 #BDBDBD;
  bottom: 12px;
  -webkit-box-shadow: 0 15px 10px #BDBDBD;
  box-shadow: 0 15px 10px #BDBDBD;
  content: "";
  left: 0;
  max-width: 450px;
  position: absolute;
  top: 60%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: 100%;
  z-index: -1;
}
.shadow_1:after {
  background: none repeat scroll 0 0 #BDBDBD;
  bottom: 12px;
  -webkit-box-shadow: 0 15px 10px #BDBDBD;
  box-shadow: 0 15px 10px #BDBDBD;
  content: "";
  right: 2px;
  /* hack */
  max-width: 450px;
  position: absolute;
  top: 60%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .shadow_1:before,
  .shadow_1:after {
    display: none;
  }
}
