.blue_text {
  color: #0000ff;
}
.green_text {
  color: #008000;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #ed1c24;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
a,
a:visited,
a:active {
  color: #ed1c24;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #333333;
}
h1 {
  color: #ed1c24;
  font-size: 25px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
/*Media Queries*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up [sm]) */
/* Medium devices (desktops, 992px and up [md]) */
/* Large devices (large desktops, 1200px and up [lg]) */
.header .headerAddress {
  text-align: right;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .header .headerAddress {
    font-size: 11px;
  }
}
@media (min-width: 999px) {
  .header .headerAddress {
    font-size: 14px;
  }
}
.header .headerAddress img {
  margin-left: 20px;
}
.header .headerLogin a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background-color: #ed1c24;
  color: #ffffff;
  padding: 6px 0 6px;
  border-radius: 6px;
}
.header .headerLoginMessage {
  font-size: 18px;
  text-align: center;
  color: #ed1c24;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header .headerLoginMessage {
    padding-left: 0;
  }
}
.header .headerSiteTitle {
  padding-top: 20px;
}
.header .headerPageName {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 0 15px 50px;
  background: url("/application/themes/responsive_theme/images/page-title-bg.png") 15px center no-repeat;
  text-transform: uppercase;
}
.header .headerImage {
  min-height: 60px;
}
@media (min-width: 768px) {
  .header .headerImage {
    min-height: 143px;
  }
}
@media (min-width: 999px) {
  .header .headerImage {
    min-height: 189px;
  }
}
@media (min-width: 1200px) {
  .header .headerImage {
    min-height: 232px;
  }
}
.header .headerImage img {
  max-height: 60px;
}
@media (min-width: 768px) {
  .header .headerImage img {
    max-height: 143px;
  }
}
@media (min-width: 999px) {
  .header .headerImage img {
    max-height: 189px;
  }
}
@media (min-width: 1200px) {
  .header .headerImage img {
    max-height: 232px;
  }
}
.header .breadcrumb {
  float: right;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 19px 0 0 0;
}
.header .breadcrumb a {
  color: #ffffff;
}
.header .breadcrumb .active {
  color: #ffffff;
}
.header .menu {
  float: right;
}
.header .navbar-collapse {
  padding-right: 0;
}
.header .headerNavigation {
  background-color: transparent;
}
@media (max-width: 1200px) {
  .header .headerNavigation .navbar-header {
    float: none;
  }
  .header .headerNavigation .navbar-left,
  .header .headerNavigation .navbar-right {
    float: none !important;
  }
  .header .headerNavigation .navbar-toggle {
    display: block;
  }
  .header .headerNavigation .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .header .headerNavigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .header .headerNavigation .navbar-collapse.collapse {
    display: none !important;
  }
  .header .headerNavigation .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .header .headerNavigation .navbar-nav > li {
    float: none;
  }
  .header .headerNavigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .headerNavigation .collapse.in {
    display: block !important;
  }
}
.header .headerNavigation .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.header .headerNavigation .navbar li a {
  font-family: roboto;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header .headerNavigation .navbar li a {
    font-size: 15px;
    padding-left: 18px;
  }
}
@media (min-width: 999px) {
  .header .headerNavigation .navbar li a {
    font-size: 16px;
    padding-left: 40px;
  }
}
.header .headerNavigation .navbar li a .home {
  padding-left: 0;
}
.header .headerNavigation .navbar li a:hover,
.header .headerNavigation .navbar li a.nav-selected,
.header .headerNavigation .navbar li a.nav-path-selected,
.header .headerNavigation .navbar li.nav-path-selected > a {
  color: #ed1c24;
}
.header .headerNavigation .navbar-default .navbar-nav > .open > a,
.header .headerNavigation .navbar-default .navbar-nav > .open > a:focus,
.header .headerNavigation .navbar-default .navbar-nav > .open > a:hover {
  color: #ed1c24;
  background: none;
}
.header .headerNavigation .dropdown-menu {
  background-color: rgba(51, 51, 51, 0.8);
}
.header .headerNavigation .navbar li li a {
  color: #fff;
  padding: 5px 20px;
  font-size: 13px;
  border-bottom: solid 1px #eaeaee;
}
.header .headerNavigation .navbar li li:last-child a {
  border-bottom: none;
}
.header .headerNavigation .dropdown-menu > li > a:focus,
.header .headerNavigation .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.header .headerNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header .headerNavigation .navbar-default .navbar-nav .open .dropdown-menu > li > a.nav-selected {
  color: #ed1c24;
}
.footer {
  padding-top: 10px;
  /*Footer Navigation*/
}
.footer .footerSignIn {
  font-size: 11px;
}
.footer .footerCopyright {
  font-size: 11px;
  text-align: center;
}
.footer .footerSocial img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footerSocial img {
    margin: 0;
  }
}
.footer .footerNavigation {
  margin-bottom: 10px;
}
.footer .footerNavigation li {
  float: left;
}
@media (min-width: 768px) {
  .footer .footerNavigation li {
    float: none;
  }
}
.footer .footerNavigation li a {
  color: #333333;
  text-transform: uppercase;
  padding: 10px 11px;
}
.footer .footerNavigation .nav > li > a:focus,
.footer .footerNavigation .nav > li > a:hover,
.footer .footerNavigation .nav > li > a.nav-selected,
.footer .footerNavigation .nav > li > a.nav-path-selected {
  background-color: transparent;
  color: #ed1c24;
}
.footer .footerSiteTitle,
.footer .footerAddress,
.footer .footerAhi {
  padding-top: 10px;
}
.footer .footerSiteTitle img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footerSiteTitle img {
    margin: 0 0 0 auto;
  }
}
.footer .footerAddress {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footerAddress {
    text-align: left;
  }
}
.footer .footerTotaline {
  padding-top: 25px;
}
.footer .nav {
  float: right;
}
.footer .nav li:last-child a {
  padding-right: 0;
}
.footer .footerDesignBy {
  font-size: 11px;
  background-color: #333333;
  padding: 20px 0 15px;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer .footerDesignBy {
    text-align: right;
  }
}
.footer .footerDesignBy a {
  color: #ffffff;
}
.template-toshiba_news_post .blogPostTitle h2 {
  font-size: 25px;
  color: #ed1c24;
}
.template-toshiba_news_post .blogPostTitle h5 {
  color: #858484;
  font-size: 12px;
}
.template-toshiba_news_post .center {
  margin-top: 96px;
}
.template-toshiba_news_post .blogPost {
  margin-top: 30px;
}
.template-toshiba_news_post .blogPost img {
  margin-bottom: 30px;
}
.template-toshiba_products .productSpecification h3 {
  color: #ed1c24;
}
.template-toshiba_products .productFeatures ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.template-toshiba_products .productFeatures li {
  background: url("/application/themes/responsive_theme/images/check.jpg") no-repeat left top;
  padding: 0 0 10px 22px;
}
/*  Site Layout   */
body {
  background: url("/application/themes/responsive_theme/images/body-bg.png") repeat-x center 228px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
}
@media (min-width: 768px) {
  body {
    background-position: center 204px;
  }
}
@media (min-width: 999px) {
  body {
    background-position: center 255px;
  }
}
@media (min-width: 1200px) {
  body {
    background-position: center 316px;
  }
}
body.editBar {
  background-position: center 276px;
}
@media (min-width: 768px) {
  body.editBar {
    background-position: center 252px;
  }
}
@media (min-width: 999px) {
  body.editBar {
    background-position: center 303px;
  }
}
@media (min-width: 1200px) {
  body.editBar {
    background-position: center 365px;
  }
}
body.template-home {
  background: url("/application/themes/responsive_theme/images/body-bg-home.png") repeat-x center 217px;
}
@media (min-width: 768px) {
  body.template-home {
    background-position: center 251px;
  }
}
@media (min-width: 999px) {
  body.template-home {
    background-position: center 330px;
  }
}
@media (min-width: 1200px) {
  body.template-home {
    background-position: center 415px;
  }
}
@media (min-width: 768px) {
  body.editBar.template-home {
    background-position: center 299px;
  }
}
@media (min-width: 999px) {
  body.editBar.template-home {
    background-position: center 378px;
  }
}
@media (min-width: 1200px) {
  body.editBar.template-home {
    background-position: center 464px;
  }
}
.template-home .headerImage img {
  max-height: 115px;
}
@media (min-width: 768px) {
  .template-home .headerImage img {
    max-height: 500px;
  }
}
a {
  outline: 0 !important;
}
img100 {
  max-width: 100%;
}
.blogListText h3 {
  font-size: 25px;
}
.blogListDateAuthor {
  color: #858484;
  font-size: 12px;
}
/* Header Layout */
.headerWrap {
  border-bottom: solid #333333 4px;
}
/*Center Section Layout*/
.centerWrap {
  margin-top: 95px;
}
.template-home .centerWrap {
  margin-top: 29px;
}
/*Footer Layout*/
.footerWrap {
  border-top: solid #333333 2px;
  margin-top: 40px;
}
/* styles defined in page_theme.php */
.center_image img {
  margin: 0 auto;
}
.image_right img {
  float: right;
}
.red_headline {
  font-size: 18px;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: solid 1px #dadada;
}
.red_headline p {
  margin-bottom: 0;
}
.black_headline {
  font-size: 18px;
  background-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
}
.black_headline p {
  margin-bottom: 0;
}
/*Concrete5 Block overrides*/
/*Pagination*/
.ccm-pagination-wrapper {
  text-align: center;
}
.ccm-pagination-wrapper ul {
  margin-left: 0;
}
.ccm-pagination-wrapper ul li:before {
  content: "";
}
.ccm-pagination-wrapper ul li {
  text-indent: 0;
}
