/* Image Parallax Section*/
.ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
	
}
.ParallaxImage h1{
	text-align:center;
}
.ParallaxImage h3 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color:#FFF;
}

.bg2 {
  background-image: url("/bitrix/templates/direct_template/images/bg2.jpg");
}
.bg3 {
  background-image: url("/bitrix/templates/direct_template/images/bg3.jpg");
}
.bg4 {
  background-image: url("/bitrix/templates/direct_template/images/bg4.jpg");
}
.bg5 {
  background-image: url("/bitrix/templates/direct_template/images/img5.jpg");
}


/* Content Parallax Section*/
.ParallaxContent {
    background: none repeat scroll 0 0 #9164ea;
    padding: 42px 0;
    color:#FFF;	
} 
.ParallaxContent h3{
	color:#FFF;	
	text-align:center;
}


/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 0px;	
}
.ParallaxVideo video{ 
    min-width: 100%;
	 max-width: 100%;
    position: fixed;
	top:0;
	z-index: -9999;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


/* General Section*/
.container {
  margin: 0 auto;
  padding:0 12px;
  background: #00000050;
}
.headlines h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
	text-align: center;
}
.headlines p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
	color:#f6f3f3;
	text-align: center;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 900px) {
	.ParallaxVideo video{ 
		margin-top: 110px;
	}
}