html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Custom CSS TODO: refactor please*/
.animate-rotate svg {
	overflow: hidden;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

.node-type-article .pane-sidebar-recommended-article .view-footer span.animate-rotate,
.node-type-article .pane-sidebar-recommended-article a.animate-rotate,
.node-type-article .view-column-authors-block .view-footer span.animate-rotate,
.view-column-authors a.animate-rotate {
    /*background-color: #f6f6f6!important;*/
    background-image: -webkit-linear-gradient(-45deg, rgba(50, 50, 50, 0.05) 25%,transparent 25%,transparent 50%,rgba(50, 50, 50, 0.05) 50%,rgba(50, 50, 50, 0.05) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(50, 50, 50, 0.05) 25%,transparent 25%,transparent 50%,rgba(50, 50, 50, 0.05) 50%,rgba(50, 50, 50, 0.05) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(50, 50, 50, 0.05) 25%,transparent 25%,transparent 50%,rgba(50, 50, 50, 0.05) 50%,rgba(50, 50, 50, 0.05) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.footer-popular-block-title .pagination-right.load,
.footer-popular-block-title .pagination-left.load{
    color: #ff6333!important;
    opacity: 1;
    animation: blinker 0.8s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

/* keyframes animations */
@-webkit-keyframes blinker {from { opacity: 1; }to { opacity: 0; }}
@-o-keyframes blinker {from { opacity: 1; }to { opacity: 0; }}
@keyframes blinker {from { opacity: 1; }to { opacity: 0; }}

@-webkit-keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}
@-o-keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}
@keyframes progress-bar-stripes {from { background-position: 40px 0;}to { background-position: 0 0;}}

@-moz-keyframes spin {from { -moz-transform: rotate(0deg); }to { -moz-transform: rotate(360deg); }}
@-webkit-keyframes spin {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(360deg); }}
@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}


canvas {
    margin: 20px auto;
    display: block;
}

.title .comment-form{
    display: none;
}

#edit-comment-body-und-0-format {
    display: none;
}


