.guarantee {
  text-align: center;
  background-color: #B0B0B0;
  padding: 10px 5px;
  color: #ffffff;
  font-size: 20px;
}

body {
  overflow-x: hidden;
}

/* Video */
.video {
    background:#f8f8f8;
    position: absolute;
    top: -20px;
  }
  
  .mouse_scroll {
      display: block;
      margin: 0 auto;
      width: 24px;
      height: 100px;
    margin-top: 125px;
    text-align: center;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  .m_scroll_arrows
  {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
     
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    
    width: 16px;
    height: 16px;
  }
  
  
  .unu
  {
    margin-top: 1px;
  }
  
  .unu, .doi, .trei
  {
      -webkit-animation: mouse-scroll 1s infinite;
      -moz-animation: mouse-scroll 1s infinite;
      animation: mouse-scroll 1s infinite;
    
  }
  
  .unu
  {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    
    animation-direction: alternate;
    animation-delay: alternate;
  }
  
  .doi
  {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    
    animation-delay: .2s;
    animation-direction: alternate;
    
    margin-top: -6px;
  }
  
  .trei
  {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    
    animation-delay: .3s;
    animation-direction: alternate;
    
    
    margin-top: -6px;
  }
  
  .mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
  }
  
  .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
  
  .wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
  }
  
  @-webkit-keyframes mouse-wheel{
     0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
    }
  }
  @-moz-keyframes mouse-wheel {
    0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  @-o-keyframes mouse-wheel {
  
     0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  @keyframes mouse-wheel {
  
     0% { top: 1px; }
    25% { top: 2px; }
    50% { top: 3px;}
    75% { top: 2px;}
    100% { top: 1px;}
  }
  
  @-webkit-keyframes mouse-scroll {
  
    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
  }
  @-moz-keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }
  @-o-keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }
  @keyframes mouse-scroll {
  
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
  }
  
  /*END Video*/
  
  /* Services Section */
  .services {
    margin: 10px 20px 10px 20px;
  }
  
  .services .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .services .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  .services a {
    position: relative;
    text-align: center;
    color: white;
  }
  
  .services h2 {
    font-family: sectionInfoFont;
  }
  
  .services img:hover {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  
  .overlay {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .overlay h2 {
    color: white;
    font: bold;
    font-weight: 300px;
  }
  
  @media screen and (max-width: 500px) {
    .services .column {
      width: 100%;
    }
  }
  /* END Services Section */
  /* testimonials */
  #testimonials{
    overflow: hidden;
    min-height: 375px;
    position: relative;
    background:#f8f8f8;
  }
  
  #testimonials .carousel-inner{
    width: 75%;
    margin: auto;
  }
  #testimonials .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  #testimonials .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
  #testimonials .carousel-inner .item{
    overflow: hidden;
  }
  
  .testimonials_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 40px;
  }
  .testimonials_indicators .carousel-indicators li{
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #D3D3D3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  
  .testimonials_indicators .carousel-indicators .active{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #808080;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  
  .testimonials_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
  }
  .testimonials_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .testimonials_control_button .carousel-control-prev,
  .testimonials_control_button .carousel-control-next{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #808080;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
  }
  
  .testimonials_control_button .carousel-control-prev{
    color: #808080;
    left: 7%;
    right: auto;
  }
  
  .testimonials_control_button .carousel-control-next{
    color: #808080;
    right: 7%;
    left: auto;
  }
  
  .testimonials_control_button .carousel-control-prev:hover,
  .testimonials_control_button .carousel-control-next:hover{
    color: #ffffff;
    background: #808080;
    border: 2px solid #808080;
  }
  
  .testimonials_control_button .carousel-control-prev:focus,
  .testimonials_control_button .carousel-control-next:focus{
    color: #808080;
    background: transparent;
    border: 2px solid #808080;
  }
  
  .testimonials_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .testimonials_header h4{
    color: #808080;
    font-size: 30px;
    padding-top: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .testimonials_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    text-align: justify;
    vertical-align: center;
  }
  
  .testimonials_slide p {
    color: #808080;
    font-size: 16px;
    margin: 20px 0 20px 0;
  }
  
  .testimonials_slide p.client_testimonials {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .testimonials_slide p.client_testimonials::before {
    content: "- ";
  }
  
  @media only screen and (max-width: 480px){
    .testimonials_control_button .carousel-control-prev,
    .testimonials_control_button .carousel-control-next{
      display: none;  /* for prevent dispaly navigation button */
    }
    .testimonials_header{
      width: 95%;
    }
    .testimonials_header h4{
      font-size: 20px;
    }
    .testimonials_slide{
      width: 98%;
      padding: 5px;
    }
  }
  
  @media (min-width: 481px) and (max-width: 767px){
    .testimonials_control_button .carousel-control-prev{
      left: 2%;
    }
    .testimonials_control_button .carousel-control-next{
      right: 2%;
    }
    .testimonials_header{
      width: 95%;
    }
    .testimonials_slide{
      width: 98%;
      padding: 5px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px){
    .testimonials_control_button .carousel-control-prev{
      left: 5%;
    }
    .testimonials_control_button .carousel-control-next{
      right: 5%;
    }
  }
  
  @-webkit-keyframes psBoxShadowEffect_2{
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
      -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
      -webkit-transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes psBoxShadowEffect_2{
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  @media (max-width: 767px){
      .testimonials_indicators .carousel-indicators li {
      margin-top: 10px;
    }
  
    .testimonials_indicators .carousel-indicators .active {
      margin-top: 10px;
    }
  }
  /*End testimonials */
  
  /* Instagram */
  .instagram {
    text-align: center;
    padding-top: 50px;
    background:#f8f8f8;
  }
  
  .instagram a.instagram__icon {
      color: #fff;
      text-decoration: none;
  }
  
  .circle_insta {
      -webkit-align-items: center;
      align-items: center;
      background: #fff;
      border-radius: 1000px;
      cursor: pointer;
      display: -webkit-flex;
      display: flex;
      height: 30px;
      -webkit-justify-content: center;
      justify-content: center;
      margin-right: 16px;
      transition: all .4s ease;
      width: 30px;
  }
  
  .circle_insta.dark {
      background: #808080;
  }
  
  .circle_insta:hover {
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px);
  }
  
  .instagram .instagram__icon {
      height: 70px;
      margin: 0 auto 12px;
      width: 70px;
  }
  
  .instagram .instagram__icon span {
    font-size: 40px;
  }
  
  .instagram__account a,
  .instagram__account a:hover {
    color: #808080;
    text-decoration: none;
    font-size: 25px;
    padding-bottom: 20px;
  }
  
  #instafeed {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 auto;
      padding: 20px 0;
  }
  
  #instafeed a {
      color: #222;
      text-decoration: none;
      display: block;
      margin: 0 5px 10px;
      position: relative;
      height: calc(100vw - 1px);
      max-height: 400px;
      max-width: 400px;
      width: calc(100vw - 1px);
  }
  
  #instafeed a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
  }
  
  #instafeed a img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
  }
  
  @media (min-width: 1000px) {
    #instafeed a {
      height: calc(24.5vw - 24px);
      width: calc(24.5vw - 24px);
    }
  }
  
  @media (min-width: 640px) {
    #instafeed a {
      height: calc(50vw - 36px);
      margin: 0 12px 24px;
      width: calc(50vw - 36px);
    }
  }

  #carouselProprietes .carousel-item {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
  }

  .carousel-item {
    height: 400px;
  } 

  .carousel-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .proprietes .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .proprietes .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  /* Pseudo elements for icons */
  .proprietes .btn:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
  }

  .proprietes .btn-1 {
    border: 3px solid #fff;
    color: #fff;
  }

  .proprietes .btn-1d {
    overflow: hidden;
  }
  
  .proprietes .btn-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .proprietes .btn-1d:hover,
  .proprietes .btn-1d:active {
    color: #808080;
  }
  
  .proprietes .btn-1d:hover:after {
    width: 90%;
    opacity: 1;
  }
  
  .proprietes .btn-1d:active:after {
    width: 101%;
    opacity: 1;
  }

  @media screen and (max-width: 768px) {
    .proprietes .btn {
      padding: 25px 25px;
    }
  }
  /*End Instagram Feed */