.btn-social {
    height: 52px;
    padding: 0 18px 0 62px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-social.small {
    height: 36px;
    padding: 0 10px 0 38px;
    line-height: 36px;
}
.btn-social.large {
    height: 68px;
    padding: 0 10px 0 70px;
    line-height: 68px;
}
.btn-social:after {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 2px;
    top: 1px;
    content: " ";
}
.btn-social.large:after {
    width: 64px;
    height: 64px;
}
.btn-social.small:after {
    width: 32px;
    height: 32px;
}

/* Facebook */

.btn-social.facebook {
    color: #f1f1f1;
    text-shadow: 0 1px #173B86;
    border: 1px solid transparent;
    background: #4D78CE;
    background: -moz-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D78CE), color-stop(100%, #456fa7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4D78CE 0%, #456fa7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D78CE', endColorstr='#456fa7',GradientType=0 ); /* IE6-9 */
}
.btn-social.facebook:hover {
    border: 1px solid #225DD8;
    background: #356AB1;
    background: -moz-linear-gradient(top,  #4D78CE 0%, #356AB1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D78CE), color-stop(100%, #356AB1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4D78CE 0%, #356AB1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D78CE 0%, #356AB1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D78CE 0%, #356AB1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4D78CE 0%, #356AB1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D78CE', endColorstr='#356AB1',GradientType=0 ); /* IE6-9 */
}
.btn-social.facebook:active {
    border: 1px solid #18294D;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
}

.btn-social.facebook:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/lW50qvOVBqxKc-OA5ppbxA) no-repeat;
    border-right: 1px solid #5272AA;
}
.btn-social.facebook.large:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/UmgrTPYGdCQVnTe55qVUGg) no-repeat;
}
.btn-social.facebook.small:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/y93Ewcifdb2sIOSkS6Fkdw) no-repeat;
}

/* Twitter */
.btn-social.twitter {
    color: #333;
    text-shadow: 0 1px #f1f1f1;
    border: 1px solid #CCCCCC;
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:hover {
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:active {
    background: rgb(222,222,222); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/JXQd9gY2fP9V0Tc5GNws5g) no-repeat;
    left: 5px;
}
.btn-social.twitter.large:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/X1Hn1cMIySBBbxZRISm0Lg) no-repeat;
}
.btn-social.twitter.small:after {
    background: url(https://nb9-stumbleupon.netdna-ssl.com/hjVc7JWrFhXkMawHmpIN-A) no-repeat;
}/* Don't remove me */






















/* stumble frame style */
#tb-stumble-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#tb-stumble-frame {
	position: absolute;
    width: 100%;
    height: 100%;
}
#tb-stumble-container-bad-flash {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
	background: url(https://nb9-stumbleupon.netdna-ssl.com/9MfdjuDe7tBa5aaXeO065A) #2f2f2f no-repeat center;
}
/* Main toolbar elements layout */
#tb-toolbar {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    background: #3d3d3d; /* Old browsers */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -moz-linear-gradient(top,  #3d3d3d 0%, #212121 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -o-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -ms-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), linear-gradient(to bottom,  #3d3d3d 0%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
body.tb-fixed {
    margin-top: 40px;
}
.tb-fixed #tb-toolbar {
    position: fixed !important;
    top: 0;
    z-index: 10;
}
.no-webtoolbar #tb-toolbar {
    display: none;
}

#tb-toolbar ul {
    white-space: nowrap;
}
#tb-toolbar ul li {
    display: inline;
    height: 40px;
    list-style-type: none;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#tb-toolbar-left {
    left: 0;
    position: absolute;
    z-index: 150;
}
#tb-toolbar-rigth {
    right: 0;
    position: absolute;
    z-index: 140;
}

/* Standard Elements styles */
/* text */
.tb-text {
    display: table;
}
.tb-text span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
/* button */
.tb-btn > .tb-btn-text,
.tb-btn a {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 12px;
    display: inline-block;
    color: #cccccc;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
}
.tb-btn a:hover {
    color: #ffffff;
}
.tb-btn a:hover .tb-btn-text {
}
.tb-btn-ico {
    display: block;
    position: absolute;
    height: 40px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) no-repeat;
}
.ie7 #tb-stumble .tb-btn-ico {
    top: 7px;
}
.ie7 #tb-stumble .tb-btn-text {
    position: relative;
}
/* space solid */
.tb-space-solid {
    background-color: #3b3b3b;;
}
/* short solid spacer */
.tb-space-solid-small {
    width: 2px;
    background-color: transparent;
}
.tb-space-solid-small div {
    background-color:#949494;
    height:18px;
    margin-top:6px;
    width:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#BDBDBD;
}

