/* AF 27/03/2013: Fonts START */

@font-face {
    font-family: 'Inder-Regular';
    src: url('../fnt/Inder-Regular.ttf');
}

/* AF 27/03/2013: Fonts END */

/* AF 17/03/2013: Global Styles START */

html, body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    background: #333333;
}

noscript p {
    margin: 5px;
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
}

noscript p a {
    color: #ffffff;
    text-decoration: underline;
}

noscript p a:hover {
    color: #C7C7C7;
    text-decoration: none;
}

.container.relative { position: relative; }

.outer-container.dark-grey { background: #333333; }

.outer-container.white { background: #ffffff; }

.outer-container.red { background: #8e1b1b; }

.outer-container.light-grey {
    background: #ececec;
    padding-bottom: 20px;
}

h1 {
    display: inline-block;
    font-family: 'Inder-Regular';
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1.2em;
    color: #ffffff;
    padding: 4px 16px;
    margin-top: 0;
    -webkit-box-shadow: #cccccc 6px 6px 0px;
    box-shadow: #cccccc 6px 6px 0px;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

.box {
    border: 1px solid #d4d4d4;
    background: #ffffff;
    padding: 5px;
}

.box:hover {
    box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -moz-box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -webkit-box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.box.center { text-align: center; }

.box.relative { position: relative; }

.box.no-padding { padding: 0px; }

.box.extra-padding { padding: 15px; }

.box.extra-padding-side { padding: 5px 15px; }

/* AF 17/03/2013: Global Styles END */

/* AF 17/03/2013: Header Bar START */

.share-twitter, .share-facebook {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.network-link {
    float: right;
}

.network-link .btn {
    border: 0 !important;
    border-radius: 0 !important;
    background: #333333 !important;
    box-shadow: none !important;
    height: 36px !important;
    padding: 0 !important;
}

.network-link .btn .caret {
    border-top: 5px solid #FFF !important;
    border-right: 5px solid rgba(0, 0, 0, 0) !important;
    border-left: 5px solid rgba(0, 0, 0, 0) !important;
    margin-top: 9px !important;
}

.network-link .dropdown-menu {
    border: 1px solid #333333 !important;
    border-radius: 0 !important;
    margin: -1px 0 0 -30px !important;
}

.network-link .dropdown-menu a {
    width: 160px !important;
    padding: 10px 20px !important;
}

.network-link .dropdown-menu a:hover, .network-link .dropdown-menu a:focus, .network-link .dropdown-menu a:active {
    background: #eeeeee !important;
}

#account-box {
    float: right;
    margin: 6px 20px 0 0;
    border-right: 1px solid #aaaaaa;
}

#account-box a {
    color: #ffffff;
    font-size: 0.75em;
    padding-right: 15px
}

/* AF 17/03/2013: Header Bar END */

/* AF 27/03/2013: Logo START */

.logo-square {
     display: inline-block;
     margin: 9px 0;
}

.logo-text {
    display: inline-block;
    margin-left: 14px;
}

.logo-text img { margin-top:  7px; }

/* AF 27/03/2013: Logo END */

/* AF 17/03/2013: Ticker START */

.ticker-container .ticker-wrap {
    line-height: normal;
    overflow: hidden;
    border-width: 0 5px !important;
    height:24px;
}

div.stockTicker {
    color: #FFFFFF;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 7px 0;
    position: relative;
}

div.stockTicker span { margin: 0 10px; }

div.stockTicker span.up {
    color: #00CC33;
    padding-left: 2px;
}

div.stockTicker span.down {
    color: red;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker span.eq {
    color: White;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker a.quote {
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    color: #ffffff !important;
}

div.stockTicker a:visited { color: #ffffff; }

/* AF 17/03/2013: Ticker END */

/* AF 17/03/2013: Footer START */

footer {
    background: #333333 url("../img/footer-edge.gif") repeat-x;
}

footer ul {
    margin: 20px 20px 20px 0;
    list-style: none;
    border-right: 1px dotted #635E5F;
}

footer div div:first-of-type div:first-of-type ul { margin-left: 20px; }

footer ul li a, footer ul li i {
    color: #ffffff;
    font-size: 0.8em;
}

footer ul li i { color: #bbbbbb; }

footer ul li a:hover {
    color: #cccccc;
    text-decoration: none;
}

.social {
    margin-top: 20px;
    text-align: right;
}

.social a {
     display: inline-block;
     width: 35px;
     height: 35px;
     margin-left: 5px;
     background: url("../img/social-sprite.gif");
}

.social a:hover.facebook { background-position: 175px 0; }

.social a.twitter { background-position: 140px 0; }

.social a:hover.twitter { background-position: 105px 0; }

.social a.google { background-position: 70px 0; }

.social a:hover.google { background-position: 35px 0; }

.powered-by {
    display: block;
    margin-top: 20px;
    text-align: right;
}

.copyright {
    border-top: 1px dotted #635E5F;
    color: #888888;
    font-size: 0.7em;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
}

/* AF 17/03/2013: Footer END */

/* AF 27/03/2013: Carousel START */

#myCarousel {
    margin-bottom: 0 !important;
}

#myCarousel .carousel-inner, #myCarousel .item {
    height: 225px;
}

#myCarousel .image {
    display: inline-block;
    background: #cccccc;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    margin-right: 20px;
}

#myCarousel .image img {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

#myCarousel .item h1 a { color: #ffffff; }

#myCarousel .item h1 {
    vertical-align: top;
}

#myCarousel .item .stats {
    display: inline-block;
}

#myCarousel .item .stats div {
    border: dotted #eeeeee;
    border-width: 1px 0 0;
    display: block;
    padding: 5px;
}

#myCarousel .item .stats div:hover {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    background: #fafafa;
    text-decoration: none;
}

#myCarousel .nav-tabs {
   position: static;
}

