@charset "utf-8";
.clear{display:block;width:100%;clear:both;}
.twitterMediaCont{display:none;}
#lasttweets{position: relative;min-height:100px;padding:15px 10px;}
.bubblingG{position: absolute;left: 50%;margin-left: -26px;top: 50%;margin-top: -16px;} 

.single-tweet-copy {text-align: left;}

.tweet-actions{float:right;}
.showMediaButton{float:left;}
.tweet-actions a,.showMediaButton a{display:inline-block;width:17px;height:17px;background:url(../img/tweeteractions.jpg) left no-repeat;margin-left:3px;}
.tweet-actions #replytweet{background-position:-17px 0;}
.tweet-actions #favtweet{background-position:-34px 0;}
.tweet-actions #retweet{background-position:0;}
.showMediaButton .showmediatweet{background-position:-51px 0;}

.tweet-hit{float: left;}
.tweet-date{float:right;}

.twitterMediaCont{position: relative;}
.twitterMediaCont .twitterMediaContOverlay{background:url(../img/icon_play.png) center no-repeat #000;opacity:0.6;background-size: 18%;position: absolute;z-index: 1;left: 0;right: 0;top: 0;bottom: 0;}
.twitterMediaCont .twitterMediaContOverlay:hover{cursor: pointer;}
.twitterMediaCont iframe{width: 100%;height: 320px;}

/* LOADING */
.bubblingG {text-align: center;width:52px;height:32px;}
.bubblingG span {display: inline-block;vertical-align: middle;width: 6px;height: 6px;margin: 16px auto;background: #000000;-moz-border-radius: 32px;-moz-animation: bubblingG 0.5s infinite alternate;-webkit-border-radius: 32px;-webkit-animation: bubblingG 0.5s infinite alternate;-ms-border-radius: 32px;-ms-animation: bubblingG 0.5s infinite alternate;-o-border-radius: 32px;-o-animation: bubblingG 0.5s infinite alternate;border-radius: 32px;animation: bubblingG 0.5s infinite alternate;}
#bubblingG_1 {-moz-animation-delay: 0s;-webkit-animation-delay: 0s;-ms-animation-delay: 0s;-o-animation-delay: 0s;animation-delay: 0s;}
#bubblingG_2 {-moz-animation-delay: 0.15s;-webkit-animation-delay: 0.15s;-ms-animation-delay: 0.15s;-o-animation-delay: 0.15s;animation-delay: 0.15s;}
#bubblingG_3 {-moz-animation-delay: 0.3s;-webkit-animation-delay: 0.3s;-ms-animation-delay: 0.3s;-o-animation-delay: 0.3s;animation-delay: 0.3s;}
@-moz-keyframes bubblingG {0% {width: 6px;height: 6px;background-color:#000000;-moz-transform: translateY(0);}
100% {width: 15px;height: 15px;background-color:#FFFFFF;-moz-transform: translateY(-13px);}}
@-webkit-keyframes bubblingG {0% {width: 6px;height: 6px;background-color:#000000;-webkit-transform: translateY(0);}
100% {width: 15px;height: 15px;background-color:#FFFFFF;-webkit-transform: translateY(-13px);}}
@-ms-keyframes bubblingG {0% {width: 6px;height: 6px;background-color:#000000;-ms-transform: translateY(0);}100% {width: 15px;height: 15px;background-color:#FFFFFF;-ms-transform: translateY(-13px);}}
@-o-keyframes bubblingG {0% {width: 6px;height: 6px;background-color:#000000;-o-transform: translateY(0);}
100% {width: 15px;height: 15px;background-color:#FFFFFF;-o-transform: translateY(-13px);}}
@keyframes bubblingG {0% {width: 6px;height: 6px;background-color:#000000;transform: translateY(0);}
100% {width: 15px;height: 15px;background-color:#FFFFFF;transform: translateY(-13px);}}
/* /LOADING */