@-webkit-keyframes airship {
  0% {
    -webkit-transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@-ms-keyframes airship {
  0% {
    -ms-transform: translateX(-120px);
  }
  100% {
    -ms-transform: translateX(100%);
  }
}
@-moz-keyframes airship {
  0% {
    -moz-transform: translateX(-120px);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@keyframes airship {
  0% {
    transform: translateX(-120px);
  }
  100% {
    transform: translateX(100%);
  }
}
body {
  background: darkslategray;
  font-family: Roboto, Arial;
  min-width: 960px;
  height: 100%;
  min-height: 845px;
}
body p {
  font-size: 18px;
  font-weight: 300;
}
html,
.container-fluid {
  height: 100%;
  min-height: 845px;
}
.row .container {
  min-width: 960px;
  max-width: 1300px;
}
.row.top {
  height: 40%;
  position: relative;
  overflow: hidden;
  background: #eff3f8;
}
.row.top .container {
  height: 100%;
}
.row.top .wrapper {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-animation: infinite airship 25s linear;
  -moz-animation: infinite airship 25s linear;
  -ms-animation: infinite airship 25s linear;
  animation: infinite airship 25s linear;
  z-index: 12;
}
.row.top .airship {
  width: 119px;
  height: 201px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.row.top .cloud {
  width: 64px;
  height: 103px;
  position: absolute;
  bottom: 9px;
  right: 32.3%;
  z-index: 8;
}
.row.top .sun {
  position: absolute;
  width: 298px;
  height: 223px;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 7;
}
.row.top .cloud_right {
  position: absolute;
  width: 20px;
  height: 112px;
  bottom: 29px;
  left: 58.5%;
  z-index: 8;
}
.row.top .bird_right {
  position: absolute;
  width: 28px;
  height: 97px;
  z-index: 8;
  left: 39.7%;
  bottom: 4px;
}
.row.top .bird_left {
  position: absolute;
  width: 20px;
  height: 76px;
  bottom: 6px;
  left: 41.4%;
  z-index: 8;
}
.row.top .cloud_left_first {
  width: 41px;
  height: 128px;
  position: absolute;
  bottom: 1px;
  left: 34%;
  z-index: 8;
}
.row.top .cloud_left_second {
  width: 55px;
  height: 111px;
  position: absolute;
  bottom: 2px;
  left: 26.5%;
  z-index: 8;
}
.row.top p {
  text-align: center;
  color: #606060;
  position: absolute;
  width: 100%;
  bottom: 156px;
  z-index: 11;
}
.row.bottom {
  padding-top: 88px;
  background: #356eab;
  height: 60%;
  position: relative;
}
.row.bottom .container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.row.bottom canvas {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: -100px;
  z-index: 7;
}
.row.bottom p {
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.row.bottom .carousel {
  margin: 0 auto;
  min-width: 960px;
  max-width: 1000px;
  z-index: 1;
  padding-top: 56px;
}
.row.bottom .carousel:after {
  content: '';
  width: 100%;
  display: block;
  clear: both;
}
.row.bottom .carousel .owl-stage-outer {
  position: relative;
  z-index: 1;
}
.row.bottom .carousel .owl-prev {
  cursor: pointer;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: left;
  font-size: 0;
  background: -moz-linear-gradient(left, #356eab 49%, #356eab 50%, rgba(53, 110, 171, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #356eab), color-stop(50%, #356eab), color-stop(100%, rgba(53, 110, 171, 0)));
  background: -webkit-linear-gradient(left, #356eab 49%, #356eab 50%, rgba(53, 110, 171, 0) 100%);
  background: -o-linear-gradient(left, #356eab 49%, #356eab 50%, rgba(53, 110, 171, 0) 100%);
  background: -ms-linear-gradient(left, #356eab 49%, #356eab 50%, rgba(53, 110, 171, 0) 100%);
  background: linear-gradient(to right, #356eab 49%, #356eab 50%, rgba(53, 110, 171, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#356eab', endColorstr='#00356eab', GradientType=1);
  z-index: 2;
}
.row.bottom .carousel .owl-prev:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url(../images/arrow_left.svg) no-repeat center;
  display: inline-block;
  margin-left: 24px;
}
.row.bottom .carousel .owl-next {
  display: block !important;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: right;
  font-size: 0;
  background: -moz-linear-gradient(left, rgba(53, 110, 171, 0) 0%, #356eab 50%, #356eab 51%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 110, 171, 0)), color-stop(50%, #356eab), color-stop(51%, #356eab));
  background: -webkit-linear-gradient(left, rgba(53, 110, 171, 0) 0%, #356eab 50%, #356eab 51%);
  background: -o-linear-gradient(left, rgba(53, 110, 171, 0) 0%, #356eab 50%, #356eab 51%);
  background: -ms-linear-gradient(left, rgba(53, 110, 171, 0) 0%, #356eab 50%, #356eab 51%);
  background: linear-gradient(to right, rgba(53, 110, 171, 0) 0%, #356eab 50%, #356eab 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00356eab', endColorstr='#356eab', GradientType=1);
  z-index: 2;
}
.row.bottom .carousel .owl-next:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url(../images/arrow_right.svg) no-repeat center;
  display: inline-block;
  margin-right: 24px;
}
.row.bottom .carousel a {
  color: #ffffff;
}
.row.bottom .carousel a:hover,
.row.bottom .carousel a:focus {
  text-decoration: none;
}
.row.bottom .owl-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.row.bottom .owl-item {
  float: left;
  text-align: center;
}
.row.bottom .owl-item img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px auto;
}
.row.bottom .owl-item a {
  display: inline-block;
}
.logo {
  display: block;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
}
.logo img {
  height: 20px;
  width: 162px;
}
