.intro.full-width .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.intro.full-width .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.intro.full-width .container [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*.full-width .row.jt_row.container,
.full-width .folio-filter {
	width: 1241px;
	 padding-top: 140px;
    margin: 0px auto;
}*/

[6.01. intro]
*/
.intro {
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 540px;
}
@media (min-width: 768px) {
  .intro {
    height: calc(100% - 100px);
  }
  .intro.full-height {
    height: 100%;
  }
}
.intro .container,
.intro .row,
.intro .col-md-12,
.intro .playerVideo {
  height: 100%;
}
.intro > div,
.intro .vcenter {
  width: 100%;
}
.intro .text-overlay {
  position: absolute;
  z-index: 4;
}
.intro .text-overlay .logo-intro {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.loaded .intro .text-overlay .logo-intro {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.intro .text-overlay .primary-title,
.intro .text-overlay .subtitle-text,
.intro .text-overlay .coming-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.loaded .intro .text-overlay .primary-title,
.loaded .intro .text-overlay .subtitle-text,
.loaded .intro .text-overlay .coming-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .intro .text-overlay {
    top: 60px;
  }
}
.intro .slides-pagination {
  display: none;
  bottom: 150px;
}
.intro.intro-mini {
  height: auto;
  min-height: 0;
  background-size: cover;
  background-position: center;
}
.intro.intro-mini .text-center {
  margin-top: 115px;
  margin-bottom: 50px;
}
.intro.intro-mini .text-center .subtitle-text {
  margin-top: 20px;
}
.intro .play-video {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: -50px 0px 0px -50px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  line-height: 65px;
  text-indent: -9999999px;
  background: url('../images/play.png') center center no-repeat rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  left: 50px;
  bottom: 0;
}
.intro .play-video.playing {
  background: url('../images/pause.png') center center no-repeat rgba(0, 0, 0, 0.5);
}
.intro .playerVideo:hover .play-video {
  display: block;
}


/*.section.parallax {
	padding-bottom: 180px;
	margin-bottom: 0;
}*/
@media only screen and (max-width: 768px) {
#process-mp.section.separator {margin-bottom:-50px;}
	.owl-carousel iframe {
		height: 100% !important
	}
}

.project-info {
	margin-bottom: 0px;
}

body > .mbYTP_wrapper {
	position:absolute !important
}
.owl-carousel iframe {
	width: 100% !important
}
#footer .thanks { display: none; }
.megabutton { background: #f007b2; }