/* AF 27/03/2013: Carousel END */

/* AF 27/03/2013: Tabs START */

.nav-tabs {
    /*position: relative;
    bottom: 0;   */
    border: 0;
}

.nav-tabs li {
    margin: 5px 5px 0 0;
    width: auto;
    height: auto;
    text-indent: 0;
}

.nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    background: #818181;
    color: #ffffff !important;
    padding: 2px 5px;
    font-size: 0.8em;
}

.nav-tabs li a:hover {
    cursor: pointer !important;
}

.nav-tabs.profile {
    position: absolute;
    top: 29px;
    right: 0;
    background: #ffffff;
    padding: 1px 0 0 7px;
    border: solid #d4d4d4;
    border-width: 1px 1px 0 1px;
}

/* AF 27/03/2013: Tabs END */

/* AF 27/03/2013: Table Styles START */

.table-style {
   width: 100%;
}

.table-style thead {
    color: #ffffff;
    font-size: 0.8em;
}

.table-style td {
    padding: 5px;
    font-size: 0.9em;
    border: solid #fff0f6;
    border-width: 0 1px 1px 0;
}

.table-style td:last-child {
    border-right-width: 0;
}

.table-style tbody tr:nth-child(odd) {
    background-color:#ffffff;
}

.table-style tbody tr:nth-child(even) {
    background-color:#fff5f9;
}

/* AF 27/03/2013: Table Styles END */

/* START: Google Table API */

/* Table */
.google-visualization-table-table {
    background: transparent !important;
    color: #000000;
    width: 100%;
    table-layout: fixed;
}

/* Table Header */
.google-visualization-table-tr-head, .google-visualization-table-tr-head td, .google-visualization-table-tr-head-nonstrict {
    filter: inherit !important;
    background: #ececec !important;
    text-align: left !important;
    padding-left: 20px !important;
    font-weight: bold !important;
}

/* Table Row (Even) */
.google-visualization-table-tr-even td, .google-visualization-table-tr-even-nonstrict {
    background: #ffffff !important;
}

/* Table Row (Odd) */
.google-visualization-table-tr-odd td, .google-visualization-table-tr-odd-nonstrict {
    background: #fafafa !important;
}

/* Table Rows */
.google-visualization-table-table tr:not(.google-visualization-table-tr-head):hover td {
    background: #f4f4f4 !important;
}

/* Sort Icon */
.google-visualization-table-sortind {
    color: #aaaaaa !important;
}

/* Table Cells */
.google-visualization-table-th, .google-visualization-table-td {
    border: solid #d4d4d4 !important;
    border-width: 1px 1px 0 0 !important;
    font-size: 0.8em !important;
    padding: 2px 5px !important;
}

/* Table Last Column */
.google-visualization-table-th:last-child, .google-visualization-table-td:last-child {
    border-width: 1px 0 0 0 !important;
}

/* Table stock change icon and colour */
.google-visualization-table-td i.icon {
    display: inline-block;
    margin: -11px 0 0 10px;
    font-size: 2.0em !important;
    line-height: 0em !important;
}

