.ws-item-sale {
    left: 86%;
}
.ws-works-item {
    min-height: 568px;
}

p {margin-bottom:12px;}

.ws-parallax-header .ws-parallax-holder h1:after, .ws-parallax-header .ws-parallax-holder h1:before {
    margin: 0;
}
.ws-btn-pagination {
    font-size: 14px;
    min-width: 40px;
    padding: 15px;
    border: 1px solid #3b5998;
    background-color: transparent;
    color: #3b5998;
}
.ws-btn-pagination:hover, .ws-btn-pagination .active {
    color: #fff;
    background-color: #3b5998;
}
.pagination {width:100%;margin-left:auto;margin-right:auto;margin-top:40px;}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}