::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(56, 89, 100, 0.4);
  border: 2px solid #e3e7f0;
}

::-webkit-scrollbar-button {
  height: 0px;
  background: red;
  width: 0px;
}

::-webkit-scrollbar-corner {
  margin-top: 20px;
  background-color: #e3e7f1;
}

/* Image Parallax Section*/

.ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
	padding-bottom: 50px;
    padding-top: 50px;
	-moz-box-shadow:    0px 0px 45px #000;
	-webkit-box-shadow: 0px 0px 45px #000;
	box-shadow:         0px 0px 45px #000;
}
.ParallaxImage h1{
	text-align:center;
}
.ParallaxImage h3 {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  color:#FFF;
}

.bg1 {
  background-image: url("../video/pannongeodezia-thumb.jpg");
}
.bg2 {
  background-image: url("../video/re-thumb.jpg");
}
.bg3 {
  background-image: url("../video/uvegarc1-2.jpg");
}


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


/* Video Parallax Section*/
.ParallaxVideo{ 
	height: 500px;
	padding-bottom: 50px;
    padding-top: 50px;
	-moz-box-shadow:    0px 0px 45px #000;
	-webkit-box-shadow: 0px 0px 45px #000;
	box-shadow:         0px 0px 45px #000;
}
.ParallaxVideo .layer {
position: fixed;
    width: 100%;
    height: 1000%;
	background:#000;
	opacity: 0.5;
    top: 10px;
    z-index: -10;
}
.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/* Video Parallax 2 Section*/
.ParallaxVideo2{ 
	height: 500px;
	padding-bottom: 50px;
    padding-top: 50px;
	-moz-box-shadow:    0px 0px 45px #000;
	-webkit-box-shadow: 0px 0px 45px #000;
	box-shadow:         0px 0px 45px #000;
}
.videovisible{ 
    width: 100%;
    height: 110%;
    position: fixed;
	top:0;
	z-index: -9999;
	display:unset;
	object-fit: cover;
}
.videohidden{ 
    width: 100%;
    height: 110%;
    position: fixed;
	top:0;
	z-index: -9999;
	display:none;
	object-fit: cover;
}
.ParallaxVideo2 h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

	.col-rt-3 {
		width:50%;
		float: left;
	}

/* General Section*/
.container {
  margin: 0 auto;
  padding:0;
}
.prod_container {
  margin: 0 auto;
  width:100%
}
.headlines h2 {
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 32px;
    margin: 0;
	text-align: center;
}
.headlines p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
	color:#f6f3f3;
	text-align: center;
}
@media screen and (max-device-width: 500px) {
	.col-rt-3 {
		width:100%;
	}
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