.tb-btn-notext .tb-btn-text {
    display: none;
}

/* more buttons */
.tb-btn-more .tb-btn-text {
    display: none;
}
.tb-btn-more a, .tb-btn-more .tb-btn-ico {
    width: 8px;
    background-position: 0 -332px;
}
.tb-btn-more a:hover .tb-btn-ico {
    background-position: 0 -382px;
}

/* Specific elements styles */
/* Stumble Button */
#tb-stumble a {
    height: 12px;
    line-height: 12px;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 4px;
    color: white;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #363436;
    font-size: 14px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:500;
    font-stretch:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);

    box-shadow: 0 -1px 1px 0 #231F20;
    -moz-box-shadow: 0 -1px 1px 0 #231F20;
    -webkit-box-shadow: 0 -1px 1px 0 #231F20;

    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 5%, rgba(238,102,49,1) 33%, rgba(241,90,41,1) 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(5%,rgba(233,132,63,1)), color-stop(33%,rgba(238,102,49,1)), color-stop(64%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */

}
#tb-stumble a:hover {
    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 22%, rgba(238,102,49,1) 46%, rgba(241,90,41,1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(22%,rgba(233,132,63,1)), color-stop(46%,rgba(238,102,49,1)), color-stop(70%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}
#tb-stumble a:active {
    background: #C94F1A;
}
#tb-stumble .tb-btn-ico {
    height: 20px;
    width: 20px;
    top: 6px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) no-repeat -1px -2302px;
}
#tb-stumble .tb-btn-text {
    margin-left: 25px;
    margin-right: 14px;
}

/* interests button */
#tb-interests a {
    width: 126px;
    position: relative;
}
#tb-interests a .tb-btn-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tb-interests a .tb-btn-ico {
    position: absolute;
    top: 0;
    right: 10px;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    color: #eb4924;
    background-color: #f1f1ef;
    text-shadow: none;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a .tb-btn-ico {
    background-position: 0 -732px;
}

/* like buttons stuff */
#tb-like {
    margin-left: 8px;
}
#tb-like a, #tb-like .tb-btn-ico {
    width: 16px;
    padding: 0 12px;
    background-position: 0 -40px;
}
#tb-like.tb-showtext a {
    width: auto;
}
#tb-like .tb-btn-text {
    padding-left: 22px;
}
#tb-share {
    margin-left: 4px;
}
#tb-share.tb-showtext a {
    width: auto;
}
#tb-share .tb-btn-text {
    padding-left: 28px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-text {
    color: #FFFFFF;
}
#tb-like a:hover .tb-btn-ico {
    background-position: 0 -90px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-ico {
    background-position: 0 -140px;
}

/* like more button */
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a .tb-btn-ico {
    background-position: 0 -732px;
}

/* notlike buttons stuff */
#tb-notlike a, #tb-notlike .tb-btn-ico {
    width: 16px;
    padding: 0 6px 0 12px;
    background-position: 0 -190px;
}
#tb-notlike a:hover .tb-btn-ico {
    background-position: 0 -240px;
}
#tb-toolbar.tb-thumbeddown #tb-notlike .tb-btn-ico {
    background-position: 0 -290px;
}

#tb-notlikemore {
    height: 20px;
    top: 6px;
    left: 275px;
    position: absolute;
}
/* not for me more button */
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a .tb-btn-ico {
    background-position: 0 -732px;
}
#tb-notlikemore a, #tb-notlikemore .tb-btn-ico {
    padding: 0 6px;
}

/* share button */
#tb-share a, #tb-share .tb-btn-ico {
    width: 22px;
    padding: 0 12px;
    background-position: 0 -439px;
}
#tb-share a:hover .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a {
    background-color: #f1f1ef;
    color: #eb4924;
    text-shadow: none;
}
#tb-toolbar.tb-thumbedup #tb-share a .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a .tb-btn-ico {
    background-position: 0 -789px;
}

