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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {}
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;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 0.9em;
    line-height: 1.2em;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
h1 {
    letter-spacing: -1px;
}
h1, h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h2 {font-size: 1em;}


a {
    text-decoration: none;
}

.tile-source a,
.tile-main a{
    color:#999;
}


.tile-source a:hover,
.tile-main a:hover {
    text-decoration: underline;
}



/**** Isotope Filtering ****/

.isotope-item {
}

.isotope-hidden.isotope-item {
    pointer-events: none;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


.transition {
    -webkit-transition-property: top, left;
    -moz-transition-property: top, left;
    -ms-transition-property: top, left;
    -o-transition-property: top, left;
    transition-property: top, left;

    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}





/* generic CSS */
.container {
    position:relative;

}


.source-facebook,
.source-twitter,
.source-youtube,
.source-instagram,
.source-gplus,
.source-tumblr,
.source-rss,
.source-flickr,
.source-stackla,
.source-pinterest,
.source-weibo
{
    width: 15px;
    height: 15px;
    float:left;
    background: url(/media/images/tile-sprite.20141009.png) no-repeat;
    margin:0;
    border-radius: 2px;
    margin-right: 3px;
}
.source-facebook {
  background-position: -40px 0px; }
.source-twitter {
  background-position: -40px -60px; }
.source-gplus {
  background-position: -40px -120px; }
.source-youtube {
  background-position: -40px -180px; }
.source-instagram {
  background-position: -40px -240px; }
.source-tumblr {
  background-position: -40px -300px; }
.source-pinterest {
  background-position: -40px -360px; }
.source-ecal {
  background-position: -40px -420px; }
.source-stackla,
.source-sta_feed {
  background-position: -40px -480px; }
.source-flickr {
  background-position: -40px -540px; }
.source-rss {
  background-position: -40px -600px; }
.source-weibo {
  background-position: -40px -660px; }



.avatar {
    float:left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin:0;
}







.tile{
    cursor: pointer;
    overflow: hidden;
}

.play-video{
    position: absolute;
    top:50%;
    left:50%;
    margin:-15px 0 0 -15px;
    width:30px;
    height:30px;
    background: url(/media/images/video-icon.png) no-repeat;
    z-index:40;
}


.track {
    position: relative;
    overflow: hidden;

}

.imgWrapper {
    position: relative;
    width:100%;
    height: 100%;
    background:#000;
    overflow: hidden;
}

.imgWrapper img{
    position:absolute;
    top:0;
    left:0;
    z-index:9;
}

.loading-in-progress {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    background: #000;
}

.loading-in-progress span.loading-in-progress-icon{
    position:absolute;
    top:50%;
    left:50%;
    width:16px;
    height:16px;
    margin:-8px 0 0 -8px;
    background: url(/media/images/image-loader.gif) no-repeat;
}

.avatar {
    overflow: hidden;
}



.spinner {
    position:absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    background: url(/media/images/widget/loading.gif) no-repeat;
    z-index: 100;
}

.spinner-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    display:none;
}


.tile-main{


}
.col2 .tile-main {
    top: 50px;
}

.col1 .tile-source{
    position: absolute;
    bottom:-9999px;
    left:0;
    z-index: 20;
}


.nav-top,
.nav-bottom {
    position:absolute;
    left:0px;
    width:100%;
    background: transparent;
    z-index:100;
    cursor: pointer;
}
.nav-top {
    top:0px;
}
.nav-bottom {
    bottom:0px;
}
.nav-arrow {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    opacity: 0.7;
    background: red;
    background: url(/media/images/widget-arrows.png);
}
.nav-top .nav-arrow {
    background-position: 0px -80px;
}
.nav-bottom .nav-arrow {
    background-position: 0px -120px;
}
.nav-top:hover .nav-arrow,
.nav-bottom:hover .nav-arrow {
    opacity: 1;
}








.user {

}

.twitter-handle {
    color: #666;
}

.ups{
    display: block;
    width: 15px;
    height: 15px;
    background: url(/media/images/widget/likes-small.png) no-repeat;
}
.comments
{
    display: block;
    width: 15px;
    height: 15px;
    margin:0px 0 0 0px;
    background: url(/media/images/widget/comments-small.png) no-repeat;
}



.col1 .ups {background-position: -15px -18px}
.col1 .ups:hover {background-position: 0px -19px}

.col1 .comments {background-position: -14px -14px}
.col1 .comments:hover {background-position: 2px -13px}



.col2 .ups {background-position: -15px 0}
.col2 .ups:hover {background-position: 0px 0}

.col2 .comments {background-position: -15px 2px}
.col2 .comments:hover {background-position: 0px 2px}



.avatar-source {width:100%;}
.avatar-source td{vertical-align: middle;}

.source-icons{
    position: absolute;
    top: 2px;
    right:0;
    cursor: pointer;
}
.source-icons table td{text-align:center; vertical-align: middle; padding:2px 5px 2px 0px;}


