#secondary,
.site-footer,
.site:before,
.edit-link {
	display: none !important;
}
#content{
	border-left: none;
}
#pl-89742 #panel-89742-0-0-0,
#pl-89769 #panel-89769-0-0-0 {
	position: relative;
    width: 100%;
    height: calc(100vh - 78px);
}

.load_logo{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 48%;
    margin: auto;
    width: 46px;
    height: 48px;
    overflow: hidden;
    animation: pulse 2s infinite;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.element {
  
}

@keyframes pulse {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  75% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}

.load_logo img{
	max-width: 194px;
    width: 194px;
    height: auto;
    position: relative;
    right: 16px;
}