@import url('http://fonts.googleapis.com/css?family=Cantora+One');

/*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;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: hidden; }
body { 
  font-size: 62.5%; 
  line-height: 1;
  padding: 0px;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: calibri;
}*/

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; font-size:12px;}
img { border: 0; max-width: 100%; }

h1 {
  font-family: 'Cantora One', Arial, sans-serif;
  font-size: 3.0em;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #787878;
}

p {
  font-size: 1.4em;
  line-height: 1.25em;
  color: #575757;
  font-weight: normal;
  margin-bottom: 10px;
}

a { color: #a7ac2e; }
a:hover { color: #f0efbe; }

/* main page */
#w {
  display: block;
  width: auto;
  margin: 0 auto;
  background: none;
  
}


#content {
  display: block;
  background: #fff;
  padding: 0px 1px;
  margin-left: 80px;
  /*-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
  max-height: 190px;
}


.contentblock {
  display: block;
  padding: 2px 2px;
}

.contentblock.hidden {
  display: none;
}

/* side navigation */
#sidemenu {
  margin: 0;
  padding: 0;
  width: 80px;
  float: left;
  background: #fff;
  border-right: 1px solid #c9c9c9;
  vertical-align:middle;
  height:auto;
}


#sidemenu li { display: block; text-align: center; border-top: 1px solid #fff; font-size: 14px; margin-bottom: 5px; height: 70px;}

#sidemenu li a { 
  display: block;
  padding: 6px 2px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;  height: 50px;
  background: #f2f2f2;

}
#sidemenu li a:hover {
  background: #f2f2f2;
}

#sidemenu li a strong { 
  display: block;
  margin-top: 5px;
}

#sidemenu li a.open {
	width: 101%;
	color: #CC0;
	border-right: 4px #CC0 solid;
	background-color: #FBFCD6;
}

/* extra styles */
.bigtxtfield {
  display: block;
  width: 350px;
  color: #555;
  padding: 4px 6px;
  margin-bottom: 15px;
}

.bigtxtarea {
  display: block;
  width: 440px;
  height: 90px;
  padding: 5px 9px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 1.2em;
}

.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%; }