.google-visualization-table-td i.icon.icon-minus {
    margin-top: -6px !important;
    font-size: 1.3em !important;
}

.google-visualization-table-td span.positive {
    color: #498641;
}

.google-visualization-table-td span.negative {
    color: #B63B3B;
}

.google-visualization-table-td span.neutral {
    color: #A39B58;
}

/* END: Google Table API */

/* AF 27/03/2013: Top Navigation START */

.main-navigation {
    list-style: none;
    margin: 10px 0 0 10px;
    display: inline-block;
}

.main-navigation li {
    display: inline;
}

.main-navigation li a {
    display: inline-block;
    height: 30px;
    font-size: 0.9em;
    margin-right: 25px;
    color: #333333;
    outline: none;
    text-decoration: none;
}

.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a.current {
    background: #ffffff;
    text-decoration: none;
}

.main-navigation li a:hover, .main-navigation li a.current {
    background: url('../img/nav-arrow.gif') bottom no-repeat;
}

.main-navigation.stock-info-icon a {
    font-size: 1.2em;
    color: #aaaaaa;
    height: 32px;
}

/* AF 27/03/2013: Top Navigation END */

/* AF 27/03/2013: Form Styles START */

form {
    margin: 0;
}

form.search {
    position: relative;
    margin-top: 6px;
    float: right;
}

.search input[type="text"] {
    background: url('../img/search-icon.gif') 4px no-repeat;
    padding-left: 20px;
}

input[type="text"], input[type="submit"], button:not(.close):not(.btn), select  {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    margin: 0;
}

input[type="text"], select {
    border-radius: 0;
    box-shadow: none !important;
    padding: 2px;
}

input[type="submit"], button:not(.close):not(.btn) {
    color: #ffffff;
    padding: 2px 5px;
}

/* AF 27/03/2013: Form Styles END */

/* AF 27/03/2013: Advertising Placeholders START */

.advertising-top {
    display: block;
    width: 468px;
    height: 60px;
    background: url('../img/advertising-top.gif') no-repeat;
    margin-top: 10px;
}

.advertising-side {
    display: block;
    width: 122px;
    height: 583px;
    background: url('../img/advertising-side.gif') no-repeat;
    margin: 4px 0 10px 10px;
}

/* AF 27/03/2013: Advertising Placeholders END */

/* AF 27/03/2013: Pagination START */

.pagination {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color:#fff;
    padding: 5px;
}

.pagination ul {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pagination ul li a {
    border: 0;
    font-size: 0.9em;
    color: #333333;
    margin: 0 10px;
    padding: 0;
}

.pagination ul li a:hover {
    background: none;
    text-decoration: underline;
}

.pagination ul li span.current-page {
    border: 0;
    font-size: 0.9em;
    margin: 0 10px;
    padding: 0;
}

/* AF 27/03/2013: Pagination END */

/* AF 27/03/2013: Tag Cloud START */

#tags {
    padding: 10px;
    font-size: 0.6em;
}

.tag1 {
    font-size: 0.8em;
}

.tag2 {
    font-size: 1.4em;
}

.tag3 {
    font-size: 1.7em;
}

.tag4 {
    font-size: 1.9em;
}

.tag5 {
    font-size: 2.2em;
}

.tag6 {
    font-size: 2.4em;
}

/* AF 27/03/2013: Tag Cloud END */

/* AF 27/03/2013: Latest Feeds START */

