﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
.vr-experience {
  margin-top: 30px;
}
.vr-experience ul {
  margin: 0;
  padding: 0;
}
.vr-experience ul > li {
  list-style: none;
}
.vr-experience ul .main-box {
  width: 100%;
}
.vr-experience ul .main-box .img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 470px;
}
.vr-experience ul .main-box .word {
  font-size: 16px;
  color: #4d4d4d;
  padding: 20px 0;
  box-sizing: border-box;
  line-height: 28px;
}
.vr-experience ul .main-box .word:before,
.vr-experience ul .main-box .word:after {
  content: " ";
  display: table;
}
.vr-experience ul .main-box .word:after {
  clear: both;
}
.vr-experience ul .main-box .word span {
  display: inline-block;
  vertical-align: top;
}
.vr-experience ul .main-box .word .know-more {
  float: right;
  color: #4d4d4d;
  transition: all 0.25s;
}
.vr-experience ul .main-box .word .know-more:hover {
  color: #ce1141;
}