.tableheader {
	background-color:#A7AC2E;
	font-weight:bold;
	color:#FFF
	
	}
	
	.stockdown { color:#F00;}
	.stockup { color:#a7ac2e;}
	.stockdown-withicon { color:#F00;}
	.stockup-withicon { color:#a7ac2e;}
	.stockdown-withicon:before 
{
content:url(../images/downarrow.png);
}
.stockup-withicon:before 
{
content:url(../images/uparrow.png);
}
.divcontainer {
    width: 500px;
    max-height: 500px;
    margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.divbody,
.divheader,
.divfooter {
    padding: 5px;
}
.divbody {
    margin-top: 0;
	font-size:12px;
    min-height: 150px;
    max-height: 388px;
    overflow: auto;
}
.divheader {
	font-size:16px;
	color:#CC3;
	font-weight:bold;
    
}


.first-example li { background: url(../images/bullet1.gif) no-repeat left 8px; }
.first-example li { border-bottom: 0px solid #eee; font-size: 12px; list-style: none; padding: 8px 0 10px 20px; }

.second-example li { background: url(../images/bullet2.gif) no-repeat left 8px; }
.second-example li { border-bottom: 0px solid #eee; font-size: 12px; list-style: none; padding: 8px 0 10px 20px; }

.third-example li { background: url(../images/bullet3.gif) no-repeat left 8px; }
.third-example li { border-bottom: 0px solid #eee; font-size: 12px; list-style: none; padding: 8px 0 10px 20px; }

.forth-example li { background: url(../images/bullet4.gif) no-repeat left 8px; }
.forth-example li { border-bottom: 0px solid #eee; font-size: 12px; list-style: none; padding: 8px 0 10px 20px; }

.tsc_divider1 {
  height: 2px;
  width: 100%;
  margin:0px auto;
  background: url(../images/divider-bg-long.gif) no-repeat scroll left transparent;
  padding:6px;
}


/***************/
/* Quote Header */
/***************/

#sectionLogo {
	float: right;
	clear: none;
	 margin: 0;
}

#sectionTitle {
	float: left;
	clear: none;
	width: auto;
	background: #FFF;
	 margin: 0;
}

#sectionHeader {
	position: relative;
	height:50px;
	max-width: 636px;
	right: 0;
}

#sectionTitle h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#sectionTitle h1 #topicDataInfo {
	font-size: 10px;
	color: #666;
	margin: 0 0 0 10px;
}

#sectionTitle h1 #topicDataInfo a {
	color: #666;
}

#sectionTitle h1 #topicDataInfo .changeUp,
#sectionTitle h1 #topicDataInfo .changeDown {
	font-size: 14px;
	font-weight: bold;
}

#headerQuoteContainer {
display: block;
font-size:12px;
font-family: arial;
padding-bottom: 20px;
margin-bottom:3px;
margin-top: 2px;
width:100%;
height:95px;
}

.nasdaqChange {
width: auto !important;
border-left: 0px !important;
}

.nasdaqChangeTime {
font-size: 9px;
color: #DCOAOA;
}

.nasdaqChangeHeader {
font-size: 11px;
font-weight: bold;
}

.priceChange {
width: auto !important;
}

.priceDetail {
font-size: 11px;
font-weight: bold;
}

.sectionQuote {
float:left;
border-left: 1px solid #CCCCCC;
margin-right:10px;
padding-left: 10px;
width: auto;
height: 85px;
}
/*.sectionQuoteDetailTop {*/
.sectionQuoteDetailTop {
border-bottom: 1px dotted #CCCCCC;
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
}

.sectionQuoteDetail {
font-size: 14px;
font-weight: bold;
}

.sectionQuoteDetailHigh {
font-size: 14px;
font-weight: bold;
color: #458D37;
}

.sectionQuoteDetailLow {
font-size: 14px;
font-weight: bold;
color: #DC0A0A;
}

.sectionQuoteDetail .valueContent {
	font-size: 22px;
}

.sectionQuoteDetail .valueContent .neg {
	color: #DC0A0A;
}

.sectionQuoteDetail .valueContent .pos {
	color: #458d37;
}

.sectionQuoteDetail .valueContent .valueContentPercent {
	font-size: 13px;
	color: #458D37;
}

.sectionQuoteDetail .valueContent .valueContentPercent .neg {
	color: #dc0a0a;
}

.sectionQuoteDetail .valueContent .valueContentPercent .pos {
	color: #458d37;
}

#companyOverviewChart {
	margin: 0 0 20px 0;
}

#companyOverviewChart #overviewChart {
	border: 1px solid #EEE;
}

#companyOverviewChart h2 {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

#companyOverviewChart #selectExchanges select {
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #666;
	border: 1px solid #DDD;
}

.carousel-caption{color:#fff;opacity: 0.67; padding:15px;}
.carousel-caption h2 {
	font-size:25px; margin-bottom:20px; text-align:left;}
	.carousel-caption p {
		color:white;text-align:justify;}
		
		
/* Post Short codes */

/* One Columnar List */
.one-col {
	position: relative;
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #e5e5e5;
}

.post-thumb {
	margin-bottom: 1.25em;
}

.post-thumb img {
	display: block;
}

/* Two Columnar List */
.two-col {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.two-col li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 48.484848%;
	margin: 0 3.030303% 1.5em 0;
	border-bottom: 1px solid #e5e5e5;
}

.full-width .two-col li {
	width: 49%;
	margin: 0 2% 2% 0;
}

.two-col li.first-grid {
	clear: both;
}

.two-col li.last-grid {
	margin-right: 0;
}


/* Three Columnar List */
.three-col {
	margin: 0;
	padding: 0;
	list-style: none
}

.three-col li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 31.3131%;
	margin: 0 3.030303% 1.5em 0;
	border-bottom: 1px solid #e5e5e5;
}

.full-width .three-col li {
	width: 32%;
	margin: 0 2% 2% 0;
}

.three-col li.first-grid {
	clear: both;
}

.three-col li.last-grid {
	margin-right:0;
}

/* Post List with left aligned small thumbnail */
.post-list {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}

.post-list li,
#sidebar .post-list li {
	position: relative;
	overflow: hidden;
	padding: 0.75em 0;
	border-bottom: 1px solid #e9e9e9;
}

