body{
    padding-top: 0px;
}
#headLogo{
	height: 60px;
	display: inline;
	margin: 3px;
	margin-top: -10px;
	border-radius: 4px;
}

#head-logo{
	height: 140px;
	border-radius: 4px;
}

div.sidePipeSection{

}

.sidePipeSection img{
	width: 40%;
	border-radius: 4px;
	margin: 3px;
}

div.show-description img{
    width: 100%;
    float: left;
}

div.show-description a{
    display: none;
}


div.show-description p{
	font-size: 0px;
    height: 0px;
}

div.show-details img{
    display: none;
}

div.show-details a{
    display: none;
}

.videogular-container{
	position: relative;
	top: -1px;
}

.loadingSpinner{
	position: relative;
	top: 55px;
	zoom: 60%;
	pointer-events: none;	
}

.play-image img{
	width: 100%;
}

/* The starting CSS styles for the enter animation */
.ng-enter {
  transition:0.2s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.ng-enter.ng-enter-active {
  opacity:1;
}

.ng-leave {
  transition:0.2s linear all;
  opacity:1;
}

.ng-leave.ng-leave-active {
  opacity:0;
}