.contentvideo {
  height: 800px;
  overflow: hidden;
  position: relative;
  clear: both;
}
.video {
  width: 100%;
  position: relative;
  transform: translateY(-5vw);
  z-index: 10;
}
.partner {
  position: absolute;
  text-align: right;
  bottom: 60px;
  right: 60px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 10;
}
.partner h2 {
  color: #fff;
  padding-right: 18px;
}
.partner img {
}
.video video {
  width: 100%;
}
.lg-br {
  padding: 20px;
}
.logo img {
  height: 100px;
}
nav div ul li.menu-item-has-children:after {
  display: none;
}
header.style7 nav > div > ul > li {
  /*line-height: 60px;*/
  line-height: 140px;
  text-align: initial;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
nav div ul {
  float: right;
}
nav > div > ul > li {
  float: left;
  margin-right: 45px;
  font-size: 15px;
}
.theme-clr,
nav > div ul > li:hover > a {
  color: #000;
}
nav > div > ul > li > a {
  border-bottom: solid 2px #df0f0f;
  font-size: 18px;
}
.rspn-mnu-btn {
  right: 20px;
}
.metis.tparrows {
  display: none;
}
.hermes .tp-bullet {
  display: none;
}

.tp-bgimg {
  transform: translateX(0);
  transition-property: all;
  transition-duration: 5000ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.img-slide-right.processing-revslide .tp-bgimg,
.img-slide-right.active-revslide .tp-bgimg {
  transform: translateX(20vw);
}
.img-slide-left.processing-revslide .tp-bgimg,
.img-slide-left.active-revslide .tp-bgimg {
  transform: translateX(-20vw);
}

header.style7.sticky {
  position: absolute;
}
.box-banner {
  overflow: hidden;
  position: relative;
}
.banner-action {
  padding: 160px 0;
}
.banner {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  -webkit-animation: bgPos 100s linear infinite;
  animation: bgPos 100s linear infinite;
  -webkit-transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  background-position: 50% 50%;
  z-index: -1;
}
-webkit-keyframes bgPos {
  25% {
    -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}
@keyframes bgPos {
  25% {
    -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}
.box-banner h2 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 60px;
}
.titl h3 {
  color: #828282 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.black-layer:before {
  background-color: #73aaa8;
}
.box-img {
  display: block;
  height: 150px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  color: #789c97;
}

.box-img img {
  padding: 10px;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.titl a {
  color: #828282 !important;
  display: table;
  margin: 0 auto;
  border-bottom: solid 2px #df0f0f;
  font-family: "Oswald", sans-serif;
}
.titl h1 {
  color: #828282 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0;
}
.box-work {
  margin-bottom: 40px;
}
.img-block {
  display: block;
}
.titl h4 {
  font-size: 17px;
  color: #828282 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 42px;
}
.menu-footer li {
  color: #828282 !important;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  list-style-type: none;
  line-height: 42px;
}
.menu-footer ul {
  padding-left: 0;
}

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
}
.btm-br {
  margin-top: 40px;
  border-top: 1px solid #e2e4e8;
  background-color: #f4f6f9 !important;
}
.btm-br p {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.contact {
  border-top: 1px solid #e2e4e8;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 111111111;
  text-align: center;
}
.animatedL {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -104px;
  margin-top: -74px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
.rspn-mnu-btn {
  right: 9px;
  margin-top: 1px;
}
.lg-mn .logo {
  margin-top: 13px;
  float: left;
  width: auto;
}
a[href="https://s6.shinystat.com/cgi-bin/shinystatv.cgi?USER=artinfissi&NH=1"]
{
  display: none !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .contentvideo {
    height: 580px;
    overflow: hidden;
    position: relative;
    clear: both;
  }
  .partner h2 {
    color: #333;
  }
}
@media screen and (max-width: 425px) {
  .logo img {
    height: 60px;
  }
  .contentvideo {
    height: 430px;
    margin-bottom: -50px;
  }
  .partner {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 320px) and (max-width: 990px) {
}