/* share-facebook button */
#tb-share-facebook {
    margin-left: 20px;
}
#tb-share-facebook a, #tb-share-facebook .tb-btn-ico {
    width: 22px;
    padding: 0 5px 0 8px;
    background-position: 0 -1789px;
}
#tb-share-facebook a:hover .tb-btn-ico {
    background-position: 0 -1839px;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a .tb-btn-ico,
#tb-toolbar.tb-thumbedup #tb-share-facebook a .tb-btn-ico {
    background-position: 0 -1839px;
}

/* comment button */
#tb-comment a, #tb-comment .tb-btn-ico {
    width: 20px;
    padding: 0 12px;
    background-position: 0 -539px;
}
#tb-comment a:hover .tb-btn-ico {
    background-position: 0 -589px;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a .tb-btn-ico {
    background-position: 0 -839px;
}

/* userlabel button: default hidden */
#tb-toolbar #tb-userlabel {
    display: none;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel,
#tb-toolbar.tb-stumble-discoverer #tb-userlabel,
#tb-toolbar.tb-stumble-channels #tb-userlabel {
    display: block;
}
#tb-toolbar.tb-stumble-discoverer.tb-stumble-sponsored #tb-userlabel,
#tb-toolbar.tb-stumble-channels.tb-stumble-sponsored #tb-userlabel {
	display: none;
}
#tb-userlabel .tb-btn-ico {
    width: 20px;
}
#tb-userlabel .tb-btn-text {
    margin-left: 23px;
}
/* discoverer */
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1039px;
}
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1089px;
}
#tb-toolbar.tb-stumble-discoverer.tb-overlay-userinfo-menu #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1139px;
}
/* friend */
#tb-toolbar.tb-stumble-friend #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1189px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1239px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1289px;
}
/* channels */
#tb-toolbar.tb-stumble-channels #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1489px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1539px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1589px;
}

#tb-toolbar.tb-overlay-userinfo-menu #tb-userlabel a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* sponsored button */
#tb-toolbar #tb-sponsored {
    display: none;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored {
	display: block;
}
#tb-sponsored .tb-btn-ico {
    width: 20px;
}
#tb-sponsored .tb-btn-text {
    margin-left: 23px;
}

#tb-toolbar.tb-stumble-sponsored #tb-sponsored a .tb-btn-ico {
    background-position: 0 -1339px;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored a:hover .tb-btn-ico {
    background-position: 0 -1389px;
}

/* settings button */
#tb-settings .tb-btn-ico {
    width: 20px;
    margin-left: 12px;
    background-position: 0 -639px;
}
#tb-settings a:hover .tb-btn-ico {
    background-position: 0 -689px;
}

/* notification and settings buttons */
#tb-settings a, #tb-notification a {
    width: 44px;
    padding: 0;
}
/* notification button */
#tb-toolbar ul li#tb-notification {
    font-size: 16px;
    text-align: center;
}
#tb-toolbar.tb-overlay-notification-menu #tb-notification a {
    background-color: #f1f1ef;
    color: #eb4924;
    text-shadow: none;
}
#tb-toolbar.tb-overlay-settings-menu #tb-settings a {
    background-color: #f1f1ef;
}

#tb-toolbar.tb-overlay-settings-menu #tb-settings a .tb-btn-ico {
    background-position: 0 -889px;
}

/* notification button */
#tb-toolbar.tb-has-notifications #tb-notification .tb-btn-text {
    font-weight: bold;
    color: #eb4924;
}

/* login button */
#tb-toolbar.tb-overlay-login-menu #tb-login a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* close button */
#tb-close a {
    width: 44px;
    padding: 0px;
}
#tb-close .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -936px;
}
#tb-close a:hover .tb-btn-ico {
    background-position: 0 -986px;
}

/* home button */
#tb-home a {
	width: 44px;
	padding: 0px;
}
#tb-home .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -1689px;
}
#tb-home a:hover .tb-btn-ico {
    background-position: 0 -1739px;
}

/* add to list */
#tb-lists a {
    width: 36px;
    padding: 0px;
}
#tb-lists .tb-btn-ico {
    width: 20px;
    margin-left: 6px;
    background-position: 0 -2140.5px;
}
#tb-lists a:hover .tb-btn-ico {
    background-position: 0 -2190.5px;
}
#tb-toolbar.tb-overlay-lists #tb-lists a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-lists #tb-lists a .tb-btn-ico {
    background-position: 0 -2240.5px;
}

