.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.bold {
  font-weight: bold;
}
.none {
  display: none !important;
  visibility: hidden !important;
}
.hidden {
  visibility: hidden;
}
.opacity0 {
  opacity: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: white !important;
}
.bg-blue {
  background-color: #00a8ff !important;
}
.blue {
  color: #00a8ff !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}

html,
body {
  font-family: h_thin;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  color: #19202a;
}

@media (min-width: 780px) {
  .navigation {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
}

@media (min-width: 780px) {
  .navigation_item {
    width: 390px;
    margin: 0 auto;
  }
}

.module {
  max-width: 1920px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 960px) {
  .module {
    min-width: 100%;
  }
}

#Container .mix {
  display: none;
}

.grand-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 100;
}

.button {
  width: 185px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: H_Roman;
  line-height: 40px;
  background: #f03300; /* Old browsers */
  background: -moz-linear-gradient(top, #f03300 0%, #ae0000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f03300), color-stop(100%, #ae0000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f03300 0%, #ae0000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f03300 0%, #ae0000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f03300 0%, #ae0000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f03300 0%, #ae0000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03300', endColorstr='#ae0000',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.module-header {
  font-size: 44px;
  font-family: H_Roman;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0;
}


.video_3 { 
    overflow: hidden;
}
.video_3-row { 
    margin: 0 -10px 0 -10px;
}
.video_3-col {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
}
.video_3-wrp {
    position: relative;
    padding-top: 56.25%;
    margin: 0 10px 0 10px;
    box-sizing: border-box;
}
.video_3-wrp iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}
@media screen and (max-width:1200px){
    .video_3-col {
        width: 50%;
    }
}
@media screen and (max-width:800px){
    .video_3-col {
        width: 100%;
    }
}

.top-top {margin-top:20px;
}