@charset "UTF-8";
/**
 * Theme Name: Europiping
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme for Europiping Partners.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: Europiping
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===Fonts===*/
/*===Variables===*/
/*===General Resets===*/
h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

a:focus {
  outline: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Slab", Arial, sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: normal; }
  body.admin-bar nav {
    margin-top: 32px; }

/*=============================================================HOME=======================================================*/
/*=======Header======*/
header {
  height: 75px; }

.navbar-default {
  height: 75px;
  background: #616161;
  border: none;
  margin: 0; }
  .navbar-default.affix {
    -webkit-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: box-shadow 0.2s ease-in-out 0s;
    -moz-transition: box-shadow 0.2s ease-in-out 0s;
    -ms-transition: box-shadow 0.2s ease-in-out 0s;
    -o-transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s; }
  .navbar-default .container {
    height: 100%; }
  .navbar-default .navbar-header {
    height: 100%; }
    .navbar-default .navbar-header .navbar-brand {
      height: auto;
      margin-left: 5px;
      padding: 13px; }
  .navbar-default .navbar-nav > li a {
    padding: 21px 18px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 30px; }
    .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
      color: #fff; }
  .navbar-default .navbar-nav > li i {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .navbar-default .navbar-nav > li:hover {
    background: #757575; }
  .navbar-default .navbar-nav > li.current-menu-item {
    background: #757575; }
  .navbar-default .navbar-nav > li .sub-menu {
    list-style: none;
    padding: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    position: absolute;
    min-width: 228px;
    left: -58px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .navbar-default .navbar-nav > li .sub-menu li {
      margin: 5px 0; }
      .navbar-default .navbar-nav > li .sub-menu li a {
        color: #212121;
        display: block;
        padding: 5px 15px;
        line-height: 20px; }
      .navbar-default .navbar-nav > li .sub-menu li:hover a, .navbar-default .navbar-nav > li .sub-menu li:focus a, .navbar-default .navbar-nav > li .sub-menu li:active a {
        text-decoration: none;
        color: #d50000; }
      .navbar-default .navbar-nav > li .sub-menu li.current_page_item a {
        color: #d50000; }
    .navbar-default .navbar-nav > li .sub-menu.sub-menu-open {
      max-height: 300px; }
  .navbar-default .navbar-nav > li .rotate i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .navbar-default .navbar-nav > li.current-menu-parent {
    background: #757575; }

@media (min-width: 992px) {
  .navbar-nav > li:hover .sub-menu {
    max-height: 300px; } }

section {
  padding: 60px 0; }
  section.light {
    color: #fff; }
  section.dark {
    color: #212121; }
    section.dark .content h1, section.dark .content h2, section.dark .content h3, section.dark .content h4, section.dark .content h5, section.dark .content h6, section.dark .content p, section.dark .content ul, section.dark .content ol, section.dark .content table {
      color: #212121; }
  section h2 {
    line-height: 72px;
    font-weight: 300;
    color: #263238; }

/*===Main Slider===*/
.main-slider {
  padding: 0;
  background: #616161; }

.tp-revslider-mainul li .tp-bgimg.defaultimg:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4); }

.tp-revslider-mainul li:first-child .tp-bgimg.defaultimg:after {
  content: none; }

.custom.tparrows {
  background: #d50000;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  font-weight: 700;
  font-size: 17px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .custom.tparrows:before {
    line-height: 45px; }
  .custom.tparrows:hover {
    background: #d50000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.rev-btn {
  background: #f44336 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 20px 65px 20px 20px !important;
  position: relative !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26) !important;
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important; }
  .rev-btn:hover, .rev-btn:focus {
    outline: none !important;
    background: #f44336 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
  .rev-btn:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.09);
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 47px; }
  .rev-btn:before {
    content: "" !important;
    font-family: "europiping" !important;
    position: absolute;
    right: 0;
    top: 50%;
    width: 47px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100; }

/*===Section Contact===*/
.contact {
  padding: 0;
  background: #616161; }
  .contact ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    .contact ul li {
      margin: 0 45px; }
      .contact ul li a, .contact ul li address {
        color: #fff;
        font-size: 20px;
        line-height: 72px; }
      .contact ul li a:hover, .contact ul li a:focus {
        text-decoration: none; }
      .contact ul li address {
        display: inline; }
      .contact ul li i {
        margin-right: 13px;
        font-size: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -5px;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16);
        -moz-text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16), 1px 2px 5px rgba(0, 0, 0, 0.26);
        -webkit-text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16), 1px 2px 5px rgba(0, 0, 0, 0.26);
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.16), 1px 2px 5px rgba(0, 0, 0, 0.26); }

/*===Section About===*/
.about {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  padding-top: 32px;
  position: relative;
  z-index: 300; }

.about-box h2 {
  margin-bottom: 55px; }

.about-box p {
  line-height: 24px;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 15px; }

/*===Section Services===*/
.services {
  background: #f5f5f5;
  padding: 28px 0 45px 0;
  position: relative;
  z-index: 200; }
  .services h2 {
    margin-bottom: 0px;
    line-height: 50px; }

.services-slide {
  margin-top: 40px; }

.service-box {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  min-height: 386px;
  margin-bottom: 70px;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
  .service-box .service-box-icon {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 25px 0 25px;
    margin-bottom: 23px;
    min-height: 130px;
    position: relative;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    overflow: hidden; }
    .service-box .service-box-icon i {
      color: #9e9e9e;
      -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      position: relative;
      z-index: 100; }
      .service-box .service-box-icon i.icomoon-valve {
        font-size: 95px;
        margin-top: -15px;
        display: inline-block; }
      .service-box .service-box-icon i.icomoon-mechanic {
        font-size: 70px; }
      .service-box .service-box-icon i.icomoon-crane {
        font-size: 65px; }
    .service-box .service-box-icon .overlay-color {
      position: absolute;
      margin: auto;
      background: #757575;
      height: 400px;
      width: 100%;
      top: -100%;
      left: 0;
      border-radius: 50%;
      -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s ease 0s;
      -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s ease 0s;
      -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s ease 0s;
      -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s ease 0s;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s ease 0s;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .service-box .service-box-text {
    padding: 0 25px 30px 25px; }
    .service-box .service-box-text h3 {
      margin-bottom: 15px; }
    .service-box .service-box-text p {
      font-family: "Roboto", Arial, sans-serif;
      line-height: 24px;
      min-height: 100px; }
    .service-box .service-box-text i {
      position: absolute;
      bottom: 0;
      background: #d50000;
      padding: 20px;
      border-radius: 50%;
      color: #fff;
      font-size: 36px;
      left: 50%;
      box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
      -webkit-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      -webkit-transition: all 500ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -moz-transition: all 500ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -ms-transition: all 500ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -o-transition: all 500ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      transition: all 500ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
      .service-box .service-box-text i[class^='icomoon-right-'] {
        opacity: 0; }
  .service-box:hover {
    box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px); }
    .service-box:hover .service-box-icon .overlay-color {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .7; }
    .service-box:hover .service-box-icon i {
      color: #fff; }
    .service-box:hover .service-box-text [class^='icomoon-right-'] {
      opacity: 1; }
    .service-box:hover .service-box-text [class^='icomoon-check-'] {
      opacity: 0; }

.link-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300; }

.btn-danger, .gform_footer {
  background: #f44336;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  border-radius: 3px;
  padding: 20px 65px 20px 20px;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .btn-danger:hover, .btn-danger:focus, .gform_footer:hover, .gform_footer:focus {
    outline: none !important;
    background: #f44336 !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn-danger:hover:after, .gform_footer:hover:after {
    width: 100%; }
  .btn-danger:after, .gform_footer:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.09);
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 47px; }
  .btn-danger i, .gform_footer i {
    position: absolute;
    right: 0px;
    line-height: 23px;
    padding: 20px 16px 20px 13px;
    top: 0;
    z-index: 200; }

/* ===== Section Partners ========= */
.partners {
  background: #FFF; }
  .partners .partners-slider {
    position: relative; }
    .partners .partners-slider .slick-arrow {
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .partners .partners-slider .slick-arrow.slick-prev {
        left: -50px; }
      .partners .partners-slider .slick-arrow.slick-next {
        right: -50px; }
    .partners .partners-slider .slide {
      text-align: center; }
      .partners .partners-slider .slide img {
        max-width: 150px;
        -webkit-filter: grayscale(1);
        -webkit-filter: grayscale(100%);
        filter: gray;
        margin: auto;
        filter: grayscale(100%);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
        .partners .partners-slider .slide img:hover {
          -webkit-filter: grayscale(0);
          -webkit-filter: grayscale(0%);
          filter: gray;
          filter: grayscale(0%);
          filter: none; }

/*===Section Gallery===*/
.gallery {
  padding: 0;
  background: #f5f5f5;
  box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 9px 15px 50px 0px rgba(0, 0, 0, 0.19), 6px 10px 15px 0px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 100; }
  .gallery .container-fluid {
    padding: 0; }

.gallery-slider {
  position: relative; }
  .gallery-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .gallery-slider .slick-arrow.slick-prev {
      left: 30px; }
    .gallery-slider .slick-arrow.slick-next {
      right: 30px; }

.slide-gallery {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .slide-gallery img {
    height: auto;
    width: 100%; }
  .slide-gallery .gallery-box {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: tranform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: tranform 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: tranform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: tranform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: tranform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: 100; }
    .slide-gallery .gallery-box p {
      font-family: "Roboto", Arial, sans-serif;
      margin-bottom: 50px; }
    .slide-gallery .gallery-box i {
      font-size: 22px;
      padding: 13px;
      background: #f44336;
      border-radius: 3px;
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 5px 12px 0 rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 5px 12px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 5px 12px 0 rgba(0, 0, 0, 0.08); }
  .slide-gallery .overlay-color-gallery {
    background: rgba(117, 117, 117, 0.8);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
  .slide-gallery:hover .gallery-box {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  .slide-gallery:hover .overlay-color-gallery {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  .slide-gallery:active i {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.slick-arrow {
  position: absolute;
  background: #d50000;
  color: #fff;
  height: 44px;
  width: 44px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 100; }
  .slick-arrow:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.mfp-image-holder .mfp-close {
  width: auto;
  top: 40px;
  right: 0;
  padding: 15px;
  padding-top: 0; }

button.mfp-close, button.mfp-arrow {
  background: #f44336; }

.mfp-arrow {
  border-radius: 50%;
  height: 50px;
  padding: 15px !important;
  width: 50px; }

.mfp-arrow:before, .mfp-arrow:after {
  content: none;
  color: #fff;
  border: none;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
  opacity: 1; }

.mfp-arrow-left:after {
  content: "\e9be";
  font-family: 'europiping';
  top: 14px;
  left: 16px; }

.mfp-arrow-right:before {
  content: "\e9bf";
  font-family: 'europiping';
  top: 14px;
  left: 16px; }

.mfp-arrow-right {
  right: 50px; }

.mfp-arrow-left {
  left: 50px; }

/*===Section Quality===*/
.quality-slider {
  position: relative; }
  .quality-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .quality-slider .slick-arrow.slick-prev {
      left: -30px; }
    .quality-slider .slick-arrow.slick-next {
      right: -30px; }

.quality {
  background: #424242;
  padding: 40px 0 95px 0; }
  .quality h2 {
    color: #fff;
    margin-bottom: 60px; }
  .quality [class*=col-] {
    padding-left: 35px;
    padding-right: 35px; }
  .quality .row {
    margin-bottom: 50px; }
  .quality .slick-slide img {
    display: inline-block; }

.quality-box .quality-box-icon {
  margin-bottom: 40px; }
  .quality-box .quality-box-icon h3 {
    font-weight: 300; }

.quality-box p {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 24px; }

/*.slick-dots{
	padding: 0;
	list-style: none;
	li{
		display: inline-block;
		margin: 0 3px;
		button{
			border-radius: 50%;
			border: none;
			background: #fff;
			font-size: 0;
			height: 15px;
			width: 15px;
		}
		&.slick-active{
			button{
				background: $main-btn;
			}
		}
	}
}*/
/*===Section Testimonials===*/
.testimonials {
  background: #e0e0e0;
  padding: 45px 0 175px; }
  .testimonials h2 {
    margin-bottom: 70px; }

.testimonial-slider {
  position: relative; }
  .testimonial-slider .slick-arrow {
    left: 50%;
    bottom: -105px; }
    .testimonial-slider .slick-arrow.slick-prev {
      -webkit-transform: translate(-180%, 0);
      -moz-transform: translate(-180%, 0);
      -ms-transform: translate(-180%, 0);
      -o-transform: translate(-180%, 0);
      transform: translate(-180%, 0); }
    .testimonial-slider .slick-arrow.slick-next {
      -webkit-transform: translate(90%, 0);
      -moz-transform: translate(90%, 0);
      -ms-transform: translate(90%, 0);
      -o-transform: translate(90%, 0);
      transform: translate(90%, 0); }

.testimonial-slide {
  margin: 0 30px;
  position: relative; }
  .testimonial-slide:hover .testimonials-box .testimonials-box-text {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px); }
    .testimonial-slide:hover .testimonials-box .testimonials-box-text .arrow-box {
      box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2); }
  .testimonial-slide:hover .testimonials-box .testimonials-box-client {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
    .testimonial-slide:hover .testimonials-box .testimonials-box-client .client-name h6:first-child {
      color: #f44336; }
    .testimonial-slide:hover .testimonials-box .testimonials-box-client .client-name h6:nth-child(2) {
      color: #212121; }

.testimonials-box {
  padding-top: 20px; }
  .testimonials-box .testimonials-box-text {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 3px;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
    .testimonials-box .testimonials-box-text blockquote {
      border: none;
      border-radius: 3px;
      padding: 25px 30px 25px 35px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      position: relative;
      z-index: 200; }
    .testimonials-box .testimonials-box-text .arrow-box {
      position: absolute;
      bottom: -8px;
      background: #fff;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
      -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
      height: 17px;
      width: 17px;
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(-45deg);
      -moz-transform: translate(-50%, 0) rotate(-45deg);
      -ms-transform: translate(-50%, 0) rotate(-45deg);
      -o-transform: translate(-50%, 0) rotate(-45deg);
      transform: translate(-50%, 0) rotate(-45deg);
      -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
      transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
    .testimonials-box .testimonials-box-text .empty-box {
      background: #fff;
      border-radius: 3px;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100; }
  .testimonials-box .testimonials-box-client {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
    .testimonials-box .testimonials-box-client img {
      float: left;
      margin-right: 27px; }
    .testimonials-box .testimonials-box-client .client-name {
      float: left;
      color: #757575; }
      .testimonials-box .testimonials-box-client .client-name h6 {
        -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
        -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
        -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
        -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
        transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
        .testimonials-box .testimonials-box-client .client-name h6:first-child {
          margin-top: 20px; }

/*html{
  min-height: 100%;
  position: relative;
  margin-top: 0!important;
}
body{
	margin-bottom: 40px;
}*/
/*===Footer===*/
footer .wrap-footer {
  background: #616161;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 100; }

footer [class*=col-]:first-child {
  text-align: center; }
  footer [class*=col-]:first-child a {
    display: inline-block; }

footer [class*=col-] ul {
  list-style: none; }
  footer [class*=col-] ul li {
    margin-bottom: 20px; }
    footer [class*=col-] ul li i {
      font-size: 22px;
      float: left;
      margin-right: 24px;
      color: #FFF; }
    footer [class*=col-] ul li a, footer [class*=col-] ul li address {
      font-size: 16px; }
    footer [class*=col-] ul li a {
      color: #FFF; }

footer .wrap-copyright {
  background: #212121;
  padding: 25px 0; }
  footer .wrap-copyright .copyright {
    overflow: hidden; }
    footer .wrap-copyright .copyright p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }
      footer .wrap-copyright .copyright p a {
        color: #fff; }
      footer .wrap-copyright .copyright p.pull-right a {
        color: #f44336; }

/*=============================================================PAGE=======================================================*/
/*===Section Banner-about===*/
.banner-about {
  padding: 75px 0 175px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }
  .banner-about h1 {
    font-size: 40px;
    font-weight: 300; }

/*===Section About-wide===*/
.about-wide {
  background: #e0e0e0;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 60;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8); }

.about-pop-up {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  padding: 20px 50px 25px 50px;
  margin-top: -70px;
  position: relative;
  z-index: 100; }

.content h2 {
  line-height: 48px;
  font-weight: 300;
  color: #212121; }

.content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #212121;
  font-weight: 400;
  line-height: 36px; }

.content h4 {
  font-size: 24px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 36px;
  font-weight: 400; }

.content p, .content li, .content blockquote, .content h6 {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 24px; }

.content p {
  margin-bottom: 20px; }
  .content p:last-child {
    margin-bottom: 0; }

.content ul {
  margin: 0px 0 25px 0;
  padding-left: 48px; }
  .content ul li {
    padding-left: 20px; }

.content h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px; }

.content blockquote {
  border: none;
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 18px; }

.content a {
  color: #f44336; }

.content .alignleft {
  float: left; }

.content .alignright {
  float: right; }

/*===Section About-narrow===*/
.about-narrow {
  background: #616161;
  padding: 92px 0 50px 0; }
  .about-narrow .content h2, .about-narrow .content h3 {
    color: #fff; }
  .about-narrow.light {
    padding-bottom: 100px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    background: #424242; }
  .about-narrow.darker {
    color: #212121;
    background-color: #e0e0e0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4); }
    .about-narrow.darker .content {
      max-width: 1070px;
      margin-left: auto;
      margin-right: auto; }
  .about-narrow.dark {
    padding-top: 80px;
    margin-top: 0px;
    background: #e0e0e0;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); }
    .about-narrow.dark .about-pop-up {
      margin-top: -140px; }

/*=============================================================CONTACT PAGE=======================================================*/
/*=======Section Banner======*/
.banner {
  padding: 50px 0 22px 0;
  background: #616161;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19), 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100; }
  .banner h1 {
    font-size: 48px;
    font-weight: 100; }

/*=======Section Contact-details======*/
.contact-details {
  background: #e0e0e0;
  padding: 50px 0; }
  .contact-details .container > .col-sm-6:first-child .row > .col-sm-12 {
    margin-bottom: 90px; }
    .contact-details .container > .col-sm-6:first-child .row > .col-sm-12:last-child {
      margin-bottom: 0px; }

.contact-person {
  position: relative;
  border-radius: 3px;
  background: #fff;
  padding: 20px 30px 30px 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
  .contact-person img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16); }
  .contact-person h3 {
    font-size: 30px;
    font-weight: 700; }
  .contact-person h6 {
    font-size: 16px;
    font-weight: 700; }
  .contact-person ul {
    list-style: none;
    padding-left: 15px; }
    .contact-person ul li {
      margin-bottom: 40px; }
      .contact-person ul li:last-child {
        margin-bottom: 0; }
      .contact-person ul li i {
        font-size: 24px;
        padding: 10px;
        background: #d50000;
        border-radius: 50%;
        color: #fff;
        margin-right: 10px;
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16); }
      .contact-person ul li a {
        color: #212121;
        vertical-align: top; }
  .contact-person .box-margin {
    margin-bottom: 25px; }
  .contact-person:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19); }

.contact-form {
  background: #fff;
  border-radius: 3px;
  padding: 52px 65px 67px 70px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -ms-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  -o-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1) 0s; }
  .contact-form .gform_wrapper {
    margin: 0;
    max-width: 100%; }
    .contact-form .gform_wrapper h3.gform_title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 12px;
      text-transform: uppercase; }
    .contact-form .gform_wrapper span.gform_description {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 85px;
      display: block; }
  .contact-form [class*='form-group-'] {
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    color: #212121;
    border-bottom: 2px solid #212121 !important;
    margin-bottom: 45px; }
  .contact-form .form-group-01 {
    width: 46% !important; }
  .contact-form .form-group-02 {
    float: right;
    width: 46% !important; }
  .contact-form .form-group-03 {
    width: 100% !important;
    margin-bottom: 68px; }
  .contact-form input, .contact-form textarea {
    width: 100% !important;
    border: none !important;
    margin-top: 0 !important;
    padding-left: 20px !important; }
  .contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212121;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    opacity: 1; }
  .contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #212121;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    opacity: 1; }
  .contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #212121;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    opacity: 1; }
  .contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #212121;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    opacity: 1; }
  .contact-form .ginput_container_text {
    position: relative; }
    .contact-form .ginput_container_text:before {
      content: "\ea8b";
      display: inline-block;
      font-family: 'europiping';
      font-size: 12px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .contact-form .ginput_container_email {
    position: relative; }
    .contact-form .ginput_container_email:before {
      content: "\eaa5";
      display: inline-block;
      font-family: 'europiping';
      font-size: 12px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .contact-form .ginput_container_textarea {
    position: relative; }
    .contact-form .ginput_container_textarea:before {
      content: "\ea7f";
      display: inline-block;
      font-family: 'europiping';
      font-size: 12px;
      position: absolute;
      top: 5px; }
  .contact-form .gform_button {
    position: relative;
    z-index: 999;
    background: transparent;
    text-transform: uppercase;
    padding: 20px 65px 20px 20px !important; }
  .contact-form .gform_footer {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    float: right;
    cursor: pointer;
    max-height: 63px;
    max-width: 125px; }
    .contact-form .gform_footer:before {
      content: "" !important;
      font-family: "europiping" !important;
      position: absolute;
      right: -14px;
      color: #fff;
      top: 50%;
      width: 47px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 100;
      cursor: pointer; }
  .contact-form .gfield.gfield_error {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #212121 !important; }
  .contact-form .gform_wrapper div.validation_error {
    color: #d50000;
    border-bottom: 2px solid #d50000;
    border-top: 2px solid #d50000;
    font-size: 16px;
    width: 100%; }
  .contact-form .gform_wrapper .validation_message {
    color: #d50000; }
  .contact-form form {
    display: inline-block; }
  .contact-form:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19); }

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  padding-left: 0;
  left: -40px;
  top: 25px; }

/*=============================================================SERVICES PAGE=======================================================*/
/*=======Section Services-blog======*/
.services-blog {
  background-color: #e0e0e0;
  padding: 50px 0 8px; }
  .services-blog .content {
    margin: 0 auto 40px auto;
    text-align: center; }
    .services-blog .content h2:before {
      content: "-"; }
    .services-blog .content h2:after {
      content: "-"; }

/*=============================================================TESTIMONIALS PAGE=======================================================*/
/*=======Section Testimonials-group======*/
.testimonials-group {
  background: #e0e0e0;
  padding: 30px 0 20px 0; }
  .testimonials-group .grid {
    overflow: unset !important; }

.testimonials-group-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .testimonials-group-box h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  .testimonials-group-box p {
    font-family: "Roboto", Arial, sans-serif;
    line-height: 24px;
    margin-bottom: 25px; }
  .testimonials-group-box img {
    margin-bottom: 15px; }
  .testimonials-group-box .client-name h6:first-child {
    color: #212121; }
  .testimonials-group-box .client-name h6:nth-child(2) {
    color: #f44336;
    margin-bottom: 0; }
  .testimonials-group-box:hover {
    -webkit-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19), 0px 12px 15px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19), 0px 12px 15px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19), 0px 12px 15px 0px rgba(0, 0, 0, 0.24); }

/*=============================================================404 PAGE=======================================================*/
.error404 .about-wide {
  min-height: 0;
  padding: 50px 0; }

.error404 .about-pop-up {
  margin-top: 0px; }

/*=============================================================HEDIA QUERIES=======================================================*/
@media (min-width: 1200px) {
  .col-offset-lg-2-and-half {
    margin-left: 20.833333325%; }
  .col-offset-lg-1-and-half {
    margin-left: 12.499999995%; }
  .col-offset-lg-half {
    margin-left: 4.166666665%; } }

/*=================================iPad landscape===============================*/
@media (max-width: 1200px) {
  /*=================================Home Page===============================*/
  /*=======Section Contact======*/
  .contact ul li {
    margin: 0 15px; }
  .partners .partners-slider .slick-arrow.slick-prev {
    left: 0; }
  .partners .partners-slider .slick-arrow.slick-next {
    right: 0; }
  .service-box .service-box-text {
    padding: 0 15px 30px; } }

/*=================================iPad portret===============================*/
@media (max-width: 992px) {
  /*=================================Reset nav===============================*/
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-nav {
    width: 100%; }
    .navbar-nav > li {
      float: none;
      /*.sub-menu{
				&.sub-menu-open{
					max-height: 300px;
				}
			}
			.rotate{
				i{
					@include transform(rotate(90deg));
				}
			}
			&:hover{
				.sub-menu{
					display: none;
				}
			}*/ }
      .navbar-nav > li a {
        display: block; }
    .navbar-nav li {
      position: relative; }
      .navbar-nav li span {
        background: transparent;
        position: absolute;
        padding: 22px;
        right: 25px;
        top: 0;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        cursor: pointer; }
  .navbar-collapse {
    -webkit-box-shadow: 9px 15px 50px 0 rgba(0, 0, 0, 0.19), 6px 10px 15px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 9px 15px 50px 0 rgba(0, 0, 0, 0.19), 6px 10px 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 9px 15px 50px 0 rgba(0, 0, 0, 0.19), 6px 10px 15px 0 rgba(0, 0, 0, 0.24);
    width: 320px;
    position: fixed;
    right: -320px;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -ms-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s;
    min-height: calc(100% -75px);
    border: none;
    text-align: left;
    max-height: none !important; }
    .navbar-collapse.collapsing {
      right: -640px; }
    .navbar-collapse.collapse, .navbar-collapse.collapsing {
      height: 100% !important;
      background: #616161; }
      .navbar-collapse.collapse.in, .navbar-collapse.collapsing.in {
        right: 0px; }
  .navbar-default .navbar-nav > li .sub-menu {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 0;
    padding-left: 20px;
    background: #e0e0e0; }
  .hamburger--slider .hamburger-inner {
    border-radius: 0;
    height: 5px;
    background: #fff; }
    .hamburger--slider .hamburger-inner:before, .hamburger--slider .hamburger-inner:after {
      border-radius: 0;
      height: 5px;
      background: #fff; }
  .navbar-default .navbar-toggle {
    background: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: transparent; }
  .hamburger {
    padding: 25px 15px 20px; }
    .hamburger:hover {
      opacity: 1; }
  /*=================================Home Page===============================*/
  /*=======Section Contact======*/
  .contact ul li {
    margin: 0; }
    .contact ul li a, .contact ul li address {
      font-size: 18px; }
  section h2 {
    line-height: 50px; }
  /*=======Section Services======*/
  .services {
    padding-bottom: 35px; }
  /*=======Section Gallery======*/
  .gallery h2 {
    margin-bottom: 30px; }
  /*=======Section Quality======*/
  .quality-slider .slick-arrow.slick-prev {
    left: -15px; }
  .quality-slider .slick-arrow.slick-next {
    right: -15px; }
  .quality {
    padding-bottom: 70px; }
  /*=======Section Testimonials======*/
  .testimonials h2 {
    margin-bottom: 35px; }
  /*=================================Contact Page===============================*/
  /*=======Section Contact======*/
  .contact-person h3 {
    font-size: 24px; }
  .contact-form {
    padding: 32px 30px 47px 30px; }
    .contact-form .form-group-03 {
      margin-bottom: 63px; }
  .contact-details .container > .col-sm-6:first-child .row > .col-sm-12 {
    margin-bottom: 53px; } }

/*=============================================Mobile============================================*/
@media (max-width: 767px) {
  /*=================================Home Page===============================*/
  header {
    position: relative;
    z-index: 999; }
  .navbar-collapse {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: calc(100vh - 75px);
    position: absolute;
    top: 75px !important;
    border: none; }
    .navbar-collapse .nabar-header {
      margin: 0 !important; }
    .navbar-collapse.collapse, .navbar-collapse.collapsing {
      height: 100vh !important; }
  .navbar-default .navbar-header .navbar-brand {
    padding: 12px; }
  .navbar-nav {
    margin: 0; }
    .navbar-nav > li a, .navbar-nav > li span {
      padding: 15px 18px; }
  .navbar-default .navbar-nav > li a {
    padding: 15px 18px; }
  h2 {
    font-size: 30px; }
  .btn-danger {
    padding: 15px 65px 15px 20px; }
    .btn-danger i {
      padding: 15px 16px 15px 13px;
      font-size: 15px;
      line-height: 24px; }
  /*=======Section Main-slider======*/
  .custom.tparrows {
    display: none; }
  /*=======Section Contact======*/
  .contact {
    padding: 20px 0; }
    .contact ul li {
      margin: 10px 0; }
      .contact ul li a, .contact ul li address {
        line-height: normal;
        font-size: 16px; }
      .contact ul li i {
        font-size: 18px;
        margin-right: 10px;
        margin-top: -5px; }
  /*=======Section About======*/
  .about {
    text-align: center;
    padding-bottom: 50px; }
    .about h2 {
      margin-bottom: 45px; }
  /*=======Section Services======*/
  .service-box .service-box-text i {
    font-size: 25px; }
  /*=======Section Gallery======*/
  .gallery h2 {
    margin-bottom: 35px; }
  .gallery-slider .slide-gallery .gallery-box i {
    font-size: 16px; }
  /*=======Section Quality======*/
  .quality [class*=col-] {
    padding-left: 15px;
    padding-right: 15px; }
  .quality .row {
    margin-bottom: 20px; }
  .quality-slider .slick-arrow {
    display: block !important;
    position: absolute;
    top: auto;
    bottom: -30px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 25px;
    width: 25px; }
    .quality-slider .slick-arrow i {
      font-size: 12px;
      line-height: 12px; }
    .quality-slider .slick-arrow.slick-prev {
      left: 15px; }
    .quality-slider .slick-arrow.slick-next {
      right: 15px; }
  /*=======Section Testimonials======*/
  .testimonials {
    text-align: center;
    padding: 30px 0; }
    .testimonials h2 {
      margin-bottom: 25px; }
    .testimonials [class*=col-] {
      padding-left: 0;
      padding-right: 0; }
  .testimonial-slide {
    margin: 0 15px; }
  .testimonials-box .testimonials-box-client img {
    float: none;
    margin: 10px auto; }
  .testimonials-box .testimonials-box-client .client-name {
    float: none; }
  /*=======Footer======*/
  footer img {
    height: 60px;
    margin-bottom: 35px; }
  footer ul {
    padding: 0;
    text-align: center; }
  footer .wrap-copyright {
    text-align: center; }
    footer .wrap-copyright .copyright p {
      font-size: 12px;
      float: none !important;
      margin-bottom: 15px; }
      footer .wrap-copyright .copyright p:last-child {
        margin-bottom: 0; }
  footer [class*="col-"] ul li i {
    float: none;
    margin-right: 10px;
    vertical-align: top; }
  footer address {
    display: inline; }
  /*=================================Page===============================*/
  .banner-about {
    padding: 55px 0 125px; }
    .banner-about h1 {
      font-size: 32px; }
  .about-pop-up {
    padding: 20px 15px 25px; }
  .content h2 {
    font-size: 28px; }
  .content h3 {
    font-size: 18px; }
  .content ul {
    padding-left: 25px; }
    .content ul li {
      padding-left: 10px; }
  .content blockquote {
    padding-left: 20px;
    font-size: 16px; }
  /*=================================Services Page===============================*/
  .banner h1 {
    font-size: 32px; }
  /*=================================Testimonials Page===============================*/
  .testimonials-group-box {
    padding: 30px 15px; }
    .testimonials-group-box h3 {
      font-size: 20px; }
    .testimonials-group-box .client-name h6 {
      font-size: 16px; }
  /*=================================Contact Page===============================*/
  .contact-details .container > .col-sm-6 {
    padding: 0; }
  .contact-person {
    padding: 20px 15px 30px; }
    .contact-person h3 {
      font-size: 20px; }
    .contact-person ul li i {
      font-size: 16px; }
  .contact-details .container > .col-sm-6:first-child .row > .col-sm-12:last-child {
    margin-bottom: 50px; }
  .contact-form {
    padding: 25px 15px 50px; }
    .contact-form h3 {
      font-size: 20px;
      text-align: center; }
    .contact-form h6 {
      text-align: center; }
    .contact-form form {
      padding-top: 45px;
      width: 100%; } }

/*===========================================ADMIN-BAR=====================================================*/
@media (max-width: 782px) {
  body.admin-bar nav {
    margin-top: 46px; }
  body.admin-bar .navbar-collapse {
    top: 121px; } }

@media (max-width: 600px) {
  body.admin-bar nav.affix {
    margin-top: 0 !important; }
    body.admin-bar nav.affix .navbar-collapse {
      top: 75px; }
  body.admin-bar nav.affix-top {
    position: static;
    margin-top: 0 !important; }
    body.admin-bar nav.affix-top .navbar-collapse {
      top: 121px; } }