/* STATES handling */
#tb-toolbar.tb-visitor ul li.tb-hide-visitor,
#tb-toolbar.tb-user li.tb-hide-user,
#tb-toolbar.tb-thumbedup li.tb-hide-thumbedup,
#tb-toolbar.tb-thumbeddown li.tb-hide-thumbeddown {
    display: none !important;
}

#tb-toolbar.tb-visitor ul#tb-toolbar-center li.tb-hide-visitor{
    display: block !important;
    visibility: hidden;
}

#tb-signup-close {
    text-align: right;
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.toolbar-signup {
    display: none;
    position: fixed;
    top: 72px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
}

.toolbar-signup iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* div container for the overlay */
.tb-overlay {
    background-color: #f1f1ef;
    box-shadow: 2px 6px 6px rgba(0,0,0,0.2), -2px 6px 6px rgba(0,0,0,0.2);
    position: fixed;
}
.oldie .tb-overlay {
    border: 1px solid #b2b2b2;
}
#tb-overlay-container-share-panel-reply {
    box-shadow: 2px 2px 6px 6px rgba(0,0,0,0.2);
}
#tb-stumble-disable {
    background-color: #000000;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    filter: alpha(opacity=30); /* IE7 */
    position: fixed;
    display: none;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 200;
}

/* tooltip overlay styles*/
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    border: 2px solid #EB4924;
    padding: 8px;
    color: #000000;
    font-size: 13px;
}
.tb-overlay-floating,
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    z-index: 300;
}
.tb-overlay-top {
    z-index: 100;
}
.tb-overlay-notification {
    z-index: 400;
    color: #000000;
}
/* tooltip pointer sister styles */
.tb-pointer {
    height: 10px;
    width: 15px;
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 310;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) no-repeat 0 -1651px;
}
/* Close button for permanent tooltips */
.tb-overlay-permanenttooltip {
	padding-right: 30px;
}
.tb-overlay-permanenttooltip a {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
    display: inline-block;
    color: #b2b2b2;
    font-size: 24px;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
}
.tb-overlay-permanenttooltip a:hover {
    color: #888;
}

/* Handling arrow for tooltips */
.tip-arrow {
    visibility: hidden;
    position: absolute;
}
    #tb-toolbar.tb-overlay-tooltip-tb-comment #tb-comment a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-comment #tb-comment a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-explorebox #tb-explorebox a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-explorebox #tb-explorebox a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-interests #tb-interests a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-interests #tb-interests a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-like #tb-like a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-like #tb-like a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-notlike #tb-notlike a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-notlike #tb-notlike a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-settings #tb-settings a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-settings #tb-settings a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share #tb-share a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share #tb-share a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-lists #tb-lists a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-lists #tb-lists a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share-facebook #tb-share-facebook a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share-facebook #tb-share-facebook a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-home #tb-home a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-home #tb-home a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }

.tb-overlay-permanenttooltip .actions {
    text-align: right;
    margin: 5px -20px 0 0;
}

.tb-overlay-permanenttooltip .actions .btn {
    min-width: 50px;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#tooltip-arrow {
    width: 60px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
    background-repeat: no-repeat;
    background-position: 40px -1619px;
}
#tb-toolbar.tb-overlay-permanenttooltip-tb-stumble #tb-stumble #tooltip-arrow {
    display: block;
    left: 40px;
    top: 32px;
    background-position: 0px -1651px;
}

/* notification overlay styles */
.tb-overlay-notification {
    background-color: #f1f1ef;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
}
.tb-overlay-notification-type-info {
    border-left: 2px solid #00a8ff;
    border-right: 2px solid #00a8ff;
    border-bottom: 2px solid #00a8ff;
}
.tb-overlay-notification-type-error {
    border-left: 2px solid #eb4924;
    border-right: 2px solid #eb4924;
    border-bottom: 2px solid #eb4924;
}
.safari-overlay header {
    background-color: #cfcfcf;
    padding-right:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.safari-overlay header h1 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    background-color: #cfcfcf;
    color: #1d1d1d;
    text-shadow: #e2e2e2 1px 1px 1px;
}
.safari-only-header, .safariclose {
    display:none;
}
.safari-overlay header {
    display:block;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #e2e2e2 ;
    border-right: 1px solid #e2e2e2;
}
.safari-overlay .safariclose {
    position:relative;
    right:7px;
    float:right;
    display:inline;
    font-size:24px;
    color:#888888;
    line-height:33px;
    margin-left:15px;
    font-weight:normal;
}
.safari-overlay .overlay-scrolling-content {
    overflow-y:scroll;
}
.safari-overlay header + * {
    padding-top:10px;
}
.safari-overlay {
    overflow:hidden;
}