.col1 .tile-source {
    position: absolute;
    top: -9999px;
    left: 0px;
    height: 50px;
    width: 100%;
    z-index: 20;
    background: black;
    background: rgba(0,0,0,0.6);

}

.col1 .tile-source .sourceWrapper {
    position:absolute;
    top: 0;
}

.col1 .textWrapper {
    position: absolute;
    bottom: -9999px;
    left: 0px;
    z-index: 20;
    background: black;
    background: rgba(0,0,0,0.6);
    max-height: 220px;
}


.col1:hover .tile-source {
    top: 0px;
}

.col1:hover .textWrapper {
    bottom: 0px;
}



.col2 .tile-source {
    position: relative;
    top: 0px;
    height: 50px;
    width: 100%;
}



.textWrapper {
    overflow: hidden;
    word-wrap: break-word;
}
.textWrapper h2 {
    text-align: center;
    font-weight: bold;
}
.ecal-info li i {
    width: 20px; 
}
.ecal-info strong {
    font-weight: bold;
}






/* Fixed font colours */
.col2 .textWrapper {
    color: black !important;
}
.col2 .user {
    color: #555 !important;
}
.time-phrase {
    color: #aaa !important;
}


.source-meta {
    padding: 5px 0 0 0;
}

.icon-thumbs-up,
.icon-thumbs-down,
.icon-comment-alt,
.time-phrase {
    padding-right: 5px;
}


.twitter-intent {
    float:right;
}

.twitter-reply {
    float:right;
    display:block;
    width: 20px;
}
.twitter-reply span{
    float:left;
    display:block;
    width: 17px;
    height: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin:0 !important;
    background:url(/media/images/twitter-intent.png) no-repeat 0px 0px;
}
.twitter-reply:hover span{
    background:url(/media/images/twitter-intent.png) no-repeat 0px -12px;
}

.twitter-retweet {
    float:right;
    display:block;
    width: 20px;
}
.twitter-retweet span{
    float:left;
    display:block;
    width: 17px;
    height: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin:0 !important;
    background:url(/media/images/twitter-intent.png) no-repeat -17px 0px;
}
.twitter-retweet:hover span{
    background:url(/media/images/twitter-intent.png) no-repeat -17px -12px;
}


.twitter-favorite {
    float:right;
    display:block;
}
.twitter-favorite span{
    float:left;
    display:block;
    width: 17px;
    height: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin:0 !important;
    background:url(/media/images/twitter-intent.png) no-repeat -34px 0px;
}
.twitter-favorite:hover span{
    background:url(/media/images/twitter-intent.png) no-repeat -34px -12px;
}

.user-info {
    float:right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.via-link {
    float:left;
    display: block;
    color: #aaa;
    font-size: 12px;
    padding: 3px 0 0 0;
    text-decoration: none;
}

.vine-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}


.hidden {
    display: none!important;
}

.custom-tags-container {
    display: none;
}





.tile.no-click-through,
.tile.no-click-through > a
{
    cursor: default;
}


.no-overlay .tile:hover .imgWrapper img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
}
.no-overlay .tile:hover .vine-overlay {
    background: rgba(0,0,0,0.2);
}



/* Tile Claiming */
.tile-claim {
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}
.col1 .tile-claim a {
    color: white;
}
.col2 .tile-claim a {
    color: #0071cb;
}

.tile.claimed {
    box-shadow: 0 0 0 2px #0071cb;
}
.tile.claimed .tile-claim a {
    color: #aaa;
    font-style: italic;
}
.tile.claimed .tile-claim a:hover {
    text-decoration: none;
}





/* Retina */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .nav-arrow {
        background-size: 30px 120px;
    }
    .nav-top .nav-arrow {
        background-position: -10px -40px;
    }
    .nav-bottom .nav-arrow {
        background-position: -10px -60px;
    }
}


/* place holder */
.facebook .avatar-place-holder {
    background: #39579a; }

.twitter .avatar-place-holder {
    background: #00abf0; }

.gplus .avatar-place-holder {
    background: #dd4b39; }

.instagram .avatar-place-holder {
    background: #80413c; }

.stackla .avatar-place-holder,
.sta_feed .avatar-place-holder {
    background: #75c237; }

.rss .avatar-place-holder {
    background: #ff6600; }

.weibo .avatar-place-holder {
    background: #e6162d; }

.youtube .avatar-place-holder {
    background: #d32325; }

.pinterest .avatar-place-holder {
    background: #c3090c; }

.ecal .avatar-place-holder {
    background: #1e8fcf; }

.tumblr .avatar-place-holder {
    background: #45556b; }

.flickr .avatar-place-holder {
    background: #ed1e83; }

.avatar-place-holder {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 2;
}

.avatar-place-holder img {
    width: 100%;
    height: 100%;
}

.avatar-profile {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
}