.feed {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.feed li 
{
    position: relative;
    vertical-align: middle;
    margin: 5px 0;
    padding: 0;
    border-left: 5px solid #ffffff;    
    border-bottom: 1px solid #d6d6d6;
}

.feed li:last-child {
    border-bottom: 0;
}

.feed li a {
    font-weight: bold;
}

.feed li img
{
    width: 60px;
    padding: 1px;
    border: 1px solid #d6d6d6;
}

.feed li img.source-img { border: 0; }

.feed li p {
    margin: -16px 0 0;
    padding: 15px 0 0 10px;
    text-align: justify;
    line-height: 1.2em;
}

.feed li.positive {
    border-left-color: #498641;
}

.feed li.neutral {
    border-left-color: #BEB254;
}

.feed li.negative {
    border-left-color: #B63B3B;
}

.load-more {
    display: block;
    background: #ececec;
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
}

.load-more:hover {
    background: #dbdbdb;
    color: #888888;
    text-decoration: none;
}

/* AF 27/03/2013: Latest Feeds END */

ul.latestFeeds
{
    list-style:none;

        margin:10px 0px 0px 0px;
}

ul.latestFeeds li.tweet-content
{
    margin-left:60px;

}

ul.latestFeeds li
{
    list-style:none;
    margin:0px 20px 25px 15px;
    padding:0px;
    clear:both;

     
}

ul.latestFeeds li.news-feed-footer
 {
     float:right;

} 

ul.latestFeeds li.paging li
{
  display:inline;   
}

#celebrity-dropdown, #order
{
    float: right;
    margin: 6px 5px 0 0;
    height: 26px;
}

#main-search-results-wrapper
{
    position:absolute;
    background:#fff;
    width:185px;
    z-index:999;
    display:none;
    border: 1px solid #ccc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 14px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 14px 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 14px 0;
    font-size:.8em;
    top:26px;
    left:0px;
    padding: 5px;
}

#main-search-loader
{
    padding:5px 10px;
    text-align:center;
}

.main-search-result
{
    overflow: hidden;
    padding:5px;
    display:block;  
    border-bottom: 1px solid #d6d6d6;
    line-height:18px;
}

.main-search-result:hover
{
    background:#efefef;
    text-decoration:none;
}

.main-search-result:last-child {
    border-bottom: 0;
}

.main-search-result img
{
    width:40px;
    float:left;
    margin-right:5px;
    padding: 1px;
    border: 1px solid #d6d6d6;
}

.filter-list {
    list-style:none;
    margin: 0;
    padding: 0;
}

.filter-list li a {
    border: solid #ffffff;
    border-width: 1px 0;
    font-size: 0.8em;
    display: block;
    padding: 5px;
}

.filter-list li a:hover {
    border: solid #eeeeee;
    border-width: 1px 0;
    background: #fafafa;
    text-decoration: none;
}

.sitemap { text-align: justify; }

.sitemap li { 
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.sitemap li a { 
    padding: 5px 15px;
    margin: 2px 0;
    display: inline-block;
}

.sitemap li a { border-width: 1px !important; }

.bold-paragraph {
    font-size: 0.8em;
    margin: 15px;
    font-weight: bold;
}

.terms {
    font-size:0.85em;
    text-align: justify;
}

.terms h4:first-child { margin-top: 10px; }

.terms h4 { margin-top: 30px; }

.nav-tabs.article {
    margin-bottom: 10px;
}

.article-source {
    width: 100%;
    border: 1px dotted #cccccc;
    padding: 10px 0;
    border-width: 1px 0;
    margin: 5px 0;
}

.article-source strong {
    font-size: 0.7em;
    font-weight: 600;
    padding-right: 10px;
}

.article-related-tabs {
    font-size: 0.7em;
    font-weight: 600;
    padding: 5px 10px;
    border-left: 1px dotted #ccc;
}

.article-content {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.article-profile-link > div {
    text-align: center;
}

.article-profile-link:hover {
    text-decoration: none;
}

.article-profile-link span {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
}

.article-sentiment {
    border-left: 1px dotted #ccc;
    text-align: center;
    padding-left: 10px;
}

.article-sentiment.positive, .feed-sentiment.positive { color: #498641; }

.article-sentiment.negative, .feed-sentiment.negative { color: #B63B3B; }

.article-sentiment.neutral, .feed-sentiment.neutral { color: #BEB254; }

.article-sentiment i { font-size: 3em; }

.article-sentiment p {
    margin-top: 10px;
    font-size: 0.8em;
}

.article-sentiment p.price strong { font-size: 1.3em; }

.article-sentiment p.price span {
    font-size: 0.7em;
    color: #888888;
    margin-top: -3px;
    display: block;
}

.feed-sentiment {
    display: inline-block;
    font-size: 1.5em;
    margin: 4px 2px 0 0;
}

.google-visualization-table-tr-over { background: #ffedf6 !important; }

div.charts { position: relative; }

.nav-tabs.charts {
    position: absolute;
    bottom: 0;
    margin: 0;
}

p.about-text, .box.error p {
    font-size: 0.9em;
    text-align: justify;
}

.box.error p a {
    color: #9a225b;
    text-decoration: underline;
}

.box.error p a:hover { text-decoration: none; }

.tooltip { font-size: 0.9em; }

/* AF 28/05/2013: YouTube Media Player START */

#media-player-container {
    position: relative;
    width: 500px;
    height: 328px;
    background: #000000;
}

#media-player-container .media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    display: none;
}

#media-player-container .media-logo {
    background: url('../img/media-player.png') no-repeat;
}

#media-player-container .media-logo.large {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -125px;
    background-position: 0px 0px;
    width: 250px;
    height: 60px;
}

#media-player-container .media-logo.small {
    position: absolute;
    bottom: 38px;
    left: 10px;
    background-position: -250px -36px;
    width: 100px;
    height: 24px;
    display: none;
}

#media-player-container .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    width: 100%;
    background: #1b1b1b;
}

#media-player-container .controls a {
    color: #757575;
    position: absolute;
    top: 3px;
    text-decoration: none !important;
    outline: none !important;
}