/* context overlay */
.contextPanel {
    padding: 9px;
    overflow: auto;
    background: #f1f1ee; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1ee 0%, #f1f1ee 140px, #ffffff 480px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top,  left bottom, color-stop(0%,#f1f1ee), color-stop(37%,#f1f1ee), color-stop(60%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contextPanel a {
    color: #00A8FF;
    text-decoration: none;
}

.contextPanel a:hover {
    color: #06e;
}

.contextPanel a:focus {
    outline: thin dotted;
}

.contextPanel p {
    line-height: 22px;
    font-size: 12px;
}

.contextPanel .Title {
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}

.contextPanel .PlainText {
    font-weight: bold;
}

.contextPanel .tb-btn-ico {
    width: 20px;
}

.progress-content {
    height: 100%;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -moz-linear-gradient(left,  #58595b 0%, #dcddde 50%, #58595b 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-gradient(linear, left top, right top, color-stop(0%,#58595b), color-stop(50%,#dcddde), color-stop(100%,#58595b)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -o-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -ms-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), linear-gradient(to right,  #58595b 0%,#dcddde 50%,#58595b 100%); /* W3C */
}
.progress-wrap {
    width: 720px;
    height: 12px;
    padding: 6px 9px;
    margin: 0 auto;
    position: relative;
    background-color: #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 7px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
}
.progress-wrap-inner {
    height: 100%;
    width: 100%;
    position: relative;
}
.progress-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #5da9ac; /* Old browsers */
    background: -moz-linear-gradient(left,  #5da9ac 13%, #adbf3b 41%, #f7941e 68%, #f15a29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(13%,#5da9ac), color-stop(41%,#adbf3b), color-stop(68%,#f7941e), color-stop(100%,#f15a29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* IE10+ */
    background: linear-gradient(to right,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da9ac', endColorstr='#f15a29',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-remain {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 3px;
    background-color: #636466;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.progress-stops {
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
}
.progress-stops .stop {
    padding: 2px;
    margin-top: -2px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-stops .stop:first-child {

}
.progress-stops .stop:nth-child(4n + 0) {
    background-color: #eeeeee;
}
.progress-stops .stop:nth-child(4n + 1),
.progress-stops .stop:nth-child(4n + 2),
.progress-stops .stop:nth-child(4n + 3) {
    background-color: #8a8c8e;
}
.progress-stops .stop.passed:nth-child(4n + 1),
.progress-stops .stop.passed:nth-child(4n + 2),
.progress-stops .stop.passed:nth-child(4n + 3) {
    background-color: rgba(255,255,255,.3);
}
.progress-stops .stop.active {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    font-size: 0;
    background-color: #F45434;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child .star {
    height: 24px;
    width: 24px;
    top: 7px;
    left: 7px;
    position: absolute;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/W7AumYSeU82Y2V08KKF_qQ) no-repeat;
    background-size: 22px;
    display: block;
}
.progress-message {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 1px 0px #ffffff;
    color: #777;
    min-height: 12px;
}html,
body {
    height: 100%;
}

body.show-webtoolbar {
    margin-top: 53px!important;
}
.panel-shown {
  overflow: hidden;
}

#tb-su-visitor .tb-btn-text {
  width: 225px;
  height: 50px;
  background: url(https://nb9-stumbleupon.netdna-ssl.com/XsktfdP2UwCGvr7I-5-yJw) no-repeat;
  background-size: 180px;
  margin-top: 11px;
  margin-left: 20px;
}

#tb-toolbar {
  height: 53px;
  background-image: none;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 0 #2b2b2b;
}
#tb-toolbar-center {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid #484848;
  position: relative;
}
#tb-stumble-container {
    z-index: 2;
    top: 53px;
    background-color: #fff;
}
#tb-signup-link {
  width: 150px;
  height: 52px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;

  background: #007f4c;
  background: -moz-linear-gradient(top, #24a260 0%, #007f4c 100%);
  background: -webkit-linear-gradient(top, #24a260 0%,#007f4c 100%);
  background: -ms-linear-gradient(top, #24a260 0%,#007f4c 100%);
  background: linear-gradient(to bottom, #24a260 0%,#007f4c 100%);

}

#tb-signup-link:hover {
}
#tb-signup-link:active {
}
#tb-login {
  width: 150px;
  height: 53px;
  border-left: 1px solid #484848;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #999;
  background-color: #383838;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
#tb-login:hover {
    color: #ffffff;
}
#tb-su-visitor {
  cursor: pointer;
}