.post-list li:first-child {
	padding-top: 0;
}

.post-list .post-thumb {
	float: left;
	width: 6.1666em;
	margin: 0;
}

.post-content {
	margin-left: 7em;
}

.post-content.no-image {
	margin-left: 0;
}

.post-list h3,
.post-list h4 {
	font-size: 1.1666em;
	line-height: 1.2857;
	margin: 0;
}

.post-list h3 a,
.post-list h4 a {
	color: #666;
}

.post-list h3 a:hover,
.post-list h4 a:hover {
	color: #333;
}

.post-list .entry-meta {
	margin: 0;
	font-size: 0.9166em;
	line-height: 1.636;
}

/* Flex Slider */
.slider-wrap {
	position: relative;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.entry-grid .flexslider,
.entry-list .flexslider {
	margin: 0;
}

.flexslider .slides > .slide,
.flexslider .slides > div {
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > .slide:first-child,
.no-js .slides > div:first-child {
	display: block;
}

.slides {
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	background: #fff url(images/loading.gif) 50% 50% no-repeat;
}

.flex-caption {
	position: relative;
	width: 100%;
}

.slide-image {
	display: block;
	margin-bottom: 1.5em;
}

.caption {
	display: none;
}

.slide-excerpt {

}

.flex-loading {
	background: transparent url(images/loading.gif) 50% 50% no-repeat;
	height: 15em;
}

.no-js .flex-loading {
	background: none;
	height: auto
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 2px;
  font-size: 20px;
}
.blog-post-meta {
  margin-bottom: 10px;
  color: #999;
  font-size:10px
}


ul#download-list {
	max-width: 696px;
	list-style: none;
	padding-top: 20px;
	font-size:12px;
	}
	ul#download-list li {
		width:150px;
		height: 70px;
		margin-top: 10px;
	}
	
	.downloadbutton {
		margin:10px;
		
		}
		
		.glyphicon { color: #a7ac2e;
		 margin-right: 5px;}

.issuerhome-paddrows{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left:10px;
}

.xweb-webpart-header-pad{
    padding-left:10px;
    padding-bottom:3px;
    margin-bottom:10px;
}

div.imgallery
  {
 padding-top: 20px;
  margin:4px;
  padding: 0px;
  border:0px solid #333;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.imgallery img
  {
  display:inline;
  margin:0px;
  border:5px solid #eee;
  width: 160px;
  }
div.imgallery a:hover img
  {
  border:5px solid #a7ac2e;
  }
div.desc {
    text-align:center;
    font-weight: normal;
    width:120px;
    margin: 5px;
}
.panel-success > .panel-heading {
 /* background-image: -webkit-linear-gradient(top, #dadd88 0%, #a7ac2e 100%);
  background-image:         linear-gradient(to bottom, #dadd88 0%, #a7ac2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdadd88', endColorstr='#ffa7ac2e', GradientType=0);
  background-repeat: repeat-x;*/
  background:#F7F9CE;
}

.media-list .newslist {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 4px;
}
.media,
.media .media {
  margin-top: 15px;
}

.media-heading {
	font-size:14px;
	font-weight:bold;
}
.media-heading a { color: #a7ac2e; }
 .media-heading a:hover {
	color: green;
}
.media-body {
	font-size:12px;
	font-weight:normal;
}
#featured-description {
	font-size:12px;
	font-weight:bold;
    margin-top: 5px;
}
.media-heading-featured {
	font-size:20px;
	font-weight:bold;
}
.media-meta{
	font-size:10px;
	color:#999;
	font-style:italic;
	}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.panel-body #event-date {
    font-size:12px;
	font-weight:bold;
}

 .panel-body #event-title{
    font-size:14px;
	font-weight:bold;
    color: #a7ac2e; 
}

.panel-body{
    font-size:12px;
}

.panel-body a { color: #a7ac2e; }
 .panel-body a:hover {
	color: green;
}

 .panel-body #pr-date {
    font-size:12px;
	font-weight:bold;
}

 .panel-body #pr-title{
    font-size:14px;
	font-weight:bold;
    color: #a7ac2e; 
}