#media-player-container .controls a:hover {
    color: #dddddd;
    text-decoration: none;
}

#media-player-container .controls .control-play {
    left: 10px;
}

#media-player-container .controls .control-stop {
    left: 34px;
}

#media-player-container .controls .control-mute {
    right: 58px;
}

#media-player-container .controls .control-resize {
    right: 34px;
}

#media-player-container .controls .control-fullscreen {
    right: 10px;
}

#media-player-container .controls .current-position {
    position: absolute;
    top: 4px;
    left: 65px;
    font-size: 11px;
    color: #dddddd;
}

#media-player-container .controls .current-position span {
    color: #757575;
}
       
#ytapiplayer {
    color: #ffffff;
}

#now-playing {
    position: absolute;
    background: #000000 url("../img/black-noise-bg.gif");
    height: 328px;
    width: 323px;
    top: 5px;
    right: 5px;
}

#now-playing h3, #now-playing h4, #now-playing h5 {
    margin: 20px;
    color: #dddddd;
}

#youtube-container img.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#youtube-container .feed li img { 
    width: auto;
}

#youtube-container .feed li {
	position: relative;
}

#youtube-container .feed li p {
	padding: 0;
	margin: 0;
}

#youtube-container .feed li > div {
	display: inline-block;
	vertical-align: top;
}

#youtube-container .feed li .left{
	width: 140px;
}

#youtube-container .feed li .center{
	width: 480px;
	margin: 0 20px;
}

#youtube-container .feed li .right{
	width: 145px;
}

#youtube-container .feed li .left a {
    display: block;
    margin-bottom: 5px;
}

#youtube-container .feed li .time, #youtube-container .feed li .from, #youtube-container .feed li .views, #youtube-container .feed li .ratings, #youtube-container .feed li .category {
	font-size: 11px;
	color: #000000;
	text-align: left;
}

#youtube-container .feed li .time span, #youtube-container .feed li .from span, #youtube-container .feed li .views span, #youtube-container .feed li .ratings span, #youtube-container .feed li .category span {
	color: #666666;
}

#youtube-container .feed li .center a {
	display: block;
	padding-bottom: 6px;
}

#youtube-container .feed li .description {
	margin-bottom: 30px;
    line-height: 16px;
}

#youtube-container .feed li .time, #youtube-container .feed li .category {
	position: absolute;
	bottom: 10px;
	left: auto;
}

#youtube-container .feed li .from, #youtube-container .feed li .views, #youtube-container .feed li .ratings, #youtube-container .feed li .category {
	padding-bottom: 3px;
}

#youtube-container .feed li .stars img {
    border: 0;
    padding: 0 3px 0 0;
}

#media-seek-bar {
    position: absolute;
    top: 3px;
    left: 150px;
}

#media-seek-bar .tooltip.in {
    opacity: 0.9;
}

#media-seek-bar .tooltip-inner {
    background-color: #9A225B;
    border-radius: 0;
    padding: 4px;
}

#media-seek-bar .tooltip-arrow {
    border-top-color: #9A225B;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 250px;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 8px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -8px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #dddddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slider-selection {
  position: absolute;
  background-color: #757575;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

/* AF 28/05/2013: YouTube Media Player END */

.profile-bar .box {
    height: 40px;
    /*margin: 20px 0 30px 50px;*/
    margin: 30px 0 40px 50px;
}

.profile-bar .box:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.profile-bar .profile-image, .profile-bar .profile-image img {
    /*width: 100px;
	height: 100px;
    border-radius: 56px;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;*/
    width: 120px;
	height: 120px;
}