/* Glass */
.glass {
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transition: opacity .45s;
    -moz-transition: opacity .45s;
    -webkit-transition: opacity .45s;
}
.glass.glass-shown {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
}
.csstransforms .glass.glass-shown {
    opacity: .01;
}

.modal {
    overflow: hidden;
}

#tb-stumble-container {
    z-index: 2;
    top: 53px;
    -webkit-transition: top .55s ease;
       -moz-transition: top .55s ease;
        -ms-transition: top .55s ease;
            transition: top .55s ease;
}
.csstransforms #tb-stumble-container {
    -webkit-transition: -webkit-transform .55s ease;
       -moz-transition: -moz-transform .55s ease;
        -ms-transition: -ms-transform .55s ease;
            transition: transform .55s ease;
}

.panel-shown #tb-stumble-container {
  top: 88%;
/*  border: 6px solid black;
  box-shadow: 0 0 45px #000;*/
}

.csstransforms .panel-shown #tb-stumble-container {
  top: 38px;
  left: -5%;
  -webkit-transform: translate3d(0, -25px, 0) scale(.5);
     -moz-transform: translate3d(0, -25px, 0) scale(.5);
      -ms-transform: translate3d(0, -25px, 0) scale(.5);
          transform: translate3d(0, -25px, 0) scale(.5);
}

