/*======= TC CONTENT SLIDER ========*/
.tc-cs {
  position: relative;
  border: none;
}
.slides_container {
  overflow: hidden;
  position: relative;
}
.tc-cs h3 {
  color: #d67901;
  line-height: 37px;
  text-indent: 15px;
  text-transform: uppercase;
  background: url(../images/bg-header.png) repeat-x;
  height: 37px;
  border: 1px solid #cfcfcf;
  margin: 0 !important;
}
/*
	Handles - Next/prev buttons
*/
.tc-cs .next,
.tc-cs .prev {
  display: none;
  width: 40px;
  height: 100%;
  top: 0;
  opacity: 0.7;
}
.tc-cs:hover .next,
.tc-cs:hover .prev {
  display: block;
}
.tc-cs .next:hover,
.tc-cs .prev:hover {
  opacity: 1;
}
.tc-cs a.next {
  background: url(../images/re-right.png) right center no-repeat !important;
  text-indent: -9999px;
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
  right: 0;
}
.tc-cs a.prev {
  background: url(../images/re-left.png) left center no-repeat !important;
  text-indent: -9999px;
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  left: 0;
}
/*bullet */
.tc-cs .TC_handles {
  border: 1px solid red;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 101;
}
.tc-cs .TC_handles li {
  float: left;
  margin: 0 1px!important;
  list-style: none;
  padding: 0px!important;
  background: none!important;
}
.TC_handles li a {
  display: block !important;
  width: 12px;
  height: 12px;
  padding-top: 12px;
  background: #333;
  background-position: 0 0;
  float: left;
  padding: 12px 0 0 0 !important;
  overflow: hidden;
  border-radius: 50%;
}
.TC_handles li.current a {
  background: #ccc;
}
/*numbering */
.tc-cs .TC_handles_num {
  border: 1px solid red;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 101;
}
.tc-cs .TC_handles_num li {
  float: left;
  margin: 0 1px!important;
  list-style: none;
  padding: 0px!important;
  background: none!important;
}
.TC_handles_num li a {
  display: block !important;
  width: 12px;
  height: 15px;
  line-height: 15px;
  background: grey;
  float: left;
  padding: 0!important;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
.TC_handles_num > li > a:hover {
  background: #ccc !important;
}
.TC_handles_num li.current a {
  background: #0066a2;
}
/*** CSS STYLE FOR ITEM ****/
.tc-cs .tc-row {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}
.tc-cs .tc-inner {
  margin: 0;
  position: relative;
  padding: 0 10px;
}
.tc-cs .tc-inner a {
  text-decoration: none;
}
.tc-cs .tc-inner img {
  outline: 1px solid #b5b5b5;
  border: 2px solid #fff;
  max-width: 99%;
  margin: 5px 0px;
}
.tc-cs .tc-inner .tc-title {
  clear: both;
  color: #0066a2;
  line-height: 150%;
  display: inline-block;
  font-weight: bold;
}
.tc-cs .tc-inner .tc-category {
  clear: both;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 150%;
}
.tc-cs .tc-center {
  text-align: center;
}
.tc-cs .tc-extra {
  clear: both;
  margin-top: 5px;
}
.tc-cs .tc-date,
.tc-cs .tc-author {
  font-weight: normal;
  font-size: 80%;
}
.tc-row-separate {
  clear: both;
  height: 1px;
  border-bottom: 1px dotted #959595;
  margin: 0px 10px;
  margin-bottom: 15px;
}
.tc_content_slider .tc-title {
  font-size: 20px;
  margin: 10px 0;
}
.tc_content_slider span.cat_name {
  font-size: 80%;
  font-weight: normal;
  color: #000;
}
.tc_content_slider span.cat_name a.tc-category {
  color: #999;
  font-weight: normal !important;
}
.tc_content_slider p.readmore a {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 20px;
}
.tc_content_slider .tc-date,
.tc_content_slider .tc-author {
  margin-left: 5px;
}
ul.TC_handles > li > a:hover {
  background: #000 !important;
}