.profile-bar .profile-image {
    position: absolute;
    /*top: -30px;*/
    top: -40px;
    left: -50px;
    padding: 3px;
    border: 1px solid #d4d4d4;
    background: #ffffff;
}

.profile-image img {
    /*background-size: 100px 100px;*/
    background-size: 120px auto;
    background-repeat: no-repeat;
}

.profile-bar .name {
    float: left;
    /*margin: 10px 30px 0 80px;*/
    margin: 10px 30px 0 100px;
    font-weight: bold;
    color: #444444;
    font-size: 1.3em;
}

.celeb-tabs {
    margin: -5px 0 0 0;
    padding: 0;
    height: 50px;
}

.celeb-tabs li
{
    float: left;
    margin: -5px 0 0 0;
    padding: 0;
}

.celeb-tabs li:first-child a {
    border-left: 1px solid #d4d4d4 !important;
}

.celeb-tabs li a {
    position: relative;
    height: 35px;
    font-weight: bold;
    background: #ffffff !important;
    border-right: 1px solid #d4d4d4 !important;
    font-size: 0.9em;
    margin: 0;
    padding: 15px 15px 0;
}

.celeb-tabs li.active a {
     background: #ffffff !important;
}

.celeb-tabs li a span {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 8px;
    background: #ffffff url('../img/nav-arrow-border.gif') bottom no-repeat !important;
}

.celeb-tabs li.active a span { display: block; }

.celeb-tabs li:not(.active) a:hover { background: #f7f7f7 !important; }

/* AF 21/06/2013: Celebrity Activity Grid START */

.celeb-activity-grid {
    height: 100%;
    width: 100%;
    color: #ffffff;
    font-size: 0.9em;
    position: relative;
}

.celeb-activity-grid a, .celeb-activity-grid a:hover { color: #ffffff; }

.celeb-activity-grid > div {
    position: absolute;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: solid #ffffff;

}

.celeb-activity-grid > div:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.celeb-activity-grid .grid-stock-price {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-width: 5px 2px 5px 5px;
}

.celeb-activity-grid .grid-news {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    background: #b91c47;
    border-width: 5px 5px 5px 2px;
}

.celeb-activity-grid .grid-news:hover { background: #9f183d; }

.celeb-activity-grid .grid-twitter {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #00bdf2;
    border-width: 0px 5px 5px 5px;
}

.celeb-activity-grid .grid-twitter:hover { background: #0ea8d3; }

.celeb-activity-grid .grid-twitter .username {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-top: 1px dotted #80d5ed;
}

.celeb-activity-grid i {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -15px;
}

.celeb-activity-grid .stats {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -15px;
}

.celeb-activity-grid .stats span {
    display: block;
    text-align: center;
}

.celeb-activity-grid .stats span.value {
    font-size: 2em;
}

.celeb-activity-grid .stats span.key {
    font-size: 0.7em;
}

.celeb-activity-grid .grid-news .stats span.key { color: #f4b5c6; }

.celeb-activity-grid .grid-twitter .stats span.key, .celeb-activity-grid .grid-twitter .username span { color: #b7e8f6; }

.celeb-activity-grid .grid-twitter .username span {
    font-size: 0.7em;
    display: inline-block;
    margin-right: 5px;
}

.celeb-activity-grid .grid-twitter i {
    margin-top: -28px;
}

.celeb-activity-grid .grid-twitter .stats {
    left: 28%;
    margin-top: -28px;
}

.celeb-activity-grid .grid-twitter .stats span.value {
    font-size: 1.8em;
}

.celeb-activity-grid .grid-twitter .stats.twitter {
    left: 68%;
}

/* AF 21/06/2013: Celebrity Activity Grid END */


.highlighted {
    font-weight:bold;
}


.news-showmore {
    border-left:1px solid rgb(212, 212, 212);
    border-right:1px solid rgb(212, 212, 212);
    border-bottom:1px solid rgb(212, 212, 212);
    background-color:#fff;
    padding:4px;
    text-align:center; 
}

.news-showmore a {
    font-weight:bold;
    font-size:0.8em;
}

/* AF 15/09/2013: Popup START */

.modal {
    border-radius: 0px !important;
}

.modal-header h3 {
    font-size: 1em;
}

.modal-body {
    font-size: 0.8em;
}

.btn-popup {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    border-radius: 0;
    padding: 4px 20px;
}

/* AF 15/09/2013: Popup END */

.tab-content {
    overflow: visible;
}