/* Visitor Context */
.visitor-context {
    height: 88%;
    width: 100%;
    padding-top: 53px;
    position: absolute;
    overflow: hidden;
    color: #fefefe;
    /*background-color: #999;*/
    background-color: #333;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/fIeIn7uNJyT2qtTmfWoLfA);
    background-size: 256px 256px;
    border-top: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:300;
    font-stretch:normal;
    -webkit-font-smoothing: antialiased;
}
.csstransforms .visitor-context {
  height: 100%;
  padding: 20px;
}
.visitor-context .close {
  color: #fff;
  text-decoration: none;
}
.visitor-context .close:hover {
  color: #ddd;
}
.visitor-context .close.cross {
  padding: 10px;
  margin: 15px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 42px;
}
.visitor-context .close.text {
  font-size: 18px;
}
.context-info-container {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0 auto;
  z-index: 1000;
  /*outline: 1px solid magenta;*/
}
.context-info-friend {
  pointer-events: none;
  font-size: 20px;
  line-height: 88px;
  height: 88px;
  padding-left: 100px;
  background: rgba(45,45,45,.72);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.context-info-friend img {
  pointer-events: none;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.context-info-middle {
  opacity: 0;
  height: -webkit-calc(100% - 48px);
  height: calc(100% - 48px);
  text-align: center;
  background: rgba(0,0,0,0.6);
  overflow: hidden;
}

.context-info-middle:hover {
  opacity: 1;
}

.context-wrap .context-info-middle a,
.context-wrap .context-info-middle a:hover {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 48px;
  width: 150px;
  text-align: center;
  border-radius: 2px;
  margin-right: 15px;
  cursor: pointer;
}

.context-buttons-container {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  min-width: 445px;
}

a.context-continue {
  background: #444444;
  background: -moz-linear-gradient(top, #555555 0%, #444444 100%);
  background: -webkit-linear-gradient(top, #555555 0%,#444444 100%);
  background: -ms-linear-gradient(top, #555555 0%,#444444 100%);
  background: linear-gradient(to bottom, #555555 0%,#444444 100%);
}

a.context-join {
  font-weight: bold;

  background: #007f4c;
  background: -moz-linear-gradient(top, #24a260 0%, #007f4c 100%);
  background: -webkit-linear-gradient(top, #24a260 0%,#007f4c 100%);
  background: -ms-linear-gradient(top, #24a260 0%,#007f4c 100%);
  background: linear-gradient(to bottom, #24a260 0%,#007f4c 100%);
}

.context-info-bottom {
  background: #333;
  padding: 20px;
  border-top: 1px solid black;
}

.context-info-left {
  float: left;
  width: 30%;
}

.context-info-bottom h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 15px;
}

.context-info-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  height: 50%;
}
.context-info-container * {
  box-sizing: border-box;
}
.context-info-bottom {
  font-size: 16px;
  line-height: 26px;
  height: 130px;
}

.context-info-bottom h4 {
  font-weight: normal;
}

.context-info-likes {
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 70%;
}
.context-info-likes img {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  border-radius: 3px;
}
/*.context-info-left {
  height: 100%;
  width: 60%;
  float: left;
}*/
.context-info-right {
  height: 100%;
  width: 40%;
  background: #333;
  padding: 10px;
  float: right;
  overflow: auto;
  min-height: 240px;
}
.context-wrap {
    display: table;
    height: 100% !important;
    table-layout: fixed;
    width: 100%;
}
.context-wrap-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.context-content {
    margin: 0 auto;
    width: 800px;
}
.csstransforms .context-content {
    position: relative;
}
.context-wrap a {
  color: #eb4924;
  text-decoration: none;
}
.context-wrap a:hover {
  color: #BD3B1E;
}
.context-wrap a.btn-social:hover {
  color: #fff;
}
.thumb-spacer {
  margin: 0 auto;
  position: relative;
  top: -82px;
  opacity: 0.8;
}
.social-context {
  width: 100%;
  margin-left: 95px;
  position: relative;
  top: -50px;
}
.social-context h3 {
  width: 100%;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 80px;
  font-weight: normal;
}
.social-thumb {
  height: 80px;
  width: 80px;
  margin-left: -90px;
  float: left;
  border-radius: 100%;
}
.thumb-wrap {
    width: 450px;
    position: relative;
    float: left;
}
.url-title {
    width: 100%;
    padding: 8px;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    background-color: #111;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.csstransforms .url-title {
  background: none;
}
.stumble-context img {
    width: 100%;
}
.stumble-context ul {
    margin-left: 460px;
}
.csstransforms .stumble-context > ul {
    margin-left: 0;
    position: absolute;
    bottom: -175px;
    left: 0;
}
.stumble-context li {
  margin-bottom: 5px;
}
.stumble-context li strong {
  margin-right: 3px;
}
.stumble-context h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stumble-context .likes {
  margin-left: 0;
  margin-top: 6px;
}
.like {
  height: 50px;
  width: 50px;
  margin-right: 3px;
  display: inline-block;
}
.like img {
  border-radius: 3px;
}

.stumble-exp {
  width: 100%;
  height: 120px;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  background-color: #000;
  box-shadow: 0 -3px 5px -2px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.stumble-exp h2 {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 24px;
}
.stumble-exp span {
  margin: 0 15px;
  font-size: 16px;
}
.stumble-exp #tb-signup-link {
  margin-right: 0;
}

.site-thumbs {
  height: 100%;
  position: relative;
  left: 100%;
  z-index: 1;
}
.site-thumbs:hover {
  cursor: pointer;
}
.site-thumbs .signup-more {
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 5;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px #111;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.site-thumbs .signup-more span {
  width: 100%;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: -31%;
  text-align: center;
}
.site-thumbs:hover .signup-more {
  opacity: 1;
}
.site-thumbs .signup-more:hover {
  color: #fff;
}
.site-thumbs:hover li {
  opacity: .75;
  -webkit-filter: blur(2px);
}
.site-thumbs li {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.site-thumbs li.first {
  left: -75%;
  z-index: 4;
  -webkit-transform: scale(.6);
     -moz-transform: scale(.6);
      -ms-transform: scale(.6);
          transform: scale(.6);
}
.site-thumbs li.second {
  left: -60%;
  z-index: 3;
  -webkit-transform: scale(.5);
     -moz-transform: scale(.5);
      -ms-transform: scale(.5);
          transform: scale(.5);
}
.site-thumbs li.third {
  left: -45%;
  z-index: 2;
  -webkit-transform: scale(.4);
     -moz-transform: scale(.4);
      -ms-transform: scale(.4);
          transform: scale(.4);
}
.site-thumbs li.fourth {
  left: 33%;
  z-index: 1;
  -webkit-transform: scale(.6);
     -moz-transform: scale(.6);
      -ms-transform: scale(.6);
          transform: scale(.6);
}
.site-thumbs li.fourth span {
  opacity: .3;
}
.site-thumbs span {
  height: 100%;
  display: block;
  background-size: cover;
}