@font-face {
  font-family: 'Helvetica B';
  src: url("../fonts/HelveticaNeueLTStd-BdCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-BdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-BdCn.woff") format("woff");
}

@font-face {
  font-family: 'Helvetica BI';
  src: url("../fonts/HelveticaNeueLTStd-BdCnO.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-BdCnO.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-BdCnO.woff") format("woff");
}

.italic {
  font-family: 'Helvetica BI';
}

* {
  font-family: "Helvetica B", sans-serif;
}

*:active, *:focus {
  outline: none;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: .5;
}

.frontbase {
	z-index:5000;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.h100vh {
  height: 100vh;
}

.valign {
  height: 100%;
  margin: auto;
}

h1, .h1 {
  color: #e3e2e2;
  font-size: 2.5em;
}

h2, .h2 {
  color: #e3e2e2;
}

h3, .h3 {
  color: #e3e2e2;
}

.xl-font {
  font-size: 5.5em;
  line-height: .65;
  text-transform: uppercase;
}

p, ul, ul li {
  margin: 0;
  color: #e3e2e2;
}

a {
  margin: 0;
}

.btn-main {
  color: #e3e2e2;
  font-size: 2.5em;
  text-transform: uppercase;
  border: 8px solid #e3e2e2;
  padding: .75rem 2rem .25rem 2rem;
  border-radius: 1rem;
  font-family: 'Helvetica BI';
}

.btn-main:hover {
  background-color: #e50404;
  color: #e3e2e2;
  border: 8px solid #e50404;
}

.logo {
  width: 40rem;
}

.intro {
	background-color:#000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position:relative;
}

.intro .frame {
  border: 2rem solid #e50404;
  opacity: .7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:90;
}

.intro .content h1 {
  font-size: 2.1em;
  line-height: 1.5em;
  margin: 3rem 0rem;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  letter-spacing:2px;
}

.section-01 {
  background-color: black;
  background-image: url("../images/tape.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tape-img {
  position: absolute;
    left: -25%;
}

.section-01 .content h2 span {
  margin-left: 12rem;
  color: #e50404;
  font-family: 'Helvetica BI';
}

.section-01 .content p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 3rem 0rem;
}

.section-01 .content h3 span {
  color: #e50404;
}

.section-02 {
  background-color: #e50404;
  padding: 2rem 0;
}

.section-03 {
  background-image: url("../images/bg_sep.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #0a0a0a;
}

.section-03 .crosses {
  width: 25rem;
  position: relative;
  margin-top: auto;
  right: 25%;
  z-index: 0;
}

.section-03 h2 {
  color: #e50404;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}

.section-03 p {
  font-family: 'Helvetica BI';
  margin-bottom: 2rem;
}

.section-03 .content-left {
  padding-right: 3rem;
}

.section-03 .content-right {
  padding-left: 3rem;
}

.form-section {
  background: #0a0a0a !important;
  min-height: 100vh;
  height: auto;
  padding: 4rem 0rem 2rem 0rem;
}

.form-section .xl-font {
  line-height: .85em !important;
}

.form-section h2 span {
  margin-left: 0rem !important;
}

.form-section .poster {
  position: absolute;
  height: 100vh;
}

.footer {
  padding: 4rem;
}

.footer h3 {
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 5px;
  margin: 0;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mt-10rem {
  margin-top: 10rem;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  background: #e3e2e2;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.footer {
  position: relative;
    z-index: 5;
    background: white;
}

#exampleSlider {
  position: relative;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}

#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}

#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border: 1px solid transparent;
  border-right: none;
  width: 25%;
  padding: 2rem;
}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}

#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
  color: transparent;
}

@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}

#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}

#exampleSlider .MS-controls .MS-left {
  left: 10px;
}

@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}

#exampleSlider .MS-controls .MS-right {
  right: 10px;
}

@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */