.at-animation-rotate-in {
    -webkit-animation: at-animation-rotate-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform-origin: top left;
    
    animation: at-animation-rotate-in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: top left;
    left:0 !important;
}

@-webkit-keyframes at-animation-rotate-in {
    0%   { -webkit-transform: rotateZ(-180deg); }
    100% { -webkit-transform: rotateZ(0); }
}

@keyframes at-animation-rotate-in {
    0%   { transform: rotateZ(-180deg); }
    100% { transform: rotateZ(0); }
}

.at-animation-rotate-out {
    -webkit-animation: at-animation-rotate-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform-origin: top left;
    
    animation: at-animation-rotate-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: top left;
    left:0 !important;
}

@-webkit-keyframes at-animation-rotate-out {
    0%   { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(180deg); }
}

@keyframes at-animation-rotate-out {
    0%   { transform: rotateZ(0); }
    100% { transform: rotateZ(180deg); }
}

.article-transformer * {
    margin:0;
    padding: 0;
    line-height: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article-transformer {
    margin:0 auto;
    width:100%;
}

.article-transformer-post-template {
    display: none;
}

.article-transformer-post.article-transformer-post-big {
    width:580px;
}

.article-transformer-post {
    width: 280px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-transformer-post-wrapper {
    width:100%;
    background:#f7f7f5;
    overflow: hidden;
}

.article-transformer-post-inner {
    padding:20px;
    float:left;
}

.article-transformer-post-image-wrapper {
    position: relative;
    width:100%;
    float:left;
}

.article-transformer-post-image {
    width: 100%;
    float:left;
    height: auto;
}

.article-transformer-post-title {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    position: absolute;
    left:20px;
    right: 20px;
    bottom:20px;
    background-color: rgba(255,255,255,0.7);
    color:#000;
    padding: 10px 20px;
    -webkit-transition: color .25s ease-out, background .25s ease-out;
    transition: color .25s ease-out, background .25s ease-out;
} 

.article-transformer-post-title a {
    color:#000;
    color: inherit;
    text-decoration: none;
}

.article-transformer-post-title.static {
    position: static;
}

.article-transformer-post-title:hover {
    background-color: rgba(73,186,228,0.7);
    color:#fff;
}

.article-transformer-post-title:hover a {
    color:inherit;
}

.article-transformer-post-big .article-transformer-post-title {
    font-size: 30px;
}

.article-transformer-post-author-date {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    width: 100%;
    float:left;
    text-align: left;
    color:#b8b8b6;
    margin: 10px 0;
}

.article-transformer-post-big .article-transformer-post-author-date  {
    font-size: 13px;
}

.article-transformer-post-content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;
    width: 100%;
    float:left;
    text-align: left;
    color:#a2a2a0;
    margin: 10px 0;
}

.article-transformer-post-big .article-transformer-post-content {
    font-size: 14px;
}

.article-transformer-post-link {
    width:100%;
    height:40px;
    line-height: 40px;
    background:#49bae4;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    float:left;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px 0 0 0;
    -webkit-transition: color .25s ease-out, background .25s ease-out;
    transition: color .25s ease-out, background .25s ease-out;
}

.article-transformer-post-link:hover {
    color:#fff;
    background:#202020;
}

.article-transformer-post-stats {
    float:left;
    max-width:50%;
    margin-top:30px;    
    cursor: default;
}

.article-transformer-post-comments-count,
.article-transformer-post-views {
    float:left;
    font-size: 14px;
}

.article-transformer-post-stats span {
    color:#a5a5a3;
}
.article-transformer-post-stats i {
    color:#898987;
}

.article-transformer-post-stats i {
    margin-right: 10px;
}

.article-transformer-post-views {
    margin-left: 10px;
}

.article-transformer-post-social {
    margin-top:30px;   
    float:right;
    max-width: 50%;
    margin-right: -7.5px;
    font-size: 14px;
}
.article-transformer-post-social a {
    color:#898987;
    padding:0 7.5px;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.article-transformer-post-social .fb:hover {
    color:#3b5998;
}

.article-transformer-post-social .tw:hover {
    color:#326ada;
}

.article-transformer-post-social .gp:hover {
    color:#d62d20;
}

.article-transformer-loadmore-posts {
    text-align:center;
    margin-top: 30px;
    margin-bottom: 30px;
    width:100%;
    position: relative;
    height: 40px;
}

.article-transformer-loadmore-posts-button {
    background:#49bae4;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .25s ease-out, background .25s ease-out;
    transition: color .25s ease-out, background .25s ease-out;
    height:40px;
    display: inline-block;
    line-height: 40px;
    min-width: 50%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.article-transformer-loadmore-posts-button:hover {
    color:#fff;
    background:#202020;
}

.article-transformer-post-dominant-color {
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}

.article-transformer-post-append .article-transformer-post-wrapper { 
    opacity:0;
}

.article-transformer-posts {
    margin: 0 auto;
    /* Width is set by masonry  (isFitWidth set to true by default)*/
}

.article-transformer-loadmore-posts-loader {
    text-align:center;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    height: 40px;
    z-index: 0;
    background: url("preloader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media all and (max-width: 680px) {
    .article-transformer-post-big {
        width: 280px !important;
    }
}