.jux-images-masonry-loading {
   height: 50px;
   width: 20%;
   margin-left:auto;
   margin-right: auto;
   margin-top: 5px;
   margin-bottom: 5px;
}
.jux-images-masonry-loading .jux_portfolio_loading_spinner {
    margin: 30px auto;
    width: 32px;
    position: relative;
}
.jux_loadMore{
  border-radius: 5px;
	color: #f3f3f3;
	background-color: #96003A;
	text-align: center;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 14px;
	width:20%;
	margin: 0px auto 40px;
	padding:15px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
.jux_loadMore:hover{
	background-color: #D3276A;
}
.jux_loadMore a#portfolio_viewplus{
	width:100%;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}	
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube1,
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube2,
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube3,
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube4,
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube5 {
    background: #A1A1A1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-animation: cubemove 2s infinite ease-in-out;
    animation: cubemove 2s infinite ease-in-out;
}
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube2 {
   -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube4 {
   -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
.jux-images-masonry-loading .jux_portfolio_loading_spinner .cube5 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
@-webkit-keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #96003A;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}
@keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #D3276A;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}
