/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.video-item {
  width: 100%; }

.promo-home {
  font-size: 18px;
  padding: 4.15em 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background: none !important; }
  .promo-home .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .promo-home .row:before, .promo-home .row:after {
      display: none; }

.promo_about-us {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .promo_about-us h4 {
    font-size: 18px;
    font-weight: inherit;
    font-size: 1em;
    margin-bottom: 16px;
    margin-bottom: 0.9em;
    text-transform: uppercase; }
  .promo_about-us h5 {
    color: #222222;
    font-size: 50px;
    font-weight: 300;
    font-size: 2.8em;
    line-height: 1.35;
    margin-bottom: 0.4em; }
  .promo_about-us p {
    color: #858585;
    font-size: 0.88em;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 26px;
    margin-bottom: 1.65em; }
    .promo_about-us p:last-child {
      margin-bottom: 0; }

.promo_about-us__inner {
  position: relative;
  z-index: 1; }

.promo_video {
  text-align: center; }
  .promo_video .js-open-video {
    border: 1px solid;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    font-size: 32px;
    font-size: 1.79em;
    height: 120px;
    height: 3.69em;
    left: 0;
    line-height: 117px;
    line-height: 3.69em;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 120px;
    width: 3.69em;
    z-index: 1;
    transition: color .4s; }
    .promo_video .js-open-video:hover {
      color: #ffed00; }

.promo_video_inner {
  position: relative; }
  .promo_video_inner img {
    display: inline-block;
    vertical-align: bottom;
    height: auto; }
  .promo_video_inner:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

.video-promo {
  background: #000000;
  display: block;
  height: 100%;
  width: 100%; }

@media (min-width: 992px) {
  .promo_about-us {
    padding-left: 0; }
    .promo_about-us:before {
      content: '';
      top: 35px;
      right: 0;
      bottom: 35px;
      left: -60px;
      position: absolute;
      z-index: 0;
      background: #ffffff; }

  .promo_about-us__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 440px; } }
@media (max-width: 1229px) and (min-width: 769px) {
  .promo-home {
    font-size: 16px; } }
@media (max-width: 991px) and (min-width: 769px) {
  .promo-home {
    font-size: 14px; } }
@media (max-width: 768px) {
  .promo-home {
    font-size: 16px; }

  .promo_about-us {
    margin-top: 30px; } }
@media (max-width: 567px) {
  .promo-home {
    font-size: 13px;
    padding: 0 0 30px; }

  .promo_video {
    padding: 0; }

  .promo_about-us p {
    font-size: 12px;
    line-height: 2; } }

/*# sourceMappingURL=front.css.map */
