/* GENERAL */
.body {
  height: auto;
}

/* LOGO ANIMATIONS */
.rpm-logo { -webkit-animation: spinLogo 20s linear infinite; }
@-webkit-keyframes spinLogo {
0%   {-webkit-transform: rotate(0deg); }
100% {-webkit-transform: rotate(360deg);}
}

/* MENU */
.current-menu-item {
  color: #ffffff;
  border-bottom-color: #ffffff;
}


/* PAGE */
.page-content {
  padding-bottom: 0px;
}
.page-content .page-description {
  margin:0px;
}

/* TWO COLUMN */
.color-column img {
  padding: 0px;
}

/* EXAMPLES */
.examples-image-box .video-container {
	/* position:static; */
}
.examples-image-box.example-video {
  display: block;
}

/* FANCYBOX */
.fancybox-bg {
  background: #ffffff;
}

/* RESPONSIVE VIDEOS 16X9 */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
